.underline-hover {
  position: relative;
}
.underline-hover:hover:before, .underline-hover:hover:after {
  width: 100%;
  opacity: 1;
}
.underline-hover:after {
  left: 0;
  background-color: #8ec63f;
}
.underline-hover:before, .underline-hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.freezePage {
  -webkit-overflow-scrolling: touch !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
}

.customize-support .navbar-custom-class {
  top: 32px;
}

@keyframes scalingSlider {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scalingSlider {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  50% {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
  }
}
@keyframes animateMask {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@-webkit-keyframes animateMask {
  0% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
  100% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
}
@keyframes animateMaskBack {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
@-webkit-keyframes animateMaskBack {
  0% {
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
  }
  100% {
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
  }
}
.anim-duration {
  animation-duration: 0s !important;
  -webkit-animation-duration: 0s !important;
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 782px) {
  .customize-support .navbar-custom-class {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}
body {
  font-family: RobotoRegular;
  color: #494c51;
  font-size: 15px;
}

a {
  transition: all 0.2s linear;
}
a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}
a:focus {
  outline: none;
}

.warning-validation {
  border: 1px solid #e5675e !important;
  color: #e5675e !important;
}
.warning-validation::-webkit-input-placeholder {
  color: #e5675e !important;
}
.warning-validation::-moz-placeholder {
  color: #e5675e !important;
}
.warning-validation:-moz-placeholder {
  color: #e5675e !important;
}
.warning-validation:-ms-input-placeholder {
  color: #e5675e !important;
}

.main-container {
  margin: auto;
  max-width: 1230px;
  padding: 0 15px;
}

.main-title {
  font-family: RobotoBold;
  font-size: 30px;
  color: #000;
  margin-bottom: 35px;
  text-transform: uppercase;
}

.default-page-wrapper {
  padding: 50px 0 75px;
  background-image: url(../../images/main-bg-default.jpg);
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
}

.wysiwyg-styles > img {
  max-width: 100%;
  margin-bottom: 50px;
  height: auto;
}
.wysiwyg-styles p {
  font-family: RobotoRegular;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 40px;
}
.wysiwyg-styles p a {
  font-family: RobotoRegular;
  font-size: 15px;
  line-height: 32px;
  text-decoration: underline;
  color: #233b75;
}
.wysiwyg-styles p a:hover {
  color: #8ec63f;
}
.wysiwyg-styles p img {
  max-width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.wysiwyg-styles h2 {
  font-size: 18px;
  font-family: RobotoBold;
  color: #000;
  margin-bottom: 25px;
}
.wysiwyg-styles ul {
  list-style: none;
  margin: 0 0 60px;
  padding: 0;
}
.wysiwyg-styles ul li {
  font-family: RobotoRegular;
  font-size: 15px;
  line-height: 32px;
  padding-left: 40px;
  background-image: url("../../images/ul-point.png");
  background-repeat: no-repeat;
  background-position: 0 7px;
}
.wysiwyg-styles ul li a {
  text-decoration: underline;
  color: #233b75;
}
.wysiwyg-styles ul li a:hover {
  color: #8ec63f;
}
.wysiwyg-styles ul li p {
  margin: 0;
}

.wysiwyg-gallery {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 55px;
}
.wysiwyg-gallery .single-gallery-element {
  position: relative;
}
.wysiwyg-gallery .single-gallery-element .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.2s linear filter;
}
.wysiwyg-gallery .single-gallery-element:hover .gallery-image {
  filter: grayscale(0);
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  padding-top: 70%;
  display: block;
}
.wysiwyg-gallery .single-gallery-element .darkness-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.wysiwyg-gallery .single-gallery-element .additional-number {
  position: absolute;
  bottom: 30px;
  right: 40px;
}
.wysiwyg-gallery .single-gallery-element .additional-number img {
  max-width: 45px;
  max-height: 45px;
  margin-right: 15px;
}
.wysiwyg-gallery .single-gallery-element .additional-number .number-plus {
  font-size: 18px;
  color: #fff;
}

.video-wysiwyg {
  position: relative;
  margin-bottom: 50px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 42%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*404*/
.wrapper-404 {
  padding: 100px 0 230px;
}

.page-404-content .image-404 {
  width: calc(50% - 50px);
}
.page-404-content .image-404 img {
  width: initial;
  max-width: 100%;
}
.page-404-content .content-404 {
  width: 50%;
}
.page-404-content .content-404 .text-404 {
  max-width: 400px;
  color: #000;
  font-size: 20px;
  margin: 37px 0 70px;
}
.page-404-content .content-404 .link-404 {
  position: relative;
  display: inline-block;
}
.page-404-content .content-404 .link-404 a {
  border: 1px solid #8ec63f;
  color: #fff;
  display: inline-block;
  background-color: #233b75;
  padding: 24px 40px;
  font-family: RobotoBold;
  text-transform: uppercase;
  margin-left: 7px;
  z-index: 2;
  position: relative;
  transform: skew(-16deg);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.page-404-content .content-404 .link-404 a:hover {
  color: #233b75;
  background-color: #fff;
}
.page-404-content .content-404 .link-404 a .unskew {
  display: block;
  transform: skew(16deg);
}

/* END 404 */
.pre-content-info {
  margin-bottom: 35px;
}
.pre-content-info .pre-info {
  margin: 0 15px 15px 0;
}
.pre-content-info .pre-links {
  margin: 0 0 15px auto;
  font-size: 17px;
  font-family: RobotoBold;
}
.pre-content-info .pre-links .first-link {
  color: #8ec63f;
}
.pre-content-info .pre-links .first-link.underline-hover:after {
  background-color: #233b75;
}
.pre-content-info .pre-links .second-link {
  color: #233b75;
}
.pre-content-info .pre-links .separator {
  color: #233b75;
  padding: 0 5px;
}

.transition-default {
  transition: all 0.2s linear;
}
.transition-default:hover {
  transition: all 0.2s linear;
}

@media screen and (max-width: 1230px) {
  .wrapper-404 {
    padding: 50px 0;
  }
  .page-404-content .content-404 .text-404 {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 991px) {
  .default-page-wrapper {
    padding: 30px 0;
  }
  .wysiwyg-gallery .single-gallery-element .additional-number {
    bottom: 15px;
    right: 15px;
  }
  .wysiwyg-gallery .single-gallery-element .additional-number img {
    margin-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 60px) / 4);
    margin: 0 10px 20px;
  }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4n) {
    margin: 0 0 20px 10px;
  }
  .wysiwyg-gallery .single-gallery-element:nth-of-type(4n+1) {
    margin: 0 10px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-title {
    margin-bottom: 15px;
  }
  .video-wysiwyg {
    margin-bottom: 30px;
  }
  .video-wysiwyg:before {
    padding-top: 55%;
  }
  .wysiwyg-gallery {
    margin-bottom: 30px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .wysiwyg-gallery .single-gallery-element {
    width: calc((100% - 15px) / 2);
    margin: 0 0 15px;
  }
  .wysiwyg-styles > img {
    width: 100%;
    margin-bottom: 20px;
  }
  .wysiwyg-styles p {
    margin-bottom: 20px;
  }
  .wysiwyg-styles p img {
    margin-bottom: 0;
  }
  .wysiwyg-styles h2 {
    margin-bottom: 15px;
  }
  .wysiwyg-styles ul {
    margin: 0 0 30px;
  }
  /*404*/
  .page-404 .main-title {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-404 .wrapper-404 {
    padding: 0;
  }
  .page-404 .image-404 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .page-404 .content-404 {
    width: 100%;
    text-align: center;
  }
  .page-404 .content-404 .text-404 {
    max-width: none;
  }
  .page-404 .content-404 .link-404 a {
    padding: 15px 20px;
  }
  /* END 404 */
  .pre-content-info {
    margin-bottom: 0;
  }
}
@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
@-webkit-keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
.cart, .cart-mobile {
  -webkit-align-items: center;
  width: 60px;
}
.cart > .cart-number, .cart-mobile > .cart-number {
  width: 100% !important;
  font-weight: bold;
}
.cart > .cart-number a, .cart-mobile > .cart-number a {
  color: #ffffff;
  transition: all 0.2s linear;
}
.cart > .cart-number a:hover img, .cart-mobile > .cart-number a:hover img {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.cart > .cart-number a img, .cart-mobile > .cart-number a img {
  filter: invert(100%) sepia(11%) saturate(7500%) hue-rotate(283deg) brightness(115%) contrast(111%);
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
  transition: all 0.2s linear;
}

@media screen and (min-width: 992px) {
  .home-header {
    padding-top: 0;
  }
  .home-header .navbar-custom-class .menu.scroller-class ul li a {
    color: #fff;
  }
  .home-header .navbar-custom-class .menu.scroller-class ul li a:hover {
    color: #8ec63f;
  }
  .home-header .navbar-custom-class .menu.scroller-class ul .current-menu-item a {
    color: #8ec63f;
  }
  .home-header .navbar-custom-class .languages.scroller-class #ddslick-select .dd-select {
    background-color: transparent !important;
    background-image: url(../../images/lang_chevron_white.png) !important;
  }
}
.navbar-custom-class {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 0 !important;
  background-color: #31487d;
  z-index: 1020 !important;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 0 15px -5px #333;
}
.navbar-custom-class .logo-mobile {
  display: none;
}
.navbar-custom-class .main-header {
  padding: 22.5px 0;
}
.navbar-custom-class .main-logo img {
  max-height: 85px;
}
.navbar-custom-class .menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-custom-class .menu ul li {
  margin-right: 45px;
}
.navbar-custom-class .menu ul li a {
  text-transform: uppercase;
  font-family: RobotoBold;
  color: #ffffff;
}
.navbar-custom-class .menu ul li a:hover {
  color: #8ec63f;
}
.navbar-custom-class .menu ul li:nth-last-of-type(1) {
  margin-right: 0;
}
.navbar-custom-class .menu ul .current-menu-item a {
  color: #8ec63f;
}
.navbar-custom-class .profile:hover {
  animation: bounce10 0.5s linear infinite;
}
.navbar-custom-class .cart-mobile {
  display: none;
}
.navbar-custom-class .languages {
  align-items: center;
  -webkit-align-items: center;
  width: 60px;
}
.navbar-custom-class .languages #ddslick-select {
  width: 100% !important;
}
.navbar-custom-class .languages #ddslick-select .dd-select {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  background-image: url(../../images/lang_chevron_white.png) !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 5px) 50% !important;
}
.navbar-custom-class .languages #ddslick-select .dd-select .dd-selected {
  padding: 10px 5px !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
}
.navbar-custom-class .languages #ddslick-select .dd-select .dd-selected .dd-selected-image {
  width: 25px !important;
  height: 25px !important;
  object-fit: contain !important;
}
.navbar-custom-class .languages #ddslick-select .dd-select .dd-pointer {
  display: none !important;
}
.navbar-custom-class .languages #ddslick-select .dd-options {
  width: 100% !important;
  border: none !important;
  box-shadow: none !important;
  background-color: #fff !important;
}
.navbar-custom-class .languages #ddslick-select .dd-options .dd-option {
  padding: 10px 5px !important;
  border-bottom: none !important;
  display: flex !important;
  display: -webkit-flex !important;
  align-items: center !important;
  -webkit-align-items: center !important;
  justify-content: center !important;
  -webkit-justify-content: center !important;
}
.navbar-custom-class .languages #ddslick-select .dd-options .dd-option .dd-option-image {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  margin: 0 !important;
}
.navbar-custom-class .languages #ddslick-select .dd-options .dd-option:hover {
  background-color: #8ec63f !important;
}
.navbar-custom-class .languages #ddslick-select .dd-options .dd-option-selected {
  background-color: #8ec63f !important;
}

@media screen and (min-width: 992px) {
  .header-wrapper {
    display: block !important;
  }
  .burger-button {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .navbar-custom-class {
    padding: 0 !important;
    background-color: #31487e !important;
    height: 80px;
  }
  .navbar-custom-class .collapsed .burger-span {
    position: static !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(1) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(3) {
    transform: rotate(0deg) !important;
    transition: all 0.2s linear !important;
  }
  .navbar-custom-class .collapsed .burger-span:nth-child(2) {
    width: 25px !important;
    transition: all 0.2s linear !important;
    margin: 0 auto 5px !important;
  }
  .navbar-custom-class .burger-button {
    display: block !important;
    padding: 0;
    margin: 0 15px 0 auto;
    border: none;
    height: 50px;
  }
  .navbar-custom-class .burger-button .burger-wrapper {
    position: relative;
    width: 25px;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span {
    position: absolute;
    top: 0;
    height: 3px;
    width: 25px;
    margin-bottom: 5px;
    background-color: #ffffff;
    display: block;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(1) {
    transform: rotate(135deg);
    transition: all 0.2s linear;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(3) {
    transform: rotate(-135deg);
    transition: all 0.2s linear;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:nth-child(2) {
    width: 0;
    margin: 0 auto 5px;
  }
  .navbar-custom-class .burger-button .burger-wrapper .burger-span:last-child {
    margin-bottom: 0;
  }
  .navbar-custom-class .burger-button:focus {
    outline: none;
  }
  .navbar-custom-class .logo-mobile {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  .navbar-custom-class .logo-mobile img {
    max-height: 55px;
  }
  .navbar-custom-class .main-header {
    padding: 0;
  }
  .navbar-custom-class .main-logo {
    display: none;
  }
  .navbar-custom-class .cart {
    display: none !important;
  }
  .navbar-custom-class .cart-mobile {
    display: block !important;
    margin: 0 auto 0 25px;
    width: auto;
  }
  .navbar-custom-class .navbar-collapse {
    background-color: #31487e !important;
  }
}
@media screen and (max-width: 767px) {
  .navbar-custom-class .menu ul li {
    margin-right: 20px;
  }
}
@media screen and (max-width: 550px) {
  .navbar-custom-class .menu {
    width: 100%;
  }
  .navbar-custom-class .menu ul {
    width: 100%;
  }
  .navbar-custom-class .menu ul li {
    width: 100%;
    margin: 0 0 15px 0;
  }
  .navbar-custom-class .languages {
    margin-left: auto;
  }
}
.navbar-custom-class {
  transition: 0.2s linear background-color;
}

.transparent-header {
  background-color: transparent;
  box-shadow: none;
}

.translucent-header {
  background-color: rgba(35, 59, 117, 0.8);
  box-shadow: 0 0 15px -5px #333;
}

.footer {
  padding: 75px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: rgba(35, 59, 117, 0.4);
}
.footer .footer-info {
  max-width: 480px;
}
.footer .footer-info .footer-logo {
  margin-bottom: 45px;
}
.footer .footer-info .footer-logo img {
  max-height: 85px;
}
.footer .footer-info .footer-text-info {
  margin-bottom: 50px;
  line-height: 32px;
  color: #fff;
}
.footer .footer-info .footer-text-info a {
  color: #8ec63f;
}
.footer .footer-info .footer-text-info a:hover {
  color: #233b75;
}
.footer .footer-title {
  font-size: 26px;
  font-family: RobotoBold;
  color: #fff;
  margin-bottom: 45px;
  min-height: 85px;
}
.footer .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .footer-menu ul li a {
  line-height: 32px;
  color: #fff;
}
.footer .footer-menu ul li a:hover {
  color: #8ec63f;
}
.footer .footer-menu ul .current-menu-item a {
  color: #8ec63f;
}
.footer .footer-contacts {
  max-width: 250px;
}
.footer .footer-contacts .single-footer-contact {
  margin-bottom: 25px;
}
.footer .footer-contacts .single-footer-contact a:hover .contact-content {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.footer .footer-contacts .single-footer-contact .contact-logo {
  margin-right: 30px;
  width: 30px;
  text-align: center;
}
.footer .footer-contacts .single-footer-contact .contact-logo img {
  max-width: 100%;
}
.footer .footer-contacts .single-footer-contact .contact-content {
  color: #fff;
  transition: all 0.2s linear;
}
.footer .footer-copyright {
  font-size: 12px;
  color: #8e8e8e;
  letter-spacing: 4px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 30px 0;
  }
  .footer .main-footer-wrapper {
    justify-content: flex-start !important;
    -webkit-justify-content: flex-start !important;
  }
  .footer .footer-info {
    max-width: none;
    width: 100%;
  }
  .footer .footer-info .footer-logo {
    margin-bottom: 20px;
  }
  .footer .footer-info .footer-text-info {
    margin-bottom: 20px;
  }
  .footer .footer-title {
    margin-bottom: 15px;
    min-height: 0;
    align-items: stretch !important;
    -webkit-align-items: stretch !important;
  }
  .footer .footer-menu {
    margin: 0 50px 20px 0;
  }
  .footer .footer-contacts {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 550px) {
  .footer .footer-menu {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .footer .footer-contacts {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .footer-contacts .single-footer-contact {
    margin-bottom: 15px;
  }
}
.partners-footer {
  padding: 65px 50px 0;
}
.partners-footer .single-partner {
  width: 8.3333333333%;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.partners-footer .single-partner img {
  max-height: 50px;
  max-width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  transition: filter 0.2s linear;
}
.partners-footer .single-partner a:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  transition: filter 0.2s linear;
}

@media screen and (max-width: 1230px) {
  .partners-footer {
    padding: 65px 15px 0;
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
  }
  .partners-footer .single-partner {
    width: 16.6666666667%;
  }
}
@media screen and (max-width: 991px) {
  .partners-footer {
    padding: 30px 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .partners-footer .single-partner {
    width: 25%;
  }
}
@media screen and (max-width: 550px) {
  .partners-footer .single-partner {
    width: 33.3333333333%;
  }
}
.customize-support .image-modal-window .modal-cross {
  top: 42px;
}

@media screen and (max-width: 782px) {
  .customize-support .image-modal-window .modal-cross {
    top: 56px;
  }
}
.image-modal-window .modal {
  padding: 0 !important;
  overflow-y: scroll;
  text-align: center;
}
.image-modal-window .modal.show {
  display: flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog {
  display: inline-block;
  max-width: 1000px;
  background-color: transparent;
  width: 100%;
  margin: 0;
}
.image-modal-window .modal-dialog .modal-content {
  background-color: transparent;
  border: none !important;
  display: block;
  padding: 0;
}
.image-modal-window .modal-dialog .modal-content .align-modal-helper {
  height: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
  max-height: 77vh;
  max-width: 100%;
  padding: 7.5px;
  object-fit: contain;
  background-color: transparent;
}
.image-modal-window .modal-dialog .modal-content .carousel-inner {
  background-color: transparent !important;
}
.image-modal-window .modal-dialog .modal-content .carousel-item {
  background-color: transparent !important;
}
.image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
  transition: all 0.2s linear;
  width: 50px;
  height: 50px;
  font-size: 20px;
  background-color: #333;
  color: #fff;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  opacity: 0.75;
}
.image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
  transition: all 0.2s linear;
  opacity: 1;
}
.image-modal-window .carousel-control-prev {
  margin-left: 10px;
}
.image-modal-window .carousel-control-next {
  margin-right: 10px;
}
.image-modal-window .modal-cross {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 20px;
  transition: all 0.2s linear;
  background-color: #333;
  opacity: 0.75;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}
.image-modal-window .modal-cross:hover {
  transition: all 0.2s linear;
  opacity: 1;
}
.image-modal-window .modal-cross:focus {
  outline: none;
}

@media screen and (max-width: 1200px) {
  .image-modal-window .modal {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 991px) {
  .image-modal-window .modal {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .image-modal-window .modal {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-modal-window .modal-dialog .modal-content img:not(.modal-cross) {
    padding: 0;
  }
  .image-modal-window .carousel-control-prev, .image-modal-window .carousel-control-next {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:hover, .image-modal-window .carousel-control-next:hover {
    opacity: 0.75;
  }
  .image-modal-window .carousel-control-prev:focus, .image-modal-window .carousel-control-next:focus {
    opacity: 0.75;
  }
  .image-modal-window .modal-cross {
    opacity: 1;
  }
  .image-modal-window .modal-cross:hover {
    opacity: 1;
  }
  .image-modal-window .modal-cross:focus {
    opacity: 1;
  }
}
.single-news-component {
  position: relative;
  width: calc((100% - 70px) / 2);
  margin: 0 0 90px;
  background-color: rgba(35, 59, 117, 0.4);
}
.single-news-component:before {
  content: "";
  padding-top: 62%;
  display: block;
}
.single-news-component img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
  transition: 0.2s linear filter;
}
.single-news-component h2 {
  color: #fff;
  font-family: RobotoBold;
  font-size: 18px;
  position: absolute;
  left: 35px;
  right: 35px;
  bottom: 35px;
  margin: 0;
  z-index: 2;
}
.single-news-component .darkness-effect {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100%);
}
.single-news-component .bluest-effect {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  background: linear-gradient(to bottom, transparent 25%, rgba(35, 59, 117, 0.1) 50%, rgba(35, 59, 117, 0.75) 100%);
}
.single-news-component a:hover img {
  filter: grayscale(0);
}
.single-news-component a:hover .bluest-effect {
  opacity: 1;
  transition: all 0.2s linear;
}

@media screen and (max-width: 991px) {
  .single-news-component {
    width: calc((100% - 30px) / 2);
    margin: 0 0 30px;
  }
  .single-news-component h2 {
    left: 15px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .single-news-component {
    width: 100%;
    margin: 0 0 30px;
  }
  .single-news-component h2 {
    font-size: 16px;
  }
}
.pagination {
  width: 100%;
  margin: -30px 0 0;
}
.pagination .page-numbers {
  border: 2px dashed #fff;
  margin-right: 12px;
  width: 55px;
  height: 55px;
  background-color: #233b75;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  transition: all 0.2s linear;
}
.pagination .page-numbers:hover {
  transition: all 0.2s linear;
  background-color: #8ec63f;
}
.pagination .page-numbers:last-child {
  margin-right: 0;
}
.pagination .page-numbers.current {
  background-color: #8ec63f;
}
.pagination .page-numbers.dots:hover {
  background-color: #233b75;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .pagination .page-numbers {
    font-size: 18px;
    width: 35px;
    height: 35px;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 14px;
  }
}
.breadcrumbs {
  background-color: transparent;
  padding: 20px 0;
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb-separator {
  padding: 0 8px;
}
.breadcrumbs .breadcrumb-separator img {
  max-height: 10px;
  filter: invert(31%) sepia(7%) saturate(151%) hue-rotate(182deg) brightness(94%) contrast(93%);
}
.breadcrumbs span {
  color: #233b75 !important;
  font-size: 13px;
}
.breadcrumbs .single-breadcrumb > a {
  color: #737475 !important;
  font-size: 13px;
  position: relative;
}
.breadcrumbs .single-breadcrumb > a:hover:before, .breadcrumbs .single-breadcrumb > a:hover:after {
  width: 100%;
  opacity: 1;
}
.breadcrumbs .single-breadcrumb > a:after {
  left: 0;
  background-color: #737475;
}
.breadcrumbs .single-breadcrumb > a:before, .breadcrumbs .single-breadcrumb > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.breadcrumbs .breadcrumb-separator {
  padding: 0 8px;
}
.breadcrumbs .breadcrumb-separator:nth-last-of-type(2) > img {
  filter: invert(37%) sepia(14%) saturate(1533%) hue-rotate(185deg) brightness(92%) contrast(87%);
}

@media screen and (max-width: 747px) {
  .breadcrumbs {
    width: 100%;
  }
}
.single-product-card {
  border: 1px solid #c7c7c7;
  width: calc((100% - 60px) / 3.001);
  margin: 0 15px 40px;
}
.single-product-card:nth-of-type(3n) {
  margin: 0 0 40px 15px;
}
.single-product-card:nth-of-type(3n+1) {
  margin: 0 15px 40px 0;
}
.single-product-card:hover .product-image > .productimage {
  opacity: 0.3;
}
.single-product-card:hover .product-image > .button-middle {
  opacity: 1;
}
.single-product-card .product-content {
  padding: 20px 30px 30px 30px;
  text-align: center;
}
.single-product-card .product-title {
  font-size: 15px;
  font-family: "RobotoMedium";
}
.single-product-card .product-image {
  position: relative;
  border-bottom: 1px solid #c7c7c7;
  height: 169px;
  opacity: 1;
  text-align: center;
  padding: 5px;
}
.single-product-card .product-image img {
  max-height: 100%;
  height: auto;
  max-width: 196px;
}
.single-product-card .product-sku {
  font-size: 12px;
  color: #7c7c7c;
}
.single-product-card .product-price {
  font-size: 19px;
  color: #6f9f2b;
}
.single-product-card .product-price .product-unit {
  font-size: 12px;
  color: #7c7c7c;
}
.single-product-card .product-price-disc {
  color: #c63f3f;
  font-size: 19px;
}
.single-product-card .product-price-disc .product-unit {
  font-size: 12px;
  color: #7c7c7c;
}
.single-product-card .product-price-disc .old-price {
  font-size: 14px;
  color: #7c7c7c;
  font-family: "RobotoMedium";
  text-decoration: line-through;
}
.single-product-card .skewbtn-middle {
  color: #fff;
  background: #233b75;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8ec63f;
  outline: 0;
  font-size: 15px;
  padding: 17px 36px;
  display: inline-block;
  transform: skew(-16deg);
  transition: linear 0.2s;
}
.single-product-card .skewbtn-middle:visited {
  color: #fff;
}
.single-product-card .skewbtn-middle:hover {
  background: #8ec63f;
}
.single-product-card .skewbtn-middle > span {
  display: inline-block;
  transform: skew(16deg);
}
.single-product-card .skewbtn-middle { /* Un-skew the text */ }
.single-product-card .button-middle {
  transition: ease 0.6s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.single-product-card .product-image .productimage {
  opacity: 1;
  transition: 0.2s ease;
}

@media screen and (min-width: 993px) and (max-width: 1366px), (max-width: 850px) {
  .single-product-card {
    width: calc(50% - 15px);
    margin: 0 0 40px !important;
  }
}
@media screen and (max-width: 550px) {
  .single-product-card {
    width: 100%;
  }
}
.sidebar-menu {
  padding: 30px 0 10px 20px;
  margin-bottom: 24px;
  background: #ffffff;
}

.svg-icon {
  padding-bottom: 24px;
  width: fit-content;
}
.svg-icon img {
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 14px;
}
.svg-icon a {
  color: #494c51;
  font-size: 15px;
  font-family: RobotoMedium;
}
.svg-icon a:hover {
  color: #000000;
}
.svg-icon a:active {
  color: #000000 !important;
}
.svg-icon a:active img {
  filter: invert(0%) sepia(100%) saturate(22%) hue-rotate(332deg) brightness(106%) contrast(105%);
}
.svg-icon a:hover img {
  filter: invert(0%) sepia(100%) saturate(22%) hue-rotate(332deg) brightness(106%) contrast(105%);
  animation: bounce10 0.5s linear infinite;
}
.svg-icon > ul {
  list-style: none;
  padding-top: 26px;
  padding-right: 40px;
  padding-left: 40px;
}
.svg-icon > ul > li {
  margin-bottom: 20px;
  width: fit-content;
}
.svg-icon > ul > li > a {
  font-family: RobotoRegular;
  color: #494c51;
  position: relative;
  color: #494c51;
}
.svg-icon > ul > li > a:hover:before, .svg-icon > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.svg-icon > ul > li > a:after {
  left: 0;
  background-color: #000000;
}
.svg-icon > ul > li > a:before, .svg-icon > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.svg-icon > ul > li > a:hover {
  color: #000000;
}

.shop-header-section .categories-wrapper-area {
  width: 430px;
  margin-right: 30px;
  font-family: "RobotoMedium";
  flex-basis: auto;
}
.shop-header-section .category-banner {
  display: none;
}
.shop-header-section .svg-icon > ul {
  display: none;
}

.category-banner {
  background-image: url(/wp-content/themes/Lemt/images/shop-photo-min.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 458px;
  color: #ffffff;
  position: relative;
}
.category-banner a .darkness-effect {
  display: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0.6);
}
.category-banner a .banner-inner {
  min-height: 458px;
  padding: 20px;
  position: relative;
  color: #fff;
}
.category-banner a .banner-inner > p {
  margin: 0;
}
.category-banner a .banner-inner .bottomtext {
  text-align: right;
}

@media screen and (max-width: 992px) {
  .svg-icon {
    text-align: left;
  }
  .svg-icon > img {
    float: right;
    margin-left: 14px;
    margin-right: 0;
  }
  .category-banner {
    display: none;
  }
  .sidebar-menu {
    margin-top: 20px;
  }
  .product-wrapper {
    margin-top: 20px;
  }
  .categories-wrapper-area {
    width: 100% !important;
  }
  .navbar-toggler:not(.sticky-toggler) {
    padding: 0 !important;
  }
  button:focus {
    outline: none !important;
  }
}
.sidebar-toggles .menu-button::after, .filters-show-button::after {
  content: "";
  background-image: url(../../images/lang_chevron.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(180deg);
  transition: 0.2s linear all;
}
.sidebar-toggles .collapsed.menu-button::after, .collapsed.filters-show-button::after {
  transform: none;
}

.filters-show-button {
  background: none;
  border: none;
  font-weight: normal;
  font-family: RobotoRegular;
  text-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 5px;
}
@media (min-width: 993px) {
  .filters-show-button {
    display: none;
  }
}

.sidebar-content .WOOF_Widget {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 993px) {
  .sidebar-content .WOOF_Widget {
    margin-top: 0;
  }
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_submit_search_form_container {
  margin: 0;
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container {
  break-inside: avoid;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox {
  columns: 1;
  margin-bottom: 3px !important;
}
@media (min-width: 420px) {
  .sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox {
    columns: 2;
  }
}
@media (min-width: 576px) {
  .sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox {
    columns: 3;
  }
}
@media (min-width: 768px) {
  .sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox {
    columns: 4;
  }
}
@media (min-width: 993px) {
  .sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox {
    columns: 1;
  }
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox li {
  break-inside: avoid;
}
.sidebar-content .WOOF_Widget .woof_redraw_zone .woof_container .woof_list.woof_list_checkbox label {
  display: inline !important;
}

.woof_list label {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.sidebar-toggles {
  display: flex;
}
.sidebar-toggles .menu-button {
  margin-right: auto;
}
@media (min-width: 993px) {
  .sidebar-toggles {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .sidebar-content .WOOF_Widget,
  .sidebar-content .widget_product_categories {
    display: block !important;
  }
}

ul.product-categories .current-cat > a {
  font-weight: bold;
}

#sidemenu {
  align-items: stretch;
  text-align: center;
}
#sidemenu .list-group-item {
  background-color: transparent;
}

@media screen and (min-width: 1351px) {
  .sticky-toggler {
    display: none !important;
  }
}
.woocommerce .col2-set {
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  flex-basis: 50%;
  max-width: none;
}
.woocommerce a.button,
.woocommerce button.button {
  transform: skew(-16deg);
  transform-origin: bottom left;
  border-radius: 0;
}
.woocommerce a.button, .woocommerce a.button:disabled[disabled],
.woocommerce button.button,
.woocommerce button.button:disabled[disabled] {
  padding: 15px 40px;
}
.woocommerce a.button,
.woocommerce button.button {
  text-transform: uppercase;
  color: #000;
  transition: 0.2s linear background-color;
}
.woocommerce a.button .text,
.woocommerce button.button .text {
  display: inline-block;
  transform: skew(16deg);
}
.woocommerce a.button.alt,
.woocommerce button.button.alt {
  border: 1px solid #8ec63f;
  background-color: #223b74;
  font-weight: bold;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover {
  background-color: #8ec63f;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce div.product p.stock {
  width: 100%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) img {
  border: none;
}

.woocommerce-account .my-account-page .default-page-wrapper {
  padding-top: 0;
}
.woocommerce-account .theme-account {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation,
.woocommerce-account .theme-account .woocommerce-MyAccount-content {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
  flex-grow: 1;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .woocommerce-account .theme-account .woocommerce-MyAccount-navigation {
    padding: 2.3% 2.3% 43px;
    margin-bottom: 0;
    margin-right: 2.2%;
    flex-basis: 27.4%;
  }
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  padding-left: 45px;
  position: relative;
  line-height: 25px;
  margin-bottom: 19px;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 27px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link img {
  width: 25px;
  height: 25px;
  object-fit: contain;
  position: absolute;
  left: 0;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  color: #000;
  text-decoration: none;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: underline;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  text-decoration: underline;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout img {
  margin-left: 6px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content {
  width: auto;
  padding: 1rem;
}
@media (min-width: 768px) {
  .woocommerce-account .theme-account .woocommerce-MyAccount-content {
    padding: 37px 5.3% 87px;
    flex-basis: 69.8%;
  }
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form.edit-account {
  margin-bottom: 23px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form.edit-account .theme-password-toggle {
  text-align: right;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form.edit-account .theme-password-toggle a {
  color: #494C51;
  text-decoration: underline;
  font-size: 13px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 23px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 14px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -13px;
  margin-left: -11px;
  margin-bottom: 30px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > * {
  margin-top: 13px;
  margin-left: 11px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content .theme-account-notice {
  margin-bottom: 33px;
}

.searchform-wrapper {
  width: 100%;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .category-page .searchform-wrapper {
    margin-bottom: 0;
  }
}
@media (min-width: 993px) {
  body.archive .searchform-wrapper {
    width: 298px;
    margin: 0;
  }
}
.searchform-wrapper .dgwt-wcas-search-wrapp {
  max-width: none;
}
.searchform-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 0.375rem 0.75rem;
  border: none;
  border-left: 10px solid #233b75;
  border-radius: 0;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
}
.searchform-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
  font-style: normal;
  line-height: 40px;
}
.searchform-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button[type=submit].dgwt-wcas-search-submit::before {
  display: none;
}
.searchform-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button[type=submit].dgwt-wcas-search-submit {
  background-color: transparent;
}
.searchform-wrapper .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp button[type=submit].dgwt-wcas-search-submit svg path {
  fill: #000;
}

.checkout-page .main-title {
  margin-bottom: 8px !important;
}

.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.woocommerce-form-login-toggle img,
.woocommerce-form-coupon-toggle img {
  margin-right: 8px;
  width: 16px;
  height: auto;
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  font-weight: normal;
  color: inherit;
  text-decoration: underline;
}

.woocommerce-form.woocommerce-form-login.login,
.woocommerce form.checkout_coupon.woocommerce-form-coupon {
  padding: 0 0 33px 0;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #ECECEC;
  font-size: 15px;
}
.woocommerce-form.woocommerce-form-login.login label,
.woocommerce form.checkout_coupon.woocommerce-form-coupon label {
  margin-bottom: 0;
}
.woocommerce-form.woocommerce-form-login.login label .required,
.woocommerce form.checkout_coupon.woocommerce-form-coupon label .required {
  visibility: hidden;
}

.woocommerce-form.woocommerce-form-login.login .username-password {
  display: flex;
  flex-wrap: wrap;
  max-width: 625px;
  margin-left: -13px;
}
.woocommerce-form.woocommerce-form-login.login .username-password > * {
  margin-left: 13px;
  flex-grow: 1;
  flex-basis: 100%;
}
@media (min-width: 672px) {
  .woocommerce-form.woocommerce-form-login.login .username-password > * {
    flex-basis: calc(50% - 13px);
  }
}
.woocommerce-form.woocommerce-form-login.login .username-password > .lost_password {
  width: 100%;
  text-align: right;
  font-size: 12px;
  margin-bottom: 0;
}
.woocommerce-form.woocommerce-form-login.login .username-password > .lost_password a {
  color: #31487D;
  text-decoration: underline;
}
.woocommerce-form.woocommerce-form-login.login p {
  margin-bottom: 1.7rem;
}
.woocommerce-form.woocommerce-form-login.login .remember-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -1rem;
  margin-left: -27px;
}
.woocommerce-form.woocommerce-form-login.login .remember-submit > * {
  margin-top: 1rem;
  margin-left: 27px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .coupon-inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  max-width: 625px;
  margin-top: -1rem;
  margin-left: -13px;
}
.woocommerce form.checkout_coupon.woocommerce-form-coupon .coupon-inputs > * {
  margin-top: 1rem;
  margin-left: 13px;
  flex-basis: 100%;
  flex-grow: 1;
}
@media (min-width: 672px) {
  .woocommerce form.checkout_coupon.woocommerce-form-coupon .coupon-inputs > * {
    flex-basis: calc(50% - 13px);
  }
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  margin: 4px 0 25px;
}

form.checkout.woocommerce-checkout .form-row, .woocommerce form .form-row,
.woocommerce-page form .form-row, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row, .woocommerce-form.woocommerce-form-login.login .form-row,
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row {
  display: block;
  padding: 0;
  margin-bottom: 12px;
}
form.checkout.woocommerce-checkout .form-row > label, .woocommerce form .form-row > label,
.woocommerce-page form .form-row > label, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row > label, .woocommerce-form.woocommerce-form-login.login .form-row > label,
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row > label {
  margin-bottom: 0;
}
form.checkout.woocommerce-checkout .form-row .input-text, .woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row .input-text, .woocommerce-form.woocommerce-form-login.login .form-row .input-text {
  border: 1px solid #c6c6c6;
  padding: 0 28px 0 8px;
  font-size: 22px;
  color: #494c51;
}
form.checkout.woocommerce-checkout .form-row .input-text:not(textarea), .woocommerce form .form-row .input-text:not(textarea),
.woocommerce-page form .form-row .input-text:not(textarea), .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row .input-text:not(textarea), .woocommerce-form.woocommerce-form-login.login .form-row .input-text:not(textarea) {
  line-height: 42px;
}
form.checkout.woocommerce-checkout .form-row .required, .woocommerce form .form-row .required,
.woocommerce-page form .form-row .required, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row .required, .woocommerce-form.woocommerce-form-login.login .form-row .required,
form.checkout.woocommerce-checkout .form-row .optional,
.woocommerce form .form-row .optional,
.woocommerce-page form .form-row .optional,
.woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row .optional,
.woocommerce-form.woocommerce-form-login.login .form-row .optional {
  display: none;
}
form.checkout.woocommerce-checkout .form-row.theme-radio .woocommerce-input-wrapper, .woocommerce form .form-row.theme-radio .woocommerce-input-wrapper,
.woocommerce-page form .form-row.theme-radio .woocommerce-input-wrapper, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row.theme-radio .woocommerce-input-wrapper, .woocommerce-form.woocommerce-form-login.login .form-row.theme-radio .woocommerce-input-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -24px;
}
form.checkout.woocommerce-checkout .form-row.theme-radio .woocommerce-input-wrapper > *, .woocommerce form .form-row.theme-radio .woocommerce-input-wrapper > *,
.woocommerce-page form .form-row.theme-radio .woocommerce-input-wrapper > *, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row.theme-radio .woocommerce-input-wrapper > *, .woocommerce-form.woocommerce-form-login.login .form-row.theme-radio .woocommerce-input-wrapper > * {
  margin-top: 1rem;
  margin-left: 24px;
}
form.checkout.woocommerce-checkout .form-row.theme-radio > label, .woocommerce form .form-row.theme-radio > label,
.woocommerce-page form .form-row.theme-radio > label, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row.theme-radio > label, .woocommerce-form.woocommerce-form-login.login .form-row.theme-radio > label {
  display: none;
}
form.checkout.woocommerce-checkout .form-row.theme-radio label, .woocommerce form .form-row.theme-radio label,
.woocommerce-page form .form-row.theme-radio label, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row.theme-radio label, .woocommerce-form.woocommerce-form-login.login .form-row.theme-radio label {
  margin-bottom: 0;
}
form.checkout.woocommerce-checkout .form-row-first, .woocommerce form .form-row-first,
.woocommerce-page form .form-row-first, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row-first, .woocommerce-form.woocommerce-form-login.login .form-row-first,
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first,
form.checkout.woocommerce-checkout .form-row-last,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last,
.woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row-last,
.woocommerce-form.woocommerce-form-login.login .form-row-last,
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last {
  width: 100%;
}
@media (min-width: 460px) {
  form.checkout.woocommerce-checkout .form-row-first, .woocommerce form .form-row-first,
  .woocommerce-page form .form-row-first, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row-first, .woocommerce-form.woocommerce-form-login.login .form-row-first,
  .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-first,
  form.checkout.woocommerce-checkout .form-row-last,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-last,
  .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row-last,
  .woocommerce-form.woocommerce-form-login.login .form-row-last,
  .woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-last {
    width: calc(50% - 11px);
  }
}
form.checkout.woocommerce-checkout .form-row-wide, .woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide, .woocommerce-account .theme-account .woocommerce-MyAccount-content form .form-row-wide, .woocommerce-form.woocommerce-form-login.login .form-row-wide,
.woocommerce form.checkout_coupon.woocommerce-form-coupon .form-row-wide {
  width: 100%;
}

form.checkout.woocommerce-checkout {
  margin-top: 47px;
}
form.checkout.woocommerce-checkout h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
form.checkout.woocommerce-checkout .theme-review-order-shipping {
  margin-bottom: 34px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > *,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper > *,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper > *,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper > * {
  margin-left: 11px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row {
  margin-bottom: 12px;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row > label,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row > label,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row > label,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row > label {
  margin-bottom: 0;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-first,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-last,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-last,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-first,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-last {
  width: 100%;
}
@media (min-width: 460px) {
  form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
  form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-last,
  form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-first,
  form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-last,
  form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-first,
  form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-last,
  form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-first,
  form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-last {
    width: calc(50% - 11px);
  }
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row-wide,
form.checkout.woocommerce-checkout .woocommerce-billing-fields .woocommerce-additional-fields__field-wrapper .form-row-wide,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-billing-fields__field-wrapper .form-row-wide,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .woocommerce-additional-fields__field-wrapper .form-row-wide {
  width: 100%;
}
form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio + label,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio + label {
  line-height: inherit;
}
.woocommerce ul#shipping_method {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -24px;
}
.woocommerce ul#shipping_method > li {
  margin-top: 1rem;
  margin-left: 24px;
}
.woocommerce ul#shipping_method > li .amount {
  font-weight: normal;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
  border: none;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
  border: none;
  padding: 0;
}

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

#payment .wc_payment_method.payment_method_bacs .payment_box {
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-bottom: 0;
}
#payment .wc_payment_method.payment_method_bacs .payment_box::before {
  content: none;
}
#payment .wc_payment_method.payment_method_bacs .payment_box ul {
  list-style: none;
  padding: 0;
}
#payment .wc_payment_method.payment_method_bacs .payment_box ul li {
  padding: 0 0 1.8em 20px;
  position: relative;
  line-height: 25px;
}
#payment .wc_payment_method.payment_method_bacs .payment_box ul li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #31487D;
  margin-right: 7px;
  position: absolute;
  left: 2px;
  top: 6.5px;
}
#payment .wc_payment_method.payment_method_bacs .payment_box ul li:nth-child(even)::before {
  background-color: #DD1010;
}
#payment .wc_payment_method.payment_method_bacs .payment_box ul li::after {
  content: none;
}

.woocommerce-terms-and-conditions-wrapper a {
  color: inherit;
  text-decoration: underline;
}

button#place_order {
  margin-top: 25px;
  padding-left: 15%;
  padding-right: 15%;
}

.woocommerce table.shop_table {
  margin-bottom: 4px;
}

.thankyou-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.thankyou-content .woocommerce-thankyou-order-received {
  color: #3BB54A;
  font-size: 19px;
  line-height: 25px;
}
.thankyou-content .woocommerce-thankyou-order-received::before {
  content: url(../../icons/checkout-check.svg);
  display: inline-block;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  vertical-align: middle;
  margin-right: 11px;
}

.woocommerce-account .theme-account .woocommerce-MyAccount-content form input[type=radio], form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio, .woocommerce ul#shipping_method input[type=radio] {
  visibility: hidden;
  position: absolute;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form input[type=radio] + label, form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio + label,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio + label, .woocommerce ul#shipping_method input[type=radio] + label {
  position: relative;
  padding-left: 32px;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form input[type=radio] + label::before, form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio + label::before,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio + label::before, .woocommerce ul#shipping_method input[type=radio] + label::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #C6C6C6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 1;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form input[type=radio] + label::after, form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio + label::after,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio + label::after, .woocommerce ul#shipping_method input[type=radio] + label::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 6px solid #fff;
  border-radius: 50%;
  background-color: #233B75;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
  visibility: hidden;
}
.woocommerce-account .theme-account .woocommerce-MyAccount-content form input[type=radio]:checked + label::after, form.checkout.woocommerce-checkout .woocommerce-billing-fields .input-radio:checked + label::after,
form.checkout.woocommerce-checkout .woocommerce-additional-fields .input-radio:checked + label::after, .woocommerce ul#shipping_method input[type=radio]:checked + label::after {
  visibility: visible;
}

.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox], form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox], .woocommerce-terms-and-conditions-wrapper input#terms {
  visibility: hidden;
  position: absolute;
}
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + label, form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + label, .woocommerce-terms-and-conditions-wrapper input#terms + label,
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + span,
form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + span,
.woocommerce-terms-and-conditions-wrapper input#terms + span {
  position: relative;
  padding-left: 29px;
}
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + label::before, form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + label::before, .woocommerce-terms-and-conditions-wrapper input#terms + label::before,
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + span::before,
form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + span::before,
.woocommerce-terms-and-conditions-wrapper input#terms + span::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #C6C6C6;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + label::after, form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + label::after, .woocommerce-terms-and-conditions-wrapper input#terms + label::after,
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox] + span::after,
form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox] + span::after,
.woocommerce-terms-and-conditions-wrapper input#terms + span::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(../../icons/tick.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
}
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox]:checked + label::after, form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox]:checked + label::after, .woocommerce-terms-and-conditions-wrapper input#terms:checked + label::after,
.woocommerce-form.woocommerce-form-login.login .remember-submit .forget-me-not input[type=checkbox]:checked + span::after,
form.checkout.woocommerce-checkout .woocommerce-account-fields input[type=checkbox]:checked + span::after,
.woocommerce-terms-and-conditions-wrapper input#terms:checked + span::after {
  visibility: visible;
}

.home-page .main-slider .image-slider-bg {
  background-color: rgba(35, 59, 117, 0.4);
  position: relative;
}
.home-page .main-slider .main-slider-image-bg {
  -webkit-animation: scalingSlider 60s linear infinite; /* Safari 4.0 - 8.0 */
  animation: scalingSlider 60s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  outline: 1px solid transparent;
  z-index: 2;
}
.home-page .main-slider .z-index-help-class {
  z-index: 3;
  position: relative;
}
.home-page .main-slider .slide-content {
  min-height: 730px;
}
.home-page .main-slider .slide-content .sub-title {
  font-family: RobotoLight;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #fff;
}
.home-page .main-slider .slide-content .title {
  font-size: 65px;
  font-family: RobotoBold;
  color: #fff;
  margin-bottom: 10px;
}
.home-page .main-slider .slide-content .sub-text {
  font-family: RobotoLight;
  color: #fff;
  margin-bottom: 55px;
}
.home-page .main-slider .slide-content .link-slide {
  position: relative;
  display: inline-block;
}
.home-page .main-slider .slide-content .link-slide a {
  display: inline-block;
  padding: 24px 30px;
  font-family: RobotoBold;
  text-transform: uppercase;
  margin-left: 7px;
  transform: skew(-16deg);
  outline: 1px solid transparent;
  backface-visibility: hidden;
  border: 1px solid #8ec63f;
  color: #fff;
  background-color: rgba(35, 59, 117, 0.4);
  position: relative;
  z-index: 2;
}
.home-page .main-slider .slide-content .link-slide a .unskew {
  display: block;
  transform: skew(16deg);
}
.home-page .main-slider .slide-content .link-slide .mask-link {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(142, 198, 63, 0.4);
  -webkit-mask: url("../../images/maskFinal-min.png");
  mask: url("../../images/maskFinal-min.png");
  -webkit-mask-size: 7400% 100%;
  mask-size: 7400% 100%;
  border: 1px solid #8ec63f;
  color: #fff;
  -webkit-animation: animateMaskBack 0.4s steps(73) forwards;
  animation: animateMaskBack 0.4s steps(73) forwards;
}
.home-page .main-slider .slide-content .link-slide .mask-link:hover {
  -webkit-animation: animateMask 0.4s steps(73) forwards;
  animation: animateMask 0.4s steps(73) forwards;
}
.home-page .main-slider .carousel-control-prev, .home-page .main-slider .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: initial;
  opacity: 0.5;
}
.home-page .main-slider .carousel-control-prev:hover, .home-page .main-slider .carousel-control-next:hover {
  opacity: 1;
}
.home-page .main-slider .carousel-control-prev:focus, .home-page .main-slider .carousel-control-next:focus {
  opacity: 1;
}
.home-page .main-slider .carousel-control-prev {
  left: 30px;
}
.home-page .main-slider .carousel-control-next {
  right: 30px;
}
.home-page .goods-home {
  margin-bottom: 130px;
}
.home-page .home-main-title {
  margin-bottom: 30px;
  font-family: RobotoBold;
  font-size: 35px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.home-page .home-pre-info {
  text-align: center;
}
.home-page .home-pre-info .pre-info {
  margin: 0 0 8px;
}
.home-page .home-pre-info .pre-links {
  margin: 0 0 45px;
}
.home-page .help-goods-wrapper {
  overflow: hidden;
  width: calc(100% + 80px);
  margin: 0 0 0 -40px;
}
.home-page .goods-types {
  position: relative;
  top: 2px;
  margin: 0 40px;
}
.home-page .goods-types .single-good {
  text-align: center;
  position: relative;
}
.home-page .goods-types .single-good .help-dashed-tablet, .home-page .goods-types .single-good .help-dashed-mobile {
  bottom: -2px;
  position: absolute;
  height: 2px;
  width: 40px;
  border-bottom: 2px dashed #b1b1b1;
  display: none;
}
.home-page .goods-types .single-good .single-good-logo {
  height: 100px;
  margin-bottom: 30px;
}
.home-page .goods-types .single-good .single-good-logo img {
  max-height: 100%;
  height: auto;
}
.home-page .goods-types .single-good .single-good-name {
  font-size: 15px;
  color: #000;
  font-family: RobotoMedium;
  transition: all 0.2s linear;
}
.home-page .goods-types .single-good a {
  display: block;
  height: 100%;
  padding: 30px 65px 40px;
}
.home-page .goods-types .single-good a:hover .single-good-logo img {
  -webkit-animation: bounce 1s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce 1s linear infinite;
}
.home-page .goods-types .single-good a:hover .single-good-name {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.home-page .home-news-title {
  text-align: center;
  font-size: 30px;
  color: #000;
  text-transform: uppercase;
  font-family: RobotoBold;
  margin-bottom: 30px;
}
.home-page .news-subtext {
  margin-bottom: 70px;
  text-align: center;
}
.home-page .news-subtext a {
  color: #233b75;
}
.home-page .news-subtext a:hover {
  color: #8ec63f;
}

@media screen and (max-width: 1400px) {
  .home-page .main-slider .slide-content {
    padding: 115px 0;
  }
  .home-page .main-slider .carousel-control-prev, .home-page .main-slider .carousel-control-next {
    top: auto;
    bottom: 30px;
    transform: none;
  }
  .home-page .main-slider .carousel-control-prev {
    left: calc(50% - 55px);
  }
  .home-page .main-slider .carousel-control-next {
    right: calc(50% - 55px);
  }
}
@media screen and (max-width: 1300px) {
  .home-page .goods-home {
    margin-bottom: 70px;
  }
  .home-page .help-goods-wrapper {
    width: 100%;
    margin: 0;
  }
  .home-page .goods-types .single-good a {
    padding: 30px 30px 40px;
  }
}
@media screen and (min-width: 992px) {
  .home-page .goods-types .single-good {
    width: 25%;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .home-page .goods-types .single-good:nth-of-type(4n+1) {
    border-left: 2px dashed #b1b1b1;
  }
  .home-page .goods-types .single-good:nth-of-type(4n+1) .help-dashed-tablet {
    right: 100%;
    display: block;
  }
  .home-page .goods-types .single-good:nth-of-type(4n) .help-dashed-tablet {
    left: 100%;
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .home-page .home-news-title {
    margin-bottom: 20px;
  }
  .home-page .news-subtext {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .home-page .main-slider .slide-content {
    min-height: 565px;
    padding: 85px 0;
  }
  .home-page .main-slider .slide-content .sub-title {
    letter-spacing: 3px;
    font-size: 16px;
  }
  .home-page .main-slider .slide-content .title {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .home-page .main-slider .slide-content .sub-text {
    margin-bottom: 30px;
  }
  .home-page .main-slider .slide-content .link-slide a {
    padding: 15px 20px;
    margin-left: 7px;
  }
  .home-page .main-slider .carousel-control-prev, .home-page .main-slider .carousel-control-next {
    bottom: 15px;
  }
}
@media screen and (max-width: 991px) and (min-width: 501px) {
  .home-page .goods-home {
    margin-bottom: 30px;
  }
  .home-page .goods-types .single-good {
    width: 50%;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .home-page .goods-types .single-good:nth-of-type(2n+1) {
    border-left: 2px dashed #b1b1b1;
  }
  .home-page .goods-types .single-good:nth-of-type(2n+1) .help-dashed-tablet {
    right: 100%;
    display: block;
  }
  .home-page .goods-types .single-good:nth-of-type(2n) .help-dashed-tablet {
    left: 100%;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .home-page .goods-home {
    margin-bottom: 30px;
  }
  .home-page .goods-types .single-good {
    width: 100%;
    border-left: 2px dashed #b1b1b1;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .home-page .goods-types .single-good .help-dashed-tablet {
    left: 100%;
    display: block;
  }
  .home-page .goods-types .single-good .help-dashed-mobile {
    right: 100%;
    display: block;
  }
}
.opened-news-page .main-post-image {
  background-color: rgba(35, 59, 117, 0.4);
  position: relative;
  padding: 45px 60px;
  min-height: 455px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 50px;
}
.opened-news-page .main-post-image h1 {
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-family: RobotoBold;
  max-width: 700px;
  position: relative;
  z-index: 2;
}
.opened-news-page .main-post-image .darkness-effect {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.3) 70%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .opened-news-page .main-post-image {
    padding: 15px;
    min-height: 300px;
    margin-bottom: 20px;
  }
  .opened-news-page .main-post-image h1 {
    font-size: 23px;
  }
}
.additional-files {
  margin-bottom: 50px;
}
.additional-files .single-file {
  padding-bottom: 20px;
}
.additional-files .single-file .image-file {
  margin-right: 20px;
}
.additional-files .single-file .image-file img {
  max-width: 50px;
  max-height: 50px;
}
.additional-files .single-file .name-file {
  font-family: RobotoMedium;
  font-size: 16px;
  color: #233b75;
  transition: all 0.2s linear;
}
.additional-files .single-file:nth-last-of-type(1) {
  padding-bottom: 0;
}
.additional-files .single-file a:hover .image-file {
  -webkit-animation: rotating 0.5s ease-out;
  animation: rotating 0.5s ease-out;
}
.additional-files .single-file a:hover .name-file {
  color: #8ec63f;
  transition: all 0.2s linear;
}

.shares-types {
  margin-bottom: 70px;
}
.shares-types .single-share {
  padding: 30px 35px 45px;
  text-align: center;
  width: 100%;
  max-width: 275px;
}
.shares-types .single-share .share-image {
  margin-bottom: 15px;
  position: relative;
}
.shares-types .single-share .share-image .visible-percent {
  display: inline-block;
  transition: all 0.4s linear;
  opacity: 1;
}
.shares-types .single-share .share-image .hovered-percent {
  opacity: 0;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.shares-types .single-share .share-text {
  font-size: 16px;
  font-family: RobotoMedium;
  color: #000;
  transition: all 0.4s linear;
}
.shares-types .single-share a:hover .share-text {
  transition: all 0.4s linear;
  color: #233b75;
}
.shares-types .single-share a:hover .share-image .visible-percent {
  transition: all 0.4s linear;
  opacity: 0;
}
.shares-types .single-share a:hover .share-image .hovered-percent {
  transition: all 0.4s linear;
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .shares-types .single-share {
    border-right: 2px dashed #b1b1b1;
    border-left: none;
  }
  .shares-types .single-share:nth-of-type(1) {
    border-left: 2px dashed #b1b1b1;
  }
}
@media screen and (max-width: 991px) {
  .shares-types {
    justify-content: space-around !important;
    -webkit-justify-content: space-around !important;
  }
  .shares-types .single-share {
    border-bottom: 2px dashed #b1b1b1;
  }
}
@media screen and (max-width: 767px) {
  .additional-files {
    margin-bottom: 20px;
  }
  .shares-types {
    margin-bottom: 20px;
  }
  .shares-types .single-share {
    width: 100%;
    max-width: none;
  }
  .shares-types .single-share:nth-last-of-type(1) {
    border-bottom: none;
  }
}
.goods-page .help-goods-wrapper {
  margin-bottom: 75px;
  overflow: hidden;
}
.goods-page .goods-types {
  position: relative;
}
.goods-page .goods-types .single-good {
  text-align: center;
  position: relative;
}
.goods-page .goods-types .single-good .help-dashed-tablet, .goods-page .goods-types .single-good .help-dashed-mobile {
  display: none;
  bottom: -2px;
  position: absolute;
  height: 2px;
  width: 40px;
  border-bottom: 2px dashed #b1b1b1;
}
.goods-page .goods-types .single-good .single-good-logo {
  height: 100px;
  margin-bottom: 30px;
}
.goods-page .goods-types .single-good .single-good-logo img {
  max-height: 100%;
  height: auto;
}
.goods-page .goods-types .single-good .single-good-name {
  font-size: 15px;
  color: #000;
  font-family: RobotoMedium;
  transition: all 0.2s linear;
}
.goods-page .goods-types .single-good a {
  display: block;
  height: 100%;
  padding: 60px 12px 15px;
}
.goods-page .goods-types .single-good a:hover .single-good-logo img {
  -webkit-animation: bounce 1s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce 1s linear infinite;
}
.goods-page .goods-types .single-good a:hover .single-good-name {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.goods-page .goods-types .single-good .active .single-good-logo img {
  -webkit-animation: bounce 1s linear infinite; /* Safari 4.0 - 8.0 */
  animation: bounce 1s linear infinite;
}
.goods-page .goods-types .single-good .active .single-good-name {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.goods-page .goods-list {
  margin-bottom: 70px;
}
.goods-page .goods-list .goods-list-title {
  font-size: 25px;
  font-family: RobotoBold;
  color: #000;
  margin-bottom: 40px;
}
.goods-page .goods-list .goods-list-points ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.goods-page .goods-list .goods-list-points ul li {
  background-image: url("../../images/ellipse1.png");
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-color: #e4e7ef;
  padding: 6px 0 6px 45px;
  font-size: 16px;
  font-family: RobotoMedium;
  color: #000;
}
.goods-page .goods-list .goods-list-points ul li:nth-of-type(2n) {
  background-position: 15px 27px;
  background-color: transparent;
  background-image: url("../../images/ellipse2.png");
  padding: 18px 0 18px 45px;
}

@media screen and (min-width: 1230px) {
  .goods-page .goods-types .single-good {
    width: 12.5%;
    border-right: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good:nth-of-type(1) {
    border-left: 2px dashed #b1b1b1;
  }
}
@media screen and (max-width: 1229px) and (min-width: 992px) {
  .goods-page .goods-types {
    top: 2px;
    margin: 0 40px;
  }
  .goods-page .goods-types .single-good {
    width: 25%;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good:nth-of-type(4n+1) {
    border-left: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good:nth-of-type(4n+1) .help-dashed-tablet {
    right: 100%;
    display: block;
  }
  .goods-page .goods-types .single-good:nth-of-type(4n) .help-dashed-tablet {
    left: 100%;
    display: block;
  }
}
@media screen and (max-width: 991px) and (min-width: 501px) {
  .goods-page .help-goods-wrapper {
    margin-bottom: 30px;
  }
  .goods-page .goods-list {
    margin-bottom: 30px;
  }
  .goods-page .goods-types {
    margin: 0 40px;
    top: 2px;
  }
  .goods-page .goods-types .single-good {
    width: 50%;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good:nth-of-type(2n+1) {
    border-left: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good:nth-of-type(2n+1) .help-dashed-tablet {
    right: 100%;
    display: block;
  }
  .goods-page .goods-types .single-good:nth-of-type(2n) .help-dashed-tablet {
    left: 100%;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .goods-page .help-goods-wrapper {
    margin-bottom: 30px;
  }
  .goods-page .goods-list {
    margin-bottom: 30px;
  }
  .goods-page .goods-types {
    margin: 0 40px;
    top: 2px;
  }
  .goods-page .goods-types .single-good {
    width: 100%;
    border-left: 2px dashed #b1b1b1;
    border-right: 2px dashed #b1b1b1;
    border-bottom: 2px dashed #b1b1b1;
  }
  .goods-page .goods-types .single-good .help-dashed-tablet {
    left: 100%;
    display: block;
  }
  .goods-page .goods-types .single-good .help-dashed-mobile {
    right: 100%;
    display: block;
  }
}
.contacts-page .contacts-content {
  margin-bottom: 70px;
}
.contacts-page .contacts-default-title {
  font-size: 18px;
  color: #000;
  font-family: RobotoBold;
  margin-bottom: 35px;
}
.contacts-page .contacts-default-title a {
  color: #8ec63f;
}
.contacts-page .working-time {
  border-right: 2px dashed #b1b1b1;
  width: 22%;
}
.contacts-page .working-time .single-day {
  margin-bottom: 10px;
}
.contacts-page .working-time .day-worked {
  font-family: RobotoBold;
}
.contacts-page .working-time .day-name {
  width: 90px;
}
.contacts-page .working-time .day-time {
  width: calc(100% - 90px);
}
.contacts-page .contacts-info {
  border-right: 2px dashed #b1b1b1;
  width: 36%;
  padding-left: 105px;
}
.contacts-page .contacts-info .single-contact {
  margin: 0 0 25px -5px;
}
.contacts-page .contacts-info .single-contact a:hover .contact-text {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.contacts-page .contacts-info .contact-image {
  text-align: center;
  width: 40px;
  margin-right: 30px;
}
.contacts-page .contacts-info .contact-image img {
  max-width: 100%;
}
.contacts-page .contacts-info .contact-text {
  color: #494c51;
  transition: all 0.2s linear;
}
.contacts-page .contacts-info .contact-text .subtext-waze {
  color: #30467d;
  font-family: RobotoBold;
}
.contacts-page .contacts-info .contact-text .link-waze {
  text-transform: uppercase;
  color: #0096ff;
  font-family: RobotoBold;
  font-size: 15px;
  transition: all 0.2s linear;
}
.contacts-page .contacts-info .contact-text .link-waze:hover {
  color: #8ec63f;
  transition: all 0.2s linear;
}
.contacts-page .contacts-additional {
  width: 42%;
  padding-left: 105px;
}
.contacts-page .contacts-form {
  margin-bottom: 75px;
  max-width: 960px;
}
.contacts-page .contacts-form .inputs-wrapper .single-input {
  width: calc((100% - 40px) / 3);
}
.contacts-page .contacts-form .inputs-wrapper .single-input input {
  width: 100%;
  padding: 12px 20px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input::-webkit-input-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input::-moz-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input:-moz-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input:-ms-input-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input {
  margin-bottom: 25px;
  transition: all 0.2s linear;
}
.contacts-page .contacts-form .inputs-wrapper .single-input input:focus {
  outline: none;
  transition: all 0.2s linear;
  border: 1px solid #8ec63f;
}
.contacts-page .contacts-form .message-wrapper textarea {
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 25px;
  border: 1px solid #c6c6c6;
  background-color: #fff;
  height: 90px;
}
.contacts-page .contacts-form .message-wrapper textarea::-webkit-input-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .message-wrapper textarea::-moz-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .message-wrapper textarea:-moz-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .message-wrapper textarea:-ms-input-placeholder {
  color: #494c51;
}
.contacts-page .contacts-form .message-wrapper textarea {
  resize: none;
  transition: all 0.2s linear;
}
.contacts-page .contacts-form .message-wrapper textarea:focus {
  outline: none;
  transition: all 0.2s linear;
  border: 1px solid #8ec63f;
}
.contacts-page .contacts-form .submit-wrapper {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}
.contacts-page .contacts-form .submit-wrapper button {
  cursor: pointer;
  transition: all 0.2s linear;
  border: 1px solid #8ec63f;
  color: #fff;
  display: inline-block;
  background-color: #233b75;
  padding: 24px 40px;
  font-family: RobotoBold;
  text-transform: uppercase;
  margin-left: 7px;
  z-index: 2;
  position: relative;
  transform: skew(-16deg);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
.contacts-page .contacts-form .submit-wrapper button:hover {
  color: #233b75;
  background-color: #fff;
  transition: all 0.2s linear;
}
.contacts-page .contacts-form .submit-wrapper button .unskew {
  display: block;
  transform: skew(16deg);
}
.contacts-page .contacts-form .validation .valid-message {
  display: flex;
  display: -webkit-flex;
  background-image: url("../../images/cross-valid.png");
  background-repeat: no-repeat;
  background-position: 0 4px;
  padding: 0 15px 0 30px;
  margin-bottom: 10px;
  width: 40%;
  color: #e5675e;
}
.contacts-page .contacts-form .contacts-form-class {
  margin-top: 20px;
}
.contacts-page .success-submit {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 100px 0 200px;
}
.contacts-page .success-submit .success-image {
  width: 300px;
}
.contacts-page .success-submit .success-image img {
  width: initial;
  max-width: 100%;
}
.contacts-page .success-submit .success-message {
  width: calc(100% - 300px);
  margin-bottom: 30px;
}
.contacts-page .success-submit .success-message .success-title {
  font-size: 128px;
  font-family: RobotoBold;
  color: #000;
}
.contacts-page .success-submit .success-message .success-subtext {
  font-size: 18px;
  color: #000;
}
.contacts-page .map-wrapper .contacts-map {
  width: 100%;
  height: 510px;
}

@media screen and (max-width: 1230px) {
  .contacts-page .contacts-info {
    padding-left: 50px;
  }
  .contacts-page .contacts-additional {
    padding-left: 50px;
  }
}
@media screen and (max-width: 991px) {
  .contacts-page .contacts-default-title {
    margin-bottom: 20px;
  }
  .contacts-page .contacts-content {
    margin-bottom: 20px;
  }
  .contacts-page .working-time {
    width: 265px;
  }
  .contacts-page .contacts-info {
    width: calc(100% - 265px);
    border-right: none;
    padding-left: 95px;
  }
  .contacts-page .contacts-additional {
    padding-left: 0;
    width: 100%;
  }
  .contacts-page .contacts-form {
    margin-bottom: 20px;
  }
  .contacts-page .contacts-form .validation .valid-message {
    width: 100%;
    padding: 0 0 0 30px;
  }
  .contacts-page .success-submit {
    padding: 50px 0 150px;
  }
  .contacts-page .success-submit .success-image {
    width: 200px;
  }
  .contacts-page .success-submit .success-message {
    padding-left: 30px;
    width: calc(100% - 200px);
    margin-bottom: 0;
  }
  .contacts-page .success-submit .success-message .success-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contacts-page .working-time {
    width: 200px;
  }
  .contacts-page .contacts-info {
    width: calc(100% - 200px);
    border-right: none;
    padding-left: 30px;
  }
  .contacts-page .contacts-form .inputs-wrapper .single-input {
    width: 100%;
  }
  .contacts-page .contacts-form .submit-wrapper button {
    padding: 15px 20px;
  }
  .contacts-page .map-wrapper .contacts-map {
    height: 350px;
  }
  .contacts-page .success-submit {
    padding: 0 0 50px;
  }
  .contacts-page .success-submit .success-image {
    width: 100px;
  }
  .contacts-page .success-submit .success-message {
    padding-left: 15px;
    width: calc(100% - 100px);
  }
  .contacts-page .success-submit .success-message .success-title {
    font-size: 40px;
  }
  .contacts-page .success-submit .success-message .success-subtext {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  .contacts-page .working-time {
    margin-bottom: 30px;
  }
  .contacts-page .contacts-info {
    margin-bottom: 30px;
  }
  .contacts-page .contacts-default-title {
    margin-bottom: 10px;
  }
  .contacts-page .working-time {
    width: 100%;
    border-right: none;
  }
  .contacts-page .contacts-info {
    width: 100%;
    padding-left: 0;
  }
  .contacts-page .contacts-info .single-contact {
    margin: 0 0 15px -5px;
  }
  .contacts-page .contacts-info .single-contact:nth-last-of-type(1) {
    margin: 0 0 0 -5px;
  }
}
@keyframes bounce10 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  25% {
    transform: rotate(-16deg);
    -webkit-transform: rotate(-16deg);
  }
  50% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  75% {
    transform: rotate(16deg);
    -webkit-transform: rotate(16deg);
  }
  100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
}
#sections-wrapper {
  position: relative;
}
#sections-wrapper .list-group-item {
  padding: 0 !important;
  border: none !important;
}
#sections-wrapper .nav {
  flex-direction: column !important;
  transition: linear;
}

.active {
  background-color: #000 !important;
  transition: linear 0.6s;
}

#sticky {
  background-color: rgb(255, 255, 255);
  position: absolute;
  top: 0;
  left: -59px;
}

.stick {
  position: fixed !important;
  left: 15px !important;
  top: 180px !important;
  z-index: 10;
  display: block !important;
}

.bottom {
  position: absolute !important;
  bottom: 0 !important;
  top: inherit !important;
}

#sidemenu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
#sidemenu li {
  padding-bottom: 10px;
  width: 50px;
}
#sidemenu li:hover {
  background-color: #000;
  transition: linear 0.6s;
}
#sidemenu li:hover img {
  filter: invert(90%) sepia(0%) saturate(4349%) hue-rotate(200deg) brightness(117%) contrast(108%);
}
#sidemenu li:visited {
  background-color: #000;
}
#sidemenu li:visited img {
  filter: invert(90%) sepia(0%) saturate(4349%) hue-rotate(200deg) brightness(117%) contrast(108%);
}
#sidemenu img {
  width: 24px;
  margin-top: 10px;
}
#sidemenu img:hover {
  filter: invert(90%) sepia(0%) saturate(4349%) hue-rotate(200deg) brightness(117%) contrast(108%);
}

.shop-page .default-page-wrapper {
  padding: 50px 0 75px;
  position: relative;
}

.shop-header-section {
  height: auto;
}
.shop-header-section .categ {
  background-color: #ffffff;
  width: 430px;
  margin-right: 30px;
  box-shadow: 9px 9px 30px lightgrey;
  font-family: "RobotoMedium";
  flex-basis: auto;
}
.shop-header-section .categ .category-wrapper {
  padding-top: 35px;
  padding-right: 25px;
  padding-left: 25px;
}
.shop-header-section .categ .svg-icon {
  padding-bottom: 24px;
  width: fit-content;
}
.shop-header-section .categ .svg-icon img {
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 14px;
}
.shop-header-section .categ .svg-icon a {
  color: #7a7c7f;
  font-size: 15px;
}
.shop-header-section .categ .svg-icon a:hover {
  color: #000000;
}
.shop-header-section .categ .svg-icon a:active {
  color: #000000 !important;
}
.shop-header-section .categ .svg-icon a:active img {
  filter: invert(0%) sepia(100%) saturate(22%) hue-rotate(332deg) brightness(106%) contrast(105%);
}
.shop-header-section .categ .svg-icon:hover img {
  filter: invert(0%) sepia(100%) saturate(22%) hue-rotate(332deg) brightness(106%) contrast(105%);
  animation: bounce10 0.5s linear infinite;
}
.shop-header-section .mainslider-block {
  width: 100%;
}
.shop-header-section .mainslider-block .main-shopslider-container {
  position: relative;
}
.shop-header-section .mainslider-block .help-align-inner {
  max-width: 450px;
  position: absolute;
  top: 50%;
  left: 75px;
  transform: translateY(-50%);
}
.shop-header-section .mainslider-block .slider-image {
  filter: none;
  width: 100%;
  height: auto;
}
.shop-header-section .mainslider-block .slider-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-header-section .mainslider-block .slider-title {
  font-size: 33px;
  font-weight: bold;
  color: #fffc00;
}
.shop-header-section .mainslider-block .slider-subtitle {
  font-size: 33px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "RobotoBlack";
  color: currentColor;
}
.shop-header-section .mainslider-block ul.slidepoints {
  list-style: none;
  padding: 20px;
  padding-left: 0;
  margin-bottom: 0;
}
.shop-header-section .mainslider-block ul.slidepoints > li {
  font-size: 18px;
  color: currentColor;
  font-family: "RobotoBlack";
  margin-bottom: 18px;
}
.shop-header-section .mainslider-block ul.slidepoints > li svg {
  width: 15px;
  height: auto;
  display: inline-block;
  margin-right: 5px;
}
.shop-header-section .mainslider-block ul.slidepoints > li svg path {
  fill: currentColor;
  stroke: currentColor;
}
.shop-header-section .mainslider-block .skewbtn {
  color: #fff;
  background: #233b75;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8ec63f;
  outline: 0;
  font-size: 15px;
  padding: 17px 27px;
  display: inline-block;
  transform: skew(-16deg);
  transition: linear 0.4s;
}
.shop-header-section .mainslider-block .skewbtn:visited {
  color: #fff;
}
.shop-header-section .mainslider-block .skewbtn:hover {
  background: #8ec63f;
}
.shop-header-section .mainslider-block .skewbtn > span {
  display: inline-block;
  transform: skew(16deg);
}
.shop-header-section .mainslider-block .skewbtn { /* Un-skew the text */ }
.shop-header-section .mainslider-block .carousel {
  color: #fff;
}
.shop-header-section .mainslider-block .carousel-item {
  background-image: url("/wp-content/themes/Lemt/images/worker-min.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  color: #fff;
}
.shop-header-section .mainslider-block .carousel-control-next-icon {
  background: none;
  width: 22px;
  height: 34px;
  margin-left: 45%;
}
.shop-header-section .mainslider-block .carousel-control-prev-icon {
  background: none;
  width: 22px;
  height: 34px;
  margin-right: 45%;
}
.shop-header-section .mainslider-block .carousel-control-prev-icon svg, .shop-header-section .mainslider-block .carousel-control-next-icon svg {
  width: 100%;
  height: auto;
}
.shop-header-section .mainslider-block .carousel-control-prev-icon svg path, .shop-header-section .mainslider-block .carousel-control-next-icon svg path {
  fill: currentColor;
  stroke: currentColor;
}
.shop-header-section .mainslider-block .carousel-control-next-icon {
  transform: rotate(180deg);
}
.shop-header-section .mainslider-block .carousel-control-prev, .shop-header-section .mainslider-block .carousel-control-next {
  background: transparent !important;
  opacity: 1;
  color: currentColor;
}
.shop-header-section .mainslider-block .carousel-indicators {
  width: 100%;
  bottom: 50%;
  margin-right: 0;
  margin-left: 0;
}

.shop-section {
  margin-top: 46px;
  height: auto;
}
.shop-section .first-of-three {
  background-color: #ffffff;
  width: 360px;
}
.shop-section .second-of-three {
  background-image: url("/wp-content/themes/Lemt/images/shop-photo-min.jpg");
  width: calc((100% - 360px) / 2);
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop-section .third-of-three {
  background-color: #ffffff;
  width: calc((100% - 360px) / 2);
  height: auto;
}
.shop-section .darkness-effect {
  display: none;
}
.shop-section .subcategory-header {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 75px;
}
.shop-section .subcategory-header > hr {
  border-top: 1px solid #c7c7c7;
}
.shop-section .subcategory-header > img {
  width: 65px;
  height: 87px;
}
.shop-section .subcategory-body {
  margin-top: 20px;
  padding-left: 40px;
  padding-right: 40px;
}
.shop-section .subcategory-body > ul {
  list-style: none;
  padding: 0;
}
.shop-section .subcategory-body > ul > li {
  margin-bottom: 20px;
  width: fit-content;
}
.shop-section .subcategory-body > ul > li > a {
  color: #494c51;
  position: relative;
  color: #494c51;
}
.shop-section .subcategory-body > ul > li > a:hover:before, .shop-section .subcategory-body > ul > li > a:hover:after {
  width: 100%;
  opacity: 1;
}
.shop-section .subcategory-body > ul > li > a:after {
  left: 0;
  background-color: #000000;
}
.shop-section .subcategory-body > ul > li > a:before, .shop-section .subcategory-body > ul > li > a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.shop-section .subcategory-body > ul > li > a:hover {
  color: #000000;
}
.shop-section .third-of-three > :nth-child(even) {
  border-bottom: 1px solid #c7c7c7;
}
.shop-section .third-of-three > :nth-child(odd) {
  border-right: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.shop-section .threebox {
  flex-grow: inherit;
  width: 50%;
  transition: linear 0.4s;
  position: relative;
  text-align: center;
  position: relative;
}
.shop-section .threebox .threebox-logo {
  height: 113px;
}
.shop-section .threebox .threebox-logo img {
  max-height: 100%;
  height: auto;
  max-width: 113px;
  padding: 15px 0px;
}
.shop-section .threebox .threebox-name {
  font-size: 16px;
  color: #494c51;
  font-family: RobotoMedium;
  transition: all 0.2s linear;
  padding-right: 15px;
  padding-left: 15px;
}
.shop-section .threebox a {
  display: block;
  height: 100%;
  padding-bottom: 15px;
}
.shop-section .threebox a:hover .threebox-name {
  color: #ffffff;
  transition: all 0.2s linear;
}
.shop-section .threebox:hover {
  background-color: #8ec63f;
}

@media screen and (min-width: 1349px) {
  #sidemenu {
    display: block !important;
  }
}
@media screen and (max-width: 1350px) {
  #sticky {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    left: 0;
  }
  #sticky .menu-button {
    display: block !important;
  }
  .stick {
    position: fixed !important;
    top: 180px;
    left: 15px !important;
  }
  .burger-wrapper img {
    width: 26px;
    margin-left: 0px;
  }
  button:focus {
    outline: none !important;
  }
}
@media screen and (max-width: 1228px) {
  .shop-header-section .categ .svg-icon {
    padding-bottom: 18px;
    width: fit-content;
  }
}
@media screen and (max-width: 992px) {
  .shop-page .default-page-wrapper {
    padding: 20px 0 75px !important;
  }
  .shop-section {
    margin-top: 20px;
  }
  .shop-header-section {
    flex-wrap: wrap !important;
    height: auto;
    flex-direction: column;
  }
  .shop-header-section .categories-wrapper-area {
    margin-bottom: 30px !important;
  }
  .shop-header-section .categ {
    flex-basis: 100%;
    margin-right: 0px !important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .shop-header-section .categ .svg-icon:nth-last-of-type(1) {
    padding-bottom: 0;
  }
  .shop-header-section .categ .svg-icon > img {
    float: right;
    margin-left: 14px;
    margin-right: 0;
  }
  .shop-header-section .categ .category-wrapper {
    padding-bottom: 35px;
  }
  .shop-header-section .mainslider-block {
    margin-bottom: 17px;
    margin-top: -13px;
  }
  .shop-header-section .mainslider-block .carousel-item {
    background: url("/wp-content/themes/Lemt/images/worker-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .shop-header-section .mainslider-block .help-align-wrapper {
    min-height: 300px;
  }
  .shop-header-section .mainslider-block .help-align-inner {
    left: 20px;
  }
  .shop-header-section .mainslider-block .slider-title {
    max-width: 280px;
  }
  .shop-header-section .mainslider-block .slider-subtitle {
    max-width: 280px;
    font-size: 21px;
  }
  .shop-header-section .mainslider-block ul.slidepoints {
    display: none;
  }
  .shop-header-section .mainslider-block .main-block-buttons {
    display: none !important;
  }
  .shop-header-section .mainslider-block .carousel-indicators {
    bottom: 0;
  }
  .shop-header-section .mainslider-block .carousel-control-next {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 10px;
    width: auto;
  }
  .shop-header-section .mainslider-block .carousel-control-prev {
    top: auto;
    left: auto;
    right: 70px;
    bottom: 10px;
    width: auto;
  }
  .shop-header-section .mainslider-block .carousel-control-prev-icon {
    margin-right: 0;
  }
  .shop-header-section .mainslider-block .carousel-control-next-icon {
    margin-left: 0;
  }
  .shop-section {
    flex-wrap: wrap !important;
    height: auto;
  }
  .shop-section > .second-of-three {
    min-height: 235px;
    width: 100%;
  }
  .shop-section > .first-of-three {
    width: 100%;
  }
  .shop-section > .third-of-three {
    width: 100%;
    text-align: center;
  }
  .shop-section .subcategory-body {
    display: none;
  }
  .shop-section .subcategory-header {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .shop-section .subcategory-header > hr {
    display: none;
  }
  .shop-section .subcategory-header > img {
    float: left;
  }
  .shop-section .subcategory-header > h2 {
    padding-top: 45px;
    font-size: 31px;
  }
  #sidemenu li {
    width: unset;
  }
  #sidemenu img {
    margin-left: 0;
  }
  .bottom {
    bottom: 0 !important;
    left: 0 !important;
    z-index: 999;
  }
}
@media screen and (max-width: 767px) {
  .shop-header-section .mainslider-block .help-align-wrapper {
    min-height: 250px;
  }
}
@media screen and (max-width: 500px) {
  .shop-header-section .mainslider-block .help-align-wrapper {
    min-height: 174px;
  }
}
@media screen and (max-width: 345px) {
  .shop-section .subcategory-header > h2 {
    font-size: 26px;
  }
}
@media (max-width: 992px) {
  .shop-search {
    margin-top: 18px;
  }
}
@media (min-width: 993px) {
  .shop-search {
    margin-bottom: 18px;
  }
}
.shop-search .searchform-wrapper {
  width: 100% !important;
}

.category-page .default-page-wrapper {
  padding: 0px 0 75px;
}
.category-page .default-page-wrapper .search-and-filter .search {
  width: 298px;
}
.category-page .default-page-wrapper .search-and-filter .search .form-control {
  height: 50px;
  border: none;
  border-left: 10px solid #233b75;
  border-radius: 0;
}
.category-page .default-page-wrapper .search-and-filter .search .form-control:focus {
  box-shadow: none !important;
}
.category-page .default-page-wrapper .search-and-filter .search > .resetbutton img {
  width: 14px;
}
.category-page .default-page-wrapper .search-and-filter .search > .resetbutton img:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.category-page .default-page-wrapper .search-and-filter .search > .resetbutton {
  display: none;
}
.category-page .default-page-wrapper .search-and-filter .search > button {
  border: none !important;
  background-color: #ffffff !important;
  padding-right: 10px;
  padding-left: 10px;
}
.category-page .default-page-wrapper .search-and-filter .search > button:focus {
  outline: none !important;
}
.category-page .default-page-wrapper .search-and-filter .search .input-group-text {
  background-color: #ffffff;
}
.category-page .default-page-wrapper .search-and-filter .form-control:not(:placeholder-shown) ~ .resetbutton {
  /* pull back the negative value of the width */
  display: block;
}
.category-page .default-page-wrapper .search-and-filter .filters-wrapper {
  width: calc(100% - 298px - 30px);
}
.category-page .default-page-wrapper .search-and-filter .filters-title {
  width: 120px;
  padding-left: 35px;
}
.category-page .default-page-wrapper .search-and-filter .filters-title > h2 {
  font-size: 18px;
  margin-bottom: 0;
  font-family: "RobotoBold";
}
.category-page .default-page-wrapper .search-and-filter .filters-innerwrapper {
  width: calc(100% - 150px);
}
.category-page .default-page-wrapper .content-wrapper {
  padding-top: 18px;
}
.category-page .default-page-wrapper .content-wrapper .category-sidebar {
  width: 328px;
  padding-right: 27px;
}
.category-page .default-page-wrapper .skewbtn-middle {
  color: #fff;
  background: #233b75;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8ec63f;
  outline: 0;
  font-size: 15px;
  padding: 17px 36px;
  display: inline-block;
  transform: skew(-16deg);
  transition: linear 0.2s;
}
.category-page .default-page-wrapper .skewbtn-middle:visited {
  color: #fff;
}
.category-page .default-page-wrapper .skewbtn-middle:hover {
  background: #8ec63f;
}
.category-page .default-page-wrapper .skewbtn-middle > span {
  display: inline-block;
  transform: skew(16deg);
}
.category-page .default-page-wrapper .skewbtn-middle {
  /* Un-skew the text */
}
.category-page .default-page-wrapper .button-middle {
  transition: ease 0.2s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.category-page .default-page-wrapper .product-image .productimage {
  opacity: 1;
  transition: 0.2s ease;
}
.category-page .default-page-wrapper .product-list-wrapper {
  width: calc(100% - 298px - 30px);
}
body.search .category-page .default-page-wrapper .product-list-wrapper {
  width: 100%;
}

.category-page .default-page-wrapper .product-list-wrapper {
  padding: 42px;
  background: #ffffff;
}
.category-page .default-page-wrapper .product-list-wrapper .category-title {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 35px;
  padding-bottom: 20px;
}
.category-page .default-page-wrapper .product-list-wrapper .category-title > h1 {
  font-size: 25px;
  margin-bottom: 0;
}
.category-page .default-page-wrapper .product-list-wrapper .pag-wrapper {
  width: 100%;
  font-size: 24px;
}
.category-page .default-page-wrapper .product-list-wrapper .pag-wrapper a:hover {
  color: #233b75;
}
.category-page .default-page-wrapper .product-list-wrapper .pag-wrapper .page-numbers {
  margin-right: 16px;
  color: #000000;
}
.category-page .default-page-wrapper .product-list-wrapper .pag-wrapper .page-numbers:last-child {
  margin-right: 0;
}
.category-page .default-page-wrapper .product-list-wrapper .pag-wrapper .current {
  color: #8ec63f !important;
}

@media (max-width: 992px) {
  .filters-wrapper {
    margin-top: 18px;
  }
}
.filters-wrapper {
  padding: 10px 8px;
  border-left: 10px solid #8ec63f;
  background-color: #ffffff;
}
.filters-wrapper .selectric-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.filters-wrapper .selectric {
  appearance: none;
  -webkit-appearance: none;
  padding: 5px 20px 5px 5px;
  border: none;
  background-color: transparent;
  background-image: url(../../icons/select.svg) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) calc(50% - 0px);
  background-size: 10px auto;
  position: relative;
}
.filters-wrapper .selectric .label {
  margin: 0;
  line-height: normal;
  height: auto;
  font-family: "RobotoRegular";
  font-size: 15px;
  color: #494c51;
  text-decoration: none;
}
.filters-wrapper .selectric .button {
  display: none;
}
.filters-wrapper .selectric-items {
  background-color: #fff;
  border: none;
  box-shadow: 5px 5px 10px -2px #c7c7c7;
  overflow: hidden;
  border-radius: 10px;
  width: auto !important;
  left: auto;
  right: 0;
}
.filters-wrapper .selectric-items li {
  font-size: 15px;
  color: #231f20;
  font-family: "RobotoRegular";
  transition: all 0.2s linear;
  background-color: #fff;
  padding: 10px 15px;
  white-space: nowrap;
}
.filters-wrapper .selectric-items li:hover {
  transition: all 0.2s linear;
  background-color: #8ec63f;
  color: #ffffff;
}
.filters-wrapper .selectric-items .selected {
  background-color: #8ec63f;
  color: #ffffff;
}
.filters-wrapper .filters-innerwrapper > span {
  font-family: "RobotoBold";
}
.filters-wrapper .filters-innerwrapper > span > select {
  font-family: "RobotoRegular";
}
.filters-wrapper .filters-innerwrapper > span {
  display: flex;
  align-items: center;
}
.filters-wrapper .filters-innerwrapper > span .woocommerce-ordering {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  body:not(.search) .search-and-filter .filters-wrapper {
    display: none !important;
  }
}

@media (min-width: 993px) {
  .categories-wrapper-area .filters-wrapper {
    display: none !important;
  }
}

@media screen and (min-width: 993px) and (max-width: 1366px), (max-width: 850px) {
  .product-list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
}
@media screen and (max-width: 992px) {
  .content-wrapper .category-sidebar {
    flex-basis: 100%;
    margin-right: 0px !important;
    padding-right: 0px !important;
  }
  .category-page .default-page-wrapper .product-list-wrapper {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .category-page .default-page-wrapper .search-and-filter #search-form {
    width: 100%;
  }
  .category-page .default-page-wrapper .search-and-filter #search-form .search {
    width: 100%;
    padding-right: 0;
    margin-bottom: 18px;
  }
  .category-page .default-page-wrapper .search-and-filter .filters-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .category-page .default-page-wrapper .search-and-filter .filters-innerwrapper {
    width: 100%;
    padding: 8px;
  }
  .category-page .default-page-wrapper .search-and-filter .filters-innerwrapper .filters-show-button {
    padding: 0;
  }
}
.button-discount {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.discount {
  color: #fff;
  background: #c63f3f;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 8px;
  outline: 0;
  font-size: 12px;
  display: inline-block;
}

.default-section-title {
  margin-bottom: 22px;
  border-bottom: 1px solid #c7c7c7;
}
.default-section-title > p {
  font-size: 18px;
  font-family: "RobotoMedium";
  color: #494c51;
}

.back-to-link, .open-product-page .default-page-wrapper .back-to-category {
  padding: 14px 0;
}
.back-to-link > a, .open-product-page .default-page-wrapper .back-to-category > a {
  color: #494c51;
  font-family: "RobotoBold";
  font-size: 15px;
}
.back-to-link img, .open-product-page .default-page-wrapper .back-to-category img {
  padding-right: 8px;
}

.open-product-page .default-page-wrapper {
  padding: 0px 0 75px;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar {
  width: 328px;
  padding-right: 27px;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search {
  width: 298px;
  margin-bottom: 20px;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search .form-control {
  height: 50px;
  border: none;
  border-left: 10px solid #233b75;
  border-radius: 0;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search .form-control:focus {
  box-shadow: none !important;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search > .resetbutton img {
  width: 14px;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search > .resetbutton img:hover {
  -webkit-animation: rotating 0.5s 0.1s ease-out;
  animation: rotating 0.5s 0.1s ease-out;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search > .resetbutton {
  display: none;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search > button {
  border: none !important;
  background-color: #ffffff !important;
  padding-right: 10px;
  padding-left: 10px;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search > button:focus {
  outline: none !important;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search .input-group-text {
  background-color: #ffffff;
}
.open-product-page .default-page-wrapper .content-wrapper .category-sidebar .form-control:not(:placeholder-shown) ~ .resetbutton {
  /* pull back the negative value of the width */
  display: block;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper {
  width: calc(100% - 298px - 30px);
  padding: 42px 42px 0px 42px;
  background: #ffffff;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-title > h1 {
  font-size: 25px;
  font-family: "RobotoMedium";
  color: #000000;
  margin-bottom: 3px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-subtitle {
  border-bottom: 1px solid #c7c7c7;
  margin-bottom: 35px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-subtitle > p {
  font-size: 12px;
  margin-bottom: 8px;
  font-family: "RobotoRegular";
  color: #7c7c7c;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img {
  height: 370px;
  width: calc(100% - 305px);
  margin-right: 20px;
  text-align: center;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img img {
  width: 100%;
  max-height: 370px;
  object-fit: contain;
  padding: 5px;
  border: 1px solid #c7c7c7;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-content {
  padding-top: 30px;
  width: 305px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .quantity-text {
  font-size: 16px;
  font-family: "RobotoMedium";
  margin-bottom: 8px;
  width: 100%;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity {
  position: relative;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity input[type=number] {
  appearance: textfield;
  border: 1px solid #c7c7c7;
  line-height: 42px;
  padding: 0 8 0 8px;
  font-size: 22px;
  color: #494c51;
  text-align: center;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity input[type=number]::-webkit-inner-spin-button, .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity .quantity-arrow {
  width: 48px;
  height: 48px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity .quantity-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity .quantity-arrow a img {
  width: 18px;
  filter: invert(77%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(85%) contrast(87%);
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .good-quantity .quantity-arrow a img:hover {
  filter: invert(0%) sepia(2%) saturate(0%) hue-rotate(242deg) brightness(104%) contrast(100%);
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .quantity-value {
  font-size: 22px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-price {
  font-size: 22px;
  font-family: "RobotoMedium";
  color: #494c51;
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  height: fit-content;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-price .price {
  font-size: 21px;
  color: #6f9f2b;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-price .unit {
  font-size: 12px;
  color: #7c7c7c;
  font-family: "RobotoRegular";
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .skewbtn-product {
  color: #fff;
  background: #233b75;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8ec63f;
  outline: 0;
  font-size: 15px;
  padding: 10px 0px;
  display: inline-block;
  transform: skew(-16deg);
  transition: linear 0.2s;
  height: 48px;
  width: 170px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .skewbtn-product:visited {
  color: #fff;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .skewbtn-product:hover {
  background: #8ec63f;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .skewbtn-product > span {
  display: inline-block;
  transform: skew(16deg);
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .skewbtn-product { /* Un-skew the text */ }
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .button-product {
  margin-bottom: 30px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .button-product img {
  filter: invert(94%) sepia(100%) saturate(0%) hue-rotate(121deg) brightness(105%) contrast(101%);
  width: 22px;
  height: 22px;
  margin-bottom: 7px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .add-text {
  font-size: 14px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper {
  margin-top: 38px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column {
  width: calc((100% - 60px) / 3.001);
  margin: 0 15px 40px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column:nth-of-type(3n) {
  margin: 0 0 40px 15px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column:nth-of-type(3n+1) {
  margin: 0 15px 40px 0;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column .parametrers-row .one {
  width: calc(50% - 7.5px);
  font-family: "RobotoBold";
  color: #494c51;
  margin-bottom: 15px;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column .parametrers-row .two {
  width: calc(50% - 7.5px);
  font-family: "RobotoRegular";
  color: #494c51;
}
.open-product-page .default-page-wrapper .content-wrapper .product-wrapper .similar-products-wrapper {
  margin-top: 38px;
}

@media screen and (min-width: 993px) and (max-width: 1366px), (max-width: 850px) {
  .product-list {
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img {
    width: 50%;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-content {
    width: 50%;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column {
    width: calc(50% - 15px);
    margin: 0 0 40px !important;
  }
}
@media screen and (max-width: 992px) {
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper {
    width: 100%;
    padding-bottom: 20px;
  }
  .open-product-page .default-page-wrapper .content-wrapper .category-sidebar #search-form {
    width: 100%;
  }
  .open-product-page .default-page-wrapper .content-wrapper .category-sidebar .search {
    width: 100%;
    padding-right: 0px;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper {
    padding: 42px 15px 0px 15px;
  }
}
@media screen and (min-width: 500px) and (max-width: 767px) {
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column {
    width: calc(50% - 7.5px);
    margin: 0px 0px 22px 0px !important;
  }
}
@media screen and (max-width: 747px) {
  .open-product-page .default-page-wrapper .back-to-category {
    padding-bottom: 20px;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product {
    flex-wrap: wrap;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img {
    width: 100%;
    margin: 0;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-content {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img {
    height: 236px;
  }
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .open-product-img img {
    max-height: 236px;
  }
}
@media screen and (max-width: 500px) {
  .open-product-page .default-page-wrapper .content-wrapper .product-wrapper .parameter-wrapper .parameters-column {
    width: 100%;
  }
}
.default-page-wrapper .cart-wrapper {
  padding: 36px 45px;
}
@media (min-width: 1025px) {
  .default-page-wrapper .cart-wrapper {
    padding: 36px 30px 36px 45px;
  }
}
.default-page-wrapper .cart-wrapper {
  background-color: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}
.default-page-wrapper .cart-wrapper .main-title {
  margin-bottom: 0;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper {
  margin-bottom: 30px;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #c7c7c7;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information {
  width: 100%;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information {
    flex-wrap: nowrap;
  }
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information .item-image {
  width: 90px;
  margin-right: 1.7%;
  flex-shrink: 0;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information .item-image img {
  width: 100%;
  max-height: 76px;
  object-fit: contain;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content {
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 1025px) {
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content {
    flex-wrap: nowrap;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper {
    width: 31%;
    padding: 36px 0;
    padding-right: 1.5%;
    border-right: 1px solid #c7c7c7;
  }
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper .item-title {
  font-family: "RobotoMedium";
  font-size: 16px;
  color: #000000;
  width: 100%;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper .item-title a {
  color: inherit;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper .item-subtitle {
  font-family: "RobotoRegular";
  font-size: 12px;
  color: #7c7c7c;
}
@media (min-width: 1025px) {
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper {
    padding: 36px 0;
    margin-left: 4%;
    margin-right: auto;
  }
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .quantity-text {
  font-size: 16px;
  font-family: "RobotoMedium";
  margin-bottom: 8px;
  width: 100%;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity {
  position: relative;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity input[type=number] {
  appearance: textfield;
  border: 1px solid #c7c7c7;
  line-height: 42px;
  padding: 0 8 0 8px;
  font-size: 22px;
  color: #494c51;
  text-align: center;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity input[type=number]::-webkit-inner-spin-button, .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity .quantity-arrow {
  width: 48px;
  height: 48px;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity .quantity-arrow a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity .quantity-arrow a img {
  width: 18px;
  filter: invert(77%) sepia(0%) saturate(1%) hue-rotate(134deg) brightness(85%) contrast(87%);
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .good-quantity .quantity-arrow a img:hover {
  filter: invert(0%) sepia(2%) saturate(0%) hue-rotate(242deg) brightness(104%) contrast(100%);
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper .quantity-value {
  font-size: 22px;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .single-item-price {
  flex-direction: row;
  align-items: center;
  margin-right: 6%;
  font-size: 21px;
  font-family: "RobotoMedium";
  color: #494c51;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .single-item-price .price {
  font-size: 21px;
  color: #6f9f2b;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .delete-button img {
  width: 16px;
  height: 18px;
}
.default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .delete-button img:hover {
  -webkit-animation: bounce10 0.5s linear infinite;
  animation: bounce10 0.5s linear infinite;
}
.default-page-wrapper .cart-wrapper .actions {
  margin-bottom: 30px;
  text-align: right;
}
.default-page-wrapper .cart-wrapper .totals-wrapper {
  flex-direction: row-reverse;
}
.default-page-wrapper .cart-wrapper .totals-wrapper .total-prices-wrapper {
  padding-right: 30px;
}
.default-page-wrapper .cart-wrapper .totals-wrapper .total-price-value {
  font-size: 21px;
  font-family: "RobotoBold";
  color: #494c51;
}
.default-page-wrapper .cart-wrapper .totals-wrapper .price-final {
  font-family: "RobotoRegular";
  margin-left: 15px;
}
.default-page-wrapper .cart-wrapper .totals-wrapper .price-final-total {
  font-family: "RobotoRegular";
  color: #6f9f2b;
  margin-left: 15px;
}
.default-page-wrapper .cart-wrapper .totals-wrapper .smaller-subtext {
  font-family: "RobotoRegular";
  font-size: 16px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-title {
  font-family: "RobotoBold";
  font-size: 18px;
  color: #000000;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .form-check-inline {
  margin-bottom: 27px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .form-check-inline .form-check-input {
  width: 24px;
  height: 24px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper {
  max-width: 880px;
  margin-right: 30px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .single-input {
  width: calc(33.3333333333% - 22px);
  margin-bottom: 27px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .single-input input,
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .single-input textarea {
  border: 1px solid #c6c6c6;
  color: #494c51;
  font-family: "RobotoRegular";
  font-size: 15px;
  padding: 18px 20px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single input {
  position: absolute;
  left: -9999px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single input:checked ~ .checkbox-label-class .checkbox-radio-back .checkbox-radio-checkmark {
  opacity: 1;
  transition: all 0.1s linear;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-label-class {
  margin: 0;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title {
  color: #494c51;
  cursor: pointer;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a {
  color: #494c51;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:hover:before, .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:hover:after {
  width: 100%;
  opacity: 1;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:after {
  left: 0;
  background-color: #494c51;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:before, .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  backface-visibility: hidden;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-title a:hover {
  opacity: 0.8;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-radio-back {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px solid #c6c6c6;
  cursor: pointer;
  margin-right: 13px;
  transition: all 0.1s linear;
  font-size: 16px;
  background-color: #fff;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single .checkbox-radio-back .checkbox-radio-checkmark {
  color: #494c51;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s linear;
  opacity: 0;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .skewbtn-send {
  color: #fff;
  background: #233b75;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 1px solid #8ec63f;
  outline: 0;
  font-size: 15px;
  padding: 10px 0px;
  display: inline-block;
  transform: skew(-16deg);
  transition: linear 0.2s;
  height: 48px;
  width: 170px;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .skewbtn-send:visited {
  color: #fff;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .skewbtn-send:hover {
  background: #8ec63f;
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .skewbtn-send > span {
  display: inline-block;
  transform: skew(16deg);
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .skewbtn-send {
  /* Un-skew the text */
}
.default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .button-send {
  margin-bottom: 30px;
  flex-direction: row-reverse;
}

@media screen and (max-width: 1024px) {
  .item-information .item-image {
    margin: 0 auto !important;
  }
  .default-page-wrapper .cart-wrapper .cart-title h1 {
    margin: 0 auto;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content {
    width: 100%;
    text-align: center;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-title-wrapper .item-subtitle {
    display: block !important;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .item-quantity-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .quantity-text {
    width: 100%;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .good-quantity {
    margin: 0 auto;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .single-item-price {
    width: 100%;
    margin-top: 15px;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-info-content .delete-button {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (max-width: 860px) {
  .default-page-wrapper .cart-wrapper {
    padding: 50px 15px 50px 15px;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item {
    padding: 30px 0 30px 0;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item :before {
    width: 100%;
  }
  .default-page-wrapper .cart-wrapper .totals-wrapper {
    margin-bottom: 30px;
  }
  .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper {
    margin-right: 0;
  }
  .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .single-input {
    width: 100%;
  }
  .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .button-send {
    text-align: center;
    display: block !important;
  }
  .default-page-wrapper .cart-wrapper .order-data-wrapper .main-inputs-wrapper .checkbox-single {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item {
    padding: 30px 0 30px 0;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item :before {
    width: 100%;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information .item-image {
    width: 100%;
  }
  .default-page-wrapper .cart-wrapper .cart-items-wrapper .single-item .item-information .item-image img {
    width: 100%;
    max-height: 200px;
  }
}
.woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.woocommerce .cart-collaterals .cart_totals .cart-notice {
  font-size: 17px;
  letter-spacing: 0.2px;
  color: #e3564c;
  font-weight: bold;
  margin-right: auto;
  padding-top: 15px;
}
.woocommerce .cart-collaterals .cart_totals .cart-notice::before {
  content: "!";
  color: #e3564c;
  display: inline-flex;
  border: 3px solid #e3564c;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  margin-right: 18px;
  align-items: center;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table {
  border: none;
  width: auto;
  margin: 0;
  margin-left: auto;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr {
  display: flex;
  justify-content: flex-start;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th {
  margin-right: 20px;
  width: auto;
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th::after {
  content: ":";
}
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr th,
.woocommerce .cart-collaterals .cart_totals table.shop_table tbody tr td {
  font-size: 20px;
  border: none;
  padding: 0;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  font-size: inherit;
}
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  width: 100%;
  text-align: right;
  padding-top: 30px;
}

/*# sourceMappingURL=style.css.map */
