/* NEW STYLE */

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(../s/roboto/v30/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff) format('woff2');
    font-display: block;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "fallback";
    src: local("Arial");
    ascent-override: 105%;
    descent-override: 35%;
    line-gap-override: 10%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden !important;
}

body {
    width: 100%;
    font-family: "Roboto", "fallback", sans-serif !important;
    height: auto;
    overflow-x: hidden !important;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
    padding-right: 0 !important;
}

.fs-responsive {
    font-size: 1rem;
}
.fs-55{
    font-size: 1.2rem !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px !important;
}

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

}

/* Handle */
::-webkit-scrollbar-thumb {
    background-color: rgba(80, 80, 80, 0.3);
    box-shadow: inset 1 1 2 #aaa;
    border-radius: 4px;

}

input.hp {
    display: none;
}

h5 {
    transition: all 0.3s ease-in;
}

a {
    text-decoration: none !important;
    color: #222 !important;
    transition: all 0.3s ease-in !important;
}

a:hover {
    text-decoration: none !important;
    color: #f68b1e !important;
}

.form-check-input:checked {
    background-color: #f68b1e !important;
    border-color: #f68b1e !important;
}

input[type='radio'] {
    accent-color: #f68b1e;
}

div.sidebar-content.sidebar-category>.sub {
    margin-left: 15px !important;
    padding-left: 3px;
    border-left: 1px dotted #aaa;
}

input[type='checkbox'] {
    accent-color: #f68b1e;
}


.pagination>.active>a {
    font-weight: bold;
    color: #f68b1e !important;
}


.fs-7 {
    font-size: 14px !important;
}

.fs-8 {
    font-size: 12px !important;
}

.text-blue {
    color: #113475 !important;
}

.text-blue-2 {
    color: #aaaacb !important;
}

.text-orange {
    color: #f68b1e !important;
}

.text-grey {
    color: #777 !important;
}

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

.text-red {
    color: #f63b1e;
}

.text-black {
    color: #000;
}

.text-hp {
    color: #fff;
}

.link-orange {
    color: #f68b1e !important;
    transition: all 0.3s ease-in;
}

.link-orange:hover {
    color: #fff !important;
}

.link-blue {
    color: #113475 !important;
    transition: all 0.3s ease-in;
}


.link-dark {
    transition: all 0.3s ease-in;
}

.link-light {
    transition: all 0.3s ease-in;
}

.link-dark-2 {
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

.link-underline {
    text-decoration: underline !important;
    cursor: pointer;
    text-decoration-color: #f68b1e !important;

}

.blog-post a {
    text-decoration: underline !important;
    text-decoration-color: #f68b1e !important;
    font-weight: bolder;
}

.content-page a {
    text-decoration: underline !important;
    text-decoration-color: #f68b1e !important;
    font-weight: bolder;
}

.content-page a>span {
    color: #000 !important;
    transition: all 0.3s ease-in;
}

.content-page a>span:hover {
    color: #f68b1e !important;
}

.content-page a>strong>span {
    color: #000 !important;
    transition: all 0.3s ease-in;
}

.content-page a>strong>span:hover {
    color: #f68b1e !important;
}

.link-blue:hover {
    color: #000 !important;

}

.link-light:hover {
    color: #f68b1e !important;
}

.link-dark:hover {
    color: #fff !important;
}

.link-dark-2 {
    color: #000 !important;
    transition: all 0.3s ease-in;
}

.link-dark-2:hover {
    color: #f68b1e !important;
}

.link-orange-2 {
    color: #f68b1e !important;
    transition: all 0.3s ease-in;
}

.link-orange-3 {
    color: #f68b1e !important;
    transition: all 0.3s ease-in;
}

.card {
    transition: all 0.3s ease-in;
}

.card>h3 {
    color: #000 !important;
}

.card:hover>.link-orange-2 {
    color: #113475 !important;
    transition: all 0.3s ease-in;
}

.card:hover>.link-orange-3 {
    color: #aaaacb !important;
    transition: all 0.3s ease-in;
}

.link-orange-3:hover {
    color: #aaaacb !important;
}

.link-orange-2:hover {
    color: #113475 !important;
}

.link-grey {
    color: #888 !important;
    transition: all 0.3s ease-in;
}

.link-grey:hover {
    color: #f68b1e !important;
}

.link-bg-orange {
    background-color: #f68b1e !important;
    color: #fff !important;
    transition: background-color 0.2s ease-in;
    border-radius: 0 !important;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

.link-bg-orange:hover {
    background-color: #e57a0d !important;
    color: #fff !important;
    border-radius: 0 !important;

}

.link-bg-blue {
    background-color: #113475 !important;
    color: #fff !important;
    border-radius: 0 !important;
    transition: all 0.3s ease-in;
    text-decoration: none !important;
}

.link-bg-blue:hover {
    background-color: #002364 !important;
    color: #fff !important;
    border-radius: 0 !important;
}

.link-pop:hover img {
    animation: pop 0.3s linear 1;
}

.link-pop:hover i {
    animation: pop 0.3s linear 1;
}

.link-grey-border {
    color: #888 !important;
    transition: color 0.3s ease-in;
}

.link-border-grey:hover {
    color: #f68b1e !important;
}

.link-border-grey>img {
    border: 3px solid #aaa;
    border-radius: 50%;
    transition: all 0.3s ease-in;

}

.link-border-grey:hover>img {
    border-color: #f68b1e;
    border-radius: 50%;
    animation: pop 0.3s linear 1;
}

@keyframes pop {
    30% {
        transform: scale(1.1);
    }
}

.btn-outline-orange {
    border: solid 1px #f68b1e !important;
    border-radius: 4px !important;
    color: #f68b1e !important;
    transition: border 0.3s linear, color 0.3s linear;
    border-radius: 0 !important;
}

.btn-outline-orange:hover {
    border: solid 1px #113475 !important;
    color: #113475 !important;
    border-radius: 0 !important;
}

.btn-outline-blue {
    border: solid 1px #113475 !important;
    border-radius: 4px !important;
    color: #113475 !important;
    background-color: #fff !important;
    transition: border 0.3s linear, color 0.3s linear;
    border-radius: 0 !important;
}

.btn-outline-blue:hover {
    border: solid 1px #f68b1e !important;
    color: #f68b1e !important;
    border-radius: 0 !important;
}

.bg-orange {
    background-color: #f68b1e !important;
}

.bg-blue {
    background-color: #113475 !important;
}

.bg-grey {
    background-color: #444 !important;
}

.bg-light-grey {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.border-input {
    border: 1px solid #f68b1e !important;

}

.border-input-2 {
    border: 1px solid #113475 !important;

}

.search-input {
    border: 1px solid #f68b1e;
}

.search-btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #f68b1e;
    margin-left: -3px;
}

.minh {
    min-height: 500px !important;
    max-height: 600px !important
}

.border-left {
    border-left: dotted 1px #888;
}

.border-bottom {
    border-bottom: 1px dotted #aaa;
}


.img-min-width {
    min-width: 10px;
}

.maxh {
    max-height: 170px !important;
}

.maxh-35 {
    min-height: 35px !important;
    max-height: 35px !important;
}

.maxh-40 {
    min-height: 40px !important;
    max-height: 40px !important;
}

.maxh-50 {
    min-height: 50px !important;
    max-height: 50px !important;
}

.maxh-55 {
    min-height: 55px !important;
    max-height: 55px !important;
}

.maxh-62 {
    min-height: 62px !important;
    max-height: 62px !important;
}

.maxh-60 {
    min-height: 40px;
    max-height: 60px !important;
}

.maxh-65 {
    min-height: 65px !important;
    max-height: 65px !important;
}

.maxh-70 {
    min-height: 70px !important;
    max-height: 70px !important;
}

.maxh-75 {
    min-height: 60px !important;
    max-height: 75px !important;
}


.maxh-80 {
    min-height: 80px !important;
    max-height: 80px !important;
}

.maxh-90 {
    min-height: 90px !important;
    max-height: 90px !important;
}

.maxh-100 {
    min-height: 100px !important;
    max-height: 100px !important;
}

.maxh-110 {
    min-height: 60px;
    max-height: 110px;
}

.maxh-110-true {
    min-height: 110px;
    max-height: 110px;
}

.maxh-111 {
    min-height: 30px !important;
    max-height: 110px !important;
}


.maxh-120 {
    min-height: 120px !important;
    max-height: 120px !important;
}

.maxh-130 {
    min-height: 130px !important;
    max-height: 130px !important;
}


.maxh-150 {
    min-height: 150px !important;
    max-height: 150px !important;
}

.maxh-170 {
    min-height: 170px !important;
    max-height: 170px !important;
}

.maxh-200 {
    min-height: 200px !important;
    max-height: 200px !important;
}

.maxh-210 {
    min-height: 80px !important;
    max-height: 210px !important;
}

.maxh-220 {
    min-height: 220px !important;
    max-height: 220px !important;
}

.maxh-240 {
    min-height: 240px !important;
    max-height: 240px !important;
}

.maxh-260 {
    min-height: 260px !important;
    max-height: 260px !important;
}

.maxh-280 {
    min-height: 240px !important;
    max-height: 280px !important;
}

.maxh-290 {
    min-height: 290px !important;
    max-height: 290px !important;
}

.maxh-330 {
    min-height: 330px !important;
    max-height: 330px !important;
}

.maxh-360 {
    min-height: 360px !important;
    max-height: 360px !important;
}

.maxh-380 {
    min-height: 380px !important;
    max-height: 380px !important;
}

.maxh-390 {
    max-height: 390px !important;
}

.maxh-400 {
    min-height: 400px !important;
    max-height: 400px !important;
}

.maxh-405 {
    min-height: 20px !important;
    max-height: 405px !important;
}

.maxh-410 {
    min-height: 410px !important;
    max-height: 410px !important;
}

.maxh-490 {
    min-height: 490px !important;
    max-height: 490px !important;
}

.maxh-500 {
    min-height: 20px !important;
    max-height: 500px !important;
}

.maxh-550 {
    min-height: 160px !important;
    max-height: 500px !important;
    max-width: 100%;
}


.maxh-570 {
    min-height: 570px !important;
    max-height: 570px !important;

}

.maxh-600 {
    min-height: 60px !important;
    max-height: 600px !important;
}


.maxh-700 {
    min-height: 700px !important;
    max-height: 700px !important;
}

.maxw-65 {
    min-width: 65px !important;
    max-width: 65px !important;
}

.maxw-90 {
    min-width: 90px !important;
    max-width: 90px !important;
}

.maxw-120 {
    min-width: 120px !important;
    max-width: 120px !important;
}

.maxw-150 {
    min-width: 150px !important;
    max-width: 150px !important;
}

.maxw-160 {
    min-width: 160px !important;
    max-width: 160px !important;
}

.maxw-200 {
    min-width: 60px !important;
    max-width: 200px !important;
}

.maxw-240 {
    min-width: 240px !important;
    max-width: 240px !important;
}

.maxw-290 {
    min-width: 290px !important;
    max-width: 290px !important;
}

.maxw-300 {
    min-width: 300px !important;
    max-width: 300px !important;
}

.maxw-310 {
    min-width: 310px !important;
    max-width: 310px !important;
}

.maxw-320 {
    min-width: 320px !important;
    max-width: 320px !important;
}

.maxw-330 {
    min-width: 330px !important;
    max-width: 330px !important;
}

.maxw-335 {
    min-width: 335px !important;
    max-width: 335px !important;
}

.maxw-340 {
    min-width: 80px !important;
    max-width: 340px !important;
}

.maxw-350 {
    min-width: 350px !important;
    max-width: 350px !important;
}

.maxw-380 {
    min-width: 380px !important;
    max-width: 380px !important;
}

.maxw-420 {
    min-width: 318px !important;
    max-width: 420px !important;
}


.maxw-600 {
    min-width: 300px !important;
    max-width: 600px !important;
}

.maxw-720 {
    max-width: 720px !important;
}

.maxw-740 {
    max-width: 740px !important;
}

.maxw-800 {
    min-width: 800px !important;
    max-width: 800px !important;
}

.maxw-100p {
    max-width: 100%;
}


.navbar-nav {
    height: 32px;
}

.nav-item {
    cursor: pointer;
    list-style: none !important;
}


.dropdown-MainNav {
    letter-spacing: 1px;
    color: #222;
}

.dropdown-MainNav:hover {
    color: #fff;
}

.nav-item>.active {
    color: #fff;
}

.dHome {
    width: 360px;
    left: 150px !important;
    top: 37px !important;
}

.dLoc {
    width: 360px;
    left: -250px !important;
    top: 33px !important;
}



.lm-popover {
    top: -1px;
    left: 99.8%;
    display: none;
    list-style-type: none !important;
}

.lm-popover-lg {
    height: 610px !important;
    display: none;
}


.top-dep .top-loc {
    transition: all 0s !important;
}

.top-dep:hover {
    color: #f68b1e;
    background-color: rgba(220, 220, 220, 0.6);
}

.top-loc:hover {
    color: #f68b1e;
    background-color: rgba(220, 220, 220, 0.6);
}

.sub-locs>.dropdown-item {
    width: 220px !important;
    margin: 0 !important;

}

.sub-deps>.dropdown-item>a {
    font-size: 1.2em;

}

.ul-col-1 {
    width: 200px;
    padding-left: 0;
    padding-bottom: 20px;
}

.ul-col-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    min-width: 400px;
    padding-left: 0;
    padding-bottom: 20px;
    list-style-type: none;
}

.ul-col-2-lg {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 600px;
    padding-left: 0;
    padding-bottom: 20px;

}

.ul-col-3 {
    columns: 200px 3;
    -webkit-columns: 200px 3;
    -moz-columns: 200px 3;
    width: 800px;
    padding-left: 0;
    margin: 0;
    padding-bottom: 20px;
}

.ul-col-4 {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    padding-left: 0;
    padding-bottom: 20px;
    list-style-type: none;
}

.dropdown-item {
    padding: 5px;
    transition: all 0.3s ease-in;
    list-style-type: none !important;
}

.dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.dropdown-item>a {
    min-width: 160px;
    word-wrap: break-word !important;
    white-space: normal !important;
}

footer ul {
    list-style-type: none !important;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    background-color: #fff;
    z-index: 1000;
    padding-top: 10px;
    list-style-type: none !important;
    word-wrap: break-word !important;
}

.dropdown-content ul {
    list-style-type: none !important;

}

.li-dep>a.maintainHover {
    color: #f68b1e;
    background-color: rgba(0, 0, 0, 0.03) !important;
}

.li-loc>a.maintainHover {
    color: #f68b1e;
    background-color: rgba(0, 0, 0, 0.03) !important;
}

@media (max-width: 1194px) {
    .dropdownSmall {
        top: 167px !important;
    }
}

.dropdownSmall {
    position: absolute;
    top: 33px !important;
    list-style: none !important;
    min-width: 280px;
    max-width: 280px !important;
}

.dropdownLocations>.dropdownLarge>ul {
    height: 1400px;
}

.hr {
    border-top: dotted 1px #aaa;
    opacity: 1 !important;
    background-color: transparent;
}

.sidebar-category li label {
    cursor: pointer;
}

.hr-strike {
    border-top: dotted 1px #aaa;
}

.nav-home-carousel>.active {
    border-bottom: 2px #f68b1e solid;
    color: #000;
}


.breadcrumb-dep {
    transition: all 0.3s ease-in;
    overflow-x: auto;
}

.breadcrumb-dep>a:hover {
    color: #f68b1e;
}

.breadcrumb-dep>a:last-child:hover {
    color: #000;
}

.products-breadcrumbs {
    font-size: 14px !important;
    transition: all 0.3s ease-in;
    overflow-x: auto;
}

.products-breadcrumbs>a:hover {
    color: #f68b1e;

}

.products-breadcrumbs>a:last-child:hover {
    color: #000;
}

.products-item-rating {
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tab-titles>.nav-item>.active {
    background-color: #fff;
    border-bottom: 2px #f68b1e solid;
    font-weight: bolder;
}

.sharebar__btn {
    color: #f68b1e;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}

.sharebar__btn:hover {
    color: #113475;
}

.twitter>a:hover i:before {
    color: #00acee !important;
}

.facebook>a:hover i:before {
    color: #3b5998 !important;
}

.tiktok>a:hover i:before {
    color: #fff !important;
    text-shadow: 2px 2px 0px #ff0050, -2px -2px 0px #00f2ea;
}

.instagram>a:hover i:before {
    background: radial-gradient(circle at 12% 107%, #fdf497 4%, #fdf497 16%, #fd5949 38%, #d6249f 66%, #285AEB 92%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.youtube>a:hover i:before {
    color: #c4302b !important;
}

.ytLoader {
    background-repeat: no-repeat !important;
    background-size: 100% 155% !important;
    background-position: center center !important;

}

.ytTitle {
    font-size: 22px;
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 0;
    padding: 10px 20px;
    color: #fff;
    font-weight: bolder;
    background: #000;
}



.ytButton {
    position: absolute;
    color: #f68b1e !important;
    font-size: 82px !important;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;

}

.rental-header {
    bottom: 10px;
    left: 10px;
    background-color: #eee;
    margin-right: 10px;
}

.products-item {
    transition: all 0.3s ease-in;
}

.products-item:hover {
    background-color: rgba(0, 0, 0, 0.03);

}

.products-item:hover .products-item-descr>a>h5 {
    color: #f68b1e;
}

.products-item:hover .products-item-descr>a>h6 {
    color: #f68b1e;
}

.vid-desc a {
    text-decoration: underline !important;
    text-decoration-color:  #f68b1e !important;
    font-weight: bolder !important;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@media(max-width:768px) {
    .border-left {
        border-left: none !important;
    }

    .minh {
        min-height: 400px !important;
        max-height: 500px !important;
    }
}

@media(max-width:450px) {
    .minh {
        min-height: 300px !important;
        max-height: 400px !important;
    }

}

@media (max-width: 1400px) {
    .fs-responsive {
        font-size: 14px !important;
    }

    .dHome {
        left: 60px !important;
    }

    .dLoc {
        left: -330px !important;
    }
}

@media (max-width: 1200px) {
    .dLoc {
        left: -400px !important;
    }

    .fs-responsive {
        font-size: 11px !important;
    }

}

@media (max-width: 1100px) {
    .dHome {
        left: 0px !important;
        width: 330px !important;
        padding: 0 !important;
    }

    .dLoc {
        left: -410px !important;
    }
}



@media (max-width: 990px) {
    .fs-responsive {
        font-size: 16px !important;
    }

    .border-left {
        border-left: none !important;
    }

    .ul-col-4 {
        columns: 3;
        -webkit-columns: 3;
        -moz-columns: 3;

        padding-left: 0;
        padding-bottom: 20px;
    }
}

@media (max-width: 787px) {
    .fs-responsive {
        font-size: 13px !important;
    }

}

@media (max-width: 528px) {
    .fs-responsive {
        font-size: 12px !important;
    }

    .ul-col-4 {
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;

        padding-left: 0;
        padding-bottom: 20px;
    }
}


@media (max-width: 480px) {
    .fs-responsive {
        font-size: 8px !important;
        background-color: #fff;
    }
}

@media (max-width: 366px) {
    .maxh-60 {
        max-height: 60px !important;
    }

}

.carousel-control-next {
    justify-content: end;
}

.carousel-control-previous {
    justify-content: start;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 3%;
    padding: 0;
    color: #f68b1e;
    text-align: center;
    background: 0 0;
    border: 0;
    transition: opacity .15s ease;
    z-index: 100000;
}

.modal-body>.btn-close {
    z-index: 300 !important;
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f68b1e'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f68b1e'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}


@media only screen and (max-device-width: 991px) and (min-device-width: 766px) {
    .maxw-420 {
        min-width: 720px !important;
        max-width: 720px !important;
    }
}

.acc-btn:not(.collapsed) {
    color: #f68b1e !important;
}

.acc-btn:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f68b1e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {

    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f68b1e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}


/* NEW STYLE */

/*youtube video size */

.embed-responsive {
    position: relative;
    padding-bottom: 50%;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* product-review */
.product-review {
    border: 1px solid #cacaca;
    border-radius: 5px;
    margin: 20px 10px;
    padding: 5px;
    font-size: 90%;
}

.review-rate {
    border-bottom: 1px solid #e8e8e8;
}

.rate-title {
    display: inline-block;
    width: 160px;
}

.lessons-header {
    background-image: url(../images/lessons/music_lessons-header.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 227px;
    background-position: right;
    background-size: cover;
}

#ProductSearchTxt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

@media(max-width:900px) {
    .lessons-header>div {
        background-color: rgba(220, 220, 220, 0.8);
    }
}

.has-error .form-control {
    border-color: #f68b1e !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(15deg);
    }

    85% {
        transform: rotate(-15deg);
    }

    90% {
        transform: rotate(15deg);
    }

    95% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.start {
    display: inline-block !important;
    animation: wiggle 1.5s;
    animation-iteration-count: 6;
}

.products-item {
    position: relative;
}

/*#product-image-lg{
    overflow:visible !important;
}*/
.zoomImg {
    background-color: #fff;
    z-index: 200;
    display: none;

}


.products-item-package-avail:before {
    content: url('../images/onspecial_badge.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.products-carousel-item-package-avail:before {
    content: url('../images/onspecial_badge.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}


.products-item-package-avail-fr:before {
    content: url('../images/onspecial_badge_french.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.products-carousel-item-package-avail-fr:before {
    content: url('../images/onspecial_badge_french.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.products-item-giftcard-avail:before {
    content: url('../images/giftcard_badge.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.products-carousel-item-giftcard-avail:before {
    content: url('../images/giftcard_badge.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}


.products-item-giftcard-avail-fr:before {
    content: url('../images/giftcard_badge-fr.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.products-carousel-item-giftcard-avail-fr:before {
    content: url('../images/giftcard_badge-fr.png');
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.cable_selector>div>.nav {
    background-color: unset;
}

.cable_selector>div>.nav>li>a:hover,
.cable_selector>div>.nav>li>a:focus {

    color: #f68b1e;
}

.cable_selector>div>.nav>li.active>a {
    border-bottom: 2px solid #f68b1e;

}

#step1>div>a>div>h3 {
    background-color: rgba(200, 200, 200, 0.4);
    padding: 4px;
    width: 100%;
}

#step2>div>a>div>h3 {
    background-color: rgba(200, 200, 200, 0.4);
    padding: 4px;
    width: 100%;
}

#playerWrap>iframe {
    min-height: 500px;
}

.playlist-row>.active {
    background-color: #222 !important;
    color: #fff !important;
}

.series-tile .active {
    color: #f68b1e !important;
}

@media (max-width: 780px) {
    #playerWrap>iframe {
        min-height: 400px;
    }
}

#validation-window {
    position: absolute;
    padding: 20px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    display: none;
    width: 300px;
    height: 500px !important;
    margin: auto;
    background: #fff;
    height: 420px;
    border-radius: 3%;
    z-index: 1000;
}

.search-subcategories a {
    display: block;
    width: 100%;
}

li.search-root-cat a {
    background-color: rgba(0, 0, 0, 0.03) !important;
    padding: 5px 10px;
    font-weight: bolder;
    display: inline-block;
    width: 100%;
}

li.search-root-cat a:hover {
    color: #f68b1e !important;

}

li.search-cat-current a {
    background-color: #f68b1e !important;
    padding: 4px;
    color: #fff !important;

}


li.search-2nd-cat>a {
    margin-left: 10px;
    padding-left: 5px;
    border-left: 1px dotted #aaa;
}

li.search-2nd-cat>a:hover {
    color: #f68b1e !important;
}

li.search-3rd-cat>a {
    margin-left: 20px;
    padding-left: 5px;
    border-left: 1px dotted #aaa;
}

li.search-3rd-cat>a:hover {
    color: #f68b1e !important;
}

li.search-4th-cat>a:hover {
    color: #f68b1e !important;
}

.label-default {
    padding: 1px;
}


.form-check-input:checked {
    background-color: #f68b1e;
    border-color: #f68b1e;
}

.sidebar-content {
    text-transform: capitalize;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px dotted #aaa;
    list-style: none;
}

.sidebar-content label {
    display: block;
    max-width: none !important;
}

.sidebar-content li,
.sidebar-content label {
    padding-top: .25rem;
    padding-bottom: .25rem;
    list-style: none;
}

.ellipsis-2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#slideshow {
    margin: auto;
    position: relative;
    width: 100%;
    height: 272px !important;
}

.lessons-offered>a:hover {
    color: #fff !important;
    background-color: #e0801f !important;
}

@media (max-width: 1399px) {
    #slideshow {
        height: 242px !important;
    }
}

@media (max-width: 1199px) {
    #slideshow {
        height: 202px !important;
    }
}

@media (max-width: 991px) {
    #slideshow {
        height: 166px !important;
    }
}

@media (max-width: 767px) {
    #slideshow {
        height: 146px !important;
    }

    .bg-mobile-light {
        --bs-bg-opacity: 1;
        background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
    }
}

@media (max-width: 766px) {
    .maxh-410 {
        min-height: 220px !important;
        max-height: 220px !important;
        margin-top: -20px;
    }

    .maxh-405 {
        min-height: 20px !important;
        max-height: 220px !important;

    }


}

@media (max-width: 500px) {


    .maxh-60 {
        max-height: 40px !important;
    }

    .fs-responsive {
        font-size: 10px !important;
    }

    #slideshow {
        height: 132px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        transform: scale(2, 6.5);
        opacity: .8 !important;
        height: 15px !important;
        top: 50%;
        margin: 0 !important;
    }

}

@media (max-width: 425px) {
    #slideshow {
        height: 112px !important;
    }
}

@media (max-width: 425px) {
    #slideshow {
        height: 92px !important;
    }
}

#slideshow div {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#slideshow>div>img {
    width: 100%;
}


@media (min-width: 1100px) {
    .breakout {
        margin: 1em -100%;
        /* old browsers fallback */
        margin: 1em calc(50% - 50vw);
        padding: 0 50px;
    }
}


.ellipsis-2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.overflow-x-hidden {
    overflow-x: hidden !important;
}

.products-list-image {
    width: 80%;
    margin: 0 auto;
    height: 140px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}

.maxh-45 {
    height: 45px;
    margin: 0;
}

.products-labels .product-model,
.products-labels .product-online,
.products-labels .product-used,
.products-labels .product-local {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.show-filters {
    background-color: #fff;
}

.fs-2 .fs-up-1 {
    font-size: 2.5rem !important;
}

.fs-6 .fs-up-1 {
    font-size: 1.25rem !important;
}

.communityTD {
    max-width: 100%;
    max-height: auto;
}

.loc-par>p {
    margin-bottom: 0;
}

.cursor-zoom-in {
    cursor: zoom-in !important;
}

.cursor-zoom-out {
    cursor: zoom-out !important;
}

.s-hover:hover {
    opacity: 0.8;
}


@media(max-width:390px) {
    .user-control>a {
        padding: 0;
    }
}