@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@200;300;400;600;700&display=swap");
:root {
  --m: #ed1518;
  --d: #2e3849;
  --w: #fff;
  --se: #003acb;
  --bk: #f2f2f2;
  --g: #78869b;
}

body,
html {
  font-family: "Alexandria", sans-serif;
  background-color: var(--w);
  font-size: 95%;
}

a {
  text-decoration: none;
  color: var(--m);
}

ul {
  margin: 0;
}

ul li {
  list-style-type: none;
}

.container-fluid {
  max-width: 1760px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.section {
  margin: 30px 0;
}

.rtl .devolum-main-header .main-nav .menu-icons ul li a i {
  padding-right: 0;
  padding-left: 5px;
}
.rtl #menu {
  right: unset;
}
.rtl #menu .menu-content .menu-close {
  left: unset;
  right: 45px;
}
.rtl #menu .menu-content .menu-ul {
  padding-right: 30px;
}
.rtl .devolum-main-header .top-nav .menus .left-menu ul li {
  padding-right: 0;
  padding-left: 10px;
}
.rtl .devolum-main-header .top-nav .menus .right-menu ul li {
  padding-left: 0;
  padding-right: 10px;
}
.rtl .devolum-main-header .main-nav .menu-icons ul li {
  margin-left: unset;
  margin-right: 30px;
}
.rtl .section-heading .more i {
  transform: rotate(180deg);
}
.rtl .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.rtl .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.rtl .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  margin-right: 0 !important;
  margin-left: 20px !important;
}

.devolum-main-header .top-nav {
  background-color: var(--m);
}
.devolum-main-header .top-nav .menus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.devolum-main-header .top-nav .menus .top-menu ul {
  flex-direction: row !important;
  flex-wrap: wrap-reverse;
  padding: 0;
  margin: 0;
}
.devolum-main-header .top-nav .menus .top-menu ul li {
  display: inline-block;
}
.devolum-main-header .top-nav .menus .top-menu ul li a {
  color: var(--w);
  text-transform: capitalize;
  font-size: 14px;
}
.devolum-main-header .top-nav .menus .top-menu ul li a:hover {
  color: var(--d);
}
.devolum-main-header .top-nav .menus .left-menu ul li {
  padding-right: 10px;
}
.devolum-main-header .top-nav .menus .left-menu ul li i {
  padding-right: 5px;
}
.devolum-main-header .top-nav .menus .right-menu ul li {
  padding-left: 10px;
}
.devolum-main-header .top-nav .menus .right-menu ul li i {
  padding-left: 5px;
}
.devolum-main-header .main-nav {
  padding: 10px 0;
  background-color: var(--w);
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.devolum-main-header .main-nav .logo {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}
.devolum-main-header .main-nav .logo img {
  max-height: 50px;
}
.devolum-main-header .main-nav .menu-serach {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  height: 100%;
}
.devolum-main-header .main-nav .menu-serach .menu-icon {
  width: 20px;
}
.devolum-main-header .main-nav .menu-serach .menu-icon i {
  font-size: 22px;
  color: var(--d);
}
.devolum-main-header .main-nav .menu-serach .main-serach {
  width: calc(100% - 20px);
  margin-top: 10px;
}
.devolum-main-header .main-nav .menu-serach .main-serach .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  border-radius: 5px;
}
.devolum-main-header .main-nav .menu-serach .main-serach .dgwt-wcas-search-wrapp {
  max-width: 100%;
}
.devolum-main-header .main-nav .menu-icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.devolum-main-header .main-nav .menu-icons ul {
  margin: 0;
  padding: 0;
}
.devolum-main-header .main-nav .menu-icons ul li {
  display: inline-block;
  margin-left: 30px;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
  color: var(--d);
  font-size: 13px;
}
.devolum-main-header .main-nav .menu-icons ul li i {
  color: var(--d);
  padding-right: 5px;
}
.devolum-main-header .main-nav .menu-icons ul li a {
  color: var(--d);
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  font-size: 13px;
}
.devolum-main-header .main-nav .menu-icons ul li a i {
  color: var(--d);
  padding-right: 5px;
}
.devolum-main-header .main-nav .menu-icons ul li:hover {
  color: var(--m);
}
.devolum-main-header .main-nav .menu-icons ul li:hover a {
  color: var(--m);
}
.devolum-main-header .main-nav .menu-icons ul li:hover a i {
  color: var(--m);
}
.devolum-main-header .main-nav .menu-icons ul li:hover i {
  color: var(--m);
}

.fixed-menu {
  padding: 15px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eee;
  background-color: var(--w);
  z-index: 888;
}
.fixed-menu ul {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.fixed-menu ul li a {
  text-align: center;
  font-size: 14px;
}
.fixed-menu ul li a i {
  display: block;
  font-size: 18px;
}

#menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  padding-top: 50px;
  width: 400px;
}
#menu .menu.overlay {
  position: fixed;
  z-index: -1;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
#menu.openNav {
  display: block !important;
}
#menu .menu-content {
  padding: 15px;
  z-index: 99999;
  background-color: var(--w);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#menu .menu-content .menu-close {
  position: absolute;
  top: 15px;
  left: 15px;
  cursor: pointer;
  font-size: 22px;
  color: var(--g);
}
#menu .menu-content .menu-close:hover {
  color: var(--d);
}
#menu .menu-content .menu-ul {
  margin-top: 60px;
}
#menu .menu-content .menu-ul ul {
  margin: 0;
  padding: 0;
}
#menu .menu-content .menu-ul ul li a {
  color: var(--g);
  font-size: 18px;
  margin-bottom: 5px;
}
#menu .menu-content .menu-ul ul li a:hover {
  color: var(--d);
}
#menu .menu-content .menu-ul ul li.active a {
  color: var(--m);
}
#menu .menu-content .menu-ul ul li ul {
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: unset !important;
  border: 0;
}

.main-slider {
  margin-bottom: 20px;
}
.main-slider img {
  border-radius: 6px;
}
.main-slider .swiper-button-next:after,
.main-slider .swiper-button-prev:after {
  font-size: 22px;
  color: var(--m);
}
.main-slider .swiper-button-prev,
.main-slider .swiper-rtl .swiper-button-next {
  padding: 30px;
}

.section-heading {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.section-heading .heading {
  margin-bottom: 15px;
  font-size: 26px;
}
.section-heading .heading:after {
  content: "";
  height: 4px;
  width: 40px;
  background: var(--m);
  display: inline-block;
  border-radius: 5px;
}
.section-heading .more {
  color: var(--d);
}
.section-heading .more i {
  display: none;
}
.section-heading .more:hover {
  color: var(--m);
}
.section-heading .more:hover i {
  display: inline-block;
}

.categories-items {
  margin-bottom: 40px;
}
.categories-items img {
  margin-bottom: 20px;
  background: var(--w);
  border-radius: 6px;
  border: 1px solid #eee;
}
.categories-items img:hover {
  opacity: 0.8;
}

.section {
  margin-bottom: 40px;
}

.devolum-products .col-6 {
  margin-bottom: 20px;
}
.devolum-products .product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    background-color: var(--w);
    padding: 10px;
    border-radius: 6px;
    border: 2px solid #eee;
    margin-bottom: 20px !important;
}
.devolum-products .product:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 2px solid var(--d);
}
.devolum-products .product .onsale {
  width: 50px;
  height: 50px;
  font-weight: normal;
  background: var(--m);
}
.devolum-products .product img {
  margin-bottom: 10px;
  max-width: 100%;
}
.devolum-products .product h2 {
  font-size: 16px;
  color: var(--d);
  margin-bottom: 10px;
}
.devolum-products .product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  justify-content: space-around;
}
.devolum-products .product span.price bdi {
  font-size: 14px !important;
  color: var(--d);
}
.devolum-products .product .wp-element-button {
  display: inline-block;
  background: var(--m);
  font-weight: normal;
  color: var(--w);
  width: 100%;
  text-align: center;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
  display: none;
}
.devolum-products .product .wp-element-button:hover {
  background: var(--m);
  color: var(--w);
}

.onsale,
.woocommerce span.onsale {
  width: 50px;
  height: 50px;
  font-weight: normal;
  background: var(--m);
  box-shadow: none;
}

.site-footer {
  background-color: var(--w);
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.site-footer .main-footer {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.site-footer .main-footer .logo-footer img {
  margin-bottom: 20px;
  max-width: 200px;
}
.site-footer .main-footer .logo-footer p {
  font-size: 13px;
  color: var(--d);
}
.site-footer .main-footer .footer-menu {
  margin-bottom: 20px;
}
.site-footer .main-footer .footer-menu .menu-heading {
  font-size: 16px;
}
.site-footer .main-footer .footer-menu ul {
  margin: 0;
  padding: 0;
}
.site-footer .main-footer .footer-menu ul li a {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--g);
  word-wrap: break-word;
}
.site-footer .main-footer .footer-menu ul li a:hover {
  color: var(--m);
}
.site-footer .main-footer .footer-menu.footer-icons ul li {
  display: inline-block;
  margin-right: 10px;
}
.site-footer .bottom-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.site-footer .bottom-footer div span {
  font-size: 14px;
  text-transform: capitalize;
  color: var(--g);
}
.site-footer .bottom-footer div span a {
  color: var(--m);
}

.main-single-post .main-heading {
  text-align: center;
}
.main-single-post .aligncenter {
  clear: both;
  margin: 0 auto;
  display: block;
}
.main-single-post img {
  border-radius: 3px;
}

.woocommerce img,
.woocommerce-page img {
  height: unset;
  max-width: unset;
}

.single-product img {
  height: auto;
  max-width: 100%;
}
.single-product .quantity .qty {
  height: 33px;
}
.single-product .main-heading {
  text-align: unset;
}
.single-product .woocommerce-product-gallery__image img {
  border: 1px solid #eee;
}
.single-product .woocommerce div.product .product_title {
  margin-bottom: 20px;
}
.single-product .whataspp_help a {
  display: inline-block;
  background: #25d366;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.single-product .whataspp_help a:hover {
  background-color: var(--d);
}
.single-product .woocommerce-variation-price {
  margin-bottom: 20px;
}
.single-product .woocommerce table.shop_attributes {
  border: 1px solid #eee;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper h2 {
  display: none;
}
.single-product span.tagged_as,
.single-product span.posted_in {
  display: block;
}
.single-product span.tagged_as a,
.single-product span.posted_in a {
  color: var(--g);
}
.single-product span.tagged_as a:hover,
.single-product span.posted_in a:hover {
  color: var(--m);
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}
.single-product .woocommerce-product-details__short-description {
  margin-bottom: 20px;
}
.single-product .woocommerce .star-rating span {
  color: var(--m);
}
.single-product section.related.products {
  clear: both;
}
.single-product .woocommerce div.product div.images .flex-control-thumbs li {
  clear: unset !important;
  border: 0.1px solid #eee !important;
  height: 80px !important;
  overflow: hidden !important;
  margin-bottom: 0 !important;
}
.single-product article.product {
  background: var(--w);
  padding: 20px 10px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.single-product article.product .whataspp_help a {
  background-color: #25d366;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.single-product article.product .whataspp_help a:hover {
  background-color: var(--d);
}
.single-product article.product .woocommerce div.product .product_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.single-product article.product span.woocommerce-Price-amount.amount bdi {
  color: var(--m);
}
.single-product article.product .woocommerce div.product form.cart .button {
  background-color: var(--m);
  border-color: var(--m);
}
.single-product article.product .woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
  height: 100%;
}
.single-product article.product .woocommerce-variation.single_variation {
  margin-bottom: 10px;
}
.single-product article.product .woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
  height: 35px;
  width: 70px;
  border-radius: 3px;
  border-color: var(--d);
  text-align: center;
  box-shadow: none;
}
.single-product article.product .woocommerce div.product form.cart .reset_variations,
.single-product article.product span.posted_in a {
  color: var(--g);
}
.single-product article.product .woocommerce div.product form.cart .variations select {
  padding: 5px;
  border-radius: 3px;
}
.single-product article.product .woocommerce div.product div.images .flex-control-thumbs li {
  margin-right: 10px;
  border: 1px solid #eee;
  margin-top: 10px;
  padding: 10px;
  width: 15%;
}
.single-product article.product figure.woocommerce-product-gallery__wrapper img {
  border: 1px solid #eee;
  padding: 10px;
}
.single-product nav.navigation.post-navigation {
  display: none;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 60px;
}
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border: 0;
  padding: 0;
  margin-right: 20px;
}
.single-product .woocommerce div.product .woocommerce-tabs .panel {
  padding: 0;
}
.single-product .h2,
.single-product h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.woocommerce-message {
  border-top-color: var(--m);
}

.woocommerce-message::before {
  color: var(--m);
}

.woocommerce-info {
  border-top-color: var(--d);
}

.woocommerce-info::before {
  color: var(--d);
}

.woocommerce .row {
  clear: both;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  display: inline-block;
  width: auto !important;
  font-weight: normal !important;
  padding: 10px 20px !important;
  background-color: var(--d) !important;
  border-color: var(--d) !important;
  border-radius: 6px;
  color: var(--w) !important;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover {
  background-color: var(--m) !important;
  border-color: var(--m) !important;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
  background-color: var(--d) !important;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
  background-color: var(--m) !important;
}

.woocommerce form .form-row {
  width: 100%;
  padding: 0;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 200px;
  max-width: 100%;
  border-radius: 3px;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  margin-top: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0 0 30px 0;
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  padding: 10px;
  margin-right: 10px;
  color: var(--g);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
  color: var(--m);
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a {
  background-color: var(--d);
  border-color: var(--d);
  color: var(--w);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

article.page {
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  margin-bottom: 30px;
}

div#comments {
  background: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
}
div#comments div#comments ul,
div#comments div#comments ol {
  list-style: none;
}
div#comments ol.children li {
  background: var(--bk);
  padding: 5px;
  border-radius: 3px;
}
div#comments ol.comment-list {
  margin: 0;
  padding: 0;
}
div#comments ol.comment-list > li {
  border: 1px solid #eee;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 3px;
}
div#comments ol.comment-list footer.comment-meta {
  margin-bottom: 10px;
}
div#comments ol.comment-list .comment-metadata {
  font-size: 10px;
  color: var(--g) !important;
}
div#comments ol.comment-list .comment-metadata a {
  color: var(--g) !important;
}
div#comments h3#reply-title {
  margin-bottom: 20px;
}
div#comments label {
  display: block;
}
div#comments input,
div#comments textarea {
  width: 100%;
  display: block;
  border-radius: 3px;
  border: 1px solid rgba(158, 158, 158, 0.1882352941);
  padding: 5px;
  background: rgba(158, 158, 158, 0.1882352941);
}
div#comments input#submit {
  display: inline-block;
  width: auto !important;
  margin-top: 20px !important;
  font-weight: normal !important;
  padding: 15px 20px !important;
  background-color: var(--d) !important;
  border-color: var(--d) !important;
  border-radius: 6px;
  color: var(--w) !important;
}
div#comments input#submit:hover {
  background-color: var(--m) !important;
  border-color: var(--m) !important;
}
div#comments p.comment-form-cookies-consent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
div#comments p.comment-form-cookies-consent input,
div#comments p.comment-form-cookies-consent textarea {
  width: auto;
  margin-bottom: 0;
  margin-right: 10px;
}
div#comments p.comment-form-cookies-consent label {
  font-size: 12px;
}

.a2a_share_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.a2a_share_box ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.a2a_share_box ul li {
  display: inline-block;
}
.a2a_share_box ul li a i {
  color: var(--w);
  background-color: var(--g);
  padding: 10px;
  border-radius: 3px;
}
.a2a_share_box ul li a:hover i {
  background-color: var(--m);
}

.main-post {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  background-color: var(--w);
}
.main-post .main-post-content .post-thumbnail-bk {
  margin-bottom: 10px;
  height: 200px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.main-post .main-post-content .post-thumbnail {
  margin-bottom: 10px;
}
.main-post .main-post-content .post-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.main-post .main-post-content .post-text {
  padding: 10px;
}
.main-post .main-post-content .post-text .post-title {
  margin-bottom: 10px;
}
.main-post .main-post-content .post-text .post-title h2 {
  font-size: 18px;
  margin-bottom: 0;
  color: var(--d);
}
.main-post .main-post-content .post-text .post-disc p {
  font-size: 12px;
  color: var(--g);
}
.main-post .main-post-content:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.main-post .main-post-content:hover .post-text .post-title h2 {
  color: var(--m);
}

.whataspp_help.whataspp-fixed {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 888;
}
.whataspp_help.whataspp-fixed a {
  background: #25d366;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 25px;
  padding: 0 !important;
}
.whataspp_help.whataspp-fixed a:hover {
  background-color: var(--d);
}
.whataspp_help.whataspp-fixed a i {
  display: block;
  line-height: 50px;
}

.summary.entry-summary {
  z-index: 999;
  position: relative;
  background: #fff;
}
.devolum-main-header .top-nav.active {
    padding-top: 70px;
}
@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 28px;
  }
  .h3,
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 770px) {
  .site-footer .main-footer .logo-footer img {
    margin: 0 auto 20px;
    display: block;
  }
  .site-footer .main-footer .logo-footer p {
    margin-bottom: 30px;
  }
  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: unset;
  }
  .woocommerce .woocommerce-ordering select,
  .woocommerce-page .woocommerce-ordering select {
    width: 100%;
  }
  .woocommerce .woocommerce-ordering select option,
  .woocommerce-page .woocommerce-ordering select option {
    padding: 5px;
    border-radius: 3px;
  }
  #menu {
    width: 400px;
  }
  .hide-mobile {
    display: none !important;
  }
  .menu-serach .main-serach {
    width: 100% !important;
  }
  .menu-icons ul li {
    font-size: 16px;
  }
  .menu-icons ul li i {
    font-size: 16px;
  }
  .menu-icons ul li span {
    display: none;
  }
  .site-footer .bottom-footer {
    justify-content: center;
  }
  .site-footer .bottom-footer div {
    margin-bottom: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    font-size: 12px;
    white-space: nowrap;
  }
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    margin-top: 10px;
    padding: 0 !important;
  }
  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 5px !important;
    top: 11px !important;
  }
  .dgwt-wcas-om-bar {
    align-items: center;
  }
  .order-last-item {
    order: 99;
  }
  .section-heading .heading {
    font-size: 22px;
  }
  .main-slider .swiper-button-prev,
  .main-slider .swiper-rtl .swiper-button-next {
    padding: 5px;
  }
  .single-product .woocommerce div.product div.images .flex-control-thumbs li {
    height: 50px !important;
  }
}/*# sourceMappingURL=style.css.map */