@font-face {
    font-family: 'SourceSerifProBold';
    src: url('../fonts/SourceSerifProBold.eot');
    src: url('../fonts/SourceSerifProBold.eot') format('embedded-opentype'),
        url('../fonts/SourceSerifProBold.woff2') format('woff2'),
        url('../fonts/SourceSerifProBold.woff') format('woff'),
        url('../fonts/SourceSerifProBold.ttf') format('truetype'),
        url('../fonts/SourceSerifProBold.svg#SourceSerifProBold') format('svg');
}

@font-face {
    font-family: 'SourceSerifProSemibold';
    src: url('../fonts/SourceSerifProSemibold.eot');
    src: url('../fonts/SourceSerifProSemibold.eot') format('embedded-opentype'),
        url('../fonts/SourceSerifProSemibold.woff2') format('woff2'),
        url('../fonts/SourceSerifProSemibold.woff') format('woff'),
        url('../fonts/SourceSerifProSemibold.ttf') format('truetype'),
        url('../fonts/SourceSerifProSemibold.svg#SourceSerifProSemibold') format('svg');
}

.set-bg-image {
    background-repeat: repeat;
}

@media (max-width: 1199px) {
    .set-bg-image {
        background: url(../img/torecart_landing_bg_img.png);
        background-repeat: repeat;
    }
}

.landing .items {
    background: url(../img/new-bg.png) no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #626262 !important;
    border-radius: 5px
}

.landing .items .text-decoration-none {
    text-decoration: none !important;
}

.landing .items .bgimg img {
    width: 100%;
}

.landing .items .bgimg {
    max-height: 237px;
    overflow: hidden;
    padding: 0px;
    height: 100%;
}

/* .landing .items .bgimg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(0, 0, 0, 0.4);
} */

.landing .items .item-content .itemsmainimg {
    height: 140px;
    margin: 0 auto;
    display: inline-block;
}

.landing .item-content .pricetag {
    background: transparent;
}

.landing .item-content {
    background: transparent;
    text-align: center;
}

.landing .item-content .bar {
	background: url(../img/white-br.png) no-repeat;
	background-size: 98% 100%;
	height: 22px;
	padding: 3px 0;
	width: 100%;
}

.landing .item-content .btn-primary {
    padding: 0;
    background: transparent;
    border: 0;
    width: calc(50% - 5px);
}

.landing .item-content .btn-container {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    line-height: 52px;
}

.landing .item-content .btn-container .btn:first-child {
    margin-right: 5px;
}

.landing .item-content .btn-container .btn:last-child {
    margin-left: 5px;
}

.landing .item-content .btn-primary {
    height: 54px;
}

/* .landing .item-content .pricetag .price,
.grid .item-content .pricetag span,
.landing .item-content .pricetag .price sub,
.landing .item-content .pricetag .price2 sub {
    color: #2A2A2A;
} */

/* .landing .item-content .pricetag .price, .landing .item-content .pricetag .price2 { */
	/*background: url(../img/text-bg.png) no-repeat;*/
	/*background-size: 100% 100%;*/
	/*background-position: center;*/
	/* padding: 8px 10px 0; */
/* } */

.landing .item-content .pricetag .price {
    display: flex;
    gap: 10px;
    padding-right: 0;
    background: transparent;
    color: #626262;
    bottom: 0;
}

.landing .item-content .pricetag .price2 .f4 {
    font-size: 16px;
    color: #000;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
}

.landing .item-content .pricetag .price2 .f4 img {
    height: 20px;
}

.landing .item-content .pricetag .price2 span sub {
    margin-left: 5px;
    font-size: 16px;
    color: #000;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
}

.landing .item-content .pricetag .price span {
	font-size: 20px;
    color: #000;
    font-family: "IBM Plex Sans JP", sans-serif;
    font-weight: 700;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
}

.landing .item-content .pricetag .price sub {
    color: #000;
    font-weight: 500;
    -webkit-text-stroke: 2px #fff;
    paint-order: stroke fill;
    bottom: -1px;
    margin-left: 3px;
    font-size: 16px;
}

.landing .item-content .bottomtext {
    font-family: 'SourceSerifProSemibold';
    font-weight: 500;
    font-size: 20px;
    color: #666666;
    padding-top: 20px;
    line-height: 16px;
}

.grid .items .item-content .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(75,75,75,1) 50%, rgba(0,0,0,1) 100%);
    border: 0px solid #ffba68;
    color: #fff;
    height: 44px;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 500;
}

.grid .items .item-content .btn-primary img {
    height: 20px;
    margin-right: 3px;
}

.grid .items .item-content .btn-primary span {
    color: #fff;
    font-weight: 700;
}

.grid .items .item-content .btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(247,126,8,1) 50%, rgba(210,22,56,1) 100%);
    border: 0px solid #2a2a2a;
    color: #fff;
    width: calc(50% - 5px);
    font-weight: 500;
    border-radius: 8px;
    height: 44px;
    padding: 0;
    font-family: "Mochiy Pop One", sans-serif;
}

.grid .items .item-content .btn-default img {
    height: 20px;
    margin-right: 3px;
}

.grid .items .item-content .btn-default span {
    font-family: 'Roboto Mono', monospace;
    color: #fff;
    font-weight: 700;
}

.landing .items .item-content .itemsmainimg {
    position: relative;
    top: -25px;
}

.grid .item-content .bar .subbar {
    background: linear-gradient(90deg, rgba(228,40,63,1) 30%, rgba(243,178,186,1) 100%);
    border-radius: 2px;
}
