body{
    background: #fff;
}
.fabric_tool .common_select_button label::before{
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
    border-radius: unset;
}
.fabric_tool .fab_button{
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
}
.fabric_tool .common_select_button label.active_art::after{
    z-index: 11;
    top: -10px;
    left: 14px;
    width: 10px;
    height: 29px;
    border: 2px solid transparent;
    border-bottom-color: #2E800A;
    border-right-color: #2E800A;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -transform: rotate(45deg);
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
    background-color: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
}


.common_step_title {
    color: inherit;
    border-bottom: 3px solid #d5d5d5;
    font-family: 'Helvetica 35 Thin';
}
.common_step_title h1 {
    width: 100%;
    float: inherit;
}
.common_step_title span {
    color: #d5d5d5;
}
.common_step_box > p {
    color: #032734;
    font-family: 'Helvetica 35 Thin';
}
.product_type {
    border-left: none;
    display: none;
}
.product_type li {
    border: 2px solid #f2f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#lanyard_step_one{
    background: #fff;
}
#lanyard_step_one .common_step_box h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #032734;
    font-family: 'Helvetica 35 Thin';
}
#lanyard_step_details{
    margin-top: 10px;
}
.product_type li.selected {
    border: 2px solid #1435a2;
}
.product_type.my-products ul li.selected::after {
    top: calc(100% - 2px);
}
#lanyard_step_details .common_step_box {
    border: initial;
    padding: 20px;
    background:#fff;
    /*background:#f9fafc;*/
}
.sku {
    color:#747373;
}
.thumbWrapper {
    margin-top: 0;
}
.productBigImg{
    margin-right: 10px;
    padding: 0 0 10px 0;
}
.productBigImg img {
    width: 100%;
}
.small-box {
    padding: 2px 5px;
    margin: 0px 0px 5px 20px;
    border: 1px solid #d5d5d5;
    height: auto;
    border-radius: 3px;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 58px;
    flex-basis: 12%;
}
.small-box img {
    width: 100%;
    max-width: 100px;
    height: auto !important;
    margin: 3px auto;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    border-radius: inherit;
}
.content_top {
    padding-right: 36px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d5d5d5;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
}
.content_top .add-to-wish-list{
    position: absolute;
    top: 2px;
    right: 0;
    height: 28px;
    width: 28px;
    font-size: 28px;
    background: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d5d5d5;
    transition: all .15s;
}
.content_top .add-to-wish-list:hover {
    color: #faccc9;
}
.add-to-wish-list.selected i {
  color: #ff2d2d;
}
.custom_product_name {
    font-size: 24px;
    color: #046E9D;
    font-weight: 700;
    float: left;
    position: relative;
    padding: 0px 0 10px;
    font-stretch: normal;
    line-height: normal;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    width: 100%;
}
.short_details {
    padding-top: 10px;
    color: #747373;
    font-family: Söhne, ui-sans-serif, system-ui, -apple-system;
}
.carousel-wrap {
    width: 100%;
    position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
    position: relative;
    z-index: 100;
    -webkit-backface-visibility: hidden;
}

/* end fix */
.owl-nav > div {
    margin-top: -26px;
    position: absolute;
    color: #cdcbcd;
}
.owl-nav {
    display: block;
}
.owl-nav i {
    font-size: 30px;
}
.owl-nav button {
    top: 45%;
    position: absolute;
    background: transparent;
    border: none;
}
.owl-nav .owl-prev {
    left: -30px;
}
.owl-nav .owl-next {
    right: -30px;
}
.owl-carousel .owl-item img {
    width: initial;
}
video {
  width: 100%;
  max-height: 100%;
}
.product_color_area>ul>li>p.text-dark{
    color:#000;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 500;
}
.common_step_box ul li div.pms {
    font-size: 15px;
    color: #9e9e9e;
    background: #f8f8f8;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
    padding: 5px 0 5px 10px;
}
#fabric_step_two .product_color_area > ul > li > img {
    height: auto;
    margin:initial;
} 
.fabric_qty_poll span {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: 50px;
}
.fabric_qty_poll p {
    color: #fff;
}
.tag_container{
    justify-content: center;
    text-align: center;
}
.tag_container p{
    color: #9e9e9e;
}
.tag_container label {
    color: #388cb1;
    margin-bottom: 7px;
    font-weight: 300;
}
.tag_container .upload-file button {
    color: white;
    background-color: #5bb246;
    padding: 9px 20px;
    border-radius: 25px;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
}
.tag_container .tag_right {
    margin-top: 50px;
}
.parent {
    position: relative;
    top: 0;
    left: 0;
}
.image1 {
    position: relative;
    top: 0;
    left: 0;
}
.image2 {
    position: absolute;
    top: 15px;
    left: 240px;
    width: 150px;
    height: auto;
}   
#fabric_step_three .common_step_box .fabric_tool .common_select_button label > span{
    font-size: 20px;
}
#fabric_step_three .common_step_box .fabric_tool ul li{
    padding-bottom: 6px
}
#fabric_step_three .common_step_box .fabric_tool ul li.appended_attachment{
    background: #fff;
    border-radius: 8px;
}
.add_clip_close{
    padding: 0 4px 1px;
}
.add-more-attachment{
    background: transparent;
    font-size: 62px;
    color: #7ea9cc;
    margin: 28px 44.5px;
    border: 1px solid #ddd;
    padding: 0 46px;
    border-radius: 10px;
    min-height: 144px;
}
#fabricMoreAttachment .modal-dialog.modal-lg {
    max-width: 1200px;
}
#fabricMoreAttachment .form-control {
    width: 250px;
    height: 40px;
    font-size: 18px;
}
#fabricMoreAttachment .close {
    font-size: 32px;
    color: #fb4141;
    opacity: .75;
    text-shadow: none;
    margin-top: 3px;
}
#fabricMoreAttachment .modal-body {
    overflow: hidden;
    overflow-y: auto;
    height: 560px;
}

.common_step_box ul li>p.free_clip_tag{
    position: absolute;
    top: 2px;
    right: 8px; 
    background: #ff2d2d;
    color: #fff; 
    font-size: 13px;
    font-weight: 400;
    padding: 2px;
    font-family: "Source Sans Pro", sans-serif
}


.add_rfid_nfc .common_input_box {
    border-left: 65px solid #c65b02 !important;
}
.add_rfid_nfc .safety_breakaway_left label::before {
    width: 30px;
    height: 30px;
    border: 1px solid #707070;
    padding: 0;
    left: 0px;
    content: '';
    position: absolute;
    cursor: pointer;
}
.add_rfid_nfc .safety_breakaway_left label.active_art::after {
    z-index: 11;
    top: 0px;
    left: 16px;
    width: 10px;
    height: 29px;
    border: 2px solid transparent;
    border-bottom-color: #2E800A;
    border-right-color: #2E800A;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -transform: rotate(45deg);
    -webkit-border-radius: initial;
    -moz-border-radius: initial;
    border-radius: initial;
    background-color: initial;
    -webkit-transition: initial;
    -moz-transition: initial;
    -o-transition: initial;
    transition: initial;
    content: '';
    position: absolute;
    cursor: pointer;
}
.add_rfid_nfc .safety_breakaway_left{
    padding: 5px 5px 0px 40px;
    color: #666666;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.add_rfid_nfc .safety_breakaway_left h1{
    color: #046E9D;
    font-size: 22px;
    font-weight: 300;
    padding: 0 0 10px 0;
}
.add_rfid_nfc .technology{
    padding-top: 16px;
}
.safety_breakaway_img1{
    width:230px;
    height:auto;
}




@media (max-width: 480px) {
    .product_type ul li {
        min-height: 233px;
    }
    .lanyard_type_select {
        display: flex;
        flex: 1;
        flex-direction: row;
        /* width: 100rem !important; */
    }
    .radio-inline {
        /* display: flex;
        flex: 1;
        flex-direction: row; */
        /* width: 100 !important;  */
        height: 5rem !important;
    }
    .testRun {
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        margin: 0 auto;
        height: 25rem;
    }
    .optional {
        top: 45rem;
    }
    .product_type.my-products ul li.selected::after {
        top:10px;
    }
    .common_step_box ul li {
        margin: 0 15px 15px 0;
    }
    .add_rfid_nfc .safety_breakaway_left h1{
        font-size: 16px;
    }
}

@media (max-width: 440px) {
    .product_type ul li {
        min-height: 227px;
    }
    .testRun {
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        margin: 0 auto;
        height: 25rem;
    }
    .optional {
        top: 62rem;
    }
    .product_type.my-products ul li.selected::after {
        top:10px;
    }
    .add_rfid_nfc .common_input_box {
        border-left: 45px solid #c65b02 !important;
    }
}

@media (min-width: 480px) and (max-width: 670px) {
    .product_type ul li {
        min-height: 294px;
    }
    .testRun {
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        margin: 0 auto;
        height: 25rem;
    }
    .optional {
        top: 45rem;
    }
    .product_type.my-products ul li.selected::after {
        top:10px;
    }
}

@media (max-width: 767.98px){
    #lanyard_step_details .common_step_box{
        background: #fff;
    }
    #fabric_step_two .product_color_area {
        height: 345px;
    }
    #lanyard_step_one .common_step_box h4{
        font-size: 15px;
    }
    #fabric_step_three .common_step_box .fabric_tool .common_select_button label > span {
        font-size: 14px;
    }
    .add-more-attachment{
        width: 32.3333%;
        margin: 28px 0px;
        padding: 0;
    }
}

@media (min-width: 671px) and (max-width: 991px) {
    .testRun {
        justify-content: center;
        align-items: center;
        align-content: center;
        position: relative;
        margin: 0 auto;
        height: 25rem;
    }
    .optional {
        top: 33rem;
    }
    .product_type ul li {
        min-height: 158px;
        width: 45%;
    }
    .product_type.my-products ul li.selected::after {
        top:10px;
    }
}

@media (max-width: 1500px) {
    .product_type img {
        height: auto;
        margin: 10px auto;
    }
}

@media (min-width: 1500px){
    .product_color_area>ul>li {
        width: calc(12% - 10px);
    }
    #fabric_step_two .product_color_area > ul > li > img {
        height: auto; 
    }
}

/*details content reset*/

@media (min-width: 768px){
    .toggle_botton_holder {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.025),rgba(255, 255, 255, 0.95));
    }
    .toggle_botton_holder:before{
        content: none;
    }
}
@media (min-width: 992px){
    .d-none-big-device{
        display: none;
    }
    .d_flex_start {
        display: flex;
        align-items: flex-start;
    }
}
.custom_right_details {
    width: calc(100% - 190px);
    float: left;
}
.custom_right_similar {
    width: 190px;
    float: left;
}
@media (max-width: 1300px){
    .custom_right_details {
        width: calc(100% - 170px);
    }
    .custom_right_similar {
        width: 170px;
    }
}
@media (max-width: 1199.98px){
    .custom_right_details {
        width: calc(100% - 140px);
    }
    .custom_right_similar {
        width: 140px;
    }
}
@media (max-width: 1199.98px){
    .custom_right_details {
        width: 100%;
        float: none;
    }
    .custom_right_similar {
        display: none;
    }
}
@media (max-width: 530px) {
    .add-more-attachment{
        width: 49%;
    }
}


/*New Product Gallery*/

.product_gallary_wraper{
    padding-right: 32px;
}
.lSSlideWrapper {
    border: 1px solid #cacaca;
}
.lSSlideWrapper img{
    border-radius: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.lSGallery li {
    border: 1px solid #cacaca;
    box-sizing: border-box;
}
.lSSlideOuter .lSPager.lSGallery img {
    height: 100% !important;
    width: 100% !important;
    border-radius: 0;
    object-fit: fill;
}
.lSSlideOuter .lSPager.lSGallery img,
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li.active img,
.lSSlideOuter .lSPager.lSGallery li:hover,
.lSSlideOuter .lSPager.lSGallery li:hover img{
    border-radius: 0 !important;
}
.igv-wrap{
    display: block;
}
.igh-wrap{
    display: none;
}
.lSSlideOuter.vertical .lSSlideWrapper .lSAction{
    display: none !important;
}
.lSSlideOuter.vertical .lSSlideWrapper:hover .lSAction{
    display: block!important;
}
.lSAction>.lSPrev,
.lSAction>.lSNext{
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
}
.lSAction>.lSPrev::after,
.lSAction>.lSNext::after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
}
.lSAction>.lSPrev::after{
    content: "\f104";
    left: 10px;
}
.lSAction>.lSNext::after{
    content: "\f105";
    left: 12px;
}
.lSSlideOuter.vertical .lSAction>.lSPrev{
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
    bottom: auto;
    top: 48%;
    left: 25px;
    right: auto;
    color: #333;
}
.lSSlideOuter.vertical .lSAction>.lSPrev::after{
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
    left: 10px;
}
.lSSlideOuter.vertical .lSAction>.lSNext {
    background-image: none;
    background: #fff;
    box-shadow: 0 1px 18px 2px #bbbaba;
    height: 32px;
    border-radius: 32px;
    opacity: 1;
    bottom: auto;
    top: 48%;
    right: 10px;
    left: auto;
    color: #333;
}
.lSSlideOuter.vertical .lSAction>.lSNext::after{
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 28px;
    position: absolute;
    top: 1px;
    left: 12px;
}

@media (max-width: 1650px) {
    .product_gallary_wraper{
        padding-right: 32px;
    }    
}
@media (max-width: 1300px) {
    .product_gallary_wraper{
        padding-right: 30px;
    }    
}
@media (max-width: 992px) {
    .product_gallary_wraper{
        padding-right: 24px;
    } 
    .lSSlideWrapper img{
        object-fit: contain;
    }
}
@media (max-width: 767.98px) {
    .sm_fnone{
        float: none;
    }
    .igv-wrap{
        display: none;
    }
    .igh-wrap{
        display: block;
    }
    .product_gallary_wraper{
        padding-right: 0;
    }
}
