body {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
a:hover,
a:focus {
    color: #234084;
    transition: all 0.6s ease-in;
}

.container {
    width: 90%;
    margin: 0 auto;
}
.section-space {
    padding: 30px 0px;
}
@media (max-width: 991px) {
    .section-space {
        padding: 30px 0px;
    }
}
@media (max-width: 575px) {
    .section-space {
        padding: 15px 0px;
    }
}

h2 {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(16px + (38 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    line-height: calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center !important;
    text-transform: uppercase !important;
    margin: 15px 0px !important;
}
h2:after {
    content: none !important;
}
@media (max-width: 991px) {
    h2 {
        letter-spacing: 0px;
        margin: 10px 0px !important;
    }
}
@media (max-width: 575px) {
    h2 {
        letter-spacing: 0px;
        margin: 5px 0px !important;
    }
}

.common-home .section-space {
    position: relative;
    background-color: #ffffff !important;
}
.common-home .section-space.slideshow {
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(0%, 0%);
}

/*  ================================== Animation ================================== */

@keyframes icon-animation {
    15%  { transform: rotate(6deg); }
    30%  { transform: rotate(-6deg); }
    45%  { transform: rotate(3.6deg); }
    60%  { transform: rotate(2.4deg); }
    75%  { transform: rotate(1.2deg); }
    100% { transform: rotate(0deg); }
}

@keyframes bounce-animation {
    0%   { transform: translateY(0px); }
    50%  { transform: translateY(2.5px); }
    100% { transform: translateY(0px); }
}

/* ================================== End of Animation ================================== */

/* ================================== Input / Button ================================== */

.btn-primary {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .btn-primary {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}
.btn-default {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.btn-default:hover,
.btn-default:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .btn-default {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}

.btn-quantity {
    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    text-transform: uppercase;
    border: none;

    padding: 4px 12px;
}
.btn-quantity:hover,
.btn-quantity:focus {
    background-color: #000000;
    color: #ffffff;
    outline: none;
    transition: all 0.6s ease-in;
}
.btn-plus {
    background-color: #234084;
    color: #ffffff;
}
.btn-minus {
    background-color: #a3a4a6;
    color: #ffffff;
}
.btn-plus:hover,
.btn-plus:focus {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.6s ease-in;
}
.btn-minus:hover,
.btn-minus:focus {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.6s ease-in;
}

.btn-voucher,
.btn-login,
.btn-search {
    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    text-transform: uppercase;
    border: none;

    padding: 4px 12px;
}
.btn-voucher:hover,
.btn-voucher:focus,
.btn-login:hover,
.btn-login:focus,
.btn-search:hover,
.btn-search:focus {
    background-color: #000000;
    color: #ffffff;
    outline: none;
    transition: all 0.6s ease-in;
}

.btn.disabled,
.btn[disabled] {
    background-color: #b0b0b0;
    color: #ffffff;
    opacity: 1;
}
.btn.disabled:hover,
.btn.disabled:focus,
.btn[disabled]:hover,
.btn[disabled]:focus {
    background-color: #b0b0b0;
    color: #ffffff;
    outline: none;
    transition: all 0.6s ease-in;
}

/* ================================== End of Input / Button ================================== */

/* ================================== Breadcrumb ================================== */

.breadcrumb {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    background-color: transparent;
    width: 100%;
    border: none;
    padding: 15px 0px 15px;
    margin: 0px;
}
.breadcrumb > li {
    padding: 0 15px;
}
.breadcrumb > li:first-child {
    padding-left: 0px;
}
.breadcrumb > li > a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    text-shadow: none;
}
.breadcrumb > li::after {
    content: '/';
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-shadow: none;
    transform: translate(-25%, -50%);
}
.breadcrumb > li:last-child {
    padding-right: 0px;
}
.breadcrumb > li:last-child > a {
    font-weight: 500;
    color: #000000;
}
@media (max-width: 767px) {
    .breadcrumb {
        padding: 15px 0px 0px;
    }
}

/* ================================== End of Breadcrumb ================================== */

/* ================================== Pagination ================================== */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.pagination > li {
    display: inline-flex;
    margin: 0px 4px;
}
.pagination > li > a,
.pagination > li > span {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    background-color: transparent;
    border: none;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0px 4px;
}
.pagination > li > a > img {
    width: 15px;
    height: 30px;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    color: #c42330 !important;
    background-color: transparent !important;
    text-decoration: underline;
}
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    color: #c42330 !important;
    background-color: transparent !important;
    border: none;
    text-decoration: underline;
    transition: all 0.6s ease-in;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    color: #000000;
    border-radius: 30px;
    border: none;
}
.pagination > li:first-child > a:hover, .pagination > li:first-child > span:hover,
.pagination > li:first-child > a:focus, .pagination > li:first-child > span:focus,
.pagination > li:last-child > a:hover, .pagination > li:last-child > span:hover,
.pagination > li:last-child > a:focus, .pagination > li:last-child > span:focus {
    background-color: transparent !important;
    color: #c42330 !important;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .pagination {
        padding: 10px 0px;
    }
    .pagination > li {
        margin: 0px 2px;
    }
    .pagination > li > a,
    .pagination > li > span {
        margin: 0px 2px;
    }
    .pagination > li:first-child > a, .pagination > li:first-child > span,
    .pagination > li:last-child > a, .pagination > li:last-child > span {
        height: 30px;
        width: 30px;
    }
}

/* ================================== End of Pagination ================================== */

/* ================================== Floating Media ================================== */

.fixed-link {
    position: fixed;
    bottom: -10px;
    right: 0px;
    transform: translate(-50%, -50%);
    z-index: 10;
}
.fixed-link .fixed-button {
    display: flex;
    flex-direction: row;
}
.fixed-link .fixed-button > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.fixed-link .fixed-button > a > img {
    width: 50px;
}
.fixed-link .fixed-button > a + a {
    margin-left: 10px;
}

.sidr-fixed-link {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(0%, 0%);
    width: 100%;
    z-index: 10;
}
.sidr-fixed-link .fixed-button {
    display: flex;
    flex-direction: row;
    padding: 10px 15px;
}
.sidr-fixed-link .fixed-button > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.sidr-fixed-link .fixed-button > a > img {
    width: 30px;
}
.sidr-fixed-link .fixed-button > a + a {
    margin-left: 5px;
}

#ToTop {
    display: none !important;
}

/* ================================== End of Floating Media ================================== */

/* ================================== Header ================================== */

.fixed-header {
    background: #ffffff;
    box-shadow: none;
    /*border-top: 2px solid #c42330;*/
}
.fixed-header > .header-background > .header-container {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;

    /*width: 90%;*/
    margin: 0 30px;
    padding: 3px 0px 5px;
    position: relative;
}
.fixed-header > .header-background > .header-container > .header-announcement {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    overflow: hidden;
    margin-right: 0px;
}
.fixed-header > .header-background > .header-container > .header-announcement a {
    position: relative;
    font-family: "Roboto Regular";
    font-weight: 600;
    color: inherit;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    text-decoration: underline;
}
.fixed-header > .header-background > .header-container > .header-announcement a:hover,
.fixed-header > .header-background > .header-container > .header-announcement a:focus {
	color: #234084;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-background > .header-container > .header-announcement a:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    height: 1px;
    width: 100%;
    display: block;
    background: #ffffff;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: all 0.6s ease-in;
}
.fixed-header > .header-background > .header-container > .header-announcement a:hover:after,
.fixed-header > .header-background > .header-container > .header-announcement a:focus:after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transition: all 0.6s ease-out;
}
.fixed-header > .header-background > .header-container > .header-announcement > .header-sliding {
    position: relative;
    white-space: nowrap;

    animation: floatText 20s infinite;
    -moz-animation: floatText 20s infinite;
    -webkit-animation: floatText 20s infinite;
    -ms-animation: floatText 20s infinite;

    animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
}
.fixed-header > .header-background > .header-container > .header-announcement > .header-mobile-sliding > img,
.fixed-header > .header-background > .header-container > .header-announcement > .header-sliding > img {
    height: 30px !important;
    margin-right: 10px;
}

@media (max-width: 575px) {
	.fixed-header > .header-background > .header-container {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width: 575px) {
    .fixed-header > .header-background > .header-container > .header-announcement > .header-mobile-sliding {
        position: relative;
        white-space: nowrap;

        animation: floatText 20s infinite;
        -moz-animation: floatText 20s infinite;
        -webkit-animation: floatText 20s infinite;
        -ms-animation: floatText 20s infinite;

        animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -ms-animation-timing-function: linear;
    }
}

.fixed-header > .header-container {
    display: grid;
    grid-template-columns: 180px 1fr auto;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: 180px 1fr auto;
    -ms-grid-rows: auto;

    width: 90%;
    margin: 0 auto;
    padding: 0px;
    min-height: 100px;
}
.fixed-header > .header-container > .header-logo {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}
.fixed-header > .header-container > .header-logo > .header-logo-image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.fixed-header > .header-container > .header-logo > .header-logo-image > img {
    width: 100%;
}
.fixed-header > .header-container > .header-menu {
    grid-column: 2 / 2;
    grid-row: 1 / 1;

    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu {
    display: flex;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-items: center;
    position: inherit;
    width: 100%;
    height: 100%;
}
.fixed-header > .header-container > .header-menu > #main-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    /*flex: 1;*/
    padding: 6px 24px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #234084;
    line-height: calc(12px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li:focus > a {
    color: #000000;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-account {
    grid-column: 3 / 3;
    grid-row: 1 / 1;

    -ms-grid-column: 3;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
}
.fixed-header > .header-container > .header-account > div:not(.slide-out-cart) {
    margin-right: 10px;
}
.fixed-header > .header-container > .header-account > div > a {
    color: inherit;
    width: 30px !important;
    padding: 0px !important;
    text-align: center;
    position: relative;
    display: table;
}
.fixed-header > .header-container > .header-account > div > a > img {
    width: 23px;
    height: 23px;
}
.fixed-header > .header-container > .header-account > #cart > a,
.fixed-header > .header-container > .header-account > #enquiry > a {
    padding: 0px;
    margin-right: 15px;
}
.fixed-header > .header-container > .header-account > #cart > a > .badge,
.fixed-header > .header-container > .header-account > #enquiry > a > .badge {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(-50%, -20%);
    background-color: #c42330;
    border: none;
    width: 18px;
    height: 18px;
}
.fixed-header > .header-container > .header-account > #cart > a > .badge > span,
.fixed-header > .header-container > .header-account > #enquiry > a > .badge > span {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(10px + (10 - 10) * (100vw - 992px) / (1920 - 992));
    color: #ffffff;
    line-height: calc(20px + (20 - 20) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
}
@media (max-width: 1280px) {
    .fixed-header > .header-container {
        display: grid;
        grid-template-columns: 140px 1fr auto;
        grid-template-rows: auto;

        display: -ms-grid;
        -ms-grid-columns: 140px 1fr auto;
        -ms-grid-rows: auto;

        width: 90%;
        margin: 0 auto;
        padding: 0px;
        min-height: 100px;
    }
    .fixed-header > .header-container > .header-logo {
        margin-right: 0px;
    }
    .fixed-header > .header-container > .header-menu > #main-menu > li {
        padding: 6px 12px;
    }
    .fixed-header > .header-container > .header-account > div:not(:last-child) {
        margin-right: 0px;
    }
    .fixed-header > .header-container > .header-account {
        margin-left: 0px;
    }
    .fixed-header > .header-container > .header-account > div > a > img {
        width: 20px;
        height: 20px;
    }
}
@media (max-width: 991px) {
    .fixed-header > .header-background > .header-container {
        padding: 2px 0px 4px;
    }
    .fixed-header > .header-container {
        display: grid;
        grid-template-columns: 1fr 140px 1fr;
        grid-template-rows: auto;

        display: -ms-grid;
        -ms-grid-columns: 1fr 140px 1fr;
        -ms-grid-rows: auto;

        padding: 10px 0px;
        min-height: 80px;
    }
    .fixed-header > .header-container > .header-mobile-menu {
        grid-column: 1 / 1;
        grid-row: 1 / 1;

        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex !important;
        justify-content: flex-start;
        align-items: center;

        margin-right: 15px;
    }
    .fixed-header > .header-container > .header-mobile-menu > .header-links > a {
        color: #000000;
    }
    .fixed-header > .header-container > .header-logo {
        grid-column: 2 / 2;
        grid-row: 1 / 1;

        -ms-grid-column: 2;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
    }
    .fixed-header > .header-container > .header-account {
        grid-column: 3 / 3;
        grid-row: 1 / 1;

        -ms-grid-column: 3;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-left: 15px;
    }
    .fixed-header > .header-container > .header-account > div > a > img {
        width: 20px;
        height: 20px;
    }
    .fixed-header > .header-container > .header-account > #cart > a > .badge,
    .fixed-header > .header-container > .header-account > #enquiry > a > .badge {
        width: 18px;
        height: 18px;
    }
}

/* ================================== End of Header ================================== */

/* ================================== Mega Menu ================================== */

.fixed-header > .header-container > .header-menu > #main-menu > li.has-megamenu {
    position: relative;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 50vw;
    /*height: calc(240px + (340 - 240) * (100vw - 992px) / (1920 - 992));*/
    padding: 30px;
    background: #ffffff;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    z-index: 1;
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > .header-megamenu-container {
    display: flex;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto;
    overflow-y: auto;
    overflow-x: hidden;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > div:not(:last-child) {
    border-right: 1px solid #234084;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    height: 100%;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-image {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link {
    width: 100%;
    padding: 0px 15px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > .megamenu-title {
    margin-bottom: 10px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > .megamenu-title > a {
    display: block;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 992px) / (1920 - 992));
    color: #000000;
    line-height: calc(24px + (26 - 24) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > .megamenu-title > a:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > .megamenu-title > a:focus {
    color: #aaaaaa;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > .megamenu-title > a.active {
    color: #aaaaaa;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > a {
    display: block;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 0px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > a:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > a:focus {
    color: #aaaaaa;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > .header-megamenu-container > .header-megamenu > .megamenu-item > .megamenu-link > a.active {
    color: #aaaaaa;
}

/* ================================== End of Mega Menu ================================== */

/* ================================== Dropdown Menu ================================== */

.fixed-header > .header-container > .header-menu > #main-menu > li > a > .sub-arrow {
    display: inline-block;
    top: -1px !important;
    border: solid #aaaaaa;
    border-width: 0 1px 1px 0;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    /*border-color: #aaaaaa transparent transparent;*/
}
.fixed-header > .header-container > .header-menu > #main-menu > li:hover > a > .sub-arrow,
.fixed-header > .header-container > .header-menu > #main-menu > li:focus > a > .sub-arrow {
    border-color: #000000;

    /*border-color: #000000 transparent transparent;*/
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul {
    background-color: #ffffff;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 37px);
    /*width: auto !important;*/
    min-width: 140px !important;
    max-width: 100% !important;
    border: none;
    padding: 0px;

    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: static;*/
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > a {
    display: block;
    background: transparent;
    width: 100%;
    justify-content: center;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 24px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li:focus > a {
    background: transparent;
    color: #000000;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul {
    background-color: #ffffff;
    top: 0% !important;
    left: 0% !important;
    transform: translate(0px, 0px);
    /*width: auto !important;*/
    min-width: 140px !important;
    max-width: 100% !important;
    border: none;
    padding: 0px;
    margin-top: 0px !important;

    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: static;*/
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > a {
    background: transparent;
    width: 100%;
    justify-content: center;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 24px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li:focus > a {
    background: transparent;
    color: #000000;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul {
    background-color: #ffffff;
    top: 0% !important;
    left: 0% !important;
    transform: translate(0px, 0px);
    /*width: auto !important;*/
    min-width: 140px !important;
    max-width: 100% !important;
    border: none;
    padding: 0px;
    margin-top: 0px !important;

    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: static;*/
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:hover,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > a {
    background: transparent;
    width: 100%;
    justify-content: center;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 24px;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:hover > a,
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li:focus > a {
    background: transparent;
    color: #000000;
    transition: all 0.6s ease-in;
}

.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > a > .sub-arrow {
    display: none;
}
.fixed-header > .header-container > .header-menu > #main-menu > li > ul > li > ul > li > ul > li > ul {
    display: none !important;
}

/* ================================== End of Dropdown Menu ================================== */

/* ================================== Mobile Menu ================================== */

#sidr {
    background-color: #ffffff !important;
}
#sidr > .header-mobile > .mobile-account {
    background-color: #234084 ;
    border-bottom: 1px solid #ffffff;
}
#sidr > .header-mobile > .mobile-account > a {
    flex: 1;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 15px 10px;
}
#sidr > .header-mobile > .mobile-account > a + a {
    border-left: 1px solid #ffffff;
}
#sidr > .header-mobile > .mobile-account > a > .fa {
    font-size: calc(14px + (14 - 14) * (100vw - 320px) / (991 - 320));
    color: #ffffff;
    line-height: calc(24px + (24 - 24) * (100vw - 320px) / (991 - 320));
}
#sidr > .header-mobile > .mobile-search {
    background-color: #234084;
    border-bottom: none;
    padding: 15px;
}
#sidr > .header-mobile > .mobile-search > .search-custom {
    padding: 0px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box {
    background: transparent;
    position: relative;
    width: 100%;
    height: 38px;
    padding: 0px;
    border: none;
    border-radius: 0px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > input {
    position: absolute;
    background-color: #ffffff;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    border: 1px solid #ffffff;
    border-radius: 0px;
    height: 100%;
    width: calc(100% - 0px);
    padding: 4px 45px 4px 12px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > input::placeholder {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #cccccc;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
}
#sidr > .header-mobile > .mobile-search > .search-custom > .search-box > button {
    background: transparent;
    color: #000000;
    position: absolute;
    top: 0%;
    right: 0%;
    border: none;
    height: 100%;
    padding: 0px 10px;
    margin: 0px;
}
#sidr > .header-mobile > .mobile-search >.search-custom > .search-box > button > img {
    width: 25px;
    height: 23px;
}
#sidr > ul {
    background: #ffffff;
    padding-top: 10px;
}
#sidr > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 12px;
}
#sidr > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 12px;
}
#sidr ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 24px;
}
#sidr > ul > li > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 12px;
}
#sidr ul > li > ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 36px;
}
#sidr > ul > li > ul > li > ul > li > a + label {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 12px;
}
#sidr ul > li > ul > li > ul > li > ul > li > a {
    background-color: #ffffff !important;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (991 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (991 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 6px 48px;
}
#sidr > ul > li > ul > li > ul > li > ul > li > a + label {
    display: none;
}
@media (max-width: 991px) {
    .sidr-custom-open #mobileNav::before {
        background: rgba(0, 0, 0, 0.8);
    }
}

/* ================================== End of Mobile Menu ================================== */

/* ================================== Login / Register Dropdown Menu ================================== */

.fixed-header > .header-container > .header-account > #account > .dropdown-menu {
    background-color: #ffffff;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 37px);
    min-width: 160px !important;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
    margin-top: 0px !important;

    -webkit-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 10px -5px rgba(0, 0, 0, 0.1);
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li:hover,
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li:focus {
    background-color: transparent;
    transition: all 0.6s ease-in;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li > a {
    background: transparent;
    width: 100%;
    justify-content: center;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 992px) / (1920 - 992));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    padding: 9px 24px;
}
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li > a:hover,
.fixed-header > .header-container > .header-account > #account > .dropdown-menu > li > a:focus {
    background: transparent;
    color: #000000;
    transition: all 0.6s ease-in;
}

/* ================================== End of Login / Register Dropdown Menu ================================== */

/* ================================== Enquiry / Cart Menu ================================== */

#cart.slide-out-cart.open-custom #cart_dropdown_icon::before,
#enquiry.slide-out-cart.open-custom #enquiry_dropdown_icon::before {
    background: rgba(0, 0, 0, 0.8);
}
#cart > .dropdown-menu,
#enquiry > .dropdown-menu {
    background-color: #ffffff;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    border: none;
    height: calc(100% - 80px) !important;
}
#cart > .dropdown-menu > .cart-header,
#enquiry > .dropdown-menu > .cart-header {
    border-bottom: none !important;
}
#cart > .dropdown-menu > .cart-header > .cart-header-text,
#enquiry > .dropdown-menu > .cart-header > .cart-header-text {
    font-family: "Roboto Regular";
    font-weight: 600 !important;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    width: calc(100% - 30px) !important;
}
#cart > .dropdown-menu > .cart-header > .cart_close,
#enquiry > .dropdown-menu > .cart-header > .cart_close {
    width: 30px;
    height: 46px;
    background-size: contain;
}
#cart > .dropdown-menu > .cart-dorpdown-indicator,
#enquiry > .dropdown-menu > .cart-dorpdown-indicator {
    padding: 12px;
    border-bottom: none;
}
#cart > .dropdown-menu > .cart-dorpdown-indicator > span,
#enquiry > .dropdown-menu > .cart-dorpdown-indicator > span {
    font-family: "Roboto Regular";
    font-weight: 600 !important;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items,
#enquiry > .dropdown-menu > .cart-dorpdown-items {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item {
    padding: 12px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > a > .img-thumbnail,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > a > .img-thumbnail {
    border-color: #cccccc;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details,
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > a,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .item-name,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .item-name {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .form-control,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .form-control {
    border: 1px solid #e1e1e1;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:first-child > .btn,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:first-child > .btn {
    margin-right: -1px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:last-child > .btn,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > .cart-dorpdown-item-charges > .input-group > .input-group-btn:last-child > .btn {
    margin-left: -1px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > button,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item > .item-details > button {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    padding: 0px;
    line-height: 14px;
}
#cart > .dropdown-menu > .cart-dorpdown-items > .item + .item,
#enquiry > .dropdown-menu > .cart-dorpdown-items > .item + .item {
    border: none;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table,
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table {
    border: 2px solid #234084;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td,
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    border: none;
}
#cart > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td:nth-child(odd),
#enquiry > .dropdown-menu > .cart-dropdown-order-totals > .table > tbody > tr > td:nth-child(odd) {
    background-color: #234084;
    color: #ffffff;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary {
    background-color: #234084;
    font-weight: 600;
    color: #ffffff;
    line-height: unset;
    padding: 9px 24px !important;
    border-color: transparent;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default {
    background-color: #234084;
    font-weight: 600;
    color: #ffffff;
    line-height: unset;
    padding: 9px 24px !important;
    border-color: transparent;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:hover,
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:focus,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:hover,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    transition: all 0.6s ease-in;
}
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default:hover,
#cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default:focus,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default:hover,
#enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default:focus {
    background-color: #000000;
    color: #ffffff ;
    border-color: transparent;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    #cart > .dropdown-menu > .cart-dorpdown-footer > .btn-primary,
    #enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-primary {
        min-height: 40px;
        height: 40px;
        padding: 9px 16px !important;
    }
    #cart > .dropdown-menu > .cart-dorpdown-footer > .btn-default,
    #enquiry > .dropdown-menu > .cart-dorpdown-footer > .btn-default {
        min-height: 40px;
        height: 40px;
        padding: 9px 16px !important;
    }
}

/* ================================== End of Enquiry / Cart Menu ================================== */

/* ================================== Add To Enquiry / Cart ================================== */

.swal2-popup .swal2-title:before {
    content: none;
    margin: 0px auto;
}
.swal2-popup .swal2-title:after {
    content: none;
}
.swal2-popup .swal2-title {
    display: block !important;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(26px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none !important;
    margin: 0px !important;
}
.swal2-popup .swal2-content,
.swal2-popup .swal2-content a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.swal2-popup .swal2-content a:hover {
    color: #234084;
    transition: all 0.6s ease-in;
}
.swal2-popup .swal2-styled.swal2-confirm {
    background-color: #234084;
    border-left-color: #234084;
    border-right-color: #234084;
}
.swal2-popup .swal2-styled.swal2-confirm:hover,
.swal2-popup .swal2-styled.swal2-confirm:focus {
    box-shadow: none;
}

/* ================================== End of Add To Enquiry / Cart ================================== */

/* ================================== Search Popup ================================== */

#fullpage-search {
    background: rgba(0, 0, 0, 0.8);
}
#fullpage-search > .fx-close::before {
    background-color: #ffffff;
}
#fullpage-search > .fx-close::after {
    background-color: #ffffff;
}
#fullpage-search > .container > .search-custom {
    padding-right: 0px;
}
#fullpage-search > .container > .search-custom > .search-box {
    border: none;
    border-radius: 0px;
    padding: 0px;
}
#fullpage-search > .container > .search-custom > .search-box > .form-control {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(14px + (14 - 14) * (100vw - 992px) / (1920 - 992));
    color: #000000;
    line-height: calc(24px + (24 - 24) * (100vw - 992px) / (1920 - 992));
    letter-spacing: 0px;
    border-radius: 0px;
    padding: 6px 0px 6px 16px;
}
#fullpage-search > .container > .search-custom > .search-box > .form-control::placeholder {
    color: #cccccc;
}
#fullpage-search > .container > .search-custom > .search-box > button {
    padding: 0px 10px;
}
#fullpage-search > .container > .search-custom > .search-box > button > img {
    width: 25px;
    height: 23px;
}

/* ================================== End of Search Popup ================================== */

/* ================================== Footer ================================== */

#footer-area {
    margin-top: 0px !important;
}
footer {
    background-color: #eeeeee;
    border-top: none;
    padding: 0px;
}
footer .footer-container {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
footer .footer-container .footer-content {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}
footer .footer-container .footer-content > * {
    flex: 1;
    padding-bottom: 15px;
}
footer .footer-container .footer-content > *:not(:last-child) {
    padding-right: 30px;
}
footer .footer-container .footer-content > .footer-information {
    padding-right: 60px !important;
}
footer .footer-container .footer-content .footer-information .footer-header,
footer .footer-container .footer-content .footer-menu .footer-header,
footer .footer-container .footer-content .footer-connect .footer-header {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .footer-container .footer-content .footer-information > div {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 10px;
}
footer .footer-container .footer-content .footer-information > .footer-telephone,
footer .footer-container .footer-content .footer-information > .footer-fax,
footer .footer-container .footer-content .footer-information > .footer-email {
    margin-bottom: 0px;
}
footer .footer-container .footer-content .footer-information > div > a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
}
footer .footer-container .footer-content .footer-information > div > a:hover,
footer .footer-container .footer-content .footer-information > div > a:focus {
    color: #234084;
    transition: all 0.6s ease-in;
}

footer .footer-container .footer-content .footer-information .footer-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
footer .footer-container .footer-content .footer-information .footer-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}

footer .footer-container .footer-content .footer-menu ul {
    margin-bottom: 0px;
}
footer .footer-container .footer-content .footer-menu,
footer .footer-container .footer-content .footer-menu a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
}
footer .footer-container .footer-content .footer-menu a:hover,
footer .footer-container .footer-content .footer-menu a:focus {
    color: #234084;
    transition: all 0.6s ease-in;
}

/*footer .footer-container .footer-content .footer-menu:nth-child(2) ul {
    display: flex;
    flex-wrap: wrap;
}
footer .footer-container .footer-content .footer-menu:nth-child(2) ul li {
    width: 50%;
}
*/
footer .footer-container .footer-content .footer-connect .footer-newsletter {
    margin-top: 0px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module {
    max-width: 100%;
    margin: 0px 0px 30px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-title {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
    margin: 0px 0px 15px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content {
    display: flex;
    background-color: transparent;
    border: 1px solid #234084;
    border-radius: 0px;
    padding: 0px;
    overflow: hidden;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content .form-control {
    background-color: transparent;
    border: none;
    box-shadow: none;
    width: 100%;
    height: 40px;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
    padding: 6px 12px;
    margin-right: 10px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content .form-control::placeholder {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #aaaaaa;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: none;
    /*font-style: italic;*/
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content .btn-newsletter {
    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
}
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content .btn-newsletter:hover,
footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module .newsletter-content .btn-newsletter:focus {
    background-color: #000000;
    color: #ffffff;
    transition: all 0.6s ease-in;
}

footer .footer-container .footer-content .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 0px;
}
footer .footer-container .footer-content .footer-social > a {
    margin-right: 0px;
    margin-bottom: 5px;
}
footer .footer-container .footer-content .footer-social > a > img {
    width: auto;
    height: 35px !important;
    margin-right: 15px;
}
footer .footer-container .footer-content .footer-social > a > img:hover,
footer .footer-container .footer-content .footer-social > a > img:focus  {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: icon-animation;
}
footer .footer-container .footer-content .footer-social > a > span {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}

footer .footer-background {
    background-color: #c42330;
    padding: 0px;
}
footer .footer-background .footer-container .footer-credit {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 10px 0px;
    border-top: none;
}
footer .footer-background .footer-credit .footer-copyright {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    text-transform: none;
    width: 50%;
}
footer .footer-background .footer-credit .footer-designed {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: right;
    text-transform: none;
    width: 50%;
}
footer .footer-background .footer-credit .footer-copyright a,
footer .footer-background .footer-credit .footer-designed a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-decoration: none;
    text-transform: none;
}
footer .footer-background .footer-credit .footer-copyright a:hover,
footer .footer-background .footer-credit .footer-copyright a:focus,
footer .footer-background .footer-credit .footer-designed a:hover,
footer .footer-background .footer-credit .footer-designed a:focus {
    color: #aaaaaa;
    transition: all 0.6s ease-in;
}

@media (max-width: 1280px) {
    footer .footer-container .footer-content > *:not(:last-child) {
        padding-right: 15px;
    }
    footer .footer-container .footer-content .footer-menu:nth-child(2) ul li {
        width: 100%;
    }
}
@media (max-width: 991px) {
    footer .footer-container .footer-content {
        padding-bottom: 15px;
    }
    footer .footer-container .footer-content > * {
        padding-right: 15px;
    }
    footer .footer-container .footer-content > *:not(:last-child) {
        padding-right: 15px;
    }

    footer .footer-container .footer-content .footer-information {
        flex: auto;
        width: 50%;
        order: 1;
    }
    footer .footer-container .footer-content .footer-menu {
        flex: auto;
        width: 50%;
        order: 3;
    }
    footer .footer-container .footer-content .footer-connect {
        flex: auto;
        width: 50%;
        order: 2;
    }
    footer .footer-container .footer-content .footer-connect .footer-newsletter .newsletter-module {
        margin: 0px 0px 15px;
    }

    footer .footer-container .footer-credit .footer-copyright {
        text-align: center;
        width: 100%;
    }
    footer .footer-container .footer-credit .footer-designed {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 575px) {
    footer .footer-container .footer-content > * {
        padding-right: 0px;
    }
    footer .footer-container .footer-content > *:not(:last-child) {
        padding-right: 0px;
    }

    footer .footer-container .footer-content .footer-information {
        flex: auto;
        width: 100%;
        order: 1;
    }
    footer .footer-container .footer-content .footer-menu {
        flex: auto;
        width: 100%;
        order: 2;
    }
    footer .footer-container .footer-content .footer-connect {
        flex: auto;
        width: 100%;
        order: 3;
    }
}

/* ================================== End of Footer ================================== */

/* ================================== Slideshow ================================== */

.slideshow .slider-slideshow-description .slider-slideshow-container {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 0 auto 5%;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.left {
    justify-content: flex-start;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.right {
    justify-content: flex-end;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.center {
    justify-content: center;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
    background: rgba(255, 255, 255, 0.8);
    width: 50%;
    padding: 30px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.left .slider-slideshow-description-texts {
    text-align: left;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.right .slider-slideshow-description-texts {
    text-align: right;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.center .slider-slideshow-description-texts {
    text-align: center;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > span {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 10px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-0 {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(18px + (38 - 18) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 1px;
    line-height: calc(28px + (48 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    margin-bottom: 10px;
}
/*.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-1 {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(24px + (38 - 24) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 1px;
    line-height: calc(34px + (48 - 34) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    margin-bottom: 10px;
}*/
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link {
    display: flex;
    align-items: center;
    padding: 0px;
    margin-top: 20px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.left .slider-slideshow-description-texts .slider-slideshow-description-link {
    justify-content: flex-start;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.right .slider-slideshow-description-texts .slider-slideshow-description-link {
    justify-content: flex-end;
}
.slideshow .slider-slideshow-description .slider-slideshow-container.center .slider-slideshow-description-texts .slider-slideshow-description-link {
    justify-content: center;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link .btn-slideshow {
    background-color: transparent;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #234084;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #234084;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    padding: 6px 24px;
}
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link .btn-slideshow:hover,
.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link .btn-slideshow:focus {
    background-color: transparent;
    color: #000000;
    border-color: #000000;
    outline: none;
    transition: all 0.6s ease-in;
}

.slideshow .owl-nav {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    width: 100%;
    z-index: 1;
}
.slideshow .owl-nav > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    height: 30px;
}
.slideshow .owl-nav > * > div {
    width: 15px;
    height: 30px;
    opacity: 1;
}
.slideshow .owl-nav > * > div > .fa {
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
}
.slideshow .owl-nav > * > div > img {
    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 30px;
}
/*.slideshow .owl-nav > * > div > img:hover,
.slideshow .owl-nav > * > div > img:focus {
    opacity: 0;
    transition: all 0.6s ease-out;
}
.slideshow .owl-nav > * > div > img.hover {
    opacity: 0;
}
.slideshow .owl-nav > * > div > img.hover:hover,
.slideshow .owl-nav > * > div > img.hover:focus {
    opacity: 1;
    transition: all 0.6s ease-in;
}*/
.slideshow .owl-nav > .owl-prev {
    left: calc(0% - -30px);
}
.slideshow .owl-nav > .owl-next {
    right: calc(0% - -30px);
}

.slideshow .slider-dots {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    padding: 0px;
    margin: 0 auto;

    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slideshow .slider-dots .owl-dot {
    position: relative;
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 8px;
}
.slideshow .slider-dots .owl-dot.active {
    background: #c42330;
    width: 8px;
    height: 8px;
    border-radius: 8px;
}
/*.slideshow .slider-dots .owl-dot.active:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ffffff;
    border-radius: 14px;
    position: absolute;
    top: -3px;
    left: -3px;
}*/

@media (max-width: 1280px) {
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
        padding: 20px;
    }
    .slideshow .owl-nav > .owl-prev {
        left: calc(0% - -15px);
    }
    .slideshow .owl-nav > .owl-next {
        right: calc(0% - -15px);
    }
}
@media (max-width: 767px) {
    .slideshow .slider-slideshow-description {
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container {
        margin: 0% auto 10%;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts {
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 15px;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > span {
        color: #000000;
        margin-bottom: 5px;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-0 {
        margin-bottom: 5px;
    }
    /*.slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts > .slideshow-text-1 {
        margin-bottom: 5px;
    }*/
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link {
        margin-top: 10px;
    }
    .slideshow .slider-slideshow-description .slider-slideshow-container .slider-slideshow-description-texts .slider-slideshow-description-link .btn-slideshow {
        min-width: 100px;
        min-height: 40px;
        height: 40px;
        padding: 6px 24px;
    }

    .slideshow .slider-dots {
        justify-content: center;
        bottom: -5px;
    }
}

/* ================================== End of Slideshow ================================== */

/* ================================== Store Benefits ================================== */

.section-space.store_benefits {
    padding: 90px 0px;
}
.store-benefits-container {
    width: 50%;
    margin: auto 0 auto auto;
}
.store-benefits-container .store-benefits-description {
    width: 100%;
    margin: 0 auto 15px;
}
.store-benefits-container .store-benefits-description p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}
.store-benefits-container .store-benefits-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0px -15px;
}
.store-benefits-container .store-benefits-list .store-benefits-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: calc(33.333% - 30px);
    margin: 0px 15px;
}
.store-benefits-container .store-benefits-list .store-benefits-item .store-benefits-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.store-benefits-container .store-benefits-list .store-benefits-item .store-benefits-image img {
    width: 80px;
    height: 80px;
}
.store-benefits-container .store-benefits-list .store-benefits-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.store-benefits-container .store-benefits-list .store-benefits-details .store-benefits-title {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(12px + (16 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (26 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
}
.store-benefits-container .store-benefits-list .store-benefits-details .store-benefits-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    width: 75%;
    margin-top: 10px;
}

.store-benefits-container .store-benefits-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
@media (max-width: 991px) {
    .section-space.store_benefits {
        padding: 60px 0px;
    }
    .store-benefits-container {
        width: 60%;
    }
    .store-benefits-container .store-benefits-list .store-benefits-item {
        width: calc(33.333% - 20px);
        margin: 0px 7.5px;
    }
}
@media (max-width: 575px) {
    .store-benefits-container {
        width: 100%;
    }
    .store-benefits-container .store-benefits-list .store-benefits-item .store-benefits-image img {
        width: 60px;
        height: 60px;
    }
}

/* ================================== End of Store Benefits ================================== */

/* ================================== Information Content ================================== */

.section-space.information_content {
    overflow: visible;
}
.information-content-container {
    width: 100%;
    margin: 0 auto;
}
.information-content-container .information-content-content {
    position: relative;
    margin-top: -60px;
}
.information-content-container .information-content-content .information-content-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 500px;
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.information-content-container .information-content-content .information-content-image > img {
    border: 10px solid #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
.information-content-container .information-content-content .information-content-detail {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);

    width: 50%;
    padding: 0px 60px;
}
.information-content-container .information-content-content .information-content-detail > h2 {
    text-align: left !important;
    margin: 0px !important;
}
.information-content-container .information-content-content .information-content-detail .information-content-description > h3 {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(16px + (38 - 16) * (100vw - 320px) / (1920 - 320));
    color: #234084;
    line-height: calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    margin: 0px 0px 15px;
}
.information-content-container .information-content-content .information-content-detail .information-content-description {
    margin-bottom: 15px;
}
.information-content-container .information-content-content .information-content-detail .information-content-description > p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
@media (max-width: 991px) {
    .information-content-container .information-content-content .information-content-image {
        height: 450px;
    }
    .information-content-container .information-content-content .information-content-detail {
        width: 60%;
        padding: 0px 30px;
    }
}
@media (max-width: 767px) {
    .information-content-container .information-content-content .information-content-image {
        height: 400px;
    }
}
@media (max-width: 575px) {
    .information-content-container .information-content-content {
        margin-top: -30px;
    }
    .information-content-container .information-content-content .information-content-detail {
        width: 100%;
    }
}

/* ================================== End of Information Content ================================== */

/* ================================== Featured Products ================================== */

.featured-container .featured-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}
.featured-container .featured-button > a {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color:transparent;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #234084;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #234084;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.featured-container .featured-button > a:hover,
.featured-container .featured-button > a:focus {
    background-color: #ffffff;
    color: #000000;
    border-color: #000000;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 575px) {
    .featured-container .featured-button > a {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}

.featured-container .slick-list {
    margin: 0px -30px;
}
.featured-container .slick-list .slick-track {
    display: flex;
    padding: 15px 0px 30px;
}
.featured-container .slick-list .slick-track .slick-slide {
    height: inherit;
}
.featured-container .slick-list .slick-track .slick-slide > div {
    display: flex;
    height: 100%;
    margin-bottom: 0px;
}
.featured-container .slick-list .slick-track .slick-slide > div > div {
    margin: 0px 15px;
}
.featured-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}

.featured-container .slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 1;
}
.featured-container .slick-nav > div {
    width: 15px;
    height: 30px;
}
.featured-container .slick-nav.left {
    left: calc(0% - 40px);
}
.featured-container .slick-nav.right {
    right: calc(0% - 40px);
}
.featured-container .slick-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 30px;
}

.featured-container .slick-dots {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    position: absolute;
    width: 100%;
    bottom: 0px;
}
.featured-container .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin: 0px 5px;
    list-style-type: none;
}
.featured-container .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    
    text-indent: -9999px;
}
.featured-container .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1);
}
.featured-container .slick-dots li.slick-active button:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 14px;
    position: absolute;
    top: -3px;
    left: -3px;
}
@media (max-width: 991px) {
    .featured-container .slick-list {
        margin: 0px -15px;
    }
}
@media (max-width: 575px) {
    .featured-container .slick-list .slick-track .slick-slide > div > div {
        margin: 0px 7.5px;
    }
}

/* ================================== End of Featured Products ================================== */

/* ================================== Our Services ================================== */

.section-space.featured + .section-space.featured_services {
    padding-top: 0px;
}
.section-space.featured + .section-space.featured_services .container {
    border-top: 1px solid #aaaaaa;
    padding-top: 30px;
}
@media (max-width: 991px) {
    .section-space.featured + .section-space.featured_services .container {
        padding: 30px 0px;
    }
}
@media (max-width: 575px) {
    .section-space.featured + .section-space.featured_services .container {
        padding: 15px 0px;
    }
}

.featured-services-container {
    width: 100%;
    margin: 0 auto;
}
.featured-services-container .featured-services-information {
    margin: 15px 0px;
}
.featured-services-container .featured-services-information .featured-services-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
.featured-services-container .featured-services-content .featured-services-item {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0px;
}
.featured-services-container .featured-services-content .featured-services-item .featured-services-image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.featured-services-container .featured-services-content .featured-services-item .featured-services-detail {
    padding: 0px;
    margin: auto 0;
}
.featured-services-container .featured-services-content .featured-services-item .featured-services-detail .featured-services-name {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(16px + (22 - 16) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    line-height: calc(26px + (32 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: none;
    margin-bottom: 5px;
}
.featured-services-container .featured-services-content .featured-services-item .featured-services-detail .featured-services-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    margin-bottom: 0px;
}
.featured-services-container .featured-services-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0px;
}

.featured-services-container .slick-list {
    margin: 0px -30px;
}
.featured-services-container .slick-list .slick-track {
    display: flex;
    padding: 15px 0px 30px;
}
.featured-services-container .slick-list .slick-track .slick-slide {
    height: inherit;
}
.featured-services-container .slick-list .slick-track .slick-slide > div {
    display: flex;
    height: 100%;
    margin-bottom: 0px;
}
.featured-services-container .slick-list .slick-track .slick-slide > div > div {
    margin: 0px 15px;
}
.featured-services-container .slick-no-slide {
    margin-left: 0px;
    margin-right: 0px;
}

.featured-services-container .slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 1;
}
.featured-services-container .slick-nav > div {
    width: 15px;
    height: 30px;
}
.featured-services-container .slick-nav.left {
    left: calc(0% - 40px);
}
.featured-services-container .slick-nav.right {
    right: calc(0% - 40px);
}
.featured-services-container .slick-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 30px;
}

.featured-services-container .slick-dots {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    position: absolute;
    width: 100%;
    bottom: 0px;
}
.featured-services-container .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin: 0px 5px;
    list-style-type: none;
}
.featured-services-container .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    
    text-indent: -9999px;
}
.featured-services-container .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1);
}
.featured-services-container .slick-dots li.slick-active button:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 14px;
    position: absolute;
    top: -3px;
    left: -3px;
}
@media (max-width: 991px) {
    .featured-services-container .slick-list {
        margin: 0px;
    }
}
@media (max-width: 575px) {
    .featured-services-container .slick-list .slick-track .slick-slide > div > div {
        margin: 0px 7.5px;
    }
}

/* ================================== End of Our Services ================================== */

/* ================================== About Us ================================== */

.section-space.aboutus:last-child {
    padding: 0px;
}
.section-space.aboutus h2 {
    text-align: left !important;
    margin: 0px 0px 15px !important;
}
.section-space.aboutus > .aboutus-container .aboutus-horizontal .aboutus-left {
    padding-right: 5%;
}

.aboutus-container {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
}
.aboutus-container .aboutus-horizontal {
    display: flex;
    width: 100%;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-no {
    flex-direction: row;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-yes {
    flex-direction: row-reverse;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-no .aboutus-left {
    margin-right: 30px;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-no .aboutus-right {
    margin-left: 30px;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-yes .aboutus-left {
    margin-left: 30px;
}
.aboutus-container .aboutus-horizontal.aboutus-switch-yes .aboutus-right {
    margin-right: 30px;
}

.aboutus-container .aboutus-horizontal .aboutus-left,
.aboutus-container .aboutus-horizontal .aboutus-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
}

.aboutus-container .aboutus-vertical {
    display: flex;
    width: 100%;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no {
    flex-direction: column;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes {
    flex-direction: column-reverse;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no .aboutus-top {
    margin-bottom: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no .aboutus-bottom {
    margin-top: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes .aboutus-top {
    margin-top: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes .aboutus-bottom {
    margin-bottom: 15px;
}

.aboutus-container .aboutus-vertical {
    display: flex;
    width: 100%;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no {
    flex-direction: column;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes {
    flex-direction: column-reverse;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no .aboutus-top {
    margin-bottom: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-no .aboutus-bottom {
    margin-top: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes .aboutus-top {
    margin-top: 15px;
}
.aboutus-container .aboutus-vertical.aboutus-switch-yes .aboutus-bottom {
    margin-bottom: 15px;
}

.aboutus-container .aboutus-vertical .aboutus-top h2,
.aboutus-container .aboutus-vertical .aboutus-bottom h2,
.aboutus-container .aboutus-horizontal .aboutus-left h2,
.aboutus-container .aboutus-horizontal .aboutus-right h2 {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(16px + (38 - 16) * (100vw - 320px) / (1920 - 320)) !important;
    color: #000000;
    line-height: calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left !important;
    text-transform: uppercase !important;
    margin: 0px 0px 15px !important;
}
.aboutus-container .aboutus-horizontal .aboutus-left p,
.aboutus-container .aboutus-horizontal .aboutus-right p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    width: 100%;
    margin: 0px;
}
.aboutus-container .aboutus-vertical .aboutus-top p,
.aboutus-container .aboutus-vertical .aboutus-bottom p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    width: 100%;
    margin: 0px;
}
.aboutus-container .aboutus-horizontal .aboutus-left a,
.aboutus-container .aboutus-horizontal .aboutus-right a {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.aboutus-container .aboutus-vertical .aboutus-top a,
.aboutus-container .aboutus-vertical .aboutus-bottom a {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.aboutus-container .aboutus-horizontal .aboutus-left a:hover,
.aboutus-container .aboutus-horizontal .aboutus-left a:focus,
.aboutus-container .aboutus-horizontal .aboutus-right a:hover,
.aboutus-container .aboutus-horizontal .aboutus-right a:focus,
.aboutus-container .aboutus-vertical .aboutus-top a:hover,
.aboutus-container .aboutus-vertical .aboutus-top a:focus,
.aboutus-container .aboutus-vertical .aboutus-bottom a:hover,
.aboutus-container .aboutus-vertical .aboutus-bottom a:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    outline: none;
    transition: all 0.6s ease-in;
}
.aboutus-container .aboutus-horizontal .aboutus-left img,
.aboutus-container .aboutus-horizontal .aboutus-right img,
.aboutus-container .aboutus-vertical .aboutus-top img,
.aboutus-container .aboutus-vertical .aboutus-bottom img {
    width: 100% !important;
    height: 100% !important;
}
@media (max-width: 991px) {
    .aboutus-container .aboutus-horizontal.aboutus-switch-no {
        flex-direction: column;
    }
    .aboutus-container .aboutus-horizontal.aboutus-switch-yes {
        flex-direction: column-reverse;
    }
    .aboutus-container .aboutus-horizontal.aboutus-switch-no .aboutus-left {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .aboutus-container .aboutus-horizontal.aboutus-switch-no .aboutus-right {
        margin-left: 0px;
        margin-top: 15px;
    }
    .aboutus-container .aboutus-horizontal.aboutus-switch-yes .aboutus-left {
        margin-left: 0px;
        margin-top: 15px;
    }
    .aboutus-container .aboutus-horizontal.aboutus-switch-yes .aboutus-right {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .aboutus-container .aboutus-horizontal .aboutus-left,
    .aboutus-container .aboutus-horizontal .aboutus-right {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .aboutus-container .aboutus-horizontal .aboutus-left a,
    .aboutus-container .aboutus-horizontal .aboutus-right a,
    .aboutus-container .aboutus-vertical .aboutus-top a,
    .aboutus-container .aboutus-vertical .aboutus-bottom a {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}

/* ================================== End of About Us ================================== */

/* ================================== Product Block ================================== */

.product-gutter {
    outline: none;
}
.product-block {
    display: flex;
    position: relative;
    background: transparent;
    text-align: center;
    padding: 0px;
    border: none;
    border-radius: 0px;
    overflow: hidden;
}
.product-block .product-sticker {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    z-index: 1;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    min-width: 80px;
    padding: 4px 12px;
}
.product-block .product-image-block {
    position: relative;
    background: transparent;
    margin-bottom: 15px;
}
.product-block:hover .product-image-block,
.product-block:focus .product-image-block {
    transition: all 0.6s ease-in;
}
.product-block .product-name {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    text-transform: none;
    padding: 0px 15px;
    width: 100%;
}
.product-block .product-info {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.product-block .product-details {
    display: flex;
    width: 100%;
    padding: 5px 15px 0px 15px;
    margin: auto 0 0;
}
.product-block .product-details .price {
    display: flex;
    justify-content:center;
    align-items: center;
    width: 100%;
}
.product-block .product-details .price .price-new {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-block .product-details .price .price-old {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    text-decoration: line-through;
    padding-right: 5px;
    opacity: 1;
}
.product-block .product-details .price .price-special {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-block .cart-buttons {
    margin: 15px 0 0;
}
.product-block .cart-buttons > * {
    width: 100%;
}

/* ================================== End of Product Block ================================== */

/* ================================== Categories ================================== */

.product-view > .product-gutter {
    padding-left: calc(15px / 2);
    padding-right: calc(15px / 2);
    padding-bottom: 15px;
}
@media (min-width: 1280px) {
    .product-view > .product-gutter {
        width: 33.333% !important;
    }
}
@media (min-width: 992px) {
    .product-view > .product-gutter {
        width: 50%;
    }
}
@media (max-width: 991px) {
    .product-view > .product-gutter {
        padding-left: calc(15px / 2);
        padding-right: calc(15px / 2);
        padding-bottom: 15px;
        width: 50%;
    }
}
@media (max-width: 575px) {
    .product-view > .product-gutter {
        width: 50%;
    }
}
@media (max-width: 414px) {
    .product-view > .product-gutter {
        width: 50%;
    }
}

.product-view.rows > .product-gutter {
    padding-left: calc(30px / 2);
    padding-right: calc(30px / 2);
    padding-bottom: 15px;
    width: 100% !important;
}
.product-view.rows > .product-gutter > .product-block {
    flex-direction: row;
    padding-bottom: 10px;
}
.product-view.rows > .product-gutter > .product-block > .product-image-block {
    width: 30%;
    margin-bottom: 0px;
}
.product-view.rows > .product-gutter > .product-block > .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: auto;
    padding: 15px 0px;
}
.product-view.rows > .product-gutter > .product-block > .product-info > .product-name {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.product-view.rows > .product-gutter > .product-block > .product-info > .product-packing {
    text-align: center;
}
.product-view.rows > .product-gutter > .product-block > .product-info > .product-details {
    width: 100%;
    margin: 0 auto;
}
.product-view.rows > .product-gutter > .product-block > .product-info > .product-details > .price {
    justify-content: center;
}
.product-view.rows > .product-gutter > .product-block > .product-info > .cart-buttons {
    width: auto;
    margin: 10px 0 0;
}
@media (max-width: 991px) {
    .product-view.rows > .product-gutter > .product-block > .product-image-block {
        width: 40%;
    }
    .product-view.rows > .product-gutter > .product-block > .product-info {
        width: 60%;
    }
}
@media (max-width: 575px) {
    .product-view.rows > .product-gutter > .product-block > .product-image-block {
        width: 50%;
    }
    .product-view.rows > .product-gutter > .product-block > .product-info {
        width: 50%;
    }
}
@media (max-width: 414px) {
    .product-view.rows > .product-gutter > .product-block {
        flex-direction: column;
    }
    .product-view.rows > .product-gutter > .product-block > .product-image-block {
        width: 100%;
    }
    .product-view.rows > .product-gutter > .product-block > .product-info {
        width: 100%;
    }
}

#side-categories,
#side-manufacturer,
#side_filter,
#side-price {
    background-color: transparent;
    margin-bottom: 30px !important;
}
#side-categories .item-header,
#side-manufacturer .item-header,
#side_filter .item-header,
#side-price .item-header {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (20 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(24px + (30 - 24) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    border-bottom: none;
    padding: 10px 0px !important;
    margin-bottom: 0px !important;
}
#side-categories,
#side-manufacturer,
#side_filter .list-group {
    /*border-bottom: 3px solid #eeeeee;*/
}
#side-categories .list-group-item,
#side-manufacturer .list-group-item,
#side_filter .list-group-item,
#side-price .list-group-item {
    background-color: transparent;
    border: none;
    padding-top: 0px !important;
    /*padding-bottom: 0px !important;*/
    padding: 5px 0px 10px;
    margin-bottom: 30px;
}
#side-categories .side-categories-level-1 .group .item .toggle.level-1 {
    background-color: transparent;
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-left: none;
    padding: 12px 24px;
}
#side-categories .side-categories-level-1 .group .item.active .toggle.level-1 {
    background-color: transparent;
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/minus-hover.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
#side-categories .side-categories-level-1 .group .item:hover .toggle.level-1,
#side-categories .side-categories-level-1 .group .item:focus .toggle.level-1 {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/minus-hover.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.active:hover .toggle.level-1,
#side-categories .side-categories-level-1 .group .item.active:focus .toggle.level-1 {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/plus-hover.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    /*background-color: transparent;*/
    transition: all 0.6s ease-in;
}

#side-categories .side-categories-level-1 .group .item .toggle {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    border-left: none;
    padding: 9px 18px;
}
#side-categories .side-categories-level-1 .group .item.active .toggle {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/minus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
}
#side-categories .side-categories-level-1 .group .item:hover .toggle,
#side-categories .side-categories-level-1 .group .item:focus .toggle {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/minus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: transparent;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.active:hover .toggle,
#side-categories .side-categories-level-1 .group .item.active:focus .toggle {
    background-image: url('../../../../../image/catalog/precisionhealthcare/general/plus.png');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    background-color: transparent;
    transition: all 0.6s ease-in;
}

#side-categories .side-categories-level-1 {
    margin-bottom: 10px;
}
#side-categories .side-categories-level-1 .group {
    border: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon  {
    width: 50px;
    height: 40px;
    padding: 0px 10px;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img {
    margin: 0 auto;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:first-child {
    display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1 .icon img:last-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1 {
    background: transparent;
    border: 2px solid #aaaaaa;
    border-radius: 0px;
    overflow: hidden;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover {
    border-color: #234084;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1.active {
    border-color: #234084;
}
#side-categories .side-categories-level-1 .group .item.level-1 a {
    background: transparent;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 9px 18px;
}
#side-categories .side-categories-level-1 .group .item.active + .sub {
    border-top: none;
    padding: 2px 0px;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover a {
    background-color: #234084;
    color: #ffffff;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover .toggle {
    background-color: #234084;
    color: #ffffff;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-1.active a,
#side-categories .side-categories-level-1 .group .item.level-1.active .toggle {
    background-color: #234084;
    color: #ffffff;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:first-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1:hover img:last-child {
    display: block;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:first-child {
    display: none;
}
#side-categories .side-categories-level-1 .group .item.level-1.active img:last-child {
    display: block;
}

#side-categories .side-categories-level-1 .group .item.level-2 a {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 6px 36px;
}
#side-categories .side-categories-level-1 .group .item.level-2:hover,
#side-categories .side-categories-level-1 .group .item.level-2:hover a  {
    background-color: transparent;
    color: #234084;
    text-decoration: underline;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .item.level-2.active,
#side-categories .side-categories-level-1 .group .item.level-2.active a {
    color: #234084;
    text-decoration: underline;
}
#side-categories .side-categories-level-1 .group .item.level-3 a {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 6px 48px;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover,
#side-categories .side-categories-level-1 .group .sub .level-3 .item:hover a {
    background-color: transparent;
    color: #234084;
    text-decoration: underline;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .sub .level-3 .item .active {
    color: #234084;
    text-decoration: underline;
}
#side-categories .side-categories-level-1 .group .item.level-4 a {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 6px 60px;
}
#side-categories .side-categories-level-1 .group .sub .level-4 .item:hover,
#side-categories .side-categories-level-1 .group .sub .level-4 .item:hover a {
    background-color: transparent;
    color: #234084;
    text-decoration: underline;
    transition: all 0.6s ease-in;
}
#side-categories .side-categories-level-1 .group .sub .level-4 .item .active {
    color: #234084;
    text-decoration: underline;
}

#side-manufacturer .list-group-item label {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 6px 18px;
    margin: 0px;
}
#side-manufacturer .list-group-item input[type="checkbox"] {
    position: relative;
    width: 0px;
    height: 0px;
    margin-right: 0px;
    visibility: hidden;
}
#side-manufacturer .list-group-item .custom-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #aaaaaa;
    border-radius: 0px;
}
#side-manufacturer .list-group-item .custom-checkbox-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 1px;
}
#side-manufacturer .list-group-item input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-inner {
    background-color: #234084;
}

#side_filter .list-group-item label {
    position: relative;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    margin: 0px;
}
#side_filter .list-group-item input[type="checkbox"] {
    position: relative;
    width: 0px;
    height: 0px;
    margin-left: 0px;
    visibility: hidden;
}
#side_filter .list-group-item .custom-checkbox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, -50%);
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #aaaaaa;
    border-radius: 0px;
}
#side_filter .list-group-item .custom-checkbox-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 1px;
}
#side_filter .list-group-item input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-inner {
    background-color: #234084;
}

#side-price .list-group-item > span {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height:  calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-top: 5px;
}
#side-price .list-group-item .ui-slider {
    background: #aaaaaa !important;
    height: 4px;
}
#side-price .list-group-item .ui-slider .ui-slider-range {
    background: #234084;
}
#side-price .list-group-item .ui-slider .ui-slider-handle {
    position: absolute;
    background: #ffffff;
    width: 18px;
    height: 18px;
    border: 4px solid #234084;
    border-radius: 15px;
}

#filter_group_tigger_open {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
#filter_group_tigger_open:hover,
#filter_group_tigger_open:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    outline: none;
    transition: all 0.6s ease-in;
}
@media (max-width: 767px) {
    #filter_group_tigger_open {
        margin-bottom: 0px;
    }
}
@media (max-width: 575px) {
    #filter_group_tigger_open {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}

.sort-order-container {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.sort-order-container > div {
    width: 100%;
}
.sort-order-container > div > div {
    padding: 0px;
}
.sort-order-container > div > div:not(:last-child) {
    padding-right: 15px;
}
.sort-order-container .form-group {
    margin-bottom: 0px;
}
.sort-order-container .form-group .input-group-prepend {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.sort-order-container .form-group .input-group-prepend > label {
    display: none;
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
.sort-order-container .form-group > select {
    background-color: transparent;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-transform: uppercase;
    border: 1px solid #aaaaaa;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    height: 40px;
}

@media (max-width: 767px) {
    .sort-order-container {
        margin-bottom: 0px;
    }
    .sort-order-container > div > div:not(:last-child) {
        padding-right: 0px;
    }
    .sort-order-container .form-group {
        margin-bottom: 0px;
    }
    .sort-order-container .form-group > select {
        display: inline-block;
        display: inline-flex;
        justify-content: center;
        align-items: center;

        background-color: #234084;
        font-family: "Roboto Regular";
        font-weight: 500;
        font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
        color: #ffffff;
        line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
        letter-spacing: 0px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        border-radius: 0px;

        min-width: 140px;
        min-height: 40px;
        height: 40px;
        padding: 6px 24px;
    }
    .sort-order-container .form-group > select:hover,
    .sort-order-container .form-group > select:focus {
        background-color: #000000;
        color: #ffffff;
        border-color: transparent;
        outline: none;
        transition: all 0.6s ease-in;
    }
}
@media (max-width: 575px) {
    .sort-order-container {
        flex-direction: column;
    }
    .sort-order-container .form-group .input-group-prepend {
        justify-content: flex-start;
    }
    .sort-order-container .form-group > select {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}

/* ================================== End of Categories ================================== */

/* ================================== Products ================================== */

.product-product .product-image-column .product-image-main-container {
    position: relative;
    margin: 0px 0px 0px 7.5px;
    overflow: initial;
}
.product-product .product-image-column .product-image-main-container .product-sticker {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    position: absolute;
    top: 0;
    left: 0;
    transform: translate(25%, 0%);
    z-index: 1;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(10px + (12 - 10) * (100vw - 320px) / (1920 - 320));
    line-height: calc(20px + (22 - 20) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    min-width: 80px;
    padding: 4px 12px;
}

.product-product .product-image-column .product-image-main-container .product-image-main {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list {
    margin: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track {
    display: flex;
    padding: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track .slick-slide {
    margin: 0px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track .slick-slide > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-list .slick-track .slick-slide > div > div {
    padding: 0px 15px;
}
.product-product .product-image-column .product-image-main-container .product-image-main .slick-no-slide .slick-list {
    margin: 0px -15px;
}

.product-product .product-image-column .product-image-main-container .slick-nav {
    position: absolute;
    top: 0%;
    transform: translateY(0%) !important;
    width: 15px;
    z-index: 1;
}
.product-product .product-image-column .product-image-main-container .slick-nav > div {
    width: 15px;
    height: 30px;
}
.product-product .product-image-column .product-image-main-container .slick-nav.left {
    left: calc(0% - -15px);
}
.product-product .product-image-column .product-image-main-container .slick-nav.right {
    right: calc(0% - -15px);
}
.product-product .product-image-column .product-image-main-container .slick-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 30px;
}

.product-product .product-image-column .product-image-additional-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin-right: 7.5px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional {
    padding-right: 0px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional img {
    border: none;
    padding: 0px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-list {
    margin: 30px 0px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-list .slick-track .slick-slide {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 5px 0px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-no-slide .slick-list {
    margin: 15px 0px;
}

.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav {
    position: absolute;
    /*top: 0%;*/
    transform: translateY(0%) !important;
    width: 30px;
    z-index: 1;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav > div {
    width: 30px;
    height: 15px;
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav.left {
    top: calc(0% - -15px);
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav.right {
    bottom: calc(0% - -15px);
}
.product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 15px;
    border: none;
    padding: 0px;
}
@media (max-width: 991px) {
    .product-product .product-image-column .product-image-main-container .slick-nav {
        width: 10px;
    }
    .product-product .product-image-column .product-image-main-container .slick-nav > div {
        width: 10px;
        height: 25px;
    }
    .product-product .product-image-column .product-image-main-container .slick-nav img {
        width: 10px;
        height: 25px;
    }

    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav {
        width: 25px;
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav > div {
        width: 25px;
        height: 10px;
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav img {
        width: 25px;
        height: 10px;
    }
}
@media (max-width: 575px) {
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-list {
        margin: 20px 0px;
    }

    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav {
        width: 20px;
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav > div {
        width: 20px;
        height: 10px;
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav.left {
        top: calc(0% - -10px);
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav.right {
        bottom: calc(0% - -10px);
    }
    .product-product .product-image-column .product-image-additional-container .product-image-additional .slick-nav img {
        width: 20px;
        height: 10px;
    }
}

.product-product .product-description-container .product-name {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(14px + (18 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(24px + (28 - 24) * (100vw - 320px) / (1920 - 320));
    text-align: left;
}
.product-product .product-description-container .product-price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    padding: 0px;
    margin: 5px 0px 10px;
}
.product-product .product-description-container .product-price .new-prices {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-product .product-description-container .product-price .old-prices {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    text-decoration: line-through;
    padding-right: 10px;
    opacity: 1;
}
.product-product .product-description-container .product-price .special-prices {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (22 - 18) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    letter-spacing: 0px;
    line-height: calc(28px + (32 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-product .product-description-container .product-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.product-product #product {
    max-width: 100%;
    width: 100%;
    margin: 15px 0px;
}
.product-product #product .form-group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    margin: auto 0 15px;
}
.product-product #product .form-group .control-label:before {
    content: none;
}
.product-product #product .form-group .control-label {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    width: 120px;
    /*width: 100%;*/
    margin: 0px;
}
.product-product #product .form-group .form-control {
    background-color: #ffffff;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    height: 40px;
    width: calc(100% - 120px) !important;
    border-radius: 0px;
}
.product-product #product .form-group > * {
    width: calc(100% - 120px);
    /*width: 100%;*/
}
.product-product #product .form-group > .text-danger {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #a94442;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
}

.product-product #product .form-group .input-group {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /*width: calc(100% - 120px);*/
    width: 50%;
}
.product-product #product .form-group .input-group .input-group-addon {
    justify-content: flex-start;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: left;
    /*width: 120px;*/
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.product-product #product .form-group .input-group .input-group-box {
    display: inline-table;
    /*width: calc(100% - 120px);*/
    width: 100%;
}
.product-product #product .form-group .input-group .input-group-box .input-group-btn {
    height: 40px;
}
.product-product #product .form-group .input-group .input-group-box .form-control {
    width: 100% !important;
    border-radius: 0px;
}

.product-product #product .product-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0px;
}
.product-product #product .product-button .btn-cart {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #c42330;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
.product-product #product .product-button .btn-cart:hover,
.product-product #product .product-button .btn-cart:focus {
    background-color: #000000;
    color: #ffffff;
    border-color: transparent;
    outline: none;
    transition: all 0.6s ease-in;
}
.product-product #product .product-button .btn-cart > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.product-product #product .product-button .product-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
}
.product-product #product .product-button .product-share > span {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}
.product-product #product .product-button .product-share > div {
    margin: 0px 15px;
}
@media (max-width: 1280px) {
    .product-product #product .form-group {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .product-product #product .form-group {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .product-product #product .form-group {
        width: 75%;
    }
}
@media (max-width: 575px) {
    .product-product #product .form-group {
        width: 100%;
    }

    .product-product #product .product-button {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .product-product #product .product-button .product-share {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .product-product #product .product-button .product-share > span {
        width: 100%;
        margin-bottom: 5px;
    }
    .product-product #product .product-button .product-share > div {
        margin-left: 0px;
    }

    .product-product #product .product-button .btn-cart {
        min-width: 100px;
        min-height: 35px;
        height: 35px;
        padding: 6px 24px;
    }
}
@media (max-width: 414px) {
    .product-product #product .form-group {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }
    .product-product #product .form-group .control-label {
        width: 100%;
    }
    .product-product #product .form-group .form-control {
        width: 100% !important;
    }
    .product-product #product .form-group .input-group {
        flex-direction: column;
        width: 100%;
    }
    .product-product #product .form-group .input-group .input-group-addon {
        width: 100%;
    }
    .product-product #product .form-group .input-group .input-group-box {
        width: 100%;
    }

    .product-product #product .product-button > div,
    .product-product #product .product-button > div > button {
        width: 100%;
    }
}

#waiting_list .waiting_list_container {
    background: #f5f5f5;
    border: none;
    border-radius: 0px;
    padding: 20px;
    margin: 15px 0px;
    width: 100%;

    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}
#waiting_list .waiting_list_container .waiting_list_description > p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 0px;
}
#waiting_list .waiting_list_container .waiting_list_description > p:first-child {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
    margin-bottom: 0px;
}
#waiting_list .waiting_list_container .flex-group {
    background-color: transparent;
    border: 1px solid #234084;
    border-radius: 0px;
    padding: 0px;
}
#waiting_list .waiting_list_container > div > input {
    background-color: transparent;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    padding: 5px 15px;
    margin-right: 0px;
    border: none;
    border-radius: 10px;
    min-height: 40px;
}
#waiting_list .waiting_list_container > div > input:placeholder {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #aaaaaa;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
#waiting_list .waiting_list_container > div > button {
    display: inline-block;
    display: inline-flex;
    justify-content: center;
    align-items: center;

    background-color: #234084;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #ffffff;
    line-height: calc(12px + (24 - 12) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;

    min-width: 140px;
    min-height: 40px;
    height: 40px;
    padding: 6px 24px;
}
@media (max-width: 991px) {
    #waiting_list .waiting_list_container > div > input {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #waiting_list .waiting_list_container > div > button {
        width: 100%;
    }
}
@media (max-width: 767px) {
    #waiting_list .waiting_list_container > div > input {
        margin-right: 10px;
        margin-bottom: 0px;
    }
    #waiting_list .waiting_list_container > div > button {
        width: auto;
    }
}
@media (max-width: 575px) {
    #waiting_list .waiting_list_container > div > input {
        min-height: 35px;
    }
}
@media (max-width: 414px) {
    #waiting_list .waiting_list_container {
        padding: 15px;
    }
    #waiting_list .waiting_list_container > div > input {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    #waiting_list .waiting_list_container > div > button {
        width: 100%;
    }
}

.product-product #product-tabs {
    display: flex;
    display: block;
    flex-wrap: wrap;
    border-bottom: none;
    padding-bottom: 0px;
    width: 80%;
    margin: 30px auto auto;
}
.product-product #product-tabs > li {
    flex: 0.15;
    /*min-width: 180px;*/
    margin-bottom: -2px;
}
.product-product #product-tabs > li > a {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(14px + (16 - 14) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(24px + (26 - 24) * (100vw - 320px) / (1920 - 320));
    text-align: center;
    text-transform: none;

    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin-right: 15px;
    padding: 9px 0px; 
}
.product-product #product-tabs > li.active > a {
    background-color: transparent;
    color: #234084;
    border-color: transparent;
    text-decoration: underline;
}
.product-product #product-tabs > li:hover > a,
.product-product #product-tabs > li:focus > a {
    background-color: transparent;
    color: #234084;
    border-color: transparent;
    text-decoration: underline;
    transition: all 0.6s ease-in;
}
.product-product .tab-content {
    background-color: transparent;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: left;
    padding: 15px;
    border: 1px solid #234084;
    width: 80%;
    margin: 0 auto;
}
.product-product .tab-content h2 {
    text-align: left !important;
}
.product-product .tab-content .tab-pane > p > img {
    width: 100% !important;
}
@media (max-width: 991px) {
    .product-product #product-tabs {
        width: 100%;
    }
    .product-product .tab-content {
        width: 100%;
    }
}

.product-product .related-container {
    width: 100%;
    padding: 30px 0px;
    margin: 0 auto;
}
.product-product .related-container .slick-list {
    margin: 0px 30px;
}
.product-product .related-container .slick-list .slick-track {
    display: flex;
    padding: 15px 0px;
}
.product-product .related-container .slick-list .slick-track .slick-slide {
    height: inherit;
}
.product-product .related-container .slick-list .slick-track .slick-slide > div {
    display: flex;
    height: 100%;
    margin-bottom: 0px;
}
.product-product .related-container .slick-list .slick-track .slick-slide > div > div {
    margin: 0px 15px;
}
.product-product .related-container .slick-no-slide .slick-list {
    margin-left: 0px;
    margin-right: 0px;
}

.product-product .related-container .slick-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    z-index: 1;
}
.product-product .related-container .slick-nav > div {
    width: 20px;
    height: 35px;
}
.product-product .related-container .slick-nav.left {
    left: calc(0% - -15px);
}
.product-product .related-container .slick-nav.right {
    right: calc(0% - -15px);
}
.product-product .related-container .slick-nav img {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 35px;
}
.product-product .related-container .slick-nav:hover img,
.product-product .related-container .slick-nav:focus img {
    opacity: 0;
    transition: all 0.6s ease-out;
}
.product-product .related-container .slick-nav img.hover {
    opacity: 0;
}
.product-product .related-container .slick-nav:hover img.hover,
.product-product .related-container .slick-nav:focus img.hover {
    opacity: 1;
    transition: all 0.6s ease-in;
}

.product-product .related-container .slick-dots {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0 auto;

    width: 100%;
    bottom: 0px;
}
.product-product .related-container .slick-dots li {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0px;
    margin: 0px 5px;
    list-style-type: none;
}
.product-product .related-container .slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    
    text-indent: -9999px;
}
.product-product .related-container .slick-dots li.slick-active button {
    background: rgba(0, 0, 0, 1);
}
.product-product .related-container .slick-dots li.slick-active button:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 14px;
    position: absolute;
    top: -3px;
    left: -3px;
}
@media (max-width: 991px) {
    .product-product .related-container .slick-list {
        margin: 0px -20px;
    }
}
@media (max-width: 991px) {
    .product-product .related-container .slick-list .slick-track .slick-slide > div > div {
        margin: 0px 7.5px;
    }
}

/* ================================== End of Products ================================== */

/* ================================== Email Module ================================== */

.email-container {
    width: 100%;
    padding: 30px 0px;
    margin: 30px auto 0px;
    border-top: 1px solid #cccccc;
}
.email-container .email-content .email-information {
    width: 80%;
    margin: 0 auto 30px;
}
.email-container .email-content .email-information .email-title {
    font-family: "Roboto Bold";
    font-weight: 600;
    font-size: calc(16px + (38 - 16) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(26px + (48 - 26) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}
.email-container .email-content .email-information .email-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
    text-align: center;
}

.email-container .email-content .email-form {
    width: 80%;
    padding: 0px;
    margin: 0 auto;
}
.email-container .email-content .email-form form {
    width: 100%;
}
.email-container .email-content .email-form .email-body {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.email-container .email-content .email-form .email-body > * {
    margin-right: 7.5px;
    margin-left: 7.5px;
    margin-bottom: 15px;
    min-width: calc(100% - 15px);
}
.email-container .email-content .email-form .email-body .form-group .control-label {
    display: none;
}
.email-container .email-content .email-form .email-body .form-group .form-control {
    background-color: transparent;
    border: 1px solid #234084;

    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
.email-container .email-content .email-form .email-body .form-group .form-control::placeholder {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #aaaaaa;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    letter-spacing: 0px;
}
.email-container .email-content .email-form .email-body .form-group input,
.email-container .email-content .email-form .email-body .form-group select {
    height: 40px;
}
.email-container .email-content .email-form .email-body .form-group .text-danger,
.email-container .email-content .email-form .email-footer .form-group .text-danger {
    font-size: 12px;
    line-height: 22px;
    text-align: left;
}
.email-container .email-content .email-form .email-footer {
    display: inline-block;
    width: 100%;
}
.email-container .email-content .email-form .email-footer .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.email-container .email-content .email-form .email-footer #google_recaptcha {
    float: left;
}

@media (max-width: 991px) {
    .email-container {
        padding: 30px 0px;
    }
    .email-container .email-content .email-information {
        width: 100%;
        margin: 0 auto 15px;
    }
    .email-container .email-content .email-form {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .email-container .email-content .email-form .email-footer {
        text-align: right;
        margin-bottom: 15px;
    }
    .email-container .email-content .email-form .email-footer #google_recaptcha {
        margin-bottom: 15px;
    }
    .email-container .email-content .email-form .email-footer #google_recaptcha .g-recaptcha {
        transform-origin: left center;
    }
}
@media (max-width: 575px) {
    .email-container {
        padding: 15px 0px;
    }
    .email-container .email-content .email-form .email-footer {
        text-align: right;
    }
    .email-container .email-content .email-form .email-footer #google_recaptcha {
        float: left;
    }
    .email-container .email-content .email-form .email-footer #google_recaptcha .g-recaptcha {
        transform-origin: left;
        width: auto;
    }
}
@media (min-width: 541px) {
    .email-container .email-content .email-form .email-body > *:not(:last-child) {
        flex: 1 1 auto;
        min-width: calc(50% - 15px);
    }
}

/* ================================== End of Email Module ================================== */

/* ================================== Services ================================== */

.service-container {
    width: 100%;
    margin: 30px auto;
}
.service-container .service-item {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}
.service-container .service-item:nth-child(even) {
    flex-direction: row;
}
.service-container .service-item:nth-child(odd) {
    flex-direction: row-reverse;
}
.service-container .service-item .service-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.service-container .service-item:nth-child(even) .service-image {
    margin-right: 15px;
}
.service-container .service-item:nth-child(odd) .service-image {
    margin-left: 15px;
}
.service-container .service-item .service-image > img {
    width: 100%;
}
.service-container .service-item .service-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.service-container .service-item:nth-child(even) .service-detail {
    margin-left: 15px;
}
.service-container .service-item:nth-child(odd) .service-detail {
    margin-right: 15px;
}
.service-container .service-item .service-detail .service-name {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    letter-spacing: 0px;
    line-height: calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}
.service-container .service-item .service-detail .service-description {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.service-container .service-item .service-detail .service-button {
    margin: 15px 0px;
}
@media (max-width: 991px) {
    .service-container {
        margin: 15px auto;
    }
    .service-container .service-item:nth-child(even) {
        flex-direction: column;
    }
    .service-container .service-item:nth-child(odd) {
        flex-direction: column;
    }
    .service-container .service-item .service-image {
        width: 100%;
        margin-bottom: 15px;
    }
    .service-container .service-item:nth-child(even) .service-image {
        margin-right: 0px;
    }
    .service-container .service-item:nth-child(odd) .service-image {
        margin-left: 0px;
    }
    .service-container .service-item .service-detail {
        width: 100%;
        margin-top: 0px;
    }
    .service-container .service-item:nth-child(even) .service-detail {
        margin-left: 0px;
    }
    .service-container .service-item:nth-child(odd) .service-detail {
        margin-right: 0px;
    }
    .service-container .service-item .service-detail .service-name {
        margin-bottom: 10px;
    }
}

/* ================================== End of Services ================================== */

/* ================================== Contact Us ================================== */

.contact-map {
    margin-top: 30px;
    border: none;
    /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);*/
}
.contact-map iframe {
    width: 100%;
}
.contact-container {
    display: grid;
    grid-template-columns: 30% 70%;
    grid-template-rows: auto;

    display: -ms-grid;
    -ms-grid-columns: 30% 70%;
    -ms-grid-rows: auto;

    margin: 30px 0px;
}
.contact-container .contact-info {
    grid-column: 1 / 1;
    grid-row: 1 / 1;

    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 10px;
}
.contact-container .contact-form {
    grid-column: 2 / 2;
    grid-row: 1 / 1;

    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
}
.contact-container .contact-info h3,
.contact-container .contact-form h3 {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    letter-spacing: 0px;
    line-height: calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
}
.contact-container .contact-info  .contact-store {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(18px + (24 - 18) * (100vw - 320px) / (1920 - 320));
    color: #c42330;
    letter-spacing: 0px;
    line-height: calc(28px + (34 - 28) * (100vw - 320px) / (1920 - 320));
    text-transform: none;
    margin-bottom: 10px;
}
.contact-container .contact-info .contact-address,
.contact-container .contact-info .contact-telephone,
.contact-container .contact-info .contact-fax,
.contact-container .contact-info .contact-email,
.contact-container .contact-info .contact-open {
    display: flex;
    flex-direction: row;
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-info .contact-address {
    margin-bottom: 15px;
}
.contact-container .contact-info .contact-open {
    flex-direction: column;
    margin-bottom: 15px;
}
.contact-container .contact-info .contact-address > a,
.contact-container .contact-info .contact-telephone > a,
.contact-container .contact-info .contact-fax > a,
.contact-container .contact-info .contact-email > a {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-info .contact-address > a:hover,
.contact-container .contact-info .contact-address > a:focus,
.contact-container .contact-info .contact-telephone > a:hover,
.contact-container .contact-info .contact-telephone > a:focus,
.contact-container .contact-info .contact-fax > a:hover,
.contact-container .contact-info .contact-fax > a:focus,
.contact-container .contact-info .contact-email > a:hover,
.contact-container .contact-info .contact-email > a:focus {
    color: #234084;
    transition: all 0.6s ease-in;
}
.contact-container .contact-info .contact-address > span,
.contact-container .contact-info .contact-telephone > span,
.contact-container .contact-info .contact-fax > span,
.contact-container .contact-info .contact-email > span,
.contact-container .contact-info .contact-open > span {
    font-weight: 500;
    margin-right: 5px;
}

.contact-container .contact-form form {
    width: 100%;
}
.contact-container .contact-form .contact-us-info {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin-bottom: 15px;
}
.contact-container .contact-form .contact-body {
    margin: 0px;
}
.contact-container .contact-form .contact-body > * {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
}
.contact-container .contact-form .contact-body > *:nth-child(2n + 1){
    margin-right: 15px;
}
.contact-container .contact-form .contact-body > *:nth-last-child(2),
.contact-container .contact-form .contact-body > *:last-child {
    margin-right: 0px;
    min-width: 100%;
}
.contact-form .contact-body .form-group .control-label {
    display: none;
}
.contact-container .contact-form .contact-body .form-group > .form-control {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    border: 1px solid #234084;
}
.contact-container .contact-form .contact-body .form-group > .form-control:placeholder {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #aaaaaa;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.contact-container .contact-form .contact-body .form-group > input.form-control,
.contact-container .contact-form .contact-body .form-group > select.form-control {
    height: 40px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
    margin: 0px;
    padding-left: 30px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label input[type="checkbox"] {
    position: relative;
    margin-right: 0px;
    visibility: hidden;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label .custom-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0%, 15%);
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label .custom-checkbox .custom-checkbox-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 2px;
}
.contact-container .contact-form .contact-body .form-group .checkbox .checkbox-label input[type="checkbox"]:checked + .custom-checkbox .custom-checkbox-box {
    background-color: #234084;
}
.contact-container .contact-form .contact-body .form-group .text-danger,
.contact-container .contact-form .contact-footer .form-group .text-danger {
    font-size: calc(12px + (12 - 12) * (100vw - 320px) / (1920 - 320));
    line-height: calc(22px + (22 - 22) * (100vw - 320px) / (1920 - 320));
    text-align: left;
}
.contact-container .contact-form .contact-footer {
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    .contact-container {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto auto;

        display: -ms-grid;
        -ms-grid-columns: 100%;
        -ms-grid-rows: 100% 100%;
    }
    .contact-container .contact-info {
        grid-column: 1 / 1;
        grid-row: 1 / 1;

        -ms-grid-column: 1;
        -ms-grid-row: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        padding-right: 0px;
        padding-bottom: 10px;
    }
    .contact-container .contact-form {
        grid-column: 1 / 1;
        grid-row: 2 / 2;

        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-column-span: 1;
        -ms-grid-row-span: 1;

        padding-left: 0px;
        padding-top: 10px;
    }
}
@media (max-width: 767px) {
    .contact-container .contact-form .contact-body .form-group .text-danger,
    .contact-container .contact-form .contact-footer .form-group .text-danger {
        width: 100%;
    }
}
@media (max-width: 575px) {
    .contact-container .contact-form .contact-body > * {
        min-width: 100%;
    }
    .contact-container .contact-form .contact-body > *:nth-child(2n + 1){
        margin-right: 0px;
    }
    .contact-container .contact-info .contact-address,
    .contact-container .contact-info .contact-telephone,
    .contact-container .contact-info .contact-fax,
    .contact-container .contact-info .contact-email,
    .contact-container .contact-info .contact-open {
        margin-bottom: 10px;
    }
}
@media (min-width: 541px) {
    .contact-body > *:not(:last-child) {
        flex: 1;
    }
}

/* ================================== End of Contact Us ================================== */

/* ================================== Account Page ================================== */

.account-account .account-container a {
    border: 1px solid #000000;
    border-radius: 0px;
    padding: 14px 14px 14px 90px;
}
.account-account .account-container a h3.account-sub-heading {
    font-family: "Roboto Regular";
    font-weight: 600;
    font-size: calc(16px + (18 - 16) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 1px;
    line-height: calc(26px + (28 - 26) * (100vw - 320px) / (1920 - 320));
    text-transform: uppercase;
}
.account-account .account-container a p {
    font-family: "Roboto Regular";
    font-weight: 500;
    font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
    color: #000000;
    letter-spacing: 0px;
    line-height: calc(22px + (24 - 22) * (100vw - 320px) / (1920 - 320));
}
.account-account .account-container a .icon-font {
    width: 50px;
    height: 50px;
    color: #000000;
}
.account-account .account-container a:hover, .account-account .account-container a:focus {
    border: 1px solid #234084;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover .icon-font::before, .account-account .account-container a:focus .icon-font::before {
    color: #234084;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover h3.account-sub-heading {
    color: #234084;
    transition: all 0.6s ease-in;
}
.account-account .account-container a:hover p {
    color: #234084;
    transition: all 0.6s ease-in;
}

.account-order .modal-dialog .modal-content .modal-body .order-product-list ul li a {
    background-color: #000000;
    color: #ffffff;
}
.account-order .modal-dialog .modal-content .modal-body .order-product-list ul li a span {
    background-color: #ffffff;
    color: #000000;
}

/* ================================== End of Account Page ================================== */

/* ================================== Checkout Page ================================== */

#quickcheckout-back {
    margin-bottom: 15px;
}
.quickcheckout-cart .input-group > * {
    flex-direction: row;
}

/* ================================== End of Checkout Page ================================== */