/*!
Theme Name: Welo
Theme URI: http://underscores.me/
Author: Web Creation
Author URI: http://qa@webcreation.com.np
Description: Welo
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: welo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Welo is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/*.popup_content {*/
/*  padding: 20px;*/
/*}*/
ins {
  color: #2F2B2B;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: capitalize;
  float: left;
  text-decoration: none;
  font-size: 1.25rem;
}
del {
  color: #5E5E5E;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.variations .label {
    padding: 0px 0 !important;
    display: block;
}
.variations .value {
  display: block;
  padding: 0px !important;
}
.woocommerce .quantity .qty {
  width: 5.631em;
  border: 2px solid #050100;
  height: 40px;
  border-radius: 8px;
  text-align: center;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #8440D0;
  color: #515151;
  border-top: 3px solid #8440D0;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
}
.wc-item-meta {
    padding: 0;
}
.woocommerce-notice {
    padding: 1em 2em 1em 0.5em;
      margin: 0 0 2em;
      position: relative;
      /*background-color: #8440D0;*/
      border-top: 3px solid #8440D0;
      list-style: none outside;
      width: auto;
      word-wrap: break-word;
    color:#424040;
}
.woocommerce-message {
  border-top-color: #8440D0;
  background: none !important;
}

.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 {
  float: right !important;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
  /*font-family: WooCommerce;*/
  content: "\f328";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
  color: #8440D0;
  font-family: "Font Awesome 5 Free";
}
.woocommerce-input-wrapper .input-text, .woocommerce-input-wrapper select {
  width: 100%;
}
.input-text, .select2-selection.select2-selection--single, select{
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
border-radius: .25rem;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
border-radius: 3px;
border: 2px solid #E29724;
height: 48px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px !important;
}
.button {
  position: relative;
  background-color: #8440D0;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #fff3f6;
  display: inline-block;
  font-size: 0.875em;
  font-weight: 500; 
  font-style: normal;
  padding: 1em 2em;
  text-transform: uppercase;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
}
.button:hover {
  background-color: #000000;
  color: #fff;
}
.form-submit {
  float: right !important;
}
.form-submit input[type="submit"] {
    position: relative;
  background-color: #8440d0;
  border: 2px solid #8440d0;
  border-radius: 0.125rem;
  box-shadow: none;
  -webkit-border-radius: 0.125rem;
  -moz-border-radius: 0.125rem;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  font-style: normal;
  padding: 0.6rem 1.7rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: capitalize;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background: none !important;
  color: #8440D0;
}
.comment-meta {
  background: none;
}
.woocommerce-product-attributes-item__label {
  display: block;
  width: 60px;
}
.commentlist {
  padding: 0;
}
#comment-2 {
  list-style: none;
}
.wp-block-woocommerce-cart-order-summary-block {
  padding: 30px 30px 15px 30px;
  position: relative;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}
.wc-block-cart__submit-button .wc-block-components-button__text, .wc-block-components-totals-coupon-link, .wc-block-components-checkout-place-order-button {
  position: relative;
  background-color: #8440D0;
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
	margin-top: 20px;
}
.wc-block-cart__submit-button .wc-block-components-button__text:hover, .wc-block-components-totals-coupon-link:hover, .wc-block-components-checkout-place-order-button:hover {
  background-color: #000000;
  color: #fff;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  background-color: #8440D0;
  border: none;
  color: #fff;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover {
  background-color: #000000;
  border: none;
}
.product-thumbnail {
  width: 60px;
  height: 60px;
}
.pdp-block__delivery-seller {
  width: 330px;
  display: inline-block;
  vertical-align: top;
}
.delivery {
  font-size: 14px;
  background-color: #fafafa;
  color: #212121;
}
.delivery-header {
  display: table;
  padding: 20px 16px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery-header__title {
  display: table-cell;
  font-size: 12px;
  color: #757575;
  font-weight: 500;
  width: 300px;
}
.delivery-header__tooltip {
  display: table-cell;
  text-align: right;
}
.delivery__location, .delivery__option .delivery-option-item {
  padding: 10px 16px;
}
.delivery__header {
  margin-bottom: 8px;
  border-bottom: 1px solid #eff0f5;
}
.delivery-tooltip__icon {
  color: #757575;
  cursor: pointer;
}
.delivery__location .location__current {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.location__body {
  display: table;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.delivery__location .location__address {
  max-width: 140px;
  word-break: break-word;
}
.location__address {
  display: table-cell;
  vertical-align: middle;
  color: #202020;
  padding-right: 15px;
}
.delivery__location .location__link-change {
  font-weight: 500;
}
.location__link-change {
  display: table-cell;
  vertical-align: middle;
  color: #009db4;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
}
.location-link_size_xs {
  font-size: 13px;
}
.location-link, .location-link:visited {
  color: #1a9cb7;
}
.delivery__content {
  position: relative;
  padding-bottom: 4px;
}
.location__icon {
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
}
.delivery-option-item__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-collapse: collapse;
  width: 100%;
}
.delivery-option-item__icon {
  display: table-cell;
  padding-right: 6px;
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.delivery-option-item__icon {
  font-size: 18px;
  color: #757575;
}
.delivery-option-item__info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  vertical-align: middle;
}
.delivery-option-item__title {
  line-height: 20px;
}
.delivery-option-item__info_small {
  font-size: 12px;
}
.delivery-option-item__subtitle, .delivery-option-item__time {
  color: #9e9e9e;
  font-size: 12px;
  line-height: 12px;
}
.delivery-option-item__promotion {
  font-size: 13px;
  background-color: #fff;
  padding: 8px;
  margin: 8px 0 0 35px;
  -webkit-box-shadow: 0 1px 1px 0 #dadada;
  box-shadow: 0 1px 1px 0 #dadada;
  border-radius: 2px;
}
.html-content {
  word-break: break-word;
}
.html-content a {
  background-color: transparent;
}
.html-content a, .html-content a:visited {
  color: #1160d9;
}
.warranty {
  font-size: 14px;
  background-color: #fafafa;
  color: #212121;
  border-top: 1px solid #eff0f5;
}
.warranty__option-item {
  padding: 8px 16px;
}
.delivery-option-item__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-collapse: collapse;
  width: 100%;
}
.delivery-option-item__icon {
  display: table-cell;
  padding-right: 6px;
  width: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  color: #757575;
}
.seller-container {
  background-color: #fafafa;
  font-size: 12px;
  color: #212121;
  margin-top: 10px;
}
.seller-name-retail {
  margin-top: 8px;
  background-color: #fafafa;
  padding: 13px 16px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.seller-name-retail .seller-name__wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.seller-name__title {
  color: #757575;
  font-size: 12px;
  margin-bottom: 4px;
}
.seller-name__detail {
  font-size: 16px;
}
.seller-name__detail-name {
  margin-right: 14px;
}
.pdp-link_size_l {
  font-size: 16px;
}
.pdp-link_theme_black {
  color: #212121;
}
.seller-name-retail .seller-im-wrapper {
  width: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 14px;
}
.seller-name-retail .seller-im-wrapper .seller-im-content {
  cursor: pointer;
  color: #199cb7;
  font-size: 14px;
  font-family: Roboto-Medium;
}
.seller-name-retail .seller-im-wrapper .seller-im-content {
  cursor: pointer;
  color: #199cb7;
  font-size: 14px;
}
.pdp-seller-info-pc {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #eff0f5;
}
.pdp-seller-info-pc .info-content:first-child {
  border-left: none;
  padding-left: 16px;
}
.pdp-seller-info-pc .info-content {
  padding: 8px 10px;
    padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #eff0f5;
  font-size: 14px;
  text-align: left;
  display: table-cell;
  width: 33.3333333333%;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.pdp-seller-info-pc .info-content .seller-info-title {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  overflow: hidden;
  color: #757575;
}
.pdp-seller-info-pc .info-content .seller-info-value.rating-neutral, .pdp-seller-info-pc .info-content .seller-info-value.rating-positive {
  color: #1a1a1a;
}
.pdp-seller-info-pc .info-content .seller-info-value {
  font-size: 26px;
  line-height: 30px;
}
.pdp-seller-info-pc .info-content .seller-info-value.gray-text {
  font-size: 12px;
  color: #ccc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
}
.seller-link {
  padding: 15px;
  text-align: center;
  font-weight: 500;
  font-family: Roboto-Medium;
  border-top: 1px solid #eff0f5;
}
.pdp-link_size_xs {
  font-size: 16px;
}
.pdp-link, .pdp-link:visited {
  color: #1a9cb7;
}
.language-btn {
	background-color: transparent;
	border: none;
}
.language-dropdown {
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.language-content {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 160px;
	z-index: 2;
}
.language-content a {
	color: #393939;
	font-size: 0.813rem;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
}
.language-dropdown a:hover {
	background-color: #fafafa;
}
.language-dropdown:hover .language-content {
	background-color: #f6f6f6;
	display: block;
}
.language-dropdown:hover .language-btn {
	background-color: transparent;
}


.language-btns {
	background-color: transparent;
	border: none;
}
.language-dropdowns {
	position: relative;
	display: inline-block;
	font-size: 14px;
}
.language-contents {
	display: none;
	position: absolute;
	background-color: #f6f6f6;
	min-width: 160px;
	z-index: 2;
}
.language-contents a {
	color: #393939;
	font-size: 0.813rem;
	padding: 6px 15px;
	text-decoration: none;
	display: block;
}
.language-dropdowns a:hover {
	background-color: #fafafa;
}
.language-dropdowns:hover .language-contents {
	background-color: #f6f6f6;
	display: block;
}
.language-dropdowns:hover .language-btns {
	background-color: transparent;
}

iframe.goog-te-banner-frame {
  display: none !important;
  visibility: hidden !important;
}
.page-template{
     top: 0 !important;
}
.archive {
     top: 0 !important;
}
.trip-template-default{
    top: 0 !important;
}
.page-template-default.page {
  top: 0 !important;
}
.product-template-default
{
  top: 0 !important;
}

.skiptranslate {
  display: none;
}
#google_translate_element {
  display: none;
}
#goog-gt-tt {
  display: none !important;
}
.cart_totals {
  display: none;
}
.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  margin-top: 10px;
}
.order_details li {
    list-style: none;
      /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    position: relative;
    display: inline-block;
    border-right: 1px solid #ebe4e4;
    padding: 0 14px;
}
.order_details li:last-child {
    list-style: none;
      /*border-bottom: 1px solid rgba(0,0,0,.05);*/
    position: relative;
    display: inline-block;
    border-right: none;
    padding: 0 14px;
}
.order_details li:first-child {
    padding-left: 0;
}
.order_details li strong {
    display: block;
}

.order_details {
    padding: 0;
}
h2.wc-bacs-bank-details-heading {
    margin-top: 30px;
}
h3.wc-bacs-bank-details-account-name {
    margin: 10px 0;
    font-size: 16px;
}

.woocommerce-MyAccount-navigation {
  width: 17.6470588235%;
  float: left;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  padding: .875em 0;
  display: block;
}
.woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
}
.entry-footer {
  display: none;
}
.col2-set.addresses {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.col2-set.addresses .col-1 {
width: 41.1764705882%;
float: left;
margin-right: 5.8823529412%;
}
.col2-set.addresses .col-2 {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
}

/*dropdown*/
.sec-centers {
	position: relative;
	z-index: 1;
	display: inline-block;
	width: 100%;
}
#dropdowns {
	display: none;
}

.dropdowns:checked + label,
.dropdowns:not(:checked) + label{
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 46px;
	height: 50px;
	transition: all 200ms linear;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #ddd;
	background-color: transparent;
	cursor: pointer;
	color: #515151;
	/*padding: 0 20px;*/
}
.dark-light:checked ~ .sec-centers .for-dropdowns{
	background-color: #515151;
	color: #515151;
	box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.dropdowns:checked + label:before,
.dropdowns:not(:checked) + label:before{
	position: fixed;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: auto;
	pointer-events: none;
}
.dropdowns:checked + label:before{
	pointer-events: auto;
}
.section-dropdowns {
	position: absolute;
	background-color: #2ca4c9;
	top: 58px;
	left: 0;
	width: 100%;
	border-radius: 4px;
	display: block;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transform: translateY(20px);
    transition: all 200ms linear;
}
.dark-light:checked ~ .sec-centers .section-dropdowns {
	background-color: #fff;
	box-shadow: 0 14px 35px 0 rgba(9,9,12,0.15);
}
.dropdowns:checked ~ .section-dropdowns{
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
}
.section-dropdowns:before {
	position: absolute;
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	content: '';
	display: block;
	z-index: 1;
}
.section-dropdowns:after {
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0; 
	height: 0; 
	border-left: 8px solid transparent;
	border-right: 8px solid transparent; 
	border-bottom: 8px solid #2ca4c9;
	content: '';
	display: block;
	z-index: 2;
	transition: all 200ms linear;
}
.dark-light:checked ~ .sec-centers .section-dropdowns:after {
	border-bottom: 8px solid #fff;
}

.dropdown_peaks_outline .for-dropdowns {
    /*color: #8440D0 !important;*/
    font-size: 1rem !important;
    font-weight: 700 !important;
}

.dropdown_peaks:checked + label, .dropdown_peaks:not(:checked) + label {
    border: none !important;
}

.dropdown_peak_menu {
    background-color: #fff !important;
    width: 370px !important;
}
.dropdown_peak_menu::after {
  border-bottom: none !important;
}
.dropdown_peak_menu a {
    line-height: 30px;
    font-size: 13px;
    display: block;
    font-weight: 500;
}
.dropdown_peak_menu a:hover {
    color: #4756C9;
}
.wpf_items_wrapper .wpf_item .wpf_color_icons li {
  margin-right: 4px !important;
}
.stock {
    text-transform: capitalize;
}
.page-numbers {
  display: flex;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}
.page-numbers.current {
  z-index: 3;
  color: #fff;
  background-color: #8440d0 !important;
  border-color: #8440d0 !important;
}
li .page-numbers {
  position: relative;
  display: block;
  color: #8440d0;
  padding: .375rem .75rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  position: relative;
  background-color: #8440D0;
  border-radius: 2px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  font-size: 12px;
  padding: 12px 32px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
	pointer-events: visible !important;
}
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover, .wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:focus {
  background-color: #000000;
  color: #fff;
}
.wc-block-components-shipping-rates-control.wc-block-components-totals-shipping__options.css-0.e19lxcc00 {
  border: 1px solid #cac7c7;
  color: #8440d0;
  padding: 8px;
  font-weight: 700;
}
.woocommerce-cart-form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 0;
  width: 100%;
}
#coupon_code {
  flex: 3 1 120px;
}
.wp-block-woocommerce-cart-order-summary-totals-block {
  margin-top: 10px;
}

.coupon_title {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  display: inline;
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-size: .75em;
  font-style: inherit;
  font-weight: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  padding: 8px 16px 8px 0;
  text-align: left;
  text-decoration: inherit;
  text-transform: inherit;
  text-transform: uppercase;
  vertical-align: baseline;
  border-top: 1px solid hsla(0,0%,7%,.11);
}
#wc-block-components-totals-shipping__change-address__link {
  color: #8440d0;
  font-weight: 700;
}