

/********************************************************
********************************************************/


body {
    word-wrap: break-word;
    font-size: 16px;
    color: #161616;
    line-height: 1.5;
}

b, strong {
    color: #161616;
    font-size: inherit;
    font-weight: 600;
}

a {
    color: #161616;
}

.unvisible {
    display: none;
}


.header-navfull.fixed, .mobile-menu.fixed {
    display: none !important;
}

#header .blockcart { 
    margin-top: 10px;
}


#header .header_logo {
    right: auto; 
    padding-left: 15px;
}

#header .logo {
    margin-top: 15px;
    max-width: 200px;

}

#header .header-top .menu {
    float: left;
    display: inline-block;
    margin-left: 0;
    padding-left: 0;
}

.menu-container {
        margin-left: 0;
    padding-left: 0;
}

.page-cms p {
    margin: 0;
}

.elementor .ce-display-medium, .elementor-heading-title.elementor-size-medium {
    font-size: 21px;
}

#main > h1, #main h2.h2, #main .page-header h1, .block-category h1 {
    font: 700 39px "Raleway", sans-serif;
}

.ce-product-description-short>p, .ce-product-description>p, .elementor-image-hotspot-description p, .elementor-tab-content p, .elementor-text-editor p {
    color: #161616 !important;
    font-family: "Raleway", sans-serif;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    text-transform: uppercase;
}

#wrapper{
    margin-top: 30px;
 }

.header-navfull .search-menu-bar{
    display: none;
    position: relative;
}


#index #wrapper{
    margin-top: 0;
}

#index .fliper_image, #cms .fliper_image {
    display: none;
} 

#notify_div {
    display: none;
}

.showing {
    color: #f6f4f3;
}

.cz-carousel {
  display: none;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  float: left;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-carousel .owl-item .manu_image a {
  display: inline-block;
}
.owl-carousel .owl-item .manu_image a img {
  max-width: 100%;
}
.owl-carousel .owl-item:hover a img {
  border-color: blue;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  /* fix */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  text-align: center;
}

/* mouse grab icon */
.grabbing {
  cursor: url("../img/codezeel/grabbing.png") 8 8, move;
}
 
.customNavigation {
  position: absolute;
  z-index: 959;
  width: 63px;
  right: 7px;
  direction: ltr !important;
}
.customNavigation a {
    font-size: 0;
    position: absolute;
    font-weight: 300;
    background-color: #ffffff;
    height: 30px;
    width: 30px;
    line-height: 26px;
    padding: 0;
    color: #000000;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.customNavigation a:hover{
	background-color: rgba(74, 10, 106, 0.901961);
	border-color: rgba(74, 10, 106, 0.901961);
}
.customNavigation a:hover:before{ color: #fff; }

.customNavigation a.prev {
  left:0px;
  
}
.customNavigation a.next {
  right: 0px;

}

#czleftbanner .czleftbanner-container a {
    display: inline-block;
    position: relative;
}

#czleftbanner .czleftbanner-container a:before {
    background: rgba(115, 113, 113, 0.3) none repeat scroll 0 0;
    content: "";
    bottom: 5px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
    opacity: 0;
    filter: alpha(opacity=0);
}

#czleftbanner .czleftbanner-container:hover a:before{
    opacity: 0.5;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
	
}

.testimonial_item_wp {
    margin-right: -15px;
    margin-left: -15px;
}

.header-top .menu .menu-container > ul > li {
    position: relative;
}

#index #lnk-uvod a{
  color: #f0a766;
  font-weight: 700 !important;
}

#lnk-uvod:after {
    content: "";
    position: absolute;
    margin: 0 0 0;
    width: 70%;
    height: 5px;
    border-radius: 5px;
    background-color: #f0a766;
}

@media (max-width: 1199px) and (min-width: 768px){
	.customNavigation a.prev {

	}
	.customNavigation a.next {

	}
}
@media (max-width: 767px) {
	.customNavigation a.prev {

	}
	.customNavigation a.next {

	}
	#main .images-container .js-qv-mask {}
}

.customNavigation a:before{
    font-size: 17px;
    font-family: "FontAwesome";
    color: #000000;
}
.customNavigation a.prev:before {
  content: "\f104";
}
.customNavigation a.next:before {
  content: "\f105";
}
.top_button {
	margin: 2px;
    width: 40px;
    height: 40px;
    background: url(../img/codezeel/back_to_top.png) no-repeat scroll center center #000000;
    border: 1px solid #000;
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 90;
}
.top_button:hover{
	 background-color: rgba(74, 10, 106, 0.901961);
	 border-color: rgba(74, 10, 106, 0.901961);
}
/* Flexslider */

.spinner {
    /*background: url(../img/codezeel/loading.gif) no-repeat center center #ffffff;
    width: 100%;
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100000; */
    display: none;
}


.payment-option img {
	max-width: 70px !important;
    padding-left: 10px;
}

.card-block .UniModulMethodLogo {
  width: 60px;
}


#module-thecheckout-order h1 {
    text-align: left;
    font-size: 35px;
    font-weight: 800 !important;
    /* text-transform: uppercase; */
    color: black;
}

.checkout-block:not(#thecheckout-confirm)#thecheckout-html-box-1 .inner-area {
    padding: 0;
}


.checkout-block:not(#thecheckout-confirm) .inner-area {
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    background: white;
    border-radius: 10px;
}

#module-thecheckout-order .label , #module-thecheckout-order label{
       font-weight: 400;
margin-top: -1px;
        margin-bottom: 3px;
}

#module-thecheckout-order .block-header {
    font-size: 1.3em;
    font-weight: 600;
    color: black;
    padding: 7px 7px 7px 0;
}

.compact-cart #tc-container .cart-summary-line > span {
    font-size: 1em !important;
}

#confirm_order {
    white-space: normal;
    position: relative;
    font-size: 20px;
    padding: 15px 30px;
}

.custom-radio input[type=radio]:checked + span { 

    background-color: #452665 !important;
}

#vypis_dpdparcelshop {
  background: #e7f0fe;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
    border: 1px solid rgb(231 240 254);
}

#vypis_dpdparcelshop .vypis_dpdparcelshop_td {
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    color: black;
    font-weight: 600;
}


.vypis_dpdparcelshop_td .btn {
    font: 600 10px/22px "Raleway", sans-serif !important;
    background-color: #452665 !important;
    color: white !important;
  }

#text_vyhledejte {
    font-size: 11px;
    line-height: 1.56;
    font-weight: normal;
}

#result_dpdparcelshop_zip_city {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 13px;
    color: #dd0132;
    line-height: 1.5;
}

.compact-cart #tc-container .product-line-info a.label {
    font-size: 1em !important;
    line-height: 1em;
}

.label-success .material-icons{
    color: #4cbb6c;
    margin: 0 0 3px 0;
}


.product-miniature .product-actions .control-label {
    font-size: 11px;
}

.product-miniature .product-actions .label-success .material-icons {
    color: #4cbb6c;
    margin: 0 0 3px 0;
    font-size: 17px;
}




#header .header-top {
    background-color: #452665;	
	padding-top: 15px;

}

.header-text {
    padding: 8px 0 15px 0;
    text-align: left;
     margin-top: 10px;
}

.header-text strong {
    font-size: 16px !important;
    color: white;
    text-transform: lowercase;
    font-weight: 500;
}

#header .header-top .header-right {
    margin: 0;
    padding-bottom: 20px;
}





#header .blockcart .blockcart-header > a.shopping-cart:before {
    display:inline-block;
    height:20px;
    width:20px;
    content: "";
    background: url('data:image/svg+xml,<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M38.1343 42.5327C36.059 42.5327 34.3667 44.3918 34.3667 46.6714C34.3667 48.951 36.059 50.81 38.1343 50.81C40.2096 50.81 41.9019 48.951 41.9019 46.6714C41.9019 44.3918 40.2096 42.5327 38.1343 42.5327ZM19.097 42.5327C17.0218 42.5327 15.3294 44.3918 15.3294 46.6714C15.3294 48.951 17.0218 50.81 19.097 50.81C21.1723 50.81 22.8647 48.951 22.8647 46.6714C22.8647 44.3918 21.1723 42.5327 19.097 42.5327ZM2.2499 0.809998C1.39989 0.809998 0.680054 1.60071 0.680054 2.53442C0.680054 3.46814 1.39989 4.25885 2.2499 4.25885H6.79097L6.88286 4.83086L12.4194 38.2259C12.5649 39.0502 13.2159 39.6559 13.9663 39.6559H43.2574C43.9849 39.6559 44.6128 39.1175 44.7813 38.3521L50.6395 12.6034C50.7467 12.0987 50.6395 11.5435 50.3408 11.1397C50.0422 10.7191 49.5827 10.4752 49.1079 10.4752H10.9951L9.63967 2.24842C9.49417 1.42406 8.84326 0.818408 8.0928 0.818408H2.23458L2.2499 0.809998ZM42.0245 36.207H15.2605L11.5771 13.9072H47.1169L42.0245 36.207Z" fill="white"/></svg>');
    background-size: 20px 20px;
    font-family: 'Raleway';
}


#header .user-info .user-info-title:before {
    display:inline-block;
    height:20px;
    width:20px;
    content: "";
    background: url('data:image/svg+xml,<svg width="51" height="51" viewBox="0 0 51 51" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M25.9755 50.49H26.1286H49.3496C50.2504 50.49 50.98 49.7599 50.98 48.8585C50.962 38.6818 44.873 29.6409 35.4512 25.819L33.5957 25.0618L35.0639 23.7007C37.8292 21.1408 39.3965 17.5172 39.3695 13.7494C39.3064 6.54733 33.6227 0.724363 26.4349 0.490002H26.0746H25.5341C18.3372 0.715349 12.6536 6.54733 12.5905 13.7494C12.5545 17.5172 14.1308 21.1408 16.896 23.7007L18.3642 25.0618L16.5087 25.819C7.08699 29.6409 0.988988 38.6908 0.97998 48.8585C0.97998 49.7599 1.70958 50.49 2.61032 50.49H25.9575H25.9755ZM25.9935 47.227H25.9304H4.27668L4.48385 45.7757C6.02412 35.2295 15.2026 27.2702 25.8494 27.2612H26.0565C36.7663 27.2793 45.9629 35.2385 47.5031 45.7757L47.7193 47.227H25.9304M26.0115 23.9892H25.9755C20.553 23.899 16.1574 19.4282 16.1574 14.0018C16.1574 8.57545 20.562 4.10457 25.9755 4.02344C31.4159 4.11358 35.8296 8.58447 35.8296 14.0018C35.8296 19.4192 31.4249 23.899 26.0115 23.9892Z" fill="white"/></svg>');
    background-size: 20px 20px;
    font-family: 'Raleway';
}

#header .user-info:after {
    display: none;
}

#header .header-top .header-right .user-info:before {
	content: " ";
    border-left: 1px solid #f0a766;
    height: 15px;
    text-align: center;
    display: block;
    margin: 5px auto 0px;
    position: absolute;
    left: 0px;
    top: 7px;
    border-right: none;
}

#header .user-info {
    float: right;
    position: relative;
    margin: 0px;
    padding: 10px 0px 10px 15px !important;
    z-index: 9;
}

#header .header-right .user-info {
    padding-right: 17px;
    margin-right: 0;
    margin-left: 10px;
    margin-top: 10px;
}

#header .blockcart .blockcart-header > a.shopping-cart {
    padding: 10px 0 0px 15px;
}

#header .blockcart .blockcart-header > a.shopping-cart .cart-products-count.mobile_count {
    top: 2px;
}

.header-top .header-navfull {
    background: white;
    text-align: left;
    border-bottom: 1px solid #f0a766;
}


.top-menu a[data-depth="0"] {
	padding: 17px 20px 17px 5px;
    color: #161616;
    font-weight: 500;
}

.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
    color: #ffffff !important;
}

.elementor-heading-title {
    line-height: 1.4;
}

.top-menu #category-3 a, .top-menu #category-6 a {
    font-weight: 800;
}


#header .search-widget .search_toggle:after {
    display: none;
}

.header-top .search-widget {
    padding: 0;
    width: 100%;
    float: right;
    border: 1px solid #ffffffd4;
    background: #fff;
    border-radius: 25px;
    margin: 3px 0;

}

.header-right .search-menu-bar {
    float: left;
    margin-top: 10px;
}

.header-navfull .search-menu-bar {
    float: right;
    min-width: 200px;
    margin-top: 10px;
}



#header .search-widget form input[type="text"] {
    width: 100%;
    padding: 9px 50px 9px 15px;
    background: none;
    height: 32px;
    color: #000;
    border: 0;
    font-style: italic;
    font-size: 12px;
    border-radius: 50px;    
}

#empty-cart-notice span.laquo {
    vertical-align: 0 !important;
}

.search-widget form button[type=submit] {
    height: 32px;
}

.search-widget button[type=submit]:before {
    color: #808080d4;
}

.header-navfull.fixed .top-menu a[data-depth="0"] {
    color: #fff;
}

.header-navfull.fixed .search-widget form input[type="text"] {
    color: white !important;
}

.header-navfull.fixed .search-widget {
    border: 1px solid #ffffff;
}

.header-navfull.fixed .search-widget button[type=submit]:before {
    color: #ffffff;
}

#wrapper {
    padding-top: 0px; 
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 10%;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    left: 7%;
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    right: 7%;
    opacity: 1;
}

.flex-direction-nav a:before {
    font-size: 50px;
}

.flex-direction-nav a {
    background: none;
}

.flexslider .flex-direction-nav a:hover {
    background-color: inherit;
}

#left-column .block .block_title, #right-column .block .block_title {
    font: 600 18px/20px "Raleway", sans-serif;
}

.block-categories .category-sub-menu li[data-depth="0"] > a {
    color: #161616 !important;
    font-weight: 700 !important;
	font-size: 13px;
}


#czleftbanner .czleftbanner-container a:before {
    border-radius: 14px;
}

.vertical-menu .top-menu a[data-depth="0"] {
    background: none;
}

.vertical-menu .top-menu a[data-depth="0"]:before {
    display: inline-block;
    height: 10px;
    width: 14px;
    content: "";
    background: url(../img/new/arrow.png) no-repeat 0 0;
    background-size: 14px 10px;
    font-family: 'Raleway';
    position: absolute;
    left: -4px;
    bottom: 16px;
  }

.top-menu li > a[data-depth="1"] .dropdown-arrow { 
    display: none !important;
}

.top-menu li > a[data-depth="1"] .collapse-icons { 
    display: none !important;
}


.top-menu .dropdown-item .dropdown-arrow:after {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    line-height: 40px;
    content: "\f107";
    font-size: 14px;
    font-weight: 600;
    font-family: "FontAwesome";
}

.home-editor-text{
    text-align: center;
}


.home-editor-text h1{
	font-size: 30px;
}

.home-editor-text h2{
	font-weight: 700;
}


.home-editor-text hr {
  border:none;
  border-top:1px solid #e6e6e6;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:35%;
}


.home-editor-text hr:after {
    content: "・";
    display: inline-block;
    position: relative;
    top: -0.6em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    color:  #e6e6e6;
}


.home-editor-text p {
    margin: 0 6%;
}

#czservicecmsblock .service_container {
    border-bottom: none;
}


.circle-left
{
	box-shadow: inset -2px -3px 0px rgba(0, 0, 0, 0.034), 0 6.7px 3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 8px 7px 20px rgba(0, 0, 0, 0.086), 4px 7px 20px rgba(0, 0, 0, 0.12);
  	height: 250px;
  	max-width: 250px;
  	margin: 10px auto;
  	background: #f0a964;
  	border-radius: 250px;
  	text-align: center;
  	position: relative;
    padding: 30px;
    line-height: 1.4;
}


.circle-right
{
	box-shadow: inset -2px -3px 0px rgba(0, 0, 0, 0.034), 0 6.7px 3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 8px 7px 20px rgba(0, 0, 0, 0.086), 4px 7px 20px rgba(0, 0, 0, 0.12);
  	height: 250px;
  	max-width: 250px;
  	margin: 10px auto;
  	background: #452665;
  	border-radius: 250px;
    text-align: center;
    position: relative;
    padding: 30px;
    line-height: 1.4;
}

.czsubbanner_container a {
	font-size: 50px;
    line-height: 1.1;
    font-weight: 700;
    color: white;
    margin-top: 50px;
}

.czsubbanner_container span {
	color: white;
	line-height: 1.2;
}

.czsubbanner_container a:hover { 
	color: #e73458;
}


.products-section-title span {
    padding: 10px 25px 10px 0;
    background: none;
    border: none;
    color: #f0a964;
    font-size: 18px;
    position: relative;
    margin-left: -1px;
    font-weight: 700;
}

.products-section-title {
    border: none;
}


.products .product-miniature {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: rgba(202, 189, 176, 0.16);
}

.products .product-title {
    padding: 0 7px;
}

.products .product-title {
    height: 72px;
    overflow: hidden;
}

.products-section-title { 
    margin: 4px auto 10px;
}

.rental-button {
    padding: 10px 22px !important;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 20px;
}


.rental-button:hover {
   background-color: #e73458;
}

a.rental-button:hover {
    color: white;
}

.featured-products .products .view_more{
    position: absolute;
	top: -7px;
    right: 0;
}

.featured-products .products .all-product-link, .testimonial_box_wp .all-product-link { 
	background: none;
	text-align: right;
	text-transform: lowercase;
	text-decoration: underline;
	color: #161616;
	font-size: 13px;
	padding-right: 0;
}

.featured-products hr {
  border:none;
  border-top:1px solid #e6e6e6;
  color:#fff;
  background-color:#fff;
  height:1px;
  width:35%;
  text-align: center;
}


.featured-products hr:after {
    content: "・";
    display: inline-block;
    position: relative;
    top: -0.6em;
    font-size: 1.5em;
    padding: 0 0.25em;
    background: white;
    color:  #e6e6e6;
}

 .testimonial_box_wp .view_more {
    position: absolute;
    top: 10px;
    right: 0;
}

.testimonial_box_wp {
	position: relative;
    clear: both;
    padding: 0 0 0 0;
}

.layout-left-column #content-wrapper {
    border-left: 1px solid #f0aa63;
}

.layout_grid4 .customer_detail {
    background: white !important;
    text-align: left;
    padding: 5px;

}

.layout_grid4 .customer_detail .review {
	position: absolute;
    right: 5px;
    top: 40px;
}

.testimonial_dateadd {
    margin: 0;
}

.layout_grid4 .avatar_wp { 
	display: none;
}

.layout_grid4 .testimonial_detail .testimonial_wp {
	font-size: 12px;
}

.layout_grid4 .testimonial_detail {
    padding: 0;
    background: white;

}

.layout_grid4 .testimonial_item {
	border-radius: none;
    margin-bottom: 30px;
 }

.testimonial_item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px !important;
    margin: 10px;
    padding: 10px !important;
    background: white;
    text-align: left;
}


.testimonial_item:before, 
.testimonial_item:after { 
	position: absolute;
    left: 20px;
    bottom: -19px;
    display: block;
    width: 0;
    height: 0;
    border-width: 0 25px 20px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #fff;
    content: ' ';
}
.testimonial_item:before { left: 19px;
    bottom: -21px;
    border-left-color: #ccc; 
}

#footer .block_newsletter {
    padding: 13px 70px 15px 70px;
}

#footer .block_newsletter .title .news1 {
    color: #eff1f2;
    font-size: 19px;
    font-weight: 700;
    line-height: 46px;
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.newsletter-form .btn-primary {
	border-radius: 25px;
}

.newsletter-form .input-wrapper {
	border-radius: 25px;
}


.block_newsletter form input[type=text] {
    border-radius: 25px;
    width: 80%;
    margin-right: 30px;
    font-size: 11px;
}

.newsletter-form {
  margin-top: 4px;
}

.block_newsletter form input.btn:hover {
  color: white;
	background-color: #e73458;

}

.footer-container #czfootercmsblock .footerlogo  {
 	background-size: 268px 65px !important;
  border-right: none;
}

.footer-container #czfootercmsblock .custom-social {
    border-left: none;
}

.footer-container.czfootercmsblock{
    background-color: #452665 !important;
}

.footer-container #czfootercmsblock .footerdesc {
    color: white;
    font-size: 12px;
  }

.footer-container #czfootercmsblock .footerdesc strong {
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.custom-social li {
    text-align: center;
    display: block;
    cursor: pointer;
    background-color: inherit;
    border: 1px solid white;
    margin-right: 8px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 45px;
    height: 46px;
    width: 46px;
}

.custom-social li a:before {
    font-size: 24px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 35px;
    width: 35px;
    padding-top: 10px;
    color: white;
  }

.footer-container #czfootercmsblock {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 0;
    padding-top: 0px;
    margin-bottom: 35px;
    float: left;
    border-bottom: none; 
    position: relative;
}


.footer-container #czfootercmsblock:before {
    display: none;
}

.footer-container {
    background: #fcf6f1;
}

.footer-container .links li a:before {
    display: inline-block;
    height: 10px;
    width: 14px;
    content: "";
    background: url(../img/new/arrow.png) no-repeat 0 0;
    background-size: 14px 10px;
    font-family: 'Raleway';
    position: absolute;
    left: 0;
    bottom: 3px;
}

.footer-container .links li a {
    padding-left: 25px;
    background: none;
    position: relative;
    color: #161616 ;
}

.block-contact li span {
    color: #161616 ;
}

.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a {
    color: #161616 !important;
}

.g-custom-map h4 {
      color: #161616 !important;
      font: 700 19px/26px "Raleway", sans-serif;
      text-transform: uppercase;
      margin: 10px 0 15px 0;
}

.footer-after .container {
    border: none;
    position: relative;
}

.footer-after .container:before { 
  display: none;
}

.footer-after .copyright {
    color: #6a6a69;
    width: 100%;
    font-size: 11px;
    text-align: left;
}

#footer .footer-after a.footer-development  {
    color: #6a6a69;
    float: right;
    font-size: 10px !important;
}


.footer-after .container {
    padding: 4px 12px !important;
  }

.footer-container #czfootercmsblock .custom-social {
    float: right;
}

.footer-container #czfootercmsblock .footerdesc {
    width: 58%;
}

.block-contact li i {
    color: #696868; 
  }

.footer-container .links .h3, .footer-container .links h3, .footer-container .links h3 a {
    text-transform: uppercase;
}

.footer-after.g-custom-map {
    background: #fcf6f1;
    border-top: 1px solid #f0aa63;
    padding: 10px;
}


.flex-control-nav {
    z-index: 2 !important;
}

.checkout.cart-detailed-actions a.btn.btn-primary {
    border-radius: 35px;
}

.checkout.cart-detailed-actions a.btn.btn-primary:hover {
        background-color: #e73458;
        border-color: #e73458;
        color: white;
}

.btn-primary {
    border-radius: 35px;	
}

.btn-primary:hover  {
        background-color: #e73458;
        color: white;
}

#header .search-widget .search_toggle {
    z-index: 2;
}

#blockcart-modal .cart-content .btn {
    color: #f0aa63;
    background-color: white;
    border-color: #f0aa63;
    border-radius: 35px;
}


#blockcart-modal .cart-content .btn.btn-primary { 
    border-radius: 35px;
    background-color: #452665;
}

#blockcart-modal .cart-content .btn.btn-primary:hover { 
     background-color: #e73458;
     border-color: #e73458;
     color: white;
}


#subcategories ul{
    display: grid;
    margin: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.category-depth-level-3 #subcategories ul{
     grid-template-columns: repeat(3, minmax(0, 1fr));   
}

#subcategories ul li{
    border: 1px solid #462665;
    border-radius: 10px;
}

.category-depth-level-3 #subcategories ul li a{
    display: flex;
    align-items: center;
}

#subcategories ul li:hover{
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 35%);
}


#subcategories ul li .subcategory-image img{
    max-width: 100%;
    padding: 2% 12%;
  }

.category-depth-level-3 #subcategories ul li .subcategory-image img {
    max-height: 120px;
}

#subcategories h2 {
    text-align: center;
    font-weight: 800;
    font-size: 17px;
    line-height: 1.4;
    overflow: hidden;
    color: #161616;
    margin: 0 15px 12px 15px;
}


.category-depth-level-3 #subcategories h2 {
    padding-top: 15px;
    text-align: left;
}

#subcategories h2 a{
    color: #161616;
}



#category-description blockquote {

    border-left: none;
}

.alert-warning {
    background-color: rgba(255, 154, 82, 0.3);
    border: none;
    border-left: 1px solid #FF9A52;
    color: #262626;
}

.product-information span {
    background-color: inherit !important;
}


.breadcrumb li a {
    color: #9b9b9b;
    font-size: 11px;
    text-transform: lowercase;
}


#products .page-not-found, #pagenotfound .page-not-found {
    border: none;
    padding: 0px;
}

#products .search-widget form button[type=submit] {
    height: 44px;
}


.search-widget form input[type=text] {
    min-width: 100%;
}


.contact-form {
    margin: 35px 0;
    border: 1px solid #e6e6e6;
}

#main > h1, #main h2.h2, #main .page-header h1, .block-category h1 {
    font: 600 35px "Raleway", sans-serif;
    color: #161616;
    text-transform: none;
    margin: 5px 0 20px;
}

.card {
    padding: 10px;
}

.page-cms h1 {
    font-size: 35px;
        padding-bottom: 10px;
    color: #161616;
    text-transform: none;
}

.page-cms h2 {
    font-size: 22px;
    line-height: 1.4;
    margin: 0px 0 10px 0;
    color: #161616;
    text-transform: none;
}

.card {
    border: none;
}

.contact-form h3 {
    margin-top: 15px;
}

.header-top .menu .menu-container > ul > li.current a {
    color: #e73458;
}



.category-sub-header {
    color: white;
}

.products-selection .sort-by {
    color: white;
}

.products-selection {
    padding: 10px 10px;
    border-radius: 4px;
}

.products-sort-order .select-title {
    border-radius: 4px;
}

.products-sort-order .dropdown-menu {
    width: 96.8%;
    border-radius: 4px;
}


#product #main h2 {
    color: black;
}

.product-additional-info {
    background-color: #ffffff85;
    box-shadow: inset 0 -1em 1em rgba(255, 255, 255, 0.1), 0 0 0 1px rgba(255, 255, 255, 0), 1em 1em 8em rgba(136, 136, 136, 0.3);
    border: 1px solid #80808024;
    border-radius: 10px;
}

#thecheckout-html-box-1 .inner-area {
  border: none !important;
  box-shadow: none !important;
}


#module-g_testimonial-testimonial .layout_list .customer_detail {    
    background: inherit;
}

#module-g_testimonial-testimonial .avatar_wp {
  display: none;
}

#module-g_testimonial-testimonial .testimonial_name {
    color: #452665;
}


#module-g_testimonial-testimonial .layout_list .customer_detail:after { 
  display: none;
}


#module-g_testimonial-testimonial .testimonial_grid_1 .testimonial_item {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin: 20px;
}

#authentication .form-control-label {
    padding-top: 4px;
    font-weight: 600;
    margin: 0;
}


#main .page-header {
    margin-top: 10px;
}


#cms .footer-block img {
    margin-top: 0;
}



.top-menu .sub-menu li > a.dropdown-submenu {
    color: #000000 !important;
}


.checkout-block .card {
    margin-bottom: 0;
    padding: 0;
}

.top-menu .sub-menu li > a.dropdown-submenu {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-bottom: 5px;
  }




#custom-text {
    padding: 3.125rem 0rem !important;
}




#job-offer img{
    max-width: 100%;
    margin: 10px;
    padding: 10px;
    border: 2px solid #f0a767;
    border-radius: 10px;
    box-shadow: inset -2px -3px 0px rgb(0 0 0 / 3%), 0 6.7px 3px rgb(0 0 0 / 5%), 0 12.5px 10px rgb(0 0 0 / 6%), 0 22.3px 17.9px rgb(0 0 0 / 7%), 8px 7px 20px rgb(0 0 0 / 9%), 4px 7px 20px rgb(0 0 0 / 12%);
}


.checkout-block:not(#thecheckout-confirm) .inner-area {
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 3%) !important;
    background: white;
    border-radius: 10px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 3px;
}

.checkout-block:not(#thecheckout-confirm)#thecheckout-html-box-1 .inner-area {
    box-shadow: none !important;
    border: none !important;
}

#tc-payment-confirmation {
    text-align: left !important;
}

#thecheckout-confirm.checkout-block {
    padding: 10px 0 !important;

}




@media (min-width: 992px) {
  .header-top .menu .sub-menu {
    padding: 20px 10px 0px 0;
  }
}

.dropdown-backdrop {
    position: unset;
}

#cart .cart-grid {
    margin-bottom: 4rem;
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 3%) !important;
    background: white;
    border-radius: 10px;
    border: 1px solid #e6e6e6 !important;
    border-radius: 3px;
    margin: 0 10px;
}

.product-line-grid-left img {
    max-width: 70%;
    border: 1px solid #e6e6e6;
}

.cart-item {
    padding: 10px 0 !important;
}

.cart-grid-right .card-block {
    padding: 12px 12px 12px 0 !important;
}

body.compact-cart #tc-container .cart-item .product-line {
    min-height: 70px !important;
}

body.compact-cart #tc-container .product-line-image img {
    max-width: 60px !important;
}

.remove-from-cart .material-icons{
    font-size: 15px;
    margin-top: 5px;
}


.block-promo .promo-code-button {
    padding: 12px !important;
}




.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price {
    margin-right: -15px;
}




.dm-cookie-popup.position-bottomleft {
    zoom: .7;
    -moz-transform: scale(.7);
}

.cookie-popup-accept-cookies, .cookie-popup-accept-cookies-save-group {
    border: none !important;
}

.cookie-popup-decline-cookies {
    border: none !important;
}


.wktabs {
    padding: 15px;
    background-color: #ffffff85;
    box-shadow: inset 0 -1em 1em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 0%), 1em 1em 8em rgb(136 136 136 / 30%);
    border: 1px solid #80808024;
    border-radius: 10px;
}

.wktabs .help-block {
    font-size: 16px;
    padding-top: 0;
    color: black;    
    font-weight: 600;
}

.product-prices .wktabs div {
    margin-bottom: 0;
}


.wktabs .outofstockemail {
    padding: 5px 12px;
    color: #262626;
    border: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    font-weight: 400;
}


.wktabs .notifyme_btn{
    font-size: 12px !important;
    background-color: black;
    padding: 5px 16px !important;
    border-radius: 35px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    margin-top: 5px !important;
}

.wktabs  #notify_msg {
    margin: 20px 0;
}


.product-additional-info .alert-info{
    width: 98% !important;
    margin: 1%  !important;
    border: none  !important;
    padding: 15px  !important;
}

.product-additional-info .alert-info strong {
    font-size: 18px;
}



#header .cart_block {
    width: auto;
    min-width: 300px;
}

#header .cart_block .cart-item {
    padding: 10px !important;
}


#vyhledejte_pobocku_zasilkovna_widget {
    padding: 5px 60px;
}


#info_o_pobocce {
    margin: 10px 0;
}

.warning-msg {
        background-color: rgba(255, 154, 82, 0.3);
    border: none;
    border-left: 1px solid #FF9A52;
    color: #262626;
    font-size: 11px;
    font-weight: 400;
    padding: 0.35rem 0.35rem;
    margin-bottom: 1rem;
}

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #ff9a52;
    font-weight: 700;
    font-size: 13px;
    padding: 5px 0;
}

.block-promo .promo-code-button {
    padding: 4px 0 !important;
    font-weight: 700;
}


.product-flags > .out_of_stock {
    display: none;
}


.dm_cookies_variant label{
    margin-top: 5px;
}


#blockcart-modal .cart-content .btn.btn-primary {
    border-radius: 35px;
    background-color: #452665;
    border-color: #452665;
    padding: 10px 20px;
}

#blockcart-modal .cart-content .btn {
    padding: 10px 20px;
}

.block-promo .promo-code-button {
    margin-bottom: 5px;
}

.block-promo .promo-input {
    border-radius: 50px;
}


#czheadercmsblock {
    margin-top: 0;
    font-size: 12px;
    color: white;
    line-height: 1.5;
    font-weight: 400;
    margin-left: 55px;
}

#czheadercmsblock > p.phones{
    color: white !important;
    margin-bottom: 2px;
    position: relative;
}


#czheadercmsblock > p.phones a{
    color: white !important;
    text-decoration: none;
       font-weight: 700;
}

#czheadercmsblock > p.mailbox{
    color: white !important;
    margin-bottom: 0px;
        position: relative;
}


#czheadercmsblock > p.mailbox a{
    color: white !important;
    text-decoration: none;
       font-weight: 700;
}






#czheadercmsblock > p.phones:before {
     position: absolute;
    top: 7px;
    left: -35px;
    display:inline-block;
    height:20px;
    width:20px;
    content: "";
    background:url("../img/new/phone-w.png") no-repeat 0 0;
    background-size: 20px 20px;
} 

#czheadercmsblock > p.mailbox:before {
    position: absolute;
    top: 2px;
    left: -35px;
    display: inline-block;
    height: 15px;
    width: 20px;
    content: "";
    background: url(../img/new/mailbox.png) no-repeat 0 0;
    background-size: 20px 15px;
} 


#contact .contact-form label, #contact .contact-form .label {
    margin-top: 0 !important;
}

#order-confirmation #content-hook_order_confirmation, 
#order-confirmation .page-order-confirmation,
#order-confirmation #registration-form {
    padding: 15px;
    background-color: #ffffff85;
    box-shadow: inset 0 -1em 1em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 0%), 1em 1em 8em rgb(136 136 136 / 30%);
    border: 1px solid #80808024;
    border-radius: 10px;
}


.postcode-delivery-group {
    padding-left: 0px !important;
    padding-top: 10px;
}

.postcode-delivery-group #postcodeded {
    float: left;
    padding: 6.5px 0px;
}

.postcode-delivery-group .button.btn {
        padding: 6px 12px;
    font-size: 10px;
    float: left;
}

.doprava_symetrie.error-msg {
    float: left;
    width: 100%;
    margin-top: 5px;
}

.has-float-label label, .has-float-label span.field-label {
    top: -7px !important;
}

.delivery-options .row.delivery-option {
    margin: 5px 0 !important;
}

.payment-options > div > .payment-option {
    margin: 5px 0 0 0 !important;  
}



.additional-information {
    padding-left: 50px;
    padding-bottom: 5px;
}

.payment-option .custom-radio {
    margin-top: 3px !important;
}

.delivery-option-delay{
    padding-bottom: 5px;
}

.delivery-option-price {
    padding-bottom: 5px;
}

.carrier-extra-content.shaim_zasilkovna_widget {
    margin-top: -20px;
}


#header .search-widget .search_button {
    overflow: hidden;
}

#search_widget {
    overflow: hidden;
}

#lnk-vykup a, #category-10 a {
    font-weight: 500;
}


.delivery-option-price .carrier-price{
    color: #72577d;
    font-size: 14px;
    font-weight: 700;
}

.delivery-option-delay .carrier-delay {
    font-size: 12px;
      line-height: 1.4;
}

.payment-options  .additional-information {
        font-size: 12px;
        line-height: 1.4;
}


.form-control {
    font-family: sans-serif;
}


#thecheckout-login-form , #thecheckout-newsletter{
    display: none;
}

.has-float-label label, .has-float-label span.field-label {
    font-size: 1em;
    opacity: 1 !important;
    color: #462665;
    font-weight: 600 !important;
}

#conditions-to-approve label a{
 text-decoration: underline;
}

#module-thecheckout-order .condition-label {
    margin-top: 0px !important;
}




#thecheckout-account #create_account {
    display: none;
}


.breadcrumb-first {
    display: none !important;
}


#category-description ul{
    list-style: disc;
    color: #161616;
    padding-left: 15px;
}

.block-category #category-description p {
    padding-left: 0px;
    color: #161616;
}

.block-category #category-description a {
    text-decoration: underline;
}

.block-category {
    margin-bottom: 20px;
}



.product_list .product-features{
    color: #72577d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}

.products .product-title {
    margin-bottom: 5px;
}

#product .product-information ul {
    padding: 0px 0px 16px 16px !important;
}


.faq-section .elementor-image-box-img {
    width: 35px !important;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 10px;
}



.polygon-right .elementor-widget-container {
  clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
  
}

.polygon-right .elementor-cta-content {
    padding: 30px;
}

.polygon-right .elementor-cta .elementor-content-item:not(:last-child) {
    margin-bottom: 5px;
    border-bottom: 2px solid #fff;
    width: auto;
        font-size: 36px;
    font-weight: 800;
}

.polygon-right .elementor-cta .elementor-cta-description  {
            font-size: 16px;
    font-weight: 700;
}

.elementor-widget-image-carousel .swiper-pagination-bullet {
    width: 26px !important;
    height: 8px !important;
    border-radius: 5px !important;
    background: #452665 !important;
}

.elementor-product-grid .product-miniature {
    box-shadow: none;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    background: rgba(202, 189, 176, 0.16);
    text-align: center;
}

.elementor-product-grid .product-miniature .product-title a{
    font-size: 16px;
    height: 64px;
    display: block;
    overflow: hidden;
}


.elementor-product-grid .product-miniature .price{
    color: #72577d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}


.elementor-product-grid .product-miniature .product-detail{
    display: none;
}

.elementor-product-grid .product-miniature .product-description {
    margin: 10px 10px;
}

.elementor-product-grid .product-miniature .product-availability {
    display: none;
}

.elementor-product-grid .product-miniature .product-features{
    color: #72577d;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
}


.dm_color span {
    box-shadow: none;
}

.rental-button {
    display: inline;
    margin: 5px 0 20px 0;
}

.elementor-product-grid .rental-button {
   display: inline-block;
}

#blockcart-modal .product-name {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}

#description label, #description .label {
    text-transform: uppercase;
}

#item-heureka-review {
    width: auto;
    height: auto;
    margin: 1%;
    flex: 1;
    flex-basis: 18%;
    padding: 10px !important;
    border-right: 1px solid rgba(0,0,0,.1);
    border-top: none !important;
}

#heureka-review > div #item-heureka-review:last-child {
    border-right: none;
}

.special-icon-list .elementor-icon-list-icon {
    padding-right: 10px !important;
}
.special-icon-list .elementor-icon-list-text {

    padding-left: 0px !important;
}

 #heureka-review > div{
    display: flex;
    flex-flow: row wrap;
    position: relative;
 }

#heureka-customer-name b{
    font-size: 14px;
}

#heureka-review-text strong {
      font-size: 12px;  
}

#heureka-review-text span {
      font-size: 10px;  
}

#heureka-item-star {
    width: 18px !important;
    height: 18px !important;
}

#heureka-review p.h6 {
    display: none;
}

#heureka-review #heureka-logo {
    display: none;
}

#category-description blockquote {
    margin-left: 0px;
    padding-left: 0px; 
}


.faq-section .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper, 
.faq-section .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
    display: flex;
}

.faq-section .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
    align-items: center;
}

.faq-section .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    text-align: left;
    flex-direction: row;
}


.faq-section .elementor-position-left .elementor-image-box-img {
    margin-right: 8px !important;
}


#category-description h3{
    padding-top: 20px;
    font-size: 20px;
    font-weight: 700;   
}



.kontakt-bottom-map .elementor-image-box-description {
    font-size: 21px;
    font-weight: 800;
}

.kontakt-bottom-map .elementor-image-box-description span{
    font-weight: 400;
    font-size: 18px;
}



#category-description {
    margin: 40px 0;
}


.polygon-right .elementor-cta-bg-overlay {
    display: none !important;
}

.polygon-right a:hover h2, 
.polygon-right a:hover .elementor-cta-description{
    color: #e73458;
}


.elementor-swiper-button.elementor-swiper-button-prev, .elementor-swiper-button.elementor-swiper-button-next {
    color: #452566 !important;
}



/******************************************************************************/

@media (max-width: 1199px) {

	
    .header-text strong {
        font-size: 14px !important;
 
    }

	.footer-container #czfootercmsblock .custom-social {
    	width: 5%;
	}

	#block_maps iframe{
		    max-height: 144px;
	}

    #czheadercmsblock {
        display: none;
    }


    #header .header-top {
        padding-top: 10px;
    }

}



@media (max-width: 991px) {


    #subcategories ul {       
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-column-gap: 10px;
        grid-row-gap: 10px;
    }

    .category-depth-level-3 #subcategories ul {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    #subcategories ul li a{
        display: flex;
        align-items: center;
    }

    #subcategories ul li .subcategory-image img {
        max-height: 100px;
    }

    #subcategories h2 {
        padding-top: 10px;
        text-align: left;
    }

    #header .header_logo {
    
        padding-left: 0;
    }

     .header-text strong {
        font-size: 13px !important;
        padding-left: 20px;
 
    }


    #header .search-widget .search_button:before {
   
        font-size: 16px;
        color: #969696;
    }

    .header-right .search-menu-bar{
        display: none;
    }

    .header-navfull .search-menu-bar{
        display: block;
    }


	.layout-left-column #content-wrapper {
	    border-left: none;
	}


	.header-top .header-navfull .container { 
		width: 100%;
		padding: 0;
	}

	.mobile-menu {
        padding: 0 0 0 35px;
	    width: 70%;
	    float: left;
	    background-color: #ffffff;
	}

	#header .search-widget .search_toggle {
		z-index: 1;
	    display: none;
	    position: absolute;
	    right: 0;
	    left: auto;
        top: 5px;
	    width: 100%;
	}


	.header-top .search-widget {
	    border: 1px solid #808080d4;
	    padding: 5px 0 !important;
	}
	

	.header-top .search-widget {
    	padding: 0;
    	width: 100% !important;
	}

	#header .search-widget .search_button {
	    width: 95%;
	    text-align: right;
	}


	#header .search-widget form input[type="text"] {
	    width: 90%;
	    padding: 4px 50px 9px 35px;
	}

	.search_button.active:before {
		display: none;
	}

	#index .search-widget form button[type=submit]:before {
	    position: absolute;
	    border: none;
	    top: -3px;
	    right: 0;
	    width: 70px;
	    height: 44px;
	    outline: 0;
	    background: none;
	    cursor: pointer;
	}

	#header .header-top .menu-icon .cat-title {
    	color: #161616;
	}

	#left-column .block-categories {
		display: none;
	}



    #item-heureka-review {   
        flex-basis: 23%;
        
    }

    #heureka-review > div #item-heureka-review:nth-child(4) {
        border-right: none;
    }

    #heureka-review > div #item-heureka-review:last-child {
        display: none;
    }


	#footer .block_newsletter .title {
	    width: 50%;
	}

	#footer .block_newsletter .block_content {
	    width: 50%;
	}

	#footer .block_newsletter {
	    padding: 13px 10px 5px 10px;
	}

	#footer .block_newsletter .title {
	    padding-top: 5px;
	}

	#header .header-top .menu-icon .cat-title {
		padding: 15px 0px 16px 55px;
	}

	#header .header-top .menu-icon .cat-title:after {
    	top: 15px;
    	left: 30px;
	}

	#header .header-top .fixed .menu-icon .cat-title {
	    color: #ffffff;
	}

	#header .search-widget form input[type="text"] {
        padding: 0 50px 0 20px;
	}

	.container {
	    width: 100%;
	    max-width: 100%;
	}

	.flex-direction-nav .flex-next {
	    opacity: 1;
	    right: 5px;
	}

    #header .header-top .menu-icon .cat-title {
        padding: 15px 0px 16px 0;
    }
	#header .header-top .menu-icon .cat-title:after {
        top: 15px;
        left: -22px;
    }

	#header .mobile-menu.fixed .menu-container > .menu-icon .cat-title:after {
	    left: 10px;
	}

}

@media (max-width: 960px) {
	.footer-container #czfootercmsblock .custom-social {
	    display: none;
	}
}

@media (max-width: 910px) {
	.header-top .header-text {
		display: none;
	}

	#block_maps iframe {
	    max-height: 109px;
	}

    .images-container .js-qv-mask .thumb-container .thumb {
        width: 75px;
    }

}


@media (max-width: 852px) {
	
	.footer-container #czfootercmsblock .custom-social {
	    display: block;
	}
}


@media (max-width: 720px) {
	#footer .block_newsletter .title {
	    display: none;
	}

	#footer .block_newsletter .block_content {
	    width: 100% ;
	}
}

@media (max-width: 767px) {
	

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

	.mobile-menu {
	    width: 50%;
	}

	#block_maps {
	   margin-top: 0px; 
	}

    #item-heureka-review {   
        flex-basis: 48%;
        
    }

    #heureka-review > div #item-heureka-review:nth-child(2), #heureka-review > div #item-heureka-review:nth-child(4) {
        border-right: none;
    }

    #heureka-review > div #item-heureka-review:last-child {
        display: none;
    }

    .images-container .js-qv-mask .thumb-container .thumb {
        width: 95px;
    }

}



@media (max-width: 575px) {

	#header .header-top .header-right {
	    padding-bottom: 10px;
	}

    #header .blockcart {
    margin-top: 12px;
    }

    #header .header-right .user-info {
        margin-top: 12px;
    }

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

	.home-editor-text {
	   padding-bottom: 0; 
	}

	#czfootercmsblock .footerdesc {

	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	}

	.rental-button {
	    padding: 5px 12px !important;
	 
	}



    #header .container {
        width: 95%;
        max-width: 100%;
    }

    .header-navfull .search-menu-bar {
        min-width: 160px;
    }

}

@media (max-width: 350px) { 


       .header-navfull .search-menu-bar {
        min-width: 130px;
    }
}

@media (max-width: 300px) { 

	.product_item.col-xs-6 {
	    float: left;
	    width: 100%;
	}

	.block_newsletter {
		display: none;
	}

	#czfootercmsblock .footerlogo {
	    background-size: 228px 60px !important;
	    border-right: none;
	}

       .header-navfull .search-menu-bar {
        min-width: 120px;
    }
}



@media (min-width: 992px) {
	.header-top .menu .sub-menu {
	    top: 59px !important;
    }

    #search_widget {
        min-width: 5rem;
    }
}




.cart-grid .cart-container {
    border: 0 !important;
    padding: 15px !important;
  
    border-radius: 5px !important;
}

.compact-cart #tc-container .cart-item .product-line,
.compact-cart #tc-container-mobile .cart-item .product-line {
    min-height: 50px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
}

.compact-cart #tc-container .product-line-image img,
.compact-cart #tc-container-mobile .product-line-image img {
    max-width: 60px !important;
    border-radius: 5px !important;
    margin: 5px 5px;
}

.inner-area .offer-login a.log-in {
    text-decoration: underline;
    font-size: 1em !important;
}

.cart-grid-right .cart-summary {
    padding-top: 5px !important;
    border-radius: 5px !important;
    background: #f6f6f7;
    overflow: hidden;

}

.product-line-info.quantity-info {
    font-size: .7em !important;
    font-weight: 500 !important;
}

body.compact-cart #tc-container .qty-container .qty-box {
    transform: scale(1) !important;
    box-shadow: none;
}

.qty-box {
    box-shadow: none !important;
}

input.cart-line-product-quantity {
    border-color: #e6e6e6 !important;
}

a.cart-line-product-quantity-up {
    border: 1px solid #e6e6e6 !important;
}

a.cart-line-product-quantity-down {
    border: 1px solid #e6e6e6 !important;
}

.checkout-block[class*='num-'] .block-header:before {
    padding: 0px 10px 4px 10px !important;
}

#cart .input-group>.custom-select:not(:last-child), 
#cart .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


#cart #main .product-line-grid-left img {
    max-width: 70%;
    border: 1px solid #e6e6e6;
    max-width: 60px !important;
}

#cart #main .cart-item {
    padding: 10px 0 !important;
    margin: 10px 0;
    min-height: 50px !important;
    background: #FFFFFF !important;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%) !important;
    border-radius: 5px !important;
}

#header .cart_block .cart-summary {
    background: #f6f6f7;
}

#header .cart_block .block_content .checkout.card-block {
    background: #f6f6f7;
}

#header .cart_block .cart-item {
    border-bottom: none; 
}

.business-fields-separator {
        display: none !important;
}

.avatar_wp {
    display: none;
}

.testimonial_name {
    font-weight: 600;
}

.testimonial_wp {
    font-style: italic;
}

.testimonial_item_wp {
    display: inline-grid;
    grid-template-columns: auto auto;
    align-content: center;
}

.testimonial_item_wp .bock-left{
    margin: 20px;
}

.tabs .tab-pane {
    padding: 0px;
}

.product-manufacturer {
    margin-bottom: 0;
}

#description label, #description .label {
    margin-top: 5px !important;
}

.nav-link{
    border: 1px solid #f0a964 !important;
}

.nav-link.active{
    border: 1px solid #f0a964 !important;
}

#header .cart_block {
    top: 53px;
}


.cart_block .btn-primary {
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
}

.cart-item:not(:last-child) {
    border-bottom: 0 !important;
}


.testimonial_pagination_top .pagination {
 list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.testimonial_pagination_top .pagination li {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
      color: black;
}

.testimonial_pagination_top .pagination a {
    height: 100%;
    width: 100%;
    padding: 0;
    background: white;
    border: none;
    color: black;

}


#product #main .additional_grid ul {
    display: flex;
    flex-wrap: wrap;
}

.momo {
    display: none;
}



#product #main .additional_grid ul li {
    margin-left: 0px !important;
    flex: 25%;
}

.productpage_title, .quickview h1.h1 {
    margin-top: 15px;
    line-height: 1.4;
    font-size: 35px;
}
.product-information ul{
    list-style-type: disc !important;
}

.product-actions ul{
        list-style-type: none !important;
}

#order-details {
    padding-top: 1.875rem;
    left: 0 !important;
}


#password .form-control-label {
    padding-top: 0px !important;
    margin-top: 0px !important;
}

#password .btn-primary{
    padding: 8px 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    height: 100%;
}

.product-title a {
    color: #000;
    font-size: 16px;
}


#heureka-review-date {
    display: none;
}

.blockcms-title, .myaccount-title, .myaccount-title a, .block-contact-title, .footer-container h3.h3, .footer-after h3.block_title a {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 25px;
    font: 700 16px/26px "Raleway", sans-serif;
    color: #161616 !important;
    text-transform: uppercase;
}




#product-availability, .product-availability {
    display: block;
    font-weight: inherit;
    margin-left: 0;
    color: inherit;
}

#product-availability .product-available, .product-availability .product-available {
    background-color: inherit;
    padding: 0;
    display: inline;
}


.display_combinations .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after,
.display_combinations .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    display: none;
}

.display_combinations {
    padding: 15px;
    background-color: #ffffff85;
    box-shadow: inset 0 -1em 1em rgb(255 255 255 / 10%), 0 0 0 1px rgb(255 255 255 / 0%), 1em 1em 8em rgb(136 136 136 / 30%);
    border: 1px solid #80808024;
    border-radius: 10px;
    margin: 20px 0;
}

.display_combinations table td img{
    padding: 10px;
}

.display_combinations .price {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: left;
    display: block;
}

.display_combinations .input-group {
    width: 40px;
}

.product-information .display_combinations .btn-primary {
    margin: 15px 0 10px 0;
    float: left;
    font-size: 12px;
}

.table_d_c td {
    text-align: left;
}

.display_combinations .bootstrap-touchspin .input-group-btn-vertical>.btn {
    width: auto;
}

.display_combinations .input-group .form-control {
    min-height: 40px;
    min-width: 40px;
}

.table_d_c td {
    border: none;
}

.table_d_c tr {
    border-bottom: 1px solid #452665;
    border-radius: 10px;
}

#product #main table td {
    padding: 10px;
    width: 100px;
}

#product #main table td p{
    font-size: 14px;
    font-weight: 500;
}


.ybc-blog-wrapper .page-heading {
    clear: both;
    font-size: 30px;
    text-transform: none;
    margin-top: 0px;
}

#js-post-list-top select.select {
    border-radius: 50px;
}

.ybc_title_block {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.3;
    text-transform: none;
}

.ybc-blog-list .blog_description {
    clear: left;
    font-size: 15px;
    line-height: 24px;
    color: #414141;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.read_more {
    font-style: normal;
    color: #ffa241;
    font-weight: 700;
}

.ybc-blog-list .ybc_item_img img {
    object-fit: none;
}

.ybc-blog-tags-social {
    display: none;
}

.page-heading .title_cat {
    font-size: 35px;
    padding-bottom: 10px;
    line-height: 1.4;
    text-transform: none;
}

.blog_short_description {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.5;
    padding: 10px 5px;
}

.blog_description, .blog_description p {
    font-size: 17px;
    line-height: 1.7;
}


.blog_description h1, 
.blog_description h2, 
.blog_description h3, 
.blog_description h4, 
.blog_description h5, 
.blog_description h6{
    font-weight: 700;
    margin-top: 30px;
}

.blog_description h2 {
    font-size: 25px;
}

.blog_description h3 {
    font-size: 23px;
}

.blog_description h4 {
    font-size: 21px;
}

.blog_description h5,
.blog_description h6 {
    font-size: 19px;
}

.blog_description ul, .blog_description ol  {
    padding-left: 25px;
}

.ybc-blog-wrapper-detail {
    padding: 0 30px;
}


.ybc-blog-wrapper-detail .ybc_blog_img_wrapper img {
    padding: 10px 5px;
}

.blog_description a,
.blog_short_description a{
    text-decoration: underline !important;
    font-weight: 700;
}

.blog-extra {
    display: none;
}

@media (max-width: 575px) {
    .page-heading .title_cat {
        font-size: 25px; 
    }
}

.modal #product-description-short,
.modal  #thumbnails{
    display: none;

}
