@media only screen and (min-width: 1440px) {
.fullwidth.container.body-container{
    max-width: 1310px !important;
}
}
.custom-class #shippricecalulate {
  display: none;
}
.social_icon ul{
    list-style:none; display:flex; align-items:center;
}

@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1530px;
  }
}
.animated-gradient, .footer #footersubscribe_sidebar .card-body #subscribe, .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding: .5rem 1.25rem !important;
  animation: animateBg 3s linear infinite;
  background-image: unset;
  background-size: unset;
}
 .navbar .navbar-nav .nav-item .nav-link {
    color: #0035fd;
  }
  .bootstrap-select > .dropdown-toggle .filter-option {
    color: #000;
  }
.animated-gradient, .footer #footersubscribe_sidebar .card-body #subscribe, .navbar .navbar-nav .nav-item:nth-child(2) .nav-link {
  padding: .5rem 1.25rem !important;
  animation: animateBg 3s linear infinite;
  background-image: linear-gradient(90deg, #001c82, #0036ff, #001c82, #0036ff);
  background-size: 300% 100%;
}
.navbar .navbar-nav .nav-item:nth-child(2) .nav-link {
  color: #fff !important;
}
.navbar .navbar-nav .nav-item:nth-child(2) .nav-link .far.fa-long-arrow-right{display:none;}

.browse_design a, .upload_design a, .custom_design a, .hire_designer a, .quote_product a {
  padding: 1.5rem !important;
}

#checkout.btn-success.disabled{
    opacity: .65;
    background: linear-gradient(90deg, #0036ff 0%, #001c82 100%) !important;
    padding: .75rem 1.75rem;
    border-color: #007bff;
}
#checkout.btn-success{
    opacity: 1;
    background: linear-gradient(90deg, #0036ff 0%, #001c82 100%) !important;
    padding: .75rem 1.75rem;
    border-color: #007bff;
}
#guestlogin .custom-control.custom-checkbox .custom-control-label a{
    font-size: 20px;
    margin-left:1rem;
}
#guestlogin .custom-control.custom-checkbox .custom-control-label:after,#guestlogin .custom-control.custom-checkbox .custom-control-label:before{
    width: 1.5rem;
  height: 1.5rem;
}

.browse_design .h4, .upload_design .h4, .custom_design .h4, .hire_designer .h4, .quote_product .h4{
    background: unset;
    background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  color: #0035f8 !important;
  font-family: "Jost-Bold",sans-serif;
    font-size: 18px;
}