#navigation-drawer {
    position: fixed;
    overflow-y: scroll;
    z-index: 9999999999;
    transition: transform 0.3s ease 0s;
    box-shadow: none;
    color: black;
    background-color: white;
    height: 100%;
    width: 475px;
    top: 0px;
    right: 0px;
    transform: translateX(100vw);
    max-width: 100vw;
}

.disableScroll #navigation-drawer {
    transform: translate(0px);
}

.disableScroll #navigation-scrim {
    position: fixed;
    transition: opacity 0.3s ease 0s;
    z-index: 999999999;
    background-color: rgb(0, 8, 28);
    opacity: 0.6;
    inset: 0px;
}

.openFilter,
.custom-select {
    font-size: 13px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    display: inline-flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    max-width: 30rem;
    box-sizing: border-box;
    font-weight: normal;
    font-family: inherit;
    color: rgb(0, 8, 28);
    fill: currentcolor;
    border: 1px solid rgb(0, 8, 28);
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    line-height: 16px;
    cursor: pointer;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0s;
    transition-property: color, background-color, border-color;
    padding: 8px 20px;
    background-color: transparent;
    margin: 0px;
    min-height: 38px;
    width: 100%;
    height: 100%;
}

.openFilter h5,
.custom-select h5 {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
    width: 100%;
    margin: 0;
}

.openFilter svg,
.custom-select svg {
    display: inline-block;
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    fill: currentColor;
    margin-left: auto;
    flex-shrink: 0;
    width: 14px;
}

.custom-select select {
    position: absolute;
    opacity: 0;
    font-size: 14px;
    border-color: currentcolor currentcolor black;
    border-style: none none solid;
    border-width: medium medium 1px;
    border-image: none 100% / 1 / 0 stretch;
    padding: 0px;
    margin: 0px;
    background-color: inherit;
    border-radius: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.search-result-options {
    margin: 20px 0;
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-box-pack: start;
    justify-content: flex-start;
}

.search-result-options>div:first-child {
    margin-right: 15px;
}

.page-load-status {
    display: none;
    padding-top: 20px;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #777
}

.loader-ellips {
    font-size: 20px;
    position: relative;
    width: 4em;
    height: 1em;
    margin: 10px auto
}

.loader-ellips__dot {
    display: block;
    width: 1em;
    height: 1em;
    border-radius: .5em;
    background: #555;
    position: absolute;
    animation-duration: .5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite
}

.loader-ellips__dot:nth-child(1),
.loader-ellips__dot:nth-child(2) {
    left: 0
}

.loader-ellips__dot:nth-child(3) {
    left: 1.5em
}

.loader-ellips__dot:nth-child(4) {
    left: 3em
}

@keyframes reveal {
    from {
        transform: scale(.001)
    }
    to {
        transform: scale(1)
    }
}

@keyframes slide {
    to {
        transform: translateX(1.5em)
    }
}

.loader-ellips__dot:nth-child(1) {
    animation-name: reveal
}

.loader-ellips__dot:nth-child(2),
.loader-ellips__dot:nth-child(3) {
    animation-name: slide
}

.loader-ellips__dot:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse
}


/* .breadcrumb .slide-content.col-auto {
    left: 50%;
} */

.breadcrumb .slide-content.col-auto .description {
    color: #fff;
    font-size: 17px;
    line-height: 20.8px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
}

.ProductFilter .list-group a {
    -moz-box-pack: justify;
    justify-content: space-between;
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
    width: 100%;
    text-align: left;
    display: flex;
    color: rgb(0, 8, 28);
    background-color: transparent;
    margin: 0px 12px;
    padding: 20px 8px;
    position: relative;
    margin-left: 0px;
    padding-left: 12px;
    border-top: 1px solid #dfdfdf;
    border-radius: unset;
}

.ProductFilter .list-group h5 {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
    margin-right: 12px;
    white-space: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    -moz-box-flex: 1;
    flex-grow: 1;
}

.ProductFilter .list-group svg {
    min-width: 16px;
    display: block;
    width: 12px;
    transition: transform 250ms ease 0s;
    transform: rotate(0deg);
    fill: currentcolor;
}

.ProductFilter .list-group svg {
    min-width: 16px;
    display: block;
    width: 12px;
    transition: transform 250ms ease 0s;
    transform: rotate(0deg);
    fill: currentcolor;
}

.ProductFilter .list-group .active svg {
    transform: rotate(180deg);
    transition: transform 250ms ease 0s;
}

.fancybox-slider .slick-track a {
    cursor: zoom-in;
}

.pluggage-product ul.swatches.color li.selectable,
.pluggage-product ul.swatches.color li.selectable:last-child,
.pluggage-product ul.swatches.color li.unselectable {
    padding: 2px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    position: relative;
}

.pluggage-product ul.swatches.color li.selectable,
.pluggage-product ul.swatches.color li.selectable:last-child,
.pluggage-product ul.swatches.color li.unselectable {
    margin: 0 5px 0 0;
}

ul.swatches.color li a {
    width: 26px;
    height: 26px;
    padding: 0;
    min-height: unset;
    min-width: unset;
    display: block;
    border-radius: 50%;
    margin: 0;
    border: none !important;
    font-size: 15px;
}

ul.swatches.color li a label {
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}

.radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.product-variations .swatches li,
.product-options .swatches li {
    float: left;
}

.pluggage-product .product-variations ul {
    list-style: none;
    margin: 0;
    margin-top: 0px;
    padding: 0;
}

.ProductFilter label {
    margin-bottom: .5rem;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
    cursor: pointer;
    color: rgb(0, 8, 28);
    display: flex;
    gap: 10px;
}

.ProductFilter input[type="checkbox"] {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    position: relative;
    width: 25px;
    height: 25px;
    background-color: rgb(255, 255, 255);
}

.boxInfo {
    display: flex;
}

.quantity-title {
    margin-right: 20px;
    line-height: 40px;
}

.quantity-adder .quantity-number input {
    width: 65px;
    height: 41px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    color: #474747;
    padding-left: 20px;
}

.quantity-adder .add-action {
    width: 38px;
    height: 20px;
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 7px;
    line-height: 20px;
    text-align: center;
    background-color: #f3f3f3;
    color: #000;
}

.quantity-adder .add-up {
    margin-bottom: 1px;
}

.space-margin-tb-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.boxInfo .product-option-colour {
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
}

.product-page-buy-button button {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: normal;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    font-weight: normal;
    font-family: inherit;
    fill: currentColor;
    border: 1px solid #FBB946;
    border-radius: 2px;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    line-height: 16px;
    cursor: pointer;
    -webkit-transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: all;
    transition-property: color, background-color, border-color;
    min-height: 40px;
    padding: 16px 20px;
    background-color: #FBB946;
    color: #fff;
    width: 100%;
    max-width: initial;
}

.product-page-buy-button svg {
    display: inline-block;
    color: #fff;
    width: 13px;
    height: 13px;
    margin-left: 1.6rem;
    margin-top: 0.2rem;
}

.pluggage-product ul.swatches.color li.selectable.selected,
.pluggage-product ul.swatches.color li.selectable:last-child.selected,
.pluggage-product ul.swatches.color li.unselectable.selected {
    border: 1px solid #000;
}

.boxInfo ul {
    list-style: none;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.list-group .checkbox label,
.list-group .radio label {
    padding-left: 0;
}

.product-option-radio label::before,
.product-option-radio label::after {
    opacity: 0;
}
.product-option-radio label>input[type="radio"]+* {
    border: 1px solid rgba(0,0,0,.1);
}

.price-title {
    display: flex;
    flex-direction: row;
    -moz-box-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    text-transform: uppercase;
}

.price-title .product-name {
    max-width: 100%;
}

.price-title .price-block {
    display: flex;
    flex-wrap: wrap;
    -moz-box-pack: end;
    justify-content: flex-end;
}

.price-title .product-name h1 {
    font-size: 16px;
    line-height: 30.8px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-family: DWFutura, sans-serif;
    font-weight: 700;
    margin: 0;
    margin-right: 2rem;
}

.product-video {
    text-align: center;
    position: relative;
}

.icon_youtube {
    width: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 0px;
    top: 50%;
    height: auto;
    display: block;
}

.product-collateral .tab-content>.active {
    display: block;
    padding: 10px 0;
}

.product-collateral>.product-tabs>li>a::before {
    position: absolute;
    content: " ";
    left: 0px;
    bottom: -0.1rem;
    height: 1px;
    width: 100%;
    transition: transform 250ms ease 0s;
    transform: scale(0, 1);
    background-color: rgb(0, 8, 28);
    visibility: visible;
    color: rgb(0, 8, 28);
    cursor: initial;
    text-align: center;
    text-transform: uppercase;
}

.product-collateral>.product-tabs>li>a.active::after {
    position: absolute;
    content: " ";
    left: 0px;
    bottom: -0.1rem;
    width: 100%;
    border-bottom: 0.3rem solid #FBB946;
    color: #FBB946;
    cursor: initial;
    text-align: center;
    text-transform: uppercase;
}

.product-collateral .product-tabs {
    display: flex;
    align-items: flex-end;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0px 2rem;
}

.product-collateral .product-tabs>li {
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.product-collateral .product-tabs>li>a:hover::before {
    transform: scale(1);
}

.product-collateral .product-tabs>li>a {
    font-size: 13px;
    line-height: 15.6px;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    font-weight: normal;
}

#productTabContent .std {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 0.15px;
    font-weight: normal;
}

.product-qyt-action {
    margin-bottom: 10px;
}

.fancybox-slider .slick-slide img {
    height: 400px;
    object-fit: contain;
    width: 100%;
}

.slider-items-products .new_title h3 {
    font-size: 17px;
    line-height: 20.8px;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 0.8rem;
    padding: 0px 2rem;
    color: rgb(0, 8, 28);
}

.slider-items-products .new_title span {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.15px;
    font-weight: normal;
    padding: 0px 2rem;
    color: rgb(110, 110, 110);
    display: block;
}

.category-products {
    margin-top: 10px;
}

.short-des {
    padding: 10px;
}

#pav-modalbox.modal {
    top: 50px;
    right: 50px;
    left: auto;
}

.modal-open .modal-backdrop {
    position: relative;
}


/* table */

.v-base-content table,
.v-base-content .table,
.v-base-content .table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.v-base-content table,
.v-base-content .table-all {
    border: 1px solid #ccc
}

.v-base-content table tr,
.v-base-content .table-bordered tr,
.v-base-content .table-all tr {
    border-bottom: 1px solid #ddd
}

.v-base-content .table-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.v-base-content .table-all tr:nth-child(odd) {
    background-color: #fff
}

.v-base-content .table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.v-base-content .hoverable tbody tr:hover {
    background-color: #ccc
}

.v-base-content .table-centered tr th,
.v-base-content .table-centered tr td {
    text-align: center
}

.v-base-content table td,
.v-base-content table th,
.v-base-content .table td,
.v-base-content .table th,
.v-base-content .table-all td,
.v-base-content .table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    border: 1px solid #E1E1E1;
}

.v-base-content table td:first-child,
.v-base-content table th:first-child,
.v-base-content .table th:first-child,
.v-base-content .table td:first-child,
.v-base-content .table-all th:first-child,
.v-base-content .table-all td:first-child {
    padding-left: 16px
}

.v-base-content .table-responsive {
    display: block;
    overflow-x: auto
}


/* list item */

.v-base-content ul,
.v-base-content ol {
    padding: 0;
    margin: 0;
}

.v-base-content ol {
    list-style: decimal;
}

.v-base-content ul,
.v-base-content li {
    list-style: inherit;
    list-style-position: inside;
}

.v-base-content ul li,
.v-base-content ol li {
    display: list-item;
    text-align: -webkit-match-parent;
}

@media (min-width: 561px) {
    .openFilter,
    .custom-select {
        max-width: 262px;
    }
}

@media(min-width:767px) {
    .price-title .product-name h1 {
        font-size: 17px;
        line-height: 30.8px;
        letter-spacing: 3.2px;
        text-transform: uppercase;
        font-family: DWFutura, sans-serif;
        font-weight: 700;
    }
    .product-collateral .product-tabs {
        margin-bottom: 2rem;
        padding: 0px;
        -moz-box-pack: start;
        justify-content: flex-start;
    }
}
@media (max-width:575px){
    .search-result-options    {
        display:block;
    }
    .openFilter, .custom-select{
        display:flex;
    }
    .search-result-options>div:first-child{
        margin-bottom:10px;
    }
    } 