@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700,900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
body, html {
  background-color: unset;
  overflow: unset;
  overflow-x: hidden; }

header {
  padding: 10px 20px;
  background-color: #fff; }
  header .bottom {
    margin: 0 0; }
    header .bottom .right {
      top: 5px; }
      header .bottom .right ul li a:hover {
        background-color: #fff;
        color: #38a4f0; }

section {
  display: block; }
  section .page-banner {
    padding: 0 5%; }
  section .page-content {
    display: inline-block;
    padding: 40px 5%;
    font-size: 0;
    vertical-align: top; }
    @media only screen and (max-width: 1024px) {
      section .page-content {
        padding: 40px 5%;
        width: 100%; } }
    section .page-content h1 {
      display: block;
      font-size: 30px;
      color: #222;
      padding: 0px 0 30px 0; }
      @media only screen and (max-width: 1024px) {
        section .page-content h1 {
          font-size: 22px; } }
    section .page-content .product-img-cont {
      display: inline-block;
      position: relative;
      width: 600px;
      border: 1px solid #CCCCCC;
      vertical-align: top; }
      @media only screen and (max-width: 1024px) {
        section .page-content .product-img-cont {
          width: 100%; } }
      section .page-content .product-img-cont .owl-nav .owl-prev {
        position: absolute;
        left: 10px;
        top: 40%;
        color: #333333;
        font-size: 0;
        background-color: transparent; }
        section .page-content .product-img-cont .owl-nav .owl-prev::before {
          font-family: 'FontAwesome';
          content: '\f104';
          font-size: 50px;
          color: #333333; }
      section .page-content .product-img-cont .owl-nav .owl-next {
        position: absolute;
        right: 10px;
        top: 40%;
        color: #333333;
        font-size: 0;
        background-color: transparent; }
        section .page-content .product-img-cont .owl-nav .owl-next::before {
          font-family: 'FontAwesome';
          content: '\f105';
          font-size: 50px;
          color: #333333; }
    section .page-content .text {
      display: inline-block;
      width: calc(100% - 600px);
      font-size: 16px;
      line-height: 24px;
      color: #434343;
      padding-left: 20px; }
      @media only screen and (max-width: 1024px) {
        section .page-content .text {
          padding-left: 0;
          padding-top: 20px;
          width: 100%; } }
      section .page-content .text h3 {
        font-size: 24px;
        padding: 10px 0;
        font-weight: 600; }
      section .page-content .text ul {
        list-style: disc;
        padding-left: 30px; }
  section .product-other {
    display: block;
    padding: 40px 5%;
    font-size: 0; }
    @media only screen and (max-width: 1024px) {
      section .product-other {
        padding: 40px 5%; } }
    section .product-other h1 {
      display: block;
      font-size: 30px;
      color: #222;
      padding: 0px 0 20px 10px; }
      @media only screen and (max-width: 1024px) {
        section .product-other h1 {
          font-size: 22px; } }
    section .product-other .product-cont {
      display: inline-block;
      vertical-align: top;
      width: 23%;
      margin: 1%; }
      @media only screen and (max-width: 1024px) {
        section .product-other .product-cont {
          width: 48%; } }
      section .product-other .product-cont .img-cont {
        display: block;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 6px; }
        section .product-other .product-cont .img-cont img {
          width: 100%;
          height: auto; }
      section .product-other .product-cont .text {
        display: block;
        padding: 5px 0;
        text-align: center;
        font-size: 14px;
        color: #333333; }
