@import "fonts-common.css";
@import "semstyle.css";
@import "mdcolors.css";
@import "bs-reset.css";
@import "mobile.css";
@import "tablet.css";
@import "desktop.css";
@import "sina-common.css";

:root {
    --main-blue: rgb(43 48 103);
    --main-primary: rgb(43 48 103);
    --main-secondary: #feca08;
    --main-orange: #feca08;
}

.sf-dump {
    direction: ltr;
}

#toolbar-administration {
    display: none;
}

html {
    /* scroll-behavior: smooth; */
}

body {
    font-size: 14px;
}

body.front {
    /*margin-top: 60px !important;*/
}

body.not-front {
    /* margin-top:250px; */
}

body.toolbar-vertical.navbar-is-fixed-top header {
    top: auto;
    min-height: 80px !important;
    /* height: 80px; */
    /* background: linear-gradient(0deg, #4e4e4e, #1c1c1c); */
    border: 0px;
    border-bottom: 2px solid #2d2d2d;
    background: #ffcb05;
}

body.toolbar-vertical.navbar-is-fixed-top .navbar-header {
    min-height: 80px !important;
}

body.navbar-is-fixed-top {
    margin-top: 0px;
}

a:hover {
    text-decoration: none;
}

#backToTop {
    position: fixed;
    bottom: 61px;
    right: 20px;
    z-index: 999999;
    /* background: #ffffff; */
    background: rgb(232, 232, 232);
    box-shadow: 0px 0px 10px #000000ab;
    background: linear-gradient(0deg, rgb(197 197 197) 0%, rgba(255, 255, 255, 1) 70%);
    color: #828282;
    padding: 10px 20px;
    font-size: 10px;
    border-radius: 50px;
    cursor: pointer;
    display: none;
}

.pageSideFloatIcon {
    position: fixed;
    right: -10px;
    z-index: 999999;
    font-size: 10px;
    background: white;
    box-shadow: 7px 7px 12px #00000026;
    color: #444444;
    border-radius: 50px 0px 0px 50px;
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    transition: 0.5s ease all;
}

#gotoDashboard {
    top: 200px;
}

#nodeEditLink {
    top: 275px;
    font-size: 5px;
    /* right: -18px; */
}

.pageSideFloatIcon:hover {
    right: 0px;
}

.rbtn {
    background-color: var(--main-orange);
    padding: 10px 30px;
    border-radius: 30px 30px 0px 30px;
    margin: 10px 0px 10px 10px;
    color: #262626;
}

.rbtn.orange {
    background-color: #ff7100;
}

.rbtn.orange:hover {
    background-color: #d35d00;
}

.rbtn:hover {
    background-color: #ecb900;
    color: black;
}

#newsRow {
    /* background-color: var(--main-orange); */
    /* height: 200px; */
    /* margin-top: 150px; */
    padding: 100px 0px;
}

#newsRow .container > .wrapper {
    /* margin-top: -110px; */
}

#newsRow .wrapper .item {
}

#newsRow .wrapper .item .title {
    padding: 10px 20px;
}

#newsRow .wrapper .item img {
    width: 100%;
    box-shadow: 0px 0px 6px #00000059;
}

#footOne {
    min-height: 200px;
    background-color: #5d636d;
    color: white;
}

#footOne .logo {
    filter: grayscale(1);
    height: 70px;
    width: auto;
}

#footOne a {
    color: white;
}

#footTwo {
    background-color: #383d45;
    color: white;
    padding: 20px 0px;
    font-size: 13px;
}

body.path-node {
    background: linear-gradient(180deg, #e9e2b4 0%, rgba(255, 255, 255, 1) 30%);
}

body.path-node .main-container {
    padding-top: 100px;
}

body.path-node .main-container .cTitle {
    font-size: 25px;
    padding-bottom: 20px;
}

#mainHeader {
    background-color: white;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    box-shadow: 0px 0px 50px #00000054;
}

#mainHeader .mainMenu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

#mainHeader .row1 .borderBottom {
    display: block;
    height: 75px;
    border-bottom: 1px solid rgb(139, 139, 139);
}

.block {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 30px #0000004f;
    margin-bottom: 50px;
}

.block .blockTitleBox .block-title {
    padding: 20px;
    text-align: center;
    width: 100%;
}

.block .blockTitleBox .block-title .text {
    font-size: 18px;
    color: #4f4f4f;
    font-weight: bold;
}

.block .block-content {
    padding: 20px;
}

#cvitrin .img {
    width: 400px;
}

#cvitrin .imgWrapper {
    width: 400px;
    height: 400px;
}

#views-exposed-form-idpack-pages-vproducts-vitrin label {
    width: 100%;
    margin-bottom: 7px;
}

#views-exposed-form-idpack-pages-vproducts-vitrin .form-item {
    width: 100%;
    margin-bottom: 20px;
}

#views-exposed-form-idpack-pages-vproducts-vitrin select, #views-exposed-form-idpack-pages-vproducts-vitrin .select-wrapper {
    width: 100%;
}

#views-exposed-form-idpack-pages-vproducts-vitrin .form-submit {
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
    border: 0px;
    border-radius: 0px;
    background: var(--main-orange);
}

#views-exposed-form-idpack-pages-vproducts-vitrin #edit-actions--2 {
    width: 100%;
}

.not-front .main-container {
    margin-bottom: 40px;
}

#mainHeader .logo img {
    width: 70%;
    transition: 0.5s ease all;
}

#mainHeader .logo img.isSmall {
    width: 50%;
}

/*=================[ content page ]===================*/
body.path-node.page-node-type-content .region-content .itemscope > div {
    padding: 10px 0px;
}

body.path-node.page-node-type-content .region-content .itemscope > div.cImgWrapper {
    padding: 0px;
}

body.path-node.page-node-type-content .region-content {
    /* background: white; */
}

body.path-node.page-node-type-content .region-content .cTitle {
    padding: 10px 5px 10px 5px;
    text-align: justify;
    margin: 0px;
}

body.path-node.page-node-type-content .region-content .titleWrapper {
    padding: 25px 10px 5px 10px;
}

body.path-node.page-node-type-content .region-content .titleWrapper small {
    font-size: 17px;
    padding: 5px 10px;
}

body.path-node.page-node-type-content .region-content .cImg {
    width: 100%;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    padding: 0px;
}

body.path-node.page-node-type-content .region-content .titleWrapper a {
    color: black;
}

body.path-node.page-node-type-content .region-content .titleWrapper a:hover {
    color: black;
}

body.path-node.page-node-type-content .region-content .cExcerpt {
    padding: 20px;
    text-align: justify;
    line-height: 1.8;
    background: #dbd3a0;
    clear: both;
    font-weight: 700;
}

body.path-node.page-node-type-content .region-content .cBody {
    padding: 10px 20px;
    text-align: justify;
    margin: 5px 0px;
    transition: 0.5s ease all;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody img {
    width: 80%;
    height: auto;
    margin: 20px auto 20px auto;
    text-align: center;
}

body.path-node.page-node-type-content .region-content .cBody {
}

body.path-node.page-node-type-content .region-content .cBody a {
    color: var(--main-blue);
}

body.path-node.page-node-type-content .region-content .cBody a:hover {
    color: #6e6e6e;
}

body.path-node.page-node-type-content .region-content .cBody blockquote {
    font-size: 15px;
    line-height: 180%;
}

body.path-node.page-node-type-content .region-content .cBody img {
    /* margin: 20px 0px; */
}

body.path-node.page-node-type-content .region-content .nodeMeta div {
    font-size: 15px;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools {
    margin: 0px 5px 0px 0px;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools .mta {
    margin: 13px 10px;
    display: inline-block;
}

body.path-node.page-node-type-content .region-content .nodeMeta .tools i {
    font-size: 22px;
}

body.path-node.page-node-type-content .cAttach .contMedia, body.path-node.page-node-type-mhswl-wytryn .cAttach .contMedia {
    margin: 25px 0px 25px 0px;
    clear: both;
    /* display:flex; */
}

body.path-node.page-node-type-content .socialshare a {
    display: inline-block;
    padding: 7px 12px 0px 12px;
    font-size: 22px;
}

body.path-node.page-node-type-content .socialshare a.telegram {
    color: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.telegram:hover {
    color: white;
    background: #0087cc;
}

body.path-node.page-node-type-content .socialshare a.twitter {
    color: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.twitter:hover {
    color: white;
    background: #1da1f2;
}

body.path-node.page-node-type-content .socialshare a.facebook {
    color: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.facebook:hover {
    color: white;
    background: #3b5998;
}

body.path-node.page-node-type-content .socialshare a.linkedin {
    color: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.linkedin:hover {
    color: white;
    background: #0077b5;
}

body.path-node.page-node-type-content .socialshare a.whatsapp {
    color: #0b8a0b;
}

body.path-node.page-node-type-content .socialshare a.whatsapp:hover {
    color: white;
    background: #0b8a0b;
}

.cAttach {
    display: table;
    width: 100%;
}

.cAttach video {
    width: 100%;
    height: 490px;
    position: relative;
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video {
    /* width: 100%; */
    /* min-height: 500px; */
    /* position:relative; */
    /* -webkit-transform: scaleX(2);  */
    /* -moz-transform: scaleX(2); */
}

.cAttach .video:before {
    background: rgb(0, 0, 0);
    width: 100%;
    height: 500px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

body.path-node.page-node-type-content .cAttach .contMedia h4, body.page-node-type-mhswl-wytryn .cAttach .contMedia h4 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #7e7e7e;
}

body.path-node.page-node-type-content .cAttach .contMedia audio, body.path-node.page-node-type-mhswl-wytryn .cAttach .contMedia audio {
    width: 80%;
    /* background:#ddd; */
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item, body.path-node.page-node-type-mhswl-wytryn .contMedia.gal_winMode .galimg .item {
    background: #dedede;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
    transition: 0.5s ease all;
}

body.path-node.page-node-type-content .contMedia.gal_winMode .galimg .item:hover, body.path-node.page-node-type-mhswl-wytryn .contMedia.gal_winMode .galimg .item:hover {
    background: #bbb;
}

.video-js-responsive-container.vjs-hd {
    padding-top: 56.25%;
}

.video-js-responsive-container.vjs-sd {
    padding-top: 75%;
}

.video-js-responsive-container {
    width: 100%;
    position: relative;
}

.video-js-responsive-container .video-js {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.swiper-pagination-bullets {
    margin: 5px auto;
    text-align: center;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 6px;
    margin: 0px 4px;
}

#topSliderBox {
    position: relative;
    overflow: hidden;
    clear: both;
}

.logobar {
    background: #0e2d8d;
    /* border-bottom:3px solid #ffcb08; */
    padding: 0px 0px 0px 0px;
    height: 100vh;
    position: fixed;
    top: -91vh;
    z-index: 1000;
    width: 100%;
    transition: 0.5s ease all;
    color:#eeeeee;
    /* border-bottom: 2px solid #2d2d2d; */
}

.logobar a{
    color:#eeeeee;
}

.logobar .logo {
    /* background: #404040; */
    /* margin: 0px auto; */
    /* display: inline-block; */
    /* position: absolute; */
    bottom: 0px;
    /* transform: translateX(50%); */
    /* z-index: 999; */
    /* margin-bottom: -100px; */
    /* border-radius: 0px 0px 200% 200%; */
    transition: 0.5s ease all;
    /* height: 9vh; */
}

.logobar .logo img {
    height: 50px;
    transition: 0.5s ease all;
}

.logobar.scrolled .logo {
    background: #404040;
    padding: 5px 10px;
    margin: 0px auto;
    display: inline-block;
    position: absolute;
    transform: translateX(50%);
    z-index: 999;
    margin-bottom: -100px;
    border-radius: 0;
}

.logobar.scrolled .logo img {
    height: 50px;
}

.not-front #topSliderBox {
    text-align: center;
}

.logobar .shortMenu {
    /* position: absolute; */
    /* bottom: 0px; */
    width: 50%;
}

.logobar .shortMenu .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    height: 8vh;
}

.logobar .shortMenu .item {
}

.logobar .shortMenu .item a {
    display: block;
    padding-left: 15px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 15px;
}

.logobar .shortMenu .item a:hover {
    color: #ff4a05;
}

.logobar .megamenu a {
    color:#eeeeee;
}

.logobar .megamenu a:hover {
    color: #ff4a05;
}

.logobar .megamenu h2 {
    font-weight: bold;
    padding: 8px;
    background: #0000003b;
    text-shadow: 1px 1px 0px #00000087;
    color: white;
    text-align: center;
}

.logobar .megamenu .litem {
    padding: 8px;
}


.logobar .bar {
    display:flex;
    flex-direction: row;
    position: absolute;
    bottom: 0px;
    justify-content: space-between;
    align-items: center;
    height: 9vh;
    width: 100%;
    align-content: center;
}

.logobar .sideIcons {
    /* position: absolute; */
    bottom: 0px;
}

.logobar .sideIcons .sideElem {
    padding: 15px 15px;
}

.logobar .sideIcons .sideElem :hover {
    color: white;
    cursor: pointer;
}

.logobar .sideIcons .sideElem i {
    font-size: 25px;
}

.logobar .sideIcons .sideElem.ico-langs {
    position: relative;
}

.logobar .sideIcons .sideElem.ico-langs:hover .submenu {
    display: block;
}

.logobar .sideIcons .sideElem.ico-langs .submenu {
    position: absolute;
    width: 100px;
    background: #c9c9c9;
    text-align: center;
    margin-top: 15px;
    display: none;
}

.logobar .sideIcons .sideElem.ico-langs .submenu a {
    padding: 5px 10px;
    display: block;
    color: black;
}

.logobar .sideIcons .sideElem.ico-langs .submenu a:hover {
    padding: 5px 10px;
    display: block;
    background: grey;
    color: white;
}

.logobar .sideIcons .sideElem.ico-tel {
    margin-top: 0px;
}

/* .logobar .sideIcons .sideElem.ico-tel a {
    background: #404040;
    padding: 5px 15px;
    color: white;
    border-radius: 4px;
}
 */

.logobar .sideIcons .sideElem.ico-order {
    margin-top: 3px;
}

.logobar .sideIcons .sideElem.ico-order i {
    font-size: 13px;
}

.logobar .sideIcons .sideElem.ico-order a, .logobar .sideIcons .sideElem.ico-tel a {
    padding: 5px 0px;
    /* color: #404040; */
    font-size: 20px;
    font-weight: bold;
    /* border-radius: 4px; */
    /* border: 1px solid #404040; */
}

.logobar .sideIcons .sideElem.ico-order a:hover {
    background: #404040;
    color: white;
    font-weight: normal;
}

.logobar .sideIcons .sideElem.ico-whatsapp i {
    font-size: 29px;
    margin-top: -1px;
}


section#productProp {
    background: #0e2d8d;
    padding: 40px 0px;
    width: 100%;
    clear: both;
}

section#productProp .container-fluid > .wrapper {
    padding: 50px 0px;
    margin: 0px auto;
    text-align: center;
    width: 95%;
}

section#productProp h2.title, #productTypeVitrin .secTitle {
    background: #ffffff30;
    border-radius: 50px;
    padding: 10px 45px;
    width: 250px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: inline-block;
    margin-bottom: 30px;
    box-shadow: 0px -8px 26px #0000006e;
}

#newsRow .title{
    background: #ffffff30;
    border-radius: 50px;
    padding: 10px 45px;
    width: 250px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    display: block;
    margin: 0px auto 50px auto;
    box-shadow: 0px -8px 26px #0000006e;
    clear:both;
}

section#productProp .circle {
    padding-left: 10px;
}

section#productProp .circle img {
    transition: 0.5s ease all;
}

section#productProp .circle:hover img {
    transform: scale(1.1);
}

#productUsage {
    text-align: center;
}

#productUsage > .wrapper {
    padding: 0px 50px;
}

#productUsage .content {
    position: relative;
}

#productUsage .usitem {
    background: #e39d10;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0px auto;
    transition: 0.5s ease all;
}

#productUsage .usitem .wrapper {
    padding: 20%;
    text-align: center;
}

#productUsage .usitem .icon {
}

#productUsage .usitem .icon img {
    max-width: 100%;
}

#productUsage .usitem:hover {
    background: #df6c00;
}

#productUsage .usitem .title {
    color: white;
    padding-top: 6px;
}

#productUsage .swiper-button-prev, #productUsage .swiper-container-rtl .swiper-button-next {
    left: -60px;
    right: auto;
}

#productUsage .swiper-button-next, #productUsage .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
}

#productTypeVitrin .secTitle {
}

#productTypeVitrin {
    position: relative;
    background-image: url(img/wbrick-trans-efx.png);
    background-color: rgb(231 230 202);
    background-repeat: repeat-x;
    background-position: 0px -4px;
    min-height: 600px;
    /*background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgba(167,169,172,1) 55%, rgba(167,169,172,1) 100%);*/
    width: 100%;
    clear: both;
}

#productTypeVitrin .content {
    position: relative;
    padding: 71px 0px;
}

#productTypeVitrin > .wrapper {
    padding: 0px 50px;
}

#productTypeVitrin .swiper-button-prev, #productTypeVitrin .swiper-container-rtl .swiper-button-next, #productTypeVitrin .swiper-button-next, #productTypeVitrin .swiper-container-rtl .swiper-button-prev {
    top: 580px;
    color: #4a4a4a;
}

#productTypeVitrin .swiper-button-prev, #productTypeVitrin .swiper-container-rtl .swiper-button-next {
    left: -60px;
    right: auto;
}

#productTypeVitrin .swiper-button-next, #productTypeVitrin .swiper-container-rtl .swiper-button-prev {
    right: -60px;
    left: auto;
}

#productTypeVitrin .secTitle {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 25px;
    background: white;
    display: inline-flex;
}

.productTypesDesc {
    min-height: 245px;
    width: 100%;
    /* box-shadow: 0px 2px 0px #0000004d; */
    border-radius: 10px;
    margin: 0px 0px 5px 0px;
    padding: 20px 0px;
    background: linear-gradient(0deg, #ffffff00, white);
}

.productTypesDesc .title .wrapper {
    padding: 13px 20px;
}

.productTypesDesc .title {
    background: purple;
    color: white;
    border-radius: 10px;
    width: 97%;
    margin: 0px auto;
}

.productTypesDesc .title h1 {
    padding: 0px;
    margin: 0px;
    font-size: 23px;
    /* font-weight: bold; */
}

.productTypesDesc .desc {
    /* background: linear-gradient(0deg, #ffffff00, white); */
    /* border-radius: 0px 0px 8px 8px; */
    height: 190px;
}

.rtl .productTypesDesc .desc {
    text-align: right;
}

.ltr .productTypesDesc .desc {
    text-align: left;
}

.productTypesDesc .desc .wrapper {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.productTypesDesc .desc .wrapper ul {
}

.productTypesDesc .desc .wrapper ul li {
}

.productInfoBox {
    min-height: 245px;
    width: 100%;
    box-shadow: 0px 2px 0px #0000004d;
    border-radius: 8px 8px 8px 8px;
    padding-top: 110px;
}

.productInfoBox .title .wrapper {
    padding: 18px 20px;
}

.productInfoBox .title {
    color: white;
    border-radius: 8px 8px 0px 0px;
}

.productInfoBox .title h1 {
    padding: 0px;
    margin: 0px;
    font-size: 23px;
    /* font-weight: bold; */
}

.productInfoBox .desc {
    background: white;
    border-radius: 0px 0px 8px 8px;
    height: 184px;
}

.rtl .productInfoBox .desc {
    text-align: right;
}

.ltr .productInfoBox .desc {
    text-align: left;
}

.productInfoBox .desc .wrapper {
    padding: 10px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.productInfoBox .desc .wrapper ul {
}

.productInfoBox .desc .wrapper ul li {
}

.type-telated-vitrin.item.vm-card {
    border: 1px solid #ddd;
    background: white;
}

.type-telated-vitrin.item.vm-card > .wrapper {
}

.type-telated-vitrin.item.vm-card .cImgWrapper {
}

.type-telated-vitrin.item.vm-card .cImgWrapper img {
}

.type-telated-vitrin.item.vm-card .ref-product {
    margin: 10px 0px;
    position: relative;
    min-height: 65px;
}


.blueUnderdash {
    color: var(--main-blue);
    border-bottom: 1px dashed var(--main-blue);
}


#views-bootstrap-taxonomy-term-product-type .col {
    padding-left: 0px;
}


#floatSupportIcon {
    position: fixed;
    bottom: 50%;
    left: 0px;
    z-index: 99999;
}


#floatSupportIcon a {
    padding: 2px 14px;
    width: 60px;
    height: 60px;
    background: green;
    color: white;
    font-size: 40px;
    display: block;
    /* border-radius:100%; */
    font-weight: 20px;
    transition: 0.5s ease all;
}

#floatSupportIcon i {
    transition: 0.5s ease all;

}

#floatSupportIcon a:hover {
    background: darkgreen;
    text-shadow: 2px 2px 10px #000;
    transition: 0.5s ease all;

}

#floatSupportIcon a:hover i {
    transform: rotate(15deg) scale(1.1);
}

#floatSupportIcon a i {
    margin-top: 7px;
}


.item.pack-order.vm-teaser{
    display:block;
    margin-bottom: 40px;
}

.item.pack-order.vm-teaser > .row {
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #ddd;
}

.item.pack-order.vm-teaser > .row > .wrapper{
    padding:20px 0px;
}

.process-detail .pitem .btn-default{
    width: 97%;
    font-size: 11px;
    font-weight:700;
    padding: 5px 3px;
}
.process-detail .pitem{
    width: 14.3%;
    text-align:center;
    min-height:50px;
}

.process-detail .process-line{display: flex;justify-content: space-between;}