.w-checkbox {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

.w-checkbox-input {
    float: left;
    margin-bottom: 0px;
    margin-left: -20px;
    margin-right: 0px;
    margin-top: 4px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-commerce-commercecartwrapper {
    display: inline-block;
    position: relative;
}

.w-commerce-commercecartopenlink {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecartopenlinkcount {
    display: inline-block;
    height: 18px;
    min-width: 18px;
    margin-left: 8px;
    padding-right: 6px;
    padding-left: 6px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    color: #3898ec;
    font-size: 11px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    right: auto;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: absolute;
    left: auto;
    top: 100%;
    right: 0px;
    bottom: auto;
    background-color: transparent;
}

.w-commerce-commercecartcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 480px;
    min-width: 320px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e6e6e6;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.w-commerce-commercecartheading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.w-commerce-commercecartcloselink {
    width: 16px;
    height: 16px;
}

.w-commerce-commercecartformwrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartlist {
    overflow: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecartiteminfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecartproductname {
    font-weight: 700;
}

.w-commerce-commercecartoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercecartquantity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecartquantity::placeholder {
    color: #999;
}

.w-commerce-commercecartquantity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecartfooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 16px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.w-commerce-commercecartordervalue {
    font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 8px;
    height: 38px;
    min-height: 30px;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    background-color: #000;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 8px;
    height: 38px;
}

.w-commerce-commercequickcheckoutgoogleicon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercequickcheckoutmicrosofticon {
    display: block;
    margin-right: 8px;
}

.w-commerce-commercecartcheckoutbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
}

.w-commerce-commercecartemptystate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
    margin-top: 0px;
    margin-right: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-right: 6px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercebuynowbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-top: 10px;
}

.w-commerce-commerceaddtocartoutofstock {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffdede;
}

.w-commerce-commercecheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-commerce-commercelayoutmain {
    -webkit-flex-basis: 800px;
    -ms-flex-preferred-size: 800px;
    flex-basis: 800px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutrow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left-color: #e6e6e6;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-color: #e6e6e6;
    border-right-width: 1px;
    border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
    padding-left: 16px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-bottom-color: #e6e6e6;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-bottom: 0px;
    background-color: #fff;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    margin-left: 12px;
    margin-right: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 64px;
    padding-bottom: 64px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    font-weight: 400;
    margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 16px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e6e6e6;
    background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    margin-left: 16px;
    margin-right: 16px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    text-decoration: none;
    padding-left: 0px;
    margin-bottom: 0px;
    list-style-type: none;
}

.w-commerce-commercecheckoutdiscounts {
    background-color: #fff;
    border-bottom-color: #e6e6e6;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #e6e6e6;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e6e6e6;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e6e6e6;
    border-top-style: solid;
    border-top-width: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountsinput {
    background-color: #fafafa;
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ddd;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ddd;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display: block;
    height: 38px;
    line-height: 20px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    width: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
    color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
    border-top-color: #3898ec;
    border-right-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-left: 8px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 38px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 8px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    background-color: #3898ec;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    color: #fff;
    cursor: pointer;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    text-align: center;
}

.w-commerce-commercecheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

.w-commerce-commerceorderconfirmationcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    width: 100%;
    min-height: 100vh;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 10px;
    padding-right: 16px;
    padding-bottom: 10px;
    padding-left: 16px;
    background-color: #ffdede;
}

@media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercelayoutmain {
        margin-right: 0px;
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .w-commerce-commercelayoutsidebar {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecartcontainerwrapper--cartType-modal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
        position: fixed;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .w-commerce-commercecartquantity {
        font-size: 16px;
    }
    .w-commerce-commerceaddtocartquantityinput {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutemailinput {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingfullname {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstreetaddress {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .w-commerce-commercecheckoutshippingcity {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingstateprovince {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingzippostalcode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutshippingcountryselector {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardnumber {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardexpirationdate {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutcardsecuritycode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingfullname {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstreetaddress {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstreetaddressoptional {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingcity {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingstateprovince {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingzippostalcode {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutbillingcountryselector {
        font-size: 16px;
    }
    .w-commerce-commercecheckoutdiscountsinput {
        font-size: 16px;
    }
}

body {
    font-family: Lato, sans-serif;
    color: rgba(12, 21, 47, 0.6);
    font-size: 14px;
    line-height: 20px;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}

p {
    margin-bottom: 10px;
    font-family: 'Libre Franklin', sans-serif;
    color: #6c6c6c;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.item-tittle {
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: #6c6c6c;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
}

.item-tittle:hover {
    color: #ac1313;
}

.wrapper-pages {
    overflow: hidden;
}

.hero-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: hsla(0, 0%, 85.9%, 0.1);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
    background-position: 0px 0px, 0px 0px;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    color: transparent;
}

.hero-section.about-us {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    height: auto;
    padding-top: 200px;
    padding-bottom: 130px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f8f6f4), to(transparent)), url('../images/Untitled-14.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 30%, transparent), url('../images/Untitled-14.jpg');
    background-position: 0px 0px, 50% 67%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.hero-section.about-us.shop {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f8f6f4), to(transparent)), url('../images/Untitled-3-3.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 30%, transparent), url('../images/Untitled-3-3.jpg');
    background-position: 0px 0px, 50% 59%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.hero-section.about-us.plates {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #f8f6f4), to(transparent)), url('../images/Untitled-1-7.jpg');
    background-image: linear-gradient(90deg, #f8f6f4 30%, transparent), url('../images/Untitled-1-7.jpg');
    background-position: 0px 0px, 0% 0%;
    background-size: auto, cover;
}

.nav-link {
    margin-top: 0px;
    margin-right: 0px;
    padding: 21px 20px;
    opacity: 1;
    font-family: Poppins, sans-serif;
    color: #6c6c6c;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.nav-link:hover {
    opacity: 1;
    color: #000;
}

.nav-link.w--current {
    font-family: Prompt, sans-serif;
    color: #ac1313;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
}

.heading {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Prompt', sans-serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
}

.heading.left {
    text-align: left;
}

.items-content {
    position: relative;
    z-index: 200;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 0px none transparent;
    background-color: #fff;
    text-align: left;
}

.left-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.left-block.hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section {
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    border-top: 1px solid #ebebeb;
    font-weight: 500;
}

.section.collections {
    position: relative;
    padding: 120px 20px;
    border-top-style: none;
    background-color: #fff;
}

.section.footer-section {
    position: relative;
    padding-bottom: 0px;
    background-color: hsla(0, 0%, 85.9%, 0.1);
    color: transparent;
    line-height: 24px;
}

.section.newslatter {
    position: relative;
    border-top-style: solid;
}

.section.gray {
    background-color: #f8f8f8;
}

.section.gray.testimonials {
    position: relative;
}

.section.cta {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, hsla(0, 0%, 100%, 0.89)), color-stop(57%, hsla(0, 0%, 100%, 0))), url('../images/a-banner-unsplash-p-3200.png');
    background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0.89) 13%, hsla(0, 0%, 100%, 0) 57%), url('../images/a-banner-unsplash-p-3200.png');
    background-position: 0px 0px, 50% 33%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}

.section.sale-section {
    position: relative;
    padding-top: 220px;
    color: transparent;
}

.section.sale-section.about {
    padding-bottom: 0px;
}

.section.collection {
    position: relative;
}

.brand {
    display: block;
    margin-top: -4px;
    float: none;
    color: #000;
    font-weight: 700;
    text-align: left;
}

.brand.w--current {
    margin-top: -4px;
    float: left;
}

.brand.footer {
    margin-bottom: 20px;
}

.items-price {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.nav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-content-tittle {
    display: block;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
    color: #000;
}

.section-content-tittle.no-bottom-padding {
    margin-bottom: 0px;
}

.nav-menu {
    z-index: 3;
    display: block;
    opacity: 1;
}

.vertical-category {
    position: absolute;
    left: 0%;
    top: 50%;
    display: inline-block;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(-90deg) translate(0px, -50%);
    -ms-transform: rotate(-90deg) translate(0px, -50%);
    transform: rotate(-90deg) translate(0px, -50%);
    font-family: Poppins, sans-serif;
    color: #dbdbdb;
    font-size: 22px;
    line-height: 34px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vertical-category.right {
    left: auto;
    top: 50%;
    right: 0%;
}

.subscribe-form-block {
    margin-top: 40px;
}

.subscribe-form-block.section-newsletter {
    display: block;
    width: 500px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
}

.top-text {
    margin-bottom: 0px;
    font-family: Poppins, sans-serif;
    color: #d77474;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.top-text.left {
    text-align: left;
}

.top-text.cta {
    text-align: left;
}

.top-text.hero {
    margin-bottom: -20px;
}

.link-block-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.container {
    position: relative;
    z-index: 1;
    display: block;
    width: 1200px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    color: #fff;
    text-align: center;
}

.container.about-section {
    padding-right: 0px;
    padding-left: 0px;
}

.footer-subscribe {
    display: inline-block;
    width: 64%;
    height: 45px;
    margin-right: 2px;
    padding-left: 40px;
    float: left;
    border-style: solid;
    border-color: #ebebeb;
    border-bottom-width: 1px;
    background-color: hsla(0, 0%, 85.9%, 0.1);
    background-image: url('../images/icons8-secured-letter-64_1icons8-secured-letter-64.png');
    background-position: 9px 57%;
    background-size: 20px;
    background-repeat: no-repeat;
    color: #6c6c6c;
    font-size: 13px;
    line-height: 23px;
}

.footer-subscribe.email {
    width: 94%;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
}

.subscribe-button {
    width: 35%;
    height: 45px;
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 0px;
    background-color: #000;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
}

.subscribe-button:hover {
    background-color: #ac1313;
}

.top-padding {
    margin-top: 40px;
}

.footer-content-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer-content-block.padding {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section-image-newsletter {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    border-radius: 100%;
    background-color: #ebb96a;
    background-image: url('../images/icons8-paper-plane-64_1icons8-paper-plane-64.png');
    background-position: 50% 50%;
    background-size: 38px;
    background-repeat: no-repeat;
}

.form {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.links-category {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #999;
    font-size: 16px;
    text-decoration: none;
}

.links-category:hover {
    color: #000;
    text-decoration: none;
}

.links-category.w--current {
    margin-right: 20px;
    margin-left: 20px;
    background-color: transparent;
    color: #000;
    font-size: 16px;
    text-decoration: none;
}

.newsletter-block {
    width: 100%;
    margin-top: 40px;
}

.button {
    height: auto;
    margin-right: 12px;
    padding-right: 24px;
    padding-left: 24px;
    border: 1px none #fff;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button:hover {
    border: 0px none transparent;
    background-color: #ac1313;
    opacity: 1;
    -webkit-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    transform: translate(0px, -1px);
    color: #fff;
    font-weight: 400;
}

.button.dark {
    margin-right: 0px;
    padding: 20px 40px;
    border-style: none;
    border-color: #000;
    border-radius: 0px;
    background-color: #ac1313;
    font-family: Poppins, sans-serif;
    color: #fff;
    line-height: 22px;
}

.button.dark:hover {
    border-style: none;
    border-color: #53d7db;
    background-color: #000;
    -webkit-transform: translate(0px, -6px);
    -ms-transform: translate(0px, -6px);
    transform: translate(0px, -6px);
    color: #fff;
}

.button.dark.center {
    display: block;
    text-align: center;
}

.button.dark.black {
    background-color: #000;
}

.button.dark.black:hover {
    background-color: #ac1313;
}

.button.black {
    height: 38px;
    background-color: #000;
    font-family: Poppins, sans-serif;
    color: #fff;
}

.button.black:hover {
    background-color: #ac1313;
}

.product-page-image {
    display: block;
    width: 100%;
    height: 700px;
    margin-right: 0px;
    margin-left: auto;
    background-image: url('../images/oriento-663905-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    text-align: center;
}

.list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.category-content {
    margin-top: 20px;
}

.link-category {
    margin-left: 5px;
    -webkit-transition: color 400ms ease;
    transition: color 400ms ease;
    color: rgba(12, 21, 47, 0.6);
    font-size: 15px;
    text-decoration: none;
}

.link-category:hover {
    color: #000;
}

.price-text {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.category-item {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: Poppins, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.product-info {
    padding: 0px 40px;
    color: #000;
    text-align: left;
}

.tittle-plock {
    margin-bottom: 20px;
}

.tittle {
    margin-top: 20px;
    color: rgba(12, 21, 47, 0.6);
    font-size: 21px;
    line-height: 38px;
    font-weight: 400;
}

.tittle.tab-tittle {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}

.page-title {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 44px;
    line-height: 54px;
    font-weight: 500;
}

.page-title.big {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
}

.tab-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 240px;
    height: 240px;
    margin-right: 40px;
    margin-left: 40px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 30px;
    border-color: rgba(0, 0, 0, 0.05);
    border-radius: 240px;
    background-color: #ebb96a;
    -webkit-transition: box-shadow 500ms ease;
    transition: box-shadow 500ms ease;
    text-decoration: none;
}

.tab-block:hover {
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.1);
}

.section-tittle {
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
}

.section-tittle.cta {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 36px;
    line-height: 46px;
}

.history-tittle {
    margin-top: 0px;
    font-family: Poppins, sans-serif;
    color: #000;
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    text-align: left;
}

.history-paragraph {
    margin-top: 20px;
    color: #6c6c6c;
    line-height: 24px;
    text-align: left;
}

.about-column {
    padding-right: 0px;
    padding-left: 0px;
}

.link-2 {
    margin-right: 2px;
    margin-left: 2px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #000;
    text-decoration: none;
}

.link-2:hover {
    opacity: 1;
    color: #ac1313;
    text-decoration: underline;
}

.link-2._2 {
    margin-right: 2px;
    color: #000;
    text-decoration: none;
}

.sub-footer {
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #ebebeb;
    background-color: hsla(0, 0%, 85.9%, 0.1);
}

.sub-footer.no-padding {
    margin-top: 0px;
}

.right-footertext {
    display: inline-block;
    padding-left: 1px;
    font-size: 12px;
    line-height: 22px;
    font-weight: 500;
    text-align: right;
}

.right-footertext.center {
    display: inline-block;
    text-align: center;
}

.container-2 {
    position: relative;
    z-index: 1;
    display: block;
    width: 1170px;
    height: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    color: #fff;
    text-align: center;
}

.social-icon-div {
    padding-top: 20px;
    text-align: center;
}

.social-icon-div.no-padding {
    padding-top: 0px;
}

.social-icon-div.no-padding.more-left {
    margin-left: 5px;
}

.social-wrapper-div {
    width: 32px;
    height: 32px;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    background-color: transparent;
    background-image: url('../images/facebook-logo-Black.svg');
    background-position: 50% 50%;
    background-size: 16px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.social-wrapper-div:hover {
    border-color: #ebb96a;
    background-color: transparent;
    opacity: 1;
}

.social-wrapper-div.twitter {
    background-image: url('../images/twitter-logo-silhouette-black.svg');
    background-size: 16px;
}

.social-wrapper-div.twitter:hover {
    border-color: #ff5f0f;
}

.social-wrapper-div.google {
    background-image: url('../images/google-plus-Black.svg');
    background-size: 16px;
    opacity: 0.52;
}

.social-wrapper-div.google:hover {
    border-color: #ac1313;
    opacity: 1;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.related-block {
    margin-top: 0px;
    color: #000;
}

.body {
    font-family: 'Libre Franklin', sans-serif;
}

.cta-button-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cta-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.different-font {
    position: relative;
    font-family: 'Playfair Display', sans-serif;
    color: #ac1313;
    font-size: 68px;
    line-height: 68px;
    font-weight: 400;
}

.color-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 500px;
    height: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f5f5;
}

.info-sale-block {
    width: 70%;
    text-align: left;
}

.sale-tittle {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-align: left;
}

.sale-tittle.contact {
    margin-top: 0px;
}

.sale-tittle.related {
    margin-top: 0px;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
}

.sale-tittle.product {
    font-size: 30px;
    line-height: 40px;
}

.detail-paragraph {
    text-align: left;
}

.detail-paragraph.subpage {
    margin-bottom: 0px;
    line-height: 24px;
    font-weight: 500;
}

.button-link {
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.button-link:hover {
    text-decoration: underline;
}

.button-link.product {
    display: inline-block;
    margin-top: 20px;
    font-family: Poppins, sans-serif;
}

.row-padding {
    margin-bottom: 220px;
}

.footer-title {
    margin-bottom: 20px;
    font-family: Poppins, sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.about-pompeo-text {
    width: 75%;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 24px;
}

.about-pompeo-text.center {
    text-align: center;
}

.checkbox {
    display: block;
    margin-top: 40px;
    margin-bottom: 28px;
    float: none;
}

.checkbox-2 {
    margin-top: 2px;
    margin-right: 10px;
    float: none;
    background-color: #8534ff;
    color: #fff;
    font-size: 16px;
}

.subscribe-text-field {
    font-family: Lato, sans-serif;
    color: #a1a1a1;
}

.div-info-wrapper {
    margin-top: 90px;
}

.div-column-left {
    width: 90%;
    float: left;
}

.div-column-right {
    width: 90%;
    float: right;
}

.image-2 {
    position: relative;
    left: 53px;
    top: 19px;
}

.image-3 {
    position: relative;
    top: 21px;
    right: 119px;
}

.team-wrapper {
    display: block;
    width: 96%;
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
    border: 1px none #eaf0fd;
    border-radius: 0px;
    background-color: #fff;
    text-align: center;
}

.image-team-div {
    display: block;
    width: 90px;
    height: 90px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
    border-radius: 100px;
    background-image: url('../images/matheus-ferrero-216385-1-p-1600.jpeg');
    background-position: 50% 50%;
    background-size: cover;
}

.image-team-div._2 {
    background-image: url('../images/lucas-sankey-378674.jpg');
}

.image-team-div._3 {
    background-image: url('../images/erik-lucatero-310633.jpg');
}

.icon-tittle {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #1f2532;
    font-weight: 600;
    text-align: center;
}

.icon-tittle.color {
    margin-bottom: 5px;
    font-family: Poppins, sans-serif;
    color: #1f2532;
    font-weight: 500;
}

.icon-tittle.position {
    display: block;
    width: 120px;
    margin: 0px auto 20px;
    border-radius: 5px;
    background-color: transparent;
    color: #a1a1a1;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-div-wrapper {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

.contact-info {
    display: block;
    margin-top: 10px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}

.form-block-2 {
    height: 560px;
    padding: 60px;
    background-color: #fff;
}

.button-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 185px;
    padding: 12px 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #0675ec;
    border-radius: 0px;
    background-color: #da0000;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: #fff;
    text-decoration: none;
}

.button-2:hover {
    border-width: 0px;
    border-color: #000;
    background-color: #da0000;
    color: #fff;
}

.button-2.contact {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 40px;
    border-color: transparent;
    background-color: #ac1313;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.button-2.contact:hover {
    background-color: #ff5f0f;
}

.center-button-block {
    text-align: left;
}

.left-form {
    text-align: left;
}

.text-field-3 {
    display: inline-block;
    height: 42px;
    margin-bottom: 12px;
    float: none;
    border-radius: 3px;
}

.text-field-3.contact-form {
    font-size: 13px;
    line-height: 18px;
}

.text-field-3.contact-form.gray {
    width: 94%;
    height: 45px;
    margin-bottom: 24px;
    padding-left: 40px;
    border: 1px solid #ebebeb;
    border-radius: 0px;
    background-color: hsla(0, 0%, 85.9%, 0.1);
    background-image: url('../images/icons8-contacts-64_1icons8-contacts-64.png');
    background-position: 7px 48%;
    background-size: 20px;
    background-repeat: no-repeat;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 23px;
    font-weight: 400;
}

.error-message-2 {
    padding: 20px;
    border-radius: 0px;
    background-color: red;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.contact-form.message.gray {
    width: 98%;
    min-height: 170px;
    margin-bottom: 24px;
    padding-left: 40px;
    border: 1px solid #ebebeb;
    background-color: hsla(0, 0%, 85.9%, 0.1);
    background-image: url('../images/icons8-edit-80_1icons8-edit-80.png');
    background-position: 8px 8px;
    background-size: 23px;
    background-repeat: no-repeat;
    font-family: 'Libre Franklin', sans-serif;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
}

.field-label-2 {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
}

.field-label-2.contact-us-field {
    margin-bottom: 8px;
    color: #3f3f3f;
    font-size: 12px;
    font-weight: 400;
}

.field-label-2.contact-us-field.gray {
    color: #3f3f3f;
    font-weight: 700;
}

.success-message {
    border-radius: 0px;
    background-color: #34cf2c;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    line-height: 24px;
    text-align: center;
}

.map {
    height: 440px;
}

.map-wrapper {
    height: auto;
    padding: 60px;
    border-right: 1px solid #ebebeb;
    background-color: #fff;
}

.info-contact-row {
    display: inline-block;
    width: 80%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
}

.image-div {
    display: block;
    width: auto;
    height: 200px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/alisher-sharip-117976-unsplash-p-3200.jpeg');
    background-position: 0px 51%;
    background-size: cover;
}

.columns-2 {
    display: inline-block;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.divider {
    height: 1px;
    margin-top: 80px;
    margin-bottom: 80px;
    background-color: #dcdcdc;
}

.bold-text-3 {
    font-weight: 500;
}

.category-list-wrapper {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.licence-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -24px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.licence-item-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 66.66%;
    margin-bottom: 24px;
    padding: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(46, 50, 60, 0.09);
}

.image-div-2 {
    width: 100px;
    height: 100px;
    background-image: url('../images/36245.jpg');
    background-position: 50% 50%;
    background-size: cover;
}

.image-div-2.second {
    background-image: url('../images/524.jpg');
}

.licence-links-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 64px;
    padding-left: 64px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #717177;
}

.licence-link {
    color: #7c8499;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}

.licence-link:hover {
    color: #ac1313;
    text-decoration: underline;
}

.cta-text {
    width: 80%;
    margin-top: 10px;
    font-size: 16px;
}

.text-span {
    color: #ac1313;
    font-weight: 600;
    text-decoration: underline;
}

.sticky-navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1000;
    display: block;
    width: 100%;
    height: auto;
    padding: 0px 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.11);
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
}

.container-3 {
    position: relative;
    z-index: 10;
    display: block;
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.success-message-2 {
    background-color: #1cd814;
    color: #fff;
    font-weight: 500;
}

.error-message {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ac1313;
    color: #fff;
}

.items-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #dbdbdb;
}

.items-wrapper:hover {
    border-bottom-color: #ac1313;
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.project-image {
    width: 100%;
}

.item-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.quantity {
    float: none;
    font-family: 'Libre Franklin', sans-serif;
    color: #858585;
    font-weight: 400;
}

.list-item-2 {
    border-bottom: 1px solid hsla(0, 0%, 86.3%, 0.25);
}

.list-item-3 {
    border-bottom: 1px solid hsla(0, 0%, 86.3%, 0.25);
}

.error-state {
    font-family: 'Libre Franklin', sans-serif;
    color: #ac1313;
    line-height: 24px;
    font-weight: 400;
}

.center-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.checkout-form-container {
    display: block;
    width: auto;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
}

.about-hero-block {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 50%;
    padding-right: 5%;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.center {
    text-align: center;
}

.order-item {
    padding-top: 0px;
    padding-bottom: 16px;
    border-top: 1px none #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.order-confirmation-container {
    display: block;
    max-width: 1200px;
    min-height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border: 1px none #e6e6e6;
    background-color: transparent;
}

.image-4 {
    margin-right: 5px;
    opacity: 1;
}

.image-4:hover {
    opacity: 1;
}

.cart-text {
    color: #000;
}

.cart-button {
    border-left: 1px solid #ebebeb;
    background-color: transparent;
    opacity: 0.7;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.cart-button:hover {
    opacity: 1;
}

.text-block {
    font-family: 'Libre Franklin', sans-serif;
    color: #858585;
    font-weight: 400;
}

.text-block:hover {
    color: #ac1313;
}

.tittle-product {
    font-family: Poppins, sans-serif;
    color: #4d4d4d;
    font-weight: 600;
    text-align: left;
}

.quantity-cart {
    font-family: 'Libre Franklin', sans-serif;
    color: #4d4d4d;
}

.cart-line-item {
    font-family: 'Libre Franklin', sans-serif;
    color: #4d4d4d;
}

.required {
    font-family: 'Libre Franklin', sans-serif;
    color: #858585;
    font-weight: 400;
}

.field-label {
    font-family: 'Libre Franklin', sans-serif;
    color: #4d4d4d;
    font-weight: 600;
}

.country {
    font-family: 'Libre Franklin', sans-serif;
    color: #000;
}

.shipping-tittle {
    font-family: 'Libre Franklin', sans-serif;
    color: #4d4d4d;
    font-weight: 600;
}

.total {
    font-family: Poppins, sans-serif;
    color: #000;
}

.billing {
    font-family: 'Libre Franklin', sans-serif;
    color: #4d4d4d;
}

.line-item {
    font-family: 'Libre Franklin', sans-serif;
    color: #6c6c6c;
    font-weight: 400;
}

.div-block {
    -webkit-flex-basis: 320px;
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
}

.container-checkout {
    max-width: 1200px;
}

.block-header {
    background-color: hsla(0, 0%, 85.9%, 0.1);
}

.text-block-2 {
    color: #4d4d4d;
}

.pay-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 5%;
    border-style: solid solid none;
    border-width: 1px;
    border-color: #e6e6e6;
}

.paypal {
    height: 45px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 24px;
}

.web-payments {
    height: 48px;
    padding-right: 8px;
    padding-left: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.apple-pay {
    height: 45px;
    border-radius: 4px;
}

.about-hero-block-2 {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 50%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}

.licence-item-first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px none #dde1e7;
    border-radius: 6px;
    background-color: rgba(255, 142, 100, 0.3);
}

.licence-item-first.changelog {
    width: 60%;
    background-color: #fff;
}

.licence-link-2 {
    color: #343e52;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    text-decoration: none;
}

.licence-link-2:hover {
    color: #bc3219;
    text-decoration: underline;
}

.logo-icon {
    margin-right: 20px;
}

.div-block-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.remove-button-2 {
    text-decoration: none;
}

.hero-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-div.small {
    margin-right: 0%;
}

.hero-image {
    width: 1000px;
    height: 500px;
    margin-left: -196px;
    background-image: url('http://liangchiang.com/pic/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B8%9B%E0%B8%B564/%E0%B9%82%E0%B8%9B%E0%B8%A3%E0%B9%80%E0%B8%94%E0%B8%B7%E0%B8%AD%E0%B8%99%E0%B9%80%E0%B8%A1%E0%B8%A9%E0%B8%B2%E0%B8%A2%E0%B8%9964.jpg');
    background-position: 50% 50%;
    background-size: 800px;
    background-repeat: no-repeat;
}

.hero-image-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.discount {
    margin-bottom: 20px;
    border-top-style: none;
}

@media screen and (max-width: 991px) {
    .hero-section {
        display: block;
        height: auto;
        padding-top: 60px;
        padding-right: 20px;
        padding-left: 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
        background-position: 0px 0px, 0px 0px;
        background-size: auto, 2080px;
        background-repeat: repeat, repeat;
    }
    .hero-section.about-us {
        height: auto;
        padding: 110px 8px;
        background-color: rgba(12, 21, 47, 0.6);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #f8f6f4), to(transparent)), url('../images/Untitled-3-3.jpg');
        background-image: linear-gradient(90deg, #f8f6f4 34%, transparent), url('../images/Untitled-3-3.jpg');
        background-position: 0px 0px, 0px 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .hero-section.about-us.shop {
        background-color: transparent;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(31%, #f8f6f4), to(hsla(0, 0%, 100%, 0.55))), url('../images/Untitled-3-3.jpg');
        background-image: linear-gradient(90deg, #f8f6f4 31%, hsla(0, 0%, 100%, 0.55)), url('../images/Untitled-3-3.jpg');
        background-position: 0px 0px, 50% 59%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .nav-link {
        width: 100%;
        max-width: 100%;
        border-top: 1px solid #dcdcdc;
        border-bottom: 1px none #dcdcdc;
    }
    .left-block {
        display: block;
        margin-bottom: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section.collections {
        border-top-width: 0px;
    }
    .section.cta {
        padding-right: 20px;
        padding-left: 20px;
    }
    .brand {
        padding-left: 14px;
    }
    .brand.w--current {
        margin-top: 0px;
    }
    .brand.footer {
        padding-left: 0px;
    }
    .nav-menu {
        top: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: visible;
        width: 100%;
        padding: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #fff;
    }
    .vertical-category {
        left: -60px;
        top: 30%;
        display: none;
    }
    .vertical-category.right {
        top: 30%;
        right: -10%;
    }
    .icon-2 {
        color: #1f2532;
    }
    .top-text.hero {
        margin-bottom: -10px;
        text-align: left;
    }
    .link-block-flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .container {
        padding-right: 10px;
        padding-left: 10px;
    }
    .footer-content-block {
        margin-bottom: 0px;
        text-align: left;
    }
    .footer-content-block.padding {
        margin-bottom: 100px;
    }
    .product-info {
        margin-top: 80px;
        padding-left: 0px;
    }
    .page-title {
        margin-top: 0px;
        color: #000;
    }
    .page-title.big {
        width: 70%;
        color: #000;
        text-align: center;
    }
    .paragraph.main {
        width: 45%;
        text-align: center;
    }
    .tab-block {
        width: 200px;
        height: 200px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .sub-footer {
        margin-top: 0px;
    }
    .right-footertext {
        text-align: right;
    }
    .container-2 {
        padding-right: 10px;
        padding-left: 10px;
    }
    .columns {
        display: block;
    }
    .cta-button-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .color-block {
        width: auto;
    }
    .info-sale-block {
        width: 90%;
        margin-left: 20px;
    }
    .info-sale-block.padding {
        margin-left: 0px;
    }
    .detail-paragraph.subpage {
        color: #6c6c6c;
    }
    .team-wrapper {
        width: 96%;
    }
    .button-2:hover {
        background-color: #fc6f00;
    }
    .info-contact-row {
        width: 100%;
    }
    .category-list-wrapper {
        width: 100%;
    }
    .licence-item-1 {
        width: 80%;
    }
    .sticky-navbar {
        position: relative;
        left: 0px;
        top: 0px;
        right: 0px;
        display: block;
        padding: 0px;
    }
    .container-3 {
        position: relative;
    }
    .menu-button {
        background-color: #fff;
        font-size: 40px;
    }
    .menu-button.w--open {
        background-color: transparent;
    }
    .about-hero-block {
        display: block;
        width: 66.66%;
        margin-right: 33.33%;
        margin-bottom: 0px;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .div-block.right {
        width: 100%;
    }
    .container-checkout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .paypal {
        height: 45px;
    }
    .web-payments {
        height: 35px;
    }
    .apple-pay {
        height: 45px;
    }
    .left-div-wrapper {
        width: 100%;
        margin-right: 0px;
    }
    .about-hero-block-2 {
        display: block;
        width: 66.66%;
        margin-right: 33.33%;
        margin-bottom: 0px;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .licence-item-first.changelog {
        width: 80%;
    }
    .hero-div.small {
        width: 100%;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-image {
        width: 100%;
        margin-left: 0px;
        background-size: 700px;
    }
    .hero-image-div {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .hero-section {
        height: auto;
        padding-top: 6%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.3))), url('../images/scott-webb-268893-unsplash.jpg');
        background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)), url('../images/scott-webb-268893-unsplash.jpg');
        background-position: 0px 0px, 0px 0px;
        background-size: auto, 2080px;
        background-repeat: repeat, repeat;
    }
    .hero-section.about-us {
        height: auto;
        padding-top: 110px;
        padding-bottom: 110px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(24%, #f8f6f4), to(hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-3-3.jpg');
        background-image: linear-gradient(90deg, #f8f6f4 24%, hsla(0, 0%, 100%, 0.75)), url('../images/Untitled-3-3.jpg');
        background-position: 0px 0px, 0px 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .hero-section.about-us.shop {
        height: auto;
        padding-top: 110px;
    }
    .left-block {
        margin-bottom: 60px;
    }
    .section.cta {
        background-image: -webkit-gradient(linear, left top, right top, color-stop(44%, #dbdbdb), to(hsla(0, 0%, 100%, 0))), url('../images/a-banner-unsplash-p-3200.png');
        background-image: linear-gradient(90deg, #dbdbdb 44%, hsla(0, 0%, 100%, 0)), url('../images/a-banner-unsplash-p-3200.png');
        background-position: 0px 0px, 50% 33%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .section.sale-section {
        padding-top: 50%;
        padding-bottom: 20%;
    }
    .vertical-category {
        display: none;
    }
    .container {
        height: auto;
    }
    .footer-content-block {
        margin-bottom: 60px;
    }
    .footer-content-block.padding {
        margin-bottom: 0px;
    }
    .button {
        text-align: center;
    }
    .page-title.big {
        width: 80%;
        font-size: 38px;
        line-height: 48px;
    }
    .paragraph.main {
        width: 45%;
    }
    .tab-block {
        margin-bottom: 30px;
    }
    .sub-footer {
        margin-top: 120px;
    }
    .right-footertext {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
    .container-2 {
        height: auto;
    }
    .cta-button-block {
        margin-top: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cta-row {
        display: block;
    }
    .sale-block.padding {
        margin-top: 120px;
    }
    .info-sale-block {
        margin-top: 0px;
        margin-left: 0px;
    }
    .info-sale-block.padding {
        margin-top: 120px;
        margin-left: 0px;
    }
    .row-padding {
        margin-bottom: 90px;
    }
    .div-info-wrapper {
        margin-top: 60px;
    }
    .div-column-left {
        margin-bottom: 40px;
    }
    .div-column-right {
        margin-top: 30px;
        float: none;
    }
    .team-wrapper {
        margin-bottom: 20px;
    }
    .form-block-2 {
        height: auto;
    }
    .column {
        margin-top: 150px;
        margin-bottom: 0px;
    }
    .licence-item-1 {
        width: 100%;
    }
    .columns-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .menu-button {
        font-size: 30px;
    }
    .about-hero-block {
        width: 75%;
        margin-right: 25%;
        margin-bottom: 0px;
    }
    .text-block {
        text-decoration: none;
    }
    .paypal {
        height: 35px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .apple-pay {
        height: 35px;
    }
    .about-hero-block-2 {
        width: 75%;
        margin-right: 25%;
        margin-bottom: 0px;
    }
    .licence-item-first {
        width: 100%;
    }
    .licence-item-first.changelog {
        width: 90%;
    }
    .remove-button-2 {
        text-decoration: none;
    }
    .hero-image {
        height: 400px;
        background-size: 500px;
    }
}

@media screen and (max-width: 479px) {
    .hero-section {
        height: auto;
        padding-top: 70px;
        padding-bottom: 30px;
        background-image: url('../images/scott-webb-268893-unsplash.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .hero-section.about-us {
        height: auto;
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(46%, #f8f6f4), to(hsla(0, 0%, 100%, 0.75))), url('../images/Untitled-3-3.jpg');
        background-image: linear-gradient(90deg, #f8f6f4 46%, hsla(0, 0%, 100%, 0.75)), url('../images/Untitled-3-3.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
    }
    .hero-section.about-us.shop {
        height: auto;
        padding-top: 80px;
    }
    .section.sale-section {
        padding-bottom: 40%;
    }
    .section.checkout {
        padding-right: 10px;
        padding-left: 10px;
    }
    .section.order {
        padding-right: 10px;
        padding-left: 10px;
    }
    .nav-flex {
        height: 80px;
    }
    .subscribe-form-block.section-newsletter {
        width: auto;
    }
    .container {
        height: auto;
    }
    .footer-subscribe {
        width: 100%;
        float: none;
    }
    .subscribe-button {
        width: 100%;
    }
    .button {
        margin-bottom: 10px;
    }
    .page-title {
        font-size: 30px;
        line-height: 40px;
    }
    .page-title.big {
        width: 100%;
    }
    .paragraph.main {
        width: 100%;
    }
    .tab-block {
        margin-right: 0px;
        margin-left: 0px;
    }
    .section-tittle {
        font-size: 30px;
        line-height: 40px;
    }
    .container-2 {
        height: auto;
    }
    .cta-button-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .cta-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .different-font {
        font-size: 48px;
        line-height: 58px;
    }
    .sale-block {
        margin-top: 120px;
    }
    .sale-block.padding {
        margin-top: 80px;
    }
    .info-sale-block {
        width: 100%;
        margin-left: 0px;
    }
    .info-sale-block.padding {
        margin-top: 80px;
    }
    .about-pompeo-text.center {
        width: 80%;
    }
    .image-2 {
        left: 83px;
    }
    .image-3 {
        right: 89px;
    }
    .team-wrapper {
        text-align: center;
    }
    .contact-div-wrapper {
        width: 100%;
    }
    .form-block-2 {
        padding-right: 20px;
        padding-left: 20px;
    }
    .button-2 {
        width: 100%;
    }
    .map-wrapper {
        padding: 29px;
    }
    .licence-item-1 {
        padding: 15px 15px 14px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .image-div-2 {
        width: 100px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }
    .licence-links-wrapper {
        padding-right: 16px;
        padding-left: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .licence-link {
        margin-right: 10px;
    }
    .checkout-form-container {
        padding: 0px;
        background-color: transparent;
    }
    .about-hero-block {
        width: 100%;
        margin-right: 0%;
    }
    .order-confirmation-container {
        padding: 0px;
        border-style: none;
        background-color: transparent;
        color: transparent;
    }
    .pay-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .web-payments {
        padding-right: 0px;
        padding-left: 0px;
    }
    .about-hero-block-2 {
        width: 100%;
        margin-right: 0%;
    }
    .licence-item-first {
        width: auto;
        padding: 15px 15px 14px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .licence-item-first.changelog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .licence-link-2 {
        margin-right: 0px;
    }
    .logo-icon {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .hero-image {
        height: 200px;
        background-size: 300px;
    }
}

#w-node-_05f41280-1106-df1d-18e5-952718e972eb-e5de154b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972ed-e5de154b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-ac44eb99-d265-a123-eb9a-436a8b3fd8e1-e5de154b {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f5-e5de154b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

#w-node-_05f41280-1106-df1d-18e5-952718e972f8-e5de154b {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mitr';
    src: url('../fonts/Mitr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}