@charset "utf-8";
/* 
rem to px: 1rem = 16px
px to rem: 10px = 10 / 16 = 0.625 rem

*/
*,
*::after,
*::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    background-color: #fff;
    font-family: "Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
    margin: 0;
    padding: 0;
    color: #4b4b4b;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    word-wrap: break-word;
    text-rendering: optimizeSpeed;
    -moz-osx-font-smoothing: grayscale;
}
body
{
    font-family: 'Be Vietnam Pro', sans-serif;
}
.prod-h-wrap .prod-h .image .view-detail,
.footer .f-title,
.owl-news-h .content h3,
.owl-news-h .content .news-h-cate,
.button-shop,
.heading .title.z-title,
.products-content:not(.title) h3,
.products-content h4
{
    font-family: 'Playfair Display', serif;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: none;
    outline: 0 none;
}
img:not([data-src]) {
    -webkit-animation: fadeInImages 1s ease;
    -moz-animation: fadeInImages 1s ease;
    animation: fadeInImages 1s ease;
}
@keyframes fadeInImages {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
button, label, textarea, input, select {
    border: 0 none;
    outline: none;
    font: inherit;
    margin: 0;
    padding: 0;
    box-shadow: none;
    vertical-align: baseline;
    color: inherit;
    border-radius: 4px;
}
input[type="checkbox"] {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(231,234,243,.9);
    width: 16px;
    height: 16px;
    border-radius: .25em;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input:checked[type="checkbox"] {
    background-color: #377dff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    border-color: #377dff;
}
iframe {
    width: 100%;
    max-width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}
figure {
    position: relative;
    margin: 0;
    overflow: hidden;
}
button {
    cursor: pointer;
    background-color: transparent;
    border-width: 0;
}
input[type="submit"], input[type="reset"], button[type="submit"], button[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin-top: 0;
}
ins, del {
    font-weight: normal;
}
ins {
    text-decoration: none;
}
del {
    margin-right: 0.625rem;
    color: #777;
    opacity: .7;
}
.text-center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.menu-h-wrapper .menu-wrapper .content::-webkit-scrollbar-thumb
{
    background-color: rgba(0,0,0,.6);
}
.menu-h-wrapper .menu-wrapper .content::-webkit-scrollbar
{
    width: .6125rem;
}
.price {
    color: #e91e63;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
.container.flex {
    flex-wrap: wrap;
}
.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.header-wrapper {
    position: relative;
    background-color: #fff;
    transition: .7s;
    z-index: 10;
}
.header-wrapper.active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    animation: slide-down .7s;
}
.header-wrapper.active,
.bg-transparent 
{
    box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 1.25rem 40px rgb(0 0 0 / 18%);
}
.header-wrapper .header {
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.logo-header,
.logo-header a,
.header-center,
.menutop
{
    transition: all .5s ease;
}
.header-wrapper .logo-header a {
    display: flex;
    align-items: center;
    height: 80px;
}
.header-wrapper.active .logo-header a {
    height: 70px;
}
.header-wrapper .logo-header img {
    position: relative;
    top: -3px;
    height: 45px;
    width: auto;
    transition: .1s;
}
.header-wrapper.active .logo-header img {
    height: 30px;
    width: auto;
}
.header-center {
    justify-content: center;
    align-items: center;
}
.menutop,
.footer .list,
.prod-cart ol,
.accordion-body ul,
.menutop .subcat ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menutop .menu-item {
    position: relative;
    padding: .75rem .5rem;
    display: flex;
    font-weight: 500;
    align-items: stretch;
}
.menutop .menu-item .menu-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    border-radius: 0.425rem;
    transition: .3s;
    white-space: nowrap;
}
.menutop .subcat {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: .875rem;
    pointer-events: none;
    padding-top: 1rem;
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 10;
}
.menutop .menu-item:hover > .subcat {
    opacity: 1;
    transform: none;
    pointer-events: all;
    visibility: visible;
}
.menutop .subcat ul {
    background-color: #fff;
    box-shadow: 0 5px 25px rgba(34,41,47,.1);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    border-radius: 0.425rem;
    min-width: 180px;
}
.menutop .subcat li {
    font-weight: 400;
}
.menutop .subcat li a {
    white-space: nowrap;
    padding: 0.625rem 1.5rem;
    display: flex;
    transition: .3s;
}
.menutop .menu-item:hover > .menu-link,
.menutop .menu-item.active > .menu-link,
.menutop .subcat li:hover a
{
    background-color: rgb(115 103 240 / 8%);
    color: #7367f0;
}
.header-right {
    align-items: center;
}
.header-right span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.header-right span:not(:first-of-type) {
    margin-left: 0.8125rem;
}
.header-right svg {
    width: 18px;
    height: 18px;
    fill: #000;
    cursor: pointer;
    transition: .5s;
}
.header-wrapper.active .header-right svg {
    width: 16px;
    height: 16px;
}
.section {
    padding-top: 70px;
}
.bg-light {
    background-color: #f5f5f5;
}
.intro .shadow.flex {
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 1.25rem 40px rgb(0 0 0 / 18%);
    border-radius: .425rem;
    overflow: hidden;
}
.intro .container {
    max-width: 1320px;
}
.intro .items {
    position: relative;
    width: 50%;
}
.intro .items .content-wrapper {
    width: 80%;
    margin: 0 auto;
}
.intro .intro-title {
    position: relative;
    font-size: 2.5rem;
}
.content-wrapper p {
    line-height: 150%;
}
.intro .shadow.flex .content-wrapper img {
    width: auto;
    height: 60px;
    margin-bottom: 1.5rem;
}
.button-shop {
    position: relative;
    background-color: #000;
    display: inline-block;
    padding: 0.9375rem 2.5rem;
    line-height: 1;
    border: 2px solid #000;
    font-size: 0.8125rem;
    margin-top: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    overflow: hidden;
    transition: .4s;
}
.button-shop:hover {
    background-color: #b8aa83;
    border-color: #b8aa83;
}
.intro .image {
    position: relative;
    overflow: hidden;
}
.intro .image::after,
.intro .image::before,
.owl-news-h .image::after,
.owl-news-h .image::before
{
    position: absolute;
    pointer-events: none;
    transition: all .5s ease-out 0s;
    content: "";
    z-index: 2;
}
.intro .image::before,
.owl-news-h .image::before
{
    top: 10px;
    bottom: 10px;
    right: 20px;
    left: 20px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scaleY(0);
}
.intro .image::after,
.owl-news-h .image::after
{
    top: 20px;
    bottom: 20px;
    right: 10px;
    left: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scaleX(0);
}
.intro .image:hover::before,
.intro .image:hover::after,
.owl-news-h .image:hover::before,
.owl-news-h .image:hover::after
{
    transform: none;
    opacity: 1;
}
.prod-h-wrapper {
    padding-bottom: 2.5rem;
}
.border-bottom
{
    border-bottom: 1px solid #eee;
}
.page {
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
    font-size: 0.8125rem;
}
.page a, .page span.intCurrent {
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.25rem;
    margin: 0.25rem;
    border: 1px solid transparent;
    transition: .2s;
}
.page span.intCurrent {
    border-color: #b8aa83;
    background-color: #b8aa83;
    color: #fff;
}
.heading {
    position: relative;
    margin-bottom: 2.5rem;
}
.heading .title {
    position: relative;
    font-size: 1.875rem;
    font-weight: 800;
    margin-bottom: 0;
}
.section .title {
    text-align: center;
}
.heading .title.z-title {
    font-weight: 700;
    font-size: 1.75rem;
}
.article-wrapper {
    padding-top: 1.25rem;
}
.article-wrapper .container {
    max-width: 1300px;
}
.article-wrapper .article {
    position: relative;
    margin: auto;
    width: 75%;
    text-align: justify;
    line-height: 170%;
    padding-right: 40px;
    padding-bottom: 2.375rem;
}
.article-wrapper .article .images-wrapper {
    position: relative;
    margin-bottom: 24px;
    border-radius: 4px;
    overflow: hidden;
}
.article-wrapper .article .images-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.article-wrapper .article .images-wrapper .image-text {
    position: absolute;
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.85));
    padding: 60px 15px 30px;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.article-wrapper .article .images-wrapper .image-text .title {
    position: relative;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 36px;
}
.article-wrapper .article .images-wrapper .image-text .author-wrapper {
    font-size: 13px;
}
.article-wrapper .article .images-wrapper .image-text .author-wrapper span {
    display: inline-block;
    margin: 0 5px;
    font-weight: 300;
}
.article-wrapper .article .images-wrapper .image-text .author-wrapper .fa {
    margin-right: 5px;
}
.tags {
    font-size: 0.8125rem;
    margin-top: 2.5rem;
}
.tags span, .tags a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0.0625rem solid #000;
    padding: .5rem .75rem;
    letter-spacing: 0.0625rem;
}
.tags a:not(:last-child) {
    margin-right: 1rem;
}
.tags span {
    border-color: transparent;
    padding-left: 0;
    text-transform: uppercase;
    font-weight: 600;
}
.related-news {
    position: relative;
    padding-top: 3.75rem;
}
.related-news .heading {
    justify-content: center;
}
.related-news .heading .title {
    font-size: 1.5rem;
    text-transform: uppercase;
    padding-bottom: 0.625rem;
    color: #3c4ca1;
}
.related-news .heading .title::after {
    background-color: #3c4ca1;
    position: absolute;
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
}
.prod-h-wrap {
    flex-wrap: wrap;
    margin: 0 -0.625rem;
    justify-content: flex-start;
}
.prod-h-wrap .prod-h {
    width: 25%;
    padding: 0 0.625rem 0.625rem;
}
.prod-h-wrap .prod-h .image {
    position: relative;
    display: flex;
    overflow: hidden;
}
.prod-h-wrap .prod-h .image .saleoff {
    position: absolute;
    background-color: #e12c43;
    width: 110px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    top: 10px;
    right: -30px;
    letter-spacing: 1px;
    font-size: 0.75rem;
    padding: 0.3125rem 0.75rem;
    transform: rotate(45deg);
    z-index: 1;
    overflow: hidden;
}
.prod-h-wrap .prod-h .image .overlay {
    position: absolute;
    background-color: rgba(247,248,249,.95);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1.25rem 1.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    z-index: 1;
}
.prod-h-wrap .prod-h:hover .image .overlay {
    opacity: 1;
}
.prod-h-wrap .prod-h .image .view-detail {
    position: relative;
    display: inline-block;
    line-height: 1rem;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
}
.prod-h-wrap .prod-h:hover .image .view-detail {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.prod-h-wrap .prod-h .image .view-detail::after {
    position: absolute;
    background-color: currentColor;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 1px;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    will-change: transform;
    content: ""
}
.prod-h-wrap .prod-h .image .view-detail:hover::after,
.copyright .text a:hover::after
{
    -webkit-animation: btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
    animation: btn-simple-animation 1s cubic-bezier(.54,.32,.05,.96) forwards;
}
@-webkit-keyframes btn-simple-animation{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}
@keyframes btn-simple-animation{0%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:100% 0;transform-origin:100% 0}50%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 0;transform-origin:100% 0}51%{-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;transform-origin:0 0}100%{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 0;transform-origin:0 0}}
@keyframes slide-down{0%{transform:translateY(-100%)}100%{transform:translateY(0)}}
@-webkit-keyframes btn_shine{100%{left:200%}}@keyframes btn_shine{100%{left:200%}}
.prod-h-wrap .prod-h .image img {
    transition: all .8s linear;
}
.prod-h-wrap .prod-h:hover .image img {
    transform: scale(1.04);
}
.prod-h-wrap .prod-h .content {
    position: relative;
    padding: 1.25rem;
    text-align: center;
}
.prod-h-wrap .prod-h .content h3 {
    font-weight: 400;
    font-size: 1.125rem;
    margin: 0;
}
.prod-h-wrap .prod-h .price {
    position: relative;
    display: block;
    margin-top: 0.5rem;
}
.news-h-wrapper {
    padding-bottom: 6.25rem;
}
.banners-row,
.banner-row
{
    position: relative;
}
.banner-row {
    background-image: url("../images/a3.jpg");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 70vh;
}
.banner-row::after {
    position: absolute;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}
.banner-row .text {
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translate(-50%);
    color: #fff;
    z-index: 1;
}
.banner-row .text .title {
    position: relative;
    font-size: 2.25rem;
    font-weight: 600;
    padding-bottom: 1rem;
    display: inline-flex;
    letter-spacing: 0.0625rem;
}
.banner-row .text .title::after {
    position: absolute;
    background-color: #ff871d;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 66.66%;
    height: 2px;
    content: "";
}
.news-wrapper {
    flex-wrap: wrap;
}
.owl-news-h .news-h {
    position: relative;
}
.news-wrapper .news-h {
    width: 33.33333333333333%;
    margin-bottom: 30px;
}
.owl-news-h .news-h .box {
    position: relative;
    background-color: #fff;
    padding: 0.9375rem;
    border-radius: 4px;
    border: 1px solid rgba(38,56,150,.1411764705882353);
    transition: .5s;
}
.owl-news-h.news-wrapper .news-h .box {
    border-color: transparent;
}
.owl-news-h .news-h:hover .box {
    box-shadow: 0 4px 12px 0 rgb(34 41 47 / 12%);
}
.owl-news-h.news-wrapper .news-h:hover .box {
    box-shadow: none;
}
.owl-news-h .image {
    position: relative;
    overflow: hidden;
}
.owl-news-h .image a {
    position: relative;
    display: flex;
    padding-bottom: 75%;
    overflow: hidden;
}
.owl-news-h .image a::after {
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: "";
    transition: .5s;
}
.owl-news-h .news-h:hover .image a::after {
    opacity: 1;
}
.owl-news-h .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: .4s;
}
.owl-news-h .news-h:hover .image img {
    transform: scale(1.1);
}
.owl-news-h .content {
    text-align: center;
    padding: 0.9375rem;
}
.owl-news-h .content .news-h-cate {
    text-transform: uppercase;
    color: #83868c;
    font-weight: 500;
    font-size: 0.75rem;
    letter-spacing: 1px;
}
.owl-news-h .content h3 {
    position: relative;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 1.125rem;
}
.owl-news-h .content h3 a {
    position: relative;
    padding-top: 0.3125rem;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    display: inline-block;
    transition: .3s;
}
.owl-news-h .content h3 a::after {
    position: absolute;
    background-color: #b8aa83;
    bottom: 0;
    left: 50%;
    width: 50px;
    height: 1px;
    transform: translateX(-50%);
    content: "";
}
.owl-news-h .content h3 a:hover {
    color: #b8aa83;
}
.owl-news-h .content p {
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #83868c;
    line-height: 160%;
}
.location {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #eaeaea;
}
.location a {
    margin-right: .5rem;
    transition: .3s;
}
.location a::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    content: "\f105";
}
.location .current,
.location a:hover span
{
    color: #3c4ca1;
}
.location .current {
    border-bottom: 1px solid #3c4ca1;
}
.products-wrapper {
    position: relative;
    padding-bottom: 4.375rem;
}
.products-wrapper .products-main
{
    width: 75%;
}
.products-wrapper .prod-header {
    position: relative;
    flex-wrap: wrap;
}
.prod-header .prod-image {
    width: 50%;
    padding-right: 0.9375rem;
    margin-bottom: 1.875rem;
    padding-top: 0.5rem;
}
.prod-header .prod-image .images-wrapper {
    position: sticky;
    top: 100px;
}
.prod-header .products-column {
    width: 50%;
    padding-left: 0.9375rem;
    padding-right: 1.875rem;
}
.prod-header .heading {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}
.prod-header .heading .title {
    position: relative;
    font-size: 1.5rem;
}
.prod-header .heading .price {
    font-size: 0.9375rem;
    margin-top: 0.625rem;
}
.prod-header .inner p {
    line-height: 170%;
}
.prod-header .addtocart a {
    background-color: #607d8b;
    position: relative;
    color: #fff;
    min-width: 306px;
    height: 55px;
    text-align: center;
    padding: 1rem 2rem;
    margin-top: 1.5625rem;
    margin-bottom: 1.5625rem;
    letter-spacing: .2em;
    line-height: 1;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.prod-header .addtocart.callus a {
    background-color: #009688;
    width: calc(100% - 100px);
    margin-bottom: 0;
}
.prod-header .addtocart a:hover {
    background-color: #607d8b;
}
.prod-header .addtocart.callus a:hover {
    background-color: #4caf50;
}
.prod-header .title-row {
    position: relative;
}
.prod-header .title-row .title {
    position: relative;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 600;
    font-size: 1rem;
}
.prod-header .title-row .title::after {
    background-color: #444;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
}
.products-content {
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    padding-top: 3.125rem;
    margin-top: 1.875rem;
    border-top: 1px solid #e7e7e7;
    max-width: 90%;
}
.products-content .title-row {
    position: relative;
    margin-bottom: 1.5rem;
}
.products-content .title-row .title {
    position: relative;
    display: inline-flex;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.5rem;
    color: #3c4ca1;
    border-bottom: 2px solid #3c4ca1;
}
.products-content h3:not(:first-of-type) {
    color: #f44336;
}
.products-content .note {
    padding: 1.5rem;
    max-width: 69%;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    border-radius: .475rem;
    border: 1px solid rgba(0,0,0,.1);
    /*box-shadow: 0 0 2px rgb(0 0 0 / 10%), 0 1.25rem 40px rgb(0 0 0 / 18%);*/
}
.products-content .note img {
    height: 70px;
    margin-bottom: 1.5rem;
}
.products-content .note p:last-child {
    margin-bottom: 0;
}
.search-h-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search-h-wrapper .search-items {
    max-width: calc(60% - 40px);
    margin-right: auto;
}
.search-h-wrapper .search-item {
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid #ccc;
}
.search-h-wrapper .search-item :first-child {
    margin-top: 1.5rem;
}
.search-h-wrapper .search-items h2 {
    font-size: 1.025rem;
}
.search-h-wrapper .search-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.search-h-wrapper .search-item h3 a {
    display: block;
}
.search-h-wrapper .search-item:hover h3 {
    text-decoration: underline;
    color: #3c4ca1;
}
.search-h-wrapper .search-item p {
    line-height: 165%;
}
.sidebar {
    width: 25%;
    position: relative;
}
.sidebar .inner {
    position: sticky;
    top: 0;
}
.sidebar .heading .title {
    font-size: 0.875rem;
    text-transform: uppercase;
    border-bottom: 1px solid #e7e7e7;
    letter-spacing: .2em;
    font-weight: 500;
    padding-bottom: 1.25rem;
}
.sidebar .box {
    position: relative;
    padding: 1.25rem 0;
    align-items: center;
    overflow: hidden;
}
.sidebar .item:not(:last-child) .box {
    border-bottom: 1px solid #f1f1f1;
}
.sidebar .image {
    position: relative;
    width: 80px;
    display: flex;
    border-radius: 0.25rem;
    overflow: hidden;
}
.sidebar .content-wrapper {
    padding-left: 0.9375rem;
    width: calc(100% - 80px);
}
.sidebar .content-wrapper h3 {
    margin-bottom: 0.3125rem;
    font-size: 0.9375rem;
    font-weight: 600;
}
.sidebar .item:hover h3 {
    color: #3c4ca1;
    text-decoration: underline;
}
.sidebar .price {
    font-size: 0.8125rem;
}
.footer-wrapper {
}
.footer {
    padding-top: 3.125rem;
    padding-bottom: 2.5rem;
}
.footer .container {
    flex-wrap: nowrap;
    flex-direction: row;
}
.footer .column {
    min-width: 250px;
}
.footer .column:first-child {
    width: 100%;
    padding-right: 3rem;
}
.footer .f-title {
    position: relative;
    font-weight: 600;
    font-size: 1.0625rem;
    padding-bottom: 1.125rem;
    margin-bottom: 1.25rem;
    white-space: nowrap;
}
.footer .f-title::after {
    position: absolute;
    background-color: #222;
    width: 50px;
    height: 1px;
    bottom: 0;
    left: 0;
    content: "";
}
.footer .image img {
    height: 50px;
    width: auto;
}
.footer .h-card {
    font-size: 0.875rem;
    margin-top: 1.4375rem;
    line-height: 160%;
}
.footer .social {
    margin-top: 1.25rem;
}
.footer .social a {
    margin-right: 0.25rem;
    padding: 0 0.3125rem;
    display: inline-block;
}
.footer .list {
    font-size: 0.9375rem;
}
.footer .list li {
    position: relative;
    margin: 0.625rem 0;
    display: block;
    opacity: .7;
}
.footer .list li a {
    position: relative;
    display: inline-block;
}
.footer .list li a::after,
.copyright .text a::after
{
    position: absolute;
    background-color: #222;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    transition: .4s;
    content: "";
}
.footer .list li a:hover::after {
    width: 100%;
}
.copyright {
    font-size: 0.8125rem;
    border-top: 1px solid #eee;
    padding: 1.625rem 0;
}
.copyright .container.flex {
    align-items: center;
}
.copyright .text a {
    position: relative;
    display: inline-block;
}
.copyright .text a::after {
    width: 100%;
}
.copyright img {
    margin-left: auto;
    margin-right: 100px;
}
.backtotop {
    position: fixed;
    bottom: 1.25rem;
    right: 25px;
    z-index: 10;
}
.backtotop .inner {
    position: relative;
    width: 40px;
    height: 40px;
}
.backtotop .inner::before {
    background-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    top: -10px;
    left: -10px;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    content: "";
    z-index: 1;
}
.backtotop .inner .title {
    position: absolute;
    right: 0;
    bottom: 65px;
    width: 100%;
    height: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(0,0,0,.5);
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: .3s;
}
.backtotop .fa-angle-up {
    background-color: #fff;
    position: relative;
    width: 40px;
    height: 40px;
    font-size: 22px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
    -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
    z-index: 1;
}
.backtotop:hover .fa-angle-up {
    box-shadow: 0 4px 12px 0 rgb(34 41 47 / 12%);
}
.widget {
    position: fixed;
    bottom: 200px;
    right: 25px;
    flex-wrap: wrap;
    width: 40px;
    z-index: 10;
}
.widget a,
.widget img {
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.widget a {
    width: 100%;
    margin-bottom: 0.9375rem;
}
.widget a:first-child {
    background-color: #238ae6;
    color: #fff;
}
.widget i {
    transform: rotate(-45deg);
    font-size: 20px;
}
.owl-nav {
    position: absolute;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 20%;
    right: 20%;
}
.news-h-wrapper .owl-dots {
    bottom: -50px;
}
.owl-banners .owl-dots {
    bottom: 30px;
}
.owl-carousel button.owl-dot {
    width: 0.75rem;
    height: 0.75rem;
    border: 2px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.3125rem;
    border-radius: 100%;
    -webkit-transition: .3s;
    transition: .3s;
}
.owl-carousel button.owl-dot.active {
    border-color: #000;
}
.owl-carousel button.owl-dot span {
    background-color: #000;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    transition: .3s;
}
.owl-carousel button.owl-dot.active span {
    background-color: transparent;
}
.owl-banners .item {
    position: relative;
    overflow: hidden;
}
.owl-banners .item::before {
    background-color: rgba(0,0,0,.2);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
}
.owl-banners .item .content {
    position: absolute;
    max-width: 40%;
    bottom: 30%;
    left: 10%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    will-change: transform;
    transition: .4s;
    overflow: hidden;
}
.owl-item.active .content {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transform: none;
    z-index: 10;
}
.owl-banners .item .content h3,
.owl-banners .item .content p
{
    color: #fff;
    margin-bottom: 25px;
    will-change: transform;
    opacity: 0;
}
.owl-banners .item .content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateX(100%);
    transition: .8s;
    transition-delay: .5s;
}
.owl-banners .item .content p {
    line-height: 180%;
    transform: translateX(-100%);
    transition: 1s;
    transition-delay: .8s;
}
.owl-item.active .content h3,
.owl-item.active .content p
{
    transform: initial;
    opacity: 1;
}
.owl-banners .item .button-shop-wrapper {
    transform: translateY(100px);
    transition: .8s;
}
.owl-item.active .item .button-shop-wrapper {
    transform: initial;
    transition-delay: 1s;
}
.owl-banners .item .button-shop {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    transition: .3s;
}
.owl-banners .item .button-shop:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}
.minicart {
    background-color: #f7f7f7;
    position: fixed;
    width: 380px;
    max-width: calc(100% - 1.25rem);
    height: 100%;
    right: -380px;
    top: 0;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    z-index: 12;
}
.minicart.active {
    right: 0;
    pointer-events: all;
    visibility: visible;
    opacity: 1;
}
.minicart .minicart-wrapper {
    position: relative;
    height: 100%;
}
.minicart .minicart-wrapper .mini-cart {
}
.minicart .minicart-wrapper .mini-cart .mini-header {
    position: relative;
    border-bottom: 1px solid #ecebeb;
}
.minicart .minicart-wrapper .mini-cart .mini-header .icon-close,
.minicart .minicart-wrapper .mini-cart .mini-header .counter
{
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    cursor: pointer;
}
.minicart .minicart-wrapper .mini-cart .mini-header .icon-close {
    left: 0;
    border-right: 1px solid #dedede;
}
.minicart .minicart-wrapper .mini-cart .mini-header .icon-close:hover {
    fill: #b8aa83;
}
.minicart .minicart-wrapper .mini-cart .mini-header .counter {
    border-left: 1px solid #dedede;
    right: 0;
}
.minicart .minicart-wrapper .mini-cart .mini-header .icon-close svg {
    width: 14px;
    height: auto;
}
.minicart .minicart-wrapper .mini-cart .mini-header .title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    height: 45px;
}
.minicart .minicart-wrapper .mini-cart .mini-content .check-out {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.minicart .minicart-wrapper .mini-cart .mini-content .check-out a {
    background-color: #000;
    display: flex;
    width: 100%;
    height: 59px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2rem;
    align-items: center;
    justify-content: center;
    transition: color .3s ease 0s,background-color .3s ease 0s;
}
.minicart .minicart-wrapper .mini-cart .mini-content .check-out a:hover {
    background-color: #b8aa83;
}
.minicart .minicart-wrapper .mini-cart .mini-content .sub-total {
    position: absolute;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 59px;
    left: 0;
    right: 0;
    width: 100%;
    height: 59px;
    padding: 0 15px;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart {
    position: relative;
    height: calc(100vh - 162px);
    padding: 0 1.25rem;
    overflow: auto;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart li {
    position: relative;
    padding: 1.25rem 0;
    align-items: flex-start;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart li:not(:last-child),
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart li:first-child
{
    border-bottom: 1px solid #e1e1e1;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .image {
    width: 25%;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-detail {
    width: 70%;
    padding-left: 1.25rem;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-detail h3 {
    margin-bottom: 0;
    font-size: 0.9375rem;
    font-weight: 500;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-detail .product_quanity {
    margin: 0.1875rem 0;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-detail .price,
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-detail .product_quanity
{
    font-size: 0.8125rem;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-remove {
    width: 15%;
}
.minicart .minicart-wrapper .mini-cart .mini-content .prod-cart .prod-remove a {
    position: absolute;
    top: 19px;
    right: 0;
}
.bg-minicart {
    transition: .3s;
}
.bg-minicart.active {
    position: fixed;
    background-color: rgba(0,0,0,.66);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.shoppingcart-wrapper {
    padding-top: 20px;
    padding-bottom: 50px;
}
.shoppingcart-wrapper .container {
    justify-content: space-between;
}
.shoppingcart-wrapper .shoppingcart {
    position: relative;
    width: calc(100% - 450px);
    order: 2;
}
.shoppingcart-wrapper .shoppingcart table {
    width: 100%;
    border: 1px solid #dee2e6;
    border-collapse: collapse;
    border-spacing: 0;
}
.shoppingcart-wrapper .shoppingcart thead th {
   font-weight: 400;
   font-size: 0.75rem;
   text-transform: uppercase;
   padding: 15px 20px;
   border-left: 1px solid #dee2e6;
   letter-spacing: .2em;
}
.shoppingcart-wrapper .shoppingcart td {
    border-top: 1px solid #dee2e6;
    padding: .75rem;
    text-align: center;
}
.shoppingcart-wrapper .shoppingcart thead th:first-child {
    text-align: left;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper {
    align-items: center;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper .image {
    position: relative;
    width: 80px;
    display: flex;
    overflow: hidden;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper .image img {
    height: fit-content;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper .content {
    width: calc(100% - 80px);
    padding-left: 0.75rem;
    text-align: left;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper .content h3 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.shoppingcart-wrapper .shoppingcart .content-wrapper .content .product_quanity,
.shoppingcart-wrapper .shoppingcart .price,
.quantity
{
    font-size: 0.75rem;
}
.shoppingcart-wrapper .shoppingcart td:nth-child(2) .price {
    display: inline-flex;
    flex-direction: column;
}
.shoppingcart-wrapper .shoppingcart td:nth-child(2) .price del {
    margin-right: 0;
}
.quantity {
    width: 45px;
    padding: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
.cart-totals {
    padding: 2.5rem 0;
}
.cart-totals input {
    display: inline-flex;
    height: 60px;
    padding: 0 65px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: .2rem;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.cart-totals .btnUpdate {
    margin-right: 1.25rem;;
}
.cart-totals .btnUpdate,
.cart-totals .continue:hover
{
    background-color: #000;
}
.cart-totals .continue,
.cart-totals .btnUpdate:hover
{
    background-color: #b8aa83;
}
.shoppingcart-wrapper .cart-counter {
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.shoppingcart-wrapper .cart-counter,
.shoppingcart-wrapper .cart-counter .price 
{
    font-size: 15px;
    font-weight: 600;
}
.shoppingcart-wrapper .order-wrapper {
    width: 400px;
    order: 1;
}
.shoppingcart-wrapper .inner {
    position: sticky;
    top: 100px;
}
.order-form label {
    margin-bottom: 10px;
    display: flex;
}
.order-form input,
.order-form label,
.order-form textarea
{
    width: 100%;
}
.order-form input,
.order-form textarea
{
    padding: 1.1rem;
    background-color: #fff;
    border: 1px solid #dedede;
    margin-bottom: 1.5rem;
    font-size: 0.875rem;
}
.order-form .btnSubmit 
{
    background-color: #000;
    color: #fff;
    border-color: transparent;
}
.search-wrapper {
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: transform .35s cubic-bezier(.46, .01, .32, 1),opacity .4s ease-out;
    z-index: 12;
}
.search-wrapper.active {
    height: 100%;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    transition: all .5s;
}
.search-wrapper form {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.search-wrapper .icon-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper .icon-close svg {
    width: 16px;
    height: 16px;
}
.search-wrapper input {
    background-color: #fff;
    width: calc(100% - 45px);
    font-size: 45px;
}
.search-wrapper button {
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.search-wrapper button svg {
    width: 30px;
    height: auto;
}
.menu-h-wrapper {
    position: fixed;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}
.menu-h-wrapper.open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    z-index: 12;
}
.menu-h-wrapper .menu-wrapper {
    position: fixed;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: -320px;
    width: 320px;
    transition: .3s;
}
.menu-h-wrapper.open .menu-wrapper {
    left: 0;
}
.menu-h-wrapper .menu-wrapper .menu-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    height: 60px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}
.menu-h-wrapper .menu-wrapper .menu-footer {
    background-color: #b8aa83;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    height: 50px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu-h-wrapper .menu-wrapper .content {
    position: relative;
    height: calc(100% - 110px);
    margin: auto;
    top: 60px;
    overflow: auto;
}
.menu-h-wrapper .menu-item,
.menu-h-wrapper .accordion-header,
.menu-h-wrapper .accordion-body ul,
.menu-h-wrapper .accordion-body ul li:not(:last-of-type) a
{
    border-bottom: 1px solid #ebebeb;
}
.menu-h-wrapper .menu-item,
.menu-h-wrapper .accordion-header,
.menu-h-wrapper .accordion-body ul li a
{
    padding: 0.875rem 1.25rem;
}
.menu-h-wrapper .menu-item,
.menu-h-wrapper .accordion-header,
.menu-h-wrapper .accordion-body ul li,
.menu-h-wrapper .accordion-body ul li a
{
    position: relative;
}
.menu-h-wrapper .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.menu-h-wrapper .menu-header img {
    width: 110px;
    height: auto;
}
.menu-h-wrapper .accordion-header::after,
.menu-h-wrapper .accordion-body ul li a::before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.menu-h-wrapper .accordion-header::after {
    content: "\f105";
}
.menu-h-wrapper .accordion-header.open::after {
    content: "\f107";
}
.menu-h-wrapper .accordion-body ul li a {
    display: block;
    font-size: 90%;
    color: #787878;
}
.menu-h-wrapper .accordion-body ul li a::before {
    content: "\f0da";
    margin-right: 10px;
}
.menu-h-wrapper .icon-close {
    position: relative;
    width: 45px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.menu-h-wrapper .icon-close svg {
    fill: #000;
    width: 16px;
    height: auto;
}
.menu-h-wrapper .accordion-body {
    display: none;
}
.header-wrapper .menu-icon {
    display: none;
}
@media screen and (max-width:800px) {
    .container,
    .intro .items,
    .footer .column:first-of-type,
    .article-wrapper .article,
    .sidebar,
    .news-wrapper .news-h,
    .products-wrapper .products-main,
    .prod-header .prod-image,
    .prod-header .products-column,
    .shoppingcart-wrapper .shoppingcart,
    .shoppingcart-wrapper .order-wrapper,
    .intro .items .content-wrapper,
    .prod-header .addtocart.callus a,
    .intro .container,
    .products-content
    {
        max-width: 100%;
        width: 100%;
    }
    .footer .column:not(:first-of-type) {
        width: 50%;
    }
    .header-center,
    .banners-row .owl-item .content,
    .table-row th:nth-child(2),
    .table-row td:nth-child(2)
    {
        display: none;
    }
    .intro .bg-light.flex {
        flex-wrap: wrap;
    }
    .intro .bg-light.flex {
        background-color: #fff;
    }
    .copyright .text,
    .prod-h-wrapper .heading
    {
        margin-bottom: 1.25rem;
    }
    .intro .items:first-of-type,
    .footer .column:first-of-type
    {
        margin-bottom: 40px;
    }
    .intro .intro-title {
        font-size: 1.375rem;
    }
    .heading .title {
        font-size: 1.5rem;
    }
    .article-wrapper,
    .prod-header .prod-image,
    .shoppingcart-wrapper
    {
        padding-top: 0;
    }
    .section {
        padding-top: 2.5rem;
    }
    .section.prod-h-wrapper {
        padding-top: 1.875rem;
    }
    .products-wrapper {
        padding-bottom: 0;
    }
    .shoppingcart-wrapper,
    .section.prod-h-wrapper
    {
        padding-bottom: 1rem;
    }
    .prod-h-wrap .prod-h,
    .cart-totals input
    {
        padding-left: 0;
        padding-right: 0;
    }
    .article-wrapper .article,
    .prod-header .prod-image
    {
        padding-right: 0;
    }
    .prod-header .products-column {
        padding: 0 0.9375rem;
    }
    .prod-h-wrap,
    .cart-totals .btnUpdate
    {
        margin-left: auto;
        margin-right: auto;
    }
    .prod-h-wrap .prod-h,
    .cart-totals input
    {
        width: calc(50% - 10px);
    }
    .intro .items .content-wrapper,
    .search-wrapper form
    {
        width: calc(100% - 10px);
    }
    .search-wrapper form {
        width: calc(100% - 50px);
    }
    .cart-totals input {
        letter-spacing: 0;
    }
    .cart-totals input {
        justify-content: center;
    }
    .table-row,
    .cart-totals
    {
        position: relative;
        white-space: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-row {
        padding-bottom: 1.25rem;
    }
    .shoppingcart-wrapper .shoppingcart {
        order: 1;
    }
    .shoppingcart-wrapper .order-wrapper {
        order: 2;
    }
    .search-wrapper input {
        font-size: 1.125rem;
    }
    .search-wrapper button svg {
        width: 20px;
    }
    .article-wrapper .article .images-wrapper .image-text .title {
        font-size: 1.25rem;
        line-height: 150%;
    }
    .sidebar .heading {
        margin-bottom: 0.3125rem;
    }
    .article-wrapper .article {
        padding-bottom: 1.875rem;
    }
    .related-news {
        border-top: 1px solid #ebebeb;
        padding-top: 1.875rem;
    }
    .related-news .heading {
        margin-bottom: 1.5rem;
    }
    .header-wrapper .menu-icon {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .prod-header .addtocart a {
        width: calc(100% - 70px);
    }
    .prod-h-wrap .prod-h .content del {
        margin-right: 0;
    }
    .footer .container {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .footer .column:not(:last-child) {
        margin-bottom: 2rem;
    }
}