@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-size: 14px;
   font-family: 'Poppins', sans-serif;
}
.mixitup-content, .lanyard-color-wrapper {
  max-height: 600px;
  height: unset;
}
.lanyard-content .hand-s {
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    height: auto;
    line-height: auto;
     width: auto;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
   
    z-index: 9;
	opacity:1;
	transition: all 0.5s ease-out 0s;
	border-bottom-right-radius: 30px;
}
.customStyle-title-area .rating i {
    color: #ffcc03;
    font-size: 20px;
    }
    
.lanyard-content .od-product-wrapper:hover {
    background: transparent;
    }

.lanyard-content .od-product-wrapper.selected.yel {	border: 2px solid #cf5b28;}
.lanyard-content .od-product-wrapper.selected.grn {	border: 2px solid #cf5b28;}
.lanyard-content .od-product-wrapper.selected.blu {	border: 2px solid #cf5b28;}
.lanyard-content .od-product-wrapper.selected.vio {	border: 2px solid #cf5b28;}
.lanyard-content .od-product-wrapper.selected.rdd {	border: 2px solid #cf5b28;}
.lanyard-content .od-product-wrapper.selected.dbl {	border: 2px solid #cf5b28;}

.lanyard-content .od-product-wrapper.selected {
	background: transparent;
}

.lanyard-content .hand-s.yel{ background: #cf5b28 none repeat scroll 0 0;}
.lanyard-content .hand-s.grn{ background: #cf5b28 none repeat scroll 0 0;}
.lanyard-content .hand-s.blu{ background: #cf5b28 none repeat scroll 0 0;}
.lanyard-content .hand-s.vio{ background: #cf5b28 none repeat scroll 0 0;}
.lanyard-content .hand-s.rdd{ background: #cf5b28 none repeat scroll 0 0;}
.lanyard-content .hand-s.dbl{ background: #cf5b28 none repeat scroll 0 0;}
 
.lanyard-content .customStyle-nav-tabs .nav-tabs li.active a, .customStyle-nav-tabs .nav-tabs li.active a:focus,.lanyard-content .customStyle-nav-tabs .nav-tabs li.active a:hover{background:#e1e5e9;border-radius:0px;}
.lanyard-content .customStyle-nav-tabs .nav-tabs li a{margin:0px;font-weight: 600;border-radius:0px;font-family: 'Poppins',sans-serif!important;font-size: 12px;padding: 10px 8px;}
.lanyard-content .customStyle-nav-tabs .nav-tabs li a i{width:25px;height:19px;float:left;background-position: -2px -7px;}
/*.customStyle-nav-tabs .nav-tabs li.review-tab a{background:#072a42;color:#fff;}*/
.lanyard-content .customStyle-nav-tabs .nav-tabs li a:focus, .customStyle-nav-tabs .nav-tabs li a:hover{background:#e1e5e9;border-radius:0px;color: #555;}
.customStyle-nav-tabs .nav-tabs li.review-tab a {
    background: transparent;
    color: #000;
}
.customStyle-nav-tabs .nav-tabs li.review-tab a:focus, .customStyle-nav-tabs .nav-tabs li.review-tab a:hover{background: #f3f3f7;
    border-color: #f3f3f7;border-radius:0px;color: #000;}

.customStyle-nav-tabs .nav-tabs{
    text-align: left;
    background: none;
}
.customStyle-nav-tabs .nav-tabs li {
    border: 0;
    margin: 0px !important;
    float:left;
}
.customStyle-nav-tabs .nav-tabs li.active a, .customStyle-nav-tabs .nav-tabs li a:focus,
 .customStyle-nav-tabs .nav-tabs li a:hover{
    background: #f3f3f7;
    border-color: #f3f3f7;
}
.conPriceTable {
    padding: 20px;
    background: #f3f3f7;
    margin-bottom: 0px;
}
.customStyle-nav-tabs .nav-tabs li a {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
}
.customStyle-nav-tabs .nav-tabs li a {
    padding: 15px 25px;
    font-size: 15px;
    color: #000;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #f3f3f7 !important;
    border-right: 2px solid #f3f3f7 !important;
}
/*.customStyle-nav-tabs .nav-tabs>li.review-tab.active>a, .customStyle-nav-tabs .nav-tabs>li.review-tab.active>a:focus, 
.customStyle-nav-tabs .nav-tabs>li.review-tab.active>a:hover{
    background-color: #d37533 !important;
    border-color: #d37533;
}*/
.customStyle-nav-tabs .nav-tabs li:first-child a{
    border-left: 2px solid #f3f3f7;
}
.customStyle-nav-tabs .nav-tabs>li.active>a, .customStyle-nav-tabs .nav-tabs>li.active>a:focus, 
.customStyle-nav-tabs .nav-tabs>li.active>a:hover{
    background-color: #f3f3f7 !important;
    border-color: #f3f3f7;
}
.customStyle-nav-tabs{
    padding-top: 0px;
}
.price-table-outer-box + .row, .conPriceTable, .customStyle-nav-tabs{
    margin-left: 0;
    margin-right: 0;
}
 .product-reviews {
    font-size: 20px;
    color: #ffcc03;
    display: inline-block;
}
.price_table{
    /*overflow-x: auto;*/
    background-color: #f3f3f7;
    /* padding: 20px; */
    position: relative;
}
.table_outer .table-responsive{
    margin-left: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    border: 0;

} 
.price_table table{
    width: 100%;
    border: 1px solid #d6d6d7;
    border-radius: 6px;
}
.price_table thead{
    background-color: #edf0f4;
}
.price_table th, .price_table td{
    padding: 12px 20px;
    border-bottom: 1px solid #d6d6d7;
    border-right: 1px solid #d6d6d7;
    color: #181818;
    font-weight: 500;
    text-align: center;
}
.price_table td{
    background-color: #fbfbfd;
    opacity: 0.75;
}
.price_table td:first-child {
    background-color: #edf0f4;
    opacity: 1;
}

/*.price_table td:first-child {
    width: 89px !important;
    display: block;
}*/
.customStyle-nav-tabs .nav-tabs li a i{
    display: none;
}
.conPriceTable #tblPrice thead td {
    font-weight: 500;
    padding: 10px 12px;
    background: #edf0f4;
    color: #181818;
}
.conPriceTable #tblPrice tbody tr td:first-child {
    font-weight: 500 !important;
     background: #edf0f4;
     color: #181818;
}
 .conPriceTable #tblPrice tbody tr td:first-child, .conPriceTable #tblPrice thead tr td:first-child{
    width: 100px;
    min-width: 100px;
    position: absolute;
    left: 3px;
 }
 .conPriceTable #tblPrice thead tr td:first-child{
    border-top: 1px solid #d6d6d7;
 }
.conPriceTable #tblPrice td {
    box-shadow: none;
    background: #fdfdfd;
    padding: 10px 12px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #d6d6d7;
    border-right: 1px solid #d6d6d7;
    opacity: 1;
    background-color: #fbfbfd;
    font-weight: 400;
}
.customize_area {
    padding: 20px 0 30px;
}
.cusmize_hdng {
    text-align: center;
    margin-bottom: 40px;
}
.cusmize_hdng h1 {
    font-size: 55px;
    color: #4c4c4d;
    font-weight: 600;
    line-height: 57px;
    margin-bottom: 10px;
}
.rating{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.rating_text{
    padding-left: 10px;
    margin:0px;
}
.rating_text h5{
    font-size: 21px;
    color: #4c4c4d;
    font-weight: 500;
    margin:0px;
    cursor: pointer;
}
.rating .rating_pic {
    margin: 0px;
}
.total_selection_section {
    margin-bottom: 68px;
}

/**CusTom Css**/

main {
    overflow: hidden;
}
.total_selection_section{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
            margin-bottom: 115px;
            flex-wrap: wrap;
}
.left_part {
    width: 45%;
    background-color: #fafafa;
    border-right: 1px solid #d8d8d8;
    position: relative;
}
.left_part:after{
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
    background-color: #fafafa;
}
.right_part{
    width: 55%;
}
.blu_clr{
    background-color: #2d87bf;
}
.step_header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            clear: both;
}
.d-flex{
    display: flex;
}
.step_header h3 {
    font-size: 20px;
    color: #181818;
    padding-left: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 0px;
}
.step_header h3 i{
    font-size: 14px;
    font-style: normal;
    color: #cc562b;
}
.step_no {
    text-align: center;
    padding: 10px 25px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0px;
}
.step_header {
    background-color: #ddd;
    position: relative;
}
/*.step_header:after{
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 1000px;
    background-color: #ddd;
}*/

.step_body {
    padding: 30px 0 0px 30px;
}

.inner_product_box {
    padding: 23px 0 0;
    background-color: #f5f5f5;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    position: relative;
}
.inner_product_box figure img {
    height: 185px;
    object-fit: contain;
}
.inner_product_box figure{
    display: inline-block;
    margin-bottom: 10px;
}
.product_name_dtls {
    padding: 14px 10px 20px;
    position: relative;
    z-index: 2;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product_name_dtls h5{
    font-size: 14px;
    color: #181818;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 0;
}


.con {
    display: block;
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 100%;
  }
  
  .con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
  }
  .checkmark {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .con:hover input ~ .checkmark {
    border: 2px solid #cc562b;
    -webkit-box-shadow: 0 16px 13px rgba(57,58,68, 0.08);
            box-shadow: 0 16px 13px rgba(57,58,68, 0.08);
  }
  .con input:checked ~ .checkmark, .active_bx .checkmark{
    background-color: transparent;
    border: 2px solid #cc562b;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 16px 13px rgba(57,58,68, 0.08);
            box-shadow: 0 16px 13px rgba(57,58,68, 0.08);
}
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 36px 0 0;
    border-color: #cc562b transparent transparent transparent;
  }
  .checkmark:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
   display: none;
    /* -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    height: 19px;
    width: 9px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;*/
    color: #fff;
    font-size: 16px;
}
  .con input:checked ~ .checkmark:after, .active_bx .checkmark:after{
    display: block;
  }
  .con input:checked ~ .checkmark:before, .active_bx .checkmark:before {
    display: block;
  }
  .con .checkmark:after {
      top: 0px;
      left: 0px;
      z-index: 1;
  }
.con .checkmark:before {
    top: 0;
    left: 3px;
    z-index: 2;
}
.con input:checked ~ .white_bk {
    background-color: #fff;
    height: 68px;
    width: 97%;
    display: block;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 0;
    z-index: 1;
}
.prpl_clr{
    background-color: #83559e;
}
.grn_clr{
    background-color: #8ab445;
}
.orng_clr{
    background-color: #d37533;
}
.select_radio_part .col-lg-3 {
    margin-bottom: 30px;
}

.highlight_label{
    height: 25px;
    border-radius: 16px 0px;
    text-align: center;
    padding:0 20px;
    text-transform: uppercase;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-weight: 400;
    position:absolute;
    top: 15px;
    right: 0;
    display: inline-block;
}
.light_green{
    background-color: #43ce0d;
}
.drk_blue{
    background-color: #39539e;
}

.lanyard_part{
    width: 50%;
    padding: 30px 0 30px 30px;
    border-right: 2px solid #ddd;
}
.lanyard_part:nth-child(2n){
    border-right: 0;
}
.border-tp{
    border-top: 2px solid #ddd;
}
.lanyard_part h3 {
    font-size: 16px;
    color: #181818;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin: 0px;
}
.lanyard_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.lanyard_image {
    width: 140px;
    height: 140px;
    border-radius: 4px;
    margin: 0px;
    border: 2px solid #cc562b;
    -webkit-box-shadow: 0 5px 15px rgba(57,58,68,0.14);
            box-shadow: 0 5px 15px rgba(57,58,68,0.14);
}
.lanyard_inner {
    padding-top: 17px;
}
.lanyard_details {
    padding-left: 30px;
    margin: 0px;
}
.select_holder {
    width: 208px;
    margin-bottom: 18px;
}
.select_holder .btn {
    background-color: #eeeeee !important;
}
.select_holder .selected a, .select_holder .selected a:active {
    background-color: #d37533;
    color: #fff;
}
.select_holder .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d37533;
}
.select_holder li a {
    font-size: 14px;
    padding: 5px 10px;
}
.lanyard_image img{
    width: 100%;
    height: 100%;
}
.size_dtls label {
    font-size: 13px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
.size_dtls ul li{
    font-size: 13px;
    color: #6b6b6b;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.size_dtls ul li + li{
    margin-top: 5px;
}
.padding_zero{
    padding: 0 !important;
}

.quality_printing_choose_bx{
    padding-top: 40px;
}
.rd_box figure{
    width: 140px;
    height: 140px;
    border-radius: 4px;
    border: 2px solid #f5f5f5;
    display: inline-block;
    margin-bottom: 12px;
}
.rd_box .selected figure,.rd_box.selected figure{
    border: 2px solid #d37533;
}
.rd_box figure img{
    width: 100%;
    height: 100%;
}
.rdo_holder{
    background:#fff;
}
.rdo_holder [type="radio"]:checked,
.rdo_holder [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.rdo_holder [type="radio"]:not(:checked) + label{
    position: relative;
    /* padding-left: 24px; */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 15px;
}
.rdo_holder [type="radio"]:checked + label{
    position: relative;
    /* padding-left: 24px; */
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #181818;
    font-size: 16px;
    font-weight: 600;
}

 .rdo_holder [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #c9c9ca;
    border-radius: 100%;
    background: #fff;
}
.rdo_holder [type="radio"]:checked + label:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 22px;
    height: 22px;
    border: 1px solid #d27533;
    border-radius: 100%;
    background: #fff;
}

.rdo_holder [type="radio"]:checked + label:after,
 .rdo_holder [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #d27533;
    position: absolute;
    bottom: 5px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.rdo_holder [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
        transform: scale(0);
}
.rdo_holder [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
}
.rd_box {
    /* padding: 0 20px; 
    text-align: center;*/
    width: 140px;  
}
.rd_box:first-child{
    margin: 0;
}
.quality_printing_choose_bx {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
}
.color_box_outer{
    padding: 0 10px;
    width: 20%;
    margin-bottom: 30px;
    float: left;
    position: relative;
}
.main_clr_box{
    padding: 12px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
}
.color_box_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
     height: 600px;  
    /*padding-right: 30px; */
}
.texture_pnnl .clr_itm {
    width: 32px;
    height: 56px;
}
.clr_itm {
    float: left;
    min-width: 20px;
}
.clr_itm img{
    width: 100%;
    height: 100%;
}
.clr_dscrptn{
    padding-left: 10px;
    overflow: hidden;
}
.clr_dscrptn h5{
    font-size: 12px;
    color: #767676;
    margin-bottom: 10px;
    font-weight: 400;
}
.qnty_no {
    width: 100%;
    /*border: 1px solid #efefef;*/
   /* padding: 2px 0px;*/
    position: relative;
}
.qnty_no span {
    position: absolute;
    color: #767676;
    font-size: 11px;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.qnty_no input[type="tel"] {
    color: #181818;
    font-size: 11px;
    font-weight: 600;
    box-shadow: none;
    border: none;
    padding: 0px;
    height: auto;
    width: 100%;
    margin-left: 0%;
    outline: none;
    height: 26px;
    line-height: normal;
    opacity: 1;
    text-align: left;
    padding:  0 10px;
    border: 1px solid #ddd;
    
}
.step_body .product_lft_tab .nav-tabs {
    margin: 0 auto 20px;
}
.main_clr_box:hover{
    border:1px solid #d27533;
    -webkit-box-shadow: 0 5px 51px rgba(57,58,68,0.14);
            box-shadow: 0 5px 51px rgba(57,58,68,0.14);
}

.main_clr_box:hover .qnty_no input[type="text"] {
    border: 1px solid #d27533;
}
.main_clr_box:hover .qnty_no span{
    color:#d27533;
}
.pdng_btm_30{
    padding-bottom: 30px !important;
}
.stitch_style {
    padding: 0;
}

.stitch_style .white_bk {
    height: 55px !important;
}
.stitch_style .product_name_dtls h5 {
    font-size: 19px;
}
.main_clr_box.actv,.main_clr_box.selected{
    border: 1px solid #d27533;
    -webkit-box-shadow: 0 5px 51px rgba(57,58,68,0.14);
            box-shadow: 0 5px 51px rgba(57,58,68,0.14);
}
.main_clr_box.actv .qnty_no input[type="text"] ,.main_clr_box.selected .qnty_no input[type="text"] {
    border: 1px solid #d27533;
}
.main_clr_box.actv .qnty_no span, .main_clr_box.selected .qnty_no span{
    color: #d27533;
}
.chk_patern .product_name_dtls {
    padding: 14px 10px 10px;
    z-index: inherit;
    background-color: #fff;
    border: 1px solid #f5f5f5;
}
.chk_patern .product_name_dtls h5 {
    font-size: 15px;
    margin-bottom: 10px;
}
.ordr_add {
    height: 32px;
    background-color: #00aeef;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
}
.ordr_add:hover {
    background-color: #0783b1;
    color: #fff;
}
.chk_patern .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
}
.attachment_part .nav {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: flex;
}
.attachment_part .nav li a span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.attachment_part .nav li em {
    font-size: 15px;
    color: #656565;
    text-align: center;
    display: block;
    font-style: normal;
}
.attachment_part .nav li a {
    display: block;
    padding: 0 10px 15px;
    border-radius: 5px 5px 0 0;
    position: relative;
}
.attachment_part .nav li.active a{
    background-color: #fff;
    -webkit-box-shadow: 0 -5px 13px rgba(57,58,68,0.05);
            box-shadow: 0 -5px 13px rgba(57,58,68,0.05);
    overflow: hidden;
}
.attachment_part {
    padding: 16px 12px 12px;
    background-color: #eeeeee;
    border-radius: 5px;
    margin-bottom: 30px;
}
.attachment_part .tab-content {
    background-color: #fff;
    border-radius: 5px;
}
.attachment_part .nav li.active a:after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 36px 0 0;
    border-color: #cc562b transparent transparent transparent;
}
.attachment_part .nav li.active a:before {
   content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 0;
    z-index: 2;
    color: #fff;
    font-size: 16px;
}
.attachment_part .tab-content h3 {
    font-size: 20px;
    color: #181818;
    font-weight: 400;
    padding: 10px 25px;
    border-bottom: 2px solid #eeeeee;
    margin: 0;
}
.att_left{
    width: 50%;
    padding: 25px;
    border-right: 1px solid #eeeeee;
}
.att_right{
    width: 50%;
    padding: 25px;
}
.atch_select_outer h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.attch_total_part {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    margin: 0 -2.5px;
    height: 365px;
    /*overflow: hidden !important;
    padding-right: 20px; */
}
.attachment_choose_outer{
    padding: 0 2.5px;
    /*width: 50%;*/
    width: 33.33%;
    margin: 0;
    margin-bottom: 10px;
}
.attachment_choose_inner .con input:checked ~ .white_bk {
    display: none;
}
.attachment_choose_inner .inner_product_box {
    padding: 0;
}
.attachment_choose_inner .inner_product_box figure img {
    height: auto;
    width: 50px;
}
.attachment_choose_inner .con input:checked ~ .checkmark {
    background-color: #fff;
    z-index: 1;
}
.attachment_choose_inner .con input:checked ~ .checkmark {
    -webkit-box-shadow: none;
            box-shadow: none;
}
.attachment_choose_inner .inner_product_box figure {
    position: relative;
    z-index: 2;
}
.attachment_choose_inner .checkmark:after {
    border-width: 28px 28px 0 0;
}
.attachment_choose_inner .checkmark:before {
    height: 13px;
    width: 7px;
}
.nicescroll-rails{
    width:7px !important;
}
.attachment_part .nav li.active a em {
    font-size: 15px;
    color: #181818;
    font-weight: 600;
}
.select_radio_part .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.att_full_width{
    width: 100%;
}
.att_full_width .attachment_choose_outer {
    width: 20%;
}
.stp_7 .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.rdo_holder em {
    display: block;
    padding-left: 25px;
    font-style: normal;
}

.attch_total_part .mCSB_container,.color_box_holder .mCSB_container {
    display: flex;
    flex-wrap: wrap;
}
.qnty_no input:focus::-webkit-input-placeholder { color:transparent; }
.qnty_no input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
.qnty_no input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
.qnty_no input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.mCSB_inside > .mCSB_container {
    margin-right: 20px;
}
.attachment_part .nav li a span img, .attachment_part .nav li a .radio-inline img{
    width: 150px;
}
.attachment_part .nav li a .radio-inline img{
    margin-bottom: 15px;
}



/* Left product panel */
.product_area{
    background-color: #fafafa;
  }
  .product_left{
    padding-top: 35px;
  }
  .product_lft_tab .nav-tabs{
    background-color: #eee;
    padding: 3px 5px;
    border-radius: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border: 0;
  }
  .product_lft_tab .nav-tabs .nav-link {
    border: 0;
    border-radius: 3px;
    font-size: 9px;
    line-height: 17px;
    color: #181818;
    font-weight: 400;
    padding: 5px 5px;
    border: none !important;
  }
  .product_lft_tab .nav-tabs li{
    margin-bottom: 0;
  }
  .product_lft_tab .nav-tabs .nav-item.show .nav-link, .product_lft_tab .nav-tabs .nav-link.active{
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
  }

  .single_product_area{
   /* margin-top: 50px;*/
  }
  .single_prodct_innr{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .single_product_area{
    /* display: -webkit-box;
    display: -ms-flexbox; */
    /* display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; */
    /* position: relative;
    height: 100%; */
    align-content: space-around;
    padding-bottom: 52px;
  }
  .single_product_area .dwnld_instr {
    margin-top: 10px;
    }
  .single_product_descrip{
    width: 25%;
    padding: 0 10px;
    margin: 0;
  }
  .single_product_img{
    width: 75%;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            /*margin-top: -105px;*/
  }
  .lanyrd_color_area{
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #f2f2f2;
    -webkit-box-shadow: 0px 12px 6.5px rgba(57,58,68,0.05);
            box-shadow: 0px 12px 6.5px rgba(57,58,68,0.05);
    border-radius: 7px;
    margin-bottom: 10px;
  }
  .lanyrd_color_area:last-child{
    margin-bottom: 0;
  }
  .lanyrd_color_area h6{
    font-size: 11px;
    color: #191919;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
  }
  .color_area {
    padding: 6px 0;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
}
  .color_area:last-child{
    border: 0;
    padding-bottom: 0;
  }
 .color_area span {
    width: 60px;
    height: 25px;
    border-radius: 3px;
    font-size: 8px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 5px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
  .teal{
    background-color: #07a6d0;
  }
  .light_blue{
    background-color: #5eccea;
  }
  .royal_blue{
    background-color: #003380;
  }
  .white{
    background-color: #fff;
    border: 1px solid #ebebeb;
  }
  .color_area span.white{
    color: #191919;
  }
  .color_area p{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 9px;
    line-height: 16px;
    color: #191919;
    font-weight: 500;
    margin: 0;
  }
  .important_color .color_area p{
    text-transform: uppercase;
  }
  .important_color .color_area span{
    margin-right: 0;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .single_product_img img{
    width: 100%;
    max-height: 100%;
  }
  .up_img_lenth p{
    font-size: 15px;
    line-height: 15px;
    color: #181818;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .up_img_lenth p span{
    margin-left: 15px;
  }
  .up_img_lenth {
    position: absolute;
    left: 36%;
    transform: translateX(-50%);
    bottom: 135px;
}
  .single_img_innr{
    position: relative;
  }
  .single_product_lenth{
    width: 95px;
    text-align: center;
    position: relative;
  }
  .single_product_lenth::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 33px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .single_product_lenth p{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 15px;
    line-height: 15px;
    color: #181818;
    font-weight: 500;
  }
  /* Left product panel */



/*CSS Added On 6.10.20*/
.lyrdImprnt_nav .nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin-bottom: 30px;
    display: flex;
}
.lyrdImprnt_nav .nav-tabs .nav-item {
    margin: 0;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}
.lyrdImprnt_nav .nav-tabs .nav-item.optnl_itm{
    margin: 0 25px;
}
.lyrdImprnt_nav .nav-tabs .nav-item:last-child{
    margin-right: 0;
}
.lyrdImprnt_nav .nav-tabs {
    border:0;
}
.lyrdImprnt_nav .nav-tabs .nav-link {
    height: 54px;
    line-height: 54px;
    border: 1px solid #d37533;
    padding:0;
    border-radius: 8px;
    color: #d37533;
    background-color: #fff;
    width: 250px;
    min-width: 250px;
    font-size: 17px;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    margin: 0;
}
.lyrdImprnt_nav .nav-tabs .nav-link:hover, .lyrdImprnt_nav .nav-tabs .nav-items.active .nav-link{
    color: #fff;
    background-color: #d37533;
}

.frm_row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap: wrap;
}
.frm_rowOutr .frm_row{
    margin: 0 -10px;
}
.frmRW_innr{
    width: 100%;
    margin-bottom: 18px;
}
.frm_rowOutr:last-child .frmRW_innr{
    margin-bottom: 0;
}
.hlfFrm_innr{
    width: 50%;
    margin-right: 23px;
}
.frm_row .hlfFrm_innr:last-child {
    margin-right: 0;
}
.labl_hdng {
    margin-bottom: 10px;
}
.labl_hdng label{
    font-size: 15px;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.frmRW_innr .form-control{
    height: 46px;
    border:1px solid #c3c3c3;
    line-height: 44px;
    border-radius: 4px;
    padding: 0 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.frmRW_innr .form-control::-webkit-input-placeholder{
    color: #919295;
}
.frmRW_innr .form-control::-moz-placeholder{
    color: #919295;
}
.frmRW_innr .form-control:-ms-input-placeholder{
    color: #919295;
}
.frmRW_innr .form-control::-ms-input-placeholder{
    color: #919295;
}
.frmRW_innr .form-control::placeholder{
    color: #919295;
}
.frmRW_innr .cmmnts.form-control{
    height: 96px;
    line-height: 19px;
    padding-top: 15px;
    resize: none;
}
.frmRW_innr .form-control:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #000;
}
.slct_upld{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.slct_hldr{
    width: 100%;
}
.upldBtn_outr{
    width: 134px;
    min-width: 134px;
    margin-left: 5px;
}
.slct_hldr .bootstrap-select>.dropdown-toggle {
    height: 46px;
    line-height: 44px;
    border: 1px solid #c3c3c3;
    background-color: #fff;
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #919295;
    border-radius: 4px;
    width: 100%;
}
.slct_hldr .btn-light:not(:disabled):not(.disabled).active, .slct_hldr .btn-light:not(:disabled):not(.disabled):active, .slct_hldr .show>.btn-light.dropdown-toggle {
    background-color: #fff;
    border-color: #d9e0eb;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.slct_hldr .bootstrap-select .dropdown-toggle:focus {
    outline: none!important;
    background-color: #fff;
    color: #1a2b33;
}
.slct_hldr .dropdown-item.active,.slct_hldr .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #dd7d27;
}
.slct_hldr .bootstrap-select .dropdown-menu li a span.text {
    font-size: 14px;
}
.slct_hldr .dropdown-toggle::after{
    margin-left: -16px;
    border-top: 9px solid #000;
    border-right: 7.5px solid transparent;
    border-bottom: 0;
    border-left: 7.5px solid transparent;
    vertical-align: 0;
}
.slct_hldr .dropup .dropdown-toggle::after{
    border-top: 0;
    border-bottom: 9px solid #000;
}
.upldBtn_outr .upldBtn{
    border:1px solid #4d4c4f;
}
.upldBtn{
    height: 46px;
    line-height: inherit;
    font-size: 13px;
    color: #fff;
    background-color: #4d4c4f;
    padding: 0;
    width: 100%;
    outline: none !important;
    transition: 0.3s;
}
.upldBtn:hover, .upldBtn:focus{
    background-color: #fff;
    color: #4d4c4f;
}
.addClr{
    width: 127px;
    min-width: 127px;
}
.addClr a{
    font-size: 11px;
    color: #00bff3;
    font-weight: 600;
}
.addClr a:hover{
    color: #000;
}
.labl_hdng2{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;

}
.optnl_itm{
    border-radius: 50%;
    padding: 8px;
    background-color: #f6f7f9;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
/*CSS Added On 6.10.20*/

/*CSS Added On 07.10.20*/
.slctClr_cntnr{
    padding: 12px 11px;
    background-color: #eeeeee;
    border-radius: 10px;
    margin-bottom: 30px;
}
.slectItm_colr .nav-tabs .nav-item{
    width: 20%;
    min-width: 20%;
    margin-bottom: 0;
}
.slectItm_colr .nav-tabs {
    border-bottom: 0;
}
.slectItm_colr .nav-tabs .nav-link{
    padding: 35px 0 18px;
    color: #181818 !important;
    font-size: 14px;
    border:0 !important;
    border-radius: 0;
}
.slectItm_colr .nav-tabs .nav-link span,.slectItm_colr .nav-tabs .nav-link strong{
    display: block;
    text-align: center;
}
.slectItm_colr .nav-tabs .nav-link span{
    padding-bottom: 19px;
    height: 138px;
}
.slectItm_colr .nav-tabs .nav-link span img{
    max-width: 75px;
    max-height: 100%;
}
.slectItm_colr .nav-tabs .nav-link strong{
    font-weight: 400;
}
.slctClr_cntnr .tab-content{
    padding: 0 10px 10px;
    background-color: #fff;
}
.colrBox_hdng {
    padding-top: 23px;
}
.colrBox_hdng h4{
    font-size: 16px;
    text-transform: uppercase;
    color: #181818;
    padding-left: 7px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 16px;
}
.slctClr_cntnr .color_box_holder{
    padding-right: 0;
    height: auto !important;
    margin-bottom: 0;
}
/* .slctClr_cntnr .color_box_outer:nth-last-child(-n+5){
    margin-bottom: 0;
} */
.color_box_outer{
    margin: 0 0 20px;
}
.lanyardStep_look{
    padding: 35px 82px 65px;
    background-color: #ebeef3;
    position: relative;
}
.lanyardStep_look::after{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    width: 20%;
    left: 100%;
    background-color: #ebeef3;
}
.lanyardStep_nav .nav{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.lanyardStep_nav .nav li{
    padding-right: 40px;
    padding-bottom: 6px;
    border-bottom: 1px solid #a0a2a5;
}
.lanyardStep_nav .nav li:last-child{
    padding-right: 0;
}
.lanyardStep_nav .nav li a{
    color: #a0a2a5;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.lanyardStep_nav .nav li a:hover{
    color: #181818;
}
.lanyardStep_nav .nav li.active a{
    color: #181818;
}
.lanyardStep_nav .nav li.active{
    border-color: #d37533;
}
.stepMain_hldr{
    padding-top: 52px;
}
.stepMain_hldr h4{
    font-size: 22px;
    color: #000;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.stpBtn_outr{
    margin-top: 16px;
}
.stpBtn{
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: block;
    background-color: #2d87be;
    color: #fff;
    padding: 0;
    font-size: 26px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #2d87be;
    text-align: center;
}

.stpBtn:hover, .stpBtn:focus{
    background-color: #fff;
    color: #2d87be;
}
.stpBtn:focus{
    -webkit-box-shadow: none;
            box-shadow: none;
}
.stpBtn span{
    font-size: 30px;
    margin-left: 15px;
}
.footer_outr{
    background-color: #f1f1f1;
    /*position: fixed;
    left: 0;
    right: 0;
    bottom: -100%;
    z-index: 999;*/
    -webkit-box-shadow: 0 0 60px 0 rgba(0,0,0,0.25);
    box-shadow: 0 0 60px 0 rgba(0,0,0,0.25);
    transition: 0.5s;
    width: 45%;
    margin: 0;
}
.append_footer .footer_outr{
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
}
.fotr_in{
    margin-bottom: 5px;
}
.fotr_in ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fotr_in ul li{
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #a2a2a2;
    padding: 10px 10px;
    width: 135px;
    min-width: 135px;
    border-right: 2px solid #e3e3e3;
    margin: 0;
}
.fotr_in ul li:last-child{
    border: 0;
}
/* .fotr_in ul li.untCst{
    text-align: center;
}*/
.fotr_in ul li strong{
    display: block;
    font-weight: 500;
    color: #4c4c4d;
}
.fotr_in ul li strong.orngTxt{
    color: #cf5b28;
}
.lyrdImprnt_nav .nav-tabs .nav-link:hover, .lyrdImprnt_nav .nav-tabs .nav-link.active,
 .lyrdImprnt_nav .nav-tabs .nav-item.active .nav-link{
    color: #fff;
    background-color: #d37533;
    cursor: pointer;
}

/*CSS Added On 07.10.20*/
/*CSS Added On 08.10.20*/
.frm_upld{
    max-width: 580px;
    margin: 7px auto 68px;
}
  .custom-file-input {
    position: absolute;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0;
}
.atchmnt {
    width: 0;
    height: 0;
}

.fle_attchmnt_rltd.custom-file {
    height: 54px;
    line-height: 54px;
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.fle_attchmnt_rltd .custom-file-label {
    border: 0;
    right: unset;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    display: block;
    background-color: #4d4c4f;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.fle_attchmnt_rltd .custom-file-label:hover{
    background-color: #d37533;
}
.fle_attchmnt_rltd .custom-file-label::after {
    left: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: unset;
    background-image: url(../images/upld.png);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 30px;
    height: 24px;
    padding: 0;
    background-position: center center;
    content: "";
    border-radius: 0;
    background-color: transparent;
    border: 0;
}
.fle_attchmnt_rltd .custom-file-input:lang(en)~.custom-file-label::after {
    content: "";
}
.up_instr{
    display: block;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #89898a;
    letter-spacing: 0.15px;
    padding-top: 12px;
}
.frmRW_innr .form-control{
    font-size: 15px;
}
.cmmnts2.form-control{
    height: 63px;
    line-height: 19px;
    resize: none;
    padding-top: 21px;
    width: 100%;
    box-shadow: none;
}
.dwnld_instr{
    margin-top: 30px;
}
.dwnld_instr a{
    font-size: 16px;
    letter-spacing: 0.16px;
    color: #208adc;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.dwnld_instr a:hover{
    color: #d37533;
    border-color: currentColor;
}
.instrctn_blw{
    padding: 20px 30px;
    border: 1px dashed #d0d0d0;
    background-color: #f0f0f0;
    margin-top: 32px;
    border-radius: 4px;
}
.instrctn_blw p{
    font-size: 14px;
    color: #626262;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
}

/*CSS Added On 08.10.20*/
.btn_area{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}
.basic_btn{
    display: inline-block;
    line-height: 50px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
    min-width: 170px;
    background-color: #2d85bc;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid transparent;
}
.basic_btn:last-child{
    margin: 0;
}

.basic_btn:hover{
    background-color: #fff;
    color: #2d85bc;
    border-color: #2d85bc;
}

/* =========================================================*/
.artworkHolder .selectUpload .moxie-shim {
    display: none !important;
}

.product_lft_tab.steptab_links .nav-tabs .nav-link {
border: 0;
border-radius: 5px;
font-size: 14px;
line-height: 20px;
color: #181818;
font-weight: 400;
padding: 10px 25px;
}
.product_lft_tab.steptab_links .nav-tabs .nav-link h5{
    margin: 0;
}
.step_one .product_name_dtls h5 {
font-size: 13px;
line-height: 16px;
}

/*CSS Added On 15.10.20*/
.slctDte_cntnr{
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
}
.indvdlDte{
    width: 25%;
    min-width: 25%;
    padding: 0 6px;
    margin: 0 0 20px;
}
.dteBox_innr{
    background-color: #fff;
    text-align: center;
    height: 100%;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.dteBox{
display: block;
margin-bottom: 0;
}
.dteBox .checkmark{
border-color: #eaeaea;
}
.dteBox input {
position: absolute;
opacity: 0;
cursor: pointer;
visibility: hidden;
}
.dteBox:hover input ~ .checkmark {
border: 2px solid #cc562b;
box-shadow: 0 16px 13px rgba(57,58,68, 0.08);
}
.dteNo{
padding: 15px 10px 10px;
}
.dteBox .checkmark:before {
top: -1px;
left: 6px;
z-index: 2;
}
.dteBox input:checked ~ .checkmark:before {
display: block;
}
.dteBox .checkmark:after {
top: 0px;
left: 0px;
z-index: 1;
}
.dteBox input:checked ~ .checkmark{
border-color: #cc562b;
box-shadow: 0 0 30px rgba(0,0,0,0.12);
cursor: pointer;
}
.dteBox input:checked ~ .checkmark:after {
display: block;
}
.dteNo h4{
color: #474a4e;
font-size: 44px;
}
.dteNo h6{
font-size: 12px;
color: #474a4e;
}
.prPc{
padding: 8px 10px;
text-align: center;
background-color: #fff;
border-top: 1px solid #eaeaea;
display: block;
color: #cf5b28;
font-size: 14px;
}
.dteBox input:checked ~ .prPc{
border-color: #cf5b28;
}
.dteBox input:checked ~ .dteNo h4{
color: #cf5b28;
}


.estimate_rvw_area{
background-color: #ebeef3;
padding: 80px 60px;
text-align: center;
position: relative;
}
.estimate_delivery_date h5{
font-size: 20px;
color: #666666;
margin-bottom: 10px;
}
.estimate_delivery_date h2{
font-size: 36px;
color: #191919;
font-weight: 600;
line-height: 40px;
}
.estimate_delivery_date{
margin-bottom: 20px;
}
.subtotal_delivery h6{
font-size: 20px;
color: #666666;
margin-bottom: 10px;
}
.subtotal_delivery h3{
font-size: 50px;
color: #d37635;
font-weight: 700;
margin-bottom: 0;
}
.quantity_list{
margin-top: 12px;
display: flex;
align-items: center;
justify-content: center;
}
.quantity_list li{
line-height: 100%;
font-size: 16px;
color: #666666;
border-right: 2px solid #666;
margin: 0;
margin-right: 10px;
padding-right: 10px;
}
.quantity_list li:last-child{
margin: 0;
padding: 0;
border: 0;
}

.addto_cart{
margin-top: 15px;
}
.addto_cart a{
display: block;
background-color: #6bae3c;
font-size: 26px;
color: #f4f3f9;
font-weight: 500;
text-transform: uppercase;
text-align: center;
line-height: 80px;
border: 1px solid transparent;
}
.addto_cart a:hover{
background-color: #fff;
color: #6bae3c;
border-color: #6bae3c;
}
.grn_text{
color: #34dd12;
}
/*CSS Added On 15.10.20*/
.mega_col_4{
position: relative;
}
.mega_col_4::after {
position: absolute;
content: "";
top: 0;
right: 20px;
width: 1px;
background-color: #ddddde;
height: 85%;
}
.mega_col_4:last-child:after{
display: none;
}
.estimate_rvw_area:after{
position: absolute;
content: "";
width: 3000px;
top: 0;
bottom: 0;
/*background-color: #ebeef3;*/
left: 100%;
}

.attachment_choose_inner .inner_product_box{
display: flex;
align-items: center;
justify-content: center;
height: 110px;
}
.attachment_choose_inner .inner_product_box figure{
margin-bottom: 0;
}
.single_img_innr{
max-width: 225px; 
}
/*==================================*/
/*ss-start*/
.total_selection_section {
margin-bottom: 0;
}
.left_part {
text-align: right;
}
.drawer_btn_outer{
display: none;
}
.drawer_btn{
display: inline-block;
height: 54px;
line-height: 52px;
border: 1px solid #03a74f;
padding: 0 20px;
border-radius: 8px;
color: #fff;
background-color: #03a74f;
font-size: 17px;    
}
.drawer_btn:hover{
color: #fff;
}
.drawer_cont{
transition: all 400ms linear;
}
.cross {
background: #fff;
box-shadow: 0 0 5px rgba(0,0,0,0.5);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
width: 30px;
height: 30px;
border-radius: 100%;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
display: none;
text-align: center;
line-height: 29px;
font-size: 17px;
position: absolute;
right: 15px;
top: 15px;
z-index: 100;
cursor: pointer;
color: #03a74f;
}
.cross:hover{
background: rgba(0,0,0,0.2);
}




/*responsive tab*/
.tab_accordion .nav-tabs > li {
float: left;
margin-bottom: -1px;
width: 20%;
text-align: center;
}
/*ss-end*/

.panel{
margin-bottom: 0;
}
.slctClr_cntnr .color_box_outer{
    margin-bottom: 20px;
}
.slctClr_cntnr .color_box_outer:last-child{
margin-bottom: 0;
}
.option_glassbody .clr_itm {
float: none;
min-width: 65px;
width: 65px;
margin: 0 auto 15px;
}
.option_glassbody .clr_dscrptn{
overflow: visible;
padding: 0;
width: 100%;
text-align: center;
}
.option_glassbody .qnty_no{
width: 100%;
}
.option_glassbody .qnty_no input[type="text"] {
    text-align: center;
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    font-size: 11px;
    color: #181818;
    font-weight: 600;
    height: 26px;
}
.option_glassbody .color_box_outer{
margin-bottom: 20px;
}
.option_glassbody span.price {
    display: none;
}
/*==========================================*/
.additional_members_outer-one table th{
font-size: 17px;
line-height: 25px;
color: #181818;
font-weight: 400;
}
.additional_members_outer-one table th, .additional_members_outer-one table td {
border: 1px solid #d1d1d1;
padding: 10px;
text-align: center;
}

.additional_members_outer-one table th:last-child, .additional_members_outer-one table td:last-child {
border: 2px dotted #d1d1d1;
padding: 0 10px;
text-align: center;
}
.office-work-add, .navin-add {
display: flex;
align-items: center;
justify-content: space-between;
}
.additional_members_outer-one table {
border-radius: 10px;
width: 100%;
}
.additional_members_outer-one table tr:first-child {
background: #eee;
}
.additional_members_outer-one table tr th:last-child a {
font-size: 13px;
letter-spacing: 0px;
color: #000000;
display: block;
width: 104px;
line-height: 33px;
height: 31px;
text-transform: uppercase;
border-radius: 5px;
background-color: #fefdfd;
}
.additional_members_outer-one table tr th:last-child, .additional_members_outer-one table tr td:last-child {
background: #f7f8fa;
}
.cop-all-btn {
display: block;
background: #fff;
border-radius: 4px;
font-size: 11px;
letter-spacing: 0px;
padding: 3px 9px;
color: #000000;
margin: 0;
}

.navin-add span, .office-work-add span {
    display: block;
    width: 50%;
    margin: 0;
}
.navin-add span input, .office-work-add span input{
    border: 0;
    outline: none !important;
    height: 36px;
    background-color: #fff;
    width: 100%;
    padding: 0 15px;
}
.fild-value{
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-style: italic;
    border: 0;
    outline: none !important;
}
.additional_member-file .custom-file {
    max-width: 308px;
    height: 57px;
    border-radius: 7px;
    background-color: #cf5b28;
    margin: 0 auto;
}

.additional_member-file .custom-file label {
    background: transparent;
}

.additional_member-file .custom-file label span {
    display: inline-block;
    padding-right: 10px;
}
.additional_member-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}


.step-5-form .fle_attchmnt_rltd.custom-file label {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #f1f5f7;
    color: #295267;
    font-size: 17px;
}

.step-5-form .fle_attchmnt_rltd.custom-file {
    height: 218px;
    box-shadow: none;
    border: 2px dotted #d1d1d1;
    border-radius: 4px;
    margin-bottom: 15px;
}
.progress-bar {
    display: block;
    width: 100%;
    position: relative;
    background: #ccc;
    height: 6px;
    border-radius: 4px;
    overflow: hidden;
}

.progress-bar span {
    background: #d37533;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.upload-view {
display: flex;
align-items: flex-end;
}

.thumb-img {
margin-right: 10px;
min-width: 60px;
width: 60px;
}
.thumb_text{
width: 100%;
position: relative;
}
.cross_progrss {
position: absolute;
right: 0;
top: 0;
}
.cross_progrss a{
display: inline-block;
color: #ff0000;
}
.step-5-form > h3 {
font-size: 15px;
text-align: center;
margin-bottom: 15px;
}

.inner-heading {
font-size: 17px;
text-align: center;
margin-bottom: 15px;
color: #d37533;
}

.upload-view > a {
position: absolute;
right: 20px;
bottom: 20px;
color: #d37533;
}

.nav.nav-tabs.custm-nv li.nav-item {
margin-right: 10px;
}
.step-5-form {
padding-bottom: 40px;
border-bottom: 1px solid #d1d1d1;
margin-bottom: 40px;
margin: 0;
width: 100%;
min-width: 100%;
}
.img-name {
color: #442c80;
margin-bottom: 10px;
display: inline-block;
}
.step-5-form .fle_attchmnt_rltd.custom-file label::after{display: none;}

.txt-cstm {
margin-top: 30px;
}
.txt-cstm .cmmnts2.form-control {
height: 156px;
}
.nav.nav-tabs.custm-nv .nav-link {
font-size: 16px;    
width: 200px;
min-width: 200px;
}
.cop-all-btn:hover, .additional_members_outer-one table tr th:last-child a:hover {
background: #d37533;
color: #ffff;
}
.additional_members_outer-one table tr th:first-child, .additional_members_outer-one table tr td:first-child {
width: 60px;
padding: 10px;
}
.custom-other .custom-file-label:hover {
background-color: #4d4c4f;
}
.additional_member-file .dwnld_instr {
margin: 0;
}
/*CSS Added On 20.10.20*/
.frmRow_box{
padding: 25px 12px 20px;
border:1px solid #ebebeb;
border-radius: 4px;
background-color: #fff;
margin-bottom: 20px;
position: relative;
}
.frmRow_box:last-child{
margin-bottom: 0;
}
.frmRow_box .frmRW_innr{
margin-bottom: 0;
}
.chse1{
    width: 50%;
    padding: 0 10px;
}
.chse1 .form-control{
    height: 43px;
    width: 100%;
}
.chse2{
    width: 50%;
    padding: 0 10px;
}
.chseSlct_cntnr{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: -6px;
margin-right: -6px;
flex-wrap: wrap;
}
.thrdBox{
width: 33.33%;
min-width: 33.33%;
padding: 0 6px;
}
.chseSlct_cntnr .slct_hldr .bootstrap-select>.dropdown-toggle{
    height: 43px;
    line-height: 43px;
}
.slct_hldr .btn-group .dropdown-menu {
    right: 0;
    left: inherit;
    min-width: 100%;
}
.drp_slctn{
    width: 100%;
}
.slct_hldr .bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.chseSlct_cntnr .slct_hldr .bootstrap-select.btn-group .dropdown-menu li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 20px;
    min-width: 100%;
    font-size: 14px;
}
.chseSlct_cntnr .slct_hldr .bootstrap-select.btn-group .dropdown-menu li a span{
    margin: 0;
}
.sclrBox{
width: 13px;
height: 13px;
margin-left: 6px;
display: inline-block;
}
.sred{
background-color: #e7432b;
}
.sblue{
background-color: #0b0bba;
}
.sviolet{
background-color: #6335af;
}
.clrSlct_cntnr{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.clrAdd_up{
width: 209px;
min-width: 209px;
}
.colrRdo_hldr{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.clrAdd_up_inn{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 0 0 auto;
}
.colrRdo_outr {
display: flex;
align-items: flex-start;
margin: 0;
}
.indvdlclr{
width: 40px;
min-width: 40px;
height: 40px;
border-radius: 4px;
margin-right: 11px;
}
.colrBox_innr {
height: 100%;
border-radius: 5px;
position: relative;
cursor: pointer;
}
.clrslctBox{
display: block;
margin-bottom: 0;
height: 100%;
width: 100%;
}
.clrslctBox input {
position: absolute;
opacity: 0;
cursor: pointer;
visibility: hidden;
}
.clrslctBox .checkmark{
border:1px solid transparent;
}
.clrslctBox:hover input ~ .checkmark {
border: 1px solid #cc562b;
}
.clrslctBox input:checked ~ .checkmark {
border-color: #cc562b;
}
.clrslctBox input:checked ~ .checkmark:before {
display: block;
}
.clrslctBox input:checked ~ .checkmark:after {
display: block;
}
.clrslctBox .checkmark:before {
top: 3px;
left: 6px;
z-index: 2;
height: 7px;
width: 4px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
}
.clrslctBox .checkmark:after{
border-width: 25px 25px 0 0;
}
.cblue{
background-color: #1f5fa8;
}
.cblack{
background-color: #000;
}
.cpurple{
background-color: #4c3283;
}
.cgreen{
background-color: #78bebd;
}
.cred{
background-color: #e7432b;
}
.clrAdd_btn{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 31px;
color: #000;
width: 40px;
min-width: 40px;
height: 39px;
border-radius: 4px;
border: 1px solid #000;
font-weight: 400;
}
.clrAdd_btn:hover{
color: #cc562b;
border-color: #cc562b;
}
.clrAdd_btn span{
line-height: 0;
display: block;
}
.clr_up.upldBtn_outr{
width: 156px;
min-width: 15px;
margin-left: 13px;
}
.clr_up.upldBtn_outr .upldBtn{
height: 39px;
line-height: inherit;
}
.chse_cmmnts{
padding-top: 30px;
margin-top: 34px;
border-top: 1px solid #ebebeb;
}
.chse_cmmnts .cmmnts2.form-control{
height: 173px;
}
.dlt_btn {
position: absolute;
right: 10px;
top: 10px;
}
.dlt_btn a{
display: inline-block;
color: #545454;
font-size: 16px;
}
.dlt_btn a:hover{
color: #ff0000;
}
/*CSS Added On 20.10.20*/

.pvc_product_inr .color_area span{
color: #191919;
}
.pvc_product_img {
padding-left: 50px;
width: 70%;
text-align: left;
position: relative;
margin: 0;
}
.pvc_product_img .single_img_innr {
max-width: 260px;
border-radius: 10px;
overflow: hidden;
margin: 0;
}
.inch_line{
text-align: left;
margin-top: 20px;
display: inline-block;
position: relative;
}
.pvc_product_img h5{
position: absolute;
font-size: 13px;
color: #181818;
font-weight: 500;
white-space: nowrap;
}
.inch_line h5{
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.inch_line_2 {
position: absolute;
right: 15%;
top: 0;
height: 75%;
}
.inch_line_2 h5{
top: 48%;
transform: translateY(-50%);
left: -10px;
}

.icon_tabs li a span{
height: 62px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.size_outer{
padding: 20px 0 0;
display: flex;
flex-wrap: wrap;
margin: 0 -8px;
}
.size_item{
width: 20%;
padding: 0 8px;
}
.size_innr{
padding: 6px;
background-color: #eeeeee;
border-radius: 5px;
}

.size_pic{
margin-bottom: 20px;
}
.size_pic img{
width: 100%;
}
.size_text h4{
font-size: 14px;
color: #181818;
text-align: center;
margin-bottom: 10px;
}
.size_fill{
padding: 0 5px;
}
.size_fill .form-control{
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: none;
    font-size: 13px;
    color: #76797e;
    background-color: #fff;
    float: none;
    width: 100%;
}
.size_fill .form-control:focus{
border-color: #cc562b;
}
.inner-heading span{
font-size: 14px;
display: inline-block;
color: #295267;
opacity: 0.8;
}

/*modal-css*/
.choose_modal .modal-dialog {
width: 100%;
margin: 30px auto;
max-width: 1050px;
}
.choose_modal .modal-header{
background-color: #f6f7f9;
display: flex;
align-items: center;
justify-content: space-between;
}
.choose_modal .modal-header h4{
font-size: 22px;
color: #181818;
margin-right: auto;
}
.srch_outer{
padding: 10px 0;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.srch_lftpnnl{
width: 40%;
}
.srch_btnArea{
width: 60%;
}
.srch_lftpnnl .srch_fill .form-control{
height: 40px;
padding: 0 45px 0 15px;
}
.srch_lftpnnl .srch_btn {
background-size: 18px;
right: 8px;
}
.srch_btnArea{
display: flex;
align-items: center;
justify-content: flex-end;
}
.gray_btn{
display: inline-block;
min-width: 150px;
text-align: center;
background-color: #e6e8e8;
border-radius: 8px;
border: 1px solid #9d9f9f;
color: #9d9f9f;
font-size: 14px;
line-height: 42px;
padding: 0 10px;
}
.srch_btnArea a{
margin-right: 10px;
}
.srch_btnArea a:last-child{
margin-right: 0px;
}
.gray_btn:hover{
background-color: #cc562b;
border-color: #cc562b;
color: #fff;
}
.choose_templaceSec{
margin-top: 20px;
height: 490px;
}
.choose_modal .close{
opacity: 1;
background-color: #fff;
border-radius: 50%;
height: 35px;
width: 35px;
box-shadow: 0 0 20px rgba(0,0,0,0.15);
margin: 0;
line-height: 0;
float: none;
}
.choose_modal .close img{
width: 12px;
}

/*=====================================================*/
.choose_modal .modal-body{
position: relative;
overflow: hidden;
}
.continute_btn{
position: absolute;
left: 0;
right: 0;
bottom: -100%;
z-index: 99;
transition: 0.5s;
background-color: #d37533;
text-align: center;
padding: 10px 0;
}
.continue_pnnl .continute_btn{
bottom: 0;
}
.continute_btn .popup_continue{
display: inline-block;
line-height: 42px;
color: #fff;
font-size: 14px;
text-transform: capitalize;
background-color: #181818;
font-weight: 600;
border: 1px solid transparent;
width: auto;
padding: 0  20px;
}
.continute_btn .popup_continue:hover{
background-color: #fff;
color: #181818;
}
.previous_btn{
margin-top: 15px;
}

/*.previous_btn a{
display: inline-block;
font-size: 20px;
vertical-align: middle;
color: #208adc;
text-decoration: underline;
}

.previous_btn a:hover{
color: #d37635;
text-decoration: none;
}*/

.holder_tablinks.slectItm_colr .nav-tabs .nav-link span img{
max-width: 100px;
}
.holder_tablinks.slectItm_colr .nav-tabs .nav-link strong{
height: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.holder_tablinks.slectItm_colr .nav-tabs .nav-link span{
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wh_hdng{
text-align: center;
margin-bottom: 15px;
}
.wh_hdng h4{
font-size: 13px;
color: #181818;
font-weight: 500;
}
.holder_pnnl.option_glassbody .clr_itm{
width: auto;
min-width: auto;
max-width: 150px;
height: 150px;
margin: 0 auto 20px;
text-align: center;
}
.holder_pnnl .clr_itm img {
width: auto;
/*height: auto;*/
}
/*====================================*/

.right_step_2{
display: none;
}
.step_pnnl .right_step_2{
display: block;
}
.step_pnnl .right_step_1{
display: none;
}
.mixitup-content, .lanyard-color-wrapper{
    margin:0px;
}
/** End Custom Css **/

.lanyard-color-wrapper.lanyardColors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.lanyardPMScolors {
    background-color: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 0 0 8px #dfdfdf;
    display: none;
    margin-left: 54px;
    margin-top: -370px;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    width: 345px;
    overflow: auto;
}
.lanyardPMScolors p, .lanyardPMScolors ul li .nm{
    text-align: center;
}
.selectOptions .right .lanyardPMScolors .note {
    margin: 0;
    padding: 0;
    text-align: center;
}
.lanyardPMScolors .enterPMS {
    margin: 0 0 9px 45px;
    text-align: left;
    font-weight: bold;
    display: none;
}
.lanyardPMScolors .enterPMS #txtPMS {
    width: 100px;
}
.lanyardPMScolors ul {
    height: 418px;
    overflow-x: auto;
    width: auto;
	list-style: outside none none;
	padding:0px;
}
.lanyardPMScolors ul li {
    border: 1px solid rgb(215, 215, 215);
    border-radius: 0;
    box-shadow: none;
    margin: 4px;
    padding: 5px 0;
    width: 74px;
	float:left;
}
.lanyardPMScolors ul li.selected {
    margin: 4px;
    padding: 5px 0;
    width: 74px;
}
.lanyardPMScolors ul li a {} .lanyardPMScolors ul li a .img {
    display: block;
    height: 128px;
    margin: 0 auto;
    width: 49px;
}
.lanyardPMScolors ul li a .nm {} .lanyardPMScolors ul li a .nm span {
    color: #3b4044;
    font-size: 12px;
    white-space: pre;
}
.lanyardPMScolors ul li.selected a .nm span {}
.customColorHolder .btnClose {
    background-color: #fff;
    background-image: url("https://d24c5u9oht4p84.cloudfront.net/lanyard/nimages/close.png");
    border-radius: 8px;
    height: 16px;
    position: absolute;
    right: -8px;
    top: -5px;
    width: 16px;
}
.customColorHolder,.conAddMore{
    display: none;
}
.lanyardPMScolors ul {
    height: 418px;
    overflow-x: auto;
    width: 840px;
    list-style: outside none none;
    padding: 0px;
}
/*=====================================================*/

.select_holder select {
    width: 100%;
    height: 34px;
    background: #eee;
    border: 1px solid #eee;
    padding: 0 10px;
    border-radius: 4px;
    outline: none;
}

.rdo_holder {
    text-align: left;
}
.stich_outer .col-md-3{
    margin-bottom: 30px;
}
.stich_outer .od-product-name i{
    display: none;
}
.od-product-name p{
    font-size: 14px;
    color: #181818;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 20px;
}

.additional_item .od-product-name{
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
}
.additional_item .custom{
    height: 32px;
    background-color: #00aeef;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
    position: relative;
    z-index: 9;
    outline: none;
    margin-top: 10px;
    border: 0;
    font-weight: 700;
    padding: 0 10px;
}
.additional_item .custom:hover, .additional_item .custom:focus {
    background-color: #0783b1;
    color: #fff;
}

.additional_item .od-product-name i{
    display: none;
}

.customStyle-sizeQualityPrint .col-md-3{
    margin-bottom: 30px;
}
.additional_item  .od-product-name p{
    font-size: 13px;
}

.datebx_outer{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -6px;
    width: 100%;
}
.delivery-calender ul li {
    width: calc(20% - 16px);
}
.delivery-calender ul li {
    margin: 0px 8px 20px;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.delivery-calender ul li.selected {
    border-color: #cf5b28;
    box-shadow: -3px 3px 20px 0px #dedbdb;
}
.delivery-calender ul li .check {
    display: none;
    border-bottom: 20px solid transparent;
    border-right: 25px solid transparent;
    border-left: 25px solid #cf5b28;
    border-top: 20px solid #cf5b28;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.delivery-calender ul li .check i {
    position: absolute;
    top: -14px;
    left: -18px;
    font-size: 18px;
    color: #fff;
}
.delivery-calender ul li.selected .check {
    display: block;
}
.delivery-calender ul li .date {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 44px;
    color: #474a4e;
}
.delivery-calender ul li.selected .date {
    color: #cf5b28;
}
.delivery-calender ul li .date span {
    float: left;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #474a4e;
}
.delivery-calender ul li .delivery-price {
    width: 100%;
    float: left;
    margin-top: 8px;
    border-top: 1px solid #e8e8e8;
    color: #cf5b28;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 500;
}
.delivery-calender ul li.selected .delivery-price {
    border-top-color: #cf5b28;
}
.delivery-calender ul li .delivery-price.grn{
    color: #5f9ea0; 
    font-weight: 700;
}
.delivery-calender ul li .delivery-price.org {
    border-top-color: #cf5b28;
    background-color: #cf5b28;
    color: #fff;
}
.estimate_rvw_area {
    background-color: #ebeef3;
    padding: 35px 60px;
    text-align: center;
    position: relative;
}
.delivery-outer-box .inDate {
    border: none;
    border-radius: 0px;
    font-size: 20px;
    padding-left: 0;
    margin: 0px;
    font-family: inherit;
    background: transparent;
    line-height: 20px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}
.delivery-outer-box span.deliverDate {
    font-size: 36px;
    line-height: 40px;
    color: #191919;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
span.subtotal-text, span.all_incl {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    font-size: 20px !important;
    color: #666666;
    font-weight: 400;
    text-align: center;
}
.totalAmountSec span.wristPrice, .totalAmountSec span.amountCurrency, .totalAmountSec span.canPrice {
    font-family: 'Poppins', sans-serif !important;
    font-size: 45px;
    line-height: 43px;
    color: #d37635;
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.delivery-outer-box .totalQtySec {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    font-size: 16px !important;
    color: #666666 !important;
    font-weight: 400;
    text-align: center;
}
.order-button-box .order-button-payment a {
    background: #6bae3c !important;
    width: 90% !important;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.9px;
    line-height: 80px;
    height: 80px;
    padding: 0 20px;
    font-size: 26px !important;
    font-weight: 500;
    border: 1px solid transparent;
    transition: 0.4s;
}
.order-button-box .order-button-payment a:hover {
    background-color: #fff !important;
    color: #6bae3c;
    border-color: #6bae3c;
}
.imprint_area{
    padding-bottom: 30px;
}

.imprint_area .note {
   display: block;
    text-align: center;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: #89898a;
    letter-spacing: 0.15px;
    padding-top: 12px;
}

.selectUpload.uploadArtwork a{
    border: 0;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
    outline: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4d4c4f;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border-radius: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.selectUpload.uploadArtwork a:hover{
    background-color: #d37533;
}
.selectUpload.uploadArtwork a i {
    margin: 0 10px 0 0;
}
.selectUpload.uploadArtwork a span{
    margin: 0;
}

.field{
    margin-bottom: 18px;
}
.drpFont{
    position: relative;
}
.field:last-child{
    margin-bottom: 0;
}
.field label {
    font-size: 15px;
    letter-spacing: 0.38px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.field input {
    height: 46px;
    border: 1px solid #c3c3c3;
    line-height: 44px;
    border-radius: 4px;
    padding: 0 16px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    width: 100%;
    outline: none;
    box-shadow: none;
}
.field input:focus{
    border-color: #000;
}
.selectClipart {
    position: relative;
    margin: 0;
    width: 100%;
}
.previewMessage .message .box .drpFont a.currentFont, .selectClipart > a {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    color: #919295;
    display: block;
    font-family: arial;
    font-size: 15px;
    font-weight: 400;
    padding: 0px 40px 0px 10px;
    text-decoration: none;
    width: 100%;
    height: 44px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.selectClipart a.current:after, .previewMessage .message .box .drpFont a.currentFont::after {
    content: "\f0d7";
    display: inline-block;
    font-family: fontawesome;
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 200;
    color: #000;
    line-height: 100%;
}
.selectClipart a img, .selectClipart a span{
    margin: 0;
}
.selectClipart a span{
    margin-left: 10px;
}
.previewMessage .message .box .drpFont a img{
    max-width: 125px;
    margin: 0;
}
.customFontHolder{
    margin-top: 18px;
    display: none;
}
.drpFontHolder {
    background-color: #fff;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    box-shadow: 0 0 8px #dfdfdf;
    display: none;
    padding: 10px;
    position: absolute;
    top: 0;
    width: auto;
    z-index: 999;
}
.lanyardFont {
    display: flex;
    flex-wrap: wrap;
    height: 456px;
    overflow-y: auto;
    padding-left: 0;
    overflow-x: hidden;
    margin: 0 -2px;
}
.lanyardFont li {
    padding: 0 2px;
    text-align: center;
    width: 25%;
    list-style: none;
    margin-bottom: 5px;
}
.lanyardFont li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 2px;
    position: relative;
    vertical-align: middle;
    width: 100%;
    border: 1px solid #ddd;
}
.lanyardFont li a span{
    margin: 0;
}
.lanyardFont li img {
    max-height: 24px;
    max-width: 180px;
    vertical-align: middle;
}

.clipart_outer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.clipart_outer .clip_item{
    margin: 0;
    width: 50%;
    padding: 0 12px;
    display: flex;
    align-items: flex-start;
}

.uploadHolder{
    padding-left: 5px;
}
.uploadHolder .filelist{
    width: 100%;
}
.clip_item .filelist {
    display: none;
    width: 140px;
    border: 1px solid #c3c3c3;
    height: 44px;
    line-height: 44px;
    padding: 0 7px;
    position: relative;
    border-radius: 5px;
}
.clip_item .filelist span{
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.uploadClipart .btn{
    width: 134px;
    min-width: 134px;
    height: 44px;
    line-height: inherit;
    font-size: 13px;
    color: #fff;
    background-color: #4d4c4f;
    padding: 0;
    border: 1px solid #4d4c4f;
    display: flex;
    align-items: center;
    justify-content: center;
}
.uploadClipart .btn:hover{
    background-color: #fff;
    color: #4d4c4f;
}
.clip_item:last-child .selectClipart a span{
    margin-left: 0;
    margin-right: 10px;
}
.clipartHolder {
    position: absolute;
    background: #fff;
    z-index: 9;
    top: 45px;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px;
}
.clipartHolder .nav>li>a {
    padding: 10px 8px;
    margin-right: 0;
    font-size: 13px;
}
.clipartHolder li a img{
    width: 40px;
    margin: 0 auto;
}
.clipartHolder li a b{
    margin: 0;
}
.imprint_area  .clipartHolder .note{
    display: none;
}
ul.pClipart.conClipart, ul.sClipart.conClipart {
    max-height: 315px;
    overflow-y: auto;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}

.conClipart li {
    width: 50%;
    padding: 0 3px;
    margin-bottom: 5px;
}
.conClipart li a{
    display: block;
    text-align: center;
}
.conClipart li a b{
    width: 100%;
    display: inline-block;
    font-size: 12px;
}
.current.startClipart img, .current.endClipart img{
    width: 30px;
}

.field .txtComments{
    height: 96px;
    line-height: 19px;
    padding-top: 15px;
    resize: none;
    font-size: 15px;
    border: 1px solid #c3c3c3;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border-radius: 4px;
    outline: none;
    background-color: #fff;
} 
.field .txtComments:focus{
    border-color: #000;
}

#menu1{
    padding-top: 15px;
}
#menu1 h3{
    font-size: 14px;
}
#menu1 .row{
    margin: 0;
}
#menu1 .col-xs-12.col-sm-8.col-sm-offset-2{
    margin: 0;
    padding: 0;
}

#menu1 .input-group{
    display: flex;
    align-items: center;
}

#menu1 .input-group input{
    height: 30px;
    border: 1px solid #c3c3c3 !important;
    padding: 0 15px;
    font-size: 13px;
    color: #000;
    width: 100%;
}
#menu1 .input-group .input-group-btn{
    display: inline-block;
}

#menu1 .input-group .input-group-btn .btn{
    height: 30px;   
}

.txtFullColorNote {
    font-size: 11px;
    margin: 10px 0 0;
}
.imprint_item .wrapper-dropdown{
    height: 44px;
    box-shadow: none;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}

.imprint_item .wrapper-dropdown span.selectedOption a span {
     top: 0; 
}
.imprint_item .selectedOption > a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
}
.imprint_item .selectedOption {
    margin: 0;
    display: inline-block;
    text-align: left;
}
.imprint_item .UIdrp select{
    height: 44px;
    box-shadow: none;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    line-height: 44px;
    background-color: transparent;
    width: 100%;
}
.imprint_item .hideBlank {
    width: 100%;
}
.labl_hdng2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.labl_hdng2 span{
    margin: 0;
}
.labl_hdng2 .addImpColor {
    display: inline-block;
    font-size: 11px;
    color: #00bff3;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0;
}
.customize_tab_pane, .upload_tab_pane{
    display: none;
}
.tab_content_active{
    display: block;
}
.imprint_item .wrapper-dropdown .dropdown li span{
    float: none;
    margin: 0 5px 0 0;
}

.imprint_item .wrapper-dropdown .dropdown li a{
    display: flex;
    align-items: center;
}

.attachment_part  .nav-pills>li {
    margin: 0;
}
.attachment_part .checkbox-inline, .attachment_part .radio-inline{
    padding: 0;
}

.attch_total_part {
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
}
.attch_total_part .od-product-wrapper{
    position: relative;
}
.attachment_choose_outer .od-product-img-wrap img{
    width: 50px;
}

.attachment_choose_outer .od-product-img-wrap{
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #f5f5f5;
}
.artworkHolder #filelistAW {
    text-align: center;
    margin: 10px 0 0;
}
.od-product-wrapper {
    position: relative;
    transition: 0.5s;
}
.od-product-wrapper:hover{
    border-color: #cf5b28;
}
.conAttachmentsMetal.hide {
    display: block !important;
}
.hand-s:after {
    top: 0px;
    left: 0px;
    z-index: 1;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 36px 0 0;
    border-color: #cf5b28 transparent transparent transparent;
}
.hand-s i {
    position: absolute;
    left: 4px;
    top: 2px;
    z-index: 2;
    font-size: 17px;
}

.selected .od-product-name{
    background-color: #fff;
}
.attachmentItems  .od-product-name{
    display: none;
}

/*==============================================*/

.see_design span {
    background: #03a74f;
    padding: 5px 13px;
    color: #fff;
    border-radius: 7px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-weight: 500;
    margin-right: 8px;
}
.customStyle-nav-tabs .nav-tabs li:last-child a {
    color: #03a74f;
}

.pay_later_area {
    background-color: #f0e6e5;
    padding: 15px;
}
.pay_outer {
    display: flex;
    align-items: center;
}
.pay_iconInner {
    display: flex;
    align-items: flex-start;
    min-width: 225px;
    padding-right: 30px;
    border-right: 1px solid #e5b9a7;
}
.pay_text {
    padding-left: 30px;
}
.pay_latr_icon {
    min-width: 42px;
    width: 42px;
    margin: 0 10px 0 0;
}
.pay_icontext, .pay_iconInner, .pay_text, .pay_text p {
    margin: 0;
}
.pay_icontext h4 {
    margin: 0;
    font-size: 17px;
    color: #cf5b28;
    text-transform: uppercase;
    line-height: 24px;
}
.pay_icontext h4 span {
    display: block;
    margin: 0;
    font-weight: 600;
}
.pay_text p {
    font-size: 18px;
    color: #4c4c4d;
}
.conSizeLegend br:first-child {
    display: none;
}
.step_header h3 + span{
    display: none;
}
.colrBox_hdng h5{
    padding: 0 10px;
}
.color_box_holder .colrBox_hdng{
    width: 100%;
    padding: 0px;
}
#holder_tab3 .colrBox_hdng h5, #holder_tab4 .colrBox_hdng h5, #holder_tab5 .colrBox_hdng h5{
    margin-bottom: 0;
    color: #444;
}
#holder_tab3 .color_box_holder > .colrBox_hdng, #holder_tab4 .color_box_holder > .colrBox_hdng, 
#holder_tab5 .color_box_holder > .colrBox_hdng,#holder_tab6 .color_box_holder > .colrBox_hdng{
    margin: 0 10px 15px;
    background-color: #f9f9f9;
    padding: 12px 10px;
    text-align: center;
}
.product_lft_tab #lanyard {
    margin-bottom: 80px;
}
.delivery-tip p {
    border: 1px solid #7ac430;
    border-radius: 5px;
    display: block;
    left: -25px;
    margin-bottom: 20px;
    padding: 10px;
    pointer-events: none;
    width: auto;
    float: left;
    margin-top: 0px;
    box-shadow: 0px 0px 10px #ccc;
    height: fit-content;
}
.colrBox_hdng br{
    display: none;
}

.lanyrd_color_outer {
    max-height: 165px;
    overflow-y: auto;
}
 .filelist {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.filelist > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
     border: 1px solid #989898;
    border-radius: 5px;
   padding: 10px 15px;
    background-color: #fff;
    margin: 0 5px 5px;
}
.filelist > div span {
    margin: 0;
    display: inline-block;
    cursor: pointer;
}
.filelist > div span:hover{
    color: #ff0000;
}
.filelist a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
    margin: 0;
    display: inline-block;
}
 .imprint_area .loading {
    height: 7px;
    width: 50%;
    margin-top: 10px;
    border: 1px solid #d37533;
    border-radius: 0px;
    display: none;
}
 .imprint_area .loading span {
    background-color: #d37533;
    display: block;
    height: 100%;
    transition: all 2s linear 0s;
    width: 0;
    float: left;
}
.imprint_area .clip_item .loading{
    width: 100%;
    min-width: 140px;
}
.loading span{
    cursor: pointer;
}
.atwrk_area .filelist > div {
    width: 45%
}
#pms_list {
    display: flex;
    flex-wrap: wrap;
}

#pms_list .pms_holder {
    width: 16.6%;
    padding: 5px;
    text-align: center;
    float: none !important;
}
#pms_list .pms_color {
    width: 100%;
    height: 75px;
}
#pms_list .pms_holder span{
    color: #6e6e6e;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.pms_holder > div{
    border: 1px dashed #000;
    padding: 5px;
}
.pms_holder > div br{
    display: none;
}
.custom_tab-content {
    margin-bottom: 18px;
}

.bttm_redText{
    font-size:12px;
    margin-top:10px;
    font-family: 'Roboto Condensed', sans-serif;
    color:#d74352;
    font-weight: 300;
    text-transform: uppercase;
}

.mar-bottom.mobile_content, .lanyard-color-wrapper.mar-bottom{
    margin-bottom: 0;
}
.previewHolder{
    position: relative;
}
.previewHolder .loading{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.previewHolder .loading img {
    width: auto;
}

.slctClr_cntnr .faux_vertical2, .slctClr_cntnr  .faux_vertical, .slctClr_cntnr .silicone_holder{
    margin-bottom: 20px;
}

.additional_item .od-product-img-wrap {
    display: flex;
    height: 170px;
    align-items: flex-start;
    justify-content: center;

}
.additional_item .od-product-img-wrap img{
    max-height: 100%;
}

.pvc_tablinks .lyrdImprnt_nav .nav-tabs .nav-item.optnl_itm {
    margin: 0 10px 0 0;
}

.lyColors {
    position: relative;
  }
  
  .lyColors .tooltipImg {
    visibility: hidden;
    width: 100px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 8px;
    position: absolute;
    z-index: 1;
    right: 12px;
    border: 1px solid #cc562b;
    background: #fff;
    z-index: 9;
    top: 66px;
  }
  
  .lyColors:hover .tooltipImg {
    visibility: visible;
   display: block;
  
  }


  .lyStitch .od-product-img-wrap img, .additional_item .od-product-img-wrap img{
    /*max-width: 90px;*/
  }

    .color_area p {
        cursor: pointer;
    }
    .additional_outer p {
        margin: 0;
        color: #000;
        font-size: 9px;
        text-align: left;
        padding: 5px;
        box-shadow: 0px 0px 4px #ccc;
        border-radius: 5px;
        margin-bottom: 5px;
        background-color: #fff;
        position: relative;
        padding-right: 20px;
    }
     .additional_outer p:after{
        position: absolute;
         content: "\f00c";
        font-family: FontAwesome;
        color: #fff;
        font-size: 12px;
        color: #03a74f;
        top: 50%;
        transform: translateY(-50%);
        right: 5px;
     }
    
    
.additional_lanyard_option.lanyrd_color_area h6{
    margin-bottom: 10px;
    font-size: 10px;
}
.additional_outer {
    max-height: 170px;
    overflow-y: auto;
}
.membrs_pagination {
    display: inline-block;
}
.product_name_dtls  .od-product-name{
    height: auto !important;
    display: block;
    background-color: transparent !important;
}
.selected .product_name_dtls{
    background-color: #fff;
}
.lanyard-content .inner_product_box.od-product-wrapper.selected{
    background-color: #f5f5f5;
}

#pu-wrk .uploadArtwork_fileattach{
    height: auto;
    border: 0;
    border-radius: 0;
    margin: 0;
}
.upload_pnnl .uploadArtwork_fileattach .custom-file-label{
    position: relative;
    height: 185px !important;
    box-shadow: none;
    border: 2px dotted #d1d1d1;
    border-radius: 4px;
    max-width: 100%;
    margin: 0 auto 15px;
    width: 100%;
}
.upload_pnnl .uploadedFile{
    position: relative;
    padding: 10px;
    border: 2px dotted #d1d1d1;
} 

.upload_pnnl .uploadArtwork_fileattach .uploadedFile a {
    flex-direction: row;
    background-color: transparent !important;
    justify-content: flex-start;
}
.upload_pnnl .uploadedFile img {
    max-height: 100%;
    max-width: 60px;
    margin: 0;
    width: 60px;
    min-width: 60px;
    height: 60px;
}
.upload_pnnl .uploadedFile b {
    display: block;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    color: #442c80;
    margin: 0;
    text-overflow: ellipsis;
    max-width: 90%;
    text-align: left;
    padding-left: 10px;
}

.upload_pnnl .uploadedFile span {
    cursor: pointer;
    float: none;
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #f1f1f1;
    right: 10px;
    top: 10px;
    font-family: sans-serif;
    color: #ff0000;
    font-weight: bold;
    height: 25px;
    width: 25px;
    line-height: 25px;
    border-radius: 50%;
}
.upload_pnnl .fileLoading {
    background-color: #ccc;
    border: 0;
    border-radius: 10px;
    display: none;
    height: 6px;
    margin-top: 4px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.upload_pnnl .fileLoading span{
    background-color: #d37533;
}

span.uplaod-text {
    margin-left: 10px;
}

.frm_rowOutr.txt-cstm  .frm_row {
    margin: 0;
}
.membertble_cell input{
    outline: none;
    min-width: 100px;
}
.delivery-calender {
    margin: 0;
    width: 100%;
}
.table_outer .table.table-bordered tr:hover {
     background: transparent; 
}
.slctDte_cntnr .delivery-calender ul li {
    width: calc(25% - 16px);
}
.member_tble_row:last-child .membertble_cell{
    border-bottom: 0;
}
.mobile_tabsrvws{
    display: none;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.add_more_field{
    outline: none !important;
    box-shadow: none !important;
}
.membertble_cell a{
    margin-right: 10px;
}
.members_tble_innr .membertble_cell span{
    display: flex;
    align-items: center;
}

#pvc{
    margin-bottom: 30px;
}
.selectClipart a i{
    font-size: 20px;
    margin: 0;
}

.selectUpload.uploadArtwork.pvc_upload a {
    color: #2b485b !important;
    padding: 35px 20px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    border: 2px dotted #9fb4c0;
    border-radius: 7px;
    text-align: center;
    background-color: rgb(241, 245, 247);
    text-align: center;
    height: auto;
}
.selectUpload.uploadArtwork.pvc_upload a:hover{
      background-color: rgb(241, 245, 247);
}
.selectUpload.uploadArtwork.pvc_upload a span, .selectUpload.uploadArtwork.pvc_upload a em{
    display: block;
    font-style: normal;
    width: 100%;
}
.selectUpload.uploadArtwork.pvc_upload a .upload_icon{
    margin-bottom: 10px;
}
.imprint_item .wrapper-dropdown .dropdown li span, .imprint_item .wrapper-dropdown span.selectedOption a span{
    display: flex;
    align-items: center;
    justify-content: center;
}
 .imprint_item .wrapper-dropdown .dropdown li span img, 
  .imprint_item .wrapper-dropdown span.selectedOption a span img{
    width: 15px;
}
.merchant_review .stars{
    margin: 0;
}
.footer-top{
    display: flex;
    flex-wrap: wrap;
}
.badge-reel-options li.active,.lanyard_badge_holder li.active {
    background: white !important;
}
.badge-reel-options li,.lanyard_badge_holder li {
    padding: 7px 0px;
}

.option_glassbody #tab6 .clr_itm, .option_glassbody #tab7 .clr_itm {
       min-width: auto; 
        width: 40px;
        margin: 0 auto 15px;
        max-width: 40px;
}
.badge-reel-options .owl-buttons .owl-prev, .badge-reel-options .owl-buttons .owl-next,.lanyard_badge_holder .owl-buttons .owl-prev, .lanyard_badge_holder .owl-buttons .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}
.badge-reel-options .owl-buttons .owl-prev,.lanyard_badge_holder .owl-buttons .owl-prev{
    left: 10px;
}
.badge-reel-options .owl-buttons .owl-next,.lanyard_badge_holder .owl-buttons .owl-next{
    right: 10px;
}
.instrctn_blw_left p {
    align-items: center;
    font-size: 10px;
    line-height: 16px;
    color: #191919;
    font-weight: 500;
    text-align: center;
    margin-bottom:7px;margin-top:5px;
}
.instrctn_blw_left{
    border: 1px dashed #d0d0d0;
    background-color: #f0f0f0;
    margin-top: 15px;
    border-radius: 4px;
    width:92%;
}
.col-6{
    display: block;
}
/**Responsive**/
@media(max-width: 768px){
    .customStyle-nav-tabs{
        margin: 0;
    }
    .customStyle-nav-tabs .nav-tabs li a {
        padding: 0px 10px;
        font-size: 12px;
        height: 40px;
    }
    .instrctn_blw_left{
        width:98%;
    }

}
@media(max-width: 768px){
    .lanyardPMScolors {
        width: 370px;
    }
    .lanyardPMScolors ul {
        width: 350px;
    }
}
@media(max-width: 640px){
    .lanyard-color-wrapper {
        overflow-y:scroll !important;
    }
}
.extra_row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}
.extra_colItem{
    width: 50%;
    padding: 0 7px;
    margin: 0 0 15px;
    min-height: 275px;
}
.conExtra h3{
    margin: 0;
    line-height: 16px;
    color: #000;
    font-weight: normal;
}
.conExtra .od-product-wrapper{
    padding: 0;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    height: 100%;
    border: 2px solid #efefef;
}
.extra_hdng{
    margin-bottom: 8px;
    margin-top: 0;
}
.extraimg_outer {
    display: flex;
    height: 100%;
}

.pvctocart.pvcAddOrderButton {
    padding: 0;
    display: block;
    width: 100%;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
}
	.pvctocart .order_btn span{
    display: none;
}
.pvctocart .order_btn:after {
  content: "Add This To My Order";
}

.selected .pvctocart .order_btn::after {
  content: "Remove From My Order";
}

/*Translated CSS*/
.locale-de .pvctocart .order_btn:after {
    content: "Fügen Sie dies meiner Bestellung hinzu" !important;
}
.locale-de .selected .pvctocart .order_btn::after {
content: "Aus meiner Bestellung entfernen" !important;
}

	.pvctocart .order_btn{
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4fadef;
    border: 2px solid transparent;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
    width: 100%;
    border-radius: 5px;
}

	.qty_adouter .pvcQtyField, .qty_adouter .pvctocart{
    display: block;
    padding: 0;
    margin-top: 8px;
    width: 100%;
}
	.free_colItem{
	width: 31%;
	min-height: 144px;
}
.free_rightText {
	margin: 10px;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.free-mtop{
	margin-top:25px;
}
.free-mbot{
	margin-bottom:14px;
}
.conExtra .free-product-wrapper{
	height:81%;
}
.free_row{
	justify-content: space-evenly;
}
.free-add-to-order{
	position: relative;
	top:31px;
}
.free_step_body{
	padding: 20px 0px 20px 15px;
}
.free_fontsize{
	font-size: 24px;
}
.free_textCenter{
	text-align: center;
}
.free_step_body h3 {
	line-height: 24px;
	color: #474a4e;
	font-weight: 300;
	font-size: 14px;
}
.free_fontBold{
	font-weight: 500;
}
.free_fontItalic{
	font-style: italic;
}
.free_bgColor{
	background-color: transparent !important;
}
.pvctocart .free-add-to-order:hover {
  background: #fff;
	color: #4fadef;
    border-color: #4fadef;
}

.lanyard_box .lanyard_part {
    margin: 0 !important;
}
