body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{body-font-family}*/;
	font-size: 14px /*{body-font-size}*/;
	color: #212529 /*{body-font-colour}*/;
	background-image:none /*{body-background-image}*/;
	background-color: #fff /*{body-background-colour}*/;
}

a, .btn-link{
	color: #006FF5 /*{link-text-colour}*/;
}
a:hover, a:active, a:focus, .btn-link:hover{
	color: #004ca9 /*{link-text-hover-colour}*/;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" /*{headers-font-family}*/;
	color: #333 /*{headers-colour}*/;
}

.carousel-caption h3, .carousel-caption h2,.carousel-caption .h3,.carousel-caption p {
	color: #fff /*{carousel-text-colour}*/;
}

h1, .h1 {
	font-size: 26.249px /*{header-1-font-size}*/;
}
h2, .h2 {
	font-size: 21px /*{header-2-font-size}*/;
}
h3, .h3 {
	font-size: 18.375px /*{header-3-font-size}*/;
}
h4, .h4 {
	font-size: 15.75px /*{header-4-font-size}*/;
}
h5, .h5 {
	font-size: 13.124px /*{header-5-font-size}*/;
}
/* Secondary button */
.btn-outline-secondary, .btn-default {
	color: #333 /*{buttons | btn-default-text-colour}*/;
	background-color: #fff /*{buttons | btn-default-background-colour}*/;
	border-color: #ccc /*{buttons | btn-default-border-colour}*/;
}
.btn-outline-secondary:hover, .btn-default:hover{
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary.disabled, .btn-default:disabled {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle,
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
	color: #333 /*{buttons | btn-default-text-colour-hover}*/;
	background-color: #ebebeb /*{buttons | btn-default-background-colour-hover}*/;
	border-color: #adadad /*{buttons | btn-default-border-colour-hover}*/;
}
/* Primary button */
.btn-primary {
	color: #fff /*{buttons | btn-primary-text-colour}*/;
	background-color: #006FF5 /*{buttons | btn-primary-background-colour}*/;
	border-color: #006FF5 /*{buttons | btn-primary-border-colour}*/;
}
.btn-primary:hover {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #005ecf /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2 /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color:  #005ecf /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
	color: #fff /*{buttons | btn-primary-text-colour-hover}*/;
	background-color: #005ecf /*{buttons | btn-primary-background-colour-hover}*/;
	border-color: #0058c2  /*{buttons | btn-primary-border-colour-hover}*/;
}
/* Warning button */
.btn-warning {
	color: #fff /*{buttons | btn-warning-text-colour}*/;
	background-color: #ffc107 /*{buttons | btn-warning-background-colour}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour}*/;
}
.btn-warning:hover {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled, .btn-warning:disabled {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color:  #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
	color: #fff /*{buttons | btn-warning-text-colour-hover}*/;
	background-color: #e0a800 /*{buttons | btn-warning-background-colour-hover}*/;
	border-color: #ffc107 /*{buttons | btn-warning-border-colour-hover}*/;
}
/* Danger button */
.btn-danger {
	color: #fff /*{buttons | btn-danger-text-colour}*/;
	background-color: #dc3545 /*{buttons | btn-danger-background-colour}*/;
	border-color: #dc3545 /*{buttons | btn-danger-border-colour}*/;
}
.btn-danger:hover {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled, .btn-danger:disabled {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color:  #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
	color: #fff /*{buttons | btn-danger-text-colour-hover}*/;
	background-color: #c82333 /*{buttons | btn-danger-background-colour-hover}*/;
	border-color: #bd2130 /*{buttons | btn-danger-border-colour-hover}*/;
}
/* Success button */
.btn-success {
	color: #fff /*{buttons | btn-success-text-colour}*/;
	background-color: #28a745 /*{buttons | btn-success-background-colour}*/;
	border-color: #28a745 /*{buttons | btn-success-border-colour}*/;
}
.btn-success:hover {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success.disabled, .btn-success:disabled {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color:  #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
	color: #fff /*{buttons | btn-success-text-colour-hover}*/;
	background-color: #218838 /*{buttons | btn-success-background-colour-hover}*/;
	border-color: #1e7e34 /*{buttons | btn-success-border-colour-hover}*/;
}
/* Info button */
.btn-info {
	color: #fff /*{buttons | btn-info-text-colour}*/;
	background-color: #17a2b8 /*{buttons | btn-info-background-colour}*/;
	border-color: #17a2b8 /*{buttons | btn-info-border-colour}*/;
}
.btn-info:hover {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info.disabled, .btn-info:disabled {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color:  #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
	color: #fff /*{buttons | btn-info-text-colour-hover}*/;
	background-color: #138496 /*{buttons | btn-info-background-colour-hover}*/;
	border-color: #117a8b /*{buttons | btn-info-border-colour-hover}*/;
}

.breadcrumb {
	background-color: #f8f9fa /*{breadcrumb-background-colour}*/;
}

.breadcrumb-item + .breadcrumb-item::before {
	color: #6c757d /*{breadcrumb-text-colour}*/;
}

.breadcrumb > .active,
.breadcrumb a {
	color: #696969 /*{breadcrumb-text-colour}*/;
}

.pagination .page-link{
	color: #006FF5 /*{pagination-text-colour}*/;
	background-color: #fff /*{pagination-bg-colour}*/;
	border-color: #dee2e6 /*{pagination-border-colour}*/;
}
.pagination .page-link:hover,
.pagination .page-link:focus{
	color: #004ca9 /*{pagination-text-colour-hover}*/;
	background-color: #e9ecef /*{pagination-bg-colour-hover}*/;
	border-color: #dee2e6 /*{pagination-border-colour-hover}*/;
}
.pagination .active .page-link,
.pagination .active .page-link:hover,
.pagination .active .page-link:focus {
	color: #fff /*{pagination-text-colour-active}*/;
	background-color: #006FF5 /*{pagination-bg-colour-active}*/;
	border-color: #006FF5 /*{pagination-border-colour-active}*/;
}

.badge-secondary {
	background-color: #ebebeb /*{label-default-bg}*/;
	position: relative;
    top: 20px;
    height: 100%;
	
}
.badge-primary {
	color: #006FF5 /*{label-primary-bg}*/;
	position: relative;
    top: 16px;
    height: 100%;
    font-size: 16px;
    background: 0 0!important;
}
.badge-success {
	color: #28a745 /*{label-success-bg}*/;
	position: relative;
    top: 18px;
    height: 100%;
	font-size: 14px;
	background: transparent !important;
}
.badge-info {
	color: #17a2b8 /*{label-info-bg}*/;
	position: relative;
    top: 16px;
    height: 100%;
    font-size: 16px;
    background: 0 0!important;
}
.badge-warning {
	/*background-color: #212529 {label-warning-text-colour}*/
	color: #ffc107 /*{label-warning-bg}*/;
	position: relative;
    top: 16px;
    height: 100%;
    font-size: 16px;
    background: 0 0!important;
}
.badge-danger {
    color: #dc3545;
    position: relative;
    top: 16px;
    height: 100%;
    font-size: 16px;
    background: 0 0!important;
}
#n_category li#tabReviews {
    list-style: none;
}
.card {
	border-color: #ddd /*{panel-border-colour}*/;
}
.card-header {
	background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
	border-color: #ddd /*{panel-header-border-colour}*/;
}

.productsave {
	color: #D9534F /*{sale-colour}*/;
}

.wrapper-header .navbar-toggler {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar {
	background-color: #f8f9fa /*{navbar-default-bg-colour}*/ !important;
}

.wrapper-header .navbar .navbar-nav .nav-link {
	color: #696969 /*{navbar-default-link-colour}*/;
}

.wrapper-header .navbar-nav .nav-link:hover,
.wrapper-header .navbar-nav .nav-link:focus {
	color: #333 /*{navbar-default-link-colour-hover}*/;
}
.wrapper-header .navbar-nav .show > .nav-link,
.wrapper-header .navbar-nav .active > .nav-link,
.wrapper-header .navbar-nav .nav-link.show, .wrapper-header .navbar-nav .nav-link.active{
	color: #555 /*{navbar-default-link-colour-active}*/;
}

.dropdown-menu {
	background-color: #fff /*{dropdown-menu-bg}*/;
	border-color: #ccc /*{dropdown-menu-border-colour}*/;
}

.dropdown-item{
	color: #212529 /*{dropdown-menu-link-colour}*/;
}
.dropdown-item:hover,
.dropdown-item:focus,
.dropdown-item.active,
.dropdown-item:active{
	color: #262626 /*{dropdown-menu-link-colour-hover}*/;
	background-color: #f5f5f5 /*{dropdown-menu-link-bg-hover}*/;
}



/* product-page testing */

.poduct_desc {
    font-size: 17px;
    border-top: 1px solid rgba(0,0,0,.1);
    padding-top: 15px;
}

.sort_desc {
    border-bottom: 1px solid rgba(0,0,0,.1);
}


.h1.product_price {
    color: #0061AF;
}

.wrapper-pricing .badge-success {
    background: transparent;
    color: #0061AF;
	font-size: 15px;
	font-weight: 600;
}

.wrapper-pricing {
	margin: 10px 0;
}

.extra-options hr {
    DISPLAY: NONE;
}

.row.btn-stack .form-control-lg {
    background-color: #f1f1f1f1;
    border-radius: 0px;
    border: 1px solid #f1f1f1;
}

button.addtocart.btn-success {
    background-color: #AAD170;
    border: none;
    border-radius: 0px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 16px;
}

.row.btn-stack.catagori a.wishlist_toggle {
    background-color: #676767;
    color: #fff;
    padding: 10px 0;
    border: 0px;
    border-radius: 0px;
	font-size: 16px;
}

.quantity_button {
    display: flex;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.row.btn-stack.catagori {
    flex-direction: column;
    padding: 0 15px;
	margin-top: 10px;
}

.quantity_button .col-12.col-md-4 {
    max-width: 160px;
    padding: 0;
    margin: 0 5px;
}

.quantity_button .col-12.col-md-4:first-child {
    margin-left: 0px;
	max-width: 100px;
}

.quantity_button .form-control-lg {
    padding-left: 15px;
    text-align: left !important;
}

.pvd_manu .catagori_manu {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-top: 20px;
}

.pvd_manu .catagori_manu .col-12.col-md-6 {
    padding: 0px;
    margin-bottom: 15px;
	
}

p.catagori_name {
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
}

.pvd_manu .catagori_manu .catagori_submanu button {
    border: 0px;
    padding: 3px 14px;
    margin-right: 6px;
    margin-top: 5px;
}

#_jstl__images .zoom {
    border: 1px solid #f1f1f1;
}

.sub_image {
    border: 1px solid #f1f1f1;
    margin-right: 15px;
}

.sub_image:last-child{
	margin-right: 0px;
}

.wrapper-product-title li#tabReviews {
    list-style: none;
}

.wrapper-product-title li#tabReviews a.reviews {
    color: #000;
    font-size: 16px;
    padding: 0px;
    margin-bottom: 15px;
}
.tabbable .nav-tabs >li> a {
    color: #707070;
    font-size: 17px;
    font-weight: 600;
}

.row.btn-stack.catagori p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.tabbable .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    border-color: #000 #000 #fff !important;
	border-radius: 0px;
	margin-right: 10px;
}

.tabbable .nav-tabs >li> a.nav-link {
    border: 1px solid;
    border-radius: 0px;
    border-color: #dee2e6 #dee2e6 #000;
    margin-right: 10px;
}

.tabbable ul.nav.nav-tabs {
    border-bottom: 0px;
}

.tab-content.pt-3 {
    border: 1px solid #000;
	padding: 0 15px;
}

#_jstl__header_r .wrapper-product-title > h1 {
    font-size: 30px;
}

h2.pvd_section-title {
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

h2.pvd_section-title span {
    font-weight: 400;
	padding-left: 10px;
}

#n_product .row.products-row .card.thumbnail.card-body {
    border: 0px;
}

#n_product .row.products-row .card.thumbnail.card-body p.card-title.h4 a {
    color: #000;
    font-size: 17px;
}

#n_product .row.products-row .card.thumbnail.card-body p.price {
    text-align: center;
    font-size: 21px;
	color: #0061AF;
	margin: 0px;
	font-weight: 600;
}

#n_product .row.products-row .card.thumbnail.card-body .form-inline button.addtocart {
    color: #fff;
    background-color: #676767;
    border-color: #676767;
    border-radius: 0px;
    width: 130px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
	font-weight: 600;
}

#n_product .row.products-row .card.thumbnail.card-body .form-inline  a.btn-block.btn-loads {
	color: #fff;
    background-color: #676767;
    border-color: #676767;
    border-radius: 0px;
    width: 130px;
    text-transform: uppercase;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
	font-weight: 600;
}


h2.pvd_section-title p.left_border {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #fff, #000) 1;
    background-color: lightgray;
    width: 170px;
    height: 1px;
	margin: 0px;
	margin-right: 10px;
}

h2.pvd_section-title p.right_border {
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(to right, #000, #fff) 1;
    background-color: lightgray;
    width: 170px;
    height: 1px;
	margin: 0px;
	margin-left: 10px;
}

#n_product .row.products-row .card.thumbnail.card-body li#tabReviews {
    list-style: none;
    text-align: center;
}

#n_product .row.products-row .card.thumbnail.card-body li#tabReviews a.nav-link.reviews {
    color: #AAD170;
}

#n_product .row.products-row .card.thumbnail.card-body .form-inline button.addtocart:hover {
    background-color: #AAD170;
	border-color: #AAD170;
}

#n_product .row.products-row .card.thumbnail.card-body .form-inline  a.btn-block.btn-loads:hover{
	background-color: #AAD170;
	border-color: #AAD170;
}

#n_product .col-12.mb-4.Browsing_history {
    margin: 35px 0;
}

.slick-prev, .slick-next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #656565 !important;
    background-color: transparent !important;
    border: none;
    font-size: 20px !important;
    cursor: pointer !important;
    z-index: 1 !important;
}


.pvd_subimage .slick-track {
    margin: 0px !important;
}

.pvd_subimage .slick-list.draggable .slick-current {
    border: 2px solid rgba(0,0,0,.1);
}

.main-image1 {
    border: 2px solid rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.pvd_subimage .sub_img_list img {
    width: 100%;
}

body#n_home li#tabReviews {
    list-style: none;
}

div#_jstl__reviews {
    display: none;
}

.quantity_button a {
    border-radius: 0px;
}

.Browsing_history .slick-list.draggable {
    padding: 0px !important;
}


.Browsing_history .slick-list.draggable .slick-track {
    margin: 0px !important;
}

/* div#recently_pvd article {
    max-width: 100%;
    flex: 0 0 100%;
} */
/* 
#recently_pvd .slick-slide {
    width: 100% !important;
} */
div#recently_pvd {
    width: 100% !important;
}

div#other_pvd{
    width: 100% !important;
}
.form_testing {
    width: 100% !important;
}

div#bought_pvd {
    width: 100% !important;
}

.form_testing  .prev-arrow {
    position: absolute;
    top: 50%;
    left: -14px;
    border: 0px;
    background: transparent;
    font-size: 22px;
    z-index: 11111;
}

.form_testing  .next-arrow {
    position: absolute;
    right: 0 ;
    top: 50%;
    background-color: transparent;
    border: 0px;
    font-size: 20px;
}

.form_testing  .fa-arrow-left:before {
    content: "\f053" !important;
}

.form_testing  .fa-arrow-right:before {
    content: "\f054" !important;
}

.form_testing  li.nav-item {
    list-style: none;
    text-align: center;
    color: #AAD170;
}

.form_testing  .prev-arrow:hover , .form_testing .next-arrow:hover{
    color: #AAD170;
}

.quantity_button {
    
    padding-bottom: 20px;
}

@media (max-width: 992px){
h2.pvd_section-title {
    font-size: 24px;
}

.wrapper-product-title.col-sm-12 {
    margin-top: 15px;
}
}

@media (max-width: 767px){
.quantity_button {
    padding-bottom: 20px;
}

.quantity_button {
    flex-wrap: wrap;
}

.quantity_button .col-12.col-md-4 {
    max-width: 100%;
    padding: 0 15px;
    margin: 0px;
}

.quantity_button .col-6.col-md-4 {
    margin-bottom: 15px;
}

#n_product .qty {
    text-align: center !important;
}

.tab-content.pt-3 {
    border: 0px;
    padding: 0px;
}

h2.pvd_section-title p.right_border {
    width: 100px;
}

h2.pvd_section-title p.left_border {
    width: 100px;
}

h2.pvd_section-title {
    font-size: 20px;
}

}
@media (min-width: 768px){
.navbar-expand-md .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
}
}

@media (max-width: 576px){
    .form_testing  .prev-arrow {
        left: 10px;
        top: 40%;
    }

    .form_testing  .next-arrow {
        right: 15px !important;
        top: 40%;
    }

    #_jstl__images #_jstl__images_r .slick-prev {
        left: -12px;
    }

    #_jstl__images #_jstl__images_r .slick-next{
        right: -12px;
    }

    h2.pvd_section-title p.right_border {
        width: 50px;
    }
    
    h2.pvd_section-title p.left_border {
        width: 50px;
    }
    
    h2.pvd_section-title {
        font-size: 18px;
    }

    form.variation-wrapper {
        padding-top: 15px;
    }

    #_jstl__images #_jstl__images_r 
.pvd_subimage .slick-track {
    padding: 0 4px;
}
}

.nSwatch {
    margin: 0;
    box-shadow: inset 0px 0px 1px 0px rgba(0, 0, 0, 1);
    height: 30px;
    width: 30px;
    display: inline-block;
}


.nColourList {
    margin: 0 0 10px;
    min-height: 25px;
}

.specific ._itmspec_selected:before {
    content: "\f00c";
    color: #fff;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    justify-content: center;
    display: flex;
}

.specific ._itmspec_listitm.nSwatch {
    margin-right: 5px;
}

.specific {
    display: flex;
}

a._itmspec_lnk.nSwatch._itmspec_selected:hover {
    text-decoration: none;
}

.specific ._itmspec_listitm.nSwatch:after {
    display: block;
}

._itmspec_listitm.nkh_d:after {
    content: "\f00d";
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    width: 30px;
    height: 30px;
    background-color: #aaaa;
    justify-content: center;
    display: flex;
    bottom: 35px;
}

.specific ._itmspec_listitm {
    padding-right: 5px;
}

.test_upsell_product .form_testing li#tabReviews {
    display: none;
}

.test_upsell_product .form_testing  form.form-inline.buying-options {
    display: none;
}

.test_upsell_product .col-12.mb-4.Browsing_history {
    margin: 0px !important;
    padding: 0px;
}



.test_upsell_product {
    margin-top: 20px;
}

.test_upsell_product .row.upsell_collum {
    flex-direction: column;
    padding: 0 15px;
}

.crollsel_product .crollsel_collum{
    flex-direction: column;
    padding: 0 15px;
}

.upsell_contan {
    display: flex;
    align-items: center;
}

.crollsel_contan{
    display: flex;
    align-items: center;
}

.crollsel_contan img{
    width: 100%;
}

.test_upsell_product .upsell_box input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.crollsel_product .upsell_box input[type="checkbox"]{
    width: 20px;
    height: 20px;
}

.test_upsell_product .card.thumbnail.card-body {
    flex-direction: row;
    align-items: center;
}

.test_upsell_product .upsell_contan .upsell_img .img-responsive {
    width: 100%;
}

.test_upsell_product .upsell_contan .upsell_img {
    padding: 0 10px;
}

.test_upsell_product .upsell_text{
    padding: 0 10px;
}



.test_upsell_product .upsell_text h4 {
    font-size: 17px;
}

.test_upsell_product .upsell_text p {
    font-size: 17px;
    font-weight: 600;
    color: #0061AF;
}

.test_upsell_product .upsell_box {
    padding: 0px;
}

.crollsel_product .crollsel_contan{
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.test_upsell_product .upsell_contan {
    padding: 10px 0;
    border: 2px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.test_upsell_product .testing_img.col-3 {
    padding: 0 10px;
}

.test_upsell_product .upesll_text.col-8{
    padding: 0 10px;
}

.test_upsell_product .upesll_text.col-8 .upsell_price {
    float: left;
}

.test_upsell_product .upsell_chexbox.col-1{
    padding: 0px;
}

.test_upsell_product .upsell_head {
    font-size: 19px;
    font-weight: 600;
    margin-top: 20px;
}

.test_upsell_product .upsell_head p {
    margin: 6px 0;
}

.pvd_subimage .slick-list.draggable {
    padding: 0 15px;
}



#n_product .test_upsell {
    display: flex;
}

.nCrossSellItem label {
    cursor: pointer;
    display: block;
}

#n_product .test_upsell {
    display: flex;
    width: 100%;
}

.specifics_desc_name {
    position: relative;
    bottom: 56px;
    left: 47px;
}




/* ================Part-finder=============== */
.partfinder .select-wrapper {
    width: 218px;
    margin: 0 5px;
}
.partfinder .select-wrapper select {
    height: 35px;
}
.select-wrapper {
    position: relative;
    display: inline-block;
}

.select-wrapper select {
    padding-right: 30px;
    /* space for spinner */
}

.select-wrapper .spinner-icon {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #888;
    top: 11px !important;
}
.mvp_Go_btn:disabled{
    cursor: not-allowed;
}
div#_jstl__fit {
    width: 100%;
}
div#_jstl__fit_r {
    display: flex;
    flex-wrap: wrap;
}
#fitmentLoader i.fa.fa-spinner.fa-spin {
    font-size: 50px;
}
div#fitmentLoader {
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}


