@font-face {
	font-family: 'Uscraft';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/cancooler/Uscraft.eot?1gpft4');
	src: url('../fonts/cancooler/Uscraft.eot?1gpft4#iefix') format('embedded-opentype'),
      url('../fonts/cancooler/Uscraft.ttf?1gpft4') format('truetype'),
      url('../fonts/cancooler/Uscraft.woff?1gpft4') format('woff'),
      url('../fonts/cancooler/Uscraft.svg?1gpft4#Uscraft') format('svg');
}
[class^="usc-icon-"], [class*=" usc-icon-"] {
	text-transform: none;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	/* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Uscraft' !important;
	speak: none;
	/* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.usc-icon-align-center:before {
	content: "\e90a";
}
.usc-icon-align-left:before {
	content: "\e90b";
}
.usc-icon-align-right:before {
	content: "\e90c";
}
.usc-icon-bold:before {
	content: "\e90d";
}
.usc-icon-italic:before {
	content: "\e90e";
}
.usc-icon-bring-to-front:before {
	content: "\e900";
}
.usc-icon-clipart:before {
	content: "\e901";
}
.usc-icon-rotate-horizontal:before {
	content: "\e902";
}
.usc-icon-rotate-vertical:before {
	content: "\e903";
}
.usc-icon-send-to-back:before {
	content: "\e904";
}
.usc-icon-text:before {
	content: "\e905";
}
.usc-icon-trash:before {
	content: "\e906";
}
.usc-icon-upload:before {
	content: "\e907";
}
.usc-icon-zoom-in:before {
	content: "\e908";
}
.usc-icon-zoom-out:before {
	content: "\e909";
}
#cooler_step_three .common_step_box.product_color {
	border-color: #2E800B;
}
#cooler_step_three .coller_design_action {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 20px;
}
.action_item {
	display: block;
	position: relative;
	margin-right: 25px;
	cursor: pointer;
	padding-top: 10px;
	padding-left: 46px;
	color: rgb(19, 145, 206);
	font-size: 18px;
	font-weight: normal;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.action_item input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #707070;
	border-radius: 50%;
	background-color: #fff;
	width: 40px;
	height: 40px;
}
.action_item:hover input ~ .checkmark {
	box-shadow: 0 1px 4px 1px #DBDBDB;
	-webkit-box-shadow: 0 1px 4px 1px #DBDBDB;
	-moz-box-shadow: 0 1px 4px 1px #DBDBDB;
	-o-box-shadow: 0 1px 4px 1px #DBDBDB;
}
.checkmark:after {
	display: none;
	position: absolute;
	content: "";
}
.action_item input:checked ~ .checkmark:after {
	display: block;
}
.action_item .checkmark:after {
	top: 4px;
	left: 4px;
	border-radius: 50%;
	background: #036E9D;
	width: 30px;
	height: 30px;
}
.coller_design_layout_wrapper {
	padding: 0;
}
.coller_design_layout_wrapper .coller_design_layout_item {
	display: none;
}
.coller_design_layout_wrapper .coller_design_layout_title {
	background: #036E9D;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}
.coller_design_layout_item .coller_template_item_inner {
	padding: 10px 15px 0;
	text-align: center;
}
.coller_design_layout_item .coller_template_item img {
	width: 100%;
}
.coller_design_layout_item .coller_template_item {
	cursor: pointer;
}
.coller_design_layout_item .coller_template_item.active {
	border-radius: 10px;
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.coller_template_design {
	display: none;
	padding: 0;
}
.coller_template_design_title {
	background: #036E9D;
	min-height: 55px;
}
.coller_template_design_inner {
	padding: 30px 30px;
}
.template_preview img {
	width: 100%;
}
.template_preview,
.template_obj_form {
	padding: 10px 30px;
}
.template_obj_form .msg_color .form-group {
	float: right;
}
.template_obj_form .msg_box {
	padding-bottom: 20px;
	overflow: hidden;
}
.template_obj_form label {
	margin-bottom: 10px;
}
.template_obj_form .upload_logo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 60%;
}
.template_obj_form .upload_logo .logo_placeholder,
.template_obj_form .upload_logo .template_logo_placeholder {
	border: 1px dashed #ddd;
	border-radius: 4px;
	min-width: 126px;
	min-height: 120px;
}
#labEditor,
#TemplateCanvasEditor {
	display: none;
	padding: 20px 0;
}
#TemplateCanvasEditor-remove #template-remove-selected {
	visibility: hidden;
}
#labEditor-remove {
	visibility: hidden;
}
.designlab-area,.coller_template_design {
	background: #f2f2f2;
	overflow: hidden;
}
.cart-color {
	display: flex;
	position: inherit;
	margin-top: 10px;
	clear: both;
	flex-wrap: wrap;
	border-top: 1px dashed #c5c5c5;
	padding-top: 7px;
    width: 100%;
    min-height:65px
}
.cart-color-item {
	position: relative;
	border: 1px dotted #ddd;
	padding: 0 10px;
	min-width: 105px;
	margin: 8px 8px 0 0;
	background: #f8f8f8;
}
.cart-color-item-inner {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.cart-color-item span {
	display: block;
}
.cart-color-item .color-name {
	width: 57px;
	text-align: center;
	font-size: 12px;
}
.cart-color-item .color-image {
	margin-right: 7px;
	width: 36px;
}
.cart-color-item .color-image img {
	width: 100%;
}
.clipart-field {
	clear: both;
	margin-bottom: 10px;
}
.clipart-field .design_lab_front {
	min-width: 133px;
}
.design_lab_editor_container,
.design_lab_preview_container {
	flex-grow: 1;
	padding: 0 10px 0 0;
	width: 30%;
}
.design_lab_inner {
	display: flex;
	justify-content: space-between;
}
.design_lab_editor_container {
	display: flex;
	justify-content: space-around;
	width: 50%;
}
.design_lab_editor_container > .design_lab_edit_counter {
	border-right: 1px solid #cccccc;
	padding: 0 10px;
	width: 17%;
	max-width: 128px;
}
.design_lab_editor_container > .design_lab_edit_field {
	margin: 0 10px 0 30px;
	width: 82%;
	max-height: 836px;
}
.canvas-wrapper {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 465px;
}
.preview {
	background: url(../images/cancooler-preview-bg.jpg) no-repeat center;
	padding: 20px 0 0 0;
    height: 525px;
    overflow: hidden;
}
.preview-option > ul {
	border: none;
	list-style-type: none;
	text-align: center;
}
.preview-option > ul > li {
	display: inline-block;
	float: none;
}
.design_lab_edit_counter ul li {
	margin: 0;
	margin-bottom: 10px;
	border-radius: 3px;
	background: #c9c7cb;
	padding: 10px 5px;
	max-width: 86px;
	max-height: 87px;
}
.design_lab_edit_counter ul li:hover {
	border-radius: 3px;
}
.design_lab_edit_counter ul li.active {
	border: 2px solid #036e9d;
	border-radius: 3px;
}
.design_lab_edit_counter ul li span {
	color: #000;
	font-size: 48px;
}
.design_lab_edit_counter_inner,
.design_lab_edit_field_inner {
	padding: 10px 0;
}
.design_lab_edit_field_inner {
	position: relative;
	min-height: 607px;
}
.design_lab_edit_field .line {
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
	width: 95%;
    align-items: center;
}
#textEditor {visibility:hidden;}
.design_lab_edit_field .line:first-child {
    align-items: start;
    justify-content: space-between;
}
.design_lab_edit_field .line ul {
	display: flex;
	list-style-type: none;
}
.design_lab_edit_field .line .l-one.item {
	width: 84%;
}
.design_lab_edit_field .line .l-one.item label {
	margin-bottom: 10px;
}
.design_lab_edit_field .line .l-one.item input {
	height: 77px;
}
.design_lab_edit_field .line .l-one.item + .l-one.item {
	margin-top: 22px;
	border-radius: 5px;
	background: #ccc;
	padding: 10px 5px;
	width: 12%;
}
.design_lab_edit_field .line .l-two.item:nth-child(2) {
	display: flex;
	/*width: 30%;*/
}
.design_lab_edit_field .line .item span {
	background: #fff;
	padding: 4px;
	color: #000;
	font-size: 15px;
}
.design_lab_edit_field .line .l-two.item button {
	border: none;
	background: transparent;
}
.design_lab_edit_field .line .l-two.item button.textFont {
    border: none;
    border-radius: 18px;
    background: #fff;
    padding: 15px;
    color: #046e9d;
}
.preview-wrapper {
	position: relative;
	padding-top: 10px;
}
.preview-option {
	margin: 16px 0;
}
.preview-option .preview-option-item button {
	border-radius: 50%;
	background: transparent;
	padding: 0;
	width: 40px;
	height: 40px;
	text-align: center;
}
.preview-option .preview-option-item span {
	color: #363636;
	font-size: 30px;
}
.preview-option-two {
	position: absolute;
	position: absolute;
	top: 29px;
	right: 0px;
}
.preview-option-two ul {
	list-style-type: none;
}
.preview-option-two ul li {
	margin-bottom: 10px;
}
.preview-option-two li button {
	border: none;
	border: 1px solid #7e7e7e;
	border-radius: 50%;
	background: #fff;
	padding: 0px;
	width: 37px;
	height: 37px;
}
.preview-option-two li button span {
	font-size: 23px;
}
.line .font-family-list {
	flex-direction: column;
	flex-grow: 1;
	max-height: 150px;
	overflow: auto;
}
.font-family-list li {
	padding: 5px;
	font-size: 20px;
}
.canvas-container {
	margin: 0 auto;
}
#currentCanvasText {
	position: absolute;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	background: #ca6a6a;
	padding: 5px 0;
	width: 64px;
	text-align: center;
	color: #fff;
	font-weight: 700;
}
.preview:hover canvas {
	border: 2px dashed #f5c946;
	border-radius: 25px;
}
.line.search-and-cat .item {
    flex-basis: 38%;
}
.line.search-and-cat .item + .item {
    flex-basis: 20%;
    margin-left: auto;
    margin-right: 5px;
}
.line.search-and-cat .item + .item + .item {
    flex-basis: 20%;
    margin: 0;
}
.line.search-and-cat .item + .item + .item button {
    width: 100%;
    padding: 14px;
}
.line.search-and-cat .item input,
.line.search-and-cat .item select {
    border-radius: 8px;
    height: 50px;
}
.line.clipart {
    flex-wrap: wrap;
    justify-content: normal;
    border: 1px solid #ddd;
    min-height: 310px;
    max-height: 310px;
    align-content: baseline;
    margin-bottom: 0;
    overflow: auto;
    position: relative;
}
#clipart-loading {
    position: absolute;
    left: 0;
    right: 0;
}
.line.clipart .clipart-item {
    flex-basis: 18%;
    background-color: #fff;
    margin: 1%;
    border-radius: 5px;
    box-shadow: 4px 4px 4px 0px #cccccc;
    cursor: pointer;
    min-height: 100px;
    max-height: 100px;
    text-align: center;
    display: flex;
    padding: 10px;
}
.line.clipart .clipart-item img {
    width: 100%;
}
/* Scrollbar */
#clipart-wrapper::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
#clipart-wrapper::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #b7b7b7;
}

#clipart-wrapper::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
.product_color_area {
    height:initial;
    max-height:625px
}
.dropzone{
    margin-top:20px;
    margin-bottom:20px;
}
.comment{
	margin-bottom: 10px;
}

/* Cut On page */

.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_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{
    background:#FFF;
}
#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% - 2px);
}
#lanyard_step_details{
    /*background:#fff;*/
    margin-top: 10px;
}
#lanyard_step_details .common_step_box {
    border: initial;
    padding: 20px;
    background:#f9fafc;
}
.sku{
    color:#747373;
}
.productBigImg{
    padding: 0 0 10px 0;
    margin-right:10px;
}
.productBigImg img{
    width: 100%;
}
.thumbWrapper {
    margin-top: 0;
}
.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: 8px;
    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: "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;
}

/*New Jersey CSS*/
.common_step_box add-names-munber{
    padding: 20px 10px;
}
.jersey-info-table thead tr th{
    border: none;
    vertical-align: middle;
    font-size: 16px;
    font-family: "Helvetica 53 Extended";
    letter-spacing: .75px;
}
.jersey-info-table tbody tr td{
    border-left: none;
    border-right: none;
    vertical-align: middle;
    font-size: 16px;
    padding: 0;
    font-family: 'Helvetica 35 Thin';
    letter-spacing: .75px;
}
.jersey-info-table{
    border-left: none;
    border-right: none;
}
.jersey-info-table tbody tr td .jersey-info{
    font-size: 16px;
    height: 38px;
    padding: 6px;
    border-radius: 0;
    border: 2px solid transparent;
    box-shadow: none;
    letter-spacing: .75px;
    text-overflow: ellipsis;
}
.jersey-info-table tbody tr td .jersey-info:hover{
    background: #f5f5f5;
    box-shadow: 1px 1px #ddd;
}
.jersey-info-table tbody tr td .jersey-info:focus{
    background: #f5f5f5;
    border: 2px solid #84c7fd;
}
.jersey-info-table tbody tr td .jersey-info:focus::placeholder{
    opacity: 0;
}
.jersey-info-table tbody tr td .btn-delete-jerserinfo-row{
    background: transparent;
    padding: 3px 7px;
    color: #999;
    transition: all 0.25s;
    font-size: 16px;
}
.jersey-info-table tbody tr td .btn-delete-jerserinfo-row:hover{
    background: #ffe8e8;
    color: #f70000;
}
.table-pagination-wrap{
    display: flex;
    align-items: center;
}
.table-pagination-wrap nav .pagination{
    margin: 10px 0;
}
.table-pagination-wrap nav .pagination li{
    display: inline-block;
    margin-right: 5px;
    height: 33px;
}
.table-pagination-wrap nav .pagination li a{
    border-radius: 0;
    font-size: 16px;
    padding: 4px 11px;
    color: #444;
    margin: 0;
    height: 33px;
}
.table-pagination-wrap nav .pagination li.active a{
    color: #0085f7;
    background-color: transparent;
    border-color: #75bcf9;
}
.table-pagination-wrap .jersey-number-perpage{
    margin-left: 12px;
}
.table-pagination-wrap .jersey-number-perpage select.form-control{
    border-radius: 0;
    height: 33px;
    padding: 4px 8px;
    font-size: 16px;
    color: #444;
}



@media (min-width: 767.98px){
    .toggle_botton_holder{
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.025),rgba(249, 250, 252, 0.95));
    }
    .toggle_botton_holder:before{
        content: none;
    }
}

@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;
    }
}

@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;
    }
}

/* End Cut On page */

/*Media Query*/

@media (max-width: 991.98px) {
    .design_lab_edit_counter ul li span{
        font-size: 28px;
    }
    .cart-color-item .color-image{
        width: 32px;
    }
}

@media (max-width: 767.98px) {
    #lanyard_step_details .common_step_box{
        background: #fff;
    }
    .small-box{
        float: left;
    }
    .design_lab_edit_field .line .l-one.item {
        width: 80%;
    }
    .design_lab_edit_field .line .l-one.item + .l-one.item{
        width: 18%;
    }
    .design_lab_edit_counter ul li span{
        font-size: 18px;
    }
}

@media (min-width: 481px) and (max-width: 660px) {
    .design_lab_editor_container > .design_lab_edit_counter{
            padding: 0 3px;
    }
    .design_lab_edit_counter ul li span{
        font-size: 16px;
        padding: 8px 4px;
    }
    .design_lab_editor_container > .design_lab_edit_field{
        margin: 0 10px 0 10px;
    }
    .common_step_box ul li{
        margin: 0 0 8px 0;
    }
}


@media (min-width: 320px) and (max-width: 480px) {
    #cooler_step_three .coller_design_action {
        flex-direction: column;
        padding: 10px 10px;
    }
    .coller_design_action .action_item {
        width:100%;
    }
    .coller_design_action .action_item + .action_item {
        margin-top:15px;
    }
    .coller_design_action .action_item .checkmark {
        width: 32px;
        height: 32px;
        top:4px;
    }
    .coller_design_action .action_item .checkmark::after {
        width: 22px;
        height: 22px;
    }
    /*Design Lab*/
    .design_lab_inner {
        flex-direction: column-reverse;
    }
    .design_lab_inner > div {
        width: 100%;
    }
    .design_lab_editor_container {
        flex-direction: column;
        background: #e8e8e8;
        margin-top: 30px;
    }
    .design_lab_editor_container .design_lab_edit_counter,
    .design_lab_editor_container .design_lab_edit_field{
        width:100%;
        max-width: 100%;
        margin:0;
        border: none;
        margin-top: -48px;
    }
    .design_lab_edit_counter_inner {
		padding-top: 7rem !important;
	}
	.textField{
		height: 10rem !important;
	}
	.designlab-area{
		/*height: 105rem !important;*/
	}
	.comment{
		margin-bottom: 0;
	}
	.addCanvasTextBtn{
		width: 7rem !important;
	}	
	.buttonDiv{
		justify-content: center !important;
	}
	.step1, .step2, .step3, .step4{
        font-size: 2rem !important;
    }
    .design_lab_edit_counter_inner ul {
        text-align: center;
    }
    .design_lab_editor_container .design_lab_edit_counter ul li {
        display: inline-block;
        margin: 0 7px;
    }
    .design_lab_edit_field .line .l-one.item {
        width:100%;
    }
    .design_lab_edit_field .line .l-one.item + .l-one.item {
        width:22px;
    }
    .design_lab_edit_field .line .l-one.item input {
        height:45px;
    }
    .design_lab_edit_field_inner {
        min-height:initial;
    }
    .design_lab_edit_counter ul li {
        padding: 0px 5px;
    }
    .design_lab_edit_counter ul li span {
        font-size:19px;
    }
    .design_lab_edit_field .line{
        width: 100%;
    }
    .color-wheel{
        margin-left: 17px;
        width: inherit;
    }
    .color-wheel span{
        left:45px;
    }
    .cart-color {
        position: initial;
        margin-top: 30px;
    }
    .design_lab_edit_counter_inner, .design_lab_edit_field_inner {
        padding: 30px 0;
    }
    .line.clipart .clipart-item {
        min-height: 70px;
        padding:3px;
    }
    
    /* By ME */
    .common_step_box h3{
        font-size: 18px;
    }
    .design_lab_editor_container > .design_lab_edit_field{
        max-height: inherit;
    }
    .design_lab_editor_container, .design_lab_preview_container{
        padding: 0 8px;
    }
    .line.search-and-cat .item + .item{
        flex-basis: 37%;
    }
    .line.search-and-cat .item input, .line.search-and-cat .item select{
        padding: 6px;
    }
}

/*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;
}
.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: 100%;
        float: none;
    }
    .custom_right_similar {
        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;
    }
}



