/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
@font-face {
    font-family: 'Heebo';
    src: url('fonts/Heebo-Medium.woff2') format('woff2'),
        url('fonts/Heebo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
body, input, textarea, select {
    font-family: 'Heebo',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 500;
    font-size: 14px;
}
.header-top-bar {
    background-color: #edaa29;
    padding-top: 10px;
}
.w3eden .card-body .media {
    width: 100%;
    display: block;
}
.w3eden .card-body {
    width: 100%;
    display: block;
}
.das_logo {
    height: 60px !important;
}
ul.social-list li i.fa.fa-whatsapp {
    font-size: 24px;
    font-weight: bold;
}
.header-top-bar a {
    color: #000 !important;
    position: relative;
    text-decoration: none;
}
body.tax-product_cat a.button.add_to_cart_button {
    display: none;
}
.form-in-prod {
    display: none;
}
.wpcf7-response-output {
    clear: both;
}
.logo-1-text {
    color: #000;
    position: relative;
    top: 12px;
    z-index: 999;
    text-decoration: none;
}
.das_sacar_logo {
    max-width: 200px !important;
    height: 60px !important;
    width: auto !important;
}
.header-top-bar .phone {
    margin-top: 0;
    position: relative;
    top: 7px;
}
.header-top-bar .phone a:before {
    background-image: url(img/DASHRO-UP-TEL-ICON.png);
    content: "";
    left: -45px;
    top: 0px;
    width: 35px;
    height: 35px;
    position: absolute;
    background-size: cover;
}
.header-top-bar .phone span {
    clear: both;
    display: inline-block;
    font-size: 15px;
    margin-bottom: -3px;
    float: right;
}
.header-top-bar .phone span.phn {
    font-weight: 600;
    font-size: 13px;
}
.search-input-form {
    right: 0;
    top: 13px;
    z-index: 99;
    width: 222px;
    border: 1.5px solid #000;
    position: relative;
    float: right;
}
.search-cstm-form input#s {
    float: right;
    width: 85%;
    border: none;
    height: 30px;
    background-color: #fff;
}
.search-cstm-form input#searchsubmit {
    float: left;
    clear: none;
    color: #fff;
    display: inline;
    background-color: #fff;
    border: none;
    padding: 0;
    border-right: none;
    width: 15%;
    height: 30px;
}
.search-input-form i.fas.fa-search {
    position: absolute;
    left: 8px;
    top: 7px;
}
.header-top-bar > div > div > div {
    height: 60px !important;
    margin-top: -5px;
}
.cart-view a {
    position: relative;
    top: 17px;
    right: 40px;
}
.cart-view span {
    position: absolute;
    left: -5px;
    color: #fff;
    background-color: #000;
    border-radius: 100%;
    width: 14px;
    height: 15px;
    font-size: 11px;
    display: inline-block;
    top: -5px;
    text-align: center;
    line-height: 17px;
}
.cart-view img {
    width: 26px;
}
.logo-2-text {
    position: relative;
    color: #000;
    top: 11px;
    z-index: 999;
    font-weight: 600;
    width: 52%;
    text-decoration: none;
}
.header-menu-bar ul {
    list-style: none;
    margin: 0 20px 0 0;
    padding: 0 !important;
    text-align: left;
}
.header-menu-bar ul li {
    display: inline-block;
    position: relative;
}
.header-menu-bar ul li:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 11px;
    left: -3px;
    top: 8px;
    background-color: #555;
}
.header-menu-bar ul li:last-child:after {
	display:none;
}
.header-menu-bar ul li a {
    color: #000 !important;
    padding: 0 12px;
    font-size: 14px;
    text-decoration: none;
}
.header-menu-bar {
    background-color: #fff;
    padding: 8px 0;
}
.home .header-black-bar {
    height: 88px;
}
.header-black-bar {
    width: 100%;
    height: 50px;
    background-color: #000;
    background-size: cover;
    color: #fff;
}
.header-black-bar img {
    height: 88px;
    float: right;
    position: relative;
    right: -10px;
}
.header-black-bar div.stripe-text {
    width: 80%;
    height: 90%;
    float: right;
    margin-top: 15px;
    margin-right: 80px;
}
.header-black-bar h4 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.header-black-bar p {
    font-size: 14px;
    line-height: 16px;
}
#catalog-topmenu li {
    background-color: #edaa29;
    margin: 0 1px !important;
    padding: 0 !important;
    width: 68px;
    display: inline-block !important;
    position: relative;
}
#catalog-topmenu li span.menu-image-title {
    height: 40px;
    padding: 8px 1px 0;
    font-size: 9px;
    line-height: 12px;
    color: #000;
}
#catalog-topmenu li img.menu-image.menu-image-title-above {
    float: left;
    height: 92px;
    width: auto;
}
#catalog-topmenu>li ul.sub-menu {
    opacity: 0;
    position: absolute;
    top: 132px;
    padding-top: 5px;
    display: flex;
    visibility: hidden;
    margin: 0;
    z-index: 99;
}
#catalog-topmenu>li ul.sub-menu li {
	display: inline-block !important;
}
#catalog-topmenu>li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
ul#catalog-topmenu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    text-align: center;
    margin: auto;
    justify-content: center;
}
.catalogue-bar {
    padding: 20px 0;
}
#catalog-topmenu li a {
    text-decoration: none;
}
h2.vc_custom_heading.home-post-heading {
    position: relative;
    margin-bottom: 40px;
}
h2.vc_custom_heading.home-post-heading:before {
    content: "";
    left: 100px;
    top: 22px;
    background-color: #fff;
    width: 34%;
    height: 2px;
    position: absolute;
}
h2.vc_custom_heading.home-post-heading:after {
    content: "";
    right: 100px;
    top: 22px;
    background-color: #fff;
    width: 34%;
    height: 2px;
    position: absolute;
}
h2.psacp-post-title a {
	color: #000;
}
.site-content .content-area {
    width: 100%;
}
ul.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
ul.social-list li i {
    border: 1px solid #ccc;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
    margin-right: 12px;
}
ul.social-list li {
    clear: both;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
}
h2.vc_custom_heading.home-contact-heading {
    position: relative;
    margin-bottom: 40px;
}
h2.vc_custom_heading.home-contact-heading:before {
    content: "";
    left: 100px;
    top: 22px;
    background-color: #ccc;
    width: 34%;
    height: 2px;
    position: absolute;
}
h2.vc_custom_heading.home-contact-heading:after {
    content: "";
    right: 100px;
    top: 22px;
    background-color: #ccc;
    width: 34%;
    height: 2px;
    position: absolute;
}
.home-contact-area .right {
    padding-left: 20px;
}
.home-contact-area .left {
    padding-right: 20px;
}
input.wpcf7-form-control.wpcf7-submit {
    background: #f1c12e;
    color: #000;
    font-weight: normal;
    font-size: 110%;
    width: 100%;
    padding: 5px 0;
    text-align: center !important;
    margin-top: 20px;
}
div#wpcf7-f737-o1 input {
    padding: 5px 8px;
    width: 100%;
    float: right;
    text-align: right;
}
div#wpcf7-f5938-o1 input {
    padding: 5px 8px;
    width: 100%;
    float: right;
    text-align: left;
}
div#wpcf7-f5938-o1 textarea {
    text-align: left;
}
.contact-form-en {
    margin: 0 !important;
}
div#wpcf7-f737-o1 label {
    width: 85%;
    margin-bottom: 20px;
}
div#wpcf7-f5938-o1 p {
    width: 85%;
    margin-bottom: 20px;
    clear: none;
    display: block;
    float: right;
}
.site-footer {
    background-color: #fff;
}
ul#footer-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
    padding: 0;
}
.separate-containers .site-main {
    margin: 0;
}
.site-footer {
    background-color: #fff;
    padding: 12px 0;
}
.site-footer a {
    color: #000;
}
.catlauge-lists {
    clear: both;
    float: left;
    width: 100%;
}
.catlauge-lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.catlauge-lists ul li {
    float: right;
    width: 19%;
    margin-left: 10px;
    border: 1.5px solid #ccc;
    padding: 10px;
    min-height: 430px;
    text-align: center;
    margin-bottom: 10px;
}
.catlauge-lists ul li .ctl-thumb {
    min-height: 150px;
}
.catlauge-lists ul li img {
    height: 150px;
    width: auto;
    margin: auto;
}
.catlauge-lists .text-tow {
    min-height: 50px;
}
.wpdm-download-link.btn.btn-primary, .wpdm-download-link1.btn.btn-primary {
    background-color: #3470ae;
    width: 100%;
    border-radius: 0 !important;
    padding: 4px 0;
    font-weight: normal;
}
div#wpcf7-f5938-o1 input.wpcf7-form-control.wpcf7-submit {
    margin-top: 45px;
}
.header-menu-bar .current-menu-item a {
    font-weight: 700;
}
ul#footer-menu li {
    display: inline-block;
    margin: 0;
    padding: 0 15px;
    border-right: 2px solid;
    line-height: 12px;
}
ul#footer-menu li:first-child {
    border-right: none;
}
ul#footer-menu li.lang-item {
    border: none;
}
ul#footer-menu li#menu-item-7980-he {
    margin-right: 50px;
}
ul#footer-menu li a {
	text-decoration: none;
}
.home-contact-area {
    background-color: #eee;
}
.header-black-bar img.all-page-strip {
    height: 50px;
    right: -60px;
}
nav.woocommerce-breadcrumb, p.woocommerce-result-count, form.woocommerce-ordering {
    display: none !important;
}
h1.woocommerce-products-header__title.page-title {
    color: #f00;
    font-size: 20px;
	font-weight:700;
	padding-bottom: 10px;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    border: 1.5px solid #ccc;
    display: block;
    padding: 10px;
    text-align: center;
    min-height: 355px;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    color: #555;
    font-size: 13px;
    border-bottom: 2px solid #ccc;
    font-weight: 500;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del {
    display: none !important;
}
.woocommerce ul.products li.product a img {
    border: none !important;
}
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 0px !important;
    margin: 0 !important;
    right: auto !important;
    top: 0px !important;
    background-color: #00A654 !important;
    border-radius: 100px !important;
    width: 60px;
    height: 60px;
    font-weight: normal !important;
    text-align: center;
    font-size: 13px;
    line-height: 60px !important;
    padding: 0 !important;
}
woocommerce-page ul.products li.product, body.woocommerce ul.products li.product {
    float: right;
    width: 23% !important;
    margin-left: 13px !important;
    margin-bottom: 12px !important;
}
ul#breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 0 0 6px 0;
}
ul#breadcrumbs li {
    display: inline-block;
    font-size: 14px;
}
ul#breadcrumbs a {
    color: #000;
}
ul#breadcrumbs li.separator {
    margin: 0 6px;
    color: #a2a2a2;
}
h2.woocommerce-loop-category__title {
    color: #000;
}
.single-pro-cnt-form {
    top: 50%;
    position: fixed;
    right: 10px;
    z-index: 9999;
}
.contact-icon img {
    width: 45px;
}
.form-in-prod {
    max-width: 400px;
    text-align: center;
    background-color: #fff;
    position: relative;
    right: 50px;
    top: -180px;
    box-shadow: 0 0 7px 5px #ccc;
    border-radius: 5px;
    border: none;
    padding: 20px;
    width: 75%;
}
.form-in-prod h3 {
    margin-top: 10px;
    font-size: 14px;
    padding: 0;
}
.single-pro-cnt-form textarea.wpcf7-form-control.wpcf7-textarea {
    height: 80px !important;
}
.form-in-prod form.wpcf7-form {
    margin: 20px 0 0 0;
}
.form-in-prod form.wpcf7-form .wpcf7-submit {
	top: 0;
}
.form-in-prod .wpcf7-response-output {
    clear: both;
    margin: 0 !important;
}
.contact-icon {
    cursor: pointer;
    float: right;
}
span.close-cnt-popup {
    position: absolute;
    right: -7px;
    top: -8px;
    color: #fff;
    background-color: #222;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 40px;
	cursor: pointer;
}
.form-in-prod .wpcf7-submit {
    font-weight: normal !important;
    font-size: 16px !important;
    width: 100%;
    border: none;
    padding: 5px 0;
    top: -55px;
    position: relative;
}
.form-in-prod .wpcf7-text {
    width: 100% !important;
}
.form-in-prod .wpcf7-textarea {
    width: 100% !important;
    height: 120px !important;
}
span.ajax-loader {
    position: relative;
    top: -53px;
}
.form-in-prod .wpcf7 form.invalid .wpcf7-response-output, .form-in-prod .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    margin-top: -50px;
    width: 98%;
}
.form-in-prod input[type=text], .form-in-prod input[type=email], .form-in-prod input[type=tel], .form-in-prod input.text, .form-in-prod input.title, .form-in-prod textarea, .form-in-prod select {
    margin: 0;
    padding: 2px 10px;
    border-radius: 3px;
    text-align: right;
}
section.related.products {
    display: none;
}
div#right-sidebar {
    display: none;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
}
ul.tabs.wc-tabs {
    display: none;
}
.product_meta {
    border-width: 0;
    border-style: solid;
    border-color: #dadada;
    border-top: 1px solid #dadada;
    font-size: 14px;
    color: #666;
    padding-top: 6px;
}
.product_meta a {
    color: #000;
    text-decoration: none;
}
.product_meta a:hover {
    text-decoration: underline;
}
h2.vc_custom_heading.top-heading {
    font-weight: 700;
    font-size: 30px;
    position: relative;
    margin: 20px 0;
    z-index: 9;
}
h2.vc_custom_heading.top-heading:before {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #000;
    width: 100%;
    height: 2px;
    z-index: -2;
}
h2.vc_custom_heading.top-heading:after {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 15%;
    margin: auto;
    right: 0;
    z-index: -1;
}
h3.vc_custom_heading.sub-heading {
    font-size: 20px;
    font-weight: 700;
    color: #555;
    margin-bottom: 30px;
}
.vc_row.wpb_row.vc_row-fluid.about-row-1 .wpb_text_column.wpb_content_element {
    text-align: center;
}
.vc_row.wpb_row.vc_row-fluid.about-task-row {
    background-color: #eee;
}
.about-task-row h4.vc_custom_heading {
    width: 50%;
    margin: auto;
}
.about-task-row a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded {
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 2px 30px;
    font-size: 22px;
}
.about-task-row .vc_btn3-container.vc_btn3-inline {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}
.about-task-row .wpb_column.vc_column_container.vc_col-sm-3 .wpb_single_image.wpb_content_element.vc_align_right {
    display: inline-block;
    width: 230px;
    margin: 0;
    position: relative;
    top: 0px;
}
.about-task-row .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin: 0;
}
.about-task-row .wpb_column.vc_column_container.vc_col-sm-6 h5.vc_custom_heading {
    margin-bottom: 20px;
    font-weight: 500;
}
.vc_row.wpb_row.vc_row-fluid.about-logos h3.vc_custom_heading.sub-sub-heading {
    font-size: 24px;
    position: relative;
    margin-bottom: 30px;
}
.vc_row.wpb_row.vc_row-fluid.about-logos h3.vc_custom_heading.sub-sub-heading:before {
    position: absolute;
    left: 0;
    top: 40%;
    background-color: #555;
    content: "";
    width: 40%;
    height: 2px;
}
.vc_row.wpb_row.vc_row-fluid.about-logos h3.vc_custom_heading.sub-sub-heading:after {
    position: absolute;
    right: 0;
    top: 40%;
    background-color: #555;
    content: "";
    width: 40%;
    height: 2px;
}
.vc_row.wpb_row.vc_row-fluid.about-logos {
    padding: 50px 0;
}
div#wpls-logo-showcase-slider-1 .wpls-logo-cnt.slick-slide {
    border: 1.5px solid #ccc;
    height: 120px;
    padding: 10px;
}
div#wpls-logo-showcase-slider-1 .wpls-logo-cnt.slick-slide img.wp-post-image {
    height: 60px;
    width: auto;
}
.wpls-logo-showcase .slick-slide .logo-title {
    border-top: 1.5px solid #ccc;
    padding: 0;
    margin-top: 15px;
    color: #000;
    font-size: 15px;
}
.wpls-logo-showcase .slick-arrow svg {
    fill: #fff;
    height: 100%;
    width: 100%;
    top: -2px;
    position: relative;
}
.social-icon.sider.whatsapp {
    background-color: #1d9d12;
}
.social-icon a, .social-icon a:visited {
    color: white;
}
.sider-social {
    position: fixed;
    left: 0px;
    top: 250px;
    width: 35px;
    z-index: 999;
}
.social-icon {
    width: 100%;
    float: right;
    height: 45px;
    text-align: center;
    padding: 4px 0px;
    font-size: 24px;
    line-height: 1.5;
}
.input-left {
    float: right;
    width: 25%;
    padding-left: 20px;
}
.input-right {
    float: right;
    width: 73%;
}
.input-right span.wpcf7-list-item {
    margin: 0;
}
div#catalog-contact form.wpcf7-form.init {
    margin: 0;
}
.input-right span.wpcf7-list-item {
    margin: 0;
    float: right;
    width: 33%;
    font-size: 12px;
    padding-left: 10px;
}
.ap-submit {
    float: right;
    width: 100%;
    margin-top: 10px;
}
.acceptation-div {
    float: left;
    width: 75%;
    margin-top: 23px;
}
.submit-btn {
    float: right;
    width: 25%;
    margin-top: 30px;
    padding-left: 20px;
}
.ap-submit span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.input-left span.wpcf7-form-control-wrap {
    margin-bottom: 3px !important;
    float: right;
    margin-top: 6px;
}
.wpcf7-submit {
    font-weight: normal !important;
    font-size: 16px !important;
    width: 100%;
    border: none;
    padding: 5px 0;
    top: -55px;
    position: relative;
}
.wpcf7-text {
    width: 100% !important;
}
.wpcf7-textarea {
    width: 100% !important;
    height: 120px !important;
}
span.ajax-loader {
    position: relative;
    top: -53px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900;
    margin-top: -50px;
    width: 98%;
    clear: both;
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    direction: rtl;
}
#tab-description table {
    border: 1px solid black !important;
}
table tr td {
    border-top: 1px solid #000!important;
    padding: 5px!important;
    border-right: 1px solid #000;
    text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 12%;
    float: right;
    margin: 5px;
    list-style: none;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}
#contact-section label {
    margin-bottom: 10px;
}
#contact-section label input, #contact-section label textarea {
    padding: 2px 10px;
    border: 1px solid #bbb;
    border-radius: 4px;
}
#contact-section label {
    margin-bottom: 10px;
    clear: both;
    width: 55%;
}
#contact-section input.wpcf7-form-control.wpcf7-submit {
    clear: both;
    display: block;
    margin-top: 70px;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.woocommerce ul.products li.product a.button {
    display: none;
}
.page-id-8038 .about-task-row img {
    transform: scaleX(-1);
}
.page-id-8038 .about-task-row .wpb_column.vc_column_container.vc_col-sm-6 .wpb_text_column.wpb_content_element {
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin: 0;
    text-align: left;
    width: 100%;
    direction: ltr;
}
.page-id-8038 h2.vc_custom_heading.top-heading:after {
    width: 30%;
}
.page-id-8038 .about-task-row h4.vc_custom_heading {
    width: 100%;
    margin: auto;
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: right;
    background-color: #edaa29;
    border-radius: 30px;
    padding: 15px 25px;
    margin-right: 10px;
}
body a {
    color: #000000;
    text-decoration: none;
}
td.product-name {
    text-align: right;
    padding: 0 15px !important;
}
.woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled, .woocommerce-page button.button.alt, .woocommerce-page button.button.alt.disabled, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce-message a.button.wc-forward, body .et_pb_button {
    font-size: 16px;
    background-color: #edaa29;
    border-color: #edaa29;
}
.woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page button.button.alt.disabled:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover {
    color: #ffffff!important;
    background-color: #fcc820!important;
    border-radius: 0px;
}
.woocommerce-checkout .border_html {
    border-left-style: solid;
    border-width: 1px;
    border-color: #000000;
    text-align: right;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none !important;
}
.postSlider img {
    height: 400px;
    width: auto;
}
.p-content {
    padding: 30px 80px;
}
.postSlider {
    background-color: #fff;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font-size: 28px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
    z-index: 9;
    background-color: #edaa29;
    width: 50px;
    height: 50px;
    line-height: 72px;
    padding: 0;
    text-align: center;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    left: 0;
    right: auto;
    z-index: 9;
    background-color: #edaa29;
    width: 50px;
    height: 50px;
    line-height: 72px;
    padding: 0;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .page-id-5931 div#about-col-2 {
        float: right;
        width: 250px !important;
        text-align: left;
        direction: ltr;
        margin-top: 10px;
    }
    .page-id-5931 div#about-col-2 p {
        direction: ltr;
        text-align: left;
        width: 80%;
        line-height: 22px;
    }
    .page-id-5931 div#about-col-2 .orange-text {
        color: #636363;
        font-size: 20px;
        text-align: left;
        width: 80%;
        margin: auto;
    }
    .page-id-5931 div#about-col-3 h4 {
        color: #636363;
        font-size: 18px;
        line-height: 23px;
        width: 99%;
        text-align: left;
        float: left;
    }
    .page-id-5931 div#about-col-3 p {
        margin-top: 8px;
        float: left;
        font-size: 13px;
        width: 110px;
    }
    ul.terms-list {
        position: absolute;
        bottom: 225px;
        z-index: 9999;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
    }
    ul.terms-list li:first-child:before {
        display: none;
    }
    ul.terms-list li a {
        color: #edaa29;
        background: transparent;
    }
    ul.terms-list li {
        display: inline-block;
        position: relative;
        margin: 0 30px;
    }
    .divi-mobile-menu {
        display: none !important;
    }
    .header-top-bar .col-md-2 {
        width: 120px;
        text-align: center;
    }
    .header-top-bar .col-md-2.with-border .logo-1-text {
        font-size: 14px;
    }
    .das_logo {
        height: 70px !important;
    }
    .header-top-bar .col-md-4 .logo-2-text {
        font-size: 14px;
        font-weight: normal;
    }
    .das_sacar_logo {
        height: 72px !important;
    }
    .header-top-bar .col-md-4 {
        width: 200px;
        text-align: center;
    }
    .header-top-bar .phone {
        margin-top: 0;
        position: relative;
        top: 30px;
        float: right;
        width: 90px;
        padding: 0;
        text-align: center;
    }
    .header-top-bar .phone a:before {
        background-image: url(img/DASHRO-UP-TEL-ICON.png);
        content: "";
        left: 33px;
        top: -25px;
        width: 25px;
        height: 25px;
        position: absolute;
        background-size: cover;
    }
    .header-top-bar .phone span {
        clear: both;
        display: block;
        font-size: 15px;
        float: none;
    }
    .header-top-bar .col-md-1.cart-view {
        left: -150px;
    }
    .header-top-bar .col-md-3.search-cstm-form {
        left: -140px;
        width: 200px;
        padding: 0;
    }
    #rmp_menu_trigger-5761 {
        top: 130px;
        right: 9%;
    }
    .facebook {
        background-color: transparent !important;
        text-align: center;
    }
    .header-menu-bar ul li a {
        padding: 0 5px;
        font-size: 18px;
    }
    .header-menu-bar ul li:after {
        height: 15px;
        top: 5px;
    }
    .facebook img {
        width: 100px;
        max-width: none;
        margin: 8px 0 0 0;
    }
    div#catalog-topmenu {
        display: none !important;
    }
    .et_pb_slider_container_inner {
        padding: 0;
    }
    div#contact-section h2 {
        margin: 0;
        padding: 0;
    }
    div#contact-section .et_pb_row.et_pb_row_2 {
        padding-top: 0 !important;
    }
    div#contact-section form.wpcf7-form.init {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    ul.social-list li {
        margin-bottom: 20px;
    }
    div#rmp-container-5761 {
        padding-right: 10px;
        padding-left: 25px;
    }
    div#about-text {
        padding: 0 20px;
    }
    div#about-col-2 p {
        font-size: 18px;
        text-align: center;
        width: 138px;
        margin: auto;
    }
    div#about-col-2 .orange-text {
        color: #edaa29;
        font-size: 20px;
        text-align: center;
        width: 135px;
        margin: auto;
    }
    body div#about-col-3 {
        float: left;
        width: 53%!important;
        margin-top: 0px!important;
        text-align: center;
    }
    
    div#about-col-3 h4 {
        font-size: 18px;
        text-align: center;
        width: 135px;
        margin: auto;
    }
    div#about-col-3 p {
        font-size: 18px;
        width: 165px;
        margin: 8px auto 0;
    }
    body div#about-section {
        height: 180px;
    }
    body div#about-col-1 {
        margin: 18px -24px 0 0;
        float: right;
        width: 170px!important;
    }
    body .wpls-logo-showcase.wpls-dots-false {
        padding: 0 50px 0px 50px !important;
    }
    body .wpls-logo-showcase button.slick-prev.slick-arrow {
        left: 15px!important;
    }
    body .wpls-logo-showcase button.slick-next.slick-arrow {
        right: 10px!important;
    }
    #rmp-menu-wrap-5761 .rmp-menu-item {
        width: 46%;
        list-style: none;
        margin: 0 0 50px;
        display: inline-block;
    }
    .menu-item a img, .menu-image {
        width: 85px;
        margin-left: 7px;
    }
    #rmp-menu-wrap-5761 .rmp-menu-item-link {
        height: 165px;
        padding-right: 15px;
    }
    .menu-image-title.menu-image-title-above, .menu-image-title.menu-image-title-below {
        text-align: center;
    }
    body .menu-image-title.menu-image-title-above, body .menu-image-title.menu-image-title-below {
        text-align: center;
        display: block;
        color: #000;
        font-size: 12px;
        line-height: 12px;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        top: 18px !important;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        font-size: 95% !important;
    }
    .social-icon {
        height: 36px !important;
    }
    .social-icon a, .social-icon a:visited {
        top: -3px;
        position: relative;
    }
    body ul.rmp-submenu.rmp-submenu-depth-1.rmp-submenu-open {
        width: 414px !important;
        position: relative;
        z-index: 99999;
        left: 0px;
        float: left;
        padding-right: 60px !important;
        padding-bottom: 50px !important;
    }
    body #rmp-menu-wrap-5761 .rmp-submenu .rmp-menu-item-link {
        height: 110px;
        padding-right: 15px;
    }
    body #rmp-menu-wrap-5761 .rmp-submenu .rmp-menu-item-link img {
        display: block !important;
        height: auto;
        float: right;
    }
    .rmp-menu-subarrow {
        color: #000 !important;
    }
    ul.rmp-submenu.rmp-submenu-depth-1.right-menu-item {
        left: -168px !important;
    }
    ul.rmp-submenu.rmp-submenu-depth-1 {
        position: relative;
    }
    ul.rmp-submenu.rmp-submenu-depth-1:before {
        content: "";
        width: 85%;
        height: 5px;
        background-color: #edaa29;
        left: 0;
        right: 0;
        top: -24px;
        position: absolute;
        margin: auto;
    }
    #rmp-menu-wrap-5761 .rmp-submenu.rmp-submenu-depth-1 .rmp-menu-item {
        width: 50%;
        position: relative;
    }
    .header-menu-bar ul {
        list-style: none;
        margin: 0;
        padding: 0 !important;
        text-align: center;
    }
    body ul.rmp-submenu .menu-image-title.menu-image-title-above {
        position: absolute;
        top: 50px;
        right: 125px;
    }
    #rmp_menu_trigger-5761.is-active {
        background: #edaa29;
        top: 20px;
    }
    #rmp-menu-wrap-5761 .rmp-menu-subarrow {
        top: -13px;
        right: -5px;
    }
}
@media only screen and (max-width: 512px) {
    .header-top-bar .col-md-2 {
        width: 25%;
    }
    .header-top-bar .col-md-4 {
        width: 45%;
    }
    .header-top-bar .row {
        margin: auto;
    }
    .header-top-bar {
        min-height: 180px;
        margin-bottom: 15px;
    }
    .header-top-bar .col-md-2.phone {
        width: 30%;
        position: relative;
    }
    .logo-2-text {
        width: 100%;
    }
    .header-top-bar .col-md-1.cart-view {
        top: 53px;
        left: -104px;
        width: 25%;
        position: relative;
    }
    .header-top-bar .col-md-3.search-cstm-form {
        position: relative;
        width: 50%;
        right: 100px;
        top: 50px;
    }
    #rmp_menu_trigger-5761 {
        top: 124px;
        right: 3%;
    }
    .catalogue-bar {
        display: none;
    }
    div#bold-title-line:before, div#bold-title-line:after {
        width: 15%;
    }
    .psac-post-slider.psac-design-2 .psac-post-image-bg {
        width: auto;
    }
    #tab-description table {
        border: 1px solid black !important;
        width: 100% !important;
        overflow-y: scroll !important;
        position: relative;
        display: block;
        overflow-x: auto !important;
        height: auto !important;
    }
    body div#about-col-1 {
        margin: 18px -24px 0 0;
        float: right;
        width: 130px!important;
    }
    .page-id-5931 div#about-col-3 {
        float: right;
        width: 220px !important;
    }
    body.page-id-5931 div#about-col-1 {
        margin: 57px -24px 0 0;
    }
    ul.terms-list li {
        margin: 0 20px;
    }
    body ul.rmp-submenu.rmp-submenu-depth-1.rmp-submenu-open {
        width: 100% !important;
        padding: 0 !important;
        left: auto !important;
        text-align: center;
    }
    ul.rmp-submenu.rmp-submenu-depth-1.right-menu-item {
        left: -148px !important;
    }
    body .header-top-bar .col-md-2.with-border .logo-1-text {
        font-size: 12px;
    }
    .das_sacar_logo {
        height: auto !important;
        width: 100% !important;
    }
    .home .header-black-bar {
        height: 145px;
        text-align: center;
        width: 100%;
    }
    .header-black-bar div.stripe-text {
        width: 100%;
        height: 90%;
        float: right;
        margin-top: 15px;
        margin-right: 0;
    }
    .header-black-bar img {
        height: 88px;
        float: none;
        position: relative;
        right: 0;
        top: 0px;
        padding: 0 20px;
    }
    .home .header-black-bar {
        height: 220px;
        text-align: center;
        width: 100%;
    }
    .et_pb_with_border.et_pb_row.et_pb_row_1_tb_header.et_pb_gutters1.et_pb_row--with-menu {
        display: none;
    }
    h2.vc_custom_heading.home-post-heading:before {
        left: 0;
    }
    h2.vc_custom_heading.home-post-heading:after {
        right: 0;
    }
    h2.vc_custom_heading.home-contact-heading:before {
        left: 0;
    }
    h2.vc_custom_heading.home-contact-heading:after {
        right: 0;
    }
    ul.social-list {
        margin: 36px 0 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }
    ul#footer-menu li#menu-item-7980-he {
        margin-right: 0;
    }
    .sider-social {
        left: 30px;
    }
    woocommerce-page ul.products li.product, body.woocommerce ul.products li.product {
        float: right;
        width: 48% !important;
        margin-left: 0px !important;
        margin-bottom: 12px !important;
    }
    .woocommerce ul.products li.product a {
        min-height: auto;
    }
    .catlauge-lists ul li {
        width: 44%;
        margin-left: 10px;
        min-height: 260px;
        margin-right: 10px;
    }
}
@media only screen and (max-width: 361px) {
    #rmp-menu-wrap-5761 .rmp-menu-item {
        width: 40%;
    }
        .catlauge-lists ul li {
        width: 100%;
    }
    ul.terms-list li {
        margin: 0 18px;
    }
    body ul.rmp-submenu.rmp-submenu-depth-1.rmp-submenu-open {
        width: 360px !important;
    }
    ul.rmp-submenu.rmp-submenu-depth-1.right-menu-item {
        left: -140px !important;
    }
    body .header-top-bar .col-md-4 {
        width: 140px;
        text-align: center;
        padding: 0;
    }
    .header-top-bar .col-md-3.search-cstm-form {
        position: relative;
        width: 50%;
        right: 75px;
        top: 50px;
    }
    .search-input-form {
        width: 100%;
    }
    .header-top-bar .col-md-1.cart-view {
        top: 53px;
        left: -50px;
        width: 25%;
        position: relative;
    }
}
@media only screen and (max-width: 320px) {
    #rmp-menu-wrap-5761 .rmp-menu-item {
        width: 37%;
    }
    .page-id-5931 div#about-col-2 {
        float: right;
        width: 200px !important;
        text-align: left;
        direction: ltr;
        margin-top: 10px;
    }
    .page-id-5931 div#about-col-2 p {
        direction: ltr;
        text-align: left;
        width: 80%;
        line-height: 18px;
        font-size: 15px;
    }
    .page-id-5931 div#about-col-2 .orange-text {
        font-size: 16px;
    }
    .page-id-5931 div#about-col-3 h4 {
        font-size: 14px;
        line-height: 16px;
        width: 82% !important;
        text-align: left;
        float: left;
    }
    .page-id-5931 div#about-col-3 {
        float: right;
        width: 177px !important;
    }
    body.page-id-5931 div#about-col-1 {
        margin: 35px -24px 0 0;
    }
    body div#about-section {
        height: 158px;
    }
    ul.terms-list li {
        margin: 0 5px;
    }
    body ul.rmp-submenu.rmp-submenu-depth-1.rmp-submenu-open {
        width: 320px !important;
    }
    body .header-top-bar .col-md-4 {
        width: 112px;
        text-align: center;
        padding: 0;
    }
    body .header-top-bar .col-md-2.with-border {
        padding: 0;
        width: 90px;
        text-align: center;
    }
    body .col-md-3.search-cstm-form {
        left: -110px;
        width: 135px;
        padding: 0;
    }
    div#about-col-3 p {
        font-size: 18px;
        width: 150px;
        margin: 8px auto 0;
    }
    ul.rmp-submenu.rmp-submenu-depth-1.right-menu-item {
        left: -120px !important;
    }
}