.thumb-carousel {
    overflow: hidden;
    transition: height 0.2s ease-in
}
.product-images {
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.2s ease-in;
}
/*#product #main,*/
#product .product-page-col {
    padding:0
}
#product .product-additional-info > * {
    margin: 2rem 0 0 0;
    width:100%;
}
#product .js-mailalert > span {
    top:100%;
    position: absolute;
    padding: 0 !important
}
#product:not(.elementor-page) .page-width.main-content{
    max-width:100%;
    width: 100%;
}
#product #content .product-flags {
    top:20px;
    right:20px;
}
#product .product-actions .product-add-to-cart .control-label {
    display: none
}
#product .product-info-section .product-brand {
    color:#bcbcbc;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.26em;
    display: inline-block;
    margin-bottom: 15px;
}
#product .product-info-section .product-prices {
    margin-bottom: 2rem
}
#product .product-info-section .product-prices > div {
    display: inline-block
}
#product #main .products-carousel {
    padding:0 30px
}
#product .short-desc {
    margin-bottom: 45px;
    color: #777;
    font-size: 16px;
    line-height: 23px
}
.product-information p {
    margin:0
}
.product-information .manufacturer-logo {
    height: 35px
}
.sys-info-section {
    margin-bottom: 13px
}
.sys-info {
    align-items:center;
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 10px;
    color:#969696
}
.sys-info a {
    color:inherit
}
@media (min-width:600px) {
  .product-page-col > .col-md-6:first-child {
    width:54.66%;
    padding: 0;
  }
  .product-page-col > .col-md-6:last-child {
    width:45.33%;
    padding: 45px 0 0 50px;
  }
}

.thumb-horizontal {
    flex-direction: column-reverse;
}
.thumb-horizontal .thumb-carousel {
    margin:0
}