/*
Theme Name: Divi Child Theme
Theme URI: http://yourwebsite.com
Description: Child Theme For Divi
Author: Your Name
Author URI: http://yourwebsite.com
Version: 4.27.4
Template: Divi
*/

body {
    font-family: 'Exo 2', sans-serif !important;
}

#et-top-navigation {
    margin: 0 auto;
    width: 90%;
}

#top-menu-nav .promo-menu {
    background-color: #ee810a;
    padding: 20px 10px;
    line-height: 0em;
    height: 42px;
    width: 13%;
	text-align: center;
}

#top-menu-nav .promo-menu a {
    color: #fff;
}

#top-menu {
    width: 920px;
}

/*.et_pb_module.et_pb_wc_add_to_cart {
    display: none !important;
}*/

.entry-content .clmn-main-with-1 {
        width: 32%;
        margin-right: 3.5%;
        font-size: 15px;
}

.entry-content .clmn-main-with-2 {
        width: 28%;
        margin-right: 3.5%;
        font-size: 15px;
}

.entry-content .clmn-main-with-3 {
        width: 32%;
        margin-right: 3.5%;
        font-size: 15px;
}

.left-clmn {
    padding-right: 30px;
}

.left-clmn img {
    min-width: 6rem;
    min-height: auto;
}

.row-pic-disc .et_pb_text_inner {
    display: flex;
    align-items: center;
}

.right-clmn p {
    line-height: 1.2em;
    font-weight: 200;
}

.product-list {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    width: 86%;
}

p.link-btn a {
    color: #207FD8;
}

.link-btn img {
    vertical-align: bottom;
}

.main-container {
    display: flex;
    align-items: center;
}

.left-clmn-cta {
    padding: 22px;
    font-size: 16px;
    color: #575252;
    line-height: 1.2;
}

.right-clmn-cta {
    background: #207FD8;
    color: #fff;
    padding: 5px 15px;
    margin-right: 15px;
}

.main-container-promo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.clmn1 {
    width: 34%;
    text-align: center;
    height: 480px;
    background-image: url(https://bisbg.compassbg.info/wp-content/uploads/2025/05/Frame-69.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clmn2 {
    width: 34%;
    text-align: center;
    height: 480px;
    background-image: url(https://bisbg.compassbg.info/wp-content/uploads/2025/05/Frame-69-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.clmn3 {
    width: 34%;
    text-align: center;
    height: 480px;
    background-image: url(https://bisbg.compassbg.info/wp-content/uploads/2025/05/Frame-69-2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-container-promo .clmn1 h4, .main-container-promo .clmn3 h4 {
    color: #207FD8;
    font-weight: 700;
    font-size: 36px;
}

.main-container-promo .clmn2 h4 {
	color: #ee810a;
    font-weight: 700;
    font-size: 36px;
}

#page-container #menu-item-38 a {
	color: #fff!important;
}

.main-container-cta {
    display: flex;
    align-items: center;
    padding: 20px 25px;
}

.main-container-cta .left-clmn-cta {
	color: #fff;
	text-align: left;
}

.main-container-cta .right-clmn-cta {
	color: #2ea3f2;
	text-align: left;
	background: #ee810a;
}

.main-container-cta .right-clmn-cta a {
	color: #fff;
}

.et_pb_module.et_pb_text.et_pb_text_7.et_pb_text_align_center.et_pb_bg_layout_light {
    margin: 0 auto;
}

.tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.tab-btn {
  padding: 10px 20px;
  background: #eee;
  cursor: pointer;
}
.tab-btn.active {
  background: #0073aa;
  color: white;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.category-box {
  display: flex;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 50px;
}
.image-left img {
  width: 100px;
  height: auto;
  object-fit: cover;
}
.cat-content {
  padding: 10px;
}
.cat-content h3 {
  margin-top: 0;
  font-size: 16px;
}
.cat-content ul {
  margin: 5px 0;
  padding: 0;
  list-style: none;
}
.cat-content ul li {
  font-size: 14px;
}
.see-all {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #0073aa;
}

footer.et-l.et-l--footer div p a {
    color: #fff;
}

p.btn-promo {
    background-color: #ee810a;
    padding: 20px 10px;
    line-height: 0em;
    height: 42px;
    width: 68%;
}

/* Скриваме всички подменюта */
.cat-accordion .children {
  display: none;
  padding-left: 15px;
  margin-top: 5px;
}

/* Стилизиране на items */
.cat-accordion .term-item {
  list-style: none;
  margin-bottom: 4px;
  background: #fff;
}
.cat-accordion .term-name {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 3px 8px;
  transition: background .2s;
}
.cat-accordion .term-name:hover {
  color: #fff;
}

.term-name span:hover {
    color: #207FD8;
}

.term-name span {
    color: #207FD8;
}

/* Thumbnail */
.cat-accordion .term-thumb {
  width: 40px;
  height: auto;
  margin-right: 5px;
}

/* Активно състояние */
.cat-accordion .term-item.active > .term-name {
  background: rgba(0,0,0,0.10);
}

.cat-accordion .toggle-arrow {
  display: inline-block;
  width: 1em;
  transition: transform .2s;
  margin-right: 4px;
  cursor: pointer;
}
.cat-accordion .toggle-arrow.open {
  transform: rotate(90deg);
}

.clmn-cont {
    padding: 10px;
}

.clmn-cont.second {
    width: 40%;
    font-size: 14px;
    line-height: 1.3em;
}

.clmn-cont.first {
    text-align: center;
    width: 25%;
}

.clmn-cont.first h1 {
    font-size: 24px;
}

#et-main-area .clmn-cont.first h1 {
    color: #207FD8!important;
}

.title-text {
    font-size: 12px;
}

.text-kw {
    font-size: 13px;
    font-weight: 800;
}

.clmn-cont.flame {
    text-align: center;
    margin: 0 auto;
}

#container-category .main-container {
    padding: 10px;
}

p.woocommerce-result-count, form.woocommerce-ordering {
    display: none;
}

.icon-flame.first {
    margin-top: 12px;
}

.icon-flame.third {
    margin-top: -7px;
}

.products li {
    background: #fff;
}

.products li a {
    padding: 10px;
}

/* Контейнер */
.cat-search-container {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
  overflow: hidden; /* за да слее двата елемента */
  margin-top: 10px;
  height: 40px;
}

/* Иконка */
.cat-search-container .search-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #207FD8; /* син фон */
  color: #fff;               /* бяла иконка */
  width: 40px;
  flex-shrink: 0;
  cursor: pointer;
}

/* Инпут */
.cat-search-container #cat-search-input {
  flex-grow: 1;
  border: none;
  padding: 10px 10px 10px 40px;
  background-color: #207FD8;    /* бял фон */
  font-size: 14px;
}

.cat-search-container #cat-search-input::placeholder {
    color: #fff;
}

/* Премахваме outline само ако искаш custom focus вид */
.cat-search-container #cat-search-input:focus {
  outline: none;
}

/* Ако искаш hover ефект на иконката */
.cat-search-container .search-icon:hover {
  background-color: #207FD8;
}


ul.cat-accordion {
    padding: 0 0 20px 0;
}

h2.woocommerce-loop-product__title {
    color: #207FD8 !important;
}

.term-name .term-link {
  display: flex;
  align-items: center; /* вертикално центрира спана спрямо картинката */
}

.term-name .term-link span {
  margin-left: 8px; /* разстояние между снимката и текста */
  font-size: 14px;
  line-height: 1.2em;
}

.cat-accordion .term-item:hover .term-link span {
  color: #fff;
}

footer.et-l.et-l--footer a {
    color: #fff!important;
}

/* Оцветява името на текущата категория в синьо */
.cat-accordion .term-item.current-cat .term-link span {
  color: #fff;
}

/* По избор: фон на active елемента */
.cat-accordion .term-item.current-cat .term-name {
  background-color: #207FD8;
}

div#container-category {
    padding: 20px 0 !important;
}

.clmn-cont.second.long {
    width: 100%;
}

.clmn-cont.first.left {
    text-align: left;
}

.container-box1, .container-box2 {
    display: flex;
}

.clmn {
    display: flex;
    align-items: center;
    padding-right: 20px;
    border: 1px solid #207FD8;
    background: #fff;
    margin: 10px;
}

.txt-box {
    font-size: 14px;
    line-height: 1.2em;
    color: #207FD8;
}

.img-box {
    padding-right: 10px;
    width: 60px;
    height: 50px;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: none;
}

.quantity {
    display: none !important;
}

.clmn-sidebar {
    width: 25% !important;
    margin-right: 2.5%!important;
    }

.clmn-gallery {
    width: 30%!important;
    margin-right: 2.5%!important;
}

.clmn-info {
    width: 38%!important;
    padding: 15px;
}

.clmn-sidebar ul.cat-accordion {
    width: 94%;
}

.clmn-sidebar .cat-search-container {
    width: 88%;
    margin-left: 17px;
}

.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column {
    margin-right: 2.5%;
}

.et_pb_gutters3.et-db #et-boc .et-l .et_pb_column {
    margin-right: 2.5%;
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 0px;
}

.et-db #et-boc .et-l .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et-db #et-boc .et-l .et_pb_column_1_2 .et_pb_module {
    margin-bottom: 0px;
}

.et_pb_module.et_pb_wc_title.et_pb_wc_title_0.et_pb_bg_layout_light {
    margin-bottom: 5% !important;
}

.descrp p {
    padding-left: 10px;
}

#et-main-area td.value.woo-variation-items-wrapper ul {
    padding: 0 0 0 0.5em;
}

.woocommerce.single-product .product .yith-ywraq-add-to-quote {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
    padding: 0px 0px 20px 12px;
}

span.variable-item-span.variable-item-span-button {
    color: #207FD8;
}

.wvs-has-image-tooltip:after, [data-wvstooltip]:after {
    border: 0px;
}

td.product-name {
    display: grid;
}

#main-content h2.woocommerce-loop-product__title {
    font-size: 20px !important;
}

a.et-cart-info {
    display: none;
}

.right-clmn-cta a {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .left-clmn {
        height: 200px;
        display: flex;
        align-items: center;
        width: 150px;
    }

    #main-content .category-grid {
        display: flex;
        height: 100%;
        min-height: 100%;
        align-content: normal;
        justify-content: center; 
        align-items: center;
        flex-wrap: wrap;
        gap: 5px;
    }

    #main-content .video-homepage {
        min-height: 400px;
    }

    #main-content .banner-middle-pages {
        min-height: 250px;
        display: flex;
    }

    .promo-menu a {
        background: #ee810a;
    }

    .swiper-slide.swiper-slide-active {
        height: auto;
    }

    #main-content .et_pb_row {
        width: 90%;
    }

    #main-content .et_pb_section {
        padding: 20px 0;
    }
        
    .clmn1, .clmn2, .clmn3 {
        width: 100%;
    }

    .clmn1, .clmn2, .clmn3 {
        height: 220px;
    }

    .main-container-promo .clmn1 h4, 
    .main-container-promo .clmn3 h4, 
    .main-container-promo .clmn2 h4 {
        font-size: 24px;
    }

    .main-container-promo .clmn1 h4 img, 
    .main-container-promo .clmn3 h4 img, 
    .main-container-promo .clmn2 h4 img {
        width: 8px;
    }

    .main-container-promo {
        display: block;
    }

    #main-content .row-CTA .et_pb_row.et_pb_row_6 {
        width: 100%;
    }

    .row-CTA .et_pb_text_7 {
        width: 100%;
    }

    .main-container-cta {
        display: block;
    }

    .main-container-cta .right-clmn-cta {
        width: 37%;
    }

    .right-clmn-cta {
        width: 44%;
        margin: 0 auto;
    }

    .main-container {
        display: block;
    }

    .clmn-cont.first.left, .clmn-cont.second {
        width: 100%;
    }

    .clmn-cont.flame {
        display: inline-block;
    }

    .et-db #et-boc .et-l .et_pb_row {
        width: 90%;
    }

    #page-container .clmn-1-sidebar {
        background-color: #fff!important;
    }

    .container-box1, .container-box2 {
        display: block;
    }

    ul.cat-accordion {
        background: #f6f6f6;
    }

    body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
    padding-top: 15px;
    }

    .clmn-sidebar, .clmn-gallery, .clmn-info {
        width: 100%!important;
    }

    .ywraq-form-table-wrapper.vertical {
        display: block;
    }

    .et_pb_row.et_pb_row_5.row-CTA {
        width: 100% !important;
    }

    .et_pb_row.et_pb_row_5.row-CTA .et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_center.et_pb_bg_layout_light {
        width: 100%;
    }

    #main-content .row-CTA .et_pb_row.et_pb_row_2, 
    #main-content .row-CTA .et_pb_row.et_pb_row_2 .et_pb_text_1,
    #main-content .row-CTA .et_pb_row.et_pb_row_6{
        width: 100%;
    }

    .clmn-main-with-2, 
    .clmn-main-with-1, 
    .clmn-main-with-3 {
        margin-bottom: 0px;
    }

    #main-content .et_pb_section.et_pb_section_0.et_pb_fullwidth_section.et_section_regular {
        padding: 0px;
    }

    .row-pic-disc {
        padding: 0px 0px;
    }
}

ul.page-numbers {
    background: #207fd8;
    border: 1px solid #207fd8 !important;
}

.page-numbers.current {
    color: #fff !important;
    background: #ee810a !important;
}

.page-numbers {
    color: #fff;
}

#et-top-navigation {
    margin: 0 auto;
    width: 79%;
}

#top-menu a {
    color: #207FD8;
}

#main-header .et-fixed-header #top-menu a {
    color: #fff!important;
}

.clmn-main-with-1, 
.clmn-main-with-2,
.clmn-main-with-3 {
    margin-right: 2.5%!important;
}

/* ---------------------------
   Общи стилове за sidebar и search
--------------------------- */
.sidebar-wrapper {
  background: #fff;
  padding: 15px;
  border-right: 1px solid #e1e1e1;
}

/* Търсачка */
.cat-search-container {
  position: relative;
  margin-bottom: 15px;
}
.cat-search-container .search-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 16px; height: 16px;
}
.cat-search-container .search-icon img {
  width: 100%;
  height: auto;
}
#cat-search-input {
  width: 100%;
  padding: 8px 10px 8px 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

/* Акордеон-меню */
.cat-accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cat-accordion .term-item {
  margin-bottom: 6px;
}
.cat-accordion .term-name {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background .2s;
}
.cat-accordion .term-name:hover {
  background: #207FD8;
}
.cat-accordion .term-thumb {
  width: 30px;
  height: auto;
  margin-right: 8px;
}
/* Стрелка */
.cat-accordion .toggle-arrow {
  display: inline-block;
  width: 1em;
  transition: transform .2s;
  margin-right: 6px;
  cursor: pointer;
}
.cat-accordion .toggle-arrow.open {
  transform: rotate(90deg);
}
/* Подменюта */
.cat-accordion .children {
  list-style: none;
  padding-left: 24px;
  margin-top: 4px;
  display: none; /* скрити по подразбиране */
}

.cat-accordion .term-item.current-cat .term-link span a {
  color: #fff;
}

/* ---------------------------
   Responsive
--------------------------- */
/* Mobile (≤768px): скриваме цял sidebar-wrapper, показваме бутон */
@media (max-width: 768px) {
  .sidebar-wrapper {
    display: none;
    width: 100%;
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
  }
  .cat-sidebar-toggle {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 10px;
  }
  .cat-sidebar-toggle .close-icon {
    display: none;
    margin-left: 8px;
    font-size: 18px;
  }
  .cat-sidebar-toggle.active .close-icon {
    display: inline-block;
  }
}

/* Desktop (≥769px): sidebar винаги visible, бутонът hidden */
@media (min-width: 769px) {
  .cat-sidebar-toggle {
    display: none !important;
  }
  .sidebar-wrapper {
    display: block !important;
  }
}


.row-CTA .et_pb_module.et_pb_text.et_pb_text_1.et_pb_text_align_center.et_pb_bg_layout_light {
    margin: 0 auto;
}
 
.et_pb_row.et_pb_row_5.row-CTA .et_pb_module.et_pb_text.et_pb_text_3.et_pb_text_align_center.et_pb_bg_layout_light {
    margin: 0 auto;
}
 
/* Container за цялата форма */
.wpcf7-form {
  max-width: 600px;
  margin: 0;
  padding: 2rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Полета (input, textarea, select) */
.wpcf7-form-control,
.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-email,
.wpcf7-form-control.wpcf7-tel,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #333;
  background: #fafafa;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: border-color .2s, box-shadow .2s;
}

/* Фокус на полета */
.wpcf7-form-control:focus {
  border-color: #0073aa;
  box-shadow: 0 0 0 2px rgba(0,115,170,0.2);
  outline: none;
}

/* Етикети (labels) */
.wpcf7-form p {
  margin-bottom: .75rem;
}
.wpcf7-form p label {
  display: block;
  margin-bottom: .25rem;
  font-weight: 600;
  color: #0073aa;
}

/* Флагове за грешки */
.wpcf7-form .wpcf7-not-valid-tip {
  color: #c0392b;
  font-size: .875rem;
  margin-top: -.75rem;
  margin-bottom: .75rem;
  display: block;
}

/* Submit бутон */
.wpcf7-form .wpcf7-submit {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #0073aa;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color .2s;
}
.wpcf7-form .wpcf7-submit:hover {
  background-color: #005a87;
}

/* Успешно изпращане */
.wpcf7-mail-sent-ok {
  padding: 1rem;
  margin-top: 1rem;
  background: #eafaf1;
  border-left: 4px solid #2ecc71;
  color: #27ae60;
  border-radius: 4px;
}

/* Грешка при изпращане */
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked {
  padding: 1rem;
  margin-top: 1rem;
  background: #fdecea;
  border-left: 4px solid #c0392b;
  color: #e74c3c;
  border-radius: 4px;
}

.custom-cat-list {
  list-style: none;
  padding: 0;
}
.custom-cat-list img {
  max-width: 40px;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
.custom-cat-list .cat-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.custom-cat-list .children {
  display: none;
  padding-left: 20px;
}
.custom-cat-list .cat-item.expanded > .children {
  display: block;
}

.accordion-cat-thumb {
    border-radius: 4px;
    object-fit: cover;
}

#yith_wc_category_accordion-2 li.cat-item.cat-item-image.left-position {
    margin-left: 0px !important;
    background: #fff;
    padding: 3px 5px !important;
}

#yith_wc_category_accordion-2 .ywcca_container.ywcca_widget_container_1349 {
    padding: 0px;
}

.btn-order {
    display: block;
}

.category-sidebar {
    border: 0px;
    background: #fff;
    padding-right: 0px;
}

#yith_wc_category_accordion-2 .ywcca_container.ywcca_widget_container_1349 .yith-children li.cat-item {
    border-top: 0px;
}

#yith_wc_category_accordion-2 .ywcca_container.ywcca_widget_container_1349 {
    border: 0px;
}

#yith_wc_category_accordion-2 .ywcca_container.ywcca_widget_container_1349 .yith-children li.cat-item a {
    font-size: 15px;
    color: #207FD8;
}

.et_pb_bg_layout_light .et_pb_widget li a {
    color: #207FD8;
    font-size: 14px;
}

#container-category li.cat-item.cat-item-image {
    padding-top: 0px;
    margin: 5px 2px!important;
    margin-bottom: 0px!important;
}

#post-15 li.cat-item.cat-item-image {
    padding-top: 0px;
    margin: 5px 2px!important;
}

#container-category #yith_wc_category_accordion-2 {
    margin-bottom: 4.347%;
}


#yith_wc_category_accordion-2 .ywcca_container.ywcca_widget_container_1349 ul.category_accordion > .cat-item {
    border-top: 0px;
}

#yith_wc_category_accordion-2 li.cat-item {
    width: 100%;
}

.et-db #et-boc .et-l .et_pb_widget_area_left {
    border-right: 0px;
    padding-right: 4px;
}

ul.yith-children{
    background-color: #f6f6f6 !important;
}

.et_pb_column.et_pb_column_1_3.et_pb_column_1.clmn-sidebar.et_pb_css_mix_blend_mode_passthrough ul.ywcca_category_accordion_widget.category_accordion {
    padding: 10px!important;
}

.cat-info {
    width: 76%;
    padding-top: 10px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.cat-info h3 {
	font-size: 17px !important;
}

.promo-menu a {
    color: #fff!important;
}

.actions .button, input.button.raq-send-request {
    background: #ee810a!important;
    color: #fff!important;
    border: 2px solid #ee810a!important;
}

.actions .button {
    font-size: 14px!important;
    width: 39%;
}

.form-row input#rqa-name, .form-row input#rqa-email {
    background: #fff;
    border: 1px solid #111;
    border-radius: 4px;
} 

.clmn-sidebar.product-layout div#yith_wc_category_accordion-2 {
    padding: 10px;
}

.ywraq-form-table-wrapper.vertical {
    display: flex;
}

.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0px 20px 20px 20px;
}

#post-15 #yith_wc_category_accordion-2 .ywcca_container ul {
    list-style-type: none;
    margin: 0px 8px;
}

#post-15 #yith_wc_category_accordion-2 li.cat-item.cat-item-image {
    margin: 0px;
}


.category-box {
  clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 40px),
    calc(100% - 50px) 100%,
    0 100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.see-all {
	align-self: flex-start;
/*         padding-right: 64px; */
}

.cat-img {
    width: 60%;
}

.product-title {
    font-weight: 500;
}

@media (max-width: 768px) {
    .wc-tabs-slider-container .swiper-slide {
        margin-bottom: 0 !important;
    }

    .wc-tabs-slider-container .category-grid {
        margin-bottom: 10px !important;
    }

    .wc-tabs-slider-container .swiper {
        padding-bottom: 10px !important;
    }

    .wc-tabs-slider-container .swiper-pagination {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .wc-tabs-slider-container .swiper-button-prev,
    .wc-tabs-slider-container .swiper-button-next {
        margin-top: 0 !important;
    }
}

@media (min-width: 768px) {
  .yith-wc-cat-accordion li.yith-open > ul {
    display: none !important;
  }

  .yith-wc-cat-accordion li.yith-open > a::after {
    content: "▾";
    float: right;
  }
}

@media (min-width:1024px) {
  .yith-wcan li.cat-parent > .toggle-icon {
    transform: rotate(90deg);
  }
}

ul.category_accordion > .cat-item .icon-minus_1349:hover:before {
    width: 15px;
    display: block;
    text-align: center;
}

ul.category_accordion > .cat-item .icon-minus_1349:hover:before {
    width: 15px;
    display: block;
    text-align: center;    
}

#logo{
	max-height: 80% !important;
}

#yith_wc_category_accordion-2 li.cat-item {
    width: 100%;
    margin-left: 5px !important;
}

@media (max-width: 768px) {
    .dvcs_smooth_header_11 .et_pb_menu .et_mobile_menu {
        left: 50% !important;
    }
}