.borderRed {
  border: solid 1px red;
}

.justify-center {
  display: flex;
  justify-content: center;
}

.alignCenter {
  display: flex;
  align-items: center;
}

.padding50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.margin50 {
  margin-top: 50px;
}

.topHolder,
.mainNavHolder {
  background: #D12132;
}

.site-content {
  min-height: 600px;
}

.logoTop {
  max-height: 100px;
}
.logoTop img {
  max-height: 100px;
}

.loginReg {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: right;
  overflow: hidden;
  white-space: nowrap; /* Don't forget this one */
  text-overflow: ellipsis;
}
.loginReg a {
  color: #fff;
  text-decoration: none;
}
.loginReg .imgReg {
  width: 20px;
  margin-right: 10px;
}

.langCnt {
  display: flex;
  justify-content: right;
  align-items: center;
}
.langCnt select {
  height: 70%;
  border-radius: 5px;
}
.langCnt select :focus-visible {
  border: 0;
}

.topNav {
  height: 50px;
  display: flex;
  align-items: center;
  background: #D12132;
}
.topNav .menu-toptop-container {
  display: flex;
  align-items: center;
}
.topNav #menu-toptop {
  display: flex;
  align-items: center;
}
.topNav #menu-toptop ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0 !important;
  padding-left: 0;
}
.topNav #menu-toptop li {
  display: inline;
  color: #fff;
}
.topNav #menu-toptop li a {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.topNav #menu-toptop li a:hover {
  color: #ffb6bd;
}

.mainNavHolder {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.mainNavHolder ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.mainNavHolder ul li a:hover {
  color: #ffb6bd;
}

.loginLeft {
  padding: 20px;
  background: #D12132;
  color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}
.loginLeft h2 {
  color: #fff;
}
.loginLeft input {
  border-radius: 20px;
}
.loginLeft button[type=submit] {
  border-radius: 20px;
  margin-top: 20px;
}
.loginLeft .lost_password a {
  color: #fff;
}

.loginRight {
  padding: 20px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.loginRight input {
  border-radius: 20px;
}
.loginRight button[type=submit] {
  border-radius: 20px;
  margin-top: 20px;
}
.loginRight .lost_password a {
  color: #fff;
}

.woocommerce-message, .woocommerce-error {
  max-width: 1320px;
  margin: auto;
}

.entry-header h1 {
  border-bottom: solid 1px #D12132;
  margin-bottom: 30px;
}

.main-navigation ul.menu ul.sub-menu,
.main-navigation ul.nav-menu ul.children {
  min-width: 240px;
  overflow: hidden;
}

ul.sub-menu {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 30px 10px;
  background-color: #fff !important;
}
ul.sub-menu li.focus {
  color: #D12132;
}
ul.sub-menu li.current-menu-item {
  color: #ffb6bd;
}
ul.sub-menu li.current-menu-item a {
  color: #ffb6bd;
}

.main-navigation ul.menu ul li a,
.main-navigation ul.nav-menu ul li a {
  padding: 10px 0 10px 10px;
}

.main-navigation ul.nav-menu ul li.focus {
  background: #ccc;
}

.main-navigation ul.nav-menu ul li :hover {
  background: #ccc;
}

.sub-menu ul li ul li:hover {
  background: #444;
}
.sub-menu ul li ul li a {
  color: red;
}

.menu-item-object-custom li {
  overflow: hidden;
}
.menu-item-object-custom li:hover {
  background: #ccc;
}

.additional_information_tab {
  color: #D12132;
}

.site-header ul.menu li.current-menu-item > a {
  color: #ffb6bd;
}

bdi {
  color: #D12132;
}

.mainBanner {
  width: 100%;
  max-width: 100%;
}
.mainBanner img {
  width: 100%;
  max-width: 100%;
}
.mainBanner .slick-arrow {
  display: none !important;
}

.site-footer {
  background: #D12132;
  display: flex;
  justify-content: center;
}
.site-footer a:not(.button):not(.components-button) {
  color: #fff;
}
.site-footer a:not(.button):not(.components-button):hover {
  color: #ffb6bd;
}
.site-footer ul li {
  display: inline;
}
.site-footer ul li a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
}
.site-footer ul li a:hover {
  color: #ffb6bd;
}

.footerSocial {
  display: flex;
  margin-top: 50px;
}
.footerSocial .footerSocialImg {
  margin-left: 10px;
  margin-right: 10px;
}

.homeCategories {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 50px;
}

.mainHome {
  margin-top: 50px;
  margin-bottom: 50px;
}

.cntItem {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px 10px 30px 10px;
  min-height: 500px;
  text-align: center;
  position: relative;
}
.cntItem .title {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: auto;
}
.cntItem .title a {
  text-decoration: none;
  color: #000;
}
.cntItem .titleTwo {
  font-size: 20px;
  font-weight: bold;
  color: #D12132;
}
.cntItem a {
  position: relative;
}
.cntItem a img {
  max-width: 100%;
  margin: auto;
  position: relative;
}

.cntBrowse {
  position: relative;
  z-index: 1;
}
.cntBrowse::before {
  content: "";
  width: 100px;
  height: 100px;
  background: #D12132;
  display: block;
  left: -10px;
  top: -10px;
  position: absolute;
  z-index: -1 !important;
  border-radius: 0 0 0 0;
}

.woocommerce-MyAccount-navigation a {
  color: #D12132;
}

.woocommerce-MyAccount-content a {
  color: #D12132;
}

.product-bni {
  font-size: 20px;
}
.product-bni h2 {
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 60px;
  text-align: center;
}
.product-bni a {
  text-decoration: none;
  font-size: 20px;
}
.product-bni a .photo {
  text-align: center;
  margin: auto;
  min-height: 330px;
}
.product-bni a .photo img {
  margin: auto;
}
.product-bni a .title {
  text-align: center;
  text-decoration: none;
}
.product-bni a .title h2 {
  text-align: center;
  text-decoration: none !important;
}
.product-bni a .price {
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  color: #D12132;
}
.product-bni .addCart {
  text-align: center;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.product-bni .addCart .add_to_cart_button {
  padding: 10px 20px;
  color: #000;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.product-bni .addCart .add_to_cart_button:hover {
  background: #d5d5d5;
  border: none;
}

.featuredItem {
  padding: 50px;
}
.featuredItem a img {
  max-height: 305px;
}

.modal-content input {
  border-radius: 0;
}
.modal-content label {
  color: #D12132;
}
.modal-content select {
  margin-right: 0;
  margin-bottom: 0;
  display: block;
  /*border: 1px dashed gray;*/
}
.modal-content .constructor__fields--item label[data-required=true] {
  color: #D12132;
}
.modal-content .form-control {
  border-radius: 0;
}
.modal-content .alert {
  border-radius: 0;
}
.modal-content .modal-title {
  text-align: center;
}
.modal-content button {
  color: #fff;
}
.modal-content .constructor__fields--save-proof {
  background: #D12132;
  opacity: 1;
  margin: auto;
  margin-bottom: 30px;
}
.modal-content .alert-info {
  padding: 0;
  background: none;
  border: 0;
  border-bottom: solid 3px #055160;
}
.modal-content .alert-danger {
  padding: 0;
  background: none;
  border: 0;
  border-bottom: solid 3px #D12132;
  margin-top: 24px;
}
.modal-content .constructor__canvas_card {
  border: 1px dashed gray;
  margin-bottom: 24px;
}
.modal-content select {
  position: relative;
  z-index: 0;
  background: none;
}
.modal-content .constructor__canvas_backgrounds {
  position: relative;
}
.modal-content .constructor__canvas_backgrounds::after {
  width: 8px;
  height: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #D12132;
  position: absolute;
  top: 58px;
  right: 10px;
  content: " ";
  z-index: 98;
}

.priceTxt {
  margin-top: 20px;
}

.single-product div.product p.price {
  margin-top: 0;
  font-weight: bold;
}

.customization .customization_step:nth-child(1) {
  margin-top: 20px;
}
.customization .customization_step:nth-child(2) {
  margin-top: 50px;
}

.add_to_cart_button {
  border: solid 1px #D12132;
  border-radius: 20px;
  background: none;
}

.forminator-button, .forminator-button-submit {
  border-radius: 50px !important;
  border: solid 1px #D12132 !important;
  background: none !important;
  padding: 10px !important;
  color: #000 !important;
}

.contact .big {
  font-size: 20px;
  font-weight: bold;
}

.site-header {
  padding-top: 20px;
}

.content-area {
  width: 100% !important;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
  background-color: #D12132;
}

.woocommerce-active .site-header .site-search {
  width: 100%;
}

button.menu-toggle {
  background-color: #D12132;
}

ul, ol {
  margin-bottom: 0 !important;
  padding-left: 0;
  margin: 0;
}

.woocommerce-active .site-header .site-header-cart {
  width: 100%;
}

.site-header-cart .cart-contents {
  padding: 0;
}

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}

.main-navigation ul.menu, .main-navigation ul.nav-menu {
  margin-left: 0;
}

.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a {
  color: #444;
  width: inherit;
}

.single-product div.product .woocommerce-product-gallery {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  display: block;
}

.single-product div.product .woocommerce-product-gallery img {
  border: 1px solid lightgrey;
  /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

ul.products,
.wc-block-grid__products {
  display: flex;
}

.wc-tabs li a {
  color: #D12132;
}

@media (max-width: 992px) {
  .cntItem {
    margin-bottom: 50px;
  }
  .topNav {
    justify-content: center;
  }
  .loginReg {
    justify-content: center;
  }
  .langCnt {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .langCnt select {
    height: 50px;
  }
  .mainNavHolder {
    display: block;
    height: auto;
  }
  #site-navigation-menu-toggle {
    background: none;
    color: #fff;
    border: none;
  }
  #site-navigation-menu-toggle::after {
    background: #fff;
  }
  #site-navigation-menu-toggle::before {
    background: #fff;
  }
  #site-navigation-menu-toggle span::before {
    background: #fff;
  }
  #site-navigation-menu-toggle:hover {
    background: none;
  }
  ul.sub-menu {
    background: rgba(255, 255, 255, 0.9);
    background: none !important;
    color: #fff;
    box-shadow: none;
    border-radius: 10px 10px 30px 10px;
  }
  ul.sub-menu li.current-menu-item {
    color: #fff;
  }
  ul.sub-menu li.current-menu-item a {
    color: #fff;
  }
  ul.sub-menu a {
    color: #fff;
  }
  .main-navigation ul.menu ul li a,
  .main-navigation ul.nav-menu ul li a {
    color: #fff;
    width: inherit;
  }
  .site-header ul.menu li.current-menu-item > a {
    color: #fff;
  }
  .mainNavHolder ul li {
    font-weight: bold;
  }
  .mainNavHolder ul li a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    margin-right: 20px;
    transition: all 0.3s ease-in-out;
  }
  .mainNavHolder ul li a:hover {
    color: #ffb6bd;
  }
  .mainNavHolder ul li li {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  .mainNavHolder ul li li a {
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
  }
  .home.blog .site-header,
  .home.page:not(.page-template-template-homepage) .site-header,
  .home.post-type-archive-product .site-header {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .site-search {
    display: block;
  }
  .site-header-cart .cart-contents {
    display: block;
    font-size: 25px;
  }
  .site-header-cart .cart-contents::after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f291";
    height: 1em;
    float: right;
    line-height: 1.618;
  }
}/*# sourceMappingURL=custom.css.map */