.add-to-wish-list.selected i {
  color: #ff2d2d;
}
.breadcrumb.usc-breadcrumb{
    margin-bottom: 10px;
}

.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;
}
.product_type li {
    border: 2px solid #f2f0f0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
#lanyard_step_one .common_step_box h4 {
    font-size: 18px;
    padding-bottom: 15px;
    color: #032734;
    font-family: 'Helvetica 35 Thin';
}
.product_type li.selected {
    border: 2px solid #1435a2;
}
.product_type.my-products ul li.selected::after {
    top: calc(100% - 5px);
}
#lanyard_step_details .common_step_box {
    border: initial;
    padding: 10px 15px 15px 15px;
    background:#f9fafc;
}
.sku{
    color:#747373;
}
.productBigImg{
    padding: 10px 0;
    margin-right:10px;
}
.thumbWrapper {
    margin-top: 10px;
}
.small-box {
    padding: 2px 5px;
    margin: 0px 10px 5px 10px;
    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: 6px;
    right: 1px;
    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;
}
.custom_product_name {
    font-size: 24px;
    color: #046E9D;
    font-weight: 700;
    float: left;
    position: relative;
    padding: 0 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: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.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%;
}

@media (max-width: 767.98px) {
    .productBigImg img{
        width: 100%;
    }
    .small-box{
        float: left;
    }
    .small-box:first-of-type{
        margin-left: 0;
    }
    .common_step_box_wrapper{
        flex-wrap: wrap;
    }
    .pinbadge-preview-area, .pinbadge-editor-area{
        flex: 0 0 97%;
        max-width: 97%;
        width: 97% !important;
    }
    .pinbadge-preview-area{
        margin-bottom: 16px;
    }
    .pinbadge-preview-wrapper{
        width: 270px !important;
        height: 300px !important;
    }
    .common_customize_box .common_input_box{
        padding-left: 10px;
    }
}

@media (max-width: 480px) {
    .product_type ul li {
        min-height: 158px;
    }
    .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;
    }
}

@media (max-width: 440px) {
    .product_type ul li {
        min-height: 225px;
    }
    .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;
    }
    .packaging_area.common_customize_box .common_input_box > span {
        -webkit-transform-origin: -40px 0px;
        -moz-transform-origin: -40px 0px;
        -ms-transform-origin: -40px 0px;
        -o-transform-origin: -40px 0px;
        transform-origin: -40px 0px;
    }
}

@media (min-width: 480px) and (max-width: 670px) {
    .product_type ul li {
        min-height: 158px;
    }
    .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 (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;
    }
    .product_type.my-products ul li.selected::after {
        top:10px;
    }
}

@media (max-width: 1500px) {
    .product_type img {
        height: auto;
        margin: 10px auto;
    }
}
        
.product_size > .list-inline {
    align-items: baseline;
}
.common_step_box_wrapper {
    display: flex;
    align-items: center;
    padding: 30px 0;
    justify-content: space-around;
}
.pinbadge-preview-area, .pinbadge-editor-area {
    width: 48%;
}
.packaging_area{
    left: 2.5%;
    width: 95%;
    margin-top: 16px;
}
.pinbadge-preview-area {
    border: 1px solid #eee;
    border-radius: 12px;
    position: relative;
    padding: 25px 0;
}
.pinbadge-editor {
    display: flex;
    flex-direction: column;
}
.pinbadge-preview-wrapper {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0 auto;
    overflow: hidden;
    background-size: cover;
}
.pinbadge-editor-item .form-group {
    margin-bottom: 15px;
}
.pinbadge-editor-item label {
    color: #388cb1;
    margin-bottom: 7px;
}
.pinbadge-editor .upload-file {
    position: relative;
}
.pinbadge-editor .upload-file button {
    color: white;
    background-color: #5bb246;
    padding: 9px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: normal;
    width: 100%;
}
.pinbadge-editor .upload-file input[type="file"] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 21px;
    opacity: 0;
    padding: 23px 0px;
    cursor: pointer;
}
.pinbadge-editor .quantity input {
    height: 48px;
    border-radius: 8px;
}
.pinbadge-editor .comment {
    margin-bottom:0;
}
.pinbadge-editor .comment textarea {
    border-radius: 8px;
}
.cropit-preview {
    width: 350px;
    height: 330px;
    border-radius: 50%;
    /*webkit-box-shadow: inset 3px 3px 5px 6px #ccc;*/
    /*box-shadow: inset 0px 0px 10px 0px #CCC;*/
}
.cropit-preview-overlay {
    position: absolute;
    top: 0;
    left:0;
    width: 100% !important;
    height: auto !important;
    border-radius:0!important;
}
/*Responsive*/
@media only screen and (max-width: 425px) {
    .common_step_box_wrapper {
        flex-direction: column;
    }
    .pinbadge-preview, .pinbadge-editor {
        width: 100%;
    }
    .pinbadge-preview {
        margin-bottom: 25px;
    }
}

/*details content reset*/
@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;
    display: block;
    overflow: hidden;
    position: relative;
}
.short_details{
    position: initial;
}
.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;
        display: block;
    }
}
@media (max-width: 991.98px){
    .custom_right_details {
        width: 99%;
        float: left;
    }
    .custom_right_similar {
        width: 1%;
        float: left;
        height: 330px;
    }
    .custom_right_similar .similar-products{
        display: none;
    }
}


/*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;
    }
    .custom_right_details{
        margin-top: 8px;
    }
    .toggle_short_details{
        max-height: 280px;
    }
}
