@media screen and (min-width: 1200px){
    .swal2-modal.swal2-show.launch-pad-details {
        max-width: 1300px;
        min-width: 1300px;
    }
}

@media screen and (min-width: 960px){
    .lineup-text {
        font-size: 36px;
    }

}

@media screen and (min-width: 767px) {

    .custom-shop .main.container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    .swal2-modal.launch-pad-details div.project-details-container, .swal2-modal.launch-pad-details div.product-top-section.order-lg-first {
        overflow-y: scroll;
        max-height: 95vh;
        min-height: 95vh;
    }
}
@media screen and (max-width: 628px) {
    div#marketPlaceView-Slidermain {
        width: 100% !important;
    }

    div#marketPlaceView-SliderThumbnail {
        display: none !important;
    }
    .btn.launch-pad-ordernow-scroll {
        display: block !important;
        position: fixed;
        z-index: 9999999;
    }
    .swal2-container.swal2-shown {
        overflow: auto !important;
    }
    #marketPlaceProjectImageSlider {
        padding: 10px;
    }
    .project-details-container {
        padding: 0px 1% !important;
    }
    .product-proof-details-list .redcore_shirt {
        display: flex;
        flex-direction: column !important;
    }
    .col-lg-12.no-padding.main-slider-container {
        flex-direction: column !important;
    }
}
@keyframes animate-constructed-499088 {
	to {
		transform: translate(600px);
		opacity: 0;
	}
}
@font-face {
	font-family: "AvantGardeLT-Bold";
	src: url("/core/templates/assets/fonts/AvantGardeLT-Bold.eot");
	/* IE9 Compat Modes */
	src: url("/core/templates/assets/fonts/AvantGardeLT-Bold.eot?#iefix") format("embedded-opentype"),
		/* IE6-IE8 */
		url("/core/templates/assets/fonts/AvantGardeLT-Bold.otf") format("opentype"),
		/* Open Type Font */
		url("/core/templates/assets/fonts/AvantGardeLT-Bold.svg") format("svg"),
		/* Legacy iOS */
		url("/core/templates/assets/fonts/AvantGardeLT-Bold.ttf") format("truetype"),
		/* Safari, Android, iOS */
		url("/core/templates/assets/fonts/AvantGardeLT-Bold.woff") format("woff"),
		/* Modern Browsers */
		url("/core/templates/assets/fonts/AvantGardeLT-Bold.woff2") format("woff2");
	/* Modern Browsers */
	font-weight: normal;
	font-style: normal;
}
#marketPlaceSearchForms {
    margin-top: auto;
    cursor: initial;
}
.custom-shop .main.container {
    max-width: 1400px;
}
.custom-shop .card {
    border-radius: 13px;
    background: #ebedf1;
    box-shadow: 1px 3px 12px rgb(44 64 113 / 7%);
    margin-bottom: 25px;
    cursor: pointer;
}
.custom-shop .card-header:first-child {
    border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.custom-shop .card-header {
    z-index: 3;
    /* box-shadow: 0 0 2rem 2px rgb(136 152 170 / 19%); */
}
.custom-shop .card-header {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background-color: #fff;
    right: 0px;
}

.custom-shop .search-pad, .search-pad {
    padding: 0px 22px 0px 22px;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    border-top-left-radius: 13px !important;
    border-top-right-radius: 13px !important;
}
.input-group-flush > .input-group-prepend > .input-group-text, .input-group-flush > .input-group-append > .input-group-text {
    padding: 0;
    padding-right: 1rem;
    border-width: 0;
    background-color: transparent;
}

.input-group-flush > .input-group-prepend > .input-group-text {
    color: #4c535f;
}
#searchTagsMarketPlace {
    animation-name: animate-constructed-499088;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: reverse;
    animation-timing-function: ease;
    animation-fill-mode: none;
}
.launch-pad-megamenu {
    display: block;
}

span.btn-marketplace-megamenu-detail {
    font-size: 14px;
    font-weight: bold;
    color: #565867;
    width: 20%;
    cursor: pointer;
}
span.btn-marketplace-megamenu-detail:hover {
    color: #2196f3;
}
ul.top-search-autocomplete.marketPlaceSearchForms {
    position: relative;
    border-radius: unset !important;
    box-shadow: initial;
    list-style: none;
    border-top: 1px solid rgba(0, 0, 0, .05);
}
ul.top-search-autocomplete {
    position: absolute;
    padding: 19px 0px 0px 0px;
    background: white;
    width: 100%;
    max-height: 265px;
    overflow-y: auto;
    z-index: 9;
    color: #3f4040b0;
    top: 60%;
    border-radius: 0px 0px 26px 26px;
    box-shadow: 0px 2px 10px #0000004a;
    -webkit-transition: background .4s, -webkit-box-shadow .2s;
    transition: background .4s, -webkit-box-shadow .2s;
    -o-transition: background .4s, box-shadow .2s;
    transition: background .4s, box-shadow .2s;
    transition: background .4s, box-shadow .2s, -webkit-box-shadow .2s;
}

ul.top-search-autocomplete {
    padding: 38px 0px 0px 0px !important;
}
.btn-launch-pad-tag-search {
    background: #ffffff;
    color: #1965f1 !important;
    border-radius: 20px;
    margin: -12px 8px 3px -2px;
    font-size: 11px;
    top: 18px;
    padding: 8px 16px !important;
    position: relative;
    box-shadow: 0 0 2rem 2px rgb(136 152 170 / 19%);
    font-weight: 600;
}
.tag-container {
    overflow: auto;
}
.table-responsive {
    display: block;
}
.tag-container {
    float: left;
    margin: 0px;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0px 3px 0px 15px;
    width: 100%;
    height: 48px;
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend, .input-group-append {
    display: flex;
}

.input-group-prepend {
    margin-right: -1px;
}
.custom-shop .input-group > .form-control, .custom-shop .input-group > .custom-select, .custom-shop .input-group > .custom-file {
    font-size: 1.25rem;
    line-height: 1.5;
    height: calc(3.625rem + 2px);
    padding: 0.875rem 1rem;
    border-radius: 0.4375rem;
}
.proof-list-title.show_hide_proof_only {
    float: initial;
    margin-right: 0;
    padding: 4px 6px 16px 9px;
}
.show_hide_proof_only {
    font-size: 9px;
    float: right;
    margin-right: 2%;
    cursor: pointer;
    border-radius: 50px;
}

.title-count-notification {
    height: 38px;
    padding: 4px 10px 4px 10px;
    font-size: 15px;
    font-weight: 900;
    color: white;
    border-radius: 48px;
    border: 108px;
    width: 100px;
    position: relative;
    top: -2px;
    margin-right: 5px;
    background: #70d6a8;
    font-family: 'AvantgardeLT-Bold';
}

.title-count-notification {
    margin-left: 6px;
}
.title-count-notification {
    background: #c6c9ce;
}
.proof-list-title h4 {
    color: #000000 !important;
    cursor: pointer;
    font-size: 2.7em !important;
    letter-spacing: -0.5px;
    padding: 4px;
}

.proof-list-title h4 {
    font-family: 'AvantGardeLT-Bold';
}
.input-group-flush > .form-control {
    padding: 0;
    border-width: 0;
    background-color: transparent;
    font-family: inherit;
}
.input-group .form-control {
    box-shadow: none;
}
button.btn.btn-white-color.btn-launch-pad-tag-search:hover, button.btn.btn-white-color.btn-launch-pad-tag-search.megamenu-active, button.btn.btn-white-color.btn-launch-pad-tag-search.megamenu-active:hover {
    background: #1965f1 !important;
    color: #fff !important;
}
.megamenu-child {
    margin: 20px 30px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 55vh !important;
    justify-content: start;
    align-content: flex-start;
    width: 100%;
}
.custom-shop .card {
    border-radius: 13px;
    background: #ebedf1;
    box-shadow: 1px 3px 12px rgb(44 64 113 / 7%);
    margin-bottom: 25px;
    cursor: pointer;
}
.custom-heart-icon {
    float: right;
    transform: translateY(-24px);
    visibility: hidden;
    opacity: 0;
    width: 2px;
    height: 4px;
}
.project-order-counts {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 1;
    background: #edeeef;
    color: #4292da;
    font-weight: bold;
    color: gray;
    z-index: 3 !important;
}
.marketplace-image-window {
    overflow: visible;
    max-width: 305px;
    position: relative;
    display: inline-flex;
    right: 6px;
    border-radius: 12px;
}
.marketplace-image {
    font-size: 1rem;
    display: inline-flex;
    color: #fff;
    border-radius: 0.375rem;
    /* background-color: #adb5bd; */
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    width: 117px;
    height: 117px;
    position: relative;
    background-color: #f3f4f6;
    float: right;
    right: 0px;
    border-radius: 13px;
    border: 5px solid white;
}
.card-spacer {
    padding: 6px 0px 7px 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.launch-padding .mb-0 {
    margin-bottom: 0 !important;
    top: 3px;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 1rem;
}
.project-sub-status-info {
    white-space: nowrap;
    max-height: 40px;
    min-height: 38px;
}
.text-muted {
    color: #6c757d!important;
}
.redcore-hr {
    display: none;
}
.project-card .btn-red {
    background: #ffffff;
}
.btn-marketplace-order-now {
    padding: 11px 19px 10px 19px !important;
    border-radius: 29px;
    font-size: 13px;
    border: 2px solid #1965f1;
    font-weight: 600;
}
.quick-link-edit-tag, .quick-category-edit-tag, .proof-card-options, .project-edit-tag {
    border-radius: 46px;
    right: 5px;
    float: right;
    position: absolute;
    bottom: 5px;
    box-shadow: none;
    z-index: 3;
    border-color: #edeeef;
    background-color: #edeeef;
    width: auto;
}

.card-options-btn {
    background: #ebebeb;
    padding: 18px;
    border-radius: 46px;
    padding: 7px;
    background: #edeeef;
}
span.btn.btn-danger.product-shop-notification {
    position: absolute;
    top: 68px;
    width: 100%;
    z-index: 3;
    font-size: 9px;
    text-align: center;
    padding: 3px 7px;
    text-transform: uppercase;
    background: #b400ff;
    border-color: #9C27B0;
    box-shadow: 0px 1px 2px #00000047;
    color: white;
    border-radius: 97px;
    width: 89px;
    text-align: center;
    margin: 9px;
    font-weight: 900;
}
.h4.text-white.d-inline-block.mb-0 {
    padding: 0px 0px 22px 0px;
}

.sub-label-card h4 {
    color: #748092 !important;
    cursor: pointer;
}
.sub-label-card .no-card.no-cardy {
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-color: transparent;
}
.lineup, .elite-lineup {
    text-align: center;
    padding: 17px 14px 47px 14px;
    font-size: 37px;
    font-weight: 700;
    border: 1px solid #525f7f63;
    border-radius: 14px;
    margin-top: 38px;
    background: #525f7f0f;
}

.lineup {
    animation: yourAnimation 4s forwards 0s linear;
    background: linear-gradient(87deg, #ffffff 0, #ffffff 100%) !important;
}
.guy-img {
    /* background-image: url(https://redcore.com/core/templates/assets/images/redcore-guy.jpg) !important; */
    background-position: center !important;
}

.lineup-text {
    padding: 25px 14px 11px 14px;
    color: #000000;
    font-family: AvantGardeLT-Bold;
    letter-spacing: -.5px;
}
.redcore-pro p, .lineup.col-lg-12 p {
    font-size: 14px;
}
.redcore-pro button, .lineup.col-lg-12 button {
    width: auto;
    font-size: 15px;
}
.btn.btn-primary.create_user_supportcenter_notification {
    border-radius: 44px;
    border: white;
    padding: 18px 40px;
}
.swal2-modal.swal2-show.launch-pad-details {
    width: 100%;
    padding: 0px !important;
}
.swal2-modal.swal2-show.launch-pad-details {
    background: transparent !important;
}
.row.col-lg-12.no-padding.main-slider-container {
    margin-left: 0px;
}
.col-lg-12.no-padding.main-slider-container {
    display: flex;
}
.col-lg-12.no-padding.main-slider-container .col-lg-6 {
    flex: 1;
}
#marketPlaceProjectImageSlider {
    height: auto !important;
    width: 100% !important;
    padding: 0 20px;
    padding: 48px;
}
#marketPlaceProjectImageSlider .marketplace-details-title {
    float: left;
    width: 100%;
    padding: 0px 13px;
}
#marketPlaceProjectImageSlider .marketplace-details-title h4.project-title {
    font-size: 35px;
    font-family: 'AvantGardeLT-Bold';
    color: #000000;
    text-align: left;
    letter-spacing: -2px;
    border-bottom: 1px solid black;
}
#marketPlaceProjectImageSlider .main-container-marketplace {
    height: 410px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 0px solid #0000002e;
}
.main-container-marketplace .gallery-thumbs {
    height: auto;
    box-sizing: border-box;
    padding: 0;
    width: 20%;
    float: left;
    max-height: 100%;
    position: relative;
    overflow: hidden;
    margin: 15px;
    border: 3px solid #cbcbcb;
    background: #e1e1e1;
    border-radius: 10px;
}
.main-container-marketplace .gallery-thumbs {
    cursor: ns-resize;
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}
.main-container-marketplace .swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
img.slider-idea-board-image, img.slider-launch-pad-image {
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    border-radius: 5px;
}
div#marketPlaceView-Slidermain {
    float: right;
    width: 69%;
    overflow: hidden;
    max-height: 385px;
    height: auto;
    margin: 15px 0;
    position: relative;
    border-radius: 8px;
    border: 1px solid #bbbbbb;
}
#marketPlaceProjectImageSlider .marketplace-details h2 {
    text-align: left;
}
.marketplace-details h2.project-details {
    border-top: 1px solid #dbdbdb;
    padding: 17px 0px;
    margin: 2px 0px;
}
h2.project-details {
    font-size: 20px;
    color: #000000 !important;
}
.project-description.col-lg-12.no-padding {
    text-align: left;
    color: #070908;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.swal2-popup.swal2-modal.swal2-show.launch-pad-details :nth-child(2).col-lg-6.col-xs-12 {
    padding: 15px 15px 0 0 !important;
    /* border-radius: 23px; */
    border: 16px solid #eeeeee;
}
.project-details-container {
    background: #eee;
    padding: 0px 10%;
    text-align: left;
    float: left;
    width: 100%;
}
.product-proof-details-list {
    position: relative;
    z-index: 999999;
}
.btn.launch-pad-ordernow-scroll.visible-button {
    visibility: visible;
}
.lefty {
    text-align: left !important;
    font-size: 25px !important;
    color: #b2b2b2 !important;
    margin-top: 45px !important;
    margin-left: -3px !important;
}
h2.lefty:after {
    content: "Please set a due date to ensure your order is received on time.";
    font-size: 11px;
    font-weight: 400;
    font-family: Roboto;
    color: black;
    padding-left: 8px;
    line-height: 4px;
}

.redcore_shirt {
	padding: 17px 0px;
}
.product-proof-details-list .redcore_shirt {
	background: white;
	padding: 22px 35px 21px 28px;
	border-radius: 4px;
	border: 1px solid #bec0c3;
}
.text-red {
    color: #f52120 !important;
}
#formBuilderViewProof h5 {
    color: #2050dc;
    font-size: 16px;
    padding-top: 15px;
    font-weight: 600;
}
.rendered-form .pull-left {
    float: left;
}
.single_size_container.redcore-shirt-radio-main-container {
    margin-top: 13px;
}
.redcore-single-size-radio.item-align-center input {
    margin-right: 11px;
}
.redcore-shirt-radio.item-align-center input, .redcore-single-size-radio.item-align-center input {
    width: 46px;
}
.redcore-single-size-radio.item-align-center input, .redcore-single-size-radio-elem.item-align-center input, .redcore-shirt-radio.item-align-center input, .redcore-shirt-radio-elem.item-align-center input {
    padding: 4px;
   /*  width: 46px; */
    border: 1px solid #87888a;
    background-image: none !important;
    background-position: inherit !important;
    background-size: inherit !important;
    margin-bottom: 4px;
    height: 34px;
    border-radius: 5px;
}
.rendered-form button, .rendered-form input, .rendered-form select, .rendered-form textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.form-check.funkyradio.btn.btn-checkbox label {
    padding: 5px;
    font-weight: 900;
	margin: 0px;
}
.btn-checkbox.checked {
    border-color: #0476d0;
    background-color: #0476d0;
    color: white;
}
.form-check.funkyradio.btn.btn-checkbox {
    width: auto;
}
.redcore_shirt .funkyradio.btn.btn-checkbox {
    width: auto;
    min-width: 85px;
    padding: 0px 10px;
    border-radius: 60px;
    margin: 5px;
}
.redcore-single-size-radio.col-lg-1, .redcore-shirt-radio.col-lg-1 {
    max-width: 100%;
}
.redcore-shirt-radio.item-align-center, .redcore-shirt-radio-elem.item-align-center, .redcore-single-size-radio.item-align-center, .redcore-single-size-radio-elem.item-align-center {
    margin-right: 4.1%;
    font-size: 15px;
    width: 32px;
}
.redcore-shirt-radio.item-align-center label {
    font-size: 12px;
    font-weight: 700;
    width: 45px;
}
span.small-title {
    font-size: 9px;
    font-weight: bold;
}
.rendered-form .btn, .rendered-form .form-control {
    background-image: none;
}
.rendered-form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.rendered-form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 4px;
}
.redcore-shirt-radio-main-container .col-lg-12.row {
	position: relative;
}
.col-lg-12.shirt-total-count.content-align-right, .col-lg-12.single-size-total-count.content-align-right {
    background: #d1d1d100;
    color: #a9a9a9;
    padding: 12px 1px 6px 8px;
    text-align: right;
    margin: 6px 1px;
    border-radius: 0px;
    width: 96%;
    font-weight: 900;
    height: 38px;
    border-bottom: 1px solid #939393;
    font-size: 16px;
}
.btn-checkbox {
    background: #f2f2f2;
    margin-bottom: 10px !important;
    border: 1px solid #eeeeee;
    cursor: pointer !important;
    opacity: 0.9 !important;
    alignment-baseline: ideographic;
    font-weight: 300 !important;
    color: #939393;
}
.modal .modal-header .close {
    color: #999999;
}
.modal-header .close {
    /* margin: -1.25rem -1.25rem -1.25rem auto; */
    /* padding: 1.25rem; */
}
/* .modal-header button.close {
    color: white;
    background: #939393;
    padding: 0px 10px 8px 11px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
    right: 1px;
    font-size: 37px;
} */

.field.d-flex.align-items-center.justify-content-between.share-link-copy-container .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.btn.view-large-image.image-zoom-popup {
    border: 2px solid #dfdfdf !important;
}
a.cursor.gray.new-account-btn {
    background: #f6f6f6;
    padding: 11px;
    border-radius: 4px;
    width: 93%;
    margin: 13px;
}
label.size-labeler {
    font-size: 12px;
    background: #1f50dc !important;
    padding: 4px 0px 3px 8px;
    border-radius: 41px 0px 0px 41px;
    height: 23px;
    color: white;
    font-weight: 900;
    width: 50px;
    margin: 0px !important;
    position: relative;
    top: 12px;
    right: -1px;
}
input.mark-check, textarea.mark-check, select.mark-check, button.dropdown-toggle.btn.btn-primary.btn-round.mark-check[data-toggle="dropdown"] {
    background-image: url(/core/templates/assets/img/check.png) !important;
    background-repeat: no-repeat !important;
    background-size: 27px !important;
    background-position: right !important;
    padding-right: 4px;
}
.product-proof-details-list .measure-box.row {
    background: white;
    padding: 11px 24px;
    border-radius: 4px;
    border: 1px solid #bec0c3;
}

.proof-launch-pad-form-values .row {
    margin: 0px !important;
}
.proof-defualt-fields .row.file-upload-section.my-3.mx-0 {
    display: flex !important;
}
.proof-defualt-fields button.btn.sticker-file-upload.thread-bg {
	margin: 0px !important;
}
.proof-defualt-fields .thread-drag-and-drop {
    width: 62%;
}
.button-loader {
	width: 20px;
	visibility: visible;
	margin-right: 10px;
}
a.btn.col-lg-12.btn-marketplace-detail-order-now.btn-primary {
    border-radius: 122px;
    background: #27b578;
    text-align: center;
    opacity: 1;
    padding: 20px;
    margin: 15px auto 19px auto !important;
    width: 71%;
    display: block;
}
.quote_request_project_order_submit, .project_order_submit_start_over {
    display: none;
}
.hide, .display-flex.hide {
    display: none !important;
}
.bg-light-gray {
    background-color: #ffffff !important;
    background: rgb(255 255 255);
    border: 2px solid #eeeeee;
}
div::-webkit-scrollbar:vertical {
	width: 20px;
	display: none;
}
div::-webkit-scrollbar:horizontal {
	height: 11px;
	display: none;
}
input::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: transparent;
}
div::-webkit-scrollbar {
	-webkit-appearance: none;
	background-color: transparent;
}
ul .search-list-top {
    padding: 4px 9px 5px 20px;
    margin: 0 12px;
}
.search-list-top b {
    color: red;
    font-size: 18px;
}
ul.top-search-autocomplete li.ui-autocomplete-row {
    position: relative;
}
ul.top-search-autocomplete li {
    background: #fff;
    padding: 5px 10px 5px 20px;
    cursor: pointer;
    border-radius: 51px;
    margin: 7px 12px;
    text-transform: capitalize;
}
ul.top-search-autocomplete li:hover {
    background: #bcc0c770;
    color: #0e0909;
}
ul.top-search-autocomplete li.ui-autocomplete-row:hover i {
    visibility: visible;
    position: absolute;
    right: 12px;
    top: 1px;
    font-size: 30;
}
ul.top-search-autocomplete li.ui-autocomplete-row i {
    color: #fff;
}
.btn.launch-pad-ordernow-scroll {
    width: 80%;
    bottom: 14px;
    left: 0;
    background: red;
    color: #fff;
    cursor: pointer;
    display: none;
    visibility: hidden;
    border-radius: 25px;
    border: 5px solid #fff;
    margin: auto 10%;
}
.error-message {
    color: red;
    font-weight: bold;
    font-size: 10px;
}
span.btn.shirt-remove-section {
    background: #ffffff61;
    position: relative;
    border-radius: 25px;
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    padding: 5px;
    margin-left: 20px;
    right: 23px;
    position: absolute;
    font-size: 11px;
    bottom: -104px;
    z-index: 9999;
    width: auto;
}
.project-details-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    font-weight: 400;
    background: transparent !important;
}
label.fb-select-label, label.fb-text-label {
    color: #1f50dc;
    font-size: 17px;
    padding: 15px 3px 0px 3px;
    font-weight: 600;
}
.rendered-form .form-control {
    height: 34px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
}
.fb-redcoreSingleSize.form-group label.fb-redcoreSingleSize-label {
    display: none;
}
.redcore-single-size-radio.item-align-center label, .redcore-single-size-radio-elem.item-align-center label, .redcore-shirt-radio.item-align-center label, .redcore-shirt-radio-elem.item-align-center label {
    font-size: 11px;
    font-weight: 700;
}
span.small-title {
    font-size: 9px;
    font-weight: bold;
}
.errorField + .error-message {
    color: #ffffff !important;
    width: 100%;
    background: #cc0000;
    border-radius: 4px;
}
.errorField + .error-message, .error-message-shirt {
    color: #bb2124;
    font-size: 12px;
    line-height: 1.42857143;
    text-align: left;
    padding: 11px 14px;
    margin-top: 20px;
}
.item-align-center {
    text-align: center;
}
span.copy-close-element {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 13px;
    background: #d2d2d2;
    cursor: pointer;
    border-radius: 0px 4px 4px 0px;
}
div.redcore-single-size-radio {
    width: 38px !important;
}
button.active-tag-search {
    width: auto !important;
    margin: -12px 8px 3px -2px !important;
    padding: 8px 16px !important;
    font-size: 11px;
    color: #fff !important;
    border-radius: 20px !important;
    background: #1965f1 !important;
}
.hide-tag-search-result {
	display: none !important;
}
.show-full-width {
    width: 100% !important;
}
