#sp-footer, #sp-bottom {
    background: #101e2c;
    color: #BDBDBD;
    font-size: 16px;
}

#column-id-1562850320225 {
    background: #0f2842;
    padding: 25px;
    border-radius: 5px;
    top: -25px;
}

#sppb-addon-1562850905415 .sppb-icons-group-list li a {
    background-color: #18395a !important;
}

#sppb-addon-1562850905415 .sppb-icons-group-list li a:hover {
    background-color: #355d85 !important;
}



.j2store-single-product-view #sp-main-body {
   background: rgb(252 252 255);
}

.container {
      max-width: 1320px !important;
  }

.sppb-addon-table-main td:nth-child(1) {  
   width:20% !important;
}

.sppb-addon-table-main td:nth-child(2) {  
   width:80% !important;
}

.custom-service .sppb-icon {
  margin-top: 6px;
}

.card-simple {
  background: rgba(255, 255, 255, 1);
  border-width: 0;
  border-style: solid;
  border-color: rgba(221, 221, 221, 1);
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0px 1px 3px 0px #d9d8d8;
}

.card-title-related {
  text-align: center;
  font-family: "Montserrat Alternates";
  color: #545454;
  font-weight: 500;
}

.related-grid-row {
    display: grid;
    grid-template-columns: 30% 70%;
  	grid-column-gap: 18px;
}

.product-title-in-row > p > a {
    color: #5c5c5c !important;
    text-decoration: none !important;
    font-weight: 400 !important;
}

.product-title-in-row > p > a:hover {
    color: #333333 !important;
}

.related-product-box {
  margin: 13px 0px; 
}



@media screen and (min-width: 1200px) {
  .container {
      max-width: 1320px !important;
  }
}