body {
    overflow-x: hidden;
}
body * {
    
}

div *:focus {
    outline: none;
}
a.visited:visited {
    color: #609 !important;
}
/* INPUT */
@media (max-width: 768px) {
    input,textarea,select {
        -moz-box-shadow: inset 0 0 0 transparent !important;
        -webkit-box-shadow: inset 0 0 0 transparent !important;
        box-shadow: inset 0 0 0 transparent !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
    }
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
textarea {
  min-height: 100px;
}

/* 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:hover > .dropdown-content-hover {
    visibility: visible!important;
    opacity: 1!important;
}

/*Categories*/
.max-height-cat-one {
  max-height: calc(100vh - 84px);
}
.cat-one:after {
  content:url(../img/icon/chevron-right-white.svg);
  width: 12px;
  /*height: 12px;*/
  margin-right: -6px;
  margin-top: 1px;
}

/* 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-1 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

/*Accordion*/
.accordion.active {
  background-color: #f3f4f6;
}
.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;
}

/*Rating*/
.rating-input input[type=radio]:checked~label {
  color: #ffb136;
}
.rating-input label:focus,
.rating-input label:focus~label,
.rating-input label:hover,
.rating-input label:hover~label {
    color: #ffb136;
}

/* 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: #565656;
    border: 1px solid #565656;
}
.radio input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #565656;
}
.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: #565656;
    border-radius: 50%;
}

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

/*Color*/
.label-color {
  padding: 2px;
}
.label-color input:checked + span {
  box-shadow: 0px 0px 0px 2px #565656;
}

/*Video-Product*/
.video-product {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width:100%;
}
.video-product iframe {
  position: absolute;
  top: 0; left: 0;
  border: 0;
  width: 100%;
  height: 100%;
}

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

/* DOCX */
.docx {font-size: 16px; line-height: 1.5;}
.docx p{ /*margin-top: 1em; */margin-bottom: .5em; } 
.docx h1,.docx h2,.docx h3,.docx h4,.docx h5,.docx h6{ font-weight: 600; line-height: 1.6; } 
.docx h1{ font-size: 2em;margin-bottom: 6px;} 
.docx h2{ font-size: 1.75em;margin-bottom: 5px;} 
.docx h3{ font-size: 1.5em;margin-bottom: 4px;} 
.docx h4{ font-size: 1.25em;margin-bottom: 3px;} 
.docx h5{ font-size: 1em;margin-bottom: 2px;} 
.docx h6{ font-size: 0.85em;margin-bottom: 1px;} 
.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; margin-bottom: 16px;} 

/*.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;}



/*gray-700*/
/*gray-800*/
/*yellow-500*/
/*red-500*/


.docx {
	min-height: 200px;
}
