/*
 Theme Name:   Jacob
 Description:  jacob
 Author:       Jakub Slechta
 Author URI:   http://jakubslechta.com
 Version:      1.0.0
 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: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 12px;
    background-color: #fff;
    color: #1F1F1F;
}

.in {
  width: 1180px;
  max-width: 96vw;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.header_social ul, .menu ul{
  list-style-type: none;
}

.menu ul {
    display: table;
    margin: 0 auto;
}

.menu li {
    float: left;
    padding: 0 30px;
    text-transform: none;
    height: auto;
}

.menu li a, .menu li .submenu_spoustec {
    font-size: 16px;
}

.contact_button {
    padding: 7px 15px;
    background-color: #010c44;
    color: white;
    border-radius: 3px;
    font-size: 16px;
}

.left_corner_menu {
    position: absolute;
    right: 0;
    top: 0;
}

.menu li:last-of-type {
  border-right: 0px solid black;
}

.menu {
    margin-top: 0;
    float: none;
}

.menu .in {
    padding: 13px 0;
    border-top: 1px solid #BCBBBA;
    border-bottom: 1px solid #BCBBBA;
}

.content-area {
    width: 1180px;
    margin: 0 auto;
    max-width: 96vw;
    padding-top: 100px;
    padding-bottom: 50px;
    min-height: 75vh;
}

.picker__button--close {
    display: none;
}

.header_logo {
    float: none;
    position: absolute;
    top: -7px;
    left: 0;
    padding: 3px 0;
}

#intro {
  height: 400px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #f9fafc;
}

.intro_in {
    height: 400px;
}

.intro_right {
    width: 50%;
    height: 100%;
    position: relative;
    float: left;
}

.intro_left {
    width: 50%;
    height: 100%;
    position: relative;
    float: right;
}

#intro h1 {
  font-family: 'Lato', sans-serif;
  font-size: 56px;
  line-height: 75px;
  font-weight: 700;
  z-index: 9;
}

.intro_right_text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 8;
}

select.intro_select {
    font-size: 16px;
    width: 530px;
    max-width: 100%;
    padding: 18px;
    border-radius: 6px;
    border: 2px solid #1f1f1F;
    background-color: #fff;
    font-family: Lato;
    color: #1f1f1F;
    cursor: pointer;
    outline: 0;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
}

.intro_right_vyhledavani {
    margin-top: 18px;
}

span.intro_button {
  position: absolute;
  right: 0;
  bottom: 80px;
  font-size: 32px;
  padding: 14px 30px;
  border: 2px solid #010c44;
  background-color: #fff9f7;
  z-index: 9;
  border-radius: 6px;
  cursor: pointer;
}

span.intro_button i {
    font-size: 28px;
}

span.efektivni {
    font-size: 20px;
    line-height: 32px;
    display: table;
    font-weight: 400;
}

.section {
    padding: 80px 0;
}

.section .three_main h2 {
    text-transform: uppercase;
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 12px;
}

.three_section {
    float: left;
}

.three_secondary {
    width: 28%;
    padding: 0 3.5%;
}

.three_secondary h2 {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 4px;
}

div#about .three_main p {
    max-width: 510px;
}

.three_main {
    width: 44%;
    display: table;
}

p {
    font-size: 18px;
    line-height: 30px;
}



.header {
    position: absolute;
    z-index: 10;
    width: 100%;
    padding: 30px 0;
}

.wrapper {
    position: relative;
}

.header_in {
    position: relative;
}

#intro {
  position: relative;
}

div#intro_bg {
    position: absolute;
    height: calc(100vh - 160px - 90px);
    width: 100%;
    top: 90px;
    left: 0;
    z-index: 1;
}

.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.7;
}

.footer_help {
    background-color: #fff9f7;
    text-align: center;
}

.footer_help a {
    background-color: #010c44;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 15px;
    margin: 10px auto 0 auto;
    display: table;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  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;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0px solid #d3ced2;
}

div#customer_login p {
    font-size: 12px;
    line-height: 20px;
}

.dashboard_header {
  /*  text-align: right; */
  margin-bottom: 25px;
}

.item_title {
    width: 33.3%;
    float: left;
    font-weight: 700;
    font-size: 16px;
}

.item_date {
    width: 33.3%;
    float: left;
    font-weight: 700;
    font-size: 16px;
}

.item_amount {
    width: 33.3%;
    float: left;
    font-weight: 700;
    font-size: 16px;
}

.dashboard_history {
    margin-top: 20px;
}


/* 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: 5px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: 'Lato';
}

.footer_center ul li {
    font-size: 14px;
    margin-bottom: 2px;
}

.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: 200px;
    height: auto;
    margin-bottom: 10px;
}

.footer_description p {
    font-size: 14px;
    line-height: 20px;
    max-width: 331px;
}

.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: 1px solid #e5e5e5;
}

.social_icons img {
    height: 30px;
}

/* Footer End */


div#how-it-works {
    text-align: center;
}

.hiw_step_section {
    width: 33.3%;
    float: left;
    padding: 0 2%;
}

div#how-it-works h1 {
    margin-top: 75px;
    margin-bottom: 55px;
}

span.hiw_cislovka {
    display: table;
        margin: 0 auto;
        font-size: 14px;
        font-weight: 700;
        padding: unset;
        border: 2px solid #010c44;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        line-height: 24px;
        margin-bottom: 10px;
}

.hiw_step_heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.product_row_text {
    width: 48%;
    float: right;
    padding: 150px 0;
}

.product_row_image img {
    max-width: 100%;
}
.product_row_image {
    float: left;
    width: 48%;
}

.product_row {
    width: 900px;
    margin: 0 auto;
}

div#products {
    background-color: #fff9f7;
}

#products h1 {
  margin-bottom: 55px;
text-align: center;
}

.coming_soon {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0px;
}

.pricing_column {
    width: 25%;
    float: left;
}

.pricing_sgp input {
    pointer-events: none;
    border: 0;
    font-family: Lato;
}

.pricing_yp input {
    pointer-events: none;
    border: 0;
    font-family: Lato;
}

div#pricing h1 {
    margin-bottom: 55px;
    text-align: center;
}

.pricing_box {
    width: 700px;
    margin: 0 auto;
    max-width: 96vw;
    font-size: 16px;
    padding: 3px 0;
}

.heading_row {
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.pricing_row input {
    font-size: 16px;
    font-family: "Lato";
    color: #010c44;
    padding: 0;
    width: 48px;
}

.pricing_yrp input {
    border: 0;
    border-bottom: 1px solid #010c44;
    outline: 0;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}





.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: #ffffff;
    border-right: 0px solid black;
    padding-right: 2vw;
    padding-left: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #010c44;
    margin-top: 20px;
}

#mobilni_menu ul {
  list-style-type: none;
}

div#mobilni_menu ul li {
    margin-bottom: 10px;
    padding: 20px 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 16px;
}

.menu_aktivni {
  visibility: visible !important;
  opacity: 1 !important;

}


/* Mobilní menu - Start */

.hambac {
  padding: 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: 700;
    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: 700;
    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%;
}

.desktop_menu {
  display: table;
  right: 0;
  top: 0;
  position: absolute;
}

.logobg img {
    width: 480px;
    height: 300px;
    transform: none;
}

.logobg {
    position: absolute;
    left: 0;
    top: 0;
}

.menubg {
    position: absolute;
    right: 0;
    top: 0;
}

.menubg img {
    width: 776px;
    height: 600px;
    transform: none;
}

/* Mobilní menu - End */

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}

.credits {
    font-size: 16px;
}

.single_loop {
    padding-top: 0px;
    padding-bottom: 0px;
}

.single_wrapper_in {
  padding: 100px 0;
  position: relative;
}

.single_loop p, .index_content p {
    margin-bottom: 20px;
}

div#about {
    text-align: center;
}

#about h1 {
    margin-bottom: 55px;
    text-align: center;
}

div#about p {
    margin-bottom: 30px;
}

div#about p a {
  text-decoration: underline;
}

div#about_in {
    width: 700px;
}

.footer_social {
  display: none;
}

div#customer_login {
    margin-top: 100px;
}

.header_logo img {
    height: 28px;
}

.pricing_sgp input {
  -moz-appearance: textfield !imortant;
  appearance: textfield !imortant;
}

.pricing_sgp input::-webkit-outer-spin-button,
.pricing_sgp input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.vstupenky_page_koupe_form {
    background-color: #fef9f7;
    padding: 20px;
    border-radius: 5px;
    width: 500px;
    max-width: 90vw;
    font-size: 16px;
    margin-bottom: 25px;
}

.vstupenky_page_koupe_form_prvni_right {
    float: right;
}

.vstupenky_page_koupe_form_prvni_left {
    float: left;
}

.vstupenky_page_koupe_form_druhy_right {
    float: right;
}

.vstupenky_page_koupe_form_druhy_left {
    float: left;
}

.vstupenky_page_koupe_form_treti_right {
    float: right;
}

.vstupenky_page_koupe_form_treti_left {
    float: left;
}

.vstupenky_page_koupe_form_ctvrty_right {
    float: right;
}

.vstupenky_page_koupe_form_ctvrty_left {
    float: left;
}

.vstupenky_page_koupe_form_druhy {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #010c44;
}

.vstupenky_page_koupe_form_treti {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #010c44;
}

.vstupenky_page_koupe_form_ctvrty {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #010c44;
}

.woocommerce-message {
    border-top-color: #010c44;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #010c44;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

.woocommerce-message::before {
    content: "\e015";
    color: #010c44;
}

input#koliklistku {
    background-color: white;
    border: 0;
    border-bottom: 0px solid #010c44;
    font-family: Lato;
    font-size: 16px;
    padding: 0;
    outline: 0;
}

a#baseUrl {
    background-color: #010c44;
    color: white;
    border-radius: 3px;
    font-size: 16px;
    padding: 7px 15px;
    margin: 0;
    display: table;
    float: right;
}

.credit_history {
    margin: 75px 0;
}





.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: 700;
    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 #efeae3;
    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: 700;
  letter-spacing: 0.3px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.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: "Lato";
    background-color: #c09e7d;
    font-size: 18px;
    font-weight: 700;
    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: #a78565;
}

#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 {
  height: 36px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
    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: 700;
    letter-spacing: 0.5px;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
}

tr.cart-subtotal {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

tr.order-total {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.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: 700;
    letter-spacing: 0.3px;
}

.woocommerce-billing-fields h3 {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
}

h3#order_review_heading {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
}

.woocommerce-checkout .col2-set .col-1 {
    float: none;
    width: 100%;
}

.woocommerce-checkout .col2-set, .woocommerce-checkout .col2-set {
    width: 48%;
    float: left;
}

div#order_review {
    width: 48%;
    float: right;
}

h3#order_review_heading {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
    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: 700;
    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: "Lato";
    background-color: #010c44;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.8px;
    transition: all linear 0.25s;
    width: 100%;
    float: none;
}

button#place_order:hover {
background-color: #010c44;
}

.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: 400;
}

.woocommerce ul#shipping_method .amount {
    font-weight: 400;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce ul#shipping_method li:only-of-type {
    margin: 0;
}

a.zpet_do_obchodu {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 100px;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-name {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.checkout_pomoc h4 {
    font-family: "Lato";
    font-weight: 700;
    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: 700;
    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: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
}

h2.woocommerce-order-details__title {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
}

h3.wc-bacs-bank-details-account-name {
    font-weight: 400;
    font-family: "Lato";
    font-size: 12px;
    margin-bottom: 5px;
}

.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: 700;
    letter-spacing: 0.5px;
    font-family: "Lato";
}

.top_up {
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0px;
}

section.woocommerce-customer-details {
    font-size: 16px;
}

.woocommerce .woocommerce-customer-details address {
  border: 0;
}

.pros_cons_pros {
  width: 48%;
  float: left;
}

.pros_cons_cons {
  width: 48%;
  float: right;
}

.provider_stats_wrapper {
    width: 300px;
    float: right;
    position: sticky;
    top: 10px;
}

.provider_stats {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    font-size: 18px;
}

.provider_loop {
  width: calc(100% - 350px);
  float: left;
}

.pros_cons ul {
    font-size: 18px;
    line-height: 30px;
    padding-left: 20px;
}

.provider_loop h1 {
    margin-bottom: 30px;
    font-size: 56px;
    font-weight: 700;
    color: black;
}

.provider_loop h2 {
    font-size: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
    margin-top: 30px;
    padding-bottom: 9px;
    font-weight: 700;
    color: black;
}

.pros_cons h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: 700;
    color: black;
}

.provider_thumbnail img {
    width: 100%;
    height: auto;
}

.author img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.article_info {
  line-height: 40px;
  font-size: 14px;
  margin-bottom: 20px;
}

.article_info_sep {
  float: left;
  margin-right: 8px;
}

.author {
    line-height: 40px;
    font-size: 14px;
    float: left;
    margin: 0 8px 0 0;
}

.datum {
    float: left;
}

.provider_logo img {
    width: 150px;
    height: auto;
    margin: 18px auto;
    display: table;
}

.provider_overall {
    text-align: center;
    font-size: 14px;
}

.provider_overall .oos {
    font-weight: 700;
    font-size: 18px;
}

a.visit {
  padding: 10px 18px;
  background-color: #F5A93C;
  color: white;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 700;
  margin: 20px auto;
  display: table;
}

.provider_stats_row_left h4 {
    font-weight: 400;
    font-size: 14px;
}

.provider_stats_row {
    width: 50%;
    float: left;
    text-align: center;
    margin: 15px 0px;
}

.provider_stats_row_right {
    font-weight: 700;
}

.provider_overall {
    text-align: center;
    font-size: 14px;
    background-color: #e5e5e5;
    padding: 15px 0;
}

.provider_visit {
  border-top: 1px solid #e5e5e5;
}

.provider_disclosure {
    font-size: 11px;
    margin-top: 8px;
    text-align: center;
}

.homepage_big_comparison th, .homepage_big_comparison td {
    border: 1px solid #e5e5e5;
    padding: 18px 2px;
}

.homepage_big_comparison table {
    width: 100%;
    text-align: center;
    line-height: 1;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    font-size: 14px;
    margin: 18px 0 50px 0;
}

a.visit_provider {
    padding: 5px 10px;
    background-color: #F5A93C;
    color: white;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    margin: 5px auto;
}

.visit_provider_mobile {
  display: none;
}

.submenu_spoustec {
  position: relative;
}

.sipka_dolu {
  height: 11px !important;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: -12px;
}

li.menu_se_sipkou {
    padding-right: 40px;
    position: relative;
}

.submenu_content {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      z-index: 999999999;
      transition: 0.25s ease all;
      top: 18px;
      left: unset;
      right: 0;
      transform: translate(0%, 0px);
      padding-top: 18px;
      width: 575px;
}

.submenu_content_in {
  padding: 18px;
  background-color: white;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  position: relative;
}

.submenu_content_in:after, .submenu_content_in:before {
	bottom: 100%;
	left: 544px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.submenu_content_in:after {
	border-color: rgba(153, 153, 153, 0);
	border-bottom-color: white;
	border-width: 8px;
	margin-left: -8px;
}

.submenu_content_in:before {
	border-color: rgba(51, 51, 51, 0);
	border-bottom-color: #e5e5e5;
	border-width: 9px;
	margin-left: -9px;
}

.menu_se_sipkou:hover .submenu_content {
  visibility: visible;
  opacity: 1;
}

.submenu_left p {
    font-size: 14px;
    line-height: 22px;
}

.submenu_left {
    float: left;
    width: 35%;
    margin-right: 5%;
    background-color: #e5e5e5;
    padding: 32px 18px;
}

.submenu_right {
    float: right;
    width: 60%;
    margin-left: 0%;
    padding: 18px;
}

.submenu_right h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.submenu_left h3 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 9px;
}

.menu .header_providers li a {
    font-size: 14px;
    text-align: center;
}

.menu .header_providers li {
    width: 50%;
    padding: 12px 0;
    text-align: left;
}

.home .article_info {
    margin-top: 36px;
}

.index_content ul {
    font-size: 18px;
    line-height: 30px;
    padding-left: 30px;
}

div#best-vpn-providers {
    padding-top: 18px;
}

.website_builders_in {
    padding: 100px 0;
    position: relative;
}

.website_builders_item {
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 18px;
    position: relative;
    margin-bottom: 36px;
}

.website_builders_text {
    margin-top: 36px;
}

.website_builders_left img {
    width: 150px;
}

.website_builders_left {
    float: left;
    width: 150px;
}

.website_builders_right {
    float: right;
    width: calc(100% - 150px);
    padding: 0px 36px;
}

.website_builders_heading h1 {
  margin-bottom: 30px;
      font-size: 56px;
      font-weight: 700;
      color: black;
}

.website_builders_right_proscons ul {
    padding-left: 20px;
    font-size: 18px;
}

.website_builders_right h2 {
    font-size: 28px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 18px;
    padding-bottom: 9px;
    font-weight: 700;
    color: black;
}

.website_builders_right_proscons h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: 700;
    color: black;
}

.website_builders_right_pros {
    width: 48%;
    float: left;
}

.website_builders_right_cons {
    width: 48%;
    float: right;
}

.website_builders_left_price {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 0;
    font-weight: 700;
    color: black;
    position: absolute;
    bottom: 14px;
}

a.visit_builder {
    padding: 10px 18px;
    background-color: #F5A93C;
    color: white;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0 0 0;
    display: table;
}

.footer_center h3 {
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 14px;
}

.intro_left_pic img {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

.intro_right_duvody ul {
    list-style-type: none;
    font-size: 14px;
    line-height: 22px;
}

.intro_right_duvody img {
    width: 14px;
    margin-right: 5px;
}

.hp_top5_logo {
  width: 150px;
  height: auto;
}

.homepage_big_comparison h5 {
    margin-bottom: 9px;
    margin-top: 9px;
    font-size: 12px;
}



/*

bf

*/


@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) {

  .intro_right {
      width: 100%;
      height: auto;
      position: relative;
      float: none;
      margin-top: 100px;
      margin-bottom: 50px;
  }

  .intro_right_text {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    transform: unset;
    z-index: 8;
}

  .website_builders_left {
      float: none;
      width: 100%;
  }

  .intro_left {
    width: 100%;
    height: auto;
    position: relative;
    float: none;
    display: none;
}

  .website_builders_right {
    float: none;
    width: 100%;
    padding: 18px 0;
}

.website_builders_right_proscons h3 {
    font-size: 22px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: 700;
    color: black;
}

.website_builders_left_price {
    text-align: left;
    font-size: 22px;
    margin-bottom: 0px;
    margin-top: 10px;
    padding-bottom: 0;
    font-weight: 700;
    color: black;
    position: relative;
    bottom: unset;
}

.provider_loop {
  width: 100%;
  float: none;
}

.provider_stats_wrapper {
    width: 100%;
    float: none;
    position: relative;
    top: 0;
    margin-top: 50px;
}


  .woocommerce .col2-set, .woocommerce-page .col2-set {
      width: 100%;
      float: none;
  }

  h3#order_review_heading {
    width: 100%;
    float: none;
  }

  div#order_review {
    width: 100%;
    float: none;
  }

.left_corner_menu {
  display: none;
}

  .header_logo {
      top: -7px;
      left: 50%;
      transform: translate(-50%, 0px);
  }

.desktop_menu {
  display: none;
}

  .mobile_menu {
    display: block;
  }



  span.intro_button i {
      font-size: 16px;
  }

  span.intro_button {
    position: absolute;
    right: 0;
    bottom: 20px;
    font-size: 12px;
    padding: 7px 15px;
    border: 2px solid #010c44;
    background-color: #fff9f7;
    z-index: 9;
    border-radius: 6px;
    cursor: pointer;
}

#intro {
    height: auto;
}

.intro_in {
    height: auto;
}

#intro h1 {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    transform: unset;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    z-index: 9;
}

span.efektivni {
    font-size: 16px;
    line-height: 22px;
    display: table;
    font-weight: 400;
}

  .product_row_text {
      width: 100%;
      float: none;
      padding: 50px 0;
  }

  .product_row_image {
      float: none;
      width: 100%;
  }

  .product_row {
    width: 100%;
  }

.hiw_step_section {
  width: 100%;
  float: none;
  margin-top: 45px;
}

  .footer_section.footer_description {
      width: 100%;
  }

  .footer_section.footer_menu .footer_center_in {
    padding: 0 4% 0 0;
}

.footer_section.footer_menu {
    width: 80%;
}

.footer_description p {
    font-size: 14px;
    line-height: 20px;
    max-width: unset;
    margin-bottom: 50px;
}

}

@media only screen and (max-width: 768px) {

  .intro_right_duvody ul {
      list-style-type: none;
      font-size: 10px;
      line-height: 18px;
  }

.website_builders_right_pros {
  width: 100%;
  float: none;
}

.website_builders_right_cons {
  width: 100%;
  float: none;
}

  .homepage_big_comparison table {
      width: 100%;
      text-align: center;
      line-height: 1;
      border: 1px solid #e5e5e5;
      border-collapse: collapse;
      font-size: 9px;
  }

  a.visit_provider_mobile {
    padding: 10px 2px;
    background-color: #F5A93C;
    color: white;
    border-radius: 2px;
    font-size: 8px;
    font-weight: 700;
    margin: 0;
    display: block;
}

  .visit_provider {
    display: none;
  }


.pricing_box {
  font-size: 12px;
}

.pricing_row input {
    font-size: 12px;
    width: 30px;
}

}

@media only screen and (max-width: 568px) {


}

@media only screen and (max-width: 440px) {


}
