
body:not(#index) #header {
    background-color: #01155a;

}


.text-small {
    font-size: 0.8rem;
}

.text-dark {
    color: #000;
}

.text-white {
    color: #fff;
}

.text-grey {
    color: #9699a0;
}

.text-blue {
    color: #007cfd;
}

.text-ccblue {
    color: #00498e;
}

.text-red {
    color: #d72612;
}

.text-yellow {
    color: #f1ce02;
}

.text-confirm {
    color: #17823c;
}

.text-bundle {
    color: #ff5b0f;
}

.grey-border {
    border: 1px solid #E0E0E0;
}

.background-ccblue {
    background-color: #00498e;
}

.background-blue {
    background-color: #015495;
}

.doorcrasher-bg {
    background-color: #1c4ac4;
}

.background-red {
    background-color: #da0000;
}

.bg-cc-lighter {
    background-color: #2492ff;
}

.background-grey {
    background: #f7f7f7;
}

.bg-grey {
    background: #f1f4f9;
}

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

.border-availability {
    border: 2px solid #dee2e6;
}

.border-availability:hover {
    background: #E3E9F8;
    border-radius: 8px 8px 8px 8px;
    border: 2px solid #1B4AC5;
}

.bg-white {
    background-color: #fff;
}

.progress-bar {
    height: 100%;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    border-radius: 25px;
}

.progress {
    display: block;
    width: 100%;
    height: 0.3rem;
    margin-bottom: 0;
    border-radius: 25px;
}

/* Home Page Styles */
/* Home page header menu */
#wrapper {
    background: #ffffff;
}

#header,
#header .header-top {
    background-color: #01155a00;
}

#header .header-nav {
    max-height: 150px;
    border-bottom: 0;
    padding: 1rem 0;
}

#header .header-top .menu {
    padding-left: 0;
}

.search-widgets {
    display: none;
}

.nav-search i {
    position: absolute;
    right: 8px;
    top: 5px;
}

.nav-search .form {
    position: relative;
}

.nav-search .form-control:focus {
    color: #232323;
    background-color: #fff;
    outline: 0;
}

.nav-search .fa-search {
    position: absolute;
    top: 10px;
    left: 42px;
    color: #000;
}

.nav-search span {
    position: absolute;
    right: 0;
    top: 8px;
    padding: 14px;
    border-left: 1px solid #d1d5db;
}

.nav-search .left-pan {
    right: 40px;
}



.nav-search .form-input {
    height: 5vh;
    text-indent: 5px;
    border-radius: 0;
}

.nav-search .form-input:focus {

    box-shadow: none;
    border: none;
}

.store-button {
    padding: 3px 10px;
    border-radius: 25px;
    background-color: #1c4ac4;
}

body.offcanvas-active {
    overflow: hidden;
}

.offcanvas-header {
    display: none;
}



/* Header */
.nav-container .main-nav{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 33rem;
    border: 1px solid #ddd;
}
.main-nav .second-nav,.main-nav .third-nav {
     overflow-y: auto;
     overflow-x: hidden;
     height: 100%;
     border: 1px solid #ddd;
}

.nav-container>.main-nav {
    background-color: #fff;
    width: 100%;
}


.nav-container>.main-nav>li:hover {
    background-color: rgba(28, 74, 196, .1);
}

.nav-container>.main-nav>li:hover a {
    color: #000;
}

.nav-container>.main-nav>li>ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    background-color: #fff;
    height: 100%;
    width: 100%;
}



.nav-container>.main-nav>li>ul>div>li:hover {
    background-color: rgba(28, 74, 196, .1);
}

.nav-container>.main-nav>li>ul>div>li:hover a {
    color: #fff;
}

.nav-container>.main-nav>li>ul>div>li>ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0px;
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.nav-container>.main-nav>li>ul>div>li:hover ul {
    display: block;
}

.nav-container>.main-nav>li>ul>div>li>ul>div>li:hover {
    background-color: rgba(28, 74, 196, .1);
}

.nav-container>.main-nav>li>ul>div>li ul li ul li {
    padding: 20px;
}

.nav-container a {
    color: #000;
    text-decoration: none;
    padding: 7px 20px 8px 20px;
    width: 100%;
    display: block;
    min-height: 100%;
    font-size: .9rem;
}

.nav-container li {
    width: 100%;
    color: #000;
    list-style: none !important;
    margin: 0 !important;
}
























.header-main {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
}

.logo {
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.brand-wrap {
    text-decoration: none
}

.icon-sm {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 20px
}

.widget-header {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.widget-header .notify {
    position: absolute;
    top: -3px;
    right: -10px
}

.notify {
    position: absolute;
    top: -4px;
    right: -10px;
    display: inline-block;
    padding: .25em .6em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    border-radius: 3rem;
    color: #fff;
    background-color: #fa3434
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.search-form {
    border: 1px solid #ffffff
}

#header .search-button {
    border: none;
    background-color: #fff;
}

.search-button {
    color: #000000;
    border-color: #ffffff00;
    background-color: #f6f6f6;
    border-left: 2px solid #7777775e;
}

#header .search-button:hover {
    background-color: #1c4ac4;
    color: #fff;
}

.search-button:active:focus {
    outline: none;
    color: #000;
}

.search-button:focus {
    outline: none;
    color: #000;
}

.microphone-ico:focus {
    outline: none;
}

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

.navbar-toggler {
    padding: 4px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.37rem
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    width: 19.6rem;
    padding: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #ffffff00;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .45rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.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");
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
}



.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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");
}

.custom-toggler.navbar-toggler {
    border-color: #FFF;
}

.second-dropdown {
    display: none;
    background: #fff;
    z-index: 1;
    padding: 20px 20px 1px 20px;
    min-height: 100%;
}

/* mobile back button */
.second-nav-back,
.third-nav-back {
    padding: 7px 0 8px 20px;
}

.mobile-fullmenu {
    right: 0px;
    width: 100%;
}

.left-menunav a,
.second-dropdown a {
    color: #000;
}

.dropdown-menu .dropdown-item {
    color: #000;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: .625rem;
    border-bottom: 0px solid #f6f6f600;
}

#mobile_top_menu_wrapper {
    padding: 15px;
    background: #01155a;
}

.popover {
    top: 40px;
    background-color: #ffffff;
}

/* Footer */
.footer {
    background-color: #01155a;
}

.subscribe-div label {
    text-align: left;
    width: max-content;
}

.subscribe-btn:hover {
    background-color: #2492ff;
}

.subscribe-btn:focus,
.subscribe-btn:active {
    outline: none;
    background-color: #2492ff;
}

.social-icons span {
    width: 2.5rem;
    height: 2.5rem;
}

.social-icons img {
    width: 2.5rem;
    height: 2.5rem;
}

.social-icons i {
    color: #01155a;
}

.footer-menu li a {
    color: #fff;
}

.footer-menu .title span {
    color: #fff;
}


.footer-vertical-nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footer-vertical-nav li {
    color: #fff;
    font-size: 0.8rem;
    padding: 5px 5px;
}

.footer-vertical-nav li:not(:last-child):after {
    color: #fff;
    content: "|";
    padding: 0 10px 0 16px;
}

.nav-border-1 {
    border-top: 1px solid #777;
    position: absolute;
    width: 100%;
    left: 0;
}

/* Home page */
/* Home page main slider */
.carousel .carousel-inner {
    height: auto;
}

.carousel-indicators li {
    background-color: white;
    border-color: #ffffff00;
}

/* .save-text-reverse {
    background: #da0000;
    color: #fff;
    font-size: .7rem;
    padding: 0 17px 3px 7px;
    margin: 0 0 0 0;
    display: inline-block;
    font-weight: 500;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 10% 100%);
    text-transform: uppercase;
    display: flex;
    justify-content: end;
} */

/* Door crasher */

/* .doorcrasher-border {
    border-color: #1c4ac4;
    border-style: solid;
    border-width: 0 6px 6px 6px;
}


.doorcrasher .product-flag.discount,
.product-flags li {
    background-color: #da0000;
}

.doorcrasher .product-flags {
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: none;
} */

/* Power Deals */
/* .short-information {
    position: absolute;
    color: #fff;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: auto;
    padding: 5px 5px;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
}

.power-deals .products-section-title {
    text-align: left;
    margin: 0;
}

.power-deals .product-miniature {
    flex-direction: column;
} */

/* Home video */
/* .home-video .item-video {
    height: 400px;

}

.home-video .owl-video-tn {
    background-size: cover;
}

.home-video .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 25%;
    right: 25%;
} */



/* Category Page Slider */
/* .category-indicators {
    bottom: -37px;
} */

/* shop by category */
/* .shop-categories-tile a{
margin:5px 0 ;
} */
/* .category-deals .row {
    background-color: #f1f4f9;
} */

/* Product Info Page Styles */

/* .on-sale {
    display: none;
}

#product #content {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.review-icon i {
    color: #ffcc00;
}

.inner-bar {
    position: absolute;
    background: #FFCC00;
    width: 50%;
    height: 100%;
}

.rate-bar {
    height: 0.625rem;
    width: 63%;
    background: #f2f2f2;
    display: inline-block;
    margin: 0 10px;
    position: relative;
}

.product-title a {
    color: #121212;
}

.product-miniature .product-price-and-shipping {
    font-weight: 700;
    color: #232323;
    text-align: left;
}

.product-miniature .product-title {
    margin-top: 0.7rem;
    text-align: left;
    line-height: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-miniature .product-description {
    padding: 0.25rem 0.5rem 0.7rem;
}

.page-index .product-flags li.product-flag {
    padding: 5px 20px 5px 5px;
    margin-top: 0;
    text-align: left;
}

.page-index .product-flags {
    top: 0;
    left: 15px;
}

.product-flags {
    top: 0;
    left: 0;
}

.product-flags li.product-flag {
    background: #da0000;
    color: #fff;
    font-size: .85rem;
    padding: 5px 20px 5px 10px;
    margin: 0;
    display: inline-block;
    font-weight: 500;
    clip-path: polygon(0 0, 89% 0, 100% 100%, 0% 100%);
    text-transform: uppercase;
    border-radius: 0;
} */


/* Count Down  */

/* .countdown_section {
    display: inline-block;
    border-radius: 6px;
    background-color: #F24330;
}

.countdown_section:first-child {
    margin-left: 0;
}

.countdown_section .value {
    border-radius: 3px;
    color: #fff;
    line-height: 1.875rem;
    text-align: center;
    height: 1.875rem;
    width: 1.875rem;
}

.countdown_label {
    font-size: 25px;
    padding: 0 4px 4px;
    color: #f24330;

}

.time-offer-text {
    color: #f24330;
}

.return-message {
    background-color: #E3E9F8;
}

.return-message i {
    position: relative;
    top: calc(50% - 10px);
}

.save-amount,
.discount-percentage {
    color: #d72612;
    text-transform: none;
}

.has-save .current-price-value {
    color: #d72612;
}


.product-price .regular-price {
    color: #1c1c1c;
    font-size: 1rem;
}

.product-discount .regular-price {
    color: #1c1c1c;
    font-size: 1rem;
}

.or-border b {
    position: absolute;
    width: 25px;
    height: 25px;
    border: #dddddd 1px solid;
    top: 35%;
    left: -12px;
    border-radius: 50%;
    background: #ffffff;
    padding: 0px;
    font-weight: normal;
    font-style: italic;
    color: #7a7a7a;
    font-size: 14px;
    line-height: 22px;
}

.or-border span {
    position: relative;
    background: #dddddd;
    display: block;
    height: 80px;
    text-align: center;
    width: 1px;
}

.new-item-panel {
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    position: relative;
    text-align: center;
}

.open-box-status {
    background: #ff8c0f;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    padding: 1px 15px 1px 10px;
    margin-top: 5px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
}

.new-item-panel span.pricebld,
.arrow-right {
    font-weight: bold;
    font-size: 20px;
    color: #ff8c0f;
} */

/* Custom Message */

/* .asus_adobe_bundle {
    color: #cc4e00;
    text-decoration: underline
}

.asus_adobe_bundle:hover {
    color: #cc4e00;
}

.custom-message-content-border {
    border: 1px solid #00792c;
}

.gift-border {
    border-radius: 100px;
    border: 1px solid #00792c;
    position: absolute;
    top: -17px;
    background-color: #fff;
}

.gift-border p {
    padding: 2px 15px 3px;
    color: #0c855f;
} */



/* Variation butttons */
/* .btn-product-variation {
    margin-bottom: 1rem;
    border-radius: 5px;
    width: auto;
    text-align: center;
}

.selected-variation {
    border: 1px solid #838583;
    font-weight: bold;
} */

/* Quantity plus and minus product info */
/* .product-quantity .qty {
    margin-left: 2rem;
}

.product-quantity .qty-plus {
    position: absolute;
    left: 10px;
    top: 0;
    background-color: #1B4AC5;
    color: #fffcfc;
    border: 0;
}

.product-quantity .qty-minus {
    position: absolute;
    right: 74px;
    top: 2px;
    background-color: #1B4AC5;
    color: #fffcfc;
    border: 0;
}

.product-quantity #quantity_wanted {
    width: 4rem;
    height: 1.4rem;
    padding: 0.1rem 0.1rem;
    color: #232323;
}

.product-quantity .add {
    margin-left: 55px;
} */

/* Wishlist text */
.wishlist-button-add-modify {
    background-color: #ffffff00;
    border: 0;
}

.wishlist-text {
    color: #026eea;
    margin-bottom: 0;
    font-weight: 600;
}

/* Additional Info  */

/* .additional-detail-links {
    color: #0056b3;
    text-decoration: underline;
}

.additional-detail-links:hover {
    color: #0056b3;
    text-decoration: underline;
}

.visadetail-pop {
    display: none;
    position: fixed;
    background: #fff;
    padding: 20px;
    z-index: 10;
    width: 80%;
    max-width: 700px;
    max-height: 100vh;
    top: 17vh;
    left: 50%;
    transform: translate(-50%, 0%);
    overflow-y: hidden;
    height: 770px;
}

.additional-info-panel {
    border: #c3c3c3 1px solid;
    padding: 10px 10px;
}

.additional-info-panel span {
    color: #1434cb;
    font-size: 15px;
}

.additional-info-panel a {
    color: #007cfd;
    text-decoration: underline;
} */

/* Tech Care  */
/* .tech-protection .btn2 {
    margin: 5px;
    text-align: center;
    color: #005495;
    font-weight: 500;
    border-color: #005495;
    border-radius: 5px;
    display: inline-flex;
    border: 1px solid #005495;
    padding: 10px 8px;
    justify-content: center
} */

/* Availability */

/* .check-bg,
.check-bg-online {
    background: #00792b;
    color: #fff;
    position: absolute;
    display: flex;
    height: 100%;
    vertical-align: top;
    padding: 4px;
    font-size: 0.6rem;
}

.availablity__ship p {
    margin-bottom: 0;
} */

/* Bundle */
/* Equal Heights for OwlCarousel 2 */

.owl-carousel-bundle .owl-stage {
    display: flex;
}

.owl-carousel-bundle .owl-item {
    display: flex;
    flex: 1 0 auto;
}

.owl-carousel-bundle .thumbnail {
    display: flex;
    flex-direction: column;
    margin: 0 15px;
}

.owl-carousel-bundle .thumbnail .caption {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
}

.owl-carousel-bundle .thumbnail .caption .flex-text {
    flex-grow: 1;
}

.reviews-loaded .wishlist-button-add-modify {
    display: none;
}

.bundle-items .product-title {
    margin-top: 0;
    line-height: 0.8;
}

.bundle-items .product-title a {
    color: #000;
    font-weight: 500;
}

.bundle-slider i {
    color: #000;
    font-weight: 500;
}


.bundle-owl-carousel,
.bundle-section .owl-prev,
.owl-next {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 5px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.owl-carousel-bundle .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 5px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.owl-3-style .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 5px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.owl-4-style .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 5px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.bbb_viewed_slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 9px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.bbb_viewed_slider .owl-prev {
    left: -20px;
    background: #d6d6d6;
}

.bbb_viewed_slider .owl-next {
    right: -20px;
    background: #d6d6d6;
}

.bbb_viewed_content p {
    color: #000;
}

.owl-carousel-bundle .owl-prev {
    left: -20px;
    background: #d6d6d600;
}

.owl-carousel-bundle .owl-next {
    right: -20px;
    background: #d6d6d600;
}

.owl-3-style .owl-prev {
    left: -20px;
    background: #d6d6d600;
}

.owl-3-style .owl-next {
    right: -20px;
    background: #d6d6d600;
}

.owl-4-style .owl-prev {
    left: -20px;
    background: #d6d6d600;
}

.owl-4-style .owl-next {
    right: -20px;
    background: #d6d6d600;
}


.bundle-owl-carousel,
.owl-carousel-bundle,
.bundle-section .owl-prev {
    left: -20px;
}

.bundle-owl-carousel,
.owl-carousel-bundle,
.bundle-section .owl-next {
    right: -20px;
}

.bundle-owl-carousel,
.owl-carousel-bundle .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 12%;
    display: flex;
    justify-content: center;
}

/* brand slider */
/* .brand-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 9px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.brand-slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 12%;
    display: flex;
    justify-content: center;
}

.brand-slider .owl-prev {
    left: -5px;
    background: #d6d6d6;
}

.brand-slider .owl-next {
    right: -5px;
    background: #d6d6d6;
} */

/* Product listing top selling product */
.top-selling-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 9px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.top-selling-slider .owl-prev {
    left: 0;
    background: #d6d6d6;
}

.top-selling-slider .owl-next {
    right: 0;
    background: #d6d6d6;
}

/* Product listing top selling product */

.shop-category-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 9px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.shop-category-slider .owl-prev {
    left: 0;
    background: #d6d6d6;
}

.shop-category-slider .owl-next {
    right: 0;
    background: #d6d6d6;
}

.shop-category-slider .owl-stage {
    margin: 0 auto;
}


/* New arrivals Slider */
.new-arrivals-slider .owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin: 0;
    padding: 3px 9px;
    transform: translateY(-50%);
    display: block;
    border: 0px solid black;
    border-radius: 25px;
    color: #000;
}

.new-arrivals-slider .owl-prev {
    left: 0;
    background: #d6d6d6;
}

.new-arrivals-slider .owl-next {
    right: 0;
    background: #d6d6d6;
}

/* Product info sliders */
/* .owl-3-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: 0;
}

.owl-3-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-3-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-2-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}

.owl-4-style .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background: #cccccc;
    -webkit-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    -o-transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    transition: 0.3s all cubic-bezier(0.32, 0.71, 0.53, 0.53);
    margin: 3px;
}


.owl-3-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-3-style .owl-dots .owl-dot:active,
.owl-3-style .owl-dots .owl-dot:focus {
    outline: none;
}

.owl-4-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: 0;
}

.owl-4-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-4-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-4-style .owl-dots .owl-dot:active,
.owl-4-style .owl-dots .owl-dot:focus {
    outline: none;
}

.demos .item {
    height: 10rem;
    background: #4DC7A0;
    padding: 1rem;
}

.owl-2-style .owl-dots {
    text-align: center;
    position: relative;
    bottom: -30px;
}

.owl-2-style .owl-dots .owl-dot {
    display: inline-block;
}

.owl-2-style .owl-dots .owl-dot.active span {
    background: #007bff;
}

.owl-2-style .owl-dots .owl-dot:active,
.owl-2-style .owl-dots .owl-dot:focus {
    outline: none;
} */



/* Stock Availability location*/

/* .item__avail {
    padding: 0 20px;
}

.item__avail .item__avail__head {
    background: #30589a;
    color: #fff;
    padding: 9px 10px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.col-border-bottom .col-md-4 {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.store-col-border-bottom .col-md-4 {
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}

.stocklevel-pop a {
    color: #000;
    margin-bottom: 0;
    align-self: center;
    font-weight: 500;
    font-size: 0.9rem;
}

.item__avail__num .item-stock {
    background: #f2f8fe;
    border-radius: 3px;
    padding: 3px 5px;
    border: #dbdbdb 1px solid;
    text-align: center;
}

.item__avail__num p {
    margin-bottom: 0;
} */

/* Location select */
/* .prefer-select-btn .btn {
    border: none;
    border-radius: 0;
    display: inline-block;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0.2rem 0.2rem;
    width: 100%;
    font-size: 0.8rem;
    text-align: left;
}

.prefer-select-btn .btn-secondary:focus {
    outline: 0px auto -webkit-focus-ring-color;
    background-color: #015495;
    color: #fff;
}

.prefer-select-btn .btn-secondary:focus-visible {
    outline: 0px auto -webkit-focus-ring-color;
    background-color: #015495;
    color: #fff;
}

.prefer-select-btn .btn-secondary:active {
    background-color: #015495;
    color: #fff;
    ;
}

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

.btn-storelocator {
    padding: 0.55rem 0.5rem;
}

.col-px-1_5>[class*="col"] {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.mx-store-button {
    margin-right: 1.5px;
    margin-left: -1.5px;
}

.bttn-border {
    border: 1px solid #005495;
    border-radius: 25px;
}

.store-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.store-card-body li {
    text-align: left;
    list-style: disc;
} */


/* Benefits section */
.benefits-section {
    background-color: #e6eaf3;
}

.benefits-section h4 {
    border-bottom: 3px solid #ccd2de;
}

.benefits-section i {
    margin-right: 15px;
    color: #066eeb;
}

.benefits-section li {
    line-height: 3;
    font-weight: 700;
}


/* installments-plans */

/* .installments-plans button {
    background: #fff;
    border: #c3c3c3 1px solid;
    border-radius: 5px;
}

.installments-plans img {
    width: 30%;
} */


/* Description */

/* .tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border: 0;
    color: #ffffff;
    background-color: #1c4ac4;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-weight: 600;
}

.tabs .nav-tabs .nav-link {

    border-color: #dee2e6 #dee2e6 #fff;
    border: 1px solid #e7e7e7;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom: 0;
    background-color: #cdddea;
    color: #000000;
    font-weight: 600;

} */


/* Listing page  */
#search_filters_brands .facets,
#search_filters_suppliers .facets {
    padding-top: 0;
}

.filter-border .facets .facet-label {
    text-align: left;
}

.filter-border .facets .facet-label a {
    display: inline-block;
    margin-top: 0.4375rem;
    font-size: .875rem;
}

.filter-border {
    border: 2px solid #dbdada;
}

#search_quick_filters,
#search_filters_category {
    padding: 0 0.75rem;
    margin-bottom: 1.563rem;
    background: #fff;
}

#left-column a {
    color: #232323;
    font-weight: 500;
}

.custom-checkbox input[type=checkbox]:checked~label {
    color: #1165a6;
    /* border: 1px solid #00529c; */
}

.custom-checkbox input[type=checkbox]+span {
    vertical-align: sub;
    margin-right: 0.2rem;
}

.custom-checkbox label {
    padding: 0;
    margin-top: 0.25rem;
    font-weight: 500;
    vertical-align: middle;
}

.filter-border .card-header {
    background-color: #f5f5f500;
    border-bottom: 1px solid #00000000;
}

.filter-tab .btn-link:hover {
    text-decoration: none;
}

.filter-tab .btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
}


.filter-tab button[data-toggle="collapse"] i.fas:before {
    content: "\f107";
    /* angle-down */
}

.filter-tab button[data-toggle="collapse"].collapsed i.fas:before {
    content: "\f106";
    /* angle-up */
}

/* Top Selling Product slider */
.top-selling-slider .btn.listing-addtocart {
    font-size: small;
}

.top-selling-slider .product-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 16px;
}

.top-selling-slider .js-product {
    width: 100%;
}

/* New Arrivals Product slider */
/* .new-arrivals-slider .btn.listing-addtocart {
    font-size: small;
}

.new-arrivals-slider .product-title a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
    line-height: 16px;
}

.new-arrivals-slider .js-product {
    width: 100%;
} */





/* Product Listing section */

.product-price-and-shipping .sale-price {
    color: #da0000;

}


.price-list-view {
    font-weight: 700;
    text-align: right;
}

.price-list-view .sale-price {
    color: #da0000;
}

.product-list-reviews {
    justify-content: left;
}

.btn.invert {
    background: transparent;
    color: #015495;
    border: 1px solid #015495;

}

.btn.listing-addtocart {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    width: 48%;
    margin-top: 5px;
    font-weight: 500;
}


/* .products-selection .sort-by {
    text-align: left ;
} */


.show_list,
.show_grid {
    cursor: pointer;
    opacity: 1.0;
}

.show_list:hover,
.show_grid:hover {
    opacity: 0.7;
}

.product_show_list {
    width: 100%;
}

.product_show_list .highlighted-informations,
.product_show_list .product-description,
.product_show_list .thumbnail-container {
    width: 100%;
}

.product_show_list .product-thumbnail {
    text-align: center;
}





/* #region cart.tpl start */
.cart-item .qty {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.cart-item .qty .input-group-btn-vertical {
    float: none;
}

.cart-item .qty .js-cart-line-product-quantity {
    width: 8rem;
}

.cart-item .qty-plus {
    position: absolute;
    left: -26px;
    top: 0;
    background-color: #01549500;
    color: #000000;
    border: 0;
    z-index: 99;
}

.cart-item .qty-minus {
    position: absolute;
    right: 98px;
    top: 2px;
    background-color: #01549500;
    color: #272727;
    border: 0;
    z-index: 99;
}

.cart-item .bootstrap-touchspin {
    justify-content: center;
}

.cart-item .bootstrap-touchspin input.form-control {
    height: auto;
    text-align: center;
    width: 100%;
    padding: 0;
}

.cart-item .bootstrap-touchspin .input-group-btn-vertical i {
    top: 0;
    left: 0;
    font-size: .9375rem;
    position: relative;
}

/*
.cart-item .product-discount .regular-price {
    color: #797979;
}

.cart-item .current-price .price {
    font-size: 1rem;
}

.cart-item .product-price,
.regular-price {
    color: #1c1c1c;
    font-size: 0.75rem;
    text-align: right;
}

.cart-item .discount {
    display: inline-block;
    margin-left: 0.625rem;
    font-size: 0.75rem;
    font-weight: 700;
    color: #d72612;
    text-transform: uppercase;
    background: #f39d7200;
}

.cart-item .product-discount {
    display: inline-grid;
}

.cart-item .product-price {
    width: 100%;
}

.product-line-grid-body label {
    text-align: left;
}

.cart-grid-body .card-block h1 {
    font-weight: 700;
}

.cart-grid-body .card-block .cart-item-count {
    font-size: 1.5rem;
}


.cart-detailed-totals .summary-topic {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.product-line-grid-right .cart-line-product-actions {
    text-align: right;
}

.promo-code .btn {
    width: fit-content;
    background-color: #1a4cbf;
    border-color: #1a4cbf;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.promo-code .btn:focus {
    background-color: #1a4cbf;
}

.checkout .btn {
    color: #fff;
    background-color: #051256;
}

.toggle-btn {
    width: 60px;
    height: 25px;
    margin: 10px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    background: #b4b4b4;
    cursor: pointer;
    -webkit-transition: background-color 0.4s ease-in-out;
    -moz-transition: background-color 0.4s ease-in-out;
    -o-transition: background-color 0.4s ease-in-out;
    transition: background-color 0.4s ease-in-out;
    cursor: pointer;
}

.toggle-btn.active {
    background: #17a2b9;
}

.toggle-btn.active .round-btn {
    left: 36px;
}

.toggle-btn .round-btn {
    width: 21px;
    height: 21px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 83%;
    margin-top: -15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.toggle-btn .cb-value {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
} */
/* #endregion cart.tpl end */

/* modal add-to-cart */
.circle-check {
    width: .8rem;
    margin-top: -0.2rem;

  }

  #blockcart-modal .modal-dialog {
    width: 100vw;
    max-width: 100vw;
    height: 95vh;
  }

  #blockcart-modal .modal-content {
    border-radius: 1.19rem;
    width: 60%;
    max-width: 1020px;
  }

  #blockcart-modal .modal-header {
    border-bottom: none;
    border-radius: 1.19rem;
  }

  #blockcart-modal .modal-body {
    border-radius: 1.19rem;
  }

  #blockcart-modal .cart-btn {

    padding: 0.5rem 0.8rem;
  }

  #blockcart-modal .cart-content p.cart-products-count {
    color: #000;
    padding-left: 0px;
    margin-bottom: 0px;
  }

/* Media Quries Start */
@media (max-width: 424px) {
    .top-selling-slider .product-miniature .product-description {
        height: 32vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 32vh;
    }
}

@media (max-width: 575px) {
    .nav-tabs .nav-link {
        padding: 0.5rem .35rem;
    }

}

@media (max-width: 767px) {
    .visadetail-pop {
        width: 80%;
        max-width: 700px;
        max-height: 100vh;
        top: 22vh;
        overflow-y: auto;
        height: 610px;
    }

    .bundle-slider {
        flex-direction: column;
    }

    .save-text-reverse {
        width: 60%;
        margin-left: 40%;
        padding: 3px 6px 3px 0;
        font-size: 0.8rem;
    }

    .power-deals .product-miniature {
        flex-direction: column;
    }

    .footer-container .links ul {
        background-color: #01155a;
    }

    .footer-container .links ul>li {
        border-bottom: 0px solid #fff;
    }

    .category-deals .col-xs-6:nth-child(odd) {
        padding-right: 5px;
    }

    .category-deals .col-xs-6:nth-child(even) {
        padding-left: 5px;
    }

    #category #search_filter_toggler {
        font-size: 0.8rem;
    }

    .cart-item .qty {
        justify-content: left;
        margin-bottom: 15px;
    }

    .cart-item .product-price,
    .regular-price {
        text-align: left;
    }

    .product-line-grid-right .cart-line-product-actions {
        text-align: left;
    }

    .w-xs-25 {
        width: 25%;
    }

    .cart-grid-right .cart-summary {
        padding: 10px;
    }

}

@media (max-width: 991px) {
    .offcanvas-header {
        display: block;
    }


}


@media (max-width: 1023px) {
    .product-quantity {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-content: center;
    }

    .product-quantity .qty {
        margin-right: 0;
        margin-left: 35px;
    }

    .product-quantity .add {
        margin-top: 10px;
        margin-left: 2px;
    }

    .product-add-to-cart {
        width: 100%;
    }


    #js-product-list .product-miniature .product-description {
        height: 32vh;
    }

    .price-list-view {
        display: none;
    }

    .js-product-miniature-align {
        justify-content: center;
    }

}

@media (max-width: 1439px) {



    #js-product-list .product-miniature .product-description {
        height: 32.02vh;
    }

    .countdown_section .value {
        line-height: 1.38rem;
        height: 1.38rem;
        width: 1.38rem;
    }
}



@media (min-width: 375px) {
    .rate-bar {
        width: 53%;
    }
}

@media (min-width: 425px) {

    .rate-bar {
        width: 60%;
    }

}

@media (min-width: 425px) and (max-width: 767px) {

    .top-selling-slider .product-miniature .product-description {
        height: 33vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 33vh;
    }
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px;
    }

    .rate-bar {
        width: 60%;
    }
}

@media (min-width: 768px) {

    .header-top .nav-item:hover {
        position: relative;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }

    .container-fluid-nav {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }

    .rate-bar {
        width: 42%;
    }

    .save-text-reverse {
        width: 60%;
        margin-left: 40%;
        padding: 3px 6px 3px 0;
    }

    .top-selling-slider .product-miniature .product-description {
        height: 28vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 28vh;
    }
}


@media (min-width: 992px) {

    /* Home page main slider */
    #main>.page-home {
        margin-top: 0;
    }

    .page-home .header-top-carousel .carousel-indicators {
        display: block;
    }



    .rate-bar {
        width: 55%;
    }

    .w-md-50 {
        width: 50%;
    }

    .save-text-reverse {
        width: 98%;
        margin-left: 2%;
        padding: 3px 6px 3px 0;
    }

    .navbar-collapse .navbar-nav {
        position: absolute;
    }

    .navbar-nav .nav-item+.nav-item,
    .navbar-nav .nav-link+.nav-link {
        margin-left: 2rem;
    }

    .dropdown-menu .dropdown-toggle:after {
        border-top: .3em solid transparent;
        border-right: 0;
        border-bottom: .3em solid transparent;
        border-left: .3em solid;
    }

    .dropdown .dropdown-menu {
        width: 100%;
    }

    .dropdown-menu .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
        min-height: 100%;
    }

    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -16px;
    }

    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu>li:hover {
        background-color: #f1f1f1
    }

    .dropdown-menu>li:hover>.submenu {
        display: block;
    }

    .nav-container>.main-nav>li:hover>ul {
        display: block;
    }


}

@media (min-width: 1024px) {
    .w-lg-50 {
        width: 50%;
    }

    .save-text-reverse {
        width: 80%;
        margin-left: 20%;
        padding: 3px 6px 3px 0;
    }

    .list-view-display-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .list-view-display-mobile-price {
        display: none;
    }

    .js-product-miniature-align {
        justify-content: flex-start;
    }

    .product-miniature .product-title {
        height: 6vh;
    }
}



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

    #search_quick_filters,
    #search_filters_category {
        padding: 0 0.55rem;
        margin-bottom: 1.563rem;
        background: #fff;
    }
}

@media (min-width: 1440px) {
    .top-menu-right li {
        padding: 0 10px
    }

    .save-text-reverse {
        width: 88%;
        margin-left: 12%;
        padding: 3px 6px 3px 0;
    }

    #main>.page-home {
        margin-top: 0;
    }

    .block-promo .promo-input {
        width: 70%;
    }



}

@media (min-width: 1440px) and (max-width: 1599px) {
    .btn.listing-addtocart {
        font-size: 13px;
    }

    .top-selling-slider .product-miniature .product-description {
        height: 34vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 34vh;
    }

    #js-product-list .product-miniature .product-description {
        height: 37vh;
    }


}

@media (min-width: 1600px) {
    .save-text-reverse {
        width: 65%;
        margin-left: 35%;
        padding: 3px 8px 3px 0;
    }

    #main>.page-home {
        margin-top: -150px;
    }

    .top-selling-slider .product-miniature .product-description {
        height: 29vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 29vh;
    }

    #js-product-list .product-miniature .product-description {
        height: 32.01vh;
    }

}

@media (min-width: 1920px) {

    .top-selling-slider .product-miniature .product-description {
        height: 27vh;
    }

    .new-arrivals-slider .product-miniature .product-description {
        height: 27vh;
    }

    #js-product-list .product-miniature .product-description {
        height: 30vh;
    }

    .block-promo .promo-input {
        width: 80%;
    }

}

.selected-color, .selected-capacity {
    border: 1px solid #1B4AC5 !important;
    color: #1B4AC5;
    /* font-weight: 500; */
}
.grey-border-color, .grey-border-capacity {
    border: 1px solid #E0E0E0;
}

.block-categories .category-sub-menu li[data-depth="1"], .product-prices div {
    margin-bottom: .625rem;
}