body{
    position:relative;
}
/* Classi da Bootstrap 5.3 (Migrate manuale)*/
.w-100{
    width: 100% !important;
}
.d-grid{
    display: grid;
}
.d-none{
    display: none !important;
}
.d-flex {
  display: flex !important;
}
.position-relative{
  position: relative;
}
/* cancellare se non usi
*/
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.btn.btn-style1{
    background-color: #FFF;
    color: #424242;
    border: 1px solid #424242;
}

.flex-column {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.small-70 {
  font-size: 70%;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(255, 193, 7, 1) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: white !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(220, 53, 69, 1) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(33, 37, 41, 1) !important;
}
.bg-secondary {
    color: #fff !important;
    background-color: RGBA(108,117,125, 1) !important;}
.bg-dark{
  background: #000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 24.5%, rgba(255, 255, 255, 1) 24.5%);
}
.h4{
  font-size: 40px;
    font-weight: bold;
    color: #71c267;
    line-height: 25px;
}
.h4:after {
    content: "";
    display: block;
    width: 90px;
    border-bottom: 2px solid #70c367;
    margin: 17px 0 0;
    z-index: 1;
    position: relative;
}

.separator-btw>div:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}


/* Nav Bar*/
#miniCartDropdown .badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 10px;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
  background: black;
    border-radius: 100%;
    font-size: 8px;
}
#miniCartDropdown{
  position: relative;
}
#miniCartDropdown .badge{
  position:absolute;
  left: 0px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
}

/* Cart */
.cart-status{
    top: -20px;
    font-size: 1.4rem;
    position: absolute;
    z-index: 9;
    font-weight: bold;
    padding: 7px;
    border-radius: 100%;
    line-height: 10px;
    left: 55px;
}
/* Categoria / Account*/
.account-nav li a:hover{
    color: white;
}
.account-nav li a:hover,
.info-address{
    min-width: 360px
}
.category-nav li a:hover{
  color: #fff;
}
.account-nav li a,
.category-nav li a{
    font-size: 16px;
    padding: 10px 20px;
    display: block;
    letter-spacing: 1px;
}
.account-nav li:not(:last-child),
.category-nav li:not(:last-child){
  border-bottom: 1px solid rgba(255,255,255, .3);
}
.product {
    background: white;
    box-shadow: 1px 2px 5px rgba(103, 103, 103, 0.184);
    padding: 0 0 20px;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    overflow: hidden;
}

.flickity-slider-wrap .gallery-cell,
#gallery-main.flickity-slider-wrap  img  {
    height: 520px;
}
.gallery-thumbs .gallery-cell {
    height: 96px;
}
.h-50{
    min-height: 50vh;
}

/* Assets */
.header-filter{
    display:flex;
    justify-content:space-between;
    align-items:center;
    
}
/* Forms */
.form-filter{
  width: 250px;
}
.box-btn-action button.btn{
    padding: 7px 27px !important;
    font-size: 18px !important;
}


/* footer */
.link-dev{
  color: #e4ede3;
}
.link-dev:hover{
  color: #70c367;
}
.link-dev i{
  font-size: 14px !important;
}

.promo-bg p,
.promo-bg h2 {
        text-shadow: 1px 1px 7px rgba(0,0,0,.8)
    }
    .promo-bg.style1 h2.heading-frame{
        border: 0;
        padding: 30px 0;
        color: rgba(255,255,255,.5);
        margin-right: 35px;
        text-shadow: none !important;
    }
.promo-bg.style1{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    }    
.btn.btn-transparent {
    text-shadow: 1px 1px 7px rgba(0,0,0, .8);
    box-shadow: 1px 1px 7px rgba(0,0,0, .8);
    border: 1px solid white;
}
.btn.btn-transparent:hover {
    border-color: #ffffff;
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    font-weight: 700;
    background-color: #424242;
    border-color: #424242;
}
.pagination-sm>li>a, .pagination-sm>li>span {
    font-size: 16px;
    line-height: 28px;
}
.pagination>li>a, .pagination>li>span {
    color: #777;
    font-weight: 700;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #70c367;
    border-color: #70c367;
}
.btn-primary:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242;
}
.coupon-status {
    max-width: 257px;
}
.coupon-status span{
    float: left;
}
.navbar.navbar-static-top .dropdown-menu li > a{
    color: #FFF;
}
.promo-banner{
    
}

.promo-banner a {
    overflow: visible;
}
.promo-banner a:hover h2{
    color: white;
    background-color: #70c367 
}
.overlay:before {
    background-color: rgba(0, 0, 0, 0);
}
.promo-inner h2 {
    color: #70c367;
    background: #171717;
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 7px;
}
.promo-inner {
    display: flex;
    text-align: center;
    align-items: flex-end;
    position: relative;
    z-index: 999;
}
.promo-banner img {
    height: 360px;
    object-fit: cover;
    object-position: center;
}
#gallery-main.flickity-slider-wrap img {
    object-fit: cover;
    object-position: center;
}
.product-desc{
    font-size: 12.25px;
    font-weight: 500;
}
.fullcontent h2:not(:first-of-type)
{
    margin-top: 30px;    
}

@media screen and (min-width: 0px) and (max-width: 1199px) {
    .container {
        width: 100%;
    }
    .logo, .logo-dark {
        max-height: 59px;
    }
    .bg-dark{
      background: #000;
      background: linear-gradient(90deg, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 1) 50%);
    }
} 
  
@media screen and (max-width: 1125px) {
    .pe-mdm-0{
        padding-right: 0 !important;
    }
    .container-address{
        display: block !important; 
    }
    .info-address,
    .btn-address{
        width: 100%;
        margin-bottom: 20px;    
    }
    .btn-address{
        padding-right: 15px !important;
        gap: .3rem !important;
    }
    .info-address h2{width: 100%;}
    .gap-mdm-4{
        gap: .3rem !important;
    }
} 
  
@media screen and (max-width: 991px) {
    .mobile-position{
        margin-top: 20px;
        margin-right: 7%;
        width: auto!important;
    }
    .navigation.sticky .mobile-position{        
        margin-top: 0;
        width: auto!important;
    }
    .nav-cart-container{
        display: none!important;
    }
    .product-img img {
        object-fit: contain;
    }
    .site-footer>div>div>div{
        margin-bottom: 30px;
    }
    .navbar-nav {
        background: #fff;
    }
    .section-wrap{
        padding: 30px 0;
    }
    .actions{
        float: right;
    }
    .coupon .input-text {
        width: calc(100% - 160px);
    }
    .w-mdm-100{
        width: 100%;
    }
    .d-mdm-block{
        display: block !important;
    }
    .ps-mdm-20{
        padding-left: 20px !important; 
    }
    .text-mdm-right{
        text-align: right;
    }
    .navbar.navbar-static-top .dropdown-menu li > a{
        color: #171717;
    }
}

@media screen and (max-width: 767px) {
    .h4{
        font-size: 30px;line-height: 1.2;
    }
    .promo-bg h2 {
            font-size: 40px;
        }
    .search-wrap .search-field-holder {
        width: 85%;
    }
    .search-wrap .form-control {
        font-size: 20px;
    }
    .product-img img {
        height: auto;
    }    
    
    .flickity-slider-wrap .gallery-cell,
    #gallery-main.flickity-slider-wrap  img  {
        height: 400px;
    }
    
    /* Assets */
    .header-filter{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }
    .header-filter .form-filter{
        width: 100%;
    }
    
    
}


@media screen and (max-width: 480px) {    
    .w-xsm-100{
        width: 100%;
    }
    .text-sm-center{
        text-align: center;
    }
    .pe-xsm-0 {
        padding-right: 15px !important;
    }
    .info-address h2{
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    .info-address{
        display: block !important;
    }
    .mb-sm-20{
        margin-bottom: 20px;
    }
    .btn-address{
        justify-content: center !important;
        padding-right: 0 !important;
    }
    .btn-address-1{
        width: 165px;
    }
    .shop_table .product-subtotal > span,
    .shop_table .product-price > span, .table.shop_table tr td.product-name a {
        font-size: 12px;
    }
    .product-price span, .product-subtotal span {
        width: 70px;
        display: block;
    }
    .d-xsm-block{
        display: block !important;
    }
    .section-wrap.promo-bg.style1{
        background-position: 27% 50% !important;
        align-items: flex-end;
    }
    .promo-bg.style1 h2.heading-frame{
        margin-right: 0;
        padding-left: 15px; 
        padding-right: 15px; 
    }
}

@media screen and (max-width: 360px) {        
    .info-address{
        padding-right: 0 !important;
    }
}