/*
Theme Name: udaz Child
Template: udaz
Description: Flexible Multi-Purpose Responsive WordPress Theme
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */

html {
    scroll-behavior: smooth;
}


 /*#main-menu .navbar-nav > .menu-item-has-children > a:after {
	 content: "";
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 background-image: url('/wp-content/themes/udaz-child/images/menu-arrow.png');
	 background-size: contain;
	 background-repeat: no-repeat;
	 margin-left: 0px;
	 vertical-align: middle;
}*/
 /*#main-menu .navbar-nav > .menu-item-has-children:hover > a:after {
	 background-image: url('/wp-content/themes/udaz-child/images/menu-arrow-dark-green.png') !important;
}*/
 .navbar-default .nav > li.menu-item-has-children:hover > a, .navbar-default .nav > li.menu-item-has-children:hover > a:hover {
	 color: #253D1D !important;
	 background-color: transparent;
}
 #main-menu .navbar-nav > .menu-item-has-children {
	 position: relative;
}
 #main-menu .navbar-nav > .menu-item-has-children > .dropdown-menu {
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 transform: translateX(-50%);
	 padding: 5px 0 5px 0px !important;
}
 ul.dropdown-menu .menu-item:hover {
	 background-color: #FFE790;
}
 #main-menu.underline-effect .navbar-nav .menu-item .dropdown-menu .menu-item a {
	 margin-left: 0px !important;
}
 .navbar.navbar-default .menubar .navbar-nav a:hover, .navbar.navbar-default .navbar-nav a:hover {
	 color: #61A756 !important;
}
 #main-menu.underline-effect .navbar-nav .menu-item .dropdown-menu .menu-item a:after {
	 display: none;
}
 #main-menu.underline-effect .navbar-nav .menu-item .dropdown-menu .menu-item a {
	 margin-left: 0px !important;
	 width: 273px;
	 line-height: 40px;
	 padding: 0 20px;
}
 #main-menu .navbar-nav > .menu-item-type-custom > a:hover {
	 text-decoration: underline;
}
 .slick-active .ultsl-radio-unchecked:before {
	 content: "\e608" !important;
}
 .polarone-parent-block .polarone-child-block .number {
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 color: #ffffff;
	 font-style: normal;
	 font-weight: 600;
	 line-height: normal;
	 float: left;
}
 #wrapper .wpb_text_column p {
	 margin-bottom: 30px;
}
 .whychoose .wpb_text_column p, .specialists .wpb_text_column p {
	 margin-bottom: 20px !important;
}
 #wrapper .wpb_text_column p:last-child {
	 margin-bottom: 0px !important;
}
 h2 strong {
	color: #F9CC28;
}
 .whitetext p {
	 color: #ffffff !important;
}
 p.po_title {
	 font-size: 16px;
	 font-style: normal;
	 font-weight: 700;
	 line-height: 16px;
	 padding-bottom: 10px;
}
 .faq-item {
	 border-bottom: 1px solid #446239;
	 padding: 12px 0;
	 line-height: 30px;
}
 .faq-question {
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 26px;
	 cursor: pointer;
	 display: flex;
	 align-items: center;
	 position: relative;
	 padding-right: 30px;
}
 .faq-question .faq-toggle-icon {
	 background-image: url('/wp-content/themes/udaz-child/images/plus-icon.png');
	 width: 21px;
	 height: 21px;
	 display: inline-block;
	 margin-right: 25px;
	 margin-left: 25px;
	 transition: transform 0.3s ease;
}
 .faq-question.open .faq-toggle-icon {
	 background-image: url('/wp-content/themes/udaz-child/images/minus-icon.png');
}
 .faq-question .question {
	margin-left: 11px;
}
 .faq-answer {
	 display: none;
	 padding: 20px 0 20px 0;
	 margin-left: 81px;
}
 .faq-answer.active {
	 display: block;
}
 @media (max-width: 768px) {
	 .faq-question {
		 justify-content: space-between;
		 padding-right: 0;
	}
	 .faq-question .faq-toggle-icon {
		 order: 1;
		 margin-right: 0;
		 margin-left: 10px;
	}
}
 .custom-contact-form {
	 padding: 20px;
	 border-radius: 10px;
	 display: flex;
	 flex-direction: column;
	 align-items: center;
}
.home .form-row {
	 display: flex;
	 justify-content: space-between;
	 width: 100%;
	 background-color: #253D1D;
	 padding: 39px;
	 border-radius: 9px;
	 box-sizing: border-box;
	 border: 1px solid #ffffff;
	 max-width: 988px;
}
 .custom-contact-form input[type="text"], .custom-contact-form input[type="tel"], .custom-contact-form input[type="email"] {
	 background: none;
	 border: none;
	 color: #fff;
	 padding: 5px 10px;
	 width: 30%;
	 font-size: 16px;
	 font-weight: 400;
	 line-height: 26px;
	 height: 19px;
}
 .custom-contact-form input:focus {
	 outline: none;
	 border-bottom-color: #ffcc00;
}
 #po_style input[type="submit"] {
	 display: inline-flex!important;
	 padding: 18px 32px!important;
	 justify-content: center;
	 align-items: center!important;
	 gap: 10px!important;
	 border-radius: 4px!important;
	 font-size: 20px!important;
	 font-weight: 700!important;
	 color: #253D1D!important;
	 background-color: #F9CC28!important;
	 cursor: pointer;
	 transition: background-color 0.25s, color 0.25s;
}
 #po_style input[type="submit"]:hover {
	 background-color: #FFE790!important;
	 color: #253D1D!important;
}
 #wrapper.btn-hover-2 .wpcf7 .wpcf7-submit:hover{
	border-color: #61A756;
}
 #wrapper.btn-hover-2 .wpcf7 .wpcf7-submit:hover{
	background-color: #FFE790 !important;
}
 #wrapper .wpcf7 .wpcf7-submit:hover {
	background-color: #FFE790 !important;
}
 .wpcf7 .wpcf7-submit:hover, .wpcf7 .wpcf7-submit {
	border: none !important;
}
 .btn-hover-2 .wpcf7 .wpcf7-submit:hover {
	color: #253D1D !important;
}
 #po_style input[type="submit"]:active {
	 background-color: #61A756!important;
	 color: #FFFFFF!important;
}
 @media (max-width: 768px) {
	 #po_style input[type="submit"] {
		 line-height: 15px;
		 font-size: 18px;
		 padding: 17px 33px;
	}
}
 span.wpcf7-not-valid-tip {
	 font-size: 14px;
	 color: #000000 !important;
}
 .section .wpcf7-not-valid-tip:before {
	 right: 5px !important;
	 color: #fff !important;
	 font-size: 15px !important;
	 top: -15px !important;
}
 .kd-contact-form.white-input-bg .wpcf7 .wpcf7-text {
	 background-color: #253D1D;
}
 .kd-contact-form.inline-cf.white-input-bg {
	 box-shadow: none !important;
}
 input.wpcf7-form-control.wpcf7-submit.has-spinner {
	 margin-top: 30px;
	 border-radius: 4px;
}
 input {
	 background-color: #253D1D;
	 color: #ffffff;
}
 input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
	 -webkit-box-shadow: 0 0 0 1000px #253D1D inset !important;
	 box-shadow: 0 0 0 1000px #253D1D inset !important;
	 -webkit-text-fill-color: #ffffff !important;
	 transition: background-color 5000s ease-in-out 0s !important;
}
 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required::placeholder {
	 color: #DADADA;
}
 .section .inline-cf .wpcf7-not-valid-tip, .blog-header-form .wpcf7-not-valid-tip {
	 display: none!important;
}
 input[aria-invalid="true"] {
	 color: #F10202 !important;
}
 input[aria-invalid="true"]::placeholder {
	 color: #F10202 !important;
}
 .inline-cf .wpcf7-form-control-wrap input {
	 border: none;
	 border-bottom: 1px solid #fff;
}
 .inline-cf .wpcf7-form-control-wrap input[aria-invalid="true"] {
	 border-bottom: 1px solid #F10202;
}
 span.wpcf7-form-control-wrap {
	 padding: 0px 20px;
}
 .footer-nav-menu .navbar-footer li a {
	 font-size: 20px;
	 font-weight: 600;
}
 .navbar-footer .sub-menu {
	 display: none;
	 position: absolute;
	 background-color: white;
	 z-index: 1000;
	 padding: 0;
}
 .navbar-footer .menu-item:hover > .sub-menu {
	 display: block;
	 position: absolute;
	 top: 100%;
	 left: 50%;
	 transform: translateX(-50%);
	 padding: 5px 0 5px 0px !important;
}
 .navbar-footer .sub-menu li {
	 padding: 10px 15px;
	 list-style: none;
	 background-color: #f7f7f7;
	 border-bottom: 1px solid #e0e0e0;
	 width: 230px;
}
 .navbar-footer .sub-menu li a {
	 display: block !important;
}
 .navbar-footer .sub-menu li:last-child {
	 border-bottom: none;
}
 .navbar-footer .menu-item {
	 position: relative;
}
 .navbar-footer .menu-item > a::before {
	 content: '';
	 display: inline-block;
	 width: 24px;
	 height: 24px;
	 background-image: url(/wp-content/themes/udaz-child/images/menu-arrow.png);
	 background-size: contain;
	 background-repeat: no-repeat;
	 position: absolute;
	 right: 0px;
	 top: 40%;
	 transform: translateY(-50%);
}
 .navbar-footer .menu-item:nth-child(3) > a{
	 padding-right: 22px;
}
 .navbar-footer .menu-item:hover > a::before {
	 background-image: url('/wp-content/themes/udaz-child/images/menu-arrow-dark-green.png') !important;
}
 .navbar-footer .menu-item:not(:has(.sub-menu)) > a::before {
	 display: none;
}
 ul.sub-menu li a {
	 margin-right: 0px !important;
}
 .footer-bar {
	 border-bottom: 0px solid #fff !important;
	 margin: 0px 15px !important;
	 margin-bottom: 0px !important;
	 padding: 50px 0px 15px 0 !important;
}
 .footer_widget {
	 max-width: 300px;
	 margin: auto;
	 margin-bottom: 30px;
	 margin-right: 0px;
	 text-align: right;
}
 .upper-footer .textwidget img {
	 margin-bottom: 0px;
}
 .footer_widget .textwidget a:after {
	 content:'' !important;
	 display: none !important;
}
 .lower-footer {
	 margin-top: 0px !important;
	 padding: 0px 0 50px 0 !important;
	 border-top: 0px solid #000000 !important;
}
 .photoslider {
	overflow: hidden !important;
}
 .slick-slide img {
	 filter: blur(5px);
	 opacity: 0.9;
}
 .slick-slide img {
	 filter: blur(5px);
	 opacity: 0.9;
}
 .slick-slide.slick-current img {
	 filter: none;
	 opacity: 1;
}
 .slick-slide::before {
	 background-color: rgba(255, 255, 255, 0.5);
}
 .slick-slide.slick-current::before {
	 background-color: rgba(255, 255, 255, 0.5);
}
/* .photoslider .ult-carousel-wrapper.ult_full_width button.slick-prev {
	 left: 320px;
}
 .photoslider .ult-carousel-wrapper.ult_full_width button.slick-next {
	 right: 320px;
	 z-index: 2;
}
*/
 .container .wpb-content-wrapper .po_content a {
	 color: #000000 !important;
	 text-decoration: underline;
}
 .container .wpb-content-wrapper .po_content a:hover{
	 text-decoration: none;
}
 .slick-active .ultsl-radio-unchecked::before {
	 content: '' !important;
	 display: block;
	 width: 10px;
	 height: 10px;
	 background-image: url('/wp-content/themes/udaz-child/images/indicator-active-icon.png');
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 -webkit-transition: 1.25s;
	 -o-transition: 1.25s;
	 transition: 1.25s;
}
 .ultsl-radio-unchecked::before {
	 content: '' !important;
	 display: block;
	 width: 10px;
	 height: 10px;
	 background-image: url('/wp-content/themes/udaz-child/images/indicator-inactive-icon.png');
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center;
	 -webkit-transition: 1.25s;
	 -o-transition: 1.25s;
	 transition: 1.25s;
}
 ul.slick-dots {
	 padding: 20px 0 0 0 !important;
	 line-height: 10px;
}
 .slick-dots li {
	 height: 10px;
	 width: 10px;
}
 .ult-carousel-wrapper {
	 padding-bottom: 0px !important;
}
 ul.uavc-list {
	 display: flex;
}
 .uavc-list-icon ul li {
	 padding-right: 20px !important;
}
 .uavc-list-icon {
	 margin-right: 0px !important;
}
 ul.uavc-list li:last-child, ul.uavc-list li:last-child .uavc-list-icon {
	 padding-right: 0px !important;
}
 #footer .textwidget div {
	 padding-bottom: 10px;
}
 .header_phone_link {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 height: 100%;
	 font-size: 22px !important;
	 color: #61A756;
	 -webkit-transition: 0.25s;
	 -o-transition: 0.25s;
	 transition: 0.25s;
}
 .main-nav-extra-content div .header_phone_link:hover {
	 color: #253D1D !important;
	 text-decoration: underline;
}
 .po_button.po_standart {
	 display: inline-flex;
	 padding: 18px 32px;
	 justify-content: center;
	 align-items: center;
	 gap: 10px;
	 border-radius: 4px;
	 font-size: 20px;
	 font-weight: 700;
	 color: #253D1D;
	 background-color: #F9CC28;
	 cursor: pointer;
	 transition: background-color 0.25s, color 0.25s;
}
 .po_button.po_standart:hover {
	 background-color: #FFE790;
	 color: #253D1D;
}
 .po_button.po_standart:active {
	 background-color: #61A756;
	 color: #FFFFFF;
}
 @media (max-width: 768px) {
	 .po_button.po_standart {
		 line-height: 15px;
		 font-size: 18px;
		 padding: 17px 33px;
	}
}
 /* div.vc_row h3.vc_custom_heading {
	 padding-left: 20px !important;
}*/
 @media (max-width: 667px) {
	 /*span.mobile-dropdown {
		 display: none;
	}*/
	 body .navbar-default .nav li a {
		 font-size: 18px;
	}
	 .header_phone_link {
		 justify-content: left;
		 font-size: 18px !important;
	}
	 .navbar.navbar-default .container {
		 padding: 20px 5px;
	}
	 .container div.vc_row h3.vc_custom_heading {
		 font-size: 16px !important;
	}
	 button.slick-prev.default.slick-arrow {
		 width: 35px;
	}
	 button.slick-next.default.slick-arrow {
		 width: 35px;
	}
	 .container div.vc_row h2.vc_custom_heading {
		 font-size: 24px !important;
		 margin-bottom: 40px !important;
	}
	 div.vc_row h3.vc_custom_heading {
		 padding-left: 20px !important;
	}
	 .uavc-list {
		 display: flex;
		 flex-wrap: wrap;
		 list-style-type: none;
		 padding: 0;
	}
	 .uavc-list li {
		 height: 35px;
		 margin: 0;
	}
	 .uavc-list li:first-child {
		 flex-basis: 100%;
	}
	 .uavc-list li:nth-child(2), .uavc-list li:nth-child(3) {
		 flex: 0 0 calc(35px + 20px);
		 margin-right: 20px;
	}
	 .uavc-list li:nth-child(3) {
		 margin-right: 0;
	}
	 .faq-question {
		 font-size: 16px;
		 font-weight: 500;
		 line-height: 22px;
	}
	 .faq-question .question {
		 margin-left: 0px;
		 margin-right: 20px;
		 width: 88%;
	}
	 .faq-answer {
		 margin-left: 0px;
	}
	 .faq-answer {
		 font-size: 14px;
	}
	 .container div.vc_row h3.question.vc_custom_heading {
		 font-size: 24px !important;
		 padding-left: 0px !important;
		 margin-bottom: 20px !important;
	}
	 .form-row {
		 display: block;
		 padding: 30px !important;
	}
	 .custom-contact-form {
		 padding: 0px !important;
	}
	 span.wpcf7-form-control-wrap {
		 padding: 0px 0px !important;
	}
	 .custom-contact-form input[type="text"], .custom-contact-form input[type="tel"] {
		 margin-bottom: 35px;
	}
	 .inline-cf .wpcf7-form p {
		 margin-bottom: 0px;
	}
	 .footer-widget-area div.forth-widget-area:nth-child(2){
		 position: absolute;
		 margin-right: 20px;
		 top: 40px;
		 width: 70%;
		 right: 0;
	}
	 .upper-footer {
		 padding: 0px 0 0px 0;
	}
	 .footer-bar {
		 margin: 0px 15px !important;
		 margin-bottom: 0px !important;
		 padding: 40px 0px 0px 0 !important;
	}
	 .first-widget-area {
		 display: flex;
		 align-items: center;
		 justify-content: center;
		 height: 100%;
	}
	 .first-widget-area .textwidget {
		 display: flex;
		 gap: 10px;
		 justify-content: center;
		 align-items: center;
	}
}
 @media (max-width: 960px) {
	 .form-row {
		 display: block;
		 padding: 30px !important;
	}
	.home .form-row {
		flex-direction: column;
	}
	 .custom-contact-form {
		 padding: 0px !important;
	}
	 span.wpcf7-form-control-wrap {
		 padding: 0px 0px !important;
	}
	 .custom-contact-form input[type="text"], .custom-contact-form input[type="tel"] {
		 margin-bottom: 35px;
	}
	 .inline-cf .wpcf7-form p {
		 margin-bottom: 0px;
	}
}
@media (max-width: 959px) {
    #main-menu .navbar-nav .menu-item-has-children .mobile-dropdown {
        top: 4px !important;
        left: 100px !important;
    }
}
.navbar-default .navbar-toggle {
    margin-top: 12px!important;
}

.language {
    margin-top: 8px;
    height: 49px;
}

.language-chooser {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-top: 2px;
    padding: 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    max-height: 42px;
    overflow: hidden;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
}

.language-chooser .active {
  order: -1;
  border-radius: 4px;
}

.language-chooser > li {
  display: block;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border-radius: 4px;
}

.language-chooser > .active {
  display: block;
  opacity: 1;
  background: #fff;
}

.language-chooser:hover {
  max-height: 500px;
  opacity: 1;
}

.language-chooser:hover > li {
  opacity: 1;
}

.language-chooser a {
  text-decoration: none;
  color: black;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.language-chooser img {
  width: 30px;
}

.language-chooser a:hover {
  background-color: #f1f1f1;
  border-radius: 4px;
}





/* FastOrder */
.woocommerce div.product form.cart .button {
	padding-left: 10px !important;
	padding-right: 10px !important;
	flex: 1;
}

span.button-click.open-quickorder.button.alt,
button.send-quickorder {
	background-color: #F9CC28;
	cursor: pointer;
}

button.send-quickorder {
    margin-top: 30px;
    border-radius: 4px;
    line-height: 40px;
    border: 1px solid transparent;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
}
button.send-quickorder:hover {
    box-shadow: none;
}


.popup-click {
    position: fixed;
    background: #00000040;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-click form {
    background: #61a756;
    padding: 40px 40px;
	padding-top: 20px;
    padding-bottom: 60px;
    border-radius: 12px;
    display: flex;
    flex-flow: column;
    max-width: 475px;
    position: relative;
	width: 90%;
}

.popup-click .close-popup {
    position: absolute;
    width: 20px;
    right: 8px;
    top: 8px;
    cursor: pointer;
	z-index: 9;
}

.successQuickorderMessage {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0px;
    top: 0px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    text-align: center;
    padding: 20px;
}

form.quickorderform input {
    width: 100%;
    line-height: 40px;
    border-radius: 4px;
    padding: 0px 10px;
    height: 40px;
	color: #d9d9d9;
}

.quickorderform h3 {
	color: #ffffff;
}

form.quickorderform input::placeholder {
  color: #d9d9d9;
}

.quickorderform input.error {
    border: 1px solid #e53935;
	background-image: url("data:image/svg+xml,%3Csvg fill='%23f9cc28' viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 20px 20px;
}

.successQuickorderMessage .po_numbered.numbered-block {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.successQuickorderMessage .numbered-block .number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    min-width: 38px;
    height: 80px;
    background-color: #ffe790;
    color: #253d1d;
    border-radius: 50%;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
}

.successQuickorderMessage .poptitle {
    font-weight: 600;
    color: #61a756;
    margin-bottom: 5px;
    display: block;
}



.entry-header {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}

.single-product-no-title {
    padding-top: 70px;
}

.single_variation_wrap .woocommerce-variation-price {
    display: none !important;
}

.fa-icon-home::before {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
}

.home .navbar.navbar-default .menubar .keydesign-cart {
    display:none !important;
}

.keydesign-cart a .cart-icon-container {
    width: 20px !important;
    height: 20px !important;
}
.keydesign-cart svg {
    width: 20px !important;
    height: 20px !important;
}
.navbar.navbar-default .menubar .keydesign-cart {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
	width: auto !important;
    height: auto !important;
	padding: 10px 12px;
}
.row.blog-title-left {
    margin-top: 50px;
}

.entry-header {
    margin-bottom: 0px;
}

.product-options label {
    font-weight: 700;
    color: #333;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    width: 100%;
    margin-bottom: 12px;
}

.product-options input[type="checkbox"] {
    margin: 0px 5px 0 !important;
}

.custom-option {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin-bottom: 10px;
}

.custom-option label {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.option-name {
    min-width: 250px;
    flex: 1;
    word-break: break-word;
}

.option-price {
    width: 120px;
    text-align: right;
}

@media (max-width: 370px) {
    .option-price {
        width: 100%;
        text-align: left;
        margin-top: 4px;
    }
}
@media (max-width: 766px) {
    .navbar-footer .menu-item > a::before {
		display: none;
	}
}



.navbar .container #logo .logo {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
#logo img.fixed-logo, #logo img.nav-logo {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.woocommerce div.product h1.product_title {
    font-size: 20px !important;
}
.container h1 {
    line-height: 30px !important;
}

@media screen and (max-width: 768px) {
    .woocommerce-cart-form table.shop_table {
        display: block;
        width: 100%;
        overflow-x: auto;
    }

    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }

    .woocommerce-cart-form table.shop_table tr {
        display: block;
        margin-bottom: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .woocommerce-cart-form table.shop_table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 0;
    }

    .woocommerce-cart-form table.shop_table td::before {
        content: attr(data-title);
        font-weight: bold;
        flex: 0 0 45%;
        color: #333;
    }

    .woocommerce-cart-form .actions {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .woocommerce-cart-form .actions .button {
        width: 100%;
    }
}
@media (max-width: 959px) {
    .navbar.navbar-default .menubar .keydesign-cart {
        margin-top: 11px !important;
    }
	.navbar.navbar-default .menubar .topbar-search, .navbar.navbar-default .menubar .keydesign-cart {
		margin-right: 20px !important;
	}
	woocommerce-page .woocommerce-result-count {
        width: 100%;
    }
	
	.ShopFiltersWrapper>div.container {    
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	    .woocommerce .woocommerce-ordering select.orderby {
        max-width: 90% !important;
        float: none !important;
    }
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering, .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
        width: 100% !important;
    }
	p.woocommerce-result-count {
		color: #000;
		font-weight: 400;
		font-size: 12px;
	}
	.woocommerce .woocommerce-ordering:after {
		    padding: 16px !important;
	}
	form.woocommerce-ordering {
		border: 1px solid #aaa8a8;
		border-radius: 4px;
		padding: 5px;
	}
}



ol {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
ol li { list-style: none !important; }

ol li::marker {
  color: transparent;
  font-size: 0;
}

ul.dropdown-menu {
    width: 360px;
}

ul.dropdown-menu li a {
    width: 100% !important;
    line-height: 1 !important;
	margin-top: 10px !important;
    margin-bottom: 10px !important;
}

ul.dropdown-menu li {
	border-bottom: 1px solid #eeeeee !important;
}

.navbar.navbar-default .menubar .container {
    width: 100%;
}