::selection {
    background: #B4D5FE;
    color: inherit;
}

.text-responsive {
    font-size: calc(100% + 1vw + 1vh);
}

.italian-font {
    font-family: 'Italian Plate No2 Expanded'!important;
}

.brighten img {
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.brighten img:hover {
    filter: brightness(90%);
    -webkit-filter: brightness(90%);
}

.pp-cb-box {
    position: relative;
    display: block;
    max-width: 1180px;
    margin: 0 auto;
}

.subsubtab-selector.active {
    color: #292929 !important;
    border-bottom: 2px solid #ff6c00;
    padding-bottom: 15px;
}

.input-search>button[type="submit"] {
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 50px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #515151;
    font-size: 28px;
}

.color-main {
    color: #000 !important;
}

.color-primary {
    color: #ff6c00 !important;
}

.bg-orange {
    background-color: #f06e22!important;
}

nav.navigation_22 {
    border-bottom: 2px solid #e1e1e1;
}


/*START: THAR*/


/* START: PP Tab 01 */

.pp_tab_01 .tab-container {
    display: none;
}

.pp_tab_01 .tab-container.active {
    display: block;
}

.rightOrangeArrow {
    color: #ff6c00;
    font-weight: bold;
    font-size: 16px;
    padding-right: 15px;
    background: url(../product_detail_assets/arrow3.png) no-repeat right center;
}

.rightOrangeArrow:hover {
    color: #ff6c00;
}

#searchDWProduct {
    background: #f0f0f0;
    border: 1px solid #f0f0f0;
    border-radius: 50px !important;
    padding-left: 70px;
    font-weight: lighter;
}

#SubmitBtnSearch {
    background: url(../product_detail_assets/search-icon.png) no-repeat center center;
    background-size: auto;
    padding: 12px;
    background-size: contain;
    position: absolute;
    left: 45px;
    top: 9px;
}


/*END: THAR*/

.ecommerce_7 .categories .active {
    border-color: #ff6c00;
}

.ecommerce_7 .categories a:hover {
    border-color: #ff6c00;
}

.ecommerce_7 .categories .active:hover {
    border-color: #ff6c00;
}

.btn.bg-primary {
    background-color: #ff6c00 !important;
    color: #ffffff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ff6c00;
}

h2 {
    color: #000;
}

.bg-primary {
    background-color: #ff6c00 !important;
}

.btn.bg-black {
    background-color: #000;
    color: #ffffff;
    font-weight: 600;
}

.pagination .active {
    background: #ff6c00;
    border-color: #ff6c00;
    color: #fff;
}

.pagination a:hover {
    color: #ff6c00;
}

.banner-01 .dots>.slick-dots li button {
    height: 1px !important;
    border-radius: 0px !important;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    box-shadow: none;
    padding: 0;
    margin: 0;
    position: relative;
    border: 1px solid #ffffff !important;
    outline: none;
    color: #272828;
    font-size: 0;
}

.banner-01 .dots>.slick-dots li.slick-active button {
    background: #ff6c00 !important;
    border-color: #ff6c00 !important;
}

@media screen and (min-width:767.98px) {
    .banner-01 .dots>.slick-dots li button {
        width: 150px !important;
    }
}

.dw-primary-color {
    color: #ff6c00 !important;
}


/* START Testimonials */

.testimonials {
    padding: 80px 0 40px 0;
}

.testimonials .testimonial-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -25px -12px;
    width: calc(100% + 24px);
}

.testimonials .testimonial {
    width: calc(100% / 3);
}

.testimonials .testimonial>.wrapper {
    padding: 25px 12px;
}

.testimonials .testimonial .box {
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0;
    font-size: 14.5px;
    line-height: 1.45;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.testimonials .testimonial .box .icon {
    font-size: 68px;
    font-weight: 900;
    color: #ff6c00;
    line-height: .35;
    padding: 40px 0 0 20px;
}

.testimonials .testimonial .box>.arrow {
    display: none!important;
}

.testimonials .testimonial .box .text {
    position: relative;
    padding: 0 35px 35px 35px;
    background: #fff;
    z-index: 2;
    color: #000
}

.testimonials .testimonial .name-container {
    position: relative;
    display: block;
    padding: 25px 0 0 80px;
    margin: 0;
    overflow: hidden;
}

.testimonials .testimonial .name-container::before {
    content: '';
    position: absolute;
    top: -24px;
    left: 15px;
    width: 80px;
    height: 55px;
    background: #fff;
    z-index: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    transform: translate(-30px, -55px)rotate(55deg)skew(60deg);
}

.testimonials .testimonial .name {
    font-size: 16px;
    font-weight: 600;
    color: #ff6c00;
    line-height: 1.4;
}

.testimonials .testimonial .title {
    font-size: 12px;
    color: #333;
    font-weight: 300;
}

@media screen and (max-width:991.98px) {
    .testimonials .testimonial {
        width: 50%;
    }
}

@media screen and (max-width:567.98px) {
    .testimonials .testimonial {
        width: 100%;
    }
}


/* END Testimonials */


/*START Contacts Map*/

.repsDIV {
    margin: 60px 0;
}


/*.maps{ display:none;}*/

#map-start {
    display: none;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    text-decoration: underline;
    margin-left: 30px;
}

.jsmaps-wrapper {
    padding: 50px 0 0;
}


/*.jsmaps-wrapper .jsmaps-console{left: 953px !important;}*/

.world-map-container {
    width: 100%;
    margin: 20px auto 0;
}

.usa-map-container {
    width: 760px;
    margin: 20px auto 0;
}

.canada-map-container {
    width: 460px;
    margin: 20px auto 0;
}

.mexico-map-container {
    width: 460px;
    margin: 20px auto 0;
}

.pr-map-container {
    width: 460px;
    margin: 20px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
    .world-map-container {
        width: 768px;
    }
    .usa-map-container {
        width: 560px;
        margin: 20px auto 0;
    }
    .canada-map-container {
        width: 360px;
        margin: 20px auto 0;
    }
    .mexico-map-container {
        width: 360px;
        margin: 20px auto 0;
    }
    .pr-map-container {
        width: 360px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 767px) {
    .world-map-container {
        width: 420px;
    }
    .usa-map-container {
        width: 320px;
        margin: 20px auto 0;
    }
    .canada-map-container {
        width: 220px;
        margin: 20px auto 0;
    }
    .mexico-map-container {
        width: 220px;
        margin: 20px auto 0;
    }
    .pr-map-container {
        width: 220px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 480px) {
    .world-map-container {
        width: 300px;
    }
    .usa-map-container {
        width: 200px;
        margin: 20px auto 0;
    }
    .canada-map-container {
        width: 150px;
        margin: 20px auto 0;
    }
    .mexico-map-container {
        width: 150px;
        margin: 20px auto 0;
    }
    .pr-map-container {
        width: 150px;
        margin: 20px auto 0;
    }
}

#pHead sup {
    top: -20px;
}


/*END Contacts Map*/

.ecommerce_7 .categories .active {
    border-color: #ff6c00;
}

.ecommerce_7 .categories a:hover {
    border-color: #ff6c00;
}

.ecommerce_7 .categories .active:hover {
    border-color: #ff6c00;
}

.btn.bg-primary {
    background-color: #ff6c00 !important;
    color: #ffffff;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #ff6c00;
}

h2 {
    color: #000;
}

.dw-promo-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.dw-top-nav-sticky {
    display: block;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 95;
}

.dw-top-nav-fixed {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 95;
}

.dw-nav-tab-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 141px;
    z-index: 1020;
}

.dw-nav-tab-sticky1 {
    position: -webkit-sticky;
   /* position: sticky; */
    position: fixed;
    top: 78px;
    z-index: 1020;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0)!important;
}

@media screen and (max-width:700px) {
    .dw-promo-sticky {
        position: revert !important;
    }
    .dw-top-nav-sticky {
        position: revert !important;
    }
    .dw-nav-tab-sticky {
        top: 0px;
    }
	.dw-nav-tab-sticky1{
		position: relative;
		 top: 0px;
	}
    .dw-top-nav-fixed {
        position: relative !important;
        top: 0px;
    }
}


/* Back to Top Button */

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.btn-floating.btn-lg {
    padding: 0;
    width: 3.125rem;
    height: 3.125rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .2), 0 2px 10px 0 rgba(0, 0, 0, .1);
}


/* Popup Container */

.popup-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    pointer-events: none;
    transition: opacity .45s;
}

.popup-container.active {
    opacity: 1;
    pointer-events: auto;
}

.popup-container .popup-close {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.popup-container>.wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-container .close-btn {
    position: absolute;
    top: 30px;
    right: 45px;
    width: 34px;
    height: 34px;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}

.popup-container .close-btn>img {
    display: block;
    width: 26px;
    height: auto;
}


/* Home:  Banner and Products and Sections */

@media screen and (max-width: 575.98px) {
    .home_product_mobile_view {
        display: block !important;
    }
    .home_product_desktop_view {
        display: none !important;
    }
    .built_for_users {
        background-size: none !important;
    }
    .dw_megapix_ip_cameras {
        background-size: none !important;
    }
    .dw_blackjack_w_480 {
        width: 100% !important;
    }
}

@media screen and (min-width: 575.98px) {
    .home_product_mobile_view {
        display: none !important;
    }
    .home_product_desktop_view {
        display: block !important;
    }
    .built_for_users {
        background-size: cover !important;
    }
    .dw_megapix_ip_cameras {
        background-size: cover !important;
    }
    .desktop-product-h-150 {
        height: 150px;
    }
    .desktop-product-h-170 {
        height: 170px;
    }
}

.input.focus-action-primary:focus {
    border-color: #ff6c00;
}

.newBand {
    position: absolute;
    right: 15px;
    z-index: 1;
}

.plist-pname {
    max-height: 100px;
    overflow: auto;
    scrollbar-width: none;
}


/*.ecommerce_7 .img_link img {    min-height: 140px; }*/

input[type="checkbox"].focus-action-1:checked+label::before,
input[type="radio"].focus-action-1:checked+label::before {
    border-color: #ff6c00 !important;
    background-color: #ff6c00 !important;
    color: #fff !important;
}

.color-special {
    color: #427da4 !important;
}


/* Navigation */

/*
.navbar {
    padding: 0 1rem;
}
*/
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
}

.navbar-light .navbar-nav a.nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff6c00;
}

.dropdown-menu {
    margin-left: 0;
    padding: unset;
    width: 100%;
}

.dropdown-menu.show {
    background: #f1f1f1;
}

.dropdown-menu.show .dropdown-item:focus,
.dropdown-menu.show .dropdown-item:hover {
    background-color: #f1f1f1;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #ff6c00;
}

#topnav-search-container .form_4 .bg-light {
    transform: none;
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg>.container {
        max-width: 100%!important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 1rem;
        text-align: center;
    }
    .navbar-collapse {
        border-top: 2px solid #f06e22;
    }
    .dropdown-menu.mega .nav-pills .nav-link {
        text-align: left;
    }
    .bg-orange {
        display: none!important;
    }
}


/* Mega Menu */

.dropdown-menu.mega a {
    white-space: normal!important;
}

.dropdown-menu.mega .dropdown-item {
    padding: 0;
}

.dropdown-menu.mega a.nav-link {
    text-transform: none;
    padding: 0.15rem 2rem;
}

.dropdown-menu.mega a.nav-link.f-18 {
    margin-top: 0.5rem;
    padding: 0.15rem 1rem;
}

.dropdown-menu.mega .nav-pills .nav-link.active {
    color: #ff6c00;
}

.dropdown-menu.mega .nav-pills .nav-link.active,
.dropdown-menu.mega .nav-pills .show>.nav-link {
    background: none;
}

.dropdown-menu.mega .tab-content {
    padding: 1rem;
}