@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1630px;
    }
}

.gfield_list {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    text-align: center;
}

.gfield_list td,
.gfield_list th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.gfield_list thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.gfield_list tbody+tbody {
    border-top: 2px solid #dee2e6;
}

.gfield_list-sm td,
.gfield_list-sm th {
    padding: .3rem;
}

.gfield_list-bordered {
    border: 1px solid #dee2e6;
}

.gfield_list-bordered td,
.gfield_list-bordered th {
    border: 1px solid #dee2e6;
}

.gfield_list-bordered thead td,
.gfield_list-bordered thead th {
    border-bottom-width: 2px;
}

.gfield_list-borderless tbody+tbody,
.gfield_list-borderless td,
.gfield_list-borderless th,
.gfield_list-borderless thead th {
    border: 0;
}

.gfield_list-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}

.gfield_list-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075);
}

.gfield_list-primary,
.gfield_list-primary>td,
.gfield_list-primary>th {
    background-color: #b8daff;
}

.gfield_list-primary tbody+tbody,
.gfield_list-primary td,
.gfield_list-primary th,
.gfield_list-primary thead th {
    border-color: #7abaff;
}

.gfield_list-hover .gfield_list-primary:hover {
    background-color: #9fcdff;
}

.gfield_list-hover .gfield_list-primary:hover>td,
.gfield_list-hover .gfield_list-primary:hover>th {
    background-color: #9fcdff;
}

.gfield_list-secondary,
.gfield_list-secondary>td,
.gfield_list-secondary>th {
    background-color: #d6d8db;
}

.gfield_list-secondary tbody+tbody,
.gfield_list-secondary td,
.gfield_list-secondary th,
.gfield_list-secondary thead th {
    border-color: #b3b7bb;
}

.gfield_list-hover .gfield_list-secondary:hover {
    background-color: #c8cbcf;
}

.gfield_list-hover .gfield_list-secondary:hover>td,
.gfield_list-hover .gfield_list-secondary:hover>th {
    background-color: #c8cbcf;
}

.gfield_list-success,
.gfield_list-success>td,
.gfield_list-success>th {
    background-color: #c3e6cb;
}

.gfield_list-success tbody+tbody,
.gfield_list-success td,
.gfield_list-success th,
.gfield_list-success thead th {
    border-color: #8fd19e;
}

.gfield_list-hover .gfield_list-success:hover {
    background-color: #b1dfbb;
}

.gfield_list-hover .gfield_list-success:hover>td,
.gfield_list-hover .gfield_list-success:hover>th {
    background-color: #b1dfbb;
}

.gfield_list-info,
.gfield_list-info>td,
.gfield_list-info>th {
    background-color: #bee5eb;
}

.gfield_list-info tbody+tbody,
.gfield_list-info td,
.gfield_list-info th,
.gfield_list-info thead th {
    border-color: #86cfda;
}

.gfield_list-hover .gfield_list-info:hover {
    background-color: #abdde5;
}

.gfield_list-hover .gfield_list-info:hover>td,
.gfield_list-hover .gfield_list-info:hover>th {
    background-color: #abdde5;
}

.gfield_list-warning,
.gfield_list-warning>td,
.gfield_list-warning>th {
    background-color: #ffeeba;
}

.gfield_list-warning tbody+tbody,
.gfield_list-warning td,
.gfield_list-warning th,
.gfield_list-warning thead th {
    border-color: #ffdf7e;
}

.gfield_list-hover .gfield_list-warning:hover {
    background-color: #ffe8a1;
}

.gfield_list-hover .gfield_list-warning:hover>td,
.gfield_list-hover .gfield_list-warning:hover>th {
    background-color: #ffe8a1;
}

.gfield_list-danger,
.gfield_list-danger>td,
.gfield_list-danger>th {
    background-color: #f5c6cb;
}

.gfield_list-danger tbody+tbody,
.gfield_list-danger td,
.gfield_list-danger th,
.gfield_list-danger thead th {
    border-color: #ed969e;
}

.gfield_list-hover .gfield_list-danger:hover {
    background-color: #f1b0b7;
}

.gfield_list-hover .gfield_list-danger:hover>td,
.gfield_list-hover .gfield_list-danger:hover>th {
    background-color: #f1b0b7;
}

.gfield_list-light,
.gfield_list-light>td,
.gfield_list-light>th {
    background-color: #fdfdfe;
}

.gfield_list-light tbody+tbody,
.gfield_list-light td,
.gfield_list-light th,
.gfield_list-light thead th {
    border-color: #fbfcfc;
}

.gfield_list-hover .gfield_list-light:hover {
    background-color: #ececf6;
}

.gfield_list-hover .gfield_list-light:hover>td,
.gfield_list-hover .gfield_list-light:hover>th {
    background-color: #ececf6;
}

.gfield_list-dark,
.gfield_list-dark>td,
.gfield_list-dark>th {
    background-color: #c6c8ca;
}

.gfield_list-dark tbody+tbody,
.gfield_list-dark td,
.gfield_list-dark th,
.gfield_list-dark thead th {
    border-color: #95999c;
}

.gfield_list-hover .gfield_list-dark:hover {
    background-color: #b9bbbe;
}

.gfield_list-hover .gfield_list-dark:hover>td,
.gfield_list-hover .gfield_list-dark:hover>th {
    background-color: #b9bbbe;
}

.gfield_list-active,
.gfield_list-active>td,
.gfield_list-active>th {
    background-color: rgba(0, 0, 0, .075);
}

.gfield_list-hover .gfield_list-active:hover {
    background-color: rgba(0, 0, 0, .075);
}

.gfield_list-hover .gfield_list-active:hover>td,
.gfield_list-hover .gfield_list-active:hover>th {
    background-color: rgba(0, 0, 0, .075);
}

.gfield_list .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.gfield_list .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.gfield_list-dark {
    color: #fff;
    background-color: #343a40;
}

.gfield_list-dark td,
.gfield_list-dark th,
.gfield_list-dark thead th {
    border-color: #454d55;
}

.gfield_list-dark.gfield_list-bordered {
    border: 0;
}

.gfield_list-dark.gfield_list-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05);
}

.gfield_list-dark.gfield_list-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075);
}

@media (max-width:575.98px) {
    .gfield_list-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gfield_list-responsive-sm>.gfield_list-bordered {
        border: 0;
    }
}

@media (max-width:767.98px) {
    .gfield_list-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gfield_list-responsive-md>.gfield_list-bordered {
        border: 0;
    }
}

@media (max-width:991.98px) {
    .gfield_list-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gfield_list-responsive-lg>.gfield_list-bordered {
        border: 0;
    }
}

@media (max-width:1199.98px) {
    .gfield_list-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .gfield_list-responsive-xl>.gfield_list-bordered {
        border: 0;
    }
}

.gfield_list-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.gfield_list-responsive>.gfield_list-bordered {
    border: 0;
}

.order-block {
    border-bottom: 2px solid rgba(0, 0, 0, .2);
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 1.05rem;
    font-weight: 300;

    strong {
        font-weight: 900;
    }
}

.order-heading {
    font-size: 24px;
    padding: 7px;
    background: #071825;
    color: white;
}

.btn.btn-red {
    background-color: #ff1616;
}

.btn.btn-small {
    padding: .205rem .425rem .235rem;
    line-height: 1.45;
}

.shipservice {
    background: #222;
    padding: 10px;
    border: 2px solid #dcdcdc;
    border-radius: 4px;
    color: white;
    cursor: pointer;
}

.shipservice + .text-muted {
    line-height: 1.45;
    font-size: 12px;
    display: block;
    padding: 10px 0;
}

.shipservice .title {
    font-weight: bold;
}

.shipservice .strikethrough {
    text-decoration: line-through;
}

.shipservice__fee .strikethrough {
    text-decoration: line-through;
}

.shipservice .time {
    color: #999;
    font-style: italic;
}

.ship-section {
    padding: 1rem 0;
    margin: 1rem 0;
    border-bottom: 1px solid #e8e8e8;
}

#frmD3Forms5569 .option-group {
    color:rgba(0, 0, 0, .6);
}

#shipping_item_0 .remove_item {
    display: none;
}

#shipping_item_1,
#shipping_item_2 {
    display: none;
}

.shipping-item {
    padding: 20px 0;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .9);
    z-index: 9999;
    opacity: 1;
    transition: all 0.5s;
}


.lds-dual-ring {
    display: flex;
}

.lds-dual-ring:after {
    content: " ";
    display: flex;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    align-self: center;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadingLogoLay {
    position: absolute;
    display: block;
    left: 50%;
    top: 60%;
    transform: translateY(-50%) translateX(-50%);
    overflow: hidden;
    height: 90px;
    width: 120px;
}

.loader-box {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(2);
    overflow: hidden;
    height: 45px;
    width: 120px;
}
  
  @keyframes animbase {
    0% {
      transform: scale(1);
    }
    40% {
      transform: scale(1.5);
    }
  
    70% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
  .baseOnlyCont {
    transform-origin: center 40%;
    /*animation: animbase 2s ease infinite forwards;*/
    z-index: 12;
  }
  @keyframes animS2 {
    0% {
      transform: rotate(0deg) translateX(-50%);
    }
  
    10% {
      transform: rotate(0deg) translateX(-50%);
    }
  
    60% {
      transform: rotate(360deg) translateX(-50%);
    }
    80% {
      transform: rotate(360deg) translateX(-50%);
    }
  
    100% {
      transform: rotate(360deg) translateX(-50%);
    }
  }
  
  .sOnlyCont {
    position: absolute;
    transform-origin: 0;
    transform: translateX(-50%);
    top: 20px;
    left: 50%;
    height: 100%;
    animation: animS2 2s ease infinite forwards;
    z-index: 1;
  }
  
  .baseOnlyCont {
    position: absolute;
    width: 120px;
    top: calc(50% + 10px);
    transform: translateY(-50%);
  }
  .sOnlyCont {
    width: calc(172px * 1 / 3);
    z-index: 2;
  }

.shipservice__fee {
    display: none;
}

.messages>div:not(.all) {
    display: none;
}

#rate_modal .services {
    padding: 5px 0 15px !important;
}

.currency-dropdown {
    width: 250px;
    height: 225px;
    position: relative;
    margin-top: 12px;
    background: white !important;
    font-weight: bold;
    border: 2px solid #b7b7b7;
    text-align: left;
    padding-top: 15px;
    box-shadow: 0px 2px #979797;
}

.currency-dropdown .currency-item {
    height: 30px;
    font-family: 'Arial';
    font-size: 11pt;
    color: #515151;
    font-weight: 400;
    cursor: pointer;
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.currency-dropdown .currency-item:hover,
.currency-dropdown .currency-item.selected {
    background-color: #ececec;
}

.currency-dropdown .bottom-text {
    position: absolute;
    bottom: 0px;
    padding-left: 10px;
    font-family: Arial;
    font-size: 13px;
    font-weight: normal;
    color: #949494;
    margin-top: 5px;
}

.currency-dropdown:after,
.currency-dropdown:before {
    bottom: 100%;
    right: 85%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.currency-dropdown:after {
    border-color: transparent;
    border-width: 10px;
    border-bottom-color: white;
    margin-left: -10px;
}

.currency-dropdown:before {
    border-color: rgba(183, 183, 183, 0);
    border-width: 12px;
    border-bottom-color: #b7b7b7;
    margin-left: -12px;
}

#rate_box {
    display: none;
}

.help-block.error {
    color: red;
    font-size: 12px;
}

.messages {
    font-size: 14px;
    line-height: 1.45;
}

.messages p {
    margin-bottom: 0.5rem;
}

.flatpickr-monthDropdown-months {
    display: inline-block;
}

.form-check-label {
    cursor: pointer;
}

#shipping-quick label {
    color: white;
}