/* 
Theme Name: Galaxy Coins
Theme URI: https://github.com/elementor/hello-theme/
Description: Galaxy Coins is a child theme of Hello Elementor
Author: Fox and Lee
Author URI: https://foxandlee.com.au/
Template: hello-elementor
Version: 1.0.1
Text Domain: galaxy-coins
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.main-header .wishlist-counter-cs .wishlist_products_counter .wishlist_products_counter_text img {
  width: 100% !important;
  max-width: 28px !important;
  max-height: 28px !important;
  margin-right: 0 !important;
}

.wishlist-counter-cs {
  position: relative;
}

.wishlist-counter-cs .wishlist_products_counter_number:not(:empty) {
  background: #d9534f;
  width: 16px;
  height: 16px;
  font-size: 11px;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 16px !important;
  border-radius: 50%;
  position: absolute;
  top: -12px;
  right: -8px;
  font-family: 'Mulish', sans-serif;
  transition: all ease-in-out 0.3s;
}

.wishlist-counter-cs:hover .wishlist_products_counter_number {
  transform: scale(1.2);
}

.main-header .widget_wishlist_content {
  font-size: 16px;
}

.main-header .widget_wishlist_content ul {
  padding: 0;
  margin: 0;
}

.main-header .widget_wishlist_content li {
  list-style-type: none;
}

.main-header .hd-icon .wishlist_products_counter_text img,
.main-header .hd-icon .elementor-icon,
.main-header .hd-icon .elementor-button-icon {
  transition: all ease-in-out 0.3s;
}

.main-header .hd-icon .wishlist_products_counter_text img:hover,
.main-header .hd-icon .elementor-icon:hover,
.main-header .hd-icon .elementor-button-icon:hover {
  transform: scale(1.2);
}

.cs-search .product-search-field {
  background-color: #DFDFDF;
  border: none;
  font-size: 17px;
  color: #606060;
  border-radius: 8px;
  font-family: 'Mulish', sans-serif;
  box-sizing: border-box;
  padding: 8px 15px 8px 60px;
  background-image: url('assets/images/icon-search.svg');
  background-repeat: no-repeat;
  background-position: left 20px center;
  width: 100%;
}

.hd-menu .e-n-menu-title-text {
  position: relative;
}

.hd-menu .e-n-menu-title-text:after {
  height: 3px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: -5px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #C69214;
  transition: all ease-in-out 0.3s;
}

.hd-menu .e-n-menu-item:hover .e-n-menu-title-text:after {
  opacity: 1;
}

.hd-menu .e-n-menu-dropdown-icon {
  display: none !important;
}

.hd-currency .yay-currency-single-page-switcher {
  margin: 0;
}

.hd-currency .yay-currency-selected-option {
  color: #606060;
  font-size: 15px;
  font-family: 'Mulish', sans-serif;
}

.hd-currency .yay-currency-custom-arrow::before,
.hd-currency .yay-currency-custom-arrow::after {
  background-color: #606060;
}

.hd-currency .yay-currency-custom-select__trigger {
  background: #DFDFDF;
  border: none;
  border-radius: 10px;
  width: 200px;
}

.hd-currency .yay-currency-flag {
  min-width: 50px;
  min-height: 25px;
  background-size: inherit !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.main-header .widget_shopping_cart_content .empty {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Mulish', sans-serif;
    margin-top: 50px;
}

.product-search-results-content .search-results {
  font-family: 'Mulish', sans-serif !important;
}

.product-search-results-content .search-results a {
  color: #000;
  text-decoration: none !important;
  transition: all ease-in-out 0.3s;
}

.product-search-results-content .search-results .title {
  text-decoration: none !important;
}

.product-search-results-content .search-results a:hover {
  color: #C69214;
  text-decoration: none !important;
}

.banner-slider .swiper-slide-inner {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid #fff !important;
  
}

.banner-slider .swiper-pagination {
  padding-bottom: 30px;
}

.banner-slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: transparent !important;
}

.banner-slider  .elementor-button {
  position: relative;
}

.banner-slider  .elementor-button:after {
  content: url('assets/images/arrow-right.svg');
  margin-left: 35px;
  position: relative;
  top: 1px;
}

.prod-cat-box .elementor-image-box-img a {
  display: block;
}

.prod-cat-box .elementor-image-box-img img {
  width: 100%;
  height: 325px;
  object-fit: contain;
}

.prod-cat-box .elementor-image-box-content {
  box-sizing: border-box;
  padding: 0 30px;
  margin-top: -40px;
  z-index: 10;
  position: relative;
}

.prod-cat-box .elementor-image-box-title a {
  background-color: #F2F2F2;
  border-radius: 10px;
  display: block;
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  transition: all ease-in-out 0.3s;
}

.prod-cat-box:hover .elementor-image-box-title a {
  background-color: #C69214;
  color: #fff;
}

.tinvwl_add_to_wishlist_button {
  background: #D9D9D9;
  width: 41px !important;
  height: 41px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000 !important;
}

.tinvwl_add_to_wishlist_button:before {
  font-size: 25px !important;
  margin-top: -12px !important;
  margin-left: -12px !important;
}

.tinvwl_add_to_wishlist_button.tinvwl-product-in-list {
  color: #C69214 !important;
}

.location-img {
  background-size: auto 100%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
  border-bottom: 1px solid #949393;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  border-radius: 0;
  position: relative;
  background-color: #fff;
  border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  content: "";
  height: 3px;
  width: 100%;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all ease-in-out 0.3s;
  opacity: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after {
  opacity: 1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background-color: #fff;
}

.woocommerce div.product.elementor ul.tabs li a {
  padding: 25px 35px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  font-family: 'Mulish', sans-serif;
  color: #000;
  font-size: 16px;
  padding: 30px 40px !important;
  margin: 0 !important;
}

.specs-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.specs-section:after {
  height: 100%;
  width: 0.1px;
  content: "";
  background-color: #606060;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.specs-section > span {
  /* flex: 0 0 25%; */
  box-sizing: border-box;
  padding: 10px 30px;
  background-color: #fff;
}

.specs-section > span:nth-child(8n+1),
.specs-section > span:nth-child(8n+2),
.specs-section > span:nth-child(8n+3),
.specs-section > span:nth-child(8n+4) {
  background-color: #EBEBEB;
}


.specs-section .specs-item-label {
  flex: 0 0 15%;
}

.specs-section .specs-item-value {
  flex: 0 0 35%;
  text-align: right;
}

.cs-add-to-cart .elementor-add-to-cart {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  column-gap: 20px;
}

.cs-add-to-cart .elementor-add-to-cart p.stock {
  margin: 0;
  font-family: 'Mulish', sans-serif;
  font-size: 16px;
  color: #C69214;
}

.price {
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
  width: 100%;
  align-items: center;
  justify-content: left;
  column-gap: 5px;
}

.e-loop-item .price .currency-text {
  display: none !important;
}

/* Resources Page */
.resources-wrap .elementor-cta__title {
  position: relative;
}

.resources-wrap .elementor-cta__title:after {
  content: "";
  background: url('assets/images/icon-gold-chevron.svg') no-repeat center top;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 15%;
}

/* FAQs Page */
.faq-wrap .e-n-accordion .e-n-accordion-item:first-child .e-n-accordion-item-title {
  border-top: 0 !important;
}

.faq-wrap .e-n-accordion .e-n-accordion-item:last-child .e-n-accordion-item-title {
  border-bottom: 1px solid #d9d9d9 !important;
}

/* Media Page */
.page-id-957 .elementor-slideshow__footer {
  display: none;
}

/* Sell to Us */
.rates-wrap .elementor-price-list li {
  padding: 0 40px;
}

.rates-wrap .elementor-price-list li:nth-of-type(odd) {
  background-color: #EBEBEB;
}

.rates-wrap .elementor-price-list-header {
  margin-bottom: 0 !important;
}

.rates-wrap .elementor-price-list-header span {
  padding-top: 10px;
  padding-bottom: 10px;
}

.rates-wrap .elementor-price-list-title {
  border-right: 1px solid #000;
  width: 80%;
}

.rates-wrap .elementor-price-list-price {
  width: 20%;
  text-align: right;
}

.tablepress thead th,
.tablepress thead tr td,
.tablepress td[colspan="2"] {
  background-color: #C69214 !important;
  border-top: 0 !important;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.tablepress th,
.tablepress td {
  border: 0;
  padding-left: 30px;
  padding-right: 30px;
}

.tablepress tbody tr {
  background-color: #fff;
}

.tablepress tbody tr:nth-of-type(odd) {
  background-color: #EBEBEB;
}

.tablepress tbody td {
  background-color: transparent !important;
  font-size: 16px;
  color: #000;
}

.tablepress tbody td {
  border-right: 1px solid #000;
}

.tablepress tbody td:last-child {
  border-right: 0;
}

.tablepress td[colspan="2"]{
  text-align: center;
}

 /* Gravity Form */
.gform_wrapper .gform_required_legend,
.gform_wrapper .ginput_container--name .gform-field-label--type-sub {
  display: none;
}

.gform-theme--foundation .gform_fields {
  gap: 20px !important;
}

.gform_wrapper form ::placeholder {
  color: #000;
}

.gform_wrapper .gform_confirmation_message,
.gform_wrapper .gfield--type-html p {
  color: #1E3663 !important;
  font-family: "Mulish", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  text-align: center;
}

.gform_wrapper .gfield_label,
.gform_wrapper .gform-field-label,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper select,
.gform_wrapper textarea {
  color: #000 !important;
  font-family: "Mulish", Sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  margin: 0 !important;
}

.gform_wrapper input:-webkit-autofill,
.gform_wrapper input:-webkit-autofill:hover, 
.gform_wrapper input:-webkit-autofill:focus,
.gform_wrapper select:-webkit-autofill,
.gform_wrapper select:-webkit-autofill:hover,
.gform_wrapper select:-webkit-autofill:focus,
.gform_wrapper textarea:-webkit-autofill,
.gform_wrapper textarea:-webkit-autofill:hover,
.gform_wrapper textarea:-webkit-autofill:focus,
.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper select,
.gform_wrapper textarea {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 1px solid #606060 !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  outline: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="email"],
.gform_wrapper select {
  height: 40px !important;
}

.gform_wrapper select {
  line-height: 40px !important;
}

.gform_wrapper textarea {
  height: 75px !important;
  min-height: auto !important;
  min-block-size: auto !important;
}

.gform_wrapper .gfield--input-type-checkbox {
    padding-left: 30px;
}

.gform_wrapper .gfield--input-type-checkbox input {
    background-color: transparent;
    border-radius: 0;
    width: 17px;
    height: 17px;
    margin: 4px 20px 0 0;
}

.gform_wrapper .gform_footer {
  width: 100%;
}

.gform_wrapper .gfield--type-captcha {
  margin: 20px 0 0 auto;
}

.gform_wrapper .ginput_recaptcha {
  text-align: center;
}

.gform_wrapper .ginput_recaptcha > div{
   display: inline-block;
}

.gform_wrapper .gform_button.button {
  background-color: #C09237 !important;
  text-align: center !important;
  color: #fff !important;
  font-size: 20px !important;
  font-family: "Mulish", Sans-serif !important;
  font-weight: 400 !important;
  margin: 0 0 0 auto !important;
  border-radius: 10px !important;
  height: 44px !important;
  max-width: 163px;
  width: 100% !important;
  display: block !important;
}

.gform_wrapper .gform_button.button:hover {
  background-color: #484848 !important;
  color: #fff !important;
}

.woocommerce-cart-form .tinv-wishlist {
  display: none;
} 

.kyc-form {
  padding-top: 30px;
  clear: both;
}

.kyc-form h4 {
  font-family: "Mulish", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  padding-top: 20px;
  clear: both;
}

.kyc-form h5 {
  font-family: "Mulish", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
}

.kyc-form p {
  font-size: 16px;
  font-family: 'Mulish', sans-serif;
  color: #000;
}

.kyc-form .form-row-checkbox {
  box-sizing: border-box;
  padding-left: 30px !important;
  position: relative;
}

.kyc-form .checkbox .input-checkbox {
  position: absolute;
  left: 0;
  top: 9px;
}

.kyc-form .form-row-checkbox label {
  font-weight: 400 !important;
  display: block !important;
  line-height: 150% !important;
}

.kyc-item {
  clear: both;
}

.form-row-inline .woocommerce-input-wrapper {
  display: flex;
}

.form-row-inline .woocommerce-input-wrapper label {
  padding-right: 40px;
  padding-left: 10px;
}

.kyc-form .radio.required_field span {
  display: none;
}

.subcategory-columns .woocommerce ul.products {
  margin-bottom: 0;
  display: flex !important;
  justify-content: center;
  grid-column-gap: 0 !important;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
}

.subcategory-columns .woocommerce ul.products li.product * {
  transition: 0.3s all ease;
}

.subcategory-columns .woocommerce ul.products li.product {
  width: 25% !important;
  padding: 0 10px;
}

.subcategory-columns .woocommerce ul.products li.product a img {
  border-radius: 5px;
  height: 292px;
  object-fit: cover;
}

.subcategory-columns .woocommerce ul.products li.product .woocommerce-loop-category__title {
  background-color: #f2f2f2;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  max-width: 263px;
  width: 100%;
  padding: 25px 10px !important;
  text-align: center;
  margin: 0 auto !important;
  position: relative;
  z-index: 2;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.subcategory-columns .products .woocommerce-loop-category__title .count {
  display: none;
}

.subcategory-columns .woocommerce ul.products li.product a:hover .woocommerce-loop-category__title {
  background-color: #C69214;
  color: #fff;
}

.why-left h4 {
  position: relative;
}

.why-left h4:after {
  content: "";
  border-bottom: 3px solid #C69214;
  width: 137px;
  height: 3px;
  display: block;
  margin: 20px 0;
}

.why-right ul {
  display: block;
  padding: 0;
  list-style: none;
}

.why-right ul li {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.why-right ul li:before {
  content: "";
  background: url('data:image/svg+xml,<svg aria-hidden="true" fill="%23C09237" class="e-font-icon-svg e-fas-check" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"></path></svg>') no-repeat center top;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 5px;
}

.why-right ul li br {
  display: none;
}

.why-right ul li strong {
  display: block;
}

#contact-tabs .e-n-tab-title {
  min-width: 165px;
}

#contact-tabs #melbourne.e-n-tab-title[aria-selected='false']:not( :hover ) {
  background: #C8C8C8
}

#contact-tabs #sydney.e-n-tab-title[aria-selected='false']:not( :hover ) {
  background: #A2A2A2
}

#contact-tabs #brisbane.e-n-tab-title[aria-selected='false']:not( :hover ) {
  background: #949494
}

.tinv-wishlist .tinv_wishlist_notifications_modal .tinvwl-buttons-group button,
.tinv-wishlist .button.tinvwl-button.tinvwl_button_view,
.tinv-wishlist .button.tinvwl-button.tinvwl_button_close {
  border: 0 !important;
  outline: 0 !important;
}

.tinv-wishlist .tinv-modal .tinv-modal-inner {
  font-family: "Mulish", sans-serif;
}

#wishlist-wrap .tinv-wishlist table.tinvwl-table-manage-list {
  font-size: 16px;
}

#wishlist-wrap .woocommerce a.button,
#wishlist-wrap .woocommerce button.button,
#wishlist-wrap .woocommerce.tinv-wishlist a.button.alt:hover {
  background-color: #C09237;
  color: #fff;
}

#wishlist-wrap .woocommerce.tinv-wishlist a.button.alt,
#wishlist-wrap .woocommerce a.button:hover,
#wishlist-wrap .woocommerce button.button:hover {
  background-color: #484848;
  color: #fff;
}

.tinvwl_added_to_wishlist button {
  background-color: #C09237 !important;
  color: #fff !important;
  line-height: 28px !important;
}

.tinvwl_added_to_wishlist button:hover {
  background-color: #484848 !important;
  color: #fff !important;
}

.blog-columns .elementor-post__excerpt p {
  position: relative;
}

.blog-columns .elementor-post__excerpt p:after {
  content: " ...";
  display: inline-block;
}

.blog-columns .elementor-post__read-more:hover {
  text-decoration: underline;
}

.blog-columns .icon-arrow-right {
    margin-left: 20px;
}

.blog-columns .icon-arrow-right:before {
  content: "";
  background: url(assets/images/right-arrow.png) no-repeat center top;
  background-size: 16px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.single-post .elementor-widget-theme-post-content h3,
.single-post .elementor-widget-theme-post-content h4 {
  margin: 40px auto 20px;
  font-size: 24px;
}

#related_blog_section .elementor-posts {
  display: flex;
  justify-content: center;
}

#related_blog_section .elementor-posts .elementor-post {
  width: 33.33%;
}

.woocommerce-LostPassword,
.woocommerce-Address-title a {
  font-family: 'Mulish', sans-serif;
  font-size: 16px !important;
}

.woocommerce-orders-table__cell-order-number a {
  font-family: 'Mulish', sans-serif;
}

.woocommerce ul#shipping_method li {
  margin-top: 15px;
}

.summary-kyc {
  margin-top: 70px;
}

.summary-kyc h3 {
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.summary-kyc table {
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-size: 16px !important;
  margin-bottom: 50px !important;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.ft-img a {
  display: block !important;
}

.e-loop-item .add_to_cart_button.added {
  min-width: 130px;
}

.woocommerce-shipping-calculator .select2-selection__rendered {
  line-height: 150% !important;
}

.woocommerce-shipping-calculator .input-text {
  background: #F9FAFA !important;
  border-radius: 0 !important;
  padding: 10px 15px !important;
  border-color: #D5D8DC !important;
}

.archive-sort-cs {
  width: 100%;
  max-width: 350px !important;
}

.archive-sort-cs select {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-family: "Mulish", Sans-serif;
  font-size: 16px;
}

.archive-sort-cs .woocommerce-ordering {
  float: none;
  margin: 0;
}

.archive-sort-cs .facetwp-type-sort {
  margin-bottom: 0;
}

.archive:not(.has-subcategories) .subcategory-columns {
  margin: 0 !important;
}

.elementor-widget-woocommerce-product-price .price {
  font-size: 0 !important;
}

.elementor-widget-woocommerce-product-price .price .woocommerce-Price-amount {
  font-size: 14px !important;
}

.single-product .product-content-cs .elementor-widget-woocommerce-product-price .price .woocommerce-Price-amount {
  font-size: 20px !important;
}

#quickPromotion {
  font-family: 'Mulish', sans-serif;
  font-size: 18px;
}

.return-to-shop .wc-backward {
  background: #484848 !important;
  color: #fff !important;
  font-family: 'Mulish', sans-serif;
  transition: all ease-in-out 0.3s;
}

.return-to-shop .wc-backward:hover {
  background-color: #C09237 !important;
}

.facet-wrap .facetwp-toggle {
  color: #000 !important;
  text-decoration: underline !important;
}
.facet-wrap .facetwp-toggle:hover {
  color: #C09237 !important;
}

.cs-prod-price {
  font-size: 0;
}

.cs-prod-price .woocommerce-Price-amount {
  font-size: 16px;
}

.cat-bottom-cont h4 {
  margin: 30px 0 15px;
}

.cat-bottom-cont ul {
  margin-bottom: 15px;
  margin-top: 10px;
}

.cat-bottom-cont h1 {
  font-size: 36px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

.cat-bottom-cont h1:after {
  content: "";
  width: 137px;
  height: 3px;
  background-color: #c69214;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cat-bottom-cont h6 {
  margin-top: 35px;
  font-weight: 700;
}


@media (max-width: 1200px) {
  .subcategory-columns .woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 18px;
    width: 90%;
    padding: 20px 10px !important;
  }

  .subcategory-columns .woocommerce ul.products li.product a img {
    height: 242px;
  }
}

@media (max-width: 1024px) {
  .main-header .wishlist-counter-cs .wishlist_products_counter .wishlist_products_counter_text img,
  .hd-account .elementor-icon svg {
    filter: brightness(0);
  }

  .hd-menu .hd-submenu-container {
    background-color: #f2f2f2 !important;
  }

  .hd-menu .e-n-menu-dropdown-icon {
    display: inline-block !important;
  }

  .hd-menu .e-n-menu-item .e-n-menu-title {
    justify-content: space-between !important;
  }

  .rates-wrap .elementor-price-list li {
    padding: 0 10px;
  }

  .tablepress th, 
  .tablepress td {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subcategory-columns .woocommerce ul.products li.product {
    width: 50% !important;
  }

  .hd-currency .yay-currency-custom-select__trigger {
    width: 100%;
  }

  .hd-currency .yay-currency-flag {
    min-width: 24px;
    min-height: 18px;
  }

  #related_blog_section .elementor-posts .elementor-post {
    width: 50%;
  }
}

@media (max-width: 850px) {
  .hd-currency {
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .specs-section:after {
    display: none;
  }

  .specs-section > span:nth-child(8n+1),
  .specs-section > span:nth-child(8n+2),
  .specs-section > span:nth-child(8n+3),
  .specs-section > span:nth-child(8n+4) {
    background-color: #fff;
  }

  .specs-section .specs-item-label {
    flex-basis: 30%;
  }

  .specs-section .specs-item-value {
    flex-basis: 70%;
  }

  .specs-section > span:nth-child(4n+1),
  .specs-section > span:nth-child(4n+2) {
    background-color: #EBEBEB;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    padding: 30px 0 !important;
  }

  .woocommerce-cart-form .woocommerce-cart-form__cart-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #related_blog_section .elementor-posts .elementor-post {
    width: 100%;
  }

  .single-post .elementor-widget-theme-post-content h3, 
  .single-post .elementor-widget-theme-post-content h4 {
    font-size: 20px;
  }

  .prod-cat-box .elementor-image-box-img img {
    height: 225px;
  }
}

@media (max-width: 850px) {
  /* .hd-currency {
    padding-right: 50px;
  } */
}

@media (max-width: 600px) {
  .prod-cat-box .elementor-image-box-img img {
    height: 255px;
  }
}

@media (max-width: 500px) {  
  .prod-cat-box .elementor-image-box-img img {
    height: 200px;
  }

  .woocommerce div.product.elementor ul.tabs li a {
    padding: 25px 15px;
  }

  .cs-add-to-cart .elementor-add-to-cart {
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 20px;
  }

  .subcategory-columns .woocommerce ul.products li.product {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .hd-currency {
    padding-right: 0;
  }
}

@media (max-width: 420px) {
  .specs-section > span {
    padding: 10px 20px;
  }

  .specs-section .specs-item-label {
    flex-basis: 20%;
  }
}