* {
    margin: 0;
    padding: 0;
    word-break: break-word;
}
@font-face {
    font-family: DINNextLTPro-Light;
    src: url(../fonts/DINNextLTPro-Light.ce198086.otf);
}
body {
    font-family: 'DINNextLTPro-Light';
}

a {
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}
ul{
    margin-bottom: 0;
}
button,
input,
optgroup,
select,
textarea {
    font-size: 1rem;
}
.form-control:focus{
    box-shadow: none;
}
select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
}

/*========== Global style======= */
.list label {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
  margin-bottom:0;
}
.specCheck {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #c8cad4;
  /* outline-style: solid; */
  /* outline-color: #93959f; */
  /* outline-width: 1px; */
  margin-right: 10px;
  vertical-align: middle;
  float: left;
}
/*.categories-container input[type="checkbox"]:checked ~ label .specCheck,
.categories-container .checkbox-item.active .specCheck {
  border: 5px solid #cd192d !important;
}*/
.categories-container .checkbox-item.active .specCheck::after,
.ajaxfilter-section ul li input:checked + label .specCheck::after {
  content: '\f00d';
  color: #000;
  font-size: 12px;
  vertical-align: top;
  padding-left: 1px;
  text-align: center;
  font-family: fontawesome;
  display: block;
  text-shadow: 0 1px 1px #fff;
  margin-top: -1px;
}
.custom-container-fluid {
  padding-left: 75px !important;
  padding-right: 80px !important;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.text-ellipsis {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -5px !important;
}

.ajaxfilter-section ul li label::before {
    display: none !important;
}

/*.ajaxfilter-section ul li input:checked+label .specCheck {
    border: 3px solid #050a29;
}*/

.cubic {
    width: 400px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    text-align: left;
    color: #624042;
}

/******Global Header******/
.default_nav_box .nav-products .sublist {
    display: none;
    position: absolute;
    background: #1d1d1d;
    padding: 5px 20px;
}
.default_nav_box .nav-products:hover .sublist {
    display: block;
}
.default_nav_box .nav-products {
    padding-top: 8px;
}
.global-header .navbar-nav {
    margin: auto;
}
.global-header {
    background: #fff;
    z-index: 100;
}
.global-header .header-top {
    background: #eee;
    position: relative;
    z-index: 30;
    padding: 0 20px;
}
.global-header .header-selectors {
    float: right;
    display: flex;
}
/*.global-header .admin-links {
    float: left;
}*/
.global-header .header-selectors [class*="selector"] {
    margin: 5px 0 5px 10px;
}
.global-header .header-selectors select {
    height: auto;
    padding: 0 5px;
    border-radius: 0;
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #46282a;
}
/*.global-header .second-dropdown {
    max-height: 100vh;
    overflow: auto;
    padding: 0 30px;
}*/
  .global-header .second-dropdown {
    padding: 15px 30px;
  }
.global-header .second-dropdown> .row {
    justify-content: center;
}

    .global-header .header-menu .second-dropdown > ul > li > a {
        position: relative;
        border-bottom: 2px solid #000;
        margin-bottom: 10px;
    }
    .global-header .header-menu .second-dropdown > ul > li > a:hover {
        border-bottom: 2px solid #000;
    }

    /*.global-header .header-menu .second-dropdown > ul > li > a::after {
        content: "";
        display: block;
        width: 30%;
        position: absolute;
        bottom: 0;
        left: 0;
        border-bottom: 3px solid #000;
    }*/

  .global-header .all-manufacture {
    padding: 10px 0;
    background: #eee;
    margin: 40px auto 15px auto;
    max-width: 250px;
  }
.all-manufacture a {
  color: #333 !important;
}
.top-nav-container .navbar {
  padding: 0 30px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

    .top-nav-container .navbar ul li a.nav-link {
        color: #142254;
        text-transform: uppercase;
        cursor: pointer;
    }
.header-menu {
  font-family: 'brokmanw00-mediumregular';
}
.top-nav-container .navbar > ul li .nav-link {
  padding: 19px 10px;
  font-size: 17px;
  border-bottom: 4px solid #fff;
}

.top-nav-container .navbar ul li .nav-link:not(.login-button):hover,
.top-nav-container .navbar ul li.active a:not(.login-button),
.top-nav-container .navbar .dropdown-menu a:not(.login-button):hover {
    color: #0c90ea;
}

/*.main-logo img{
    max-width: 180px;
    max-height: 40px;
}*/

.navbar .icon-nav {
    color: #333;
    font-size: 35px;
}

.header-links ul {
    font-size: 1rem;
}
.mfp-close-btn-in .mfp-close {
    border-radius: 0 3px 0 0 !important;
}
.top-nav-container .navbar .dropdown-menu {
    position: absolute !important;
    margin-top: 0;
    left: 0;
    width: 420px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
    border-radius: 0;
    text-transform: capitalize;
    color: #787878;
    line-height: 18px;
    padding: 0;
    border: unset;
    border-top: 3px solid ;
}
.top-nav-container .header-links .navbar-nav .dropdown-login .user-login-box{
    width: 420px;
}
.top-nav-container .navbar .dropdown-cart .dropdown-menu {
    width: 420px;
    margin: auto;
}
.top-nav-container .navbar .dropdown-menu.store-search-box {
    width: auto;
    right: 0;
    left: auto;
    padding: 15px;
}
.top-nav-container .navbar .dropdown-menu.store-search-box .search-box-text{
    height: 48px;
    width: 100%;
    vertical-align:top;
}
.search-box .search-box-button {
  height: 48px;
}
.top-nav-container .navbar .dropdown-menu a:hover {
    color: #0c90ea;
    border-bottom: 0;
    text-decoration: none;
}

.top-nav-container .navbar .dropdown-menu ul li {
  position: relative;
  display: block;
  padding: 2px 0 0;
  margin: 10px 15px;
  width: 150px;
}
.search-box ul li {
  width:100% !important;
  margin:0 !important;
}
.search-box form {
  width: 88%;
}
.top-nav-container .navbar .dropdown-menu .sublist.first-level .nav-item {
  margin: 0;
  width: 100%;
  text-align: left;
}

.top-nav-container .navbar .dropdown-menu ul li .fa-angle-right {
    background: #e4e6ec;
    padding: 3px 7px;
    margin-right: 5px;
}

.top-nav-container .navbar .dropdown-menu ul li:hover .fa-angle-right {
    background: #0c90ea;
    color: #fff;
}

.top-nav-container .navbar .user-login-box {
    width: 300px;
    padding: 15px;
}
.top-nav-container .header-links .navbar-nav .search-box-dropdown,
.top-nav-container .header-links .navbar-nav .dropdown-login {
    position: relative;
}
    .top-nav-container .header-links .navbar-nav .search-box-dropdown .search-box-button {
        background: #0c90ea;
        border-radius: 0;
        border: 0;
        padding: 15px;
        color: #fff;
    }
.top-nav-container .navbar .user-login-box:before {
    position: absolute;
    right: 5px;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.nav-dropdown-container a {
    line-height: 25px;
}

.top-nav-container .navbar .dropdown-menu a {
    padding: 0;
}
.dropdown-menu .login-nav-box a:hover {
    color:#fff !important;
}
.login-button {
    background: transparent;
    border: 1px solid transparent;
    color: #fff;
}

ul.sublist.first-level::after {
    content: "";
    display: block;
    clear: both;
}

.top-nav-container .navbar .sublist li .nav-link {
    display: inline-block;
}

    .top-nav-container .navbar .sublist li .nav-link:hover {
        border-color: #0c90ea;
    }

.top-nav-container .navbar ul.sublist li .nav-link:hover {
    color: #fff;
}

.icon-search,
.icon-user,
.icon-cart,
.icon-love {
    font-size: 18px;
}

.search-box,
.cart-dropdown-box {
    left: auto !important;
}

.search-box .lime.lighten-2,
.my-cart-box .lime.lighten-2 {
    background: #f05f5c;
    border-radius: 0;
    border: 0;
    padding: 15px;
    color: #fff;
}

.header-menu .navbar-nav>.dropdown>a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-menu .navbar-nav>.dropdown>a::after {
    content: "\f107";
    border: unset;
    vertical-align: baseline;
}

.header-menu .nav-item a {
    color: #142254;
    text-transform: uppercase;
    font-size: 17px;
}
.header-menu .second-dropdown li a {
  color: #333 !important;
  text-align:left;
}
.header-menu .first-lebel-nav > a {
  line-height: 0;
  vertical-align: baseline;
  text-decoration: none;
}

li.nav-item.nav-products {
    width: auto;
    position: static;
}

.search-box .form-control,
.my-cart-box .form-control {
    border-radius: 0;
}

.my-cart-box .form-control {
    padding: 26px 15px;
}

.go-to-cart-button,
.scrollup,
.estimate-shipping-button {
    background: #0c90ea;
    padding: 10px 15px;
    transition: all 0.3s;
    outline: 0;
    box-shadow: none !important;
    border-radius:5px;
}

.go-to-cart-button:hover {
    background: #46282a;
    cursor: pointer;
}

.login-nav-box {
    background: #0c90ea;
}

.login-nav-box-2 {
    background: #1d1d1d;
}

.login-nav-box a,
.login-nav-box-2 a {
    color: #dee1e7 !important;
    font-size: 18px;
}

.login-nav-box a:hover,
.login-nav-box-2 a:hover {
    color: #dee1e7 !important;
}

.close-icon-box {
    background: #d4d6de;
    color: #fff !important;
}

.cart-quantity {
    background: #0c90ea;
    position: absolute;
    color: #fff;
    padding: 3px;
    font-size: 12px;
    top: 12px;
    right: -18px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: unset;
}

.nav-dropdown-container .products-nav-icon li a img {
    height: 50px;
    fill: #f00;
    transition: all 0.3s;
}

.manufacturer-container .products-nav-icon li a img {
    height: 70px;
}

.nav-dropdown-container .products-nav-icon li {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

    .nav-dropdown-container .products-nav-icon li a:hover,
    .nav-dropdown-container .products-nav-icon li:hover {
        background: #0c90ea;
        color: #fff !important;
    }

.manufacturer-container .products-nav-icon li a:hover,
.manufacturer-container .products-nav-icon li:hover {
    background: none;
    color: #0c90ea !important;
}

.nav-dropdown-container .products-nav-icon li:hover img{
    filter: contrast(220%);
    -webkit-filter: contrast(220%);
}

.manufacturer-container .products-nav-icon li:hover img {
    filter: none;
}
.btn-close-menu {
  position: absolute;
  width: 30px;
  height: 30px;
  background:#cd192d;
  z-index: 5;
  float: right;
  right: 0;
  text-align: center !important;
  border: 0;
  color: #fff;
}
/*.dropdown-menu-list:hover .dropdown-menu-right {
    display: block !important;
}*/
/******Global Header******/

/******Start Main Slider*/

.home-page-slider-1 {
    font-family: 'barlowbold';
}

.home-page-slider-1 .owl-nav.disabled {
    display: none !important;
}

.home-page-slider-1 .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 49%;
}

  .home-page-slider-1 button.owl-dot {
    width: 25px;
    height: 5px;
    background-color: #ddd !important;
    opacity: 1 !important;
    margin-right: 3px;
    border-radius:10px;
  }
    .home-page-slider-1 button.owl-dot.active {
        margin-right: 10px;
        width: 35px;
    }
.home-page-slider-1 .home-page-slider-item {
    position: relative;
}
 .home-page-slider-item {
        background: #fff;
}
.home-page-slider-1 .slider-caption {
    position: absolute;
    top: 30%;
    left: 20%;
    z-index: 2;
}

.home-page-slider-1 .slider-title {
    font-size:50px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
}

.home-page-slider-1 .slider-subtitle {
    font-family: barlowregular;
    font-size: 28px;
    letter-spacing: 8px;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
}

    .home-page-slider-1 .slider-btn {
        font-family: barlowregular;
        font-size: 16px;
        color: white;
        padding: 10px 20px;
        background: #e5ad39;
        display: inline-block !important;
        transition: all 0.5s;
        text-transform: uppercase;
        font-weight: bold;
        border-radius:5px;
    }

        .home-page-slider-1 .slider-btn:hover {
            background: #1d1d1d;
            cursor: pointer;
        }
.home-page-slider-1 .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
  color: #fff;
  direction:ltr;
}
  .home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev,
  .home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    background: #edb948;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    transition: all 0.2s;
    direction:ltr;
  }
.home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev:hover,
.home-page-slider-1 .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-next:hover {
  opacity: 1;
}
/*.home-page-slider-container .owl-carousel .owl-nav {
  display:grid;
  top: auto;
}*/
.home-page-slider-container .owl-carousel .owl-nav .owl-prev {
    margin-right: 5px;
    margin-bottom:2px;
    direction:ltr;
  }
/******end home page main Slider*/

/*advanced-products-tab*/
.advanced-products-box-link {
  display: block;
  height: 100%;
}
.products-tab-ads {
  height: calc(100% - 47px);
  background-size: cover;
  background-position: center center;
}
.products-tab-container {
  /*background-image: url(../images/products-tab.png);*/
  background:#fff;
}
.simple-product, .new-product-container {
    /*background-image: url(../images/products-slider-bg-home.jpg);
    background-size: cover;*/
    background: #e7e9f0;
    padding: 30px 0;
}
.simple-product h2 {
    color: #fff;
}
    .products-tab-container .products-box-icon a {
        border-right: 0 !important;
    }
.advanced-products-titel {
    background: #0c90ea;
    color: #fff;
    padding: 10px;
    text-align: center;
    z-index: 555;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.advanced-products-titel-box {
  display:none;
}
.products-tab-container .OCarousel-item .product-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  margin-right:5px;
}
.products-tab-container .picture {
  width: 40%;
  margin-right: auto;
}
.products-tab-container .details {
  width: 55%;
  margin-left: auto;
  text-align: left;
}
/*.products-tab-ads img {
  height: 100%;
  background: #c69d65;
}*/
/*.products-tab-ads {
  height: 100%;
  background: #c69d65;
}*/
.advanced-products-tab .product-item img {
    padding:5px
}
.advanced-products-tab .products-box-icon {
    position: relative;
    top: -25px;
    margin: auto;
    width: 45px;
    text-align: center;
    right: 0;
    transition: all 0.3s;
    transform: translateY(-100px);
}
    .advanced-products-tab .products-box-icon i {
        color: #fff !important;
    }
.advanced-products-tab .products-box:hover .products-box-icon {
  transform: translateY(0);
}
.advanced-products-tab .products-box-icon i {
    background: #142254;
    padding: 0 2px;
    margin-bottom: 2px;
    border-radius:5px;
}
    .advanced-products-tab .products-box-icon i a {
      margin: 2px 0 !important;
      width: 35px !important;
      height: 35px;
    }
.advanced-products-tab .add-to-cart-button {
    position: relative;
    z-index: 90003;
}
.advanced-products-tab .add-to-cart-button button {
    margin-right: 0;
    width: auto !important;
}

.advanced-products-tab .tab-header-box,
.advanced-products-tab .nav-tabs {
  border-bottom: none;
}

.advanced-products-tab .products-description .nav-tabs .nav-link {
  border: 0 !important;
}

.advanced-products-tab .nav-tabs .nav-link {
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  font-family: 'brokmanw00-mediumregular' !important;
  font-weight: bold;
  letter-spacing: 1px;
  color: #bbbcc0;
}
.advanced-products-tab .owl-carousel .owl-nav {
  position: absolute !important;
  top: 0;
  right: 0 !important;
  width: auto;
  z-index:1;
  direction:ltr;
}
  .advanced-products-tab .owl-carousel .owl-nav .owl-next {
    margin-right: 10px;
    margin-left: 5px;
    direction:ltr;
  }
  .advanced-products-tab .owl-carousel .owl-nav button.owl-prev,
  .advanced-products-tab .owl-carousel .owl-nav button.owl-next {
    color:#666;
  }
.advanced-products-tab .owl-carousel .owl-dots {
  margin: 10px 0 0 0 !important;
}
.share-icon-list ul li {
  display: inline-block;
  padding-right: 20px;
  color: #b9bcbf;
}
  .share-icon-list ul li a {
    color: #b9bcbf;
  }
    .share-icon-list ul li a:hover {
      color: #cd192d;
    }

.overview .availability .stock,
.overview .additional-details div {
  margin: 0 0 5px !important;
}

/*.go-to-cart-button {
  box-shadow: 3px 5px 10px #ddd !important;
}*/
.product-details-page .overview .button-2 {
  border: none !important;
  /*max-width: 50px;*/
  font-size: 16px;
}
/*advanced-products-tab*/

/* quick view */
.quick-view-product-details-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.quick-view-product-details-modal .overview {
    margin: 0;
}

.quick-view-product-details-modal .share-item {
    display: flex;
    align-items: center;
}

.quick-view-product-details-modal .share-item .share-item-label {
    margin-right: 8px;
}

.quick-view-product-details-modal .modal-content {
    border: unset;
}

#quick-view-product-details-modal .product-price span {
    font-size: 32px !important;
    font-weight: normal !important;
}

#quick-view-product-details-modal .tabs-product-details p {
    font-size: 16px !important;
}

.add-to-cart-wrapper .add-to-cart-button-quick-view {
  background: #142254;
  padding: 8px 20px;
  transition: all 0.3s;
  outline: 0;
  box-shadow: none !important;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  border: none;
  color: #fff !important;
  border-radius:5px;
}

.add-to-cart-wrapper .btn-quick-view:hover {
    background: #46282a;
}

.add-to-cart-wrapper .btn-quick-view.wishlist-icon {
    border: solid 1px #ddd;
    background: #fff !important;
    color: #666 !important;
}

.add-to-cart-wrapper .btn-quick-view.wishlist-icon:hover {
    background: #eee;
}

.quick-view-product-details-modal .btn-email-friend,
.quick-view-product-details-modal .btn-compare-product,
.wishlist-icon {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
  color: #666 !important;
  background: white;
}

.quick-view-product-details-modal .btn-email-friend:hover,
.quick-view-product-details-modal .btn-compare-product:hover {
    background: #eee;
}

.mfp-close-btn-in .mfp-close {
    width: 45px !important;
    height: 45px !important;
    background: #0c90ea;
    color: white !important;
}

.c-white {
    color: #ffffff;
}

/*********Boby-css********/

.category-add-text,
.featured-box-text {
    /*bottom:30px;
  left: 50%;
  transform: translate(-50%, 50%);
  position: absolute;*/
    position: relative;
    font-family: 'barlowbold';
    font-size: 15px;
    width: 100%;
    color: #fff;
  
}
.category-add a {
    color: #fff;
}
/*.category-page .category-add a {
    border-radius: 3px !important;
    box-shadow: 0px 3px 5px #c0c4ca !important;
}*/
.category-add a:hover {
    box-shadow: none;
    border-radius:3px;
}
    .category-add a:hover .category-add-text {
        background: #c91a33 !important;
    }
.OCarousel-category-slider .OCarousel-item {
    overflow: hidden;
    border-radius:5px;
}
.category-add a:hover .category-add-text {
    color: #dee1e7;
    transition: all 0.7s;
}
.OCarousel-category-slider a:hover .category-add-text {
    background: #c91a33 !important;
    transition: all 0.7s;
    color: #fff;
}
.OCarousel-category-slider a img,
.category-add a img,
.featured-products-box img {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.OCarousel-category-slider a:hover img,
.category-add a:hover img,
.featured-products-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.category-add a,
.featured-products-box {
    overflow: hidden;
    position: relative;
}

.featured-box-text h2 {
    font-size: 22px;
    background: rgba(255, 255, 255, 1);
    padding: 10px 15px;
    color: #333;
}

.featured-box-text {
    background: none;
    bottom: 25%;
    font-family: 'barlowregular';
}

.featured-box-text button {
    margin-bottom: 25px;
}

.featured-products-box img {
    height: 100%;
}

.category-add-text i {
    font-size: 12px;
}
.category-add .owl-carousel .owl-dots.disabled,
.category-add .owl-carousel .owl-nav.disabled {
    text-align: center !important;
}
/*featured-products-container*/
.owl-theme .owl-nav {
    text-align: left !important;
    direction:ltr;
}

.featured-products-container .owl-carousel .owl-nav button.owl-next,
.featured-products-container .owl-carousel .owl-nav button.owl-prev,
.featured-products-container .owl-carousel button.owl-dot,
.ads-slider-container .owl-carousel .owl-nav button.owl-next,
.ads-slider-container .owl-carousel .owl-nav button.owl-prev,
.products-gallery .owl-carousel .owl-nav button.owl-next,
.products-gallery .owl-carousel .owl-nav button.owl-prev,
.bestsellers .owl-carousel .owl-nav button.owl-next,
.bestsellers .owl-carousel .owl-nav button.owl-prev,
.pagination-box button,
.thumb-list-slider .owl-carousel .owl-nav button.owl-next,
.thumb-list-slider .owl-carousel .owl-nav button.owl-prev,
.latest-product .owl-carousel .owl-nav button.owl-prev,
.latest-product .owl-carousel .owl-nav button.owl-next,
.home-page-slider-2.owl-carousel .owl-nav button.owl-prev,
.home-page-slider-2.owl-carousel .owl-nav button.owl-next {
  width: 35px;
  height: 35px;
  font: inherit;
  color: #fff;
  background: #cad3dd;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius:50%;
  direction:ltr;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    color: #fff !important;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px !important;
    border-radius: 50%;
    margin-bottom: 2px;
    width: 35px;
    height: 35px;
    direction:ltr;
}
.category-slider .owl-carousel .owl-nav button.owl-prev,
.category-slider .owl-carousel .owl-nav button.owl-next {
  margin-left: 16px;
  margin-right: 16px;
  direction:ltr;
}
.featured-products-container {
  padding: 0 2rem;
}

.featured-products-container .owl-nav {
    position: relative;
    direction:ltr;
}

.related-products .owl-carousel .owl-nav.disabled {
    display: inherit !important;
}
.title-container,
.home-page-product-grid .title-container {
    padding: 10px;
    text-align: center !important;
    text-transform: uppercase;
    width: 100%;
    font-size: 30px;
    font-family: 'barlowbold';
    letter-spacing: 1px;
    color: #000;
    font-weight: 200;
}
.owl-nav .owl-next [aria-label="Next"],
.owl-nav .owl-prev [aria-label="Previous"] {
  font-size: 0;
}
.owl-nav .owl-next [aria-label="Next"]::before,
.owl-nav .owl-prev [aria-label="Previous"]::before {
  font-size: 12px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height:1;
  -webkit-font-smoothing: antialiased;
}
.owl-nav .owl-next [aria-label="Next"]::before {
  content: "\e902";
}
.owl-nav .owl-prev [aria-label="Previous"]::before {
      content: "\e901";
}
/*products-quick-box*/
.mfp-content #quick-view-modal {
  padding:0 !important;
}
.products-quick-box .modal-dialog {
  max-width: 75%;
  margin: 30px auto;
}
.products-quick-box .modal-content {
    border: 0;
    border-radius: 0;
}

.products-quick-box .owl-dots {
    display: none;
}

.products-quick-box .owl-nav {
    bottom: 0 !important;
    direction:ltr;
}

.products-quick-box .close {
    right: 0;
    position: absolute;
    top: 0;
    background: #0c90ea;
    opacity: 1;
    padding: 15px 15px;
    color: #fff;
    font-size: 12px;
    z-index: 5;
}

.products-quick-box .close:hover {
    background: #333;
    color: #fff !important;
    opacity: 1;
}

/*products-quick-box*/

/*products-box*/
.featured-products-box {
    overflow: hidden;
    height: 100%;
    background: url(../images/featured-products-ads.jpg);
}

.products-box a {
    font-size: 15px;
    color: #1d1d1d;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    /* font-family: 'barlowbold'; */
}

.products-box .price {
    color: #999 !important;
    font-weight:bold;
}
/*.products-box-new-icon-set {
  display: inline-flex;
  margin: auto;
  text-align: center;
  background: #cad2d8;
  height: 41px;
  margin-bottom:2px;
}*/
.products-box-new-icon-set {
    margin: auto;
    text-align: center;
    position: absolute;
    width: 97%;
    top: 30%;
    background: rgba(255,255,255,0.9);
    opacity: 0;
    transition: all .15s ease-in-out;
}
.product-list .products-box-new-icon-set {
    position: static;
    width: auto;
    display: inline-block;
    opacity: 1;
    line-height: 42px;
    background: transparent;
}
.products-tab-container .products-box-new-icon-set {
    background: none !important;
}
.product-item:hover .products-box-new-icon-set {
    opacity: 1;
    z-index: 90002;
}
/*.category-page .products-box-new-icon-set,
.related-products-grid .products-box-new-icon-set {
    width: 98%;
}*/
.products-box-new-icon-set .icon-cart {
    vertical-align: middle;
}
  .products-box-icon .button-2 .text-white {
    border-right: 1px solid #fff;
  }
  .product-list .products-box-icon {
    opacity: 1;
    position: static;
    display: inline-block;
  }
.product-list .add-to-cart-button {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 5px;
}
.also-purchased-products-grid .products-box-icon,
.thumb-list-slider .products-box-icon,
.recently-added-products-page .products-box-icon,
.search-results .products-box-icon,
.manufacturer-page .products-box-icon,
.category-page .products-box-icon {
    bottom: 118px;
}

.product-list .products-box-icon {
    bottom: initial;
    top: 40px;
}

.products-box:hover .products-box-icon {
    transform: translateX(0);
    opacity: 1;
}

.products-box-icon i {
    display: inline-flex;
    color: #142254;
    vertical-align: top;
}

.products-box-icon > i:nth-child(4) {
  margin-left: 4px;
}

.products-box-icon i a {
    background:none !important;
    color: #fff;
    margin: 4px 0;
    display: block;
    transition: all 0.3s;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 0;
    color: white;
    justify-content: center;
}
.products-box {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: solid 1px rgba(0,0,0,.1) !important;
    /* box-shadow: 0 1px 3px #e8e6ed; */
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    margin-bottom: 4px;
    text-align: center;
    border-radius: 5px;
}
.products-box .prices {
    height: 24px;
    font-weight: bold; 
    margin-bottom:10px;
}
.quick-view-plugin-btn {
  width:42px !important;
}
.products-box .description {
  display: none;
}
  .products-box-icon i a:hover {
    background: #46282a;
  }

.new-product-label {
    /*background: #0c90ea;*/
    text-align: left;
}

.discount-info-label {
    background: #1d1d1d !important;
}
.discount-info-label {
    padding: 12px 6px !important;
    border-radius: 50%;
    letter-spacing: -1px;
    width:45px;
}
/*.product-essential .bestseller-label,
.product-essential .discount-info-label,
.product-essential .new-product-label {
  margin-left: 15px;
}*/
.modal-body .bestseller-label {
  margin-left: 0 !important;
}
.old-price {
  color: #999;
  text-decoration: line-through;
}

.offer-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10001;
    text-align: left;
}
.discount-bestseller-box {
    right: 0;
    position: absolute;
    z-index: 90001;
}
.product-details-page .discount-bestseller-box {
    right: 15px;
}
.offer-box {
    background: #cd192d;
    padding: 7px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
}
.new-product-label .offer-box {
    padding: 10px 7px;
    border-radius: 50%;
}
.new-products {
    background: #8e95a0;
    display: block;
    border-radius: 0 20px 0 20px;
}
.add-to-cart-button button {
    padding: 7px 10px;
    color: #fff;
    margin-right: 5px;
    font-size: 14px;
    border-radius: 5px;
}
  .add-to-cart-button button span,
  .slider-btn span,
  .go-to-cart-button span,
  .add-to-cart-button-quick-view span {
    font-size: 23px;
    line-height: 0;
    font-weight: bold;
    vertical-align: middle;
  }
  /*.add-to-cart-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
}*/
/*products-box*/
.OCarousel-category-slider {
    background: #fff;
}
.featured-product .title-container {
    color: #fff;
}
.featured-product,
.bestsellers {
    background-image: url(../images/Featured-Products-bg.jpg);
    background-size: cover;
}
.category-page .bestsellers {
    background: url(../images/category-slider-bg.png);
}
.new-product-container {
    /*background-image: url(../images/New-Products-bg.jpg);*/
    background-size: cover;
    padding: 25px 0;
}
  .featured-product .title-container,
  .new-product-container .title-container,
  .OCarousel-category-slider .title-container {
    margin: 20px;
  }
.new-arrivals-container,
.ads-slider-container {
  margin-top: 80px;
}

.ads-slider-container {
    background-image: url(../images/adsslidebg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .ads-slider-container .owl-carousel button.owl-dot.active {
        background: #0c90ea;
        padding: 8px 8px !important;
        opacity: 1;
    }

.ads-slider-container .owl-dots {
    text-align: center;
}

    .ads-slider-container .owl-carousel button.owl-dot {
        padding: 5px 5px !important;
        border: 0;
        border-radius: 50px;
        background: #0c90ea;
        opacity: 0.4;
        margin: 35px 5px 5px 5px;
    }

.ads-slider-container .owl-stage-outer {
    box-shadow: 0 0 10px #594c4c;
}

.ads-slider-container .owl-nav,
.products-gallery .owl-nav {
    position: absolute;
    bottom: 64px;
    direction:ltr;
}

.offer-box-content {
    padding: 20px 0;
}


    .offer-box-content h2 {
        font-size: 45px;
        color: #0c90ea;
        font-family: 'barlowbold';
    }

/*blogs-container*/
.read-mre-box::before {
    width: 25px;
    border-bottom: solid 2px #0c90ea;
    margin-right: 10px;
}

.products-gallery h2 span,
.blogs-container h2 span,
.read-mre-box a,
.related-products h2 span {
    vertical-align: middle;
    color: #0c90ea;
    font-weight: bold;
}

.products-gallery .owl-nav {
    bottom: 24px;
}

/*blogs-container*/

/*********Footer********/
.mobile-footer-service h5 strong, .mobile-footer-information h5 strong {
    color: #fff !important;
}
.manufacturers-bg {
  padding: 30px 0;
  background: #fff;
}
  .manufacturers-bg img {
    border:solid 1px #ddd;
  }
  .advantages-box {
    background: #f3f4f9;
    padding: 5rem !important;
  }

.advantages-box .border-right {
    border-right: solid 1px #66646a !important;
}

.all-manufacture {
    padding: 8px 0;
    background: #ecf0f1;
}
.footer-nav-header h5 {
    color: #fff;
    font-weight:bold;
    letter-spacing:1px;
}
.footer-nav-header {
    font-size: 18px;
}
/*.footer-nav-header .icon {
    width: 64px;
    margin-top: 16px;
    margin-right: 30px;
    float: left;
    color: #0c90ea;
}*/
.footer-nav-header .newslater-form {
    float: left;
    width: calc(100% - 0px);
}
.footer-nav a,
.footer-nav-header a,
.copyright-container a {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    font-size: 18px;
}

    .copyright-container a:hover,
    .footer-nav-header a:hover {
        color: #0c90ea;
        text-decoration: none;
    }
.footer-nav li a:hover::before {
    color: #c91a33;
}
        .footer-nav-header a:hover i {
            color: #0c90ea;
        }

.footer-nav-header ul li {
    display: inherit;
    padding: 5px 0;
}

.newsletter-content,
.newsletter-content input {
    background: none;
    border: solid 1px #424246;
    color: #424246;
    border-radius: 0;
}

.newsletter-content .input-group-text {
    background: #18171d !important;
    border: solid 1px #424246;
    border-radius: 0;
}

.newsletter-email {
    position: relative;
    width: 100%;
}

.newsletter-email input[type="email"] {
    width: 100%;
    background: transparent;
    border-color: #66646a;
}

.newsletter-email input[type="email"]:focus {
    background: rgba(255, 255, 255, 1);
}

    .newsletter-email .newsletter-subscribe-button {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border-color: #0c90ea;
        border-width: 0;
        transition: all 0.3s;
        border-left: none;
        background: #0c90ea;
    }
.social a {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    display: block;
    line-height: 46px;
    text-align:center;
}
    .social a.facebook-box, 
    .social a.twitter-box, 
    .social a.rss-box, 
    .social a.youtube-box {
        background: #202e61;
        box-shadow: 0px 2px 2px #0d183f;
    }
    .social a:hover {
        background: #0c1536;
    }
.newsletter-email .newsletter-subscribe-button:hover {
    background: #66646a;
    color: #fff;
}
.newsletter {
    padding: 74px 35px;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    background: #fff;
}
  .newsletter h5 {
    color: #333 !important;
  }

  .copyright-container {
    background: #fff;
  }
.copyright-container i,
.social-media-icon i {
  padding: 0px 10px 0 0;
  font-size: 20px;
}
.payment-icon {
    color: #66646a;
}
.social-media-icon {
    text-align: center;
}

.footer-nav-content {
    /*background: url(../images/footer-bg.jpg);
  background-size: cover;*/
    background: #142254;
    bottom: 0;
}

.footer-nav li a::before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
}
.theme-selector select {
    color: #8e95a0;
    min-width: 100px;
    border: solid 1px #ced4da;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    background: url(../images/select-arrow-dark.svg) #fff;
    background-size: 15px;
    background-position: 96%;
    background-repeat: no-repeat;962
    border-radius: 0;
}
.footer-powered-by a {
  color: #1088dd !important;
  text-shadow: none;
}
.footer-disclaimer {
  line-height:35px;
}
/*********Footer********/
/*********Products-list-page********/
.products-list-header h1,
.products-list-header-body ul li.active a {
  font-family: 'barlowbold';
  color: #fff;
}
.products-list-header h1{
  font-size: 2rem;
}
.products-list-header {
    background: url(../images/products-page-header-bg.jpg);
    background-size: cover;
    padding: 35px;
    /* height: 150px; */
    margin-top: 68px;
    box-shadow: 1px 3px 2px #efeef5;
}
.products-list-header ul li,
.products-list-header-body ul li,
.products-description-container ul li {
    display: inline-block;
    padding: 0 5px;
}

.products-list-header ul li a,
.products-list-header ul li,
.products-list-header-body ul li a,
.products-description-container ul li a {
    color: #fff;
    text-decoration: none;
}
  .products-list-header-body ul li strong {
    color: #fff !important;
  }
  .products-list-container-body,
  .products-body-content {
    padding: 0 4rem;
  }

.products-list-container-body,
.products-body-content {
    width: 100%;
    max-width:1380px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.products-list-header-body {
    text-align:center;
}
    .products-list-header-body ul li strong.active,
    .products-list-header-body ul li strong {
        color: #0c90ea;
    }
    .products-list-header-body select,
    .products-description-container select,
    .manufacturers-container select,
    .checkout-box select,
    .product-selectors select,
    .date-of-birth select,
    .attributes select {
        color: #8e95a0;
        /*min-width: 100px;
        max-width: 294px;*/
        border: solid 1px #e4e7eb;
        appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        -webkit-appearance: none;
        background: url(../images/select-arrow-dark.svg) #fff;
        background-size: 15px;
        background-position: 97%;
        background-repeat: no-repeat;
    }
.product-selectors select {
  border: 0;
  border-right: solid 1px #e4e3e9;
  border-radius:0;
}
      .attributes select,
      .attributes dd {
        width: 100%;
      }
.mfp-content .attributes select,
.mfp-content .attributes dd {
    width: auto;
}
.attributes dd {
    margin-right: 7px;
}

.attributes dd:last-of-type {
    margin-right: 0;
}

.products-list-header-body .icon-products-view-1,
.products-list-header-body .icon-products-view {
    font-size: 28px;
    vertical-align: -6px;
    color: #bac1cc;
}

.products-list-header-body a span:hover,
.products-list-header-body a span.active,
.cart-container .fa-trash-o:hover {
    color:yellow;
}

.products-body-content .products-box {
    transition: all .3s linear;
}

.products-body-content .products-box:hover {
    box-shadow: 0 0 15px #ddd;
}
.selected-value::before {
    content: "\f00c";
    position: absolute;
    background: #fff;
    width: 18px;
    height: 15px;
    z-index: 500;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 11px;
    line-height: 15px;
    color:#0c90ea;
}
/*categories*/
.ajax-filter-section input[type="checkbox"]:checked ~ label .specCheck {
    border: 5px solid #cd192d !important;
}
.filters-box,
.block-category-navigation,
.block-recently-viewed-products,
.block-popular-tags {
  border: solid 1px #dde1e7;
  background: #fff;
  text-transform: uppercase;
  border-radius:5px;
}
    .filters-box .filters-box-header h5,
    .block-category-navigation h5,
    .block-recently-viewed-products h5,
    .block-popular-tags h5,
    .mobile-filter-view button {
        font-weight: bold;
        color: #fff;
        overflow: hidden;
        font-size: 15px;
        cursor: pointer;
        text-transform: uppercase;
        background: rgb(20,34,84);
        background: linear-gradient(90deg, rgba(20,34,84,1) 0%, rgba(44,64,133,1) 100%);
        padding: 13px 15px;
        /*max-height: 43px;*/
        font-family: 'brokmanw00-mediumregular';
        letter-spacing: 1px;
        border-radius: 5px;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    }
#ajaxfilter-form .filter-title {
    background: rgb(20,34,84) !important;
    background: linear-gradient(90deg, rgba(20,34,84,1) 0%, rgba(44,64,133,1) 100%) !important;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
#ajaxfilter-form .ajax-filter-section .filter-section {
    border-radius: 5px;
    margin-top: 5px;
}
        .filters-box .filters-box-header h5 i,
        .block-category-navigation h5 i,
        .block-recently-viewed-products h5 i,
        .block-popular-tags h5 i {
            font-size: 18px;
        }
    .filters-box .accordion h5 {
      color: #333;
      font-size: 17px;
      cursor: pointer;
      font-family: 'brokmanw00-mediumregular';
      /*margin-bottom: 10px !important;*/
      letter-spacing: 1px;
    }
.filters-box .filters-box-header h5 .rotate-icon {
  color: #fff;
  font-size: 18px;
}
.filter-section .ui-widget-content {
    background: #c91a33 !important;
}
.ui-state-default, .ui-widget-content .ui-slider-handle {
    border: 1px solid #142254 !important;
    background: #fff !important;
}
  .filters-box .accordion,
  .block-category-navigation .collapse,
  .block-recently-viewed-products .collapse,
  .block-popular-tags .collapse {
    /*padding: 15px 20px;
    border-bottom: solid 1px #dde1e7;*/
    /*display: block;*/
  }
.accordion-info-nav .card-header h5 .rotate-icon,
.accordion-service-nav .card-header h5 .rotate-icon,
.accordion-my-account .card-header h5 .rotate-icon {
  color: #fff;
}
  .card, .card-header {
    background: none !important;
    border: 0 !important;
  }
.ui-slider .ui-slider-range {
    border: 0 !important;
}
.ui-widget-content .ui-state-default {
    box-shadow:none !important;
    border-radius:0 !important;
}
.accordion-info-nav .card-header,
.accordion-service-nav .card-header,
.accordion-my-account .card-header {
  outline: none;
  cursor: pointer;
}

.categories-container .card-body ul li {
    display: inherit;
    padding:5px 0;
}

  .categories-container .card-body ul li a {
    color: #333;
    font-size: 16px;
  }
    .categories-container .card-body ul li a.active {
        color: #c91a33 !important;
    }

.categories-container .card-body .list>li {
    display: block;
    align-items: center;
}

.categories-list .active .sublist {
    margin: 0 15px;
}
.sublist .active a {
    border-left: solid 2px #c91a33;
    padding: 0 10px;
    color: #c91a33 !important;
}

.active .sublist .active a:hover {
    border-left: solid 2px #0c90ea;
}


.accordion .card-header h5:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion .card .card-header a:not(.collapsed) .rotate-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*categories*/

/*colour*/
.color-one {
    background: #d6cebf;
}

.color-two {
    background: #f1c7bf;
}

.color-three {
    background: #dc9c7a;
}

.color-four {
    background: #c5d4cd;
}

.color-five {
    background: #dac4ce;
}

.color-six {
    background: #b1badd;
}

.color-seven {
    background: #f1adcc;
}

.color-eight {
    background: #fab591;
}

.color-nine {
    background: #eed7a9;
}

.color-ten {
    background: #beaaa6;
}

.color-box-container ul li {
    display: inline-block !important;
    margin-right: 5px;
}

/*colour*/
.pagination-box button:hover,
.owl-nav button:hover {
    background: #c91a33 !important;
    color: #fff !important;
    transition: all 0.2s;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    background: #0c90ea;
    border-radius: 50%;
    cursor: e-resize;
}

.ui-widget-header {
    border: 1px solid #eff1f5;
    background: #eff1f5;
}

.ui-widget.ui-widget-content {
  border: unset !important;
  margin-left: 5px;
  margin-right: 5px;
}

/*********Products-list-page********/

/*********products-description*********/
.attributes-content-box {
  overflow: hidden;
}
  .attributes-content-box dt {
    /*width:115px;
    float: left;
    margin-bottom: 5px;*/
    padding-top: 5px;
  }
  .attributes-content-box dd {
    float:left;
    width:100%;
  }
.qtyminus, .qtyplus {
  position: absolute;
  background: #eee !important;
  color: #333;
  margin-right: 15px;
  border: 1px solid #dde1e7;
  line-height: 0;
}
.qtyminus {
  margin-left: 15px;
  bottom: 0;
  right: -15px;
  height: 24px;
  padding: 6px 7px;
}
.qtyplus {
  right: 0 !important;
  left: auto !important;
  height: 22px;
  padding: 5px 5px;
  min-width: 22px;
}
.add-to-cart-panel input[type="text"] {
  height: 45px !important;
  text-align:left !important;
}
.qtyplus {
  right: -15px !important;
  left: auto !important;
}
  .related-products .owl-nav button {
    margin-top: 0 !important;
    direction:ltr;
  }
.stock .text-warning {
  font-family: 'brokmanw00-mediumregular';
  color: #28b332 !important;
}
.group_products_container .availability,
.group_products_container .delivery-date {
    text-align: left !important;
    border-bottom: 1px solid #fff !important;
}
.products-description .nav-tabs li a.active {
    color: #0c90ea;
}

.products-description .nav-tabs li a {
  color: #afadb5;
  font-weight: bold;
  font-family: 'brokmanw00-mediumregular';
  letter-spacing:1px;
}
.products-description .nav-tabs {
  border-bottom: 0;
  max-width:500px;
  margin:auto;
}
.products-description .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.products-description .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    /*border-color: #dddbe4 #dddbe4 #fff;*/
    border: none;
    color: #0c90ea;
}
.products-description ul li strong {
    padding: .4rem 0;
    display: block;
    font-family: 'brokmanw00-mediumregular';
    color: #cad2d8;
}
.products-description .nav-tabs .nav-link {
  border:0 !important;  
}
.products-description .nav-tabs .nav-item {
  margin-bottom: 0 !important;
  margin:auto;
}
  .products-description .nav-tabs .nav-item a:hover {
    margin-bottom: 0 !important;
    border:0 !important;
  }
.products-description .tab-content .fade {
    text-align: justify;
    color: #626262;
    background: #f1f1f1;
}
.products-description-container h3 {
    font-weight: bold;
    font-size: 24px;
}

.products-description-container h2 span {
    font-size: 24px;
    text-decoration: line-through;
}

.products-description-container input {
    border-radius: 0;
}

.products-description-container .wishlist-icon {
    padding: .375rem .75rem;
    border: 1px #ced4da solid !important;
    background: #fff;
    color: #495057;
}

.products-description-container button {
    padding: .375rem .75rem;
}

.attributes label {
    margin-right: 5px !important;
    cursor: pointer;
}

.product-tags-list li {
    padding: 8px 15px;
    background: #eff1f5;
    margin: 5px;
}

.newsletter-subscribe-button {
    padding: 0 13px !important;
}


.overview .product-name h2 {
    font-size: 22px;
    font-weight: bold;
}
.manufacturers span.label {
    font-weight: bold;
}
.overview .button-2,
.variant-overview .button-2 {
    padding: 10px 8px;
}

.overview .product-name {
    margin: 0;
    border-bottom: 0;
    padding: 0 0 5px;
}

.at-icon-wrapper {
    height: 20px !important;
}
.overview .product-price {
    font-size: 30px;
    text-align: center;
    font-weight:100;
    font-family: 'barlowbold';
}
.product-details-page .picture img{
  margin-right: 10px;
  display: inline-block;
}
.thumbnail_images_box {
    display: inline-block;
    border: solid 1px #ddd;
    margin-right: 10px;
    width:110px;
}
.qty-content-box {
    width:100%;
}
.delivery-date-box {
    border-top: solid 1px #dee2e6;
}
/*********products-description*********/
/***********Register**********/
.remember-text {
    color: #333;
    position: absolute;
    padding: 5px 5px;
}
.checkout-box .card-header {
    background: #fafbfc;
}
.register-container .page-body .search-input{
    padding-left: 24px;
    padding-right: 24px;
}
.search-results .item-grid{
    margin-left: -0.5%;
    margin-right: -0.5%;
}

.register-container h5 {
    font-weight: bold;
}

.register-container input[type="text"],
.register-container input[type="date"],
.register-container input[type="password"],
.checkout-box select,
.register-container textarea {
    border-radius: 0;
    padding: 8px 15px;
    height: auto;
    border: solid 1px #d6dade;
    font-size: 1rem;
}

.register-container input[type="text"]:focus,
.register-container input[type="date"]:focus,
.register-container input[type="password"]:focus,
.register-container textarea:focus {
    box-shadow: 0 0 10px #e4e7ee;
    border: solid 1px #b6bcc6;
}

.register-box {
    background: #efeff6;
    color: #666;
}

#Newsletter+label {
    width: auto;
}

.date-of-birth select+select {
    width: calc(33.33% - 11px);
}

div.inputs {
    position: relative;
}

.inputs .required {
    position: absolute;
    right: -2px;
    bottom: 0px;
}

.inputs input:focus~.required {
    display: none;
}

/***********Register**********/
/*checkbox-design*/
.categories-container input[type="checkbox"],
.register-container input[type="radio"],
.register-container input[type="checkbox"],
.cart-container input[type="checkbox"],
.custom-checkbox{
    display: none;
}

    /*.categories-container input[type="checkbox"] + label::before,*/
    .register-container input[type="radio"] + label::before,
    .register-container input[type="checkbox"] + label::before,
    .cart-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before {
        content: "\f111";
        font: normal normal normal 14px/1 FontAwesome;
        display: inline-block;
        height: 25px;
        width: 25px;
        color: transparent;
        transition: all 0.2s;
        font-size: 15px;
        line-height: 23px;
        text-align: center;
        cursor: pointer;
    }

    /*.categories-container input[type="checkbox"] + label::before,*/
    .register-container input[type="checkbox"] + label::before,
    .cart-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before {
        content: "\f00c";
    }

.categories-container input[type="checkbox"]:checked+label::before,
.custom-checkbox:checked+label::before {
    color: #fff;
}

    .register-container input[type="radio"] + label::before,
    .register-container input[type="checkbox"] + label::before,
    .custom-checkbox + label::before {
        border-radius: 50px;
        background: #fff;
        border: solid 1px #cbcfd7;
        margin-right: 7px;
    }

    .register-container input[type="radio"]:checked + label::before,
    .register-container input[type="checkbox"]:checked + label::before,
    .total-price-box input[type="checkbox"]:checked + label::before,
    .cart-container input[type="checkbox"]:checked + label::before,
    .custom-checkbox:checked + label::before {
        color: #cea35f;
    }

.register-container input[type="checkbox"]+label::before,
.custom-checkbox+label::before {
    border-radius: 0;
}

/*checkbox-design*/

/****************my-cart*************/
.checkout-page .edit-address {
    padding: 0 30px;
}
.manufacturers-container input[type="text"] {
    padding: 7px 70px 7px 20px;
    border: solid 1px #ced4da;
}

.total-price-box {
    background: #f2f2f8;
    font-size: 20px;
    line-height: 20px;
}

.total-price-box h2,
.blogs-box h5 {
    font-family: 'barlowbold';
}

.cart-header {
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px #ced4da solid;
    border-top: 1px #ced4da solid;
    margin-bottom: 20px;
}

.cart-container .fa-trash-o {
    font-size: 25px;
    color: #babac6;
}

.my-cart-container-box {
    border-bottom: 1px #ced4da solid;
}

.checkout-page .button-1 {
    background-color: #0c90ea;
}

/****************my-cart*************/
/*** ESTIMATE SHIPPING POPUP COMMON ***/


.estimate-shipping-popup {
  position: relative;
  background: #FFF;
  padding: 25px 10px;
  width: auto;
  max-width: 800px;
  margin: 0 auto;
}

.estimate-shipping-popup-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}

.estimate-shipping-popup-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.shipping-options-loading {
  background: url(../images/ajax-loader-small.gif) no-repeat;
  width: 16px;
  height: 16px;
  position: relative;
  right: 8px;
  margin: 4% 50%;
}

.shipping-address .required {
  margin-left: 0px;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

  .estimate-shipping-row.shipping-option {
    cursor: pointer;
  }

    .estimate-shipping-row.shipping-option.active {
      font-weight: 700;
    }

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

  .estimate-shipping-row-item.shipping-item {
    padding: 8px 0;
    overflow: hidden;
    overflow-wrap: break-word;
  }

  .estimate-shipping-row-item.shipping-header-item {
    padding: 12px 0;
    border-bottom: 1px solid #f2f2f2;
    align-self: flex-end;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 15px;
  }

  .estimate-shipping-row-item + .estimate-shipping-row-item {
    padding-left: 10px;
  }

.estimate-shipping-row-item-radio {
  flex: 0 0 35px;
}

.ship-to-title {
  margin-bottom: 10px;
}

.choose-shipping-title {
  margin-top: 20px;
}

.estimate-shipping-address-control {
  width: 100%;
  height: 36px;
}

.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    padding: 9px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
  }

  .estimate-shipping-radio:checked + label:after {
    content: ' ';
    width: 6px;
    height: 6px;
    border-radius: 50px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: #ffffff;
  }

  .estimate-shipping-radio:checked + label {
    background-color: #4ab2f1;
    color: #99a1a7;
    border: 1px solid #adb8c0;
    border-color: #4ab2f1;
  }

.apply-shipping-button {
  border: none;
  padding: 8px 25px;
  background-color: #4ab2f1;
  color: #fff;
}

.apply-shipping-button-container {
  margin-top: 15px;
  text-align: center;
}

.shipping-options-header {
  top: 0;
  z-index: 1;
  position: sticky;
  background-color: #fff;
}

.shipping-options {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
  max-height: 200px;
  background: #FFF no-repeat;
  background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
  background-position: 0 0, 0 100%;
  background-size: 100% 7px;
}

  .shipping-options:before,
  .shipping-options:after {
    content: "";
    position: relative;
    z-index: -1;
    display: block;
    height: 30px;
    margin: 0 0 -30px;
    background: -webkit-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: -moz-linear-gradient(top, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
    background: linear-gradient(to bottom, #FFF, #FFF 30%, rgba(255, 255, 255, 0));
  }

  .shipping-options:after {
    margin: -30px 0 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 70%, #FFF);
  }

.no-shipping-options {
  text-align: center;
  margin: 4% 0;
}

.estimate-shipping-popup .message-failure {
  margin: 5px 0 -5px;
  font-size: 12px;
  color: #e4434b;
}


/*** SHOPPING CART ESTIMATE SHIPPING ***/


.shopping-cart-page .common-buttons .estimate-shipping-button {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  text-align: center;
  color: #fff;
}

  .shopping-cart-page .common-buttons .estimate-shipping-button:hover {
    background-color: #999;
  }
/*** PRODUCT ESTIMATE SHIPPING ***/


.product-estimate-shipping {
  margin-bottom: 20px;
}

  .product-estimate-shipping .shipping-date {
    margin-top: 3px;
  }

  .product-estimate-shipping .shipping-title {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
    justify-content: center;
  }

    .product-estimate-shipping .shipping-title .shipping-price {
      margin-left: 5px;
      vertical-align: middle;
    }

    .product-estimate-shipping .shipping-title .shipping-loading {
      margin-left: 5px;
      vertical-align: middle;
      background: url(../images/ajax-loader-small.gif) no-repeat;
      width: 16px;
      height: 16px;
      display: inline-block;
    }

  .product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 6px;
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
  }
/***************checkout************/
.checkout-box {
    border-bottom: none;
    padding-bottom: 0;
}

.checkout-box select {
    background-position: 98%;
}

.checkout-box .fa-cc-visa,
.checkout-box .fa-cc-amex,
.checkout-box .fa-cc-mastercard {
    font-size: 45px;
    vertical-align: bottom;
    color: #11278a;
}

.checkout-box ul li {
    padding: 0 !important;
}

/***************checkout************/

/*******customer-info-box**********/
.customer-info-box ul li a.active,
.addresses-edit-box li a:hover {
    color: #0c90ea;
}

.addresses-edit-box li a {
    color: #bbb9c5;
}

.order-item .info {
    padding: 10px 0 !important;
}

.order-list .section .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #444;
    font-family: 'barlowbold';
}

.block-account-navigation .list li a {
    text-transform: uppercase;
}


/*******customer-info-box**********/
.manufacturer-logo-name {
    position: absolute;
    bottom: 0;
    z-index: 5;
    padding: 15px;
    text-align: center;
    width: 100%;
    background: #eee;
    display: block;
    color: #444;
}

/**************blog***************/
.blogs-box ul li a {
    color: #b8b7be;
}

.blogs-box h5 a {
    color: #47474e;
}
.popular-tags-box li a {
    /* background: #f3f4f9; */
    padding: 2px 10px 5px 0px;
    /* margin: 0px 5px 5px 0px; */
    display: inline-block;
}
.product-review-item .review-item-head {
    border-top: none;
    background: #eff1f5;
}

.product-review-item {
    margin: 0 0 20px;
    border: 1px solid #e2e6ea;
}

.product-review-item .review-content {
    padding: 20px 20px;
}

.product-review-item .review-item-head {
    padding: 10px 20px;
}

.blogpost-page .post-body img {
    width: 100%;
    height: auto;
}

/**************blog***************/
@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 30%, 0);
        transform: translate3d(0, 30%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

/*scrollup*/
.scrollup {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10px;
    right: 20px;
    z-index: 100;
    padding: 0 !important;
}

a.scrollup i {
    color: #fff;
    font-size: 25px;
    margin-top: 7px;
}

a.scrollup {
    text-align: center;
}

/*scrollup*/

.OCarousel-container .OCarousel-picture-wrapper {
    overflow: hidden;
}

.OCarousel-container .OCarousel-picture-wrapper .title {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    background: rgb(255, 255, 255, 0.9);
    z-index: 1;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: bold;
    margin: 0 15px 0px 30px;
    text-align: center;
}
.OCarousel-container .OCarousel-picture-wrapper .title strong{
    text-transform: uppercase;
}

.OCarousel-container .OCarousel-picture-wrapper a {
    height: 100%;
}

.OCarousel-container .OCarousel-picture-wrapper img {
    position: absolute;
    height: inherit;
    width: 97%;
}

.top-nav-container .navbar .header-upper .header-links .nav-link {
    padding: 19px 15px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.top-nav-container .navbar .header-upper .header-links .nav-link:hover {
}
.top-nav-container .navbar .header-upper .login-nav-box .nav-link:hover {
    color: #fff;
}

.menu-toggle-btn {
    display: none;
}
.mini-shopping-cart .count {
    padding: 5px 0 15px;
    color: #444;
    font-size: 16px;
}

.mini-shopping-cart .count a {
    margin: 0 2px;
    font-weight: bold;
    color: #444;
}

.mini-shopping-cart .items {
    /*border-bottom: 1px solid #ddd;*/
    margin: 0 0 20px;
}
.mini-shopping-cart .picture {
    float: left;
    width: 70px;
    text-align: center;
}

.mini-shopping-cart .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
}

.mini-shopping-cart .picture+.product {
    margin: 0 0 0 80px;
}

.mini-shopping-cart .name {
    margin: 0 0 10px;
    font-size: 14px;
}

.mini-shopping-cart .name a {
    color: #4ab2f1;
}

.mini-shopping-cart .name a:hover {
    color: #248ece;
}

.mini-shopping-cart .attributes {
    margin: 5px 0;
    color: #444;
}

.mini-shopping-cart .totals {
    margin: 0 0 12px;
    font-size: 14px;
}

.mini-shopping-cart .totals strong {
    font-size: 16px;
    color: #444;
}

.mini-shopping-cart .buttons {
    margin: 0 0 5px;
}

.mini-shopping-cart input[type="button"] {
    display: inline-block;
    border: none;
    background-color: #0c90ea;
    padding: 10px 20px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}

.mini-shopping-cart input[type="button"]:hover {
    background-color: #46282a;
}
.mini-shopping-cart {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 12px;
    text-align: left;
    font-size: 12px;
}
.mini-shopping-cart .item {
    overflow: hidden;
    padding: 10px 0;
}
.mini-shopping-cart a {
    color: #787878;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
.mini-shopping-cart .picture a {
    display: block;
    position: relative;
    overflow: hidden;
    min-height: 55px;
}

.mini-shopping-cart .close {
    background: #d4d6de;
    width: 20px;
    height: 20px;
    color: white;
    text-shadow: none;
}
.flyout-cart {
    position: absolute;
    top: 66px;
    right: 5px;
    z-index: 100;
    min-width: 400px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.20);
    background-color: #fff;
}

.flyout-cart::before {
    position: absolute;
    right: 5px;
    top: -12px;
    width: 0;
    height: 0;
    content: "";
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ffffff;
}

.flyout-cart.active {
    display: block;
}

.dropdown-menu-right li a img {
    width: 100%;
    border: 1px solid #eee;
    border-radius:5px;
}

.dropdown-menu-right ul li a span {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.dropdown-menu-right ul li ul a span {
    padding: 0;
    display: block;
    text-align: left;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: normal;
    line-height: 22px;
}

.top-nav-container .navbar ul.sublist li .nav-link {
    color: #888888;
}
  
    /*=================== home page bottom slider=============== */
.home-page-slider-2 {
    padding: 50px 0;
    margin: 50px 0;
}

.home-page-slider-2.owl-carousel .owl-nav {
    margin:0;
    text-align:center;
    padding:10px;
}
.home-page-slider-2 .slider-caption h3 {
    font-family: barlowregular;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}
.home-page-slider-2 .slider-caption .slider-btn {
    background: #0c90ea;
    padding: 10px 20px;
    transition: all 0.3s;
    box-shadow: none !important;
    color: #ffffff;
    border-radius: 3px;
}
.home-page-slider-2 .slider-caption .slider-btn:hover {
    background: #46282a;
}
/*============== blog news area================ */
.latest-blog-container {
    background: url(../images/escheresque.png) repeat;
}
.blog-news-area .blog-news-header {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    color: #0c90ea;
    margin-bottom: 20px;
}

    .blog-news-area .blog-news-header::before {
        content: "";
        display: inline-block;
        width: 40px;
        border-bottom: 4px solid #0c90ea;
        margin-right: 15px;
        color: #0c90ea;
    }
.blog-news-area .single-blog,
.news-box-inner {
    padding: 15px;
    border: 1px solid #efeef5;
    border-radius: 3px;
    box-shadow: 1px 3px 2px #efeef5;
    background:#fff;
}
.news-box-inner {
    margin-bottom: 15px;
}
.blog-news-area .single-blog img,
.blog-news-area .single-news img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 14px;
}

.blog-news-area .single-news img {
    height: 210px;
}

.blog-news-area .single-blog h4 a,
.blog-news-area .single-news h4 a {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 0;
}

.blog-news-area .single-blog .date-time span,
.blog-news-area .single-news .date-time span {
    color: rgba(0, 0, 0, .5);
}

.blog-news-area .single-blog p,
.blog-news-area .single-news p {
    display: block;
    max-width: 100%;
    height: 65px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 22px;
    text-align:left;
}

.blog-news-area .single-blog .blog-link,
.blog-news-area .single-news .blog-link {
    display: block;
    font-size: 16px;
    color: #0c90ea;
    margin-bottom: 12px;
    font-weight: bold;
}

.blog-news-area .single-blog .blog-news-social li, .blog-news-area .single-news .blog-news-social li {
    display: inline-block !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    font-size: 14px;
}

.blog-news-area .single-blog ul li a,
.blog-news-area .single-news ul li a {
    color: #b8b7be;
    transition: all 0.3s;
}
    .blog-news-area .single-blog ul li a:hover,
    .blog-news-area .single-news ul li a:hover {
        color: #0c90ea;
    }


.ajaxfilter-section {
    border: unset !important;
    margin: 0 !important;
}

/* Category slider */
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    /* bottom: 41%; */
    width: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 1px;
}
.products-tab-container .owl-carousel .owl-nav {
    bottom: auto;
    display: inline-block;
    top: -7%;
    direction:ltr;
}
.manufactures-area .owl-carousel .owl-nav {
    bottom: 0;
    direction:ltr;
}
.block-blog-archive .card-header {
    background: none;
}

/*product details */
.product-details-page .picture-gallery {
    width: 100%;
    float: none;
}

.product-details-page .offer-content {
    left: 0 !important;
    z-index: 10000;
}

.product-details-page .title h2 {
    font-size: 22px !important;
    text-align: left;
}

.product-details-page .giftcard input,
.product-details-page .giftcard textarea {
    width: 100%;
}
.home-page-slider-container {
    overflow: hidden;
}

/*topic block*/
.not-found-page {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 15px;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

.product-sorting select {
  min-width: 165px;
}

.ui-dialog-titlebar-close {
  display: none !important;
}

.ts-close-wrapper {
  text-align: center;
  margin-bottom: 0;
}

.ts-close {
  padding: 7px 12px;
  color: white !important;
}
.all-center {
    position: relative;
}

.all-center * {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.accordion h5[aria-expanded="true"] .fa-angle-down,
.mobile-filter-view button[aria-expanded="true"] .fa-angle-down,
.ajax-filter-section h5[aria-expanded="true"] .fa-angle-down,
.block-blog-archive h5[aria-expanded="true"] .fa-angle-down,
.block-category-navigation a[aria-expanded="true"] .fa-angle-down,
.block-account-navigation a[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
    transition: 0.5s;
}

.accordion h5[aria-expanded="false"] .fa-angle-down,
.mobile-filter-view button[aria-expanded="false"] .fa-angle-down,
.ajax-filter-section h5[aria-expanded="false"] .fa-angle-down,
.block-blog-archive h5[aria-expanded="false"] .fa-angle-down,
.block-category-navigation a[aria-expanded="false"] .fa-angle-down,
.block-account-navigation a[aria-expanded="false"] .fa-angle-down {
    transform: rotate(0deg);
    transition: 0.5s;
}
.mobile-filter-view {
    display: none;
}
    .mobile-filter-view button {
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 18px;
        padding: 13px 15px;
        font-size: 18px;
    }
.accordion .card-body,
.accordion .accordion .card-body {
    padding: 10px;
}
.accordion h5 {
    margin-bottom: 0;
}
.accordion .accordion h5 {
    background: #ccc;
    padding: 10px;
}
.listbox .block {
    margin-bottom: 15px;
}
.apply-vendor-page .inputs label {
    width: 50px !important;
}

.inputs label {
    display: inline-block;
    width: 265px;
    margin: 0 10px 0 0;
    text-align: left;
}

/* upgrade in 4.40 */

.product-filter.price-range-filter {
width:300px;
margin-left:12px;
margin-right:12px;
}
.selected-price-range .to {
float:right;
}
.product-filter.product-spec-filter {
  width: 300px;
  margin-left: 12px;
  margin-right: 12px;
}
.product-filter.product-manufacturer-filter {
  width: 300px;
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom:-2px;
}
