.border-between > [class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between > [class*='col-']:first-child:before {
    display: none;
}

.related .releate-products .owl2-nav {
    top: 10px;
    width: 60px;
    right: 12px;
}

.top-selling .releate-products .owl2-nav,
.related .releate-products .owl2-nav {
    position: relative;
    top: -475px;
    width: 60px;
    left: 90%;
}

@media (max-width: 767px) {
    .top-selling .releate-products .owl2-nav,
    .related .releate-products .owl2-nav {
        position: relative;
        top: -475px;
        width: 60px;
        left: 80%;
    }
}

.hag-tabcontent .hag-flex-row{
    margin-left: 10px;
    margin-right: -20px;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.typeheader-1 .header-bottom .account ul.dropdown-menu{
    transform: translate(55px);
}

@media (min-width: 992px) {
    .typeheader-1 .header-bottom .shopping_cart .shoppingcart-box {
        transform: translate(40px);
    }
}

.order-status-bar {
    max-width: 820px;
    width: 80%;
    margin: 30px auto 0;
    position: relative;
    height: 50px;
    z-index: 10;
}
.order-status-bar hr.all_steps {
    width: 75%;
    height: 4px;
    border: none;
    background: #DDDDDD;
    position: absolute;
    bottom: 10px;
    left: 12%;
    z-index: 1;
}
.order-status-bar hr.current_steps {
    width: 0%;
    border: 0;
    height: 4px;
    background: var(--primary-color);
    position: absolute;
    bottom: 10px;
    left: 12%;
    z-index: 3;
}
.order-status-bar div.step {
    float: left;
    width: 25%;
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #ccc;
    position: relative;
    top: -15px;
    text-shadow: 1px 1px #fff;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.order-status-bar div.step:before {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: var(--primary-color);
    bottom: 12px;
    left: 50%;
    margin-left: -8px;
    content: '';
    z-index: 4;
    display: none;
}
.order-status-bar div.step:after {
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    background: #DDDDDD;
    bottom: 12px;
    left: 50%;
    margin-left: -8px;
    content: '';
    z-index: 2;
}
.order-status-bar div.step.current {
    color: #222;
}
.order-status-bar div.step.current:before {
    display: block;
}
.order-status-bar div.step.complete {
    color: #888;
    cursor: pointer;
}
.order-status-bar div.step.complete:before {
    display: block;
}
.order-status-bar div.step.complete:hover {
    color: #555;
}
