.single-product .woocommerce-product-details__short-description ul {
 list-style-type: disc;
}

.single-product .woocommerce-product-details__short-description ul li {
 padding: 5px;
}

.methods {
 display: flex;
 box-sizing: border-box;
 align-items: center;
 flex-wrap: wrap;
 gap: 10px;
 margin-bottom: 1rem;
}

.methods .payment-method input[type="radio"] {
 position: absolute;
 opacity: 0;
}

.methods .payment-method {
 cursor: pointer;
 width: 48%;
}

.methods .payment-method .method-content {
 display: flex;
 padding: 15px 0 15px 15px;
 box-sizing: border-box;
 border: 2px solid #aaa;
 border-radius: 10px;
 transition: box-shadow 0.4s;
 position: relative;
}

.methods .payment-method .method-content img {
 margin-right: 30px;
 height: 72px;
}

.methods .payment-method .method-details span {
 font-size: 20px;
 line-height: 24px;
}

.methods .payment-method .method-details p {
 /*color: #4f4f4f;*/
 font-size: 14px;
 line-height: 18px;
}

.methods .payment-method .method-content:hover {
 box-shadow: 0 2px 1px 1px rgba(255, 255, 255, 0.6);
}

.methods .payment-method input[type="radio"]:checked + .method-content:after {
 content: "";
 position: absolute;
 height: 8px;
 width: 8px;
 background: #202642;
 right: 20px;
 top: 20px;
 border-radius: 100%;
 border: 3px solid #fff;
 box-shadow: 0 0 0 2px #424e87;
 box-sizing: content-box;
}

.methods .payment-method input[type="radio"]:checked + .method-content {
 border: 2px solid #424e87;
 background: #202642;
 transition: ease-in 0.3s;
 color: #fff;
}

.methods .payment-method input[type="radio"]:checked + .method-content .method-details p {
 /*color: #fff;*/
}

@media screen and (max-width: 767px) {
 .methods .payment-method .method-content .method-details {
  width: 60%;
  display: inline-block;
 }
}

@media screen and (max-width: 540px) {

 .methods {
  column-gap: 10px;
 }

 .methods .payment-method input[type="radio"]:checked + .method-content:after {
  top: 20px;
  right: 10px;
 }

 .methods .payment-method .method-content .method-details {
  width: 100%;
 }

 .methods .payment-method .method-content {
  padding: 10px;
  flex-direction: column;
  align-items: baseline;
 }

}

.woocommerce div.product .woocommerce-tabs ul.tabs {
 list-style: none;
 padding: 0 0 0 1em;
 margin: 0;
 overflow: hidden;
 position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
 border: 1px solid #ccc;
 background-color: #fff;
 color: #222;
 display: inline-block;
 position: relative;
 z-index: 0;
 border-radius: 4px 4px 0 0;
 margin: 0 -5px;
 padding: 0 1em;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
 display: inline-block;
 padding: 0.5em 0;
 font-weight: 700;
 color: #222;
 text-decoration: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
 text-decoration: none;
 color: #e6e6e6;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
 background: #fff;
 color: #222;
 z-index: 2;
 border-bottom-color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
 color: inherit;
 text-shadow: inherit;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
 box-shadow: 2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
 box-shadow: -2px 2px 0 #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
 border: 1px solid #ccc;
 position: absolute;
 bottom: -1px;
 width: 5px;
 height: 5px;
 content: " ";
 box-sizing: border-box;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
 left: -5px;
 border-bottom-right-radius: 4px;
 border-width: 0 1px 1px 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
 right: -5px;
 border-bottom-left-radius: 4px;
 border-width: 0 0 1px 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
 position: absolute;
 content: " ";
 width: 100%;
 bottom: 0;
 left: 0;
 border-bottom: 1px solid #ccc;
 z-index: 1;
}

.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
 border: 1px solid #ccc;
 border-top: 0;
}

.woocommerce #reviews h2 small {
 float: right;
 color: #767676;
 font-size: 15px;
 margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
 text-decoration: none;
 color: #767676;
}
.woocommerce #reviews h3 {
 margin: 0;
}
.woocommerce #reviews #respond {
 margin: 0;
 border: 0;
 padding: 0;
}
.woocommerce #reviews #comment {
 height: 75px;
}
.woocommerce #reviews #comments .add_review {
 *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
 content: " ";
 display: table;
}
.woocommerce #reviews #comments .add_review::after {
 clear: both;
}
.woocommerce #reviews #comments h2 {
 clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
 *zoom: 1;
 margin: 0;
 width: 100%;
 background: none;
 list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
 content: " ";
 display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
 clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
 padding: 0;
 margin: 0 0 20px;
 border: 0;
 position: relative;
 background: 0;
 border: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
 float: left;
 position: absolute;
 top: 0;
 left: 0;
 padding: 3px;
 width: 32px;
 height: auto;
 background: #e9e6ed;
 border: 1px solid #e1dde7;
 margin: 0;
 box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
 margin: 0 0 0 50px;
 border: 1px solid #e1dde7;
 border-radius: 4px;
 padding: 1em 1em 0;
 *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
 content: " ";
 display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
 clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
 margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
 font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
 list-style: none outside;
 margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
 display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
 border: 1px solid #e1dde7;
 border-radius: 4px;
 padding: 1em 1em 0;
 margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
 content: "";
}
.woocommerce .star-rating {
 float: right;
 overflow: hidden;
 position: relative;
 height: 1em;
 line-height: 1;
 font-size: 1em;
 width: 5.4em;
 font-family: WooCommerce;
}
.woocommerce .star-rating::before {
 content: "sssss";
 color: #cfc8d8;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
}
.woocommerce .star-rating span {
 overflow: hidden;
 float: left;
 top: 0;
 left: 0;
 position: absolute;
 padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
 content: "SSSSS";
 top: 0;
 position: absolute;
 left: 0;
}
.woocommerce .woocommerce-product-rating {
 *zoom: 1;
 line-height: 2;
 display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
 content: " ";
 display: table;
}
.woocommerce .woocommerce-product-rating::after {
 clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
 margin: 0.5em 4px 0 0;
 float: left;
}
.woocommerce .products .star-rating {
 display: block;
 margin: 0 0 0.5em;
 float: none;
}
.woocommerce .hreview-aggregate .star-rating {
 margin: 10px 0 0;
}
.woocommerce #review_form #respond {
 *zoom: 1;
 position: static;
 margin: 0;
 width: auto;
 padding: 0;
 background: transparent none;
 border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
 content: " ";
 display: table;
}
.woocommerce #review_form #respond::after {
 clear: both;
}
.woocommerce #review_form #respond p {
 margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
 left: auto;
}
.woocommerce #review_form #respond textarea {
 box-sizing: border-box;
 width: 100%;
}
.woocommerce p.stars a {
 position: relative;
 height: 1em;
 width: 1em;
 text-indent: -999em;
 display: inline-block;
 text-decoration: none;
}
.woocommerce p.stars a::before {
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 width: 1em;
 height: 1em;
 line-height: 1;
 font-family: "WooCommerce";
 content: "\e021";
 text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
 content: "\e021";
}
.woocommerce p.stars:hover a::before {
 content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
 content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
 content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
 content: "\e020";
}