/*special-class*/
.line-right {
    border-right: 1px solid #E1E8EE;
}
@media(max-width:768px){
  .line-right {
    border-right: none;
  }
}

.sppb-addon.sppb-addon-feature.sppb-text-center {
   /* border-right: 1px solid #E1E8EE;*/
    position: relative;
    /*padding: 40px 10px 50px 10px;*/
}

a.hikacart {
    color: #fff;
    background-color: #0099cc;
    border-color: #fff;
}

.form-actions {
    background: transparent;
    border: none;
    padding: 0 25px 0 0;
}

span#hikashop_product_name_main {
    padding-left: 550px;
    font-size: 30px;
}

div#hikashop_show_tabular_description {
    border: none;
    padding: 0px 0px;
    border-radius: 0;
}

.hikashop_tabs_ul li {
    display: inline;
    padding: 8px 0px;
    z-index: 2;
    font-weight: bold;
    background-color: none;
    border: solid 0px #E7E7E7;
}

button#bfSubmitButton {
    background: rgba(0, 13, 50, 0.7) !Important;
    border: 1px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

button#bfSubmitButton:hover {
    background:#000d32 !Important;
}

input#ff_elem1, input#ff_elem2, 
input#ff_elem3, textarea#ff_elem4 {
    max-width: 100%;
    width: 100%;
}