@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100;400&display=swap");
body header#masthead {
  background: #fff;
  box-shadow: none;
  padding: 0;
}

.header-upper {
  padding: 0.74rem 0rem;
}

.social li a {
  color: #999999;
  font-size: 38px;
  display: inline-block;
  line-height: 40px;
}

.social ul {
  list-style: none;
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  gap: 5px;
  justify-content: center;
}

.social ul li {
  display: inline-block;
  padding: 0px 1px;
}

.header-right input[type=submit] {
  background: url(../images/search-icon.jpg) no-repeat;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  -webkit-appearance: none;
  text-indent: -9999px;
  box-shadow: none;
  text-shadow: none;
  border: 0;
  outline: 0;
}

.header-right input[type=text] {
  font-size: 14px;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #c2c2c2;
  outline: none;
  border-radius: 0;
  width: 100%;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

.header-right form {
  position: relative;
  margin: 0 15px;
}

.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-right-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu-wrapper {
  background: #fe252e;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-weight: lighter !important;
  letter-spacing: 1px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 5px 37px;
}

#menu-primary-menu .menu-item {
  position: relative;
}

#menu-primary-menu .menu-item:hover:before, #menu-primary-menu .menu-item:focus:before, .menu-item:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

#menu-primary-menu .menu-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004875;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#menu-primary-menu .menu-item {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

body #content.site-content {
  padding-bottom: 0;
  padding-top: 20px;
}

#menu-secondry-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

#menu-secondry-menu li {
  display: inline-block;
}

#menu-secondry-menu li:last-child a {
  border: none;
}

#menu-secondry-menu li a {
  transition: all 0.5s;
  border-right: 1px solid #666;
  line-height: 14px;
  color: #666666;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  padding: 0 10px;
}

button.choose-size, ul.products li a.button {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  color: #fff;
  line-height: 37px;
  text-transform: uppercase;
  background: #353535;
  padding: 5px;
  margin-top: 20px;
  border-style: none;
  min-width: 206px;
  font-weight: bold;
}

ul.products li a.button {
  text-align: center;
  width: 100%;
}

.variation-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.variation-inner {
  display: flex;
}

input.variation_input {
  height: 37px;
  text-align: center;
  max-width: 70px;
}

.variation-innerr label {
  margin-bottom: 0;
  font-size: 12px;
  min-width: 52px;
  text-transform: uppercase !important;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
}

.variation-innerr {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.custom_add_button {
  background: #fe252e;
  color: #fff;
  padding: 5px 5px;
  min-width: 206px;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  font-weight: bold;
  line-height: 37px;
}

.custom_add_button:hover {
  background: #00417f;
}

.upper-part .summary.entry-summary {
  position: relative;
}

.show .custom_add_button {
  display: inline-block;
}

.logged-in .custom_add_button {
  display: inline-block;
}

.logged-in .btn-default-100 {
  display: none;
}

article .entry-title {
  margin: 0;
  border: none;
  padding: 0;
}

.cart_modal .modal_content p {
  padding: 20px 0;
}

.cart_modal .modal-footer button {
  background: #fe252e;
  transition: all 0.4s;
  color: #fff;
}

.cart_modal .modal-footer button:hover {
  background: #00417f;
}

.holder-form select {
  height: 45px;
  border-radius: 0;
  border: 1px solid #000;
}

.holder-form input[type=file] {
  width: 100% !important;
  padding-left: 10px !important;
  padding-top: 9px !important;
}

.order h1 {
  color: #ff000c;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 62px;
  margin: 40px 0 30px;
}

.holder-form input {
  height: 45px;
  border-radius: 0;
  border: 1px solid #000;
}

.order-content .left-content > p {
  font-size: 18px;
  color: #242424;
  line-height: 30px;
  margin-bottom: 10px;
}

.order-content .left-content > p > a {
  color: #242424;
}

.order-content .left-content > p > a:hover {
  text-decoration: none;
}

.btn-wrap a {
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.5s ease;
  background: #ff000c;
  border: 2px solid #ff000c;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.btn-wrap a:hover {
  background: none;
  color: #ff000c;
  text-decoration: none;
}

.holder-form h2 {
  padding-left: 15px;
}

.holder-form .submit-btn input {
  min-width: 120px;
  font-size: 14px;
  border-radius: 10px;
  color: #fff;
  transition: all 0.5s ease;
  background: #ff000c;
  border: 2px solid #ff000c;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 10px;
}

.holder-form .submit-btn input:hover {
  background: none;
  color: #ff000c;
  text-decoration: none;
}

.holder-form input[type=radio] {
  height: auto;
  margin-right: 10px;
}

.btn-wrap p:first-child {
  margin-bottom: 5px;
  margin-left: 0px;
}

.btn-wrap {
  margin-top: 30px;
}

.right-content label {
  font-weight: 700;
}

p:empty {
  display: none;
}

span.wpcf7-form-control-wrap.checkbox-420 {
  display: inline-block;
}

span.wpcf7-form-control-wrap.checkbox-420 .form-control {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.btn-wrap a.blue-btn {
  background: #26427a;
  border: 2px solid #26427a;
}

.page-id-231914 .btn-wrap p:first-child {
  margin-left: 0px;
}

body hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  max-width: calc(100% - 30px);
  margin: 3rem auto;
}

.btn-wrap a.blue-btn:hover {
  background: none;
  border: 2px solid #1e3462;
  color: #1e3462;
}

html {
  scroll-behavior: smooth;
}

span.wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0 0 5px 0;
}

.holder-form .checkbox-420 input {
  margin-right: 10px;
  height: auto;
  transform: scale(1.3, 1.3);
}

/*div.wpcf7 .ajax-loader{display:none;}*/
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.order-inner {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.submit-btn.text-right {
  position: relative;
}

.arrow.slick-arrow {
  position: absolute;
  cursor: pointer;
  opacity: 0.8;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #ddd;
  z-index: 99999;
  font-size: 35px;
}

ul.slick-dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 10px;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
}

ul.slick-dots li {
  display: inline-block;
  margin-right: 5px;
}

ul.slick-dots li button {
  border: 1px solid #fff;
  background: none;
  font-size: 0;
  text-indent: -9999px;
  width: 10px;
  height: 12px;
  border-radius: 50%;
}

.left-arrow {
  left: 50px;
}

ul.slick-dots li.slick-active button {
  background: #fff;
}

.services .services-inner {
  margin-top: 30px;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.arrow.slick-arrow:hover {
  opacity: 1;
  color: #fff;
}

.right-arrow {
  right: 50px;
}

.box.bar img {
  min-height: 300px;
  max-height: 300px;
  width: 100%;
}

.box p {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 8px 0;
  transition: all 0.7s ease-in-out;
  background: rgba(254, 0, 11, 0.8);
  width: 150px;
  margin: 0 auto;
}

.box {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  text-align: center;
  transition: 0.5s;
  padding: 0 0;
  border: 2px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.5s;
  border-radius: 0px;
  margin-bottom: 10px;
  overflow: hidden;
}

.box::before, .box::after {
  width: 100%;
  height: 100%;
  z-index: 3;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.bar::before {
  border-bottom: 3px solid #fe000b;
  border-left: 3px solid #fe000b;
  -webkit-transform-origin: 100% 0%;
  border-radius: 0px;
}

.box:hover::after, .box:hover::before {
  -webkit-transform: scale(1);
}

.box:hover p {
  opacity: 1;
  width: 100%;
  top: 50%;
}

.box:hover {
  border: 2px solid rgba(0, 160, 80, 0);
  color: #f19d00;
}

.bar::after {
  border-top: 3px solid #fe000b;
  border-right: 3px solid #fe000b;
  -webkit-transform-origin: 0% 100%;
  border-radius: 0px;
}

body:not(.theme-preset-active) footer#colophon {
  color: #fff;
  margin: 50px 0 0 0;
  background-color: #aaa !important;
}

footer#colophon .site-info p {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  margin-bottom: 0;
}

.popular-items h1 {
  color: #ff000c;
  font-size: 38px;
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: bold;
  text-transform: capitalize;
  padding: 10px 0 20px 0;
}

.cat_img > a:last-child {
  display: none;
}

.cat_img {
  position: relative;
  overflow: hidden;
}

.cat_img h3 {
  text-align: center;
}

.product-inner:hover .overlay {
  left: 0;
}

.product-inner {
  background: #f7f7f7;
  padding: 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.overlay {
  position: absolute;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.74);
  opacity: 0.9;
  -webkit-transition: left 0.3s ease;
  -khtml-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.9s ease;
}

.btn-default-7 {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 0;
  color: #000;
  transition: all 0.5s ease-in-out;
  width: 150px;
}

.btn-default-100 {
  background: #ff000c;
  border-radius: 0;
  color: #fff;
  transition: all 0.5s ease-in-out;
  width: 150px;
}

.shop {
  text-align: center;
  margin: 0;
  background: #00417f;
  color: #fff;
  font-size: 28px;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  padding: 7px;
}

.product-category-inner {
  margin: 50px 0;
}

.home .product-category {
  display: none;
}

section.popular-items {
  margin-bottom: 50px;
}

.choose-label {
  font-family: "Work Sans", sans-serif;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px !important;
  color: #fff;
  text-transform: uppercase;
  background: #353535;
  padding: 5px;
}

.product-category-right .slides {
  display: flex;
}

.product-category-right .slide a {
  text-decoration: none;
  margin-bottom: 15px;
  background: #6F6F6F;
  color: white;
  display: block;
  padding: 10px;
  font: normal 15px "Open Sans", sans-serif;
  transition: all 0.3s;
}

.product-category-right .slide a:hover {
  background: #fe252e;
  text-decoration: none;
}

.single .upper-part {
  background: #f6f6f6;
  display: flex;
  margin-bottom: 20px;
}

.single .upper-part > div {
  float: none !important;
  padding: 0px;
}

.single .upper-part > div:first-child {
  width: 41.6666% !important;
  padding: 10px;
}

.single .upper-part > div:last-child {
  width: 58.3333% !important;
  padding: 10px 10px 10px 25px;
}

.single aside {
  display: none;
}

.woocommerce-Tabs-panel h2 {
  display: inline-block;
  background: #00417f;
  color: #fff;
  min-width: 180px;
  padding: 10px 15px;
  font-size: 20px;
  text-align: center;
}

.single .woocommerce-product-gallery .flex-control-thumbs {
  margin-top: 15px !important;
}

.single .product_title {
  font-family: "Work Sans", sans-serif;
  color: #464646;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 44px;
}

.single ul.products li.product .button {
  background: #00417f;
  color: #fff;
  min-width: 180px;
  padding: 10px 15px;
  font-size: 20px;
  text-align: center;
}

.single .woocommerce-product-gallery__trigger {
  display: none;
}

.single .woocommerce-tabs.wc-tabs-wrapper, .single .related {
  background: #f6f6f6;
  padding: 10px 20px;
}

.single .woocommerce-loop-product__title {
  min-height: 80px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: calc(25% - 10px);
  margin-right: 10px;
  border: 1px solid #ddd;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0;
}

h3.widget-title {
  margin: 0;
  background: #00417f;
  position: relative;
  color: #fff;
  font-size: 28px !important;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
}

h3.widget-title:after {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/me.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 14px;
}

#menu-sidebar-menu {
  padding: 0;
  list-style: none;
  background: #f7f7f7;
}

#menu-sidebar-menu li .sub-menu.flex-column {
  display: none;
}

#menu-sidebar-menu li a:hover {
  background: none;
  padding-left: 15px;
  color: #ff000c;
}

#menu-sidebar-menu li {
  position: relative;
}

#menu-sidebar-menu li a {
  color: #000;
  text-transform: uppercase;
  font: 700 18px "Work Sans", sans-serif;
  padding: 10px;
  display: block;
  transition: all 0.3s;
}

.archive.tax-product_cat .woocommerce-loop-product__link + a {
  display: none;
}

#menu-sidebar-menu li .sub-menu.flex-column.open {
  display: block;
  margin-left: 20px;
}

ul#menu-sidebar-menu li:after {
  content: "\f078";
  cursor: pointer;
  right: 10px;
  top: 6px;
  font-family: FontAwesome;
  position: absolute;
  font-size: 20px;
}

ul#menu-sidebar-menu li .sub-menu .sub-menu li:after {
  content: "";
}

.archive.tax-product_cat .product.type-product {
  position: relative;
}

.archive.tax-product_cat .product.type-product:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.woocommerce .col2-set {
  display: flex;
  padding: 50px 0;
}

.woocommerce .col2-set .col-2 {
  order: 1;
  flex: 0 0 58.3333%;
  max-width: 58.3333%;
}

.woocommerce .col2-set .col-1 {
  order: 2;
  flex: 0 0 41.6666%;
  max-width: 41.6666%;
}

.u-columns h2 {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  text-transform: uppercase;
  color: #00417f;
  margin: 0px 0 20px 0;
  font-weight: bold;
}

.woocommerce-account .my-account-header h1 {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a {
  text-transform: uppercase;
  transition: all 0.4s;
  padding-left: 15px;
  font: 700 18px "Work Sans", sans-serif;
  padding: 12px 0;
  display: block;
  color: #242424;
}

.woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link a:hover {
  text-decoration: none;
  padding-left: 5px;
  color: #ff000c;
}

.woocommerce-Button {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  padding: 6px 17px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.woocommerce-message::before, .woocommerce-info::before {
  display: none;
}

.woocommerce-message .woocommerce-Button {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
  line-height: 15px;
  font-size: 16px;
  padding: 10px;
}

.woocommerce-message .woocommerce-Button:hover, .woocommerce-message .woocommerce-Button:focus {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.woocommerce-info .woocommerce-Button {
  display: block;
  margin-bottom: 20px;
  max-width: 200px;
  line-height: 15px;
  font-size: 16px;
  padding: 10px;
}

.woocommerce-info .woocommerce-Button:hover, .woocommerce-info .woocommerce-Button:focus {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.description {
  background: #f6f6f6;
  padding: 15px;
}

.woocommerce-Button:hover, .woocommerce-Button:focus {
  background: none;
  color: #000;
  border: 1px solid #000;
}

.single .related {
  display: none;
}

.description h2 {
  display: inline-block;
  background: #00417f;
  color: #fff;
  min-width: 180px;
  padding: 10px 15px;
  font-size: 20px;
  text-align: center;
}

nav.woocommerce-MyAccount-navigation {
  background: #f7f6f7;
  padding: 40px 20px;
  height: calc(100vh - 171.86px);
}

.woocommerce-MyAccount-content p:nth-child(2) > a {
  display: none;
}

.edit-link .post-edit-link {
  display: none;
}

.u-columns.woocommerce-Addresses.col2-set.addresses {
  display: block;
}

.woocommerce-account .services {
  display: none;
}

.woocommerce-account .entry-content {
  margin: 0;
}

body.woocommerce-account #content.site-content {
  padding-top: 0px;
}

body:not(.theme-preset-active) footer#colophon {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
  padding: 48px 20px;
}

.menu-secondry {
  display: flex;
  margin-left: 10px;
}

.menu-secondry .menu-secondry-item a:hover {
  text-decoration: none;
}

.menu-secondry .menu-secondry-item a {
  transition: all 0.5s;
  border-right: 1px solid #666;
  line-height: 14px;
  color: #666666;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  padding: 0 10px;
}

.menu-secondry .menu-secondry-item:last-child a {
  border-right: none;
}

ul.tabs.wc-tabs {
  display: none;
}

.p-code {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 10px;
  color: #515151;
  transition: all 0.5s;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-transform: capitalize;
  margin: 0px;
  margin-right: 20px;
}

.product-category ul.products.columns-4 {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.archive.tax-product_cat .product.type-product {
  width: calc(33.333% - 20px) !important;
  position: relative;
  background: #f7f7f7;
  padding: 10px;
  overflow: hidden;
  float: none !important;
  margin-right: 30px !important;
  text-align: center;
}

.archive.tax-product_cat .product.type-product:nth-child(3n) {
  margin-right: 0 !important;
}

.archive.tax-product_cat .product.type-product:hover .overlay {
  left: 0;
}

.btn-default-100:hover {
  background: #c3050e;
  color: #fff;
}

.upper-part .product_meta {
  display: none;
}

.p-code-wrapper {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.signupfoprice a, .wc-proceed-to-checkout a, .woocommerce-cart .button.wc-forward {
  font-family: "Work Sans", sans-serif;
  color: #fff !important;
  background: #fe252e !important;
  border: 0;
  padding: 10px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  text-align: center;
}

.signupfoprice a:hover, .woocommerce-cart .button.wc-forward:hover, .actions button:hover, .woocommerce-checkout-payment button:hover, .woocommerce-checkout .checkout_coupon button:hover, .wc-proceed-to-checkout a:hover {
  text-decoration: none;
  background: #00417f !important;
}

.woocommerce-Price-amount.amount {
  color: #464646;
}

.product-inner .post-thumbnail {
  height: 300px;
  background: #fff;
  margin-bottom: 10px;
}

.woocommerce div.product form.cart .button:hover {
  background: #00417f;
}

.quantity .input-text {
  height: 47px;
  width: 70px !important;
}

.woocommerce-cart .quantity .input-text {
  height: 30px;
  width: 60px !important;
}

.woocommerce div.product form.cart .button {
  font-family: "Work Sans", sans-serif;
  color: #fff;
  background: #fe252e;
  border: 0;
  padding: 10px;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
  display: inline-block;
  text-align: center;
  min-width: 160px;
  height: 47px;
  ext-transform: uppercase;
}

.actions button, .woocommerce-checkout .checkout_coupon button, .woocommerce-checkout-payment button {
  font-family: "Work Sans", sans-serif;
  color: #fff !important;
  background: #fe252e !important;
  padding: 10px !important;
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.product-name a {
  color: #464646 !important;
}

.product-name a:hover, .woocommerce-info .showcoupon:hover {
  text-decoration: none;
}

.woocommerce-info .showcoupon {
  color: #fff;
}

.woocommerce-checkout .woocommerce-info {
  border: none;
  background: #fe252e !important;
  color: #fff !important;
}

.checkout-wrapper form {
  display: flex;
  flex-wrap: wrap;
}

.checkout-left {
  width: 65%;
  padding-right: 30px;
}

.checkout-right {
  width: 35%;
}

.place-order button {
  width: 100%;
  padding: 20px !important;
  text-transform: uppercase;
}

.product-checkout {
  padding-bottom: 50px;
}

.product-checkout h1.entry-title {
  font-size: 40px;
  text-align: center;
  text-transform: uppercase;
}

.product .product-inner {
  width: calc(25% - 22.5px);
  margin-right: 30px;
}

.product .product-inner:nth-child(4n) {
  margin-right: 0;
}

.product .product-inner h3 {
  margin: 0;
  font-weight: 400 !important;
  color: #000;
  font-size: 16px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.product .product-inner .price {
  display: block;
  width: 100%;
  text-align: center;
}

.archive.tax-product_cat .products .price {
  display: none !important;
}

p.signupfoprice {
  min-width: 160px;
}

.woocommerce ul.products {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  word-break: break-word;
  min-width: 12vw;
  row-gap: 50px;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .woocommerce ul.products {
    row-gap: 10px;
  }
}
.woocommerce ul.products.columns-4 li.product {
  width: calc(25% - 16px) !important;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  box-sizing: border-box;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .woocommerce ul.products li.product {
    justify-content: center;
    align-content: center;
  }
}
.woocommerce ul.products li.product .woocommerce-loop-product__link {
  display: block;
  text-decoration: none;
  position: relative;
  text-align: center;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 0.5rem 0 0.5rem;
  text-align: left;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
}
.woocommerce ul.products li.product ._product_item {
  margin: 0 auto;
}
.woocommerce div.product {
  margin-bottom: 20px !important;
}

.home ul.products li.product .woocommerce-loop-product__link {
  text-align: left !important;
}

.woocommerce-NoticeGroup-checkout {
  flex: 0 0 100%;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
.woocommerce-checkout #wc-stripe-cc-form .form-row {
  flex-direction: column;
}

#stripe-payment-data fieldset {
  border: none;
}

.variations td.label {
  padding-right: 0px !important;
}
.variations #pa_size {
  width: auto;
  min-width: auto;
}

.woocommerce-cart .woocommerce-shipping-totals.shipping {
  display: none;
}

.cart_totals .order-total {
  display: none;
}

.mt-20 {
  margin-top: 20px;
}

.contact-us-section h2 {
  padding: 0;
  font-family: "Work Sans", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #00417f;
  margin: 0px 0 20px 0;
  text-align: center;
  font-weight: bold;
}

.contact_form_title p {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  line-height: 25px;
  color: #0e0e0e;
}

.contact_form_title {
  padding-top: 20px;
  text-align: center;
  margin-bottom: 40px;
}

.submit input {
  background: #fe252e;
  color: #fff;
  border-radius: 0;
  border: none;
  outline: none !important;
  transition: all 0.5s ease-in-out;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  float: right;
}

.submit input:hover {
  background: #00417f;
  color: #fff;
}

.search-page-inner {
  margin: 50px 0;
}

/*.search-page-right{padding-left:50px !important;}*/
.search-page h1.page-title {
  margin-top: 0 !important;
}

.search-page .search-form {
  display: none;
}

.login_page header, .woocommerce-privacy-policy-text {
  display: none;
}

form.woocommerce-form.woocommerce-form-login.login {
  padding: 15px;
  background: #f1efef;
  border-radius: 10px;
  position: relative;
}

form.woocommerce-form.woocommerce-form-login.login label {
  display: block;
  font-weight: bold;
}

form.woocommerce-form.woocommerce-form-register.register label {
  display: block;
  font-weight: bold;
}

form.woocommerce-form.woocommerce-form-register.register {
  padding: 15px;
  background: #f1efef;
  border-radius: 10px;
}

.woo-pages h1 {
  font-family: "Work Sans", sans-serif;
  font-size: 34px;
  text-transform: uppercase;
  color: #00417f;
  margin: 0px 0 20px 0;
  text-align: center;
  font-weight: bold;
}

p.form-row {
  display: block;
}

form.woocommerce-form.woocommerce-form-login.login input[type=text], form.woocommerce-form.woocommerce-form-login.login input[type=password] {
  border: 1px #ccc solid !important;
  height: 40px;
  width: 100%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: none !important;
}

button.woocommerce-button.button.woocommerce-form-login__submit {
  font-weight: 400;
  color: #333;
  font-size: 16px;
  padding: 6px 17px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.register button.woocommerce-Button.btn.btn-primary {
  color: #333;
  font-size: 16px;
  padding: 6px 17px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #ccc;
}

p.lost_password {
  position: absolute;
  right: 20px;
  bottom: 27px;
  margin-bottom: 0;
}

p.lost_password a {
  color: #ff000c;
}

.box.woocommerce-form-login__rememberme {
  display: none !important;
}

.article-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.article-wrapper article {
  width: calc(25% - 16px) !important;
}
.article-wrapper article .entry-title {
  margin-top: 20px;
}
.article-wrapper article h2.entry-title {
  font-weight: 600 !important;
  color: #000;
  font-size: 15px;
  font-family: "Work Sans", sans-serif;
  overflow: hidden;
  margin-top: 15px;
}
.article-wrapper article h2.entry-title a {
  text-decoration: none;
}

.woocommerce ul.products li.product a img {
  max-height: 300px !important;
  display: inline-block;
  width: auto !important;
}

.g-recaptcha > div {
  width: 100% !important;
}

.woocommerce-form-register .form-row-first {
  width: 100% !important;
}

/*button.single_add_to_cart_button.button.alt {
  display: none !important;
}*/
.button.custom_add_to_cart_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

span.button.custom_add_to_cart_button.add_to_button_else {
  cursor: pointer;
}

.cart_modal {
  width: 400px;
  background: #FFF;
  text-align: center;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.cart_modal-bg {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.modal_content {
  position: relative;
  padding: 25px 0;
}

.modal_content p {
  margin: 0;
  color: #000;
  font-weight: 500;
}

.cart_modal_close {
  cursor: pointer;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  color: #464646;
  font-size: 24px;
  font-weight: bold;
}

.cart_modal .modal-header {
  padding: 1.5rem 1rem;
  position: relative;
}

.holder-form input::-webkit-input-placeholder {
  font-size: 13px;
}

.holder-form input::-moz-placeholder {
  font-size: 13px;
}

.holder-form input:-ms-input-placeholder {
  font-size: 13px;
}

.holder-form input:-moz-placeholder {
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.site-footer .nav-link {
  padding: 0.5rem 0;
}

@media (max-width: 1199px) {
  .navbar-brand img {
    max-width: 220px;
  }
  .social li a {
    font-size: 30px;
  }
  .menu-secondry .menu-secondry-item a {
    font-size: 13px;
  }
  .header-upper .header-left {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .header-upper .header-right {
    max-width: 75%;
    flex: 0 0 75%;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 15px 30px;
  }
  h3.widget-title {
    font-size: 18px !important;
  }
}
@media (max-width: 992px) {
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 20px;
    padding: 15px 12px;
  }
  .header-upper .header-left, .header-upper .header-right {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .header-left.logo {
    text-align: center;
    margin-bottom: 5px;
  }
  .product .product-inner {
    width: calc(33.3333% - 20px);
    margin-bottom: 30px;
  }
  .archive.tax-product_cat .product.type-product, .search-page article {
    width: calc(50% - 15px) !important;
  }
  .article-wrapper article:nth-child(3n) {
    margin-right: 30px !important;
  }
  .product .product-inner:nth-child(4n) {
    margin-right: 30px;
  }
  .product .product-inner:nth-child(3n) {
    margin-right: 0px;
  }
  .archive.tax-product_cat .product.type-product:nth-child(3n) {
    margin-right: 30px !important;
  }
  .archive.tax-product_cat .product.type-product:nth-child(2n), .article-wrapper article:nth-child(2n) {
    margin-right: 0px !important;
  }
  .popular-items .product {
    justify-content: center;
  }
  .single .product_title {
    font-size: 30px;
  }
  .variation-innerr {
    padding: 0;
  }
  .variation-innerr label {
    min-width: 30px;
  }
  .header-right {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  body hr {
    max-width: 100%;
  }
  .header-right-inner > div {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .header-right-inner > form {
    width: 100%;
    margin-bottom: 10px;
  }
  .header-right-inner {
    flex-wrap: wrap;
  }
  .social ul {
    display: block;
  }
  .menu-secondry {
    margin-left: 0;
    justify-content: center;
    margin-top: 10px;
  }
  .menu-secondry .menu-secondry-item a {
    font-size: 16px;
  }
  header.navbar-light .navbar-toggler-icon {
    background-image: url("../images/Hamburger.png");
  }
  header.navbar-light .navbar-toggler {
    padding: 15px 0;
  }
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    padding: 10px 0;
  }
  .other-services-inner .other-services-innerr {
    margin-bottom: 30px;
  }
  .other-services .other-services-inner {
    justify-content: center;
  }
  .product .product-inner:nth-child(3n) {
    margin-right: 30px;
  }
  .product .product-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .product .product-inner {
    width: calc(50% - 15px);
  }
  .single .upper-part > div:first-child {
    width: 100% !important;
    margin: 0 !important;
  }
  .single .upper-part > div:last-child {
    width: 100% !important;
    margin: 0 !important;
  }
  .single .upper-part {
    display: block;
  }
  .single .product_title {
    font-size: 20px;
  }
  .product-category-right .slides .slide {
    padding-left: 0;
  }
  .product-category-inner > div {
    display: block;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0 !important;
  }
  .product-category-inner > div:first-child {
    margin-bottom: 20px;
  }
  .product-category-inner {
    margin: 20px 0;
  }
  .product-category {
    display: block;
  }
  .product-category > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .search-page-inner {
    display: block !important;
  }
  .search-page-inner > div, .search-page-inner > section {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .search-page-inner {
    margin: 20px 0;
  }
  .woocommerce #customer_login.col2-set > div {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .woocommerce #customer_login.col2-set {
    display: block;
    padding: 20px 0;
  }
  .u-columns h2 {
    text-align: center;
  }
  .checkout-wrapper form {
    display: block;
  }
  .checkout-left {
    width: 100%;
    padding-right: 0;
  }
  .checkout-right {
    width: 100%;
  }
  .checkout-left .col-12 {
    padding: 0;
  }
  .order-content > .left-content {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .order-content > .right-content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
  .btn-wrap p:first-child {
    margin-left: 0px;
  }
  .btn-wrap {
    text-align: center;
  }
  .order h1 {
    font-size: 40px;
    margin: 20px 0 10px;
  }
  .holder-form .col-sm-12 {
    padding: 0;
  }
  .col-sm-12.submit-btn.text-right {
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .product .product-inner:nth-child(3n) {
    margin-right: 0px;
  }
  .product .product-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .product .product-inner {
    width: 100%;
    margin-right: 0px;
  }
  .arrow.slick-arrow {
    font-size: 20px;
  }
  .right-arrow {
    right: 20px;
  }
  .left-arrow {
    left: 20px;
  }
  .popular-items h1 {
    font-size: 28px;
  }
  .product-category .product-category-right {
    padding: 0 !important;
  }
  .variation-innerr {
    max-width: 50%;
  }
  .product-category-right .slides .slide {
    padding: 0;
  }
  .archive.tax-product_cat .product.type-product {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .archive.tax-product_cat .product.type-product:nth-child(3n) {
    margin-right: 0px !important;
  }
  .archive.tax-product_cat .product.type-product:nth-child(2n) {
    margin-right: 0px !important;
  }
  .search-page article {
    width: 100% !important;
    margin-right: 0px !important;
  }
  .article-wrapper article:nth-child(3n) {
    margin-right: 0px !important;
  }
  .article-wrapper article:nth-child(2n) {
    margin-right: 0px !important;
  }
  .search-page h1.page-title {
    font-size: 16px !important;
  }
  .order h1 {
    font-size: 25px;
    margin: 10px 0 10px;
  }
  .order-content > .left-content {
    text-align: center;
  }
  .holder-form h2 {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .single .product_title {
    font-size: 20px;
  }
  .p-code-wrapper {
    display: block;
  }
  .p-code {
    margin: 0px 0 20px 0 !important;
  }
  .cart_modal {
    width: 300px;
  }
  .cart_modal_close {
    font-size: 22px;
  }
  .holder-form .submit-btn input {
    width: 100%;
  }
}