.products {
  background: #191B21;
  background-image: url("/wp-content/themes/acearmor/img/products/product_main_bg.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 187px;
}

.products main.main.products {
  width: 100%;
}

main.main.products.shop {
  padding: 0;
}

.products .woocommerce.columns-2 {
  width: 100%;
}

h1.page-titlel {
  padding-top: 147px;
  text-align: center;
}

.jquery-modal .container .close-modal {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  background-image: url(/wp-content/themes/acearmor/img/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.jquery-modal .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex;
  flex-direction: column;
}

.products .content {
  padding-bottom: 164px;
}

.products .content .page_title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 231px;
}

h1.mg.page-titlel {
  margin-bottom: 104px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: Newtown [RUS by Daymarius];
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.products .content .columns-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 67px 0;
}

.products .content .products_content .product_wrap {
  width: 554px;
  height: 291px;
  position: relative;
}

.products .content .products_content .product_wrap .product {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.products .content .products_content .product_wrap .product_title {
  display: flex;
  align-items: center;
  position: absolute;
  right: -47px;
  bottom: -30px;
  width: 349px;
  height: 60px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_btn_bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 100px 15px 51px;
}

.products .content .products_content .product_wrap .product_title p {
  display: block;
  max-width: 215px;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.products .content .products_content .product_wrap:nth-child(1)::after {
  position: absolute;
  z-index: 9;
  top: 39px;
  left: 20px;
  content: "";
  width: 27px;
  height: 30px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products .content .products_content .product_wrap:nth-child(1)::before {
  position: absolute;
  z-index: 9;
  top: 63px;
  right: 95.99px;
  content: "";
  width: 54px;
  height: 59px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products .content .products_content .product_wrap:nth-child(2)::after {
  position: absolute;
  z-index: 9;
  top: 65px;
  left: -19px;
  content: "";
  width: 24px;
  height: 27px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jquery-modal .container .product_wrap .col__dis .price {
  color: #ED3132;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 69.9px;
  text-transform: uppercase;
}

.products .content .products_content .product_wrap:nth-child(2)::before {
  position: absolute;
  z-index: 9;
  top: 101px;
  left: 53px;
  content: "";
  width: 54px;
  height: 59px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products .content .products_content .product_wrap:nth-child(3)::after {
  position: absolute;
  z-index: 9;
  top: 58px;
  left: 29px;
  content: "";
  width: 48px;
  height: 53px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products .content .products_content .product_wrap:nth-child(4)::after {
  position: absolute;
  z-index: 9;
  bottom: 27px;
  left: 116px;
  content: "";
  width: 48px;
  height: 53px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.products .content .products_content .product_wrap:nth-child(4)::before {
  position: absolute;
  z-index: 9;
  top: 80px;
  left: -69px;
  content: "";
  width: 98px;
  height: 107px;
  background-image: url("/wp-content/themes/acearmor/img/products/prod_after.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.jquery-modal {
  background-color: #191B21 !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
}

.jquery-modal select#razmer {
  color: #646464;
  max-height: 66px;
  background: #191b21;
  border: 1px solid #fff;
  padding: 20px 0 20px 20px;
  height: 62px;
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  /* Chrome */
  -moz-appearance: none;
}

.jquery-modal .woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
  max-width: 375px;
}


.jquery-modal h2 {
  display: none;
}

.jquery-modal .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
  display: flex;
  flex-direction: column;
}

.jquery-modal select::after {
  content: "url(/wp-content/themes/acearmor/img/arrow_bottom.svg)";
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  margin-top: -3px;
  background-image: url(/wp-content/themes/acearmor/img/arrow_bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s;

}

.jquery-modal option {
  color: #646464;
}

.jquery-modal tr {
  display: block;
}

.jquery-modal label {
  text-transform: capitalize;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.264px;
}

.jquery-modal .container {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

.jquery-modal .container::after {
  content: "";
  width: 30px;
  height: 100vh;
  background-color: #191B21;
  position: absolute;
  right: 0;
  top: 0;
}

.jquery-modal .container .content {
  width: 100%;
  overflow-y: scroll;
  padding-top: 80px;
  padding-bottom: 50px;
  padding-right: 30px;
  height: 100%;
}

/* .jquery-modal .container {
  position: absolute;
  right: 30px;
  top: 38px;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/themes/acearmor/img/.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
} */

.jquery-modal .woocommerce bdi {
  color: #ED3132;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 69.9px;
  text-transform: uppercase;
}

.jquery-modal .container .product_wrap {
  width: 100%;
  min-height: 836px;
  display: flex;
  align-items: flex-start;
}

.jquery-modal .container .product_wrap .col__img {
  margin-right: 30px;
}

.jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image {
  max-width: 370px;
  height: 450px;
  background-color: #1F2128;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image img {
  display: block;
  height: 65%;
  object-fit: contain;
}

.jquery-modal .container .product_wrap .col__img .img_nav {
  margin-top: 21px;
  display: flex;
}


.jquery-modal .flex-control-nav li {
  width: 170px;
  background-color: #1F2128;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.jquery-modal .flex-control-nav li img {
  display: block;
  height: 70%;
  width: auto;
}

.jquery-modal .flex-control-nav li:not(:last-child) {
  margin-right: 20px !important;
}

.jquery-modal .flex-control-nav li {
  margin-top: 20px !important;
  max-width: 150px;
}

.jquery-modal .container .product_wrap .col__dis {
  max-width: 600px;
}

.jquery-modal .container .product_wrap .col__dis .product_title.entry-title {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 69.9px;
  text-transform: uppercase;
}

.jquery-modal .container .product_wrap .col__dis .sub {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.264px;
}

.jquery-modal .container .product_wrap .col__dis .art {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.264px;
}

.jquery-modal .container .product_wrap .col__dis .custom_form {
  margin-top: 8px;
}

.jquery-modal .woocommerce .amount {
  padding: 0 !important;
}

.jquery-modal .product_meta {
  position: absolute;
  top: 135px;
}

.jquery-modal .container .product_wrap .col__dis .button {
  background: #ED3132;
  width: 208px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 0;
  transform: none !important;
}

.jquery-modal .container .product_wrap .col__dis .dis {
  margin-top: 38px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.606px;
}

.show {
  opacity: 1 !important;
  z-index: 999999999 !important;
}

.jquery-modal .button1::after {
  position: absolute;
  right: 18.81px;
  top: 26px;
  content: "";
  width: 24.19px;
  height: 13.61px;
  background-image: url(/wp-content/themes/acearmor/img/arrow_bottom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.4s;
}

.jquery-modal .selectric-open .button1::after {
  transform: rotate(180deg);
}

.jquery-modal ul li:not(:last-child) {
  margin-bottom: 0px;
}

@media only screen and (max-width: 1180px) {

  h1.page-titlel {
    padding-top: 102px;
    text-align: center;
  }

  .products {
    padding-top: 142px;
  }

  .products .content {
    padding-bottom: 77.93px;
  }

  .products .content .page_title {
    margin-bottom: 64.47px;
  }

  h1.mg.page-titlel {
    margin-bottom: 64.47px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-family: Newtown [RUS by Daymarius];
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
  }

  .products .content .products_content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .products .content .products_content .product_wrap {
    padding-left: 35px;
    width: 366px;
    height: 192px;
    margin-bottom: 40px;
  }

  .products .content .products_content .product_wrap .product_title {
    right: -47px;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 0 9px 33px;
  }

  .products .content .products_content .product_wrap .product_title p {
    max-width: 215px;
    font-size: 11px;
  }

  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
    height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }

  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(2) img {
    height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 120%;
    width: auto;
    position: relative;
    top: 0;
  }

  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }

  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }

  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }

  .jquery-modal .button1::after {
    position: absolute;
    right: 18.81px;
    top: 26px;
    content: "";
    width: 24.19px;
    height: 13.61px;
    background-image: url(/wp-content/themes/acearmor/img/arrow_bottom.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
  }

  .jquery-modal .selectric-open .button1::after {
    transform: rotate(180deg);
  }

  .jquery-modal ul li:not(:last-child) {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 999px) {
  .products .content .products_content .product_wrap .product_title {
    right: -37px;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 40px 9px 23px;
  }
}

@media only screen and (min-width: 617px) and (max-width: 800px) {
  .jquery-modal .product_meta {
    position: absolute;
    top: 730px;
  }
}

@media only screen and (min-width: 581px) and (max-width: 617px) {
  .jquery-modal .product_meta {
    position: absolute;
    top: 600px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 581px) {
  .jquery-modal .product_meta {
    position: absolute;
    top: 670px;
  }
}

@media only screen and (max-width: 768px) {
  .mg.page_title {
    padding-top: 128px;
  }

  h1.page-titlel {
    padding-top: 50px;
    text-align: center;
  }

  h1.mg.page-titlel {
    margin-bottom: 64.47px;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
    font-family: Newtown [RUS by Daymarius];
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    text-transform: uppercase;
  }

  .products {
    padding-top: 128px;
  }

  .products .content {
    padding-bottom: 73.46px;
  }

  .products .content .page_title {
    font-size: 35px;
    line-height: 59px;
    margin-bottom: 66.85px;
  }

  h1.mg.page-titlel {
    font-size: 35px;
    line-height: 59px;
    margin-bottom: 66.85px;
  }

  .products .content .columns-4 {
  justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 46.34px 0;
    padding: 0 27.04px 0 20.28px;
  }

  .products .content .products_content .product_wrap {
    padding-left: 35px;
    width: 366px;
    height: 192px;
  }

  .products .content .products_content .product_wrap .product_title {
    right: -47px;
    bottom: -19.87px;
    width: 200px;
    padding: 9px 0 9px 33px;
  }

  .products .content .products_content .product_wrap .product_title p {
    max-width: 215px;
    font-size: 11px;
  }

  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
    height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }

  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(2) img {
   height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 120%;
    width: auto;
    position: relative;
    top: 0;
  }

  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }

  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }

  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 999px) {
  .jquery-modal .product_meta {
    position: absolute;
    top: 560px;
  }
}

.shop__wrap.products .products {
  display: block !important;
  background: none;
  padding: 0;
}

.container .container {
  max-width: 100% !important;
}

.shop__wrap .shop__items.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}

.shop__wrap.products .section__shop .shop__wrap .shop__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
  gap: 67px 0;
}

@media only screen and (max-width: 999px) {

  .jquery-modal .container {
    padding: 0 40px;
  }

  .jquery-modal .container::after {
    display: none;
  }

  .jquery-modal .container .close-modal {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/acearmor/img/close.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  }

  .jquery-modal .container .content {
    overflow: scroll;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
    padding-right: 0;
  }

  .jquery-modal .container .product_wrap {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .jquery-modal .button1::after {
    position: absolute;
    right: 18.81px;
    top: 26px;
    content: "";
    width: 24.19px;
    height: 13.61px;
    background-image: url(/wp-content/themes/acearmor/img/arrow_bottom.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s;
  }

  .jquery-modal .selectric-open .button1::after {
    transform: rotate(180deg);
  }

  .jquery-modal ul li:not(:last-child) {
    margin-bottom: 0px;
  }

  .jquery-modal .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    display: flex;
    flex-direction: column;
  }

  .jquery-modal .container .product_wrap .col__img {
    margin-right: 0;
    width: 100%;
  }

  .jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image {
    height: auto;
    background-color: #1F2128;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 630px !important;
  }

  .jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image img {
    display: block;
    height: 65%;
  }

  .jquery-modal .container .product_wrap .col__img .img_nav {
    margin-top: 20px;
  }

  .jquery-modal .flex-control-nav li {
    width: 120px;
    height: 120px;
  }

  .jquery-modal .flex-control-nav li:not(:last-child) {
    margin-right: 21px;
  }

  .jquery-modal .container .product_wrap .col__dis {
    max-width: 100%;
    margin-top: 26px;
    padding: 0 11px;
  }

  .jquery-modal .container .product_wrap .col__dis .title {
    font-size: 48px;
    line-height: 69px;
  }

  .jquery-modal .container .product_wrap .col__dis .sub {
    font-size: 16px;
    line-height: 21px;
  }

  .jquery-modal .container .product_wrap .col__dis .art {
    font-size: 16px;
    line-height: 21px;
  }

  .jquery-modal .container .product_wrap .col__dis .custom_form {
    margin-top: 8px;
    max-width: 375px;
  }

  .jquery-modal .container .product_wrap .col__dis .price {
    font-size: 34px;
    line-height: 69px;
  }

  .jquery-modal .container .product_wrap .col__dis .button {
    width: 235px;
    height: 50px;
    margin-top: 20px;
    font-size: 13px;
  }

  .jquery-modal .container .product_wrap .col__dis .dis {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .products {
    padding-top: 128px;
  }

  h1.page-titlel {
    padding-top: 60px;
    text-align: center;
  }

  .products .content {
    padding-bottom: 73.46px;
  }

  .products .content .page_title {
    font-size: 30px;
    line-height: 59px;
    margin-bottom: 66.85px;
  }

  h1.mg.page-titlel {
    margin-bottom: 66.85px;
    color: #FFF;
    text-align: center;
    font-family: Newtown [RUS by Daymarius];
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 59px;
    /* 168.571% */
    text-transform: uppercase;
  }

  .products .content .products_content {
    flex-direction: column;
    align-items: center;
  }

  .products .content .products_content .product_wrap {
    padding-left: 0;
    width: 100%;
    height: 192px;
  }

  .products .content .products_content .product_wrap .product_title {
    right: 0;
    bottom: -19.87px;
    max-width: 231px;
    padding: 9px 45px 9px 20px;
  }

  .products .content .products_content .product_wrap .product_title p {
    max-width: 215px;
    font-size: 11px;
  }

  .products .content .products_content .product_wrap:nth-child(1) img {
    position: relative;
    top: -21.85px;
   height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(1)::after {
    top: 25px;
    left: 13.24px;
    content: "";
    width: 17px;
    height: 19px;
  }

  .products .content .products_content .product_wrap:nth-child(1)::before {
    top: 41.7px;
    right: 63.55px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(2) img {
    height: 120%;
    width: auto;
  }

  .products .content .products_content .product_wrap:nth-child(2)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(2)::before {
    top: 66px;
    left: 35px;
    content: "";
    width: 35px;
    height: 39px;
  }

  .products .content .products_content .product_wrap:nth-child(3) img {
    height: 120%;
    width: auto;
    position: relative;
    top: 0;
  }

  .products .content .products_content .product_wrap:nth-child(3)::after {
    top: 38px;
    left: 19px;
    content: "";
    width: 31px;
    height: 35px;
  }

  .products .content .products_content .product_wrap:nth-child(4) img {
    position: relative;
    top: 0;
    height: 172px;
  }

  .products .content .products_content .product_wrap:nth-child(4)::after {
    display: none;
  }

  .products .content .products_content .product_wrap:nth-child(4)::before {
    top: 139px;
    left: 76.8px;
    content: "";
    width: 31px;
    height: 35px;
  }

  .jquery-modal .container {
    padding: 0 11px;
  }

  /* .jquery-modal .container . {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url(/wp-content/themes/acearmor/img/.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
  } */
  .jquery-modal .container .content {
    overflow: scroll;
    height: 100%;
    padding-top: 85px;
    padding-bottom: 80px;
  }

  .jquery-modal .container .product_wrap {
    width: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: scroll;
  }

  .jquery-modal .container .product_wrap .col__img {
    margin-right: 0;
  }

  .jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image {
    height: 400px;
    max-width: 403.425px;
    max-height: 445.891px;
    background-color: #1F2128;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .jquery-modal .container .product_wrap .col__img .woocommerce-product-gallery__image img {
    display: block;
    height: 65%;
  }

  .jquery-modal .container .product_wrap .col__img .img_nav {
    margin-top: 20px;
  }

  .jquery-modal .flex-control-nav li {
    width: 120px;
    height: 120px;
  }

  .jquery-modal .product_meta {
    position: absolute;
    top: 720px !important;
  }

  .jquery-modal .flex-control-nav li:not(:last-child) {
    margin-right: 21px;
  }

  .jquery-modal .container .product_wrap .col__dis {
    max-width: 100%;
    margin-top: 26px;
    padding: 0 11px;
  }

  .jquery-modal .container .product_wrap .col__dis .title {
    font-size: 29px;
    line-height: 43px;
  }

  .jquery-modal .container .product_wrap .col__dis .sub {
    font-size: 12px;
    line-height: 17px;
  }

  .jquery-modal .container .product_wrap .col__dis .art {
    font-size: 12px;
    line-height: 17px;
  }

  .jquery-modal .container .product_wrap .col__dis .custom_form {
    margin-top: 8px;
  }

  .jquery-modal .container .product_wrap .col__dis .price {
    font-size: 21px;
    line-height: 43px;
  }

  .jquery-modal .container .product_wrap .col__dis .button {
    width: 235px;
    height: 50px;
    margin-top: 20px;
    font-size: 13px;
  }

  .jquery-modal .container .product_wrap .col__dis .dis {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
}

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