@font-face {
	font-family: 'Elza';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('fonts/Elza/elza-light.otf') format('opentype'),
	url('fonts/Elza/elza-light.woff') format('woff'),
	url('fonts/Elza/elza-light.woff2') format('woff2');
}
@font-face {
	font-family: 'Elza';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('fonts/Elza/elza-regular.otf') format('opentype'),
	url('fonts/Elza/elza-regular.woff') format('woff'),
	url('fonts/Elza/elza-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Elza';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('fonts/Elza/elza-medium.otf') format('opentype'),
	url('fonts/Elza/elza-medium.woff') format('woff'),
	url('fonts/Elza/elza-medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Elza';
	font-style: italic;
	font-weight: oblique;
	font-display: auto;
	src: url('fonts/Elza/elza-oblique.otf') format('opentype'),
	url('fonts/Elza/elza-oblique.woff') format('woff'),
	url('fonts/Elza/elza-oblique.woff2') format('woff2');
}
@font-face {
	font-family: 'Elza';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('fonts/Elza/elza-bold.otf') format('opentype'),
	url('fonts/Elza/elza-bold.woof') format('woof'),
	url('fonts/Elza/elza-bold.woff2') format('woff2');
}

.font-elza {
    font-family: 'Elza',sans-serif!important
}

.font-elza-light {
    font-family: 'Elza',sans-serif!important;
    font-weight: 300
}

.dfs-fontweight-100 {
    font-weight: 100!important
}

.dfs-fontweight-300 {
    font-weight: 300!important
}

.dfs-fontweight-400 {
    font-weight: 400!important
}

.dfs-fontweight-700 {
    font-weight: 700!important
}

.dfs-fontweight-900 {
    font-weight: 900!important
}

:root {
    --main-bg-color: rgb(255, 255, 255);
    --header-bg-color: rgba(124, 87, 46, 1);
    --bg-lightgrey-color: #f5f5f5;
    --bg-black-color: #000;
    --shadow-color: rgba(0,0,0,0.3);
    --box-bg-color: rgba(255,255,255, 0.35);
    --highlight-color: rgba(0,0,0,1);
    --brigth-color: rgba(65,172,222,1);
    --btn-default-bg-color: transparent;
    --btn-alternate-bg-color: #000;
    --btn-default-text-color: #fff;
    --text-color-default: rgba(0,0,0,0.9);
    --text-color-light: rgba(255,255,255,1);
    --text-color-grey: #666;
    --text-color-blue: #14397f;
    --text-color-light-blue: #86c9d4;
    --text-color-pink: #d70661;
    --text-color-black: rgba(0,0,0,1);
    --text-color-dark: rgba(0,0,0,0.8);
    --bg-blue: rgba(23,39,77,1);
    --box-radius: 20px
}

html,body {
    height: auto;
    width: 100%;
    min-height: auto;
    margin: 0;
    padding: 0
}

body {
    background: var(--main-bg-color);
    color: var(--text-color-default);
    font-family: "Elza",sans-serif;
    font-weight: normal;
    font-size: 15px;
    line-height: 1.7em;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

body.home {
    font-size: 18px;
    line-height: 1.5rem
}

.dfs-txt-black,body .dfs-txt-black>* {
    color: var(--text-color-black)!important
}

.dfs-txt-white,body .dfs-txt-white>* {
    color: var(--text-color-light)!important
}

header {
    font-size: .9rem;
    padding: 0;
    background-color: var(--header-bg-color);
    color: var(--text-color-light);
    max-height: 120px;
    position: relative;
    width: 100%
}

.menu_toggle {
    display: none
}

.menu_toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--text-color-light);
    margin: 4px 0
}

h1,h2,h3,h4,h5 {
    font-weight: 500;
    color: var(--text-color-black);
    margin: 20px 0 5px;
    font-family: "Elza",sans-serif
}

h1 {
    font-size: 2rem;
    line-height: 2.7rem
}

h2 {
    font-size: 1.9rem;
    line-height: 2.1rem
}

h3 {
    font-size: 1.7rem;
    line-height: 2rem
}

h4 {
    font-size: 1.1rem;
    line-height: 1.7rem
}

h5 {
    font-size: 1.2rem;
    line-height: 1.3rem;
}

strong,b {
    font-weight: 700
}

.title-shadow {
    text-shadow: 1px 1px 0 rgba(0,0,0,.6)
}

.dfs-bg-alternate {
    background-color: var(--btn-alternate-bg-color)
}

.dfs-bg-lightgrey {
    background-color: var(--bg-lightgrey-color)
}

.titulo {
    color: var(--text-color-blue);
    font-weight: 300;
    margin: 20px 0 5px;
    font-size: 1.8rem;
    line-height: 2.2rem
}

.container {
    width: clamp(300px, 87vw, 1300px);
    margin: 0 auto;
    padding: 0 10px
}

.tribuMarket {
    font-family: raleway,sans-serif
}

input,textarea,button,.btn {
    font-family: raleway,gil sans,Tahoma;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    outline: none
}

.w-600 .modal-dialog {
    max-width: 600px
}

.w-650 .modal-dialog {
    max-width: 650px
}

.w-700 .modal-dialog {
    max-width: 700px
}

.w-750 .modal-dialog {
    max-width: 750px
}

.w-800 .modal-dialog {
    max-width: 800px
}

.dfs-block {
    display: block
}

select {
    border: 1px solid rgba(0,0,0,.1)
}

input:focus,textarea:focus,button:focus,select:focus,.btn:focus {
    box-shadow: 0 0 16px -2px var(--shadow-color)
}

section a:not(.btn),section a:not(.btn):visited {
    color: var(--highlight-color)
}

section a:not(.btn):hover,section a:not(.btn):active {
    color: var(--text-color-dark)
}

.form-c35 {
    min-width: 300px
}

.form-c35 label {
    display: none
}

.form-c35 .top-field {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom: 1px solid rgba(0,0,0,.07)
}

.form-c35 .bottom-field {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.form-c35 a,.form-c35 a:visited {
    color: var(--text-color-blue)
}

.form-c35 a:hover {
    color: var(--text-color-blue)
}

.form-c35 .form-g {
    padding: 0 10px
}

button,.btn {
    font-family: "Elza",Sans-serif;
    background-color: rgb(124, 87, 46);
    color: var(--btn-default-text-color);
    border: 1px solid var(--btn-default-text-color);
    font-weight: 300;
    font-size: .875rem;
    line-height: 1;
    position: relative;
    overflow: hidden;
    transition: background 400ms;
    border-radius: 0;
    padding: 14px 34px;
    display: inline-block
}

button>*,.btn>* {
    vertical-align: bottom
}

button:hover,.btn:hover {
    background-color: rgb(126, 118, 103)
}

.border-bottom {
    border-bottom: 1px solid rgba(0,0,0,.5)
}

.btn.btn-light {
    background-color: #fff;
    color: #000;
    fill: #000;
    border-color: #000
}

.btn.btn-black {
    background-color: #000;
    color: #fff;
    fill: #fff;
    border: 0
}

.btn.btn-black:hover {
    background-color: #333
}

.btn.btn-social {
    font-size: .9rem;
    color: var(--text-color-blue);
    background-color: #fff;
    border: 1px solid #f4f4f4;
    text-transform: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,.03)
}

.btn.btn-social span,.btn.btn-social img {
    vertical-align: middle
}

.btn-link,.btn-link:hover,.btn-link:active,.btn-link:visited {
    font-family: heebo,Sans-serif;
    font-weight: 700;
    font-size: .875rem;
    line-height: 1;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.link-underlined {
    text-decoration: underline
}

.btn.btn-md {
    padding: 10px 34px
}

header .container {
    padding: 0
}

header .logo {
    margin: 15px 0 0 20px
}

.logo img {
    height: 57px;
    width: auto
}

footer .logo img {
    height: 32px
}

header nav {
    position: relative
}

header a {
    color: var(--text-color-light)
}

.home.menuopened header {
    background-color: var(--header-bg-color)
}

.home .right-nav li a {
    color: #f4f4f4;
    padding: 0;
    font-size: 10px
}

.searchInput {
    position: absolute;
    right: 28px;
    top: 10px;
    padding: 6px 10px;
    border-radius: 5px;
    max-width: 250px;
    display: none
}

.right-nav {
    height: 15px;
    text-align: right;
    margin-right: 10px
}

.right-nav li a {
    color: #7a7a7a;
    padding: 0;
    font-size: 10px
}

header #menu-box {
    height: 88px;
    display: flex;
    align-items: center;
}

header #menu-container {
    margin-top: 5px ;
    width: 100%
}

nav ul,nav li {
    display: inline-block;
    padding: 0;
}

nav>ul>li>ul {
    position: absolute;
    display: none
}

nav li a {
    font-family: "Elza",Sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 12px
}

nav a:hover,nav a:active,header nav a:hover,header nav a:active,header nav a.active {
    color: #707070!important
}


.submenu {
    background-color: #fff;
    position: absolute;
    left: 0;
    z-index: 300;
    width: 100%;
    display: none
}

.submenu.active {
    display: block
}

.submenu .container>div {
    flex-grow: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 400px;
    margin: 5px
}

.submenu ul,.submenu li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    font-family: "Elza",sans-serif;
}

.submenu>div>ul {
    display: flex;
    justify-content: right;
    flex-grow: 1;
    max-width: 700px;
    gap: 15px
}

.submenu>div>ul>li {
    height: auto;
    flex-basis: 23%
}

.submenu li ul {
    max-width: 185px;
    margin: 5px 0 15px
}

.submenu li {
    height: 2rem;
    margin-bottom: 5px
}

.submenu li>a {
    color: #000
}

.submenu>div>ul>li a {
    font-weight: 700
}

.submenu>div>ul>li>ul>li a {
    font-weight: 400;
    display: inline-block;
    line-height: 1.1rem;
    word-wrap: normal
}

#account .box {
    font-weight: 300;
    color: var(--text-color-blue);
    padding: 0 5px;
    border-radius: var(--box-radius);
    float: left;
    margin-left: 6px
}

#account .box svg,#account .box a {
    vertical-align: bottom;
    line-height: 26px
}

.avt-img {
    float: left;
    margin: 0 10px 0 -5px;
    vertical-align: bottom
}

canvas {
    z-index: 900
}

.top-header {
    background-color: #17274d;
    background-repeat: no-repeat;
    background-image: url(../img/home_product4_pic5.webp);
    background-size: cover;
    background-position: right center;
    width: 100%;
    height: calc(65vh - 50px);
    min-height: 550px;
    z-index: 20
}

.home .top-header {
    height: calc(100vh - 50px);
    background-position: center center
}

.top-header>div {
    position: relative;
    display: block;
    visibility: visible;
    max-width: 1280px;
    margin: 0 auto
}

.top-header>div:nth-child(1) {
    z-index: 10;
    white-space: nowrap;
    letter-spacing: 0;
    text-align: inherit;
    padding: 185px 0 0 170px
}

.top-header>div:nth-child(1) h1 {
    color: var(--text-color-light);
    font-size: 4rem;
    line-height: 4.5rem
}

.top-header>div:nth-child(2) {
    color: var(--text-color-light);
    padding: 50px 0 0 170px;
    z-index: 9
}

.top-header>div:nth-child(3) {
    padding: 30px 0 0 170px;
    z-index: 8
}

.top-header>div:nth-child(4) {
    padding: 0;
    z-index: 7;
    margin: -265px auto 0;
    height: 250px;
    text-align: right
}

.top-header>div:nth-child(4) img {
    height: 636px;
    border-width: 0;
    margin: 0
}

#menu-top li a {
    padding: 15px 12px
}

footer {
    padding: 8px 0 8px;
    background-color: #000;
    color: var(--text-color-light);
    position: relative;
    width: 100%
}

footer .container {
    padding: 0 10px
}

footer .container .titulo {
    color: var(--text-color-blue)
}

footer .container {
    font-size: .8rem;
    color: var(--text-color-light);
    font-weight: 600;
    line-height: 24px
}

footer p {
    line-height: 1rem;
    margin: 5px 0
}

footer nav {
    position: relative
}

.socialbtns {
    margin: 0;
    width: 25%;
    display: flex;
    justify-content: space-around;
    align-items: center
}

.servicios section {
    max-width: 1000px;
    margin: 0 auto
}

.dfs-card {
    border-radius: 0;
    overflow: hidden
}

.dfs-card img {
    width: 100%;
    height: auto
}

.dfs-card img.icon {
    width: 15px;
    height: auto
}

.dfs-card-shadow {
    box-shadow: 0 0 18px -4px var(--shadow-color)
}

.dfs-card-content {
    padding: 15px
}

.servicios section .container:nth-child(2) {
    background: linear-gradient(45deg,rgba(115,185,255,0.05) 50%,rgba(115,185,255,0.1) 100%)
}

.bg-transparent {
    background: 0 0!important
}

.list-nolist,.list-nolist li {
    list-style: none;
    margin: 0;
    padding: 0
}

.blackbar {
    background-color: var(--bg-black-color);
    color: var(--text-color-light);
    padding: 5px 0
}

.blackbar a,.blackbar a:not(.btn) {
    color: var(--text-color-light)
}

.slabs-main .blackbar a {
    height: 64px;
    text-align: center;
    display: grid
}

.slabs-main .blackbar a:hover {
    color: var(--text-color-light)
}

.searchbar {
    background-color: rgba(0,0,0,.07);
    padding-left: 0;
    border-radius: 20px;
    height: 37px
}

.searchbar input {
    background-color: transparent!important;
    background: none transparent!important;
    width: calc(100% - 180px);
    padding: 10px 20px;
    border: 0;
    margin: 0
}

.searchbar button {
    background-color: transparent;
    height: 30px;
    padding: 5px;
    float: right;
    margin: 3px 5px 0 0
}

.searchbar button:focus,.searchbar input:focus {
    box-shadow: none
}

.swiper.top-home {
    width: inherit;
    height: auto;
    max-height: 300px;
    margin: 20px 0;
    border-radius: 30px;
    overflow: hidden;
    --swiper-theme-color: var(--text-color-light-blue)
}

.top-home.swiper-horizontal>.swiper-pagination {
    bottom: 0
}

.top-home .swiper-slide>div {
    height: 300px;
    background-size: cover;
    background-position: center
}

.top-home .swiper-slide div.h {
    display: block
}

.top-home .swiper-slide div.s {
    display: none
}

.dfs-flex .c2.dfs-card,.dfs-flex .c2.dfs-card-shadow {
    flex-basis: calc(49.9998% - 20px)
}

.dfs-flex .c3.dfs-card,.dfs-flex .c3.dfs-card-shadow {
    flex-basis: calc(33.333% - 20px)
}

.dfs-flex .c4.dfs-card,.dfs-flex .c4.dfs-card-shadow {
    flex-basis: calc(24.9998% - 20px)
}

.dfs-flex .c5.dfs-card,.dfs-flex .c5.dfs-card-shadow {
    flex-basis: calc(20% - 20px)
}

#products-list .dfs-flex {
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px
}

#products-list .dfs-card {
    padding: 0;
    overflow: hidden;
    flex: 1 1 20%;
    margin: 0
}

#products-list .titulo {
    font-size: 1.1rem;
    font-weight: 700
}

.precio {
    color: var(--text-color-pink);
    font-size: .9rem
}

.descripcion {
    color: var(--text-color-blue);
    font-size: 1rem
}

.input-group {
    position: relative;
    height: 70px
}

.input-group>* {
    display: inline-block
}

.input-group svg {
    width: 18px;
    height: 18px
}

.input-group svg path {
    fill: var(--text-color-pink)
}

.input-group-prepend {
    height: 30px;
    position: absolute;
    top: 9px;
    left: 7px
}

.input-group .input-group-prepend .input-group-text {
    vertical-align: middle
}

.input-group input:not([type=checkbox]) {
    width: calc(100% - 35px);
    padding-left: 30px
}

.input-group .invalid-feedback {
    display: none;
    clear: both;
    color: red
}

.input-group-prepend input {
    width: auto
}

form label.titulo {
    font-weight: 700;
    font-size: 1.2rem
}

form .invalid input {
    border: 1px solid red
}

form .invalid .invalid-feedback {
    display: block
}

.messages {
    text-align: center;
    color: var(--text-color-blue);
    padding-right: 20px
}

.error {
    color: red;
    font-weight: 700
}

#registration .dfs-card .dfs-flex>.c2:nth-child(2) {
    background: #d70661;
    background: linear-gradient(32deg,rgba(215,6,97,1) 0%,rgba(20,57,127,1) 63%,rgba(134,201,212,1) 100%);
    background-image: url(/img/registration_side_image.jpg);
    background-position: center;
    margin: -12px -31px;
    background-size: cover
}

input.invalid,select.invalid,textarea.invalid {
    border: 1px solid red
}

img.responsive {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    border-bottom: 1px solid var(--text-color-black);
    display: inline-block;
    font-family: heebo,sans-serif;
    font-weight: 700;
    line-height: 14px
}

.breadcrumb li {
    display: inline-block
}

.breadcrumb li:not(:first-child)::before {
    content: ' / '
}

.rocatileusa-background-overlay {
    background-color: #00000040;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 3
}

.videobg {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2
}

.home .video-background{
	width: 100%;
	height: 100%;
}
.home .swiper video, .videobg video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-swiper .swiper-slide-contents,.page-swiper .swiper-slide-contents {
    margin-right: auto
}

.home-swiper .swiper-slide-inner,.page-swiper .swiper-slide-inner {
    align-items: center;
    text-align: left;
    min-width: 100%;
    min-height: 100%
}

.home-swiper .swiper-slide-bg,.page-swiper .swiper-slide-bg {
    background-color: #bbb;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%
}

.home-swiper .swiper-slide {
    height: 634px
}

.home-swiper .swiper-slide-inner,.page-swiper .swiper-slide-inner {
    justify-content: center;
    align-items: center;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 50px 0;
    margin: auto;
    display: flex;
    max-width: 1140px;
    z-index: 15
}

.home-swiper .swiper-slide-inner,.home-swiper .swiper-slide-inner:hover,.home-swiper a:not(.btn),.home-swiper a:not(.btn):visited,.page-swiper .swiper-slide-inner,.page-swiper .swiper-slide-inner:hover,.page-swiper a:not(.btn),.page-swiper a:not(.btn):visited {
    color: #fff
}

.home .home-swiper .swiper-slide {
    background-size: cover;
    height: 100vh
}

.swiper-slide-contents {
    width: 100%;
    max-width: 1120px;
    min-width: 360px;
    padding: 0 10px;
    margin: 0 auto
}

.swiper-slide-contents>* {
    width: 50%;
    min-width: 360px
}

.page-swiper .swiper-slide {
    height: 380px;
    background-size: cover
}

.swiper-slide-contents h1 {
    font-size: 4rem;
    color: var(--text-color-light);
    font-weight: 700;
    line-height: 4.3rem;
    margin: 0;
    text-shadow: 1px 1px 0 rgba(0,0,0,.6)
}

.rocatileusa-slide-heading,.swiper-slide-contents h2 {
    font-family: "Elza", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.rocatileusa-slide-description,.swiper-slide-contents p {
    font-family: "Elza", sans-serif;
    color:#000;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 5px
}

.swiper-slide-contents {
    opacity: 0;
    transform: translate3d(0,100%,0)
}

.page-swiper .swiper-slide-contents {
    opacity: 1;
    transform: none
}

.show.swiper-slide-contents {
    opacity: 1;
    transform: none
}

.swiper-slide-contents .btn {
    width: auto;
    min-width: auto
}

.internal-swiper .swiper-slide {
    height: 68vh;
    background-size: cover;
    background-position: center
}

.home-swiper .swiper-button-next,.home-swiper .swiper-button-prev,.internal-swiper .swiper-button-next,.internal-swiper .swiper-button-prev,.page-swiper .swiper-button-next,.page-swiper .swiper-button-prev {
    width: 18px;
    height: 18px;
    color: rgba(255,255,255,.8)
}

.home-swiper .swiper-button-next::after,.home-swiper .swiper-button-prev::after,.internal-swiper .swiper-button-next::after,.internal-swiper .swiper-button-prev::after,.page-swiper .swiper-button-next::after,.page-swiper .swiper-button-prev::after {
    content: ""
}

.page-swiper .swiper-button-next,.page-swiper .swiper-button-prev {
    top: 38%
}

.home-swiper .btn,.page-swiper .btn {
    padding: 17px 40px
}

.linkarrow {
    width: 26px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-image: url(../img/linkarrow.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.dfs-txt-white .linkarrow {
    background-image: url(../img/linkarrow_white.svg)
}

.btn-link:active .linkarrow,.btn-link:focus .linkarrow,.btn-link:hover .linkarrow {
    animation-name: animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

.contentbg {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.contentbg2 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.heading-title {
    font-family: "Elza", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
}
.heading-title2 {
    font-family: "Elza", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #000;
    font-size: 35px;
    font-weight: 300;
    line-height: 1;
}
.bold-head {
    font-weight: bold;
}

.dfs-fontsize-20 {
    font-size: 20px;
    line-height: 24px
}

.imagetop .top-content {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.imagetop .top-content .container {
    min-height: 100px;
    z-index: 100;
    position: relative
}


.rule-tc {
    line-height: 0;
    max-width: 630px;
    border: 0;
    border-bottom: 5px solid #000;
    margin-left: 0%;
    margin-right: auto
}

.icono {
    vertical-align: middle;
    width: 15px;
    margin-right: 15px
}

.icon-file-pdf {
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-style: normal
}

.icon-file-pdf::before {
    content: "\f1c1"
}

.videomodal .modal-dialog,.black.videomodal .modal-dialog {
    max-width: 90%;
    width: auto;
    margin: 1.75rem auto;
    background-color: transparent
}

.videomodal .modal-header,.black.videomodal .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    z-index: 1100
}

.noheader .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    z-index: 1100
}

.videomodal .modal-body,.black.videomodal .modal-body,.embedvideo .modal-body,.black.embedvideo .modal-body {
    padding: 0;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    scrollbar-width: thin;
    background-color: transparent
}

.videomodal .modal-body video {
    width: auto;
    max-width: 100%;
    height: 100%;
    max-height: calc(100vh - 200px);
    object-fit: contain
}

.embedvideo .modal-dialog {
    max-width: 70vw
}

.embedvideo .modal-body,.black.embedvideo .modal-body {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.embedvideo .modal-body iframe {
    border: 0
}

.embedvideo .modal-body iframe,.embedvideo .modal-body object,.embedvideo .modal-body embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videolist {
    display: flex;
    flex-wrap: wrap
}

.videolist li {
    display: block;
    float: left
}

.videolist li video {
    width: 224px
}

.imagemodal .modal-header,.black.imagemodal .modal-header {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    z-index: 1100
}

.imagemodal .modal-dialog,.black.imagemodal .modal-dialog {
    max-width: 90%;
    width: auto;
    margin: 1.75rem auto
}

.imagemodal .modal-body,.black.imagemodal .modal-body {
    padding: 0;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    scrollbar-width: thin
}

.imagemodal .modal-body img {
    display: block
}

.accordionLink {
    display: block;
    padding: 0;
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-weight: 700;
    font-family: heebo
}

.accordionLink:not(.active) .close,.accordionLink.active .open {
    display: none
}

.accordionLink .close img,.accordionLink .open img {
    vertical-align: middle
}

.accordionContent {
    border-bottom: 1px solid #ddd
}

tbody th.wrap-col,tbody td.wrap-col {
    white-space: inherit
}

tbody th.truncate,tbody td.truncate {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

.galery {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start
}

.galery-container {
    position: relative
}

.galery-container img {
    display: block;
    max-height: 176px
}

.galery-container a,section .galery-container a:not(.btn) {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    z-index: 10;
    display: flex;
    position: absolute;
    background-color: rgba(0,0,0,.7);
    color: #fff;
    padding: 10px;
    opacity: 0;
    text-align: center
}

.galery-container a:hover {
    animation: fadeIn .6s ease forwards
}

.galery-container a span {
    align-self: center;
    word-wrap: break-word;
    margin: 0 auto
}

.category-menu {
    position: relative;
    background-color: var(--bg-black-color)
}

.category-menu ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    max-width: 1130px
}

.category-menu #subCats ul {
    max-width: 100%
}

.category-menu ul li {
    margin: 0;
    padding: 0 7px;
    list-style: none;
    position: relative
}

section .category-menu div>ul>li>ul {
    position: relative;
    display: none
}

section .category-menu ul li a,section .category-menu ul li a:visited {
    color: var(--text-color-light);
    text-transform: uppercase;
    padding: 7px;
    font-size: .8rem;
    display: inline-block;
    font-weight: 400;
    font-family: heebo,sans-serif
}

section .category-menu ul li:hover a:hover,section .category-menu ul li:hover a:visited,section .category-menu ul li:hover a,section .category-menu ul li a.hover,section .category-menu ul li a.active {
    color: #707070!important
}

.category-menu.white {
    background-color: #fff;
    box-shadow: 0 0 18px -2px var(--shadow-color)
}

section .category-menu.white ul li a {
    color: var(--text-color-black);
    font-weight: 700
}

#subCats ul>li {
    display: inline-block;
    padding: 0 3px
}

.news h3 {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4rem;
    margin: 0
}

.news.detail h1 {
    text-transform: uppercase;
    font-weight: 400
}

.news.detail b,.news.detail strong {
    font-weight: 400
}

form label {
    margin-bottom: 5px
}

form select {
    border: 0;
    width: 100%;
    border: 0
}

form input,form textarea,form select {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px
}

.contact-form select.invalid,.contact-form input.invalid,.contact-form textarea.invalid {
    border: 1px solid red
}

table.specs-table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: separate;
    border-spacing: 0;
    font-family: RocaUSA,sans-serif
}

.specs-table thead {
    color: var(--text-color-dark)
}

tr,th,td {
    border: 0
}

table.specs-table td,table.specs-table th {
    padding: 12px
}

table.specs-table thead td,table.specs-table thead th {
    padding: 12px
}

.specs-table thead td,.specs-table thead th {
    white-space: nowrap;
    text-align: left;
    background-color: #f3f3f3;
    border: 1px solid #8c8787
}

.specs-table tbody {
    font-weight: 400
}

.specs-table tbody tr:nth-child(even) {
    background-color: #f3f3f3
}

.specs-table tbody th {
    white-space: nowrap;
    text-align: left;
    font-weight: 400
}

.specs-table tbody td {
    white-space: nowrap;
    border: 1px solid #8c8787
}

tbody th.wrap-col,tbody td.wrap-col {
    white-space: inherit
}

tbody th.truncate,tbody td.truncate {
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis
}

#kn-app-header,#view_11,#view_53,#view_49 {
    display: none
}

.kn-select select {
    padding: 0
}

.slab-buttons a {
    border-bottom: 2px solid #ccc;
    display: inline-block;
    width: calc(16.666% - 34px);
    padding: 15px;
    margin: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px
}

.slab-buttons a.active,.slab-buttons a.active:visited {
    background-color: #000;
    color: #fff;
    box-shadow: 0 0 18px -2px var(--shadow-color)
}

.slab-buttons a.active:hover {
    color: #ccc
}

.filterButton {
    font-size: 13px;
    margin: 10px 0 10px;
    padding: 0 0 10px
}

#filtersBox .close {
    float: right;
    display: none
}
.sorting-section{
    display: flex; 
    justify-content: space-between;
    margin-bottom:8px; 
    flex-wrap: wrap;
}
.sort-container {
    position: relative;
    display: inline-block;
}
.sort-select {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    margin-bottom: 0 ;
}
.sort-select:focus {
    outline: none;
}
.sort-container::after {
    content: '';
    position: relative;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none; 
}
.filter-search-input {
    width: 100%;
    padding: 8px 12px;
    margin: 15px 0;
    border-bottom: 1px solid #b9b2b2;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
    position: static;
    display: block;
}
.filter-search-input:focus {
    outline: none;
}

#filters label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

#filters input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    border: 1px solid #000000;
    border-radius: 3px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

#filters input[type="checkbox"]:checked {
    background-color: #000000;
    background-image: url('/img/check.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
@media screen and (max-width: 1280px) {
    html {
        font-size:15px
    }

    header .container {
        padding: 0
    }

    header #account {
        margin: 20px 5px
    }

    #menu-top li a {
        padding: 15px 10px
    }

    .page header .logo img {
        max-height: 42px;
        width: auto
    }
}

@media screen and (max-width: 1160px) {
    .home-swiper .swiper-slide-contents,.page-swiper .swiper-slide-contents {
        padding-left:50px
    }

    header .logo {
        margin-left: 20px
    }
}

@media screen and (max-width: 1024px) {
    .page header .container {
        margin:0;
        padding: 10px;
    }

    .page header {
        padding: 0;
        width: 100vw;
    }

    .page header .dfs-flex {
        flex-wrap: wrap
    }

    .page header .logo {
        padding-left: 10px
    }

    .page header .logo img {
        max-height: 30px;
        width: auto
    }

    header {
        height: auto
    }

    header #menu-box {
        height: auto
    }

    .right-nav {
        height: auto
    }

    .right-nav ul {
        margin-top: 0
    }

    footer .right-nav ul {
        margin-top: 10px;
        margin-bottom: 20px
    }

    .searchInput {
        top: 23px
    }

    footer .searchInput {
        top: 35px
    }

    iframe {
        max-width: calc(100vw - 40px)
    }

    .container {
        padding: 0 20px
    }

    .menu-container {
        overflow-y: auto
    }

    .category-menu ul li a {
        text-wrap: nowrap
    }

    #subCats {
        overflow-y: auto
    }

    .category-menu #subCats ul {
        width: auto;
        justify-content: flex-start
    }
}

@media screen and (max-width: 900px) {
    html {
        font-size:14px
    }

    .swiper.top-home {
        max-height: 250px;
        border-radius: 20px
    }

    .top-home .swiper-slide>div {
        height: 250px
    }

    .top-home .swiper-slide div.h {
        display: none
    }

    .top-home .swiper-slide div.s {
        display: block
    }

    .login {
        background-position: center right
    }

    .page header {
        max-height: fit-content;
        height: auto;
        z-index: 200
    }

    .page footer {
        padding: 10px 0 0
    }

    .page footer .container {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .container {
        padding: 0 12px
    }

    .container img.responsive {
        width: 40vw;
        height: auto
    }

    .container .dfs-ph-40 {
        padding-left: 10px!important;
        padding-right: 10px!important
    }

    .card-content {
        overflow: auto;
        padding: 5px 0 10px
    }

    .list-nolist .truncate {
        width: calc(33vw - 30px);
        max-width: 320px
    }

    .first-block-aboutus>*:nth-child(3) {
        display: none
    }

    .first-block-aboutus>*:nth-child(1) {
        width: 45vw
    }

    .first-block-aboutus>*:nth-child(2) {
        min-width: 50vw;
        padding-right: 15px
    }

    .menu_toggle {
        display: inline-block;
        padding: 5px;
        position: absolute;
        right: 20px;
        top: 55px;
        background-color: transparent;
    }

    header #menu-box {
        display: unset
    }

    #menu {
        display: block;
        clear: both;
        height: auto
    }

    #menu>ul {
        height: auto;
        margin: 10px 0 0
    }

    nav li a {
        padding: 10px 8px;
        font-size: 10px
    }

    .submenu>div>ul {
        gap: 10px
    }

    .submenu>div>ul>li {
        flex-basis: 26%
    }

    .slab-buttons a {
        width: calc(25% - 34px)
    }

    #collectionsList .c3 {
        flex-basis: calc(49% - 25px)
    }
}

@media screen and (max-width: 680px) {
    .swiper.top-home {
        max-height:200px;
        border-radius: 15px
    }

    .top-home .swiper-slide>div {
        height: 200px
    }

    #products-list .dfs-card {
        flex: 1 1 45%
    }

    #collectionsList .c3 {
        flex-basis: 100%
    }

    #registration .dfs-card {
        padding: 10px
    }

    #registration .dfs-card form .row>.c2 {
        width: calc(100% - 30px)
    }

    .page footer .container {
        padding: 0 10px
    }

    footer .dfs-flex {
        flex-wrap: wrap
    }

    footer .dfs-flex>* {
        margin: 10px;
        flex-basis: 100%;
        flex-grow: 1;
        flex-shrink: 1
    }

    .hide-mobile {
        display: none
    }

    .submenu {
        display: none
    }

    #menu {
        text-align: left
    }

    nav#menu li,nav#menu ul {
        display: block
    }

    nav#menu>ul>li ul {
        display: block;
        margin-left: 10px;
        position: relative
    }

    nav#menu>ul>li ul ul li {
        display: inline-block;
        width: calc(50% - 10px)
    }

    nav#menu>ul>li>ul>li {
        border-bottom: 1px solid #666
    }

    .container img.responsive {
        width: 100%
    }

    .first-block-aboutus>*:nth-child(1) {
        width: 100%
    }

    .first-block-aboutus>*:nth-child(2) {
        padding: 10px
    }

    section .dfs-flex {
        flex-wrap: wrap
    }

    section .contentbg {
        height: fit-content!important;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .dfs-flex .c2,.dfs-flex .c3,.dfs-flex .c4,.dfs-flex .c5,.dfs-flex .c2.dfs-card,.dfs-flex .c3.dfs-card,.dfs-flex .c4.dfs-card,.dfs-flex .c5.dfs-card,.dfs-flex .c2.dfs-card-shadow,.dfs-flex .c3.dfs-card-shadow,.dfs-flex .c4.dfs-card-shadow,.dfs-flex .c5.dfs-card-shadow {
        flex-basis: 100%
    }

    .videomodal .modal-dialog,.black.videomodal .modal-dialog {
        margin: 25% auto;
        max-width: 95%
    }

    .slab-buttons a {
        width: calc(50% - 34px)
    }

    img {
        max-width: calc(100vw - 20px);
        height: auto
    }

    .home-swiper .swiper-slide-contents,.page-swiper .swiper-slide-contents {
        max-width: calc(100vw - 60px)
    }

    .swiper-slide-contents>* {
        width: calc(100vw - 60px);
        min-width: auto
    }

    #filtersBox {
        flex-basis: 100%;
        position: fixed;
        width: calc(100vw - 40px);
        height: calc(100vh - 20px);
        background-color: #fff;
        left: 0;
        top: 0;
        z-index: 1000;
        overflow-y: auto;
        padding: 10px 20px;
        display: none
    }

    .filterButton {
        margin: 0;
        padding: 0;
        float: right
    }

    #filtersBox .close {
        display: block;
        float: right;
        border-color: #000;
        color: #000;
        padding: 0 6px;
        font-size: 26px;
        line-height: 24px
    }
}

@media screen and (max-height: 680px) and (min-width:1024px) {
    h1.page-title {
        display:block;
        margin: 0
    }

    section:not(#slider)>.container:first-of-type>div:first-of-type {
        padding-top: 0px
    }

    .swiper.top-home {
        max-height: 250px
    }

    .top-home .swiper-slide>div {
        height: 250px
    }

    .page-title {
        float: left
    }

    .container>.content {
        clear: both
    }

    .dfs-card {
        margin-bottom: 10px;
        margin-top: 0;
        padding: 5px 15px
    }
}
@media (max-width: 760px) {
	.heading-title {
		font-size: 28px;
	}

}

