.wla-main-grocery-inner {
    padding: 20px 0px 20px;
}
.wla-main-grocery-inner .grocery-inr {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    background: none;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
}
.add-cart-info {
    display: none;
}
.grocery-pg-btns-outr.add-cart-info {
    display: block;
}
.grocery-pg-btn {
    background-color: var(--main-bg-color);
    border-radius: 5px !important;
    color: #fff;
    font-size: 14px;
    padding: 10px 10px;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%) !important;
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1) !important;
    box-shadow: 0 2px 4px 0rgba(0, 0, 0, .1) !important;
    margin-right: 0px;
    border: 1px solid var(--main-bg-color);
    width: auto;
    /* max-width: 250px; */
}
.grocery-pg-btn-two {
    border: 1px solid var(--main-bg-color);
    background: none;
    color: var(--main-bg-color);
}
.grocery-pg-btn i {
    font-size: 19px;
}
.quantity-btn {
    /* background: transparent linear-gradient( 90deg, #16a850 0%, #417649 100%) 0% 0% no-repeat padding-box; */
    width: max-content;
    border-radius: 5px!important;
    box-shadow: 0px 12px 20px rgb(0 0 0 / 6%);
    overflow: visible;
    border: 1px solid #d4d4d4;
}
.grocery-pg-btns-outr .quantity-btn {
    min-width: 100px;
    box-shadow: none;
    display: flex;
    justify-content: center;
}
.form-control.qtyVal {
    width: auto;
    max-width: 25px;
    text-align: center;
    height: auto;
    background-color: #fff;
    border: none;
    font-size: 15px;
    font-weight: 700;
}
.grocery-pg-btns-outr .form-control.qtyVal {
    max-width: 35px;
}
.grocery-pg-btns-outr.add-cart-info .pricing {
    display: none;
}
.product-slider {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 6px #00000029;
    margin-bottom: 20px;
}
.product-slider img {
    width: 100%;
    box-shadow: 0 10px 50px -10px rgb(9 31 67 / 15%);
}
.iconTop {
    position: absolute;
    top: 8px;
    left: 8px;
    /* background-color: #fff; */
}
.wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: red;
}
.veg-flag {
    width: 13px;
    height: 13px;
    border: 1px solid #3DA66E;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.veg-flag span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #3DA66E;
    border-radius: 50% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.non-vegflag {
    width: 13px;
    height: 13px;
    border: 1px solid #fd1615;
    text-align: center;
    background-color: #fff;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
}
.non-vegflag span {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 7px solid #fd1615;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.share-cart-icon {
    position: absolute;
    top: 0px;
    right: 8px;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    cursor: pointer;
}
.share-cart-icon img {
    width: 20px;
    height: 20px;
}
.product-detail-head {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 10px;
}
.product-price-outer {
    font-size: 24px;
    display: flex;
    margin: 0;
    margin-bottom: 15px;
    padding-top: 5px;
}
.product-price-m {
    font-size: 22px;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
}
.product-price-m span {
    display: block;
    font-size: 12px;
    width: 100%;
    margin-top: 5px;
}
.explore-menu {
    padding: 10px 0 0px;
}
.wla-outlet-name-md {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.grocery-pg-btns-outr .quantity-btn {
    min-width: 100px;
    box-shadow: none;
    display: flex;
    justify-content: center;
    background: none !important;
}
.grocery-pg-btns-outr .grocery-pg-btn:last-child {
    margin-right: 0px;
}
.grocery-pg-btn-two {
    border: 1px solid var(--main-bg-color);
    background: var(--main-bg-color);
    color: #fff;
}
.grocery-pg-btns-outr.add-cart-info {
    display: block;
}
.grocery-pg-btns-outr.add-cart-info .pricing {
    display: none;
}
.grocery-pg-btn-two:hover {
    border: 1px solid var(--main-bg-color);
    background-color: var(--main-bg-color);
    color: #fff;
}
.grocery-pg-btn i {
    font-size: 19px;
}
.qty-decrease {
    padding: 6px 2px 6px 9px;
    background-color: #fff;
}
.qty-increase {
    padding: 6px 9px 6px 3px;
    background-color: #fff;
}
.explore-menu {
    padding: 10px 0 0px;
}
.wla-outlet-name-md {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}
.wla-main-grocery-inner .wla-outlet-name-md {
    margin-top: 20px;
}
.bestseller-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1270px;
    margin: 0 auto;
}
.explore-menu .bestseller-container {
    padding: 0px;
    margin-left: -12px;
}
.wla-left-inner .explore-menu .bestseller-container {
    margin-left: -7px;
    margin-right: 0px;
}
.offers-slider {
    overflow-x: autos;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    padding-bottom: 3px;
}
.offers-slider-start {
    padding: 5px 5px;
    width: auto;
    min-width: 340px;
    cursor: pointer;
}
.product-discription-div .offers-slider-start {
    min-width: 270px;
}
.offers-slider-inner {
    border: 1px solid #e7e7e7;
    border-radius: 8px!important;
    box-shadow: 0px 4px 7px rgb(0 0 0 / 10%);
    display: flex;
    padding: 0px;
    align-items: center;
    background-color: #FBF4F3;
    overflow: hidden;
}
.product-discription-div .offers-slider-left {
    max-width: 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    padding: 0px;
    display: none;
}
.offers-slider-right {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    padding: 10px 15px 10px 15px;
    border-left: 1px solid #EFEFEF;
    font-size: 14px;
    color: #848484;
    line-height: 25px;
    background-color: #fff;
    min-height: 96px;
}
.product-discription-div .offers-slider-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.offers-slider-right .offer-main-txt {
    display: block;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #201C1D;
    margin-bottom: 3px;
}
.offers-slider-right b {
    color: #201C1D;
    font-weight: 600;
    font-size: 16px;
}
.wla-main-grocery-inner .wla-outlet-name-md {
    margin-top: 20px;
}
.product-discription {
    font-size: 14px;
    line-height: 24px;
}
.product-discription {
    font-size: 14px;
    line-height: 20px;
    color: #848484;
}
.wla-main-grocery-inner .common-heading {
    font-size: 21px;
    font-weight: 600;
}
.explore-menu-ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}
.explore-menu-ul li {
    width: 100%;
    max-width: 20%;
    padding: 0 5px;
}
ul.explore-menu-ul li {
    padding-bottom: 20px;
}
.explore-menu-ul li a {
    background-color: #fff;
    display: inline-block;
    padding: 10px 10px;
    border-radius: 10px !important;
    box-shadow: 0 1px 1px 0px rgb(0 0 0 / 17%) !important;
    height: 100%;
    max-width: 190px;
    width: 100%;
}
.menu-placeholder {
    width: 100%;
    max-width: 170px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 12px;
}
.menu-placeholder img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    transition: 0.7s;
    backface-visibility: hidden;
}
.explore-menu-ul .eplore-menu-title {
    margin: 0px;
    text-align: center;
    font-size: 15px;
    color: #201C1D;
    padding: 0 10px;
    font-weight: 600;
    line-height: 22px;
}
.offers-slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
.offers-slider::-webkit-scrollbar {
    height: 5px;
    background-color: #F5F5F5;
}
.offers-slider::-webkit-scrollbar-thumb {
    background-color: #898989;
}
.product-view-outer {
    padding: 0 10px;
}
.product-view {
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px rgba(112, 112, 112, .38);
    height: 100%;
    position: relative;
    background-color: #fff;
}
.product-view-img {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cdcdcd;
}
.item-placeholder {
    width: 100%;
    height: 274px;
    overflow: hidden;
    max-width: 100%;
    position: relative;
}
.product-view-outer .item-placeholder {
    height: auto;
}
.product-view-img img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.wishlist {
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    color: red;
}
.product-view-detail {
    padding: 15px 15px;
}
.offers-slider .product-view-detail {
    padding-bottom: 55px;
}
.offers-slider .product-view-outer {
    margin-bottom: 20px;
}
.product-inner-heading {
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
}
.product-price {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight:600;
}
.add-to-cart {
    border: 1px solid var(--main-bg-color);
    padding: 7px 10px 7px 15px;
    width: 100%;
    color: var(--main-bg-color);
    border-radius: 5px !important;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-align: left;
    align-items: center;
}
.offers-slider .add-cart-outer {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 15px;
    padding: 0px 15px;
}
.mobile-a {
    display: none;
}
.item-placeholder .veg-flag, .item-placeholder .non-vegflag {
    position: absolute;
    top: 8px;
    left: 8px;
}
.tool_tip.grocery {
    font-size: 10px;
    padding: 2px;
    top: -39px;
    width: 135px;
    right: -37px;
}
.price-space {
    margin-bottom: 2.5em;
}
.icons-grocery svg {
    margin: 0 5px;
}
.icons-grocery > div:first-child svg {
    margin-left: 0px;
}
.icons-grocery > div:last-child svg {
    margin-right: 0px;
}
.product-discription-div .fold-inner {
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0;
}
.product-discription-div .fold-inner:first-child {
    padding-top: 0px;
}
.product-discription-div .fold-inner:last-child {
    border-bottom: none;
	padding-bottom: 0px;
}
.offer-inc {
    margin-right: 7px;
}
.offers-list li p {
    font-weight: 600;
    margin-bottom: 0;
}
.offers-list li {
    margin: 12px 0;
}
.offers-list li > div {
    cursor: pointer;
}
.promocode p {
    margin: 0px;
    text-align: center;
}
.offers-list li:last-child {
    margin-bottom: 0px;
}
.offers-list {
    overflow: hidden;
    overflow-y: visible;
    max-height: 190px;
    padding-right: 10px;
}
.first-path {
    fill: #595959;
}
.second-path {
    fill: #fff;
}
.price-p {
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    display: flex;
    align-items: center;
}
#variantModal .modal-content {
    background: #f1f0f5;
}
.third-path, .fourth-path {
    fill: #f10f0f;
}
.outlet-div {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--main-bg-color);
    width: 100%;
    min-width: 100%;
    margin-bottom: 15px;
}
.outlet-div .custom-select {
    border: none;
    border-radius: 0px;
    margin: 0px;
    height: auto;
    line-height: initial;
    padding: 17px 30px 17px 20px;
    cursor: pointer;
    color: #11141A;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20256%20448%22%20enable-background%3D%22new%200%200%20256%20448%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.arrow%7Bfill%3A%23424242%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22arrow%22%20d%3D%22M255.9%20168c0-4.2-1.6-7.9-4.8-11.2-3.2-3.2-6.9-4.8-11.2-4.8H16c-4.2%200-7.9%201.6-11.2%204.8S0%20163.8%200%20168c0%204.4%201.6%208.2%204.8%2011.4l112%20112c3.1%203.1%206.8%204.6%2011.2%204.6%204.4%200%208.2-1.5%2011.4-4.6l112-112c3-3.2%204.5-7%204.5-11.4z%22%2F%3E%3C%2Fsvg%3E%0A);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: auto 35%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 500;
	font-size: 15px;
}
.outlet-div .custom-select:focus {
    box-shadow: none;
}
.outlet-div .custom-select:first-child {
    padding-left: 30px;
    border-right: 1px solid var(--main-bg-color);
}
.outlet-div .custom-select:last-child {
    background-position: right 15px center;
}
.outlet-div select.disabled {
    background-color: #f4f4f4;
    color: #999999;
    pointer-events: none;
}
.order_selectType {
    margin-top: 1rem;
    text-align: left;
    margin-bottom: 0px;
}
.oulets-divs {
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.nearbydvlisting .img-first {
	width: 100%;
	max-width: 18%;
	margin-right: 4px;
}
.nearbydvlisting .img-second {
    width: 100%;
    max-width: 100%;
}
.img-third span {
    display: inline-block;
    background-color: var(--main-bg-color);
    padding: 0px 6px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 5px;
    font-size: 14px;
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0px, -50%);
}
.img-second p, .img-third p {
    line-height: initial;
    font-weight: 600;
    color: #000;
}
.img-second h4 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 4px;
}
.product-price-m small {
    margin-right: 5px;
}
.out-off-stock>span {
    padding-top: 34px !important;
}
.out-off-stock>span:before {
    content: "Out Of Stock";
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 11;
    text-align: center;
    background-color: #fcf4f1;
    color: var(--main-bg-color);
    padding: 5px 0;
    left: 0px;
    font-weight: 700;
}

/*Responsive*/
@media only screen and (max-width: 767px) {
.grocery-pg-btns-outr {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px;
    z-index: 11;
    box-shadow: 0px 0px 10px #00000029;
    text-align: center;
}
.wla-main-grocery-inner .grocery-inr .add-cart-info {
    width: 100%;
    max-width: 100%;
    right: 0;
    left: auto;
}
.grocery-pg-btn {
    margin-right: 0px;
}
.grocery-pg-btn {
    font-size: 15px;
    display: block;
    width: 100%;
    max-width: 100%;
}
.add-cart-info.grocery-pg-btns-outr button {
    margin: 0px;
}
.grocery-pg-btns-outr .quantity-btn {
    box-shadow: none;
}
.grocery-pg-btns-outr .quantity-btn {
    min-width: auto;
}
.qty-decrease, .qty-increase {
    border: none;
    border-radius: 0px!important;
    background: none;
    font-size: 14px;
    line-height: 1.5;
    background: none;
    border: none;
    color: var(--main-bg-color);
}
.qty-decrease {
    padding: 6px 2px 6px 9px;
    background-color: #fff;
}
.qty-decrease, .qty-increase {
    font-size: 10px;
}
.qty-decrease {
    padding: 9px 6px 9px 12px;
}
.add-cart-info.grocery-pg-btns-outr button {
    margin: 0px;
}
.grocery-pg-btns-outr .quantity-btn .qty-decrease {
    padding: 13px 6px 13px 12px;
}
.grocery-pg-btns-outr .form-control.qtyVal {
    max-width: 25px;
}
.grocery-pg-btns-outr .quantity-btn .qty-increase {
    padding: 13px 12px 13px 6px;
}
.grocery-pg-btns-outr.add-cart-info .pricing {
    display: block;
}
.add-cart-info a {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background: var(--main-bg-color);
    color: #fff;
    margin: 0 5px;
    border-radius: 5px!important;
    margin-bottom: 0.5em;
    user-select: none;
}
.add-cart-info.grocery-pg-btns-outr a {
    margin: 0px;
    padding: 10px 15px 10px 10px;
    justify-content: space-between;
}
.add-cart-info a span {
    font-size: 13px;
    color: #fff;
}
.add-cart-info a span:first-child {
    flex: 0 0 65%;
    max-width: 65%;
    text-align: left;
}
.add-cart-info.grocery-pg-btns-outr a span:first-child {
    flex: initial;
    max-width: initial;
    padding: 0px;
}
.add-cart-info a span {
    font-size: 13px;
    color: #fff;
}
.add-cart-info a span:last-child {
    text-align: center;
    padding-left: 0.5em;
}
.wishlist {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
}
.share-cart-icon {
    width: 28px;
    height: 28px;
    line-height: 24px;
    font-size: 15px;
    top: 47px;
}
.share-cart-icon img {
    width: 15px;
    height: 15px;
}
.product-price-outer {
    font-size: 20px;
    margin-bottom: 0px;
    padding-top: 5px;
}
.product-price-m {
    font-size: 16px;
    margin-left: 0;
    align-items: center;
}
.product-price-m span {
    font-size: 12px;
    margin-top: 2px;
}
.wla-main-grocery-inner .wla-left-inner {
    padding: 0px;
}
.explore-menu {
    padding: 15px 0 0px;
    margin: 0px 0 0px;
}
.offrdv .offers-section {
    padding-top: 5px;
}
.wla-outlet-name-md {
    margin: 0 -6px;
	margin-bottom: 0px;
	font-size: 16px;
    font-weight: 600;
    padding: 0 7px;
}
.wla-main-grocery-inner .wla-outlet-name-md {
    margin-top: 15px;
}
.wla-main-grocery-inner .wla-left-inner {
    padding: 0px;
}
.explore-menu {
    padding: 15px 0 0px;
    margin: 0px 0 0px;
    padding-top: 5px;
}
.wla-outlet-name-md {
    font-size: 16px;
    font-weight: 600;
    padding: 0 7px;
    margin: 0 -6px;
    margin-bottom: 0px;
    margin-top: 15px;
}
.wla-left-inner .explore-menu .bestseller-container {
    margin-left: -7px;
    margin-right: -15px;
}
.cart-center .offers-slider {
    margin-bottom: 15px;
}
.offers-slider-start {
    padding: 10px 7px;
    min-width: 260px;
}
.offers-slider-right {
    font-size: 14px;
}
.offers-slider-right .offer-main-txt {
    font-size: 14px;
    line-height: 22px;
}
.wla-main-grocery-inner .wla-outlet-name-md {
    margin-top: 15px;
}
.cart-icn {
    bottom: 90px;
    right: 20px;
}
.wla-main-grocery-inner .common-heading {
    font-size: 16px;
    margin-bottom: 15px;
}
.explore-menu-ul li {
    max-width: 33.3%;
    margin-bottom: 0px;
    padding: 0px 5px;
}
.menu-placeholder {
    max-width: 130px;
    margin-bottom: 8px;
}
.explore-menu-ul {
    margin: 0 -5px;
}
.explore-menu-ul li a {
    padding: 8px 8px;
}
.explore-menu-ul .eplore-menu-title {
    padding: 0 0px;
    font-size: 13px;
    line-height: initial;
}
.wla-main-grocery-inner .product-view-outer {
    padding: 0px 5px;
    border: none;
}
.row .product-view-outer:first-child, .row .product-view-outer:nth-child(2) {
    border-top: solid 1px rgba(112, 112, 112, .38);
}
.wla-main-grocery-inner .row .product-view-outer:first-child, .wla-main-grocery-inner .row .product-view-outer:nth-child(2) {
    border-top: none;
}
.product-view-img {
    border-bottom: none;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cart-center .product-view-outer .item-placeholder {
    height: auto;
}
.wishlist {
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
}
.wla-main-grocery-inner .product-view-detail {
    padding: 0px 10px 10px 10px;
}
.product-inner-heading {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.product-price {
    font-size: 14px;
    margin-bottom: 7px;
}
.mobile-a {
    display: block;
}
.desktop-a {
    display: none;
}
.add-to-cart {
    padding: 4px 8px;
    justify-content: center;
}
.cart-center .offers-slider .product-view-outer {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
body {
    padding-bottom: 75px;
}
.product-detail-head {
    font-size: 16px;
    padding-right: 0px;
    letter-spacing: 0px;
}
.tool_tip.grocery {
    right: auto;
    left: 0px;
    padding: 1px 1px;
    font-size: 9px;
    width: 125px;
    top: -37px;
}
.tool_tip.grocery:before {
    left: 60%;
}
.tool_tip.grocery:after {
    left: 60%;
}
.price-space {
    margin-bottom: 0px;
}
.offers-slider .product-view-detail {
    padding-bottom: 50px;
}
.offers-slider .add-cart-outer {
    bottom: 10px;
    padding: 0px 10px;
}
#locationfetchmodal.promocode.modal.modal-top .modal-content, #locationfetchmodal.promocode.modal.modal-bottom .modal-content {
    padding: 0rem 1rem;
}
.product-discription {
    font-size: 12px;
    line-height: 19px;
}
.fold-inner h4 {
    font-size: 16px;
}
.img-third span {
    font-size: 11px;
}
.img-second h4 {
    font-size: 16px;
}
.img-second p, .img-third p {
    font-size: 13px;
}
.img-second h4 {
    font-size: 16px;
}

}