.hidden {
  display: none;
}

.added_to_cart {
  padding: .618em 1em;
}

.single_add_to_cart_button {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding: .84rem 2.14rem;
  font-size: .81rem;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  border: 0;
  -webkit-border-radius: .125rem;
  border-radius: .125rem;
  cursor: pointer;
  text-transform: uppercase;
  white-space: normal;
  color: #fff;
  margin-top: 15px;
  background-color: #fb471f;
  font-size: 20px;
}

.single_add_to_cart_button:hover {
  background-color: #e9411d;
}

.title-faq {
  font-size: 36px;
}

.ask {
  font-size: 28px;
}

.answer {
  font-size: 24px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .single_add_to_cart_button {
    font-size: 16px;
  }
  .title-faq {
    font-size: 30px;
  }
  .ask {
    font-size: 23px;
  }
  .answer {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .single_add_to_cart_button {
    font-size: 12px;
  }
  .title-faq {
    font-size: 22px;
  }
  .ask {
    font-size: 17px;
  }
  .answer {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .single_add_to_cart_button {
    font-size: 10px;
  }
  .title-faq {
    font-size: 18px;
  }
  .ask {
    font-size: 14px;
  }
  .answer {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .single_add_to_cart_button {
    font-size: 7px;
  }
  .title-faq {
    font-size: 14px;
  }
  .ask {
    font-size: 11px;
  }
  .answer {
    font-size: 9px;
  }
}

/* COOKIE BAR */

#catapult-cookie-bar {
  padding: 0 !important;
  /*min-height: 65px;*/
  background-color: #b3b3b3 !important;
  color: #ffffff !important;
}

#catapult-cookie-bar .ctcc-inner {
  /*height: 65px;*/
}

#catapult-cookie-bar .ctcc-inner .ctcc-left-side {
  font-family: "Open Sans";
  font-size: 18px;
  margin-right: 0;
}

#catapult-cookie-bar .ctcc-more-info-link {
  background-color: #909090;
  padding: 22px 32px;
  border-right: 1px solid #a29e9e;
}

#catapult-cookie-bar .ctcc-more-info-link:hover {
  color: white !important;
  background-color: #fb471f !important;
}

#catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
  color: #ffffff !important;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: bold;
  background-color: #909090 !important;
  height: 65px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 0 0 0;
  border-radius: 0;
}

.has-cookie-bar #catapult-cookie-bar {
  min-height: 0px !important;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #catapult-cookie-bar {
    height: 53px;
  }
  #catapult-cookie-bar .ctcc-inner {
    height: 53px;
  }
  #catapult-cookie-bar .ctcc-more-info-link {
    padding: 18px 26px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    font-size: 14px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
    font-size: 14px;
    height: 53px;
    padding-left: 24px;
    padding-right: 24px;
    margin: 0;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #catapult-cookie-bar {
    height: 39px;
  }
  #catapult-cookie-bar .ctcc-inner {
    height: 39px;
  }
  #catapult-cookie-bar .ctcc-more-info-link {
    padding: 13px 19px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    font-size: 10px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
    font-size: 10px;
    height: 39px;
    padding-left: 17px;
    padding-right: 17px;
    margin: 0;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #catapult-cookie-bar {
    height: 32px;
  }
  #catapult-cookie-bar .ctcc-inner {
    height: 32px;
  }
  #catapult-cookie-bar .ctcc-more-info-link {
    padding: 14px 16px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    font-size: 8px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
    font-size: 8px;
    height: 32px;
    padding-left: 14px;
    padding-right: 14px;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #catapult-cookie-bar {
    height: 24px;
  }
  #catapult-cookie-bar .ctcc-inner {
    height: 24px;
  }
  #catapult-cookie-bar .ctcc-more-info-link {
    padding: 8px 12px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-left-side {
    font-size: 6px;
  }
  #catapult-cookie-bar .ctcc-inner .ctcc-right-side button {
    font-size: 6px;
    height: 24px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
  }
}

/* ----- HOME ----- */

/* Custom Bootstrap */

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-12 {
  padding-right: 0;
  padding-left: 0;
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .container {
    width: 1066px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .container {
    width: 799px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .container {
    width: 660px;
  }
}

@media (max-width: 767px) {
  .container {
    width: 80%;
  }
}

@media (max-width: 375px) {
  .container {
    width: 80%;
  }
}

/* Font */

.h1-home-font {
  font-size: 72px;
}

.p-home-font {
  font-size: 24px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .h1-home-font {
    font-size: 60px;
  }
  .p-home-font {
    font-size: 20px;
  }
  .home-title-30pt {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .h1-home-font {
    font-size: 44px;
  }
  .p-home-font {
    font-size: 14px;
  }
  .home-title-30pt {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .h1-home-font {
    font-size: 37px;
  }
  .p-home-font {
    font-size: 12px;
  }
  .home-title-30pt {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .h1-home-font {
    font-size: 28px;
  }
  .p-home-font {
    font-size: 9px;
  }
  .home-title-30pt {
    font-size: 9px;
  }
}

/* Navbar */

#main-navbar .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

#main-navbar {
  padding-top: 30px;
  padding-bottom: 30px;
}

.nav-menu-font {
  font-size: 24px;
}

.nav-menu-font img {
  width: 50px;
  height: 50px;
}

#navbarDropdownMenuLink img, #navbarDropdownMenuLinkmedium img {
  width: 50px;
  height: 50px;
}

#cart-item a, .view, .view .mask, .waves-effect {
  overflow: initial;
}

.box-cart-item {
  height: 50px;
  width: 50px;
}

ul#shipping_method li input {
  margin: 0;
  margin-right: .4375em;
}

ul#shipping_method li label {
  transition: all 0.5s;
  margin: 0;
}

ul#shipping_method li:hover label {
  color: #e9411d;
  cursor: pointer;
}

.return-to-shop a {
  background-color: #fb471f !important;
  color: white !important;
  padding: 20px !important;
  font-size: 18px !important;
  margin: 15px 0 !important;
  cursor: pointer !important;
}

.return-to-shop a:hover {
  color: white;
  background-color: #e9411d !important;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #main-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .nav-menu-font {
    font-size: 20px;
  }
  .nav-menu-font img {
    width: 41px;
    height: 41px;
  }
  #navbarDropdownMenuLink img, #navbarDropdownMenuLinkmedium img {
    width: 41px;
    height: 41px;
  }
  .box-cart-item {
    height: 41px;
    width: 41px;
  }
  .main-logo {
    width: 252px;
  }
  .number-product-cart {
    font-size: 20px;
    top: -4px;
    right: -16px;
    height: 28px;
    width: 28px;
  }
  .return-to-shop a {
    padding: 16px !important;
    font-size: 15px !important;
    margin: 12px 0 !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #main-navbar {
    padding-top: 18px;
    padding-bottom: 18px;
  }
  .nav-menu-font {
    font-size: 14px;
  }
  .nav-menu-font img {
    width: 31px;
    height: 31px;
  }
  #navbarDropdownMenuLink img, #navbarDropdownMenuLinkmedium img {
    width: 31px;
    height: 31px;
  }
  .box-cart-item {
    height: 31px;
    width: 31px;
  }
  .main-logo {
    width: 189px;
  }
  .number-product-cart {
    font-size: 14px;
    top: -3px;
    right: -12px;
    height: 21px;
    width: 21px;
  }
  .return-to-shop a {
    padding: 12px !important;
    font-size: 11px !important;
    margin: 9px 0 !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #main-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .nav-menu-font {
    font-size: 12px;
  }
  .nav-menu-font img {
    width: 25px;
    height: 25px;
  }
  #navbarDropdownMenuLink img, #navbarDropdownMenuLinkmedium img {
    width: 25px;
    height: 25px;
    margin-top: 5px;
  }
  .box-cart-item {
    height: 25px;
    width: 25px;
  }
  .main-logo {
    width: 156px;
  }
  .number-product-cart {
    font-size: 12px;
    top: -2px;
    right: -10px;
    height: 17px;
    width: 17px;
  }
  .return-to-shop a {
    padding: 10px !important;
    font-size: 9px !important;
    margin: 7px 0 !important;
  }
}

@media (max-width: 767px) {
  #main-navbar {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .nav-menu-font {
    font-size: 9px;
  }
  .nav-menu-font img {
    width: 19px;
    height: 19px;
  }
  #navbarDropdownMenuLink img, #navbarDropdownMenuLinkmedium img {
    width: 19px;
    height: 19px;
    margin-top: 7px;
  }
  .box-cart-item {
    height: 19px;
    width: 19px;
  }
  .main-logo {
    width: 121px;
  }
  .number-product-cart {
    font-size: 9px;
    top: -1px;
    right: -7px;
    height: 13px;
    width: 13px;
  }
  .nav-medium li:first-child {
    padding-top: 0px;
  }
  .nav-medium li:last-child {
    padding-top: 0px;
  }
  .navbar-nav {
    padding-bottom: 4px;
  }
  .button-show-menu {
    margin-right: 0 !important;
  }
  .return-to-shop a {
    padding: 7px !important;
    font-size: 7px !important;
    margin: 5px 0 !important;
  }
}

/* Feature product */

#feature-product-wrap #feature-product img {
  position: absolute;
  top: 0;
  left: 0;
}

.product-price>div:first-child {
  padding-left: 0;
}

.add-cart-group>div:first-child {
  padding-left: 0;
}

.add-cart-group h2 {
  margin: 0;
}

.bounce {
  height: 100%;
}

@media (min-width: 1601px) {
  #feature-product h2 {
    font-size: 20px;
  }
  #feature-product-wrap #feature-product {
    padding-top: 228px;
    padding-bottom: 140px;
  }
  #feature-product-wrap>div:last-child {
    padding-bottom: 30px;
  }
  #feature-product-wrap>div:last-child>div {
    height: 117px;
  }
  #feature-product-wrap #feature-product>.row>div:first-child {
    padding-right: 68px;
  }
  #feature-product-wrap #feature-product hr {
    height: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  #feature-product-wrap #feature-product hr:first-child {
    margin-right: 6px;
  }
  .border-right-3pt {
    border-right: 6px solid #efefef;
  }
  .home-title-30pt {
    margin-bottom: 30px;
    margin-right: 6px;
  }
  .home-header-layout {
    padding-left: 40px;
  }
  .home-btn-subscribe {
    border-right: 6px solid;
  }
  #feature-product-wrap #feature-product img {
    padding-left: 15px;
    padding-top: 30px;
  }
  .home-feature-product-title {
    margin-bottom: 43px !important;
    margin-right: 6px;
  }
  .product-price {
    margin-bottom: 33px;
    font-size: 72px;
  }
  .price {
    font-size: 72px;
  }
  .add-cart-group {
    margin-top: 24px;
  }
  .add-cart-group h1 {
    margin-top: -9px;
  }
  #feature-product-wrap #feature-product .add-cart-group div:last-child {
    padding-right: 6px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #feature-product h2 {
    font-size: 16px;
  }
  #feature-product-wrap #feature-product {
    padding-top: 190px;
    padding-bottom: 116px;
  }
  #feature-product-wrap>div:last-child {
    padding-bottom: 25px;
  }
  #feature-product-wrap>div:last-child>div {
    height: 97px;
  }
  #feature-product-wrap #feature-product>.row>div:first-child {
    padding-right: 56px;
  }
  #feature-product-wrap #feature-product hr {
    height: 5px;
    margin-bottom: 12px;
    margin-top: 12px;
  }
  #feature-product-wrap #feature-product hr:first-child {
    margin-right: 5px;
  }
  .border-right-3pt {
    border-right: 5px solid #efefef;
  }
  .home-title-30pt {
    margin-bottom: 25px;
    margin-right: 5px;
  }
  .home-header-layout {
    padding-left: 33px;
  }
  .home-btn-subscribe {
    border-right: 5px solid;
  }
  #feature-product-wrap #feature-product img {
    padding-left: 12px;
    padding-top: 25px;
  }
  .home-feature-product-title {
    margin-bottom: 35px !important;
    margin-right: 5px;
  }
  .product-price {
    margin-bottom: 27px;
    font-size: 60px;
  }
  .price {
    font-size: 60px;
  }
  .add-cart-group {
    margin-top: 20px;
  }
  .add-cart-group h1 {
    margin-top: -7px;
  }
  #feature-product-wrap #feature-product .add-cart-group div:last-child {
    padding-right: 5px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #feature-product h2 {
    font-size: 12px;
  }
  #feature-product-wrap #feature-product {
    padding-top: 142px;
    padding-bottom: 87px;
  }
  #feature-product-wrap>div:last-child {
    padding-bottom: 18px;
  }
  #feature-product-wrap>div:last-child>div {
    height: 73px;
  }
  #feature-product-wrap #feature-product>.row>div:first-child {
    padding-right: 42px;
  }
  #feature-product-wrap #feature-product hr {
    height: 3px;
    margin-bottom: 9px;
    margin-top: 9px;
  }
  #feature-product-wrap #feature-product hr:first-child {
    margin-right: 3px;
  }
  .border-right-3pt {
    border-right: 3px solid #efefef;
  }
  .home-title-30pt {
    margin-bottom: 18px;
    margin-right: 3px;
  }
  .home-header-layout {
    padding-left: 24px;
  }
  .home-btn-subscribe {
    border-right: 3px solid;
  }
  #feature-product-wrap #feature-product img {
    padding-left: 9px;
    padding-top: 18px;
  }
  .home-feature-product-title {
    margin-bottom: 26px !important;
    margin-right: 3px;
  }
  .product-price {
    margin-bottom: 20px;
    font-size: 44px;
  }
  .price {
    font-size: 44px;
  }
  .add-cart-group {
    margin-top: 14px;
  }
  .add-cart-group h1 {
    margin-top: -5px;
  }
  #feature-product-wrap #feature-product .add-cart-group div:last-child {
    padding-right: 3px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #feature-product h2 {
    font-size: 10px;
  }
  #feature-product-wrap #feature-product {
    padding-top: 117px;
    padding-bottom: 72px;
  }
  #feature-product-wrap>div:last-child {
    padding-bottom: 15px;
  }
  #feature-product-wrap>div:last-child>div {
    height: 60px;
  }
  #feature-product-wrap #feature-product>.row>div:first-child {
    padding-right: 0;
  }
  #feature-product-wrap #feature-product hr {
    height: 3px;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  #feature-product-wrap #feature-product hr:first-child {
    margin-right: 3px;
  }
  .border-right-3pt {
    border-right: 3px solid #efefef;
  }
  .home-title-30pt {
    margin-bottom: 15px;
    margin-right: 3px;
  }
  .home-header-layout {
    padding-left: 20px;
  }
  .home-btn-subscribe {
    border-right: 3px solid;
  }
  #feature-product-wrap #feature-product img {
    padding-left: 7px;
    padding-top: 15px;
    position: relative;
    width: 393px;
  }
  .home-feature-product-title {
    margin-bottom: 22px !important;
    margin-right: 3px;
  }
  .product-price {
    margin-bottom: 17px;
    font-size: 37px;
  }
  .price {
    font-size: 37px;
  }
  .add-cart-group {
    margin-top: 12px;
  }
  .add-cart-group h1 {
    margin-top: -4px;
  }
  #feature-product-wrap #feature-product .add-cart-group div:last-child {
    padding-right: 3px;
  }
}

@media (max-width: 767px) {
  #feature-product h2 {
    font-size: 7px;
  }
  #feature-product-wrap #feature-product {
    padding-top: 91px;
    padding-bottom: 55px;
  }
  #feature-product-wrap>div:last-child {
    padding-bottom: 11px;
  }
  #feature-product-wrap>div:last-child>div {
    height: 46px;
  }
  #feature-product-wrap #feature-product>.row>div:first-child {
    padding-right: 0;
  }
  #feature-product-wrap #feature-product hr {
    height: 2px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  #feature-product-wrap #feature-product hr:first-child {
    margin-right: 2px;
  }
  .border-right-3pt {
    border-right: 2px solid #efefef;
  }
  .home-title-30pt {
    margin-bottom: 11px;
    margin-right: 2px;
  }
  .home-header-layout {
    padding-left: 15px;
  }
  .home-btn-subscribe {
    border-right: 2px solid;
  }
  #feature-product-wrap #feature-product img {
    padding-left: 5px;
    padding-top: 11px;
    position: relative;
    width: 304px;
  }
  .home-feature-product-title {
    margin-bottom: 17px !important;
    margin-right: 2px;
  }
  .product-price {
    margin-bottom: 13px;
    font-size: 28px;
  }
  .price {
    font-size: 28px;
  }
  .add-cart-group {
    margin-top: 9px;
  }
  .add-cart-group h1 {
    margin-top: -3px;
  }
  #feature-product-wrap #feature-product .add-cart-group div:last-child {
    padding-right: 2px;
  }
  #feature-product .button-grey {
    padding-right: 0;
  }
}

/* Introduction model */

@media (min-width: 1601px) {
  #introduction-model {
    padding-top: 255px;
    padding-bottom: 215px;
  }
  #introduction-model .h1-home-font {
    margin-top: 37px;
    margin-bottom: 33px;
    font-weight: bold;
  }
  #introduction-model .p-home-font {
    margin-bottom: 50px;
  }
  .btn-home-custom {
    margin: 0;
    font-size: 24px;
    padding: 27px 72.5px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #introduction-model {
    padding-top: 212px;
    padding-bottom: 179px;
  }
  #introduction-model .h1-home-font {
    margin-top: 30px;
    margin-bottom: 27px;
    font-weight: bold;
  }
  #introduction-model .p-home-font {
    margin-bottom: 41px;
  }
  .btn-home-custom {
    margin: 0;
    font-size: 20px;
    padding: 22px 60px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #introduction-model {
    padding-top: 159px;
    padding-bottom: 134px;
  }
  #introduction-model .h1-home-font {
    margin-top: 23px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #introduction-model .p-home-font {
    margin-bottom: 31px;
  }
  .btn-home-custom {
    margin: 0;
    font-size: 14px;
    padding: 16px 44px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #introduction-model {
    padding-top: 131px;
    padding-bottom: 110px;
  }
  #introduction-model .h1-home-font {
    margin-top: 19px;
    margin-bottom: 17px;
    font-weight: bold;
  }
  #introduction-model .p-home-font {
    margin-bottom: 25px;
  }
  .btn-home-custom {
    margin: 0;
    font-size: 12px;
    padding: 13px 37px;
  }
}

@media (max-width: 767px) {
  #introduction-model {
    padding-top: 101px;
    padding-bottom: 85px;
  }
  #introduction-model .h1-home-font {
    margin-top: 14px;
    margin-bottom: 13px;
    font-weight: bold;
  }
  #introduction-model .p-home-font {
    margin-bottom: 19px;
  }
  .btn-home-custom {
    margin: 0;
    font-size: 9px;
    padding: 10px 28px;
  }
}

/* Benefits */

.more-benefits {
  cursor: pointer;
}

@media (min-width: 1601px) {
  #benefits {
    padding-top: 235px;
    padding-bottom: 155px;
  }
  #benefits h1 {
    margin-top: 23px;
  }
  #benefits p {
    margin-top: 35px;
  }
  #benefits>.container>.row:first-child>div:first-child {
    padding-left: 0 !important;
    padding-right: 100px !important;
  }
  #benefits>.container>.row:first-child>div:last-child {
    padding-right: 0 !important;
    padding-left: 100px !important;
  }
  .more-benefits {
    padding: 28px 66.5px;
  }
  .btn-change-currency {
    font-size: 24px;
  }
  #benefits h1 {
    font-size: 72px;
  }
  #benefits p {
    font-size: 24px;
  }
  .btn-change-currency {
    font-size: 24px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #benefits {
    padding-top: 195px;
    padding-bottom: 129px;
  }
  #benefits h1 {
    margin-top: 19px;
  }
  #benefits p {
    margin-top: 29px;
  }
  #benefits>.container>.row:first-child>div:first-child {
    padding-left: 0 !important;
    padding-right: 83px !important;
  }
  #benefits>.container>.row:first-child>div:last-child {
    padding-right: 0 !important;
    padding-left: 83px !important;
  }
  .more-benefits {
    padding: 23px 55px;
  }
  .btn-change-currency {
    font-size: 20px;
  }
  #benefits h1 {
    font-size: 60px;
  }
  #benefits p {
    font-size: 20px;
  }
  .btn-change-currency {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #benefits {
    padding-top: 146px;
    padding-bottom: 96px;
  }
  #benefits h1 {
    margin-top: 14px;
  }
  #benefits p {
    margin-top: 21px;
  }
  #benefits>.container>.row:first-child>div:first-child {
    padding-left: 0 !important;
    padding-right: 62px !important;
  }
  #benefits>.container>.row:first-child>div:last-child {
    padding-right: 0 !important;
    padding-left: 62px !important;
  }
  .more-benefits {
    padding: 17px 41px;
  }
  .btn-change-currency {
    font-size: 14px;
  }
  #benefits h1 {
    font-size: 44px;
  }
  #benefits p {
    font-size: 14px;
  }
  .btn-change-currency {
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #benefits {
    padding-top: 121px;
    padding-bottom: 80px;
  }
  #benefits h1 {
    margin-top: 11px;
  }
  #benefits p {
    margin-top: 18px;
  }
  #benefits>.container>.row:first-child>div:first-child {
    padding-left: 0 !important;
    padding-right: 51px !important;
  }
  #benefits>.container>.row:first-child>div:last-child {
    padding-right: 0 !important;
    padding-left: 51px !important;
  }
  .more-benefits {
    padding: 14px 34px;
  }
  .btn-change-currency {
    font-size: 12px;
  }
  #benefits h1 {
    font-size: 37px;
  }
  #benefits p {
    font-size: 12px;
  }
  .btn-change-currency {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #benefits {
    padding-top: 93px;
    padding-bottom: 61px;
  }
  #benefits h1 {
    margin-top: 9px;
  }
  #benefits p {
    margin-top: 13px;
  }
  #benefits>.container>.row:first-child>div:first-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #benefits>.container>.row:first-child>div:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .more-benefits {
    padding: 11px 26px;
  }
  .btn-change-currency {
    font-size: 9px;
  }
  #benefits h1 {
    font-size: 28px;
  }
  #benefits p {
    font-size: 9px;
  }
  .btn-change-currency {
    font-size: 9px;
  }
}

/* Prezerve Box */

@media (min-width: 1601px) {
  #prezerve-box {
    padding-top: 307px;
    padding-bottom: 255px;
  }
  #prezerve-box .h1-home-font {
    margin-bottom: 34px;
  }
  #prezerve-box .p-home-font {
    margin-bottom: 52px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #prezerve-box {
    padding-top: 255px;
    padding-bottom: 212px;
  }
  #prezerve-box .h1-home-font {
    margin-bottom: 28px;
  }
  #prezerve-box .p-home-font {
    margin-bottom: 43px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #prezerve-box {
    padding-top: 191px;
    padding-bottom: 159px;
  }
  #prezerve-box .h1-home-font {
    margin-bottom: 21px;
  }
  #prezerve-box .p-home-font {
    margin-bottom: 32px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #prezerve-box {
    padding-top: 158px;
    padding-bottom: 131px;
  }
  #prezerve-box .h1-home-font {
    margin-bottom: 17px;
  }
  #prezerve-box .p-home-font {
    margin-bottom: 26px;
  }
}

@media (max-width: 767px) {
  #prezerve-box {
    padding-top: 122px;
    padding-bottom: 101px;
  }
  #prezerve-box .h1-home-font {
    margin-bottom: 13px;
  }
  #prezerve-box .p-home-font {
    margin-bottom: 20px;
  }
}

/* Home Fullfill Potential */

@media (min-width: 1601px) {
  #home-fullfill-potential>.container>.row>div:last-child {
    padding-left: 135px;
  }
  #home-fullfill-potential {
    padding-top: 140px;
    padding-bottom: 217px;
  }
  #home-fullfill-potential .h1-home-font {
    margin-top: 105px;
    margin-bottom: 35px;
  }
  #home-fullfill-potential .p-home-font {
    margin-bottom: 40px;
  }
  #home-fullfill-potential a {
    margin-top: 28px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #home-fullfill-potential>.container>.row>div:last-child {
    padding-left: 112px;
  }
  #home-fullfill-potential {
    padding-top: 116px;
    padding-bottom: 180px;
  }
  #home-fullfill-potential .h1-home-font {
    margin-top: 87px;
    margin-bottom: 29px;
  }
  #home-fullfill-potential .p-home-font {
    margin-bottom: 33px;
  }
  #home-fullfill-potential a {
    margin-top: 23px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #home-fullfill-potential>.container>.row>div:last-child {
    padding-left: 84px;
  }
  #home-fullfill-potential {
    padding-top: 87px;
    padding-bottom: 135px;
  }
  #home-fullfill-potential .h1-home-font {
    margin-top: 65px;
    margin-bottom: 21px;
  }
  #home-fullfill-potential .p-home-font {
    margin-bottom: 24px;
  }
  #home-fullfill-potential a {
    margin-top: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #home-fullfill-potential>.container>.row>div:last-child {
    padding-left: 69px;
  }
  #home-fullfill-potential {
    padding-top: 72px;
    padding-bottom: 112px;
  }
  #home-fullfill-potential .h1-home-font {
    margin-top: 54px;
    margin-bottom: 18px;
  }
  #home-fullfill-potential .p-home-font {
    margin-bottom: 20px;
  }
  #home-fullfill-potential a {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  #home-fullfill-potential>.container>.row>div:last-child {
    padding-left: 0px;
  }
  #home-fullfill-potential {
    padding-top: 55px;
    padding-bottom: 86px;
  }
  #home-fullfill-potential .h1-home-font {
    margin-top: 41px;
    margin-bottom: 13px;
  }
  #home-fullfill-potential .p-home-font {
    margin-bottom: 15px;
  }
  #home-fullfill-potential a {
    margin-top: 11px;
  }
}

/* Review Content */

@media (min-width: 1601px) {
  #review-content {
    padding-top: 133px;
    padding-bottom: 195px;
  }
  .avatar-image {
    border: 15px solid #959187;
    margin-bottom: 41px;
    height: 200px;
    width: 200px
  }
  #review-content>.container>.row:last-child {
    margin-top: 55px;
  }
  .review-comment h3 {
    font-size: 28px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #review-content {
    padding-top: 99px;
    padding-bottom: 162px;
  }
  .avatar-image {
    border: 12px solid #959187;
    margin-bottom: 34px;
    height: 166px;
    width: 166px
  }
  #review-content>.container>.row:last-child {
    margin-top: 45px;
  }
  .review-comment h3 {
    font-size: 23px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #review-content {
    padding-top: 82px;
    padding-bottom: 121px;
  }
  .avatar-image {
    border: 9px solid #959187;
    margin-bottom: 25px;
    height: 124px;
    width: 124px
  }
  #review-content>.container>.row:last-child {
    margin-top: 34px;
  }
  .review-comment h3 {
    font-size: 17px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #review-content {
    padding-top: 63px;
    padding-bottom: 100px;
  }
  .avatar-image {
    border: 7px solid #959187;
    margin-bottom: 21px;
    height: 103px;
    width: 103px
  }
  #review-content>.container>.row:last-child {
    margin-top: 28px;
  }
  .review-comment h3 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  #review-content {
    padding-top: 26px;
    padding-bottom: 77px;
  }
  .avatar-image {
    border: 5px solid #959187;
    margin-bottom: 16px;
    height: 79px;
    width: 79px
  }
  #review-content>.container>.row:last-child {
    margin-top: 21px;
  }
  .review-comment h3 {
    font-size: 11px;
  }
}

/* Help you connect */

@media (min-width: 1601px) {
  #help-you-connect {
    padding-top: 195px;
    padding-bottom: 207px;
  }
  #help-you-connect .h1-home-font {
    margin-bottom: 38px;
  }
  #help-you-connect .p-home-font {
    margin-bottom: 37px;
  }
  #help-you-connect a {
    margin-top: 36px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #help-you-connect {
    padding-top: 162px;
    padding-bottom: 172px;
  }
  #help-you-connect .h1-home-font {
    margin-bottom: 31px;
  }
  #help-you-connect .p-home-font {
    margin-bottom: 30px;
  }
  #help-you-connect a {
    margin-top: 30px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #help-you-connect {
    padding-top: 121px;
    padding-bottom: 129px;
  }
  #help-you-connect .h1-home-font {
    margin-bottom: 23px;
  }
  #help-you-connect .p-home-font {
    margin-bottom: 23px;
  }
  #help-you-connect a {
    margin-top: 22px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #help-you-connect {
    padding-top: 100px;
    padding-bottom: 106px;
  }
  #help-you-connect .h1-home-font {
    margin-bottom: 19px;
  }
  #help-you-connect .p-home-font {
    margin-bottom: 19px;
  }
  #help-you-connect a {
    margin-top: 18px;
  }
}

@media (max-width: 767px) {
  #help-you-connect {
    padding-top: 77px;
    padding-bottom: 82px;
  }
  #help-you-connect .h1-home-font {
    margin-bottom: 15px;
  }
  #help-you-connect .p-home-font {
    margin-bottom: 14px;
  }
  #help-you-connect a {
    margin-top: 14px;
  }
}

/* Lasest News */

@media (min-width: 1601px) {
  #lasest-news .date-listing h1 {
    font-size: 72px;
  }
  #lasest-news {
    padding-top: 65px;
    padding-bottom: 125px;
  }
  #lasest-news .h1-home-font {
    margin-bottom: 20px;
  }
  #lasest-news .card .card-body h1 {
    font-size: 30px;
  }
  #lasest-news .card .card-body p {
    font-size: 20px;
  }
  #lasest-news .card .card-body a {
    font-size: 20px;
  }
  #lasest-news p {
    margin-bottom: 89px;
  }
  #lasest-news .card {
    margin: 0;
  }
  #lasest-news .card-img-top {
    height: 245px;
  }
  #lasest-news .card-deck {
    margin-right: 0;
    margin-left: 0;
  }
  #lasest-news .card-deck .card {
    margin: 0;
  }
  #lasest-news .card:nth-child(2) {
    margin: 0 50px;
  }
  #lasest-news .card-body {
    padding-bottom: 45px;
    padding-top: 15px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #lasest-news .date-listing h1 {
    font-size: 60px;
  }
  #lasest-news {
    padding-top: 54px;
    padding-bottom: 104px;
  }
  #lasest-news .h1-home-font {
    margin-bottom: 16px;
  }
  #lasest-news .card .card-body h1 {
    font-size: 25px;
  }
  #lasest-news .card .card-body p {
    font-size: 16px;
  }
  #lasest-news .card .card-body a {
    font-size: 16px;
  }
  #lasest-news p {
    margin-bottom: 74px;
  }
  #lasest-news .card {
    margin: 0;
  }
  #lasest-news .card-img-top {
    height: 204px;
  }
  #lasest-news .card-deck {
    margin-right: 0;
    margin-left: 0;
  }
  #lasest-news .card-deck .card {
    margin: 0;
  }
  #lasest-news .card:nth-child(2) {
    margin: 0 41px;
  }
  #lasest-news .card-body {
    padding-bottom: 37px;
    padding-top: 12px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #lasest-news .date-listing h1 {
    font-size: 44px;
  }
  #lasest-news {
    padding-top: 40px;
    padding-bottom: 78px;
  }
  #lasest-news .h1-home-font {
    margin-bottom: 12px;
  }
  #lasest-news .card .card-body h1 {
    font-size: 18px;
  }
  #lasest-news .card .card-body p {
    font-size: 12px;
  }
  #lasest-news .card .card-body a {
    font-size: 12px;
  }
  #lasest-news p {
    margin-bottom: 55px;
  }
  #lasest-news .card {
    margin: 0;
  }
  #lasest-news .card-img-top {
    height: 152px;
  }
  #lasest-news .card-deck {
    margin-right: 0;
    margin-left: 0;
  }
  #lasest-news .card-deck .card {
    margin: 0;
  }
  #lasest-news .card:nth-child(2) {
    margin: 0 31px;
  }
  #lasest-news .card-body {
    padding-bottom: 28px;
    padding-top: 9px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #lasest-news .date-listing h1 {
    font-size: 37px;
  }
  #lasest-news {
    padding-top: 33px;
    padding-bottom: 64px;
  }
  #lasest-news .h1-home-font {
    margin-bottom: 10px;
  }
  #lasest-news .card .card-body h1 {
    font-size: 15px;
  }
  #lasest-news .card .card-body p {
    font-size: 10px;
  }
  #lasest-news .card .card-body a {
    font-size: 10px;
  }
  #lasest-news p {
    margin-bottom: 45px;
  }
  #lasest-news .card {
    margin: 0;
  }
  #lasest-news .card-img-top {
    height: 126px;
  }
  #lasest-news .card-deck {
    margin-right: 0;
    margin-left: 0;
  }
  #lasest-news .card-deck .card {
    margin: 0;
  }
  #lasest-news .card:nth-child(2) {
    margin: 0 25px;
  }
  #lasest-news .card-body {
    padding-bottom: 23px;
    padding-top: 7px;
  }
}

@media (max-width: 767px) {
  #lasest-news .date-listing h1 {
    font-size: 28px;
  }
  #lasest-news {
    padding-top: 25px;
    padding-bottom: 49px;
  }
  #lasest-news .h1-home-font {
    margin-bottom: 7px;
  }
  #lasest-news .card .card-body h1 {
    font-size: 11px;
  }
  #lasest-news .card .card-body p {
    font-size: 7px;
  }
  #lasest-news .card .card-body a {
    font-size: 7px;
  }
  #lasest-news p {
    margin-bottom: 35px;
  }
  #lasest-news .card {
    margin: 0;
  }
  #lasest-news .card-img-top {
    height: 158px;
  }
  #lasest-news .card-deck {
    margin-right: 10%;
    margin-left: 10%;
  }
  #lasest-news .card-deck .card {
    margin: 0;
  }
  #lasest-news .card:nth-child(2) {
    margin: 0 0;
  }
  #lasest-news .card-body {
    padding-bottom: 17px;
    padding-top: 5px;
  }
}

footer input[type="submit"] {
  cursor: pointer;
}

footer input[type="submit"]:hover {
  background-color: #e9411d !important;
}

/* NewsLetter */

.check-term-conditions {
  padding: 0;
  text-align: left !important;
}

.check-term-conditions span.wpcf7-list-item, .check-term-conditions span.wpcf7-not-valid-tip {
  margin: 0;
}

@media (min-width: 1601px) {
  #more-products .box-mp h1 {
    top: 5px;
    left: 95px;
    font-size: 55px;
  }
  #more-products .box-mp h2 {
    font-size: 55px;
  }
  #more-products .box-mp .find-products {
    top: 78px;
    right: 110px;
  }
  #more-products .box-mp span {
    font-size: 18px;
  }
  #more-products {
    top: -111px;
  }
  #more-products img {
    max-width: 766px;
  }
  footer .newsletter {
    padding-left: 70px;
  }
  footer form input, footer form textarea {
    margin-bottom: 33px;
  }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    padding: 31px 28px;
    font-size: 24px;
  }
  .footer-bg .footer-list-group {
    margin-top: 15px;
  }
  footer .footer-bg {
    padding-bottom: 80px;
  }
  footer a {
    font-size: 24px;
  }
  footer h2 {
    font-size: 36px;
    padding-bottom: 28px;
  }
  footer ul {
    margin-bottom: 54px;
  }
  footer ul li {
    font-size: 24px;
    padding: 8px 0px;
  }
  footer form .row {
    margin-top: 16px;
  }
  footer .social-icon {
    margin-top: 9px;
  }
  footer .copyright-box {
    padding-top: 13px;
  }
  footer form input, footer form textarea {
    border: 3px solid #9e9e9e;
    font-size: 24px;
  }
  footer .footer-copyright-custom .list-inline li {
    font-size: 18px;
  }
  footer .social-icon ul li span {
    font-size: 24px;
    margin-left: 33px;
  }
  footer .footer-copyright-custom p {
    font-size: 18px;
  }
  footer .social-icon ul li {
    margin-right: 20px;
  }
  footer .custom-html-widget li:last-child {
    margin-left: 30px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #more-products .box-mp h1 {
    top: 4px;
    left: 79px;
    font-size: 45px;
  }
  #more-products .box-mp h2 {
    font-size: 45px;
  }
  #more-products .box-mp .find-products {
    top: 65px;
    right: 91px;
  }
  #more-products .box-mp span {
    font-size: 15px;
  }
  #more-products {
    top: -106px;
  }
  #more-products img {
    max-width: 638px;
  }
  footer .newsletter {
    padding-left: 58px;
  }
  footer form input, footer form textarea {
    margin-bottom: 27px;
  }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    padding: 25px 23px;
    font-size: 20px;
  }
  .footer-bg .footer-list-group {
    margin-top: 12px;
  }
  footer .footer-bg {
    padding-bottom: 66px;
  }
  footer a {
    font-size: 20px;
  }
  footer h2 {
    font-size: 30px;
    padding-bottom: 23px;
  }
  footer ul {
    margin-bottom: 45px;
  }
  footer ul li {
    font-size: 20px;
    padding: 6px 0px;
  }
  footer form .row {
    margin-top: 13px;
  }
  footer .social-icon {
    margin-top: 7px;
  }
  footer .copyright-box {
    padding-top: 10px;
  }
  footer form input, footer form textarea {
    border: 2px solid #9e9e9e;
    font-size: 20px;
  }
  footer .footer-copyright-custom .list-inline li {
    font-size: 15px;
  }
  footer .social-icon ul li span {
    font-size: 20px;
    margin-left: 27px;
  }
  footer .footer-copyright-custom p {
    font-size: 15px;
  }
  footer .social-icon ul li {
    margin-right: 16px;
  }
  footer .custom-html-widget li:last-child {
    margin-left: 25px;
  }
  .check-term-conditions label span {
    font-size: 12px;
  }
  footer input[type="checkbox"] {
    height: 16px;
    width: 16px;
    top: 4px;
  }
  .check-term-conditions label span {
    padding-left: 20px;
  }
  .text-m {
    font-size: 12px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #more-products .box-mp h1 {
    top: 3px;
    left: 59px;
    font-size: 34px;
  }
  #more-products .box-mp h2 {
    font-size: 34px;
  }
  #more-products .box-mp .find-products {
    top: 48px;
    right: 68px;
  }
  #more-products .box-mp span {
    font-size: 11px;
  }
  #more-products {
    top: -70px;
  }
  #more-products img {
    max-width: 478px;
  }
  footer .newsletter {
    padding-left: 43px;
  }
  footer form input, footer form textarea {
    margin-bottom: 20px;
  }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    padding: 19px 17px;
    font-size: 14px;
  }
  .footer-bg .footer-list-group {
    margin-top: 9px;
  }
  footer .footer-bg {
    padding-bottom: 49px;
  }
  footer a {
    font-size: 14px;
  }
  footer h2 {
    font-size: 22px;
    padding-bottom: 17px;
  }
  footer ul {
    margin-bottom: 33px;
  }
  footer ul li {
    font-size: 14px;
    padding: 4px 0px;
  }
  footer form .row {
    margin-top: 9px;
  }
  footer .social-icon {
    margin-top: 5px;
  }
  footer .copyright-box {
    padding-top: 8px;
  }
  footer form input, footer form textarea {
    border: 1px solid #9e9e9e;
    font-size: 14px;
  }
  footer .footer-copyright-custom .list-inline li {
    font-size: 11px;
  }
  footer .social-icon ul li span {
    font-size: 14px;
    margin-left: 20px;
  }
  footer .footer-copyright-custom p {
    font-size: 11px;
  }
  footer .social-icon ul li {
    margin-right: 12px;
  }
  footer .custom-html-widget li:last-child {
    margin-left: 18px;
  }
  .check-term-conditions label span {
    font-size: 9px;
  }
  footer input[type="checkbox"] {
    height: 12px;
    width: 12px;
    top: 7px;
  }
  .check-term-conditions label span {
    padding-left: 15px;
  }
  .text-m {
    font-size: 9px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #more-products .box-mp h1 {
    top: 2px;
    left: 49px;
    font-size: 28px;
  }
  #more-products .box-mp h2 {
    font-size: 28px;
  }
  #more-products .box-mp .find-products {
    top: 40px;
    right: 56px;
  }
  #more-products .box-mp span {
    font-size: 9px;
  }
  #more-products {
    top: -66px;
  }
  #more-products img {
    max-width: 395px;
  }
  footer .newsletter {
    padding-left: 36px;
  }
  footer form input, footer form textarea {
    margin-bottom: 17px;
  }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    padding: 16px 14px;
    font-size: 12px;
  }
  .footer-bg .footer-list-group {
    margin-top: 7px;
  }
  footer .footer-bg {
    padding-bottom: 41px;
  }
  footer a {
    font-size: 12px;
  }
  footer h2 {
    font-size: 18px;
    padding-bottom: 14px;
  }
  footer ul {
    margin-bottom: 27px;
  }
  footer ul li {
    font-size: 12px;
    padding: 4px 0px;
  }
  footer form .row {
    margin-top: 8px;
  }
  footer .social-icon {
    margin-top: 4px;
  }
  footer .copyright-box {
    padding-top: 6px;
  }
  footer form input, footer form textarea {
    border: 1px solid #9e9e9e;
    font-size: 12px;
  }
  footer .footer-copyright-custom .list-inline li {
    font-size: 9px;
  }
  footer .social-icon ul li span {
    font-size: 12px;
    margin-left: 17px;
  }
  footer .footer-copyright-custom p {
    font-size: 9px;
  }
  footer .social-icon ul li {
    margin-right: 10px;
  }
  footer .custom-html-widget li:last-child {
    margin-left: 15px;
  }
  .check-term-conditions label span {
    font-size: 7px;
  }
  footer input[type="checkbox"] {
    height: 10px;
    width: 10px;
    top: 8px;
  }
  .check-term-conditions label span {
    padding-left: 12px;
  }
  .text-m {
    font-size: 7px !important;
  }
}

@media (max-width: 767px) {
  #more-products .box-mp h1 {
    top: 1px;
    left: 37px;
    font-size: 21px;
  }
  #more-products .box-mp h2 {
    font-size: 21px;
  }
  #more-products .box-mp .find-products {
    top: 31px;
    right: 43px;
  }
  #more-products .box-mp span {
    font-size: 7px;
  }
  #more-products {
    top: -80px;
  }
  #more-products img {
    max-width: 306px;
  }
  footer .newsletter {
    padding-left: 27px;
  }
  footer form input, footer form textarea {
    margin-bottom: 13px;
  }
  .newsletter input[type="text"], .newsletter input[type="email"] {
    padding: 12px 11px;
    font-size: 9px;
  }
  .footer-bg .footer-list-group {
    margin-top: -55px;
  }
  footer .footer-bg {
    padding-bottom: 31px;
  }
  footer a {
    font-size: 9px;
  }
  footer h2 {
    font-size: 14px;
    padding-bottom: 11px;
  }
  footer ul {
    margin-bottom: 21px;
    padding: 0 !important;
  }
  footer ul li {
    font-size: 9px;
    padding: 3px 0px;
    text-align: left;
  }
  footer form .row {
    margin-top: 6px;
  }
  footer .social-icon {
    margin-top: -20px;
  }
  footer .copyright-box {
    padding-top: 5px;
  }
  footer form input, footer form textarea {
    border: 1px solid #9e9e9e;
    font-size: 9px;
  }
  footer .footer-copyright-custom .list-inline li {
    font-size: 7px;
  }
  footer .social-icon ul li span {
    font-size: 9px;
    margin-left: 13px;
  }
  footer .footer-copyright-custom p {
    font-size: 7px;
  }
  footer .newsletter {
    padding-left: 0px;
  }
  .contact-list {
    flex-direction: column;
    align-items: center;
  }
  .contact-list li:first-child {
    margin: 0;
  }
  footer .footer-list-group h2 {
    padding-bottom: 10px;
    margin-top: 30px;
    text-align: left;
    padding-left: 0;
  }
  footer ul {
    margin-bottom: 0px;
  }
  footer .social-icon ul li {
    margin-right: 7px;
  }
  footer .custom-html-widget li:last-child {
    margin-left: 11px;
  }
  .check-term-conditions label span {
    font-size: 7px;
  }
  footer input[type="checkbox"] {
    height: 10px;
    width: 10px;
    top: 8px;
  }
  .check-term-conditions label span {
    padding-left: 12px;
  }
  .text-m {
    font-size: 7px !important;
  }
}

/* ----- /HOME ----- */

/* ----- ABOUT US ----- */

/* About top content */

@media (min-width: 1601px) {
  #about-top-content {
    margin-top: 155px;
    height: 1018px;
  }
  #about-top-content img {
    margin-bottom: 0;
    height: 456px !important;
  }
  #about-top-content div:first-child {
    padding-right: 0;
  }
  #about-top-content div:last-child {
    padding-left: 75px;
    padding-bottom: 61px;
  }
  #about-top-content .right-over-flow::before {
    width: 23px;
    left: -23px;
  }
  #about-us h1 {
    font-size: 72px;
    margin-bottom: 35px;
  }
  #about-us p {
    font-size: 24px;
    margin-bottom: 40px;
  }
  #about-top-content .about-left-content h1 {
    margin-top: -10px;
  }
  #about-top-content .about-left-content p {
    padding-right: 23px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #about-top-content {
    margin-top: 129px;
    height: 848px;
  }
  #about-top-content img {
    margin-bottom: 0;
    height: 380px !important;
  }
  #about-top-content div:first-child {
    padding-right: 0;
  }
  #about-top-content div:last-child {
    padding-left: 62px;
    padding-bottom: 50px;
  }
  #about-top-content .right-over-flow::before {
    width: 19px;
    left: -19px;
  }
  #about-us h1 {
    font-size: 60px;
    margin-bottom: 29px;
  }
  #about-us p {
    font-size: 20px;
    margin-bottom: 33px;
  }
  #about-top-content .about-left-content h1 {
    margin-top: -8px;
  }
  #about-top-content .about-left-content p {
    padding-right: 19px;
  }
  #about-top-content .right-over-flow::after {
    display: block !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #about-top-content {
    margin-top: 96px;
    height: auto;
  }
  #about-top-content img {
    margin-bottom: 0;
    height: 284px !important;
  }
  #about-top-content div:first-child {
    padding-right: 0;
  }
  #about-top-content div:last-child {
    padding-left: 46px;
    padding-bottom: 38px;
  }
  #about-top-content .right-over-flow::before {
    width: 14px;
    left: -14px;
  }
  #about-us h1 {
    font-size: 44px;
    margin-bottom: 21px;
  }
  #about-us p {
    font-size: 14px;
    margin-bottom: 24px;
  }
  #about-top-content .about-left-content h1 {
    margin-top: -6px;
  }
  #about-top-content .about-left-content p {
    padding-right: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #about-top-content {
    margin-top: 80px;
    height: auto;
  }
  #about-top-content img {
    margin-bottom: 0;
    height: 456px !important;
  }
  #about-top-content div:first-child {
    padding-right: 0;
  }
  #about-top-content div:last-child {
    padding-left: 0;
    padding-bottom: 31px;
  }
  #about-top-content .right-over-flow::before {
    width: 11px;
    left: -11px;
  }
  #about-us h1 {
    font-size: 37px;
    margin-bottom: 18px;
  }
  #about-us p {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #about-top-content .about-left-content h1 {
    margin-top: -5px;
  }
  #about-top-content .about-left-content p {
    padding-right: 11px;
  }
}

@media (max-width: 767px) {
  #about-top-content {
    margin-top: 61px;
    height: auto;
  }
  #about-top-content img {
    margin-bottom: 0;
    height: auto !important;
  }
  #about-top-content div:first-child {
    padding-right: 0;
  }
  #about-top-content div:last-child {
    padding-left: 0;
    padding-bottom: 24px;
  }
  #about-top-content .right-over-flow::before {
    width: 9px;
    left: -9px;
  }
  #about-us h1 {
    font-size: 28px;
    margin-bottom: 13px;
  }
  #about-us p {
    font-size: 9px;
    margin-bottom: 15px;
  }
  #about-top-content .about-left-content h1 {
    margin-top: -3px;
  }
  #about-top-content .about-left-content p {
    padding-right: 9px;
  }
}

/* Daily convenience */

#about-us .btn:hover {
  background-color: #e9411d !important;
}

@media screen and (min-width: 1601px) {
  #daily-convenience {
    padding-top: 310px;
    padding-bottom: 0;
    height: 1100px;
  }
  #daily-convenience h1 {
    margin-bottom: 25px;
  }
  #about-us .btn {
    padding: 25px 75px;
    margin: 0;
    margin-top: 30px;
    font-size: 24px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #daily-convenience {
    padding-top: 258px;
    padding-bottom: 0;
    height: 916px;
  }
  #daily-convenience h1 {
    margin-bottom: 20px;
  }
  #about-us .btn {
    padding: 20px 62px;
    margin: 0;
    margin-top: 25px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #daily-convenience {
    padding-top: 193px;
    padding-bottom: 0;
    height: 686px;
  }
  #daily-convenience h1 {
    margin-bottom: 15px;
  }
  #about-us .btn {
    padding: 15px 46px;
    margin: 0;
    margin-top: 18px;
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #daily-convenience {
    padding-top: 160px;
    padding-bottom: 0;
    height: 567px;
  }
  #daily-convenience h1 {
    margin-bottom: 12px;
  }
  #about-us .btn {
    padding: 12px 38px;
    margin: 0;
    margin-top: 15px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #daily-convenience {
    padding-top: 123px;
    padding-bottom: 0;
    height: 439px;
  }
  #daily-convenience h1 {
    margin-bottom: 9px;
  }
  #about-us .btn {
    padding: 9px 29px;
    margin: 0;
    margin-top: 11px;
    font-size: 9px;
  }
}

/* Real life */

@media screen and (min-width: 1601px) {
  #real-life {
    padding-top: 70px;
    height: 1355px;
    padding-bottom: 0;
  }
  #real-life .left-over-flow::before {
    width: 100px;
    left: -100px;
  }
  #real-life .left-over-flow::after {
    width: 77px;
    right: -77px;
  }
  #real-life .left-over-flow {
    padding-right: 23px;
    padding-bottom: 52px;
  }
  #real-life h1 {
    margin-bottom: 25px;
    margin-top: 50px;
    font-size: 72px;
  }
  #real-life img {
    margin-top: 53px;
  }
  .about-right-content {
    padding-left: 77px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #real-life {
    padding-top: 58px;
    height: 1129px;
    padding-bottom: 0;
  }
  #real-life .left-over-flow::before {
    width: 83px;
    left: -83px;
  }
  #real-life .left-over-flow::after {
    width: 64px;
    right: -64px;
  }
  #real-life .left-over-flow {
    padding-right: 19px;
    padding-bottom: 43px;
  }
  #real-life h1 {
    margin-bottom: 20px;
    margin-top: 41px;
    font-size: 60px;
  }
  #real-life img {
    margin-top: 44px;
  }
  .about-right-content {
    padding-left: 64px;
  }
  #real-life .col-12:last-child p:last-child img {
    max-width: 83% !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #real-life {
    padding-top: 43px;
    height: 846px;
    padding-bottom: 0;
  }
  #real-life .left-over-flow::before {
    width: 62px;
    left: -62px;
  }
  #real-life .left-over-flow::after {
    width: 48px;
    right: -48px;
  }
  #real-life .left-over-flow {
    padding-right: 14px;
    padding-bottom: 32px;
  }
  #real-life h1 {
    margin-bottom: 15px;
    margin-top: 31px;
    font-size: 44px;
  }
  #real-life img {
    margin-top: 33px;
  }
  .about-right-content {
    padding-left: 48px;
  }
  #real-life .col-12:last-child p:last-child img {
    max-width: 62% !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #real-life {
    padding-top: 36px;
    height: auto;
    padding-bottom: 0;
  }
  #real-life .left-over-flow::before {
    width: 51px;
    left: -51px;
  }
  #real-life .left-over-flow::after {
    width: 39px;
    right: -39px;
  }
  #real-life .left-over-flow {
    padding-right: 11px;
    padding-bottom: 0;
  }
  #real-life h1 {
    margin-bottom: 12px;
    margin-top: 25px;
    font-size: 37px;
  }
  #real-life img {
    margin-top: 27px;
  }
  .about-right-content {
    padding-left: 0;
  }
  #real-life .col-12:last-child p:last-child {
    text-align: center;
  }
  #real-life .col-12:last-child p:last-child img {
    max-width: 51% !important;
  }
}

@media (max-width: 767px) {
  #real-life {
    padding-top: 27px;
    height: auto;
    padding-bottom: 0;
  }
  #real-life .left-over-flow::before {
    width: 39px;
    left: -39px;
  }
  #real-life .left-over-flow::after {
    width: 30px;
    right: -30px;
  }
  #real-life .left-over-flow {
    padding-right: 9px;
    padding-bottom: 0;
  }
  #real-life h1 {
    margin-bottom: 9px;
    margin-top: 19px;
    font-size: 28px;
  }
  #real-life img {
    margin-top: 21px;
  }
  .about-right-content {
    padding-left: 0;
  }
  #real-life .col-12:last-child p:last-child {
    text-align: center;
  }
  #real-life .col-12:last-child p:last-child img {
    max-width: 39% !important;
  }
}

/* Open Approach */

@media screen and (min-width: 1601px) {
  #open-approach {
    height: 1100px;
    padding-top: 425px;
    padding-bottom: 0;
  }
  #open-approach h1 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #open-approach {
    height: 916px;
    padding-top: 354px;
    padding-bottom: 0;
  }
  #open-approach h1 {
    margin-bottom: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #open-approach {
    height: 686px;
    padding-top: 265px;
    padding-bottom: 0;
  }
  #open-approach h1 {
    margin-bottom: 18px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #open-approach {
    height: 567px;
    padding-top: 219px;
    padding-bottom: 0;
  }
  #open-approach h1 {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  #open-approach {
    height: 439px;
    padding-top: 169px;
    padding-bottom: 0;
  }
  #open-approach h1 {
    margin-bottom: 11px;
  }
}

/* Method history */

@media screen and (min-width: 1601px) {
  #method-history {
    padding-top: 85px;
    padding-bottom: 113px;
  }
  #method-history h1 {
    margin-bottom: 27px;
  }
  #method-history .btn {
    margin-top: 38px;
    font-size: 24px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #method-history {
    padding-top: 70px;
    padding-bottom: 94px;
  }
  #method-history h1 {
    margin-bottom: 22px;
  }
  #method-history .btn {
    margin-top: 31px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #method-history {
    padding-top: 53px;
    padding-bottom: 70px;
  }
  #method-history h1 {
    margin-bottom: 16px;
  }
  #method-history .btn {
    margin-top: 23px;
    font-size: 14px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #method-history {
    padding-top: 43px;
    padding-bottom: 58px;
  }
  #method-history h1 {
    margin-bottom: 13px;
  }
  #method-history .btn {
    margin-top: 19px;
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  #method-history {
    padding-top: 33px;
    padding-bottom: 45px;
  }
  #method-history h1 {
    margin-bottom: 10px;
  }
  #method-history .btn {
    margin-top: 15px;
    font-size: 9px;
  }
}

/* ----- /ABOUT US ----- */

/* ----- PRODUCT PANEUROMIX ----- */

/* Feature product */

#feature-product .product-box>div:first-child {
  padding: 0;
}

#feature-product .product-box .yotpo a {
  color: #929292 !important;
  padding-right: 100px;
  font-weight: 500;
  display: inline-block;
}

#feature-product .product-box .product-box-left>.row:nth-of-type(even)>div {
  padding-left: 0;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: start;
}

#feature-product .product-box .product-box-left>.row:last-child>div {
  margin: 0 !important;
  padding: 0 !important;
}

#feature-product .product-box .product-box-left>.row h1 {
  margin: 0;
}

#feature-product .product-box .yotpo-stars {
  margin: 0 !important;
}

#feature-product .product-box .yotpo {
  margin: 0;
}

.add-cart-group button {
  cursor: pointer;
}

.add-cart-group button:hover, .checkout-button:hover, #place_order:hover {
  background-color: #e9411d !important;
}

@media screen and (min-width: 1601px) {
  #feature-product {
    padding-top: 95px;
    padding-bottom: 90px;
  }
  #feature-product .product-box h1 {
    font-size: 72px;
    margin-bottom: 5px;
  }
  #feature-product .product-box .related {
    padding-top: 100px;
  }
  #feature-product .product-box .related img {
    width: 250px;
    height: 250px;
  }
  #feature-product .product-box .yotpo a {
    font-size: 24px !important;
  }
  #feature-product .product-box p.sub-title-30pt {
    font-size: 36px;
    margin-bottom: 37px;
  }
  #feature-product .product-box .yotpo-icon-star, #feature-product .product-box .yotpo-icon-empty-star, #feature-product .product-box .yotpo-icon-half-star {
    margin-right: 20px;
    margin-bottom: 15px;
    font-size: 37px !important;
    color: #000000!important;
    background-image: none!important;
  }
  .standalone-bottomline {
    margin-left: 25px!important;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even) {
    margin: 17px 0;
  }
  #feature-product .product-box .add-cart-group {
    margin-top: 28px;
  }
  #feature-product .product-box hr {
    height: 6px;
    margin: 16px 0 !important;
  }
  .share-product-box span {
    font-size: 20px;
  }
  .text-add-cart span {
    font-size: 24px;
    padding: 31.5px 0px !important;
  }
  .number-order {
    padding: 23px;
  }
  .sub-number-order {
    height: 46px;
    width: 46px;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even)>div:last-child {
    padding-left: 45px;
  }
  #feature-product .product-box .related img[alt='sale'] {
    width: 80px;
    height: 40px;
  }
  img.attachment-shop_thumbnail {
    width: 100px;
    height: 100px;
  }
  .cart .quantity input {
    padding-left: 18px;
  }
  .product_label {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #feature-product {
    padding-top: 79px;
    padding-bottom: 75px;
  }
  #feature-product .product-box h1 {
    font-size: 60px;
    margin-bottom: 4px;
  }
  #feature-product .product-box .related {
    padding-top: 83px;
  }
  #feature-product .product-box .related img {
    width: 187px;
    height: 187px;
  }
  #feature-product .product-box .yotpo a {
    font-size: 20px !important;
  }
  #feature-product .product-box p.sub-title-30pt {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #feature-product .product-box .yotpo-icon-star, #feature-product .product-box .yotpo-icon-empty-star, #feature-product .product-box .yotpo-icon-half-star {
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 30px !important;
    color: #000000!important;
    background-image: none!important;
  }
  .standalone-bottomline {
    margin-left: 15px!important;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even) {
    margin: 14px 0;
  }
  #feature-product .product-box .add-cart-group {
    margin-top: 23px;
  }
  #feature-product .product-box hr {
    height: 5px;
    margin: 13px 0 !important;
  }
  .share-product-box span {
    font-size: 16px;
  }
  .text-add-cart span {
    font-size: 20px;
    padding: 26px 0px !important;
  }
  .number-order {
    padding: 19px;
  }
  .sub-number-order {
    height: 38px;
    width: 38px;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even)>div:last-child {
    padding-left: 37px;
  }
  .woocommerce-main-image img {
    width: 500px;
    height: 491px;
  }
  #feature-product .product-box img[alt='sale'] {
    width: 133px;
    height: 66px;
  }
  #feature-product .product-box .related img[alt='sale'] {
    width: 66px;
    height: 33px;
  }
  img.attachment-shop_thumbnail {
    width: 83px;
    height: 83px;
  }
  .product-box-left>span {
    font-size: 12px;
  }
  .cart .quantity input {
    padding-left: 13px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #feature-product {
    padding-top: 59px;
    padding-bottom: 56px;
  }
  #feature-product .product-box h1 {
    font-size: 44px;
    margin-bottom: 3px;
  }
  #feature-product .product-box .related {
    padding-top: 62px;
  }
  #feature-product .product-box .related img {
    width: 154px;
    height: 154px;
  }
  #feature-product .product-box .yotpo a {
    font-size: 14px !important;
  }
  #feature-product .product-box p.sub-title-30pt {
    font-size: 22px;
    margin-bottom: 23px;
  }
  #feature-product .product-box .yotpo-icon-star, #feature-product .product-box .yotpo-icon-empty-star, #feature-product .product-box .yotpo-icon-half-star {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 23px !important;
    color: #000000!important;
    background-image: none!important;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even) {
    margin: 10px 0;
  }
  #feature-product .product-box .add-cart-group {
    margin-top: 17px;
  }
  #feature-product .product-box hr {
    height: 3px;
    margin: 9px 0 !important;
  }
  .share-product-box span {
    font-size: 12px;
  }
  .text-add-cart span {
    font-size: 14px;
    padding: 19px 0px !important;
  }
  .number-order {
    padding: 14px;
  }
  .sub-number-order {
    height: 28px;
    width: 28px;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even)>div:last-child {
    padding-left: 28px;
  }
  .woocommerce-main-image img {
    width: 374px;
    height: 368px;
  }
  #feature-product .product-box img[alt='sale'] {
    width: 99px;
    height: 49px;
  }
  #feature-product .product-box .related img[alt='sale'] {
    width: 49px;
    height: 24px;
  }
  img.attachment-shop_thumbnail {
    width: 62px;
    height: 62px;
  }
  .caroufredsel_wrapper {
    height: 80px !important;
  }
  .product-box-left>span {
    font-size: 9px;
  }
  .cart .quantity input {
    padding-left: 8px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #feature-product {
    padding-top: 49px;
    padding-bottom: 46px;
  }
  #feature-product .product-box h1 {
    font-size: 37px;
    margin-bottom: 2px;
  }
  #feature-product .product-box .related {
    padding-top: 51px;
  }
  #feature-product .product-box .yotpo a {
    font-size: 12px !important;
  }
  #feature-product .product-box .related img {
    width: 119px;
    height: 119px;
  }
  #feature-product .product-box p.sub-title-30pt {
    font-size: 18px;
    margin-bottom: 19px;
  }
  #feature-product .product-box .yotpo-icon-star, #feature-product .product-box .yotpo-icon-empty-star, #feature-product .product-box .yotpo-icon-half-star {
    margin-right: 4px;
    margin-bottom: 4px;
    font-size: 19px !important;
    color: #000000!important;
    background-image: none!important;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even) {
    margin: 8px 0;
  }
  #feature-product .product-box .add-cart-group {
    margin-top: 14px;
  }
  #feature-product .product-box hr {
    height: 3px;
    margin: 8px 0 !important;
  }
  .share-product-box span {
    font-size: 10px;
  }
  .text-add-cart span {
    font-size: 12px;
    padding: 16px 0px !important;
  }
  .number-order {
    padding: 12px;
  }
  .sub-number-order {
    height: 23px;
    width: 23px;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even)>div:last-child {
    padding-left: 23px;
  }
  .woocommerce-main-image img {
    width: 309px;
    height: 304px;
  }
  #feature-product .product-box img[alt='sale'] {
    width: 82px;
    height: 41px;
  }
  #feature-product .product-box .related img[alt='sale'] {
    width: 41px;
    height: 20px;
  }
  img.attachment-shop_thumbnail {
    width: 51px;
    height: 51px;
  }
  #feature-product .product-box .yotpo a {
    padding-right: 200px;
  }
  .caroufredsel_wrapper {
    height: 75px !important;
  }
  .product-box-left>span {
    font-size: 7px;
  }
  .cart .quantity input {
    padding-left: 7px;
  }
}

@media (max-width: 767px) {
  #feature-product {
    padding-top: 37px;
    padding-bottom: 35px;
  }
  #feature-product .product-box h1 {
    font-size: 28px;
    margin-bottom: 1px;
  }
  #feature-product .product-box .related {
    padding-top: 39px;
  }
  #feature-product .product-box .yotpo a {
    font-size: 9px !important;
  }
  #feature-product .product-box p.sub-title-30pt {
    font-size: 14px;
    margin-bottom: 14px;
  }
  #feature-product .product-box .related img {
    width: 99px;
    height: 99px;
  }
  #feature-product .product-box .yotpo-icon-star, #feature-product .product-box .yotpo-icon-empty-star, #feature-product .product-box .yotpo-icon-half-star {
    margin-right: 3px;
    margin-bottom: 3px;
    font-size: 14px !important;
    color: #000000!important;
    background-image: none!important;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even) {
    margin: 6px 0;
  }
  #feature-product .product-box .add-cart-group {
    margin-top: 11px;
  }
  #feature-product .product-box hr {
    height: 2px;
    margin: 6px 0 !important;
  }
  .share-product-box span {
    font-size: 7px;
  }
  .text-add-cart span {
    font-size: 9px;
    padding: 12px 0px !important;
  }
  .number-order {
    padding: 9px;
  }
  .sub-number-order {
    height: 18px;
    width: 18px;
  }
  #feature-product .product-box .product-box-left>.row:nth-of-type(even)>div:last-child {
    padding-left: 17px;
  }
  .woocommerce-main-image img {
    width: 239px;
    height: 235px;
  }
  #feature-product .product-box img[alt='sale'] {
    width: 63px;
    height: 31px;
  }
  #feature-product .product-box .related img[alt='sale'] {
    width: 31px;
    height: 15px;
  }
  img.attachment-shop_thumbnail {
    width: 39px;
    height: 39px;
  }
  .caroufredsel_wrapper {
    height: 70px !important;
  }
  #feature-product .product-box .yotpo a {
    padding-right: 40px;
  }
  .product-box-left>span {
    font-size: 5px;
  }
  .cart .quantity input {
    padding-left: 5px;
  }
}

/* Tabs group */

#tabs-group #tabs-content {
  text-align: left !important;
}

#product_tabs_custom_contents .col-sm-9 {
  margin-left: auto;
}

#tabs-group #tabs-content h1, #tabs-group h2 {
  color: #000000 !important;
  text-align: left !important;
}

#tabs-content h3 {
  font-weight: bold;
}

@media screen and (min-width: 1601px) {
  .left-mask, .right-mask {
    height: 95%;
  }
  .nav-link {
    font-size: 24px;
  }
  #tabs-content {
    margin-top: 56px;
  }
  .right-mask, .left-mask {
    width: 30%;
  }
  #tabs-group li:nth-child(2) {
    margin-right: 4px;
    margin-left: 4px;
  }
  .nav-tabs .nav-item>.active::after {
    border-top: 17px solid #fa461e;
  }
  #tabs-group #tabs-content {
    padding: 0;
    margin-bottom: 140px;
  }
  #tabs-group #tabs-content #overview .row>div:first-child {
    padding-left: 56px;
  }
  #tabs-group #tabs-content #overview .row>div:last-child {
    padding-left: 45px;
  }
  #tabs-group .tab-content-title, #tabs-group h1 {
    margin-bottom: 31px;
    font-size: 72px;
  }
  #tabs-group h2 {
    margin-bottom: -5px;
    font-size: 36px;
  }
  #tabs-group p {
    margin-bottom: 37px;
    font-size: 24px;
  }
  #tabs-group p:last-child {
    margin-top: -3px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .left-mask, .right-mask {
    height: 88%;
  }
  .nav-link {
    font-size: 20px;
  }
  #tabs-content {
    margin-top: 46px;
  }
  .right-mask, .left-mask {
    width: 25%;
  }
  #tabs-group li:nth-child(2) {
    margin-right: 3px;
    margin-left: 3px;
  }
  .nav-tabs .nav-item>.active::after {
    border-top: 14px solid #fa461e;
  }
  #tabs-group #tabs-content {
    padding: 0;
    margin-bottom: 116px;
  }
  #tabs-group #tabs-content #overview .row>div:first-child {
    padding-left: 46px;
  }
  #tabs-group #tabs-content #overview .row>div:last-child {
    padding-left: 37px;
  }
  #tabs-group .tab-content-title, #tabs-group h1 {
    margin-bottom: 25px;
    font-size: 72px;
  }
  #tabs-group h2 {
    margin-bottom: -4px;
    font-size: 30px;
  }
  #tabs-group p {
    margin-bottom: 30px;
    font-size: 20px;
  }
  #tabs-group p:last-child {
    margin-top: -2px;
  }
  .youtube-video, .left-tab-content {
    height: 425px;
    width: 425px;
  }
  .eclipse-shadow-video {
    bottom: -83px;
    left: 110px;
    height: 16px;
    width: 50%;
  }
  .youtube-video iframe {
    top: -123px;
    left: -215px;
  }
  .number-user-rate-video {
    top: 58px;
    right: 33px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .left-mask, .right-mask {
    height: 84%;
  }
  .nav-link {
    font-size: 14px;
  }
  #tabs-content {
    margin-top: 34px;
  }
  .right-mask, .left-mask {
    width: 18%;
  }
  #tabs-group li:nth-child(2) {
    margin-right: 2px;
    margin-left: 2px;
  }
  .nav-tabs .nav-item>.active::after {
    border-top: 10px solid #fa461e;
  }
  #tabs-group #tabs-content {
    padding: 0;
    margin-bottom: 87px;
  }
  #tabs-group #tabs-content #overview .row>div:first-child {
    padding-left: 34px;
  }
  #tabs-group #tabs-content #overview .row>div:last-child {
    padding-left: 28px;
  }
  #tabs-group .tab-content-title, #tabs-group h1 {
    margin-bottom: 19px;
    font-size: 44px;
  }
  #tabs-group h2 {
    margin-bottom: -3px;
    font-size: 22px;
  }
  #tabs-group p {
    margin-bottom: 23px;
    font-size: 14px;
  }
  #tabs-group p:last-child {
    margin-top: -1px;
  }
  .youtube-video, .left-tab-content {
    height: 318px;
    width: 318px;
  }
  .eclipse-shadow-video {
    bottom: -62px;
    left: 105px;
    height: 12px;
    width: 37%;
  }
  .youtube-video iframe {
    top: -96px;
    left: -159px;
  }
  .number-user-rate-video {
    top: 43px;
    right: 24px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .left-mask, .right-mask {
    height: 80%;
  }
  .nav-link {
    font-size: 12px;
  }
  #tabs-content {
    margin-top: 28px;
  }
  .right-mask, .left-mask {
    width: 20%;
  }
  #tabs-group li:nth-child(2) {
    margin-right: 2px;
    margin-left: 2px;
  }
  .nav-tabs .nav-item>.active::after {
    border-top: 8px solid #fa461e;
  }
  #tabs-group #tabs-content {
    padding: 0;
    margin-bottom: 72px;
  }
  #tabs-group #tabs-content #overview .row>div:first-child {
    padding-left: 28px;
  }
  #tabs-group #tabs-content #overview .row>div:last-child {
    padding-left: 23px;
  }
  #tabs-group .tab-content-title, #tabs-group h1 {
    margin-bottom: 16px;
    font-size: 37px;
  }
  #tabs-group h2 {
    margin-bottom: -2px;
    font-size: 18px;
  }
  #tabs-group p {
    margin-bottom: 19px;
    font-size: 12px;
  }
  #tabs-group p:last-child {
    margin-top: -1px;
  }
  .youtube-video, .left-tab-content {
    height: 263px;
    width: 263px;
  }
  .eclipse-shadow-video {
    bottom: -51px;
    left: 95px;
    height: 10px;
    width: 30%;
  }
  .nav-tabs .nav-item>.active::after {
    left: 35%;
  }
  .youtube-video iframe {
    top: -80px;
    left: -130px;
  }
  .number-user-rate-video {
    top: 36px;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .left-mask, .right-mask {
    height: 84%;
  }
  .nav-link {
    font-size: 9px;
  }
  #tabs-content {
    margin-top: 22px;
  }
  .right-mask, .left-mask {
    width: 29%;
  }
  #tabs-group li:nth-child(2) {
    margin-right: 1px;
    margin-left: 1px;
  }
  .nav-tabs .nav-item>.active::after {
    border-top: 6px solid #fa461e;
  }
  #tabs-group #tabs-content {
    padding: 0;
    margin-bottom: 55px;
  }
  #tabs-group #tabs-content #overview .row>div:first-child {
    padding-left: 22px;
  }
  #tabs-group #tabs-content #overview .row>div:last-child {
    padding-left: 17px;
  }
  #tabs-group .tab-content-title, #tabs-group h1 {
    margin-bottom: 12px;
    font-size: 28px;
  }
  #tabs-group h2 {
    margin-bottom: -1px;
    font-size: 14px;
  }
  #tabs-group p {
    margin-bottom: 14px;
    font-size: 9px;
  }
  #tabs-group p:last-child {
    margin-top: -1px;
  }
  .youtube-video, .left-tab-content {
    height: 203px;
    width: 203px;
  }
  .eclipse-shadow-video {
    bottom: -39px;
    left: 78px;
    height: 7px;
    width: 23%;
  }
  .number-user-rate-video {
    top: 27px;
    right: 15px;
  }
  .youtube-video iframe {
    top: -62.6px;
    left: -101px;
  }
}

/* Supporter focus */

.bg-orange:hover {
  background-color: #e9411d;
}

@media screen and (min-width: 1601px) {
  #supporter-focus {
    padding-top: 308px;
  }
  #supporter-focus h1 {
    font-size: 72px;
    margin-bottom: 60px;
  }
  #supporter-focus p {
    font-size: 24px;
    margin-bottom: 50px;
  }
  #supporter-focus a {
    padding: 25px 70px;
    font-size: 24px;
    margin: 0;
    margin-top: 4px;
  }
  .share-product-box i {
    font-size: 40px;
    margin-right: 22px;
  }
  .ingredient span {
    margin-right: 0;
    margin-left: 20px;
  }
  .ingredient .tooltip-box td {
    font-size: 15px;
  }
  .ingredient .tooltip-box {
    padding: 20px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #supporter-focus {
    padding-top: 256px;
  }
  #supporter-focus h1 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  #supporter-focus p {
    font-size: 20px;
    margin-bottom: 41px;
  }
  #supporter-focus a {
    padding: 20px 58px;
    font-size: 20px;
    margin: 0;
    margin-top: 3px;
  }
  .share-product-box i {
    font-size: 33px;
    margin-right: 18px;
  }
  .ingredient span {
    margin-right: 0;
    margin-left: 16px;
  }
  .ingredient .tooltip-box td {
    font-size: 15px;
  }
  .ingredient .tooltip-box {
    padding: 16px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #supporter-focus {
    padding-top: 192px;
  }
  #supporter-focus h1 {
    font-size: 44px;
    margin-bottom: 37px;
  }
  #supporter-focus p {
    font-size: 14px;
    margin-bottom: 31px;
  }
  #supporter-focus a {
    padding: 15px 43px;
    font-size: 14px;
    margin: 0;
    margin-top: 2px;
  }
  .share-product-box i {
    font-size: 24px;
    margin-right: 13px;
  }
  .ingredient span {
    margin-right: 0;
    margin-left: 12px;
  }
  .ingredient .tooltip-box td {
    font-size: 12px;
  }
  .ingredient .tooltip-box {
    padding: 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #supporter-focus {
    padding-top: 158px;
  }
  #supporter-focus h1 {
    font-size: 37px;
    margin-bottom: 30px;
  }
  #supporter-focus p {
    font-size: 12px;
    margin-bottom: 25px;
  }
  #supporter-focus a {
    padding: 12px 36px;
    font-size: 12px;
    margin: 0;
    margin-top: 2px;
  }
  .share-product-box i {
    font-size: 20px;
    margin-right: 11px;
  }
  .ingredient span {
    margin-right: 0;
    margin-left: 10px;
  }
  .ingredient .tooltip-box td {
    font-size: 9px;
  }
  .ingredient .tooltip-box {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  #supporter-focus {
    padding-top: 123px;
  }
  #supporter-focus h1 {
    font-size: 28px;
    margin-bottom: 23px;
  }
  #supporter-focus p {
    font-size: 9px;
    margin-bottom: 19px;
  }
  #supporter-focus a {
    padding: 9px 27px;
    font-size: 9px;
    margin: 0;
    margin-top: 1px;
  }
  .share-product-box i {
    font-size: 15px;
    margin-right: 8px;
  }
  .ingredient span {
    margin-right: 0;
    margin-left: 7px;
  }
  .ingredient .tooltip-box td {
    font-size: 7px;
  }
  .ingredient .tooltip-box {
    padding: 10px;
  }
  .ingredient .group-tool-tip {
    bottom: 42px;
    left: -30px;
  }
}

/* Fullfill potential */

div.wpcf7-response-output {
  font-size: 18px;
  color: red;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1601px) {
  #fullfill-potential {
    padding-top: 132px;
    padding-bottom: 165px;
  }
  #fullfill-potential h1 {
    font-size: 72px;
  }
  #fullfill-potential p {
    font-size: 24px;
    margin-top: 33px;
    margin-bottom: 63px;
  }
  #fullfill-potential .more-benefits {
    padding: 30px 20px;
    width: 100%;
  }
  #fullfill-potential input[type="submit"] {
    width: auto;
    padding: 31px 95px;
    font-size: 24px;
    margin-top: 25px;
  }
  span.wpcf7-not-valid-tip {
    font-size: 18px;
    margin-top: -30px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #fullfill-potential {
    padding-top: 110px;
    padding-bottom: 137px;
  }
  #fullfill-potential h1 {
    font-size: 60px;
  }
  #fullfill-potential p {
    font-size: 20px;
    margin-top: 27px;
    margin-bottom: 52px;
  }
  #fullfill-potential .more-benefits {
    padding: 25px 16px;
    width: 83%;
  }
  #fullfill-potential input[type="submit"] {
    width: auto;
    padding: 25px 79px;
    font-size: 20px;
    margin-top: 20px;
  }
  #fullfill-potential input {
    font-size: 20px
  }
  span.wpcf7-not-valid-tip {
    font-size: 15px;
    margin-top: -25px;
  }
  div.wpcf7-response-output {
    font-size: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #fullfill-potential {
    padding-top: 82px;
    padding-bottom: 103px;
  }
  #fullfill-potential h1 {
    font-size: 44px;
  }
  #fullfill-potential p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 39px;
  }
  #fullfill-potential .more-benefits {
    padding: 18px 12px;
    width: 62%;
  }
  #fullfill-potential input[type="submit"] {
    width: auto;
    padding: 19px 59px;
    font-size: 14px;
    margin-top: 15px;
  }
  #fullfill-potential input {
    font-size: 14px
  }
  span.wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: -18px;
  }
  div.wpcf7-response-output {
    font-size: 11px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #fullfill-potential {
    padding-top: 68px;
    padding-bottom: 85px;
  }
  #fullfill-potential h1 {
    font-size: 37px;
  }
  #fullfill-potential p {
    font-size: 12px;
    margin-top: 17px;
    margin-bottom: 32px;
  }
  #fullfill-potential .more-benefits {
    padding: 15px 10px;
    width: 51%;
  }
  #fullfill-potential input[type="submit"] {
    width: auto;
    padding: 16px 49px;
    font-size: 12px;
    margin-top: 12px;
  }
  #fullfill-potential input {
    font-size: 12px
  }
  span.wpcf7-not-valid-tip {
    font-size: 9px;
    margin-top: -15px;
  }
  div.wpcf7-response-output {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  #fullfill-potential {
    padding-top: 52px;
    padding-bottom: 65px;
  }
  #fullfill-potential h1 {
    font-size: 28px;
  }
  #fullfill-potential p {
    font-size: 9px;
    margin-top: 13px;
    margin-bottom: 25px;
  }
  #fullfill-potential .more-benefits {
    padding: 11px 7px;
    width: 39%;
  }
  #fullfill-potential input[type="submit"] {
    width: auto;
    padding: 12px 37px;
    font-size: 9px;
    margin-top: 9px;
  }
  #fullfill-potential input {
    font-size: 9px
  }
  span.wpcf7-not-valid-tip {
    font-size: 7px;
    margin-top: -11px;
    text-align: left;
  }
  div.wpcf7-response-output {
    font-size: 7px;
    text-align: left;
  }
}

/* User Reviews */

#wrap-user-reviews .yotpo-sum-reviews>span {
  margin-top: 0;
  font-size: 15px;
}

#wrap-user-reviews .write-review-button {
  background: #acacac;
  top: unset;
  margin: 0;
}

#wrap-user-reviews .write-question-button {
  top: 93px;
  padding: 6px 10.5px;
}

#wrap-user-reviews .write-review-button:hover, #wrap-user-reviews .yotpo-submit:hover {
  cursor: pointer;
  background-color: #737373 !important;
  color: white;
}

#wrap-user-reviews .write-question-button .yotpo-icon-double-bubble {
  margin-right: 0 !important;
}

#wrap-user-reviews .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #7c7c7c;
}

#wrap-user-reviews .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #7c7c7c;
}

#wrap-user-reviews .yotpo-user-name {
  color: #312f3a;
  font-weight: bold;
}

#wrap-user-reviews .content-title {
  font-weight: bold;
  color: #312f3a;
}

#wrap-user-reviews .content-review {
  color: #646464;
}

#wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
  color: #eb9b00;
}

#wrap-user-reviews .main-widget>div:first-child {
  display: none;
}

#wrap-user-reviews .yotpo .yotpo-regular-box {
  border: none;
}

.yotpo-nav-wrapper span {
  font-size: 24px !important;
}

.yotpo-star-distribution-graph-score {
  background-color: #737373 !important;
}

.yotpo .yotpo-review .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, .yotpo .yotpo-comment .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, .yotpo .yotpo-question .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark, .yotpo .yotpo-onsite-upload .yotpo-header .yotpo-icon-profile .yotpo-icon-circle-checkmark {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}

.yotpo-regular-box input[type="button"] {
  width: auto !important;
}

@media screen and (min-width: 1601px) {
  .yotpo-footer .yotpo-icon {
    font-size: 35px !important
  }
  .yotpo .y-label, .yotpo span.y-label {
    font-size: 20px !important;
  }
  #wrap-user-reviews {
    padding-top: 22px;
  }
  #wrap-user-reviews .write-review-button {
    padding: 6px 11px;
  }
  #wrap-user-reviews .write-review-button>.yotpo-icon-write, #wrap-user-reviews .write-question-button>.yotpo-icon-double-bubble {
    font-size: 17px !important;
  }
  #wrap-user-reviews .yotpo-user-name {
    font-size: 30px;
  }
  #wrap-user-reviews .yotpo .yotpo-regular-box {
    padding: 57px 0 22px;
  }
  #wrap-user-reviews .yotpo-review-stars {
    margin-top: 27px;
    margin-bottom: 15px;
  }
  #wrap-user-reviews .content-title {
    font-size: 24px;
  }
  #wrap-user-reviews .yotpo-review-wrapper {
    margin-top: 17px;
  }
  #wrap-user-reviews .content-review {
    font-size: 24px;
  }
  #wrap-user-reviews .yotpo-stars-and-sum-reviews>.yotpo-stars>.yotpo-icon-star {
    font-size: 24px !important;
  }
  #wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
    font-size: 37px !important;
  }
  #wrap-user-reviews .yotpo-icon-profile {
    width: 120px;
    height: 120px;
    margin-right: 63px;
  }
  #wrap-user-reviews .yotpo-main, #wrap-user-reviews .yotpo-footer {
    margin-left: 183px;
  }
  #wrap-user-reviews .yotpo-main {
    padding-bottom: 32px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d6d5d8;
  }
  #wrap-user-reviews .main-widget .yotpo-display-wrapper>.yotpo-bottomline-empty-state {
    padding-bottom: 16px;
  }
  .yotpo .yotpo-nav-dropdown label {
    font-size: 20px !important;
  }
  .yotpo-review .yotpo-icon-profile .yotpo-icon {
    width: 27px !important;
    height: 27px !important;
  }
  input.yotpo-submit {
    font-size: 14px !important;
    padding: 15px 70px !important;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #wrap-user-reviews .yotpo-sum-reviews>span {
    font-size: 12px;
  }
  .yotpo-footer .yotpo-icon {
    font-size: 29px !important
  }
  .yotpo .y-label, .yotpo span.y-label {
    font-size: 16px !important;
  }
  #wrap-user-reviews {
    padding-top: 18px;
  }
  #wrap-user-reviews .write-review-button {
    padding: 5px 9px;
  }
  #wrap-user-reviews .write-question-button {
    top: 77px;
    padding: 5px 8.5px;
  }
  #wrap-user-reviews .write-review-button .yotpo-icon-button-text, #wrap-user-reviews .write-question-button .yotpo-icon-button-text {
    font-size: 11px;
  }
  #wrap-user-reviews .write-review-button>.yotpo-icon-write, #wrap-user-reviews .write-question-button>.yotpo-icon-double-bubble {
    font-size: 14px !important;
  }
  #wrap-user-reviews .yotpo-user-name {
    font-size: 25px;
  }
  #wrap-user-reviews .yotpo .yotpo-regular-box {
    padding: 47px 0 18px;
  }
  #wrap-user-reviews .yotpo-review-stars {
    margin-top: 22px;
    margin-bottom: 12px;
  }
  #wrap-user-reviews .content-title {
    font-size: 20px;
  }
  #wrap-user-reviews .yotpo-review-wrapper {
    margin-top: 14px;
  }
  #wrap-user-reviews .content-review {
    font-size: 20px;
  }
  #wrap-user-reviews .yotpo-stars-and-sum-reviews>.yotpo-stars>.yotpo-icon-star {
    font-size: 20px !important;
  }
  #wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
    font-size: 30px !important;
  }
  #wrap-user-reviews .yotpo-icon-profile {
    width: 100px;
    height: 100px;
    margin-right: 52px;
  }
  #wrap-user-reviews .yotpo-main, #wrap-user-reviews .yotpo-footer {
    margin-left: 152px;
  }
  #wrap-user-reviews .yotpo-main {
    padding-bottom: 26px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d6d5d8;
  }
  #wrap-user-reviews .main-widget .yotpo-display-wrapper>.yotpo-bottomline-empty-state {
    padding-bottom: 13px;
  }
  .yotpo-nav-wrapper span {
    font-size: 20px !important;
  }
  .yotpo .yotpo-nav-dropdown label {
    font-size: 16px !important;
  }
  .sorting .yotpo-icon {
    font-size: 20px !important;
  }
  input.yotpo-submit {
    font-size: 11px !important;
    padding: 12px 58px !important;
  }
  .write-first-question-button {
    font-size: 10px !important;
  }
  .yotpo-review .yotpo-icon-profile .yotpo-icon {
    width: 22px !important;
    height: 22px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #wrap-user-reviews .yotpo-sum-reviews>span {
    margin-top: 0;
    font-size: 9px;
  }
  .yotpo-footer .yotpo-icon {
    font-size: 21px !important
  }
  .yotpo .y-label, .yotpo span.y-label {
    font-size: 12px !important;
  }
  #wrap-user-reviews {
    padding-top: 13px;
  }
  #wrap-user-reviews .write-review-button {
    padding: 3px 6px;
  }
  #wrap-user-reviews .write-question-button {
    top: 62px;
    padding: 3px 5.5px;
  }
  #wrap-user-reviews .write-review-button .yotpo-icon-button-text, #wrap-user-reviews .write-question-button .yotpo-icon-button-text {
    font-size: 8px;
  }
  #wrap-user-reviews .write-review-button>.yotpo-icon-write, #wrap-user-reviews .write-question-button>.yotpo-icon-double-bubble {
    font-size: 10px !important;
  }
  #wrap-user-reviews .yotpo-user-name {
    font-size: 18px;
  }
  #wrap-user-reviews .yotpo .yotpo-regular-box {
    padding: 35px 0 13px;
  }
  #wrap-user-reviews .yotpo-review-stars {
    margin-top: 16px;
    margin-bottom: 9px;
  }
  #wrap-user-reviews .content-title {
    font-size: 14px;
  }
  #wrap-user-reviews .yotpo-review-wrapper {
    margin-top: 10px;
  }
  #wrap-user-reviews .content-review {
    font-size: 14px;
  }
  #wrap-user-reviews .yotpo-stars-and-sum-reviews>.yotpo-stars>.yotpo-icon-star {
    font-size: 14px !important;
  }
  #wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
    font-size: 23px !important;
  }
  #wrap-user-reviews .yotpo-icon-profile {
    width: 74px;
    height: 74px;
    margin-right: 39px;
  }
  #wrap-user-reviews .yotpo-main, #wrap-user-reviews .yotpo-footer {
    margin-left: 114px;
  }
  #wrap-user-reviews .yotpo-main {
    padding-bottom: 19px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d6d5d8;
  }
  #wrap-user-reviews .main-widget .yotpo-display-wrapper>.yotpo-bottomline-empty-state {
    padding-bottom: 9px;
  }
  .yotpo-nav-wrapper span {
    font-size: 14px !important;
  }
  .yotpo .yotpo-nav-dropdown label {
    font-size: 12px !important;
  }
  .sorting .yotpo-icon {
    font-size: 15px !important;
  }
  input.yotpo-submit {
    font-size: 8px !important;
    padding: 9px 43px !important;
  }
  .write-first-question-button {
    font-size: 7px !important;
  }
  .yotpo-review .yotpo-icon-profile .yotpo-icon {
    width: 16px !important;
    height: 16px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #wrap-user-reviews .yotpo-sum-reviews>span {
    margin-top: 0;
    font-size: 7px;
  }
  .yotpo-footer .yotpo-icon {
    font-size: 18px !important
  }
  .yotpo .y-label, .yotpo span.y-label {
    font-size: 10px !important;
  }
  #wrap-user-reviews {
    padding-top: 11px;
  }
  #wrap-user-reviews .write-review-button {
    padding: 3px 5px;
  }
  #wrap-user-reviews .write-question-button {
    top: 55px;
    padding: 3px 5px;
  }
  #wrap-user-reviews .write-review-button .yotpo-icon-button-text, #wrap-user-reviews .write-question-button .yotpo-icon-button-text {
    font-size: 7px;
  }
  #wrap-user-reviews .write-review-button>.yotpo-icon-write, #wrap-user-reviews .write-question-button>.yotpo-icon-double-bubble {
    font-size: 8px !important;
  }
  #wrap-user-reviews .yotpo-user-name {
    font-size: 15px;
  }
  #wrap-user-reviews .yotpo .yotpo-regular-box {
    padding: 29px 0 11px;
  }
  #wrap-user-reviews .yotpo-review-stars {
    margin-top: 13px;
    margin-bottom: 7px;
  }
  #wrap-user-reviews .content-title {
    font-size: 12px;
  }
  #wrap-user-reviews .yotpo-review-wrapper {
    margin-top: 8px;
  }
  #wrap-user-reviews .content-review {
    font-size: 12px;
  }
  #wrap-user-reviews .yotpo-stars-and-sum-reviews>.yotpo-stars>.yotpo-icon-star {
    font-size: 12px !important;
  }
  #wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
    font-size: 19px !important;
  }
  #wrap-user-reviews .yotpo-icon-profile {
    width: 61px;
    height: 61px;
    margin-right: 32px;
  }
  #wrap-user-reviews .yotpo-main, #wrap-user-reviews .yotpo-footer {
    margin-left: 94px;
  }
  #wrap-user-reviews .yotpo-main {
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d6d5d8;
  }
  #wrap-user-reviews .main-widget .yotpo-display-wrapper>.yotpo-bottomline-empty-state {
    padding-bottom: 8px;
  }
  .yotpo-nav-wrapper span {
    font-size: 12px !important;
  }
  .yotpo .yotpo-nav-dropdown label {
    font-size: 10px !important;
  }
  .sorting .yotpo-icon {
    font-size: 12px !important;
  }
  input.yotpo-submit {
    font-size: 7px !important;
    padding: 7px 36px !important;
  }
  .write-first-question-button {
    font-size: 6px !important;
  }
  .yotpo-review .yotpo-icon-profile .yotpo-icon {
    width: 13px !important;
    height: 13px !important;
  }
}

@media (max-width: 767px) {
  #wrap-user-reviews .yotpo-sum-reviews>span {
    margin-top: 0;
    font-size: 7px;
  }
  .yotpo-footer .yotpo-icon {
    font-size: 13px !important
  }
  .yotpo .y-label, .yotpo span.y-label {
    font-size: 7px !important;
  }
  #wrap-user-reviews {
    padding-top: 8px;
  }
  #wrap-user-reviews .write-review-button {
    padding: 2px 4px;
  }
  #wrap-user-reviews .write-question-button {
    top: 37px;
    padding: 2px 3px;
  }
  #wrap-user-reviews .write-review-button .yotpo-icon-button-text, #wrap-user-reviews .write-question-button .yotpo-icon-button-text {
    font-size: 5px !important;
  }
  #wrap-user-reviews .write-review-button>.yotpo-icon-write, #wrap-user-reviews .write-question-button>.yotpo-icon-write {
    font-size: 16px !important;
  }
  #wrap-user-reviews .yotpo-user-name {
    font-size: 11px;
  }
  #wrap-user-reviews .yotpo .yotpo-regular-box {
    padding: 22px 0 8px;
  }
  #wrap-user-reviews .yotpo-review-stars {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  #wrap-user-reviews .content-title {
    font-size: 9px;
  }
  #wrap-user-reviews .yotpo-review-wrapper {
    margin-top: 6px;
  }
  #wrap-user-reviews .content-review {
    font-size: 9px;
  }
  #wrap-user-reviews .yotpo-stars-and-sum-reviews>.yotpo-stars>.yotpo-icon-star {
    font-size: 9px !important;
  }
  #wrap-user-reviews .yotpo-review-stars .yotpo-icon-star {
    font-size: 14px !important;
  }
  #wrap-user-reviews .yotpo-icon-profile {
    width: 47px;
    height: 47px;
    margin-right: 25px;
  }
  #wrap-user-reviews .yotpo-main, #wrap-user-reviews .yotpo-footer {
    margin-left: 73px;
  }
  #wrap-user-reviews .yotpo-main {
    padding-bottom: 12px;
    margin-bottom: 9px;
    border-bottom: 1px solid #d6d5d8;
  }
  #wrap-user-reviews .main-widget .yotpo-display-wrapper>.yotpo-bottomline-empty-state {
    padding-bottom: 6px;
  }
  .yotpo-nav-wrapper span {
    font-size: 9px !important;
  }
  .yotpo-icon-three-lines {
    font-size: 25px !important;
  }
  .write-review-button.yotpo-visible-mobile span {
    color: white !important;
    font-size: 12px !important;
  }
  .write-question-button.yotpo-visible-mobile span {
    font-size: 12px !important;
  }
  .yotpo .yotpo-nav-dropdown label {
    font-size: 7px !important;
  }
  .sorting .yotpo-icon {
    font-size: 9px !important;
  }
  input.yotpo-submit {
    font-size: 7px !important;
    padding: 7px 36px !important;
  }
  .write-first-question-button {
    font-size: 4px !important;
  }
  .yotpo-regular-box {
    margin: 0 !important;
  }
  .yotpo-review .yotpo-icon-profile .yotpo-icon {
    width: 10px !important;
    height: 10px !important;
  }
}

/* ----- /PRODUCT PANEUROMIX ----- */

/* ----- PRODUCT FOCUS ----- */

@media screen and (min-width: 1601px) {
  #feature-product .product-box h1.buy-to-save {
    font-size: 30px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #feature-product .product-box h1.buy-to-save {
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #feature-product .product-box h1.buy-to-save {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 6px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #feature-product .product-box h1.buy-to-save {
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

@media (max-width: 767px) {
  #feature-product .product-box h1.buy-to-save {
    font-size: 11px;
    margin-top: 9px;
    margin-bottom: 3px;
  }
}

/* ----- /PRODUCT FOCUS ----- */

/* ----- LASTEST NEWS----- */

.article-box .article-post:last-child:hover {
  cursor: pointer;
  background-color: #e9411d !important;
}

#lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
  display: flex;
  justify-content: center;
  align-items: center;
}

#lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post a {
  padding: 0;
}

#lasest-news[style="background: #fff;padding-top: 10px;"].share-post .social-sharing {
  padding: 0;
}

#navigation a {
  padding: 5px 10px !important;
}

@media screen and (min-width: 1601px) {
  #lasest-news[style="background: #fff;padding-top: 10px;"] {
    padding-top: 45px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(odd) {
    padding-right: 27px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(even) {
    padding-left: 27px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>h1 {
    margin-bottom: 115px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] h1.date-article {
    font-size: 116.59px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] img {
    height: 377px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post {
    height: 82px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
    height: 82px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body {
    padding-top: 30px;
    padding-bottom: 67px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body h1 {
    padding-bottom: 10px;
    font-size: 48px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a {
    font-size: 24px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a i {
    font-size: 28px;
    margin-right: 17px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .wrap-article {
    margin-bottom: 98px;
  }
  .wp-pagenavi {
    font-size: 20px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #lasest-news[style="background: #fff;padding-top: 10px;"] {
    padding-top: 37px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(odd) {
    padding-right: 22px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(even) {
    padding-left: 22px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>h1 {
    margin-bottom: 95px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] h1.date-article {
    font-size: 97px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] img {
    height: 314px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post {
    height: 68px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
    height: 68px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body {
    padding-top: 25px;
    padding-bottom: 55px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body h1 {
    padding-bottom: 8px;
    font-size: 40px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a {
    font-size: 20px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a i {
    font-size: 23px;
    margin-right: 14px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .wrap-article {
    margin-bottom: 81px;
  }
  .wp-pagenavi {
    font-size: 16px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #lasest-news[style="background: #fff;padding-top: 10px;"] {
    padding-top: 28px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(odd) {
    padding-right: 16px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(even) {
    padding-left: 16px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>h1 {
    margin-bottom: 71px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] h1.date-article {
    font-size: 72px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] img {
    height: 235px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post {
    height: 51px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
    height: 51px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body {
    padding-top: 18px;
    padding-bottom: 41px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body h1 {
    padding-bottom: 6px;
    font-size: 29px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a {
    font-size: 14px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a i {
    font-size: 17px;
    margin-right: 10px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .wrap-article {
    margin-bottom: 61px;
  }
  .wp-pagenavi {
    font-size: 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #lasest-news[style="background: #fff;padding-top: 10px;"] {
    padding-top: 23px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(odd) {
    padding-right: 13px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(even) {
    padding-left: 13px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>h1 {
    margin-bottom: 59px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] h1.date-article {
    font-size: 60px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] img {
    height: 194px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post {
    height: 42px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
    height: 42px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body {
    padding-top: 15px;
    padding-bottom: 34px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body h1 {
    padding-bottom: 5px;
    font-size: 24px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a {
    font-size: 12px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a i {
    font-size: 14px;
    margin-right: 8px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .wrap-article {
    margin-bottom: 50px;
  }
  .wp-pagenavi {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  #lasest-news[style="background: #fff;padding-top: 10px;"] {
    padding-top: 17px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(odd) {
    padding-right: 10px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>.row>div:nth-of-type(even) {
    padding-left: 10px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"]>.container>.row>div>h1 {
    margin-bottom: 45px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] h1.date-article {
    font-size: 46px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] img {
    height: 196px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .share-post {
    height: 32px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card .article-post {
    height: 32px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body {
    padding-top: 11px;
    padding-bottom: 26px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .card-body h1 {
    padding-bottom: 3px;
    font-size: 19px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a {
    font-size: 9px !important;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .article-box a i {
    font-size: 11px;
    margin-right: 6px;
  }
  #lasest-news[style="background: #fff;padding-top: 10px;"] .wrap-article {
    margin-bottom: 39px;
  }
  .wp-pagenavi {
    font-size: 7px;
  }
}

/* ----- /LASTEST NEWS ----- */

/* ----- CONTRACT US ----- */

#contact-us .col-12 {
  padding-left: 15px;
  padding-right: 15px;
}

#contact-us input[type="submit"]:hover {
  background-color: #e9411d !important;
}

#contact-us span.wpcf7-not-valid-tip {
  margin-top: 0 !important;
}

#contact-us div.wpcf7-response-output {
  padding-left: 30px;
}

@media screen and (min-width: 1601px) {
  #contact-us input[type="submit"] {
    margin-top: 30px;
    font-size: 24px;
    height: auto;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #contact-us input[type="submit"] {
    margin-top: 25px;
    font-size: 20px;
    height: auto;
  }
  #contact-us label {
    font-size: 20px !important;
  }
  #contact-us .block-right p {
    font-size: 20px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #contact-us input[type="submit"] {
    margin-top: 18px;
    font-size: 14px;
    height: auto;
  }
  #contact-us label {
    font-size: 14px !important;
  }
  #contact-us .block-right p {
    font-size: 14px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #contact-us input[type="submit"] {
    margin-top: 15px;
    font-size: 12px;
    height: auto;
  }
  #contact-us label {
    font-size: 12px !important;
  }
  #contact-us .block-right p {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  #contact-us input[type="submit"] {
    margin-top: 11px;
    font-size: 9px;
    height: auto;
  }
  #contact-us label {
    font-size: 9px !important;
  }
  #contact-us .block-right p {
    font-size: 9px !important;
  }
}

/* ----- /CONTRACT US ----- */

/* ----- CART ----- */

#shipping_method li label {
  transition: all 0.5s;
}

td[data-title="Shipping"] li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-indent: unset;
  margin: 8px 0;
  padding: 0;
}

td[data-title="Shipping"] li span {
  margin: 0;
}

td[data-title="Shipping"] li input {
  width: auto !important;
  margin-right: .4375em;
}

td[data-title="Shipping"] li:hover label {
  font-weight: bold;
}

.woocommerce-cart-form__contents .coupon>input {
  padding: 0.5em 1em !important;
}

.woocommerce-cart-form__contents .coupon>button {
  padding: 0.618em 1em !important;
}

.woocommerce-cart-form__contents button[name="update_cart"] {
  padding: .618em 1em !important;
}

.cart-empty {
  font-size: 24px;
}

.shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: 0.2em 8px;
  ;
}

@media screen and (min-width: 1601px) {
  .woocommerce-cart-form__contents {
    margin: 60px 0 !important;
  }
  .woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
    font-size: 24px;
  }
  .woocommerce table.cart td.actions .input-text {
    font-size: 24px;
  }
  .cart_totals {
    margin-bottom: 60px;
  }
  .cart_totals h2 {
    font-size: 36px;
  }
  .cart_totals th, .cart_totals td, .cart_totals a {
    font-size: 24px !important;
  }
  .woocommerce .quantity .qty {
    font-size: 24px;
  }
  .shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
    font-size: 24px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .woocommerce-cart-form__contents {
    margin: 50px 0 !important;
  }
  .woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
    font-size: 20px;
  }
  .woocommerce table.cart td.actions .input-text {
    font-size: 20px;
  }
  .cart_totals {
    margin-bottom: 50px;
  }
  .cart_totals h2 {
    font-size: 30px;
  }
  .cart_totals th, .cart_totals td, .cart_totals a {
    font-size: 20px !important;
  }
  .cart-empty {
    font-size: 20px;
  }
  .woocommerce .quantity .qty {
    font-size: 20px;
  }
  .shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
    font-size: 20px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .woocommerce-cart-form__contents {
    margin: 37px 0 !important;
  }
  .woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
    font-size: 14px;
  }
  .woocommerce table.cart td.actions .input-text {
    font-size: 14px;
  }
  .cart_totals {
    margin-bottom: 37px;
  }
  .cart_totals h2 {
    font-size: 22px;
  }
  .cart_totals th, .cart_totals td, .cart_totals a {
    font-size: 14px !important;
  }
  .cart-empty {
    font-size: 14px;
  }
  .woocommerce .quantity .qty {
    font-size: 14px;
  }
  .shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
    font-size: 14px;
  }
  .input-text[id="coupon_code"] {
    margin-right: 0 !important;
  }
  .button[value="Apply coupon"] {
    margin-left: 0 !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .woocommerce-cart-form__contents {
    margin: 30px 0 !important;
  }
  .woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
    font-size: 12px;
  }
  .woocommerce table.cart td.actions .input-text {
    font-size: 12px;
  }
  .cart_totals {
    margin-bottom: 30px;
  }
  .cart_totals h2 {
    font-size: 18px;
  }
  .cart_totals th, .cart_totals td, .cart_totals a {
    font-size: 12px !important;
  }
  .cart-empty {
    font-size: 12px;
  }
  .woocommerce .quantity .qty {
    font-size: 12px;
  }
  .shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
    font-size: 12px;
  }
  .input-text[id="coupon_code"] {
    margin-right: 2% !important;
  }
  .button[value="Apply coupon"] {
    margin-left: 2% !important;
  }
  td[data-title="Shipping"]>p, td[data-title="Shipping"]>form {
    width: 70%;
    margin-left: auto;
    text-align: left;
  }
}

@media (max-width: 767px) {
  td[data-title="Shipping"] ul {
    width: 80%;
    margin-left: auto;
  }
  .woocommerce-cart-form__contents {
    margin: 23px 0 !important;
  }
  .woocommerce-cart-form__contents th, .woocommerce-cart-form__contents td {
    font-size: 9px;
  }
  .woocommerce table.cart td.actions .input-text {
    font-size: 9px;
  }
  .cart_totals {
    margin-bottom: 23px;
  }
  .cart_totals h2 {
    font-size: 14px;
  }
  .cart_totals th, .cart_totals td, .cart_totals a {
    font-size: 9px !important;
  }
  .cart-empty {
    font-size: 9px;
  }
  .woocommerce .quantity .qty {
    font-size: 9px;
  }
  .shipping-calculator-form input#calc_shipping_city, .shipping-calculator-form input#calc_shipping_postcode {
    font-size: 9px;
  }
  .input-text[id="coupon_code"] {
    margin-right: 2% !important;
  }
  .button[value="Apply coupon"] {
    margin-left: 2% !important;
  }
  td[data-title="Shipping"]>p, td[data-title="Shipping"]>form {
    width: 70%;
    margin-left: auto;
    text-align: left;
  }
}

/* ----- /CART ----- */

.woocommerce-pagination ul.page-numbers {
  padding: 0 !important;
}

@media screen and (min-width: 1601px) {
  .add_to_cart_button {
    font-size: 18px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .add_to_cart_button {
    font-size: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .add_to_cart_button {
    font-size: 11px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .add_to_cart_button {
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  .add_to_cart_button {
    font-size: 7px;
  }
}

/* ----- HEADER ----- */

.top-header-menu>div {
  padding: 0;
}

.top-header-menu div {
  text-align: left !important;
}

.bottom-header-menu>div:first-child {
  padding-left: 0;
}

.bottom-header-menu>div:last-child {
  padding-right: 0;
}

.bottom-header-menu>div:last-child>.row>div {
  padding: 0;
}

#signin-popup button:hover {
  cursor: pointer;
  background-color: #e9411d;
}

@media screen and (min-width: 1601px) {
  .bottom-header-menu>div:last-child>.row>div:last-child {
    padding-left: 15px;
  }
  .title-menu-dropdown {
    font-size: 36px;
  }
  .text-menu-dropdown {
    font-size: 24px;
  }
  .text-menu-italic {
    font-size: 30px;
  }
  #signin-popup .btn-signin {
    font-size: 18px;
  }
  #image-map {
    top: 135px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .bottom-header-menu>div:last-child>.row>div:last-child {
    padding-left: 12px;
  }
  .title-menu-dropdown {
    font-size: 30px;
  }
  .text-menu-dropdown {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .text-menu-italic {
    font-size: 25px;
  }
  #signin-popup .btn-signin {
    font-size: 15px;
  }
  .top-header-menu {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .bottom-header-menu {
    padding-top: 62px;
    padding-bottom: 108px;
  }
  #header-menu-medium, #header-menu, #image-map {
    top: 112px !important;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .bottom-header-menu>div:last-child>.row>div:last-child {
    padding-left: 9px;
  }
  .title-menu-dropdown {
    font-size: 22px;
  }
  .text-menu-dropdown {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .text-menu-italic {
    font-size: 18px;
  }
  #signin-popup .btn-signin {
    font-size: 11px;
  }
  .top-header-menu {
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .bottom-header-menu {
    padding-top: 46px;
    padding-bottom: 81px;
  }
  #header-menu-medium, #header-menu, #image-map {
    top: 83px !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom-menu-dropdown {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bottom-header-menu>div:last-child>.row>div:last-child {
    padding-left: 7px;
  }
  .title-menu-dropdown {
    font-size: 18px;
  }
  .text-menu-dropdown {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .text-menu-italic {
    font-size: 15px;
  }
  #signin-popup .btn-signin {
    font-size: 9px;
  }
  .top-header-menu {
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .bottom-header-menu {
    padding-top: 38px;
    padding-bottom: 67px;
  }
  #header-menu-medium {
    top: 69px !important;
  }
}

@media (max-width: 767px) {
  .custom-menu-dropdown {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .bottom-header-menu>div:last-child>.row>div:last-child {
    padding-left: 5px;
  }
  .title-menu-dropdown {
    font-size: 14px;
  }
  .text-menu-dropdown {
    font-size: 9px;
    margin-bottom: 6px;
  }
  .text-menu-italic {
    font-size: 11px;
  }
  #signin-popup .btn-signin {
    font-size: 7px;
  }
  .top-header-menu {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .bottom-header-menu {
    padding-top: 29px;
    padding-bottom: 51px;
  }
  #header-menu-medium {
    top: 53px !important;
  }
}

/* ----- /HEADER ----- */

/* FORGOT PASS */

.lost_reset_password button[value="Reset password"] {
  font-size: 15px;
  padding: 20px;
  border: none;
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: #fb471f;
  color: #fff;
}

.lost_reset_password input[type="text"] {
  height: calc(2.25rem + 2px);
  padding: .375rem .75rem;
  font-size: 15px;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  margin-left: 10px;
}

.lost_reset_password .form-row {
  margin-right: 0;
  margin-left: 0;
}

.lost_reset_password {
  margin: 35px 0;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .lost_reset_password button[value="Reset password"] {
    font-size: 12px;
    padding: 16px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .lost_reset_password {
    margin: 29px 0;
  }
  .lost_reset_password input[type="text"] {
    font-size: 12px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .lost_reset_password button[value="Reset password"] {
    font-size: 9px;
    padding: 12px;
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .lost_reset_password {
    margin: 21px 0;
  }
  .lost_reset_password input[type="text"] {
    font-size: 9px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .lost_reset_password button[value="Reset password"] {
    font-size: 7px;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  .lost_reset_password {
    margin: 18px 0;
  }
  .lost_reset_password input[type="text"] {
    font-size: 7px;
  }
}

@media (max-width: 767px) {
  .lost_reset_password button[value="Reset password"] {
    font-size: 5px;
    padding: 7px;
    margin-bottom: 11px;
    margin-top: 11px;
  }
  .lost_reset_password {
    margin: 13px 0;
  }
  .lost_reset_password input[type="text"] {
    font-size: 5px;
  }
}

/* LOGIN */

#username-sroll, #password-sroll {
  font-size: 24px;
}

#customer_login .nav .nav-item .nav-link {
  font-size: 24px;
  padding: 15px 7.5px;
}

#customer_login .form-control {
  padding: 15px 15px;
  font-size: 24px;
  margin-bottom: 15px !important;
  border-radius: none !important;
}

#customer_login button {
  font-size: 18px;
  padding: 20px 40px !important;
  line-height: 1;
}

#customer_login button:hover {
  background-color: #e9411d !important;
}

#form-login .custom-checkbox .custom-control-label::before, #form-login .custom-checkbox .custom-control-label::after {
  top: 3px;
  left: -22px;
  width: 15px;
  height: 15px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #username-sroll, #password-sroll {
    font-size: 20px;
  }
  #customer_login .nav .nav-item .nav-link {
    font-size: 20px;
    padding: 12px 7.5px;
  }
  #customer_login .form-control {
    padding: 12px 12px;
    font-size: 20px;
    margin-bottom: 12px !important;
    border-radius: none !important;
  }
  #customer_login button {
    font-size: 15px;
    padding: 16px 33px !important;
    line-height: 1;
  }
  #customer_login form {
    padding: 37px !important;
  }
  #customer_login .custom-control-label, #customer_login a, #customer_login .ywsl-label, #customer_login .woocommerce-privacy-policy-text p {
    font-size: 12px;
  }
  #form-login .custom-checkbox .custom-control-label::before, #form-login .custom-checkbox .custom-control-label::after {
    top: 2px;
    left: -18px;
    width: 12px;
    height: 12px;
  }
  #customer_login form img {
    max-width: 83%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #username-sroll, #password-sroll {
    font-size: 14px;
  }
  #customer_login .nav .nav-item .nav-link {
    font-size: 14px;
    padding: 9px 7.5px;
  }
  #customer_login .form-control {
    padding: 9px 9px;
    font-size: 14px;
    margin-bottom: 9px !important;
    border-radius: none !important;
  }
  #customer_login button {
    font-size: 11px;
    padding: 12px 24px !important;
    line-height: 1;
  }
  #customer_login form {
    padding: 28px !important;
  }
  #customer_login .custom-control-label, #customer_login a, #customer_login .ywsl-label, #customer_login .woocommerce-privacy-policy-text p {
    font-size: 9px;
  }
  #form-login .custom-checkbox .custom-control-label::before, #form-login .custom-checkbox .custom-control-label::after {
    top: 1px;
    left: -13px;
    width: 9px;
    height: 9px;
  }
  #customer_login form img {
    max-width: 62%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #username-sroll, #password-sroll {
    font-size: 12px;
  }
  #customer_login .nav .nav-item .nav-link {
    font-size: 12px;
    padding: 9px 7.5px;
  }
  #customer_login .form-control {
    padding: 9px 9px;
    font-size: 12px;
    margin-bottom: 9px !important;
    border-radius: none !important;
  }
  #customer_login button {
    font-size: 9px;
    padding: 10px 20px !important;
    line-height: 1;
  }
  #customer_login form {
    padding: 23px !important;
  }
  #customer_login .custom-control-label, #customer_login a, #customer_login .ywsl-label, #customer_login .woocommerce-privacy-policy-text p {
    font-size: 7px;
  }
  #form-login .custom-checkbox .custom-control-label::before, #form-login .custom-checkbox .custom-control-label::after {
    top: 1px;
    left: -11px;
    width: 7px;
    height: 7px;
  }
  #customer_login form img {
    max-width: 51%;
  }
}

@media (max-width: 767px) {
  #username-sroll, #password-sroll {
    font-size: 9px;
  }
  #customer_login .nav .nav-item .nav-link {
    font-size: 9px;
    padding: 7px 7.5px;
  }
  #customer_login .form-control {
    padding: 7px 7px;
    font-size: 9px;
    margin-bottom: 7px !important;
    border-radius: none !important;
  }
  #customer_login button {
    font-size: 7px;
    padding: 7px 15px !important;
    line-height: 1;
  }
  #customer_login form {
    padding: 17px !important;
  }
  #customer_login .custom-control-label, #customer_login a, #customer_login .ywsl-label, #customer_login .woocommerce-privacy-policy-text p {
    font-size: 7x;
  }
  #form-login .custom-checkbox .custom-control-label::before, #form-login .custom-checkbox .custom-control-label::after {
    top: 1px;
    left: -11px;
    width: 7px;
    height: 7px;
  }
  #customer_login form img {
    max-width: 39%;
  }
}

/* SINGIN POPUP */

@media (min-width: 1601px) {
  #signin-popup {
    top: 135px;
  }
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #signin-popup {
    top: 112px;
  }
  #signin-popup h2 {
    font-size: 26px;
  }
  #username-sroll, #password-sroll {
    font-size: 20px;
  }
  #signin-popup .btn-signin {
    font-size: 15px;
    padding: 16px;
    margin-bottom: 12px;
  }
  #other-login-scroll .ywsl-facebook, #other-login-scroll .ywsl-google {
    height: 49px;
    width: 100%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #signin-popup {
    top: 83px;
  }
  #signin-popup h2 {
    font-size: 19px;
  }
  #username-sroll, #password-sroll {
    font-size: 14px;
  }
  #signin-popup .btn-signin {
    font-size: 11px;
    padding: 12px;
    margin-bottom: 9px;
  }
  #other-login-scroll .ywsl-facebook, #other-login-scroll .ywsl-google {
    height: 40px;
    width: 121%;
  }
}

/* CHECKOUT & ORDER_PAYMENT*/

.checkout_coupon input {
  height: calc(1.5em + .75rem + 2px);
}

.checkout_coupon button {
  padding: 9px 1em;
}

#shipping_company_field, #shipping_address_1_field {
  display: block;
}

#shipping_postcode_field {
  width: 47%;
  float: left;
  clear: initial;
}

#shipping_city_field {
  width: 47%;
  float: right;
  clear: initial;
}

#shipping_country_field {
  margin-top: 20px;
}

.custom-control-label::after, .custom-control-label::before {
  top: 18px;
  left: 0;
}

.woocommerce-input-wrapper input {
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  margin-left: 5px !important;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce form .form-row .input-checkbox {
  margin: 0;
}

ship-to-different-address {
  margin-bottom: 0.5em;
}

#ship-to-different-address label {
  display: flex;
  align-items: center;
}

#ship-to-different-address label input {
  position: relative;
}

#ship-to-different-address label span {
  margin-left: 25px;
}

#customer_details .col-12 {
  padding-right: 15px;
  padding-left: 15px;
}

#customer_details label, .mc4wp-checkbox-woocommerce label span, .woocommerce table.shop_table th, .woocommerce table.shop_table td, #place_order, #payment, .woocommerce-info, .woocommerce-error, #order_review th, #order_review td, #customer_details .create-account label span, .woocommerce-form__label span {
  font-size: 24px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #customer_details .select2-container .select2-selection--single, .woocommerce form.checkout_coupon {
  font-size: 18px;
}

#payment .about_paypal {
  line-height: 48px;
  font-size: 1em;
  padding: 0 1em;
}

#payment li:hover label {
  cursor: pointer;
  color: #fa461e!important;
}

#customer_details .select2-container .select2-selection--single, #customer_details .woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  margin-left: 5px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  margin-bottom: 2em;
}

#customer_details .create-account {
  margin: 0;
}

#order_review .woocommerce ul#shipping_method li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0.5em 0;
}

#order_review .woocommerce ul#shipping_method li>input, #order_review .woocommerce ul#shipping_method li>label {
  margin: 0;
}

.woocommerce-terms-and-conditions-checkbox-text {
  padding-left: 24px;
}

.woocommerce form .form-row {
  margin: 0.5em 0 !important;
}

.custom-control {
  padding-left: 0;
}

#customer_details .create-account label {
  line-height: 1;
}

#customer_details p.mc4wp-checkbox {
  margin: 0.5em 0;
}

#customer_details input {
  margin-left: 0 !important;
}

#customer_details span.select2-selection {
  height: calc(1.5em + .75rem + 2px);
}

.select2-container--default .select2-selection--single {
  padding: 0;
}

#shipping_country_field span.woocommerce-input-wrapper {
  width: 100%;
}

.shipping_address span {
  width: 100%;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  margin: 0 !important;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .custom-control-label::after, .custom-control-label::before {
    top: 16px;
    left: 0;
  }
  #customer_details .col-12 {
    padding-right: 12px;
    padding-left: 12px;
  }
  #customer_details label, .mc4wp-checkbox-woocommerce label span, .woocommerce table.shop_table th, .woocommerce table.shop_table td, #place_order, #payment, .woocommerce-info, .woocommerce-error, #order_review th, #order_review td, #customer_details .create-account label span, .woocommerce-form__label span {
    font-size: 20px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #customer_details .select2-container .select2-selection--single, .woocommerce form.checkout_coupon {
    font-size: 15px;
  }
  .woocommerce h3 {
    font-size: 23px;
  }
  #payment .about_paypal {
    line-height: 40px;
  }
  #customer_details .create-account label input[type="checkbox"], #ship-to-different-address label input, .mc4wp-checkbox-woocommerce input[type="checkbox"] {
    height: 16px;
    width: 16px;
  }
  .woocommerce img, .woocommerce-page img {
    max-width: 83%;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-control-label::after, .custom-control-label::before {
    top: 10px;
    left: 0;
  }
  #customer_details .col-12 {
    padding-right: 9px;
    padding-left: 9px;
  }
  #customer_details label, .mc4wp-checkbox-woocommerce label span, .woocommerce table.shop_table th, .woocommerce table.shop_table td, #place_order, #payment, .woocommerce-info, .woocommerce-error, #order_review th, #order_review td, #customer_details .create-account label span, .woocommerce-form__label span {
    font-size: 14px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #customer_details .select2-container .select2-selection--single, .woocommerce form.checkout_coupon {
    font-size: 11px;
  }
  .woocommerce h3 {
    font-size: 17px;
  }
  #payment .about_paypal {
    line-height: 28px;
  }
  #customer_details .create-account label input[type="checkbox"], #ship-to-different-address label input, .mc4wp-checkbox-woocommerce input[type="checkbox"] {
    height: 12px;
    width: 12px;
  }
  .woocommerce img, .woocommerce-page img {
    max-width: 62%;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom-control-label::after, .custom-control-label::before {
    top: 9px;
    left: 0;
  }
  #customer_details .col-12 {
    padding-right: 7px;
    padding-left: 7px;
  }
  #customer_details label, .mc4wp-checkbox-woocommerce label span, .woocommerce table.shop_table th, .woocommerce table.shop_table td, #place_order, #payment, .woocommerce-info, .woocommerce-error, #order_review th, #order_review td, #customer_details .create-account label span, .woocommerce-form__label span {
    font-size: 12px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #customer_details .select2-container .select2-selection--single, .woocommerce form.checkout_coupon {
    font-size: 9px;
  }
  .woocommerce h3 {
    font-size: 14px;
  }
  #payment .about_paypal {
    line-height: 28px;
  }
  #customer_details .create-account label input[type="checkbox"], #ship-to-different-address label input, .mc4wp-checkbox-woocommerce input[type="checkbox"] {
    height: 10px;
    width: 10px;
  }
  .woocommerce img, .woocommerce-page img {
    max-width: 51%;
  }
}

@media (max-width: 767px) {
  .custom-control-label::after, .custom-control-label::before {
    top: 7px;
    left: 0;
  }
  #customer_details .col-12 {
    padding-right: 0;
    padding-left: 0;
  }
  #customer_details label, .mc4wp-checkbox-woocommerce label span, .woocommerce table.shop_table th, .woocommerce table.shop_table td, #place_order, #payment, .woocommerce-info, .woocommerce-error, #order_review th, #order_review td, #customer_details .create-account label span, .woocommerce-form__label span {
    font-size: 9px;
  }
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #customer_details .select2-container .select2-selection--single, .woocommerce form.checkout_coupon {
    font-size: 9px;
  }
  .woocommerce h3 {
    font-size: 11px;
  }
  #payment .about_paypal {
    line-height: 28px;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    width: auto;
  }
  #customer_details .create-account label input[type="checkbox"], #ship-to-different-address label input, .mc4wp-checkbox-woocommerce input[type="checkbox"] {
    height: 10px;
    width: 10px;
  }
  .woocommerce img, .woocommerce-page img {
    max-width: 39%;
  }
}

/* Subcribe to newsletter */

#feature-product-wrap .subcribe-to-newsletter {
  position: relative;
  right: 0;
  top: 0;
}

.subcribe-to-newsletter a {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .subcribe-to-newsletter button {
    margin: 29px 29px 0 0;
  }
  .subcribe-to-newsletter .text-normal, .subcribe-to-newsletter .close-subcribe-newsletter {
    padding: 16px;
    font-size: 16px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .subcribe-to-newsletter button {
    margin: 21px 21px 0 0;
  }
  .subcribe-to-newsletter .text-normal, .subcribe-to-newsletter .close-subcribe-newsletter {
    padding: 12px;
    font-size: 12px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .subcribe-to-newsletter button {
    margin: 18px 18px 0 0;
  }
  .subcribe-to-newsletter .text-normal, .subcribe-to-newsletter .close-subcribe-newsletter {
    padding: 10px;
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .subcribe-to-newsletter button {
    margin: 13px 13px 0 0;
  }
  .subcribe-to-newsletter .text-normal, .subcribe-to-newsletter .close-subcribe-newsletter {
    padding: 7px;
    font-size: 7px;
  }
}

/* Page Views */

#page-views .has-large-font-size {
  font-size: 36px;
}

#page-views .widget_blog_subscription p:nth-child(2), #page-views p {
  font-size: 24px;
}

#page-views .widget_blog_subscription input, #page-views .widget_blog_subscription p:nth-child(3) span span {
  font-size: 18px;
}

#page-views .widget_blog_subscription input[type="submit"] {
  padding: 15px !important;
}

#page-views .widget_blog_subscription {
  max-width: 650px;
  padding: 50px 100px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #page-views .has-large-font-size {
    font-size: 30px;
  }
  #page-views .widget_blog_subscription p:nth-child(2), #page-views p {
    font-size: 20px;
  }
  #page-views .widget_blog_subscription input, #page-views .widget_blog_subscription p:nth-child(3) span span {
    font-size: 15px;
  }
  #page-views .widget_blog_subscription input[type="submit"] {
    padding: 12px !important;
  }
  #page-views .widget_blog_subscription {
    max-width: 541px;
    padding: 41px 83px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #page-views .has-large-font-size {
    font-size: 22px;
  }
  #page-views .widget_blog_subscription p:nth-child(2), #page-views p {
    font-size: 14px;
  }
  #page-views .widget_blog_subscription input, #page-views .widget_blog_subscription p:nth-child(3) span span {
    font-size: 11px;
  }
  #page-views .widget_blog_subscription input[type="submit"] {
    padding: 9px !important;
  }
  #page-views .widget_blog_subscription {
    max-width: 405px;
    padding: 31px 62px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #page-views .has-large-font-size {
    font-size: 18px;
  }
  #page-views .widget_blog_subscription p:nth-child(2), #page-views p {
    font-size: 12px;
  }
  #page-views .widget_blog_subscription input, #page-views .widget_blog_subscription p:nth-child(3) span span {
    font-size: 7px;
  }
  #page-views .widget_blog_subscription input[type="submit"] {
    padding: 15px !important;
  }
  #page-views .widget_blog_subscription {
    max-width: 335px;
    padding: 25px 51px;
  }
}

@media (max-width: 767px) {
  #page-views .has-large-font-size {
    font-size: 14px;
  }
  #page-views .widget_blog_subscription p:nth-child(2), #page-views p {
    font-size: 9px;
  }
  #page-views .widget_blog_subscription input, #page-views .widget_blog_subscription p:nth-child(3) span span {
    font-size: 7px;
  }
  #page-views .widget_blog_subscription input[type="submit"] {
    padding: 5px !important;
  }
  #page-views .widget_blog_subscription {
    max-width: 259px;
    padding: 19px 39px;
  }
}

/* Affiliate Register */

#mainForm {
  font-size: 18px;
}

#mainForm .pure-table {
  border: none;
  font-weight: bold
}

#mainForm .pure-table td, #mainForm .pure-table th {
  border-left: none;
  padding: 0;
}

#mainForm .pure-form label {
  margin: 0;
}

#mainForm .pure-form input {
  width: 100%;
}

#mainForm #agreeTermsLabel {
  margin-left: 35px;
}

#mainForm #chkAgreeTerms {
  position: relative;
  top: 23px;
}

.pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
  padding: 0.5em 0.5em;
  width: 100%;
  margin: 6px 0;
  height: 50px;
  font-size: 18px;
}

.wpam-registration-form .pure-button:hover {
  font-weight: initial;
  background-color: #e9411d;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  #mainForm {
    font-size: 15px;
  }
  #mainForm #agreeTermsLabel {
    margin-left: 29px;
  }
  #mainForm #chkAgreeTerms {
    top: 19px;
    height: 16px;
    width: 16px;
  }
  .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
    height: 41px;
    font-size: 15px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  #mainForm {
    font-size: 11px;
  }
  #mainForm #agreeTermsLabel {
    margin-left: 21px;
  }
  #mainForm #chkAgreeTerms {
    top: 14px;
    height: 12px;
    width: 12px;
  }
  .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
    height: 31px;
    font-size: 11px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  #mainForm {
    font-size: 9px;
  }
  #mainForm #agreeTermsLabel {
    margin-left: 18px;
  }
  #mainForm #chkAgreeTerms {
    top: 11px;
    height: 10px;
    width: 10px;
  }
  .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
    height: 25px;
    font-size: 9px;
  }
}

@media (max-width: 767px) {
  #mainForm {
    font-size: 7px;
  }
  #mainForm .pure-table {
    width: 100%;
  }
  #mainForm #agreeTermsLabel {
    margin-left: 13px;
  }
  #mainForm #chkAgreeTerms {
    top: 17px;
    height: 7px;
    width: 7px;
  }
  .pure-form input[type="text"], .pure-form input[type="password"], .pure-form input[type="email"], .pure-form input[type="url"], .pure-form input[type="date"], .pure-form input[type="month"], .pure-form input[type="time"], .pure-form input[type="datetime"], .pure-form input[type="datetime-local"], .pure-form input[type="week"], .pure-form input[type="number"], .pure-form input[type="search"], .pure-form input[type="tel"], .pure-form input[type="color"], .pure-form select, .pure-form textarea {
    height: 19px;
    font-size: 7px;
  }
}

/* News Listing */

.list-article-title {
  font-size: 48px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#view-lasest-news p {
  font-size: 20px;
}

#view-lasest-news h1 {
  font-size: 30px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .list-article-title {
    font-size: 40px !important;
  }
  #view-lasest-news p {
    font-size: 16px;
  }
  #view-lasest-news h1 {
    font-size: 25px;
  }
}

@media (max-width: 1199px) and (min-width: 992px) {
  .list-article-title {
    font-size: 29px !important;
  }
  #view-lasest-news p {
    font-size: 12px;
  }
  #view-lasest-news h1 {
    font-size: 18px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .list-article-title {
    font-size: 24px !important;
  }
  #view-lasest-news p {
    font-size: 10px;
  }
  #view-lasest-news h1 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .list-article-title {
    font-size: 24px !important;
  }
  #view-lasest-news p {
    font-size: 10px;
  }
  #view-lasest-news h1 {
    font-size: 15px;
  }
}

#wc-comment-header {
  font-size: 20px;
}

#wpcomm .wc-field-submit .wc_comm_submit {
  cursor: pointer;
}