.logo-link{
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 365px;
}

.logo img{
    height: 60px;
    margin-right: 10px;
}
.logo .logo-title{
    color: #103d68;
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
}

.main-header .header-lower{
    background: #062241;
}

.sticky-header .logo{
    padding: 3px 0 0 0;
}
.sticky-header .logo img{
    height: 55px;
}
.sticky-header .logo .logo-title{
    color: #103d68;
    font-weight: 900;
    font-size: 18px;
    line-height: 1;
}

.main-header .nav-outer{
    padding: 0;
}
.nav-outer .btn-outer{
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: end;
}
.nav-outer .social-nav{
    display: flex;
    text-align: right;
}
.nav-outer .social-nav li{
    margin-right: 10px;
}
.nav-outer .social-nav li a:hover{
    color: #fff;
}

.page-title{
    padding: 50px 0;
}

.shop-item .lower-content h3{
    line-height: 1;
    margin-bottom: 5px;
}
.shop-item .lower-content h3 a{
    font-size: 23px;
    font-weight: 900;
    color:  #103d68;
}
.shop-item .lower-content h3 a:hover{
    color:  #1e6fbb;
}
.shop-item .lower-content .price li{
    color: #777;
    text-align: right;
}
.shop-item .inner-box .overlay-box .cart-btn{
    height: 50px;
}

.main-footer .footer-upper{
    padding: 40px 0 20px;
}
.main-footer .footer-upper .column{
    margin: 0;
}
.main-footer .contact-info li{
    margin-bottom: 10px;
}


.item-tabs .tabs-style-two{
    padding-left: 0;
}
.h1_smaller{
    line-height: 1;
    font-size: 35px;
}

.normal-ul{
    margin-left: 20px;
}
.normal-ul li{
    position: relative;
}
.normal-ul li::before{
    content: ' ';
    display: block;
    position: absolute;
    top: 11px;
    left: -12px;
    background-color: #333;
    height: 6px;
    width: 6px;
    border-radius: 3px;
}

.normal-ul li ul{
    position: relative;
    margin-left: 20px;
}
.normal-ul li ul li::before{
    background-color: transparent;
    border: 1px solid #333;
}

.prod-info-tabs{
    min-height: 200px;
}