/* #region public */
:root {
    --defulat-color: #007BFF;
    --light-blue: #1c4ac4;
}

.coupon-limited {
    line-height: normal;
}

.save-extra {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.thumb-mask>.mask img{
    object-fit: contain;
}

.save-bg {
    background-image: url('/img/coupon.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    /* -webkit-clip-path: polygon(100% 0, 76% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
     clip-path: polygon(100% 0, 76% 50%, 100% 100%, 0% 100%, 25% 50%, 0% 0%);
    height: auto;
    background-color: hsl(54, 94%, 50%);
    border: 1px solid #000; */
}

button.bg-01155A:hover {
    background-color: var(--defulat-color);
}

.fm-SegoeUI-Bold {
    font-weight: 700 !important;
    /*font-family: 'Segoe UI Bold' !important;*/
}

.fm-AvenirLTPro-Medium {
    /*font-family: 'Avenir LT Pro Medium' !important;*/
}

.fm-SegoeUI-Semibold {
    font-weight: bold !important;
    /*font-family: "Segoe UI Semibold" !important;*/
}

.fm-Avenir-LT-Pro-Bold {
    /*font-family: "Avenir LT Pro Bold";*/
}

.fm-MyriadPro-Regular {
    /*font-family: "MyriadPro-Regular";*/
}

.fm-MyriadPro {
    /*font-family: "MyriadPro";*/
}

.fm-SFProDisplay {
    /*font-family: "SFProDisplay" !important;*/
}


.fm-Segoe-UI {
    /*font-family: "Segoe UI Regular" !important;*/
}

* {
    /*font-family: "Segoe UI Regular";*/
}

.overflow-auto {
    overflow: auto;
}

.visibility-hidden {
    visibility: hidden;
}

.width-fit-content {
    width: fit-content;
}

.height-fit-content {
    height: fit-content;
}

.overflow-hidden {
    overflow: hidden;
}

.d-contents {
    display: contents;
}

.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

#header {
    position: sticky;
    top: 0;
}

.not-allowed {
    cursor: not-allowed;
}

.myRadio[type="radio"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #828282;
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    outline: none;
    position: relative;
    top: 1px;
}

.myRadio[type="radio"]:checked {
    background: #fff;
    border: 5px solid #1B4AC5;
}

h2 {
    text-transform: capitalize;
}

.d-grid {
    display: grid;
}

.white-space-nowrap {
    white-space: nowrap;
}

.content-box {
    box-sizing: content-box;
}

.font-weight-500 {
    font-weight: 500;
}

#header .logo {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-transform-capitalize {
    text-transform: capitalize !important;
}

.text-transform-none {
    text-transform: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.flex-wrap-wrap {
    flex-wrap: wrap
}

.text-overflow-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-overflow-ellipsis-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-overflow-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.form-control {
    background: #fff;
}

.text-cc {
    color: #005495;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.r-0 {
    right: 0;
}

.r-1 {
    right: 10px;
}

.r-3 {
    right: 30px;
}

.l-0 {
    left: 0;
}

.ml-1_5 {
    margin-left: 15px;
}

.opacity-1 {
    opacity: 1;
}

.object-fit-cover {
    object-fit: cover !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-400 {
    /* font-weight: 400 !important; */
}


.lh-40 {
    line-height: 2.5rem;
}

.lh-32 {
    line-height: 2rem !important;
}

.lh-36 {
    line-height: 2.25rem !important;
}

.lh-30 {
    line-height: 1.875rem !important;
}

.lh-24 {
    line-height: 1.5rem;
}

.lh-22 {
    line-height: 1.375rem;
}

.lh-18 {
    line-height: 1.125rem !important;
}



.lh-16 {
    line-height: 1rem;
}

.lh-12 {
    line-height: .75rem;
}

.lh-10 {
    line-height: .625rem;
}

.bg-f5e836 {
    background-color: #f5e836;
}

.bg-0000001 {
    background-color: rgba(0, 0, 0, 0.1);
}

.bg-none {
    background: none;
}

.bg-F5F8FF {
    background: #F5F8FF;
}

.bg-1C4AC4 {
    background-color: #1C4AC4;
}

.bg-01155A {
    background: #01155A;
}

.bg-E3E9F8 {
    background: #E3E9F8;
}

.bg-fff {
    background: #fff;
}

.bg-1B4AC5 {
    background: #1B4AC5;
}

.bg-FFD100 {
    background: #FFD100;
}

.c-008000 {
    color: #008000;
}

.c-1C4AC4-i {
    color: #1C4AC4 !important;
}

.c-333 {
    color: #333;
}

.c-333-i {
    color: #333 !important;
}

.c-01155A {
    color: #01155A;
}

.c-1C4AC4 {
    color: #1C4AC4;
}

.text-dblue {
    color: #005495;
}

.cfff {
    color: #fff;
}

.c-666 {
    color: #666;
}

.c-999 {
    color: #999;
}

.c-ddd {
    color: #ddd;
}

.c-fff {
    color: #fff;
}

.c000 {
    color: #000;
}

.c-000 {
    color: #000;
}

.c-DA0000 {
    color: #DA0000;
}

.c-1B4AC5 {
    color: #1B4AC5;
}

.text-decoration-line-through {
    text-decoration: line-through;
}



.italic {
    font-style: italic;
}

#header {
    box-shadow: none;
}

.carousel-indicators .active {
    background-color: #fff;
}

.carousel-indicators li {
    background-color: #7a7a7a;
}

.clear-margin {
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-start {
    justify-content: start;
}

.align-items-start {
    align-items: start;
}

.border-box {
    box-sizing: border-box;
}

.column {
    display: flex;
    flex-direction: column !important;
}

.bolder {
    font-weight: bolder;
}

.le1 {
    letter-spacing: 1px !important;
}

.le2 {
    letter-spacing: 2px !important;
}

.le3 {
    letter-spacing: 3px !important;
}

.le4 {
    letter-spacing: 4px !important;
}

.letter-1 {
    letter-spacing: 1px !important;
}

.letter-2 {
    letter-spacing: 2px !important;
}

.letter-3 {
    letter-spacing: 3px !important;
}

.letter-4 {
    letter-spacing: 4px !important;
}


.f-48 {
    font-size: 3rem !important;
}


.f-36 {
    font-size: 2.25rem !important;
}




.f-32 {
    font-size: 2rem !important;
}

.f-30 {
    font-size: 1.875rem !important;
}

.f-28 {
    font-size: 1.75rem !important;
}






.f-26 {
    font-size: 1.625rem !important;
}



.f-24 {
    font-size: 1.4rem !important;
}
.f-24 {
    font-size: 1.4rem !important;
}
.f-20 {
    font-size: 1.25rem !important;
}

.f-18 {
    font-size: 1.125rem !important;
}



.fr-1_15 {
    font-size: 1.15rem !important;
}

.fr-1 {
    font-size: 1rem !important;
}



.f-16 {
    font-size: 1rem !important;
}
.f16 {
    font-size: 1rem !important;
}

.f14 {
    font-size: 0.875rem !important;
}

.f-14 {
    font-size: 0.875rem !important;
}

.f-13 {
    font-size: 0.8125rem !important;
}



.f-12 {
    /* font-size: 1rem !important;
    transform: scale(.75); */
    /* width: 133%; */
    font-size: .75rem !important;
}

.f-10 {
    font-size: .625rem !important;
}


.text-align-center {
    text-align: center;
}

.pointer {
    cursor: pointer !important;
}

.absolute {
    position: absolute !important;
}

.flex {
    display: flex !important;
}

.relative {
    position: relative !important;
}

.p-l-0 {
    padding-left: 0;
}

.search-widgets {
    display: block;
}


.category_mainmenu {
    margin-right: 2rem;
}

.carousel .carousel-item .carousel-item-img {
    object-fit: contain;
    width: 100%;
    /* max-height: 578px; */
}

#wrapper {
    padding-top: 0;
}


/* #endregion public */

/* #region header.tpl start */
.search_widget .hot-search {
    grid-template-columns: repeat(4, 1fr);
    max-height: 9.5rem;
    overflow: hidden;
}

.hot-search .hot-word {
    line-height: 1.583rem;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.quick_search {
    background: #FFFFFF;
    box-shadow: 3px 3px 10px 3px #ddd;
    max-height: 34.5rem;
    overflow-y: auto;
}




.popular-result {
    border-left: 1px solid #D0CECE;
}

#header #top-menu>li a {
    color: #000;
}

.header-account-box {
    border: 1px solid #ddd;
    top: 30px;
    z-index: 999;
}

#_desktop_user_info .user-info a {
    color: #000;
}

.drawer {
    position: fixed;
    top: 0;
    left: -120%;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.3);
    transition: left 0.3s ease-in-out;
    z-index: 9999;
}

.drawer.open {
    left: 0;
    height: 100vh;
}

.drawer-header {
    height: 4rem;
    background: #00205C;
}

.drawer-content {
    width: 73%;
    position: relative;
    height: 100%;
    background: #fff;
    overflow-y: auto;
}

.animation-none {
    animation: fadeOut 0.5s ease-in-out forwards;
}

.input-group {
    z-index: 0;
    width: 8.3rem;
}

.white-space-normal {
    white-space: normal;
}

.navbar-nav {
    margin-bottom: 0px;
}

#header .header-top {
    padding: 0;
}

.nav-item {
    list-style: none !important;
}

#header .header-top .navbar-nav .nav-item {
    position: relative;
}

#header .header-top .navbar-nav .nav-item>a:hover {
    text-decoration: underline;
}

.header-top .navbar {
    padding: 0px;
}

.header-nav #_desktop_logo .header-logo-custom {
    height: 3.125rem;
    object-fit: contain;
}

.dropdown-menu {
    top: 30px;
}

.hover-dropdown .dropdown-menu {
    display: none;
}

.hover-dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    margin-top: 0;
}

.navbar-rectangle-with-triangle {
    /* height: 100px; */
}

.navbar-rectangle-with-triangle .arrow {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.6rem;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, .03));
    left: 5%;
    margin-right: 3px;
    border-top-color: #ddd;
    border-bottom-width: 0;
    top: -0.6rem;
    transform: rotate(180deg);
}

.navbar-rectangle-with-triangle .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    content: " ";
    border-width: calc(0.6rem + 1px);
    bottom: 1px;
    margin-left: -0.6rem;
    border-top-color: #fff;
    border-bottom-width: 0;
}

.hover-dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}

.navbar-collapse {
    min-width: 40px;
}

#header .main-nav a {
    color: #000;
    font-weight: 400;
    font-size: 1rem;
    /*font-family: 'Segoe UI Semibold';*/
}

#header .header-nav .language-selector,
#header .header-nav .user-info,
#header .header-nav .blockcart .header {
    margin-top: 0;
}

#header .header-nav .user-info {
    display: flex;
}

#header .header-nav {
    border-bottom: none;
    padding: 1.3125rem 0;
    max-height: 12.5rem;
}

#header .header-top a[data-depth="0"] {
    color: white;
}

#search_widget form {
    display: flex;
    align-items: center;
}

.dropdown .expand-more {
    color: #fff;
}

#search_widget form input {
    border-radius: 0;
    background-color: #fff;
    height: 100%;
    padding: 0.625rem 1.3rem;
}

#search_widget {
    width: 100%;
}

#header .header-nav .right-nav {
    float: right;
}

#header .header-nav .blockcart {
    border-radius: 25px;
    height: 100%;
    background: transparent;

}

#header .header-nav .user-info,
#header .header-nav .blockcart,
#header .header-nav .language-selector-wrapper {
    margin-left: 0rem;
}

#header .header-nav .blockcart .header {
    color: #fff;
}

#header .header-nav .cart-preview .shopping-cart {
    color: #fff;
}

#_desktop_cart a:not([data-depth="0"]) {
    padding: 0;
}

#header .header-nav .cart-preview.active {
    background-color: transparent;
}


#search_widget form i {
    /* right: 10px; */
    padding: 0;
    /* padding-right: 1.5rem; */
}

#search_widget {
    overflow: inherit;
}

#_desktop_store {
    margin-left: 0;
}

#header .header-nav .user-info .account {
    margin-left: 0;
}

#header .header-nav .blockcart {
    padding: 0;
}

.top-menu a:not([data-depth="0"]) {
    padding: 0;
}

@media(min-width:768px) {
    #_desktop_language_selector a.dropdown-item:hover span {
        color: #fff !important
    }

    #_desktop_language_selector,
    #_desktop_store,
    #_desktop_user_info,
    #_desktop_cart {
        padding: 0.3rem 0.6rem;
    }

    #_desktop_language_selector:hover,
    #_desktop_store:hover,
    #_desktop_user_info:hover,
    #_desktop_cart:hover {

        border-radius: 1.2rem;
        background-color: #1C4AC4;
        position: relative;
        text-align: center;
    }

    #_desktop_language_selector:hover .head-title-color,
    #_desktop_store:hover .head-title-color,
    #_desktop_user_info:hover .head-title-color,
    #_desktop_cart:hover .head-title-color {
        color: #fff !important;
    }

    #_desktop_cart:hover .header {
        display: flex;
        justify-content: center;

    }

    #_desktop_user_info:hover .user-info {
        display: flex;
        justify-content: center;
    }
}

/* #endregion header.tpl end */

/* #region footer.tpl  start*/
.copyright {
    color: #fff;
}

input::input-placeholder {
    font-size: .875rem;
    color: #999999;
}

.btn {
    width: auto;
}





.block_newsletter #block-newsletter-label {
    float: left;
    font-size: .875rem;
    color: white;
}

.block_newsletter {
    background: none;
    clear: none;
    position: relative;
    max-width: 100%;
}

.block_newsletter form .row .col-xs-12:first-of-type .btn-primary:first-of-type {
    background-color: #1C4AC4 !important;
    margin-left: 0px;
}

.block-social ul li {
    margin-right: 10px;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}


.footer-container .h3,
.footer-container .h4 {
    color: white;
}

#block_myaccount_infos .myaccount-title a,
#header a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: white;
}

.block-contact,
.footer-container li a {
    color: white;
}



.nav-border-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 100%;
    left: 0;
}

.footer-container li {
    margin-bottom: .3125rem;
    color: white;
    /* text-transform: capitalize; */
    /* max-width: 6.25rem; */
}

.footer-vertical-nav li:not(:last-child)::after {
    color: #fff;
    content: "|";
    padding: 0 10px 0 1rem;
}

/* #endregion footer.tpl end */
/* #region product+bundle start */
#product-add-to-cart .add-to-cart[disabled],
#product-add-to-cart .buy-now[disabled],
.btn-primary[disabled] {
  opacity: 0.8;
  cursor: not-allowed !important;
}
.product-bundle .swiper {
    width: 100%;
    height: 100%;
}

.product-bundle .swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.product-bundle .recommended-name {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.125rem;
    height: 3.25rem;
}

.product-bundle .old-price {
    text-decoration: line-through;
}

.product-bundle .new-price {
    color: #DA0000;
    line-height: 2rem;
}

.product-bundle .notes {
    color: #1B4AC5;
}

.product-bundle .add-to-cart {
    width: 8.56rem;
    background: var(--light-blue);
}

.product-bundle .add {
    font-size: 2rem;
    font-weight: 600;
    color: #222222;
    left: 0;
}

.product-bundle .productBundleValues {
    padding: 1rem;
    background: #E4E8F2;
    /* height: 20.75rem; */
    /* flex-wrap: nowrap; */
}

.bundle-product-num {
    top: 2px;
    right: 0.3rem;
    font-weight: bold !important;
}

.product-bundle .item-box {
    height: auto;
    background-color: #FFF;
    padding: 0 1rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.8rem;
    padding-bottom: 10px;
}

.product-bundle .item-box img {
    border-radius: 0.8rem .8rem 0 0;
    height: 68%;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    object-fit: contain;
    max-height: 11.5rem;
}

.product-bundle .item-box:not(:last-of-type) {
    margin-right: 1rem;
}

.product-bundle .productBundleValues .box-bg-1::after,
.product-bundle .productBundleValues .box-bg-2::after,
.product-bundle .productBundleValues .box-bg-2::before,
.product-bundle .productBundleValues .box-bg-3::before {
    content: '';
    position: absolute;
    top: 50%;

    width: 3rem;
    
    height: 3rem;
    
    border-radius: 50%;
  
    background-color: #E4E8F2;
    
    transform: translateY(-50%);
   
}

.product-bundle .productBundleValues .box-bg-1::after {

    right: -2rem;
}


.product-bundle .productBundleValues .box-bg-2::after {
    right: -2rem;
}

.product-bundle .productBundleValues .box-bg-2::before {
    left: -2rem;
}

.product-bundle .productBundleValues .box-bg-3::before {
    left: -2rem;
}

.product-bundle .productBundleValues .item-radius {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #F4F6FA;
    top: calc(50% - 1rem);
    left: -1.5rem;
    font-size: 1.2rem;
}


.product-bundle .productBundleSwiper .swiper {
    margin-left: 10px;
    margin-right: 10px;
}

.product-bundle .go-to-review {
    color: #1B4AC5;
}

.product-bundle .total {
    font-size: 1.875rem;
    font-weight: 600;
    color: #222222;
    /* margin-left: 1rem; */
}

.product-bundle .time {
    font-style: italic;
}

.product-bundle .column h3 {
    /* justify-content: space-between; */
    margin-top: 10px;
}

.product-bundle .customize {
    width: 80%;
    height: 33px;
    background: #1B4AC5;
    color: #fff;

}

.product-bundle .category-box {
    top: 0;
}

.product-bundle .category-name {
    color: #1B4AC5;
    text-transform: uppercase;
}

.product-bundle .swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}

@media (max-width:767px) {
    .product-bundle .item-box img {
        border-radius: 0.8rem .8rem 0 0;
        height: 64%;
        max-width: 100%;
    }
}

/* #endregion product+bundle end */
/* #region cart start */

.cart-summary-box {
    background: #F2F8FD;
    border-radius: 0.187rem;
  }

  .cart-summary-ipt {
    height: 2.5rem;
    border: 1px solid #DCDCDC;
  }

  .cart-summary-btn {
    height: 2.5rem;
  }
  .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;
}
.form-check .right {
    color: #00792B;
  }
.product-guarantee .image {
    width: 7.5rem;
    height: 7.5rem;
  }
  #blockcart-modal .product-guarantee .image {
    width: 4.3rem;
    height: 4.3rem;
  }

  .product-guarantee .form-check-label {
    color: #222222;
    line-height: 1.625rem;
  }

  .product-guarantee .fits {
    font-size: 0.875rem;
    color: #01155A;
    line-height: 1.625rem;
    top: 0;
  }
  .product-guarantee .fits-btn {
    border-radius: 0.375rem;
    opacity: 1;
    border: 1px solid #ADADAD;
    cursor: pointer;

  }

  .product-guarantee .fits-btn:hover {
    background: var(--defulat-color);
  }

  .product-guarantee .fits-btn-active {
    background: #01155A !important;
  }

  .product-guarantee .fits-btn-active .fits-time,
  .product-guarantee .fits-btn-active .fits-price {
    color: #fff !important;
  }

  .product-guarantee .fits-time {
    /* color: #01155A; */
    line-height: 20px;
  }



  .product-guarantee .fits-btn:hover .fits-time,
  .product-guarantee .fits-btn:hover .fits-price {
    color: #fff;
  }

  .current-price {
    color: #DA0000;
  }

  .product-discount {
    color: #DA0000;
  }
.product-nums {
      height: 2rem;
      width: 8.3rem;

    }

    .product-nums .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
    .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
      position: absolute;
      display: inline;
      padding: 0;
      margin-left: -1px;
      width: 30%;
      height: 100%;
    }



    .product-nums .bootstrap-touchspin .input-group-btn-vertical {
      position: absolute;
      width: 100%;
      height: 100%;
    }

    .product-nums .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
      left: 0;
    }

    .product-nums .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
      left: auto;
      right: 0;
    }

    #order-items table tr.total-value,
    .bootstrap-touchspin .btn-touchspin:hover {
      background-color: transparent;
    }

    .product-nums .cart-item .bootstrap-touchspin input.form-control {
      height: 100%;
      position: absolute;
      z-index: 2;
    }

    .product-nums .nums {
      line-height: 2rem;
      width: 100%;
      height: 2rem;
      background: #FFFFFF;
      border-radius: 2px 2px 2px 2px;
      opacity: 1;
      border: 1px solid #999999;
      padding: 0 30px;
    }

    .product-minus {
      height: 100%;
      width: 30px;
      left: 0;
    }

    .product-add {
      height: 100%;
      width: 30px;
      right: 0;
    }

    .product-nums .input-group {
      width: 100%;
    }
  @media(max-width:991px) {
    #blockcart-modal .modal-content {
      width: 80%;
    }

    .cart-grid-body .product-guarantee .image,
    .cart-items .product-guarantee .image {
      width: 2.666rem;
      height: 2.666rem;
    }

    .product-guarantee .image {
      width: 4.3rem;
      height: 4.3rem;
    }

    .bundle-lable {
      height: 2rem;
      top: -1rem;
    }
  }
/* #endregion cart end */


/* #region static html */
.cc__static__pages p {
    font-weight: normal;
    font-size: 1rem;
}

.cc__static__pages h1 {
    font-size: 25px;
}

.cc__static__pages .table thead th,
.cc__static__pages .table tbody tr td {
    vertical-align: middle;
}

.cc__static__pages em {
    font-weight: bold;
    color: red;
}

.cc__static__pages ul {
    list-style-type: disc !important;
    margin-left: 1em;
    margin-bottom: 0;
    padding: 0
}

.cc__static__pages li {
    margin-left: 20px;
}

.cc__static__pages ol {
    margin-left: 1em;
    margin-bottom: 0;
    padding: 0
}

.cc__static__pages a {
    color: #007bff;
    text-decoration: underline;
}

/* #endregion */

/* #region returns-exchanges */
/* .return-policy p {
    font-weight: normal;
    font-size: 1rem;
}

.return-policy h1 {
    font-size: 25px;
}

.return-policy .table thead th,
.return-policy .table tbody tr td {
    vertical-align: middle;
}

.return-policy em {
    font-weight: bold;
    color: red;
}

.return-policy ul {
    list-style-type: disc !important;
    margin-left: 1em;
    margin-bottom: 0;
    padding: 0
}

.return-policy ol {
    margin-left: 1em;
    margin-bottom: 0;
    padding: 0
}

.order__returns__panel {
    background: #f2f8fe;
    padding: 15px;
}

.order__returns__panel h3 {
    color: #00498e;
    border-bottom: #cccccc 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.order__returns__panel p {
    font-weight: normal;
    font-size: 0.9rem;
}

.order__returns__panel .order__form .form-control {
    border-radius: 0;
}

.order__returns__panel .order__form .btn {
    background: #00498e;
    padding: 7px;
    font-size: 1rem;
    color: #fff !important;
}

.order__returns__panel .order__form label {
    font-size: 15px;
    font-weight: 500;
}

.order__returns__panel .order__form label b {
    color: #00498e;
}

.order__returns__panel .order__form label i {
    font-style: italic;
    font-weight: 100;
}

.order__returns__panel table .form-control {
    font-size: 15px;
}

.order__returns__panel table .form-check-input {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    position: relative;
    top: 5px;
}

.order__returns__panel table p {
    margin-bottom: 0;
}

.order__returns__panel table label {
    margin-bottom: 0;
}

.return__policy__tablehead .table thead th {
    font-size: 15px;
}

.return__policy__table tbody tr td {
    font-size: 15px;
    padding: 5px 15px;
}

.return__policy__table tbody tr td i.brak {
    font-size: 13px;
}

.return__policy__table tbody tr td.lne_25 {
    line-height: 25px;
}

.return__policy__table tbody tr td.lne_30 {
    line-height: 30px;
}

.panel-heading h4 {
    margin-bottom: 0;
}

.panel-heading h4 a {
    margin: 0;
    padding: 15px;
    background: #f2f8fe;
    display: block;
    border: 1px #d3d3d3 solid;
    text-transform: uppercase;
}

div.marginbtm {
    margin-bottom: 5px;
}

.btn__expand__collapse {
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    color: #007cfd !important;
    text-decoration: underline !important;
    font-style: normal;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

#acollapse {
    display: none;
} */

/* #endregion */


.ytp-more-videos-view {
    display: none;
}

/* #region ps_sharebuttons start */
/* #social-sharing li {
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

#social-sharing li a {
    margin-left: .5rem;
}

#social-sharing li img {
    width: 1rem;
    height: 1rem;
}

#social-sharing .tooltips {
    visibility: hidden;
    background-color: #fff;
    color: #fff;
    text-align: center;
    padding: 1rem;
    border-radius: 6px;
    position: absolute;
    z-index: 9;
    opacity: 0;
    transition: opacity 0.3s;
    border: 1px solid #ddd
}

#social-sharing:hover .tooltips {
    visibility: visible;
    opacity: 1;
}

@media (max-width:992px) {
    #social-sharing .tooltips {
        right: 0;
    }
} */

/* #endregion ps_sharebuttons end */

.collapse-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.collapse-content.show {
    max-height: 500px;
}



.right-1 {
    right: 10px;
}

.right-2 {
    right: 20px;
}

.left-0 {
    left: 0px;
}

.left-2 {
    left: 20px;
}

.left-4 {
    left: 40px;
}

.left-6 {
    left: 60px;
}

.pl-8 {
    padding-left: 80px !important;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

#top-menu>li>.menu-label {
    height: 3.8rem;
}

#top-menu .menu-line {
    background-color: rgba(0, 0, 0, 0.15);
    height: 1px;
}

#drawer .head-title-color {
    color: #fff !important;
}

#top-menu>li>.menu-label-active {
    background: #F5F5F5;
    color: #00205C;
}

#top-menu>li>.menu-label-active a {
    color: #00205C !important;
    font-weight: bold !important;
}

#top-menu .viewmore {
    color: #05255F;
    line-height: 36px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* #region product_info_specification start */
/* .pi-specs-table tr:nth-child(odd) {
    background-color: #E8F0F6;
}

.pi-specs-table tr {
    padding-left: 10px;
    padding-right: 10px;
}


.pi-specs-table tr:nth-child(even) {
    background-color: #fff;
}

.pi-specs-table tr {
    height: 3rem;
} */

/* #endregion product_info_specification end */

/* #region available modal start */
/*
.available .input {
    border: 1px solid #949499;
}

.available .apply {
    border: 1px solid #1C4AC4;
    color: #1C4AC4;
}

.available .online-box {
    border-radius: 1.2rem;
    border: 1px solid #D5D9D9;
    height: 2.5rem;
    background-color: rgba(28, 74, 196, .2);
}

.available .shop-online-box {
    border-radius: 1.2rem;
    height: 1.75rem;
    min-width: 3.125rem;
}

#checkothertores.modal .modal-body .card .card-header {
    background-color: #1C4AC4;
    padding: 0;
}

#checkothertores.modal .modal-body .card .card-header .btn.btn-link {
    color: white;
    width: 100%;
    position: relative;
}

#checkothertores .locpicker {
    border: 1px solid #1C4AC4;
    height: 2rem;
}

#checkothertores .locpickered {
    height: 2rem;
    background: rgba(0, 32, 92, .13);
    color: #00205C;
}

#checkothertores .stock-line {
    height: 1px;
    background: rgba(0, 0, 0, 0.18);
}

#checkothertores .modal-body {
    max-height: 70vh;
    overflow: auto;
}

#checkothertores .modal-header {
    border-bottom: none;
}

#checkothertores .modal-content,
#updateLocation .modal-content {
    border-radius: 1.2rem;
    padding-bottom: 2.4rem;
} */

/* #endregion available modal end */

/* #region bundle-list start */


/* .left-menu .box {
    background: #FFFFFF;
    border: 0.125rem solid #E9E9E9;
    padding: 1.125rem 1.25rem;
}

.left-menu .box ul li {
    line-height: 1.875rem;
}

.right-con ul li {
    box-shadow: 1px 1px 8px -6px #000000;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #DFDFDF;
    margin-bottom: 0.9rem;
    padding: 2.1rem;
}

.pack-product {
    background: #cccccc;
    padding: 10px;
}

.pack-product dl {
    height: 200px;
    height: 250px;
    background: #fcfcfc;
    margin-bottom: 0px;
}

.pack-product dt {
    padding-top: 10px;
}

.pack-product dd {
    height: 70px;
    font-size: 14px;
}


.load-more {
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
}

.bundle-sort {
    height: 1.8rem;
    border: 1px solid #767676;
}

@media(max-width:991px) {
    .right-con ul li {
        padding: .3rem;
    }

    .product-bundle .productBundleValues {
        padding: 0.5rem;
    }
}

@media(min-width:480px) {
    .save-extra {
        width: 9.375rem;
        height: 2rem;
    }
}

@media (max-width: 480px) {
    .save-bg {
        background-image: url('/img/coupon2.svg');
    }
} */
@media(min-width:480px) {
    .save-extra {
        width: 9.375rem;
        height: 2rem;
    }
}

@media (max-width: 480px) {
    .save-bg {
        background-image: url('/img/coupon2.svg');
    }
}
/* #endregion bundle-list end */
/* #region sitemap start */
.sitemap ul:not(.nested)>li>a {
    color: #005495;
    font-size: 1rem;
    font-weight: 500;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.sitemap ul.nested>li>a {
    color: #212529;
    text-decoration: underline;
}

.sitemap ul.nested li {
    margin-bottom: 8px;
}

.sitemap ul:not(.nested)>li {
    margin-bottom: 3rem;
}

@media (min-width:768px) {
    .sitemap-column {
        column-count: 3;
    }

}

@media (min-width:992px) {
    .sitemap-column {
        column-count: 4;
    }
}

/* #endregion sitemap end */
/* #region brands start */
.brand-logos {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.brand-logo {
    height: 7.8rem;
}

.brands-line {
    height: 1px;
    background: #C5CBD5;
}

.search-box {
    background-color: rgba(0, 94, 184, .1);
    box-shadow: 1px 0px 2px 0px rgba(209, 211, 213, .1);
    min-height: 3.75rem;
}

.brand-keyword {
    font-family: MyriadPro-Regular;
    font-weight: 400;
    margin-right: 1.6rem;
    cursor: pointer;
}

.brand-keyword-active {
    font-weight: 600;
    border-bottom: 1px solid #1C4AC4;
}

@media (min-width:768px) {
    .brands-list {
        column-count: 3;
    }
}

@media (max-width:991px) {
    .brand-logos {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .brand-logo {
        height: 6rem;
    }
}

/* #endregion brands end */
/* #region service start*/
.career__section img {
    height: 22vw
}

.career__section .c-box {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 2px 0px 6px 0px #aaa;
}

.career__items {
    display: grid;
    grid-gap: 2.2rem;
    grid-template-columns: repeat(2, 1fr);
}

/* #endregion service end */

@media (max-width:576px) {
    #product-add-to-cart .add-to-wish {
        text-align: center;
    }
}

@media (max-width:768px) {
    #header .logo {
        max-width: 11rem;
    }

    #footer .logo {
        max-width: 11rem;
    }

    #header .header-top a[data-depth="0"] {
        color: #000;
    }
}
@media (max-width:1199px) {
    .f-lg-36 {
        font-size: 2.76rem !important;
    }
    .f-lg-32 {
        font-size: 2rem !important;
    }
    
    .f-lg-30 {
        font-size: 1.875rem !important;
    }
    
    .f-lg-28 {
        font-size: 1.75rem !important;
    }
    
    .f-lg-26 {
        font-size: 1.625rem !important;
    }
    
    .f-lg-24 {
        font-size: 1.4rem !important;
    }
    .f-lg-22{
        font-size: 1.375rem !important; 
    }
    .f-lg-20 {
        font-size: 1.25rem !important;
    }  
    .f-lg-18 {
        font-size: 1.125rem !important;
    } 
    .f-lg-17 {
        font-size: 1.3rem !important;
    }

    .f-lg-16 {
        font-size: 1.23rem !important;
    }


    .f-lg-15 {
        font-size: 1.15rem !important;
    }

    .f-lg-14 {
        font-size: 1.0769rem !important;
    }

    .f-lg-13 {
        font-size: 1rem !important;
    }



    .f-lg-12 {
        font-size: .9rem !important;
    }
}
@media (max-width: 991px) {

    .text-overflow-ellipsis-xs-3 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .text-overflow-ellipsis-xs-2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .text-overflow-ellipsis-xs-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    #header .header-nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #footer .md-links .wrapper {
        max-width: 120px;
    }

    .font-weight-xs-bold {
        font-weight: bold !important;
    }
    
    .f-xs-36 {
        font-size: 2.76rem !important;
    }
    .f-xs-32 {
        font-size: 2rem !important;
    }
    
    .f-xs-30 {
        font-size: 1.875rem !important;
    }
    
    .f-xs-28 {
        font-size: 1.75rem !important;
    }
    
    .f-xs-26 {
        font-size: 1.625rem !important;
    }
    
    .f-xs-24 {
        font-size: 1.4rem !important;
    }
    .f-xs-22{
        font-size: 1.375rem !important; 
    }
    .f-xs-20 {
        font-size: 1.25rem !important;
    }  
    .f-xs-18 {
        font-size: 1.125rem !important;
    } 
    .f-xs-17 {
        font-size: 1.3rem !important;
    }

    .f-xs-16 {
        font-size: 1.23rem !important;
    }


    .f-xs-15 {
        font-size: 1.15rem !important;
    }

    .f-xs-14 {
        font-size: 1.0769rem !important;
    }

    .f-xs-13 {
        font-size: 1rem !important;
    }



    .f-xs-12 {
        font-size: .9rem !important;
    }


    .lh-xs-16 {
        line-height: 1.2rem !important;
    }

    .lh-xs-13 {
        line-height: 1rem !important;
    }

    .fm-xs-SF-Pro-Display-Medium {
        /* font-family: "SF Pro Display Medium" !important; */
        font-family: Arial !important;
        font-weight: 600 !important;
    }

    .fm-xs-SF-Pro-Display-Bold {
        /* font-family: "SF Pro Display Bold" !important; */
        font-family: Arial !important;
        font-weight: 700 !important;
    }

    .fm-xs-SF-Pro-Display-Regular {
        /* font-family: "SF Pro Display Regular" !important; */
        font-family: Arial !important;
    }

    * {
        font-family: Arial;
    }

    p,
    a,
    span {
        /* font-family: "SF Pro Display Regular", 'Segoe UI Regular', sans-serif; */
    }

}


@media (min-width: 992px) {
    .navbar-collapse .navbar-nav {
        position: relative;
    }
}