.white-bg {
    background: #E6E7E8!important;
}
.page_main_title{
	text-transform: capitalize;
    color: #242448;
    /*text-stroke: 1px #242448;
    -webkit-text-stroke: 1px #242448;
    -moz-text-stroke: 1px #242448;*/
	font-size: 38px;
    margin: 30px auto;
}
.section_title_holder{
	background: #A7A9AC;
	padding: 0;
	font-weight: bold;
}
.section_title_holder span {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 !important;
    vertical-align: middle;
    color: #fff;
}
.section_step{
	background: #18A4DD;
}
.section_step.brown_label{
	background: #603913;
}
.section_step.green_label{
	background: #84C98B;
}
.section_step.dark_green_label{
    background: #006838;
}

.section_step.blue_label{
	background: #262262;
}
.section_step.purple_label{
    background: #662D91;
}
.section_step.red_label{
    background: #f00;
}
.section_step.pink_label{
    background: #ed217c;
}
.section_step h5 {
    margin: 0;
    font-weight: 900;
}
.type_item_holder {
    padding: 20px 20px 10px;
    max-height: 570px;
    overflow-y: auto;
}
.type_item_holder.card_holder {
    max-height: 690px;
}
.type_item_holder.two_col_item {
    max-height: 730px;
}
.type_item_holder.two_col_item .type_item {
    margin-bottom: 20px;
}

.type_item {
    border: 1px solid #E6E7E8;
    padding: 15px 5px;
    display: block;
    min-height: 285px;
    margin-bottom: 10px;
}
.type_item_holder .checkmark, .style_select .checkmark {
	display: inline-block;
	position: relative;
	text-align: center;
	width: auto;
	height: auto;
	border-radius: 0;
	background: #84C98B !important;
	color: #fff;
	padding: 0 15px;
	font-weight: bold;
	font-size: 14px;
	opacity: 0;
    top: auto;
}
.type_item_holder .checkmark, .style_select .checkmark {
    position: absolute;
    top: -20px;
    left: auto;
    right: -5px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    padding: 0;
}

.type_item_holder .checkmark::before, .style_select .checkmark::before {
    content: "\f00c";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
}
/*.type_item_holder.band_cat span {
    opacity: 0;
}*/
.type_item_holder .checkbox1 input:checked~.checkmark, .style_select.checkbox1 input:checked~.checkmark{
	opacity: 1;
}
/*.selected_wristband .checkbox1::after {
    content: "\Selected";
    display: block;
    background: #84C98B !important;
    color: #fff;
    width: 70%;
    margin: 0 auto;
}*/
.selected_wristband .checkbox1::after {
    content: "\Selected";
    display: block;
    background: #84C98B !important;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 20px;
}

.type_item_holder .checkmark::after, .style_select .checkmark::after {
    display: none !important;
}
.step_container{
	padding: 0 1rem !important;
}
#step-one, #step-three {
    padding: 0;
}
.step_container {
    padding: 0 15px !important;
    background: #fff;
}
.pullreel_styles label {
    margin: 0;
    padding: 0 10px;
    position: relative;
}
.pullreel_styles.price_label_style_2 label {
    background: #2D2C42;
}
.pullreel_styles.price_label label, .pullreel_styles.price_label_style_2.price_label label {
    background: #F7901E;
}

.pullreel_styles.price_label label::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 30%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #F7901E;z-index: 1;
}
.showpricesheet .table-responsive.table_mob_responsive {
    margin-top: 15px;
}
/*.choose_style_step ul {
    text-align: left;
    color: #58595B !important;
    font-weight: 900;
    list-style: none;
    padding: 0 15px 50px;
}

.choose_style_step ul li span {
    color: #00A651;
    font-size: 0;
    line-height: normal;
    width: 11px;
    height: 11px;
    display: inline-block;
    background: #00A651;
    border-radius: 50%;
    margin-right: 10px;
}*/
.step-five .avatar {
    margin: 20px auto 40px;
}

.step_content {
    margin-top: 20px;
}
/*.color_row > div {
    float: left !important;
    display: inline-block;
    max-width: none;
    width: 200px;
    flex: none;
    padding: 0 8px;
}

.row.color_row {
	display: block;
	flex-wrap: nowrap;
	min-width: 2000px;
}*/

.row.color_row .carousel, .card_size  .carousel {
    width: 100%;
    border: 1px solid #E6E7E8;
    border-radius: 15px;
}
.color_slider .slick-list, .band_cat_slider .slick-list, .card_size .slick-list {
    overflow-x: auto;
}
/*.color_slider .slick-list .slick-track, .full_color_reel_slider_nav .slick-list .slick-track{
    margin-left: 0;
}*/

/*.choose_color_holder{
	overflow-x: auto;
	padding: 10px 8px 10px;
    margin-bottom: 20px;
}*/
.row.color_row .carousel h6, .row.color_row .carousel span, .card_size .carousel h6, .card_size .carousel span, .additional_style_option .additional_style_title, .additional_style_item span.checkmark {
    background: #E6E7E8 !important;
    color: #58595B !important;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 10px !important;
    text-align: center;
}

.row.color_row .carousel span input, .card_size .carousel span input {
    color: #939598;
    border: none;
    text-transform: capitalize;
    font-size: 12px;
}
.row.color_row .carousel .img-container {
    /*min-height: 250px;*/
}
.color_slider .slick-list::-webkit-scrollbar, .band_cat_slider .slick-list::-webkit-scrollbar {
  height: 15px;
}
.color_slider .slick-list::-webkit-scrollbar-track, .band_cat_slider .slick-list::-webkit-scrollbar-track {
  background: #E6E7E8;
}
.color_slider .slick-list::-webkit-scrollbar-thumb, .band_cat_slider .slick-list::-webkit-scrollbar-thumb {
  background: #58595B;
  border-radius: 50px;
}

.scrolling_qty::-webkit-scrollbar {
  width: 5px;
}
.scrolling_qty::-webkit-scrollbar-track {
  background: #E6E7E8;
}
.scrolling_qty::-webkit-scrollbar-thumb {
  background: #58595B;
  border-radius: 50px;
}
.showdelivery {
    color: #231F20;
}
.showdelivery .border {
    border: 1px solid #BCBEC0!important;
}
#addtocart {
    border-radius: 0;
}
.total-amount-inclusive .totalprice {
    color: #603711;
}
/*.step_container.delivery_time_step, .step_container.order_date_step {
    min-height: 475px;
}*/
.equal_height{
    min-height: 405px;
    align-items: center!important;
}
.scroll_equal_height .equal_height{min-height: 520px; align-items: normal!important;}
.equal_height .total-amount-tag.center {
    margin-top: -5px;
}
.showdelivery .alert.alert-danger {
    text-align: center;
}
/*.full_color_reel_slider_nav .slick-list .slick-track .slick-slide img {
    height: 50px;
    width: auto;
    border: none;
    margin: 0 auto;
}*/
.price_step .section_step h5 {
    padding: 5px 0;
}
.type_item.tyvek_item{
    margin-bottom: 30px;
    min-height: auto;
}
.tyvek-cate-title {
    min-height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.choose_color_step .tyvek-color-choose-image {
    border: 1px solid #E92430;
}
/*.slick-slide img {
    margin: 0 auto;
}*/
.tyvek-cate.tyvek-cate-all.center {
    border: 1px solid #ddd;
    padding: 15px;
    min-height: 265px;
    margin: 0 auto;
}
/*.big_size_cat .band_cat .tyvek-cate.tyvek-cate-all.center {min-height: 305px;}*/
.tyvek-cate.tyvek-cate-all.center.selected_wristband {
    border-color: #84C98B;
}
.type_item_holder .tyvek-cate-title {
    color: #5C5B5A;
    font-size: 12px;
}
.type_item_holder.band_cat {
    padding: 0;
    display: block;
    border: none;
}
.selected_wristband .checkmark {
    display: none;
}
.card_size .checkbox1 input:checked~.checkmark:after, .additional_style_item .checkbox1 input:checked~.checkmark:after, .checkmark.not_selected:after {
    display: block;
    content: "\Selected";
    transform: translate(-50%,-50%);
    width: auto;
    border: none;
    background: #84c98b;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    color: #fff;
    height: auto;
    padding: 3px 10px;
    font-size: 10px;
    top: 50%;
    position: absolute;
}
.checkmark.not_selected:after{
    content: "\Not Selected";
}
.not_selected{
    background-color: #04c50d ;
}
.card_size span.checkmark, .additional_style_item span.checkmark {
    display: block;
    position: inherit;
    width: 100%;
    border-radius: 0;
    text-align: center !important;
    padding: 15px 0px !important;
    border-radius: 0 0 15px 15px;
    display: none;
}
.card_size input:checked~.checkmark, .additional_style_item input:checked~.checkmark {
    position: absolute;
    top: 0px;
    left: auto;
    right: 0px;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    padding: 0 !important;
    display: inline-block;
}

.card_size .checkbox1 input:checked~.checkmark:before, .additional_style_item .checkbox1 input:checked~.checkmark:before, .checkmark.not_selected:before{
    content: "\f00c";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    font-family: "Font Awesome 5 Free";
    z-index: 1;
    color: #fff;
}
.card_size .tyvek-cate-iamge.img-fluid {
    min-height: 63px !important;
    line-height: 50px;
    padding: 10px 0;
    position: relative;
    margin: 0;
}
.card_size .tyvek-cate-iamge.img-fluid img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.choose_style_step_row {
    position: relative;
}

.choose_style_step_row::before {
    position: absolute;
    width: 5px;
    height: 100%;
    background: #E6E7E8;
    top: 0;
    left: 50%;
    transform: translate(-50%,0);
    content: "";
}
.mobile_half_width.float_right {
    border: none !important;
}
.additional_style_heading {
    color: #7b7b7c;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 12px;
}

.additional_style_item {
    padding: 0 !important;
    text-decoration: none !important;
}

.additional_style_title {
    border-radius: 15px 15px 0 0;
}

/*.additional_style_option .tyvek-cate-iamge {
    min-height: auto !important;
}*/

.additional_style_option .tyvek-cate-iamge img {
    vertical-align: top;
    width: 90%;
    margin: 10px auto;
    /*border: 2px solid #e6e7e8;*/
}
.additional_style_option .type_item {
    width: 100%;
    border: 1px solid #E6E7E8;
    border-radius: 15px;
    padding: 0;
    min-height: auto;
    margin-bottom: 30px;
}
.extra_cost_status {
    position: absolute;
    top: 31px;
    right: 0px;
    font-size: 10px;
    line-height: normal;
    color: #fff;
    background: #84c98b;
    font-weight: 600;
    padding: 2px 5px;
    z-index: 1;
}
.upload_image_small .avatar.w-100 {
    background-size: cover !important;
    margin: 0;
    width: 100% !important;
    height: auto;
}
.attachment_title {
    border-radius: 10px;
    background: #222347;
    color: #fff200;
    font-weight: 600;
    margin: 10px auto;
    padding: 5px;
}
.card_size a {
    text-decoration: none !important;
}
.band_cat_slider .tyvek-cate-title {
    min-height: auto;
    padding: 0 !important;
}
.band_cat .tyvek-cate.tyvek-cate-all.center {
    min-height: 236px;
}
.slick-slider {
    margin-bottom: 0px;
}

/*SILICON CSS*/
.customized_step_new .canvas-container{
    position: relative;
    background: #fff;
    width: 100%;
    z-index: 1;
}

.customized_step_new .continue_message > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    margin-top: -15px;
    display: none;
}
.customized_step_new .tyvekourmsg, .customized_step_new .tyvekourmsg-2 {
    width: 100%;
    border-radius: 0;
    height: 40px !important;
}
.customized_step_new .tyvekourmsg-2 {
    color: #242448;
    margin: 15px auto 0;
}
.customized_step_new .form_group label{display: block;margin-top: 15px;}
.customized_step_new .form_group input, .customized_step_new .form_group select, .customized_step_new .form_group textarea {width: 100%; height: 35px; border: 1px solid #c3c3c3; padding: 0 10px;}
.customized_step_new .form_group select{border-radius: 50px;}
.customized_step_new .fillcolor {
    min-width: auto;
    width: 100%;
}

.customized_step_new .fillcolor .dd.ddcommon.borderRadius, .customized_step_new .fillcolor .dd.ddcommon.borderRadiusBtm {
    height: 35px;
    line-height: normal;
    margin-left: 0;
}

.customized_step_new .fillcolor .dd .ddTitle .ddTitleText img {
    padding: 0;
    width: auto;
    height: auto;
    position: relative !important;
    top: auto;
    left: auto;
    margin-right: 5px;
}

.customized_step_new .fillcolor .dd .ddTitle .ddTitleText {
    padding: 5px 20px 5px 5px;
}

.customized_step_new .fillcolor .dd .ddTitle .ddTitleText::before {
    display: none;
}
.choose_clipart #dropdownMenuButton {
    background: none !important;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    color: #242448;
    font-size: 14px;
    width: 100% !important;
    font-weight: normal;
    display: block;
    height: 40px;
    line-height: normal;
    margin-bottom: 10px;
}
.choose_clipart .dropdown, .choose_clipart .dropdown.show {
    display: block !important;
}
.customized_step_new .upload_clipart .avatar {
    margin: 0;
    width: 100%;
    border: none;
    text-align: center;
    height: 40px;
    background: #242448;
    border-radius: 50px;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.customized_step_new .upload_clipart .avatar input {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border: none;
    padding: 0;
    border-radius: 0;
    line-height: normal;
}
.customized_step_new #inside-msg, .customized_step_new .tyvekourmsg, .customized_step_new .tyvekourmsg-2 {
    width: 100%;
    text-align: left;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #ced4da;
}
.customized_step_new .form_group textarea {
    height: auto;
    border-radius: 0;
}
.customized_step_new .fontback > img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    margin-top: -15px;
    display: none;
}
#wrap{
  padding: 20px 0;
}
#slider, #thumbnail_slider {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
}
#slider .slick-slide, #thumbnail_slider .slick-slide{
    margin: 0;
}
.slide-item img{
    width: 100%;
}
.thumbnail-item img{
    width: 98%;
    margin: 0 auto;
}
#thumbnail_slider .slick-track, #slider .slick-track{
    margin: 0;
}
.band_cat_slider .tyvek-cate-title {
    margin-bottom: 15px;
}
.full_color_reel_slider_nav .slick-track{
    margin: 0;
}
.full_color_reel_slider .slick-slide {
    margin: 0;
}
.full_color_reel_slider {
    margin: 20px auto 10px;
}
.full_color_reel_slider_nav.slick-initialized .slick-slide {
    /*display: block;
    max-height: 60px;
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 3px;
    margin: 0;*/
    border: 3px solid transparent;
}
.full_color_reel_slider_nav.slick-initialized .slick-slide.slick-current {
    border: 3px solid #e6e7e8;
}
.full_color_reel_slider_nav img{
    width: 98%;
    margin: 0 auto;
}
.full_color_reel_slider img {
    margin: 0 auto;
}
.fqa {
    text-align: initial;
    margin-top: 15px;
}
.fqa h1  {
    display: block;
font-size: 2em;
margin-top: 0.67em;
margin-bottom: 0.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold;}
.fqa h2  {
    display: block;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.fqa h3  {
    display: block;
font-size: 1.17em;
margin-top: 1em;
margin-bottom: 1em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.fqa h4  {display: block;
margin-top: 1.33em;
margin-bottom: 1.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.fqa h5  {display: block;
font-size: .83em;
margin-top: 1.67em;
margin-bottom: 1.67em;
margin-left: 0;
margin-right: 0;
font-weight: bold; }
.fqa h6  {display: block;
font-size: .67em;
margin-top: 2.33em;
margin-bottom: 2.33em;
margin-left: 0;
margin-right: 0;
font-weight: bold;
}
.band_cat_slider .slick-slide {
    margin: 0px;
}
.step_container.order_date_step .total-amount-inclusive {
    margin: 0;
}
.color_slider .slick-track {
    margin: 0;
}
.big_size_cat .type_item_holder .tyvek-cate-iamge {
    min-height: 130px;
}
.customized_step_new .choose_font {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #c3c3c3;
    border-radius: 35px;
    height: 35px;
    line-height: normal !important;
    margin-bottom: 0;
}

.customized_step_new.step-five .choose_font span#dropdownMenuButton {
    color: #000 !important;
    line-height: normal !important;
    height: auto !important;
    margin-bottom: 0 !important;
    font-size: 14px;
    padding: 8px;
}
.style_box_footer {
    background: #e6e7e8;
    border-radius: 0 0 15px 15px;
    /*position: relative;*/
    color: #5b5b59;
    padding-bottom: 5px;
}
.lanyard_item .tyvek-cate-iamge img{
    position: absolute;
    width: 100%;
    padding: 5px 15px;
    border: none;
    margin: 0;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.color_label {
    background: #E6E7E8 !important;
    font-size: 12px;
    margin: 0;
    padding-right: 20px;
    line-height: normal;
    padding-top: 5px;
}
.color_select_small{
     width: 50%;
    border: none;
    font-size: 12px;
    color: #939598;
    background: #fff;
}
.card_holder .tyvek-cate-iamge.img-fluid img {
    max-width: 100% !important;
    padding: 0 5px;
}
.card_holder .type_item {
    min-height: auto;
}
.holder_has_scroller{
    max-height: 600px;
    overflow-y: auto;
    overflow-x: clip;
}
.color_info_list {
    /* border-style: groove; */
}

.color_info {
    border-bottom: none;
    padding: 15px;
    color: #8f9091;
    font-weight: 600;
    min-height: 88px;
    border-width: 3px 3px 0;
    border-style: solid;
    border-color: #a7a9ac;
}
.color_info p {
    margin-bottom: 0;
    font-size: 10px;
}
.color_block {
    background-color: red;
    width: 50%;
    height: 10px;
    display: inline-block;
    margin-left: 0;
}

.color_block_holder {
    text-align: center;
}
.color_info:last-child {
        border-bottom: 3px solid #a7a9ac;
}
.modal-body .additional_style_option .tyvek-cate-iamge img {
    width: 90%;
    border: none;
}
.modal-body .extra_cost_status {
    background: #84c98b;
    color: #26205b;
    padding: 5px 5px;
    line-height: normal;
    font-size: 10px;
}
.modal-body .additional_style_option .tyvek-cate-iamge.img-fluid {
    min-height: auto !important;
}
.scrolling_qty {
    max-height: 520px;
    overflow-y: auto;
    width: 100%;
    overflow-x: clip;
}
.scroll_equal_height .tyvek-choose-qty-size h6 {
    font-size: 12px;
    color: #5C5B5A;
    margin-bottom: 20px;
}
.scroll_equal_height .tyvek-choose-qty-size span.text-secondary {
    font-size: 12px;
    color: #000 !important;
    margin-top: 5px !important;
    display: block;
}
.scroll_equal_height .tyvek-choose-qty-size a {
    text-decoration: none !important;
}
.fabric_print_color{
    width: 100% !important;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 25px;
}
#canvas-preview.fabric_design_preview .canvas-container, #canvas-preview.fabric_design_preview .canvas-container canvas {
    max-width: 100% !important;
    min-width: 100%;
}
#canvas-preview.fabric_design_preview {
    padding: 5px;
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #e9e9e9;
}
#canvas-area.canvas_element .canvas-container{
    position: relative;
    margin-top: 35px !important;
    max-width: 100% !important;
}
.tyvek-choose-qty #canvas-area.canvas_element .canvas-container canvas{
    max-width: 100% !important;
}
#canvas-area.canvas_element .canvas-container:before {
    content: "";
    width: 100%;
    height: 35px;
    background: url(../image/canvasMark.png) no-repeat;
    position: absolute;
    background-size: contain;
    left: 0;
    bottom: 100%;
    opacity: .5;
}
.step-five .avatar{border-color: transparent;}
.button_badge_checkmark .button_product_quantity {
    opacity: 1;
    position: relative;
    margin: 0 !important;
    border-top: 1px solid #E6E7E8 !important;
    border: none;
    padding: 3px;
}
.button_badge_checkmark .button_product_quantity:focus-visible {
    outline: none;
}
.button_badge_checkmark span.checkmark {
    display: none;
}
.button_badge_checkmark{overflow: hidden;}

/* For koozie */
.koozie_customize{
    min-height: 915px;;
    background: white
}
#noteModal .modal-dialog {
    max-width: 30%;
}
#noteModal {
    padding-right: 0 !important;
}
.btn.view_more {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    /* border-radius:20px; */
    font-size: 12px;
    color: #2c2b42 !important;
    background: #dcdceb!important;
    padding: 0 5px !important;
}

.btn.view_faq {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    /* border-radius:20px; */
    font-size: 12px;
    color: #fff !important;
    background: #F7901E!important;
    padding: 0 5px !important;
    margin-left: 5px;
}

.additional_style_title .extra_cost_status {
   top: 100% !important;
   margin: 0;
}

.additional_style_title {
   position: relative;
}
.modal-body .additional_style_title .extra_cost_status{
  padding: 3px 5px;
}

/*For Responsive View*/

@media (min-width: 320px) and (max-width: 1024px){
    .singapore-deshtop {
        display: inline-block;
    }
}

@media only screen and (max-width: 767px){
    .choose_style_step_row{
        display: block;
    }
    .mobile_half_width {
        width: 50%;
        border-left: none;
        padding: 15px 5px;
    }
    .float_right {
        float: right;
        border-left: 5px solid #E6E7E8;
    }
    .mobile_half_width.float_right {
        padding: 0 10px !important;
    }
    .mobile_no_padding{padding: 0 !important;}
    .mobile_thin_padding{padding: 0 5px !important;}
    .mobile_top_padding{padding-top: 15px !important; padding-bottom: 15px !important;}
    .choose_style_step_row .type_item_holder .tyvek-cate-title.pb-4 { font-size: 6px; min-height: 30px; margin-bottom: 10px;}
    .type_item_holder .tyvek-cate-title.pb-4 {
        font-size: 10px;
        padding-bottom: 10px !important;
        min-height: 40px;
        /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
    }
    .type_item{padding: 5px; min-height: 146px;}
    .type_item_holder .checkmark{
        padding: 0;
        width: 100%;
        font-size: 10px;
    }
    .type_item_holder .checkmark, .style_select .checkmark {
        width: 20px;
        padding: 0;
    }
    .tyvek-cate-title{
        margin-top: 15px;
    }
    .mobile_no_margin{margin: 0;}
    .full_color_reel_slider_nav .slick-slide {
        margin: 0 !important;
    }
    .tyvek-cate {
        margin-bottom: 0;
        min-height: 120px;
    }
    .mobile_bottom_gap{margin-bottom: 20px;}
    .mobile_top_gap{margin-top: 20px;}
    .section_step h5 {
        font-size: 13px !important;
    }
    .section_title_holder span {
        padding: 5px 3px;
        font-size: 12px;
    }
    .step_container.delivery_time_step, .step_container.order_date_step {
        min-height: auto;
    }
    .full_color_reel_slider_nav .slick-list .slick-track .slick-slide img {
        height: auto;
        width: 100%;
    }
    #addtocart {
        font-size: 17px;
    }
    .pullreel_styles label {
        display: none;
    }

    .pullreel_styles.price_label label {
        display: inline-block;
    }
    .delivery_time_step .section_title_holder span, .order_date_step .section_title_holder span{
        margin-right: 5px !important;
    }
    .slick-slide img {
        width: 100%;
    }
    .tyvek-cate {
        min-height: auto;
        margin-bottom: 15px;
    }
    .size_items .tyvek-cate.center {
        margin: 0;
    }
    .type_item_holder.two_col_item .type_item .tyvek-cate {
        margin-bottom: 5px;
    }
    .choose_color_step .tyvek-color-choose-image {
        height: 48px;
        background-size: 50% 100%;
    }
    .title_mobile{font-size: 27px;}
    .tyvek-cate.tyvek-cate-all.center {
        min-height: 225px;
        width: 100%;
        margin: 0 auto 20px;
    }
    .tyvek-cate-iamge {
        min-height: 130px !important;
    }
    .big_size_cat .tyvek-cate.tyvek-cate-all.center{min-height: 210px;}
    .color-types.form-check.form-check-inline.p-3.card_size {
        display: inline-flex;
        padding: 20px 0 !important;
    }
    /*.card_size span.checkmark, .additional_style_item span.checkmark {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        top: auto;
        left: auto;
    }*/
    .additional_style_option .col-xs-6, .upload_image_small .col-xs-6 {
        flex: 50%;
        max-width: 50%;
        padding: 0 10px !important;
    }
    .additional_style_option .tyvek-cate-iamge {
        min-height: 110px !important;
    }
    .upload_image_small .step_container.choose_color_step {
        min-height: auto !important;
        padding-bottom: 30px !important;
    }
    .modal-body .additional_style_option .tyvek-cate-iamge {
        min-height: 80px !important;
    }
    .band_cat .tyvek-cate.tyvek-cate-all.center {
        min-height: 250px;
    }
    .choose_color_step .radioDesignBox .new_radio .radio span{
        display: inline-block;
        float: none;
        width: auto;
    }
    .col-md-12.showcolor.mobile_thin_padding {
        max-height: 380px;
        overflow-y: auto;
        overflow-x: clip;
    }
    .equal_height {
        min-height: auto;
        align-items: normal !important;
        padding: 15px 0;
    }
    .scroll_equal_height .equal_height{min-height: auto; padding-bottom: 25px;}
    .band_cat_slider .slick-slide.mobile_no_padding {
        padding: 0 7px !important;
    }
    .type_item .tyvek-cate-iamge.img-fluid {
        margin-bottom: 10px;
    }
    .big_size_cat .band_cat .tyvek-cate.tyvek-cate-all.center {min-height: 250px;}
    .big_size_cat .type_item_holder .tyvek-cate-title.pb-4 {
        /*min-height: auto;*/
    }
    .type_item_holder.two_col_item .type_item {
        margin-bottom: 10px;
    }
    .type_item_holder.two_col_item {
        max-height: 412px;
    }
    .type_item_holder.card_holder {
        max-height: 416px;
    }
    .tyvek-color-choose-image-ex {
        text-align: center;
    }
    .mobile_hide{display: none!important;}
    .customized_step_new .upload_clipart {
        margin-bottom: 10px;
    }
    .customized_step_new.step-five .choose_font span#dropdownMenuButton {
        padding: 5px!important;
    }
    .customized_step_new .fillcolor .dd .ddTitle .ddTitleText{font-size: 14px;}
    .customized_step_new .ieText.new_radio.text-center label:first-child {
        display: block;
        margin-bottom: 10px;
    }
    .customized_step_new .ieText.new_radio.text-center {
        text-align: left;
    }

    .col-md-12.radioDesignBox {}

    .ieText.new_radio.text-center {
        text-align: left;
    }
    .additional_style_option .additional_style_title.mobile_small_font{font-size: 9px;}
    .type_item.lanyard_item .tyvek-cate{margin-bottom: 0;}
    .checkmark.not_selected:after {
        font-size: 7px;
        display: block;
        width: 70%;
    }
    .additional_style_item.lanyard_item .checkbox1 input:checked~.checkmark:after{
        font-size: 7px;
    }
    .row.color_row .carousel span input{
        font-size: 10px;
    }
    .selected_wristband .checkbox1::after{margin-top: 10px;}
    .quantitypaddingbox > div, .quantitypaddingbox > div input {
        font-size: 10px !important;
    }
    .scroll_mobile_item{
        max-height: 325px;
    }
    .has_thin_padding{margin: 0 -5px;}
    .tyvek-color-choose-input .qty-items {
        height: 15px;
    }
    .enamel_size.mobile_thin_padding {
        padding: 0 15px !important;
    }
    .enamel_slider {
        margin: 0 -15px !important;
    }
    .enamel_size .tyvek-cate{
        margin-bottom: 0;
    }
    .mobile_order_last{
        float: none;
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
        border: none !important;
        float: none !important;
    }
    .mobile_order_first{
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .mobile_full_content.choose_style_step_row::before{display: none;}
    #canvas-area.canvas_element .canvas-container{margin-top: 25px;}
    #canvas-area.canvas_element .canvas-container:before{height: 25px;}
    .tyvek-text-alignment {
        margin-top: 35px !important;
    }
    .step-five .avatar span {
        margin-top: 0;
        font-size: 14px;
    }
    .mug_customized #canvas-area {
        height: 100px !important;
    }
    .choose_font #dropdownMenuButton, .tyvek-text-alignment a#clipart{font-size: 10px;    padding: 3px 5px;}

    .koozie_customize{
        min-height: 500px;
        background: white
    }
    #noteModal .modal-dialog {
        max-width: 90%;
    }
    .choose_style_step_row_no_border::before{
        display: none;
    }
    .choose_style_step_row .type_item_holder:not(.mobile_half_width) .tyvek-cate-title.pb-4{
        font-size: 12px;
    }

}

@media only screen and (max-width: 359px){
    .section_step h5 {
        font-size: 11px !important;
    }
    .section_title_holder span {
        font-size: 11px;
    }

}

