.elementor-1053 .elementor-element.elementor-element-9808b41{margin-top:0px;margin-bottom:0px;padding:0px 17px 0px 0px;}#elementor-popup-modal-1053 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-1053{justify-content:center;align-items:center;pointer-events:all;background-color:rgba(0,0,0,.8);}#elementor-popup-modal-1053 .dialog-close-button{display:flex;}#elementor-popup-modal-1053 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){.elementor-1053 .elementor-element.elementor-element-c4601e1{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-5e917c0 .elementor-heading-title{font-size:18px;}.elementor-1053 .elementor-element.elementor-element-5e917c0 > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-9808b41{margin-top:0px;margin-bottom:0px;padding:0px 11px 0px 0px;}.elementor-1053 .elementor-element.elementor-element-e1c700e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-1053 .elementor-element.elementor-element-4f7a9ae > .elementor-widget-container{margin:0px 0px 0px 0px;}#elementor-popup-modal-1053{align-items:flex-end;}}/* Start custom CSS */.woocommerce-sorting .sorting-options {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.woocommerce-sorting .sorting-options li {
  margin-bottom: 0;
  font-size: 14px;
}

.woocommerce-sorting input[type="radio"] {
  display: none;
}

.woocommerce-sorting label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 5px 30px 5px 0;
}

.woocommerce-sorting label:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}

.woocommerce-sorting input[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  right: 1.1px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B01F1F;
  z-index: 1;
}

.woocommerce-sorting input[type="radio"]:checked + label:after {
  border-color: #B01F1F;
}

.woocommerce-sorting label:hover:after {
  border-color: #B01F1F;
}

.eicon-close:before {
    content: "\e87f";
    margin-right: -8px;
    color: black;
}/* End custom CSS */