@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

:root
{
   --white: #ffffff;
   --black: #6f898d;
   --primary: #007682;
   --secondary: #a9d9da;
   --thirdary: #f0f4f7;
}

a { text-decoration: none; color: var(--primary); }
ul, li { margin: 0px; padding: 0px; list-style: none; }
p { margin: 0px 0px 10px 0px; }
img { display: block; }
html.nav-open, body.nav-open { overflow: hidden; }
.mobile__nav, .mobile__hotline
{
   display: none;
}

body {
   font-family: 'Open Sans', sans-serif;
   font-size: 14px;
   line-height: 20px;
   font-weight: 400;
   color: var(--black);
   cursor: default;
   margin: 0px;
   padding: 0px;
}

.header__inner
{
   padding: 15px 0px 30px;
}
.header__inner .row
{
   align-items: center;
}
.header__inner .logo
{
   margin: auto;
}

.header__hotline
{
   display: flex;
   color: var(--black);
   font-size: 16px;
   font-weight: 700;
   margin-top: 15px;
}
.header__hotline > i
{
   font-size: 26px;
   padding-right: 10px;
}

.header__checkout > span
{
   position: relative;
   cursor: pointer;
   font-size: 42px;
}
.header__checkout > span > span
{
   position: absolute;
   bottom: 5px;
   right: -5px;
   width: 20px;
   height: 20px;
   background-color: var(--primary);
   color: var(--white);
   font-size: 14px;
   font-weight: 700;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 20px;
}

.header__menu > .links
{
   width: 100%;
   text-align: center;
   border-top: 1px solid var(--primary);
   border-bottom: 1px solid var(--primary);
   margin-bottom: 30px;
}
.header__menu > .links > li
{
   display: inline-block;
   padding: 12px 30px;
   position: relative;
}
.header__menu > .links > li > a
{
   color: var(--primary);
   position: relative;
   font-size: 14px;
   font-weight: 700;
}
.header__menu > .links > li > a::before
{
   position: absolute;
   width: 0;
   content: '';
   height: 45%;
   bottom: 3px;
   left: 0;
   transition: all .5s;
   z-index: -1;
}
.header__menu > .links > li.active > a:before,
.header__menu > .links > li:hover > a:before
{
   width: 100%;
   background-color: var(--secondary);
}
.header__menu > .links > li .submenu
{
   position: absolute;
   z-index: 9;
   background-color: var(--white);
   width: 230px;
   text-align: left;
   visibility: hidden;
   opacity: 0;
   -webkit-transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
   -ms-transition: all .5s ease-out;
   -o-transition: all .5s ease-out;
   transition: all .5s ease-out;
   -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
   -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
   -ms-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
   -o-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.1);
   box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
}
.header__menu > .links > li > .submenu
{
   top: calc(100% - 2px);
   left: 0px;
   border-top: 4px solid var(--primary);
   margin-top: 30px;
}
.header__menu > .links > li:hover > .submenu
{
   visibility: visible;
   opacity: 1;
   margin-top: 0px;
}
.header__menu > .links > li .submenu li > a
{
   display: block;
   padding: 15px;
   border-bottom: 1px solid #ddd;
}
.header__menu > .links > li .submenu li:last-child > a
{
   border-bottom: none;
}
.header__menu > .links > li .submenu li > a:hover
{
   color: var(--primary);
}
.header__menu > .links li.sub
{
   position: relative;
}
.header__menu > .links li.sub .submenu
{
   top: 0px;
   left: 100%;
   margin-left: 30px;
}
.header__menu > .links li.sub:hover > .submenu
{
   visibility: visible;
   opacity: 1;
   margin-left: 0px;
}

.heading
{
   font-size: 28px;
   text-align: center;
   color: var(--primary);
   text-transform: uppercase;
   margin-top: 10px;
   margin-bottom: 30px;
}

.products
{
   background-color: var(--thirdary);
   padding: 30px 0px;
}
.product__item
{
   color: var(--black);
   background-color: var(--white);
   padding: 15px;
   margin-bottom: 20px;
}
.product__image
{
   display: block;
   height: 160px;
   margin: 30px 0px;
}
.product__image > img
{
   max-width: 300px;
   -o-object-fit: cover;
   object-fit: cover;
   height: 100%;
   margin: auto;
}
.product__cats
{
   font-size: 14px;
   font-style: italic;
   margin-bottom: 5px;
}
.product__title
{
   display: flex;
   font-size: 16px;
   font-weight: 700;
   height: 48px;
   overflow: hidden;
   color: var(--primary);
}
.product__intro
{
   font-size: 14px;
   margin-bottom: 20px;
   height: 63px;
   overflow: hidden;
}
.product__note
{
   font-size: 12px;
   line-height: 20px;
   font-style: italic;
   border-bottom: 1px solid #f2f1f0;
   padding-bottom: 15px;
   margin-bottom: 20px;
}
.product__price
{
   display: flex;
   color: var(--black);
   margin-bottom: 20px;
}
.product__price--sale
{
   font-size: 18px;
   font-weight: 700;
}
.product__price--price
{
   margin-left: auto;
   font-size: 14px;
   text-decoration: line-through;
}
.product__checkout .btn
{
   width: 100%;
   color: var(--white);
   background-color: var(--primary);
   padding: 10px 20px;
   border: none;
   border-radius: 20px;
   font-size: 15px;
   font-weight: 700;
   cursor: pointer;
}
.product__checkout .btn:hover
{
   background-color: var(--secondary);
}

#product
{
   background-color: var(--thirdary);
   padding-bottom: 30px;
}
.product__banner
{
   margin-bottom: 30px;
}
.product__banner .container-lg
{
   position: relative;
}
.product__banner-box
{
   position: absolute;
   bottom: 120px;
   right: 15%;
   width: 480px;
   background-color: var(--white);
   padding: 20px 30px;
   border-radius: 0.3rem;
}
.product__banner-box .product__title
{
   height: auto;
   font-size: 20px;
   line-height: 26px;
   margin-bottom: 20px;
}
.product__banner-box .product__intro
{
   height: auto;
}

.product__content
{
   min-height: 400px;
}
.product__content--border
{
   border-top: 1px solid var(--black);
   border-bottom: 1px solid var(--black);
   padding: 30px 60px 20px;
   margin-bottom: 30px;
}
.product__content--item, .product__content--item1
{
   margin-bottom: 20px;
}
.product__content--item .row
{
   margin-left: 0px;
   margin-right: 0px;
}
.product__content--item .col-xl-6
{
   padding-left: 0px;
   padding-right: 0px;
}
.product__content--itembox
{
   background-color: var(--white);
   height: 100%;
   padding: 35px 60px;
}
.product__content--itembox > p:last-child
{
   margin-bottom: 0px;
}
.product__content--primary
{
   color: var(--white);
   background-color: var(--primary);
   height: 100%;
}
.product__content--heading
{
   font-size: 18px;
   line-height: 24px;
   font-weight: 700;
   margin-bottom: 25px;
}
.product__content--border .product__content--heading
{
   font-size: 16px;
   line-height: 22px;
}

#products
{
   background-color: var(--thirdary);
   padding: 30px 0px;
}
#products .heading
{
   font-size: 22px;
   line-height: 34px;
}

#news
{
   margin: 45px 0px;
}
.news__item
{
   display: block;
   color: var(--black);
   background-color: var(--thirdary);
   padding: 15px;
   margin-bottom: 20px;
}
.news__image
{
   margin-bottom: 20px;
}
.news__image > img
{
   max-width: 100%;
   -o-object-fit: cover;
   object-fit: cover;
   width: 100%;
   height: 200px;
}
.news__title
{
   font-size: 16px;
   font-weight: 700;
   height: 40px;
   overflow: hidden;
   margin-bottom: 15px;
}
.news__intro
{
   height: 82px;
   overflow: hidden;
   margin-bottom: 20px;
}
.news__readmore
{
   display: flex;
   align-items: center;
   height: 24px;
   color: var(--black);
   font-weight: 700;
   margin-bottom: 5px;
}
.news__readmore > i
{
   font-size: 22px;
   padding-left: 10px;
}

#blogs
{
   background-color: var(--thirdary);
   padding: 30px 0px;
}
#blogs .heading
{
   font-size: 22px;
   line-height: 34px;
}
#blogs .news__item
{
   background-color: var(--white);
}

#article
{
   background-color: var(--thirdary);
}
.article__content--item
{
   background-color: var(--white);
   padding: 30px 60px 60px 60px;
}
.article__content--heading
{
   color: var(--primary);
   font-size: 26px;
   line-height: 32px;
   text-align: center;
   margin-bottom: 30px;
}

.article__content--item h2,
.article__content--item h3,
.article__content--item h4 
{
   margin-top: 35px;
}
.article__content--item h2
{
   font-size: 22px;
   line-height: 30px;
}
.article__content--item h3
{
   font-size: 20px;
   line-height: 28px;
}
.article__content--item h4
{
   font-size: 16px;
   line-height: 24px;
}


#contact
{
   background-color: var(--thirdary);
   padding-top: 30px;
   padding-bottom: 60px;
}
#contact .map
{
   background-color: var(--white);
   box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
   -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
   padding: 15px 15px 10px;
}
#contact form
{
  margin-bottom: 20px;
}
#contact form > h2
{
  color: var(--primary);
  font-size: 22px;
  margin-bottom: 20px;
}
#contact form .name
{
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
#contact form .has-error .name
{
  border-color: #ff0a05;
}
#contact form .has-error ::placeholder { color: #ff0a05; opacity: 1; }
#contact form .has-error :-ms-input-placeholder { color: #ff0a05; }
#contact form .has-error ::-ms-input-placeholder { color: #ff0a05; }
#contact form .button
{
  background-color: var(--primary);
  color: var(--white);
  border: none;
  outline: none;
  padding: 15px 30px;
  width: 100%;
  font-weight: 700;
  cursor: pointer;
}
#contacts form .disabled
{
   pointer-events: none;
   opacity: .65;
}

/** shoppingcart **/
#shoppingcart .modal-content
{
  border:  none;
  border-radius: 1rem;
  padding-left: 10px;
  padding-right: 10px;
  box-shadow: 0 6px 20px 0 rgb(0 0 0 / 19%);
}
#shoppingcart .total
{
  display: flex;
  margin-top: 30px;
}
#shoppingcart .content
{
  padding: 6vh 5vh 5vh;
}
#shoppingcart .content h4.title
{
  display: flex;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(226 224 217 / 88%);
  margin: 0px 0px 20px;
  padding-bottom: 10px;
  color: var(--primary);
}
#shoppingcart .content .back-to-shop
{
  margin-top: 50px;
  border: none;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #383838;
  padding: 0px;
  cursor: pointer;
}
#shoppingcart .content .back-to-shop > span
{
  padding-right: 10px;
}
#shoppingcart .summary
{
  background-color: var(--primary);
  color: #fff;
  padding: 6vh 5vh 5vh;
  border-radius: 0 1rem 1rem 0;
}
#shoppingcart .summary h4.title
{
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid rgb(226 224 217 / 88%);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
#shoppingcart .summary .item
{
  margin-top: 60px;
}
#shoppingcart .summary .name
{
  width: 100%;
  border: 1px solid #ffff;
  padding: 10px 15px;
  border-radius: 4px;
  outline: none;
  margin-bottom: 10px;
}
#shoppingcart .summary .has-error .name
{
  border-color: #207335;
}
#shoppingcart .summary button
{
  width: 100%;
  background-color: #fff;
  color: #207335;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 10px 8px;
  margin-top: 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#shoppingcart .summary button.btn:disabled
{
   pointer-events: none;
   opacity: .65;
}
#show-cart
{
  height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}
#show-cart .box
{
  border-bottom: 1px solid rgb(226 224 217 / 88%);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#show-cart .box .title
{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 5px;
}
#show-cart .box .price
{
  color: #207335;
}
#show-cart .box .text-center
{
  display: flex;
  align-items: center;
  justify-content: center;
}
#show-cart .box .text-center > span
{
  padding: 10px 5px;
  cursor: pointer;
}
#show-cart .box .subtract,
#show-cart .box .plus,
#show-cart .box .delete-item
{
  color: #207335;
  font-size: 18px;
}

.pagination
{ 
   width: 100%;
   text-align: center;
   margin-top: 30px;
   margin-bottom: 30px;
   font-size: 16px;
   color: var(--black);
   border-radius: 0px;
}
.pagination li { display: inline-block; padding: 0px 5px; }
.pagination .counter { display: none; }

#footer
{
   color: var(--white);
   background-color: var(--primary);
   padding-top: 60px;
}
#footer .copyright
{
   font-size: 14px;
   text-align: center;
   padding: 10px 15px;
   background-color: var(--thirdary);
   color: var(--primary);
   margin-top: 90px;
}

.footer__item
{
   padding-right: 15px;
}

.footer__social
{
   margin-top: 30px;
}
.footer__social > li
{
   display: inline-block;
   padding-right: 10px;
}
.footer__social > li a
{
   color: var(--white);
   font-size: 16px;
}
.footer__social > li i
{
   font-size: 22px;
   padding-right: 10px;
   padding-top: 2px;
}

.footer__links > li
{
   margin-bottom: 10px;
}
.footer__links > li:first-child
{
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 15px;
}
.footer__links > li > a
{
   color: var(--white);
}

/** mobile **/
@media (min-width: 1600px)
{
   .container { max-width: 1790px; width: 1790px; }
}

@media (min-width: 1200px)
{
   .product__content .container-xl,
   .article__content .container-xl
   {
      max-width: 1140px;
   }
}

@media (max-width: 1599px)
{
   .container { max-width: 100%; width: 100%; }
}

@media (max-width: 1199px)
{
   .header__inner
   {
      padding-left: 15px;
      padding-right: 15px;
   }
   .header__menu > .links
   {
      margin-bottom: 20px;
   }
   .footer__links
   {
      margin-top: 30px;
   }
}

@media (max-width: 992px)
{
   .product__banner-box
   {
      position: relative;
      right: auto;
      bottom: 0px;
      top: -20px;
      left: calc(50% - 240px);
   }

   #contact .map
   {
      margin-bottom: 30px;
   }

   #shoppingcart .modal-content
   {
      padding-bottom: 0px;
   }
   
   #shoppingcart .summary
   {
      border-radius: 0px 0px 1rem 1rem;
      padding: 5vh;
   }
   
   #shoppingcart .content .back-to-shop
   {
      margin-top: 10px;
   }
   
   #shoppingcart .summary .item
   {
      margin-top: 0px;
   }
   
   #show-cart
   {
      height: auto;
   }
   
   #show-cart .box img
   {
      display: block;
      width: 50% !important;
      margin: auto;
   }
   
   #show-cart .box .title,
   #show-cart .box .price
   {
      text-align: center;
   }
}

@media (max-width: 768px)
{
   #header .container-xl
   {
      padding-left: 0px;
      padding-right: 0px;
   }
   #header .col
   {
      -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
   }

   .header__inner
   {
      padding-bottom: 15px;
   }
   .header__hotline { display: none; }
   .header__mobile
   {
      display: flex;
      align-items: center;
   }
   .mobile__nav
   {
      display: block !important;
      font-size: 32px;
      cursor: pointer;
      margin-top: 15px;
   }
   .header__checkout
   {
      margin-left: auto;
   }

   .header__inner
   {
      background-color: #fff;
      position: relative;
      z-index: 10;
   }
   .header__menu
   {
      position: fixed;
      z-index: 9;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      background-color: var(--secondary);
      overflow-x: hidden;
      padding-top: 177px;
      padding-bottom: 0;
      -moz-transition: left 0.5s ease;
      -o-transition: left 0.5s ease;
      -webkit-transition: left 0.5s ease;
      transition: left 0.5s ease;
      -ms-overflow-style: none;
      scrollbar-width: none;
   }
   .header__menu::-webkit-scrollbar
   {
      display: none;
   }

   .navbar-mobile
   {
      left: 0 !important;
   }

   .header__menu > .links
   {
      border-top: none;
      border-bottom: none;
      padding: 15px 0px;
   }
   .header__menu > .links > li
   {
      display: block;
      padding: 15px;
   }
   .header__menu > .links > li .submenu
   {
      display: block;
      position: static;
      overflow-y: hidden;
      max-height: 0px;
      -moz-transition: max-height 0.5s ease;
      -o-transition: max-height 0.5s ease;
      -webkit-transition: max-height 0.5s ease;
      transition: max-height 0.5s ease;
      visibility: visible;
      border-top: none;
      margin-top: 20px;
      width: 100%;
      box-shadow: none;
   }
   .header__menu > .links > li .submenu.open
   {
      opacity: 1;
      max-height: 1500px;
      visibility: visible;
   }
   .header__menu > .links > li:hover > .submenu
   {
      margin-top: 20px;
   }
   .header__menu > .links > li > .submenu.open > li.sub > .submenu
   {
      opacity: 1;
      visibility: visible;
      max-height: 100%;
      margin-left: 0px;
      margin-top: 0px;
      border-top: 1px solid #ddd;
   }
   .header__menu > .links > li > .submenu.open > li.sub > .submenu > li
   {
      padding-left: 30px;
   }

   .header__menu > .links > li.active > a:before,
   .header__menu > .links > li:hover > a:before
   {
      background-color: var(--thirdary);
   }

   .article__content--item
   {
      padding: 15px;
   }
}

@media (max-width: 480px)
{
   .header__inner img.logo
   {
      height: 70px;
   }
   .product__banner-box
   {
      position: static;
      width: 100%;
      margin-top: -20px;
   }
   .product__banner-box
   {
      padding-left: 20px;
      padding-right: 20px;
   }
   .product__content--border
   {
      padding-left: 15px;
      padding-right: 15px;
   }
   .product__content--primary, .product__content--itembox
   {
      padding: 20px;
   }
}