@media (max-width: 991px) {
  .product-list {
    margin-bottom: 0;
  }
  .product-list .product-item {
    padding-left: 0;
    padding-right: 0;
  }
  .product-box p small {
    font-size: 16px;
  }
  .product-box .product-image-mobile {
    text-align: center;
  }
  .product-box .stock {
    font-size: 14px;
  }
  .product-box .product-description {
    font-size: 20px;
    line-height: 1.2;
    min-height: auto;
    margin-bottom: 15px;
  }
  .product-box .product-price {
    font-size: 18px;
  }
  .product-box .cross-out {
    font-size: 16px;
  }
  .product-box .badge-sale {
    font-size: 13px;
  }
  .product-box .badge-new {
    font-size: 13px;
  }
  .sort-box .sort-by {
    text-align: left;
  }
  .sort-box .sort-by ul::before {
    right: auto;
    top: -9px;
  }
  .sort-box .sort-by .sort-list {
    right: auto;
    left: 0;
  }
  .sort-box .sort-by.categories {
    text-align: right;
  }
  .sort-box .sort-by.categories .btn-link {
    color: #3690ea;
    font-weight: 700;
  }
  .sort-box .sort-by.categories .sort-list {
    right: 0;
    left: auto;
    color: #ffffff;
    background-color: #3690ea;
    z-index: 15;
    width: 17rem;
  }
  .sort-box .sort-by.categories .sort-list::before {
    background-color: #3690ea;
    right: 15px;
  }
  .sort-box .sort-by.categories .sort-list li {
    border-bottom: none;
    padding-bottom: 0.5rem;
    font-weight: 500;
  }
  .carousel-product-mobile-container {
    position: relative;
    margin-bottom: 10px;
  }
  .carousel-product-mobile-container #owl-carousel-product-mobile {
    opacity: 0;
    transition: opacity 0.3s;
  }
  .carousel-product-mobile-container #owl-carousel-product-mobile.owl-loaded {
    opacity: 1;
  }
  .carousel-product-mobile-container .image-badge {
    bottom: 0;
    z-index: 1;
  }
  .carousel-product-mobile-container .owl-dots {
    position: absolute;
    top: auto;
    width: 100%;
    margin-top: 15px !important;
  }
  .carousel-product-mobile-container .owl-dots .owl-dot:focus {
    outline: 0;
  }
  .carousel-product-mobile-container .owl-dots .owl-dot span {
    width: 28px;
    height: 6px;
    margin: 5px 4px;
    background-color: #d0d0d0;
    border-radius: 5px;
  }
  .carousel-product-mobile-container .owl-dots .owl-dot.active span {
    background-color: #3690ea;
  }
  .carousel-product-mobile-container.product-outlet-mobile {
    border: 3px solid #3aceb2;
  }
  .carousel-product-mobile-container.product-offer-mobile {
    border: 3px solid #3690ea;
  }
  .carousel-product-mobile-container.product-outlet-mobile,
  .carousel-product-mobile-container.product-offer-mobile {
    margin-bottom: 20px;
  }
  .carousel-product-mobile-container.product-outlet-mobile .owl-dots,
  .carousel-product-mobile-container.product-offer-mobile .owl-dots {
    margin-top: 25px !important;
  }
  .product-form .form-group {
    display: flex;
    text-align: center;
  }
  .product-form label {
    margin-right: 1rem;
  }
  .product-form #id_quantity {
    width: 40px;
    padding: 0 !important;
    margin-left: 0;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .carousel-product-mobile-container .owl-dots .owl-dot span {
    width: 22px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-weight: 400;
  }
  .arrow {
    font-size: 22px;
  }
  .home h1 {
    font-size: 24px;
  }
  .home #owl-carousel-home-mobile {
    height: 245px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .home #owl-carousel-home-mobile.owl-loaded {
    opacity: 1;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile {
    height: 208px;
    padding: 14px 15px;
    overflow: hidden;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile img {
    position: static;
    max-width: 100%;
    height: auto;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile .carousel-icon-mobile {
    display: inline-block;
    width: 27px;
    height: 27px;
    vertical-align: bottom;
    margin-right: 10px;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile .carousel-category-mobile {
    font-size: 13px;
    line-height: 15px;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile .carousel-title-mobile {
    font-size: 18px;
    line-height: 20px;
  }
  .home #owl-carousel-home-mobile .carousel-item-mobile .carousel-price-mobile {
    font-size: 18px;
  }
  .home #owl-carousel-home-mobile .owl-dots {
    margin: 0 0 10px 0;
  }
  .home #owl-carousel-home-mobile .owl-dots .owl-dot:focus {
    outline: 0;
  }
  .home #owl-carousel-home-mobile .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 3px 5px 2px;
    border: 1px solid #3690ea;
    background-color: transparent;
  }
  .home #owl-carousel-home-mobile .owl-dots .owl-dot.active span {
    background-color: #3aceb2;
    border-color: #3aceb2;
  }
  .home #owl-carousel-home-mobile .owl-dots button:nth-last-of-type(11) span {
    border: 2px solid #3690ea;
  }
  .navbar {
    height: 50px;
  }
  .navbar svg {
    max-height: 50px;
  }
  .navbar .navbar__height {
    height: 50px;
  }
  .navbar .navbar__logo {
    padding: 0;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle {
    padding: 0;
    max-height: 64px;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile {
    position: relative;
    width: 32px;
    height: 22px;
    opacity: 0.8;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-1,
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-2,
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-3,
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-4 {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.25s ease-in-out;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-1 {
    top: 0px;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile.open .line-1 {
    top: 11px;
    width: 0%;
    left: 50%;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-2,
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-3 {
    top: 10px;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile.open .line-2 {
    transform: rotate(45deg);
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile.open .line-3 {
    transform: rotate(-45deg);
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile .line-4 {
    width: 65%;
    right: 0;
    left: auto;
    top: 20px;
  }
  .navbar .navbar__logo .navbar__brand__menu-toggle .burger-icon-mobile.open .line-4 {
    top: 11px;
    width: 0%;
    right: 50%;
  }
  .navbar .navbar__menu .navigation {
    padding-top: 1rem;
    width: 100%;
    left: 100%;
    top: auto;
  }
  .navbar .navbar__menu .navigation.open {
    left: 0;
  }
  .navbar .navbar__menu .navigation .language-picker.nav-link {
    padding: 0;
  }
  .navbar .navbar__menu .navigation ul {
    margin-bottom: 0;
  }
  .navbar .navbar__brand__cart__icon {
    position: relative;
  }
  .navbar .badge {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(-50%, -50%);
    background-color: #3ACEB2;
    border-radius: 20px;
    color: #ffffff;
    width: 18px;
    height: 18px;
    line-height: 1;
  }
  .navbar .badge.empty {
    background-color: #3ACEB2;
  }
  .navbar .arrow-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f0f0;
    position: absolute;
    top: -6px;
  }
  .navbar .navbar__search {
    padding: 0;
    position: absolute;
    width: 100%;
    top: 59px;
  }
  .navbar .navbar__search .dropdown-item {
    height: 43px;
  }
  .navbar .navbar__search .dropdown-item .arrow-up {
    left: 50%;
    transform: translateX(24px);
  }
  .navbar .navbar__search form svg {
    width: 32px;
    height: 32px;
  }
  .navbar .dropdown-toggle:after {
    content: none;
  }
  .navbar .dropdown-user-mobile {
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0;
    background-color: #f2f0f0;
  }
  .navbar .dropdown-user-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navbar .dropdown-user-mobile ul li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .navbar .dropdown-user-mobile ul li a {
    display: block;
    padding: 15px 14px;
    color: #3690ea;
  }
  .navbar .dropdown-user-mobile ul li a:hover,
  .navbar .dropdown-user-mobile ul li a:active {
    background-color: #e6e2e2;
  }
  .navbar .dropdown-user-mobile .arrow-up-dropdown {
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #f2f0f0;
    left: 50%;
    transform: translate(-50%, -100%);
  }
  .home__banner {
    position: relative;
  }
  .navbar__brand {
    z-index: 16;
    border-bottom: none;
    background-color: #094888;
  }
  .navbar__menu #navigator-row .navigation {
    z-index: 16;
  }
  .navbar__menu #navigator-row .navigation .nav-item a {
    color: #333333;
  }
  .navbar__brand .dropdown-menu {
    margin: 0;
  }
  .maincontent {
    margin-top: 0;
  }
  #search-form {
    height: 100%;
  }
  #search-form input {
    height: 100%;
  }
  #search-form .btn {
    margin: 0;
    padding: 5px 15px 5px 0;
    height: auto;
    top: 0;
  }
  .search-form.search-form--hidden {
    -webkit-transform: none;
    transform: none;
  }
  .search-result {
    background: url(/static/img/svg/arrow_right_blue.svg) no-repeat 95%;
  }
  .nav-item__dropdown-content {
    display: none;
  }
  .numbers-row {
    padding-top: 1.5em;
  }
  .numbers-row h2 {
    font-size: 38px;
    line-height: 44px;
  }
  #worldwidePickerModal:before {
    display: none;
  }
  .footer {
    padding: 0;
  }
  .footer .white-list li {
    margin-bottom: 0;
  }
  .contact-data-mobile a[href^="tel:"] {
    color: #fff;
  }
  .footer-img {
    background: url(/static/img/svg/footer_icon.svg) no-repeat 150% -140%;
  }
  .login .login__form {
    padding: 0 15px;
    border: none;
  }
  .login .login__forgot,
  .login .login__register {
    padding: 0;
    text-align: center;
  }
  .checkout__login {
    margin: 0;
    padding-bottom: 3em;
  }
  .checkout__login .checkout__login__form {
    border: none;
  }
  .form-group.relative .passIcon {
    top: 2.1rem;
    right: 1.5rem;
  }
  .register_arrow {
    margin-top: 0;
  }
  .nav-tabs {
    text-align: left;
    padding-bottom: 0;
  }
  .nav-tabs li {
    display: inline-block;
    margin-right: 30px;
  }
  .nav-tabs .nav-item .nav-link {
    padding: 1rem 0;
    text-transform: none;
    font-size: 16px;
  }
  .nav-tabs .nav-item .nav-link.active {
    font-weight: 400;
    border-bottom: 5px solid #3690ea;
  }
  #filterCategories .accordion-toggle::after {
    margin-left: 5em;
  }
  .product-box .stock {
    font-size: 14px;
  }
  .product-box .product-price {
    font-size: 15px;
  }
  .product-box .cross-out {
    font-size: 14px;
  }
  .product-box .badge-sale {
    padding: 4px;
    font-size: 10px;
  }
  .product-box .badge-new {
    padding: 4px;
    font-size: 10px;
  }
  .product-box .product-description {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0;
  }
  #blue-card .card-header .btn {
    text-align: left;
    width: 100%;
  }
  .product-gallery .carousel-indicators {
    top: auto;
    bottom: -10px;
  }
  .product-gallery .carousel-indicators li {
    height: 14px;
    width: 14px;
    border-radius: 20px;
  }
  .product-gallery .carousel-indicators li::before {
    top: 0;
  }
  .product-gallery .carousel-indicators li::after {
    bottom: 0;
  }
  .product__info__form-error small {
    font-size: 100%;
  }
  #cyan-card .card-header .btn {
    font-size: 16px;
  }
  #cyan-card .card-body .pvp {
    font-size: 18px;
    line-height: 20px;
  }
  .product__info__price {
    margin-bottom: 0;
  }
  .price-box .product-price {
    font-size: 32px;
  }
  .price-box .price-iva {
    font-size: 14px;
  }
  .border-right-white {
    border-right: 1px solid #ffffff;
  }
  .about-row {
    min-height: auto;
  }
  .description-cards .card-header .btn {
    font-size: 18px;
  }
  .cart-subtotal {
    font-size: 28px;
    line-height: 30px;
  }
  #error-box .error-left-box {
    border: none;
  }
  #error-box .error-left-box h1 {
    font-size: 120px;
    line-height: 125px;
  }
  #search-order.search-form {
    display: flex;
    position: unset;
    float: none;
  }
  #search-order .order-filter {
    text-align: right;
    margin-top: 1rem;
  }
  #search-order .btn {
    height: auto;
    right: 5px;
    top: 3px;
  }
  #search-order select {
    display: inline-block;
  }
  #search-order select.order-selector {
    width: 115px;
  }
  .shipping-badge {
    background-color: #3690ea;
    border-radius: 30px;
    color: white;
    padding: 10px 16px;
    font-weight: 500;
  }
  .cart__line__reference {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .nav-tabs li {
    width: 32.6%;
    margin-right: 0;
  }
}
