/*------------------------------------------------------------------
[Table of contents]

Variables
Utilities
Layout
Page
General
Responsive
-------------------------------------------------------------------*/
/* variables */
/* Utilities */
/* ***********************************************************************************************
    MIXIN
************************************************************************************************ */
/* input-button */
/****/
.m-0 {
  margin: 0px !important; }

.p-0 {
  padding: 0px !important; }

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important; }

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important; }

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.mt-0 {
  margin-top: 0px !important; }

.ml-0 {
  margin-left: 0px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mr-0 {
  margin-right: 0px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pr-0 {
  padding-right: 0px !important; }

.m-1 {
  margin: 1px !important; }

.p-1 {
  padding: 1px !important; }

.my-1 {
  margin-top: 1px !important;
  margin-bottom: 1px !important; }

.py-1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important; }

.mx-1 {
  margin-left: 1px !important;
  margin-right: 1px !important; }

.px-1 {
  padding-left: 1px !important;
  padding-right: 1px !important; }

.mt-1 {
  margin-top: 1px !important; }

.ml-1 {
  margin-left: 1px !important; }

.mb-1 {
  margin-bottom: 1px !important; }

.mr-1 {
  margin-right: 1px !important; }

.pt-1 {
  padding-top: 1px !important; }

.pl-1 {
  padding-left: 1px !important; }

.pb-1 {
  padding-bottom: 1px !important; }

.pr-1 {
  padding-right: 1px !important; }

.m-2 {
  margin: 2px !important; }

.p-2 {
  padding: 2px !important; }

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important; }

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important; }

.mx-2 {
  margin-left: 2px !important;
  margin-right: 2px !important; }

.px-2 {
  padding-left: 2px !important;
  padding-right: 2px !important; }

.mt-2 {
  margin-top: 2px !important; }

.ml-2 {
  margin-left: 2px !important; }

.mb-2 {
  margin-bottom: 2px !important; }

.mr-2 {
  margin-right: 2px !important; }

.pt-2 {
  padding-top: 2px !important; }

.pl-2 {
  padding-left: 2px !important; }

.pb-2 {
  padding-bottom: 2px !important; }

.pr-2 {
  padding-right: 2px !important; }

.m-3 {
  margin: 3px !important; }

.p-3 {
  padding: 3px !important; }

.my-3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important; }

.py-3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important; }

.mx-3 {
  margin-left: 3px !important;
  margin-right: 3px !important; }

.px-3 {
  padding-left: 3px !important;
  padding-right: 3px !important; }

.mt-3 {
  margin-top: 3px !important; }

.ml-3 {
  margin-left: 3px !important; }

.mb-3 {
  margin-bottom: 3px !important; }

.mr-3 {
  margin-right: 3px !important; }

.pt-3 {
  padding-top: 3px !important; }

.pl-3 {
  padding-left: 3px !important; }

.pb-3 {
  padding-bottom: 3px !important; }

.pr-3 {
  padding-right: 3px !important; }

.m-4 {
  margin: 4px !important; }

.p-4 {
  padding: 4px !important; }

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important; }

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important; }

.mx-4 {
  margin-left: 4px !important;
  margin-right: 4px !important; }

.px-4 {
  padding-left: 4px !important;
  padding-right: 4px !important; }

.mt-4 {
  margin-top: 4px !important; }

.ml-4 {
  margin-left: 4px !important; }

.mb-4 {
  margin-bottom: 4px !important; }

.mr-4 {
  margin-right: 4px !important; }

.pt-4 {
  padding-top: 4px !important; }

.pl-4 {
  padding-left: 4px !important; }

.pb-4 {
  padding-bottom: 4px !important; }

.pr-4 {
  padding-right: 4px !important; }

.m-5 {
  margin: 5px !important; }

.p-5 {
  padding: 5px !important; }

.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important; }

.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important; }

.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important; }

.mt-5 {
  margin-top: 5px !important; }

.ml-5 {
  margin-left: 5px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mr-5 {
  margin-right: 5px !important; }

.pt-5 {
  padding-top: 5px !important; }

.pl-5 {
  padding-left: 5px !important; }

.pb-5 {
  padding-bottom: 5px !important; }

.pr-5 {
  padding-right: 5px !important; }

.m-6 {
  margin: 6px !important; }

.p-6 {
  padding: 6px !important; }

.my-6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important; }

.py-6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important; }

.mx-6 {
  margin-left: 6px !important;
  margin-right: 6px !important; }

.px-6 {
  padding-left: 6px !important;
  padding-right: 6px !important; }

.mt-6 {
  margin-top: 6px !important; }

.ml-6 {
  margin-left: 6px !important; }

.mb-6 {
  margin-bottom: 6px !important; }

.mr-6 {
  margin-right: 6px !important; }

.pt-6 {
  padding-top: 6px !important; }

.pl-6 {
  padding-left: 6px !important; }

.pb-6 {
  padding-bottom: 6px !important; }

.pr-6 {
  padding-right: 6px !important; }

.m-7 {
  margin: 7px !important; }

.p-7 {
  padding: 7px !important; }

.my-7 {
  margin-top: 7px !important;
  margin-bottom: 7px !important; }

.py-7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important; }

.mx-7 {
  margin-left: 7px !important;
  margin-right: 7px !important; }

.px-7 {
  padding-left: 7px !important;
  padding-right: 7px !important; }

.mt-7 {
  margin-top: 7px !important; }

.ml-7 {
  margin-left: 7px !important; }

.mb-7 {
  margin-bottom: 7px !important; }

.mr-7 {
  margin-right: 7px !important; }

.pt-7 {
  padding-top: 7px !important; }

.pl-7 {
  padding-left: 7px !important; }

.pb-7 {
  padding-bottom: 7px !important; }

.pr-7 {
  padding-right: 7px !important; }

.m-8 {
  margin: 8px !important; }

.p-8 {
  padding: 8px !important; }

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important; }

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important; }

.mx-8 {
  margin-left: 8px !important;
  margin-right: 8px !important; }

.px-8 {
  padding-left: 8px !important;
  padding-right: 8px !important; }

.mt-8 {
  margin-top: 8px !important; }

.ml-8 {
  margin-left: 8px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mr-8 {
  margin-right: 8px !important; }

.pt-8 {
  padding-top: 8px !important; }

.pl-8 {
  padding-left: 8px !important; }

.pb-8 {
  padding-bottom: 8px !important; }

.pr-8 {
  padding-right: 8px !important; }

.m-9 {
  margin: 9px !important; }

.p-9 {
  padding: 9px !important; }

.my-9 {
  margin-top: 9px !important;
  margin-bottom: 9px !important; }

.py-9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important; }

.mx-9 {
  margin-left: 9px !important;
  margin-right: 9px !important; }

.px-9 {
  padding-left: 9px !important;
  padding-right: 9px !important; }

.mt-9 {
  margin-top: 9px !important; }

.ml-9 {
  margin-left: 9px !important; }

.mb-9 {
  margin-bottom: 9px !important; }

.mr-9 {
  margin-right: 9px !important; }

.pt-9 {
  padding-top: 9px !important; }

.pl-9 {
  padding-left: 9px !important; }

.pb-9 {
  padding-bottom: 9px !important; }

.pr-9 {
  padding-right: 9px !important; }

.m-10 {
  margin: 10px !important; }

.p-10 {
  padding: 10px !important; }

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important; }

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

.mt-10 {
  margin-top: 10px !important; }

.ml-10 {
  margin-left: 10px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mr-10 {
  margin-right: 10px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pr-10 {
  padding-right: 10px !important; }

.m-15 {
  margin: 15px !important; }

.p-15 {
  padding: 15px !important; }

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important; }

.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.mt-15 {
  margin-top: 15px !important; }

.ml-15 {
  margin-left: 15px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mr-15 {
  margin-right: 15px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pr-15 {
  padding-right: 15px !important; }

.m-20 {
  margin: 20px !important; }

.p-20 {
  padding: 20px !important; }

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important; }

.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.ml-20 {
  margin-left: 20px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mr-20 {
  margin-right: 20px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pr-20 {
  padding-right: 20px !important; }

.m-25 {
  margin: 25px !important; }

.p-25 {
  padding: 25px !important; }

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important; }

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important; }

.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.mt-25 {
  margin-top: 25px !important; }

.ml-25 {
  margin-left: 25px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mr-25 {
  margin-right: 25px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pr-25 {
  padding-right: 25px !important; }

.m-30 {
  margin: 30px !important; }

.p-30 {
  padding: 30px !important; }

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important; }

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.mt-30 {
  margin-top: 30px !important; }

.ml-30 {
  margin-left: 30px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mr-30 {
  margin-right: 30px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pr-30 {
  padding-right: 30px !important; }

.m-35 {
  margin: 35px !important; }

.p-35 {
  padding: 35px !important; }

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important; }

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important; }

.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important; }

.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.mt-35 {
  margin-top: 35px !important; }

.ml-35 {
  margin-left: 35px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mr-35 {
  margin-right: 35px !important; }

.pt-35 {
  padding-top: 35px !important; }

.pl-35 {
  padding-left: 35px !important; }

.pb-35 {
  padding-bottom: 35px !important; }

.pr-35 {
  padding-right: 35px !important; }

.m-40 {
  margin: 40px !important; }

.p-40 {
  padding: 40px !important; }

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important; }

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important; }

.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.mt-40 {
  margin-top: 40px !important; }

.ml-40 {
  margin-left: 40px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mr-40 {
  margin-right: 40px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pr-40 {
  padding-right: 40px !important; }

.m-45 {
  margin: 45px !important; }

.p-45 {
  padding: 45px !important; }

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important; }

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important; }

.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.mt-45 {
  margin-top: 45px !important; }

.ml-45 {
  margin-left: 45px !important; }

.mb-45 {
  margin-bottom: 45px !important; }

.mr-45 {
  margin-right: 45px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pl-45 {
  padding-left: 45px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pr-45 {
  padding-right: 45px !important; }

.m-50 {
  margin: 50px !important; }

.p-50 {
  padding: 50px !important; }

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important; }

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important; }

.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.mt-50 {
  margin-top: 50px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mr-50 {
  margin-right: 50px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pr-50 {
  padding-right: 50px !important; }

.m-55 {
  margin: 55px !important; }

.p-55 {
  padding: 55px !important; }

.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important; }

.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important; }

.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important; }

.mt-55 {
  margin-top: 55px !important; }

.ml-55 {
  margin-left: 55px !important; }

.mb-55 {
  margin-bottom: 55px !important; }

.mr-55 {
  margin-right: 55px !important; }

.pt-55 {
  padding-top: 55px !important; }

.pl-55 {
  padding-left: 55px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pr-55 {
  padding-right: 55px !important; }

.m-60 {
  margin: 60px !important; }

.p-60 {
  padding: 60px !important; }

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important; }

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important; }

.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important; }

.mt-60 {
  margin-top: 60px !important; }

.ml-60 {
  margin-left: 60px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mr-60 {
  margin-right: 60px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pr-60 {
  padding-right: 60px !important; }

.m-65 {
  margin: 65px !important; }

.p-65 {
  padding: 65px !important; }

.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important; }

.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important; }

.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important; }

.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important; }

.mt-65 {
  margin-top: 65px !important; }

.ml-65 {
  margin-left: 65px !important; }

.mb-65 {
  margin-bottom: 65px !important; }

.mr-65 {
  margin-right: 65px !important; }

.pt-65 {
  padding-top: 65px !important; }

.pl-65 {
  padding-left: 65px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pr-65 {
  padding-right: 65px !important; }

.m-70 {
  margin: 70px !important; }

.p-70 {
  padding: 70px !important; }

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important; }

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important; }

.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important; }

.mt-70 {
  margin-top: 70px !important; }

.ml-70 {
  margin-left: 70px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mr-70 {
  margin-right: 70px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pr-70 {
  padding-right: 70px !important; }

.m-75 {
  margin: 75px !important; }

.p-75 {
  padding: 75px !important; }

.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important; }

.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important; }

.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important; }

.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important; }

.mt-75 {
  margin-top: 75px !important; }

.ml-75 {
  margin-left: 75px !important; }

.mb-75 {
  margin-bottom: 75px !important; }

.mr-75 {
  margin-right: 75px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pl-75 {
  padding-left: 75px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pr-75 {
  padding-right: 75px !important; }

.m-80 {
  margin: 80px !important; }

.p-80 {
  padding: 80px !important; }

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important; }

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important; }

.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.mt-80 {
  margin-top: 80px !important; }

.ml-80 {
  margin-left: 80px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mr-80 {
  margin-right: 80px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pr-80 {
  padding-right: 80px !important; }

/* General */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #e1e1e1; }

a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  }
  a:hover {
    color: var(--color-primary);
    }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 400; }

h1, .h1 {
  font-size: 24px; }

h2, .h2 {
  font-size: 20px; }

h3, .h3 {
  font-size: 18px; }

h4, .h4 {
  font-size: 16px; }

h5, .h5 {
  font-size: 13px; }

h6, .h6 {
  font-size: 11px; }

body {
  margin: 0;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #666; }

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1020; }

:focus {
  -webkit-box-shadow: none;
  outline: -webkit-focus-ring-color auto 0px; }

.dark-overlay::after {
  opacity: 1;
  filter: opacity(1);
  visibility: visible; }

span.required {
  color: #ed0000; }

.mw-40 {
  max-width: 40% !important; }

.mw-60 {
  max-width: 60% !important; }

.image-60 {
  max-width: 60px;
  width: 100%; }

.font-danger {
  color: #c33; }

.font-success {
  color: #390; }

.font-primary {
  color: #5867dd; }

.font-secondary {
  color: #e1e1ef; }

.font-info {
  color: #5578eb; }

.font-warning {
  color: #ffb822; }

.font-light {
  color: #f8f9fa; }

.font-dark {
  color: #343a40; }

.font-muted {
  color: #74788d; }

.font-semiblod {
  font-weight: 600; }

.font-large {
  font-size: 16px; }

.font-extra-large {
  font-size: 18px; }

.bg-breadcrums {
  background-color: #f5f5f5; }

label {
  font-weight: 600; }

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
  vertical-align: middle;
  background-color: #f4f4f4;
  border: 2px solid #f4f4f4;
  border-radius: 0px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

textarea {
  padding: 10px 15px;
  min-height: 80px; }

.btn-light {
  background-color: #f4f4f4;
  border-color: #f4f4f4; }

.btn-normal {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 0 25px;
  line-height: 40px;
  height: 40px; }

.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #c33;
  border-color: #c33; }

.disable {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none; }

.inner-checkbox {
  padding-left: 25px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer; }
  .inner-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden; }
    .inner-checkbox > input:checked ~ span {
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .inner-checkbox > input:checked ~ span::after {
        display: block; }
    .inner-checkbox > input:disabled ~ span {
      opacity: 0.6;
      filter: alpha(opacity=60);
      pointer-events: none; }
  .inner-checkbox > span {
    border-radius: 3px;
    position: absolute;
    top: 4px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e3e3e3; }
    .inner-checkbox > span::after {
      content: '';
      position: absolute;
      display: none;
      top: 50%;
      left: 50%;
      margin-left: -2px;
      margin-top: -6px;
      width: 5px;
      height: 10px;
      border-width: 0 2px 2px 0 !important;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border: solid #222; }
  .inner-checkbox:hover > input::not([disabled]):checked ~ span,
  .inner-checkbox > input:checked ~ span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.entire-radio-inline .inner-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0px; }

.inner-radio > span {
  border: 1px solid #c33; }

.inner-radio > span:after {
  border: solid #c33;
  background: #c33; }

.inner-radio {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  text-align: left;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 18px; }

.inner-radio.inner-radio--disabled {
  opacity: 0.8;
  cursor: not-allowed; }

.inner-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.inner-radio > span {
  background: none;
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50% !important; }

.inner-radio > span:after {
  content: '';
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 100% !important; }

.inner-radio > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: none; }

.inner-radio > input:checked ~ span:after {
  display: block; }

.inner-radio:hover > input:not([disabled]):checked ~ span,
.inner-radio > input:checked ~ span {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.inner-radio > input:disabled ~ span {
  opacity: 0.6;
  pointer-events: none; }

.color-white {
  color: #ffffff; }

.color-black {
  color: #222; }

.bg-toolbar {
  background-color: #f5f5f5; }

.opacity-0 {
  opacity: 0;
  filter: opacity(0);
  visibility: hidden; }

.is-mobile {
  margin-bottom: 60px; }
  .is-mobile .nh-row > .container {
    max-width: 768px; }

.disable-scroll {
  overflow: hidden;
  height: 100%; }

.container-full {
  padding: 0; }
  .container-full > .row {
    margin-right: 0;
    margin-left: 0; }
    .container-full > .row > .col, .container-full > .row > [class*="col-"] {
      padding-right: 0;
      padding-left: 0; }

.select2-container {
  height: 40px; }
  .select2-container .select2-selection--single {
    height: 40px;
    outline: none;
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4;
    border-radius: 0; }
    .select2-container .select2-selection--single .select2-selection__arrow {
      right: 10px;
      height: 38px; }
      .select2-container .select2-selection--single .select2-selection__arrow b {
        display: none; }
      .select2-container .select2-selection--single .select2-selection__arrow::after {
        content: "\f107";
        display: block;
        font-family: "Line Awesome Free";
        font-weight: 900;
        font-style: normal;
        line-height: 38px; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      color: #666;
      line-height: 36px;
      padding-left: 15px; }

.select2-dropdown {
  border: 2px solid #f4f4f4;
  border-top: none; }
  .select2-dropdown .select2-results__option {
    padding: 6px 15px;
    outline: none; }
    .select2-dropdown .select2-results__option.select2-results__option--highlighted[aria-selected], .select2-dropdown .select2-results__option.select2-results__option--highlighted[data-selected] {
      background-color: #6c757d; }
  .select2-dropdown .select2-search--dropdown {
    padding: 10px 15px;
    background-color: #f4f4f4;
    border-bottom: 1px solid #f4f4f4; }
    .select2-dropdown .select2-search--dropdown .select2-search__field {
      background-color: #ffffff; }
  .select2-dropdown .select2-results__options::-webkit-scrollbar {
    width: 6px; }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e6e6e6; }

.align-row-center > .container > .row > div {
  margin-bottom: auto !important;
  margin-top: auto !important; }

.btn-submit {
  background: #222;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 0px;
  padding: 0 25px !important;
  height: 40px;
  line-height: 40px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.btn-submit:hover {
  background-color: #c33;
  color: #ffffff; }

.owl-carousel::before, .owl-carousel::after {
  content: '';
  display: block;
  width: 80px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1; }

.owl-carousel::before {
  left: -80px; }

.owl-carousel::after {
  right: -80px; }

.owl-carousel:hover .owl-nav i {
  opacity: 1;
  filter: opacity(1);
  visibility: visible; }

.owl-carousel:hover .owl-nav .owl-prev {
  left: -55px; }

.owl-carousel:hover .owl-nav .owl-next {
  right: -55px; }

.owl-nav > div {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .owl-nav > div.disabled i {
    color: rgba(0, 0, 0, 0.1); }

.owl-nav .owl-prev {
  left: -75px; }

.owl-nav .owl-next {
  right: -75px; }

.owl-nav i {
  color: #000;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .owl-nav i:hover {
    color: #c33; }

.owl-dots button:focus {
  outline: none; }

.title-section {
  font-size: 36px;
  color: #222;
  font-weight: 600;
  margin-bottom: 40px; }

.title-section-1 {
  line-height: 1;
  margin-bottom: 15px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 18px;
  border-bottom: 2px solid var(--color-primary);
  padding-bottom: 15px;
  font-family: 'iCielBCCubano-Normal';
  }

.title-section-2 {
   padding: 0px 10px;
   background: var(--color-primary);
   position: relative;
   border-radius: 5px;
   margin-bottom: 8px;
   color: #fff;
   display: inline-block;
   font-weight: 700;
   }
   .title-section-2::after{
      content: "";
      width: 0;
      height: 0;
      border-left: 5.5px solid transparent;
      border-bottom: 0 solid transparent;
      border-right: 5.5px solid transparent;
      border-top: 5px solid var(--color-primary);
      display: block;
      position: absolute;
      bottom: -5px;
      left: 20px;
   }
  .title-section-2 span {
    position: relative;
    font-weight: 700; }
    .title-section-2 span::after {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: -14px;
      background-color: #222;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }

[nh-owl-slick] {
  visibility: hidden; }

.slick-initialized[nh-owl-slick] {
  visibility: visible; }

.events-none {
  pointer-events: none; }

.error-page {
  font-size: 18px; }
  .error-page i {
    font-size: 80px; }
  .error-page a {
    color: #390; }

.ratio-3-2,
.ratio-1-1,
.ratio-16-9,
.ratio-4-3,
.ratio-8-5,
.ratio-custome {
  position: relative; }
  .ratio-3-2 iframe, .ratio-3-2 video, .ratio-3-2 img,
  .ratio-1-1 iframe,
  .ratio-1-1 video,
  .ratio-1-1 img,
  .ratio-16-9 iframe,
  .ratio-16-9 video,
  .ratio-16-9 img,
  .ratio-4-3 iframe,
  .ratio-4-3 video,
  .ratio-4-3 img,
  .ratio-8-5 iframe,
  .ratio-8-5 video,
  .ratio-8-5 img,
  .ratio-custome iframe,
  .ratio-custome video,
  .ratio-custome img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.ratio-3-2 {
  padding-top: 66.66%; }

.ratio-1-1 {
  padding-top: 100%; }

.ratio-16-9 {
  padding-top: 56.25%; }

.ratio-4-3 {
  padding-top: 75%; }

.ratio-8-5 {
  padding-top: 62.5%; }

.ratio-custome {
  padding-top: 130%; }

.font-size-extra-large {
  font-size: 18px; }

.border-top {
  border-top: 1px solid var(--color-primary) !important;
  }

.shadow-modal {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  padding: 5px 10px;
  border: solid 5px #797979; }

.page-404-content {
  position: relative;
  max-width: 460px;
  margin: 80px auto 70px; }
  .page-404-content a {
    font-weight: 700; }
    .page-404-content a:hover {
      color: #c33; }

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0; }
  .responsive-table .btn-action {
    font-size: 18px; }
  @media (min-width: 48em) {
    .responsive-table {
      font-size: .9em; } }
  @media (min-width: 62em) {
    .responsive-table {
      font-size: 1em; } }
  .responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    @media (min-width: 48em) {
      .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto; } }
    .responsive-table thead th {
      background-color: #222;
      border: 1px solid #222;
      font-weight: normal;
      text-align: center;
      color: white; }
      .responsive-table thead th:first-of-type {
        text-align: left; }
  .responsive-table tbody,
  .responsive-table tr,
  .responsive-table th,
  .responsive-table td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal; }
  @media (min-width: 48em) {
    .responsive-table tr {
      display: table-row; } }
  .responsive-table [scope="disable"] {
    display: none; }
    @media (min-width: 48em) {
      .responsive-table [scope="disable"] {
        display: table-cell; } }
  .responsive-table th,
  .responsive-table td {
    padding: .7em .5em;
    vertical-align: middle; }
    @media (min-width: 48em) {
      .responsive-table th,
      .responsive-table td {
        display: table-cell; } }
  .responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center; }
    @media (min-width: 48em) {
      .responsive-table caption {
        font-size: 1.5em; } }
  .responsive-table tfoot {
    font-size: .8em;
    color: #222;
    border-top: 1px solid #e3e3e3; }
    @media (min-width: 62em) {
      .responsive-table tfoot {
        font-size: .9em;
        border-top: 0; } }
    .responsive-table tfoot th[scope="col"] {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      padding: 0;
      border: 0;
      height: 1px;
      width: 1px;
      overflow: hidden; }
      @media (min-width: 62em) {
        .responsive-table tfoot th[scope="col"] {
          position: relative;
          clip: auto;
          height: auto;
          width: auto;
          overflow: auto; } }
    .responsive-table tfoot td[data-title]:before {
      content: attr(data-title);
      float: left;
      color: rgba(94, 93, 82, 0.75);
      font-weight: bold; }
      @media (min-width: 30em) {
        .responsive-table tfoot td[data-title]:before {
          font-size: .9em; } }
      @media (min-width: 48em) {
        .responsive-table tfoot td[data-title]:before {
          content: none; } }
  @media (min-width: 48em) {
    .responsive-table tbody {
      display: table-row-group; } }
  @media (min-width: 48em) {
    .responsive-table tbody tr {
      display: table-row;
      border-width: 1px; } }
  .responsive-table tbody tr:last-of-type {
    margin-bottom: 0; }
  .responsive-table tbody tr:nth-of-type(even) {
    background-color: #f1f1f1; }
    @media (min-width: 48em) {
      .responsive-table tbody tr:nth-of-type(even) {
        background-color: #f1f1f1; } }
  .responsive-table tbody th[scope="row"] a {
    color: #222; }
  @media (min-width: 30em) {
    .responsive-table tbody th[scope="row"] {
      border-left: 1px solid #222;
      border-bottom: 1px solid #222; } }
  @media (min-width: 48em) {
    .responsive-table tbody th[scope="row"] {
      background-color: transparent;
      color: #222;
      text-align: left; }
      .responsive-table tbody th[scope="row"] a {
        color: #222; } }
  .responsive-table tbody td {
    text-align: right; }
    @media (min-width: 48em) {
      .responsive-table tbody td {
        border-left: 1px solid #222;
        border-bottom: 1px solid #222;
        text-align: center; } }
    @media (min-width: 48em) {
      .responsive-table tbody td:last-of-type {
        border-right: 1px solid #222; } }
  .responsive-table tbody td[data-type=currency] {
    text-align: right; }
  .responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    color: rgba(94, 93, 82, 0.75); }
    @media (min-width: 30em) {
      .responsive-table tbody td[data-title]:before {
        font-size: .9em; } }
    @media (min-width: 48em) {
      .responsive-table tbody td[data-title]:before {
        content: none; } }

/* Layout */
.topbar-header {
  border-bottom: 1px solid #e3e3e3; }

.language-section, .currency-section {
  position: relative;
  font-size: 12px; }
  .language-section::before, .currency-section::before {
    content: '';
    background: #a6a6a6;
    height: 10px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .language-section ul, .currency-section ul {
    position: absolute;
    background: #ffffff;
    min-width: 50px;
    top: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15); }
    .language-section ul a, .currency-section ul a {
      padding: 0 10px;
      line-height: 30px;
      height: 30px;
      display: block;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .language-section ul a:hover, .currency-section ul a:hover {
        background: #f4f4f4; }
  .language-section:hover ul, .currency-section:hover ul {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset; }

.currency-section::after {
  content: '';
  background: #a6a6a6;
  height: 10px;
  width: 1px;
  right: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

a.language-picker, a.currency-picker {
  text-transform: uppercase;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding: 0 10px;
  color: #666; }
  a.language-picker::after, a.currency-picker::after {
    content: "\f107";
    margin-left: 2px;
    font-family: "Line Awesome Free";
    vertical-align: bottom;
    font-weight: 600; }
  a.language-picker:hover, a.currency-picker:hover {
    color: #666;
    opacity: 0.7;
    filter: alpha(opacity=70); }

  .social-section ul li {
    display: inline-block;
    line-height: 40px;
    height: 40px; }
    .social-section ul li a {
      display: inline-block;
      width: 24px;
      font-size: 16px;
      text-align: center;
      color: #666; }
      .social-section ul li a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); }
  .entire-action-header .btn-action-header:hover {
    color: #bbbbbb; }

  .btn-action-header i {
    font-size: 16px;
    }

.entire-action-header {
  position: relative; }
  .entire-action-header .form-dropdown {
    position: absolute;
    padding: 10px;
    background-color: #ffffff;
    width: 350px;
    top: 100%;
    left: auto;
    right: 0;
    z-index: 1000;
    margin-bottom: 0;
    -webkit-animation: nav_menu_anim_close 0.3s both;
    -o-animation: nav_menu_anim_close 0.3s both;
    animation: nav_menu_anim_close 0.3s both;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }
  .entire-action-header:hover .form-dropdown {
    -webkit-animation: nav_menu_anim_open 0.3s both;
    -o-animation: nav_menu_anim_open 0.3s both;
    animation: nav_menu_anim_open 0.3s both;
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    pointer-events: unset; }

.search-section .btn-submit {
  padding: 0 0.75rem !important;
  font-size: 13px; }

.wrap-suggestion {
  padding-top: 5px; }
  .wrap-suggestion ul:last-child {
    margin-bottom: 0; }
  .wrap-suggestion ul li {
    margin-bottom: 10px; }
    .wrap-suggestion ul li:last-child {
      margin-bottom: 0; }
    .wrap-suggestion ul li:hover, .wrap-suggestion ul li.active {
      background-color: #e6e6e6; }
  .wrap-suggestion .suggest-name {
    margin-bottom: 0px; }
  .wrap-suggestion .price-amount {
    font-size: 13px; }
    .wrap-suggestion .price-amount.old-price {
      margin-left: 5px; }

.box-suggest .wrap-suggestion {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 10px; }

.user-section .form-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e6e6e6; }
  .user-section .form-title span {
    float: left;
    text-transform: uppercase;
    font-weight: 600; }
  .user-section .form-title a {
    float: right;
    font-size: 14px;
    color: #c33; }

.user-section label {
  color: #222; }

.user-section .btn-user {
  width: 100%; }

.user-section .login-form-footer a {
  color: #c33; }

.btn-mini-cart {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #f6edea; }
  .btn-mini-cart .cart-items-number {
    position: absolute;
    top: 0;
    left: 30px;
    background-color: #c33;
    color: #ffffff;
    display: inline-block;
    height: 18px;
    padding: 0 6px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 10px; }

.slider-bg {
  background-color: #f1f1f1; }

.slider-section {
  color: #222; }
  .slider-section .slick-next,
  .slider-section .slick-prev {
    background-color: rgba(255, 255, 255, 0.75);
    color: #222; }
    .slider-section .slick-next:hover,
    .slider-section .slick-prev:hover {
      background-color: #222; }
      .slider-section .slick-next:hover::before,
      .slider-section .slick-prev:hover::before {
        color: #ffffff; }
  .slider-section .slick-next {
    right: 40px !important; }
  .slider-section .slick-prev {
    left: 40px !important; }
  .slider-section .slick-slider::before,
  .slider-section .slick-slider::after {
    content: none; }
  .slider-section .slick-list {
    margin: 0; }
    .slider-section .slick-list .slick-slide {
      margin: 0; }
  .slider-section .item img {
    max-height: 670px;
    object-fit: cover; }
  .slider-section .inner-title {
    font-size: 24px;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 30px; }
    .slider-section .inner-title::after {
      content: '';
      height: 1px;
      width: 93px;
      background-color: #222;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .slider-section .inner-description {
    font-size: 85px;
    line-height: 90px;
    margin-bottom: 30px; }
  .slider-section .inner-content {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    margin-bottom: 50px;
    margin-top: 30px; }
  .slider-section .btn-submit {
    line-height: 44px;
    padding: 0 20px; }

.brand-section .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.breadcrumbs-section {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding: 8px 0;
  }
  .breadcrumbs-section a {
    margin-right: 6px;
    line-height: 24px;
    color: var(--color-primary);
    }
    .breadcrumbs-section a::after {
      content: '\f105';
      font-family: "Line Awesome Free";
      margin-left: 5px;
      font-size: 12px;
      font-weight: 900; }
    .breadcrumbs-section a:hover {
      color: var(--color-secondary);
      }
  .breadcrumbs-section h1 {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 24px; }
  .breadcrumbs-section span {
    font-weight: 600;
    color: var(--color-primary);
    }

.categories-section {
  margin-bottom: 50px; }
  .categories-section li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6px;
    flex-direction: row; }
    .categories-section li:last-child {
      margin-bottom: 0; }
  .categories-section a {
    padding: 6px 0 6px 0px;
    display: block;
    width: 100%; }
    .categories-section a:hover {
      color: #222; }
  .categories-section .active {
    color: #222;
    font-weight: 700; }
    .categories-section .active > .has-child > a {
      color: #222;
      font-weight: 700; }
  .categories-section .list-child {
    flex: 1 1 100%;
    max-width: 100%;
    border-top: 1px solid #e3e3e3;
    display: none; }
    .categories-section .list-child li {
      position: relative; }
  .categories-section > li.has-child > ul {
    padding-left: 15px; }
  .categories-section > li.has-child > .list-child {
    border-top: 0;
    background-color: #f5f5f5; }
    .categories-section > li.has-child > .list-child > li.has-child > .list-child {
      padding-left: 15px; }
      .categories-section > li.has-child > .list-child > li.has-child > .list-child > li.has-child > .list-child {
        padding-left: 15px; }
  .categories-section .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .categories-section .dropdown-toggle.open {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }

.member-categories-section.member-list li {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 8px;
  margin-bottom: 8px; }

.member-categories-section li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-direction: row; }
  .member-categories-section li i {
    font-size: 18px;
    padding-right: 5px;
    vertical-align: middle; }
  .member-categories-section li:last-child {
    margin-bottom: 0; }

.member-categories-section a:hover {
  color: #222; }

.member-categories-section .active > a,
.member-categories-section .active > span {
  color: #222;
  font-weight: 700; }

.tags-title {
  margin-right: 15px; }
.tags-title i {
  font-size:20px;
}
.tags li {
  display: inline-block; }
  .tags li a {
    line-height: 1.2;
    padding: 4px 10px;
    margin: 0 5px 5px 0;
    border: 1px solid #e3e3e3;
    display: block;
    font-size: 12px;
    }
    .tags li a:hover {
      color: #000;
      border-color: #f1f1f1;
      background-color: #f1f1f1; }

.entire-map {
  position: relative;
  padding-top: 36.45%; }
  .entire-map iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.title-address {
  font-weight: 600;
  color: #222; }

.entire-address {
  padding: 50px 0; }
  .entire-address address {
    line-height: 30px; }

.form-contact .title-section {
  padding-top: 80px; }

.avatar-upload {
  position: relative;
  display: inline-block; }
  .avatar-upload .avatar-edit {
    position: absolute;
    right: -10px;
    z-index: 1;
    top: -10px; }
    .avatar-upload .avatar-edit input {
      display: none; }
      .avatar-upload .avatar-edit input + label {
        display: inline-block;
        width: 34px;
        height: 34px;
        margin-bottom: 0;
        border-radius: 100%;
        background: #ffffff;
        border: 1px solid transparent;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
        cursor: pointer;
        font-weight: normal;
        transition: all .2s ease-in-out; }
        .avatar-upload .avatar-edit input + label:hover {
          background: #f1f1f1;
          border-color: #e3e3e3; }
        .avatar-upload .avatar-edit input + label:after {
          content: "\f303";
          font-family: "Line Awesome Free";
          font-size: 20px;
          font-weight: 900;
          position: absolute;
          top: 2px;
          left: 0;
          right: 0;
          text-align: center;
          margin: auto; }
  .avatar-upload .avatar-preview {
    width: 120px;
    height: 120px;
    position: relative;
    border: 6px solid #ffffff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); }
    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }
  .avatar-upload .avatar-clear-image {
    cursor: pointer;
    position: absolute;
    top: auto;
    right: -10px;
    bottom: -5px;
    width: 22px;
    height: 22px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); }

.filter-member .input-group-text {
  border: 0; }

.filter-member .btn-submit {
  padding: 0 9px; }

.table-member th i {
  font-size: 18px; }

.datepicker {
  width: 265px;
  padding: 10px; }
  .datepicker.datepicker-orient-top {
    margin-top: 8px; }
  .datepicker table {
    width: 100%; }
  .datepicker td, .datepicker th {
    font-weight: regular;
    width: 35px;
    height: 35px;
    border-radius: 3px; }
  .datepicker thead th {
    color: #74788d; }
    .datepicker thead th.prev, .datepicker thead th.datepicker-switch, .datepicker thead th.next {
      font-weight: 500;
      color: #74788d; }
      .datepicker thead th.prev:hover, .datepicker thead th.datepicker-switch:hover, .datepicker thead th.next:hover {
        background: #f7f8fa !important; }
      .datepicker thead th.prev i, .datepicker thead th.datepicker-switch i, .datepicker thead th.next i {
        font-size: 1.2rem;
        color: #74788d; }
        .datepicker thead th.prev i::before, .datepicker thead th.datepicker-switch i::before, .datepicker thead th.next i::before {
          line-height: 0;
          vertical-align: middle; }
    .datepicker thead th.dow {
      color: #595d6e;
      font-weight: 500; }
  .datepicker tbody tr > td.day {
    color: #595d6e; }
    .datepicker tbody tr > td.day:hover {
      background: #ebedf2;
      color: #595d6e; }
    .datepicker tbody tr > td.day.old {
      color: #74788d; }
    .datepicker tbody tr > td.day.new {
      color: #595d6e; }
    .datepicker tbody tr > td.day.selected, .datepicker tbody tr > td.day.selected:hover, .datepicker tbody tr > td.day.active, .datepicker tbody tr > td.day.active:hover {
      background: #5867dd;
      color: #ffffff; }
    .datepicker tbody tr > td.day.today {
      position: relative;
      background: rgba(93, 120, 255, 0.7) !important;
      color: #ffffff !important; }
      .datepicker tbody tr > td.day.today:before {
        content: '';
        display: inline-block;
        border: solid transparent;
        border-width: 0 0 7px 7px;
        border-bottom-color: #ffffff;
        border-top-color: #ebedf2;
        position: absolute;
        bottom: 4px;
        right: 4px; }
    .datepicker tbody tr > td.day.range {
      background: #f7f8fa; }
  .datepicker tbody tr > td span.year, .datepicker tbody tr > td span.hour, .datepicker tbody tr > td span.minute, .datepicker tbody tr > td span.month {
    color: #595d6e; }
    .datepicker tbody tr > td span.year:hover, .datepicker tbody tr > td span.hour:hover, .datepicker tbody tr > td span.minute:hover, .datepicker tbody tr > td span.month:hover {
      background: #f7f8fa; }
    .datepicker tbody tr > td span.year.focused, .datepicker tbody tr > td span.year.focused:hover, .datepicker tbody tr > td span.year.active:hover, .datepicker tbody tr > td span.year.active.focused:hover, .datepicker tbody tr > td span.year.active, .datepicker tbody tr > td span.hour.focused, .datepicker tbody tr > td span.hour.focused:hover, .datepicker tbody tr > td span.hour.active:hover, .datepicker tbody tr > td span.hour.active.focused:hover, .datepicker tbody tr > td span.hour.active, .datepicker tbody tr > td span.minute.focused, .datepicker tbody tr > td span.minute.focused:hover, .datepicker tbody tr > td span.minute.active:hover, .datepicker tbody tr > td span.minute.active.focused:hover, .datepicker tbody tr > td span.minute.active, .datepicker tbody tr > td span.month.focused, .datepicker tbody tr > td span.month.focused:hover, .datepicker tbody tr > td span.month.active:hover, .datepicker tbody tr > td span.month.active.focused:hover, .datepicker tbody tr > td span.month.active {
      background: #5867dd;
      color: #ffffff; }
  .datepicker tfoot tr > th.today, .datepicker tfoot tr > th.clear {
    border-radius: 3px;
    font-weight: 500; }
    .datepicker tfoot tr > th.today:hover, .datepicker tfoot tr > th.clear:hover {
      background: #ebedf2; }
  .datepicker.datepicker-inline {
    border: 1px solid #ebedf2; }

.entire-file {
  margin-top: 10px; }
  .entire-file a {
    display: inline-block;
    margin: 3px; }

.slogan-topbar {
  color: #666;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 12px; }

.qc-section-1 {
  background-color: #222;
  padding: 3px 0 4px;
  color: #ffffff; }

.hight-light .entry-content {
  display: flex;
  align-items: center; }

.hight-light .inner-icon {
  margin-right: 10px; }
  .hight-light .inner-icon i {
    font-size: 38px; }

.hight-light .inner-content h4 {
  margin-bottom: 0;
  color: #222;
  font-weight: 600; }

.hight-light .inner-content p {
  margin-bottom: 0; }

.deal-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.entire-deal {
  padding: 85px 0; }
  .entire-deal .slogan-deal {
    color: #222;
    font-size: 18px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-transform: capitalize; }
    .entire-deal .slogan-deal::after {
      content: '';
      background-color: #222;
      width: 90px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .entire-deal .title-deal {
    color: #222;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 600; }
  .entire-deal .price {
    margin-bottom: 55px; }
    .entire-deal .price .price-amount {
      font-size: 24px;
      color: #c33; }
      .entire-deal .price .price-amount:not(.old-price) {
        font-weight: 700; }
      .entire-deal .price .price-amount.old-price {
        margin-left: 15px;
        color: #666;
        text-decoration: line-through; }
  .entire-deal .countdown-wrapper {
    margin-bottom: 55px; }
  .entire-deal .countdown-timer > div {
    font-size: 24px;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    line-height: 28px;
    padding-top: 5px; }
    .entire-deal .countdown-timer > div span {
      font-size: 16px; }
  .entire-deal .description-deal {
    color: #7a7a7a;
    margin-bottom: 55px; }
  .entire-deal .button-deal a {
    font-weight: 700;
    padding: 12px 28px;
    display: inline-block; }
    .entire-deal .button-deal a i {
      margin-left: 5px; }

.entire-video-banner {
  position: relative;
  padding-top: 26.04%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center; }
  .entire-video-banner .entire-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #222;
    text-transform: capitalize;
    z-index: 4; }
    .entire-video-banner .entire-content .inner-category {
      font-size: 24px;
      margin-bottom: 10px; }
    .entire-video-banner .entire-content .inner-descript {
      font-size: 72px;
      line-height: 80px;
      font-weight: 600; }
  .entire-video-banner .btn-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 70px;
    color: #c33;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #c33;
    z-index: 5; }
  .entire-video-banner #entire-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
  .entire-video-banner::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .entire-video-banner .wrp-video-banner::after {
    content: '';
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=");
    background-size: 3px 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }

.page-title-section.page-categories {
  padding: 80px 0; }

.page-title-section .product-categories li {
  display: inline-block; }
  .page-title-section .product-categories li img {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    object-fit: cover; }
  .page-title-section .product-categories li span.category-name {
    font-weight: 700;
    color: #000;
    display: inline-block; }
  .page-title-section .product-categories li .category-summary {
    display: block; }
  .page-title-section .product-categories li span.category-products-count {
    font-size: 12px;
    color: #000;
    display: block; }
  .page-title-section .product-categories li a {
    display: block;
    padding: 10px 25px; }

.video-banner-section .title-section {
  margin-bottom: 50px; }

.banner-product-category {
  background-size: cover !important;
  margin-bottom: 40px;
  position: relative; }
  .banner-product-category::after {
    content: '';
    background: rgba(0, 0, 0, 0.01);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .banner-product-category .inner-content {
    text-align: right;
    padding: 50px 60px 50px 60px;
    z-index: 1;
    position: relative; }
    .banner-product-category .inner-content h3 {
      font-size: 32px;
      line-height: 38px;
      color: #222;
      font-weight: 600; }
      .banner-product-category .inner-content h3 span {
        font-weight: 600;
        color: #c33; }

.footer-menu-section ul {
  margin-bottom: 0; }
  .footer-menu-section ul li {
    margin-bottom: 12px; }
    .footer-menu-section ul li:last-child {
      margin-bottom: 0; }

.setting-menu {
  position: relative; }
  .setting-menu > .container > .row > div {
    position: static; }

.btn-menu-mobile {
  display: none; }

.marker-image {
  height: 16px;
  width: 16px;
  object-fit: cover;
  }

.menu-section .menu-top {
  display: none; }
  .menu-section .menu-top .menu-header {
    font-weight: bold;
    font-size: 20px; }

.menu-section ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0; }
  .menu-section ul li a:hover {
    color: #c33;
    cursor: pointer; }

.menu-section .grower {
  display: none; }

.menu-section .entry-menu {
  top: 100%;
  z-index: 12;
  padding: 20px 25px;
  position: absolute;
  background-color: #ffffff;
  border-top: 1px solid #e3e3e3;
  margin-top: -1px; }
  .menu-section .entry-menu::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: calc(15px + 1px); }
  .menu-section .entry-menu li {
    position: relative; }
  .menu-section .entry-menu.multil-column {
    min-width: 730px; }
  .menu-section .entry-menu.full-width {
    width: 100%;
    left: 0; }
    .menu-section .entry-menu.full-width .menu-link {
      display: inline-block; }
    .menu-section .entry-menu.full-width .container-menu {
      width: 1170px; }
  .menu-section .entry-menu.tabs-menu {
    width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0; }
    .menu-section .entry-menu.tabs-menu .tabs-item {
      width: 100%; }
      .menu-section .entry-menu.tabs-menu .tabs-item > .menu-link {
        width: 25%;
        float: left;
        padding: 15px;
        position: relative; }
        .menu-section .entry-menu.tabs-menu .tabs-item > .menu-link > .child-indicator {
          right: 15px; }
      .menu-section .entry-menu.tabs-menu .tabs-item > .sub-menu {
        padding: 20px;
        opacity: 0;
        filter: opacity(0);
        visibility: hidden;
        width: 75%;
        float: left;
        position: absolute;
        left: 25%;
        top: 0;
        min-height: 100%;
        border-left: 1px solid #e3e3e3; }
      .menu-section .entry-menu.tabs-menu .tabs-item.active > .menu-link {
        background-color: #e3e3e3; }
    .menu-section .entry-menu.tabs-menu .container-menu {
      position: relative; }
  .menu-section .entry-menu.dropdown {
    min-width: 250px;
    left: 0;
    padding: 10px 15px; }
    .menu-section .entry-menu.dropdown ul {
      position: absolute;
      top: calc(-50% + 8px);
      left: calc(100% + 15px);
      min-width: 250px;
      background-color: #ffffff;
      border-top: 1px solid #e3e3e3;
      margin-top: -1px;
      padding: 10px 15px;
      opacity: 0;
      filter: opacity(0);
      visibility: hidden;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease;
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      -o-transform: translateY(20px);
      transform: translateY(20px); }
    .menu-section .entry-menu.dropdown li:hover > ul {
      opacity: 1;
      filter: opacity(1);
      visibility: visible;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .menu-section .entry-menu.dropdown li:hover > a {
      color: #c33; }
    .menu-section .entry-menu.dropdown li:hover > ul {
      opacity: 1;
      filter: opacity(1);
      visibility: visible;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
    .menu-section .entry-menu.dropdown .has-child > ul::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 25px;
      left: -25px; }

.menu-section .container-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.menu-section .row-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -10px;
  margin-left: -10px; }

.menu-section .column-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px; }

.menu-section .column-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 10px; }

.menu-section .column-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 10px; }

.menu-section .column-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px; }

.menu-section .menu-title {
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
  color: #222; }
  .menu-section .menu-title + .sub-menu {
    padding-top: 5px;
    padding-bottom: 5px; }

.menu-section .menu-link {
  color: #888;
  padding: 7px 35px 7px 0px;
  display: block; }

.menu-section .active {
  /* color: #fff !important; */
  }

.menu-section .child-indicator {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.menu-section .menu-image.right {
  margin: -20px -35px -15px -5px; }

.menu-section .menu-image.left {
  margin: -20px 0px -20px -35px; }

.menu-section > ul > li {
  display: inline-block;
  }
  .menu-section > ul > li:hover > a {
    background: var(--color-secondary);
    color: #fff;
    }
  .menu-section > ul > li:hover > .entry-menu {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
    .menu-section > ul > li:hover > .entry-menu .tabs-item.active > .sub-menu {
      opacity: 1;
      filter: opacity(1);
      visibility: visible; }
  .menu-section > ul > li > .entry-menu {
    position: absolute;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: opacity 0.05s ease;
    transition: opacity 0.05s ease;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
    .menu-section > ul > li > .entry-menu li {
      text-align: left; }
  .menu-section > ul > li:last-child {
    margin-right: 0px; }
  .menu-section > ul > li > a {
    line-height: 45px;
    height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    padding: 0 20px;
    font-family: iCielBCCubano-Normal;
    font-size: 16px;
    }
    .menu-section > ul > li > a span {
      display: none; }
  .menu-section > ul > li.has-child > a {
    display: inline-block; }
    .menu-section > ul > li.has-child > a span {
      display: inline-block;
      font-size: 12px;
      margin-left: 3px; }

.entire-info-website .descript-website-section {
  margin-bottom: 44px; }

  .entire-info-website address p i {
    font-size: 20px;
    width: 30px;
    color: #222; }

.entire-info-website .title-social-footer {
  color: #222;
  margin-bottom: 30px; }

.social-footer-section {
  margin-bottom: 30px; }
  .social-footer-section ul {
    margin: 0; }
    .social-footer-section ul li {
      margin-right: 7px;
      display: inline-block; }
      .social-footer-section ul li a {
        display: block;
        font-size: 18px;
        text-align: center;
        line-height: 1; }
        .social-footer-section ul li a:hover {
          color: #222; }

.title-footer {
  color: #222;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 42px; }

.work-time .inner-time p {
  margin-bottom: 7px; }

.work-time span {
  margin-bottom: 7px;
  display: inline-block; }

.coppyright-payment {
  border-top: 1px solid rgba(102, 102, 102, 0.2); }
  .coppyright-payment .coppyright {
    margin-bottom: 0; }

.toolbar-section {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1120; }
  .toolbar-section .toolbar-item {
    flex: 1 0 25%; }
    .toolbar-section .toolbar-item a {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: inherit;
      padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 24px; }
      .toolbar-section .toolbar-item a i {
        font-size: 24px; }
      .toolbar-section .toolbar-item a span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 0;
        text-align: center;
        font-size: 12px;
        font-weight: 600; }

/* Page */
.article-item .inner-image {
  position: relative;
  padding-top: 75%;
  margin-bottom: 21px; }
  .article-item .inner-image .featured-media {
    position: absolute;
    top: 9px;
    right: 10px;
    z-index: 1; }
    .article-item .inner-image .featured-media i {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      height: 40px;
      width: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      background-color: rgba(255, 255, 255, 0.5);
      color: #222;
      margin: 0px 2px; }
  .article-item .inner-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; }

.article-item .article-info .article-category {
  display: inline-block;
  margin-right: 15px; }
  .article-item .article-info .article-category a {
    color: #c33;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase; }
    .article-item .article-info .article-category a:last-child .comma-item {
      display: none; }
    .article-item .article-info .article-category a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.article-item .article-info .post-date, .article-item .article-info .post-author {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  margin-right: 15px; }
  .article-item .article-info .post-date::before, .article-item .article-info .post-author::before {
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #666;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.article-item .article-info .post-author:hover {
  color: #666;
  text-decoration: underline; }

.article-item .article-title {
  line-height: 24px;
  font-weight: 600; }
  .article-item .article-title a {
    color: #222; }
    .article-item .article-title a:hover {
      text-decoration: underline; }

.article-item .article-description {
  margin-bottom: 10px; }

.article-entry-info {
  font-size: 15px;
  }
  .article-entry-info > span {
    margin-right: 6px;
    font-size: 14px;
    }
  .article-entry-info .article-category {
    margin-right: 15px; }
    .article-entry-info .article-category a {
      font-weight: 600;
      line-height: 26px;
      text-transform: uppercase; }
      .article-entry-info .article-category a:last-child .comma-item {
        display: none; }
      .article-entry-info .article-category a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

.album-item .inner-image {
  margin-bottom: 21px; }

.album-item .album-info .album-category {
  display: inline-block;
  margin-right: 15px; }
  .album-item .album-info .album-category a {
    color: #c33;
    font-weight: 600;
    line-height: 26px;
    text-transform: uppercase; }
    .album-item .album-info .album-category a:last-child .comma-item {
      display: none; }
    .album-item .album-info .album-category a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

.album-item .album-info .post-date, .album-item .album-info .post-author {
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding-left: 15px;
  margin-right: 15px; }
  .album-item .album-info .post-date::before, .album-item .album-info .post-author::before {
    content: '';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #666;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.album-item .album-info .post-author:hover {
  color: #666;
  text-decoration: underline; }

.album-item .album-title {
  line-height: 24px;
  font-weight: 600; }
  .album-item .album-title a {
    color: #222; }
    .album-item .album-title a:hover {
      text-decoration: underline; }

.album-item .album-description {
  margin-bottom: 20px; }

.album-entry-info {
  font-size: 12px;
  margin-bottom: 9px; }
  .album-entry-info > span {
    margin-right: 6px; }
  .album-entry-info .album-category {
    margin-right: 15px; }
    .album-entry-info .album-category a {
      font-weight: 600;
      line-height: 26px;
      text-transform: uppercase; }
      .album-entry-info .album-category a:last-child .comma-item {
        display: none; }
      .album-entry-info .album-category a:hover {
        opacity: 0.8;
        filter: alpha(opacity=80); }

.read-more {
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-size: 12px; }

.view-small .article-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3; }
  .view-small .article-item .inner-image {
    float: left;
    margin-right: 18px;
    margin-bottom: 0;
    padding-top: 0; }
    .view-small .article-item .inner-image img {
      width: 80px;
      height: 60px;
      position: static; }
  .view-small .article-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
  .view-small .article-item .article-title {
    margin-bottom: 5px; }
    .view-small .article-item .article-title a {
      line-height: 1.3;
      display: block;
      font-size: 14px; }
      .view-small .article-item .article-title a:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }

.view-small .article-entry-info {
  margin-bottom: 0; }

.article-content iframe, .article-content video, .article-content img, .article-content table {
  max-width: 100%; }

.article-title-detail {
  color: #222;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  }

.article-content img, .article-content iframe, .article-content video {
  max-width: 100%;
  height: auto; }

.product-additional-action {
  position: absolute;
  bottom: 15px;
  left: 35px; }
  .product-additional-action .btn-addition-action {
    display: block;
    height: 45px;
    width: 45px;
    margin-top: 10px;
    position: relative;
    background-color: #ffffff;
    cursor: pointer; }
    .product-additional-action .btn-addition-action::before {
      content: '';
      height: 28px;
      width: 28px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .product-additional-action .btn-addition-action.btn-video::before {
      background: url("../img/video-player.svg") no-repeat top left;
      background-size: contain; }
    .product-additional-action .btn-addition-action.btn-video.youtube-video::before {
      background: url("../img/youtube-logo.svg") no-repeat top left;
      background-size: contain; }
    .product-additional-action .btn-addition-action.btn-360-view::before {
      background: url("../img/3d.svg") no-repeat top left;
      background-size: contain; }
    .product-additional-action .btn-addition-action.btn-expand::before {
      background: url("../img/full-screen.svg") no-repeat top left;
      background-size: contain; }
    .product-additional-action .btn-addition-action:hover {
      filter: invert(1);
      -webkit-filter: invert(1); }

.product-attribute-switch {
  margin: 0 -4px 10px; }
  .product-attribute-switch.image-switch .inner-product-attribute {
    height: 40px;
    width: 40px;
    line-height: 40px; }
  .product-attribute-switch.text-switch .inner-product-attribute {
    height: 35px;
    width: auto;
    padding: 5px 10px;
    border-radius: 10px 10px 0 10px;
    -webkit-border-radius: 10px 10px 0 10px;
    -moz-border-radius: 10px 10px 0 10px;
    -ms-border-radius: 10px 10px 0 10px;
    -o-border-radius: 10px 10px 0 10px; }
  .product-attribute-switch li.active a.inner-product-attribute::before {
    content: '';
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 12px 12px;
    border-color: transparent transparent #222; }
  .product-attribute-switch li.active a.inner-product-attribute::after {
    content: '\f00c';
    position: absolute;
    display: block;
    font-family: Line Awesome Free;
    font-weight: 900;
    font-size: 6px;
    line-height: 1;
    color: #ffffff;
    bottom: 0;
    right: 1px; }
  .product-attribute-switch .inner-product-attribute {
    position: relative;
    margin: 4px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #b8b7bd;
    border-bottom-right-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .product-attribute-switch .inner-product-attribute:hover {
      border-color: #222; }
    .product-attribute-switch .inner-product-attribute.active {
      border-color: #222; }
      .product-attribute-switch .inner-product-attribute.active::before {
        content: '';
        position: absolute;
        display: block;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 12px 12px;
        border-color: transparent transparent #222; }
      .product-attribute-switch .inner-product-attribute.active::after {
        content: '\f00c';
        position: absolute;
        display: block;
        font-family: Line Awesome Free;
        font-weight: 900;
        font-size: 6px;
        line-height: 1;
        color: #ffffff;
        bottom: 0;
        right: 1px; }
    .product-attribute-switch .inner-product-attribute.disable {
      opacity: 0.3;
      cursor: not-allowed; }

.reset-attribute {
  margin-left: 30px;
  color: #222;
  font-weight: 600;
  border-bottom: 1px solid #b8b7bd;
  position: relative; }
  .reset-attribute::before {
    content: '\f00d';
    font-family: "Line Awesome Free";
    font-size: 15px;
    position: absolute;
    right: -20px;
    top: 0;
    color: #222; }
  .reset-attribute:hover {
    color: #222; }

.product-tab.nav {
  margin-bottom: 40px;
  position: relative; }
  .product-tab.nav::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #666;
    opacity: .2; }
  .product-tab.nav .nav-item {
    padding: 0 40px; }
    .product-tab.nav .nav-item .nav-link {
      font-size: 16px;
      font-weight: 600;
      line-height: 27px;
      padding-bottom: 15px; }

.tab-content {
  position: relative; }
  .tab-content img, .tab-content iframe, .tab-content video {
    max-width: 100%;
    height: auto; }

.countdown-timer {
  display: flex;
  justify-content: flex-start;
  margin: 0 -4px 5px; }
  .countdown-timer > div {
    height: 50px;
    width: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 600;
    color: #222; }
    .countdown-timer > div span {
      display: block;
      font-weight: 400; }

.product-status {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 11;
  pointer-events: none; }

.out-stock, .onsale, .featured {
  max-width: 100px;
  display: block;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
  padding: 0 10px;
  margin-bottom: 5px; }

.out-stock {
  background-color: #3a3a3a; }

.onsale {
  background-color: #c33; }

.featured {
  background-color: #390; }

.product-category-section > div {
  height: 530px; }

.product-category-section .inner-product-cat {
  display: block;
  position: relative;
  height: 100%; }
  .product-category-section .inner-product-cat span.inner-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform-origin: right bottom;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .product-category-section .inner-product-cat.half-height {
    height: calc(100% / 2 - 15px); }
  .product-category-section .inner-product-cat.half-height:first-child {
    margin-bottom: 30px; }
  .product-category-section .inner-product-cat .inner-content {
    pointer-events: none;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    bottom: 30px;
    right: 25px; }
    .product-category-section .inner-product-cat .inner-content .category-title {
      font-size: 30px;
      font-weight: 700;
      color: #222; }
      @media (max-width: 991px) {
        .product-category-section .inner-product-cat .inner-content .category-title {
          font-size: 26px;
          line-height: 30px; } }
    .product-category-section .inner-product-cat .inner-content .category-count {
      color: #666; }

.currency-symbol {
  margin-left: 3px;
  font-size: 75%; }

.product-item {
  margin-bottom: 20px; }
  .product-item .inner-image {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    .product-item .inner-image .product-action {
      position: absolute;
      bottom: 20px;
      left: 0;
      right: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 20;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      opacity: 0;
      filter: opacity(0);
      visibility: hidden; }
      .product-item .inner-image .product-action .btn-product-action {
        margin-right: 4px;
        margin-left: 4px;
        display: inline-block;
        position: relative; }
        .product-item .inner-image .product-action .btn-product-action i {
          background-color: #ffffff;
          color: #222;
          height: 40px;
          width: 40px;
          line-height: 40px;
          text-align: center;
          font-size: 18px;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out;
          -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); }
          .product-item .inner-image .product-action .btn-product-action i:hover {
            background-color: #222;
            color: #ffffff; }
  .product-item .inner-content .product-category a {
    font-size: 13px;
    color: #666; }
    .product-item .inner-content .product-category a:last-child .comma-item {
      display: none; }
    .product-item .inner-content .product-category a:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .product-item .inner-content .product-title {
    margin-bottom: 0; }
    .product-item .inner-content .product-title a {
      color: #222;
      font-weight: 600;
      font-size: 14px; }
      .product-item .inner-content .product-title a:hover {
        text-decoration: underline; }
  .product-item .inner-content .product-rating-price {
    height: 22px;
    line-height: 22px;
    overflow: hidden; }
    .product-item .inner-content .product-rating-price .wrp-rating-price {
      height: 44px;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: transform 0.25s ease-in-out;
      transition: transform 0.25s ease-in-out; }
  .product-item:hover .product-action {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    bottom: 30px; }
  .product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    -o-transform: translateY(-22px);
    transform: translateY(-22px); }

.price-amount {
  color: #c33;
  font-weight: 700;
  font-size: 16px; }
  .price-amount.old-price {
    color: #666;
    font-weight: 400;
    margin-left: 15px;
    position: relative; }
    .price-amount.old-price::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 0.5px;
      background-color: #666;
      width: 100%; }

.view-small {
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  }
  .view-small .product-item {
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3; }
    .view-small .product-item .inner-image {
      float: left;
      margin-right: 20px;
      margin-bottom: 0; }
      .view-small .product-item .inner-image img {
        max-width: 80px; }
    .view-small .product-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .view-small .product-item .inner-content .product-title {
      margin-bottom: 2px; }
      .view-small .product-item .inner-content .product-title a:hover {
        text-decoration: none;
        opacity: 0.8;
        filter: alpha(opacity=80); }
    .view-small .product-item .inner-content .price-amount {
      font-size: 14px; }
    .view-small .product-item .inner-content .price > span {
      display: inline-block;
      padding: 0 3px; }
      .view-small .product-item .inner-content .price > span.price-amount.old-price {
        margin-left: 0; }

.btn-wishlist.added-wishlist i::before {
  content: "\f00c";
  font-family: Line Awesome Free;
  font-weight: 900; }

.quickview-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 16px;
  z-index: 1000; }

.quickview-info {
  position: relative;
  height: 390px;
  overflow: auto;
  padding: 50px 50px 50px 30px; }

.quickview-info::-webkit-scrollbar {
  width: 6px; }

.quickview-info::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #e6e6e6; }

.quickview-info::-webkit-scrollbar-track {
  border-radius: 8px; }

.product-detail-head {
  margin-top: 80px; }
  .product-detail-head .product-image-detail .inner-image {
    padding-top: 130%; }

.product-detail-footer {
  margin-top: 80px;
  margin-bottom: 80px; }
  .product-detail-footer iframe, .product-detail-footer video, .product-detail-footer img, .product-detail-footer table {
    max-width: 100%; }
  .product-detail-footer .nav {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3; }
    .product-detail-footer .nav li {
      margin-right: 60px; }
      .product-detail-footer .nav li a {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 0 0 20px;
        position: relative; }
        .product-detail-footer .nav li a::before {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 1px;
          left: 0;
          bottom: 0px;
          background-color: #222;
          -webkit-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        .product-detail-footer .nav li a.active::before {
          width: 100%; }

.product-image-detail .owl-carousel::before, .product-image-detail .owl-carousel::after {
  content: none; }

.product-image-detail .owl-carousel .owl-prev {
  left: 0px; }

.product-image-detail .owl-carousel .owl-next {
  right: 0px; }

.product-image-detail .owl-carousel i {
  font-size: 32px;
  color: rgba(0, 0, 0, 0.8); }
  .product-image-detail .owl-carousel i:hover {
    color: #000; }

.product-image-detail:hover .owl-nav i {
  opacity: 1;
  filter: opacity(1);
  visibility: visible; }

.product-image-detail:hover .owl-nav .owl-prev {
  left: 15px; }

.product-image-detail:hover .owl-nav .owl-next {
  right: 15px; }

.product-image-detail .slick-list, .product-image-detail .slick-slide {
  margin: 0; }

.product-image-detail .inner-image,
.product-image-detail .inner-iframe,
.product-image-detail .inner-video {
  position: relative;
  padding-top: 75%; }

.product-image-detail .inner-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.product-image-detail .inner-iframe iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.product-image-detail .inner-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  object-fit: cover; }

.price-amount {
  white-space: nowrap; }

.product-content-detail label {
  margin-bottom: 0;
  color: #222; }

.product-content-detail .product-title-detail {
  font-weight: 700;
  color: #222;
  margin-bottom: 12px; }

.product-content-detail .product-rating {
  margin-bottom: 15px; }
  .product-content-detail .product-rating .star-rating {
    margin-right: 15px; }

.product-content-detail .product-description {
  margin-bottom: 21px; }
  .product-content-detail .product-description p {
    margin-bottom: 5px; }

.product-content-detail .price {
  margin-bottom: 16px; }
  .product-content-detail .price .price-amount {
    font-size: 24px;
    font-weight: 700;
    color: #c33; }
    .product-content-detail .price .price-amount.old-price {
      font-size: 18px;
      font-weight: 400;
      color: #666;
      text-decoration: line-through;
      margin-left: 15px; }

.product-content-detail .product-category a {
  font-size: 13px;
  color: #666;
  margin-left: 5px; }
  .product-content-detail .product-category a:last-child .comma-item {
    display: none; }
  .product-content-detail .product-category a:hover {
    color: #c33; }

.product-content-detail .product-meta > div {
  margin-bottom: 6px; }
  .product-content-detail .product-meta > div:last-child {
    margin-bottom: 0; }

.product-content-detail .code span, .product-content-detail .brand span, .product-content-detail .weight span, .product-content-detail .length span, .product-content-detail .width span, .product-content-detail .height span {
  margin-left: 5px; }

.product-content-detail .entire-attribute {
  margin-bottom: 20px; }
  .product-content-detail .entire-attribute .list-attribute {
    margin-bottom: 10px; }
    .product-content-detail .entire-attribute .list-attribute label {
      margin-right: 20px;
      margin-bottom: 0; }
    .product-content-detail .entire-attribute .list-attribute .product-attribute-switch {
      margin-bottom: 0; }
    .product-content-detail .entire-attribute .list-attribute:last-child {
      margin-bottom: 0; }

.product-content-detail .add-to-cart {
  text-transform: uppercase;
  background-color: #222;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  max-width: 230px;
  text-align: center;
  display: inline-block;
  padding: 10px 0 11px; }
  .product-content-detail .add-to-cart:hover {
    background-color: #c33; }
  .product-content-detail .add-to-cart.disable {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none; }

.product-content-detail .out-of-stock {
  font-weight: 600;
  color: #c33;
  text-transform: capitalize;
  height: 44px;
  line-height: 44px; }

.product-content-detail .btn-compare {
  font-weight: 600;
  margin-top: 10px;
  display: inline-block;
  color: #222; }
  .product-content-detail .btn-compare i {
    margin-right: 5px; }
  .product-content-detail .btn-compare:hover {
    color: #c33; }

.product-quantity {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 25px;
  color: #222;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 0 10px;
  margin-right: 20px;
  float: left; }
  .product-quantity .btn-quantity {
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .product-quantity .btn-quantity:hover {
      color: #c33; }
  .product-quantity input {
    font-size: 18px;
    width: 60px;
    height: 42px;
    padding: 0 10px;
    border: none;
    background-color: transparent; }

.social-share .share-title {
  margin-right: 15px; }

.social-share .list-social .btn-social {
  float: left;
  margin: 0 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .social-share .list-social .btn-social:hover i {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .social-share .list-social .btn-social.facebook-icon i {
    background-color: #365493; }
  .social-share .list-social .btn-social.twitter-icon i {
    background-color: #3cf; }
  .social-share .list-social .btn-social.google-icon i {
    background-color: #d44132; }
  .social-share .list-social .btn-social.pinterest-icon i {
    background-color: #cb2027; }
  .social-share .list-social .btn-social.linkedin-icon i {
    background-color: #0274b3; }
  .social-share .list-social .btn-social a i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #ffffff; }

.sidebar-mini-cart {
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: 0;
  right: 0;
  width: 460px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1030;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(460px, 0, 0);
  -moz-transform: translate3d(460px, 0, 0);
  -ms-transform: translate3d(460px, 0, 0);
  -o-transform: translate3d(460px, 0, 0);
  transform: translate3d(460px, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82); }
  .sidebar-mini-cart.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-overflow-scrolling: touch; }
  .sidebar-mini-cart .sidebar-header {
    text-align: left;
    padding: 0px 40px;
    margin-top: 20px; }
    .sidebar-mini-cart .sidebar-header .close-sidebar {
      font-size: 30px;
      color: #222; }
  .sidebar-mini-cart .content-mini-cart {
    flex: 1 1 auto;
    display: flex;
    padding-left: 40px;
    padding-right: 40px; }
    .sidebar-mini-cart .content-mini-cart .entire-bottom-minicart {
      margin-top: auto; }
    .sidebar-mini-cart .content-mini-cart .cart-item {
      position: relative;
      padding: 30px 0;
      border-bottom: 1px solid #e3e3e3; }
    .sidebar-mini-cart .content-mini-cart .remove-mini-cart {
      position: absolute;
      top: 30px;
      right: 5px;
      font-size: 16px;
      cursor: pointer;
      width: 25px;
      text-align: center; }
      .sidebar-mini-cart .content-mini-cart .remove-mini-cart:hover i {
        color: #c33; }
    .sidebar-mini-cart .content-mini-cart .inner-image img {
      width: 90px;
      float: left;
      margin-right: 20px;
      border: 1px solid #e3e3e3; }
    .sidebar-mini-cart .content-mini-cart .inner-content {
      margin-left: 110px; }
      .sidebar-mini-cart .content-mini-cart .inner-content .product-title {
        font-weight: 700;
        padding-right: 30px;
        display: block;
        color: #222;
        margin-bottom: 6px; }
      .sidebar-mini-cart .content-mini-cart .inner-content .attr-product {
        line-height: 20px;
        height: 20px; }
        .sidebar-mini-cart .content-mini-cart .inner-content .attr-product label, .sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
          float: left; }
        .sidebar-mini-cart .content-mini-cart .inner-content .attr-product label {
          font-weight: 400;
          color: #222;
          margin-bottom: 0; }
        .sidebar-mini-cart .content-mini-cart .inner-content .attr-product p {
          margin-bottom: 0;
          font-weight: 700;
          color: #390;
          margin-left: 5px; }
      .sidebar-mini-cart .content-mini-cart .inner-content .quantity {
        color: #222; }
        .sidebar-mini-cart .content-mini-cart .inner-content .quantity .price-amount {
          font-weight: 700;
          color: #390; }
    .sidebar-mini-cart .content-mini-cart .total-price {
      padding-top: 20px; }
      .sidebar-mini-cart .content-mini-cart .total-price label {
        font-size: 18px;
        margin-bottom: 0;
        font-weight: 700; }
      .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
        margin-bottom: 0;
        float: right;
        font-size: 24px;
        font-weight: 700;
        color: #390; }
    .sidebar-mini-cart .content-mini-cart .mini-cart-btn {
      padding-top: 45px;
      padding-bottom: 65px; }
      .sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-checkout {
        display: block;
        font-weight: 700;
        padding: 14px 0;
        margin-top: 20px; }
      .sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info {
        display: block;
        font-weight: 700;
        padding: 14px 0;
        background-color: transparent;
        border: 1px solid #222;
        color: #222; }
        .sidebar-mini-cart .content-mini-cart .mini-cart-btn .btn-cart-info:hover {
          color: #c33;
          border-color: #c33; }
    .sidebar-mini-cart .content-mini-cart .box-minicart {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }

.sidebar-mini-cart::-webkit-scrollbar {
  width: 6px; }

.sidebar-mini-cart::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #e6e6e6; }

.sidebar-mini-cart::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.active-quick-shop .product-quick-shop {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.product-quick-shop {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(249, 249, 249, 0.97);
  -webkit-transform: translateY(-101%);
  -ms-transform: translateY(-101%);
  -o-transform: translateY(-101%);
  transform: translateY(-101%);
  -webkit-transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  transition: all 0.35s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  z-index: 50;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center; }
  .product-quick-shop .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 15px;
    color: #222;
    cursor: pointer; }
  .product-quick-shop::-webkit-scrollbar {
    width: 6px; }
  .product-quick-shop::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #e6e6e6; }
  .product-quick-shop::-webkit-scrollbar-track {
    border-radius: 8px; }

.entry-quick-shop {
  height: 100%;
  width: 100%;
  padding: 20px 10px 10px; }
  .entry-quick-shop .product-attribute-switch {
    margin-bottom: 5px; }
  .entry-quick-shop .product-quantity {
    margin-right: 0; }
    .entry-quick-shop .product-quantity input {
      height: 32px; }
    .entry-quick-shop .product-quantity .btn-quantity {
      line-height: 32px; }
  .entry-quick-shop .reset-attribute {
    margin-left: 0; }
  .entry-quick-shop label {
    font-weight: 600;
    margin-bottom: 2px; }
  .entry-quick-shop .add-to-cart {
    display: inline-block;
    margin-top: 8px;
    height: 34px;
    width: 34px;
    font-size: 20px;
    background-color: #c33;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
    .entry-quick-shop .add-to-cart.disable {
      opacity: 0.3;
      cursor: not-allowed;
      pointer-events: none;
      -webkit-user-select: none;
      /* Chrome all / Safari all */
      -moz-user-select: none;
      /* Firefox all */
      -ms-user-select: none;
      /* IE 10+ */
      user-select: none; }
  .entry-quick-shop .entire-attribute {
    margin-bottom: 5px; }
  .entry-quick-shop .added_to_cart i::before {
    content: '\f218'; }
  .entry-quick-shop .out-of-stock {
    font-weight: 600;
    color: #c33;
    text-transform: capitalize;
    line-height: 76px; }

.title-reviews, .title-comment {
  font-size: 1em;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  margin-bottom: 40px; }
  @media (max-width: 991px) {
    .title-reviews, .title-comment {
      margin-bottom: 20px; } }

.rating-list {
  margin-bottom: 15px;
  padding-left: 0;
  list-style: none; }
  .rating-list .letter-first {
    height: 50px;
    width: 50px;
    line-height: 48px;
    display: block;
    margin: 0 auto 5px;
    color: #ffffff;
    text-align: center;
    background-color: #c33;
    border: 1px solid #c33;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%; }
  .rating-list .btn-action {
    margin-top: 5px; }
    .rating-list .btn-action > div {
      margin-right: 15px;
      cursor: pointer;
      position: relative;
      font-size: 13px;
      font-weight: 600; }
      .rating-list .btn-action > div::after {
        content: '.';
        position: absolute;
        top: -9px;
        right: -10px;
        font-size: 18px;
        pointer-events: none; }
      .rating-list .btn-action > div:last-child::after {
        content: none; }
  .rating-list li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e3e3e3; }
    @media (max-width: 991px) {
      .rating-list li {
        margin-bottom: 10px;
        padding-bottom: 5px; } }
    .rating-list li:last-child {
      border-bottom: 0;
      margin-bottom: 0px;
      padding-bottom: 0px; }
  .rating-list .entry-reply {
    padding: 15px;
    border: 1px solid #e3e3e3;
    margin-top: 15px;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    .rating-list .entry-reply::before, .rating-list .entry-reply::after {
      content: "";
      bottom: 100%;
      left: 50px;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .rating-list .entry-reply::before {
      border-color: rgba(238, 238, 238, 0);
      border-bottom-color: #e3e3e3;
      border-width: 9px;
      margin-left: -25px; }
    .rating-list .entry-reply::after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -24px; }
  .rating-list .child-reply {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px; }
    .rating-list .child-reply input {
      border: 1px solid #e3e3e3;
      background-color: transparent;
      height: 40px; }
    .rating-list .child-reply .rating-form {
      padding: 20px 20px; }
    .rating-list .child-reply .author-info {
      text-align: left;
      padding-left: 0; }
    .rating-list .child-reply .btn-submit {
      padding: 0 0.75rem; }
    .rating-list .child-reply .letter-first {
      height: 45px;
      width: 45px;
      line-height: 43px;
      font-size: 13px; }
      @media (max-width: 991px) {
        .rating-list .child-reply .letter-first {
          display: none; } }
    .rating-list .child-reply .rating-content {
      width: calc(100% - 60px); }
      @media (max-width: 991px) {
        .rating-list .child-reply .rating-content {
          width: 100%; } }

.rating-content .description {
  flex: 1 1 100%; }

.rating-content .meta {
  line-height: 18px; }
  .rating-content .meta .post-author {
    color: #222; }

.rating-content .rating-form {
  padding: 15px;
  margin-bottom: 0;
  margin-top: 0; }

.overall-rating {
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e3e3e3; }
  .overall-rating .rating-average .point-comment {
    font-size: 51px;
    color: #c33;
    font-weight: bold;
    line-height: 1.2; }
  .overall-rating .rating-average .star-rating {
    font-size: 18px;
    width: 90px;
    margin: 0 auto; }
    .overall-rating .rating-average .star-rating span::before {
      font-size: 18px; }
  .overall-rating .percent-bar {
    display: flex;
    justify-content: space-around;
    align-items: center; }
  .overall-rating .rating-num,
  .overall-rating .star-percent {
    width: 30px;
    color: #222;
    font-size: 13px; }
  .overall-rating .progress {
    background: #e6e6e6;
    position: relative;
    border-radius: 12px;
    height: 10px;
    margin: 0 10px;
    width: calc(100% - 60px);
    overflow: hidden; }
  .overall-rating .progress-bar-warning {
    background-color: #c33; }
  .overall-rating .progress-bar {
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }

.rating-form {
  background-color: #e6e6e6;
  padding: 30px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px; }
  .rating-form input[type=text],
  .rating-form textarea {
    background-color: #ffffff;
    border: 0; }
  .rating-form .comment-images {
    margin-top: 0;
    margin-bottom: 1rem; }

.review-star {
  flex-direction: row-reverse;
  display: flex;
  justify-content: flex-end; }
  .review-star > input:checked ~ label,
  .review-star:not(:checked) > label:hover,
  .review-star:not(:checked) > label:hover ~ label {
    color: #fdd835; }
  .review-star > input:checked + label:hover,
  .review-star > input:checked ~ label:hover,
  .review-star > label:hover ~ input:checked ~ label,
  .review-star > input:checked ~ label:hover ~ label {
    color: #fdd835; }
  .review-star > input {
    display: none; }
  .review-star > label {
    margin-bottom: 0; }
    .review-star > label::before {
      content: "\f005";
      font-family: "Line Awesome Free";
      display: inline-block;
      font-size: 20px;
      margin-right: 7px;
      cursor: pointer; }

.box-rating {
  display: flex;
  justify-content: space-between; }
  .box-rating .author-info {
    padding: 0 10px;
    flex: 0 165px;
    text-align: center;
    color: #222;
    font-size: 13px;
    line-height: 18px; }
    .box-rating .author-info .post-author {
      font-weight: 600; }
    .box-rating .author-info .post-date {
      font-style: italic; }
    .box-rating .author-info .post-date {
      font-size: 12px; }
  .box-rating > .rating-content {
    padding-left: 15px; }
  .box-rating .rating-content {
    flex: 1; }
    .box-rating .rating-content .bought {
      color: #390;
      font-size: 13px; }
      .box-rating .rating-content .bought i {
        font-size: 15px; }
    .box-rating .rating-content .description {
      margin-top: 5px;
      overflow: auto;
      max-width: 100%; }
    .box-rating .rating-content .btn-action {
      display: flex; }

.star-rating {
  position: relative;
  display: block;
  line-height: 22px;
  height: 22px;
  width: 71px;
  overflow: hidden;
  font-family: "Line Awesome Free";
  font-size: 14px; }
  .star-rating::before {
    content: "\f005\f005\f005\f005\f005";
    position: absolute;
    top: 0;
    left: 0;
    color: #d4d4d4;
    font-weight: 900; }
  .star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    font-size: 0;
    overflow: hidden; }
    .star-rating span::before {
      content: "\f005\f005\f005\f005\f005";
      position: absolute;
      font-size: 14px;
      top: 0;
      left: 0;
      color: #fdd835;
      font-weight: 900; }

.edit-comment {
  margin-bottom: 55px;
  position: relative; }
  .edit-comment span.btn {
    margin-top: 10px; }
  .edit-comment ul {
    padding-left: 0;
    list-style: none; }
  .edit-comment textarea {
    min-height: 35px;
    border: 0;
    background-color: transparent;
    padding: 7px 45px 5px 15px;
    resize: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #f1f1f1; }
  .edit-comment .box-comment {
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center; }
    .edit-comment .box-comment label {
      margin: 5px 0; }
      .edit-comment .box-comment label i {
        font-size: 20px;
        cursor: pointer; }
        .edit-comment .box-comment label i:hover {
          color: #c33; }
  .edit-comment .btn-send-comment {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    background-color: #c33;
    color: #ffffff; }

.comment-images {
  margin-bottom: 0;
  background-color: #f1f1f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-top: 10px;
  padding-left: 0;
  list-style: none; }
  .comment-images li {
    display: inline-block;
    padding: 10px;
    position: relative; }
    .comment-images li .close-image {
      position: absolute;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      background-color: #4d4d4d;
      line-height: 22px;
      color: #ffffff;
      right: -5px;
      top: 5px;
      text-align: center;
      font-size: 16px;
      cursor: pointer; }
  .comment-images img {
    max-width: 80px; }

.total-comment span {
  padding-right: 5px; }

.comment-section .customer-info {
  margin-bottom: 5px;
  font-weight: bold; }
  .comment-section .customer-info span:first-child {
    padding-right: 5px; }

.comment-section .list-comment {
  padding-top: 20px;
  margin-top: 10px;
  border-top: 1px solid #e3e3e3;
  padding-left: 0;
  list-style: none; }
  .comment-section .list-comment .comment-content {
    margin-left: 35px; }

.list-comment .comment-item {
  margin-bottom: 20px; }

.list-comment .edit-comment {
  margin-top: 10px; }

.list-comment .post-author {
  color: #222; }
  .list-comment .post-author .name-author {
    font-weight: bold; }
  .list-comment .post-author .letter-first {
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #e6e6e6;
    margin-right: 5px; }

.list-comment .list-reply {
  padding-left: 0;
  list-style: none;
  display: block;
  position: relative;
  margin: 10px 0 0 60px;
  padding: 10px 15px 0 12px;
  clear: both;
  font-size: 14px;
  line-height: 24px;
  background: #f1f1f1;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .list-comment .list-reply .comment-action {
    display: flex; }
  .list-comment .list-reply .reply {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .list-comment .list-reply .reply:last-child {
      border-bottom: 0; }
    .list-comment .list-reply .reply .comment-action > div::after {
      top: -5px; }
  .list-comment .list-reply .inner-content {
    padding-left: 0;
    padding-right: 0; }

.list-comment .comment-action > div {
  margin-right: 15px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap; }
  .list-comment .comment-action > div.post-date {
    font-weight: 400;
    cursor: auto;
    font-style: italic; }
  .list-comment .comment-action > div::after {
    content: '.';
    position: absolute;
    top: -9px;
    right: -10px;
    font-size: 18px;
    pointer-events: none;
    color: #666; }
  .list-comment .comment-action > div:last-child {
    margin-right: 0; }
    .list-comment .comment-action > div:last-child::after {
      content: none; }

.badge-qtv {
  font-size: 12px;
  background-color: #c33;
  padding: 0 5px;
  color: #ffffff;
  margin-left: 5px; }

.box-comment label[for="imageUpload"] {
  text-transform: capitalize;
  margin-bottom: 0;
  cursor: pointer; }
  .box-comment label[for="imageUpload"] i {
    margin-right: 3px;
    font-size: 26px;
    vertical-align: sub; }

.comment-item .edit-comment {
  margin-left: 60px; }

.comment-item .inner-content {
  background-color: #f1f1f1;
  padding: 10px 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-top: 5px;
  overflow: auto;
  width: 100%; }

.comment-item .comment-action {
  display: flex; }

.album-images .image-comment {
  height: 80px;
  margin-top: 10px;
  margin-right: 10px; }

span[nh-comment-change-info] {
  cursor: pointer;
  color: #c33; }

span[nh-comment-change-info]:hover {
  color: #c33; }

.comment-more {
  display: block;
  padding: 3px;
  margin-top: 15px;
  margin: 0 auto;
  width: 160px;
  text-align: center;
  background-color: #eee;
  color: #666;
  font-size: 11px;
  position: relative;
  margin-bottom: 30px; }
  .comment-more::before, .comment-more::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 40%;
    background-color: #eee;
    top: 50%; }
  .comment-more::before {
    left: calc(100% + 5px); }
  .comment-more::after {
    right: calc(100% + 5px); }

.inner-like.liked {
  color: #007bff; }

.count-reviews {
  position: absolute;
  font-size: 12px;
  color: #ffffff;
  background-color: #c33;
  top: -10px;
  right: -25px;
  font-weight: normal;
  padding: 2px 5px;
  line-height: 1;
  border-radius: 5px; }

.per-page-title {
  font-weight: 600;
  color: #222; }

.per-page-variation {
  padding: 0 7px; }
  .per-page-variation.active {
    color: #222;
    font-weight: 600; }

.orderby-section .dropdown.show .orderby-title::after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

.orderby-section .orderby-title {
  display: block;
  min-width: 150px;
  padding-right: 45px;
  position: relative;
  cursor: pointer;
  color: #222;
  font-weight: 600; }
  .orderby-section .orderby-title::after {
    content: "\f107";
    position: absolute;
    font-family: "Line Awesome Free";
    top: 0;
    right: 0;
    font-weight: 900;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.orderby-section .dropdown-item {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
  height: 40px; }
  .orderby-section .dropdown-item.active {
    font-weight: 600;
    background-color: #f6f6f6;
    color: #222; }

.orderby-section .dropdown-menu {
  margin: 0;
  padding: 0; }

.filter-section {
  padding-left: 0;
  list-style: none;
  margin-bottom: 50px; }
  .filter-section li {
    margin-bottom: 6px; }
    .filter-section li .inner-switch > span {
      width: 15px;
      height: 15px;
      margin-right: 10px;
      display: block;
      position: relative;
      border: 1px solid #e3e3e3;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .filter-section li .inner-switch.circle > span {
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%; }
    .filter-section li > a {
      display: inline-flex;
      flex-direction: row;
      align-items: center;
      margin: 6px 0; }
      .filter-section li > a:hover {
        color: #222; }
        .filter-section li > a:hover .inner-switch > span {
          background-color: transparent !important; }
          .filter-section li > a:hover .inner-switch > span::after {
            content: "\f00c";
            font-family: "Line Awesome Free";
            font-weight: 900;
            position: absolute;
            top: 0px;
            left: 0;
            line-height: 1; }
      .filter-section li > a.active .inner-name {
        color: #222;
        font-weight: 700; }
      .filter-section li > a.active .inner-switch > span {
        background-color: transparent !important; }
        .filter-section li > a.active .inner-switch > span::after {
          content: "\f00c";
          font-family: "Line Awesome Free";
          font-weight: 900;
          position: absolute;
          top: 0px;
          left: 0;
          line-height: 1; }
  .filter-section.filter-inline {
    display: flex;
    align-items: center; }

.page-title-section {
  background-color: #f3f3f3;
  padding: 45px 0;
  margin-bottom: 60px; }
  .page-title-section .inner-title {
    font-size: 48px;
    margin-bottom: 0;
    color: #000;
    font-weight: 700; }
  .page-title-section .inner-breadcrumb {
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
    margin-top: 20px; }
    .page-title-section .inner-breadcrumb a::after {
      content: '/';
      display: inline-block;
      padding: 0 8px;
      color: #999; }
    .page-title-section .inner-breadcrumb a:hover {
      color: #000; }
    .page-title-section .inner-breadcrumb .current {
      color: #000; }

.cart-info-section {
  margin-bottom: 50px; }
  .cart-info-section .item-quantity .product-quantity {
    margin-right: 0;
    float: none;
    display: inline-block; }
  .cart-info-section .inner-quantity {
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 25px;
    color: #222;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    padding: 0 10px; }
    .cart-info-section .inner-quantity .btn-quantity {
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out;
      line-height: 1; }
      .cart-info-section .inner-quantity .btn-quantity:hover {
        color: #c33; }
    .cart-info-section .inner-quantity input {
      font-size: 18px;
      width: 60px;
      height: 34px;
      padding: 0 10px;
      border: none;
      background-color: transparent; }
  .cart-info-section td.item-thumbnail img {
    width: 80px; }
  .cart-info-section td.item-remove {
    text-align: center; }
    .cart-info-section td.item-remove span {
      cursor: pointer;
      font-size: 16px; }
      .cart-info-section td.item-remove span:hover {
        color: #c33; }

.btn-update-cart {
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 0; }
  .btn-update-cart i {
    padding-right: 10px; }

.entire-cart-totals {
  padding: 20px 30px 30px;
  background-color: #f4f4f4; }
  .entire-cart-totals .cart-totals {
    width: 100%;
    color: #222; }
    .entire-cart-totals .cart-totals th {
      padding: 15px 10px;
      border-bottom: 1px solid #e2e2e2;
      text-transform: uppercase;
      padding-left: 0; }
    .entire-cart-totals .cart-totals td {
      text-align: right;
      border-bottom: 1px solid #e2e2e2; }
    .entire-cart-totals .cart-totals span {
      font-size: 16px;
      font-weight: 600;
      color: #390; }
  .entire-cart-totals .order-total {
    font-size: 1.7em; }
    .entire-cart-totals .order-total th {
      text-transform: uppercase;
      border-bottom: 0;
      padding-left: 0; }
    .entire-cart-totals .order-total td {
      text-align: right;
      border-bottom: 0; }
      .entire-cart-totals .order-total td span {
        font-size: 24px; }
  .entire-cart-totals .proceed-to-checkout .btn-checkout {
    font-weight: 600;
    background-color: #222;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    display: block;
    margin: auto;
    border: 1px solid #222; }
    .entire-cart-totals .proceed-to-checkout .btn-checkout:hover {
      color: #222;
      background-color: #ffffff; }

.title-checkout {
  color: #222;
  text-transform: uppercase;
  margin-bottom: 30px; }

.payment-method ul {
  text-align: center;
  flex: 0 0 40%;
  max-width: 40%;
  display: block;
  border-right: 1px solid #e3e3e3;
  padding: 2rem 1.5rem; }
  .payment-method ul li {
    width: 100%; }
    .payment-method ul li a {
      padding: 15px 0;
      position: relative;
      font-weight: 600;
      border-radius: 0.5rem;
      -webkit-border-radius: 0.5rem;
      -moz-border-radius: 0.5rem;
      -ms-border-radius: 0.5rem;
      -o-border-radius: 0.5rem; }
      .payment-method ul li a.active {
        background-color: #f7f7f7; }
        .payment-method ul li a.active::after {
          content: "";
          left: 100%;
          top: 50%;
          transform: translateY(-50%);
          height: 0px;
          width: 0px;
          border-style: solid;
          border-color: transparent transparent transparent #f7f7f7;
          border-image: initial;
          position: absolute;
          border-width: 1rem; }
    .payment-method ul li .inner-icon i {
      font-size: 80px; }

.payment-method .tab-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 2rem 0 2rem 1.5rem; }
  .payment-method .tab-content .entry-bank table tr:first-child td {
    border-top: 0; }
  .payment-method .tab-content .entry-bank table:nth-child(even) {
    background-color: #f7f7f7; }

.entry-order-review {
  padding: 10px 0px 40px;
  background-color: #f7f7f7;
  position: relative;
  color: #222; }
  .entry-order-review::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: transparent;
    background-size: 20px 20px;
    background-position: 0 10px,40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #f7f7f7 100%); }
  .entry-order-review th {
    text-transform: uppercase; }
  .entry-order-review tr {
    border-bottom: 1px solid #e3e3e3; }
  .entry-order-review th, .entry-order-review td {
    padding: 17px 0; }
  .entry-order-review .cart-subtotal, .entry-order-review .order-total {
    border-bottom: none; }
  .entry-order-review .price-amount {
    font-size: 16px; }
  .entry-order-review .order-total {
    font-size: 24px; }
    .entry-order-review .order-total .price-amount {
      font-size: 24px;
      color: #c33;
      white-space: nowrap; }
  .entry-order-review .entry-table {
    padding: 0 35px 30px;
    max-height: 866px;
    overflow: auto; }
    .entry-order-review .entry-table::-webkit-scrollbar {
      width: 6px; }
    .entry-order-review .entry-table::-webkit-scrollbar-thumb {
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      background: #e6e6e6; }
    .entry-order-review .entry-table::-webkit-scrollbar-track {
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px; }
  .entry-order-review .title-checkout {
    padding: 0 40px; }
  .entry-order-review .checkout-payment a {
    width: calc(100% - 80px); }

.order-back {
  display: inline-block;
  font-size: 16px;
  font-weight: 900; }
  .order-back i {
    vertical-align: middle; }

.form-billing label {
  margin-bottom: 15px; }

.form-billing .form-group {
  margin-bottom: 25px; }

.cart-item .item-name {
  font-weight: 600; }

.cart-item .item-total {
  text-align: right; }

.cart-item .item-attribute .attribute-name,
.cart-item .item-attribute .attribute-value {
  display: inline-block; }

.cart-item .item-attribute .attribute-value {
  color: #666; }

.checkout-coupon {
  margin-bottom: 30px; }
  .checkout-coupon .coupon-info {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    text-transform: uppercase;
    flex-wrap: wrap; }
    .checkout-coupon .coupon-info::after {
      content: '\f0c4';
      font-family: "Line Awesome Free";
      font-size: 38px;
      font-weight: 900;
      color: #222;
      position: absolute;
      top: 0;
      left: -50px;
      line-height: 27px; }
    .checkout-coupon .coupon-info::before {
      content: '';
      width: 45px;
      border-bottom: 1px dashed #222;
      left: -57px;
      position: absolute; }
    .checkout-coupon .coupon-info a {
      margin-left: 15px; }
  .checkout-coupon .checkout_coupon {
    max-width: 700px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    border: 3px dashed #f4f4f4;
    padding: 2vw 2.5vw; }
    .checkout-coupon .checkout_coupon input {
      margin-right: 15px; }
  .checkout-coupon .btn-coupon {
    padding: 0 10px;
    line-height: 40px;
    height: 40px;
    font-size: 14px; }

.empty i {
  font-size: 100px;
  margin-bottom: 20px; }

.empty .empty-cart {
  font-size: 16px; }

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .order-info .order-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-bottom: 20px; }

.entry-account-detail p {
  margin-bottom: 10px; }

.entry-account-detail i {
  color: #c33;
  height: 20px;
  width: 20px;
  background: #c33;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 7px; }

.entry-account-detail a {
  color: #c33; }

.box-update-address {
  margin-bottom: 15px; }
  .box-update-address li {
    padding: 0 10px;
    border-left: 1px solid #666; }
    .box-update-address li a {
      padding: 0; }
      .box-update-address li a.active {
        font-weight: bold; }
    .box-update-address li:first-child {
      border-left: 0;
      padding-left: 0; }

:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.loading-block, .loading-page {
  z-index: 1100;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.loading-page {
  position: fixed; }

.loading-block {
  position: absolute; }

.bg-overlay {
  height: 100%;
  width: 100%;
  background-color: #fff;
  opacity: 0.7; }

.sk-flow {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .sk-flow .sk-flow-dot {
    width: 25%;
    height: 25%;
    background-color: #666;
    border-radius: 50%;
    -webkit-animation: sk-flow 1.4s infinite ease-in-out both;
    animation: sk-flow 1.4s infinite ease-in-out both;
    z-index: 1; }
    .sk-flow .sk-flow-dot:nth-child(1) {
      -webkit-animation-delay: -0.30s;
      animation-delay: -0.30s; }
    .sk-flow .sk-flow-dot:nth-child(2) {
      -webkit-animation-delay: -0.15s;
      animation-delay: -0.15s; }

.loading {
  position: relative; }
  .loading:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #666;
    border-right: 2px solid transparent;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    -webkit-animation: spinner .5s linear infinite;
    animation: spinner .5s linear infinite; }

@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes sk-flow {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.slider-section .slick-slide.slick-active .animate__animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.slider-section .slick-slide.slick-active .animate__animated.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.slider-section .slick-slide.slick-active .animate__animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

.slider-section .slick-slide.slick-active .animate__animated.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.slider-section .slick-slide.slick-active .animate__animated.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

.slider-section .slick-slide.slick-active .animate__animated.shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

.slider-section .slick-slide.slick-active .animate__animated.shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

.slider-section .slick-slide.slick-active .animate__animated.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

.slider-section .slick-slide.slick-active .animate__animated.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

.slider-section .slick-slide.slick-active .animate__animated.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

.slider-section .slick-slide.slick-active .animate__animated.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

.slider-section .slick-slide.slick-active .animate__animated.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

.slider-section .slick-slide.slick-active .animate__animated.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

.slider-section .slick-slide.slick-active .animate__animated.backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

.slider-section .slick-slide.slick-active .animate__animated.backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

.slider-section .slick-slide.slick-active .animate__animated.backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

.slider-section .slick-slide.slick-active .animate__animated.backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

.slider-section .slick-slide.slick-active .animate__animated.backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

.slider-section .slick-slide.slick-active .animate__animated.backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

.slider-section .slick-slide.slick-active .animate__animated.backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

.slider-section .slick-slide.slick-active .animate__animated.backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

.slider-section .slick-slide.slick-active .animate__animated.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

.slider-section .slick-slide.slick-active .animate__animated.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

.slider-section .slick-slide.slick-active .animate__animated.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

.slider-section .slick-slide.slick-active .animate__animated.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

.slider-section .slick-slide.slick-active .animate__animated.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

.slider-section .slick-slide.slick-active .animate__animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

.slider-section .slick-slide.slick-active .animate__animated.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

.slider-section .slick-slide.slick-active .animate__animated.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

.slider-section .slick-slide.slick-active .animate__animated.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

.slider-section .slick-slide.slick-active .animate__animated.bounceOutUp {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInBottomLeft {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

.slider-section .slick-slide.slick-active .animate__animated.fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

.slider-section .slick-slide.slick-active .animate__animated.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

.slider-section .slick-slide.slick-active .animate__animated.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

.slider-section .slick-slide.slick-active .animate__animated.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.slider-section .slick-slide.slick-active .animate__animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

.slider-section .slick-slide.slick-active .animate__animated.lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.slider-section .slick-slide.slick-active .animate__animated.lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.slider-section .slick-slide.slick-active .animate__animated.lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.slider-section .slick-slide.slick-active .animate__animated.lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

.slider-section .slick-slide.slick-active .animate__animated.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

.slider-section .slick-slide.slick-active .animate__animated.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

.slider-section .slick-slide.slick-active .animate__animated.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

.slider-section .slick-slide.slick-active .animate__animated.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

.slider-section .slick-slide.slick-active .animate__animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

.slider-section .slick-slide.slick-active .animate__animated.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

.slider-section .slick-slide.slick-active .animate__animated.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

.slider-section .slick-slide.slick-active .animate__animated.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

.slider-section .slick-slide.slick-active .animate__animated.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

.slider-section .slick-slide.slick-active .animate__animated.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

.slider-section .slick-slide.slick-active .animate__animated.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

.slider-section .slick-slide.slick-active .animate__animated.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

.slider-section .slick-slide.slick-active .animate__animated.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

.slider-section .slick-slide.slick-active .animate__animated.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

.slider-section .slick-slide.slick-active .animate__animated.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.slider-section .slick-slide.slick-active .animate__animated.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

.slider-section .slick-slide.slick-active .animate__animated.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

.slider-section .slick-slide.slick-active .animate__animated.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

.slider-section .slick-slide.slick-active .animate__animated.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

.slider-section .slick-slide.slick-active .animate__animated.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

.slider-section .slick-slide.slick-active .animate__animated.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

.slider-section .slick-slide.slick-active .animate__animated.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.slider-section .slick-slide.slick-active .animate__animated.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

.slider-section .slick-slide.slick-active .animate__animated.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

.slider-section .slick-slide.slick-active .animate__animated.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

.slider-section .slick-slide.slick-active .animate__animated.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.sticky-menu.fix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 1010;
  background-color: #ffffff;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sticky-menu.fix.scroll-up {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%); }

.wrp-effect-scale {
  position: relative;
  overflow: hidden; }
  .wrp-effect-scale:hover .effect-scale::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  .wrp-effect-scale .effect-scale {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .wrp-effect-scale .effect-scale:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }

.wrp-effect-change-img {
  position: relative; }
  .wrp-effect-change-img .effect-change-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 10; }
  .wrp-effect-change-img:hover .effect-change-img img {
    opacity: 1;
    filter: opacity(1);
    visibility: visible; }

.wrp-effect-opacity img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

.wrp-effect-opacity:hover img {
  opacity: 1;
  filter: alpha(opacity=100); }

.effect-spin {
  position: relative; }
  .effect-spin::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -9px 0 0 -9px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid #222;
    border-top-color: transparent;
    border-bottom-color: transparent;
    animation: spin .6s infinite linear;
    pointer-events: none; }
  .effect-spin i::before {
    opacity: 0;
    filter: opacity(0);
    visibility: hidden; }

.product-content-detail .add-to-cart.effect-spin:hover::after {
  content: none; }

.btn-product-action.effect-spin:hover::after {
  border-color: #ffffff;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.entry-quick-shop .add-to-cart.effect-spin::after {
  border-color: #c33;
  border-top-color: #ffffff;
  border-bottom-color: #ffffff; }

.effect-nav li a {
  position: relative;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .effect-nav li a.active {
    color: #222; }
    .effect-nav li a.active::after {
      transform: scaleX(1);
      opacity: 1;
      filter: opacity(1);
      visibility: visible; }
  .effect-nav li a::after {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #222;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleX(0);
    opacity: 0;
    filter: opacity(0);
    visibility: hidden;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .effect-nav li a:hover {
    color: #222; }

.effect-border-scale {
  position: relative; }
  .effect-border-scale::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background-color: #c33;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .effect-border-scale:hover::after {
    transform: scaleX(1); }

.effect-rotate {
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .effect-rotate:hover {
    transform: rotateZ(90deg); }

.effect-attribute-cart {
  position: relative; }
  .effect-attribute-cart::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background-image: url("../img/shopping-basket.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: top-bottom-shake 2.5s infinite linear;
    -o-animation: top-bottom-shake 2.5s infinite linear;
    animation: top-bottom-shake 2.5s infinite linear;
    z-index: 40;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .effect-attribute-cart::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 30;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

@keyframes top-bottom-shake {
  25% {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, -5px, 0); }
  65% {
    transform: translate3d(0, 0px, 0); }
  75% {
    transform: translate3d(0, -2px, 0); } }

@-webkit-keyframes top-bottom-shake {
  25% {
    transform: translate3d(0, 0px, 0); }
  50% {
    transform: translate3d(0, -5px, 0); }
  65% {
    transform: translate3d(0, 0px, 0); }
  75% {
    transform: translate3d(0, -2px, 0); } }

.effect-shadow:hover {
  -webkit-box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51);
  -moz-box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51);
  box-shadow: 0 2px 10px 1px rgba(57, 73, 76, 0.34), 0 1px 2px rgba(44, 54, 56, 0.51); }

.effect-spin-loading {
  position: relative; }
  .effect-spin-loading::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px solid transparent;
    border-left-color: #fff;
    margin-left: -15px;
    margin-top: -15px;
    animation: spin 1.5s infinite linear; }

.effect-border-scale-1 {
  position: relative; }
  .effect-border-scale-1::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
    background-color: #c33;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out; }
  .effect-border-scale-1:hover::after {
    transform: scaleX(1); }

.wrap-effect-border-scale-1:hover .effect-border-scale-1::after {
  transform: scaleX(1); }

@keyframes nav_menu_anim_open {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes nav_menu_anim_close {
  0% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-10px); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.effect-wave {
  position: absolute;
  width: 100px;
  height: 100px;
  top: -1px;
  left: -1px;
  border: 1px solid rgba(204, 51, 51, 0.4);
  border-radius: 50%;
  opacity: 0;
  animation: flash-sec 2s infinite linear; }

@keyframes flash-sec {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; }
  20% {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
    opacity: .2; }
  40% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: .5; }
  60% {
    -webkit-transform: scale(1.36);
    transform: scale(1.36);
    opacity: .7; }
  80% {
    -webkit-transform: scale(1.48);
    transform: scale(1.48);
    opacity: .2; }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0; } }

.effect-zoom-fade.open {
  animation-name: zoom-fadeIn;
  animation-duration: 0.5s;
  animation-fill-mode: both; }

@keyframes zoom-fadeIn {
  0% {
    opacity: 0;
    transform: scale(1);
    visibility: hidden; }
  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible; } }

@keyframes zoom-fadeOut {
  0% {
    opacity: 1;
    transform: scale(1);
    visibility: visible; }
  100% {
    opacity: 0;
    transform: scale(1);
    visibility: hidden; } }

@-webkit-keyframes search-anim {
  25% {
    background-size: 14%; }
  75% {
    background-size: 12%; } }

@keyframes search-anim {
  25% {
    background-size: 14%; }
  75% {
    background-size: 12%; } }

.wrp-effect-album {
  position: relative;
  overflow: hidden; }
  .wrp-effect-album .effect-image, .wrp-effect-album .effect-video, .wrp-effect-album .effect-file {
    display: block; }
    .wrp-effect-album .effect-image::after, .wrp-effect-album .effect-video::after, .wrp-effect-album .effect-file::after {
      content: '';
      background-color: rgba(51, 54, 69, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      filter: opacity(0);
      visibility: hidden;
      -webkit-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out; }
    .wrp-effect-album .effect-image::before, .wrp-effect-album .effect-video::before, .wrp-effect-album .effect-file::before {
      font-family: "Line Awesome Free";
      font-weight: 900;
      color: #ffffff;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      font-size: 48px;
      opacity: 0;
      filter: opacity(0);
      visibility: hidden;
      -webkit-transition: opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1), transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
      transition: opacity 0.2s cubic-bezier(0.39, 1, 0.55, 1), transform 0.2s cubic-bezier(0.39, 1, 0.55, 1);
      -webkit-transform: translate(-50%, calc(-50% + 15px));
      -moz-transform: translate(-50%, calc(-50% + 15px));
      -ms-transform: translate(-50%, calc(-50% + 15px));
      -o-transform: translate(-50%, calc(-50% + 15px));
      transform: translate(-50%, calc(-50% + 15px)); }
  .wrp-effect-album .effect-image::before {
    content: "\f03e"; }
  .wrp-effect-album .effect-video::before {
    content: "\f144"; }
  .wrp-effect-album .effect-file::before {
    content: "\f15c"; }
  .wrp-effect-album:hover .effect-image::after,
  .wrp-effect-album:hover .effect-video::after,
  .wrp-effect-album:hover .effect-file::after {
    opacity: 1;
    filter: opacity(1);
    visibility: visible; }
  .wrp-effect-album:hover .effect-image::before,
  .wrp-effect-album:hover .effect-video::before,
  .wrp-effect-album:hover .effect-file::before {
    opacity: 1;
    filter: opacity(1);
    visibility: visible;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s; }

.effect-hover-row tbody tr:hover th, .effect-hover-row tbody tr:hover td {
  cursor: pointer;
  background-color: #f1f1f1; }

.effect-hover-row tbody tr:nth-of-type(even) {
  background-color: transparent; }

/* Responsive */
.is-mobile .product-detail-footer {
  border-top: 1px solid #e3e3e3;
  margin-top: 15px;
  padding-top: 15px; }
  .is-mobile .product-detail-footer .nav {
    margin-bottom: 0;
    border-bottom: 0; }
    .is-mobile .product-detail-footer .nav li {
      margin-right: 20px; }
      .is-mobile .product-detail-footer .nav li a {
        font-size: 14px; }
        .is-mobile .product-detail-footer .nav li a::before {
          content: none; }
        .is-mobile .product-detail-footer .nav li a.active {
          color: #c33; }

.is-mobile .box-rating {
  flex-direction: column; }
  .is-mobile .box-rating .author-info {
    flex: 1 1;
    padding: 0;
    display: flex;
    text-align: left; }
    .is-mobile .box-rating .author-info .letter-first {
      margin: 0 8px 0 0;
      height: 36px;
      width: 36px;
      line-height: 34px;
      font-size: 11px; }
    .is-mobile .box-rating .author-info .meta {
      text-align: left;
      padding-left: 10px;
      margin-top: 5px; }
  .is-mobile .box-rating .rating-content {
    width: 100%;
    padding-left: 0; }
    .is-mobile .box-rating .rating-content .entry-reply {
      margin-bottom: 10px; }
  .is-mobile .box-rating .child-reply .author-info .meta {
    padding-left: 0; }
  .is-mobile .box-rating .child-reply .reviews-form {
    background-color: transparent;
    padding: 0; }

.is-mobile .reviews-form {
  background-color: transparent;
  padding: 0; }
  .is-mobile .reviews-form input[type=text], .is-mobile .reviews-form textarea {
    background-color: #f4f4f4;
    border: 2px solid #f4f4f4; }

.is-mobile .logo-section {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

.is-mobile .entry-topbar {
  display: block; }
  .is-mobile .entry-topbar .dropdown-topbar {
    justify-content: center; }
  .is-mobile .entry-topbar .left-topbar {
    display: block;
    text-align: center; }
  .is-mobile .entry-topbar .right-topbar ul {
    text-align: center;
    padding-left: 0; }
  .is-mobile .entry-topbar .slogan-topbar {
    height: inherit;
    line-height: inherit; }

.is-mobile .search-section, .is-mobile .user-section {
  display: none; }

.is-mobile .slider-section .slick-next:hover,
.is-mobile .slider-section .slick-prev:hover {
  background-color: rgba(255, 255, 255, 0.75); }
  .is-mobile .slider-section .slick-next:hover::before,
  .is-mobile .slider-section .slick-prev:hover::before {
    color: #222; }

.is-mobile .slider-section .inner-title {
  font-size: 14px;
  margin-bottom: 10px; }

.is-mobile .slider-section .inner-description {
  font-size: 28px;
  line-height: 35px; }

.is-mobile .slider-section .inner-content {
  font-size: 13px;
  line-height: 16px;
  margin-top: 10px;
  margin-bottom: 15px; }

.is-mobile .slider-section .btn-submit {
  font-size: 13px;
  line-height: 35px !important;
  height: 35px; }

.is-mobile .menu-section {
  position: fixed;
  width: 290px;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 1100;
  background-color: #fff;
  padding: 0 20px;
  overflow: auto;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(-290px, 0, 0);
  -moz-transform: translate3d(-290px, 0, 0);
  -ms-transform: translate3d(-290px, 0, 0);
  -o-transform: translate3d(-290px, 0, 0);
  transform: translate3d(-290px, 0, 0);
  -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
  -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2); }
  .is-mobile .menu-section.open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-bottom: 90px; }
  .is-mobile .menu-section > ul > li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #e3e3e3; }
    .is-mobile .menu-section > ul > li:last-child {
      border-bottom: 0; }
    .is-mobile .menu-section > ul > li > a {
      line-height: 1;
      height: auto;
      display: block !important;
      text-align: left;
      padding: 15px 0px;
      color: #333;
      }
    .is-mobile .menu-section > ul > li > .grower {
      top: 8px; }
  .is-mobile .menu-section .grower {
    display: block;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1; }
    .is-mobile .menu-section .grower::after {
      content: "\f067";
      font-family: "Line Awesome Free";
      vertical-align: bottom;
      font-weight: 600; }
    .is-mobile .menu-section .grower.open::after {
      content: "\f068"; }
  .is-mobile .menu-section .menu-title {
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1;
    padding: 10px 0;
    display: block; }
  .is-mobile .menu-section .row-menu {
    display: block;
    margin-right: 0px;
    margin-left: 0px; }
    .is-mobile .menu-section .row-menu > div, .is-mobile .menu-section .row-menu li {
      max-width: 100%;
      padding: 0 0 0 15px; }
  .is-mobile .menu-section .container-menu {
    border-left: 1px solid #e3e3e3;
    margin-bottom: 10px;
    min-height: auto !important; }
    .is-mobile .menu-section .container-menu .sub-menu {
      display: none;
      border-left: 1px solid #e3e3e3;
      padding: 0px;
      margin-bottom: 0px; }
  .is-mobile .menu-section .menu-link {
    line-height: 1;
    padding: 10px 0;
    color: #222; }
  .is-mobile .menu-section .child-indicator {
    display: none; }
  .is-mobile .menu-section .entry-menu.tabs-menu .tabs-item {
    padding-left: 15px; }
    .is-mobile .menu-section .entry-menu.tabs-menu .tabs-item.active > .menu-link {
      background-color: #fff; }
    .is-mobile .menu-section .entry-menu.tabs-menu .tabs-item > .menu-link {
      line-height: 1;
      width: 100%;
      padding: 10px 0; }
    .is-mobile .menu-section .entry-menu.tabs-menu .tabs-item > .sub-menu {
      width: 100%;
      position: static;
      padding: 0;
      margin-bottom: 0;
      opacity: 1;
      filter: opacity(1);
      visibility: visible; }
  .is-mobile .menu-section .entry-menu.dropdown {
    margin-bottom: 10px; }
    .is-mobile .menu-section .entry-menu.dropdown ul {
      position: static;
      opacity: 1;
      filter: opacity(1);
      visibility: visible;
      display: none;
      min-width: auto;
      margin: 0;
      padding: 0;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      border-left: 1px solid #e3e3e3; }
      .is-mobile .menu-section .entry-menu.dropdown ul li {
        padding-left: 15px; }
  .is-mobile .menu-section .entry-menu.full-width .container-menu {
    width: 100%; }
  .is-mobile .menu-section .has-child {
    position: relative; }
    .is-mobile .menu-section .has-child > a {
      position: relative; }
      .is-mobile .menu-section .has-child > a > span {
        display: none !important; }
    .is-mobile .menu-section .has-child > .entry-menu {
      position: static;
      padding: 0;
      border-top: 0;
      min-width: auto;
      width: auto;
      display: none;
      opacity: 1;
      filter: opacity(1);
      visibility: visible;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px);
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .is-mobile .menu-section .has-child > .entry-menu::before {
        content: none; }
    .is-mobile .menu-section .has-child:hover > a {
      color: inherit; }
  .is-mobile .menu-section .menu-top {
    display: block;
    position: relative;
    margin-bottom: 15px;
    margin-top: 20px; }
    .is-mobile .menu-section .menu-top .menu-close {
      position: absolute;
      top: 5px;
      right: 0;
      font-size: 20px; }
  .is-mobile .menu-section .close-sidebar {
    position: absolute;
    font-size: 30px;
    color: #222;
    top: -5px;
    right: 0; }

.is-mobile .btn-menu-mobile {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 35px;
  display: inline-block;
  color: #222; }

.is-mobile .back-drop {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 1020;
  opacity: 0;
  filter: opacity(0);
  visibility: hidden; }
  .is-mobile .back-drop.open {
    opacity: 1;
    filter: opacity(1);
    visibility: visible; }

.is-mobile .sticky-menu.fix {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }
  .is-mobile .sticky-menu.fix.scroll-up {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.is-mobile .sidebar-mini-cart {
  width: 290px; }
  .is-mobile .sidebar-mini-cart .sidebar-header, .is-mobile .sidebar-mini-cart .content-mini-cart {
    padding: 0 20px; }
  .is-mobile .sidebar-mini-cart .content-mini-cart .cart-item {
    padding: 15px 0; }
  .is-mobile .sidebar-mini-cart .content-mini-cart .remove-mini-cart {
    top: 12px; }

.is-mobile .hight-light .entry-content {
  flex-direction: column;
  text-align: center;
  margin-bottom: 10px; }
  .is-mobile .hight-light .entry-content .inner-icon {
    margin-right: 0; }

.is-mobile .entire-video-banner {
  padding-top: 56%; }
  .is-mobile .entire-video-banner .entire-content .inner-descript {
    font-size: 30px;
    line-height: 38px; }
  .is-mobile .entire-video-banner .entire-content .inner-category {
    font-size: 14px; }

.is-mobile .entire-info-website, .is-mobile .footer-menu-section {
  margin-bottom: 0;
  text-align: center;
  }

.is-mobile .entire-info-website address {
  margin-bottom: 0;
  }

.is-mobile .product-detail-head .product-quantity, .is-mobile .product-detail-head .add-to-cart {
  margin-top: 5px;
  margin-bottom: 5px; }

.is-mobile .view-small .product-item .inner-content {
  text-align: left; }
  .is-mobile .view-small .product-item .inner-content .star-rating {
    margin: 0; }

.is-mobile .product-item .inner-image .product-action {
  display: none; }

.is-mobile .product-item .inner-content {
  text-align: center; }
  .is-mobile .product-item .inner-content .product-title {
    line-height: 1.2;
    margin-bottom: 3px; }
  .is-mobile .product-item .inner-content .product-rating-price {
    height: auto;
    line-height: 1.4; }
    .is-mobile .product-item .inner-content .product-rating-price .wrp-rating-price {
      height: auto; }
  .is-mobile .product-item .inner-content .star-rating {
    margin: 0 auto; }
  .is-mobile .product-item .inner-content .price > span {
    display: inline-block;
    padding: 0 3px; }
    .is-mobile .product-item .inner-content .price > span.price-amount.old-price {
      margin-left: 0; }

.is-mobile .product-item:hover .inner-content .product-rating-price .wrp-rating-price {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.slider-section, .slider-section .item img {
  height: 240px; }

@media (min-width: 480px) {
  .slider-section, .slider-section .item img {
    height: 310px; } }

@media (min-width: 768px) {
  .slider-section, .slider-section .item img {
    height: 475px; } }

@media (min-width: 1000px) {
  .slider-section, .slider-section .item img {
    height: 670px; } }

@media (max-width: 1280px) {
  .menu-section .entry-menu.full-width .container-menu {
    width: auto; }
  .menu-section .entry-menu.multil-column {
    min-width: 620px; }
  .slick-slider .slick-arrow {
    opacity: 1;
    filter: opacity(1);
    visibility: visible; }
  .slick-slider .slick-prev {
    left: 0px; }
  .slick-slider .slick-next {
    right: 0px; }
  .slick-slider:hover .slick-prev {
    left: 0px; }
  .slick-slider:hover .slick-next {
    right: 0px; }
  .slick-slider::before, .slick-slider::after {
    content: none; }
  .slider-section .inner-title {
    font-size: 18px; }
  .slider-section .inner-description {
    font-size: 50px;
    line-height: 60px; }
  .entire-deal {
    padding: 50px 10px; }
    .entire-deal .title-deal {
      font-size: 30px;
      line-height: 40px; }
    .entire-deal .price, .entire-deal .countdown-wrapper, .entire-deal .description-deal {
      margin-bottom: 40px; }
  .entire-video-banner .entire-content .inner-descript {
    font-size: 38px;
    line-height: 42px; }
  .entire-video-banner .entire-content .inner-category {
    font-size: 18px; } }

@media (max-width: 1000px) {
  .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .entry-topbar {
    display: block; }
    .entry-topbar .dropdown-topbar {
      justify-content: center; }
    .entry-topbar .left-topbar {
      display: block;
      text-align: center; }
    .entry-topbar .right-topbar ul {
      text-align: center;
      padding-left: 0; }
    .entry-topbar .slogan-topbar {
      height: inherit;
      line-height: inherit; }
  .search-section, .user-section {
    display: none; }
  .menu-section {
    position: fixed;
    width: 290px;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1100;
    background-color: #fff;
    padding: 0 20px;
    overflow: auto;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    -webkit-transform: translate3d(-290px, 0, 0);
    -moz-transform: translate3d(-290px, 0, 0);
    -ms-transform: translate3d(-290px, 0, 0);
    -o-transform: translate3d(-290px, 0, 0);
    transform: translate3d(-290px, 0, 0);
    -webkit-transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.51, 0.82);
    -webkit-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2);
    box-shadow: -1px 0px 3px rgba(0, 0, 0, 0.2); }
    .menu-section.open {
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .menu-section > ul > li {
      display: block;
      margin-right: 0;
      border-bottom: 1px solid #e3e3e3; }
      .menu-section > ul > li:last-child {
        border-bottom: 0; }
      .menu-section > ul > li > a {
        line-height: 1;
        height: auto;
        display: block !important;
        text-align: left;
        padding: 15px 0px; }
      .menu-section > ul > li > .grower {
        top: 8px; }
    .menu-section .grower {
      display: block;
      position: absolute;
      top: 2px;
      right: 0;
      font-size: 14px;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      cursor: pointer;
      opacity: 1;
      filter: alpha(opacity=100);
      z-index: 1; }
      .menu-section .grower::after {
        content: "\f067";
        font-family: "Line Awesome Free";
        vertical-align: bottom;
        font-weight: 600; }
      .menu-section .grower.open::after {
        content: "\f068"; }
    .menu-section .menu-title {
      font-weight: normal;
      margin-bottom: 0;
      line-height: 1;
      padding: 10px 0;
      display: block; }
    .menu-section .row-menu {
      display: block;
      margin-right: 0px;
      margin-left: 0px; }
      .menu-section .row-menu > div, .menu-section .row-menu li {
        max-width: 100%;
        padding: 0 0 0 15px; }
    .menu-section .container-menu {
      border-left: 1px solid #e3e3e3;
      margin-bottom: 10px;
      min-height: auto !important; }
      .menu-section .container-menu .sub-menu {
        display: none;
        border-left: 1px solid #e3e3e3;
        padding: 0px;
        margin-bottom: 0px; }
    .menu-section .menu-link {
      line-height: 1;
      padding: 10px 0;
      color: #222; }
    .menu-section .child-indicator {
      display: none; }
    .menu-section .entry-menu.tabs-menu .tabs-item {
      padding-left: 15px; }
      .menu-section .entry-menu.tabs-menu .tabs-item.active > .menu-link {
        background-color: #fff; }
      .menu-section .entry-menu.tabs-menu .tabs-item > .menu-link {
        line-height: 1;
        width: 100%;
        padding: 10px 0; }
      .menu-section .entry-menu.tabs-menu .tabs-item > .sub-menu {
        width: 100%;
        position: static;
        padding: 0;
        margin-bottom: 0;
        opacity: 1;
        filter: opacity(1);
        visibility: visible; }
    .menu-section .entry-menu.dropdown {
      margin-bottom: 10px; }
      .menu-section .entry-menu.dropdown ul {
        position: static;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        display: none;
        min-width: auto;
        margin: 0;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        border-left: 1px solid #e3e3e3; }
        .menu-section .entry-menu.dropdown ul li {
          padding-left: 15px; }
    .menu-section .entry-menu.full-width .container-menu {
      width: 100%; }
    .menu-section .has-child {
      position: relative; }
      .menu-section .has-child > a {
        position: relative; }
        .menu-section .has-child > a > span {
          display: none !important; }
      .menu-section .has-child > .entry-menu {
        position: static;
        padding: 0;
        border-top: 0;
        min-width: auto;
        width: auto;
        display: none;
        opacity: 1;
        filter: opacity(1);
        visibility: visible;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        .menu-section .has-child > .entry-menu::before {
          content: none; }
      .menu-section .has-child:hover > a {
        color: inherit; }
    .menu-section .menu-top {
      display: block;
      position: relative;
      margin-bottom: 15px;
      margin-top: 20px; }
      .menu-section .menu-top .menu-close {
        position: absolute;
        top: 5px;
        right: 0;
        font-size: 20px; }
    .menu-section .close-sidebar {
      position: absolute;
      font-size: 30px;
      color: #222;
      top: -5px;
      right: 0; }
  .btn-menu-mobile {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 35px;
    display: inline-block;
    color: #222; }
  .back-drop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1020;
    opacity: 0;
    filter: opacity(0);
    visibility: hidden; }
    .back-drop.open {
      opacity: 1;
      filter: opacity(1);
      visibility: visible; }
  .sticky-menu.fix {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .sticky-menu.fix.scroll-up {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .sidebar-mini-cart {
    width: 290px; }
    .sidebar-mini-cart .sidebar-header, .sidebar-mini-cart .content-mini-cart {
      padding: 0 20px; }
    .sidebar-mini-cart .content-mini-cart .cart-item {
      padding: 15px 0; }
    .sidebar-mini-cart .content-mini-cart .remove-mini-cart {
      top: 12px; }
  .hight-light .inner-icon {
    margin-right: 30px; }
  .title-footer, .title-section {
    margin-bottom: 30px; }
  .entire-info-website .descript-website-section, .entire-info-website address, .entire-info-website .social-footer-section {
    margin-bottom: 0;
    }
  .product-tab .nav .nav-item {
    padding: 0 15px; }
    .product-tab .nav .nav-item .nav-link {
      font-size: 14px;
      padding-bottom: 10px; }
  .product-detail-head .product-quantity, .product-detail-head .add-to-cart {
    margin-top: 5px;
    margin-bottom: 5px; }
  .form-billing label {
    margin-bottom: 5px; }
  .form-billing .form-group {
    margin-bottom: 15px; }
  footer .product-section,
  footer .footer-menu-section {
    margin-bottom: 40px; } }

@media (min-width: 768px) and (max-width: 1280px) {
  .btn-action-header {
    padding: 8px 10px 7px; }
  .menu-section > ul > li {
    margin-right: 20px; } }

@media (max-width: 991px) {
  .product-detail-footer {
    border-top: 1px solid #e3e3e3;
    margin-top: 15px;
    padding-top: 15px; }
    .product-detail-footer .nav {
      margin-bottom: 0;
      border-bottom: 0; }
      .product-detail-footer .nav li {
        margin-right: 20px; }
        .product-detail-footer .nav li a {
          font-size: 14px; }
          .product-detail-footer .nav li a::before {
            content: none; }
          .product-detail-footer .nav li a.active {
            color: #c33; }
  .box-rating {
    flex-direction: column; }
    .box-rating .author-info {
      flex: 1 1;
      padding: 0;
      display: flex;
      text-align: left; }
      .box-rating .author-info .letter-first {
        margin: 0 8px 0 0;
        height: 36px;
        width: 36px;
        line-height: 34px;
        font-size: 11px; }
      .box-rating .author-info .meta {
        text-align: left;
        padding-left: 10px;
        margin-top: 5px; }
    .box-rating .rating-content {
      width: 100%;
      padding-left: 0; }
      .box-rating .rating-content .entry-reply {
        margin-bottom: 10px; }
    .box-rating .child-reply .author-info .meta {
      padding-left: 0; }
    .box-rating .child-reply .reviews-form {
      background-color: transparent;
      padding: 0; }
  .reviews-form {
    background-color: transparent;
    padding: 0; }
    .reviews-form input[type=text], .reviews-form textarea {
      background-color: #f4f4f4;
      border: 2px solid #f4f4f4; }
  .entire-address {
    padding: 20px 0; }
  .comment-section .list-comment .comment-content {
    margin-left: 0; }
  .list-comment .list-reply {
    margin-left: 30px; }
  .comment-item .edit-comment {
    margin-left: 30px; }
  .edit-comment {
    margin-bottom: 30px; }
  .title-section {
    font-size: 30px;
    line-height: 36px; }
  .product-detail-footer {
    margin-top: 30px;
    margin-bottom: 30px; }
  :not(.slick-vertical) .slider-thumbs .thumb-item {
    margin: 0 15px !important; }
  .product-image-detail .slider-thumbs {
    margin: 15px 0; }
    .product-image-detail .slider-thumbs .slick-list {
      margin: 0 -5px; }
    .product-image-detail .slider-thumbs .slick-prev {
      top: calc(-50% + 2px);
      left: 0;
      right: auto;
      width: 25px;
      height: calc(100% - 2px);
      margin: 0; }
      .product-image-detail .slider-thumbs .slick-prev::before {
        content: "\f104"; }
    .product-image-detail .slider-thumbs .slick-next {
      top: calc(-50% + 2px);
      left: auto;
      right: 0;
      width: 25px;
      height: calc(100% - 2px);
      margin: 0; }
      .product-image-detail .slider-thumbs .slick-next::before {
        content: "\f105"; }
    .product-image-detail .slider-thumbs .thumb-item {
      margin: 0; }
      .product-image-detail .slider-thumbs .thumb-item img {
        border: 1px solid transparent;
        object-fit: cover; }
      .product-image-detail .slider-thumbs .thumb-item.slick-current img {
        border: 1px solid #222; }
  .page-title-section.page-categories {
    background: #f3f3f3 !important;
    padding: 20px 0; }
  .page-title-section .inner-title {
    font-size: 30px; }
  .entry-order-review th, .entry-order-review td {
    font-size: 13px;
    padding: 7px 0; }
  .entry-order-review .order-total {
    font-size: 18px; }
    .entry-order-review .order-total .price-amount {
      font-size: 14px; }
  .entry-order-review .price-amount {
    font-size: 13px; }
  .entry-order-review .entry-table {
    padding: 0 15px 15px; }
  .payment-method .tab-content, .payment-method ul {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-right: 0; }
  .payment-method ul {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 30px; }
    .payment-method ul li a.active::after {
      content: none; }
  .entire-cart-totals .order-total {
    font-size: 16px; }
    .entire-cart-totals .order-total td span {
      font-size: 16px; }
  .form-contact .title-section {
    padding-top: 30px; } }

@media (max-width: 767px) {
  .deal-section {
    background-image: none !important;
    background-color: #e8eced; }
  .article-item .article-info .article-category {
    display: block;
    margin-right: 0; }
  .logo-section {
    text-align: center; }
  .work-time {
    margin-top: 40px;
    margin-bottom: 40px; }
  .slider-section .slick-next:hover,
  .slider-section .slick-prev:hover {
    background-color: rgba(255, 255, 255, 0.75); }
    .slider-section .slick-next:hover::before,
    .slider-section .slick-prev:hover::before {
      color: #222; }
  .slider-section .inner-title {
    font-size: 14px;
    margin-bottom: 10px; }
  .slider-section .inner-description {
    font-size: 28px;
    line-height: 35px; }
  .slider-section .inner-content {
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 15px; }
  .slider-section .btn-submit {
    font-size: 13px;
    line-height: 35px !important;
    height: 35px; }
  .entire-video-banner {
    padding-top: 56%; }
    .entire-video-banner .entire-content .inner-descript {
      font-size: 30px;
      line-height: 38px; }
    .entire-video-banner .entire-content .inner-category {
      font-size: 14px; }
  .page-title-section .product-categories li {
    display: block; }
  .responsive-table.cart-info-section {
    margin-bottom: 15px; }
    .responsive-table.cart-info-section .item-quantity::before {
      margin-top: 10px; }
    .responsive-table.cart-info-section .item-quantity .product-quantity {
      border: 0;
      padding: 0; }
  .entire-cart-totals {
    margin-top: 15px;
    padding: 10px 20px 20px; }
  .product-item .inner-image .product-action {
    display: none; }
  .product-item .inner-content {
    text-align: center; }
    .product-item .inner-content .product-title {
      line-height: 1.2;
      margin-bottom: 3px; }
    .product-item .inner-content .product-rating-price {
      height: auto;
      line-height: 1.4; }
      .product-item .inner-content .product-rating-price .wrp-rating-price {
        height: auto; }
    .product-item .inner-content .star-rating {
      margin: 0 auto; }
    .product-item .inner-content .price > span {
      display: inline-block;
      padding: 0 3px; }
      .product-item .inner-content .price > span.price-amount.old-price {
        margin-left: 0; }
  .product-item:hover .inner-content .product-rating-price .wrp-rating-price {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  .swal2-styled {
    padding: 0 10px; }
  .swal2-content, .swal2-actions, .swal2-header {
    padding: 7px 5px;
    text-align: center; }
  .swal2-actions button {
    font-size: 11px !important; }
  .swal2-actions {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .swal2-popup {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media (max-width: 700px) {
  .product-category-section > div {
    height: auto; }
  .product-category-section .inner-product-cat {
    height: auto;
    padding-top: 75%;
    margin-bottom: 30px; }
    .product-category-section .inner-product-cat.half-height {
      height: auto; }
  .hight-light .inner-icon {
    margin-right: 0px; }
  .hight-light .entry-content {
    flex-direction: column;
    text-align: center;
    margin-bottom: 30px; }
  .checkout-coupon .coupon-info::before, .checkout-coupon .coupon-info::after {
    content: none; }
  .product-content-detail .add-to-cart {
    max-width: 180px; }
  .sidebar-mini-cart .sidebar-header {
    margin-top: 0; }
  .sidebar-mini-cart .content-mini-cart .inner-image img {
    width: 45px;
    max-height: 60px;
    margin-right: 10px; }
  .sidebar-mini-cart .content-mini-cart .inner-content {
    margin-left: 55px; }
    .sidebar-mini-cart .content-mini-cart .inner-content .product-title {
      font-size: 13px; }
    .sidebar-mini-cart .content-mini-cart .inner-content .quantity {
      font-size: 13px; }
      .sidebar-mini-cart .content-mini-cart .inner-content .quantity .price-amount {
        font-size: 13px; }
  .sidebar-mini-cart .content-mini-cart .total-price label {
    font-size: 14px; }
  .sidebar-mini-cart .content-mini-cart .total-price .price-amount {
    font-size: 16px; }
  .sidebar-mini-cart .content-mini-cart .mini-cart-btn {
    padding-top: 20px; }
  .btn-update-cart {
    position: fixed;
    bottom: 80px;
    left: 15px;
    z-index: 9; } }

@media (max-width: 575px) {
  .coppyright-payment .coppyright {
    text-align: center;
    margin-bottom: 5px; }
  .coppyright-payment .payment {
    text-align: center !important; } }

@media (max-width: 420px) {
  .slider-section .inner-title {
    font-size: 14px;
    margin-bottom: 10px; }
  .slider-section .inner-description {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; }
  .slider-section .inner-content {
    display: none; }
  .slider-section .btn-submit {
    font-size: 13px;
    line-height: 35px !important;
    height: 35px; } }

@media screen and (device-aspect-ratio: 2 / 3) {
  select, textarea, input[type="text"], input[type="password"] {
    font-size: 16px; } }

/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select, textarea, input[type="text"], input[type="password"] {
    font-size: 16px; } }

/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select, textarea, input[type="text"], input[type="password"] {
    font-size: 16px; } }

/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select, textarea, input[type="text"], input[type="password"] {
    font-size: 16px; } }
    
.bg-main{
    background: var(--color-primary);
}
.bg-light{
    background: var(--color-light);
}
.fs-14{font-size:14px;}
.sidebar-sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.brand-item img{
    object-fit: contain;
}
.featured-media{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
    font-size: 80px;
    color: #ffffff;
}
.featured-media i{
    position:relative;
    color: #fffafa;
}
.featured-media i::after{
    content:'';
    background: rgb(0 0 0 / 34%);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius:50%;
    z-index: -1;
}
.mask-overlay::after{
    content:'';
    height: 100%;
    width: 100%;
    position:absolute;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 5%);
    pointer-events: none;
}
.article-title{
    font-weight: 700;
    line-height:1.3;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 19px;
}
.article-category.fixed{
    position:absolute;
    bottom: 10px;
    left: 10px;
}
.article-category.fixed a{
    background-color: #777575;
    border-color: #777575;
    color: #fff;
    padding: 1px 5px;
    font-size: 11px;

}
.article-category a:last-child .comma-item{
    display: none;
}
.space-5{
    margin-right: -5px;
    margin-left: -5px; 
}
.space-5>div{
    padding-right: 5px;
    padding-left: 5px;
}
.space-10{
    margin-right: -10px;
    margin-left: -10px;
}
.space-10>div{
    padding-right: 10px;
    padding-left: 10px;
}
.view-small:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.view-section-3{
    border: 1px solid #eee;
    border-radius: 5px;
    margin-bottom: 15px;
}

.view-section-3 .article-title{
    margin-bottom: 15px;
    font-size: 16px;
}
.view-section-3 .entire-article{
    padding: 15px;
    background-image:linear-gradient(0deg,transparent,hsla(0,0%,94.1%,.7))
}
.title-section-3{
    display: inline-block;
    color: #fff;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    font-size: 16px;
    line-height: 1.1;
    padding: 7px 30px 7px 15px;
    background: var(--color-primary);
    margin-bottom: 0;
    position: relative;
}
.title-section-3::after{
    content: '';
    background:#fff;
    position:absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.title-section-3 a{
    position: relative;
    padding-left: 10px;
    font-weight: 400;
    color: #fff;
    font-family: 'iCielBCCubano-Normal';
}
.title-section-3 a::before{
    content: "";
    width: 2px;
    height: 15px;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
}
.wrp-title-section-3{
    position:relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.wrp-title-section-3::after{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    content: "";
    height: 1px;
    background: var(--color-primary);
    z-index: -2;
}
.news-tab a{
    font-weight:bold;
    margin: 0 10px;
    font-size: 13px;
    font-family: 'iCielBCCubano-Normal';
}
.news-tab li:last-child a{
    margin-right:0;
}
.wrp-section-4{
    background-color: var(--dark);
    padding: 15px;
}
.wrp-section-4 .article-title a{
    color: #fff;
}
.title-section-4 a{
    position:relative;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-family: 'iCielBCCubano-Normal';
}
.title-section-4 a::before{
    content:'';
    width: 100%;
    height: 2px;
    background: var(--color-primary);
    position: absolute;
    left: 0;
    bottom: -3px;
}
.slick-slider::after, .slick-slider::before{
    content: none;
}
.slick-prev{
    left: 0;
}
.slick-next{
    right: 0;
}
.slick-slider:hover .slick-next{
    right: 0;
}
.slick-slider:hover .slick-prev{
    left: 0;
}
.slick-next, .slick-prev{
    background: hsla(0,0%,95.7%,.8);
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover{
    background: hsla(0,0%,95.7%,.8);
}
.trend-news{
    display:inline-block;
    margin:0 10px;
    font-size: 13px;
    color: #000;
    border-radius: 100px;
    background-color: #e7e7e7;
    padding: 0 8px 0 12px;
    height: 24px;
    line-height: 24px;
}
.trend-news:hover{
    color:#fff;
    background:var(--color-primary);
}
.trend-news:hover::before{
    color: #fff;
}
.trend-news::before{
    content: '#';
    display: inline-block;
    color: hsla(0,0%,41.6%,.51);
    font-size: 15px;
    margin-right: 4px;
}
.icon-trend-news{
    margin-bottom:0;
    background: var(--color-primary) !important;
    color: #fff;
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding: 0px 2px 0px;
    overflow: hidden;
    margin-right: 5px;
}
#digclock{
    font-size: 13px;
    color: var(--color-primary);
}
.timestemp i{
    color: var(--color-primary);
    font-size:16px;
}
.view-small-news .article-title{
    font-size: 16px;
}
.small-section-1{
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.small-section-1:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.small-section-1 .article-title
{
    font-size: 16px;
}
.small-section-2 .article-title{font-size: 15px;}
.small-section-2{
    margin-bottom: 10px;
    border-bottom: 1px dotted #bdbdbd;
    padding-bottom: 5px;
}
.small-section-2:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.title-section-5{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.title-section-5 a{
    color: var(--color-primary);
    position: relative;
    padding-left:15px;
    font-family: 'iCielBCCubano-Normal';
}
.title-section-5 a::before{
    content: "";
    width: 3px;
    height: 16px;
    background-color: var(--color-primary);
    position: absolute;
    top: 2px;
    left: 0;
    bottom: 0;
}
.title-section-6{
    font-weight: 600;
    color: var(--color-main);
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}
.title-section-6 span {
    position: relative;
    font-weight: 700;
}
.title-section-6 span::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -14px;
    background-color: var(--color-main);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.is-mobile .view-small .article-description{
    display: none;
}
.is-mobile .view-small .article-title a,
.is-mobile .view-small-news .article-title a,
.is-mobile .wrp-section-4 .article-title a,
.is-mobile .article-title{
    font-size: 15px;
}
.is-mobile .article-entry-info .article-category a{
  font-size:12px;
}
.is-mobile .view-section-3{margin-top:20px;}
.is-mobile .menu-section > ul > li:hover > a{
    background: transparent;
    color: #333;
}