.t-page-prod .main-carousel-wrapper .product-image-carousel>div img,.main-carousel-wrapper .slick-slide>div img {
    height: 400px;
    object-fit: contain;
}

@media only screen and (min-width: 1400px) {
    .t-page-prod .purchase-items>div {
        margin-right: 30px;
    }
}
.t-page-prod .purchase-items .wishlist-item {
	margin-right: 0;
}

.t-page-prod .wishlist-item .is-srOnly, .icon--arrow{
    display:none;
    border: none;
}

.t-page-prod .wishlist-item .button {
    border: none;
    padding: 0 10px;
}

.t-page-prod .wishlist-item .button .icon--heart{
    margin-right:0px;
}

.t-page-prod {

}

.t-page-prod .product-right::before {
    border-left: none;
}

.t-page-prod .x-product-layout-purchase__options__price-stock {
    margin-top: 50px;
    border: none;
}

/*.t-page-prod .product-purchase-datas .u-color-primary {
    color: inherit;
}*/

.t-page-prod .x-product-layout-purchase__name {
    margin: 0;
    text-transform: none;
    font-size: 24px;
}

.t-page-prod .x-product-layout-purchase__pricing-current {
    color: inherit;
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 2em;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(151, 149, 149, 0.3);
}

.t-page-prod .x-product-layout-purchase__pricing-current span {
    font-weight: normal;
    font-size: 14px;
    margin-left: 20px;
    vertical-align: top;
    color: #239F7E;
    text-transform: none;
}

.t-page-prod .x-product-layout-purchase__pricing-original {
    font-weight: normal;
    font-size: 0.9em;
    margin-bottom: 0;
}

.t-page-prod .x-product-layout-purchase__pricing-original span {
    min-width: auto;
}

.t-page-prod .x-product-layout-purchase__pricing-original s {
    margin-left: 5px;
}

.t-page-prod .purchase-items .quantity-item .c-form-label {
    float: left;
    line-height: 35px;
    margin-right: 20px;
    margin-bottom: 0;
}

.t-page-prod .purchase-items .quantity-item {
    padding: 0;
    width: 250px;
}

.t-page-prod .purchase-items .qtyuom-item {
    padding: 0;
    width: 310px;
}

.t-page-prod .purchase-items .qtyuom-item .c-form-select {
   display: flex;
   width:140px;
   border-radius: 6px;
}

.t-page-prod .purchase-items .qtyuom-item .c-form-label {
    float: left;
    line-height: 35px;
    margin-right: 20px;
    margin-bottom: 0;
}

.t-page-prod .purchase-items .quantity-item button,
.t-page-prod .purchase-items .quantity-item input {
    border-color: #C0C0C0;
    color: #C0C0C0;
    height: 35px;
}

.t-page-prod .purchase-items .quantity-item input {
    color: inherit;
}

/*.t-page-prod #add-to-cart-form button.add-to-cart::after {
    content: none;
}*/

.t-page-prod .x-product-layout-purchase__cta {
    margin-top: 50px;
}

.t-page-prod .child-product-description {
    margin-top: 30px;
}

.t-page-prod .x-product-layout-purchase_accesories_to_add {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid hsla(0, 1%, 59%, .3);
}

.t-page-prod .c-form-select {
    border-color: #C0C0C0;
    font-size: 0.9em;
    margin: 0;
    /* height: auto; */
}

.t-page-prod .c-form-select select {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 25px;
    height: auto;
}

.x-product-layout-purchase_calibration-service {
    margin-top: 15px;
}

.x-product-layout-purchase_accesories_to_add a {
    color: #4a4a4a;
}

.t-page-prod .x-product-layout-purchase_block-header {
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 5px
}

.t-page-prod .x-product-layout-purchase_accesories-container__scrollable {
	display: flex;
	flex: 1 1 100%;
	flex-direction: column;
	max-height: 220px;
}

.t-page-prod .x-product-layout-purchase_accesories-list__scrollable {
   overflow-y: auto;
}

.t-page-prod .x-product-layout-purchase_accesory_to_add {
    display: flex;
    width: 100%;
    vertical-align:top;
    line-height: 24px;
    clear: both;
    margin-bottom: 4px;
}

.t-page-prod .x-product-layout-purchase_accesory_to_add .accessories-left {
    display:inline-block;
    float: left;
    margin-right:5px;
}

.t-page-prod .x-product-layout-purchase_accesory_to_add .accessories-left img {
    max-height: 40px;
    max-width: 48px;
    padding: 0 4px 4px;
}

.t-page-prod .x-product-layout-purchase_accesory_to_add .accessories-middle {
    margin-right:10px;
}

.t-page-prod .x-product-layout-purchase_accesory_to_add .accessories-right {
    align-items:flex-start;
    justify-content:flex-start;
    width: auto;
    text-align: right;
    font-weight: bold;
    display:flex;
    margin: 0 0 0 auto;
}