a, a:hover {transition: all 0.3s ease-in-out;}.dl-carousel-nav button {background-color: transparent;padding: 0;width: 60px;height: 60px;border-radius: 2px;font-size: 20px;line-height: 1;color: #1f4e3d;transition: all 0.3s ease-in-out;z-index: 1;}.nav-on-hover:not(.navi-top-right) .dl-carousel-nav button {opacity: 0;visibility: hidden;left: 5px;}.nav-on-hover:not(.navi-top-right) .dl-carousel-nav button.slick-next {right: 5px;left: auto;}.nav-on-hover:not(.navi-top-right):hover .dl-carousel-nav button {opacity: 1;visibility: visible;left: 0;}.nav-on-hover:not(.navi-top-right):hover .dl-carousel-nav button.slick-next {right: 0;left: auto;}.dl-carousel-nav button .nav-bg {color: var(--agrox-secondary-color, #f8c32c);width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.3s ease-in-out;z-index: -1;}.dl-carousel-nav button svg:not(.nav-bg) {margin-top: 2px;transition: all 0.2s ease-in-out;}.nav-centered.dl-carousel-nav button {width: 45px;height: 45px;border-radius: 50%;position: absolute;left: 0;top: 50%;transform: translate(-50%, -50%);}.nav-centered.dl-carousel-nav button.slick-next {left: auto;right: 0;transform: translate(50%, -50%);}.dl-carousel-nav button:not(.slick-disabled):hover .nav-bg {color: #1f4e3d;}.dl-carousel-nav button:not(.slick-disabled):hover {color: #fff;}.dl-carousel-nav button.slick-disabled {cursor: not-allowed;opacity: 0.1;}.navi-top-right .slick-slider {padding-top: 50px;}.dl-carousel-nav.nav-top-right {display: flex;align-items: center;justify-content: flex-end;column-gap: 5px;position: absolute;right: 0;top: 0;}.rtl .dl-carousel-nav.nav-top-right {right: auto;left: 0;}.dl-carousel-dots {display: block;margin-top: 30px;}.dl-carousel-dots .slick-dots {list-style: none;margin: 0;padding: 0;display: flex;align-items: center;justify-content: center;column-gap: 10px;}.dl-carousel-dots .slick-dots li {display: block;width: 8px;height: 8px;cursor: pointer;}.dl-carousel-dots .slick-dots li span {background-color: #ddd;width: 100%;height: 100%;border-radius: 50%;display: block;cursor: pointer;transition: all 0.3s ease-in-out;}.dl-carousel-dots .slick-dots li.slick-active span {background-color: var(--agrox-primary-color, #43aa5c);box-shadow: 0px 0px 0px 3px rgb(from var(--agrox-primary-color, #43aa5c) r g b / 0.5);}@media (max-width: 992px) {.dots-none.dl-carousel-dots {display: none;}.nav-none.dl-carousel-nav {display: none;}}.el-post-pagination {display: flex;align-items: center;justify-content: center;width: 100%;margin-top: 40px;}.el-post-pagination span, .el-post-pagination a {background-color: var(--agrox-white-color, #ffffff);border: 1px solid #eee;width: 40px;height: 40px;line-height: 40px;text-align: center;color: var(--agrox-dark-color, #164333);border-radius: 2px;margin: 0 5px;display: flex;align-items: center;justify-content: center;visibility: visible;}.el-post-pagination a:hover, .el-post-pagination span.current {background-color: var(--agrox-primary-color, "#f8c32c");color: var(--agrox-white-color, #ffffff);}.el-post-pagination a svg {width: 20px;}.rtl .el-post-pagination a.next, .rtl .el-post-pagination a.prev {transform: rotate(180deg);}