:root {
    color: #64AFB3;
    color: #151519;
    color: #0000003D;
    color: #EFEFEF;
    color: #ED3C5B;
    color: #161616;
    color: #707070;
    color: #64AFB300;
    color: #EEEAE7;
    color: #00000029;
}

body {
    margin: 0;
	padding: 0;
    color: #151519;
    font-weight: 400;
    font-style: normal;
    font-family: "Poppins", sans-serif;
}

img {
	width: 100%;
	height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-top: 0;
    vertical-align: middle;
    font-weight: 600;
}

p, li, a, font {
	font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

b, strong {
    font-weight: 800;
}

ul {
	padding-left: 20px;
    margin-bottom: 0;
}
a {
    color:#202536;
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
    color: inherit;
}

i {
	vertical-align: middle;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid #151519;
    opacity: 1;
}

.dark-txt {
    color: #151519;
}

.text-bg-dark {
    background-color: #151519!important;
}

.bold-txt {
    font-weight: 800;
}

.red-txt {
    color: #ED3C5B;
}

.light-border {
    border: 1px solid #C9C9C9;
}

.btn-primary {
    padding: 10px 30px;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    background-color: #ED3C5B;
    border: 1px solid #ED3C5B;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    color: #ED3C5B;
    background-color:transparent!important;
    border-color: #ED3C5B!important;
    box-shadow: none;
}

.btn-primary:disabled {
    background-color: #decec0;
    border-color: #decec0!important;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #ED3C5B;
    background-color:transparent!important;
    border-color: #ED3C5B!important;
    box-shadow: none;
}

.btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none;
}

.btn-primary.blue {
    color: #fff;
    background-color: #64AFB3;
    border: 1px solid #64AFB3;
}

.btn-primary.blue.focus, .btn-primary.blue:focus, .btn-primary.blue:hover {
    color: #64AFB3;
    background-color:transparent!important;
    border-color: #64AFB3!important;
    box-shadow: none;
}

.btn-primary.blk {
    color: #fff;
    background-color: #202536;
    border: 1px solid #202536;
}

.btn-primary.blk.focus, .btn-primary.blk:focus, .btn-primary.blk:hover {
    color: #202536;
    background-color:transparent!important;
    border-color: #202536!important;
    box-shadow: none;
}

.btn-primary.blk-inv {
    color: #151519;
    background-color:transparent;
    border: 1px solid #151519;
    font-weight: 600;
}

.btn-primary.blk-inv.focus, .btn-primary.blk-inv:focus, .btn-primary.blk-inv:hover {
    color: #fff!important;
    background-color: #151519;
    border-color: #151519 !important;
    box-shadow: none;
    font-weight: 600;
}

.btn-primary.red {
    color: #fff;
    background-color: #ED3C5B;
    border: 1px solid #ED3C5B;
}

.btn-primary.red.focus, .btn-primary.red:focus, .btn-primary.red:hover {
    color: #ED3C5B;
    background-color: transparent;
    border-color: #ED3C5B!important;
    box-shadow: none;
}

.btn-primary.red-inv {
    color: #151519;
    background-color: transparent;
    border: 2px solid #ED3C5B;
    line-height: normal!important;
}

.btn-primary.red-inv i {
    color: #ED3C5B;
    font-size: 18px;
}

.btn-primary.red-inv.focus, .btn-primary.red-inv:focus, .btn-primary.red-inv:hover {
    color: #fff;
    background-color: #ED3C5B!important;
    border-color: #ED3C5B!important;
    box-shadow: none;
}

.btn-primary.red-inv.focus i, .btn-primary.red-inv:focus i, .btn-primary.red-inv:hover i {
    color: #fff;
}

.card {
    border-color: #EFEFEF;
    border-radius: 5px;
}

.card-footer {
    padding: 0;
    background-color: transparent;
    border-top: 0;
}

/* Carousel */
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    top: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 999px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    border-radius: 100%;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #fff;
}
/* ------------ */

header {
    background-color: #FFFFFF;
    z-index: 9999;
    position: fixed;
	width: 100%;
	top: 46px;
}

header.smaller {
    top: 0!important;
    -webkit-animation: slide-top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: slide-top 0.3s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slide-top {
    0% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

header.smaller li a {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	margin: 0;
}

.topbar {
    background-color: #64AFB3;
    padding: 10px 0;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
    animation: slide-top 0.5s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

.topbar ul>li>a, .topbar ul>li, .topbar p {
    color: #fff;
}

.topbar ul>li>a.active {
    font-weight: 400;
    color: #fff;
}

.mobi-login {
    display: none;
}

.logo img {
    width: 60%;
    height: auto;
    margin-top: 3%;
    margin-bottom: 3%;
}

.nav-link {
    display: block;
    padding: 0 0 0 3rem;
}

.nav-item {
    color: #fff;
    font-weight:400;
    list-style:none;
}

.small-header .nav-item.active>.nav-link{
    color: #fff;
}

.header .navbar-light .navbar-nav .active>.nav-link, .header .navbar-light .navbar-nav .nav-link.active, .header .navbar-light .navbar-nav .nav-link.show, .header .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
    border-bottom: 4px solid #ED3C5B;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 10px;
    color: #fff;
    border-bottom: 4px solid transparent;
}

.navbar {
    padding-bottom: 0;
    padding-top: 0;
}

.header .nav-item {
    color: #fff;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
    padding-bottom: 0px;
    border-bottom: transparent;
    line-height: 70px;
    padding-top: 0;
    border-bottom: 4px solid transparent;
    color: #151519;
}

.header-socials i {
    font-size: 25px;
    color: #fff;
    line-height: 75px;
    padding-left: 10px;
}

.header .navbar-nav .nav-item .nav-link.btn-primary {
    border-bottom: 1px solid #ED3C5B;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-only-items {
    display: none;
}

.navbar-nav-header .nav-item {
    list-style: none;
}

.navbar-collapse .dropdown-toggle::after {
    display: none;
}

.nav-item i {
    margin-right: 0px;
    font-size: 20px;
}

.navbar-light .navbar{
    color:#151519;
}

.nav-item.active .nav-link {
    color: #151519;
    border-bottom: 4px solid #ED3C5B !important;
    font-weight: 400;
}

.navbar-nav .active .btn-primary {
    color: #fff;
    background-color: #ED3C5B;
    font-weight: 400;
}

.navbar-nav .active .btn-primary.red-inv i {
    color: #fff;
    font-size: 18px;
}

.navbar-nav {
    width: 90%;
}

/* Home */
.home-header .row {
    height: 670px;
    padding-bottom: 0;
    justify-items: center;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: center;
}

.home-intro h1 {
    color: #ED3C5B;
    font-size: 40px;
    line-height: normal!important;
    text-align: center;
}

.brands {
    background-color: #EFEFEF;
    padding: 3% 0;
}

.featured-products {
    padding: 0% 0 3% 0;
}

.product-card {
    padding: 15px;
    border-radius: 5px;
    position: relative;
}

.wishlist-icon {
    position: absolute;
    top: 25px;
    right: 25px;
    text-align: center;
}

.wishlist-icon i {
    z-index: 999;
    background-color: #fff;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 100%;
    font-size: 16px;
    padding: 5px;
    vertical-align: middle;
}

.wishlist-icon.red i {
    z-index: 999;
    background-color: #fff;
    color: #ED3C5B;
    border: 1px solid #ED3C5B;
    border-radius: 100%;
    font-size: 16px;
    padding: 5px;
    vertical-align: middle;
}

.wishlist-icon-single i {
    z-index: 999;
    background-color: #fff;
    color: #707070;
    border: 1px solid #707070;
    border-radius: 100%;
    font-size: 16px;
    padding: 5px;
    vertical-align: middle;
}

.wishlist-icon-single a {
    line-height: 50px;
    vertical-align: top;
    margin-left: 20px;
}

/* .product-card .card-body {
    padding-left: 0;
    padding-right: 0;
} */

.product-card p {
    margin-bottom: 3px;
}

.price {
    font-weight: 600;
}

.home-create-account .card-img-overlay {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
}

.home-create-account .card-img-overlay p>span {
    color: #ED3C5B;
    font-weight: 600;
}

.faqs {
    padding: 5% 0;
    text-align: center;
}

.other-header {
    background-position: bottom center;
    background-size: cover;
    margin-top: 70px;
    background-repeat: no-repeat;
}

.other-header .row {
    height: 600px;
    padding-bottom: 3%;
    justify-items: center;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: center;
}

/* about */
.about-header {
    background-image: url(https://files.crtgroupstorage.com/wineathome/aboutheader.jpg);
}

.about-header h1 {
    color: #fff;
    font-size: 40px;
}

.about, .contact {
    padding: 5% 0;
    text-align: center;
}

.create-account {
    padding: 5% 0;
}

.create-account-header {
     background-image: url('https://files.crtgroupstorage.com/wineathome/createaccountheader.jpg');
}

/* Products */
.filter-category li>a {
    line-height: 30px;
    vertical-align: middle;
}

.filter-category li>a.active {
    color: #ED3C5B;
}

.filter-category li {
    line-height: 30px;
    vertical-align: middle;
}

.collapse {
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.slider-container {
    width: 250px;
    position: relative;
    margin: 50px 0;
    height: 60px;
}

.slider {
    -webkit-appearance: none;
    position: absolute;
    top: -20px;
    width: 100%;
    pointer-events: none;
    background: none;
    z-index: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ED3C5B;
    cursor: pointer;
    pointer-events: all;
    position: relative;
    top: -7px;
    left: -10px;
    right: 0px;
    z-index: 9999;
}

.min-slider::-webkit-slider-thumb {
    left: 0px;
}

.max-slider::-webkit-slider-thumb {
   left: 0px;
}

.slider::-webkit-slider-runnable-track {
    height: 5px;
    background: transparent;
}

.track {
    position: absolute;
    top: 27px;
    width: 100%;
    height: 5px;
    background: #ddd;
    z-index: 0;
}

.range-values {
    display: flex;
    justify-content: space-between;
}

/* Logistics */
.logistics-header {
    background-image: url('/images/logistics-header.jpg');
    background-position:bottom center;
    background-size: cover;
    margin-top: 90px;
}

.logistics-header .row {
    height: 500px;
    padding-bottom: 5%;
    justify-items: center;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: center;
}

.logistics-header h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.client-header {
    background-image: url('/images/become-client-header.jpg');
    background-position:bottom center;
    background-size: cover;
    margin-top: 90px;
}

.client-header .row {
    height: 500px;
    padding-bottom: 5%;
    justify-items: center;
    align-items: baseline;
    flex-direction: column-reverse;
    text-align: center;
}

.client-header h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

/* login */
.login {
    padding: 10% 0 5% 0;
}

.login img {
    width: 30%;
    height: auto;
    margin-bottom: 40px;
}

.login-card {
    border: 0;
}

/* Contact */
.contact-header { 
    background-image: url('https://files.crtgroupstorage.com/wineathome/contactheader.jpg');
}

.contact-header h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.contact-form {
    background-color: #EEEAE7;
    padding: 5% 0;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #323234;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #131010;
    background-color: #fff;
    border-color: #404627;
    outline: 0;
    box-shadow: none;
}

.form-select {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #323234;
    background-color: #fff;
}

.form-select:focus {
    color: #131010;
    background-color: #fff;
    border-color: #404627;
    outline: 0;
    box-shadow: none;
}

textarea.form-control {
    height: 150px;
}

label {
    margin-bottom: 10px;
    color: #202536;
    font-weight: 500;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0 .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 5px;
}

.flatpickr-input {
    padding: 8px 10px;
    border-radius: 5px;
}

.input-group-text i {
    display: block!important;
}

.input-group>.form-control, .input-group>.form-floating, .input-group>.form-select {
    width: auto!important;
}

/* For Chrome, Safari, Edge, and Opera */
.qty input[type="number"]::-webkit-outer-spin-button,
.qty input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; /* Important to remove the default margin added by the spinner buttons */
}

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

.upload-image {
    color: #277097!important;
}

.remove-image {
    color: red;
}

#map {
    height: 600px;
    width: 100%;
    margin-bottom: -40px;
}

.gm-style img {
    max-width: 50%;
}

.gm-style .gm-style-iw-c {
    max-width: 320px!important;
    text-align: center!important;
}

/*Placeholder text*/
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #202536;
    opacity: 1; /* Firefox */
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #202536;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #202536;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 400;
    font-size: 15px;
}

/* footer */
footer {
    border-top: 10px solid #ED3C5B;
    background-color: #151519;
    padding: 3% 0;
}

footer p, footer a {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0px;
}

footer .footer-links a, footer .footer-links p {
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    justify-content: space-between;
    display: flex;
}

.footer-socials p>a>img {
    width: 17px;
    height: auto;
}

.footer-socials i {
    font-size: 20px;
    height: auto;
    width: 25px;
    color: #fff;
    vertical-align: middle;
    line-height: 100px;
    text-align: center;
    padding: 0;
}

.footer-socials a {
    background-color: #ED3C5B;
    color: #fff;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 25px;
    text-align: center;
    padding: 10px;
    width: 35px;
    display: inline-flex;
    height: 35px;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
}

/* Customer portal specific styles */

.dashboard, .orders-page, .main-products-page, .individual-skip-page, .subscribe-gas-page {
    margin-top: 50px;
    padding: 5% 0;
}

.dashboard .media i {
    vertical-align: middle;
    font-size: 25px;
    line-height: 30px;
    color: #64AFB3;
    display: inline-block;
}

.dashboard .media p {
    display: inline-block;
}

.cart, .checkout-page {
    margin-top: 90px;
    padding: 5% 0;
}

.payments-secured-by {
    margin: 15px 0;
}

.payments-secured-by img {
    width: 50%;
}

.subscribe-gas-page-complete {
    margin-top: 50px;
    padding: 5% 0 10% 0;
}

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
}

.grn-icon {
    height:70px;
    vertical-align: middle;
    align-items: center;
    align-self: center;
    justify-content: center;
}

.grn-icon i {
    color: #14C136;
    font-size: 50px;
    line-height: 100px;
}

.customer-footer .row {
    background-color: #fff;
}

.actions i {
    vertical-align: middle;
    font-size: 20px;
    margin: 0 5px;
}

.list-group-item {
    border-top: 0;
    border-radius: 0!important;
}

.list-group-item:first-child {
    border-left: 0;
    padding-left: 0;
}

.list-group-item:last-child {
    border-right: 0;
}

.actions-th {
    width: 10%;
}

.remove-item i {
    font-size: 20px;
}

.table th, .table tr {
    border-top: 0;
    vertical-align: middle;
}

.table th:first-child, .table td:first-child {
    border-left: 0;
    padding-left: 0;
}

.table>:not(caption)>*>* {
    border-bottom-width: 0;
    box-shadow: none;
}

.table th:last-child, .table td:last-child {
    border-right: 0;
}

.page-link {
    position: relative;
    display: block;
    font-size: 18px;
    color: #131010;
    background-color: transparent;
    border: 0;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: #ED3C5B;
    background-color: transparent;
    border-color: transparent;
    font-weight: 500;
}

.products .badge {
    border-radius: 5px;
    padding: 10px;
    font-weight: 400;
    position: absolute;
    top: 0px;
    left: 13px;
    z-index: 999;
}

.bg-light {
    background-color: #EEEAE7!important;
    border: 0;
}

.gas-subscription .card, .gas-subscription table, .gas-subscription .table>thead, .gas-subscription .table>:not(caption)>*>* {
    background-color: transparent;
}

.gas-subscription .btn-primary {
    max-width: 300px;
}

.bg-light .table {
    border-color: #707070;
}

.bg-light .border {
    border-color: #707070!important;
}

.bg-light .border-md-end, .bg-light .border-lg-end {
    border-right:1px solid #707070!important;
}

.border-lg-end {
    border-right: 1px solid #D1D1D1;
}

/* Qty */
.qty-up {
    position: absolute;
    top: -2px;
    left: auto;
    right: 11px;
    bottom: 0;
    color: #151519;
    vertical-align: middle;
}

.qty-up i, .qty-down i {
    vertical-align: middle;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    color: #151519;
}

.qty-down {
    position: absolute;
    top: -2px;
    left: 10px;
    color: #151519;
    bottom: 0;
    vertical-align: middle;
    right: auto;
    z-index: 999;
}

.qty-final {
    border: 1px solid #EFEFEF;
    font-size: 20px;
    border-radius: 26px;
    padding: 4px 5px;
    background-color: #fff;
    min-height: 30px;
    width: 150px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: relative;
}

.individual-skip-page .carousel-control-next, .individual-skip-page .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #151519;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    transition: opacity .15s ease;
    font-size: 25px;
}

.btn-icon i{
    color: #151519!important;
    font-size: 25px;
    margin-right: 10px;
}

#otp_target .form-control {
    min-width:50px;
    padding:20px!important;
}

.otp-fake-input.otpdesigner__focus__ {
    border-color: #ED3C5B!important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    height: 40px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e8ebf1!important;
    border-radius: 0px!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e8ebf1!important;
    border-radius: 0px!important;
}
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: auto!important;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--multiple {
    display: block;
    width: auto!important;
    height:  auto!important;
    padding: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e8ebf1!important;
    border-radius: 0px!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    user-select: none;
    -webkit-user-select: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 9px!important;
    width: auto !important;
}
.select2-container .select2-search--inline .select2-search__field {
    padding: 4px!important;
    width: auto !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b, .select2-selection .select2-selection--multiple .select2-selection__rendered b {
    border-color:transparent!important;
    border-style: none!important;
    border-width: 0!important;
    font-size:25px;
    font-weight:200;
}
.select2-container--default .select2-selection--single .select2-selection__arrow, .select2-selection .select2-selection--multiple .select2-selection__rendered {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/angle-down-light.png) 96% / 13px 8px no-repeat;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal!important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0!important;
}

select.form-control, select, .email-compose-fields .select2-container--default select.select2-selection--multiple, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    color: black;
    font-size: 15px;
}

.dropdown-wrapper {
    background-color: transparent!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ED3C5B !important;
    padding: 4px 15px !important;
    position: relative;
    font-size: 15px;
    border: 0 !important;
    line-height: 25px!important;
    color:#fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    color: #fff;
    left: 4px;
    font-weight: 400 !important;
    font-size: 19px;
    top: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none!important;
    color: #999;
    cursor: pointer;
    font-size: 1em!important;
    font-weight: bold;
    padding: 0 0px;
    position: absolute;
    left: 1px;
    top: 5px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #9F9F9F!important;
}

.select2-dropdown {
    z-index:9999999;
}

.error-page {
    padding: 30vh 0 15vh 0;
    text-align: center;
}

.error-page h1 {
    font-size: 30px;
    font-weight: 600;
}

/* highlight pack size on product page */
.pack-size {
    color: #151519;
    background-color: #EFEFEF;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
}