body {
    font-family: 'Lato', sans-serif;
}
img {
    display:block;
    width:100%;
}
.bg-light {
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    background: #fff;
    margin-bottom:80px;
}
.navbar-nav {
    margin:auto;
}
.navbar-light .navbar-nav .nav-item {
    margin:0 10px;
}
.navbar-light .navbar-nav .nav-link {
    font-weight:900;
    position:relative;
    color:rgba(0,0,0,.4);
}
.navbar-light .navbar-nav .nav-link:hover {
    color:rgba(0,0,0,1);
}
.navbar-light .navbar-nav .nav-link.active:after {
    content:' ';
    background-color: #ba1175;
    background: #ba1175;
    background: -webkit-linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    background: linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    position:absolute;
    bottom:0px;
    left:calc(50% - 25px);
    height:3px;
    width:50px;
}

.details .product_title {
    font-weight:900;
    font-size:40px;
}
.details .price {
    font-weight:600;
    font-size:18px;
    position:relative;
    margin-bottom:60px;
}
.details .price:after {
    content:' ';
    background-color: #ba1175;
    background: #ba1175;
    background: -webkit-linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    background: linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    position:absolute;
    bottom:-20px;
    left:0;
    height:4px;
    width:100px;
}
.details .description {
    font-size:16px;
    color:#666;
}
.product_meta {
    font-size:14px;
    color:#999;
}
.product_meta a {
    color:#999;
    text-decoration: none;;
}
.product_meta a:hover {
    color:#000;
}

.box-description {
    margin:60px 0 100px;
    border-top:1px solid #ebebeb;
    position:relative;
}
.box-description:after {
    content:' ';
    background-color: #ba1175;
    background: #ba1175;
    background: -webkit-linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    background: linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    position:absolute;
    top:0px;
    left:0;
    height:4px;
    width:100px;
}
.box-description a {
    color:rgba(0,0,0,0.3);
    text-decoration: none;
    padding:20px 40px 20px 0;
    display:inline-block;
}
.box-description a.active {
    color:#000;
}
.box-description .text {
    font-size:16px;
    color:#666;
    margin-top:15px;
}

.related-products {
    margin-bottom:60px;
}
.related-products h3 {
    font-weight:900;
    position: relative;
    border-bottom:1px solid #ebebeb;
    padding-bottom:10px;
    margin-bottom:30px;
}
.related-products h3:after {
    content:' ';
    background-color: #ba1175;
    background: #ba1175;
    background: -webkit-linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    background: linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    position:absolute;
    bottom:-5px;
    left:0;
    height:4px;
    width:100px;
}
.related-products h4 {
    font-size:16px;
}
.related-products .price {
    font-size:16px;
    margin-bottom:.5rem;
}

.btn-gradient {
    color:#fff;
    background-color: #ba1175;
    background: #ba1175;
    background: -webkit-linear-gradient(left, #ba1175 0%, #6c2bec 100%);
    background: linear-gradient(left, #ba1175 0%, #6c2bec 100%);
}
.btn-gradient:hover {
    color:#fff;
    opacity:0.8;
}
.gallery {
    position:relative;
}
.gallery .try-on {
    position:absolute;
    top:20px;
    left:20px;
}

.side-padding-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.col-padding {
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
}