/* VARS */
:root {
  	--color-green:#008768;
	--color-grey:#424242;	--color-grey2:#2d2d2d;--color-grey3:#d2d2d2;--color-grey4:#b7b7b7;--color-grey5:#efefef;
}

/* FONTS */
.fs-10{font-size:10px !important;}.fs-11{font-size:11px !important;}.fs-12{font-size:12px !important;}.fs-13{font-size:13px !important;}.fs-14{font-size:14px !important;}.fs-15{font-size:15px !important;}.fs-16{font-size:16px !important;}.fs-17{font-size:17px !important;}.fs-18{font-size:18px !important;}.fs-19{font-size:19px !important;}
.fs-20{font-size:20px !important;}.fs-21{font-size:21px !important;}.fs-22{font-size:22px !important;}.fs-23{font-size:23px !important;}.fs-24{font-size:24px !important;}.fs-25{font-size:25px !important;}.fs-26{font-size:26px !important;}.fs-27{font-size:27px !important;}.fs-28{font-size:28px !important;}.fs-29{font-size:29px !important;}
.fs-30{font-size:30px !important;}.fs-31{font-size:31px !important;}.fs-32{font-size:32px !important;}.fs-33{font-size:33px !important;}.fs-34{font-size:34px !important;}.fs-35{font-size:35px !important;}.fs-36{font-size:36px !important;}.fs-37{font-size:37px !important;}.fs-38{font-size:38px !important;}.fs-39{font-size:39px !important;}
.fs-40{font-size:40px !important;}
.fs-50{font-size:50px !important;}.fs-55{font-size:55px !important;}

/* TEXT */
.text-green{color:var(--color-green) !important;}
.text-grey{color:var(--color-grey) !important;}.text-grey2{color:var(--color-grey2) !important;}.text-grey4{color:var(--color-grey4) !important;}
.text-green-hover:hover{color:var(--color-green) !important;}
.text-decoration-underline-hover:hover{text-decoration:underline !important;}

/* BACKGROUNDS */
.bg-green{background-color:var(--color-green) !important;}
.bg-grey2{background-color:var(--color-grey2) !important;}.bg-grey3{background-color:var(--color-grey3) !important;}.bg-grey5{background-color:var(--color-grey5) !important;}

/* BORDERS */
.border-green{border-color:var(--color-green) !important;}
.border-grey2{border-color:var(--color-grey2) !important;}.border-grey3{border-color:var(--color-grey3) !important;}
.border-15{border-width:15px !important;}

/* FLEX */
.flex-basis-30{flex-basis:30% !important;}

/* LIST */
.list-unstyled{list-style:none !important;}.list-unstyled li{list-style-type:none !important;}

/* UTILS */
.cursor-pointer{cursor:pointer !important;}
.spinner-loading{width:22px;height:22px;border-radius:50%;padding:2.9px;
   background:conic-gradient(from 135deg at top,#000000 90deg, #0000 0) 0 calc(50% - 1.9px)/8.2px 4.1px,
          radial-gradient(farthest-side at bottom left,#0000 calc(100% - 2.9px),#000000 calc(100% - 2.4px) 99%,#0000) top right/50%  50% content-box content-box,
          radial-gradient(farthest-side at top,#0000 calc(100% - 2.9px),#000000 calc(100% - 2.4px) 99%,#0000) bottom   /100% 50% content-box content-box;
   background-repeat:no-repeat; animation:spinner-loading-animate 1.2s infinite linear;
}
@keyframes spinner-loading-animate {
   100% {transform:rotate(1turn);}
}

/* FORM */
.yourguide2go-qty input[type="number"]{appearance:textfield;-moz-appearance:textfield;}
