html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
   color: #000000;
   font-family: "PT Mono";
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(200,85,50,1.00) rgba(210,180,140,1.00);
}
*::-webkit-scrollbar
{
   width: 16px;
}
*::-webkit-scrollbar-track
{
   background: rgba(210,180,140,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(200,85,50,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(210,180,140,1.00);
}
#wb_txt_cookie_msg 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_txt_cookie_msg
{
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: normal;
   font-size: 11px;
}
#wb_txt_cookie_msg div
{
   text-align: left;
}
#carousel
{
   background-color: transparent;
   border-radius: 0px;
   margin: 0;
}
#carousel-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #D2B48C;
   opacity: 0.47;
}
#carousel-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#carousel-video video
{
   object-fit: cover;
   pointer-events: none;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
/*MIT LICENCE*/
/*Web builder FX*/
.floating-wpp {
    position: fixed;
    bottom: 20px;
    left: 15px;
    font-size: 14px;
    transition: bottom 0.2s;
}

.floating-wpp .floating-wpp-button {
    position: relative;
    border-radius: 50%;
    box-shadow: 1px 1px 4px rgba(60, 60, 60, 0.4);
    transition: box-shadow 0.2s;
    cursor: pointer;
    overflow: hidden;
}

.floating-wpp .floating-wpp-button img,
.floating-wpp .floating-wpp-button svg {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}

.floating-wpp:hover {
    bottom: 17px;
}

.floating-wpp:hover .floating-wpp-button {
    box-shadow: 1px 2px 8px rgba(60, 60, 60, 0.4);
}

.floating-wpp .floating-wpp-popup {
    /*border: 2px solid white;*/
    border-radius: 0px;
    background-color: #D2B48C;
    position: absolute;
    overflow: hidden;
    padding: 0;
    box-shadow: 5px 5px 8px rgba(60, 60, 60, 0.25);
    width: 0px;
    height: 0px;
    bottom: 0;
    opacity: 0;
    transition: bottom 0.1s ease-out, opacity 0.2s ease-out;
    transform-origin: bottom;
}

.floating-wpp .floating-wpp-popup.active {
    padding: 0 12px 12px 12px;
    width: 260px;
    height: auto;
    bottom: 82px;
    opacity: 1;
}

.floating-wpp .floating-wpp-popup .floating-wpp-message {
    background-color: white;
    padding: 8px;
    border-radius: 0px 5px 5px 5px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: opacity 0.2s;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    opacity: 1;
    transition-delay: 0.2s;
}

.floating-wpp .floating-wpp-popup .floating-wpp-head {
    text-align: right;
    color: white;
    margin: 0 -15px 10px -15px;
    padding: 6px 12px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.floating-wpp .floating-wpp-input-message {
    background-color: #D2B48C;
    margin: 10px -15px -15px -15px;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.floating-wpp .floating-wpp-input-message textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: none;
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    font-size: inherit;
    resize: none;
}

.floating-wpp .floating-wpp-btn-send {
    margin-left: 12px;
    font-size: 0;
    cursor: pointer;
}
#welcome_section
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#welcome_section
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#slidehsow_rotator
{
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border-radius: 0px;
   margin: 0;
}
#intro_section_header
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#intro_section_header
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#intro_place_holder
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#intro_place_holder
{
   column-count: 4;
   column-gap: 16px;
   orphans: 1;
   widows: 1;
}
#intro_place_holder > div
{
   display: inline-block !important;
   width: 100% !important;
}
#wb_info_card_1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_1-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_2-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_3-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_4-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#txt_intro_tile-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#ing_section_header
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#ing_section_header
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#ing_place_holder_1
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#ing_place_holder_1
{
   column-count: 2;
   column-gap: 16px;
   orphans: 1;
   widows: 1;
}
#ing_place_holder_1 > div
{
   display: inline-block !important;
   width: 100% !important;
}
#wb_ing_img_01
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#ing_img_01-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_info_card_5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_txt_ing_title
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#txt_ing_title-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#ing_place_holder_2
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#ing_place_holder_2
{
   column-count: 2;
   column-gap: 16px;
   orphans: 1;
   widows: 1;
}
#ing_place_holder_2 > div
{
   display: inline-block !important;
   width: 100% !important;
}
#wb_info_card_6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#info_card_6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 10px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_ing_img_02
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#ing_img_02-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#order_section_header
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#order_section_header
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#order_place_holder
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#order_place_holder
{
   column-count: 3;
   column-gap: 16px;
   orphans: 1;
   widows: 1;
}
#order_place_holder > div
{
   display: inline-block !important;
   width: 100% !important;
}
#wb_order_card_2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 2px solid #D2B48C;
   border-radius: 0px;
   text-align: center;
}
#order_card_2-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_txt_order_title
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#txt_order_title-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_order_card_1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #D2B48C;
   border-radius: 0px;
   text-align: center;
}
#order_card_1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#site_header
{
   background-color: rgba(210,180,140,0.00);
   background-image: none;
   border-radius: 0px;
}
#wb_shopping_basket
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
   border-radius: 400px;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   line-height: 36px;
   vertical-align: top;
}
#shopping_basket
{
   overflow: visible;
   vertical-align: top;
   width: 100%;
   height: 100%;
}
#shopping_basket
{
   fill: #C85532;
   display: inline-block;
   font-size: 36px;
   vertical-align: middle;
}
#wb_shopping_basket:hover #shopping_basket
{
   fill: #C85532;
}
#shopping_basket
{
   cursor: pointer;
}
#shopping_basket-badge
{
   position: absolute;
   top: 0;
   right: 0;
   padding: .25em .4em;
   white-space: nowrap;
   border-radius: .25rem;
   color: #FFFFFF;
   background-color: #000000;
   font-size: 12px;
   line-height: 1.0;
   text-align: center;
}
#PPMiniCart
{
   z-index: 9999;
}
#PPMiniCart .minicart-header
{
   font-size: 1.1em;
   font-weight: bold;
   padding: 12px;
   position: absolute;
}
#PPMiniCart .minicart-terms
{
   display: none;
}
#PPMiniCart .minicart-logo
{
   pointer-events: none;
}
@media (max-width: 767px)
{
   #PPMiniCart
   {
      left: 0 !important;
      width: 100% !important;
   }
   #PPMiniCart form
   {
      box-sizing: border-box;
      margin: 0 !important;
      padding: 1rem !important;
      width: 100% !important;
      border-radius: 0px;
   }
}
#PPMiniCart
{
   display: block !important;
   opacity: 0;
   transform: translateX(100%);
   transition: all 300ms;
   left: auto !important;
   right: 0 !important;
   top: 0 !important;
   bottom: 0 !important;
}
.minicart-showing #PPMiniCart
{
   -moz-animation: none !important;
   -webkit-animation: none !important;
   animation: none !important;
   opacity: 1;
   transform: translateX(0);
}
#wb_welcome_message
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#welcome_message-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_container
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#collection_container
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_collection_info
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#collection_info-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#footer_section
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#footer_section
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_footer_card
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   text-align: center;
}
#footer_card-card-body
{
   padding: 0 0 20px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_order_card_3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #D2B48C;
   border-radius: 0px;
   text-align: center;
}
#order_card_3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_img_circular_branding
{
   vertical-align: top;
}
#img_circular_branding
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#img_title_logo
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   margin: 0;
}
#img_title_logo a
{
   display: block;
   position: relative;
   height: 100%;
   width: 100%;
}
#img_title_logo a img
{
   position: absolute;
   z-index: 1;
   border-width: 0;
}
#img_title_logo span
{
   display: block;
   height: 100%;
   width: 100%;
   position: absolute;
   z-index: 2;
   transition: all 1200ms cubic-bezier(0.86, 0, 0.07, 1);
}
#img_title_logo .hover
{
   opacity: 0;
   transition: all 1200ms cubic-bezier(0.86, 0, 0.07, 1);
}
#img_title_logo:hover .hover
{
   opacity: 1;
}
#img_title_logo:hover span
{
   opacity: 0;
}
#img_title_logo img
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
.slider{width:100%;height:600px;}
.slide__inner{width:100vw;height:600px}
#cookie_container
{
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
   border: 2px solid #D2B48C;
   border-radius: 0px;
}
#wb_cmd_order_now a img
{
   position: absolute;
   left: 0;
}
#wb_cmd_order_now .default
{
   position: absolute;
   left: 0;
}
#wb_cmd_order_now a .hover
{
   visibility: hidden;
}
#wb_cmd_order_now a:hover .hover
{
   visibility: visible;
}
#wb_cmd_order_now a:hover .default
{
   visibility: hidden;
}
#cmd_order_now_text
{
   position: absolute;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
    left: 9%;
   top: 30%;
   width: 81.5%;
   height: 38.33%;
   box-sizing: border-box;
   overflow: hidden;
   text-align: center;
   word-wrap: break-word;
}
#wb_cmd_order_now a:hover #cmd_order_now_text span
{
   color: #C85532 !important;
}
#cmd_order_now
{
   border-width: 0;
   vertical-align: top;
}
#cookie_container_Container
{
   width: 307px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_site_menu
{
   position: absolute;
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   z-index: 21;
}
#wb_ing_img_01
{
   display: flex;
   z-index: 12;
}
#wb_collection_info
{
   display: flex;
   z-index: 23;
}
#wb_txt_ing_title
{
   display: flex;
   z-index: 10;
}
#slidehsow_rotator
{
   position: relative;
   text-align: left;
   width: 100%;
   height: 600px;
   float: left;
   display: inline-block;
   z-index: 31;
}
#wb_txt_order_title
{
   display: flex;
   z-index: 15;
}
#wb_txt_intro_tile
{
   display: flex;
   z-index: 5;
}
#wb_shopping_basket
{
   position: absolute;
   left: 141px;
   top: 20px;
   width: 36px;
   height: 36px;
   text-align: center;
   z-index: 20;
}
#cookie_container
{
   position: fixed;
   text-align: center;
   left: 10px;
   top: auto;
   bottom: 10px;
   width: 311px;
   height: 81px;
   z-index: 33;
}
#cmd_order_now
{
   width: 200px;
   height: 60px;
}
#site_header
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 100px;
   z-index: 32;
}
#img_title_logo
{
   position: absolute;
   left: 511px;
   top: 24px;
   width: 257px;
   height: 53px;
   overflow: hidden;
   z-index: 22;
}
#wb_order_card_1
{
   display: flex;
   z-index: 16;
}
#wb_order_card_2
{
   display: flex;
   z-index: 17;
}
#wb_cmd_order_now
{
   position: absolute;
   left: 13px;
   top: 215px;
   width: 200px;
   height: 60px;
   z-index: 2;
}
#wb_txt_cookie_msg
{
   position: absolute;
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   z-index: 25;
}
#wb_order_card_3
{
   display: flex;
   z-index: 18;
}
#wb_whatsapp_agent
{
   position: absolute;
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   z-index: 28;
}
#wb_welcome_message
{
   display: flex;
   z-index: 3;
}
#wb_img_circular_branding
{
   position: absolute;
   left: 232px;
   top: 177px;
   width: 400px;
   height: 400px;
   z-index: 1;
}
#wb_info_card_6
{
   display: flex;
   z-index: 14;
}
#wb_info_card_5
{
   display: flex;
   z-index: 11;
}
#wb_info_card_4
{
   display: flex;
   z-index: 9;
}
#wb_info_card_3
{
   display: flex;
   z-index: 8;
}
#wb_info_card_2
{
   display: flex;
   z-index: 7;
}
#wb_info_card_1
{
   display: flex;
   z-index: 6;
}
#cmd_cookie_close
{
   position: absolute;
   left: 218px;
   top: 25px;
   width: 75px;
   height: 30px;
   z-index: 27;
}
#wb_footer_card
{
   display: flex;
   z-index: 24;
}
#wb_ing_img_02
{
   display: flex;
   z-index: 13;
}
#carousel
{
   position: relative;
   text-align: left;
   width: 100%;
   height: 100%;
   float: left;
   display: block;
   z-index: 30;
}
#site_header_Container
{
   width: 1280px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 600px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 600px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 600px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 2;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 3;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 95px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 1024px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 191px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 228px;
   top: 215px;
   width: 330px;
   height: 330px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 384px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:600px;}.slide__inner{width:100vw;height:600px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 215px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (min-width: 980px) and (max-width: 1023px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 600px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 600px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 600px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 2;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 3;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 95px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 980px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 191px;
   top: 17px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 228px;
   top: 215px;
   width: 330px;
   height: 330px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 362px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:600px;}.slide__inner{width:100vw;height:600px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 215px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (min-width: 768px) and (max-width: 979px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 600px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 600px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 600px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 2;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 2;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 100px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 768px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 120px;
   top: 20px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 228px;
   top: 215px;
   width: 300px;
   height: 300px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 250px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:600px;}.slide__inner{width:100vw;height:600px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 214px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (min-width: 580px) and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 580px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 580px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 580px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 100px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 580px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 120px;
   top: 20px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 228px;
   top: 215px;
   width: 280px;
   height: 280px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 149px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:580px;}.slide__inner{width:100vw;height:580px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 214px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (min-width: 480px) and (max-width: 579px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 480px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 480px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 480px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 100px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 480px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 120px;
   top: 20px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 120px;
   top: 177px;
   width: 250px;
   height: 250px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 112px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:480px;}.slide__inner{width:100vw;height:480px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 214px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (min-width: 414px) and (max-width: 479px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 414px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 414px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 414px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 40px 0 40px;
   width: calc(100% - 80px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 49px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 15px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 100px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 414px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 120px;
   top: 20px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 105px;
   top: 145px;
   width: 250px;
   height: 250px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 79px;
   top: 24px;
   width: 257px;
   height: 53px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:414px;}.slide__inner{width:100vw;height:414px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 13px;
   top: 214px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
@media only screen and (max-width: 413px)
{
body
{
   background-color: #FFFFFF;
   background-image: url('../images/asfalt-dark.png');
   background-attachment: scroll;
   background-position: left top;
   background-repeat: repeat;
}
#wb_txt_cookie_msg
{
   left: 13px;
   top: 24px;
   width: 174px;
   height: 33px;
   visibility: visible;
   display: inline;
}
#wb_txt_cookie_msg
{
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#carousel
{
   height: 400px;
   visibility: visible;
   display: block;
   margin: 0;
   background-color: transparent;
}
#carousel
{
   width: 100%;
   margin: 0;
}
#carousel
{
    width: 100%;
    height: 100%;
}
#wb_whatsapp_agent
{
   left: 0px;
   top: 120px;
   width: 319px;
   height: 86px;
   visibility: visible;
   display: inline;
}
#aligner
{
}
#welcome_section
{
   visibility: visible;
   display: flex;
}
#welcome_section
{
   padding: 10px 10px 10px 10px;
}
#slidehsow_rotator
{
   height: 400px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#slidehsow_rotator
{
   width: 100%;
   margin: 0;
}
#slidehsow_rotator
{
    width: 100%;
    height: 400px;
}
#intro_section_header
{
   visibility: visible;
   display: flex;
}
#intro_section_header
{
   padding: 10px 10px 10px 10px;
}
#intro_place_holder
{
   visibility: visible;
   display: block;
}
#intro_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#intro_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_1
{
   text-align: center;
}
#wb_info_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 70px;
}
#info_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_2
{
   text-align: center;
}
#wb_info_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 60px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 60px;
}
#info_card_3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_3
{
   text-align: center;
}
#wb_info_card_4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 65px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 65px;
}
#info_card_4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#info_card_4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_info_card_4
{
   text-align: center;
}
#wb_txt_intro_tile
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_intro_tile-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
}
#txt_intro_tile-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_txt_intro_tile
{
   text-align: center;
}
#ing_section_header
{
   visibility: visible;
   display: flex;
}
#ing_section_header
{
   padding: 10px 10px 10px 10px;
}
#ing_place_holder_1
{
   visibility: visible;
   display: block;
}
#ing_place_holder_1
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_1
{
   padding: 10px 10px 10px 10px;
}
#wb_ing_img_01
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_01-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_01
{
   text-align: center;
}
#wb_info_card_5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_5-card-item0
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item8
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item12
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item13
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_5-card-item14
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   padding: 10px 0 0 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item15
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item16
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item17
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item18
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item19
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item20
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_5-card-item21
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_5
{
   text-align: center;
}
#wb_txt_ing_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_ing_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 29px;
   text-align: center;
}
#wb_txt_ing_title
{
   text-align: center;
}
#ing_place_holder_2
{
   visibility: visible;
   display: block;
}
#ing_place_holder_2
{
   column-count: 1;
   column-gap: 16px;
}
#ing_place_holder_2
{
   padding: 10px 10px 10px 10px;
}
#wb_info_card_6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#info_card_6-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item3
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item10
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item11
{
   box-sizing: border-box;
   margin: 20px 20px 10px 10px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#info_card_6-card-item12
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#info_card_6-card-item13
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0 0 20px 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: left;
}
#wb_info_card_6
{
   text-align: center;
}
#wb_ing_img_02
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#ing_img_02-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_ing_img_02
{
   text-align: center;
}
#order_section_header
{
   visibility: visible;
   display: flex;
}
#order_section_header
{
   padding: 10px 10px 10px 10px;
}
#order_place_holder
{
   visibility: visible;
   display: block;
}
#order_place_holder
{
   column-count: 1;
   column-gap: 16px;
}
#order_place_holder
{
   padding: 10px 10px 10px 10px;
}
#wb_order_card_2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#order_card_2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
   text-align: center;
}
#order_card_2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item2
{
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item3
{
   box-sizing: border-box;
   margin: 0 50px 0 50px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#order_card_2-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item6
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   width: calc(100% - 60px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item8
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#order_card_2-card-item9
{
   box-sizing: border-box;
   margin: 20px 30px 0 30px;
   width: calc(100% - 60px);
   padding: 12px 0 12px 0;
   border: 0px solid #C85532;
   border-radius: 0px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10
{
   display: inline-block;
   height: 54px;
   cursor: pointer;
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 20px 20px 15px 20px;
   border: 0px solid #C85532;
   border-radius: 25px;
   background-color: #C85532;
   background-image: none;
   color: #D2B48C;
   font-family: Leap;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#order_card_2-card-item10:hover
{
   background-color: #000000;
   color: #C85532;
   transition: background-color 500ms ease-out 0ms, color 500ms ease-out 0ms;
}
#wb_order_card_2
{
   text-align: center;
}
#wb_txt_order_title
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#txt_order_title-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
}
#wb_txt_order_title
{
   text-align: center;
}
#wb_order_card_1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_1-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_1
{
   text-align: center;
}
#site_header
{
   height: 100px;
   visibility: visible;
   display: block;
}
#site_header_Container
{
   width: 320px;
}
#header_affixer
{
}
#wb_shopping_basket
{
   left: 120px;
   top: 20px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 10px 10px 10px 10px;
   color: #C85532;
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_shopping_basket
{
   line-height: 40px;
}
#shopping_basket
{
   width: 40px;
   height: 40px;
}
#shopping_basket
{
   line-height: 40px;
   font-size: 40px;
   width: 40px;
   color: #C85532;
}
#shopping_basket:hover
{
   fill: #C85532;
}
#wb_shopping_basket:hover
{
   background-color: transparent;
   background-image: none;
   border: 2px solid transparent;
}
#wb_welcome_message
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#welcome_message-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
}
#welcome_message-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#welcome_message-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #D2B48C;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_welcome_message
{
   text-align: center;
}
#collection_container
{
   visibility: visible;
   display: flex;
}
#collection_container
{
   padding: 10px 10px 10px 10px;
}
#wb_collection_info
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #D2B48C;
   background-image: url('../images/asfalt-dark.png');
   background-repeat: repeat;
   background-position: left top;
}
#collection_info-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 35px;
   text-align: center;
}
#collection_info-card-item1
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #C85532 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#collection_info-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   text-align: center;
}
#collection_info-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item5
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item6
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#collection_info-card-item7
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #C85532;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-align: center;
}
#wb_collection_info
{
   text-align: center;
}
#footer_section
{
   visibility: visible;
   display: flex;
}
#footer_section
{
   padding: 10px 10px 10px 10px;
}
#wb_footer_card
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: #C85532;
   background-image: url('../images/asfalt-light.png');
   background-repeat: repeat;
   background-position: left top;
}
#footer_card-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 200px;
}
#footer_card-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: Leap;
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#footer_card-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item4
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item5
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item6
{
   box-sizing: border-box;
   margin: 20px 50px 0 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item7
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#footer_card-card-item8
{
   box-sizing: border-box;
   margin: 20px 50px 20px 50px;
   border-top: 2px #000000 dashed;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#footer_card-card-item9
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #000000;
   font-family: "PT Mono";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
}
#footer_card-card-item10
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 70px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 45px;
}
#wb_footer_card
{
   text-align: center;
}
#wb_site_menu
{
   left: 30px;
   top: 27px;
   width: 40px;
   height: 40px;
   visibility: visible;
   display: inline;
}
#wb_order_card_3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   background-color: transparent;
   background-image: none;
}
#order_card_3-card-item0
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_order_card_3
{
   text-align: center;
}
#wb_img_circular_branding
{
   left: 34px;
   top: 119px;
   width: 250px;
   height: 250px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#img_title_logo
{
   left: 71px;
   top: 19px;
   width: 166px;
   height: 44px;
   visibility: visible;
   display: inline;
}
#slide_rotator
{
}
.slider{width:100%;height:400px;}.slide__inner{width:100vw;height:400px}
#cookie_container
{
   width: 311px;
   height: 81px;
   visibility: visible;
   display: block;
}
#cookie_container_Container
{
   width: 307px;
}
#site_loader
{
}
#wb_cmd_order_now
{
   left: 10px;
   top: 214px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#cmd_cookie_close
{
}
#cookie_engine
{
}
}
body {font-family: PT Mono}.bubbleMenu li a{font-family:Leap;}
.slider{
  position:relative;
  box-sizing:border-box;
  margin:0;
  padding:0;
  overflow:hidden;
}
.slider__slides {
  z-index: 1;
  position: relative;
  height: 100%;
}
.slider__control {
  z-index: 2;
  position: absolute;
  top: 50%;
  left:10px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  border-radius: 50%;
  background:rgba(255,255,255,0.00);
  transition: background-color 0.3s;
  cursor: pointer;
}
.slider__control--right {
  left:auto;
  right:10px;
}
.slider__control:hover {
  background-color:rgba(210,180,140,0.31);
}
.slider__control-line {
  position: absolute;
  left: 23px;
  top: 50%;
  width: 3px;
  height: 14px;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
}
.slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(-135deg);
}
.slider__control--right .slider__control-line {
  left: 37px;
  transform-origin: 1px 0;
  transform: rotate(45deg);
}
.slider__control--right .slider__control-line:nth-child(2) {
  transform: translateY(1px) rotate(135deg);
}
.slider__control-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color:#D2B48C;
  transition: background-color 0.3s;
}
.slider__control:hover .slider__control-line:after {
  background-color:#C85532;
}
.slider__control.a--rotation .slider__control-line:after {
  animation: arrowLineRotation 0.49s;
}
.slider__control.a--rotation .slider__control-line:nth-child(1):after {
  animation: arrowLineRotationRev 0.49s;
}

@-webkit-keyframes arrowLineRotation{to{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}
@keyframes arrowLineRotation{to{-webkit-transform:rotate(180deg);transform:rotate(180deg);}}
@-webkit-keyframes arrowLineRotationRev{to{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}}
@keyframes arrowLineRotationRev{to{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}}

.slide {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150vmax;
  height: 150vmax;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition:clip-path 0s 0.91s;
  clip-path:circle(30px at calc(100% - 10px) 50%);
}
.slide.s--prev {
  clip-path: circle(30px at 10px 50%);
}
.slide.s--active {
  z-index: 1;
  transition: clip-path 1.3s;
  clip-path: circle(120vmax at 120vw 50%);
}
.slide.s--active.s--active-prev {
  clip-path: circle(120vmax at 30vw 50%);
}

.slide__inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform:translate(-50%,-50%);
  background-size: cover;
  background-position: center center;
}
.slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.slide__content {
  position: relative;
  left:0;
  max-width:100%;
  top:65%;
  transform:translateY(-50%);
  text-align:left;
  padding:0 100px 0 100px;
}
.slide__heading {
  max-width:100%;
  font-family:arial;
  font-size:43px;
  color:#FFFFFF;
  margin:0;
  padding-bottom:0px;
}
.slide__text {
  max-width:100%;
  font-family:arial;
  font-size:24px;
  color:#FFFFFF;
  margin:0;
  padding:0;
}
.slide__content a{display:inline-block;font-family:arial,sans-serif;font-size:21px;color:#FFFFFF;background-color:#000000;padding:10px 15px;margin-top:20px;cursor:pointer;border:0px none #000000;border-radius:0px;text-decoration:none;}
.slide__content a:hover{color:#000000;background-color:#FFFFFF;}


#loader-wrapper 
{
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999999;
}
#loader
{
   display: block;
   position: relative;
   left: 50%;
   top: 50%;
   width: 150px;
   height: 150px;
   margin: -75px 0 0 -75px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #D2B48C;
   -webkit-animation: spin 2s linear infinite;
   animation: spin 2s linear infinite;
   z-index: 1001;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
#loader:before 
{
   content: "";
   position: absolute;
   top: 5px;
   left: 5px;
   right: 5px;
   bottom: 5px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #000000;
   -webkit-animation: spin 3s linear infinite;
   animation: spin 3s linear infinite;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
#loader:after 
{
   content: "";
   position: absolute;
   top: 15px;
   left: 15px;
   right: 15px;
   bottom: 15px;
   border-radius: 50%;
   border: 3px solid transparent;
   border-top-color: #FFA500;
   -webkit-animation: spin 1.5s linear infinite;
   animation: spin 1.5s linear infinite;
   -webkit-transform-origin: center center;
   transform-origin: center center;
}
@-webkit-keyframes spin 
{
   0%   
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% 
   {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
   }
}
@keyframes spin 
{
   0%   
   {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
   }
   100% 
   {
      -webkit-transform: rotate(360deg);
       transform: rotate(360deg);
   }
}
#loader-wrapper .loader-section 
{
   position: fixed;
   top: 0;
   width: 50%;
   height: 100%;
   background: #C85532;
   z-index: 1000;
   -webkit-transform: translateX(0);
   transform: translateX(0);
}
#loader-wrapper .loader-section.section-left 
{
   left: 0;
   transform-origin: center center;
   background-color: #C85532;
}
#loader-wrapper .loader-section.section-right 
{
   right: 0;
   transform-origin: center center;
   background-color: #C85532;
}

.loaded #loader-wrapper .loader-section.section-left 
{
   -webkit-transform: translateX(-100%);
   transform: translateX(-100%);
   -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
   transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right 
{
   -webkit-transform: translateX(100%);
   transform: translateX(100%);
   -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
   transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader
{
   opacity: 0;
   -webkit-transition: all 0.3s ease-out;
   transition: all 0.3s ease-out;
}
.loaded #loader-wrapper 
{
   visibility: hidden;
   -webkit-transform: translateY(-100%);
   transform: translateY(-100%);
   -webkit-transition: all 0.3s 1s ease-out;
   transition: all 0.3s 1s ease-out;
}
