@font-face {
    font-family: "ping";
    src: url("PingARLT-Thin.woff2") format("woff2"), url("PingARLT-Thin.woff") format("woff"), url("PingARLT-Thin.ttf") format("truetype");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-ExtraLight.woff2") format("woff2"), url("PingARLT-ExtraLight.woff") format("woff"), url("PingARLT-ExtraLight.ttf") format("truetype");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-Light.woff2") format("woff2"), url("PingARLT-Light.woff") format("woff"), url("PingARLT-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-Regular.woff2") format("woff2"), url("PingARLT-Regular.woff") format("woff"), url("PingARLT-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-Medium.woff2") format("woff2"), url("PingARLT-Medium.woff") format("woff"), url("PingARLT-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-Bold.woff2") format("woff2"), url("PingARLT-Bold.woff") format("woff"), url("PingARLT-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: "ping";
    src: url("PingARLT-Black.woff2") format("woff2"), url("PingARLT-Black.woff") format("woff"), url("PingARLT-Black.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }

  .funkyradio div {
    overflow: hidden;
    display: block;
    float:right;
    margin: 1% 1.6% 1% 0;
      width: 19%;
    max-width: 31%;
  }
  
  .funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
        height: 50px;
      line-height: 50px;
    font-weight: normal;
    background-color: #b5b2b224;
  }
  
  .funkyradio input[type="radio"]:empty,
  .funkyradio input[type="checkbox"]:empty {
    display: none;
  }
  
  .funkyradio input[type="radio"]:empty ~ label,
  .funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    text-indent: 0.3em;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .funkyradio input[type="radio"]:empty ~ label:before,
  .funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
  }
  
  .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
  .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
  }
  
  .funkyradio input[type="radio"]:checked ~ label,
  .funkyradio input[type="checkbox"]:checked ~ label {
    border: 2px solid #0967d2;
  border-radius: 8px;
  }
  
  .funkyradio input[type="radio"]:checked ~ label:before,
  .funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio input[type="radio"]:focus ~ label:before,
  .funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
  }
  
  .funkyradio-default input[type="radio"]:checked ~ label:before,
  .funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
  }
  
  .funkyradio-primary input[type="radio"]:checked ~ label:before,
  .funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
  }
  
  .funkyradio-success input[type="radio"]:checked ~ label:before,
  .funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
  }
  
  .funkyradio-danger input[type="radio"]:checked ~ label:before,
  .funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
  }
  
  .funkyradio-warning input[type="radio"]:checked ~ label:before,
  .funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
  }
  
  .funkyradio-info input[type="radio"]:checked ~ label:before,
  .funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
  }
  
  .shipping-middleware input[type="radio"]:not(:checked) + label
  {
    align-items: center;
    color: #666;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    line-height: 20px;
    margin: 0;
    padding: 10px 42px 10px 15px;
    position: relative;
    transition: all .5s cubic-bezier(.2,1,.3,1);
    width: 100%;
  }
  .company-logo
  {
    border-radius: 8px;
    height: 48px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 7px;
  }
  .currency
  {
    align-items: center;
    color: var(--color-text);
    display: flex;
    flex-direction: row;
    font-size: 15px;
    font-weight: 500;
    gap: 3px;
    justify-content: center;
  }
  
  
  ::selection{
    background: #d5bbf7;
  }
  .card{
    margin: 15px auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .card .title{
    font-size: 22px;
    font-weight: 500;
  }
  .card .content{
    margin-top: -3px;
  }
  .card  label.box{
    margin-top: 12px;
    padding: 10px 12px;
    display: flex;
    border-radius: 5px;
    border: 2px solid #f3f4f6;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  
  
  .card  label.box .circle{
    height: 22px;
    width: 22px;
    background: #e1e1e1;
    border: 5px solid transparent;
    display: inline-block;
    margin-left: 15px;
    border-radius: 50%;
    transition: all 0.25s ease;
    /*box-shadow: inset -4px -4px 10px rgba(0, 0, 0, 0.2);*/
  }
  
  .card  label.box .plan{
    display: flex;
    width: 100%;
    align-items: center;
  }
  .card input[type="radio"]{
    display: none;
  }
  .card .price{
  width: 33%;
    text-align: left;
    margin-top: 10px;
  }
  
  @media (max-width: 575.98px) {
  .card .price
  {
    width: 33%;
    text-align: left;
    margin-top: 10px;
  }
  .funkyradio div
  {
    width: 31%;
    max-width: 31%;
  }
  }
  
  .funkyradio input[type="radio"]:empty ~ label::before, .funkyradio input[type="checkbox"]:empty ~ label::before
  {
    right: 0;
    width: 1.5em;
    border-radius: 0 3px 3px 0;
    left: unset;
  }
  .funkyradio input[type="radio"]:checked ~ label::before, .funkyradio input[type="checkbox"]:checked ~ label::before
  {
    text-indent: 0.3em;
  }
  .card .yearly
  {
    font-size: 14px;
  }
  
  
  .card_login{
    margin: 15px auto;
    background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  }
  .card_login .title{
    font-size: 22px;
    font-weight: 500;
  }
  .card_login .content{
    margin-top: -3px;
  }
  .card_login  label.box{
    background: #ddd;
    margin-top: 12px;
    padding: 10px 8px;
    display: inline-block;
    border-radius: 5px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.25s ease;
  }
  
  .card_login  label.box:hover{
    background: #ffb61042;
  }
  .card_login  label.box .circle{
    height: 22px;
    width: 22px;
    background: #ccc;
    border: 5px solid transparent;
    display: inline-block;
    margin-left: 15px;
    border-radius: 50%;
    transition: all 0.25s ease;
    box-shadow: inset -4px -4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .card_login  label.box .plan{
    display: flex;
    width: 100%;
    align-items: center;
  }
  .card_login input[type="radio"]{
    display: none;
  }
  .card_login .price{
  width: 100%;
    text-align: left;
    margin-top: 10px;
  }
  
  #login:checked ~ label.login,
  #register:checked ~ label.register,
  #guest:checked ~ label.guest {
               border-color: #FFB610;
                    background: #ffb61042;
  }
  #login:checked ~ label.login .circle,
  #register:checked ~ label.register .circle,
  #guest:checked ~ label.guest .circle {
        border-color: #242828;
                      background: #fff;
  }

      .cart-item {
          background-color: #ffffff;
          border-radius: 4px;
          margin-bottom: 20px;
          padding: 15px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      }
      .cart-header {
          font-weight: bold;
          color: #333333;
          background-color: #f8f9fa;
          padding: 10px;
          border-radius: 4px;
          margin-bottom: 20px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      }
      .price1 {
          color: #e67e22;
          font-weight: bold;
      }
      .item-name {
          font-weight: bold;
      }
      .item-details {
          margin-bottom: 15px;
      }
      .item-quantity {
          width: 50px;
      }
      .image-placeholder {
          width: 80px;
          height: 80px;
          background-color: #cccccc;
          display: inline-block;
          margin-right: 10px;
      }
      .fa-trash-alt {
          color: #d9534f;
          cursor: pointer;
      }
  
      .ltr {
          unicode-bidi: isolate;
          direction: ltr;
      }
      .cart-summary-wrapper {
		margin-bottom: 10px;
		transition: all 0.5s cubic-bezier(0.2,1,0.3,1)
	}
	.cart-summary-wrapper .cart-summary {
		align-items: center;
		background: #fff;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		list-style: none;
		margin: 10px 0;
		padding: 8px 15px;
		position: relative;
		width: 100%
	}
	.cart-summary-wrapper .cart-summary > .loader-cont {
		background: #fff;
		bottom: 3px;
		left: auto;
		position: absolute;
		right: 10px;
		top: 0;
		width: calc(100% - 20px);
		z-index: 9
	} 
	.cart-summary-wrapper .cart-summary--bg {
		align-items: center;
		background-repeat: repeat-x !important;
		background-size: 2%;
		display: flex;
		height: 30px;
		justify-content: center
	}
	.cart-summary-wrapper .cart-summary--toggle {
		align-items: center;
		background-color: #f7f7f7;
		border-radius: 50px;
		display: flex;
		flex-direction: row;
		height: 45px;
		justify-content: center;
		padding: 0 10px;
		position: relative;
		top: -8px;
		width: auto
	}
	.cart-summary-wrapper .cart-summary--toggle .btn {
		background-color: #fff !important;
		border-radius: 50px;
		color: #242828;
		font-size: 14px;
		gap: 0.25rem;
		height: 30px;
		min-height: unset;
		padding: 0 10px;
		width: 100%;
        border-color: #CED4DA;
	}

	.cart-summary-wrapper .cart-summary li {
		align-items: center;
		display: inline-flex;
		height: auto;
		justify-content: space-between;
		transition: all 0.5s cubic-bezier(0.2,1,0.3,1);
		width: 100%
	}
	.cart-summary-wrapper .cart-summary li h4 {
		align-items: center;
		color: var(--color-text);
		display: flex;
		flex-direction: row;
		font-family: ping;
		font-size: 15px;
		font-weight: 500;
		gap: 10px;
		justify-content: flex-start;
		margin: 0
	}
	.cart-summary-wrapper .cart-summary li .currency {
		white-space: nowrap
	}
	.cart-summary-wrapper .cart-summary li.title {
		padding: 4px 30px 10px 0
	}
	.cart-summary-wrapper .cart-summary li.title h4 {
		font-weight: 700;
		padding: 6px 0 0
	}
	.cart-summary-wrapper .cart-summary li.title:after {
		background-size: contain;
		content: "";
		display: block;
		height: 21px;
		opacity: .6;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		width: 25px
	}
	.cart-summary-wrapper .cart-summary li.title:before {
		align-items: center;
		background-color: var(--color-primary);
		border-radius: 50%;
		color: #fff;
		content: attr(data-total-elements);
		display: flex;
		flex-direction: row;
		font-size: 12px;
		height: 20px;
		justify-content: center;
		padding: 0 2px 2px 0;
		position: absolute;
		right: -7px;
		top: 0;
		width: 20px;
		z-index: 99
	}
	.cart-summary-wrapper .cart-summary li.total .currency b {
		font-size: 22px !important;
		font-weight: 700
	}
	.cart-summary-wrapper .cart-summary li.proceed {
		padding: 0
	}
	.cart-summary-wrapper .cart-summary li.column {
		flex-direction: column
	}
	.cart-summary-wrapper .cart-summary li.no-border {
		border: none
	}
	.cart-summary-wrapper .cart-summary--total {
		padding: 0 !important
	}
	.cart-summary-wrapper .cart-summary--total li {
		border-top: 2px solid #f7f7f7;
		margin: 0;
		padding-bottom: 20px !important;
		padding-top: 20px !important;
		position: relative
	}
	#cart_summary_desktop .cart-summary-wrapper .cart-summary--total li:after,
	#cart_summary_desktop .cart-summary-wrapper .cart-summary--total li:before {
		background: #f7f7f7;
		border-radius: 50%;
		content: "";
		height: 22px;
		position: absolute;
		right: -9px;
		top: -12px;
		width: 18px
	}
	#cart_summary_desktop .cart-summary-wrapper .cart-summary--total li:before {
		left: -9px;
		right: autos
	}
	.cart-summary-wrapper .cart-summary--total li .currency *,
	.cart-summary-wrapper .cart-summary--total li h4 {
		font-size: 20px !important
	}
	.cart-summary-wrapper .cart-summary--desktop {
		border-radius: 4px;
		margin: 0
	}
	.cart-summary-wrapper .cart-summary--top {
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		padding-bottom: 0 !important
	}
	.cart-summary-wrapper .cart-summary--top .cart-summary:not(.cart-summary--total) li {
		border-bottom: 1px dashed #cecece;
		padding-inline: 0 !important
	}
	.cart-summary-wrapper .cart-summary--top .cart-summary:not(.cart-summary--total) li:last-child {
		border: none
	}
	.cart-summary-wrapper .cart-summary--bottom {
		border-top-left-radius: 0 !important;
		border-top-right-radius: 0 !important;
		padding-top: 0 !important
	}
	#cart_summary_desktop .cart-summary li:not(.title) {
		padding: 10px 15px 10px !important;
	}
	.btn--coupon {
		color: #f55157;
		font-size: 13px;
		margin-right: auto;
		padding: 0;
		position: relative;
		transform: translateY(-8px);
	}
    @media (min-width: 576px) {
        .cart-card
      {
          padding: unset;
        }
      }
      .cart-card
{
  background-color: unset;
  border: unset;
}
.sticky-top
{
  position: unset;
}
.select2-container {

  width: 100% !important;
}


.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 8px;
  right: auto;
}

#entry_225636 {
  padding-bottom: 0.4rem !important;
}