@charset "utf-8";
/*only for this theme*/
/*########################################################################################################################################################*/
/*########################################################################################################################################################*/
.theme-header-overlay {
    background-color: transparent;
    background-image: linear-gradient(90deg, #160e20 25%, rgba(242, 41, 91, 0) 60%);
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.theme-header-footer-fill-left {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 60px;
    background: #f4f4f4;
    left: 0;
    border-top-right-radius: 120px 60px;
}
.theme-header-footer-fill-right {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 60px;
    background: #f4f4f4;
    right: 0;
    border-top-left-radius: 120px 60px;
}
.theme-index-banner-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
}
.theme-index-banner {
    width: 32.5%;
    height: 200px;
    background: #FFF;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 20px;
}
.theme-index-banner.banner-1 {
    background-image: url(/images/index-banners/1.png);
}
.theme-index-banner.banner-2 {
    background-image: url(/images/index-banners/2.png);
}
.theme-index-banner.banner-3 {
    background-image: url(/images/index-banners/3.png);
}
.theme-index-banner-header {
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #170f20;
    margin-bottom: 10px;
}
.theme-index-banner-info {
    width: 70%;
    font-family: 'Kurale';
    font-size: 30px;
    line-height: 30px;
    height: 80px;
    margin-bottom: 10px;
}
.theme-index-banner-button {
    border: #ffdf01 solid 3px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #170f20;
    padding: 10px 20px;
}
.theme-index-banner-button:hover {
    background-color: #ffdf01;
    color: #160e20;
}
.theme-shape-top {
    width: 100%;
    overflow: hidden;
    min-width: 1170px;
}
.theme-shape-top svg {
    width: 6500px;
    height: 58px;
    position: relative;
    left: 50%;
    display: block;
    transform: translateX(-50%);
}
.theme-shape-patch {
    fill: #f4f4f4;
}
.theme-footer-logo {
    width: 190px;
    margin-right: 40px;
    margin-bottom: 30px;
}
/*===================================================================== INDEX ===========================================================*/
.theme-index-promo-wrapper {
    width: 100%;
    background: #170f20;
    background-image: url('/images/index_promo.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 40px auto;
}
.theme-index-promo {
    width: 1170px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 580px;
}
.theme-index-promo-item {
    width: 275px;
    height: 200px;
    background-color: #170f20;
    margin: 10px;
    padding: 15px;
    display: flex;
    color: #FFF;
    font-weight: 300;
    font-size: 14px;
    flex-wrap: wrap;
    flex-direction: column;
}
.theme-index-promo-item-header {
    font-family: 'Kurale';
    font-size: 26px;
    width: 195px;
    line-height: 26px;
    margin-bottom: 10px;
}
.theme-index-promo-item-text {
    width: 195px;
}
.theme-index-promo-item-text::after {
    font-family: 'Roboto';
    content: '...';
    margin-left: 10px;
}
.theme-index-promo-item.product-back::before {
    font-family: 'FontAwesome';
    content: '\f0ec';
    font-size: 40px;
    color: #ffb401;
    padding: 0 10px 0 0;
    height: 100%;
}
.theme-index-promo-item.pay-as-go::before {
    font-family: 'FontAwesome';
    content: '\f09d';
    font-size: 40px;
    color: #ffb401;
    padding: 0 10px 0 0;
    height: 100%;
}
.theme-index-promo-item.quality::before {
    font-family: 'FontAwesome';
    content: '\f087';
    font-size: 40px;
    color: #ffb401;
    padding: 0 10px 0 0;
    height: 100%;
}
.theme-index-promo-item.free-shipping::before {
    font-family: 'FontAwesome';
    content: '\f072';
    font-size: 40px;
    color: #ffb401;
    padding: 0 10px 0 0;
    height: 100%;
}
.theme-index-article-wrapper {
    width: 100%;
    margin: 40px 0;

                                padding: 10px 0;
                                border: 1px solid red;
}
.theme-index-article-box {
    width: 1338px;
    margin: auto;
                                padding: 10px 0;
                                border: 1px solid green;
}
.theme-index-article-item {
    width: 100%;
    display: flex;
}
.theme-index-article-item:nth-child(even) {
    flex-direction: row-reverse;
}
.theme-index-article-item-photo {
    width: 50%;
}
.theme-index-article-item-photo img {
    /*width: 100%;*/
}
.theme-index-article-item-content {
    width: 50%;
    background-color: #FFF;
    padding: 45px 50px;
    height: 438px;
}
.theme-index-article-item-header {
    font-family: 'Kurale';
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 10px;
    font-weight: 700;
}
.theme-index-article-item-paragraph-name {
    font-style: italic;
    margin-bottom: 10px;
}
.theme-index-article-item-text {
    font-size: 15px;
    color: #a0a0a0;
    margin-bottom: 15px;
    max-height: 160px;
    overflow: hidden;
}
.theme-index-article-item-button {
    padding: 7px 15px;
    border: 2px solid #ffde02;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #FFF;
    color: #222529;
    display: inline-block;
}
.theme-index-article-item-button:hover {
    background-color: #ffde02;
    color: #160e20;
}

/*=================================================================== CATEGORY =============================================================*/

.theme-left-corner {
    border-radius: 40px 0;
}
.theme-right-corner {
    border-radius: 0 40px;
}

/*=================================================================== PRODUCT =============================================================*/

.theme-product-message-box {
    margin: 0;
}
.product-delivery-box:nth-child(n+1)::before {
    font-family: "FontAwesome";
    font-size: 20px;
    margin-right: 10px;
}
.product-delivery-box:nth-child(2)::before {
    content:"\f187";
}
.product-delivery-box:nth-child(3)::before {
    content:"\f015";
}
.product-delivery-box:nth-child(4)::before {
    content:"\f2b5";
}
.product-delivery-box:nth-child(5)::before {
    content:"\f0d1";
}