/*GLOBAL*/
#menu-eshopmenu #menu-item-96{
    display: none;
}
.up-sells.upsells .add_to_cart_button{
    display: none!important;
}
html{
    scroll-behavior: smooth;
}
body{
    counter-reset: my-sec-counter;
}
main:not(#main){
    padding-top: 138px;
}
main#main{
    padding-top: 0;
}
img{
    height: auto;
}
#ds_filters_mobile_button{
    display: none;
}
.ds_product_add_to_cart_custom_button{
    padding: 16px 10px;
    background-color: #FF7847!important;
    color: var(--font_white);
    transition: 0.2s ease-out;
    cursor: pointer;
    margin-left: 13px;
    max-width: calc(100% - 120px);
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 100%;
    margin: 0;
    line-height: 1;
    font-weight: bold;
    z-index: 10;
}
.ds_product_add_to_cart_custom_button:hover{
    background-color: #D8663C!important;
}
.page-id-35 .entry-title{
    display: none;
}
.navbar-brand img{
    display: block;
    max-width: 150px;
    width: 100%;
}
.navbar-toggler {
    height: 29px;
    width: 40px;
    position: relative;
    outline: none!important;
}
.navbar-toggler span{
    background: white;
    height: 35px;
    width: 40px;
}
.ds_navbar_mobile_icons .navbar{
    position: unset;
}

.ds_navbar_mobile_icons{
    align-items: center!important;
    padding-right: 15px!important;
}
#ds_mobile_menu_main_wrapper_id{
    right: 0;
    background-color: #00285C;
    overflow-y: scroll;
    z-index: 1;
}
div#ds_mobile_menu_main_wrapper_id{
    top: 84.7656px!important;
    z-index: 21px;
}

button#ds_search_mobile_button{
    background: unset;
    outline: none;
    border: none;
}
button#ds_search_mobile_button img{
    width: 32px;
    transform: scaleX(-1);
}
.rn_search_form_mobile{
    right: 0;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #072548;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
    top: 0px;
}

.navbar-toggler span:nth-child(2), .navbar-toggler span:nth-child(3) {
    top: 12px;
}

.navbar-toggler span:nth-child(4) {
    top: 24px;
}

.navbar-toggler.open span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%;
}

.navbar-toggler.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navbar-toggler.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-toggler.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-toggler.open span, .navbar-toggler:hover span  {
    background: #00285C;
}
.ds_wrapper_menu_main{
    background-color:var(--dark_blue);
    padding-top: 5px;
    padding-bottom: 6px;
}

.ds_wrapper_menu_main .container{
    flex-direction: row;
}

.ds_wrapper_menu_main li a{
    font-size: 14px;
    font-weight: normal;
    color: var(--font_white);
    margin-right: 41px;
    transition: 0.2s ease-out;
    font-family: "Kumbh Sans";
}

.ds_wrapper_menu_main li:last-child a{
    background-color:var(--orange);
    border-radius: 2px;
    text-align: center;
    padding: 4px 12px;
    margin-top:4px;
}

.ds_wrapper_menu_main li:last-child a:hover{
    background: #D8663C;
    color: var(--font_white)!important;
}

.ds_wrapper_menu_main li a:hover  {
    color: #FF7847!important;
}

.ds_wrapper_menu_shop .rn_search_form {
    margin-left: auto;
    z-index: 60;
}

.ds_wrapper_menu_shop .navbar-nav{
    position: relative;
}

.ds_wrapper_menu_shop .navbar-nav li a::after{
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2021/05/Path-2asdas.png");
    width: 16px;
    height: 19px;
    z-index: 1000;
    margin-left: 8px;
    margin-top: 2px;

}


.ds_big_menu_item::before{
    content: "";
    background-color: #3D3D3D;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    position: absolute;
    top: 7px;
    padding: 1px;
    margin-left: -15px;
}

.ds_big_menu_sport_wrapper .ds_big_menu_item::before{
    display: none;
}

.ds_big_menu_animals_wrapper .ds_big_menu_item::before{
    display: none;
}

.header-claim {
    margin: auto;
    color: white;
}

.rn_search_form .search-form{
    background: #fff;
    margin-right: 36px;
    height: 40px;
    padding-right: 2px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    transition: 0.2s ease-out;
}

.rn_search_form .search-form:hover{
    border: 1px solid #3D3D3D;
}

.ds_wrapper_menu_shop{
    background-color:var(--light_grey);
    padding-top: 20px;
    padding-bottom: 24px;
}

.ds_wrapper_menu_shop li a{
    font-size: 16px;
    font-weight: normal;
    color: #3D3D3D;
    margin-right: 40px;
    font-family: "Kumbh Sans";
}

.ds_footer_wrapper_left_nets{
    display: flex;
    align-items: center;
    margin-left: auto;
}

.ds_footer_wrapper_left_nets > a{
    margin-left: auto;
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
    margin-left: 10px;
}


.ds_wrapper_menu_shop .rn_search_form .search-field{
    width: 357px;
    height: 37px;
    transition: 0.2s ease-out;
    padding-left: 20px;
    border: 0;
}

.ds_wrapper_menu_shop .rn_search_form .search-submit{
    background: #FF7847;
    border: 0;
    color: #ff7847;
    font-size: 15px;
    width: 28px;
    border-radius: 3px;
    height: 28px;
}

.rn_search_form .search-form::after{
    content:"";
    background-position: center;
    background-repeat:no-repeat;
    background-image: url("/wp-content/uploads/2021/04/Group-2-Copy.svg");
    position: relative;
    z-index: 200;
    padding: 9px;
    right: 22px;
    margin-right: -13px;
}

#ds_cart_icon_content{
    left: 26px;
    bottom: 26px;
    width: 19px;
    height: 19px;
    background-color: var(--orange);
    border-radius: 100%;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bg_grey);
    font-size: 12px;
}

.ds_account_a_cart a{
    position: relative;
}

.ds_account_orig{
    transition: 0.3s ease-out;
    margin-bottom: 0;
    display: inline-block;
    opacity: 1;
}

.ds_account_orig:hover{
    opacity: 1;
    display: none;
}

.ds_hover_account{
    position: absolute;
    top: 0;
    left: 0;  
    transition: 0.3s ease-out;
    margin-bottom: 0;
    display: inline-block;
    opacity: 0;
}

.ds_hover_account:hover{
    opacity: 1;
}


.ds_footer_wrapper_left_hover{
    position: absolute;
    right: 0px;
    width: 22px;
    height: 22px;
    opacity: 0;
    transition: 0.3s ease-out;
    display: inline-block;
}

.ds_footer_wrapper_left_hover:hover{
    opacity: 1;
}

.ds_footer_wrapper_left_nets .ds_footer_wrapper_left_logo, .ds_footer_wrapper_leftt_nets .ds_footer_wrapper_left_hover{
    transition: 0.3s ease-out;
    margin-bottom: 0;
    display: inline-block;
    opacity: 1;
    width: 22px;
    height: 22px;
    position: absolute;
}

.ds_footer_wrapper_leftt_nets a .ds_footer_wrapper_left_logo{
    width: 22px;
    height: 22px;
    top: 0;
    transition: 0.3s ease-out;
    margin-bottom: 0;
    display: inline-block;
    opacity: 1;
    position: absolute;
}

.ds_footer_wrapper_leftt_nets a .ds_footer_wrapper_left_logo.ds_footer_wrapper_left_hover{
    opacity: 0;
}
.ds_footer_wrapper_leftt_nets a:hover .ds_footer_wrapper_left_logo{
    opacity: 0;
}
.ds_footer_wrapper_leftt_nets a:hover .ds_footer_wrapper_left_logo.ds_footer_wrapper_left_hover{
    opacity: 1;
}

.ds_footer_wrapper_left_nets a{
    text-decoration: none!important;
}

:root {
      --translate-y: -70px;
  }
.ds_footer_advertia_logo_figure{
    margin-right: -90px;
}
  .advertia-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      height: 32px;
      margin-top: 123px;
  }
  
  .advertia-wrap--end {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
  }
  
  .advertia {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none;
  }
  
  .advertia:hover .advertia__xoxo {
      opacity: 0;
      -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
      transform: translateY(15px);
  }
  
  .advertia:hover .advertia__logo svg {
      fill: #FFFCF5;
      -webkit-transform: translateX(var(--translate-y));
      -ms-transform: translateX(var(--translate-y));
      transform: translateX(var(--translate-y));
  }
  
  .advertia:hover .advertia__title {
      opacity: 1;
      -webkit-transform: translateX(var(--translate-y));
      -ms-transform: translateX(var(--translate-y));
      transform: translateX(var(--translate-y));
  }
  
  .advertia:hover .advertia__title svg {
      fill: #FFFCF5;
  }
  
  .advertia--light:hover .advertia__logo svg {
      fill: #282828;
  }
  
  .advertia--light:hover .advertia__title svg {
      fill: #282828;
  }
  
  .advertia__xoxo {
      color: white;
      font-size: 14px;
      line-height: 1;
      font-weight: 400;
      margin-right: 18px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity .4s, -webkit-transform .4s;
      transition: opacity .4s, transform .4s;
  }
  
  .advertia__logo svg {
      width: 42px;
      height: 30px;
      fill: white;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: fill .4s, -webkit-transform .4s;
      transition: fill .4s, transform .4s;
  }
  
  .advertia__title {
      padding-left: 10px;
      opacity: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: opacity .4s, -webkit-transform .4s;
      transition: opacity .4s, transform .4s;
  }
  
  .advertia__title svg {
      width: 55px;
      height: 27px;
      fill: white;
      -webkit-transition: fill .4s;
      transition: fill .4s;
  }


.ds_cart_orig:hover{
    opacity: 0;
}

.ds_cart_hover{
    position: relative;
    right: 27px;
    opacity: 0;
    transition: 0.3s ease;
}

.ds_cart_hover:hover{
    opacity: 1;
}

.rn_link_cart_desktop{
    margin-left: 30px;
}

footer{
    background-color:var(--dark_blue);
}
/*hp*/ 

.ds_fp_section_slider{
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--font_white);
    margin-bottom: 60px;
}
.ds_fp_section_slider .container{
    padding-top: 117px;
    padding-bottom: 161px;
}
.ds_fp_section_slider_title{
    font-size: 36px;
    text-transform: unset;
    font-weight: 700;
    max-width: 500px;
    color: var(--font_white);
    font-family: "Fraunces";
}

.ds_account_a_cart{
    display: flex;
    align-items: flex-end;
}
@media only screen and (min-width: 992px) {
    .btn:hover{
        color: var(--font_white);
        background-color:#D8663C ;
    }
  }


.btn_empty:hover{
    color:#D8663C;
    background: transparent;
}

.ds_fp_section_slider_subtitle{
    font-size: 16px;
    font-weight: normal;
    color: var(--bg_grey);
    margin-top: 20px;
    margin-bottom: 45px;
    max-width: 346px;
    font-family: "Kumbh Sans";
}

.ds_fp_section_slider_stick{
    width: 120px;
    height: 120px;
    margin-top: 30px;
}

.ds_fp_section_slider_content{
    max-width: 500px;
}

.ds_fp_section_banner_item{
    min-height: 360px;
    background-size: cover;
    padding-bottom: 30px;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-repeat: no-repeat;
    color: var(--font_white);
}

.ds_fp_section_banner_item h3{
    font-size: 24px;
    max-width: 179px;
    margin-bottom: 30px;
    font-family:"Kumbh Sans";
}


.ds_fp_section_banner_item_wrapper:nth-child(2),.ds_fp_section_story_right,.ds_fp_section_blog_right{
   padding-right: 0px; 
}
.ds_fp_section_banner_item_wrapper:nth-child(1),.ds_fp_section_story_left,.ds_fp_section_blog_left{
    padding-left: 0px; 
 }
.ds_product_loop_item_wrapper a{
    text-decoration: none!important;
}

 .ds_product_loop_item_img{
    position: relative;
    width: 100%;
    padding-bottom: 100%;
 }
 .ds_product_loop_item_img2{
    border: 1px solid #CBCBCB;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds_product_loop_item_img2 img{
    max-height: 90%;
    max-width: 90%;
    margin-top: auto;
}
.ds_fp_section_story{
    background-color: var(--bg_grey);
    padding: 30px 0;
}

.ds_fp_section_testimonial_item_wrapper{
    padding: 30px 30px 54px 30px;
}

.ds_fp_section_testimonial_item_autor{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 13px;
    color: #3D3D3D;

}

.ds_advice_section_post_left {
    margin-top: 25px
}

.ds_fp_section_testimonial_item_text p{
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
    font-family: "Kumbh Sans";
    margin-bottom: 0;
}

.ds_fp_section_story .container{
    justify-content: space-between;
}



.carousel-cell {
    width: calc(33% - 15px);
    margin-right: 12px;
    margin-left: 12px;
    border-radius: 5px;
    border: 1px solid #CBCBCB;
    min-height: 322px;
}
.ds_fp_section_testimonial-carousel .flickity-page-dots{
    bottom: -62px;
}
.ds_fp_section_testimonial-carousel .flickity-page-dots .dot{
    border: 2px solid #FF7847;
    background-color: transparent;
    margin: 0 10px;
    width: 14px;
    height: 14px;
    opacity: 1;
    transition: 0.3s ease-out;
    position: relative;
}
.ds_fp_section_testimonial-carousel .flickity-page-dots .dot:before{
    content: "";
    position: absolute;
    width: 14px;
    height: 2px;
    background-color: #FF7847;
    left: -2px;
    bottom: -2px;
    opacity: 0;
    transition: 0.3s ease-out;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button{
    top: unset;
    bottom: -63px;
    padding: 0;
    width: 40px;
    height: 23px;
    background-color: transparent!important;
    border-radius: 0;
    transform: unset;
    z-index: 1;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
    left: 32%;
    padding-left: 10px;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
    right: 32%;
    transform: rotate(180deg);
    padding-right: 10px;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(/wp-content/uploads/2021/05/Group.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.3s ease-out;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous:before, .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next:before{
    background-position: right center;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous:hover:before, .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next:hover:before{
    background-position: left center;
}
.ds_fp_section_testimonial-carousel .flickity-prev-next-button svg{
    display: none;
}
.ds_fp_section_testimonial-carousel .flickity-page-dots .dot.is-selected:before{
    opacity: 1;
    bottom: -8px;
}
.ds_fp_section_testimonial-carousel .flickity-page-dots .dot.is-selected, .ds_fp_section_testimonial-carousel .flickity-page-dots .dot:hover, .ds_fp_section_testimonial-carousel .flickity-page-dots .dot:focus{
    background-color: #FF7847;
}
  .ds_fp_section_testimonial{
    background-color: var(--bg_grey);
    padding: 30px 0; 
  }

  .ds_fp_section_blog_section_title{
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #3D3D3D;
    margin-bottom: 24px;
      text-transform: uppercase;
  }

  .wpcf7-form-control-wrap{
        width: 79%!important;
  }

  .ds_fp_section_blog_right_post_item img{
    width: 100%;
     border-radius: 11px 11px 0 0;
    max-height: 234px;
      object-fit: cover;
  }

  .ds_fp_section_blog_right_post_item{
      border: 1px solid #D8D8D8;
      border-radius: 11px;
      padding-bottom: 15px;
      transition: 0.2s ease-out;
      margin-bottom: 0px;
      height: 100%;
      display: flex;
      flex-direction: column;
  }
.ds_fp_section_blog_right_post_item_meta{
    margin-top: auto;
}
  .ds_fp_section_blog_right_post_item:hover{
        border: 1px solid #3D3D3D;
  }

  .ds_newsletter_section input.wpcf7-form-control.wpcf7-submit.ds_mail_submit.btn{
      background: #ff7847;
      color: white;
      padding: 15px 49px;
      font-family: "Kumbh Sans";
      margin-left: -8px;
        z-index: 1;
    }

  .ds_newsletter_content_text{
      font-size: 16px;
      color: #3D3D3D;
      margin-bottom: 20px;
      font-family: "Kumbh Sans";
  }

  .ds_newsletter_section{
        background: #F8F9F1;
        padding: 40px 49px;
        min-height: 334px;
  }

  .ds_newsletter_content_title{
        font-size: 36px;
        color: #00285C;
        margin-bottom: 20px;
        font-family: "Fraunces";
        font-weight: normal;
  }

  .ds_newsletter_content{
        max-width: 578px;
  }

 .ds_fp_section_blog{
     padding-top: 100px;
     padding-bottom: 70px;

  }

  .ds_fp_section_blog_right_post_item_title{
      margin-top: 20px;
      margin-left: 20px;
      font-size: 16px;
      font-weight: bold;
      color: #3D3D3D;
      font-family: "Kumbh Sans";
  }
  
  .ds_fp_section_blog_right_post_item_tags span{
      font-size: 16px;
      font-weight: normal;
      color: var(--orange);
      margin-left: 20px;
      font-family: "Kumbh Sans";
  }

  .ds_fp_section_blog_right_post_item_date{
      font-size: 14px;
      color: #3D3D3D;
      font-weight: normal;
      margin-left: 20px;
      margin-top: 20px;
  }

  .ds_fp_section_blog_right_post_item_time{
    font-size: 14px;
    color: #3D3D3D;
    font-weight: normal;
    margin-right: 20px;
    margin-top: 20px;
  }

  .ds_fp_section_featured{
    padding-bottom: 70px;
    padding-top: 20px;
  }

  .ds_fp_section_featured_title{
    color: var(--dark_blue);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 20px;
    font-family: "Fraunces";
    text-transform: unset;
  }

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

  .ds_product_loop_item_wrapper a:hover .ds_product_loop_item_img2{
        border: 1px solid #3d3d3d;
  }

  .ds_product_loop_item_img2{
    transition: 0.2s ease-out;
  }

  .ds_product_loop_item_title{
      font-size: 14px;
      margin-top: 10px;
      color:#3D3D3D ;
  }

  .ds_product_loop_item_price .woocommerce-Price-amount bdi{
    color: var(--font_blue);
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
  }

  .woocommerce-Price-currencySymbol{
    color: var(--font_blue);
  }

  .ds_fp_section_story_right{
      max-width:623px;
  }

  .newsletter_sec{
      padding: 0;
   } 

   .newsletter_sec .ds_sletter{
        padding: 0;
        max-width: 659px;
   }

  .ds_fp_section_story_right_title{
      font-size: 36px;
      max-width: 487px;
      color: var(--dark_blue);
      margin-bottom: 20px;
      font-family: "Fraunces";
      font-weight: 400;
  }

  .ds_fp_section_story_right_text p{
    font-size:16px;
    font-weight: normal;
    margin-bottom: 30px;
    color:#3D3D3D ;
    font-family: "Kumbh Sans";
  }

  .ds_fp_section_story{
      padding-top: 112px;
      padding-bottom: 80px;
      margin-bottom: 0px;
  }

  .ds_fp_section_testimonial{
      padding-bottom: 165px;
  }

  .ds_fp_section_blog_title{
      font-size: 40px;
      font-weight: normal;
      color: var(--dark_blue);
      max-width: 383px;
      margin-bottom: 30px;
      font-family: "Fraunces";
      text-transform: none;
  }

  .ds_footer_wrapper.container{
    padding-top: 70px;
    padding-bottom: 36px;
  }

  #menu-footermenu li a{
    font-size: 16px;
    font-weight: normal;
    color: var(--bg_grey);
    transition: 0.2s ease-out;
    font-family: "Kumbh Sans";
    margin-right: 40px;
    margin-bottom: 10px;
    padding: 0px;
}
  #menu-footermenu li a:hover  {
    color: #FF7847!important;
}

.ds_footer_menu_inner{
    list-style: none;
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
}

.ds_footer_wrapper_left_company{
    font-size: 16px;
    font-weight: bold;
    color: var(--bg_grey);
    margin-bottom: 10px;
    margin-top: 20px;
}

.ds_footer_wrapper_left_ico{
    font-size: 16px;
    color: var(--bg_grey);
}

.ds_footer_wrapper_left_dic{
    font-size: 16px; 
    color: var(--bg_grey);
}

.ds_footer_wrapper_left_address{
    font-size: 16px;
    color: var(--bg_grey);
}

.ds_footer_wrapper_leftt_nets{
    margin-top: 20px;
    display: flex;
}

.ds_footer_wrapper_leftt_nets a{
    margin-right: 10px;
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
}

.ds_footer_wrapper_left_banner{
    margin-top: 37px;
    width: 120px;
}

.ds_footer_wrapper_right_newletter .rn_title_text p{
    font-size: 16px;
    font-weight: bold;
    color: var(--bg_grey);
    margin-bottom: 18px;
}

.ds_footer_wrapper_right_newletter h3{
    font-size: 16px;
    font-weight: normal;
    color: var(--bg_grey);
}

.ds_footer_wrapper_right_newletter span{
    font-size: 16px;
    font-weight: normal;
    color: var(--bg_grey);
}

.ds_footer_wrapper_right_newletter{
    margin-top: 39px;
    margin-bottom: -37px;
}

.ds_footer_wrapper_right_menu{
    border-bottom: 1px solid #f8f9f1;
    padding-bottom: 15px;
    max-width: 716px;
}

.ds_footer_wrapper_right_menu .ds_footer_menu_wrapper{
    flex-wrap: wrap;
    max-width: 580px;
}

.ds_history{
    background-color: #F8F9F1;
    padding-top: 60px;
    padding-bottom: 90px;
}

.ds_history_obsah{
    align-items: center;
    margin-bottom: 70px;
}

.ds_history_obsah h2{
    font-weight: normal;
    text-transform: unset;
    color: var(--dark_blue);
    text-align: center;
    margin-bottom: 40px;
    font-family:"Fraunces" ;
}

.ds_history_obsah p{
    color: var(--dark_blue);
    text-align: center;
    margin-bottom: 40px;
}

.ds_history_title{
    max-width: 500px;
}

.ds_history_foto2{
    flex-basis: 33%!important;
}

.ds_history_button a{
    color: var( --orange);
    border-bottom: 1px solid;
    margin-right: 19px;
    padding-bottom: 8px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.ds_history_button .wp-image-235{
    position: relative;
    right: 24px;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.ds_history_button .wp-image-235:hover{
    opacity: 1;
}

.ds_history_button .wp-image-179{
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.ds_history_button .wp-image-179:hover{
    opacity: 0;
}

.ds_history_button a:hover {
    color: #D8663C!important; ;
    font-weight: bold;
}

.ds_history_vincenz h3{
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 19px;
    font-family: "Fraunces";
}

.ds_history_vincenz h5{
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ds_history_vincenz p{
    color: #3D3D3D;
    margin-bottom: 40px;
    max-width: 539px;
    font-family: "Kumbh Sans";
}

.ds_sebastian_history h3{
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 19px;
    font-family: "Fraunces";
}

.ds_sebastian_history p{
    color: #3D3D3D;
    margin-bottom: 40px;
    max-width: 539px;
    font-family: "Kumbh Sans";
}
.ds_sebastian_history p span{
    font-size: 150px;
    font-family: 'Fraunces';
    position: absolute;
    line-height: 0.8;
    left: 0;
    color: #3d3d3d;
}

.ds_sebastian_citat{
    max-width: 463px;
}

.ds_history_martina h3{
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 19px;
    font-family: "Fraunces";
}

.ds_history_martina{
    margin-top: 80px;
    margin-bottom: 100px;
}

.ds_history_martina p{
    color: #3D3D3D;
    margin-bottom: 40px;
    max-width: 539px;
    font-family: "Kumbh Sans";
}

.ds_history_martina p span{
    font-size: 150px;
    font-family: 'Fraunces';
    position: absolute;
    line-height: 0.8;
    left: 0;
    color: #3d3d3d;
    left: 0;
}

.ds_history_martina figure{
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 50px;
    text-align: right;
}

.ds_history_martina h5{
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ds_history_martina img{
    max-width: 569px;
    height: auto;
    width: 100%;
}

.ds_filozofie_title h3{
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 30px;
    border-bottom: 1px solid #D8D8D8;
    max-width: 114px;
    padding-bottom: 29px;
    font-family: "Fraunces";
}

.ds_filozofie_title p{
    font-size: 16px;
    color: #3D3D3D;
    font-family: "Kumbh Sans";
}
.ds_history_filozofie .wp-block-column {
    flex-basis: 80%!important;
    margin: 0 auto;
    border: 1px solid #00285c;
    padding: 40px 47px 40px 47px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds_history_foto{ 
    height: 184px;
}

.ds_history_foto{
    flex-basis: 31%!important;
    opacity: 12%;
}

.ds_history_foto img{
    width: 100%;
}

.ds_history_foto2{
    height: 70%;
}

.ds_history_foto2{
    flex-basis: 33%!important;
    opacity: 12%;
}

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


.ds_vincenz_foto figure{
    max-width: 100%;
    border-radius: 8px;
    overflow: hidden;
    text-align: right;
    margin-top: 50px;
}
.ds_vincenz_foto figure img{
    max-width: 569px;
}

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

.ds_sebastian_history figure {
    max-width: 550px;
    margin-top: 55px;
}

.ds_sebastian_history h5{
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ds_sebastian_history img{
    max-width: 100%;
    max-height: 360px;
    border-radius: 8px;
    overflow: hidden;
    height: auto;
}

.ds_historie_produkty{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
}

.ds_historie_produkty h2{
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    max-width: 534px;
    text-transform: unset;
    font-family: "Fraunces";
}

.ds_historie_button_3{
    height: 50px;
}

.ds_history_info{
    margin-top: 30px;
    font-family: "Kumbh Sans";
}

.ds_historie_button_3 a{
    padding: 15px 80px;
    margin-bottom: 40px;
    font-size: 16px;
    color: var(--font_white)!important;
    text-align: center;
}

.ds_historie_button_3 a:hover{
    background: #D8663C!important;
}

.ds_history_button2 a {
    color: var( --orange);
    border-bottom: 1px solid;
    margin-right: 19px;
    padding-bottom: 8px;
    text-decoration: none;
    transition: 0.2s ease-in-out;
    cursor: pointer;
}

.ds_history_button2 .wp-image-235{
    position: relative;
    right: 24px;
    transition: 0.2s ease-in-out;
    opacity: 0;
}

.ds_history_button2 .wp-image-235:hover{
    opacity: 1;
}

.ds_history_button2 .wp-image-179{
    opacity: 1;
    transition: 0.2s ease-in-out;
}

.ds_history_button2 .wp-image-179:hover{
    opacity: 0;
}

.ds_history_button2 a:hover{
    color: #D8663C!important;
    font-weight: bold;
}

.ds_history_citat{
    display: flex;
    width: 534px;
}

.ds_history_citat .wp-image-190{
    display: none;
}

.ds_history_citat img{
    width: 62px;
    height: 150px;
    position: relative;
    bottom: 21px;
    margin-right: 2px;
}

.ds_history_citat_2{
    display: flex;
    max-width: 534px;
    padding-left: 70px;
    position: relative;
}

.ds_history_citat_2 img{
    max-width: 60px;
    height: 150px;
    position: relative;
    bottom: 25px;
    margin-right: 2px;
}

.ds_history_citat_3{
    display: flex;
    width: 534px;
    padding-left: 70px;
    position: relative;
}

.ds_history_citat_3 img{
    max-width: 60px;
    height: 150px;
    position: relative;
    bottom: 21px;
    margin-right: 2px;
}

.page-id-39 .entry-title{
    display: none;
}

.ds_kontakt{
    background: #F8F9F1;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ds_kontakt_title h2{
    color: #00285c;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    font-family: "Fraunces";
    width: 70%;
    text-transform: none;
}

.ds_kontakt_email{
    margin-bottom:-5px;
}

.ds_faktura_mapa{
    padding-top: 60px;
    padding-bottom: 0px;
}

.ds_kontaktní_h3{
    font-weight: normal;
    margin-bottom: 44px;
}

.ds_fakturacni_udaje h4{
    font-weight: normal;
    font-family: "Kumbh Sans";
}

.ds_adresa_faktura{
    border-bottom: 1px solid #979797;
    max-width: 443px;
    padding-bottom: 31px;
    margin-bottom: 20px;
    margin-top: 43px;
}

.ds_kontakt_mapa h4{
    font-weight: normal;
}

.ds_kontakt_adress{
    margin-top: 43px;
    margin-bottom: 20px;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    margin-left: -5px;
}

.ds_kontakt_adress .wp-image-252{
    margin-right: 10px;
}

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

.ds_kontakt_reklamace{
    display: flex;
    align-items: center;
}

.ds_kontakt_reklamace .wp-image-255{
    margin-right: 10px;
    width: 20px!important;
    height: 20px;
}

.ds_kontaktni_box1{
    display: flex;
    border: 1px solid #CBCBCB;
    max-width: 687px;
    padding: 30px 30px 30px;
    border-radius: 6px;
}

.ds_kontaktni_box1 h3{
    margin-bottom: 0px;
}

.ds_zakladatelka{
    margin-bottom: 14px;
}

.ds_martina_email{
    margin-bottom: -6px;
}

.ds_kontaktni_title{
    margin-left: 38px;
}

.ds_kontaktní_petr{
    max-width: 650px;
}

.ds_coo_section_slider{
    padding-top: 80px;
    padding-bottom: 88px;
    background: #F8F9F1;
}

.ds_coo_section_slider_right img{
    width: 100%;
}

.ds_coo_section_slider_title{
    font-size: 36px;
    font-weight: normal;
    margin-bottom: 20px;
    color: var(--dark_blue);  
    max-width: 373px;
    text-transform: none;
    font-family: "Fraunces";
}

.ds_coo_section_slider_text{
    font-size: 16px;
    font-weight: normal;
    color: #3D3D3D;
    max-width: 607px;
    font-family: "Kumbh Sans";
}

.ds_coo_section_detail_left_content h3{
    font-family: "Fraunces";
}

.ds_coo_section_item{
    margin-top: 80px;
    margin-bottom: 40px;
}

.ds_coo_section_item_title{
    font-size: 24px;
    font-weight: bold;
    color: var(--dark_blue);
    margin-bottom: 39px;
    font-family: "Fraunces";
    text-transform: none;
}

.ds_coo_section_item_coo{
    border: 1px solid;
    padding: 38px;
    max-width: 444px;
    height: 100%;
}

.ds_coo_section_item_Wrapper{
    margin-bottom: 25px;
}

.ds_coo_section_slider_left{
    margin-top: 20px;
}

.ds_mamavis_form_pac p{
    font-size: 14px;
    color: #3d3d3d;
}

.ds_mamavis_form_pac .form_desc a{
    font-size: 14px;
    color: #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
    text-decoration: none;
    font-family: "Kumbh Sans";
}


.ds_item_coo_order{
    background: var(--dark_blue);
    height: 30px;
    width: 30px;
    font-size: 14px;
    padding: 12px 11px 9px 11px;
    border-radius: 50%;
    text-align: center;
    color: white;
    position: absolute;
    top: 35px;
    display: flex;
    align-items: center;
}

.ds_item_coo_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px; 
    color: #3D3D3D;
    font-family: "Kumbh Sans";
    margin-left: 50px;
}

.ds_coo_section_item_Wrapper a{
    width: 140px;
    border-bottom: 1px solid;
    margin-left: 0px;
    font-size: 16px;
    box-shadow: none;
    margin-top: auto;
    display: block;
}

.ds_coo_section_item_coo{
    display: flex;
    flex-direction: column;
}

.ds_coo_section_item_coo .btn_empty{
    padding-bottom: 24px;
    padding-top: 24px;
}

.ds_item_coo_text{
    max-width: 350px;
    color: #3D3D3D;
    font-size: 16px;
    font-family: "Kumbh Sans";
}

.ds_coo_section_contact{
    padding-bottom: 100px;
}

.ds_coo_section_contact_title{
    font-size: 36px;
    font-weight: normal;
    color: var(--dark_blue);
    margin-bottom: 30px;
    text-transform: unset;
    max-width: 478px;
    font-family: "Fraunces";
}

.ds_coo_section_contact a{
    width: 181px;
}

.ds_coo_section_detail{
    padding-top: 80px;
}

.ds_detail_form_section_title{
    color: #00285c;
    font-size: 24px;
    font-weight: bold;
    max-width: 290px;
    margin-bottom: 20px;
    font-family: "Fraunces";
}

.ds_coo_section_detail_left_download{
    display: flex;
    flex-direction: column;
}

.ds_coo_section_detail_left_title h3{
    margin-bottom: 19px;
}

.ds_coo_section_detail_left_title{
    margin-bottom: 40px;
}

.ds_coo_section_detail_left_title{
    max-width: 565px;
}

.ds_coo_section_detail_left_title2{
    max-width: 565px;
}

.ds_coo_section_detail_left_title2 h3{
    margin-bottom: 19px;
}

.ds_detail_download_section_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "fraunces";
}

.ds_coo_section_detail_left_download{
    margin-top: 40px;
    margin-bottom: 80px;
}

.ds_coo_section_detail_left_download a{
    color: var(--orange);
    max-width: 340px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    padding: 0px;
    display: flex;
    align-items: center;    
    border-bottom: 1px solid;
    margin-top: 5px;
    padding-bottom: 0px;
    width: fit-content;
    margin-bottom: 20px;
    text-decoration: none;
    transition: 0.2s ease-out;
    font-family: "Kumbh Sans";
}

.ds_coo_section_detail_left_download a:hover{
    color: #D8663C;
    font-weight: bold;
}

.ds_coo_section_detail_left_download a::after{
    content: "";
    background-image: url(/wp-content/uploads/2021/04/Group-Copy.svg);
    position: relative;
    z-index: 1000;
    padding: 0;
    height: 30px;
    width: 23px;
    background-position: center;
    margin-bottom: 8px;
    margin-left: 8px;
    opacity:1;
    transition: 0.2s ease-out;
}


.ds_coo_section_detail_right .wpcf7 .wpcf7-form-control {
    width: 635px;
    height: 50px;
    border: 1px solid #CBCBCB;
    border-radius: 6px;
}

.ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 9px;
    font-family: "Kumbh Sans";
}

.ds_coo_section_detail_right .wpcf7 .wpcf7-submit{
    max-width: 181px;
    height: 50px;
    font-size: 16px;
    color: var(--font_white);
    background-color: #FF7847;
    border: 0px;
    border-radius: 6px;
    transition: 0.2s ease-out;
}

.ds_coo_section_detail_right .wpcf7 .wpcf7-submit:hover{
    background: #D8663C;
}

.ds_about_section_post{
    padding-top: 80px;
    padding-bottom: 80px
}

.ds_about_section_team{
    padding-top: 80px;
    padding-bottom: 80px;
    background:#F8F9F1 ;
}

.ds_about_section_partners{
    padding-top: 50px;
    padding-bottom: 80px;
    background:#F8F9F1 ;
}

.ds_about_section_testimonials{
    padding-top: 50px;;
    padding-bottom: 80px;
    background:#F8F9F1 ;
}

.ds_about_section_post_title{
    font-size: 36px;
    color: var(--dark_blue);
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: none;
    max-width: 487px;
    font-family: "Fraunces";
}

.ds_about_section_team_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
    font-family: "Fraunces";
}

.ds_about_section_partners_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
    font-family: "Fraunces";
}

.ds_about_section_testimonials_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: none;
    font-family: "Fraunces";
}

.ds_about_section_pack{
    border: 1px solid #CBCBCB;
    border-radius: 6px;
    padding: 30px;
    margin-bottom: 40px;
}

.ds_about_section_testimonials_item_text{
    font-size: 16px;
    font-weight: bold;
    color: #3D3D3D;
    margin-bottom: 3px;
    max-width: 241px;
    font-family: "Kumbh Sans";
}

.ds_about_section_testimonials_item_source{
    font-size: 16px;
    font-weight: normal;
    color: #3D3D3D;
    margin-bottom: 24px;
    font-family:"Kumbh Sans";
}

.ds_kontakt_popis{
    font-family:"Kumbh Sans";
}

.ds_about_section_testimonials_item_wrapper .btn_empty{
    margin-left: 0px;
}

.ds_about_section_team_item_wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds_about_section_team_item_name{
    font-size: 18px;
    font-weight: bold;
    color: var(--dark_blue);
    margin-top: 9px;
    text-align: center;
}

.ds_about_section_team_item_position{
    font-size: 16px;
    color: #3D3D3D;
    text-align: center;
}

.ds_about_section_partners_item_wrapper{
    max-width: 22%;
}

.ds_about_section_partners_item_wrapper img{
    width: 100%;
}

.ds_about_section_post_above_text{
    margin-top: 40px;
    max-width: 235px;
    font-size: 16px;
    color: #3D3D3D;
}

.ds_about_section_post .btn_empty{
    color: var(--orange);
    max-width: 270px;
    transition: 0.2s ease-out;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    padding: 0px;
    padding-bottom: 13px;
    height: 0;
    margin-top: 8px;
    width: 115px;
    border-bottom: 1px solid;
    margin-left: 0px;
    margin-top: 20px;
}

.ds_about_section_post_text{
    max-width: 487px;
}

.ds_about_section_post_img{
    width: 100%;
}

.ds_blog_filter_item{
    padding: 7px 18px 7px 18px;
    background: transparent;
    border: 2px solid #CBCBCB;
    border-radius: 5px;
    color: #3D3D3D;
    font-size: 16px;
    margin-right: 10px;
    font-family: "Kumbh Sans";
    margin-bottom: 10px;
}

.ds_blog_section_filters{
    padding-top: 40px;
    padding-bottom: 48px;
    background: #F8F9F1;
}
@media only screen and (min-width: 992px) {
    .ds_blog_filter_item:hover{
        border: 2px solid #D8663C;
    }
  }


.ds_blog_section_content{
    margin-top: 40px;
    padding-bottom: 160px;
}

.ds_blog_section_ajax_result{
    border-bottom: 2px solid #CBCBCB;
    padding-bottom: 25px;
}

.ds_blog_pag_btn{
    margin-top: 25px;
    padding: 15px 49px 15px 49px;
}
.ds_main{
    padding-top:40px;
    padding-bottom: 100px;
}

.ds_filters_title{
    font-size: 24px;
    color: #3D3D3D;
    font-weight: bold;
    text-transform: none;
    margin-bottom: 25px;
    border-bottom: 1px solid #00285C;
    padding-bottom: 17px;
}

.ds_filters_section_header h4{
    font-size: 16px;
    color: var(--dark_blue);
    font-weight: bold;
    text-transform: none;   
    position: relative;
    margin-bottom: 0;
    padding-bottom: 17px;
    padding-top: 15px;
}

.ds_filters_section_indication{
    border-bottom: 2px solid #00285C;
}

.ds_filters_section_parts{
    border-bottom: 2px solid #00285C;
}

.ds_filters_section_pacient{
    border-bottom: 2px solid #00285C;
}

.ds_filters_section_sport{
    border-bottom: 2px solid #00285C;
}

.ds_filters_section_doplnky{
    border-bottom: 2px solid #00285C;
}

.ds_filters_section_header .btn{
    margin-top: 46px!important;
}


.single-product .ds_single_tags_item a:hover{  
    background: #ff7847;
    color: white;
    border: 2px solid #ff7847;
}

.single-product .ds_single_variation_size_link_item{
    font-size: 14px;
    color: #ff7847;
    font-family: "Kumbh Sans";
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.single-product .ds_single_variation_size_link_wrapper{
    margin-top: 10px;
    margin-bottom: 25px;
}

.single-product .ds_single_variation_size_link_item:hover{
    color: #D8663C;
}


.single-product .ds_single_tags_item a{
    font-size: 14px;
    font-family: "Kumbh Sans";
    font-weight: normal;
    color: #3d3d3d;
    text-decoration: none;
    padding: 3px 10px;
    border: 2px solid #CBCBCB;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

.single-product .woocommerce-variation-add-to-cart{
    align-items: baseline;
    flex-wrap: wrap;
    position: relative;
    margin-top: 16px;
}

.single-product .ds_container_wrapper{
    margin: 0 auto;
    justify-content: center;
}

.single-product .entry-summary{
    width: 39%!important;
}

.single-product .ds_single_tags_wrapper{
    border-bottom: 1px solid #CBCBCB;
    margin-bottom: 58px;
}



.ds_filters_section_header h4::after{
        content:"";
        background-image: url("/wp-content/uploads/2021/04/sipkas.svg");
        position: absolute;
        background-repeat: no-repeat;
        display: flex;
        top: 15px;
        width: 16px;
        right:0px;
        margin-bottom: -16px;
        height: 16px;
}

.ds_filters_item{
    font-size: 14px;
    color: #3D3D3D;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 16px;
    margin-top: 20px;
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.ds_filters_input{
    font-size: 14px;
    color: #3D3D3D;
    margin-bottom: 20px;
    border: 0;
    padding: 0;
    margin-top: 15px;
    cursor: pointer;
}

.ds_filters_input::before{
    content:"";
    background-image: url("/wp-content/uploads/2021/09/filtry.svg");
    z-index: 10;
    position: relative;
    background-repeat: no-repeat;
    padding: 11px;
    padding-right: 20px;
    top: 8px;
}

.ds_filters_item:not(.ds_filters_input)::after{
    content:"";
    background-image: url("/wp-content/uploads/2021/04/sipkas.svg");
    position: absolute;
    background-repeat: no-repeat;
    padding: 8px;
    display: flex;
    top: 0px;
    right:0px;
    margin-bottom: -20px;
}

.ds_filters_section_header .btn{
    color: var(--orange);
    max-width: 270px;
    transition: 0.2s ease-out;
    font-weight: normal;
    font-size: 16px;
    border-radius: 3px;
    padding: 0px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid;
    height: 0;
    margin-top: 29px;
    padding-bottom: 15px;
    width: unset;
    margin-left: 0;
}

.active_filter{
    content:"";
    background-image: url("/wp-content/uploads/2021/04/filtry.svg");
    position: relative;
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product a img{
    height: 290px;
    border: 1px solid #CBCBCB;
    transition: 0.2s ease-out;
    padding: 23px 14px 23px 14px;
    object-fit: cover;
}

.woocommerce-products-header__title{
    display: none;
}

.woocommerce ul.products li.product a:hover img{
    border: 1px solid #3D3D3D;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
    font-size: 14px;
    color: var(--dark_blue);
    font-weight: normal;
    text-transform: none;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product bdi{
    font-size: 16px;
    font-weight: bold;
    color: var(--dark_blue);
}
.woocommerce ul.products li.product a{
    display: block;
}
.post-type-archive .ds_shop_main .add_to_cart_button, .post-type-archive .ds_shop_main .product_type_variable{
    display: none!important;
}

.ds_top_section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.ds_top_section_title{
    font-size: 24px;
    font-weight: bold;
    text-transform: none;
    color: #3D3D3D;
}

.ds_top_section_content{
    display: flex;
    margin-top: 35px;
    flex-wrap: wrap;
}

.ds_top_section_content .ds_top_section_item{
    background:transparent;
    padding: 8px 16px 8px 16px;
    border: 2px solid #CBCBCB;
    border-radius: 5px;
    transition: 0.2s ease-out;
    font-size: 16px;
    color: #3D3D3D;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.ds_top_section_content .ds_top_section_item:hover{
    background:#FF7847;
    border: 2px solid #FF7847;
    color: var(--font_white);
}

.ds_fp_section_story_right_video iframe {
    width: 100%;
}

.top_wrapper{
    background:#F8F9F1;
}

.ds_top_section_content_left_description{
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 24px;
}

.ds_top_section_content_right{
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    padding: 14px 19px 14px 19px;
    min-height: 86px;
    margin-top: 42px;
}

button.ds_about_section_testimonials_btn_more.btn.btn_full{
    display: block;
    margin: auto;
}

.ds_top_section_content_right_list_item{
    font-size: 14px;
    font-weight: bold;
    color: #3d3d3d;
    display: flex;
    margin-left: -36px;
    margin-bottom: 4px;
}

.ds_top_section_content_right_list_item a{
    font-size: 16px;
    color: #3d3d3d;
    font-weight: bold;
    font-family: "Kumbh Sans";
    text-decoration: none;
}

.ds_top_section_content_right_list_item::before{
    content: "";
    background-image: url("/wp-content/uploads/2021/04/Oval.svg");
    background-repeat: no-repeat;
    position: relative;
    z-index: 1000;
    padding:10px;
    top: 7px;
}

.ds_top_section_content_right_list{
    margin-bottom: 0px;
}

.single-product .variations{
    opacity: 0;
    width: 0px!important;
    height: 0px!important;
    display: block;
    overflow: hidden;
}

.single-product .woocommerce-variation-price{
    height: 1px;
    width: 1px;
    opacity: 0;
}

.single-product .content-area{
    margin-top: 34px;
    margin-bottom: 0px;
}

.single-product .product_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: normal;
    margin-bottom: 1px;
    text-transform: none;
    font-family:"Kumbh Sans";
}

.single-product .ds_variable_price{
    font-size: 24px;
    font-weight: bold;
    color: var-(--dark_blue);
    margin-bottom: 15px;
}

.single-product .ds_variable_price bdi{
    font-size: 24px;
    font-weight: bold;
    color: var(--dark_blue);
    margin-bottom: 15px;
    font-family: "Kumbh Sans";
}

.single-product .entry-summary h5{
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
    margin-bottom: 9px;
    margin-top: 15px;
}

.single-product .entry-summary{
    margin-left: 50px;
}

.single-product .ds_single_variation_item_size:not(.attr_active){
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px;
    padding: 11px 16px 7px 16px;
    color: #3D3D3D;
    transition: 0.2s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.single-product .ds_single_variation_wrapper_size .attr_active{
    padding: 11px 16px 7px 16px;
    border-radius: 5px;
    margin-right: 5px;
    border: 2px solid #FF7847;
    color: #FF7847;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}


.single-product .ds_single_variation_item_size:hover{
    border: 2px solid #FF7847;
    color: #FF7847;
    font-weight: bold;
}

.single-product .ds_single_stock_wrapper{
    font-size: 14px;
    color: #39CF03;
    text-transform: uppercase;
    margin-bottom: 44px;
}

.single-product .ds_single_variation_wrapper_color .attr_active{
    padding: 11px 16px 8px 16px;
    border-radius: 5px;
    margin-right: 5px;
    border: 2px solid #FF7847;
    color: #FF7847;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.single-product .ds_single_variation_item_color{
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px;
    padding: 11px 16px 8px 16px;
    color: #3D3D3D;
    transition: 0.2s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 5px;
}

.single-product .ds_single_variation_item_color:hover{
    border: 2px solid #FF7847;
    color: #FF7847;
    font-weight: bold;
}

.single-product .ds_single_wrapper{
    justify-content: space-evenly;
    margin: auto;
}

.single-product .ds_single_variation_item span{
    width: 20px;
    height: 20px;
    position: unset;
    left: 7px;
    border-radius: 100px;
    margin-right: 10px;
}

.single-product .ds_single_benefit_item{
    font-size: 14px;
    font-weight:normal;
    color: #3D3D3D;
    margin-bottom: 13px;
    font-family: "Kumbh Sans";
    position: relative;
    padding-left: 31px;
}

.single-product .ds_single_benefit_item::before{
    content: "";
    background-repeat: no-repeat;
    padding: 10px;
    position: absolute;
    top: 5px;
    background-image: url("/wp-content/uploads/2021/04/oval5525.svg");
    width: 15px;
    height: 15px;
    left: 0;
}

.single-product .flex-viewport{
    height: 519px;
    border: 1px solid #CBCBCB;
    margin-bottom: 5px;
}

.single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
    width: 39%;
}

.single-product .flex-control-nav li{
    border: 1px solid #CBCBCB;
    margin-right: 5px!important;
    border-radius: 7px;
    max-width: 60px;
    height: 60px;
}

.single-product .flex-control-nav li img{
    border-radius: 7px;
}

.ds_single_related .ds_single_related_wrapper li img {
    width: auto!important;
}

.ds_single_description_wrapper{
    padding-top: 80px;
}

.ds_single_description_title{
    font-size: 24px;
    color: var(--dark_blue);
    margin-bottom: 19px;
    font-weight: bold;
    font-family: "Fraunces";
}

.woocommerce-checkout h2.woocommerce-loop-product__title {
    display: block!important;
}

.ds_single_description_left{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
}

.ds_single_description_right{
    margin-top: -35px;
}

.ds_single_video_item_title{
    font-size: 14px;
    text-transform: uppercase;
    color:#3D3D3D;
    margin-bottom: 25px;
}

.ds_single_video_item_title iframe{
    width: 100%;
}

.ds_single_features_wrapper{
    margin-top: 60px;
    margin-bottom: 60px;
}

.ds_single_features_title{
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "Fraunces";
}

.ds_single_features_item{
    margin-bottom: 10px;
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    display: flex;
    max-width: calc(100% / 3);
}

.ds_single_features_item::before{
    content: "";
    background-repeat: no-repeat;
    padding: 10px;
    position: relative;
    top: 6px;
    padding-right: 20px;
    background-image: url("/wp-content/uploads/2021/04/oval5525.svg");
}

.ds_single_recipe_title{
    margin-bottom: 39px;
    font-size: 24px;
    color: var(--dark_blue);
    font-weight: bold;
    font-family: "Fraunces";
}

.ds_recipe_item_title{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: bold;
    margin-bottom: 30px;
    font-family: "Kumbh Sans";
}

.ds_recipe_item_title::before{
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    font-size:14px;
    font-weight: bold;
    color: var(--font_white);
    background: #00285C;
    border-radius: 50%;
    position: relative;
    padding: 7px 13px 7px 13px;
    margin-right: 15px;
}

.ds_recipe_item_text{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    font-family: "Kumbh Sans";
}

.ds_single_recipe_download_wrapper{
    margin-top: 40px;
}

.ds_single_recipe_download_text{
    font-size: 24px;
    font-weight: bolder;
    color: #3D3D3D;
    font-family: "Kumbh Sans";
    margin-right: 20px;
}

.ds_single_recipe_download_icon{
    height: 30px!important;
    margin-top: 7px;
}

.ds_single_recipe_download_link{
    font-size: 16px;
    font-weight: normal;
    color: #FF7847;
    border-bottom: 1px solid;
    margin-right: 16px;
    margin-left: 43px;
    margin-top: 7px;
    text-decoration: none;
    transition: 0.2s ease-out;
}

.ds_single_recipe_download_link:hover{
    color: #D8663C;
    text-decoration: none;
}

.ds_single_contact_text{
    font-size: 36px;
    color: var(--dark_blue);
    font-weight: normal;
    max-width: 487px;
    margin-top: 102px;
    margin-bottom: 20px;
    font-family: "Fraunces";
}

.single-product .ds_single_contact_link{
    padding: 15px 61px 15px 61px;
}

.ds_detail_blog_h2{
    font-size: 45px;
    color: #3D3D3D;
    text-transform:unset;
    margin-bottom: 20px;
    font-weight: normal;
}

.ds_detail_date{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 1px;
}

.ds_detail_reading{
    font-size: 16px;
    color: #3D3D3D;
}

.ds_detail_blog_article{
    margin-top: 40px;
}


.ds_detail_blog_article4{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.ds_detail_blog_article5{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 40px;
}

.ds_detail_blog_article2{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.ds_detail_blogu_article3{
    font-size: 16px;
    color: #3D3D3D;
}

.ds_detail_blog{
    padding-top: 100px;
    padding-bottom: 100px;
}

.ds_detail_blog_or{
    margin-top: -14px;
    font-size: 16px;
    color: #FF7847;
}

.single-product .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    padding: 16px 10px;
    background-color: #FF7847!important;
    color: var(--font_white);
    transition: 0.2s ease-out;
    cursor: pointer;
    margin-left: 13px;
    max-width: calc(100% - 120px);
    width: 100%;
    text-align: center;
}

.single-product .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
    background-color: #D8663C!important;
}
.single_variation_wrap{
    width: 100%;
}
.ds_product_quantity_input{
    width: 33px;
    height: 50px;
    border: 1px solid #CBCBCB;
    text-align: center;
    z-index: 2;
    background-color: white;
    padding: 11px;
}
.ds_product_wrapper_quantity{
    width: 107px;
}
.ds_product_quantity_input_plus {
    right: 0px;
}
.woocommerce .quantity .qty{
    border: 1px solid #CBCBCB;
    height: 50px;
    width: 87px!important;
}

.single-post .entry-header img{
    width: 100%;
    height: 340px;
    object-fit: cover;
}

.single-post .entry-title{
    font-size: 45px;
    color: #3D3D3D;
    text-transform: unset;
    margin-top: 40px;
    font-weight: normal;
    font-family: "Fraunces";
}

.single-post .content-area{
    padding-top: 60px;
    padding-bottom: 60px;
}

.ds_entry_meta_date{
    font-size: 16px;
    color: #3D3D3D;
}

.ds_entry_meta_r_time span{
    font-size: 16px;
    color: #3D3D3D;
}

.ds_tag_name{
    font-size: 16px;
    color: #ff7847;
}

.single-post .ds_blog_related_content{
    margin-bottom: 20px;
}

.single-post .ds_fp_section_blog_right_post_item_img{
    border-radius: 7px;
}

.ds_fp_section_blog_right_post_item a{
    text-decoration: unset;
}

.single-post .ds_fp_section_blog_left_post_item_img{
    border-radius: 7px;
}

.ds_fp_section_blog_left_post_item a{
    text-decoration: unset;
}

.ds_big_menu_shop_wrapper .ds_big_menu_top_wrapper:first-child ul {
    column-count: 2;
}

.ds_big_menu_shop_wrapper{
    padding: 27px 41px 30px 40px;
    width: 97%;
}

.ds_big_menu_item_wrapper{
    border: none;
    background-color: #F8F9F1;
    font-family: "Kumbh Sans";
    position: fixed;
    top: 139px;
}
.ds_big_menu_item_wrapper_mobile{
    flex-direction: column;
    display: flex;
}
.ds_big_menu_subitem a{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    text-decoration: none;
    transition: 0.2s ease-out;
    font-family: "Kumbh Sans";
}

.ds_big_menu_subitem a:hover{
    color: #FF7847;
    
}

.ds_big_menu_subitem{
    margin-bottom: 18px;
}

.ds_big_menu_subitem{
    list-style: none;
    padding-right: 20px;
}

.ds_big_menu_item{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 18px;
    display: block;
    text-decoration: none;
    position: relative;
}

.ds_big_menu_item:hover{
    color: #3D3D3D;
}

.ds_big_menu_top_wrapper{
    border-right: 1px solid #CBCBCB;
    padding-right: 40px;
    margin-right: 40px;
    padding-left: 29px;
    padding-top: 10px;
}

.ds_big_menu_top_wrapper:last-child{
    border-right: none;
}


.ds_big_menu_top_wrapper ul{
    padding-left: 0px;
}

.ds_big_menu_indication_wrapper{
    padding: 27px 41px 30px 40px;
    width: 97%;

}

.ds_big_menu_sport_wrapper{
    padding: 27px 41px 30px 40px;
    width: 97%;
}

.ds_big_menu_animals_wrapper{
    padding: 27px 41px 30px 40px;
    width: 97%;
}

.ds_big_menu_sport_wrapper .ds_big_menu_item{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    text-decoration: none;
    margin-right: 18px;
    padding-top: 5px;
}

.ds_big_menu_animals_wrapper .ds_big_menu_item{
    font-size: 16px;
    color: #3D3D3D;
    font-weight: normal;
    text-decoration: none;
    margin-right: 40px;
    padding-top: 5px;
}

.ds_border_item{
    border: 1px solid;
    border-radius: 100%;
    padding: 4px 4px 4px 4px;
    background: black;
    font-size: 0px;
    position: relative;
    bottom: 5px;
    margin-right: 7px;
}







/* úpravy ds 2021 květen */

.single-product .ds_single_variation_item_size:not(.attr_active) {
    border: 2px solid #CBCBCB;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 14px;
    FONT-WEIGHT: 600;
    padding: 11px 16px 7px 16px;
    color: #ababab;
    transition: 0.2s ease-out;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.single-product .ds_single_variation_item_size.attr_active {
    font-size: 14px;
}
.single-product .ds_single_variation_item_color {
    border: 2px solid #CBCBCB;
    font-weight:600;    
}
.ds_product_quantity_input.ds_product_quantity_input_minus.ds_qty_minus {
    border-right: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ds_product_quantity_input.ds_product_quantity_input_plus.ds_qty_plus {
    border-left: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds_fp_section_slider_title {
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Fraunces';
}
.ds_single_related {
    max-width: 1393px;
    margin: 0 auto;
    padding: 80px 15px 0;
}

.ds_single_related_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
    color: #00285c;
    text-transform: none;
    font-family: "Kumbh Sans";
}
.ds_single_related .ds_single_related_wrapper{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ds_single_related .ds_single_related_wrapper span,bdi{
    font-size: 16px;
    font-weight: bold;
    color: #00285c;
    text-decoration: none;
}

.ds_single_related_wrapper .woocommerce-loop-product__title{
    font-size: 14px;
    font-weight: normal;
    color: #3D3D3D;
    margin-bottom: -3px;
    text-transform: none;
    margin-top: 10px;
}

.ds_single_related_wrapper .add_to_cart_button, .ds_single_related_wrapper .product_type_variable{
    display: none!important;
}

.ds_single_related .ds_single_related_wrapper li{
    max-width: 250px;
    list-style-type: none;
}

.ds_single_related .ds_single_related_wrapper a{
    text-decoration: none;
}

.ds_single_related .ds_single_related_wrapper li img{
    border: 1px solid #CBCBCB;
    width: 100%;
    transition: 0.2s ease-out;
    padding: 23px 13px;
}

.ds_single_related .ds_single_related_wrapper li img:hover{
    border: 1px solid #3d3d3d;
}

.ds_single_wrapper2 {
    background: #f0f3e2;
    padding-bottom:100px;
}

.ds_single_related_wrapper a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, .ds_single_related_wrapper a.button.product_type_simple.product_type_variable {
    display: none;
}
ul.thwmsc-tabs li {
    line-height: 52px;
    margin-right: 5.2px;
    flex-basis: 23%;
    max-width: 23%;
    width: 100%;
}
li.thwmsc-tab a {
    background: none!important;
    color: #8b8b8b !important;
    border-radius: 5px;
    border: 2px solid #dadada!important;
    font-size: 16px !important;
    font-weight: 400!important;
    text-transform: initial !important;
    font-family: "Kumbh Sans";
}
span.thwmsc-tab-label {
    padding: 5px 0;
}
li.thwmsc-tab a.active {
    background: #ffffff !important;
    color: #ffffff !important;
    border: 2px solid #7E93AE!important;
    font-weight: 600!important;
}

.ds_wrapper_menu_shop .navbar-nav li{
    position: relative;
}

.ds_wrapper_menu_shop .navbar-nav li:hover::before{
    content: "";
    background-color: #FF7847;
    position: absolute;
    left: .5rem;
    right: 24px;
    height: 10px;
    bottom: -24px;
    border-radius: 5px 5px 0 0 ;
}

.ds_filters_section .ds_filters_section_header{
    cursor: pointer;
}

























/*---/CART vzatej z aff/---*/
.woocommerce-checkout .columns-4.rn li:last-of-type{
    clear: unset;
    margin-right: 0;
}
.woocommerce-checkout .columns-4.rn li:nth-last-of-type(2){
    margin-right: 3.8%!important;
}
.woocommerce-cart main, .woocommerce-checkout main{
    padding-bottom: 45px!important;
}
ul.thwmsc-tabs{
    display: flex;
    padding: 0 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul.thwmsc-tabs li{
    flex-basis: calc((100% / 3) - 5px);
    max-width: calc((100% / 3) - 5px);
    margin-right: 0;
}
.woocommerce-cart main, .woocommerce-checkout main{
    /*padding-top: 87px;*/
    max-width: 1326px;
    margin: 0 auto;
    padding-bottom: 135px;
}
.woocommerce-cart main article{
    margin: 0 auto;
    flex-basis: 81.122%;
    max-width: 81.122%;
}
.woocommerce-cart h2 {
    cursor: text;
    margin-bottom: 36px;
}
.woocommerce-cart h2 a{
    pointer-events: none;
    color: var(--color1);
    font-size: 40px;
}
.woocommerce-cart table.cart{
    border: 1px solid var(--Gray);
    margin-bottom: 135px;
    margin-right: 0;
}
.woocommerce-cart table.cart th.product-remove{
    border-radius: 10px 0px 0px 0px;
}
.woocommerce-cart table.cart th.product-subtotal{
    border-radius: 0px 10px 0px 0px;
}
.woocommerce-cart table.cart thead .product-thumbnail{
    display: none;
}
.woocommerce-cart table.cart th{
    font-weight: 400;
    padding-top: 9px;
    padding-bottom: 9px;
    position: relative;
    border-bottom: 1px solid var(--Gray);
}
.woocommerce-cart table.cart tbody .product-remove{
    width: 60px;
    text-align: center;
    padding: 28px 12px 27px;
}
.woocommerce-cart table.cart tbody .product-subtotal{
    border-radius: 0px 0px 10px 0px;
}
.woocommerce-cart table.cart tbody .product-remove a{
    font-weight: 400;
    margin: 0 auto;
    color: #EA3131!important;
}
.woocommerce-cart table.cart tbody tr td:not(:first-of-type), .woocommerce-cart table.cart thead tr th:not(:first-of-type){
    padding-left: 0;
}
.woocommerce-cart table.cart td.product-thumbnail img{
    width: 48px;
}
.woocommerce-cart table.cart td.product-thumbnail{
    width: 61px;
    padding-right: 13px;
}
.woocommerce-cart table.cart td.product-name{
    width: 247px;
}
.woocommerce-cart table.cart td.product-name a{
    color: var(--DarkTyrq);
    font-size: 16px;
}
.woocommerce-cart table.cart td.product-price{
    width: 150px;
    font-weight: bold;
}
.woocommerce-cart table.cart .quantity input[type="number"]{
    border-radius: 2px;
    height: 50px;
    font-weight: 700;
    text-align: center;
    padding-left: 13px;
    font-size: 14px;
    line-height: 18px;
}
.woocommerce-cart table.cart td.product-subtotal bdi{
    font-weight: bold;
}
.woocommerce-cart table.cart tbody td{
    border-top: 0;
    border-bottom: 0;
}
.woocommerce-cart table.cart tbody tr:last-of-type td{
    padding: 28px 20px 20px 20px;
}
.woocommerce-cart table.cart tbody tr:not(:last-of-type) td{
    border-bottom: 1px solid rgba(34, 34, 34, 0.11);
}
.woocommerce-cart table.cart tbody tr:not(:nth-last-of-type(2)):not(:last-of-type) td{
    border-bottom: 1px solid rgba(245, 224, 201, 0.2);
}
.woocommerce-cart table.cart tbody input[type="text"]{
    border: 1px solid var(--Gray)!important;
    border-radius: 50px;
    background-color: transparent;
    padding: 7px 80px 7px 20px!important;
    width: 321px!important;
    font-size: 14px;
    margin-right: -60px!important;
}
.woocommerce-cart table.cart tbody button[type="submit"]{
    border: 1px solid var(--Gray);
    background-color: var(--Gray);
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 11px 20px;
    color: white;
    transition: 0.2s ease-out;
}
.woocommerce-cart table.cart tbody button[type="submit"]:hover{
    background-color: white;
    color: var(--color1)!important;
}
.woocommerce-cart table.cart tbody tr:last-of-type td>button[type="submit"]{
    color: white;
    font-weight: bold;
    padding: 12px 27px;
    border: 0;
    background-color: var(--Blue);
}
.woocommerce-cart table.cart tbody tr:last-of-type td>button[type="submit"]:hover{
    background-color: var(--DarkTyrq);
    color: white!important;
}
.woocommerce-checkout .cart-collaterals{
    display: none;
}
.woocommerce-cart .cart-collaterals .cart_totals{
    width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals h2{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 26px;
    color: var(--DarkTyrq);
}
.woocommerce-cart .cart-collaterals table{
    border: 1px solid rgba(34, 34, 34, 0.5);
    border-radius: 4px;
    background-color: var(--color12);
    margin-bottom: 44px!important;
}
.woocommerce-cart .cart-collaterals tr:last-of-type th, .woocommerce-cart .cart-collaterals tr:last-of-type td{
    border-bottom: 0;
}
.woocommerce-cart .cart-collaterals tr:last-of-type td{
    padding-top: 16px!important;
    padding-bottom: 20px!important;
}
.woocommerce-cart .cart-collaterals th{
    padding-top: 20px!important;
    padding-left: 33px!important;
    padding-bottom: 19px!important;
    font-weight: 400!important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.11);
    border-top: 0!important;
    line-height: 1.2!important;
    color: var(--Gray);
}
.woocommerce-cart .cart-collaterals td{
    border-top: 0!important;
    border-bottom: 1px solid rgba(34, 34, 34, 0.11);
    text-align: right;
    padding-top: 20px!important;
    padding-right: 12px!important;
    padding-bottom: 20px!important;
    line-height: 1.2;
}
.woocommerce-cart .cart-collaterals td bdi, .woocommerce-cart .cart-collaterals td{
    font-weight: 700;
    font-size: 16px;
    justify-content: flex-start;
    line-height: 1.2!important;
}
.woocommerce-cart .cart-collaterals td a{
    color: white;
}
.woocommerce-cart .cart-collaterals tr.order-total bdi, .woocommerce-cart .cart-collaterals tr.order-total bdi span{
    color: var(--Blue);
    font-size: 20px;
}
.woocommerce-cart .wc-proceed-to-checkout{
    padding-top: 0;
    padding-bottom: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a{
    margin-bottom: 0!important;
    border-radius: 50px;
    background-color: var(--Blue)!important;
    color: white!important;
    padding: 26px 25px 22px!important;
    text-transform: uppercase;
    font-size: 16px!important;
    line-height: 19px;
    border: 0;
    transition: 0.2s ease-out;
    font-weight: bold;
}
.woocommerce-cart .woocommerce-Price-currencySymbol{
    margin-left: 0.25rem;
}
.woocommerce-cart .wc-proceed-to-checkout a:hover{
    background-color: var(--DarkTyrq)!important;
    color: white!important;
}
.woocommerce-cart .woocommerce-message a{
    border-radius: 30px;
    background-color: var(--color1);
    color: var(--color12);
    padding: 11px 38px;
}
.woocommerce-cart .woocommerce-message, .woocommerce-cart .woocommerce-error, .woocommerce-checkout .woocommerce-error{
    border-top-color: var(--DarkTyrq);
    background-color: white;
    border-radius: 0 0 10px 10px;
    color: var(--Gray);
}
.woocommerce-message::before, .woocommerce-error::before, .woocommerce form .form-row.woocommerce-invalid label{
    color: var(--color1);
}
.woocommerce-form-coupon-toggle {
    display: none;
}
#thwmsc_wrapper{
    padding-top: 58px;
}
/*Payment*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: 1px solid rgba(34, 34, 34, 0.25);
    border-radius: 4px;
    margin-bottom: 0;
}
.woocommerce form.checkout_coupon button[type="submit"]{
    width: 100%;
    border-radius: 50px;
    background-color: var(--Blue);
    color: white;
    text-transform: uppercase;
    font-size: 16px;
    border: 0;
    line-height: 20px;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 30px;
    padding-right: 30px;
    transition: 0.3s ease-out;
}
.woocommerce form.checkout_coupon button[type="submit"]:hover{
    background-color: var(--DarkTyrq);
}
.woocommerce-checkout section.entry-header{
    display: none;
}

.woocommerce-checkout #primary .container > .woocommerce{
    margin: 0 auto;
    flex-basis: 76.3825%;
    max-width: 76.3825%;
}

/*
form.woocommerce-checkout{
    padding-top: 88px;
}*/
.woocommerce-checkout h2:not(.woocommerce-order-details__title) {
    display: none;
}
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2{
    max-width: 100%;
    padding: 0;
    width: 100%!important;
    float: none!important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -12px;
}
.woocommerce-checkout.page-id-9 .woocommerce-billing-fields__field-wrapper p{
    width: 48%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p, .woocommerce form .form-row{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 0 12px;
    margin-bottom: 11px;
}

.woocommerce-checkout .thwmsc-tab-panel .form-row.notes {
    width: 100%;
    padding: 0;
}

.woocommerce-info{
    border-top: 0;
    background-color: var(--DarkTyrq);
    color: white;
    border-radius: 0 0 10px 10px;
    margin-bottom: 0px;
}
.woocommerce-info::before, .woocommerce-info a{
    color: var(--color1);
}
.woocommerce-checkout main h3{
    font-size: 40px;
    line-height: 49px;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 44px;
    color: var(--DarkTyrq);
    border-bottom: 1px solid rgba(34, 34, 34, 0.5);
}
.woocommerce-checkout .col2-set h3:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(90deg, #F48120 0%, #D39654 0.01%, rgba(211, 150, 84, 0) 100.79%);
    opacity: 0.2;
}
.woocommerce-checkout p label{
    line-height: 19px!important;
    margin-bottom: 4px;
}
.woocommerce-checkout .woocommerce .screen-reader-text{
    position: unset!important;
    height: unset;
    width: unset;
}
.woocommerce-checkout .screen-reader-text span{
    display: none;
}
.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea{
    font-size: 15px;
    /* line-height: 18px; */
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid #cacaca;
}
.woocommerce-checkout form .form-row input.input-text::placeholder, .woocommerce-checkout form .form-row textarea::placeholder{
    color: rgba(34, 34, 34, 0.5);
}
.woocommerce-checkout .select2-container--default .select2-selection--single{
    border: 1px solid #cacaca;
    font-size: 15px;
    /* line-height: 18px; */
    border-radius: 4px;
    padding: 11px 20px;
    /* background-color: white; */
    height: 49px;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: unset;
    color: #666;
    padding: 0;
}
.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px;
    right: 10px;
}
.woocommerce-checkout .woocommerce-checkout .col-2{
    margin-top: 41px;
}
.woocommerce-checkout .woocommerce-checkout .col-2 p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    padding: 0;
    margin-bottom: 111px;
}
.woocommerce-checkout .woocommerce-additional-fields h3{
    display: none;
}

.woocommerce-checkout h3#order_review_heading{
    padding-bottom: 0px;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 30px;
    border-bottom: 0;
}
.woocommerce-checkout #order_review table.shop_table{
    border: 1px solid rgba(34, 34, 34, 0.5);
    border-radius: 4px;
    margin-right: 0;
    border-spacing: unset;
    margin-bottom: 84px;
}
.woocommerce-checkout #order_review table.shop_table thead th{
    border-bottom: 1px solid rgba(34, 34, 34, 0.5);
    padding: 8px 35px;
    font-size: 16px;
    line-height: 19px;
}
.woocommerce-checkout #order_review table.shop_table th, .woocommerce-checkout #order_review table.shop_table td{
    padding: 27px 35px;
}
.woocommerce-checkout #order_review table.shop_table th{
    font-weight: 400;
}
.woocommerce-checkout #order_review table.shop_table tbody tr td{
    border-bottom: 1px solid rgba(34, 34, 34, 0.11);
}
.woocommerce-checkout #order_review table.shop_table tbody tr:last-of-type td{
    border-bottom: 0;
}
.woocommerce-checkout #order_review table.shop_table .product-name{
    width: 80%;
}
.woocommerce-checkout #order_review table.shop_table .product-quantity{
    margin-left: 35px;
    color: var(--Gray);
}
.woocommerce-checkout #order_review table.shop_table .woocommerce-Price-currencySymbol{
    margin-left: 0.25rem;
}
.woocommerce-checkout table.shop_table tbody td{
    border-top: 0;
    color: var(--DarkTyrq);
}

.woocommerce-checkout table.shop_table td .woocommerce-Price-amount{
    font-size: 16px;
    color: var(--Gray);
    margin-left: 0;
}

/*

.woocommerce-checkout table.shop_table tbody tr td.product-name{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-checkout table.shop_table td bdi{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
*/

.woocommerce-checkout .woocommerce-additional-fields #order_comments{
    height: 111px;
    /*border-radius: 4px!important;
    padding: 14px 27px!important*/
}
/*
.woocommerce-checkout table.shop_table tfoot tr td, .woocommerce table.shop_table tfoot tr th{
    border-top: 1px solid rgba(34, 34, 34, 0.5);
    font-weight: 700!important;
}
.woocommerce-checkout table.shop_table tfoot .order-total th,
.woocommerce-checkout table.shop_table tfoot .order-total td{
    border-top: 1px solid rgba(34, 34, 34, 0.11);
}
.woocommerce-checkout table.shop_table tfoot a{
    color: white;
}
.woocommerce-checkout table.shop_table tfoot bdi, .woocommerce table.shop_table tfoot td span, .woocommerce table.shop_table tfoot td a{
    font-weight: 800!important;
}
.woocommerce-checkout table.shop_table tfoot .order-total .woocommerce-Price-amount.amount bdi, .woocommerce-checkout table.shop_table tfoot .order-total .woocommerce-Price-amount.amount bdi span{
    font-size: 24px;
    color: var(--Blue);
}*/
.woocommerce-cart .woocommerce-Price-amount{
    margin-left: 0;
    color: var(--Gray);
    font-size: 16px;
}
.woocommerce-cart .woocommerce-Price-amount bdi{
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.woocommerce-checkout .place-order button[type="submit"]{
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: white;
    width: 100%;
    padding: 18px 30px;
    background-color: #ff7848;
    border-radius: 4px;
    transition: 0.2s ease-out;
    border: 0;
}
.woocommerce-checkout .place-order button[type="submit"]:hover{
    background-color: #00285c;
    color: white;
}
.woocommerce-checkout #payment{
    border-radius: 10px;
    padding: 34px 28px;
    background-color: var(--color12);
}
.woocommerce-checkout #payment>ul{
    padding: 0!important;
}
.woocommerce-checkout .woocommerce-privacy-policy-link{
    color: var(--color1);
}
.woocommerce-checkout .select2-container input{
    background-color: var(--color10)!important;
    color: white;
}
.select2-dropdown{
    border: 1px solid rgb(202 202 202);
}

/*
.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color:var(--Blue);
    color:white!important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]:hover, .select2-container--default .select2-results__option--highlighted[data-selected]:hover{
    color:white!important;
}
.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{
    background-color:var(--Blue);
    color:white!important;
}
*/

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #ff7848;
}

.woocommerce-checkout #payment{
    padding: 0;
}
.woocommerce-checkout #payment .payment_box{
    display: none!important;
}
.woocommerce-checkout #payment .wc_payment_method{
    padding: 25px 36px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.11);
    display: flex;
    align-items: center;
}
.woocommerce-checkout #payment ul.payment_methods li input{
    width: 20px;
    height: 20px;
}
.woocommerce-checkout #payment ul{
    border: 1px solid rgba(34, 34, 34, 0.5)!important;
    border-radius: 4px;
}
.woocommerce-checkout #payment label{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 30px;
}
.woocommerce-checkout #payment label img{
    margin-right: 20px!important;
}
.woocommerce-checkout #payment label a{
    color: var(--color1);
}
.woocommerce-checkout #payment .place-order{
    padding: 28px 0px 0!important;
}
.woocommerce-checkout #payment .place-order p{
    font-size: 16px;
    margin-bottom: 23px;
    color: var(--Gray);
}
.woocommerce-checkout .woocommerce-order-overview{
    padding-left: 0;
}
.woocommerce-checkout ul.order_details li{
    padding-right: 15px;
    margin-right: 15px;
}
.woocommerce-checkout .woocommerce-order-details, .woocommerce-checkout .woocommerce-customer-details{
    padding-top: 50px;
    margin-top: 50px;
    border-top: 1px solid rgba(34, 34, 34, 0.5);
}
.woocommerce-checkout .woocommerce-order-details h2, .woocommerce-checkout .woocommerce-customer-details h2{
    font-size: 35px;
    margin-bottom: 20px;
}
.woocommerce-checkout .woocommerce-order-details table{
    border: 1px solid var(--Gray);
    padding: 0;
    border-radius: 10px;
    border-spacing: unset;
}
.woocommerce-checkout .woocommerce-order-details table.shop_table th{
    padding: 17px 29px;
}
.woocommerce-checkout .woocommerce-order-details table.shop_table td{
    padding: 17px 29px;
}
.woocommerce-checkout .woocommerce-order-details table.shop_table tfoot th, .woocommerce-checkout .woocommerce-order-details table.shop_table tfoot td{
    background-color: rgba(18, 18, 20, 0.2);
}
.woocommerce-checkout .woocommerce-order-details table.shop_table tbody td{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.woocommerce-checkout .woocommerce-order-details table.shop_table td>a{
    color: var(--color1);
}
.woocommerce-checkout .woocommerce-order>p:not(.woocommerce-notice){
    font-size: 20px;
    font-weight: bold;
    color: var(--color1);
}
.return-to-shop{
    display: none;
}



/*-------------checkout-table------------------*/
.woocommerce-checkout .thwmsc-tab-panel {
    background-color: transparent!important;
    padding: 0!important;
}


.thwmsc-wrapper .thwmsc-tabs .thwmsc-tab {
    text-align: left;
}

.thwmsc-wrapper .thwmsc-tabs .thwmsc-tab .thwmsc-tab-icon {
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 4px;
}

.woocommerce-checkout h2.ds_single_related_title {
    display: block;
}

.woocommerce-checkout a.button.product_type_variable,
.woocommerce-checkout a.button.add_to_cart_button {
    display: none;
}

.thwmsc-tab-label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/draftspot_theme/assets/images/shop.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 12px;
    margin-bottom: -4px;
    margin-left: 12px;
}

.woocommerce-checkout table.shop_table {
    border: 0;
    padding: 10px 30px 20px;
    background: #F8F9F1;
    margin-bottom: 200px;
}
.shop_table thead {
    margin-bottom: 10px;
}

.shop_table tbody {
    position: relative;
}

.shop_table thead, .shop_table tbody{
    display: flex;
    flex-direction: column;
}

.shop_table tr {
    flex-grow: 1;
    display: flex;
    align-items: center;
}
.shop_table tbody tr{
    border: 1px solid #dadada;
    border-radius: 4px;
    margin-bottom: 10px;
}


.shop_table thead .product-name {
    width: calc(20% + 118px);
}

.shop_table .product-remove {
    width: 10px;
}

.shop_table .product-thumbnail { 
    width: 88px;
    padding: 0;
}
.shop_table .product-name {
    width: 20%;
    padding-left: 0!important;
}
.shop_table .product-price {
    width: 20%;
}
.shop_table .quantity {
    width: 94px;
}
.shop_table .product-subtotal{
    width: 20%;
    margin-left: auto;
}



.woocommerce-checkout a.remove {
    margin: 0;
    width: 24px;
    margin-left: 10px;
}

.woocommerce-checkout .product-thumbnail {
    width: 88px;
}

.woocommerce-checkout .shop_table thead .product-remove, .woocommerce-checkout .shop_table thead .product-thumbnail {
    width: 1px;
    display: none;
}

.ds_product_quantity_input_minus {
    border-radius: 4px 0 0 4px;
}

.ds_product_quantity_input_plus {
    border-radius: 0 4px 4px 0;
}

.woocommerce-checkout .woocommerce-cart-form .product-remove {
    width: 24px;
    padding: 0;
}
.woocommerce-checkout table.cart img {
    width: 63px;
    border: 1px solid #dadada;
    background: white;
    padding: 5px;
    border-radius: 4px;
}



.thwmsc-tab-panel.cart .shop_table tbody tr:last-child { 
    border: 0;
    margin-bottom: 0px;
    position: absolute;
    bottom: -130px;
    width: 100%;
}

.shop_table tbody .actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0!important;
}
.woocommerce-checkout .woocommerce table.cart td .coupon{
    max-width: 360px;
    width: 100%;
}
.woocommerce-checkout .woocommerce table.cart td .coupon label {
    display: block;
    text-align: left;
    font-weight: 700;
}

.woocommerce-checkout .woocommerce table.cart td .coupon input.input-text {
    width: 200px;
    border: 1px solid #dadada;
    background: white;
    padding: 10px 24px;
    border-radius: 4px;
    margin-right: 5px;
}

.woocommerce-checkout .woocommerce table.cart td .coupon button {
    background: white;
    padding: 14.5px 25px;
    border-radius: 4px;
    border: 1px solid #FF7848;
    color: #FF7848;
    font-weight: 400;
}

.woocommerce-checkout .woocommerce table.cart .actions > .button {
    background: white;
    padding: 14.5px 25px;
    border-radius: 4px;
    border: 1px solid #FF7848;
    color: #FF7848;
    font-weight: 400;
    margin-top: 22px;
    display: none;
}






.woocommerce-checkout .woocommerce-cart-form .screen-reader-text {
    position: absolute!important;
}


.woocommerce-checkout .ds_single_related {
    padding-top: 20px;
    padding: 30px;
}

.woocommerce-checkout .ds_single_related .ds_single_related_wrapper {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.ds_single_related .ds_single_related_wrapper li {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0;
    max-width: 25%;
    margin-bottom: 24px;
    flex-basis: 25%;
    width: 100%;
}

.ds_single_related .ds_single_related_wrapper li img {
    border-radius: 5px;
    margin-bottom: 10px;
    height: 290px;
    width: 100%!important;
    object-fit: cover;
    aspect-ratio: unset;
}

.thwmsc-tab-panel-wrapper{
    display: flex;
    flex-direction: column-reverse;
}

.thwmsc-buttons {
    padding: 14px 15px 4px;
    display: flex;
    justify-content: flex-end;
}

.thwmsc-buttons .thwmsc-btn {
    background:#FF7848;
    padding: 14.5px 25px;
    border-radius: 4px;
    border: 1px solid #FF7848;
    color: white;
    font-weight: 400;
    font-size: 22px;
    margin-left: 15px;
}


/*str2*/

.thwmsc-tab-panel.billing  {
    padding: 10px 30px;
}

.thwmsc-tab-panel.billing .thwmsc-tab-content{
    background: #F8F9F1;
    padding: 24px 30px;
    border-radius: 4px;
}

.woocommerce-checkout main h3 {
    font-size: 25px;
    border-bottom: 0;
    
    margin-bottom: 8px;
    padding-bottom: 0px;

}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p {

}


 .woocommerce-shipping-fields {
    margin: 40px 0;
 }

#ship-to-different-address {
    font-size: 18px;
    font-weight: 400;
}

#ship-to-different-address .woocommerce-form__label {
    display: flex;
    align-items: center;
}


#ship-to-different-address-checkbox{
    position: relative;
      cursor: pointer;
      width: 20px;
      height: 20px;
      margin-right: 10px;
}

#ship-to-different-address-checkbox:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #ff7848;
    border-radius: 50%;
    background-color: white;
    /* outline: 5px solid white; */
    box-shadow: 0 0 9px 14px #f8f9f1;
}


#ship-to-different-address-checkbox:checked:before {
    background-color: #ff7848;
}
#ship-to-different-address-checkbox:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}


.thwmsc-tab-panel.review_order .thwmsc-tab-content {
    padding: 0 15px;
}

.thwmsc-tab-panel.review_order .shop_table tbody tr {
    padding: 0px 10px;
}

.thwmsc-tab-panel.review_order .shop_table .product-name {
    width: 30%;
}

.thwmsc-tab-panel.review_order .shop_table tfoot tr {
    align-items: flex-start;
}

.thwmsc-tab-panel.review_order .shop_table tfoot th {
    width: 30%;
    border: 0;
}

.thwmsc-tab-panel.review_order .shop_table tfoot td {
    width: 70%;
    border: 0;
    font-weight: 400;
}
.thwmsc-tab-panel.review_order .shop_table tfoot td[data-title="Doprava"]{
    width: 45%;
}
.thwmsc-tab-panel.review_order .shop_table tfoot td[data-title="Doprava"] li{
    text-align: left;
    display: flex;
}
.woocommerce ul#shipping_method li{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.woocommerce ul#shipping_method li input[checked="checked"]:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #0075FF;
    border-radius: 50%;
}
.woocommerce ul#shipping_method li input[checked="checked"]:after{
    content: "";
    position: absolute;
    left: 22%;
    top: 22%;
    background-color: #0075FF;
    width: 56%;
    height: 56%;
    border-radius: 90px;
}
.woocommerce ul#shipping_method li input{
    margin-top: 0;
    position: relative;
}
.woocommerce ul#shipping_method li label{
    display: flex;
    width: 100%;
    margin-bottom: 0;
}
.woocommerce ul#shipping_method li label > span{
    margin-left: auto;
}

.thwmsc-tab-panel.review_order .shop_table tfoot .cart-subtotal {
    margin-top: 19px;
}

.thwmsc-tab-panel.review_order .shop_table tfoot .order-total bdi, .thwmsc-tab-panel.review_order .shop_table tfoot .order-total {
    font-size: 22px;
}



/*str 4*/

.woocommerce .thwmsc-wrapper #thwmsc-tab-content-3 {
    padding: 0 13px;
}

.woocommerce .thwmsc-wrapper .woocommerce-checkout-payment#payment {
    background-color: #F8F9F1;
    padding: 24px 30px;
    border-radius: 4px;
}

.ds_advice_section_post_title{
    font-size: 36px;
    color: #00285C;
    font-weight: normal;
    margin-bottom: 20px;
    text-transform: none;
    font-family: "Fraunces";
}

.ds_advice_section_post_text p{
    font-size: 16px;
    color: #3d3d3d;
    font-weight: normal;
    font-family: "Kumbh Sans";
}

.ds_advice_section_post{
    padding-top: 100px;
    padding-bottom: 64px;
}

.ds_advice_section_right_wrapper .wpcf7 label{
    width: 100%;
    font-size: 14px;
    margin-bottom: 9px;
    color: #3d3d3d;
    font-family: "Kumbh Sans";
    margin-bottom: -4px;
}

.wpcf7-form-control-wrap input{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
}

.ds_advice_section_team_item_tags span{
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 14px;
    text-transform: uppercase;
    font-family: "Kumbh Sans";
}

.ds_advice_section_left_title{
    font-size: 24px;
    color: #00285C;
    font-weight: bold;
    font-family: "Fraunces";
    margin-bottom: 39px;
}

.ds_advice_section_blogs_title{
    font-size: 36px;
    color: #00285C;
    font-weight: normal;
    font-family: "Fraunces";
    margin-bottom: 40px;
}

.ds_advice_section_right_wrapper input.wpcf7-form-control.wpcf7-submit{
    background:#ff7847;
    padding: 15px 61px;
    border: 0px;
    color: white;
    border-radius: 5px;
    transition: 0.2s ease-out;
}

.ds_advice_section_right_wrapper input.wpcf7-form-control.wpcf7-submit:hover{
    background-color: #D8663C;
}

.ds_advice_section_right_wrapper textarea.wpcf7-form-control.wpcf7-textarea{
    width: 100%;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
}

.ds_advice_section_team_item_wrapper{
    margin-bottom: 60px;
    border-bottom: 1px solid #CBCBCB;
    padding-bottom: 20px;
    max-width: 508px;
}

.ds_advice_section_team_item_content{
    margin-top: 20px;
    font-size: 16px;
    color: #3d3d3d;
    font-family: "Kumbh Sans";
    margin-bottom: 20px;
}

.ds_advice_section_team_item_btn .btn{
    font-size: 16px;
    color: #ff7847;
    font-family: "Kumbh Sans";
    border-bottom: 1px solid;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0;
    padding-top: 0;
    margin-right: 30px;
    transition: 0.2s ease-out;
}

.ds_advice_section_team_item_btn .btn:hover{
    color: #D8663C;
    background-color: unset;
}

.ds_advice_section_team_item_btn {
    margin-bottom: 60px;
}

.ds_advice_section_team_item_title{
    margin-left: 30px;
}

.ds_advice_section_team_item_name{
    font-size: 16px;
    color: #00285C;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: "Kumbh Sans";
}

.ds_advice_section_team_item_company{
    font-size: 14px;
    color: #3d3d3d;
    margin-bottom: 14px;
    font-family: "Kumbh Sans";
}

.ds_advice_section_post_right img{
    width: 100%;
}

.ds_advice_section{
    padding-bottom: 98px;
    
}

.ds_advice_section_post{
    background: #F8F9F1;
    margin-bottom: 78px
}

.ds_fp_section_blog_right_post_wrapper{
    margin-bottom: 20px;
}

.ds_blog_link{
    margin: auto;
    display: block;
    text-align: center;
    width: 283px;
    margin-top: 14px;
}

.ds_advice_section_partners{
    background-color: #F8F9F1;
    padding-top: 100px;
}

.wpcf7-form-control-wrap label:first-child{
    height: 1px;
    width: 1px;
    opacity: 0;
}

.ds_advisor_select_input{
    border: none;
    font-size: 14px;
    font-family: "Kumbh Sans";
    height: 100%;
    margin-left: 10px;
    padding-left: 10px;
    cursor: pointer;
    box-shadow: none!important;
    outline: none!important;
}


.ds_advisor_select_label{
    border: 1px solid #CBCBCB;
    height: 50px;
    width: 100%;
    border-radius: 6px;
    padding-left: 11px;
    display: flex;
    align-items: center;
}


.search-results .content-area{
    width: 1363px;
    margin: 0 auto;
    padding-top: 50px;
}

.search-results .content-area .post-120{
    width: 30%;
    max-width: 359px;
}

.search-results .content-area .post-120 h2.entry-title{
    font-size: 16px;
    font-family: "Kumbh Sans";
    font-weight: normal;
    margin-top: 10px;
    color: #00285C;
    text-decoration: none;
}

.search-results .content-area .post-120 a{
    text-decoration: none;
    color: #00285C;
}

.ds_fp_section_blog_right_post_item_wrapper{
    margin-bottom: 25px;
}

.ds_blog_container .entry-header .entry-title{
    font-size: 45px;
    font-weight: 900;
    font-family: "Fraunces";
    margin-bottom: 15px;
    color: #3D3D3D;
}

.ds_blog_container .ds_entry_meta .ds_entry_meta_date{
    font-size: 18px;
    color:#3D3D3D;
    font-family: "Kumbh Sans";
    margin-bottom: 0px;
}

.ds_blog_container .ds_entry_meta .ds_entry_meta_r_time span{
    font-size: 18px;
    color:#3D3D3D;
    font-family: "Kumbh Sans";
}

.ds_blog_container .ds_entry_meta .ds_entry_meta_r_time {
    margin-bottom: 20px;
}

.ds_blog_container .ds_entry_meta .ds_entry_meta_tags{
    margin-bottom: 30px;
}

.ds_blog_container .entry-content p{
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.ds_blog_container .entry-content .wp-block-image img{
    /*width: 100%;*/
    margin-bottom: 50px;
    height: auto;
}

.ds_blog_container .wp-block-columns .wp-block-column img{
    margin-bottom: 0;
}

.ds_mamavis_crafted_by{
    display: flex;
    align-items: baseline;
    margin-top: 85px;
    position: relative;
    justify-content: flex-end;
    width: 83%;
}

.ds_mamavis_crafted_by figure{
    margin-bottom: 0;
}

.ds_mamavis_crafted_by span{
    font-size: 12px;
    font-family: "Kumbh Sans";
    font-weight: normal;
    margin-right: 13px;
    color: white;
}

.ds_kontaktní_osoby{
    padding-bottom: 100px;
}


.ds_mamavis_form_pack{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ds_mamavis_form_pack p{
    margin-top: -12px;
    font-size: 14px;
    color: #3d3d3d;
    font-family: "Kumbh Sans";
}

.ds_footer_wrapper_right_newletter .wpcf7-form-control-wrap input{
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: 1px solid #CBCBCB;
}

.ds_footer_wrapper_right_newletter .wpcf7-form-control-wrap input:focus{
    border: 0;
    outline: 0;
    box-shadow: 0;
}


.ds_footer_wrapper_right_newletter input.wpcf7-form-control.wpcf7-submit.ds_mail_submit.btn{
    line-height: 1.2;
    padding: 11px 47px;
    border-radius: 5px;
    font-size: 16px;
    color: white;
    background-color: #FF7847;
    transition: 0.2s ease-out;
    font-weight: normal;
    cursor: pointer;
    font-family: "Kumbh Sans";
    margin-left: -128px;
    z-index: 1;
}
.ds_footer_wrapper_right_newletter input.wpcf7-form-control.wpcf7-submit.ds_mail_submit.btn:hover{
   background-color: #D8663C;
}

.ds_fp_section_slider{
    position: relative;
}

.ds_fp_section_slider .container {
    position: relative;
    z-index: 10;
}

.ds_fp_section_slider::before{
    background: linear-gradient(to right, black, rgba(0,0,0,0.5));
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 36%;
}

.ds_mail_input .placeholder{
    padding-left: 15px;
}


.ds_footer_wrapper_right_newletter .wpcf7-form-control-wrap input{
    padding-left: 15px;
}

.ds_big_menu_top_wrapper{
    margin-right: 0!important;
}
.ds_product_popup{
    width: 300px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
    border-radius: 3px;
    border: 2px solid #FF7847!important;
    position: fixed;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
    z-index: 5;
    font-size: 20px;
    line-height: 1.2;
    background-color: white;
    text-align: center;
    box-shadow: 0px 0px 13px 2px rgb(0 0 0 / 30%);
}
.ds_product_popup_text{
    margin-bottom: 20px;
}
.ds_history_martina > .wp-block-column{
    width: 100%;
}

.btn.ds_cat_active {
    border-color: var(--orange);
    background-color: var(--orange);
    color: #fff;
}


.ds_single_modal_wrapper{
    position: absolute;
    top: 230px;
    max-width: 828px;
    margin: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F8F9F1;
    z-index: 300;
    padding: 30px;
    border-radius: 4px;
}
.ds_single_modal_overlay{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 299;
}
.ds_single_modal_title{
    font-size: 14px;
    text-transform: uppercase;
    color: var(--dark);
}
.ds_single_modal_product{
    text-transform: unset;
    font-size: 23px;
    color: var(--dark);
    margin-bottom: 30px;
}
.ds_single_modal_content table{
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    border-spacing: unset;
    border-collapse: unset;
}
.ds_single_modal_content tbody tr:not(:last-of-type) td{
    border-bottom: 1px solid #b5b5b5;
}
.ds_single_modal_content tbody tr td:not(:last-of-type){
    border-right: 1px solid #b5b5b5;
}
.ds_single_modal_content tbody tr td{
    padding: 15px 20px;
}
.single.single-product{
    position: relative;
}
.ds_single_modal_close{
    width: 40px;
    height: 40px;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.ds_single_modal_close span{
    width: 100%;
    height: 1px;
    background-color: #FF7847!important;
    position: absolute;
    top: 50%;
    left: 50%;
}
.ds_single_modal_close span:first-of-type{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ds_single_modal_close span:last-of-type{
    transform: translate(-50%, -50%) rotate(45deg);
}



.ds_single_add_modal_wrapper {
    position: fixed;
    top: 230px;
    max-width: 500px;
    margin: auto;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F8F9F1;
    z-index: 300;
    padding: 30px;
    border-radius: 4px;
    text-align: center;
}
.ds_single_modal_overlay{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 40%);
    z-index: 299;
}
.ds_single_add_modal_title {
    font-size: 22px;
    text-transform: uppercase;
    color: var(--dark);
    margin-bottom: 30px;
}
.ds_single_add_modal_product{
    text-transform: unset;
    font-size: 23px;
    color: var(--dark);
    margin-bottom: 30px;
}
.ds_single_add_modal_close {
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.ds_single_add_modal_close span {
    width: 100%;
    height: 3px;
    background-color: #FF7847!important;
    position: absolute;
    top: 50%;
    left: 50%;
}
.ds_single_add_modal_btn_wrapper{
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.ds_single_add_modal_close span:first-of-type{
    transform: translate(-50%, -50%) rotate(-45deg);
}
.ds_single_add_modal_close span:last-of-type{
    transform: translate(-50%, -50%) rotate(45deg);
}




.ds_single_modal_wrapper .wp-block-table{
    margin-bottom: 40px;
}
.ds_single_modal_wrapper .wp-block-columns .wp-block-column{
    flex-basis: 50%!important;
}
.ds_single_modal_wrapper .wp-block-columns{
    border-bottom: 1px solid #b5b5b5;
    padding-bottom: 10px;
}
.ds_search_section_products{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ds_search_title{
    font-size: 24px;
    margin-bottom: 30px;
}
.ds_search_products{
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ds_search_products_title, .ds_search_posts_title{
    color: var(--dark_blue);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: 20px;
    font-family: "Fraunces";
    text-transform: unset;
    width: 100%;
}
.ds_search_products>span, .product_type_simple, .ds_search_posts > span{
    display: none!important;
}
.ds_search_content_wrapper{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.ds_search_content_wrapper li{
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.ds_search_content_wrapper li:nth-of-type(4){
    margin-right: 0;
}
.ds_search_content_wrapper li a{
    display: block;
}
.ds_search_content_wrapper li img {
    width: 100%;
    height: auto;
    border: 1px solid #CBCBCB;
    border-radius: 5px;
    transition: 0.2s ease-out;
}
.woocommerce-loop-product__title{
    font-size: 14px;
    margin-top: 10px;
    color: #3D3D3D;
    font-family: "Kumbh Sans";
    font-weight: 400;
    text-transform: unset;
    margin-bottom: 0;
}
.ds_search_content_wrapper li > a:last-of-type{
    display: none;
}
.thwmsc-tab-panel.review_order tr{
    justify-content: space-between;
}
.thwmsc-tab-panel.review_order tfoot td{
    text-align: right;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content{
    display: flex;
    flex-direction: column-reverse;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table{
    margin-bottom: 0!important;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table .product-name{
    width: 80%;
    padding: 9px 12px!important;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot th{
    width: 55%;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot td{
    width: 45%;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot tr{
    align-items: flex-start;
}
.woocommerce-checkout .place-order button[name="woocommerce_checkout_place_order"]{
    margin-left: auto;
    width: 50%;
}
.woocommerce-checkout .place-order{
    width: 100%!important;
}
.ds_single_related_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table

/*9.6.*/
.wpcf7 form .wpcf7-response-output{
    border: 2px solid #FF7847!important;
    color: white;
    display: inline-block;
    margin-top: 20px;
    margin-left: 0;
}
.blog_newsletter .wpcf7 form .wpcf7-response-output{
    color: #FF7847;
}
.obchodni_podminky_sec{
    padding-top: 70px;
    padding-bottom: 70px;
}
.obchodni_podminky_sec h1{
    font-size: 40px;
}
.obchodni_podminky_sec a{
    color: #FF7847;
}
.woocommerce-message{
    border-top-color: #ff7847;
}
.woocommerce-account header.entry-header{
    display: none;
}
.ds_woocommerce_account_title{
    font-size: 24px;
    font-family: "Kumbh Sans";
    text-transform: unset;
    color: #3D3D3D;
    padding-top: 48px;
    margin-bottom: 26px;
}
.woocommerce-MyAccount-navigation ul{
    list-style-type: none;
    padding-left: 0;
}
.woocommerce-MyAccount-navigation ul li{
    margin-bottom: 12px;
}
.woocommerce-MyAccount-navigation ul a{
    width: 171px;
    height: 50px;
    color: #FF7847;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #CBCBCB;
    padding: 10px 20px 10px;
    text-decoration: none;
    background-color: transparent;
    transition: 0.3s ease-out;
    line-height: 1.3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce-MyAccount-navigation ul a:hover, .woocommerce-MyAccount-navigation ul li.is-active a{
    border: 1px solid #FF7847;
    color: white;
    background-color: #FF7847;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a{
    color: #3D3D3D;
    font-weight: 400;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:hover{
    border: 1px solid #3D3D3D;
    color: white;
    background-color: #3D3D3D;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
    width: 22.5%;
}
.woocommerce-account .woocommerce-MyAccount-content{
    width: 77.5%;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-last-of-type(2), .woocommerce-account .woocommerce-MyAccount-content p:nth-last-of-type(2) *{
    font-size: 24px;
    color: #00285C;
    font-weight: bold;
    font-family: "Fraunces";
    font-weight: bold;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-last-of-type(2) a{
    color: #FF7847;
    text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content p:nth-last-of-type(2){
    margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-of-type{
    max-width: 457px;
    font-family: "Kumbh Sans";
    color: #3D3D3D;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-of-type a{
    color: #FF7847;
    text-decoration: underline;
    font-weight: bold;
    transition: 0.3s ease-out;
}
.woocommerce-account .woocommerce-MyAccount-content p:last-of-type a:hover{
    color: #3D3D3D;
}
.woocommerce-account .ds_advice_section{
    margin-top: 106px;
}

.woocommerce-notices-wrapper{
    width: 100%;
}
.ds_woocommerce_login{
    padding-top: 100px;
    padding-bottom: 100px;
}
.ds_woocommerce_login h2{
    font-size: 36px;
    max-width: 487px;
    color: var(--dark_blue);
    margin-bottom: 20px;
    font-family: "Fraunces";
    font-weight: 400;
    text-transform: unset;
}
.ds_woocommerce_login_title{
    font-size: 36px;
    color: #00285C;
    padding-top: 102px;
    line-height: 46px;
    font-weight: bold;
    text-transform: none;
    font-family: "Fraunces";
    margin-bottom: 8px;
}
.ds_login_img{
    width: 50%;
    padding-left: 15px;
    margin-bottom: 0;
}
.ds_login_img img{
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.woocommerce-form-login{
    margin-top: 17px!important;
    width: 100%;
    padding: 0!important;
    border: 0!important;
    padding-right: 15px!important;
}
.woocommerce-form-login p{
    padding: 0!important;
    max-width: 80%;
    width: 100%!important;
    margin-bottom: 0;
}
.woocommerce-form-register .form-row{
    width: 100%!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.woocommerce form.register{
    padding: 30px;
}
.woocommerce-form-login p input[type="text"], .woocommerce-form-login p input[type="password"],
.woocommerce-form-register p input[type="email"]{
    height: 50px;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    padding-left: 10px;
}
.woocommerce-form-login p.woocommerce-form-row--wide label{
    font-size: 14px;
    margin-bottom: 7px;
    color: #3D3D3D;
    height: 16px;
    line-height: 16px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox{
    display: flex!important;
    height: 20px;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 33px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox input{
    width: 20px;
    height: 20px;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    margin-right: 10px;
}
.woocommerce-form-login .woocommerce-form__label-for-checkbox span{
    font-size: 16px;
    line-height: 16px;
    color: #3d3d3d;
    padding-top: 3px;
}
.woocommerce-form-login button, .woocommerce-form-register button{
    max-width: 181px;
    padding: 15px 51px 16px!important;
    background-color: #ff7847!important;
    color: white!important;
    font-size: 16px!important;
    line-height: 19px!important;
    font-weight: 400!important;
    transition: 0.3s ease-out;
}
.woocommerce-form-register button{
    max-width: 207px;
}
.woocommerce-form-login button:hover, .woocommerce-form-register button:hover{
    background-color: #D8663C!important;
}
.woocommerce-form-login .woocommerce-LostPassword a{
    color: #FF2F2F;
}
.woocommerce-ResetPassword{
    max-width: 830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce-ResetPassword button{
    padding: 15px 51px 16px!important;
    background-color: #ff7847!important;
    color: white!important;
    font-size: 16px!important;
    line-height: 19px!important;
    font-weight: 400!important;
    transition: 0.3s ease-out;
}
.woocommerce-ResetPassword input{
    height: 50px;
    border: 1px solid #CBCBCB;
    border-radius: 4px;
    margin-right: 10px;
    padding-left: 20px;
}
.woocommerce-ResetPassword button:hover{
    background-color: #D8663C!important;
}
.woocommerce div.product form.cart{
    display: flex;
    align-items: center;
}
ul.thwmsc-tabs:before, ul.thwmsc-tabs:after{
    display: none;
}

/*My account*/
.woocommerce-EditAccountForm{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px 70px;
}
.woocommerce-EditAccountForm label{
    font-size: 16px!important;
    color: black!important;
    font-family: "Kumbh Sans"!important;
    font-weight: 400!important;
}
.woocommerce-EditAccountForm input{
    background: #fff;
    height: 40px;
    padding-right: 2px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    transition: 0.2s ease-out;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px!important;
    color: black!important;
    font-family: "Kumbh Sans"!important;
    font-weight: 400!important;
}
.woocommerce-EditAccountForm .form-row{
    padding: 0 15px!important;
}
.woocommerce-EditAccountForm .form-row .required{
    color: red!important;
    font-weight: 400!important;
    font-family: "Kumbh Sans"!important;
    font-size: 16px!important;
}
.woocommerce-EditAccountForm fieldset{
    width: 100%;
    margin-top: 50px;
}
.woocommerce-EditAccountForm fieldset legend{
    padding: 0px 15px;
    font-weight: bold;
}
.woocommerce-EditAccountForm fieldset p:last-of-type{
    max-width: unset!important;
    width: 50%!important;
}
.woocommerce-EditAccountForm .show-password-input{
    color: black!important;
    font-weight: 400!important;
    font-family: "Kumbh Sans"!important;
    font-size: 16px!important;
}
.woocommerce-password-strength, .woocommerce-password-hint{
    color: black!important;
    font-weight: 400!important;
    font-family: "Kumbh Sans"!important;
    font-size: 16px!important;
}
.woocommerce-EditAccountForm > p:last-of-type{
    padding: 0 15px;
}
.woocommerce-EditAccountForm .woocommerce-Button{
    color: var(--font_white)!important;
    background-color: var(--orange)!important;
    max-width: 270px;
    cursor: pointer!important;
    line-height: 1.2!important;
    padding: 17px 47px 17px 47px!important;
    border-radius: 3px!important;
    font-size: 16px!important;
    transition: 0.2s ease-out;
    font-weight: normal!important;
    font-family: "Kumbh Sans";
}
.woocommerce-EditAccountForm .woocommerce-Button:hover, .woocommerce-EditAccountForm .woocommerce-Button:active, .woocommerce-EditAccountForm .woocommerce-Button:focus{
    color: var(--font_white);
    background-color: #D8663C!important;
}
.ds_thankyou_text{
    max-width: 700px;
    margin: 0 auto;
}
.woocommerce table.my_account_orders{
    font-size: 1em;
    border: unset;
    margin: 0 0px 24px 0;
    border-collapse: unset;
    border-spacing: unset;
}
.woocommerce table.my_account_orders thead{
    margin-bottom: 0;
}
.woocommerce table.my_account_orders thead th, .woocommerce table.my_account_orders tbody td{
    width: 20%;
}
.woocommerce table.my_account_orders tbody tr{
    border: 0;
    margin-bottom: 0;
}
.woocommerce table.my_account_orders tbody td{
    height: 50px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.woocommerce table.my_account_orders tbody td span{
    line-height: 1;
}
.woocommerce table.my_account_orders tbody td .woocommerce-button{
    color: var(--font_white)!important;
    background-color: var(--orange)!important;
    max-width: 270px;
    cursor: pointer!important;
    line-height: 1.2!important;
    padding: 8px 20px 6px 20px!important;
    border-radius: 3px!important;
    font-size: 16px!important;
    transition: 0.2s ease-out;
    font-weight: normal!important;
    font-family: "Kumbh Sans";
}
.woocommerce table.my_account_orders tbody td .woocommerce-button:hover, .woocommerce table.my_account_orders tbody td .woocommerce-button:focus, .woocommerce table.my_account_orders tbody td .woocommerce-button:active{
    color: var(--font_white);
    background-color: #D8663C!important;
}
.woocommerce-view-order .shop_table td, .woocommerce-view-order .shop_table th{
    width: 50%;
}
.woocommerce-view-order .woocommerce-MyAccount-content > p{
    max-width: unset!important;
}
.woocommerce-view-order .woocommerce-MyAccount-content > p mark{
    padding: 0;
    background: transparent;
    color: var(--orange);
    font-weight: bold;
}
.woocommerce-view-order .woocommerce-MyAccount-content table{
    border: 0;
    margin-right: 0;
    border-collapse: unset;
    border-spacing: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content table thead{
    margin-bottom: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content table td, .woocommerce-view-order .woocommerce-MyAccount-content table tr{
    border: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content tfoot th{
    padding-left: 0;
}
.woocommerce-view-order .woocommerce-MyAccount-content .woocommerce-customer-details--phone{
    color: black!important;
    font-weight: 400!important;
    font-family: "Kumbh Sans"!important;
    font-size: 16px!important;
    margin-bottom: 0!important;
}
.woocommerce-view-order .ds_woocommerce_account{
    padding-bottom: 4em;
}
.woocommerce-edit-address .col-1, .woocommerce-edit-address .col-2{
    float: unset;
    flex: unset;
    max-width: unset;
    padding: 0;
}
.woocommerce-edit-address .woocommerce-Addresses{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-edit-address .woocommerce-Addresses:before, .woocommerce-edit-address .woocommerce-Addresses:after{
    display: none;
}
.woocommerce-MyAccount-content > p{
    max-width: unset;
}
/*
.woocommerce ul.products li.product .onsale, .woocommerce span.onsale, .page-template-rn_search span.onsale{
    display: none;
}
*/
.ds_shop_tag_item {
    padding: 4px 7px;
    text-transform: uppercase;
    font-size: 12px;
    padding-top: 6px;
}

.ds_thankyou_wrapper {
	text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.ds_thankyou_wrapper img {
	max-width: 70px;
    margin-bottom: 25px;
}
.ds_single_tag_wrapper{
    left: 0;
    right: unset;
    top: 0;
    bottom: unset;
    text-align: left;
    z-index: 1;
    display: none;
}
p.cart-empty.woocommerce-info{
    color: var(--color1);
    background-color: var(--light_grey);
    margin-bottom: 60px;
}
.woocommerce-cart .return-to-shop{
    display: block;
}
.woocommerce-cart .return-to-shop .button{
    line-height: 1.2;
    padding: 11px 47px;
    border-radius: 5px;
    color: white;
    background-color: #FF7847;
    transition: 0.2s ease-out;
    font-weight: normal;
}
.woocommerce-cart .return-to-shop .button:hover{
    background-color: #D8663C;
    color: white;
}
.woocommerce-cart .entry-header{
    padding-top: 80px;
}
.woocommerce-cart .entry-content{
    padding-bottom: 19px;
}
.woocommerce-cart .woocommerce-notices-wrapper{
    display: none;
}
.btn_empty.ds_single_back_modal_btn{
    width: auto;
    margin: 0;
    padding-bottom: 10px;
    height: auto;
}
.ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle a{
    color: black;
}
@media only screen and (max-width: 1369px){
    .ds_big_menu_item_wrapper{
        top: 175px;
    }
    .ds_product_loop_item_img2 img{
        height: unset;
        width: 100%;
    }

    .ds_fp_section_story_right_video iframe{
        max-width: 540px;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }
    footer .wpcf7-form-control-wrap{
        margin-bottom: 0px;
    }
    
    .carousel-cell{
        width: 36%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        left: 30%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        right: 30%;
    }

    .cross-sells {
        max-width: 1110px;
        margin: auto;
    }

    .cross-sells ul.products li.product a img {
        height: auto;
    }

    .ds_wrapper_menu_main li a {
        margin-right: 31px;
    }

    .header-claim {
        margin: auto;
        color: white;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1299px){
    .ds_product_loop_item_img2 img{
        max-height: unset;
    }

    .ds_product_loop_item_img2 img{
        width: 100%;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }
    
    footer .wpcf7-form-control-wrap{
        margin-bottom: 0px;
    }

    .carousel-cell{
        width: 60%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        left: 26%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        right: 26%;
    }

}

@media only screen and (max-width: 1199px){
    
    .header-claim {
        display: none;
    }

    .ds_big_menu_item_wrapper{
        top: 203px;
    }
    .ds_product_loop_item_img2 img{
        max-height: none;
    }

    .ds_product_loop_item_img2 img{
        width: 100%;
    }

    .ds_fp_section_story_right_video iframe {
        max-width: 454px;
    }

    .ds_footer_wrapper_left_nets{
        display: flex;
        max-width: 154px;
        margin-bottom: 30px;
        justify-content: flex-end;
        padding-right: 10px;
    }

    .rn_link_cart_desktop{
        margin-left: 14px;
        margin-top: 0!important;
    }

    .rn_search_form .search-form{
        margin-right: 11px;
    }

    .rn_search_form label{
        max-width: 315px;
    }

    .header-wrapper{
        padding-top: 5px;
    }

    .ds_history_vincenz p{
        max-width: 460px;
    }

    .ds_history_martina p{
        max-width: 469px;
    }

    .ds_fp_section_blog_right_post_item_wrapper{
        margin-bottom: 10px;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }

    .carousel-cell{
        width: 60%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        left: 26%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        right: 26%;
    }

    
    .cross-sells {
        max-width: 913px;
    }

}
  

@media only screen and (max-width: 991px){
    .ds_fp_section_story_right_video iframe {
        max-width: 640px;
    }

    .ds_fp_respect{
        flex-direction: column;
    }

    .ds_fp_section_story_right_title{
        max-width: none;
        margin-top: 20px;
    }

    .ds_fp_section_blog_title{
        font-size: 29px;
    }

    .ds_history_obsah{
        display: flex;
        flex-direction: column;
    }

    .ds_history_vincenz p{
        max-width: unset;
    }

    .ds_history_vincenz{
        display: flex;
        flex-direction: column;
    }

    .ds_vincenz_foto{
        margin-top: -170px;
    }

    .ds_sebastian_history{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .ds_sebastian_foto{
        margin-top: -70px;
    }

    .ds_sebastian_history p{
        max-width: unset;
    }

    .ds_about_section_post_text{
        max-width: unset;
    }

    .ds_about_section_post_right{
        margin-top: 20px;
    }

    .ds_about_pack{
        flex-direction: column;
    }

    .ds_about_section_post_left{
        max-width: 100%!important;
    }

    .ds_about_section_post_right{
        max-width: 100%!important;
    }

    .ds_item_coo_title{
        font-size: 19px;
        margin-left: 33px;
        margin-right: 0px;
    }

    .ds_fp_section_blog_right_post_item_wrapper{
        margin-bottom: 10px;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .ds_shop_main{
        margin-top: 17px;
    }

    .woocommerce ul.products li.product a img{
        height: auto;
    }

    .ds_top_section_content{
        flex-wrap: wrap;
    }

    .ds_top_section_item{
        margin-bottom: 10px;
    }

    .ds_top_section_content_left{
        margin-right: 0px;
    }

    .thwmsc-tabs .thwmsc-center{
        max-width: 720px;
        margin: auto;
    }

    ul.thwmsc-tabs li {
        max-width: calc(50% - 5px);
        flex-basis: calc(50% - 5px);
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
        margin-top: 20px;
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
    }

    .ds_big_menu_wrapper_mobile{
        text-align: right;
       background-color: white;
    }

    .ds_mobile_menu_main_wrapper{
        width:100%;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle{
        border-bottom: 1px solid #CBCBCB;
        padding: 20px 0;
        position: relative;
        background-color: #F8F9F1;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle::after{
        content: "";
        background-image: url("/wp-content/uploads/2021/05/Path-2.png");
        background-repeat: no-repeat;
        z-index: 1000;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px;
        padding-top: 0px;
    }

    .ds_wrapper_menu_shop li a{
        margin-right: 0px;
    }

    .ds_wrapper_menu_shop .menu-eshopmenu ul li::before{
        content: "";
        background-repeat: none;
        background-image: url("/wp-content/uploads/2021/04/sipkas.svg");
        padding: 15px;
        z-index: 1000;
    }

    .ds_big_menu_subitem{
        padding-right: 0px;
    }
    
    .ds_big_menu_item{
        margin-bottom: 12px;
    }

    .ds_big_menu_top_wrapper{
        border-right: none; 
        padding-right: 18px;
         margin-right: 0px;
         border-bottom: 1px solid #CBCBCB;
         margin-top: 15px;
    }

    #mobileMenu-nav{
        text-align: right;
    }

    #menu-mobilemenu{
        margin-right: 10px;
        padding-top: 17px;
    }

    #menu-mobilemenu li a{
        color: white;
    }

    .ds_advice_section_team_item_btn .btn{
        margin-bottom: 20px;
        width: 50%;
    }

    .ds_fp_section_blog_right_post_item{
        margin-bottom: 20px;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }

    .carousel-cell{
        width: 60%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        left: 19%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        right: 19%;
    }

    div#ds_mobile_menu_main_wrapper_id{
        z-index: 21;
        overflow-x: hidden;
    }

    .ds_big_menu_item::before{
        display: none;
    }

    .ds_wrapper_menu_shop .navbar-nav li:hover::before{
        display: none;
    }

    .ds_big_menu_sport_wrapper_mobile {
        padding-right: 13px;
    }

    .ds_big_menu_animals_wrapper_mobile{
        padding-right: 13px;
    }
    .ds_single_related .ds_single_related_wrapper li{
        max-width: 50%;
        flex-basis: 50%;
    }
    .ds_single_features_item, .woocommerce-account .woocommerce-MyAccount-content{
        max-width: 100%;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation{
        width: 100%;
    }
    .woocommerce-MyAccount-navigation ul{
        display: flex;
        flex-wrap: wrap;
        margin: 0 -6px;
    }
    .woocommerce-MyAccount-navigation ul li{
        padding: 0 6px;
        width: 25%;
    }
    .woocommerce-MyAccount-navigation ul li a{
        width: 100%;
    }
    .cross-sells {
        max-width: 683px;
    }
    .archive .ds_main, .archive .ds_filters, .archive .ds_shop_main{
        padding-left: 0;
        padding-right: 0;
    }
    #ds_filters_mobile_button{
        display: flex;
        align-items: center;
        width: 100%;
        border: 1px solid #FF7847;
        border-radius: 4px;
        height: 50px;
        position: relative;
        padding-left: 20px;
        outline: none;
        background-color: transparent;
    }
    #ds_filters_mobile_button span{
        color: #FF7847;
    }
    #ds_filters_mobile_button:after{
        content: "";
        background-image: url(/wp-content/uploads/2021/10/sipkaO.svg);
        position: absolute;
        background-repeat: no-repeat;
        display: flex;
        top: 19px;
        width: 20px;
        right: 20px;
        margin-bottom: -16px;
        height: 16px;
    }
    #ds_filters_mobile_button:not(.open) .ds_filters_mobile_button_close{
        display: none;
    }
    #ds_filters_mobile_button:not(.open):after{
        transform: rotate(180deg);
        top: 15px;
        right: 23px;
    }
    #ds_filters_mobile_button.open .ds_filters_mobile_button_open{
        display: none;
    }
    .ds_filters_title{
        display: none;
    }
    .ds_filters_section_header.ds_filter_oppen h4::after {
        transform:rotate(180deg);
        top: 19px;
        transform-origin: unset;
    }
}

@media only screen and (max-width: 768px){
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
    }
    
    .woocommerce-orders table.shop_table_responsive tr{
        display: block!important;
    }
    .woocommerce-orders table.shop_table_responsive tr td{
        width: 100%;
        display: block!important;
    }

    .woocommerce table.shop_table_responsive tbody tr td:first-child, .woocommerce-page table.shop_table_responsive tbody tr td:first-child{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce-checkout table.shop_table tbody td{
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding-left: 10px!important;
        margin-bottom: -2px;
    }
    body:not(.single) .woocommerce .quantity .qty{
        height: 32px;
    }
    .ds_product_wrapper_quantity{
        margin-left: auto;
    }
    .woocommerce-checkout .ds_product_quantity_input{
        height: 32px;
        line-height: 1.7;
        padding: 2px;
    }
    .shop_table .quantity {
        width: 89px;
    }
    .thwmsc-tab-panel.cart .shop_table tbody tr:last-child{
        position: unset;
    }
    .thwmsc-tab-panel.cart .shop_table tbody tr:last-child > td{
        background-color: transparent;
        padding-left: 0!important;
        flex-wrap: wrap;
    }
    .thwmsc-tab-panel.cart .shop_table tbody tr:last-child > td > .coupon, .thwmsc-tab-panel.cart .shop_table tbody tr:last-child > td > button[name="update_cart"]{
        width: 100%;
    }
    .woocommerce-checkout table.shop_table{
        margin-bottom: 30px;
    }
    .cross-sells {
        max-width: 553px;
        padding: 0 20px;
    }
    .cross-sells ul.products li.product {
        width: calc(50% - 20px)!important;
        margin-right: 20px!important;
    }
    .cross-sells ul.products li.product:nth-child(even){
        margin-right: 0px!important;
    }
    
    
    .ds_shop_main ul.products{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ds_shop_main ul.products:before, .ds_shop_main ul.products:after{
        display: none;
    }
    .ds_newsletter_section{
        padding: 40px 30px 16px;
    }
    .ds_newsletter_section input.wpcf7-form-control.wpcf7-submit.ds_mail_submit.btn{
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .ds_newsletter_content_form input[type="email"]{
        padding-left: 20px;
    }
    .ds_search_content_wrapper li{
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 767px){
    main:not(#main) {
        padding-top: 85px;
    }
   .ds_fp_section_banner_item_wrapper:nth-child(2), .ds_fp_section_story_right, .ds_fp_section_blog_right{
       padding-left:0px ;
       margin-top: 10px;
   }
    .ds_fp_section_banner_item_wrapper:nth-child(1), .ds_fp_section_story_right, .ds_fp_section_blog_right{
        padding-right: 0;
    }

   .ds_fp_section_story_right_video iframe {
        max-width: 509px;
   }
    .ds_fp_respect{
        flex-direction: column;
    }

    .ds_fp_section_story_right_title{
        max-width: none;
        margin-top: 20px;
    }

    .ds_product_loop_item_wrapper{
        flex-basis: 50%;
        max-width: 50%;
    }

    .ds_fp_section_blog_title{
        max-width: unset;
    }

    .ds_fp_section_blog_section_title{
        text-align: left;
    }

    .ds_fp_section_blog_right_post_item_wrapper{
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .ds_history_obsah{
        display: flex;
        flex-direction: column;
    }

    .ds_history_vincenz p{
        max-width: unset;
    }

    .ds_history_vincenz{
        display: flex;
        flex-direction: column;
    }

    .ds_vincenz_foto{
        margin-top: -170px;
    }

    .ds_sebastian_history{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .ds_sebastian_foto{
        margin-top: -70px;
    }

    .ds_sebastian_history p{
        max-width: unset;
    }

    .ds_history_martina{
        flex-direction: column;
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 0px;
    }

    .ds_history_martina h3{
        margin-top: 56px;
    }

    .ds_sebastian_history h3{
        margin-top: 14px;
    }

    .ds_about_section_post_text{
        max-width: unset;
    }

    .ds_about_section_post_right{
        margin-top: 20px;
    }

    .ds_about_pack{
        flex-direction: column;
    }

    .ds_about_section_post_left{
        max-width: 100%!important;
    }

    .ds_about_section_post_right{
        max-width: 100%!important;
    }

    .ds_about_section_team_item_wrapper{
        margin-bottom: 20px;
    }

    .ds_about_section_partners_item_wrapper{
        max-width: 100%!important;
        margin-bottom: 10px;
    }
 
     .ds_about_section_team_item_wrapper{
         max-width: 50%!important;
    }

     .ds_about_section_team_item_wrapper{
        align-items: flex-start;
    }

    
    .ds_about_section_team_item_wrapper{
        margin-bottom: 20px;
    }

    .ds_about_section_partners_item_wrapper{
        max-width: 100%!important;
        margin-bottom: 10px;
    }

    
    .ds_coo_section_slider_right{
        margin-top: 20px;
    }

    .ds_coo_pack_section{
        flex-direction: column;
    }

    .ds_item_coo_title{
        font-size: 19px;
    }

    .ds_fp_section_blog_right_post_item_wrapper{
        margin-bottom: 10px;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_blog_section_filters::before{
        left: 17px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .ds_shop_main{
        margin-top: 17px;
    }

    .woocommerce ul.products li.product a img{
        height: auto;
    }

    .ds_top_section_content{
        flex-wrap: wrap;
    }

    .ds_top_section_item{
        margin-bottom: 10px;
    }

    .ds_top_section_content_left{
        margin-right: 0px;
    }

    .single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .single-product .entry-summary{
        width: 100%!important;
    }

    .woocommerce div.product div.images .flex-control-thumbs{
        display: none;
    }

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

    .woocommerce div.product form.cart .variations{
        display: none;
    }

    .single_variation_wrap{
        margin-top: 20px;
    }

    .ds_single_recipe_item{
        margin-bottom: 20px;
    }

    .ds_single_recipe_download_link{
        margin-left: 0px;
    }

    .single-product .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
        padding: 15px 0;
        width: 100%;
    }

    .ds_single_recipe_item{
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .thwmsc-tabs .thwmsc-center{
        max-width: 720px;
        margin: auto;
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
        margin-top: 20px;
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
    }

    .ds_big_menu_wrapper_mobile{
        text-align: right;
       background-color: white;
    }

    .ds_mobile_menu_main_wrapper{
        width:100%;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle{
        border-bottom: 1px solid #CBCBCB;
        padding: 20px 0;
        position: relative;
        background-color: #F8F9F1;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle::after{
        content: "";
        background-image: url("/wp-content/uploads/2021/05/Path-2.png");
        background-repeat: no-repeat;
        z-index: 1000;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px;
        padding-top: 0px;
    }

    .ds_wrapper_menu_shop li a{
        margin-right: 0px;
    }

    .ds_big_menu_subitem{
        padding-right: 0px;
    }
    
    .ds_big_menu_item{
        margin-bottom: 12px;
    }

    .ds_big_menu_top_wrapper{
        border-right: none; 
        padding-right: 18px;
         margin-right: 0px;
         border-bottom: 1px solid #CBCBCB;
         margin-top: 15px;
    }

    #mobileMenu-nav{
        text-align: right;
    }

    #menu-mobilemenu{
        margin-right: 10px;
        padding-top: 17px;
    }

    #menu-mobilemenu li a{
        color: white;
    }

    .ds_footer_wrapper_right{
        margin-top: 20px;
    }

    
    .ds_advice_section_team_item_btn .btn{
        margin-bottom: 20px;
        width: 50%;
    }

    .ds_fp_section_blog_right_post_item{
        margin-bottom: 20px;
    }

    #masthead .navbar-brand img {
        width:150px;
        padding-left: 15px;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }

    .carousel-cell{
        width: 100%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        display: none;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        display: none;
    }

    div#ds_mobile_menu_main_wrapper_id{
        z-index: 21;
    }

    .ds_big_menu_item::before{
        display: none;
    }

    .ds_wrapper_menu_shop .navbar-nav li:hover::before{
        display: none;
    }

    .ds_big_menu_sport_wrapper_mobile {
        padding-right: 13px;
        margin-top: 15px;
    }

    .ds_big_menu_animals_wrapper_mobile{
        padding-right: 13px;
        margin-top: 15px;
    }
    .ds_single_description_right{
        margin-top: 50px;
    }
    .woocommerce-MyAccount-navigation ul li{
        padding: 0 6px;
        width: 50%;
    }
    .woocommerce-EditAccountForm fieldset > *, .woocommerce-EditAccountForm fieldset p:last-of-type, .woocommerce-EditAccountForm > .form-row{
        width: 100%!important;
    }
    .ds_advice_section_post {
        padding-top: 20px;
        margin-bottom: 78px;

    }

    .ds_advice_section_right_wrapper_inner {
        position: unset!important;
        margin-bottom: 30px;
        width: 100%!important;
    }
    .ds_advice_section_team_wrapper {
        flex-direction: column-reverse;
    }
    .ds_single_description_wrapper ul{
        padding-left: 19px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 575px){
    .rn_search_form .search-form{
        margin-right: 0;
        width: 100%;
        display: flex;
        align-items: center;
        height: 50px;
        border-radius: 0;
    }
    .ds_wrapper_menu_shop .rn_search_form{
        width: 100%;
    }
    .rn_search_form label{
        max-width: unset;
        width: 100%;
        margin-bottom: 0;
    }
    button.btn.btn_full.ds_shop_more_button {
        flex-basis: 100%;
        margin: 0 auto;
    }
    .ds_fp_section_slider_stick{
        display: none;
    }
    .ds_fp_section_slider_title{
        font-size: 32px;
    }

    .ds_fp_section_featured_title{
        font-size: 22px;
    }

    .ds_fp_section_story_right_title{
        font-size: 29px;
    }
    
    .ds_fp_section_blog_title{
        font-size: 29px;
    }

    
    .ds_history_martina h3{
        margin-top: 80px;
    }

    .ds_sebastian_history h3{
        margin-top: 37px;
    }

    .ds_historie_produkty h2{
        font-size: 29px;
    }

    .ds_about_section_post_text{
        max-width: unset;
    }

    .ds_about_section_post_right{
        margin-top: 20px;
    }

    .ds_about_pack{
        flex-direction: column;
    }

    .ds_about_section_post_left{
        max-width: 100%!important;
    }

    .ds_about_section_post_right{
        max-width: 100%!important;
    }

    .ds_about_section_team_item_wrapper{
        margin-bottom: 20px;
    }

    .ds_about_section_partners_item_wrapper{
        max-width: 100%!important;
        margin-bottom: 10px;
    }

    .ds_about_section_team_item_wrapper{
        align-items: center;
    }

    .ds_about_section_team_wrapper{
       flex-direction: unset;
    }

    .ds_about_section_team_item_wrapper{
        max-width: 50%!important;
    }

    
    .ds_about_section_team_item_wrapper{
        margin-bottom: 20px;
    }

    .ds_about_section_partners_item_wrapper{
        max-width: 100%!important;
        margin-bottom: 10px;
    }

    .ds_coo_section_slider_right{
        margin-top: 20px;
    }

    .ds_coo_pack_section{
        flex-direction: column;
    }

    .ds_fp_section_blog_right_post_item_wrapper{
        margin-bottom: 10px;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_blog_section_filters::before{
        left: 17px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .ds_coo_section_contact_title{
        font-size: 24px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_shop_main{
        margin-top: 17px;
    }

    .woocommerce ul.products li.product a img{
        height: auto;
    }

    .ds_top_section_content{
        flex-wrap: wrap;
    }

    .ds_top_section_item{
        margin-bottom: 10px;
    }

    .ds_top_section_content_left{
        margin-right: 0px;
    }

    .single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%!important;
    }

    .woocommerce div.product div.images .flex-control-thumbs{
        display: none;
    }

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

    .woocommerce div.product form.cart .variations{
        display: none;
    }

    .single_variation_wrap{
        margin-top: 20px;
    }

    .ds_single_recipe_item{
        margin-bottom: 20px;
    }

    .ds_single_contact_text{
        font-size: 24px;
    }

    .ds_single_recipe_download_link{
        margin-left: 0px;
    }

    .single-product .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
        padding: 15px 0;
        width: 100%;
    }

    .thwmsc-tabs .thwmsc-center{
        max-width: 720px;
        margin: auto;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce-checkout table.shop_table tbody td{
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding-left: 10px!important;
        margin-bottom: -2px;
    }

    .ds_product_quantity_input{
        padding: 2px;
    }
    .single.woocommerce .quantity .qty{
        height: 50px;
    }

    body:not(.single) .woocommerce .quantity .qty{
        height: 32px;
    }

    ul.thwmsc-tabs li {
        max-width: 100%;
        flex-basis: 100%;
    }

    .ds_wrapper_menu_main li:last-child a{
        display: none;
    }

    .rn_search_form{
        display: none;
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
        margin-top: 20px;
    }

    .ds_wrapper_menu_main li a{
        margin-right: 0px;
    }

    .ds_big_menu_wrapper_mobile{
        text-align: right;
       background-color: white;
    }

    .ds_mobile_menu_main_wrapper{
        width:100%;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle{
        border-bottom: 1px solid #CBCBCB;
        padding: 20px 0;
        position: relative;
        background-color: #F8F9F1;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle::after{
        content: "";
        background-image: url("/wp-content/uploads/2021/05/Path-2.png");
        background-repeat: no-repeat;
        z-index: 1000;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px;
        padding-top: 0px;
    }

    .ds_wrapper_menu_shop li a{
        margin-right: 0px;
    }

    .ds_big_menu_subitem{
        padding-right: 0px;
    }
    
    .ds_big_menu_item{
        margin-bottom: 12px;
    }

    .ds_big_menu_top_wrapper{
        border-right: none; 
        padding-right: 18px;
         margin-right: 0px;
         border-bottom: 1px solid #CBCBCB;
         margin-top: 15px;
    }

    #mobileMenu-nav{
        text-align: right;
    }

    #menu-mobilemenu{
        margin-right: 10px;
        padding-top: 17px;
    }

    #menu-mobilemenu li a{
        color: white;
    }

    .ds_footer_wrapper_right{
        margin-top: 20px;
    }

    
    .ds_advice_section_team_item_btn .btn{
        margin-bottom: 20px;
        width: 50%;
    }

    .ds_fp_section_blog_right_post_item{
        margin-bottom: 20px;
    }

    #masthead .navbar-brand img {
        width:150px;
        padding-left: 15px;
    }

    .ds_fp_section_blog_left_item{
        padding-left: 15px;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }

    .ds_fp_section_slider_buttons{
        margin-top: 40px;
    }

    .carousel-cell{
        width: 100%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        display: none;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        display: none;
    }

    .ds_big_menu_item::before{
        display: none;
    }

    .ds_wrapper_menu_shop .navbar-nav li:hover::before{
        display: none;
    }

    .ds_big_menu_sport_wrapper_mobile {
        padding-right: 13px;
        margin-top: 15px;
    }

    .ds_big_menu_animals_wrapper_mobile{
        padding-right: 13px;
        margin-top: 15px;
    }
    .ds_footer_wrapper_right_newletter input.wpcf7-form-control.wpcf7-submit.ds_mail_submit.btn{
        margin-left: 0;
        width: 100%;
    }
    .wpcf7-form-control-wrap {
        width: 100%!important;
    }
    .ds_single_related .ds_single_related_wrapper li{
        max-width: 100%;
        flex-basis: 100%;
    }
    .thwmsc-tab-panel.cart .shop_table tbody tr:last-child > td > .coupon input[name="coupon_code"], .thwmsc-tab-panel.cart .shop_table tbody tr:last-child > td > .coupon button[name="apply_coupon"]{
        width: 100%;
        margin-bottom: 8px;
    }
    .thwmsc-buttons {
        padding: 14px 15px 4px;
    }
    .ds_fp_section_slider .container{
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .ds_fp_section_slider_subtitle {
        margin-bottom: 0px;
    }
    .ds_fp_section_slider{
        background-position: 33%;
    }
    .ds_fp_section_story{
        padding-bottom: 50px;
    }
    .ds_fp_section_testimonial {
        padding-bottom: 65px;
    }
    footer .wpcf7-form-control-wrap{
        margin-bottom: 15px;
    }
    .woocommerce-MyAccount-navigation ul li a{
        padding: 10px 10px 10px;
    }

    .woocommerce-checkout .woocommerce-billing-fields__field-wrapper p, .woocommerce form .form-row {
        width: 100%;
    }


    .thwmsc-tab-panel.review_order .shop_table tbody tr {
        flex-wrap: wrap;
    }

    .thwmsc-tab-panel.review_order .shop_table tfoot tr {
        flex-wrap: wrap;
    }
    .thwmsc-tab-panel.review_order .shop_table tfoot td[data-title="Doprava"] {
        width: 100%;
    }
    .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tbody tr {
        flex-wrap: wrap;
    }
    .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot tr {
        flex-direction: column;
    }
    .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot th {
        width: 100%;
    }
    .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table tfoot td {
        width: 100%;
    }
    .thwmsc-tab-panel.review_order .shop_table .product-name {
        width: 100%;
    }

    .thwmsc-tab-panel.order_review .thwmsc-tab-content .woocommerce-checkout-review-order-table .product-name {
        width: 100%;
    }
    .woocommerce-checkout table.shop_table {
        border: 0;
        padding: 10px 13px 20px;
    }

    .woocommerce-checkout #primary {
        margin-top: 30px;
    }

    .woocommerce-checkout .woocommerce-info {
        display:none;
    } 

    .ds_fp_section_slider_buttons .btn_full {
        background: transparent;
        border-bottom: 2px solid var(--orange);
        padding: 15px 0px;
        color: var(--orange);
    }

    .ds_fp_section_slider_buttons  .btn_empty {
        padding: 25px 47px 25px 47px;
        border-radius: 3px;
        font-size: 16px;
        color: white;
        background: var(--orange);
        border-radius: 3px;
        width: auto;
        margin-top: 0;
        border: 0;
    }

    .ds_wrapper_menu_shop #ds_search_mobile_button {
        order: 2;       
    }
    .ds_wrapper_menu_shop .rn_link_cart_desktop {
        order: 3;
        margin-left: 7px;
        margin-top: 0!important;
        margin-bottom: 6px;
    }
    .ds_wrapper_menu_shop .navbar {
        order: 1;
        margin-right: 6px;
    }
    a#thwmsc-back-to-shop, .thwmsc-buttons .thwmsc-btn{
        padding: 16px 12px!important;
        font-size: 16px!important;
        line-height: 1;
    }
    .thwmsc-wrapper .thwmsc-buttons{
        display: flex;
        justify-content: space-between;
    }
    .cross-sells ul.products li.product{
        width: 100%!important;
        margin-right: 0!important;
    }
    .ds_blog_section_filters .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .ds_blog_section_filters .container .ds_blog_filters_title{
        width: 100%;
    }
    .ds_blog_filter_item{
        width: 48%;
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .single-product .ds_single_tags_wrapper{
        display: none!important;
    }
    .ds_single_video_item_title iframe{
        height: 200px;
    }
}



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

    #masthead .navbar-brand img {
        width:150px;
        padding-left: 15px;
    }

    .ds_history_foto{
        display: none;
    }

    .ds_history_foto2{
        display: none;
    }


    .ds_vincenz_foto{
        max-width:375px;
        margin-top:-74px;
        margin-bottom: 11px;
    }

    .ds_sebastian_foto{
        max-width:375px;
    }

    .ds_history_martina figure{
        max-width: 375px;
    }

    .ds_history_citat_3{
        width: 100%;
    }

    .ds_historie_produkty h2{
        margin-bottom: 110px;
    }

    .ds_sebastian_history p{
        width: 100%;
    }

    .ds_history_vincenz p{
        width: 100%;
    }

    .ds_history_martina h3{
        margin-top: -47px;
    }

    .ds_historie_button_3 a{
        width: 100%;
    }

    .ds_history_button{
        border: 1px solid #FF7847;
        padding: 15px 0px;
        border-radius: 5px;
    }

    .ds_history_button a{
        border-bottom: 0px;
    }

    .ds_history_button2{
        border: 1px solid #FF7847;
        padding: 15px 87px;
        border-radius: 5px;
    }

    .ds_history_button2 a{
        border-bottom: 0px;
    }

    .ds_about_section_post_text{
        max-width: unset;
    }

    .ds_about_section_post_right{
        margin-top: 20px;
    }

    .ds_about_pack{
        flex-direction: column;
    }

    .ds_about_section_post_left{
        max-width: 100%!important;
    }

    .ds_about_section_post_right{
        max-width: 100%!important;
    }

    .ds_about_section_team_item_wrapper{
        margin-bottom: 20px;
    }

    .ds_about_section_partners_item_wrapper{
        max-width: 100%!important;
        margin-bottom: 10px;
        flex: 0 0 50%;
    }

    .ds_about_section_partners{
        padding-bottom: 0px;
    }

    .ds_kontakt_title h2{
        font-size: 35px;
    }

    .ds_coo_section_slider_right{
        margin-top: 20px;
    }

    .ds_coo_pack_section{
        flex-direction: column;
    }

    .ds_blog_filter_item{
        margin-bottom: 10px;
    }

    .ds_blog_section_filters::before{
        left: 17px;
    }

    .ds_coo_section_detail_left_download a{
        border: 1px solid;
        width: 100%;
        padding-left: 69px;
        padding: 10px;
        margin-bottom:10px ;
        border-radius: 5px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form label{
        width: 100%;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-form-control{
        width: 100%!important;
    }

    .ds_coo_section_contact_title{
        font-size: 24px;
    }

    .ds_coo_section_detail_right .wpcf7 .wpcf7-submit{
        max-width: 355px;
    }

    .ds_coo_section_contact a{
        width: 100%!important;
        max-width: unset;
    }

    .ds_coo_section_contact .btn_full{
        background: none;
        border: 1px solid #ff7847;
        color: #ff7847;
        border-radius: 5px;
    }

    .ds_shop_main{
        margin-top: 17px;
    }

    .woocommerce ul.products li.product a img{
        height: auto;
    }

    .ds_top_section_content{
        flex-wrap: wrap;
    }

    .ds_top_section_item{
        margin-bottom: 10px;
    }

    .ds_top_section_content_left{
        margin-right: 0px;
    }

    .single-product .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
        width: 100%!important;
    }

    .woocommerce div.product div.images .flex-control-thumbs{
        display: none;
    }

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

    .woocommerce div.product form.cart .variations{
        display: none;
    }

    .single_variation_wrap{
        margin-top: 20px;
    }

    .ds_single_recipe_item{
        margin-bottom: 20px;
    }

    .ds_single_contact_text{
        font-size: 24px;
    }

    .ds_single_recipe_download_link{
        margin-left: 0px;
    }

    .single-product .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
        padding: 15px 0;
        width: 100%;
    }

    .thwmsc-tabs .thwmsc-center{
        max-width: 720px;
        margin: auto;
    }


    ul.thwmsc-tabs li {
        max-width: 38%;
    }

    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        display: flex;
        flex-basis: 50%;
        flex-wrap: wrap;
    }

    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .woocommerce-checkout table.shop_table tbody td{
        width: 100%;
        border-bottom: 1px solid #ececec;
        padding-left: 10px!important;
        margin-bottom: -2px;
        justify-content: space-between;
        display: flex;
    }

    .ds_product_quantity_input{
        padding: 2px;
    }

    body:not(.single) .woocommerce .quantity .qty{
        height: 32px;
    }

    .woocommerce-checkout .ds_single_related{
          margin-top: 75px;
    }

    ul.thwmsc-tabs li {
        max-width: 100%;
    }

    .ds_wrapper_menu_main li:last-child a{
        display: none;
    }

    .rn_search_form{
        display: none;
    }

    .header-wrapper{
        justify-content: space-between!important;
    }



    .ds_wrapper_menu_main li a{
        margin-right: 0px;
    }

    .ds_big_menu_wrapper_mobile{
        text-align: right;
       background-color: white;
    }

    .ds_mobile_menu_main_wrapper{
        width:100%;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle{
        border-bottom: 1px solid #CBCBCB;
        padding: 20px 0;
        position: relative;
        background-color: #F8F9F1;
    }

    .ds_big_menu_item_wrapper_mobile_toggle_wrapper_toggle::after{
        content: "";
        background-image: url("/wp-content/uploads/2021/05/Path-2.png");
        background-repeat: no-repeat;
        z-index: 1000;
        margin-right: 10px;
        margin-left: 10px;
        padding: 10px;
        padding-top: 0px;
    }

    .ds_wrapper_menu_shop li a{
        margin-right: 0px;
    }

    .ds_big_menu_subitem{
        padding-right: 0px;
    }
    
    .ds_big_menu_item{
        margin-bottom: 12px;
    }

    .ds_big_menu_top_wrapper{
        border-right: none; 
        padding-right: 18px;
         margin-right: 0px;
         border-bottom: 1px solid #CBCBCB;
         margin-top: 15px;
    }

    #mobileMenu-nav{
        text-align: right;
    }

    #menu-mobilemenu{
        margin-right: 10px;
        padding-top: 17px;
    }

    #menu-mobilemenu li a{
        color: white;
    }

    .ds_footer_menu_inner{
        display: unset;
        flex-wrap: unset;
    }

    .ds_footer_wrapper_right{
        margin-top: 20px;
    }

    .ds_advice_section_team_item_btn .btn{
        margin-bottom: 20px;
        width: 50%;
    }

    .ds_fp_section_blog_right_post_item{
        margin-bottom: 20px;
    }

    .ds_fp_section_blog_left_item{
        padding-left: 15px;
    }

    .ds_kontaktni_box1{
        height: unset;
        padding-bottom: 1px;
        margin-bottom: 10px;
    }

    .wpcf7-form-control-wrap{
        margin-bottom: 10px;
    }

    .ds_fp_section_slider_buttons{
        margin-top: 40px;
    }

    .carousel-cell{
        width: 100%;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button svg{
        display: none;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.previous{
        display: none;
    }

    .ds_fp_section_testimonial-carousel .flickity-prev-next-button.next{
        display: none;
    }

    .ds_fp_section_testimonial-carousel .flickity-page-dots .dot{
        margin: 0 7px;
    }

    .ds_fp_section_testimonial-carousel .flickity-page-dots{
        bottom: -15px;
    }

    div#ds_mobile_menu_main_wrapper_id{
        z-index: 21;
    }

    .ds_big_menu_item::before{
        display: none;
    }

    .ds_big_menu_item::before{
        display: none;
    }

    .ds_wrapper_menu_shop .navbar-nav li:hover::before{
        display: none;
    }

    .ds_big_menu_sport_wrapper_mobile {
        padding-right: 13px;
        margin-top: 15px;
    }

    .ds_big_menu_animals_wrapper_mobile{
        padding-right: 13px;
        margin-top: 15px;
    }
    .ds_history_filozofie .wp-block-column{
        padding: 30px 20px 30px 20px;
    }

    .cross-sells ul.products li.product {
        width: 100%!important;
        margin-right: 0px!important;
    }

    .thwmsc-buttons .thwmsc-btn {
        font-size: 16px;
    }
    .ds_advisor_select_label {
        line-height: 1;
    }
    .ds_advisor_select_input {
        width: 110%;
    }
    .ds_wrapper_menu_shop .rn_search_form .search-field{
        width: 100%;
    }

} 




span.onsale {
    display: block;
    background: #bae004;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    position: absolute;
    right: 8px;
    top: 8px;
    font-weight: 600;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display:flex;
}
.ds_single_wrapper span.onsale {
    display: block;
    background: #bae004;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 56px;
    position: absolute;
    top: 2%;
    left: 10%;
    color:#000;
}
.woocommerce ul.products li.product .button {
    margin-top: 1em;
    text-align: center;
}
.ds_blog_container img {
    max-width: 100%;
    /*width: unset;*/
    height: auto;
}
.ds_blog_container .entry-content .wp-block-image img {
    max-width: 100%;
    /*width: unset;*/
    height: auto;    
}


.ds_single_tag_wrapper {
    top: 90px;
    bottom: unset;
    display: block; 
}

input#createaccount:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    border: 1px solid #ff7848;
    border-radius: 50%;
    background-color: white;
    /* outline: 5px solid white; */
    box-shadow: 0 0 9px 14px #f8f9f1;
}
input#createaccount:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg);
    position: absolute;
    top: 4px;
    left: 8px;
}
input#createaccount:checked:before {
    background-color: #ff7848;
}
input#createaccount {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
p.form-row.form-row-wide.create-account.woocommerce-validated {
    padding-left: 0;
}
a#thwmsc-back-to-shop {
    background-color: #FF7848!important;
}
#carouselHolder{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#carouselHolder .carousel-cell{
    display: block !important;
    transition: opacity 1s ease;
}

.fade-out {
    opacity: 0;
}

.fade-in {
    opacity: 1;
}


@media screen and (max-width:960px){
    #carouselHolder{
        flex-direction: column !important;
        
    }

    #carouselHolder .carousel-cell{
    margin: 5px !important;
}
}