@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts/Montserrat-Regular.ttf) format('truetype');
  
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts/Montserrat-Bold.ttf) format('truetype');
  
}

body *{
  font-family: 'Montserrat';
}
body {
  overflow-x: hidden;
}

div *:focus {
  outline: none;
}
a.visited:visited {
  color: #609 !important;
}
/* INPUT */


/* Hide scrollbar for Chrome, Safari and Opera */
.hidden-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hidden-scrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
input:focus,textarea:focus,button:focus {
    outline: none;
}
input:disabled, select:disabled, textarea:disabled {
    opacity: .75;
    cursor: not-allowed;
    background-color: #f5f6f7;
}
button:disabled {
    opacity: .75;
    cursor: not-allowed;
}

/* Mobile */
@media (min-width: 768px) {
    
}
@media (max-width: 768px) {
    
}

/* Dropdown */
.dropdown:hover .dropdown-content {
    visibility: visible!important;
    opacity: 1!important;
}
.dropdown-content > ul:before {
  content: "";
  position: absolute;
  right: 14px;
  top: -8px;
  border-left: 8px solid transparent;
  border-top: 1px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* CheckBox-BTN*/
.checkBtn input:checked ~ .checkmark{
  opacity: 1;
}
.checkBtn input:checked ~ span{
    color: #fff;
}

/* CHECKBOX */
.checkBox,
.radio {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkBox input,
.radio input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}
.checkBox .checkmark,
.radio .checkmark {
    
}
.checkBox input:checked ~ .checkmark{
    background-color: #1f398a;
    border: 1px solid #1f398a;
}
.radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #1f398a;
}
.checkBox .checkmark:after,
.radio .checkmark:after {
    content: "";
    display: none;
}
.checkBox input:checked ~ .checkmark:after,
.radio input:checked ~ .checkmark:after {
    display: block;
}
.checkBox .checkmark:after {
    width: 6px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.radio .checkmark:after {
    width: 10px;
    height: 10px;
    background: #1f398a;
    border-radius: 50%;
}

/*Accordion*/
.accordion.active {
  background-color: #e4e7eb;
}
.accordion:after {
  content:url(../img/icon/chevron-down-black.svg);
  width: 16px;
  height: 16px;
}
.accordion.active:after {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Tab*/
.tab-content:not(.current) {
  display: none;
}
.tab-content.current {
  display: block;
}

/* TRUNCATE */
.truncate-3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.truncate-2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.truncate-1 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/* DOCX */ 
.docx *{
  font-size: 16px;
  line-height: 1.33;
}
.docx p{ /*margin-top: 1em; */margin-bottom: .5em; } 
.docx h1,.docx h2,.docx h3,.docx h4,.docx h5,.docx h6{ font-weight: normal; line-height: 1.2; } 
.docx h1{ font-size: 2em; margin-top: 0.67em; margin-bottom: 0.67em; } 
.docx h2{ font-size: 1.5em; margin-top: 0.83em; margin-bottom: 0.83em; } 
.docx h3{ font-size: 1.17em; margin-top: 1em; margin-bottom: 1em; } 
.docx h4{ font-size: 1em; margin-top: 1.33em; margin-bottom: 1.33em; } 
.docx h5{ font-size: 0.83em; margin-top: 1.67em; margin-bottom: 1.67em; } 
.docx h6{ font-size: 0.67em; margin-top: 2.33em; margin-bottom: 2.33em; } 
.docx a,.docx a *,.docx a:hover,.docx a:hover *{ color: #d8b291!important; } 
.docx a:hover{ text-decoration: underline; } 
.docx ul{ padding-left: 30px; margin-bottom: 20px; list-style: disc; } 
.docx ol { padding-left: 30px; margin-bottom: 20px; list-style: decimal; } 
.docx img { width: 100%!important; height: auto!important; } 

/*.docx iframe{*/ /* width: 100%;*/ /*}*/ 
.docx table { width: 100%!important; } 
.docx table th, .docx table td{ padding: 5px 15px; border: 1px solid #BFBFBF; } 
body.bg-gray-900 .docx table th, body.bg-gray-900 .docx table td { border: 1px solid #353535; } 
.docx hr{ border: none; border-bottom: 1px solid #BFBFBF; } 
.docx blockquote{ display: block!important; margin: 20px!important; border-left: solid 4px #d8b291!important; padding: 10px 10px 10px 15px!important; }
.docx>*:first-child {margin-top: 0;}
.docx>*:last-child {margin-bottom: 0;}




/*Product*/
.product-item:hover .btn-item {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) { 
form.head_cosh_form{display:none;visibility:hidden;opacity:0;} 
.product-item .btn-item {opacity: 1;visibility: visible;}
.beneficii_home{display:none;visibility:hidden;opacity:0;}
}