/* woocommerce */
.product-small.box .box-image {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    overflow: hidden;
}
.product-small.box .product-title {
    padding-bottom: 10px;
}
.product-small.box .product-title,
.product-small.box .product-title a {
    font-size: 15px;
    font-weight: 400;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product-small.box .product-title:hover,
.product-small.box .product-title:hover a {
    color: #ec0303;
}
.product-small.box .price span.amount {
    color: #ec0303;
}
.product-small.box .price del span.amount {
    color: #333;
}
.badge-container {
    display: none;
}
#footer .ftr-iart {
    padding: 50px 0 20px 0;
    border-top: 1px solid rgba(0,0,0,.05);
}
.ftr-iart .section-title-container {
    margin-bottom: 0;
}
.ftr-iart .section-title {
    border-bottom: none;
}
.ftr-iart .section-title span {
    margin: 0;
    padding: 0;
    border: none;
}
#footer .ftr-iart .is-divider {
    margin-bottom: 20px !important;
}
.ftr-iart ul {
    list-style-type: none;
    margin: 0;
}
.ftr-iart .ux-logo .ux-logo-link {
    padding: 0 0 20px 0 !important;
}
#footer .copyright-footer {
    color: #777;
    padding-top: 6px;
}
#footer .copyright-footer strong {
    color: #333;
}
#footer .footer-secondary {
    padding: 0;
}
/* danh mục sp */
#shop-sidebar aside .product-small.box {
    display: flex;
}
#shop-sidebar aside .product-small.box .box-image {
    width: 100%;
    max-width: 30%;
}
#shop-sidebar aside .product-small.box .box-text {
    width: 100%;
    max-width: 70%;
    padding: 0 0 0 10px;
}
#shop-sidebar aside .product-small.box .box-text .product-title {
    padding-bottom: 5px;
    margin: 0;
}
#shop-sidebar aside .product-small.box .box-text .product-title,
#shop-sidebar aside .product-small.box .box-text .product-title a {
    font-size: 16px;
    -webkit-line-clamp: 3;
}
#shop-sidebar aside .product-small.box .price span.amount {
    font-size: 16px;
}
/* .woocommerce-product-gallery--with-images .woocommerce-product-gallery__image img,
.single-product .product-gallery .product-thumbnails img,
#main .product-small.box .image-zoom img {
    transform: scale(1.4, 1.4) !important;
}
.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image img {
    transform: scale(1.2, 1.2) !important;
}
#main .product-small.box .image-zoom:hover img {
    transform: scale(1.5, 1.5) !important;
} */
.woocommerce-tabs .entry-content figure {
    position: relative;
}
.woocommerce-tabs .entry-content figure::after,
.woocommerce-tabs .entry-content figure img::after,
.product-small.box .box-image a::after,
.woocommerce-product-gallery .woocommerce-product-gallery__image a::after,
.single-product .product-gallery .product-thumbnails .flickity-slider .col a::after {
    /* content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../img/free-03.png');
    background-repeat: no-repeat;
    display: block;
    top: 0; */
}
.product-small.box .box-image a::after {
    background-size: 70px;
    background-position-x: -7px;
    background-position-y: 1px;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image a::after {
    background-size: 218px;
    background-position-x: -16px;
    background-position-y: 1px;
}
.single-product .product-gallery .product-thumbnails .flickity-slider .col a::after {
    background-size: 50px;
    background-position-x: -2px;
    background-position-y: -1px;
}
.related-products-wrapper .product-small.box .box-image a::after {
    background-size: 85px;
    background-position-x: -7px;
    background-position-y: 1px;
}
.woocommerce-tabs .entry-content figure::after,
.woocommerce-tabs .entry-content figure img::after {
    background-size: 115px;
    background-position-x: -9px;
    background-position-y: 1px;
}
.has-hover:hover .image-zoom img {
    /* transform: scale(1) !important; */
}
.woocommerce-tabs .entry-content figure img {
    max-width: 300px;
    height: auto;
}
/* Chi tiết sp  */
.product-quick-view-container .input-text.qty, .single-product .product-summary .input-text.qty {
	box-shadow: none !important;
	-webkit-appearance: none !important;
	-webkit-box-shadow: none !important;
	max-width: 100% !important;
	-moz-appearance: textfield;
	padding-right: 38px !important;
	padding-left: 12px !important;
	width: 82px !important;
	background-color: #fff !important;
	border: 1px solid #e6e6e6 !important;
	height: 100% !important;
	line-height: normal;
	text-align: center;
	font-size: 1em;
	appearance: none;
	border-radius: 0;
	min-height:66px;
	color: #333;
}
.product-quick-view-container .quantity, .single-product .product-summary .quantity {
	margin-bottom: 0;
	position: relative;
	border-color: #e6e6e6;
	margin-right: 12px;
	height: 66px;
}
body .product-info .quantity .minus, body .product-info .quantity .plus{
	text-align: center;
	position: absolute!important;
	width: 25px;
	height: 33px!important;
	min-height: 33px!important;
	height: 33px;
	padding: 0!important;
	right: 0;
	border: 1px solid #e6e6e6!important;
	background: #f8f8f8;
	border-left: 1px solid #e6e6e6 !important;
	line-height: 33px;
}

body .product-info .quantity .minus{
	bottom: 0;
}
.text-center .quantity, .quantity{
	opacity: 1;
	display: inline-block;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1em;
	white-space: nowrap;
	vertical-align: top;
}
/* .single-product .product .product-info form.cart, */
.sg_wrapper_add_to_cart_quantity{
	display: flex;
}
.product-quick-view-container .single_add_to_cart_button,
.single-product .single_add_to_cart_button {
	height: 66px;
	margin-bottom: 0;
	border-radius: 3px;
	white-space: nowrap;
	padding: 20px 0;
	display: block;
	width: 100%;
	font-size: 1.2857rem;
	font-weight: 700;
	line-height: 24px;
	box-shadow: 0 4px 6px -2px rgb(35 67 92 / 32%);
	border: 1px solid rgba(0,0,0,.16)!important;
}
.product-quick-view-container .single_add_to_cart_button:hover,
.single-product .single_add_to_cart_button:hover {
    background: #333;
}
.tagged_as {
	font-weight: 700;
	font-size: 1.25rem;
	margin-right: 15px;
	color: #2d3436;
	border-top: none!important;
}
.tagged_as a {
	letter-spacing: 0.05em;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	border-radius: 99px;
	position: relative;
	margin: 10px 10px 10px 0;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
	background: #ededed;
	color: #2d3436;
	font-size: 11px;
	font-weight: 700;
}
.tagged_as a:hover {
    color: #fff;
    background-color: #ff1300;
    border-color: #ff1300;
}
.single-product .product-info  .product-title {
    font-size: 20px;
    line-height: 24px;
}
body .product-main {
    padding: 0px 0 40px;
}
.product-footer .woocommerce-tabs {
    padding: 30px 0;
    border-top: 1px solid #ececec;
}
#reviews #comments h3.normal {
    font-size: 20px;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.has-border {
    border: 1px solid #e0e0e0 !important;
}
#reviews{
	margin-top: 30px;
}
.single-product .product-info .price-wrapper .price {
    color: #ec0303;
}
.single-product .product-info .product_meta .tagged_as {
    display: flex;
    margin: 0;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.stars a {
    font-family: fl-icons !important;
}
.stars a.active:after,
.stars a:hover:after {
    color: #ffc107;
}
/* checkout */
#checkout_custom_heading {
    display: flex;
}
form.checkout h3 {
    text-transform: none;
}
.ta-right {
    text-align: right;
    flex-direction: row-reverse;
    flex-grow: 1;
}
.button#place_order{
	line-height: 66px;
}
.checkout_coupon button.button {
    background-color: #47525d;
    border-radius: 5px;
}
.checkout_coupon .input-text {
    box-shadow: none !important;
    border: 1px solid #ececec;
}
input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
    border-radius: 5px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    border: none;
    background-color: #f1f1f187;
}

.price-wrapper .price.product-page-price .wcpa_price{
	display: none;
}
#vscf .form-group button {
    color: #ffffff;
}
.archive .term-description {
	margin: 40px 0;
    background: #f8f8f8;
    padding: 30px 20px 10px 20px;
    border-radius: 5px;
}
.custom-lightbox-link{
	font-size: 14px;
    text-decoration: underline;
    position: relative;
    top: 0px;
    right: -60px;
    color: #f44335;
}
p.sizechart{
	margin-bottom: 0px;
	height: 0px;
}
.sizechart_parent {
    padding: 0!important;
    height: 0;
}
.size-guide-table tr th, .size-guide-table tr td {
    text-align: center;
    width: 100px;
}
.size-guide-table th {
    background-color: #f5f5f5;
}
.accordion .toggle {
    left: 0 !important;
}
.mfp-content{
	text-align: left;
}
.accordion-title {
	text-align: left !important;
}
.single-product #main .product-info span.amount {
    color: #ec0303;
    font-size: 36px;
}
.product-info .price-wrapper del {
    text-decoration-color: #333;
}
.single-product #main .product-info del span.amount {
    font-size: 26px;
    line-height: normal;
    color: #333;
    display: none;
}

.product-info .variations .select_option,
.product-info .variations .select_option img {
    border-radius: 4px;
    overflow: hidden;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
}
.product-info .variations .select_option span {
    width: auto;
    padding: 0 5px;
    border-radius: 3px;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
}
#main .variations_form .variations .single-product-variable-items .variable-item span {
    font-weight: 600;
}
.product-info .variations .select_option span::before,
#main .variations_form .variations .single-product-variable-items .variable-item span::before {
    content: "\f111";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-right: 5px;
}
.product-info .variations .select_option.selected span::before,
.product-info .variations .select_option span:hover:before,
#main .variations_form .variations .single-product-variable-items .variable-item:hover span::before,
#main .variations_form .variations .single-product-variable-items .variable-item.selected span::before {
    content: "\f058";
    font-weight: 900;
    color: #ec0303;
}
.product-info .variations .select_option:hover,
.product-info .variations .select_option.selected {
    border-color: #ec0303;
    box-shadow: 0 0 7px 1px rgba(14,14,14,.16);
}
.product-info .variations .select_option.select_option_colorpicker span,
.product-info .variations .select_option.select_option_colorpicker span {
    width: 38px;
    height: 38px;
}
.product-info .variations .select_option.select_option_colorpicker span::before,
.product-info .variations .select_option.select_option_colorpicker span:before {
    content: none;
}
.product-info .variations .select_option.select_option_colorpicker.selected span::before,
.product-info .variations .select_option.select_option_colorpicker span:hover:before {
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    width: 100%;
    margin: 0;
}
.product-info .variations .attribute_pa_classify .select_option {
    width: auto;
}
.product-info .variations td label {
    font-size: 16px;
}
.variations_form .woocommerce-variation-add-to-cart.variations_button {
    display: flex;
}
.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    display: none;
}
#main .variations_form .variations [data-attribute_name="attribute_pa_style"].single-product-variable-items .variable-item {
    width: 50px;
    height: 50px;
}
#main .variations_form .variations [data-attribute_name="attribute_pa_color"].single-product-variable-items .variable-item span::before {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    content: none;
}
#main .variations_form .variations [data-attribute_name="attribute_pa_color"].single-product-variable-items .variable-item:hover span::before {
    content: "\f00c";
    color: #fff;
}
form.variations_form .variations tbody tr {
    margin-bottom: 8px;
    padding-top: 8px;
    display: block;
}
form.variations_form .variations tbody tr label {
    font-size: 16px;
}
.header-main .header-nav .account-item a {
    border: 1px solid #c0c0c0;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 13px;
}
.header-main .header-nav .account-item a:hover {
    background: #333;
    color: #fff;
}
.logged-in .header-main .header-nav.header-nav-main .account-item .nav-dropdown {
    padding: 10px;
}
.header-main .header-nav .account-item .woocommerce-MyAccount-navigation-link a,
.logged-in .header-main .header-nav.header-nav-main .account-item .nav-dropdown .woocommerce-MyAccount-navigation-link a,
.logged-in .header-main .header-nav.header-nav-main .account-item .nav-dropdown .woocommerce-MyAccount-navigation-link a {
    border: none;
    border-radius: 0px;
    overflow: hidden;
    padding: 5px 8px;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
}
.header-main .header-nav .header-button a {
    background: #333;
}
.header-main .header-nav .header-button:hover a {
    background: #ec0303;
}
.product-info form.cart {
    display: flex;
}
.wvs-archive-product-wrapper .product-info form.cart {
    display: block;
}
#main .shop-container {
    padding-top: 20px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items {
    margin-bottom: 0;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items tbody tr 
.woocommerce-cart .wc-block-cart .wc-block-cart-items .price {
    color: #ec0303;
}
.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product .wc-block-components-sale-badge,
.woocommerce-cart .wc-block-cart .wc-block-cart-items .wc-block-cart-item__product .price {
    display: none;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity {
    display: flex;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity button,
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity input {
    line-height: 28px;
    padding: 0;
    height: auto;
    min-height: auto;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity input {
    width: 30px !important;
    display: inline-block;
    min-width: 30px !important;
}
.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details {
    display: flex;
}
.wc-block-cart-item__product .wc-block-components-product-metadata .wc-block-components-product-details li {
    margin-bottom: 0;
    margin-right: 15px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
    width: 70px;
    margin-bottom: 0;
    margin-right: 20px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-item__quantity button {
    width: 20px;
    min-width: 20px;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
    padding-left: 0 !important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total {
    padding-right: 0 !important;
}
.woocommerce-cart .wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total span {
    font-weight: 600;
}
.wc-block-cart .wc-block-cart-items__header th span {
    font-size: 16px;
}
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
    text-align: left !important;
}
.wc-block-components-sidebar-layout .wc-block-components-main {
    border-right: 1px solid #ececec;
}
#main .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
#main .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon {
    padding: 0;
}
.wp-block-woocommerce-cart .wc-block-cart-items tr.wc-block-cart-items__row td:last-child:after {
    display: none;
}
.iart-cart .cart_totals th.product-name,
.iart-cart .shop_table thead th {
    font-size: 16px;
}
.iart-cart .product-quantity .quantity input {
    height: 30px;
    line-height: 30px;
    min-width: auto;
    min-height: auto;
    font-size: 16px;
    font-weight: 500;
}
.iart-cart .product-quantity .quantity input.input-text {
    width: 30px;
}
.iart-cart .cart_item .variation dt {
    font-weight: 500;
    color: #333;
    min-width: 60px;
}
.iart-cart .cart_item .variation p {
    font-weight: 400;
}
.iart-cart .cart_item .variation dd p {
    color: #000;
    font-weight: 600;
}
#wooot_order_tip_form .woo_order_tip {
    margin-bottom: 0;
}
#wooot_order_tip_form .woo_order_tip .tip-label-suffix {
    display: none;
}
#wooot_order_tip_form .woo_order_tip .primary.is-outline {
    color: #333;
}
.iart-cart .woocommerce-cart-form .continue-shopping .button-continue-shopping {
    color: #333;
    border-color: #333;
    height: 36px;
    line-height: 35px;
}
.iart-cart .woocommerce-cart-form .continue-shopping .button-continue-shopping:hover {
    color: #fff;
    background: #333;
}
.iart-checkout #wooot_order_tip_form button.woo_order_tip,
.iart-cart #wooot_order_tip_form button.woo_order_tip {
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    overflow: hidden;
}
.iart-checkout #wooot_order_tip_form button.woo_order_tip:hover,
.iart-checkout #wooot_order_tip_form button.woo_order_tip.active,
.iart-cart #wooot_order_tip_form button.woo_order_tip:hover,
.iart-cart #wooot_order_tip_form button.woo_order_tip.active {
    background: #4caf50;
    border-color: #4caf50;
    color: #fff;
}
.iart-checkout #wooot_order_tip_form .woo_order_tip_remove,
.iart-cart #wooot_order_tip_form button.woo_order_tip_remove {
    background: #8b000099;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 36px;
    border-radius: 3px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.iart-checkout #wooot_order_tip_form button.woo_order_tip_remove:hover,
.iart-cart #wooot_order_tip_form button.woo_order_tip_remove:hover {
    background: #333;
}
.iart-cart .wc-proceed-to-checkout .checkout-button {
    background: #3bca3d;
    border-radius: 3px;
    overflow: hidden;
    line-height: 50px;
}
.iart-cart .wc-proceed-to-checkout .checkout-button:hover {
    background: #333;
}
.checkout_coupon button.is-form {
    background: #f9f9f9;
    border: 1px solid #ddd;
}
.iart-checkout .button#place_order {
    line-height: normal;
    background: #ec0303;
    border-radius: 3px;
    overflow: hidden;
    line-height: 40px;
}
.iart-checkout .button#place_order:hover {
    background: #333;
}
.product-info #yith-wapo-container .yith-wapo-block .options {
    display: flex;
    flex-wrap: wrap;
}
.product-info #yith-wapo-container #wapo-total-price-table .wapo-total-order,
.product-info #yith-wapo-container #wapo-total-price-table .wapo-total-options,
.product-info #yith-wapo-container #wapo-total-price-table .wapo-product-price,
.product-info #yith-wapo-container .yith-wapo-block .options .option-price {
    display: none !important;
}
.product-info #yith-wapo-container #wapo-total-price-table .wapo-total-order th {
    font-size: 16px;
}
.product-info #yith-wapo-container #wapo-total-price-table .wapo-total-order #wapo-total-order-price {
    font-size: 36px;
    font-weight: 700;
    color: #ec0303;
}
.product-info #yith-wapo-container .yith-wapo-block .options .color {
    border-radius: 3px;
}
.product-info .yith-wapo-block .yith-wapo-addon.yith-wapo-addon-type-color .yith-wapo-option {
    margin-right: 8px;
    margin-bottom: 0;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single {
    display: flex;
    /* padding: 8px 10px 7px 10px; */
    /* border: 1px solid #ddd; */
    align-items: center;
    border-radius: 3px;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .radiobutton {
    line-height: 1;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .radiobutton input {
    margin: 0;
    width: 20px;
    height: 20px;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single label {
    font-size: 16px;
    font-weight: 600;
}
.product-info #yith-wapo-container #yith-wapo-block-1.yith-wapo-block .options .yith-wapo-option.selection-single {
    border: none;
    padding: 0;
}
.product-info #yith-wapo-container #yith-wapo-block-2.yith-wapo-block .options .yith-wapo-option.selection-single {
    border: none;
    margin: 0;
}
.product-info #yith-wapo-container #yith-wapo-block-2.yith-wapo-block .options .yith-wapo-option.selection-single:nth-child(1) {
    padding-left: 0;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .inside,
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .image {
    width: 100%;
    text-align: center;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .image {
    max-width: 60px;
    height: auto;
}
#main #yith-wapo-addon-31 .yith-wapo-option .yith-wapo-label,
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single .inside .label_price {
    line-height: 1;
    padding-top: 5px;
    font-size: 13px;
    margin: 0 !important;
    text-align: center;
}
.product-info #yith-wapo-container .yith-wapo-block .options .yith-wapo-option.selection-single label {
    text-align: center !important;
}
#yith-wapo-block-6 .options.default-closed .yith-wapo-option.selection {
    display: flex;
}
.product-info #yith-wapo-container h3.wapo-addon-title {
    font-size: 16px;
    font-weight: 600;
}
.single-product.woocommerce #main form.cart {
    display: flex !important;
    flex-wrap: wrap;
}
.single-product.woocommerce form.cart #yith-wapo-container {
    width: 100%;
}
.single-product.woocommerce form.cart .buttons_added {
    max-width: 20%;
}
.single-product.woocommerce form.cart .single_add_to_cart_button {
    width: 100%;
    max-width: 80%;
}
.single-product .product .product-main .product-info {
    padding-top: 0;
}
/* #main #yith-wapo-addon-31 .yith-wapo-option, */
#main #yith-wapo-block-17 .yith-wapo-option,
#main #yith-wapo-block-18 .yith-wapo-option {
    display: flex;
    cursor: pointer;
}
#main .yith-wapo-block .yith-wapo-option .radiobutton,
#main .yith-wapo-block .yith-wapo-option .radiobutton input {
    margin: 0;
    font-size: 20px;
    width: 18px;
    height: 18px;
    line-height: 1;
}
#main #yith-wapo-addon-31 .yith-wapo-option,
#main #yith-wapo-block-17 .yith-wapo-option,
#main #yith-wapo-block-18 .yith-wapo-option {
    padding: 6px 10px;
    border: 1px solid rgba(0,0,0,.4);
    border-radius: 3px;
    overflow: hidden;
}
#main #yith-wapo-addon-31 .yith-wapo-option .yith-wapo-label,
#main #yith-wapo-block-17 .yith-wapo-option .yith-wapo-label,
#main #yith-wapo-block-18 .yith-wapo-option .yith-wapo-label {
    margin-left: 6px;
    font-size: 18x;
}
#main #yith-wapo-addon-31 .yith-wapo-option .radiobutton {
    position: absolute;
    top: 3px;
    left: auto;
    right: 4px;
}
#main #yith-wapo-addon-31 .yith-wapo-option .radiobutton input {
    display: none;
}
#main #yith-wapo-addon-31 .yith-wapo-option.selected .radiobutton input {
    width: 0;
    height: 0;
    font-size: 0;
    display: block;
}
#main #yith-wapo-addon-31 .yith-wapo-option.selected .radiobutton::after {
    content: "\f058";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 20px;
    position: absolute;
    color: #EE1F05;
}

/* #yith-wapo-container .yith-wapo-block {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
.product-info #yith-wapo-container h3.wapo-addon-title {
    display: none;
}
#yith-wapo-option-23-0 .inside,
#yith-wapo-option-20-0 .inside,
#yith-wapo-option-14-0 .inside {
    height: auto !important;
    width: 100% !important;
}
#yith-wapo-option-23-0 .inside .label_price,
#yith-wapo-option-20-0 .inside .label_price,
#yith-wapo-option-14-0 .inside .label_price {
    font-size: 12px;
    padding-top: 5px;
}
#main .yith-wapo-block .yith-wapo-addon {
    margin-bottom: 0;
} */

#main .woocommerce-cart-form .coupon {
	padding-top: 20px;
	flex-wrap: wrap;
	width: 100%;
}
.woocommerce-cart-form .coupon .wpccl-btn-wrapper {
	width: 100%;
	padding-top: 20px;
}
#main .woocommerce-cart-form .coupon .input-text {
	width: 250px;
	border: 1px solid #eee;
}
#main .woocommerce-cart-form .coupon .button {
	background: #fed700;
	color: #333e48;
	cursor: pointer;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon .form-row button,
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon .input-text,
#main .woocommerce-cart-form .coupon .input-text,
#main .woocommerce-cart-form .coupon .button {
	display: inline-block;
	line-height: 35px;
	padding: 5px 20px;
	margin: 0;
	width: auto;
	border-radius: 0;
	box-shadow: none;
}
#main .woocommerce-cart-form .coupon .button:hover {
	background: #333e48;
	color: #fff;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon p:nth-child(1) {
	display: none !important;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon {
	display: block !important;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon p {
	margin-bottom: 20px;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon p.form-row-first {
	margin-right: 0;
}
.woocommerce-checkout .mmo-checkout .woocommerce form.checkout_coupon .form-row {
	display: inline-block;
	width: auto;
	margin: 0;
}
.ftr-col-lg .ux-logo-link {
    text-align: center;
}
.ftr-col-lg .ux-logo-link img {
    margin: 0 auto;
}
#main .page-checkout .wpccl-btn-wrapper .wpccl-btn {
    color: #ec0303;
    font-weight: 500;
}
#main .page-checkout .wpccl-btn-wrapper .wpccl-btn:hover {
    color: #000;
}
.page-checkout .woocommerce-cart-form .cart_item .product-name .variation .variation-Option {
    display: flex;
    justify-content: space-between;
}
span.amount,
span.amount bdi {
    color: #ec0303;
}
.product-info #yith-wapo-container #yith-wapo-block-1.yith-wapo-block .options .yith-wapo-option.selection-single label small {
    display: none;
}
#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
    display: none !important;
}