.swiper-slide img {
    width: 100%;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.theme.swiper-button-prev {
    background-image: url(/public/index/image/left.png);
    left: 0;
}
.theme.swiper-button-next {
    background-image: url(/public/index/image/right.png);
    right: 0;
}
.theme.swiper-button-next, .theme.swiper-button-prev {
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-position: 50% 50%;
    background-size: 77%;
    border: 2px solid #a7081c;
    transition: all 0.3s;
    margin-top: -18px;
}
.elementor-kit-96 p {
    margin-bottom: 1em;
}
dd, dl, dt, li, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
table {
    background-color: transparent;
    width: 100%;
    margin-bottom: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse;
}
table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.shop_attributes td p {
    margin: 0;
    padding: 8px 0;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #f7f7f7;
}
table.shop_attributes td {
    padding-left: 10px !important;
}
table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid #ccc;
}
.elementor-button-link{
    text-align: center;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    background-color: #a7081c;
    font-size: 16px;
    font-weight: 400;
    text-transform:capitalize;
    color:#fff;
    border-radius: 0 0 0 0;
    border-style: solid;
    border-width: 1px;
    border-color: #a7081c;
    padding: 10px 30px;
    text-decoration:none !important;
}
.woocommerce-product-details__short-description li{
    padding: 7px 2px;
}
a{
    cursor: pointer;
    text-decoration: none;
}
.product img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.elementor-kit-96 p {
    margin-bottom: 1em;
}
p {
    margin-top: 0;

}
.products > h2 {
    text-align: center;
    color: #a7081c;
    font-size: 26px;
    font-weight: bold;

}
.products {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
}
ul.products {
    grid-template-columns: repeat(4,1fr);
}
ul.products {
    display: grid;
    margin: 0;
}
ul.products {
    padding: 0;
    list-style: none outside;
    clear: both;
}
li.product {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
}
ul.products li {
    list-style: none outside;
}
ul.products li.product {
    text-align: center;
}
ul.products li.product a.woocommerce-loop-product__link {
    display: block;
    position: relative;
}
ul.products li.product a {
    text-decoration: none;
}
ul.products li.product a img {
    /*width: 100%;*/
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    margin: 0 auto;
}
li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em;
}
li.product  h2 {
    color: #a7081c;
    font-size: 15px;
}
li.product > a.button {
    background: #a7081c;
    font-size: 1em;
    line-height: 2em;
    color: white;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #a7081c;
    border-radius: 0px 0px 0px 0px;
    padding: 5px 30px 5px 30px;
}
ul.products li.product .button {
    margin-top: 1em;
    display: inline-block;
}