
section.deals-section .custom-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
    flex-wrap: wrap;
}

.deals-section .heading {
    width: 20%;
}

.deals-section .heading h2 {
    color: #00B25F;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
}


.deals-section .heading p {
    color: #ffffff;
    font-size: 75px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
}


.deals-section .heading a {
    background: #fff;
    color: #040734;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    display: inline-block;
    padding: 13px 43px;
}

.deals-section .heading a:hover {
    background: #00b25f;
    color: #fff;
}

.deals-section .deals-wrapper {
    display: flex;
    column-gap: 24px;
    width: 80%;
}

.deals-section .deals-wrapper .deals-banner {
    width: 33.333%;
}


.deals-section .deals-wrapper .deals-banner a {
    display: block;
}

.deals-section .deals-wrapper .deals-banner a img {
    width: 100%;
    height:auto;
    object-fit: cover;
    border-radius: 20px;
    border: solid;
}

.featured-section {
    background-image: url('../images/background-img11.jpg');
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}

.new-products {
    background-image: url('../images/background-img12.jpg');
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
}


.products-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
    padding-bottom: 75px;
}


.products-wrapper .add-sec {
    width: 34.333%;
    padding-right: 20px;
}

.products-wrapper .products-block {
    width: 65.666%;
    display: flex;
    justify-content: space-between;
}

.products-wrapper .add-sec h2 {
    color: #FFFFFF;
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 5px;
}

.products-wrapper .add-sec h4 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
}


.products-wrapper .add-sec p {
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
}


.products-wrapper .add-sec .offer-d {
    background: #D209B4;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    font-size: 32px;
    padding: 0 12px;
    font-weight: 600;
    margin-top: 8px;
    margin-bottom: 15px;
}

.products-wrapper .add-sec .action {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 19px;
}
.products-wrapper .add-sec .action a {
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    background: #00B25F;
    display: inline-block;
    padding: 14px 23px;
    margin-right: 9px;
}

.products-wrapper .add-sec .action a:hover {
    color: #ffffff;
 background: #D209B4;
}


.products-wrapper .add-sec .action a.readmore {
    background: #D209B4;
}

.products-wrapper .add-sec .action a.readmore:hover {
    background: #00B25F;
}


.products-wrapper .sale-add {
    width: 34.333%;
    padding-left: 80px;
}

.products-wrapper .sale-add h2 {
    color: #FFFFFF;
    font-size: 43px;
    font-weight: 700;
    margin: 0 0 5px;
    text-transform: uppercase;
}


.products-wrapper .sale-add .action {
    text-align: center;
}

.products-wrapper .sale-add p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.products-wrapper .sale-add .action a.shopnow {
    color: #ffffff;
    border: solid 2px #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 9px 16px;
    display: inline-block;
}

.products-wrapper .sale-add .action a.shopnow:hover {
    background: #00B25F;
    border-color: #00B25F;
}

.products-wrapper .sale-add .img-pc {
    margin-bottom: 2px;
}

.products-wrapper .sale-add .img-pc img {
    width: 100%;
    max-width: 300px;
}


.cms-home .widget.block.block-static-block {
    margin: 0px;
}


.cms-home p:empty {
    display: none;
}

section.deals-section {
    padding-top: 76px;
    padding-bottom: 76px;
}

.selling-banner {
    position: relative;
}

.selling-banner .img-banner img {
    width: 100%;
    vertical-align: bottom;
}

.selling-banner .content {
    box-sizing: border-box;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin: 0px auto;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    text-align: center;
}

.selling-banner .content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 19px;
    font-family: "Oswald", sans-serif;
}

.selling-banner .content p {
    font-size: 42px;
    color: #ffffff;
    font-weight: 200;
}

.selling-banner .content a.btn {
    background: #00B25F;
    border-radius: 30px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    padding: 13px 37px;
    border: none;
}


.cms-home .columns .column.main {
    padding: 0px;
}


.products-wrapper .products-block .product-item a {
    display: block;
}

.products-wrapper .products-block {
    width: 65.666%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}


.products-wrapper .products-block .product-item a .product-img {
    background: #fff;
    border: solid 1px #D209B4;
    height: 274px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.products-wrapper .products-block .product-item a .product-detail h3.product-name {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
    margin: 0 0 11px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 89px;
    line-height: 1.4em;
    width: 84%;
}



.products-wrapper .products-block .product-item {
    position: relative;
}
.products-wrapper .products-block .product-item  form button.action.tocart.primary {
    position: absolute;
    top: 4px;
    z-index: 2;
    right: 5px;
    width: 39px;
    height: 39px;
    background: #D209B4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.products-wrapper .products-block .product-item  form button.action.tocart.primary:hover{
      background: #00B25F; 
}

.products-wrapper .products-block .product-item  form button.action.tocart.primary:before {
    background-image: url('../images/cart-white.svg');
    content: "";
    width: 21px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.products-wrapper .products-block .product-item .stock.unavailable {
    background: #00B25F;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 15px;
    opacity: 0.5;
}

.products-wrapper .products-block .product-item  form button.action.tocart.primary span {
    display: none;
}

.products-wrapper .products-block .product-item a .product-detail {
    margin-top: 17px;
}

.products-wrapper .products-block .product-item a .product-detail span.product-price {
    background: #D209B4;
    display: inline-block;
    color: #ffffff;
    font-size: 21px;
    padding: 0 12px;
}

.featured-section .products-wrapper .products-block {
    padding-left: 40px;
}

.new-products .products-wrapper .products-block {
    padding-right: 40px;
}

section.latest-news {
    padding: 51px 0;
}

section.latest-news h2 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 25px;
}

section.latest-news .news-container {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

section.latest-news .news-container .news-card {
    width: 32.333%;
    border: none;
    box-shadow: none;
}


section.latest-news .news-container .news-card .date-box {
    width: 79px;
    height: 77px;
    padding-top: 14px;
    left: 0px;
}

section.latest-news .news-container .news-card .date-box span.day {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    line-height: 1;
}

section.latest-news .news-container .news-card .overlay {
    background: rgba(4, 7, 52, 0.7);
    padding: 25px 35px;
}

section.latest-news .news-container .news-card .overlay p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}


section.latest-news .news-container .news-card .overlay p.comments {
    color: #A9A9B1;
    font-weight: 400;
}

section.latest-news .news-container .news-card .overlay h3.title {
    font-size: 30px;
    font-weight: 500;
    margin: 0px;
}


section.latest-news .amblog-post-list .amblog-title {
    display: none;
}

section.latest-news .amblog-list.post-slider {
    padding: 0px;
}

section.latest-news .amblog-post-list {
    background: none;
    box-shadow: none;
}

section.latest-news .amblog-list.post-slider .post-items {
    padding: 0px;
}


section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item {
    position: relative;
}


section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details {
    text-align: left;
    background-color: rgba(1, 3, 36, 0.6);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    padding: 23px 30px;
}

section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details a.post-title {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    line-height: normal;
}

section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details .amblog-featured-card-bottom {
    display: flex;
    align-items: center;
}


section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details .amblog-featured-card-bottom a.ampost-link {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
}

section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details .amblog-featured-card-bottom .amblog-date {
    margin: 0px 8px;
    color: #A9A9B1;
    font-weight: 500;
    text-transform: uppercase;
}


@media (max-width: 1399px){


.deals-section .deals-wrapper {
    padding-left: 5%;
}

section.latest-news .news-container .news-card {
    width: 31.333%;
}

}



@media (max-width: 1199px){
.deals-section .heading p {
    font-size: 56px;
}

.new-products .products-wrapper .products-block {
    padding-right: 10px;
}

.products-wrapper .sale-add {
    width: 34.333%;
    padding-left: 30px;
}

.products-wrapper .sale-add h2 {

    font-size: 34px;
}


section.latest-news .news-container .news-card .overlay h3.title {
    font-size: 20px;
}

section.latest-news .amblog-list.post-slider .post-items .slick-track .post-item .post-item-details a.post-title {
    font-size: 19px;
 }

}



@media (max-width: 1025px){
section.deals-section {
    padding-top: 46px;
    padding-bottom: 46px;
}

.deals-section .heading p {
    font-size: 42px;
}

.deals-section .heading h2 {
   font-size: 20px;
    margin-bottom: 1px;
}


.deals-section .heading a {
    font-size: 14px;
    padding: 10px 0px;
    width: 100%;
    text-align: center;
}

.products-wrapper .add-sec h2 {
    font-size: 35px;
    margin: 0 0 5px;
}


.products-wrapper .add-sec .offer-d {
    font-size: 23px;
    padding: 0 12px;
    margin-top: 8px;
    margin-bottom: 15px;
}

.products-wrapper .add-sec .action {
    display: block;
}


.products-wrapper .add-sec .action a {
    margin: 0 0 5px;
    width: 100%;
    padding: 10px 23px;
    text-align: center;
}

.featured-section .products-wrapper .products-block {
    padding-left: 0px;
}

.products-wrapper .products-block .product-item a .product-img {
    height: 174px;
}

.products-wrapper .products-block .product-item a .product-detail h3.product-name {
    font-size: 13px;
    margin: 0 0 11px;
    width: 100%;
}

.products-wrapper .products-block .product-item a .product-detail span.product-price {
    font-size: 16px;
}

.products-wrapper .sale-add h2 {
    font-size: 24px;
}


.selling-banner .content p {
    font-size: 25px;
}

section.latest-news .news-container .news-card .overlay {
    padding: 16px 15px;
}

section.latest-news .news-container .news-card .overlay h3.title {
    font-size: 16px;
}



}

@media (max-width: 768px){


.container {
    padding: 0 15px;
}



section.deals-section {
    padding: 0px;
}

section.deals-section .custom-container {
    padding: 20px 15px;
    display: block;
}

section.deals-section .custom-container .heading {
    display: none;
}

.deals-section .deals-wrapper {
    padding-left: 0;
    width: 100%;
    display: block;
}

.deals-section .deals-wrapper .deals-banner {
    width: 100%;
    margin: 0 0 10px;
}



.products-wrapper .add-sec {
    display: none;
}

.featured-section .products-wrapper .products-block {
    display: block;
    width: 100%;
    gap: 0px;
    margin: 0px;
}

.products-wrapper .products-block .product-item a .product-img {
    height: auto;
}

.products-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}

.featured-section .products-wrapper .products-block .product-item {
    margin-bottom: 25px;
}

.new-products {
    display: none;
}

section.latest-news {
    display: none;
}

.selling-banner .img-banner img {
    width: 100%;
    vertical-align: bottom;
    height: 357px;
    object-fit: cover;
}

.selling-banner .content p {
    font-size: 21px;
}

.selling-banner .content a.btn {
    font-size: 14px;
    padding: 11px 28px;
    border: none;
}


.selling-banner .content h4 {
    font-size: 16px;
    margin: 0 0 19px;
}


}