:root {
	--theme: #7815F9;
  }
  
  /* Chrome, Safari, Edge, Opera */
  .calculator input::-webkit-outer-spin-button,
  .calculator input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
  }
  
  /* Firefox */
  .calculator input[type=number] {
	-moz-appearance: textfield;
  }
  
  .calculator p {
	  margin: 0;
	  /* margin-bottom: 5px; */
  }
  
  .calculator .right {
	  float: right;
  }
  
  .calculator .hidden {
	  display: none;
  }
  
  .calculator {
	  width: 343px;
	  max-width: 100%;
	  min-height: 360px;
	  background: rgba(255, 255, 255, 0.95);
	  box-shadow: 0px -2px 18px 5px rgba(0, 0, 0, 0.15);
	  border-radius: 6px;
	  margin: 0;
	  font-family: "Gilroy", Gilroy;
	  position: relative;
	  margin-top: -130px;
  }
  
  .calculator .calculator-content-area {
	  padding-left: 15px;
	  padding-right: 15px;
  }
  
  .calculator a, 
  .calculator a:hover, 
  .calculator a:active, 
  .calculator a:focus, 
  .calculator button, 
  .calculator button:hover, 
  .calculator button:active, 
  .calculator button:focus,
  .calculator input, 
  .calculator input:hover, 
  .calculator input:active, 
  .calculator input:focus {
	  text-decoration:none;
	  outline:0;
	  background: none;
	  border: none;
  }
  
  .calculator p {
	  font-size:16px; 
	  line-height:20px;
  }
  
  .calculator img {
	  max-width:100%;
	  border:0;
  }
  
  .calculator .center {
	  text-align: center;
  }
  
  /* Discount Header */ 
  .calculator-head {
	  background: var(--theme);
	  color: #fff;
	  display: block;
	  position: relative;
	  border-radius: 5px 5px 0 0;
	  padding: 6px 0 10px 0; 
	  margin: 0;
  }
  
  .calculator-head-inner {
	  font-size: 16px;
	  font-weight: 600;
	  line-height: 22px;
  }
  
  .calculator-head-inner p.big {
	  font-size: 20px;
	  font-weight: normal;
	  line-height: 22px;
	  margin: 5px 0 0 0;
  }
  
  .calculator-head-info {
	  position: absolute;
	  top: 22px;
	  right: 13px;
	  width: 22px;
	  height: 22px;
	  cursor: pointer;
  }
  
  .calculator-head-info img {
	  width: 22px;
	  height: 22px;
  }
  
  .calculator-head-inner p del {
	  font-size: 13px;
  }
  
  .calculator .no-discount-title {
	  margin: 25px 0 5px 0;
	  color: #321879;
	  font-size: 22px;
	  font-weight: 500;
  }
  
  /* Calcualtor content */
  .calculator-content {
	  padding-top: 5px;
	  padding-bottom: 25px;
  }
  
  .calculator .single-calculator {
	  border-bottom: 1px solid #ccc;
	  /* padding: 12px 0 5px 0; */
	  padding: 15px 0;
	  line-height: 1;
  }
  
  .calculator .single-calculator .small-text {
	  display: inline-block;
	  margin-bottom: 10px;
  }
  
  .calculator .single-input {
	  display: flex;
	  justify-content: space-between;
	  align-items: end;
	  /* padding: 7px 0; */
  }
  
  .calculator .single-input .input-left {
	  flex-grow: 1;
	  padding: 0;
	  max-width: 210px;
  }
  
  .calculator .single-input .input-left.one-line {
	  display: flex;
	  align-items: center;
  }
  
  .calculator .single-input .del {
	  white-space: nowrap;
  }
  
  .calculator .input-left input.sell-amount,
  .calculator .input-left span.buy-amount {
	  /* height: 40px; */
	  /* line-height: 40px; */
	  /* max-width: 180px; */
	  font-weight: 500;
	  font-size: 25px;
	  border: 0;
	  overflow: hidden;
	  font-family: Gilroy;
	  padding: 0;
	  white-space: pre-wrap;
	  overflow-wrap: anywhere;
  }
  
  .calculator .del {
	  font-size: 20px;
	  text-decoration: line-through;
	  color: #ADB5BD;
	  font-weight: normal;
  }
  
  .calculator img.downimg { 
	  width:15px;
	  position: relative;
	  top: 4px;
  }
  
  
  
  /* Single delivery */
  .calculator .single-calculator-delivery {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  padding: 3px 0;
  }
  
  .calculator .single-calculator-delivery select {
	  border: 0;
	  outline: 0;
	  padding: 3px 0;
  }
  
  .calculator .delivery-fee-info {
	  color: #7815f9;
	  margin: 15px 0;
  }
  
  .calculator .calculator-go-button {
	  width: 100%;
	  position: relative;
	  margin-left: 7px;
  }
  
  .calculator .calculator-go-button a {
	  position: absolute;
	  top: -1px;
	  font-family: Gilroy;
	  font-style: normal;
	  color: #FFFFFF;
	  font-weight: 600;
	  font-size: 18px;
	  line-height: 22px;
	  display: flex;
	  border-radius: 6px;
	  align-items: center;
	  text-align: center;
	  text-transform: uppercase;
	  padding: 15px 70px;
	  background: #19a8d3; /* Old browsers */
	  background: -moz-linear-gradient(135deg, #1BA7D4 0%, #08CAA6 100%); /* FF3.6-15 */
	  background: -webkit-linear-gradient(135deg, #1BA7D4 0%,#08CAA6 100%); /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(135deg, #1BA7D4 0%, #08CAA6 100%);
	  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1BA7D4', endColorstr='#08CAA6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	  box-shadow: 0px 12px 36px rgba(0, 0, 0, 0.34);
  }
  
  .calculator .calculator-go-button a:hover {
	  filter: brightness(1.06);
	  transition: all 0.3s linear;
  }
  
  /* Delivery section */
  
  .calculator .calculator-content-area {
	  position: relative;
  }
  
  .calculator .delivery-area {
	  position: relative;
	  width: 100%;
	  top: 0;
	  border: none;
	  display:none;
  }
  
  .calculator .delivery-head {
	  display: flex;
	  justify-content: space-between;
	  margin-top: 5px;
  }
  
  .calculator .delivery-head a.close {
	  line-height: 6px;
	  padding: 15px;
	  margin-top: -15px;
	  margin-right: -15px;
  }
  
  .calculator .single-calculator-delivery-method .small-text {
	  margin-bottom: 0;
  }
  
  .calculator .single-calculator-delivery-method .small-text.right,
  .calculator .single-calculator-delivery-method .small-text.right span.selected-delivery-method {
	  cursor: pointer;
  }
  
  .calculator .selected-delivery-method {
	  font-size: 14px;
  }
  
  .calculator .single-calculator-delivery-method .right:after,
  .calculator .currency-selected:after {
	  content: "";
	  background-size: 10px 10px;
	  height: 10px;
	  width: 10px;
	  background-image: url(../images/chevron.svg);
	  background-repeat: no-repeat;
	  display: inline-flex;
	  margin-left: 10px;
  }
  
  
  .calculator .currency-selected:after {
	  margin-top: 11px;
  }
  
  .calculator .currency-selected.open:after {
	  transform: rotate(180deg);
  }
  
  .calculator .delivery-img {
	  margin-right: 13px;
  }
  
  
  .calculator .delivery-img img {
	  width: 30px;
	  height: 30px;
  }
  
  .calculator .single-delivery h4 {
	  font-size: 14px;
	  font-weight: 600;
	  opacity: 1;
	  margin: 0;
	  line-height: 20px;
  }
  
  .calculator .single-delivery span {
	  font-size: 13px;
	  opacity: 0.8;
	  display: flex;
  }
  
  .calculator .single-delivery span img {
	  width: 25px; 
	  height: 17px;
	  margin-right: 7px;
	  
  }
  
  .calculator .single-delivery {
	  display: flex;
	  align-items: center;
	  padding: 20px 0;
	  margin-right: 7px;
	  border-bottom: 0.5px solid #6F6F6F;
	  cursor: pointer;
  }
  
  .calculator .single-delivery.active {
	  color: #2C85FF;
  }
  
  .calculator .single-delivery:last-child {
	  border: none;
  }
  
  /* Tooltip */
  
  .calculator .tooltip-box {
	  display: none;
	  position: absolute;
	  width: 250px;
	  color: #000;
	  background: rgba(255, 255, 255, 0.98);
	  box-shadow: 0px -2px 18px 5px rgba(0, 0, 0, 0.07);
	  border-radius: 6px;
	  height: auto;
	  z-index: 3;
	  font-size: 16px;
	  line-height: 19px;
	  padding: 17px;
	  border: 1px solid #eee;
	  left: 0;
	  right: 0;
	  margin: auto;
	  top: -56px;
  
  }
  
  .calculator .tooltip-box p {
	  margin-bottom: 10px;
  }
  
  /* Currency Picker */
  
  .calculator .currency-picker {
	  display: none; 
  }
  
  .calculator .select-button-list {
	  padding-left: 0px;
	  margin: 10px 0;
  }
  
  .calculator i.flag {
	  display: inline-block;
	  width: 22px;
	  height: 22px;
	  background: #ccc;
	  border-radius: 100%;
	  overflow: hidden;
	  position: relative;
	  top: -5px;
	  /* left: 6px; */
	  left: 0;
	  margin: 0 10px 0 0;
  }
  
  .calculator .currency-selected i.flag {
	  margin: 10px 0 0 10px;
  }
  
  .calculator .select-button-inner img, 
  .calculator button.currency-selected img {
	  max-width: 40px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%,-50%);
  }
  
  .calculator .currency-select-button li {
	  list-style: none;
	  display: flex;
	  padding: 16px 22px 11px 18px;
	  font-size: 14px;
  }
  
  .calculator .select-button-list li:hover {
	  background-color: #F4F3F3;
  }
  
  .calculator .select-button-list li.active {
	  color: #2C85FF;
	  font-weight: 600;
  }
  
  .calculator .select-button-list li span, 
  .calculator .btn-select li span {
	  /* margin-right: 7px; */
	  /* margin-left: 7px; */
	  position: relative;
	  font-size: 14px;
  }
  
  .calculator .currency-select-button button.currency-selected {
	  padding-right: 0 !important;
	  white-space: nowrap;
  }
  
  /* Item List */
  
  .calculator .select-button-inner {
	display: none;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	position:absolute;
	background: #fff;
	z-index: 1;
	right: 10px;
  }
  
  .calculator .select-button-inner button.currency-selected {
	  background-color: #fff;
	  outline: none;
	  border: none !important;
	  border-width: 0 !important;
	  border-style: none !important;
	  border-color: none !important;
	  border-image: none !important;
  }
  .calculator button.currency-selected li{
	  list-style: none;
	  float: left;
	  padding-bottom: 0px;
	  display: flex;
	  align-items: center;
	  /* padding: 7px; */
	  padding: 0;
	  height: 30px
  }
  
  .calculator .currency-selected:hover,
  .calculator .select-button-list li:hover {
	  cursor: pointer;
  }
  
  .calculator .currency-selected:focus{
	 outline:none;
  }
  
  .calculator .btn-area {
	  height: 0;
  }
  
  .calculator .delivery-fee-label {
	  margin-right: 5px;
  }
  
  .calculator .delivery-fee-strikethrough {
	  margin-right: 5px;
	  text-decoration: line-through;
  }
  
  .single-delivery:hover .delivery-method-name {
	  padding-left: 5px;
	  transition: all 0.3s linear;
  }
  
  @media screen and (max-width: 767px) { 
	  .calculator {
		  margin: -23px auto 0 auto;
	  }
	  
	  .calculator-present .elementor-swiper {
		  margin-top: 120px;
	  }
  }