*{
    font-family: 'Readex Pro', sans-serif;
  }
  ::-moz-selection { /* Code for Firefox */
      color: #fff;
      background: #fc5c5c;
    }
    
    ::selection {
      color: #fff;
      background: #fc5c5c;
    }
  #preload{
      position: fixed;
      width: 100vw;
      height: 100vh;
      background:#fff;
      z-index:9999; 
      display: flex;
      align-items: center;
      justify-content: center;
      transition:all .5s ease;
  }
  .loader {
      border-radius: 50%;
      border-bottom: none;
      border-right: none;
      border-left: none;
      border-top: 16px solid #ff0000;
      width: 20vh;
      height: 20vh;
      -webkit-animation: spin 2s linear infinite;
      animation: spin 2s linear infinite;
  }
    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }
    
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
  @media (min-width: 1600px){
      .container-header {
          max-width: 1520px;
      }
  }
  @media (min-width: 1800px){
      .container-header {
          max-width: 1720px;
      }
  }
  ::-webkit-scrollbar {
      width: 20px;
      background-color:#191a1e;
      box-shadow: 0 1px 3px rgba(58, 58, 58, 0.12), 0 1px 2px rgb(27, 27, 27 / 24%); 
    }
    
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: rgb(202, 0, 0); 
      margin:1px solid #191a1e;
  }
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: rgb(145, 0, 0); 
      margin:1px solid #191a1e;
    }
  .flex-block{
      display: flex;
  }
  .inline-flex-block{
      display: inline-flex;
      overflow: hidden;
      align-items: center;
      justify-content: center;
  }
  .centered-flex{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
  }
  .centered-left-flex{
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      height:100%;
  }
  .text-centered{
      text-align: center;
  }
  .pre-footer{
      background-color:#191a1e;
      margin-bottom:0!important;
  }
  .d1{
      font-size:30px;
  }
  .h1{
      font-size:50px;
  }
  .hd-2{
      font-size:50px;
      margin:10px;
      color:#ff0000;
  }
  a:hover{
      text-decoration: none;
      color:#a70000;
  }
  
  .btn-primary{
      text-decoration: none;
      color:#ed1c24;
      background-color:transparent;
      border: none;
      transition:all 1s ease;
      font-weight: 600;
  }
  .btn-primary:hover{
      background-color:transparent;
      text-decoration: underline;
      color:#ed1c24;
  }
  .btn-primary::after{
      font-family: 'FONT AWESOME 5 PRO';
      content: "\f054";
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      margin-left: 10px;
      margin-top: -1px;
  }
  .btn-primary-reversed{
      text-decoration: none;
      color:#ed1c24;
      background-color:transparent;
      border: none;
      transition:all 1s ease;
      font-weight: 600;
  }
  .btn-primary-reversed:hover{
      background-color:transparent;
      text-decoration: underline;
      color:#ed1c24;
  }
  .btn-primary-reversed::before{
      font-family: 'FONT AWESOME 5 PRO';
      content: "\f053";
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      margin-right: 10px;
      margin-top: -1px;
  }
  .btn-secondary{
      margin:5px;
  }
  .btn-round{
      background-color:#ed1c24;
      color:#ffffff;
      font-weight: 600;
      border-radius: 20px;
  }
  .btn-round:hover{
      color:#2b2828;
  }
  .btn-round::after{
      font-family: 'FONT AWESOME 5 PRO';
      content: "\f054";
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      margin-left: 10px;
      margin-top: -1px;
  }
  
  @media (min-width: 1600px){
      .container-header {
          max-width: 1520px;
      }
  }
  @media (min-width: 1800px){
      .container-header {
          max-width: 1720px;
      }
  }
  .top-view-control{
      padding:10px;
      border-bottom:1px solid #eceef1;
  }
  .top-view-control .col{
      display: flex;
      justify-content: space-between;
  }
  .top-view-control a{
      margin:5px;
      color:#878a98;
      text-decoration: none;
  }
  .top-view-control a:hover{
      text-decoration: underline;
  }
  #nav{
      padding:20px;
      box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
  }
  #nav .social-list{
      margin:0;
      flex-direction: row;
  }
  #nav .social-list a{
      color:#191c24;
  }
  #nav form{
      margin:0;
      display: flex;
      flex-direction: row;
  }
  #nav .nav-end-flex{
      display: flex;
  }
  #nav .form-control{
      border:none;
  }
  .navbar-logo{
      height:68px;
  }
  .navbar-brand{
      margin-right: 3rem;
  }
  .nav-link{
      text-decoration: none;
      font-weight: 600;
      color:#191c24;
      font-size:16px;
  }
  .nav-link:hover{
      color:#191c24;
      text-decoration: underline;
  }
  .nav-link:focus{
      color:#191c24;
      text-decoration: underline;
  }
  .nav-link.active{
      color:#ff0000;
  }
  .nav-item{
      margin-left: 12px;
      margin-right: 12px;
      display: flex;
      align-items: center;
  }
  
  .elementor-widget-wrap:has(#CarouselMain){
    padding: 0!important;
  }
  .elementor-widget-wrap{
    padding: 0!important;
  }
  .elementor-widget:not(:last-child) {
    margin-bottom: 0!important;
}
  #CarouselMain{
      height: 75vh;
  }
  #CarouselMain .carousel-indicators [data-bs-target]{
      text-indent: 0px;
      width:auto;
      height:auto;
      background-color: transparent;
      opacity:1;
      transition: all 1s ease;
  }
  #CarouselMain .carousel-indicators .active > div{
      background-color: #fff;
  }
  #CarouselMain .carousel-indicators [data-bs-target]>div{
      padding:10px;
      border-radius: 10px;
  }
  #CarouselMain .carousel-indicators [data-bs-target] img{
      height:100%;
      max-width: 200px!important;
  }
  .carousel-indic-image{
      width:90px;
      height:90px;
      border-radius:10px;
  }
  .carousel-indic-text{
      transition: all 1s ease;
      width:0px;
      overflow:hidden;
      color:transparent;
      max-height:90px;
  }
  .carousel-indic-text p{
      text-indent: 0;
      margin:0;
      padding:0;
  }
  #CarouselMain .active .carousel-indic-text{
      width:100px;
      color:black;
  }
  #CarouselMain .carousel-indicators{
      justify-content: start;
  }
  #CarouselMain i{
      padding: 18px 24px;
      background-color: #fff;
      border-radius: 50%;
      font-size: 25px;
      color:#ff0000;
  }
  #CarouselMain .carousel-inner{
      height:100%;
  }
  #CarouselMain .carousel-item{
      height:100%;
      width:100%;
      background-size: cover;
      background-position: center right;
  }
  #CarouselMain .carousel-inner-content{
      background-color:transparent;
      display: flex;
      align-items: flex-start;
      height: 100%;
      justify-content: center;
      flex-direction: column;
      padding: 175px;
  }
  .flaged-header{
      font-size: 25px;
      font-weight: 600;
      color:#ffffff;
  }
  .flaged-header::before{
      content: " ";
      position: absolute;
      margin-left: -15px;
      margin-top: -27px;
      height: 50px;
      width: 7px;
      background: linear-gradient(180deg, rgba(255,0,0,1) 0%, rgba(255,0,0,1) 33%, rgba(245,239,88,1) 33%, rgba(245,239,88,1) 66%, rgba(0,52,255,1) 66%, rgba(0,52,255,1) 100%);
  }
  .header1{
      font-size: 25px;
      font-weight: 600;
      color:#ffffff;
  }
  .header2{
      font-size: 25px;
      font-weight: 600;
      color:#ff0000;
      text-align: center;
      border-bottom: 2px solid #ff0000;
      padding: 10px;
  }
  #CarouselMain .carousel-inner-content .main-content{
      font-size:2rem;
      font-weight: 600;
      color:#ffffff;
      margin-top:10px;
      margin-bottom:10px;
      max-width: 50%;
  }
  #CarouselMain .carousel-inner-content .btn-round{
      font-size:25px;
  }
  .style-container-1{
      padding:40px;
  }
  .style-container-1 h4{
      color:#ff0000;
  }
  .style-container-1 h2{
      margin-right:-200px;
      z-index:1;
      font-weight: bold;
  }
  .w-75{
      width:75%;
  }
  .w-50{
      width:50%;
  }
  .style-container-2{
      background-color:#f5f6f8;
  }
  .style-container-2 .wrapper{
      background-color: #efefef;
      width:90%;
      margin: auto;
      padding:10% 10% ;
  }
  .style-container-2 .wrapper2{
      background-color: #1f2025;
      color:white;
  }
  .style-container-2 > .container > .row{
      align-items: center;
  }
  .style-container-3{
      background-color:#f5f6f8;
  }
  .style-container-3 .col-md-6:last-child{
      background-color: #ffffff;
  }
  .style-container-3 .col-md-6{
      padding:10px 25px;
  }
  .indic-header{
      color:#e0e1e4!important;
      font-size:19px;
      margin-top:10px;
  }
  .background-center{
      background-size: cover!important;
      background-position: center!important;
  }
  
  
  .pre-footer-index .col-md-4{
      min-height:400px;
      width: 30%;
      margin: 1.6%;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .pre-footer .container{
      border-bottom:5px solid #25262b;
      border-radius:1px;
  }
  
  footer{
      background-color:#191a1e;
      padding:20px;
  }
  footer a{
      text-decoration: none;
      color:#ffffff;
  
  }
  footer a:hover{
      color:#ff0000!important;
  }
  
  footer .footer-link > div{
      display: flex;
      padding:40px 5px;
      flex-direction: column;
  }
  footer .footer-social > div{
      display: flex;
      align-items: flex-end;
  }
  
  .social-list{
      list-style: none;
      padding-left:0;
  }
  .social-list > li{
      margin:5px;
  }
  .bg-center{
      background-position: center!important;
      background-size: cover!important;
  }
  .page-header{
      background-size: cover!important;
      background-position: center!important;
      height:50vh;
      display: flex;
      align-content: center;
      justify-content: center;
  }
  .page-header .inner{
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      height:100%;
  }
  .page-header .inner h4{
      font-size:40px;
      font-weight: 600;
  }
  .bg-gray{
      background-color:#f5f6f8;
  }
  .white-card {
      background-color: #fff;
      padding: 60px;
      margin: 10px auto;
  }
  .white-card .title{
      font-weight: 800;
      font-size: 22px;
  }
  .white-card p{
      font-weight: 600;
      font-size: 17px;
  }
  .f-gray{
      color:#f5f6f8;
  }
  .f-red{
      color:#ff0000;
  }
  .custom-form{
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  .custom-form input , textarea{
      width:70%;
      margin:10px;
      border:none;
      padding:5px;
      border-bottom:2px solid #a7a7a7;
      border-radius: 2px;
  }
  .custom-form input:focus-visible , textarea:focus-visible{
      outline: none;
      border-bottom: 2px solid #000;
  }
  .custom-form input[type="submit"]{
      width:fit-content;
      border: none;
      padding:20px 40px;
      border-radius: 45px;
      font-size:20px;
  }
  .list-of-links{
      display: flex;
      flex-direction: row;
      justify-content: center;
      flex-wrap: wrap;
  }
  
  .border-card{
      padding:25px;
      border:1px solid #d3d3d3;
      background-color: #ffffff;
      margin:5px;
      align-items: center;
  }
  .border-card p:first-child{
      font-weight: 600;
      font-size:18px;
      color:#a5a5a5;
  }
  .prod-display-box{
      display: flex;
      flex-wrap: wrap;
      align-items: stretch;
  }
  .prod-display-box > div{
      width: 30%;
      padding: 50px;
      margin: 5px;
      border: 1px solid #d3d3d3;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex-wrap: wrap;
      justify-content: space-between;
  }
  .prod-display-box > div img{
      width:100%;
  }
  .prod-display-box >div p{
      margin:1rem 0;
  }
  .prod-display-box >div p:first-of-type{
      font-weight: 600;
      font-size:24px;
      margin:1rem;
      color:#a5a5a5;
  }
  
  #product-list-js{
      list-style: none;
      padding:10px;
  }
  #product-list-js li{
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      margin-bottom: 5px;
  }
  #product-list-js img{
      max-width: fit-content!important;
      width:auto!important;
      height:100%;
  }
  #product-list-js div{
      display: inline-block;
      width:33%;
      height:100px;
      overflow: hidden;
      display: flex;
      justify-content: flex-start;
  }
  #product-list-js a{
      display: inline-block;
      width:33%;
  }
  #product-list-js p{
      margin:0;
      text-align: center;
      display: inline-block;
      width:33%;
  }.top-view-control {
      padding: 0!important;
      border-bottom: none!important;
  }
  .form-style-1 {
      color:#ffffff;
      padding:10px;
      background-color:#363636;
      border-radius:15px;
      margin-top:30px;
  }
  .form-style-1 .btn{
      margin-top:15px;
  }
  .form-style-1 textarea{
      margin:0;
  }
  .wrap2-1{
      width:300px;
      height:150px;
  }
  .wrap1-1{
      width:150px;
      height:150px;
  }
  
  .white-card-row{
      display: flex;
      flex-direction: row;
      align-items: stretch;
      justify-content: space-around;
      flex-wrap: wrap;
  }
  
  .white-card-row .card{
      width:30%;
      border:none;
  }
  .white-card-row .card h5{
      margin:40px 0!important;
  }
  .white-card-row .card .btn{
  width: fit-content;
  }
  img{
      max-width: initial;
  }
  .wp-block-eedee-block-gutenslider.content-change{
      height: fit-content!important;
  }
  #CarouselMain .slider_content p:first-child{
      font-size:2rem;
      font-weight: 600;
  }
  
  #CarouselMain .slider_content a{
      background-color:#ed1c24;
      padding: 0.5rem 0.75rem;
      color:#ffffff;
      font-weight: 600;
      border-radius: 20px;
      font-size:1.5rem;
      text-decoration: none;
  }
  #CarouselMain .slider_content a:hover{
      color:#2b2828;
  }
  #CarouselMain .slider_content a::after{
      font-family: 'FONT AWESOME 5 PRO';
      content: "\f054";
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      margin-left: 10px;
      margin-top: -1px;
  }
  
  .btn:active{
      background:transparent!important;
      color:red;
      font-weight: bold;
  }
  .btn:focus{
      background:transparent!important;
      color:red;
      font-weight: bold;
      text-decoration: underline;
      box-shadow: none;
  }
  .form-control:focus{
      box-shadow: 0 4px 2px -2px gray;
  }
  
  .product-container{
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: space-between;
      align-items: stretch;
      justify-content: flex-start;
      margin:20px auto;
  }
  .product-showcase-container .product-container{
      border-left:2px solid #ff0000;
  }
  .product-container .product-wrapper{
      box-shadow: 0 1px 5px -1px rgb(0 0 0 / 13%);
      width: 24%;
      margin: 2px 2px;
      background-color: #ffffff;
      padding: 15px;
      border-radius: 10px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start;
  }
  .product-container .product-img-wrapper{
      height: 200px;
      width: 100%;
      display: flex;
      overflow: hidden;
      justify-content: center;
      align-items: center;
      margin-bottom:20px;
  }
  .product-container .product-img-wrapper img{
      width: auto!important;
      height: 100%;
      max-width: initial;
  }
  .product-container div{
      width:100%;
  }
  .product-container .btn{
      width:100%;
  }
  .product-container .product-tag{
      font-size: 10px;
      padding:3px 6px;
      background-color:#b1b1b1;
      color:#ffffff;
      font-weight: 600;
      border-radius: 20px;
  }
  .product-name{
      font-weight: 600;
      text-align: center;
  }
  .product-empty-error{
      font-weight: 600;
      color:#ff0000;
      text-align: center;
      display:none;
  }
  .product-filter .btn-secondary{
      font-size: 1rem;
      width: 100%;
  }
  .product-showcase-container h4{
      font-size:24px;
      font-weight: 600;
      padding:20px;
      display: inline-block;
      width: auto;
  }
  .product-showcase-container .btn-primary{
      display: inline-block;
      width: auto;
  }
  .product-showcase-container .title-row{
      display: flex;
      align-items: center;
      justify-content: space-between; 
      margin-top: 40px;
  }
  
  
  .carousel-produse .carousel-control-next,.carousel-produse .carousel-control-prev{
      color:red;
      font-weight: 600;
      font-size: 46px;
      width: fit-content;
      
  }
  .produse-description p,.produse-description li{
      font-weight: 600;
  }
  .produse-description .title{
      font-size:20px;
      font-weight: bold;
  }
  .produse-conexe h4{
      font-weight: 600;
      color: #ff0000;
      text-align: center;
      border-bottom: 2px solid #ff0000;
      margin: 20px 10px;
      padding: 10px 0;
  }
  .product-page-container .product-wrapper{
      width: 19%;
  }
  .search-result .blog-post-title a{
      text-decoration: none;
      color:#ff0000;
  }
  .search-result .read-more{
      text-decoration: none;
      color:#ff0000;
  }
  .search-result .page-link{
      color:#ff0000;
  }
  .search-result .page-link:hover{
      color:#810202;
  }

.filter-checkboxes-product{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#ck-button {
    margin: 5px;
    background-color: #4f4f51;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #D0D0D0;
    overflow: auto;
}

#ck-button:hover {
    background-color:#911;
    color:#fff;
}

#ck-button label span {
    text-align:center;
    padding:5px;
    display:block;
}

#ck-button label input {    
    display: none;
}

#ck-button input:checked + span {
    background-color:#911;
    color:#fff;
}
.products-pagination-rb{
    display: flex;
    padding-left: 0;
    list-style: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: center;
    margin: auto;
    width: 60%;
}
a.next.page-numbers, a.prev.page-numbers {
    text-decoration: none;
    color: #ed1c24;
    background-color: transparent;
    border: none;
    transition: all 1s ease;
    font-weight: 600;
}
a.next.page-numbers:hover , a.prev.page-numbers:hover {
    background-color: transparent;
    text-decoration: underline;
    color: #ed1c24;
}
a.page-numbers, span.page-numbers.dots {
    text-decoration: none;
    color: #ed1c24;
    background-color: transparent;
}
span.page-numbers.current{
    text-decoration: none;
    color: #ed1c24;
    background-color: transparent;
    border: none;
    transition: all 1s ease;
    font-weight: 800;
}
.category_structure_main_1{
    background-color: #ed1c24;
    padding: 15px;
}
.category_structure_main_1 .btn-primary{
    background-color: #ed1c24;
    color: #ffffff;
    border: none;
    transition: all 1s ease;
    font-weight: 600;

}
.btn-fake{
    color: #ffffff;
    text-decoration: none!important;
    border: none!important;
    transition: all 1s ease;
    font-weight: bold;
    font-size:27px;
    margin-right: 35px;
}
.btn-fake:hover{
    background-color: #ed1c24;
    color: #ffffff;
    text-decoration: none!important;
    border: none!important;
    transition: all 1s ease;
    font-weight: 600;
}


#category_structure_main{
    background-color: #f5f6f8;
    padding: 0;
}
.category_structure_main_2{
    height: 35vh;
}

.category_structure_main_2> .row{
    height: 100%;
}
.category_structure_main_2> .row > div{
    max-height: 100%;
}
.category_structure_main_2 > .row > div > ul {
    justify-content: space-around;
    height: 100%;
}
.category_structure_main_2  .category-products{
    font-weight: bold;
    color:#ed1c24;
    text-decoration: none;
    transition: all 1s ease;

}
.category_structure_main_2 .tab-content
{
    overflow: hidden;
    height: 100%;
}
.product-link {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0px;
    width: fit-content;
}
.product-link> a {
    color: #000;
    margin: 0px 1px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
.category-products > .row{
    margin-left:25px;
}
.nav-tabs-custom .nav-link {
    color: #000;
}

.nav-tabs-custom .nav-link.active {
    color: #ff0000 !important;
}





.image-wrapper {
    width: 100%;
    padding-top: 100%; /* 1:1 Aspect Ratio */
    position: relative; /* If you want text inside of it */
    background-size: cover;
    background-position: center center;
}
.image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the whole area, might get cropped */
}
.woocommerce-breadcrumb-container {
    background: #ed1c24;
    font-size: 19px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.woocommerce-categ-product-container {
    background-color: #efefef;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.woocommerce-categ-product-container > .row {
    width: 100%;
    justify-content: center;
}
.woocommerce-breadcrumb-container nav.woocommerce-breadcrumb {
    padding: 0;
    margin: 0 !important;
}
.woocommerce-breadcrumb-container nav.woocommerce-breadcrumb {
    color:#fff;
    font-weight: bold;
}
.woocommerce-breadcrumb-container nav.woocommerce-breadcrumb > a{
    color:#fff;
    text-decoration: none;
}
.woocommerce-breadcrumb-container nav.woocommerce-breadcrumb > a:hover{
    color:#2e3192;
    text-decoration: none;
}
.woocommerce-breadcrumb-container h2{
    color:#fff;
    font-weight: bold;

}

.woocommerce-categ-product-container{
    background-color: #efefef;
}
.woocommerce-categ-product-main{
    background-color: #f5f6f8;
}

.card {
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.card-body {
    flex: none;
}
.card-body a {
    color: #000;
    text-decoration: none;
}
.card-body .btn {
    color: #ed1c24;
    text-decoration: none;
}
.card-body .btn:hover {
    color: #000;
    text-decoration: none;
}
.categories-view-sidebar-subcategories ul {
    list-style: none;
    padding: 0;
}
.categories-view-sidebar-subcategories h4 {
    font-weight: bold;
    font-size: 25px;
}
.categories-view-sidebar-subcategories li {
    background: #ed1c24;
    margin: 12px 5px;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 11px 25px -11px rgba(0,0,0,0.75);
}
.categories-view-sidebar-subcategories li a{
    color: #fff;
    text-decoration: none;
}
.categories-view-sidebar-subcategories li a:hover{
    color: #ffcf01;
}
.summary.entry-summary {
    height: 100%;
    background-size: cover;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    border: 1px solid #efefef;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 7px 11px 25px -11px rgba(0,0,0,0.75);
}
.summary.entry-summary .cart{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: row;
}

.summary.entry-summary .cart .quantity input{
    width: 80px;
    border: 2px solid #ed1c24;
    border-radius: 9px;
    text-align: center;
}
.summary.entry-summary p.price {
    font-weight: bold;
    font-size: 22px;
    color: red;
    margin-left: 20px;
}
.summary.entry-summary input[type=number]::-webkit-inner-spin-button, 
.summary.entry-summary input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.summary.entry-summary .cart .button{
      text-decoration: none;
      color:#ed1c24;
      background-color:transparent;
      border: none;
      transition:all 1s ease;
      font-weight: 600;
  }
  .summary.entry-summary .cart .button:hover{
      background-color:transparent;
      text-decoration: underline;
      color:#ed1c24;
  }
  .summary.entry-summary .cart .button::after{
      font-family: 'FONT AWESOME 5 PRO';
      content: "\f054";
      display: inline-block;
      vertical-align: middle;
      font-weight: 600;
      margin-left: 10px;
      margin-top: -1px;
  }
.woocommerce-product-description .wc-tabs{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.woocommerce-product-description .wc-tabs li{
    margin: 5px;
}
.woocommerce-product-description .wc-tabs li a{
    background-color: #ed1c24;
    padding:10px 15px;
    color:#fff;
    border-radius: 9px;
    text-decoration: none;
}
.woocommerce-product-description .wc-tabs li a:hover{
    color: #ffcf01;
}
.woocommerce-related-products li .button{
    background-color: #ed1c24!important;
    padding:10px 15px!important;
    color:#fff!important;
    border-radius: 9px!important;
    text-decoration: none!important;
}
.woocommerce-related-products li .button:hover{
    color: #ffcf01!important;
}
.woocommerce-related-products li .woocommerce-loop-product__link{
    color: #000!important;
    font-weight: bold!important;
}
.woocommerce-related-products li .woocommerce-loop-product__link:hover{
    color: #000!important;
}
.woocommerce-related-products li{
    height: 100% !important;;
}
.card h5.card-title {
    color: #000;
}

.woocommerce-categories-container .row>.col-md-2 a,
.woocommerce-latest-products-container .row>.col-md-2 a{
    color: #000;
    text-decoration: none;
}
.woocommerce-MyAccount-navigation ul{
    list-style: none;
    padding: 0;
}
.woocommerce-MyAccount-navigation ul a,
.woocommerce-MyAccount-content button,
a.components-button.wc-block-cart__submit-button,
button.wc-block-components-checkout-place-order-button ,
.woocommerce-form-login .woocommerce-form-login__submit,
.button.woocommerce-form-register__submit{
    background: #ed1c24!important;
    margin: 12px 5px;
    padding: 3px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 7px 11px 25px -11px rgba(0,0,0,0.75)!important;
    color: #fff!important;
    text-decoration: none;
    border:none;
}
.woocommerce-MyAccount-navigation ul a:hover,
.woocommerce-MyAccount-content button:hover,
a.components-button.wc-block-cart__submit-button:hover,
button.wc-block-components-checkout-place-order-button:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover{
    color: #ffcf01;
}
.woocommerce-MyAccount-content {
    padding: 10px;
}
.woocommerce-MyAccount-content input,
.woocommerce-form-login input,
p.woocommerce-form-row input#reg_email{
    border: 1px solid #d7d7d7;
    padding: 7px;
    border-radius: 9px
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
    display: none;
}
a.components-button.wc-block-cart__submit-button {
    background: red;
}
form.woocommerce-form.woocommerce-form-login.login{
    border:none;
    padding: 7px;
    border-radius: 9px
}
.woocommerce-form-login .woocommerce-form-login__submit{
    background: #ed1c24!important;
    margin: 12px 5px!important;
    padding: 15px!important;
    border-radius: 5px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    box-shadow: 7px 11px 25px -11px rgba(0,0,0,0.75)!important;
    color: #fff!important;
    text-decoration: none!important;
    border:none!important;
}
.woocommerce-form-login__rememberme{
    margin: 12px 5px!important;
    padding: 6px!important;
}


  /* MEDIA */

  @media (min-width: 992px){
      .search-result .col-lg-5 {
          flex: 0 0 auto;
          width: 25%;
      }
  }
  
  @media (max-width: 768px) {
      .prod-container .prod-img{
          display: none;
      }
  
  }
  
  @media screen and (max-width: 990px) and (min-width:769px){
      .product-container .product-wrapper{
          width:30%;
          margin: 8px 2px;
      }
  }
  
  @media screen and (max-width: 1400px) and (min-width:990px){
      #nav form{
          display: none!important;
      }
      .nav-item{
          margin:0;
      }
      .social-list{
          display: none!important;
      }
  }
  
  /* MOBILE */
  @media (max-width: 768px) {
      .d1{
          font-size:26px;
      }
      footer .footer-link > div{
          padding:5px 5px;
      }
      .col-md-4 {
          width:100%!important;
          margin:10px auto!important;
      }
      .style-container-1 h2{
          margin-right:0;
      }
      .style-container-2 .wrapper{
          width:100%!important;
          padding:0!important;
          margin-bottom:35px;
      }
      .style-container-2 .wrapper2
      {
          position: absolute;
          left: 0;
          padding: 30px!important;
      }
      .style-container-2 {
          background-color:transparent;
          position: relative;
          margin-bottom: 35vw;    
      }
      .top-view-control .col{
          justify-content: flex-start;
      }
      #CarouselMain .carousel-indicators [data-bs-target]{
          display: none;
      }
      #CarouselMain .active{
          display: inline-block!important;
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
      }
      #CarouselMain .CarouselControlSlides{
          display: inline-block!important;
      }
      #CarouselMain .carousel-indicators{
          justify-content: center!important;
          margin-bottom: -65px;
      }
      #CarouselMain i{
          box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
      }
      #CarouselMain {
          margin-bottom: 65px;
      }
      .style-container-3 .col-md-6:first-child{
          border-bottom:2px solid #25262b;
          border-radius:1px;
      }
      .style-container-3 .col-md-6:last-child{
          background-color:#f5f6f8;
      }
      .nav-item{
          display: block;
      }
      .flaged-header{
          font-size: 15px;
      }
      #CarouselMain .carousel-inner-content .main-content{
          max-width: 100%;    
          font-size: 19px;
      }
      #CarouselMain .carousel-inner-content{
          padding:70px;
      }
      #CarouselMain .slider_content p:first-child{ 
          font-size: 19px;
      }
      #CarouselMain .carousel-inner-content .btn-round{
          font-size: 13px;
      }
      .page-header .inner h4{   
          font-size: 19px!important;
      }
      .section-cards .white-card p{
          font-size:15px;
      }
      .white-card{
          padding:30px!important;
      }
      .gmaps{
          width:100%;
          display: none;
      }
      .custom-form input , textarea{
          width:100%!important;
      }
      .list-of-links{
          flex-direction: column!important;
      }
      .white-card-row{
          flex-direction: column;
      }
      .white-card-row .card{
          width: 90%;
          border: none;
          margin: auto;
      }
      .product-container .product-wrapper{
          width:48%;
          margin: 8px 2px;
      }
      .products-pagination-rb{
            width: 100%;
      }
  }
  
  @media (min-width: 576px){
      .page-header .inner {
          width: 540px;
      }
  }
  @media (min-width: 768px){
      .page-header .inner {
          width: 720px;
      }
  }
  @media (min-width: 992px){
      .page-header .inner {
          width: 960px;
      }
  }
  @media (min-width: 1200px){
      .page-header .inner {
          width: 1140px;
      }
  }
  @media (min-width: 1400px){
      .page-header .inner {
          width: 1320px;
      }
  }

