.list-responsive {
    white-space: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;

}

@keyframes spin {
	0% { transform:translateZ(0) rotate(0deg); }
	100% { transform:translateZ(0) rotate(360deg); }
}
.freeze-ui { 
    position:fixed; 
    top:0; left:0; 
    width:100%; 
    height:100%; 
    z-index:999999999; 
    background-color:#000; 
    opacity:.9; 
    transition:opacity .25s; }
.freeze-ui.is-unfreezing { 
    opacity:0; 
}

.freeze-ui:after { 
    content:attr(data-text); 
    display:block; 
    max-width:125px; 
    position:absolute; 
    top:50%; 
    left:50%; 
    transform:translate(-50%, -50%); 
    font-size:20px; 
    font-family:sans-serif; 
    color:#b5b7b9; 
    text-align:center; 
    text-transform:uppercase; 
}
.freeze-ui:before { 
    content:""; 
    display:block; 
    width:150px; 
    height:150px; 
    border-radius:50%; 
    border-width:2px; 
    border-style:solid; 
    border-color:transparent #ffd100 #ffd100 #ffd100; 
    position:absolute; 
    top:calc(50% - 75px); 
    left:calc(50% - 75px); 
    will-change:transform; 
    animation:spin .75s infinite ease-in-out; 
}
.text-black {
    color: #000000 !important;
}
.text-white {
    color: #ffffff !important;
}
/* @group Content */
.gs-title,
.gs-card-title,
.gs-info-title,
.gs-footer-brand,
.gs-footer-big h5,
.gs-footer-big h4,
.gs-media .media-heading {
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.gs-title,
.gs-title a,
.gs-card-title,
.gs-card-title a,
.gs-info-title,
.gs-info-title a,
.gs-footer-brand,
.gs-footer-brand a,
.gs-footer-big h5,
.gs-footer-big h5 a,
.gs-footer-big h4,
.gs-footer-big h4 a,
.gs-media .media-heading,
.gs-media .media-heading a {
    color: #000;
    text-decoration: none;
}

h2.gs-title {
    margin-bottom: 1rem;
}

.box-title {
    border-bottom: #666;
    margin: 0;
    position: relative;
    z-index: 4;
    vertical-align: center;
    height: 80px;
}

.box-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15px;
    height: 1px;
    width: calc(100% - 30px);
    background-color: rgba(180, 180, 180, 0.3);
}

.box-title h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin: 10px 10px;
    color: #fff;
    line-height: 20px;
    border-radius: 4px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffc107;
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 188, 212, 0.4);
}

/* SHOPPING CART */
.qc-name p {
    font-size: 14px;
    color: #333;
    line-height: 10px;
}

.table-shopping>thead>tr>th {
    font-size: 1rem;
    text-transform: uppercase;
}

.table-shopping>tbody>tr>td {
    font-size: 14px;
}

.table-shopping>tbody>tr>td b {
    display: block;
    margin-bottom: 5px;
}

.table-shopping .td-name {
    font-weight: 400;
    font-size: 1.125em;
    line-height: 1;
}

.table-shopping .td-name small {
    color: #333;
    font-size: 1rem;
    font-weight: 400;
}

.table-shopping .td-number {
    font-weight: 400;
    font-size: 1.125rem;
}

.table-shopping .td-name {
    min-width: 200px;
}

.table-shopping .td-name a {
    font-size: 1.2rem;
    color: #3498db;
}

.table-shopping .td-quantity {
    min-width: 175px;
}

.table-shopping .td-number {
    text-align: right;
    min-width: 125px;
}

.table-shopping .td-number small {
    margin-right: 3px;
}

.table-shopping .td-image {
    width: 150px;
}

.table-shopping .td-image img {
    max-width: 150px;
    max-height: 150px;
}

.shopping-summary-footer {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    padding-right: var(--bs-gutter-x);
    padding-left: var(--bs-gutter-x);
    transform: translateX(-50%);
}
.shopping-summary {
    min-height: 365px;
}

/* NUMBER INPUT */

.number-input {
    width: 100%;
    padding: 20px 0;
}

.number-input:first-child {
    margin-bottom: 30px;
}

.number-input label {
    display: inline-block;
    width: 50%;
}

.number-input span {
    display: block;
    margin: 0;
    width: 90px!important;
    padding-right: 1.2rem;
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .15em;
    color: #333;
}

.number-input-heading {margin-left: 70px; margin-top: 30px;}
.number-input-heading span {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: .15em;
    color: #333;
}

.number-input label input {
    width: 100%;
    margin: 0 5%;
    padding: 10px 14px;
    border: 2px solid #b2b2b2;
    border-radius: 20px;
    outline: none;
    background: none;
    color: #b2b2b2;
    letter-spacing: .07em;
}

.number-input .quantity input[type=number]::-webkit-inner-spin-button,
.number-input .quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.number-input .quantity {
    position: relative;
}

.number-input input[type=number] {
    -moz-appearance: textfield;
}

.number-input .quantity input {
    width: 100%;
    height: 55px;
    font-weight: 600;
    font-size: 1.75em;
    line-height: 1.5;
    float: left;
    text-align: left;
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-bottom: 3px;
    border: 1px solid #b2b2b2;
}

.number-input .quantity input:focus {
    outline: 0;
}

.number-input .quantity-nav {
    float: left;
    position: relative;
    height: 55px;
}

.number-input .quantity-button {
    position: relative;
    cursor: pointer;
    border: 1px solid #b2b2b2;
    width: 30px;
    text-align: center;
    color: #333;
    background-color: #e6e6e6;
    font-size: 13px;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.number-input .quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
}

.number-input .quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 50%;
    padding-top: 2px;
}

@media screen and (max-width: 520px) {
    /* .container {
        padding: 45px 5%;
    } */

    .number-input label {
        display: block;
        width: 100%;
    }
}

/* Accordion */
.gs-btn .material-icons,
.gs-btn:not(.gs-btn-just-icon):not(.gs-btn-fab) .fa {
    display: block;
    top: 0;
}

.gs-btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.46875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.gs-btn:hover,
.gs-btn:focus {
    text-decoration: none;
}

.gs-btn:focus,
.gs-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25);
}

.gs-btn.disabled,
.gs-btn:disabled {
    opacity: 0.65;
    box-shadow: none;
}

.gs-btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.gs-btn:not(:disabled):not(.disabled):active,
.gs-btn:not(:disabled):not(.disabled).active {
    background-image: none;
    box-shadow: none;
}

.gs-btn:not(:disabled):not(.disabled):active:focus,
.gs-btn:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(33, 150, 243, 0.25), none;
}

a.gs-btn.disabled,
fieldset:disabled a.gs-btn {
    pointer-events: none;
}

.gs-btn-link {
    font-weight: 400;
    color: #FFF;
    background-color: transparent;
}

.gs-btn-link:hover {
    color: #0a6ebd;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.gs-btn-link:focus,
.gs-btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
}

.gs-btn-link:disabled,
.gs-btn-link.disabled {
    color: #999;
}

.myaccordion {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

.myaccordion .gs-card,
.myaccordion .gs-card:last-child .gs-card-header {
    border: none;
}

.myaccordion .gs-card-header {
    border-bottom-color: #EDEFF0 !important;
    background: transparent;
}

.myaccordion .fa-stack {
    font-size: 18px;
}

.myaccordion .gs-btn {
    width: 100%;
    font-weight: bold;
    color: #004987 !important;
    padding: 0;
}

.myaccordion .gs-btn-link:hover,
.myaccordion .gs-btn-link:focus {
    text-decoration: none;
}

.myaccordion li+li {
    margin-top: 10px;
}

.gs-card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.gs-card>hr {
    margin-right: 0;
    margin-left: 0;
}

.gs-card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.gs-card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.gs-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.gs-card-body ul>li>a {
    font-weight: 500;
    font-size: 16px;
    color: #333;
}

.gs-card-body ul>li:hover {
    margin-bottom: -2px;
    border-bottom: 2px solid #333;
}

.gs-card-title {
    margin-bottom: 0.75rem;
}

.gs-card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.gs-card-text:last-child {
    margin-bottom: 0;
}

.gs-card-link:hover {
    text-decoration: none;
}

.gs-card-link+.gs-card-link {
    margin-left: 1.25rem;
}

.gs-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.gs-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.gs-card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.gs-card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.gs-card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.gs-card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.gs-card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.gs-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.gs-card-img,
.gs-card-img-top,
.gs-card-img-bottom {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.gs-card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.gs-card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.gs-card-deck .gs-card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .gs-card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .gs-card-deck .gs-card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.gs-card-group>.gs-card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .gs-card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .gs-card-group>.gs-card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .gs-card-group>.gs-card+.gs-card {
        margin-left: 0;
        border-left: 0;
    }

    .gs-card-group>.gs-card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .gs-card-group>.gs-card:not(:last-child) .gs-card-img-top,
    .gs-card-group>.gs-card:not(:last-child) .gs-card-header {
        border-top-right-radius: 0;
    }

    .gs-card-group>.gs-card:not(:last-child) .gs-card-img-bottom,
    .gs-card-group>.gs-card:not(:last-child) .gs-card-footer {
        border-bottom-right-radius: 0;
    }

    .gs-card-group>.gs-card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .gs-card-group>.gs-card:not(:first-child) .gs-card-img-top,
    .gs-card-group>.gs-card:not(:first-child) .gs-card-header {
        border-top-left-radius: 0;
    }

    .gs-card-group>.gs-card:not(:first-child) .gs-card-img-bottom,
    .gs-card-group>.gs-card:not(:first-child) .gs-card-footer {
        border-bottom-left-radius: 0;
    }
}

.gs-card-columns .gs-card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .gs-card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .gs-card-columns .gs-card {
        display: inline-block;
        width: 100%;
    }
}

.accordion>.gs-card {
    overflow: hidden;
}

.accordion>.gs-card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion>.gs-card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion>.gs-card>.gs-card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/*****************************
   CUSTOME STYLE SHEET
*****************************/
.dataTables_info {
    float: right !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
}

.panel-raised {
    margin: 0px;
    -webkit-box-shadow: -5px 5px 18px 0px rgba(164, 169, 176, 0.8);
    -moz-box-shadow: -5px 5px 18px 0px rgba(164, 169, 176, 0.8);
    box-shadow: -5px 5px 18px 0px rgba(164, 169, 176, 0.8);
}

.panel-round {
    margin: 0px;
    border-radius: 0.625rem !important;
}

.panel-wrap {
    margin: 0px;
    -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
}

/* .panel-wrap {
    margin: 0px;
    -moz-box-shadow: 0 0 0px 3px rgba(255, 209, 0);
    -webkit-box-shadow: 0 0 0px 3px rgba(255, 209, 0);
    box-shadow: 0 0 0px 3px rgba(255, 209, 0);
} */


/******************************
 Add to Cart
*******************************/

.alert {
    position: relative;
}

.alert {
    padding: 12px;
    margin-bottom: 18px;
    border: 1px solid transparent;
    border-radius: 6px;
}

/* .cart-alert .alert-success {
    background-color: #cbeacb;
    border-color: #b9e2b9;
    color: #398c39;
} */

.alert-dismissable,
.alert-dismissible {
    padding-right: 30px;
}

.cart-alert .alert .close {
    position: absolute;
    top: 0px;
    font-size: 1em;
}

.alert .fa {
    margin-right: .3em;
}

.cart-alert {
    text-align: center;
    width: 100%;
}

.cart {
    position: absolute;
    margin-top: 40px;
    bottom: 20px;
    left: 13%;
}

.add-to-cart p {
    line-height: .25em;
}

.button-group-page {
    bottom: 0;
    left: 0;
    right: 0;
}

.buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.buttons-wrapper .alert {
    margin-top: 10px;
    padding: 5px 10px;
    width: 100%;
}

.buttons-wrapper .extra-group {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.qty {
    float: left;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.qty_inc_dec .increment,
.qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 20px;
    height: 22px;
    vertical-align: middle;
    background-color: #333;
    border: 1px solid #ccc;
}

.qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 25px;
}

.qty_inc_dec {
    float: left;
    width: 10px;
    height: 44px;
    display: inline-block;
}

.up i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 4px !important;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 6px !important;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.qty input[type="text"] {
    float: left;
    outline: 0;
    font-size: 1.2em;
    text-align: center;
    width: 50px;
    height: 44px;
    color: #2a2a2a;
    line-height: 44px;
    border: 1px solid #ccc;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cart-qty {
    float: left;
    width: 80px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cart-qty_inc_dec .increment,
.cart-qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 20px;
    height: 15px;
    vertical-align: middle;
    background-color: #999;
    border: 1px solid #ccc;
}

.cart-qty_inc_dec .increment {
    border-bottom: 0;
    line-height: 25px;
}

.cart-qty_inc_dec {
    float: left;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.cart-up i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.cart-down i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 7px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.td-quantity a {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.cart-qty input[type="text"] {
    float: left;
    outline: 0;
    font-size: 1.2em;
    text-align: center;
    width: 50px;
    height: 30px;
    color: #2a2a2a;
    line-height: 30px;
    border: 1px solid #ccc;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkout-qty {
    float: left;
    width: 120px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkout-qty_inc_dec {
    float: left;
    height: 30px;
    display: inline-block;
}

.checkout-qty_inc_dec .increment,
.checkout-qty_inc_dec .decrement {
    float: left;
    text-align: center;
    width: 30px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 10px;
    height: 15px;
    vertical-align: middle;
    background-color: #999;
    border: 1px solid #ccc;
}

.checkout-qty_inc_dec .increment {
    border-bottom: 0;
}


.checkout-up i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-top: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.checkout-down i {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-bottom: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.checkout-qty a {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.checkout-qty input[type="number"] {
    float: left;
    outline: 0;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    width: 60px !important;
    height: 30px;
    color: #2a2a2a;
    line-height: 30px;
    border: 1px solid #ccc;
    border-right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.table-shopping .qc-quantity .checkout-delete {
    font-size: 1.6em !important;
    color: #3498db !important;
    cursor: pointer;
    margin-left: 15px;
    background-color: transparent;
    border: 0;
}

.table-shopping .qc-quantity .checkout-delete {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.table-shopping .td-quantity .cart-delete {
    font-size: 1.6em !important;
    color: #3498db !important;
    cursor: pointer;
    margin-left: 15px;
    background-color: transparent;
    border: 0;
}

.table-shopping .td-quantity .cart-delete {
    -webkit-appearance: none;
    -moz-appearance: none;
}


.table .table-btn {
    font-size: 1.2em !important;
    color: #3498db !important;
    cursor: pointer;
    margin-left: 15px;
    background-color: transparent;
    border: 0;
}

.table .table-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.builder-main .drop-container .gs-image-entry {
    position: absolute;
    width: 350px;
    top: 175px !important;
    left: calc(50% - 175px);
    z-index: 998;
}

@media (max-width: 576px) {
    .builder-main .drop-container .gs-image-entry {
        width: 280px;
        left: calc(50% - 140px);
    }
}

.mfp-content {
    max-width: 900px;
    height: 625px;
    border: 6px solid #000;
}

.mfp-title {
    position: absolute;
    color: #FFF;
    top: -25px;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Oswald", sans-serif;
    font-size: calc(20px + 0.5vw);
    font-weight: 900;
    font-stretch: ultra-condensed !important;
    text-transform: uppercase;
    vertical-align: baseline;
    margin-top: -.5rem;
}

@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 576px) {
    .mfp-content {
        height: 100% !important;
    }
}

/*******************************
        Panels
*******************************/
.page-banner {
    /* height: 700px; */
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}

.gs-page-title-small {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Oswald", sans-serif;
    /* font-size: calc(24px + 0.5vw); */
    font-weight: 900;
    font-stretch: ultra-condensed !important;
    text-transform: uppercase;
    vertical-align: baseline;
    margin-bottom: -.5rem;
    margin-top: -.5rem;
}

.gs-page-title {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Oswald", sans-serif;
    /* font-size: calc(24px + 0.5vw); */
    font-weight: 900;
    font-stretch: ultra-condensed !important;
    text-transform: uppercase;
    vertical-align: baseline;
}

.gs-page-header p {
    font-size: 1rem;
    margin-top: 1rem;
    color: #eee;
}

.gs_CardHeader {
    font-family: "Oswald",sans-serif;
    font-weight: 900;
    font-stretch: ultra-condensed !important;
    text-transform: uppercase;
    padding: 8px 0px;
}

.border-radius-top-3 {
    border-radius: .3rem .3rem 0rem 0rem !important;
}
.border-radius-bottom-3 {
    border-radius: 0rem 0rem .3rem .3rem !important;
}

.panel-header-main {
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
}

.panel-header {
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
}

.gs-card-header {
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}

.gs-card-title {
    vertical-align: middle;
    text-transform: capitalize;
    padding-bottom: 5px;
}

h3.gs-card-title {
    font-size: 1.3rem;
}

.gs-card-title {
    position: relative;
}

.panel-header .carousel .carousel-indicators {
    bottom: 60px;
}

.panel-header .title {
    color: #fff;
    line-height: 10px;
}

.header-description {
    color: #fff;
    line-height: 10px;
    position: absolute;
    bottom: calc(60px + 5vw);
    background-color: rgba(0, 0, 0, 0.3);
}

.panel-large {
    padding-top: 1.4rem;
}

@media (max-width: 992px) {
    .panel-large {
        padding-top: 0rem;
    }
}

.panel-header .iframe-container iframe {
    width: 100%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.panel-filter {
    position: relative;
}

.panel-filter:before,
.panel-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.panel-filter::before {
    background: rgba(0, 0, 0, 0.5);
}

.panel-filter .container {
    z-index: 2;
    position: relative;
}

.gs-card-header .brand-title {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    color: #e5e5e5;
    position: absolute;
    bottom: 0;
}

.brand-small span {
    z-index: 3;
    margin-left: -10px;
    margin-bottom: -4px;
    font-size: 1.2rem;
    font-weight: 400;
    display: inline-block;
    position: relative;
    vertical-align: bottom;
}

.info-block {
    border-top: 2px solid rgb(211, 213, 216);
    border-bottom: 2px solid rgb(211, 213, 216);
}

/* WAVE EFFECTS */
.waves-effect {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
    position: absolute;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    background: radial-gradient(rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    opacity: 0;
    transition-property: transform, opacity;
    transition: all 0.5s ease-out;
    transform: scale(0) translate(0, 0);
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
    background: radial-gradient(rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, 0.2);
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, 0.4);
}

.waves-notransition {
    transition: none !important;
}

.waves-button,
.waves-circle {
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button:hover,
.waves-button:visited,
.waves-button-input {
    z-index: 1;
    font-size: 1em;
    line-height: 1em;
    color: inherit;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em;
}

.waves-button-input {
    padding: .85em 1.1em;
    margin: 0;
}

.waves-input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: .2em;
}

.waves-input-wrapper.waves-button {
    padding: 0;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
}

.waves-float {
    -webkit-mask-image: none;
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, 0.12);
    transition: all 300ms;
}

.waves-float:active {
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.3);
}

.waves-block {
    display: block;
}

a.waves-effect,
a.waves-light {
    display: inline-block;
}

/*******************************
      BUILDER
*******************************/
.sidebar-body {
    height: 100%;
    padding: 0.5rem;
}
.sidebar-body-inner {
    height: 100%;
    border: 1px solid #272727; /* Your requested border color and thickness */
    border-radius: var(--bs-border-radius-lg); /* Use Bootstrap's large border-radius variable */
    padding: 0.5rem; 
}


/* .builder-content {
    position: relative;
    width: 100%;
    margin: 0 auto;

}

.builder-main {
    position: relative;
    padding-left: 0px;
}

.builder-side {
    position: relative;
    padding-right: 0px;
}

@media screen and (max-width: 767px) {
    .builder-main {
        padding-right: 0px;
    }

    .builder-side {
        padding-left: 0px;
    }
}

.builder-footer {
    position: absolute;
    bottom: 0px;
} */

/* .side-content {
    min-height: 600px;
}

.product-image {
    min-height: 600px;
} */

/* .sidebar-footer {
    position: absolute;
    bottom: 0px;
} */

/*******************************
    Product info -> Options 
 ******************************/

.product-info .options {
    padding-bottom: 0px;
    padding-top: 30px;
    background-position: top left;
}

.product-info .options h2 {
    margin: 0px;
    font-size: 20px;
    padding: 0px;
}

.product-info .options .form-group {
    padding: 15px 0px 0px 0px;
    margin: 0px;
    line-height: 23px;
}

.product-info .options .error {
    margin: 0px;
}

.product-info .options2>div>label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
}

/*******************************
    From Controls 
*******************************/
.product-options .option-value {
    white-space: nowrap;
}

/*******************************
     Product Info ->Radio button, checkbox button
*******************************/

/* Reviews */

.product-info .review {
    padding: 0px 0px 17px 0px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 24px;
    margin-top: -7px;
    position: relative;
}

.product-info .review>div {
    padding: 7px 0px 7px 0px;
}

.product-info .review a {
    cursor: pointer;
}

.product-info .review a:first-of-type {
    margin-left: 10px;
}

.product-info .price-new {
    font-size: 32px;
    color: rgba(70, 116, 176, 1);
    font-weight: 700;
}

.product-info .price-old {
    font-size: 32px;
    color: rgba(70, 116, 176, .6);
    font-weight: 700;
}

.product-info .price-tax {
    font-size: 16px;
    color: rgba(70, 116, 176, .6);
    font-weight: 300;
}

/**
 * DROPZONE
 */

/* svg */

svg {
    fill: currentColor;
    vertical-align: middle;
    pointer-events: none;
}

.drop-container {
    width: 100%;
    /* max-width: 680px; */
    /* 800 */
    text-align: center;
    margin: 0 auto;
}

.drop-container h1 {
    font-size: 42px;
    font-weight: 300;
    color: #0f3c4b;
    margin-bottom: 40px;
}

.drop-container h1 a:hover,
.drop-container h1 a:focus {
    color: #39bfd3;
}

.drop-container nav {
    margin-bottom: 40px;
}

.drop-container nav a {
    border-bottom: 2px solid #c8dadf;
    display: inline-block;
    padding: 4px 8px;
    margin: 0 5px;
}

.drop-container nav a.is-selected {
    font-weight: 700;
    color: #39bfd3;
    border-bottom-color: currentColor;
}

.drop-container nav a:not(.is-selected):hover,
.drop-container nav a:not(.is-selected):focus {
    border-bottom-color: #0f3c4b;
}

.drop-container footer {
    color: #92b0b3;
    margin-top: 40px;
}

.drop-container footer p+p {
    margin-top: 1em;
}

.drop-container footer a:hover,
.drop-container footer a:focus {
    color: #39bfd3;
}

/******************************
        INFO CARDS
******************************/

.info-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 1em;
    border: 2px solid rgba(207, 207, 207, 0.3);
    align-items: center;
}

.info-icon-box {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    border: 2px solid #333;
    color: #333;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.img-box {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-size: contain;
}

.info-card>hr {
    margin-right: 0;
    margin-left: 0;
}

.info-card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.info-card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.info-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.info-card-title {
    margin-bottom: 0.75rem;
    font-size: calc(14px + 0.25vw);
    font-weight: 500;
    color: #888;
}

.info-card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.info-card-description {
    color: #888;
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.info-card-text:last-child {
    margin-bottom: 0;
}

.info-card-link:hover {
    text-decoration: none;
}

.info-card-link+.info-card-link {
    margin-left: 1.25rem;
}

.info-card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.info-card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.info-card-header+.list-group .list-group-item:first-child {
    border-top: 0;
}

.info-card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.info-card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.info-card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.info-card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.info-card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.info-card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}

.info-card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.info-card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.info-card-deck {
    display: flex;
    flex-direction: column;
}

.info-card-deck .info-card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .info-card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .info-card-deck .info-card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.info-card-group {
    display: flex;
    flex-direction: column;
}

.info-card-group>.info-card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .info-card-group {
        flex-flow: row wrap;
    }

    .info-card-group>.info-card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .info-card-group>.info-card+.info-card {
        margin-left: 0;
        border-left: 0;
    }

    .info-card-group>.info-card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .info-card-group>.info-card:first-child .info-card-img-top,
    .info-card-group>.info-card:first-child .info-card-header {
        border-top-right-radius: 0;
    }

    .info-card-group>.info-card:first-child .info-card-img-bottom,
    .info-card-group>.info-card:first-child .info-card-footer {
        border-bottom-right-radius: 0;
    }

    .info-card-group>.info-card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .info-card-group>.info-card:last-child .info-card-img-top,
    .info-card-group>.info-card:last-child .info-card-header {
        border-top-left-radius: 0;
    }

    .info-card-group>.info-card:last-child .info-card-img-bottom,
    .info-card-group>.info-card:last-child .info-card-footer {
        border-bottom-left-radius: 0;
    }

    .info-card-group>.info-card:only-child {
        border-radius: 0.25rem;
    }

    .info-card-group>.info-card:only-child .info-card-img-top,
    .info-card-group>.info-card:only-child .info-card-header {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }

    .info-card-group>.info-card:only-child .info-card-img-bottom,
    .info-card-group>.info-card:only-child .info-card-footer {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }

    .info-card-group>.info-card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }

    .info-card-group>.info-card:not(:first-child):not(:last-child):not(:only-child) .info-card-img-top,
    .info-card-group>.info-card:not(:first-child):not(:last-child):not(:only-child) .info-card-img-bottom,
    .info-card-group>.info-card:not(:first-child):not(:last-child):not(:only-child) .info-card-header,
    .info-card-group>.info-card:not(:first-child):not(:last-child):not(:only-child) .info-card-footer {
        border-radius: 0;
    }
}

.info-card-columns .info-card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .info-card-columns {
        column-count: 3;
        column-gap: 1.25rem;
    }

    .info-card-columns .info-card {
        display: inline-block;
        width: 100%;
    }
}

/*###############################
GS Street Features
###############################*/

.gs-features-block {
    max-width: 600px;
    margin: 0;
}

.gs_blurb_content {
    word-wrap: break-word;
}

.gs_blend_mode_passthrough {
    mix-blend-mode: unset !important
}

.gs_with_border .gs_main_blurb_image {
    border-width: 0;
    border-style: solid;
    border-color: #333
}

.gs_blurb_content {
    position: relative;
    max-width: 360px;
    margin: 0 auto;
    text-align: center
}

.gs_blurb.gs_text_align_left .gs_blurb_content .gs_blurb_container {
    text-align: left
}

.gs_blurb.gs_text_align_right .gs_blurb_content .gs_blurb_container {
    text-align: right
}

.gs_blurb.gs_text_align_justified .gs_blurb_content .gs_blurb_container {
    text-align: justify
}

.gs_blurb_content p:last-of-type {
    padding-bottom: 0
}

.gs_main_blurb_image {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 0
}

.gs_blurb .gs_module_header a,
.gs_blurb h4 a {
    text-decoration: none
}

.gs_blurb .gs_image_wrap {
    display: block;
    margin: auto
}

.gs_blurb_position_left .gs_main_blurb_image,
.gs_blurb_position_right .gs_main_blurb_image {
    display: table-cell;
    width: 32px;
    line-height: 0
}

.gs_blurb_position_left .gs_main_blurb_image img,
.gs_blurb_position_right .gs_main_blurb_image img {
    width: inherit
}

.gs_blurb_position_left .gs-pb-icon,
.gs_blurb_position_right .gs-pb-icon {
    display: table-cell;
    font-size: 32px
}

.gs_blurb_position_left .gs-pb-icon-circle,
.gs_blurb_position_right .gs-pb-icon-circle {
    padding: 8px;
    font-size: 16px
}

.gs_blurb_position_left .gs-pb-icon-circle-border,
.gs_blurb_position_right .gs-pb-icon-circle-border {
    border: 2px solid
}

.gs_blurb_position_left .gs_blurb_container,
.gs_blurb_position_right .gs_blurb_container {
    display: table-cell;
    vertical-align: top
}

.gs_blurb_position_left .gs_blurb_container {
    padding-left: 15px
}

.gs_blurb_position_left .gs_blurb_content {
    text-align: left
}

.gs_blurb_position_right .gs_blurb_container {
    padding-right: 15px
}

.gs_blurb_position_right .gs_blurb_content {
    padding-right: 52px;
    text-align: right
}

.gs_blurb_position_right .gs_main_blurb_image {
    right: 0;
    left: auto
}

.gs_blurb_position_right .gs-pb-icon {
    margin-right: 0;
    margin-left: 20px
}

/* FEATURES GRID */
.streetBlurb {
    padding: 30px;
    max-height: 300px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.streetBlurb h4 {
    line-height: 1.3em;
}

.streetBlurb:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 9999;
}

@media screen and (max-width : 980px) {
    .streetBlurb {
        padding: 30px 0;
        border: none !important;
        min-height: 0;
    }

    .streetBlurb:hover {
        box-shadow: none;
    }

    #features .gs_column {
        margin-bottom: 0 !important;
    }
}

/*FEATURES GRID BLUE*/
.streetBlurbBlue:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, .2);
    border-color: #1472e1;
    background-color: #1472e1;
}

.gs_blurb.streetBlurbBlue:hover .gs_blurb_container h4,
.streetBlurbBlue:hover .gs_blurb_container,
.streetBlurbBlue:hover .gs_blurb_container p,
.streetBlurbBlue:hover .gs_blurb_container a,
.streetBlurbBlue:hover .et-pb-icon {
    color: #fff !important;
}

.streetBlurbBlue:hover .gs_blurb_container a {
    text-decoration: underline;
}

/* BLURB LINKS */
.streetBlurbLink {
    min-height: 400px;
    padding: 50px;
    overflow: hidden;
}

.streetBlurbLink .gs_blurb_content {
    max-width: none;
}

.streetBlurbLink .gs_module_header {
    position: relative;
    top: -50px;
    opacity: 0;
    transition: all 0.4s;
}

.streetBlurbLink:hover .gs_module_header {
    top: 0;
    opacity: 1;
}

.streetBlurbLink .gs_blurb_description {
    position: relative;
    left: -50px;
    opacity: 0;
    transition: all 0.4s;
}

.streetBlurbLink:hover .gs_blurb_description {
    left: 0;
    opacity: 1;
    transition-delay: 0.2s;
}

.gs-blurb-btn {
    padding: 8px;
    outline: 1px solid #1472e1;
}

.streetBlurbLink:after {
    content: 'Learn More →';
    font-weight: 700;
    letter-spacing: 7px;
    text-transform: uppercase;
    position: absolute;
    opacity: 0;
    bottom: 0;
    transition: all 0.4s;
}

.streetBlurbLink:hover:after {
    opacity: 1;
    bottom: 45px;
    transition-delay: 0.4s;
}

.streetBlurbLinkColumns {
    overflow: hidden;
}

@media screen and (max-width : 767px) {
    .streetBlurbLink {
        min-height: 350px;
        padding: 35px;
    }

    .streetBlurbLink .gs_module_header {
        top: -35px;
    }

    .streetBlurbLink .gs_blurb_description {
        left: -35px;
    }

    .streetBlurbLink:hover:after {
        bottom: 30px;
    }
}

/* -------------------------------- 

xsigin/signup popup 

-------------------------------- */
.modal-content .switcher::after {
    clear: both;
    content: "";
    display: table;
}

.modal-content .switcher li {
    font-size: .875rem;
    width: 50%;
    float: left;
    text-align: center;
    list-style: none;
    font-weight: 600;
}

.modal-content .switcher li:first-child a {
    border-radius: .4em 0 0 0;
}

.modal-content .switcher li:last-child a {
    border-radius: 0 .4em 0 0;
}

.modal-content .switcher .nav-link {
    padding-top: 20px;
    display: block;
    width: 100%;
    height: 60px;
    background: #000;
    color: #fff;
}

.modal-content .switcher .nav-link.active,
.modal-content .switcher .nav-item.show .nav-link {
    background: #000;
    color: #ffd100;
}


.gs-form-message {
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: center;
}

.gs-form-bottom-message {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
}

.gs-form-bottom-message a {
    color: #FFF;
    text-decoration: underline;
}

.gs-form-bottom-message a:hover {
    color: #FFF;
    text-decoration: underline;
}

.modal-content .gs-close-form {
    /* form X button on top right */
    display: block;
    position: absolute;
    right: -20px;
    top: -20px;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #ddd;
    cursor: pointer;
}

.modal-content .gs-close-form:hover {
    color: #ffd100;
}

/* @media only screen and (min-width: 1170px) {
    .modal-content .gs-close-form {
        display: none;
    }
} */

#gs-login,
#gs-signup,
#gs-reset-password {
    display: none;
}

#gs-login.is-selected,
#gs-signup.is-selected,
#gs-reset-password.is-selected {
    display: block;
}

.gs-btn--loading,
a.gs-btn--loading,
a:not([href]):not([tabindex]).ve-btn--loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

.gs-btn--loading::after,
a.gs-btn--loading::after,
a:not([href]):not([tabindex]).gs-btn--loading::after {
    -webkit-animation: spinner-border .5s infinite linear;
    animation: spinner-border .5s infinite linear;
    border: 2px solid #212529;
    border-radius: 290486px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 1em;
    position: relative;
    width: 1em;
    position: absolute;
    left: calc(50% - (1em / 2));
    top: calc(50% - (1em / 2));
    position: absolute !important;
}

/***********************
        HOME
***********************/

.fade-carousel {
    position: relative;
}

.fade-carousel .carousel-inner .carousel-item {
    height: calc(50vh - 165px);
    min-height: 30vh;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 30%;
    left: calc(5% - 40px);
    z-index: 3;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 0 rgba(0, 0, 0, .75); */
    /* -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); */
}

.hero h1 {
    font-family: "Oswald", sans-serif;
    font-size: 2.4em;
    font-weight: 800;
    margin: 0;
    padding: 0;
}

.hero h3 {
    font-size: 1.2em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .carousel-item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .carousel-item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s;
    -ms-transition: 2s all ease-in-out .1s;
    -o-transition: 2s all ease-in-out .1s;
    transition: 2s all ease-in-out .1s;
}

/********************************/
/*          Custom Buttons      */
/********************************/

.btn.btn-list {
    font-size: 16px;
    text-transform: lowercase;
    color: #000;
    background-color: rgb(255, 255, 255);
    box-shadow:  none !important;
    
}
.btn.btn-list:hover,
.btn.btn-list:focus {
    background-color: rgb(170, 170, 170);
}


.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    font-size: 16px;
    text-transform: capitalize;
    color: #000;
    background-color: #fff;
    border-color: #000;
    outline: none;
    margin: 10px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
    height: calc(50vh - 165px);
    min-height: 30vh;
    background-position: center center;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
}

.fade-carousel .slides .slide-1 {
    background-image: url('/image/catalog/gallerystreet/banner/large-format-print-banner-hero.jpg');
}

.fade-carousel .slides .slide-2 {
    background-image: url('/image/catalog/gallerystreet/banner/giclee-print-banner-hero.jpg');
}

.fade-carousel .slides .slide-3 {
    background-image: url('/image/catalog/gallerystreet/banner/large-format-print-banner-hero.jpg');
}

.carousel-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .5;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.panel-small {
    max-height: 300px;
}

.fluid-img-container {
    margin: auto;
    width: 100%;
}

.home-base-img {
    height: 0;
    min-height: 7em;
    padding-top: calc(15% - 10px);
    background-position: center right;
    -o-background-size:cover;
    -moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat;
}

.gs-card-text {
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.gs-card-img {
    max-width: 100%;
    height: auto;
    max-height: 300px;
    background-size: auto auto;
}

.gs-icons-home {
    text-align: center;
    padding: 0;
}

/* .gs-icons {
    margin-top: 14px;
}

.gs-icons a:hover {
    color: #FFD100;
} */

.gs-icon-content p {
    color: #b1aaa0;
    font-weight: 400;
    font-size: 16px;
    white-space: nowrap;
}
.gs-icon-content > img {
    height: 36px;
}

.no-resize,
.resize {
    width: 100px;
    height: 50px;
    border: 1px solid #000;
    color: #000;
    float: left;
    margin-left: 10px;
    font-size: 15px
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 992px) {
    .hero {
        width: 980px;
    }
    .hero {
        left: calc(3% + 0px);
    }
}

@media screen and (max-width: 680px) {
    .hero h1 {
        font-size: 2em;
    }
    .hero {
        left: calc(3% + 0px);
    }
}

@media screen and (max-width: 992px) {
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
        min-height: 45vh;
    }

    .fade-carousel .carousel-inner .carousel-item {
        min-height: 45vh;
    }
}

@media screen and (max-width: 768px) {
    .gs-icons-home ul li {
        margin: 0 1.6em 0 1.6em;
    }

    .gs-icon--container {
        padding: 1.2em;
    }
}

@media screen and (max-width: 576px) {
    .gs-icons-home ul li {
        margin: 0 1em 0 1em;
    }

    .gs-icon--container {
        padding: 1em;
    }
}
@media screen and (max-width: 420px) {
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
        min-height: 65vh;
    }
    .fade-carousel .carousel-inner .carousel-item {
        min-height: 65vh;
    }

    .gs-icon--content p {
        font-size: 10px;
    }

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
        min-height: 45vh;
    }

    .fade-carousel .carousel-inner .carousel-item {
        min-height: 45vh;
    }

}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .fade-carousel .slides .slide-1,
    .fade-carousel .slides .slide-2,
    .fade-carousel .slides .slide-3 {
        min-height: 45vh;
    }

    .fade-carousel .carousel-inner .carousel-item {
        min-height: 45vh;
    }
    
}


.ms-grid-content {
    position: relative;
    /* max-width: 400px; */
    margin: auto;
    overflow: hidden;
}

.ms-grid-content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.ms-grid-content:hover .content-overlay {
    opacity: 1;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.ms-grid-content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1;
}

.content-details h5 {
    color: #ffd100;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
}

.content-details p {
    color: #fff;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/* CATEGORY  */

.col-grid {
  padding: 0 .575rem !important;
  margin-bottom: .75rem !important;
}

.filter-buttons {
  display: flex;
  margin-bottom: 20px;
}

.list-view-button,
.grid-view-button {
  color: white;
  border: 1px solid white;
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}

.list-view-button:hover,
.grid-view-button:hover {
  background: white;
  color: #0e2439;
}

.list-view-button {
  margin-right: 5px;
  margin-left: 5px;
}

.list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.category li {
  border-radius: 3px;
  transition: 0.3s;
}


.list.list-view-filter {
  flex-direction: column;
}

.list.list-view-filter li {
  padding: 10px;
}

.list.grid-view-filter {
  flex-flow: row wrap;
}

.list.grid-view-filter li {
  width: calc(25% - 15px);
  text-align: center;
}

@media (max-width: 575.98px) {
  .list.grid-view-filter li {
    width: 100%;
    text-align: center;
  }
} 

@media (min-width: 576px) and (max-width: 767.98px) { 
  .list.grid-view-filter li {
    width: calc(50% - 20px);
    text-align: center;
   }
}


@media (min-width: 768px) and (max-width: 991.98px) {  
  .list.grid-view-filter li {
    width: calc(50% - 15px);
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .list.grid-view-filter li {
    width: calc(33.33% - 15px);
    text-align: center;
  }
}
/* SCROLLBAR */

[data-scroll="amber"]::-webkit-scrollbar-track{
   
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

[data-scroll="amber"]::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

[data-scroll="amber"]::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #ffd100;
}

[data-scroll="gray"]::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

[data-scroll="gray"]::-webkit-scrollbar{
	width: 12px;
	background-color: #F5F5F5;
}

[data-scroll="gray"]::-webkit-scrollbar-thumb{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e9ecef;
}

/* ACCOUNT */

.card-hover {
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-hover:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.account-password-requirements-subcomponent .mscan-password-requirements-title {
    display: block;
    margin-bottom: 5px;
}

.account-password-requirements-subcomponent ul {
    display: flex;
    flex-wrap: wrap;
}
.account-password-requirements-subcomponent ul li {
    color: #bdbdbd;
    align-items: center;

}

.account-password-requirement-checkmark {
    display: flex !important;
    align-items: center;
}

.account-password-requirements-subcomponent ul {
    padding-bottom: .5rem;
    list-style: none;
}

.pw-valid {
    color:#000 !important;
}

.address-card {min-height: 190px;}

/* ASSET */

/* Underline From Center */
.gs__hover-underline {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.gs__hover-underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    margin-bottom: 7px;
    background: rgb(0, 0, 0);
    height: 4px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.fill-effect:hover,
.fill-effect:focus {
    box-shadow: inset 0 0 0 2em var(--hover);
}

.pulse-effect:hover,
.pulse-effect:focus {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
    box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 var(--hover);
    }
}

.close-effect:hover,
.close-effect:focus {
    box-shadow: inset -3.5em 0 0 0 var(--hover), inset 3.5em 0 0 0 var(--hover);
}

.raise:hover,
.raise:focus {
    box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
    /* -webkit-transform: translateY(-0.05em);
    transform: translateY(-0.05em); */
}

.up:hover,
.up:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.down:hover,
.down:focus {
    box-shadow: inset 0 -3.25em 0 0 var(--hover);
}

.slide-effect:hover,
.slide-effect:focus {
    box-shadow: inset 6.5em 0 0 0 var(--hover);
}

.offset-effect {
    box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}

.offset-effect:hover,
.offset-effect:focus {
    box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
}

.fill-effect {
    --color: #a972cb;
    --hover: #cb72aa;
}

.pulse-effect {
    --color: #ef6eae;
    --hover: #ef8f6e;
}

.close-effect {
    --color: #ff7f82;
    --hover: #ffdc7f;
}

.raise {
    --color: #3498db;
    --hover: #3498db;
}

.up {
    --color: #e4cb58;
    --hover: #3498db;
}

.colors__ {
    --hover: #94e458;
}

.down {
    --color: #e4cb58;
    --hover: #3498db;
}

.slide-effect {
    --color: #8fc866;
    --hover: #66c887;
}

.offset-effect {
    --color: #19bc8b;
    --hover: #1973bc;
}

.btn.btn-effect {
    color: var(--color);
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

.btn.btn-effect:hover,
.btn.btn-effect:focus {
    border-color: var(--hover);
    color: #00bcd4;
    background-color: #fafafa;
}

.btn.btn-effect {
    background: none;
    border: 2px solid;
}

.gs__hover-underline:hover:before,
.gs__hover-underline:focus:before,
.gs__hover-underline:active:before {
    left: 0;
    right: 0;
}

[data-grid="col-1"] {
    width: 100%!important;
}
[data-grid="col-2"] {
    width: 50%!important;
}
[data-grid="col-3"] {
    width: 33.33%!important;
}

.svg-padding {
	padding-right: .5rem;
}
.collapse-height {
	line-height: 1.875em;
}
.close-icon {
	font-size: 1.5em;
}

.btn-icon {
	font-size: 1.5em;
}
.modal-title-condensed {
	font-family: "Oswald",sans-serif !important;
    font-size: calc(16px + 0.5vw);
    font-weight: 900  !important;
    font-stretch: ultra-condensed !important;
    text-transform: uppercase;
}
.ff-oswald {
    font-family: "Oswald",sans-serif !important;
}
.ff-roboto-condensed {
    font-family: 'Roboto Condensed', sans-serif;
}
.font-condensed {
    font-stretch: ultra-condensed !important;
}
.fw-ultra {
    font-weight: 900  !important;
}

.fw-medium {
    font-weight: 500  !important;
}
.footer-link a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}
.footer-link a:hover {
    color: #ffd100 !important;
}

.no_highlights{
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fluid-type {
  font-size: 16px;
}

.fluid-title {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  .fluid-type {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
  .fluid-title {
    font-size: calc(16px + 6 * ((100vw - 320px) / 680));
  }
}
@media screen and (min-width: 1000px) {
  .fluid-type {
    font-size: 22px;
  }
  .fluid-title {
    font-size: 22px;
  }
}
.fluid-type-body {
  font-size: calc(14px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
}

.radiant-grid-svg {
    height: 100%;
    background-image:url("./../svg/Radiant-Gradient-Blue-Grey.svg");
    background-size: cover; 
    transform: rotate(180deg);
    transform: translate(100 60); 
}

.feather {
  width: 18px;
  height: 18px;
  font-size: 18px;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}
.feather.feather-x2 {
    width: calc(18px * 2)!important;
    height: calc(18px * 2)!important;
}

.feather-icon-white svg:first-of-type {
  stroke: var(--bs-white);
}
.feather-icon-gray svg:first-of-type {
  stroke: var(--bs-gray-dark);
}
.feather-icon-dark svg:first-of-type {
  stroke: var(--bs-dark);
}
.svg-check {
    height: 1.5em;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'><path fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.svg-error {
    height: 1.5em;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.svg-error.amber {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ffd100'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23ffd100' stroke='none'/></svg>") !important; 
}
/* NAV PILLS AND TABS */

.nav-pills.nav-pills-gold .nav-link.active,
.nav-pills.nav-pills-gold .nav-link.active:focus,
.nav-pills.nav-pills-gold .nav-link.active:hover {
    color: #ffd100 !important;
    /* border: 2px solid #000; */
    background-color: #000;
    box-shadow: 0 .25rem .5rem rgb(0 0 0 / 15%);
}
/* .nav-pills.nav-pills-gold .nav-link {border: 2px solid rgba(0, 0, 0, 0);} */
.nav-pills.nav-pills-gold > a {color: #000 !important; font-weight: 500!important; text-decoration: none!important;text-transform: uppercase;}

/* FOOTER */

.page-footer ul {
    list-style: none;
}
.page-footer h5,h6 { color:#bbbcbf!important; }
.page-footer ul li a { color:#676a6f!important; text-decoration: none!important; font-weight: 500; }
.page-footer ul li a:hover { color:#ffd100!important; }

/* DARK MODE*/
.gs-check.form-check-input {
    border-color: #eb9901!important;
}
.gs-check.form-check-input:checked {
    background-color:  var(--bs-yellow)!important;
    border-color: #eb9901!important;
}

.bg-light-2 { background-color: #f1f1f3 !important;}
.bg-dark-2 {background-color: #121314 !important;}
.img-cover {object-fit: cover;}
.img-card {height: 200px; width: 100%;}
.img-overlay {position:absolute;top:0;bottom:0;left:0;right:0;background-color: rgba(0,0,0,0.2);z-index:2;width:100%;height:100%;}

.gs-toast {
    border: 0px !important;
    /* border-left: 8px solid #ffd100 !important; */
    background-color: #000;
}
.gs-product-price {
    display: block;
}
.gs-product-price .price {
    color: #666;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    position: relative;
    /* overflow: hidden; */
}
.gs-product-price .price .strikes:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-color: inherit;
        
    -webkit-transform:rotate(-5deg);
    -moz-transform:rotate(-5deg);
    -ms-transform:rotate(-5deg);
    -o-transform:rotate(-5deg);
    transform:rotate(-5deg);    
}
.ff-adihaus {
    font-family: 'AdiHausDin' !important;
}

.ff-lato {
    font-family: 'Lato', sans-serif !important;
}

.border-grey.darken-20 {
    border-color: #232323 !important;
}
