@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;0,700;1,300;1,400&display=swap');
/*

=========================================
=========================================
   Boutique | Ecommerce bootstrap template
=========================================
========================================= */

/*
*
* ==========================================
* GENERAL
* ==========================================
*
*/
/* width */
::-webkit-scrollbar {
    width: 3px;
}


/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #80817f;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #80817f;
}

[name=submitsignin],
[name=submitsignup] {
    width: 100% !important;
    border-radius: 4px !important;
    background-color: #ff872b !important;
    font-size: 18px !important;
    font-weight: 400 !important;
}

.bold {
    font-weight: bold;
}

.ag-ip .form-control {
    border-radius: 0 !important;
    border-left: 4px solid #ff872b;
}

.text-small {
    font-size: 0.85rem !important;
}

.text-gray {
    color: #aaa !important;
}

strong {
    font-weight: 700;
}

button:focus,
button:active {
    outline: none;
}

.user_avatar {
    width: 65px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}

/*

*

* ==========================================

* NAVBAR

* ==========================================

*

*/




.navbar {
    position: relative;
}

.navbar .dropdown-menu {
    border-top: 2px solid #dcb14a;
}

.navbar .dropdown-menu::before {
    content: '';
    display: block;
    border-left: 0.5rem solid transparent;
    border-right: 0.5rem solid transparent;
    border-bottom: 0.5rem solid #dcb14a;
    position: absolute;
    top: -0.5rem;
    left: 1rem;
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1100px;
    }

    .navbar-brand {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.navbar .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(0.5rem);
    transform: translateY(0.5rem);
    transition: .2s ease all;
}

@media (min-width: 992px) {

    .navbar .dropdown-menu {
        display: block;
    }
}

@media (max-width: 991.98px) {

    .navbar .dropdown-menu.always-animated {
        display: block;
    }

    .flag-list {
        width: 44px !important;
    }

    .widget-about {
        flex-wrap: wrap;
    }

    .header .flag-list .flagsize {
        width: 100% !important;
    }

    .btn-search {
        right: 1px !important;
        top: -3px !important;
    }

    .header {
        overflow: hidden;
    }
}

.navbar .dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transition: .2s ease all;
}

.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    width: 100%;
    z-index: 999;
}



/*

*

* ==========================================

* HERO

* ==========================================

*

*/

.hero {
    min-height: 30rem;
}



/*

*

* ==========================================

* CATEGORY

* ==========================================

*

*/

.category-item {
    display: block;
    position: relative;
    color: #343a40;
    transition: all 0.3s;
}

.category-item img {
    transition: all 0.3s;
}

.category-item-title {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.07);
    font-size: 0.8rem;
}

.category-item:hover img {
    opacity: 0.7;
}



/*

*

* ==========================================

* PRODUCT

* ==========================================

*

*/

.product img {
    -webkit-filter: grayscale(40%);
    filter: grayscale(40%);
    transition: all 0.3s;
}

.product-overlay {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1rem 0;
    opacity: 0;
    transition: all 0.3s;
}

.product-overlay ul li {
    transition: all 0.3s;
}

.product-overlay ul li:first-of-type {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    opacity: 0;
}

.product-overlay ul li:last-of-type {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 0;
}

.product:hover img {
    opacity: 0.3;
}

.product:hover .product-overlay {
    opacity: 1;
}

.product:hover .product-overlay li {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.product .badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999;
}




.orientation-link[for=square] {
    background-image: url(/public/images/square.png) !important;
}

.orientation-link[for=square]:hover,
.product-field input[type='radio']:checked+.orientation-link[for=square] {
    background-image: url(/public/images/square.png), linear-gradient(to right, #ff9831, #ff9831) !important;
}

.orientation-link[for=landscape] {
    background-image: url(/public/images/horizontal.png) !important;
}

.orientation-link[for=landscape]:hover,
.product-field input[type='radio']:checked+.orientation-link[for=landscape] {
    background-image: url(/public/images/horizontal.png), linear-gradient(to right, #ff9831, #ff9831) !important;
}

.orientation-link[for=portrait] {
    background-image: url(/public/images/vertical.png) !important;
}

.orientation-link[for=portrait]:hover,
.product-field input[type='radio']:checked+.orientation-link[for=portrait] {
    background-image: url(/public/images/vertical.png), linear-gradient(to right, #ff9831, #ff9831) !important;
}

.product-field p [name=orientation]+label.orientation-link:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.product-field p [name=orientation]+label.orientation-link {
    width: calc(33.333% - 13px);
    min-width: auto !important;
    height: auto;
    padding: 0px;
    margin: 0px 5px;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    background-size: 90%, 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.orientation-size-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-orientation .scn_select {
    margin: 0 !important;
    flex: 1;
    border-radius: 4px !important;
}

.product-orientation .scn_select:disabled {
    display: none !important;
}



/*
*
* ==========================================
* PRODUCT MODAL
* ==========================================
*
*/
.flex-1 {
    flex: 1;
}

.product-view {
    min-height: 20rem;
}

.quantity {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
}

.quantity input {
    width: 2rem;
    text-align: center;
}

.quantity button {
    background: none;
    border: none;
    width: 1rem;
    outline: none;
}



/*

*

* ==========================================

* FOOTER

* ==========================================

*

*/

.footer-link {
    font-size: 0.85rem;
    position: relative;
    color: #999;
    transition: all 0.3s;
}

.footer-link:hover,
.footer-link:focus {
    padding-left: 0.6rem;
    color: #fff;
    text-decoration: none;
}

.footer-link:hover::before,
.footer-link:focus::before {
    opacity: 1;
}

.footer-link::before {
    content: '\f0da';
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    transition: all 0.3s;
    opacity: 0;
}



/*

* ===================================================

*    Custom Bootstrapious Utils

* ===================================================

*/

/*

   Text utils

   ------------------------

*/

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.text-sm {
    font-size: 0.875rem;
}

.text-base {
    font-size: 1rem;
}

.text-lg {
    font-size: 1.25rem;
}

.text-xs {
    font-size: 0.65rem !important;
}

.text-shadow {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.text-shadow-primary {
    text-shadow: 2px 2px 2px rgba(220, 177, 74, 0.1);
}

.text-decoration-underline {
    text-decoration: underline;
}

.text-inherit {
    color: inherit;
}



/*

    Rounded corners - lg, sm

   ------------------------

*/

.rounded-lg {
    border-radius: 0;
}

.rounded-sm {
    border-radius: 0;
}

.rounded-xl {
    border-radius: 10rem;
}



/*

    Responsive borders - border-[breakpoint]

   ------------------------

*/

.border {
    border: 1px solid #dee2e6 !important;
}

@media (min-width: 576px) {

    .border-sm {
        border: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 768px) {

    .border-md {
        border: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 992px) {

    .border-lg {
        border: 1px solid #dee2e6 !important;
    }
}

@media (min-width: 1200px) {

    /*#menu-backdrop{
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
    }*/

    nav#navigator.backdrop:before {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        z-index: 9999;
        pointer-events: none;
    }

    #navigator.backdrop .f-dropdown {
        z-index: 9999;
    }

    .border-xl {
        border: 1px solid #dee2e6 !important;
    }
}



/*

    Opacity helpers - .opacity-[1-9]

    ------------------------

*/

.opacity-1 {
    opacity: 0.1;
}

.opacity-2 {
    opacity: 0.2;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-10 {
    opacity: 1;
}



/*

    Z-index helpers - .z-index-[10-50]

    ------------------------

*/

.z-index-10 {
    z-index: 10;
}

.z-index-20 {
    z-index: 20;
}

.z-index-30 {
    z-index: 30;
}

.z-index-40 {
    z-index: 40;
}

.z-index-50 {
    z-index: 50;
}



/*

     Letter spacing helpers - .letter-spacing-[0-5]

    ------------------------

*/

.letter-spacing-0 {
    letter-spacing: 0 !important;
}

.letter-spacing-1 {
    letter-spacing: 0.1em;
}

.letter-spacing-2 {
    letter-spacing: 0.2em;
}

.letter-spacing-3 {
    letter-spacing: 0.3em;
}

.letter-spacing-4 {
    letter-spacing: 0.4em;
}

.letter-spacing-5 {
    letter-spacing: 0.5em;
}



/*

     Colours and backgrounds

    ------------------------

*/

.text-hover-primary {
    transition: all 0.2s ease-in-out;
}

.text-hover-primary:focus,
.text-hover-primary:hover {
    color: #dcb14a !important;
}

a.text-hover-primary {
    transition: all 0.2s ease-in-out;
}

a.text-hover-primary:focus,
a.text-hover-primary:hover {
    color: #dcb14a !important;
}

.bg-primary-light {
    background-color: #fbf6e9;
}

.border-primary {
    border-color: #dcb14a !important;
}

.text-hover-secondary {
    transition: all 0.2s ease-in-out;
}

.text-hover-secondary:focus,
.text-hover-secondary:hover {
    color: #6c757d !important;
}

a.text-hover-secondary {
    transition: all 0.2s ease-in-out;
}

a.text-hover-secondary:focus,
a.text-hover-secondary:hover {
    color: #6c757d !important;
}

.bg-secondary-light {
    background-color: #edeeef;
}

.border-secondary {
    border-color: #6c757d !important;
}

.text-hover-success {
    transition: all 0.2s ease-in-out;
}

.text-hover-success:focus,
.text-hover-success:hover {
    color: #28a745 !important;
}

a.text-hover-success {
    transition: all 0.2s ease-in-out;
}

a.text-hover-success:focus,
a.text-hover-success:hover {
    color: #28a745 !important;
}

.bg-success-light {
    background-color: #e5f4e9;
}

.border-success {
    border-color: #28a745 !important;
}

.text-hover-info {
    transition: all 0.2s ease-in-out;
}

.text-hover-info:focus,
.text-hover-info:hover {
    color: #17a2b8 !important;
}

a.text-hover-info {
    transition: all 0.2s ease-in-out;
}

a.text-hover-info:focus,
a.text-hover-info:hover {
    color: #17a2b8 !important;
}

.bg-info-light {
    background-color: #e3f4f6;
}

.border-info {
    border-color: #17a2b8 !important;
}

.text-hover-warning {
    transition: all 0.2s ease-in-out;
}

.text-hover-warning:focus,
.text-hover-warning:hover {
    color: #ffc107 !important;
}

a.text-hover-warning {
    transition: all 0.2s ease-in-out;
}

a.text-hover-warning:focus,
a.text-hover-warning:hover {
    color: #ffc107 !important;
}

.bg-warning-light {
    background-color: #fff8e1;
}

.border-warning {
    border-color: #ffc107 !important;
}

.text-hover-danger {
    transition: all 0.2s ease-in-out;
}

.text-hover-danger:focus,
.text-hover-danger:hover {
    color: #dc3545 !important;
}

a.text-hover-danger {
    transition: all 0.2s ease-in-out;
}

a.text-hover-danger:focus,
a.text-hover-danger:hover {
    color: #dc3545 !important;
}

.bg-danger-light {
    background-color: #fbe7e9;
}

.border-danger {
    border-color: #dc3545 !important;
}

.text-hover-light {
    transition: all 0.2s ease-in-out;
}

.text-hover-light:focus,
.text-hover-light:hover {
    color: #f8f9fa !important;
}

a.text-hover-light {
    transition: all 0.2s ease-in-out;
}

a.text-hover-light:focus,
a.text-hover-light:hover {
    color: #f8f9fa !important;
}

.bg-light-light {
    background-color: #fefefe;
}

.border-light {
    border-color: #f8f9fa !important;
}

.text-hover-dark {
    transition: all 0.2s ease-in-out;
}

.text-hover-dark:focus,
.text-hover-dark:hover {
    color: #111111 !important;
}

a.text-hover-dark {
    transition: all 0.2s ease-in-out;
}

a.text-hover-dark:focus,
a.text-hover-dark:hover {
    color: #111111 !important;
}

.bg-dark-light {
    background-color: #e2e2e2;
}

.border-dark {
    border-color: #111111 !important;
}

.bg-gray-100 {
    background: #f8f9fa !important;
}

.text-gray-100 {
    color: #f8f9fa;
}

.bg-gray-200 {
    background: #e9ecef !important;
}

.text-gray-200 {
    color: #e9ecef;
}

.bg-gray-300 {
    background: #dee2e6 !important;
}

.text-gray-300 {
    color: #dee2e6;
}

.bg-gray-400 {
    background: #ced4da !important;
}

.text-gray-400 {
    color: #ced4da;
}

.bg-gray-500 {
    background: #adb5bd !important;
}

.text-gray-500 {
    color: #adb5bd;
}

.bg-gray-600 {
    background: #6c757d !important;
}

.text-gray-600 {
    color: #6c757d;
}

.bg-gray-700 {
    background: #495057 !important;
}

.text-gray-700 {
    color: #495057;
}

.bg-gray-800 {
    background: #343a40 !important;
}

.text-gray-800 {
    color: #343a40;
}

.bg-gray-900 {
    background: #212529 !important;
}

.text-gray-900 {
    color: #212529;
}

.badge-primary-light {
    color: #dcb14a;
    background-color: #fbf6e9;
}

.badge-secondary-light {
    color: #6c757d;
    background-color: #edeeef;
}

.badge-success-light {
    color: #28a745;
    background-color: #e5f4e9;
}

.badge-info-light {
    color: #17a2b8;
    background-color: #e3f4f6;
}

.badge-warning-light {
    color: #ffc107;
    background-color: #fff8e1;
}

.badge-danger-light {
    color: #dc3545;
    background-color: #fbe7e9;
}

.badge-light-light {
    color: #f8f9fa;
    background-color: #fefefe;
}

.badge-dark-light {
    color: #111111;
    background-color: #e2e2e2;
}



/*

     Transparent overlays

    ------------------------

*/

.overlay-content {
    position: relative;
    z-index: 20;
}

@media (min-width: 576px) {

    .light-overlay-sm,

    .overlay-hover-light-sm {
        position: relative;
    }

    .light-overlay-sm::after,

    .overlay-hover-light-sm::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #fff;
    }
}

@media (min-width: 576px) {

    .overlay-hover-light-sm::after {
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 576px) {

    .light-overlay-sm::after,

    .overlay-hover-light-sm:hover::after {
        opacity: .4;
    }
}

@media (min-width: 576px) {

    .light-overlay-sm-0::after,

    .overlay-hover-light-sm-0:hover::after {
        display: none;
    }
}

.dark-overlay-sm {
    position: relative;
}

@media (min-width: 576px) {

    .dark-overlay-sm::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        opacity: .4;
        background: #000;
    }
}

@media (min-width: 576px) {

    .dark-overlay-sm-0::after {
        display: none;
    }
}

@media (min-width: 768px) {

    .light-overlay-md,

    .overlay-hover-light-md {
        position: relative;
    }

    .light-overlay-md::after,

    .overlay-hover-light-md::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #fff;
    }
}

@media (min-width: 768px) {

    .overlay-hover-light-md::after {
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 768px) {

    .light-overlay-md::after,

    .overlay-hover-light-md:hover::after {
        opacity: .4;
    }
}

@media (min-width: 768px) {

    .light-overlay-md-0::after,

    .overlay-hover-light-md-0:hover::after {
        display: none;
    }
}

.dark-overlay-md {
    position: relative;
}

@media (min-width: 768px) {

    .dark-overlay-md::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        opacity: .4;
        background: #000;
    }
}

@media (min-width: 768px) {

    .dark-overlay-md-0::after {
        display: none;
    }
}

@media (min-width: 992px) {

    .light-overlay-lg,

    .overlay-hover-light-lg {
        position: relative;
    }

    .light-overlay-lg::after,

    .overlay-hover-light-lg::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #fff;
    }
}

@media (min-width: 992px) {

    .overlay-hover-light-lg::after {
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 992px) {

    .light-overlay-lg::after,

    .overlay-hover-light-lg:hover::after {
        opacity: .4;
    }
}

@media (min-width: 992px) {

    .light-overlay-lg-0::after,

    .overlay-hover-light-lg-0:hover::after {
        display: none;
    }
}

.dark-overlay-lg {
    position: relative;
}

@media (min-width: 992px) {

    .dark-overlay-lg::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        opacity: .4;
        background: #000;
    }
}

@media (min-width: 992px) {

    .dark-overlay-lg-0::after {
        display: none;
    }
}

@media (min-width: 1200px) {

    .light-overlay-xl,

    .overlay-hover-light-xl {
        position: relative;
    }

    .light-overlay-xl::after,

    .overlay-hover-light-xl::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        background: #fff;
    }
}

@media (min-width: 1200px) {

    .overlay-hover-light-xl::after {
        transition: opacity 0.15s linear;
        opacity: 0;
    }
}

@media (min-width: 1200px) {

    .light-overlay-xl::after,

    .overlay-hover-light-xl:hover::after {
        opacity: .4;
    }
}

@media (min-width: 1200px) {

    .light-overlay-xl-0::after,

    .overlay-hover-light-xl-0:hover::after {
        display: none;
    }
}

.dark-overlay-xl {
    position: relative;
}

@media (min-width: 1200px) {

    .dark-overlay-xl::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: ' ';
        opacity: .4;
        background: #000;
    }
}

@media (min-width: 1200px) {

    .dark-overlay-xl-0::after {
        display: none;
    }
}

.light-overlay,

.overlay-hover-light {
    position: relative;
}

.light-overlay::after,

.overlay-hover-light::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    background: #fff;
}

.overlay-hover-light::after {
    transition: opacity 0.15s linear;
    opacity: 0;
}

.light-overlay::after,

.overlay-hover-light:hover::after {
    opacity: .4;
}

.light-overlay-0::after,

.overlay-hover-light-0:hover::after {
    display: none;
}

.dark-overlay {
    position: relative;
}

.dark-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    opacity: .4;
    background: #000;
}

.dark-overlay-0::after {
    display: none;
}



/*

     Other

    ------------------------

*/

.overflow-visible {
    overflow: visible !important;
}

.shadow-0 {
    box-shadow: none !important;
}

.bg-cover {
    background-size: cover !important;
}

.bg-center {
    background-position: center center !important;
}

.reset-anchor {
    color: inherit;
    transition: all 0.3s;
}

.reset-anchor:hover,
.reset-anchor:focus {
    text-decoration: none;
}

.index-forward {
    z-index: 99;
    position: relative;
}

.headings-font-family {
    font-family: inherit !important;
}

.no-select {
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



/*

* ===================================================

*    Custom Orion Icons

* ===================================================

*/

.svg-icon {
    width: 32px;
    height: 32px;
    vertical-align: text-bottom;
    stroke: currentColor;
    stroke-width: 3;
    --layer1: currentColor;
    --layer2: currentColor;
    --layer3: currentColor;
}

.svg-icon.svg-icon-light {
    stroke-width: 2;
}

.svg-icon.svg-icon-heavy {
    stroke-width: 4;
}

.svg-icon-big {
    width: 48px;
    height: 48px;
}

.svg-icon-sm {
    width: 24px;
    height: 24px;
}



/*

*

* ==========================================

* OWL THUMBS

* ==========================================

*

*/

.owl-thumb-item {
    cursor: pointer;
    background: #111111;
}

.owl-thumb-item img {
    transition: all 0.3s;
}

.owl-thumb-item.active img {
    opacity: 0.8;
}



/*

*

* ==========================================

* NOUISLIDER

* ==========================================

*

*/

.noUi-target {
    background: #efefef;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.noUi-horizontal {
    height: 2px;
}

@media (max-width: 991.98px) {

    .noUi-horizontal {
        height: 3px;
    }
}

.noUi-horizontal .noUi-handle {
    width: 10px;
    height: 10px;
    right: -10px;
    top: -4px;
    outline: none;
    border-radius: 50%;
    background: #111111;
    border: none !important;
    box-shadow: none;
    cursor: pointer;
}

@media (max-width: 991.98px) {

    .noUi-horizontal .noUi-handle {
        top: -3px;
    }
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
    display: none;
}

.noUi-connect {
    background: #111111;
}

.noUi-tooltip {
    font-size: 0.75rem;
    font-family: inherit;
    background: #fff;
    border-radius: 0;
    border: none;
    color: #111111;
    padding: 0.2rem 0;
}

.noUi-handle-lower .noUi-tooltip {
    left: 0;
    -webkit-transform: none;
    transform: none;
}

.noUi-handle-upper .noUi-tooltip {
    left: auto;
    right: 0;
    -webkit-transform: none;
    transform: none;
}



/*

*

* ==========================================

* BOOTSTRAP SELECT

* ==========================================

*

*/

.bootstrap-select {
    display: block !important;
}

.bootstrap-select .bs-select-form-control.dropdown-toggle {
    display: block !important;
    border: 1px solid #ced4da !important;
    padding: 0.2rem 1rem !important;
    outline: none !important;
    box-shadow: none;
}

.bootstrap-select .bs-select-form-control.dropdown-toggle::after {
    margin-left: -0.5rem !important;
}

.bootstrap-select .dropdown-menu {
    padding: 0;
    border-radius: 0;
    border-color: #ddd;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    max-height: 200px !important;
    -webkit-transform: none !important;
    transform: none !important;
    margin: 0 !important;
    max-width: 100%;
}

.bootstrap-select .dropdown-menu .dropdown-item {
    padding: 0.7rem 1rem;
    transition: all 0.3s;
    outline: none !important;
    font-size: 0.85rem;
    -webkit-transform: none !important;
    transform: none !important;
    font-weight: 300;
    border-bottom: 1px solid #eee;
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    background: #f8f9fa !important;
    color: #343a40 !important;
}

.bootstrap-select .filter-option-inner-inner {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 300;
    font-family: "Libre Franklin", sans-serif;
    line-height: 1.5rem !important;
    text-transform: capitalize;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    letter-spacing: 0;
}

.bootstrap-select .filter-option-inner-inner.selected {
    color: #111111;
    font-size: 0.95rem;
}

.bootstrap-select .bs-searchbox {
    padding: 0.5rem;
}

.bootstrap-select .bs-searchbox input {
    padding-left: 1rem;
    padding-right: 1rem;
}

.bootstrap-select .bs-searchbox input:focus {
    box-shadow: none;
    border: 1px solid #ddd;
}

.bootstrap-select .bs-searchbox input::-webkit-input-placeholder {
    font-weight: 300;
}

.bootstrap-select .bs-searchbox input::-moz-placeholder {
    font-weight: 300;
}

.bootstrap-select .bs-searchbox input:-ms-input-placeholder {
    font-weight: 300;
}

.bootstrap-select .bs-searchbox input::-ms-input-placeholder {
    font-weight: 300;
}

.bootstrap-select .bs-searchbox input::placeholder {
    font-weight: 300;
}

.bootstrap-select .no-results {
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding: 0.2rem 1rem;
}

.bootstrap-select button.dropdown-toggle:active,
.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
}

.bootstrap-select button.dropdown-toggle::after {
    border: none;
    content: '\f078' !important;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 0.65rem;
    vertical-align: middle !important;
    padding-left: 0.1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 1rem;
    top: calc(50% + 2px);
}

.bootstrap-select button.dropdown-toggle.form-control-lg .filter-option {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1.5rem;
    line-height: 1.5rem;
}

.bootstrap-select .dropdown-toggle[aria-expanded="true"]::after {
    content: '\f077' !important;
}



/*



=====================

STYLE SWITCHER FOR DEMO

=====================



*/

#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}



/* =========================================



      THEMING OF THE BOOTSTRAP COMPONENTS



   =========================================



    1 - NAVBAR

    2 - BUTTONS

    3 - TYPE

    4 - PAGINATION

    5 - UTILITIES

    6 - FORMS

    7 - CODE

    8 - NAV

    9 - CARD

    10 - DROPDOWNS

    11 - MODALS

    12 - BREADCRUMB



*/

/*

 * 1. NAVBAR

 */

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: #dcb14a;
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #dcb14a;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(17, 17, 17, 0.99);
    font-weight: 800;
    font-size: 0.95rem;
    transition: all 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #dcb14a;
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(17, 17, 17, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,

.navbar-light .navbar-nav .active>.nav-link,

.navbar-light .navbar-nav .nav-link.show,

.navbar-light .navbar-nav .nav-link.active {
    color: #dcb14a;
}

.navbar-light .navbar-toggler {
    color: rgba(17, 17, 17, 0.99);
    border-color: rgba(17, 17, 17, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(17, 17, 17, 0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(17, 17, 17, 0.99);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,

.navbar-dark .navbar-nav .active>.nav-link,

.navbar-dark .navbar-nav .nav-link.show,

.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}



/*

 * 2. BUTTONS

 */

.btn {
    font-weight: 400;
    border: 1px solid transparent;
    font-family: inherit;
    padding: 0.375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    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;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (prefers-reduced-motion: reduce) {

    .btn {
        transition: none;
    }
}

.btn:focus,
.btn.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 177, 74, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}

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

.btn-link {
    font-weight: 400;
    color: #dcb14a;
}

.btn-link:hover {
    color: #b68b23;
    text-decoration: underline;
}

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

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-primary {
    color: #d7e1eb;
    background-color: #dcb14a;
    border-color: #dcb14a;
}

.btn-primary:hover {
    color: #d6dee6;
    background-color: #d6a32a;
    border-color: #cc9b27;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 177, 74, 0.5);
    box-shadow: none;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #e4e6e7;
    background-color: #dcb14a;
    border-color: #dcb14a;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,

.show>.btn-primary.dropdown-toggle {
    color: #c9d1d8;
    background-color: #cc9b27;
    border-color: #c19325;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 177, 74, 0.5);
}

.btn-primary:Focus {
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: none;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,

.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary:Focus {
    text-decoration: none;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    border-radius: 3px;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: none;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,

.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,

.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success:Focus {
    text-decoration: none;
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: none;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,

.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info:Focus {
    text-decoration: none;
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,

.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,

.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning:Focus {
    text-decoration: none;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: none;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,

.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,

.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger:Focus {
    text-decoration: none;
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: none;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,

.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,

.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light:Focus {
    text-decoration: none;
}

.btn-dark {
    color: rgb(0, 0, 0);
    border-color: #1a3142;
}

.btn-dark:hover {
    color: #fff;
    background-color: #385469;
    border-color: #385469;
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
    box-shadow: none;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #385469;
    border-color: #385469;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,

.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #385469;
    border-color: #385469;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,

.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
}

.btn-dark:Focus {
    text-decoration: none;
}

.btn-outline-primary {
    color: #dcb14a;
    background-color: transparent;
    background-image: none;
    border-color: #dcb14a;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #dcb14a;
    border-color: #dcb14a;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 177, 74, 0.5);
    box-shadow: none;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #dcb14a;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,

.show>.btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #dcb14a;
    border-color: #dcb14a;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-primary:focus {
    color: #fff;
    background: #dcb14a;
    text-decoration: none;
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    box-shadow: none;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-secondary:focus {
    color: #fff;
    background: #6c757d;
    text-decoration: none;
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: none;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,

.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-success:focus {
    color: #fff;
    background: #28a745;
    text-decoration: none;
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: none;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,

.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-info:focus {
    color: #fff;
    background: #17a2b8;
    text-decoration: none;
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,

.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-warning:focus {
    color: #fff;
    background: #ffc107;
    text-decoration: none;
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: none;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,

.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-danger:focus {
    color: #fff;
    background: #dc3545;
    text-decoration: none;
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: none;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,

.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:focus {
    color: #fff;
    background: #f8f9fa;
    text-decoration: none;
}

.btn-outline-dark {
    color: #111111;
    background-color: transparent;
    background-image: none;
    border-color: #111111;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(17, 17, 17, 0.5);
    box-shadow: none;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #111111;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,

.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,

.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-dark:focus {
    color: #fff;
    background: #111111;
    text-decoration: none;
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 45px;
}

.btn-sm :hover {
    color: #fff !important;
}



/*

 * 3. TYPE

 */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #111111;
    background-color: #fff;
}

* {
    font-family: 'Roboto', sans-serif;
}

a {
    color: #dcb14a;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #b68b23;
    text-decoration: underline;
}

h1,

h2,

h3,

h4,

h5,

h6,

.h1,

.h2,

.h3,

.h4,

.h5,

.h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 900;
    line-height: 1.2;
    color: inherit;
}

h1,

.h1 {
    font-size: 2.2rem;
}

h2,

.h2 {
    font-size: 1.9rem;
}

h3,

.h3 {
    font-size: 1.65rem;
}

h4,

.h4 {
    font-size: 1.4rem;
}

h5,

.h5 {
    font-size: 1.15rem;
}

h6,

.h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    border-top: 1px solid rgba(17, 17, 17, 0.1);
}

small,

.small {
    font-size: 80%;
    font-weight: 400;
}

mark,

.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
    border-left: 5px solid #dcb14a;
}

.blockquote-footer {
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #dcb14a !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #cc9b27 !important;
}



/*

 * 4. PAGINATION

 */

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #111111;
    border-color: #111111;
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #111111;
    background-color: none;
    border: 1px solid #eee;
    margin: 0.2rem;
    transition: all 0.3s;
}

.page-link:hover {
    z-index: 2;
    color: #111111;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    background-color: #111111;
    color: #fff;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}



/*

* 5. UTILITIES

*/

.bg-primary {
    background-color: #dcb14a !important;
}

a.bg-primary:hover,
a.bg-primary:focus,

button.bg-primary:hover,

button.bg-primary:focus {
    background-color: #cc9b27 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover,
a.bg-secondary:focus,

button.bg-secondary:hover,

button.bg-secondary:focus {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:hover,
a.bg-success:focus,

button.bg-success:hover,

button.bg-success:focus {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:hover,
a.bg-info:focus,

button.bg-info:hover,

button.bg-info:focus {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:hover,
a.bg-warning:focus,

button.bg-warning:hover,

button.bg-warning:focus {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,

button.bg-danger:hover,

button.bg-danger:focus {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,

button.bg-light:hover,

button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #111111 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,

button.bg-dark:hover,

button.bg-dark:focus {
    background-color: black !important;
}

.border-primary {
    border-color: #dcb14a !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #111111 !important;
}

.text-primary {
    color: #dcb14a !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #cc9b27 !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important;
}

.text-warning {
    color: #ff9831 !important;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #111111 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: black !important;
}

.badge-primary {
    color: #212529;
    background-color: #dcb14a;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #cc9b27;
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #212529;
    background-color: #ffc107;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #111111;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    border-radius: 0;
    font-weight: 400;
    padding: 0.35rem 0.5rem;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: black;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}



/*

  * 6. FORMS

  */

.form-control {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {

    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #f1dfb5;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 177, 74, 0.25);
    box-shadow: inset 0 0 1px #111111;
    border-color: #111111;
}

.form-control::-webkit-input-placeholder {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-control::-moz-placeholder {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-control:-ms-input-placeholder {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-control::-ms-input-placeholder {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-control::placeholder {
    color: #adb5bd;
    font-size: 0.85rem;
    font-weight: 400;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px);
}

.form-control-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px);
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,

.custom-select.is-valid {
    border-color: #28a745;
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,

.custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid~.valid-feedback,

.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,

.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,

.was-validated .custom-select:valid~.valid-tooltip,

.custom-select.is-valid~.valid-feedback,

.custom-select.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,

.was-validated .form-check-input:valid~.valid-tooltip,
.form-check-input.is-valid~.valid-feedback,

.form-check-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,
.custom-control-input.is-valid~.custom-control-label {
    color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,
.custom-control-input.is-valid~.custom-control-label::before {
    background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,

.was-validated .custom-control-input:valid~.valid-tooltip,
.custom-control-input.is-valid~.valid-feedback,

.custom-control-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,
.custom-control-input.is-valid:checked~.custom-control-label::before {
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,
.custom-control-input.is-valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::before,
.custom-file-input.is-valid~.custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,

.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,

.custom-file-input.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,

.custom-select.is-invalid {
    border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,

.custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid~.invalid-feedback,

.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,

.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,

.was-validated .custom-select:invalid~.invalid-tooltip,

.custom-select.is-invalid~.invalid-feedback,

.custom-select.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,

.was-validated .form-check-input:invalid~.invalid-tooltip,
.form-check-input.is-invalid~.invalid-feedback,

.form-check-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,
.custom-control-input.is-invalid~.custom-control-label {
    color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,
.custom-control-input.is-invalid~.custom-control-label::before {
    background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,

.was-validated .custom-control-input:invalid~.invalid-tooltip,
.custom-control-input.is-invalid~.invalid-feedback,

.custom-control-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,
.custom-control-input.is-invalid:checked~.custom-control-label::before {
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,
.custom-control-input.is-invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,
.custom-file-input.is-invalid~.custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::before,
.custom-file-input.is-invalid~.custom-file-label::before {
    border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,

.was-validated .custom-file-input:invalid~.invalid-tooltip,
.custom-file-input.is-invalid~.invalid-feedback,

.custom-file-input.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,
.custom-file-input.is-invalid:focus~.custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #dcb14a;
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 177, 74, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #f9f1e0;
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #dcb14a;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    background-color: #dcb14a;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(220, 177, 74, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(220, 177, 74, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #dcb14a;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(220, 177, 74, 0.5);
}

.custom-control-label {
    font-weight: 400;
    line-height: 2.1em;
    cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
    background: #dcb14a;
    border-color: #dcb14a;
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: rgba(220, 177, 74, 0.5);
}



/*

* 7.CODE

*/

code {
    font-size: 87.5%;
    color: #e83e8c;
}



/*

* 8. NAV

*/

.nav-link {
    padding: 0.5rem 1rem;
}

.nav-link.disabled {
    color: #6c757d;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    font-family: inherit;
    color: #111111;
    text-transform: uppercase;
    font-size: 0.8rem;
    transition: all 0.3s;
    font-weight: 700;
    padding: 0.7rem 1.5rem;
    background: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
}

.nav-tabs .nav-link.active,

.nav-tabs .nav-link:hover,

.nav-tabs .nav-item.show .nav-link {
    background: #1a3142;
    background-color: #1a3142;
    color: #fff;
    border-radius: 45px;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dcb14a;
}



/*

* 9. CARD

*/

.card {
    background-color: #fff;
    border: 1px solid rgba(17, 17, 17, 0.125);
    border-radius: 0;
    margin-top: 10%;
}

.card-body {
    position: relative;
}

.card-body::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0%;
    height: 0%;
    background: #fff;
    opacity: 0;
    transition: 300ms all;
}

.card:hover .card-body::before {
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

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

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

.card-body {
    padding: 0px !important;
}

@media only screen and (max-width: 600px) {

    .card-body {
        padding: 1.25rem;
        height: 100%;
    }
}

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

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

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

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

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

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

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

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

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

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

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: calc(0 - 1px);
    height: 100px;
}

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

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

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

@media (min-width: 576px) {

    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media only screen and (max-width: 600px) {

    .mobilegrid {
        max-width: 100%;
        height: 15px;
    }
}

/*

* 10. DROPDOWNS

*/

.dropdown-menu {
    min-width: 12.5rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9rem;
    color: #111111;
    background-color: #fff;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
    border-radius: 0;
}

.dropdown-item {
    padding: 0.375rem 1.5rem;
    font-weight: 400;
    color: #212529;
    background: #fff;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #dcb14a;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
}



/*

* 11. MODALS

*/

.modal-content {
    border-radius: 0;
}

@media (min-width: 992px) {

    .modal-lg {
        min-width: 900px;
    }
}

.modal-backdrop.show {
    opacity: 0.7;
}

.address-modal{
    border: 1px solid #ff9831;
}
.main-address{
    width: 60%;
    margin: 5px auto 80px auto;
    border:1px solid rgba(219, 219, 219, 0.979);
}
@media(max-width:993px){
    .address-area{
        width: 100%!important;
    }
    .main-address{
        width: 95%;        
        margin: 5px auto 80px auto;

    }
}

/*

 * 12. BREADCRUMB

 */

.breadcrumb {
    background: #f8f9fa;
}

.breadcrumb-item {
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    font-weight: 900;
    color: #111111;
}

.breadcrumb-item a {
    color: inherit;
    transition: all 0.3s;
}

.breadcrumb-item a:hover,
.breadcrumb-item a:focus {
    color: #dcb14a;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #aaa;
}

.btn2 {
    background-color: #1a3142;
    border-radius: 45px;
    color: white;
}

.btn2:hover {
    background-color: white;
    border-radius: 45px;
    border-color: white;
}

/* details tab */

@media only screen and (max-width: 768px) {
    resp-tabs-container .resp-tab-content-active {
        border: 1px solid #c1c1c1;
        border-top: none;
        padding: 15px;
    }
}

.resp-tab-content-active {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.hanging-frame-content h3 {
    color: #bf1e2e;
    font-weight: normal;
}

.cms-content h3 {
    color: #bf1e2e;
    font-weight: normal;
}

.cms-content .hanging-frame-images {
    float: left;
    margin-right: 20px;
}

.cms-content p {
    margin: 0 0 20px;
    line-height: 19px;
    font-size: 12px;
}

.content-with-product {
    width: 50%;
    float: left;
    padding: 10px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {

    .content-with-product {
        width: 100%;
        padding-bottom: 5px;
    }
}

.cms-content .hanging-frame-content {
    float: left;
    width: 50%;
}

@media only screen and (max-width: 600px) {

    .radio_wrap {
        display: block;
        text-align-last: center;
    }
}

@media only screen and (max-width: 768px) {

    .resp-tabs-container .resp-tab-content-active {
        border: 1px solid #c1c1c1;
        border-top: none;
        padding: 15px;
    }
}

.cms-content .custom-canvas-pri-video {
    float: right;
    margin: 0 0 5px 20px;
}

.cms-content h3,
.cms-content h4,
.cms-content h5 {
    color: #bf1e2e;
    font-family: "robotoregular";
    font-size: 18px;
    margin: 0;
}

.cms-content li {
    font-size: 12px;
}

.cms-content .custom-canvas-pri-video .red-btn {
    clear: both;
    display: table;
    float: none;
    font-family: "robotoregular";
    font-size: 15px;
    margin: 20px auto;
}

.red-btn {
    font-size: 20px;
    font-family: "robotoblack";
    color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #1a3142;
    text-transform: uppercase;
    padding: 13px 20px;
    text-decoration: none;
    cursor: pointer;
    border: none;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    line-height: 18px;
    -webkit-appearance: none;
}

.red-btn:hover,
.cms-no-route .error404_block .gooleSearch_module form#search_mini_form .form-search .fieldcontainer #searchbtn {
    background: #2c4a61;
    color: #ffffff !important;
}

a:hover {
    text-decoration: none;
    color: #bf1e2e;
}

.content-with-product:nth-child(odd) {
    clear: left;
}

.content-with-product {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cms-content .content-with-product .hanging-frame-list {
    width: 100%;
    margin-right: 0;
    min-height: 145px;
}

.cms-content .hanging-frame-list {
    border-bottom: 1px solid #eeeeee;
    float: left;
    margin-bottom: 20px;
    margin-right: 2%;
    min-height: 120px;
    width: 48%;
}

@media only screen and (max-width: 479px) {

    .cms-content .content-with-product .hanging-frame-content {
        width: 160px;
    }

    .content-with-product {
        display: contents;
    }
}

.custom-canvas-pri-video iframe {
    border: none;
    height: 200px;
    width: 330px;
}

@media only screen and (max-width: 567px) {

    .custom-canvas-pri-video iframe {
        width: 100%;
        max-width: 300px;
        height: auto;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 567px) {
    .cms-content .custom-canvas-pri-video {
        float: none;
        margin: 0 auto;
        text-align: center;
    }
}

a.color-correction-link:hover,

a.orientation-correction-link:hover {
    color: #fff;
}

@media (min-width: 1200px) {

    .container {
        max-width: 1240px;
    }
}



/* product-detail */

.product-detail {
    margin-bottom: 50px;
}

.product-detail ul,

.product-detail ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* product-image */

.product-image {
    position: relative;
    overflow: hidden;
}

.product-image #zoom_03 {
    border: 1px solid #ccc;
    width: 100%;
    /* img zoom */
}

.product-image #gallery_01 {
    padding-top: 10px;
}

.product-image #gallery_01 a {
    border: 1px solid #ccc;
}

.product-image #gallery_01 .active {
    border: 1px solid #1e3d58;
}

.product-image #gallery_01 img {
    width: auto;
    height: 68px;
    float: left;
}

.product-image #gallery_01 .elevatezoom-gallery {
    margin-left: 6px;
    display: inline-block;
}

.product-image #gallery_01 .elevatezoom-gallery:first-child {
    margin-left: 0;
}

/* product-info */

.product-info {
    padding: 0;
    line-height: 0.5;
}

.product-info h1 {
    font-size: 22px;
    font-weight: 400;
}

.product-info .rating {
    margin: 10px 0 20px 0;
    font-size: 14px;
}

.product-info .rating .fas {
    float: left;
    color: #ffc107;
    margin-right: 2px;
}

.product-info .rating span {
    float: left;
    display: inline-block;
    font-size: 12px;
}

.product-info .rating:after {
    display: table;
    clear: both;
    content: '';
}

.product-info .price {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif !important;
    white-space: nowrap;
}

.product-field.product-orientation,
.product-wrab {
    font-size: 13px;
}

.product-info .price *,
.numFormat {
    font-family: 'Roboto', sans-serif !important;
}

.product-info .price del {
    font-size: 20px;
    color: red;
}

.product-info h4 {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.product-info h4 span {
    background: #f8f9fa;
    display: inline-block;
    padding-right: 5px;
    position: relative;
    z-index: 3;
}

.product-depth h4:after {
    background: #F57724;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    content: '';
    position: absolute;
    left: 70;
    top: 50%;
    z-index: 2;
}

.product-orientation h4:after {
    background: #F57724;
    width: 90%;
    height: 2px;
    margin-top: -1px;
    content: '';
    position: absolute;
    left: 70;
    top: 50%;
    z-index: 2;
}

.product-wrab h4:after {
    background: #F57724;
    width: 85%;
    height: 2px;
    margin-top: -1px;
    content: '';
    position: absolute;
    left: 70;
    top: 50%;
    z-index: 2;
}

.product-correction h4:after {
    background: #F57724;
    width: 83%;
    height: 2px;
    margin-top: -1px;
    content: '';
    position: absolute;
    left: 70;
    top: 50%;
    z-index: 2;
}

.product-field {
    padding-top: 0px;
    margin-top: -8px;
}

.product-field.product-orientation {
    margin-top: 0 !important;
}

.product-field p input {
    display: none;
}

.product-field .form-control {
    width: 32.666%;
    display: inline-block;
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 30px;
}

input[name=border_color] {
    /*position: absolute;*/
    right: 4px;
}

.product-field p label {
    border: 1px solid lightgray;
    display: inline-block;
    min-width: 30.333%;
    padding: 2px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 30px;
    margin: 0 5px 5px 0;
    height: 25px;
}

.product-field.col-size2 p label {
    min-width: 48.3%;
}

.product-field label:hover,
.product-field input[type='radio']:checked+label {
    background: #ff9831;
    color: #fff;
}

.product-info .btn {
    border: 1px solid #263958;
    padding: 10px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #ff9831;
    border-radius: 30px;
    width: 100%;
    background: #fff;
}

#addtocart,
.customize-now-btn {
    border-radius: 4px !important;
    border: 1px solid lightgray !important;
    width: auto !important;
}

.album-label {
    border: 1px solid #263958;
    display: inline-block;
    min-width: 30.333% !important;
    padding: 2px 8px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    border-radius: 30px;
    margin: 0 5px 5px 0;
}

.product-info .btn:hover {
    background: #ff9831 !important;
}

.product-image {
    width: 80%;
}

.bor_id img {
    display: none;
}

.relProduct .pdImage:hover {
    border: 1px solid #484bb4;
}

.relProduct form {
    display: none;
}

.product-info .btn:hover,
.product-info .btn:focus {
    background: #1e3d58;
    color: #fff;
}

@media screen and (max-width: 1024px) {

    a.logo {
        margin-top: 8px;
        width: 100%;
    }

    .logo {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .user-list svg {
        width: 24px;
    }

    .header {
        max-height: 186px !important;
    }

    .scn-search,
    .scn-icons {
        display: flex;
    }

    .mobContainer .search.scn-search {
        margin-top: 1px !important;
        width: 246px !important;
        cursor: pointer;
        border: 1px solid #F57724;
        border-radius: 30px;
        margin-left: 0 !important;
        height: 35px !important;
    }

    .col-sm-12.col-md-6.col-lg-5.scn-icons {
        max-width: 66%;
        flex: 0 0 49%;
        margin-left: 0 !important;
    }

    .f-container.container.mobContainer {
        width: 100%;
        max-width: 100%;
    }

    #call-div {
        position: static !important;
        /* right: 35%;
    /* bottom: 0px;

    width: 86px;
    position: relative !important;
    margin: 0 0 0 19px !important; */
        ;
    }

    .searchBox {
        z-index: 1 !important;
        padding: 0 !important;
        border-right: none !important;
        border-left: none !important;
        text-align: center;
    }

    .ticker-wrap {
        /* position: absolute !important; */
        /* padding-left: 0!important; */
    }

    .user-list ul li .call p {
        margin-left: 45px;
        font-size: 11px;
        position: absolute;
        top: 5px;
        left: -11px;
    }

    .col-sm-12.col-md-6.col-lg-4.scn-icons {
        border: none !important;
    }

    .user-list ul {
        justify-content: center;
    }

    .user-list {
        margin-top: -3px !important;
        float: none !important;
    }

    .mobContainer>row {
        justify-content: center;
    }

    .footer-widget img {
        width: 159px !important;
        height: auto !important;
        display: block;
        margin-bottom: 17px !important;
        margin-top: 2px !important;
    }

    .footer-widget-title {
        line-height: 42px !important;
        margin-bottom: 10px !important;
        font-size: 15px !important;
        color: #fff;
    }

    .product-detail>.row .col-md-8 {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
        text-align: center;
    }

    .product-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 15px;
        ;
    }

    .product-info .btn {
        width: 333px;
        margin: 0 auto;
    }

    .cartWidget .image {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }

    .cartWidget .img-name,
    .cartWidget .prize {
        margin-left: 0 !important;
    }

    .cartAttr {
        margin: 20px 0px 0px 0px !important;
    }

    .cartCount {
        padding: 0 !important;        
    }

    .delBtn {
        bottom: 11px !important;
    }

    .dummyDiv {
        display: none;
    }

    .tAmount>div {
        padding: 0 !important;
    }

    .address-area {
        padding: 10px;
    }
}

@media screen and (max-width: 640px) {
    .col-sm-12.col-md-12.col-lg-3.logo a.logo {
        margin-top: -0px;
    }

    .mobContainer .search.scn-search {
        width: 100% !important;
    }

    .col-sm-12.col-md-6.col-lg-5.scn-icons {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin-left: 0 !important;
        margin-top: 21px;
    }

    .user-list {
        margin-left: 19px;
        float: none !important;
    }

    .user-list ul li {
        float: left;
        margin: 0 11px;
    }
}

.paymentHeading {
    background: #dbdcff;
    padding: 10px;
}

.radio_tabs #hoverbtn {
    font-size: 11px;
}

.shop-now-link {
    border: 1px solid #F57724;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #1e3d58;
    border-radius: 30px;
    width: 141px;
    text-align: center;
    display: block;
    left: 5% !important;
    z-index: 999999;
    position: static !important;
    font-weight: bold;
}

.shop-now-link:hover {
    color: #fff !important;
    background-color: #1e3d58 !important;
}

.widget-about {
    text-align: center;
}

.dhd {
    margin-right: 20px;
}

.widget-about img {
    margin-top: 0 !important;
    width: 100% !important;
}

.payment-icon {
    /*transform: scale(1.5);*/
}

/* .widget-about .facebook-cont {
  color: #4267B2;
}

.widget-about .pinterest-cont {
  color: #E60023;
}

.widget-about .youtube-cont {
  color: #FF0000;
} */

/* .widget-about .instagram-cont {
  height: 36px;
  display: inline-block;
  width: 36px;
  color: #fff;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.widget-about .instagram-cont .fab {
  color: #FFF;
} */
.twitter-cont {
    color: #898b96;
}

.carousel-caption {
    position: absolute;
    right: auto;
    bottom: 0;
    top: auto;
    left: 12%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    border-radius: 10px;
    padding: 40px;
    text-align: left;
    /* background: rgba(255, 255, 255, 0.6);
  border: 2px solid #f44336; */
    ;
}

.carousel-caption h5 {
    font-size: 17px;
    margin-bottom: 21px;
    color: #f44336;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

.carousel-caption h2 {
    font-size: 35px;
    margin-bottom: 21px;
    color: #3f51b5;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
}

ul#search-result {
    background: #fff;
    padding: 10px !important;
}

ul#search-result li.search-result-li {
    padding: 4px;
    border: none !important;
    transition: all .5s ease-in-out;
}

ul#search-result li.search-result-li:hover {
    color: #f44336;
    padding-left: 5px !important;
    background: #f6f6f6;
}

.footer-area {
    border-top: 1px solid #9da0f0;
    background: #263958;
}

.footer-area .mini-footer {
    background: #263958;
}

.copyright-text {
    /*margin-left: -15px;*/
}

.footer-area .mini-footer .container {
    border-top: 1px solid #416091;
    padding-top: 12px;
    padding-bottom: 0px;
}

.copyright-text p {
    text-align: left;
}

.fab {
    font-family: "Font Awesome 5 Brands" !important;
}

.hlist {
    list-style: none;
    /* remove the default */
    ;
}

.hlist li::before {
    /* add the new bullet point */
    display: inline-block;
    content: "";
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #bdbdbd;
}

.hlist li.alternative::before {
    /* and another color */
    background-color: #66c;
}

.hlist li {
    text-indent: -0.75em;
    /* this is only needed if you want to align wrapped text */
    ;
}

/* Note: I'm using the ::double colon pseudo-element notation. Use :single colon for compatibility with older browsers */

.f-dropdown li a {
    line-height: 10px;
}

.payLogo {
    display: inline-block;
    /* width: 283px;
  margin-left: 20%; */
}

.f-toggle {
    color: #fff !important;
}

.mobMenu .f-nav-container #hoverbtn:hover {
    color: #ff9831 !important;
}

@media (max-width: 1024px) {

    .zoomContainer {
        width: 57% !important;
        overflow: hidden;
    }

    .FreeShippingBanner-sidebar {
        display: none;
    }

    .mobMenu .f-nav-container {
        width: 348px !important;
    }

    .logo img {
        width: 185px !important;
        height: auto !important;
    }

    .mobMenu .f-nav-container {
        background-color: #fff;
    }

    .mobMenu .f-nav-container #hoverbtn {
        color: #333 !important;
        line-height: 29px;
        font-size: 16px;
    }

    .mobMenu .f-dropdown-active {
        background: #f2f2f2;
    }

    ul#search-result {
        display: none;
    }

    .payLogo {
        margin-left: 0%;
        /*margin-top: 29px;*/
    }

}



.flag-list {
    display: none;
}

.socialWidget {
    margin: 20px 0px;
}

.footer-widget-title {
    line-height: 11px !important;
    margin-bottom: 3px !important;
    color: #fff;
}

/* body {
  overflow: hidden;
} */



.payLogo img {
    display: inline-block !important;
}


.UserControl .usr-drpdwn {
    display: none !important;
    top: 41px;
    left: -46px;
}

.UserControl {
    position: relative;
}

.UserControl:hover .usr-drpdwn {
    display: block !important;
}

.usr-drpdwn>.usr-drp-btn {
    display: none;
}

.user-dashboard #myTable_length{
    display: none;
}

.user-dashboard .page-link{
    margin: 0;
}
.page-item.active .page-link{
    background-color: #ff9831;
    border-color: #ff9831;
}
.user-dashboard {
    padding-top: 34px;
    padding-bottom: 34px;
    min-height: 100vh;
}
.dash-inner-table td,
.dash-inner-table th{
    padding: 5px;
}

.u-dash-outer {
    border-radius: 6px;
    /*box-shadow: rgb(0 0 0 / 10%) 0px 0px 7px 0px;*/
    /*background: #f4f4f4;*/
    position: relative;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.u-dash-outer .input-outer label {
    margin-left: 0.75rem;
    margin-bottom: 4px;
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 600;
}

.u-dash-outer .input-outer input {
    max-width: 400px;
    width: 100%;
    background: #F4F6F8;
    border: 1px solid lightgray;
    border-radius: 4px;
}

.dash-nav-btn {}

.user-dashboard .col-sm-2 {
    /*background: #ededf8;*/
}

.user-dashboard .dash-nav-btn {
    padding: 15px 10px;
    font-size: 14px;
    margin: 5px -15px !important;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid rgb(38 57 88 / 0%);
    transition: 300ms all;
}

.user-dashboard .dash-nav-btn:hover {
    border: 1px solid rgb(38 57 88 / 100%);
    font-weight: 600;
}

.user-dashboard .dash-nav-btn.active {
    font-weight: 600;
    background: rgb(38 57 88 / 20%);
    color: rgb(38 57 88 / 100%);
}

.user-dashboard #selectable li {
    margin: 14px 0;
    padding: 12px;
    /* font-size: 20px; */
    border-radius: 4px;
    border-width: 16px 2px 2px 2px;
    position: relative;
}

.user-dashboard #selectable li::after {
    content: 'default address';
    position: absolute;
    left: 12px;
    top: -17px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: 300ms all;
}

.user-dashboard #selectable li.ui-selected::after {
    opacity: 1;
}


#search-result {
    display: none;
}

.searchBox {
    z-index: 1 !important;
}

li.search-results-li {
    padding: 7px;
    border-left: none !important;
    border-right: none !important;
    transition: all ease .5s;
    cursor: pointer;
}

.form-container input {
    margin-bottom: 25px;
    border-color: transparent;
    border: 1px solid grey !important;
    height: 41px;
    border-radius: 3px;
    padding: 5px 10px;
}

li.search-results-li:hover {
    background-color: #e0e1ff;
    padding-left: 5px !important;
    ;
}

#shipping-data {
    text-align: left;
}

/* .md-cntnt input.name {
  width: 99%;
} */

.shortInfo {
    padding: 41px 0px !important;
    overflow: hidden;
}

.form-container input {
    width: 100% !important;
}

.Main .addBtn {
    z-index: 0;
}

.paragraphText {
    overflow: hidden;
}


/* .mobMenu .flag-list {
  display: none;
} */

.search .btn-success {
    padding: 2px;
    width: 33px;
}

@media (min-width: 641px) {

    .footer-widget ul {
        margin-bottom: 5px;
    }
}


.custom-control-label::before {
    border-radius: 2px !important;
    border: #335f8c solid 2px;
}

.address-area .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #28a745;
}



.md-main {
    z-index: 999;
}

.my-modal {
    height: 100vmax !important;
    z-index: 999;
}

.shipping-method-container div {
    padding-left: 0;
}

.shipping-method-container {
    border-bottom: 1px dashed grey;
}

.shipping-method-container>label {
    margin-top: 10px;
    margin-bottom: 14px;
    margin-left: 16px;
    font-size: 16px;
}

.shipping-method-container .col-md-4 label {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
}

.coupon-holder {    
    margin-bottom: 5px!important;
}
.coupon-outer {
    position: relative;
    border: 1px solid lightgray;
    margin-bottom: 20px;
}

.coupon-outer .coupon-code {
    position: absolute;
    display: inline-block;
    right: 15px;
    bottom: 48px;
    padding: 0px 2px;
    font-weight: 400;
    letter-spacing: 0px;
    border-radius: 0px;
    border: 1px solid #8d8b8b;
    cursor: pointer;

}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .options a {
        margin-top: 20px;
    }

    .carousel-caption {
        top: 0%;
        left: 1%;
    }

    .offerHead {
        margin-top: 137px;
    }

    .search-results {
        width: auto;
        margin-left: 0px;
    }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .options a {
        margin-top: 20px;
    }

    .carousel-caption {
        top: 0%;
        left: 1%;
    }

    .offerHead {
        margin-top: 137px;
    }

    .search-results {
        width: auto;
        margin-left: 0px;
    }
}


.footer-area .footer-big .footer-menu ul li a,
.footer-area .footer-big p,
.footer-area .footer-big ul li {
    color: #ffffff;
    line-height: 28px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    opacity: .8;
    font-family: sans-serif!important;
}

.footer-area .footer-big .footer-menu ul li a:hover {
    color: #ff872b;
    opacity: 1;
}

.footer-area .footer-widget .widget-about span {
    font-size: 12px !important;
    text-transform: capitalize;
    color: #fff;
    line-height: 27px !important;
    opacity: .8;
}

/* .widget-about .instagram-cont .fab {
  color: #5c7cb1;
  font-size: 15px;
} */

.fab {
    font-size: 14px;
    transition: .3s;
}

.footLogo {
    color: #5c7cb1;
}

.footLogo a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fb9831;
    color: #668ac7;
    font-size: 14px;
    margin: 0 0px 0px 7px;
    cursor: pointer;
    position: relative;
    text-align: center;
}

.footLogo a:hover {
    color: #fff;
}


.footLogo a,
.footLogo a:before {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.footLogo a:before {
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ff9831;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.footLogo a:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.footLogo a .fab {
    display: block;
    line-height: inherit;
    position: relative;
    color:white!important;
}

.payLogo img {
    width: 100%;
    padding: 4px;
    border-radius: 3px;
    max-height: 35px;
}

@media only screen and (max-width: 600px) {
    .payLogo img {
        width: 48px !important;
        height: unset !important;
    }
}

.payLogo {
    margin-left: auto !important;
    align-items: center;
}

.mini-footer p {
    margin: 0;
    line-height: 47px;
    font-size: 9px;
    color: #fff;
    opacity: .8;
}


.footLogo {
    color: #5c7cb1;
    display: flex;
    margin-left: -8px;
}

.payLogo>a {
    margin-right: 0;
    margin-left: 10px;
}


.user-list ul li a {
    color: #263958;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.user-list ul li a:hover {
    color: #ff9831;
}

.fa,
.fas {
    font-family: "Font Awesome 5 Pro" !important;
    font-weight: 900;
}

.button {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    text-transform: uppercase;
    font-weight: 700;
    position: relative !important;
    cursor: pointer;
    padding: 0 !important;
}

.buttons-wrapper .button {
    margin: 0 5px 10px 5px;
}

.button.style-1 {
    background: #ff9831;
    color: #fff;
}

.button.size-2 {
    font-size: 11px;
    line-height: 18px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    /*margin-top: 110px;*/
}

.button:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    background: inherit;
    content: "";
    opacity: .3;
}

.button span {
    display: block;
    position: relative;
    left: 0;
}

.button-wrapper {
    display: block;
    overflow: hidden;
    border-radius: inherit;
    -webkit-border-radius: inherit;
    position: relative;
}

.button span.icon {
    transition: all .15s;
    -webkit-transition: all .15s;
}

.button .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #b8cd06;
}

.button span {
    display: block;
    position: relative;
    left: 0;
}

.button.size-2 .text {
    padding: 17px 30px 15px 30px;
    font-size: 12px;
}

.button span.text {
    transition: all .3s .05s;
    -webkit-transition: all .3s .05s;
}

/**/

.button:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}

.button .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #b8cd06;
}

.button:hover .icon {
    left: 50%;
    color: #263958;
}

.button:hover .text {
    left: 100%;
}


.card:hover .skewBtn {
    transform: scale(1.0);
    opacity: 1;
}

.skewBtn {
    width: 130px;
    margin: 0 auto;
    transform: scale(0);
    transition: all .6s ease;
    -webkit-transition: all .5s ease-in-out;
    position: relative;
    top: 10em;
    z-index: 1;
    -webkit-transition: all .3s .05s;
}

.hover-border:hover {
    border: 2px solid transparent !important;

}

.ticker-wrap {
    background-color: #e5e5e5e6 !important;
}

.header {
    margin-top: 22px !important;
    position: relative;
    z-index: 999;
    padding-bottom: 0;
    padding-top: 0;
}

.user-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-list ul li {
    float: none !important;
}

.user-list {
    margin-top: 0px;
    float: none !important;
    opacity: 1;
}

.call p {
    margin-bottom: 0px;
}

.searchBox {
    z-index: 1 !important;
    padding: 19px 12px;
    /* border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; */
}

.col-sm-12.col-md-6.col-lg-4.scn-icons {
    padding: 11px 10px;
    /* border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; */
}

.call p {
    margin-bottom: 0px;
    color: #263958 !important;
}

/* .search-box {
  width: fit-content;
  height: fit-content;
  position: relative;
} */
.input-search {
    width: 100%;
    height: 35px;
    border-style: none;
    font-size: 14px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    padding-right: 40px;
    color: #333;
    position: absolute;
    right: 0;
    top: 2px;
    padding-left: 10px;
    border: 1px solid #fff;
    line-height: 95em;
}

.input-search::placeholder {
    color: #333;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 100;
    line-height: 30px;
    text-align: center;
}

.searchWrap {
    position: relative;
    width: 30px;
}

.btn-search {
    width: 50px;
    height: 45px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    z-index: 99;
    color: #263958;
    background-color: transparent;
    pointer-events: painted;
    padding: 10px;
    top: -3px;
}

.searchWrap+li {
    margin-left: 6px !important;
}

/* .btn-search:focus ~ .input-search {
  width: 300px;
  border-radius: 0px;
  background-color: #ccc;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}
.input-search:focus {
  width: 300px;
  border-radius: 0px;
  background-color: #ccc;;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
} */

.f-nav-container li a {
    text-align: left;
}

.f-nav-item a {
    text-transform: uppercase;

}

.f-nav-container li a {
    text-transform: capitalize;
}

.f-nav-container li a:hover {
    border: none;
    color: #ff9831;
    text-decoration: none;
}

.searchCont {
    position: absolute;
    top: 2px;
    right: 0;
    height: 45px;
    width: 50px;
    transition: all 0.5s ease-in-out;
}

.seRhover .searchCont {
    position: absolute;

    right: 0px;
    width: 270px;
    transition: all 0.5s ease-in-out;
}

.searchWrap {
    position: relative;
    width: 30px;
    height: 45px;
    margin: 3px;
}

.cartIcon a svg {
    opacity: .7;
}

.seRhover .input-search {

    border-radius: 21px;
    background-color: #fff;
    border: 1px solid #263958;
    transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
}

@media (max-width: 1024px) {


    .product-decription {
        width: 100%;
        margin: 0 auto;

    }

    .box:hover {
        left: -238px;
        transition: all .5s ease-in-out;
        width: 300px;
    }

    .container-2:hover input#search {
        width: 300px;
    }

    .cstWidth {
        width: 52px;
    }

    #list-div {
        margin-left: 0;
    }

}



h5,
h1,
h2,
h3,
h4,
h6 {
    text-transform: uppercase;
}

.flag-list {
    display: block;
    position: relative;
    top: 0;
    left: -12px;
    width: 73px;
}

.header .flag-list .flagsize {
    width: 37%;
    height: auto !important;
    float: none;
    margin-right: 5px;
}



.cstWidth a {
    display: block;
    width: 57px;
}

.cartIcon a {
    display: block;

}

.flag-list button1 {
    padding: 0 !important;
}


.flag-list .dropdown1 div {
    top: 25px;
}
@media(max-width:993px){
    .dropdown1 div {
        top: -34px!important;
        padding: 9px!important;
        left: -80px!important;
        z-index: 100000!important;
    }
    .my_abhi {
        width: 75px!important;
    }
    .my_abhi a{
        display: flex!important;
        align-items: center;
    padding-right: 17px!important;
    }
}
@media(min-width:993px){
    .dropdown1 div {
        top: 22px!important;
        padding: 9px!important;
    }
    .my_abhi {
        width: 75px!important;
    }
    .my_abhi a{
        display: flex!important;
    }
}

.logo img {
    width: 222px;
    height: auto;
    margin-top: 0 !important;
}

.ticker-wrap .ticker {

    line-height: 24px !important;
}

.ticker-wrap {
    height: 25px !important;
}



/**/
.header-top .cartIcon {
    margin-left: 10px;
    position: relative;
}

.header-top .cart-toggle {
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    padding: 30px 30px 40px 30px;
    width: 670px;
    background: #fff;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    text-align: left;
    cursor: auto;
    margin-top: -1px;
}

.cart-entry {
    background: #f4f4f4;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    margin-bottom: 1px;
}

.cart-color {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.cart-entry-thumbnail {
    float: left;
    transition: all .15s;
    -webkit-transition: all .15s;
}

.cart-entry-thumbnail img {
    display: block;
}

.cart-entry-thumbnail:hover {
    opacity: .8;
}

.cart-entry-description {
    margin-left: 105px;
    padding-top: 22px;
}

.cart-entry table {
    width: 100%;
}

.cart-entry table td {
    vertical-align: middle;
    padding: 0 30px;
    border-left: 1px #fff solid;
}

.cart-entry table td:first-child {
    text-align: left;
    padding-left: 0;
    border: none;
}

.cart-entry table td:last-child {
    padding-right: 0;
}

.cart-entry table td:nth-child(1) {
    width: 145px;
}

.cart-entry table td:nth-child(2) {
    width: 140px;
}

.cart-entry table td:nth-child(3) {
    width: 70px;
}

.header-top .cart {
    cursor: pointer;
}

.header-top .cart-toggle,
.megamenu {
    transform: scale(.8);
    -webkit-transform: scale(.8);
    opacity: 0;
    right: -10000px;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transition: transform .3s, opacity .3s, right 0s .3s;
    -webkit-transition: transform .3s, opacity .3s, right 0s .3s;
    border-top: 5px #ff9831 solid;
}

.header-top .cart:hover .cart-toggle,
li:hover .megamenu {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1 !important;
    right: 0;
    transition: transform .3s, opacity .3s, right 0s;
    -webkit-transition: transform .3s, opacity .3s, right 0s;
}

.cart-overflow {
    max-height: 460px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*Phones (<768px)*/
@media (max-width: 767px) {
    .cart-entry {
        text-align: center;
    }

    .FreeShippingBanner-sidebar {
        display: none;
    }

    .cart-entry-thumbnail {
        float: none;
        display: inline-block;
        vertical-align: top;
    }

    .cart-entry-description {
        margin-left: 0;
    }

    .cart-entry-description table,
    .cart-entry-description table tbody,
    .cart-entry-description table tr,
    .cart-entry-description table td {
        display: block;
    }

    .cart-entry-description table td {
        text-align: center !important;
        padding: 0 0 10px 0;
        border: none;
        width: auto !important;
    }

    .cart-entry-description table td:last-child {
        padding-bottom: 0;
    }
}

.empty-space.col-xs-b40 {
    height: 40px;
    margin-bottom: 0;
}

.empty-space {
    position: relative;
}

.simple-article.size-5 {
    font-size: 18px;
    line-height: 40px;
}

.simple-article.grey,
.grey {
    color: #555;
}

.simple-article.color,
.color {
    color: #ff9831;
}

.cart-entry img {
    width: auto;
    height: auto !important;
    float: left !important;
}


/**/

.button-close {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-5.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.button-close {
    display: inline-block;
    vertical-align: middle;
    background: url(../img/icon-5.png) 50% 50% no-repeat;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
}

.button-close:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    pointer-events: none;
    background: #000;
    opacity: .5;
}

.button-close:hover:before {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
    transition: transform .5s, opacity .5s, visibility 0s .5s;
    -webkit-transition: transform .5s, opacity .5s, visibility 0s .5s;
}



.offerHead {
    display: flex;
    margin-top: 0 !important;
    max-width: 100%;
}

.offerLayout {
    top: 17% !important;
}

.offerLayout {
    /* right: -25%!important; */
    /* z-index: -9; */
    width: 394px !important;
    position: fixed;
    top: 0;
    height: 477px !important;
    overflow: hidden !important;
    background: #263958 !important;
    right: -394px !important;
    transition: all .9s ease-in-out;
}

button#offer-btn {
    position: fixed !important;
    left: 0;
    top: 45%;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
    display: none;
}

.carousel-control-prev,
.carousel-control-next {
    display: none;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 18px;
    text-transform: uppercase;
    background: #ff9831;
    color: #fff;
    border-radius: 40px;

}

.FreeShippingBanner-banner-expanded h1 {
    font-size: 20px;
    font-family: 'Roboto';
    /* font-weight: 400; */
    position: absolute;
    right: 10px;
    top: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 5px 10px;
    border-radius: 5px;
    letter-spacing: 3px;
    border: 2px solid orange;
}

.FreeShippingBanner-sidebar-collapsed {
    right: 0;
}

.FreeShippingBanner-sidebar-collapsed.secTag {
    left: 0;
}

.FreeShippingBanner-sidebar-expanded.secTag+.FreeShippingBanner-banner-expanded {
    left: 0;
}

.FreeShippingBanner-sidebar-expanded.secTag {
    left: 499px;
}

.secTag .FreeShippingBanner-sidebar-content {
    padding: 0;
}

.secTag .FreeShippingBanner-arrow-collapsed {
    border-left: 14px solid #fff;
    border-right: none;
}

.FreeShippingBanner-sidebar-expanded.secTag .FreeShippingBanner-arrow {
    border-right: 14px solid #fff;
    border-left: none;
}

.FreeShippingBanner-sidebar.secTag {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}


.FreeShippingBanner-sidebar {
    position: fixed;
    bottom: 130px;
    width: 30px;
    height: 250px;
    background-color: #ff9831;
    z-index: 6;
    color: #fff;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 99999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.FreeShippingBanner-sidebar-content {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    width: 8px;
    padding: 3px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-before: 0;
    margin-block-start: 0;
    color: #fcfcfc;
    display: inline-block;
    position: relative;
    top: -22px;
    left: 2px;

}

.FreeShippingBanner-arrow-collapsed {
    border-right: 14px solid #fff;
}

.FreeShippingBanner-arrow {
    width: 0;
    height: 0;
    margin: 24px 10px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.FreeShippingBanner-sidebar-expanded+.FreeShippingBanner-banner-expanded {
    position: fixed;
    bottom: 130px;
    right: 0;
    width: 500px;
    height: 250px;
    background-image: -webkit-gradient(linear, right top, left top, from(#484bb4), to(#263958));
    background-image: linear-gradient(270deg, #484bb4, #263958);
    z-index: 6;
    font-family: Whitney;
    color: #3e4152;
    cursor: default;
    display: block;
    z-index: 99999;
}

.FreeShippingBanner-sidebar-expanded {
    right: 499px;
}

.FreeShippingBanner-sidebar-expanded .FreeShippingBanner-arrow {
    border-left: 14px solid #fff;
    border-right: 0px solid #fff;
}

.FreeShippingBanner-sidebar.secTag,
.FreeShippingBanner-sidebar.secTag+div {
    top: 45%;
    bottom: auto;
}

.FreeShippingBanner-sidebar.firstTag,
.FreeShippingBanner-sidebar.firstTag+div {
    top: 45%;
    bottom: auto;
}

.FreeShippingBanner-sidebar-collapsed+div {
    display: none;
}

.navFixed {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}



@media (min-width: 1024px) {
    /* #navigator .f-dropdown {
  width: 508px;
 } */

}


.product-orientation .scn_select:hover,
.product-orientation .scn_select:focus {
    background-color: #fff !important;
    color: #000;
}

.product-orientation .scn_select {
    border: 1px solid lightgray;
    display: inline-block;
    min-width: 32.333%;
    padding: 3px 10px;
    text-align: left;
    font-size: 12px;
    line-height: 20px;
    border-radius: 30px;
    margin: 0 5px 5px 0;
}

.radio_wrap button {
    background: #fff;
    border: 1px solid #263958 !important;
    color: #263958;

}

.radio_wrap button:hover,
.radio_wrap button:focus {
    background: #ff9831;
    border: 1px solid #263958 !important;
    color: #fff;

}

.product-decription {
    width: 92%;
    margin: 0 auto;
}

.radio_content>.p-4 {
    padding: 20px !important;
}

.radio_content span {
    font-size: 12px !important;
}

.radio_content h6 {
    font-size: 14px !important;
}

.radio_content span span {
    font-size: 13px !important;
}

.radio_content i {
    font-size: 12px !important;
}

@media (max-width: 1024px) {


    .login .options a {
        margin-bottom: 15px;
    }

    .product-decription {
        width: 100%;
        margin: 0;
    }

    .copyright-text {
        margin-left: 0px;
    }

    .mini-footer p a {
        color: #ffffff;
    }

    .searchBox {

        max-width: 100%;
        flex: 1;
    }

    .col-sm-12.col-md-6.col-lg-4.scn-icons {
        padding: 11px 10px;
        flex: 1;
        max-width: 100%;
        justify-content: center;
    }

    .product-image {
        width: 100%;
    }

    .product-info * {
        justify-content: center;
        text-align: center;
    }

    .dropdown1 button1 {
        position: static !important;
    }

    .header-top .cart-toggle {
        display: none;
    }



}

@media (max-width: 767px) {
    .product-field p label {
        min-width: 105px !important;
    }

    .UserLoggedIn>ul {
        flex-wrap: wrap;
    }

    .UserLoggedIn .UserControl {
        flex: 1 0 100%;
        text-align: center;
    }

    .UserLoggedIn .UserControl a {
        background: #ffeed9;
        padding: 3px 16px;
        margin-top: -18px;
        border-radius: 3px;
    }


}

.cartIcon span.pCount {
    color: #fff;
    margin-left: 3px;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: -7px;
    left: auto;
    padding: 4px;
    border-radius: 50%;
    background: #444545;
}

.pay-optns {
    height: 59px;
    padding: 20px 25px;
    border: 1px solid rgba(219, 219, 219, 0.979);
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
    background: #263958;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}


ul.searchResult {
    position: absolute;
    top: 38px;
    left: 0;
    display: none;
    width: 0px;
    transition: all .5ms ease-in-out;
    opacity: 0;
}

.seRhover ul.searchResult {
    display: block !important;
    background: #fff;
    width: 100%;
    opacity: 1;
}

.seRhover ul.searchResult li {
    margin-left: 0px;

    padding: 5px;
    padding-left: 15px;
    border-bottom: 1px solid #ccc;
}

.album-book-page {
    text-align: left;
    margin-bottom: 10px;
    align-items: center
}

.album-book-page div span.js-hide,
.album-book-page div span.js-hide b {
    font-size: 12px !important;
    font-weight: bold !important;
}

.error {
    color: red;
}

.cart-price {
    font-weight: bold;
}

.cart-deleted-price {
    color: red;
    margin-left: 3px;
}

.currency {
    margin-right: 1px;
}

.img-name a{
    text-decoration: none;
    font-size: 18px;
    margin-top: 15px;
    color: black;
}

.img-container{
    padding:0px!important;
}

/* Order summary */
#order-smry{
    border-bottom: 1px solid #c9d3d6; 
    padding: 20px 0px 10px 0px;
    font-size: 20px;
    margin-top:-11px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
}
.summary-row, .state-row, .shipping-method-row, .shipping-name-row, .coupon-form-row{
    padding: 9px 0px 9px 0px; 
}
.summary-row, .state-row, .shipping-method-row{    
    border-bottom: 1px dashed grey;   
}
.summary-last-row, .coupon-form-row{
    border-bottom: none!important;
}
.shipping-name-row{
    border-bottom: 1px solid grey;   
}
.shipping-name-row .first{
    font-weight: 500;
}
.shipping-charges-row .first{
    width: 40%!important;
}
.shipping-charges-row .first{
    width: 60%!important;
}
.last-row{
    border-bottom: none!important;
}
.summary-row .first{
    width: 70%!important;
}
.summary-row .second{
    width: 30%!important;
}

.coupon-form-row .first{
    border: 2px solid rgb(67, 198, 238);
    width: 70%!important;
    border-radius: 3px 0 0 3px;
}
.coupon-form-row .second{
    border: 2px solid rgb(67, 198, 238);
    width: 30%!important;
    border-radius: 0px 3px 3px 0px!important;
}
.submit-btn{
    background-color: rgb(67, 198, 238);
    color: white;
    height: 100%;
    width: 100%;
    text-align: center;
    border: none;    
}
.coupon-row{
    padding: 0px!important; 
}
.state-row .first{
    width: 15%!important;
}
.state-row .second{
    width: 50%!important;
}
.state-row .second .state-name{
    height: 24px!important;
    font-size: 14px;
    padding: 0 0 0 10px;
    width: 90%;
    text-align: left!important;
}
.state-row .third{
    width: 35%!important;    
    text-align: right!important;
}

/* Chosen */
.chosen-results li{
    text-align:left!important;
}
.chosen-single{
    text-align: left!important;
    background: white!important;
    border-radius: 0px!important;
}
.chosen-container{
    max-width: 130px!important;
}


@media (max-width:993px){
    .state-row .first{
        width: 25%!important;
    }
    .state-row .second{
        width: 40%!important;
    }  
    .state-row .third{
        width: 35%!important;
    }        
}
.shipping-method-row div{
    width: 33%!important;
}
.remove-qty{
    font-size: 11px!important;
    padding: 3px 7px 0px 7px!important;
}
.summary-coupon-row .first{
    width: 70%!important;
}
.summary-coupon-row .second{
    width: 30%!important;
    border-radius:20px; background-color: rgb(67, 198, 238); color: white; font-weight: bold; padding-top: 5px; text-align: center;
}
.images-container{
    overflow: hidden;
}
@media (min-width:993px) {    
    .images-container{
        height: 500px!important;
    }
    .images-container img{
        height: 100%!important;
    }
}
@media (max-width:993px) and (min-width:767px) {    
    .images-container{
        height: 500px!important;
    }
    .images-container img{
        height: 100%!important;
    }
}
@media (max-width:767px) {       
    .images-container img{
        height: 100%!important;
    }
}

@media (min-width: 1200px){
    .modal-xl {
        max-width: 956px!important;
        height: 530px!important;
    }
}


input:focus{
    outline:0px!important;
}
.discount-breakup{
    font-size: 21px;
    border-radius: 100%;
    font-weight: bold;
    padding: 0px!important;
    width: 30px;
    height: 30px;
    text-align: center;
    align-items: center;
    background: black;
    border-color: black;
    margin-left: 10px;
    cursor: pointer;
    color:white;
}
.remove-breakup{
    color: white;
    background: red;
    padding: 3px;
    border-radius: 100%;
    font-size: 10px;
    width: 10px;
    height: 10px;
    cursor:pointer;
}
.proceed-to-pay{
    width: 100%;  
    background-color: #28a745;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    margin: 0px auto;
    border-radius: 3px;
}
.proceed-to-pay:hover{
    background-color: rgba(40, 167, 69, .9);
    color: white;
}


/* Home Page */
.review-nav-btn{
    font-size: 30px;
    border: 0;
    margin: 10px;
    background: rgba(0,0,0,.5);
    padding: 8px 14px;
    color: white;
    position: absolute;
}
.prev-btn{
    top: 40%;
    left: -10px;
}
.next-btn{        
    top: 40%;
    right: -9px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-nav [class*='owl-']:hover {
    background: #ff9831;
}

.review-comment,
.review-pname,
.review-date {
    color: gray;
    font-size: 14px;
}

.review-comment {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.owl-carousel .list-inline img {
    display: inline-block;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.review-profile-pic {
    border-radius: 50px;
    cursor: pointer;
    width: 90px!important;
    height: 90px!important;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -75px;
    margin: 0;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #ff9831 !important;
    font-size: 14px !important;
    margin: 5px !important;
    padding: 4px 7px !important;
    background: #fff !important;
    display: inline-block !important;
    cursor: pointer !important;
    border-radius: 3px !important;
    font-size: 21px !important;
    box-shadow: 0 0 2px 0 grey !important;
    line-height: 21px;
}

.review-profile-popup-outer{
    position: fixed;
    z-index: 1000000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.65);
    display: none;
    align-items: center;
    justify-content: center;
}
.review-profile-popup-outer.active{
    display: flex;
}
.review-profile-popup {
    height: 550px;
    max-width: 990px;
    padding: 59px 12px;
    display: none;
    
}
@media only screen and (max-width: 600px) {
    .review-profile-popup {
        flex-direction: column;
    }
}
.review-profile-popup-outer .close-btn {
    width: 30px;
    height: 30px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #ff9831;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.active .review-profile-popup {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
    background: rgba(255, 255, 255, 1);
}

.review-profile-popup img {
    height: 100%;
}
.prevBtn, .nextBtn{
    font-size: 28px;
    position: absolute;
    top: 50%;
    padding: 10px;
    color: #ff9831;
    width: 34px;
    z-index: 1000;
}
.prevBtn{   
    left: -63px;   
}
.nextBtn{ 
    right: -58px; 
}
.close-btn{
    background: red!important;
    color: white!important;
    font-size: 16px!important;
    z-index: 9999999999999!important;
    width: 25px;
    height: 25px;
    text-align: center;
    align-items: center;
    display: flex;
}
@media(min-width:993px){
    .close-btn{
        position: absolute;
        right: -25px;
        top: -25px;
      
    }   
}
@media(max-width:993px){
    .close-btn{
        position: absolute;
        right: -10px;
        top: -10px;     
    }     
}
@media(max-width:596px){
    .prevBtn{   
        left: -13px;   
    }
    .nextBtn{ 
        right: -13px; 
    }
}