/*Add CSS here to make minor changes when the developer is not available.*/
.graphic, .video {
  clear: both;
}
@media only screen and (min-width: 40.063em) {
  .graphic, .video {
    clear: none;
  }
}
.name h1 span {
  background: url(/images/theme/play-fi_header_logo_new@2x.jpg);
      background-repeat: repeat;
      background-size: auto;
      
  background-size: 7.8125rem 2.75rem;
}
.top-bar .name h1 {
	height: 3.125rem !important;
	width: 7.8125rem;
	position: relative;
	overflow: hidden;
	margin-left: 1.25rem;
	margin-right: 1.25rem;
	padding-top: .5rem;
}

.top-bar .top-bar-section ul li > a {
	line-height: 3.625rem !important;
}

.orbit-bullets-container {
  transform: translate(54px, 0px);
}
.d-flex{
  display: flex;
  justify-content: end;
}
#paypal-button-container,
#paypal-button-container2{
  height: 45px;
  width: 200px;
  display: inline-block;
  position: relative;
  background: #ffc439;
  padding-top: 5px;
  border-radius: 5px;
}
#paypal-button-container.opacity:before,
#paypal-button-container2.opacity:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 999;
    background: #ffc439;
    margin-top: -5px;
}
#error{
  display: none;
}
#checkout_form label{
  display: inline;
}
#checkout_form label a{
  display: inline-block;
  margin-left: 5px;
}
@media screen and (min-width: 450px) and (orientation: portrait) {
	#table-privacy-policy {
		font-size: 0.7rem;
		cellpadding: "20px 5px 10px 5px!important";
		overflow-x: auto;
        display: block;
	}
	#table-privacy-policy td { 
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-wrap: break-word;
	}
}

.table-privacy-policy {
	border-spacing: 0;
    border: 0.5px solid #d8d8d8 !important;
}

.table-privacy-policy td {
    border: 0.5px solid #d8d8d8 !important;
}

.table-privacy-policy tr:nth-child(even) { 
    background-color:#f4f4f4;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
	.table-privacy-policy td {
		font-size: 12px;
		font-weight: 300;
		line-height: 1.2;
		border-spacing: 0;
		padding: 20px 5px !important;
	}
}

.legal {
  text-transform: uppercase;
  color: #858585;
}

.legal a {
  font-size: .6875rem;
  color: #858585;
}

.legal a:hover {
  color: #f79420;
}

#card-element {
-webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #FFF;
    font-family: inherit;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    color: rgba(0,0,0,.75);
    display: block;
    font-size: .875rem;
    margin: 0 0 1rem;
    padding: .5rem;
    height: 2.3125rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow .45s,border-color .45s ease-in-out;	
}
#store-billing .quantity, #store-cart .quantity, #store-review .quantity {
    display: unset;
    margin: 0;
}
.remove-coupon{
  width: 24px !important;
}
.loader {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #2099F0;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 0.75s linear infinite; /* Safari */
  animation: spin 0.75s linear infinite;
  float: right;
  margin-top: 10px;
  margin-left: 10px;
  display: none;
  position: absolute;
  right: 65px;
  z-index: 999999;
}
.store-ja .loader,
.store-zh .loader{
  margin-top: 15px;
}
.disable-paypal{
  pointer-events: none !important;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
.store-zh #paypal-button-container2,
.store-zh #paypal-button-container,
.store-ja #paypal-button-container2,
.store-ja #paypal-button-container{
  height: 54px;
  padding-top: 10px;
}
.store-zh #paypal-button-container.opacity:before,
.store-zh #paypal-button-container2.opacity:before,
.store-ja #paypal-button-container.opacity:before,
.store-ja #paypal-button-container2.opacity:before{
  margin-top: -10px
}
.store-zh .loader-pal,
.store-ja .loader-pal{
  margin-top: 14px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@media (min-width:480px){
  .remove-coupon{
    margin-top: -40px;
    margin-right: -40px;
  }
}

/* OneTrust fixes  */
body p, ul, li, .label, .row  {
  font-family: "Figtree",arial,helvetica,sans-serif;
  font-weight: 300;
  font-style: normal
}