@font-face {
    font-family: pino;
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/pino-bold.woff) format('woff'), url(../fonts/pino-bold.woff2) format('woff2')
}
@font-face {
    font-family: pino;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/pino.woff) format('woff'),url(../fonts/pino.woff2) format('woff2')
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden
}

html.noScroll {
    overflow: hidden
}

body {
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    font-family: pino,serif;
    text-align: justify;
    outline: 0!important;
    color: #515151;
    background: #f5f5f5;
    position: relative;
    padding: 0!important
}

*,input:focus,select:focus, button, button:focus {
    outline: 0!important;
    box-shadow: none
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
    outline: 0!important
}

input:focus,select:focus {
    box-shadow: none!important
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.fa,.fab,.fad,.fal,.far,.fas {
    vertical-align: middle;
    text-decoration: none;
    font-style: normal
}

html.loading {
    overflow: hidden
}

.blockquote {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    font-size: .95rem;
    line-height: 1.571;
    background: #fbfbfb;
    color: #757575;
    font-weight: 300;
    letter-spacing: -.1px;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #eee
}

.blockquote:before {
    content: "\f10e";
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #e0e0e0
}

.blockquote:after {
    content: "\f10d";
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #e0e0e0;
    text-align: left
}

.form-check-input {
    height: 1.2rem;
    width: 1.2rem;
    cursor: pointer
}

.form-check-label {
    margin-right: 5px;
    padding-top: 5px;
    cursor: pointer
}

.form-check-input:focus {
    border-color: #00000040;
    outline: 0;
    box-shadow: none
}

.module,.position {
    position: relative
}

.position.header {
    padding: 0;
    display: -ms-flexbox;
    /* display: -webkit-box; */
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,.04) 0 7px 8px 0;
    box-shadow: 0 7px 8px 0 rgba(0,0,0,.04);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
    padding: 15px 15px 0 15px
}

.position.header .module {
    padding-left: 15px
}

.position.header .moduleMenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.position.header .moduleMenu .subMenu {
    position: absolute;
    top: 44px;
    left: 10px;
    right: 10px;
    height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 10px;
    border-radius: 0 5px 5px 0
}

.position.header .moduleMenu li:hover .subMenu {
    height: auto;
    padding: 25px 15px 15px 15px
}

.position.header .moduleMenu li .subMenu li {
    text-align: right;
    font-size: 12px;
    font-size: .8rem;
    line-height: 15px;
    font-weight: 700;
    max-width: 100%;
    text-overflow: ellipsis;
    vertical-align: middle
}

.position.header .moduleMenu li .subMenu li a {
    padding: 5px 0!important;
    line-height: 15px
}

.position.header .moduleMenu {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
    left: 0;
    /* top: 100%; */
    right: 0;
    /* z-index: 99; */
    padding: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s,-webkit-transform .3s
}
.position.header .moduleMenu .box{
    position: relative;
}

.position.header .moduleSearch {
    max-width: 600px;
    /* float: right; */
    width: calc(100% - 380px);
    display: inline-block;
}

.position.header .moduleSearch form {
    position: relative
}

.position.header .moduleSearch input {
    width: 100%;
    height: 100%;
    color: #474747;
    font-size: .857rem;
    line-height: 1.833;
    z-index: 51;
    border-radius: 8px;
    background-color: #f0f0f1;
    border: none!important;
    padding: 12px 45px 12px 10px
}

.position.header .moduleSearch input::placeholder {
    color: #9e9e9e
}

.position.header .moduleSearch .search-submit {
    position: absolute;
    right: 0;
    border: none;
    z-index: 51;
    background: 0 0;
    font-size: 20px;
    color: #a1a3a8;
    padding: 8px 15px 7px 0
}

.position.header .module.logo {
    /* float: right; */
    display: inline-block;
    padding: 8px 0 8px 15px
}

.position.header .moduleShopCard {
    float: left;
    padding: 0;
    /* position: absolute; */
    /* top: 10px; */
    /* left: 15px; */
    margin-left: 15px;
}

.position.header .moduleLogin {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    /* position: absolute; */
    /* left: 55px; */
    /* top: 15px; */
}

.position.header .moduleLogin:after {
    content: "";
    display: block;
    height: 24px;
    background: #e0e0e2;
    position: absolute;
    left: 0;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.position.header .moduleLogin li {
    padding: 0 15px
}

.position.header .moduleLogin li:hover {
    background: #f5f5f5
}

.position.header .moduleLogin li a {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #e0e0e0
}

.position.header .moduleLogin li:first-child a {
    padding: 30px 15px 25px 15px
}

.position.header .moduleLogin li:first-child strong {
    color: #616161;
    font-size: .85rem
}

.position.header .moduleLogin li i {
    font-size: 25px;
    vertical-align: middle
}

.position.header .moduleLogin a {
    padding: 9px 15px;
    font-size: .75rem;
    line-height: 1.833;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
    color: #616161;
    text-decoration: none;
    border: 1px solid #e0e0e0;
    border-radius: 10px
}

.position.header .moduleLogin li:last-child a {
    border: none
}

.position.header .moduleLogin a i {
    margin-left: 10px;
    font-size: 20px;
    line-height: normal
}

.position.header .moduleLogin .dropdown-menu {
    left: 0!important;
    right: auto;
    width: 200px;
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.3);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: none;
    padding: 0
}

.position.header .moduleLogin .loggedInBox {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.position.header .moduleLogin .loggedInBox .dropdown-toggle {
    cursor: pointer;
    position: relative;
    color: #424750
}

.position.header .moduleLogin .loggedInBox .dropdown-toggle i {
    font-size: 1.665rem;
    margin-left: 20px;
    line-height: 1.9rem
}

.position.header .moduleLogin .loggedInBox .dropdown-toggle:after {
    position: absolute;
    top: 14px;
    left: 0
}

.position.header .moduleShopCard a {
    display: block;
    font-size: 27px;
    position: relative;
    text-decoration: none;
    color: #424750
}

.position.header .moduleShopCard a .count {
    position: absolute;
    right: 5px;
    top: 0;
    text-align: center;
    font-size: 12px;
    background: #ee384e;
    line-height: 22px;
    color: #fff;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding-top: 0px;
}

.position.header .moduleMenu .root>ul>li>i {
    display: inline-block;
    margin-right: 10px
}

.position.header .moduleMenu a i {
    margin-left: 5px;
    vertical-align: middle
}

.position.header .moduleMenu .sub {
    display: none;
    /* width: calc(100% - 30px); */
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    /* margin: 0 15px; */
    -webkit-box-shadow: 0 10px 10px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 5px 5px 0 rgb(0 0 0 / 10%);
    height: 0;
    z-index: 0;
    background: #fff
}

.position.header .moduleMenu .sub .lvl2 {
    border-left: 1px solid #f0f0f1;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 8px 0;
    width: 15%;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.position.header .moduleMenu .sub div.lvl3 {
    display: flex;
    width: 85%;
}

.position.header .moduleMenu .sub .lvl3 a {
    font-weight: 700
}

.position.header .moduleMenu .sub li.lvl3 a:after {
    font-family: "Font Awesome 5 Pro",serif;
    content: "\f053";
    margin-right: 10px;
    vertical-align: middle
}

.position.header .moduleMenu .sub .lvl3Box a {
    color: #424750;
    font-size: .85rem;
    line-height: 35px
}

.position.header .moduleMenu .sub .lvl3 .lvl3Box {
    width: 100%;
    display: none
}

.position.header .moduleMenu .sub .lvl3 .lvl3Box .list {
    padding: 10px
}

.position.header .moduleMenu .sub .lvl3 .lvl3Box.active {
    display: flex
}

.position.header .moduleMenu .sub .lvl2>ul>li>a>i {
    font-size: 1rem
}

.position.header .moduleMenu .sub .lvl2 li a {
    padding: 12px 8px;
    color: #757575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: .8rem;
    line-height: 1.833;
    font-weight: 700;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent
}

.position.header .moduleMenu .sub.active {
    display: flex;
    height: auto
}

.position.header .moduleMenu nav .root {
    /* -webkit-box-shadow: rgba(0,0,0,.04) 0 6px 7px 0; */
    /* box-shadow: 0 6px 7px 0 rgba(0,0,0,.04); */
    z-index: 99;
    padding: 10px 7px 5px 0;
    background: #fff;
    position: relative
}

.position.header .moduleMenu .root>ul>li {
    list-style: none;
    padding: 0 5px 0 15px;
    display: inline-block
}

.position.header .moduleMenu .root>ul>li>a:after {
    content: "";
    position: absolute;
    bottom: -7px;
    z-index: 4;
    left: -5px;
    right: -5px;
    height: 2px;
    background-color: #ee384e;
    margin: 0 auto;
    transition: .3s all;
    transform: scaleX(0)
}

.position.header .moduleMenu .root>ul>li.active>a:after,.position.header .moduleMenu .root>ul>li>a:hover:after {
    transform: scaleX(1)
}

.position.header .moduleMenu .root>ul {
    margin: 0;
    padding: 0
}

.position.header .moduleMenu .root ul>li>a {
    text-decoration: none;
    padding: 7px 0 8px 0;
    color: #616161;
    font-weight: 500;
    display: inline-block;
    position: relative
}

.position.header .moduleMenu .root ul>li.lvl3>a {
    color: #424242
}

.position.header .moduleMenu .root ul>li.lvl4>a {
    font-weight: 400;
    color: #757575
}

.position.header .moduleMenu .root ul>li.lvl2>a {
    color: #1e8cff;
    padding: 10px 0!important;
    margin-bottom: 15px
}

.position.header .moduleMenu .root ul>li.lvl2>a {
    border-bottom: 2px solid #1e8cff
}

.position.header .moduleMenu .sub .lvl2>ul>li.active>a,.position.header .moduleMenu .sub .lvl2>ul>li:hover>a {
    color: #ef394e;
    background: #f9f9f9;
    border-radius: 0 5px 5px 0;
    border-top: 1px solid #f0f0f1;
    border-bottom: 1px solid #f0f0f1
}

.position.header .moduleMenu .sub .lvl4 a {
    font-weight: 400;
    font-size: .8rem
}

.position.header .moduleMenu .lvl3Box .imageBox {
    width: 20%;
    margin: 15px 0 0 15px
}

.position.header .moduleMenu .lvl3Box .imageBox img {
    max-width: 100%;
    border-radius: 10px
}

.position.header .moduleMenu .lvl3Box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 500px;
}

.position.header .moduleMenu .lvl3Box ul li {
    direction: rtl;
    text-align: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 20%;
    font-size: 1rem;
    line-height: 30px;
    font-weight: 700;
    height: 30px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle
}

.container-fluid {
    max-width: 1366px
}

.module.radius,.moduleImageSlider.radius .carousel-inner,.moduleImageSlider.radius img,.moduleMedia.radius img {
    border-radius: 15px;
    overflow: hidden
}

.module.radius,.module.radius .box {
    border-radius: 8px
}

.module img {
    max-width: 100%
}

.module.redBox .box {
    background: #ef394e;
    padding: 1rem;
    border-radius: 1rem;
}
.module.greenBox .box {
    background: #595d4f;
    padding: 1rem;
    border-radius: 1rem;
}


.moduleProduct .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 8px;
    background-color: #fff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 15px 10px 15px;
    position: relative;
    transition: .3s all
}

.moduleProduct .item .offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 25px;
    margin-bottom: 5px;
    width: 100%
}

.moduleProduct .item .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
}

.moduleProduct .item .price>.amount {
    color: #424242;
    letter-spacing: 0;
    font-weight: 600;
    font-size: .8rem;
    line-height: 1.1;
    text-align: center;
    margin-left: 5px
}

.moduleProduct .item .price>.currency {
    margin-top: -2px;
}

.moduleProduct .item .offer .percent {
    background: #ef394e;
    color: #fff;
    border-radius: 20px;
    padding: 2px 6px 1px;
    letter-spacing: 0;
    font-size: .7143rem;
    line-height: 1.575rem;
    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;
    margin-right: 8px;
    min-width: 40px;
    height: 20px;
}

.moduleProduct .item .offer .amount {
    display: block;
    letter-spacing: 0;
    color: #acacac;
    text-decoration: line-through;
    font-size: .7rem;
    line-height: 23px;
}
.moduleProduct .row{
    margin: 0 -.2rem;
}
.moduleProduct .col {
    /* margin: 5px 0; */
    /* padding: 0 .2rem; */
}

.moduleProduct.greenBox .item:hover,.moduleProduct.redBox .item:hover {
    box-shadow: 2px 3px 3px 1px #0000004a
}

.moduleProduct:not(.special) .items .item:hover {
    box-shadow: 2px 3px 10px 1px #0000004a;
    transform: translateY(-2px)
}

.moduleProduct .image {
    width: 180px;
    padding: .5rem 0;
    text-align: center;
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 100%;
    position: relative
}

.moduleProduct .image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.moduleProduct .name a {
    text-align: right;
    /* margin-top: 14px; */
    overflow: hidden;
    min-height: 40px;
    font-size: 12px;
    line-height: 20px;
    color: #535353;
    height: 43px;
    width: 100%;
    display: block;
    font-weight: bold;
}

.greenBox .bg,.redBox .bg {
    background: url(/Assets/demo/module/redBoxBg.png) center no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%
}

.greenBox .bg {
    background: url(/Assets/demo/module/greenBoxBg.png) center no-repeat;
    background-size: contain
}

.moduleProduct.greenBox .carousel-control-next,.moduleProduct.redBox .carousel-control-next {
    left: 0
}

.moduleProduct.greenBox .carousel-control-prev,.moduleProduct.redBox .carousel-control-prev {
    right: 0
}

.moduleFolderMedia .carousel-control-next,.moduleFolderMedia .carousel-control-prev,.moduleProduct .carousel-control-next,.moduleProduct .carousel-control-prev {
    max-width: 30px;
    top: calc(50% - 30px);
    bottom: calc(50% - 30px);
    background-color: #fff;
    color: #a8a8a8;
    -webkit-box-shadow: 1px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 1px 0 4px 0 rgba(0,0,0,.15);
    border-radius: 0 8px 8px 0;
    font-size: 30px;
    opacity: 1;
    left: 0
}

.moduleFolderMedia .carousel-control-prev,.moduleProduct .carousel-control-prev {
    right: 0;
    border-radius: 8px 0 0 8px;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15)
}

.module.shadowImage img {
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.15)!important;
    transition: .2s all
}

.module.shadowImage img:hover {
    box-shadow: .3rem .3rem .5rem rgba(0,0,0,.35)!important
}

.module.WhiteBg .box {
    background: #fff
}

.moduleTitle {
    margin: 0 33px;
    /* border-bottom: 1px solid #dfdfdf; */
    padding-top: 5px;
    text-align: center;
}

.moduleTitle h3 {
    padding: 8px 0 0 0;
    /* min-height: 49px; */
    font-size: 18px;
    font-size: 1.186rem;
    line-height: 31px;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    margin: 0;
    font-weight: 500
}

.moduleTitle h3:before {
    /* display: block; */
    /* content: ""; */
    /* position: absolute; */
    /* right: 0; */
    /* left: -40px; */
    /* bottom: -1px; */
    /* background-color: #ef5661; */
    /* height: 1px; */
    /* z-index: 1; */
}

.moduleTitle h3:after {
    /* display: block; */
    /* content: ""; */
    position: absolute;
    left: -50px;
    width: 20px;
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    z-index: 1
}

.moduleProduct.special .box {
    border: 1px solid rgba(0,191,214,.3)
}

.moduleShadow .box {
    /* box-shadow: 0 .2rem 1rem rgba(0,0,0,.15)!important; */
    border: 1px solid #e0e0e2;
}

.moduleProduct.special .moduleTitle {
    border: none;
    margin: 0 auto;
    display: table
}

.moduleProduct.special .moduleTitle h3 {
    font-size: 14px
}

.moduleProduct.special .moduleTitle h3:before {
    display: none
}

.moduleProduct.special .moduleTitle h3:after {
    display: none
}

.moduleProduct.special .ruler {
    height: 1px;
    max-width: calc(100% - 20px);
    background: -webkit-gradient(linear,left top,right top,from(#ffd3db),to(#fb3449));
    background: linear-gradient(90deg,#ffd3db,#fb3449);
    margin: 0 10px;
    width: 0
}

.moduleFolderMedia .item img {
    margin: 25px auto;
    max-height: 70%;
    max-width: 70%
}

.moduleFolderMedia .carousel-inner {
    padding: 0 5%
}

section.footer {
    background: #eceff1
}

section.footer .jumpUp {
    display: none !important;
    font-size: 1.429rem;
    line-height: 1.1;
    color: #4a4a4a;
    height: 59px;
    width: 100%;
    background-color: #f5f5f5;
    border-top: 1px solid #eceff1;
    border-bottom: 1px solid #cfd8dc;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

section.footer .jumpUp i {
    margin-left: 10px;
    color: #dedede;
    font-size: 30px;
    vertical-align: middle
}

.moduleCustom.feature .icon {
    font-size: 2rem;
    color: #ee384e
}

.pointer {
    cursor: pointer
}

.module.bb .box {
    border-bottom: #cfd8dc 1px solid
}

.module.tb .box {
    border-top: #cfd8dc 1px solid
}

section.footer .moduleTitle {
    border: none;
    margin: 0;
    text-align: right;
    margin-bottom: 1rem;
}

section.footer .moduleTitle h3 {
    font-size: 1rem;
    line-height: 22px;
    color: #4a5f73;
    text-align: right;
}

section.footer .moduleTitle h3:before {
    display: none
}

section.footer .moduleTitle h3:after {
    display: none
}

section.footer .moduleMenu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

section.footer .moduleMenu li {
    margin-bottom: 10px;
    font-size: .9rem;
}

section.footer .moduleMenu li a {
    color: #4b4b4b;
    font-weight: 300;
    font-size: 14px;
    font-size: .8rem;
    line-height: 1.571;
    letter-spacing: -.1px;
    text-decoration: none
}

.moduleCustom .newsLetter {
    margin: 20px 0;
    font-size: .9rem
}

.moduleCustom .newsLetter form {
    position: relative;
    margin: 25px 0
}

.moduleCustom .newsLetter input {
    font-size: .9rem;
    line-height: 2rem;
    border-radius: .5rem
}

.moduleCustom .newsLetter button {
    position: absolute;
    left: 0;
    font-weight: bold;
    top: 0;
    background: #424242;
    color: #fff;
    transition: .3s all;
    border-radius: .5rem 0 0 .5rem;
    line-height: 2rem;
    padding: .375rem 1rem;
    font-size: .8rem;
    border: 1px solid #212121;
}

.moduleCustom .newsLetter ul {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    font-size: 2rem
}

.moduleCustom .newsLetter li {
    display: inline-block
}

.moduleCustom .newsLetter li a {
    color: #424750;
    opacity: .5
}

.moduleCustom .newsLetter li a:hover {
    opacity: 1
}

section.copyRight {
    background-color: #d7dee0;
    padding: 15px 0;
}

section.copyRight hr {
    margin-top: 0
}

section.copyRight p {
    margin: 0
}

.moduleCustom .connect ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
    font-size: .85rem;
    line-height: 36px;
    color: #535353;
    font-weight: 500;
    /* letter-spacing: -1.1px; */
}

.moduleCustom .connect ul a {
    color: #4a5f73
}

.moduleCustom .connect li {
    display: inline-block
}

.moduleCustom .connect div:first-child li:nth-of-type(2) {
    padding: 0 20px
}

.moduleCustom .connect img {
    width: 150px;
    border-radius: 10px;
    margin-top: 10px
}

.position.bottomFooter {
    background: #2a3843;
    color: #fff;
}

.position.bottomFooter h6 {
    font-weight: 600
}

.moduleCustom .namad ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.moduleCustom .namad li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background-color: #f0f0f0;
    border: 1px solid #e5e5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px;
    padding: 10px;
    flex: 1
}

#rootBody.mask:before {
    display: block;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008a;
    position: fixed;
    z-index: 9
}

section.copyRight a {
    color: #232525
}

.moduleBreadcrumb .breadcrumb-item a {
    color: #6a6a6a
}

.position.breadcrumb {
    margin-bottom: 0
}

.moduleBreadcrumb .breadcrumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: calc(100vw - 40px);
    font-size: .75rem;
}

.moduleBreadcrumb .breadcrumb li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding: .7rem 0
}

#rootBody {
    padding-top: 110px
}

#rootBody.ProductItem:not(.smallDevice) {
    background: #fff
}

#rootBody.ProductItem #productImageInfo {
    width: calc(100% - 24px);
    float: right;
    text-align: center
}

#rootBody.ProductItem .pageMetaTools ul {
    padding: 0 0;
    margin: 0;
    list-style: none;
    width: 100%;
    text-align: center;
    overflow: hidden
}

#rootBody.ProductItem .pageMetaTools a {
    padding: 3px;
    color: #424750;
    text-align: center;
    font-size: 1.254rem;
    display: block;
    line-height: 1
}

#rootBody.ProductItem .productImageInfo img {
    max-width: 100%
}

#rootBody.ProductItem .productImageInfo .imagesThumb {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    padding: 0;
    margin: 20px 0 0 0
}

#rootBody.ProductItem .productImageInfo .imagesThumb li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: none;
    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;
    border: 1px solid #ccc;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    padding: 8px
}

#rootBody.ProductItem .productImageInfo .imagesThumb li:not(:first-child) {
    margin-right: 2.5%
}

#rootBody.ProductItem .productImageInfo .bigImage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 350px;
}

#rootBody.ProductItem .productImageInfo .bigImage img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    overflow: hidden;
    min-height: 100px;
    min-width: 101px;
    max-width: 85%;
    vertical-align: top
}

#rootBody.ProductItem .productImageInfo .imagesThumb li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
    opacity: .7;
    position: relative;
    overflow: hidden;
    transition: all .3s
}

#rootBody.ProductItem .productImageInfo .imagesThumb li.moreImages img {
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

#rootBody.ProductItem .productImageInfo .imagesThumb li.moreImages:before {
    content: "...";
    position: absolute;
    height: 35px;
    width: 35px;
    text-align: center;
    background: #9e9e9e96;
    z-index: 1;
    border-radius: 50%;
    display: block;
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 30px
}

#rootBody.ProductItem .productImageInfo .imagesThumb li:hover img {
    opacity: 1
}

#rootBody.ProductItem .productInfo .brand a {
    color: #0fabc6;
    font-size: 12px
}

#rootBody.ProductItem .productInfo .box2 {
    border-top: 1px solid #e0e0e0;
    position: relative;
    padding: 1.5rem 0 0 0;
    margin-left: 10px;
    height: 100%
}

#rootBody.ProductItem .productInfo .Slogan {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #eee;
    color: #9e9e9e;
    font-size: .85rem;
    display: none;
}

#rootBody.ProductItem .productInfo .Slogan .icon {
    font-size: 1.7rem
}

#rootBody.ProductItem .productInfo .box2 .enName {
    position: absolute;
    top: -9px;
    background: #fff;
    padding-left: 5px
}

#rootBody.ProductItem .productTitle h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 28px;
    color: #000;
    margin-bottom: 10px
}

#rootBody.ProductItem .productSummary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    padding: 1.5rem
}

#rootBody.ProductItem .productSummary .listInfo {
    padding: 0;
    list-style: none;
    margin-bottom: 1rem
}

#rootBody.ProductItem .productSummary .listInfo .icon {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-left: .5rem;
    color: #0fabc6;
    width: 30px;
    display: inline-block;
    text-align: center
}

#rootBody.ProductItem .productSummary .listInfo .title {
    font-weight: 600;
    font-size: .75rem;
}

#rootBody.ProductItem .productSummary .listInfo li {
    border-bottom: #dfdfdf 1px solid;
    padding: 5px 0;
}

#rootBody.ProductItem .productSummary .offerBox .value {
    text-decoration: line-through;
    font-size: .8rem;
    color: #a1a3a8;
    margin-left: 8px;
    line-height: 1.1rem;
    padding-top: 7px;
    font-weight: 600
}

#rootBody.ProductItem .productSummary .offerBox .percent {
    padding: 3px .7rem 1px;
    font-weight: 700;
    background: #fb3449;
    border-radius: 1rem;
    color: #fff;
    font-size: .8rem;
}

#rootBody.ProductItem .productSummary .priceBox {
    margin-top: .7rem;
    font-size: 1.2rem;
    font-weight: 600;
    color: #030a16
}

#rootBody.ProductItem .productSummary .priceBox .currency {
    font-size: .95rem;
    line-height: 1.8rem;
    margin-right: 7px;
    color: #424242
}

#rootBody.ProductItem .productSummary .addToBasket,#rootBody.ProductItem .productSummary .query,.addToBasketBox.position-sticky .query {
    font-size: 18px;
    font-size: 1rem;
    line-height: 1.3rem;
    border-radius: 8px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    min-height: 48px;
    padding: 12px 18px;
    background-color: #ef394e;
    border: none;
    margin-top: 1.3rem;
    width: 100%
}

#rootBody.ProductItem .productSummary .finished .addToBasket {
    font-size: .75rem;
    background: #9e9e9e
}

.moduleBordered .box {
    border: 1px solid #e0e0e0
}

#rootBody.ProductItem .productInfo .teaserText {
    padding-bottom: 65px
}

#rootBody.ProductItem .productInfo .box1,#rootBody.ProductItem .productInfo .box3 {
    top: 120px
}

#rootBody.ProductItem .moreInfo .sticky-top ul {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    font-size: .9rem;
    color: #4a5f73;
    font-weight: 500
}

#rootBody.ProductItem .moreInfo .sticky-top ul li {
    display: inline-block;
    margin-left: 15px;
    padding: 14px 0;
    border-bottom: transparent solid 4px
}

#rootBody.ProductItem .moreInfo .sticky-top ul li.active {
    color: #ef394e;
    border-bottom: #ef394e solid 4px
}

#rootBody.ProductItem .moreInfo #fullText {
    font-size: .9rem;
    line-height: 2rem
}

#rootBody.ProductItem .moreInfo .fullText img {
    max-width: 100%;
    display: block;
    margin: 1.5rem auto
}

#rootBody.ProductItem .moreInfo .title div:first-child {
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 40px;
    font-weight: 500
}

#rootBody.ProductItem .moreInfo .title div:last-child {
    font-size: 13px;
    font-size: .9rem;
    line-height: 25px;
    color: #81858b;
    margin-bottom: 2rem
}

#rootBody.ProductItem .moreInfo .title div:last-child:after {
    content: "";
    background-color: #ef394e;
    margin-top: 8px;
    height: 2px;
    width: 70px;
    border-radius: 1px;
    display: block
}

#rootBody.ProductItem .moreInfo .technical ul {
    padding: 0;
    margin: 0;
    list-style: none
}

#rootBody.ProductItem .moreInfo .technical ul li span:first-child {
    display: inline-block;
    padding: .8rem 1rem;
    width: 20%;
    background: #eee;
    margin-bottom: 10px;
    border-radius: 5px
}

#rootBody.ProductItem .moreInfo .technical ul li span:last-child {
    display: inline-block;
    padding: .8rem 1rem;
    width: calc(80% - 10px);
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-right: 10px;
    border-radius: 5px
}

#rootBody.ProductItem .baseFloatInfo {
    background: #fff
}

#rootBody.ProductItem .baseFloatInfo .base {
    border-bottom: #dfdfdf 1px solid;
    padding-bottom: 20px
}

#rootBody.ProductItem .baseFloatInfo .base .image {
    width: 30%;
    display: inline-block
}

#rootBody.ProductItem .baseFloatInfo .base .name {
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    min-height: 50px;
    overflow: hidden;
    font-size: 12px;
    font-size: .857rem;
    line-height: 1.833
}

.sticky-md-top,.sticky-top {
    z-index: 8
}

#productImageGallery .modal-header {
    padding-bottom: 0
}

#productImageGallery .modal-header h5 {
    padding-bottom: .7rem;
    border-bottom: 4px solid #0099bd;
    color: #0099bd;
    font-size: 1rem
}

#productImageGallery .bigImage {
    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;
    height: 100%;
    width: 100%
}

#productImageGallery .name {
    font-size: .95rem;
    padding: 0 25px;
    height: 50px;
    line-height: 1.5rem;
    font-weight: 600;
    color: #212121;
    overflow: hidden
}

#productImageGallery .thumb {
    padding: 0;
    margin: 0;
    list-style: none;
    max-height: calc(100vh - 220px);
    overflow-y: auto;
    text-align: center;
    margin: 20px 0 0 0
}

#productImageGallery .thumb .item {
    display: inline-block;
    width: 90px;
    margin: 4px
}

#productImageGallery .thumb .item img {
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px
}

#productImageGallery .thumb .item.active img {
    border: 1px solid #0fabc6
}

#rootBody.ProductItem .rateInfo {
    color: #424750;
    font-weight: 600
}

#rootBody.ProductItem .rateInfo .rateCount {
    color: #a2a2a2;
    margin-left: 2px
}

#rootBody.ProductItem .rateInfo i {
    color: #fac74b;
    margin-right: 5px
}

.steps {
    border-right: 1px solid #eee;
    padding-right: 15px;
    margin: 15px 0;
    margin-right: 11px
}

.steps h4 {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
    padding-right: 20px
}

.steps h4:before {
    content: "\f056";
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    position: absolute;
    right: -1.65rem;
    background: #fff;
    color: #00bfd6;
    font-size: 1.5rem;
    height: 40px;
    line-height: 1
}

#rootBody.ProductItem .steps img {
    max-width: 100%;
    margin: 10px auto;
    display: block;
    border-radius: 10px
}

#rootBody.ProductCategory .categoryInfo .filters .panel {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 1px solid #dedede;
    margin: 0 0 10px;
    border-radius: 8px
}

#rootBody.ProductCategory .categoryInfo .filters .panel .header {
    position: relative;
    color: #757575;
    letter-spacing: .2px;
    font-weight: 600;
    font-size: 13px;
    font-size: .9rem;
    line-height: 1.571;
    padding: 8px 16px 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-right: 6px;
    margin-left: 6px;
    display: block
}

#rootBody.ProductCategory .categoryInfo .filters .panel .header:after {
    content: "\f077";
    font-family: "Font Awesome 5 Pro",serif;
    position: absolute;
    left: 10px;
    transition: all .3s
}

#rootBody.ProductCategory .categoryInfo .filters .panel .header.collapsed:after {
    transform: rotate(180deg)
}

#rootBody.ProductCategory .categoryInfo .itemsBox,#rootBody.SearchProduct .categoryInfo .itemsBox {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 3%);
    border: 1px solid #e4e4e4;
    line-height: 22px;
    position: relative
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .col,#rootBody.SearchProduct .categoryInfo .itemsBox .items .col {
    padding: 0
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting {
    padding: 8px 15px;
    border-bottom: 1px solid #ebebeb;
    position: relative;
    z-index: 1
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting i,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting i {
    display: inline-block;
    font-size: 1.5rem;
    margin-left: 15px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting ul,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting ul {
    padding: 0;
    display: inline-block;
    margin: 0 10px 0 0
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting li a, #rootBody.SearchProduct .categoryInfo .itemsBox .sorting li a {
    padding: 2px 10px;
    border-radius: 8px;
    margin-left: 5px;
    display: block;
    color: #515151;
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting li span:hover {
    background-color: #ece9e9
}

#rootBody.ProductCategory .categoryInfo .itemsBox .sorting li .active,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting li .active {
    background-color: #00bfd6!important;
    color: #fff;
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product {
    position: relative;
    margin-bottom: -1px;
    border: 1px solid #ebebeb;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    padding: 0 12px 20px 12px;
    transition: box-shadow .3s;
    background: #fff
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .withOffer,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .withOffer {
    color: #fb3449;
    margin: 10px 0 15px 0;
    height: 30px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .withOffer span,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .withOffer span {
    display: block;
    border-bottom: 1px solid #fb3449;
    padding-bottom: 7px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .image img,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox {
    text-align: left
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox .offer,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox .offer {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox .offer .percent,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox .offer .percent {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 4px 6px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    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;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 43px;
    height: 23px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox .offer .oldAmount,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox .offer .oldAmount {
    font-size: 13px;
    font-size: .929rem;
    line-height: 25px;
    display: block;
    letter-spacing: .5px;
    color: #acacac;
    text-decoration: line-through
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .rateBox,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .rateBox {
    text-align: left;
    height: 30px;
    color: #c0c2c5;
    font-size: 10px;
    font-size: .714rem;
    line-height: 2.2;
    margin-bottom: 10px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .price,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .price {
    text-align: left
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .price .amount,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .price .amount {
    font-weight: 700;
    font-size: 20px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .rateBox i,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .rateBox i {
    color: #fac74b;
    margin-right: 5px;
    vertical-align: initial
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .name a,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .name a {
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 13px 0 0 0;
    height: 43px;
    color: #535353
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .name a h3,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .name a h3 {
    font-size: 12px;
    font-size: .807rem;
    line-height: 22px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox .price,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox .price {
    width: 100%;
    color: #000;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.429rem;
    line-height: 1.1;
    text-align: left;
    margin-top: 10px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .priceBox .currency,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product .priceBox .currency {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.294;
    margin-right: 5px;
    vertical-align: middle
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product:hover,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product:hover {
    -webkit-box-shadow: 0 2px 17px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 2px 17px 0 rgb(0 0 0 / 9%);
    z-index: 2
}

.breadcrumb-item+.breadcrumb-item::before {
    padding: 0 .5rem
}

.LoadingProcess {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    text-align: center;
    z-index: 999;
    padding-top: calc(50vh - 10px)
}

html.loaded .LoadingProcess {
    -webkit-animation: removeLoading .5s ease forwards;
    animation: removeLoading .5s ease forwards;
    animation-delay: .5s
}

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center
}

.LoadingProcess:after {
    display: block;
    content: ""
}

.LoadingProcess:after,.LoadingProcess>span {
    width: 20px;
    height: 20px;
    background-color: #f0394f;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.LoadingProcess .BG {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.LoadingProcess .Spinner {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,100%,80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes removeLoading {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        height: 0;
        width: 0;
        opacity: 0
    }
}

@keyframes removeLoading {
    0% {
        opacity: 1
    }

    99% {
        opacity: 0
    }

    100% {
        height: 0;
        width: 0;
        opacity: 0
    }
}

.contactArea .box {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    font-size: 1rem;
    margin: 1rem 0
}

.contactArea ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.contactArea .box:first-child {
    background: #ee384e;
    color: #fff
}

.contactArea .Info li i {
    display: inline-block;
    width: 20px;
    text-align: center;
    font-weight: 100;
    vertical-align: middle
}

.contactArea .Info li span:first-of-type {
    margin: 0 15px 0 10px;
    display: inline-block;
    font-weight: 600;
    vertical-align: middle
}

.contactArea .Social li {
    display: inline-block
}

.contactArea .Social ul {
    border-top: 1px solid #fff;
    margin: 25px auto 0;
    padding-top: 15px;
    text-align: center;
    max-width: 500px
}

.contactArea .Social li a {
    color: #fff;
    margin-left: 10px;
    font-size: 1.5rem
}

#contactForm .submit {
    background: #ee384e;
    color: #fff;
    padding: 10px 50px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer
}

.blogItem {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    overflow: hidden
}

.blogItem .blogTitle {
    padding-bottom: 10px;
    margin-bottom: 15px
}

.blogItem .moreInfo {
    margin-bottom: 1rem;
    color: #757575
}

.blogItem .moreInfo i {
    margin-left: 5px
}

.blogItem .blogTitle h1 {
    font-size: 1.5rem;
    font-weight: 500;
    margin: 5px 0 0 0
}

.pageMetaTools ul {
    width: 200px;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    transition: all .3s;
    display: block
}

.pageMetaTools ul li {
    font-size: 18px;
    margin: 4px 7px;
    text-align: center;
    float: left
}

#rootBody.ProductItem .pageMetaTools ul li {
    margin: 4px 0;
    width: 100%;
    text-align: center
}

.pageMetaTools ul li i {
    margin: 0!important
}

.pageMetaTools .icon {
    font-size: 18px;
    color: #ee384e
}

#rootBody.ProductItem .pageMetaTools .icon {
    color: #424242
}

.pageMetaTools {
    width: 210px;
    background: #fff;
    padding: 1px 0;
    border-radius: 50px;
    transition: all .3s;
    border: 1px solid #ee384e;
    overflow: hidden;
    margin-top: 1rem
}

#rootBody.ProductItem .pageMetaTools {
    border-color: #9e9e9e;
    width: 170px
}

.pageMetaTools i {
    margin: 0 5px 0 0!important
}

.pageMetaTools ul li a {
    color: #ee384e
}

.pageTags {
    border: 1px solid #e0e0e0;
    padding: 30px 0;
    border-left: none;
    border-right: none
}

.pageTags h3 {
    width: 100px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    margin-top: .8rem
}

.pageTags ul {
    display: inline-block;
    width: calc(100% - 100px);
    padding: 0;
    list-style: none;
    margin: 0
}

.pageTags ul li {
    display: inline-block;
    margin: 10px 0 0 10px
}

.pageTags ul li a {
    background: #f5f5f5;
    background-color: #f2f2f2;
    color: #868e95;
    padding: 5px 15px;
    border-radius: 100px;
    display: block
}

.blog .blogTitle:after {
    display: block;
    content: "";
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: -1
}

.blog .blogTitle h1 {
    font-size: 1.5rem;
    display: inline-block;
    padding-left: 15px;
    background: #f5f5f5
}

.blog .blogItems .blogPart {
    overflow: hidden;
    border-radius: 10px;
    transition: all .3s;
    box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
    margin-bottom: 1rem
}

.blog .blogItems .blogPart .image .info {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    color: #eee;
    z-index: 9;
    transition: .3s all;
    opacity: 0
}

.blog .blogItems .blogPart:hover .image .info {
    opacity: 1
}

.blog .blogItems .blogPart .image .info ul {
    margin: 0;
    list-style: none;
    padding: 0 15px 0 0
}

.blog .blogItems .blogPart .image .info ul li {
    float: right;
    margin-left: 15px
}

.blog .blogItems .blogPart .image .info ul li i {
    margin-left: 10px;
    font-size: 1rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 1.5rem
}

.blog .blogItems .blogPart .image .info ul li span {
    display: inline-block;
    line-height: 1.5rem
}

.blog .blogItems .blogPart .image:before {
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    pointer-events: none;
    z-index: 3;
    background: -webkit-gradient(linear,left bottom,left top,from(#424242),to(transparent));
    background: linear-gradient(to top,#424242,transparent);
    display: block;
    content: "";
    position: absolute;
    transition: .3s all
}

.blog .blogItems .blogPart:hover {
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%)
}

.blog .blogItems .blogPart:hover .image:before {
    height: 100%
}

.blog .blogItems .blogPart .title a {
    font-size: 1.1rem;
    color: #616161;
    text-align: center;
    margin-bottom: .7rem;
    display: inline-block
}

.blog .blogItems .blogPart .title:after {
    content: "";
    border-top: 2px solid #63d0df;
    left: calc(50% - 50px);
    right: calc(50% - 50px);
    display: block;
    position: absolute
}

.blog .blogItems .blogPart .readMore {
    bottom: 20px;
    left: 15px
}

.blog .blogItems .blogPart .readMore a {
    background: #63d0df;
    color: #fff;
    padding: 5px 25px;
    border-radius: 15px;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
    transition: .3s all
}

.blog .blogItems .blogPart .readMore a:hover {
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 10%)
}

.blog .blogItems .blogPart p {
    margin: 0
}

#rootBody.TagsTag .position.breadcrumb,.blogItem .position.breadcrumb {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    font-size: .9rem;
    margin-bottom: 15px
}

.blogItem .blogImage img {
    max-width: 100%;
    display: block;
    margin: 25px auto;
    border-radius: 4px;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.15)!important
}

#rootBody.TagsTag .position.breadcrumb .breadcrumb-item+.breadcrumb-item::before,.blogItem .position.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\f053";
    font-family: "Font Awesome 5 Pro",serif;
    font-size: .7rem;
    color: #ee384e
}

.aboutCategory {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    position: relative
}

.aboutCategory .content {
    transition: all .3s;
    overflow: hidden;
    margin-bottom: 50px
}

.aboutCategory .more {
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(#fff));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),#fff);
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px);
    padding-top: 80px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #616161;
    margin-bottom: 15px;
    display: table
}

.aboutCategory .more i {
    transition: .3s all;
    height: 25px;
    width: 25px;
    display: inline-block
}

.aboutCategory .more i:before {
    content: "\f077"
}

.aboutCategory .more.less i:before {
    content: "\f078"
}

.aboutCategory h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem
}

#rootBody.ProductCategory #productsForm .filters .collapse,#rootBody.ProductCategory #productsForm .filters .collapsing {
    margin: 1rem!important
}

#rootBody.ProductCategory #productsForm .filters .collapse>div,#rootBody.ProductCategory #productsForm .filters .collapsing>div {
    max-height: 260px;
    overflow: auto
}

#rootBody.ProductCategory .categoryInfo .count {
    line-height: 2.6rem;
    margin-left: 5px
}

#rootBody.ProductCategory .categoryInfo .itemsBox .paginationBox .pagination,#rootBody.SearchProduct .categoryInfo .itemsBox .paginationBox .pagination {
    margin: 0
}

#rootBody.ProductCategory .categoryInfo .itemsBox .paginationBox .pagination .page-item a,#rootBody.SearchProduct .categoryInfo .itemsBox .paginationBox .pagination .page-item a {
    font-size: 1rem;
    border: none;
    border-radius: 8px;
    width: 35px;
    height: 34px;
    text-align: center;
    background: 0 0;
    color: #616161
}

#rootBody.ProductCategory .categoryInfo .itemsBox .paginationBox .pagination .page-item:first-child a,#rootBody.ProductCategory .categoryInfo .itemsBox .paginationBox .pagination .page-item:last-child a,#rootBody.SearchProduct .categoryInfo .itemsBox .paginationBox .pagination .page-item:first-child a,#rootBody.SearchProduct .categoryInfo .itemsBox .paginationBox .pagination .page-item:last-child a {
    font-size: 2rem;
    font-family: sans-serif;
    line-height: .8rem;
    border-radius: 0
}

#rootBody.ProductCategory .categoryInfo .itemsBox .paginationBox .pagination .page-item.active a,#rootBody.SearchProduct .categoryInfo .itemsBox .paginationBox .pagination .page-item.active a {
    background-color: #00bfd6;
    border: 1px solid #00bfd6;
    color: #fff
}

#liveToast.danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7
}

#liveToast.warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5
}

#liveToast.success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc
}

#liveToast.success .toast-header {
    background-color: rgb(65 162 118);
    color: #fff
}

#liveToast.danger .toast-header {
    background: #da5864;
    color: #fff
}

#liveToast.warning .toast-header {
    background: #cca426;
    color: #fff
}

#rootBody.TagsTag .tagInfo,#rootBody.TagsTag .tagList {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 .3rem .5rem rgba(0,0,0,.1)!important
}

#rootBody.TagsTag .tagList ul {
    list-style: none;
    padding: 0;
    margin: 0
}

#rootBody.TagsTag .tagList ul li h3 {
    margin: 0
}

#rootBody.TagsTag .tagList ul li .title a {
    font-size: 1rem;
    line-height: normal;
    color: #616161
}

#rootBody.TagsTag .tagList ul li .title a:before {
    content: "\f292";
    display: inline-block;
    font-family: "Font Awesome 5 Pro",serif;
    margin-left: 5px
}

#rootBody.TagsTag .tagInfo .pageTitle i {
    font-size: 3rem;
    margin-left: 1rem;
    vertical-align: middle
}

#rootBody.TagsTag .tagInfo .pageTitle h1 {
    vertical-align: middle
}

.js-image-zoom__zoomed-image {
    background-color: #fff;
    padding: 15px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 30%);
    border: 1px solid #e0e0e0
}

.js-image-zoom__zoomed-area {
    background-color: rgba(239,57,78,.1)!important;
    cursor: crosshair;
    border: 2px solid #ef5661;
    transform: translateZ(0);
    opacity: .4;
    border-radius: 5px
}

.searchTitle {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 3px
}

.searchTitle h1 {
    font-size: 1.5rem;
    padding: 1.5rem 1rem;
    margin: 0
}

#rootBody.ContactItem .componentBody .teaserText {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px
}

.comments .comment .info .title {
    font-weight: 700
}

.comments .comment .info i {
    font-size: 2rem;
    margin: 5px 0 5px 15px;
    line-height: 2rem;
    display: block;
    color: #9e9e9e
}

.comments .comment {
    background: #fdfdfd;
    padding: 1rem;
    border-radius: 10px;
    margin: .7rem 0;
    border: 1px solid #eee
}

.comments .comment.child {
    margin-right: 3rem;
    background: #f5f5f5;
    border-color: #e0e0e0
}

.comments .comment .info .time i {
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    margin: 0 0 0 5px
}

.moduleProduct .item .finished,.moduleProduct .item .query {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 5px;
    font-size: 13px;
    font-weight: 700;
    padding-top: 5px;
    color: #ef394e
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .finished,.moduleProduct .item .finished {
    color: #757575
}

#rootBody.ProductItem .productSummary .query a,.addToBasketBox.position-sticky .query a {
    color: #fff;
    display: block
}

.addToBasketBox.position-sticky .query {
    margin-top: 0
}

#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .finished,#rootBody.ProductCategory .categoryInfo .itemsBox .items .product .query {
    font-weight: 700;
    text-align: center;
    padding-top: 25px;
    font-size: 1rem;
    color: #ee384e
}

@media (min-width: 768px) {
    .contactArea {
        display:flex
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .items .product,#rootBody.SearchProduct .categoryInfo .itemsBox .items .product {
        margin-left: -1px;
        margin-top: -1px;
        margin-bottom: -1px
    }

    #rootBody.ProductItem .pageMetaTools {
        width: 39px;
        margin: 0
    }

    #rootBody.ProductItem .pageMetaTools ul {
        width: 35px
    }

    .ProductItem .pageMetaTools:hover {
        width: 39px
    }

    .contactArea .box {
        float: right;
        flex: 1
    }

    .contactArea .box:first-child {
        border-radius: 0 15px 15px 0
    }

    .contactArea .box:last-child {
        border-radius: 15px 0 0 15px
    }

    #rootBody.ProductItem .pageMetaTools {
        width: 40px;
        display: inline-block;
        vertical-align: top
    }

    #rootBody.ProductItem .productImageInfo {
        width: calc(100% - 40px);
        display: inline-block
    }
}

@media (max-width: 767px) {
    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting {
        position:unset
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting .label,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting .label {
        background: #e0e0e0;
        padding: .4rem .6rem;
        margin-top: 5px;
        display: block;
        border-radius: 5px;
        font-size: .7rem;
        color: #424242
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting .label i,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting .label i {
        font-size: 1.2rem;
        margin-left: 5px
    }

    .position.header .moduleShopCard {
        left: 0;
        margin-top: 0;
        top: -9px;
    }

    .position.header .moduleLogin {
        margin-top: 0;
        left: 10px;
        top: -1px;
    }

    #rootBody.ProductItem .addToBasketBox {
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #fff;
        padding: 8px 12px;
        z-index: 8;
        width: 100%
    }

    #rootBody.ProductItem .addToBasketBox .addToBasket {
        text-align: center;
        -webkit-border-radius: 9px;
        border-radius: 9px;
        font-size: 18px;
        font-size: 1.286rem;
        line-height: 1rem;
        letter-spacing: -.6px;
        color: #fff;
        width: 100%;
        background-color: #ef394e;
        padding: 14px 20px
    }

    #rootBody.ProductItem .addToBasketBox.finished .addToBasket {
        font-size: 15px;
        font-size: .93rem;
        background: #757575
    }

    #rootBody.ProductItem .addToBasketBox .addToBasket.finished {
        background: #9e9e9e;
        font-size: .85rem
    }

    #rootBody.ProductItem .moreInfo {
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 -1px 5px 2px #0000001a;
        box-shadow: 0 -1px 5px 2px #0000001a;
        padding: 1rem
    }

    #rootBody.ProductItem .floatMoreInfo {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #f9f9f9;
        z-index: 9;
        padding: 0 8px
    }

    #rootBody.ProductItem .floatMoreInfo .title {
        background: #fff;
        padding: 10px 15px;
        border-radius: 0 0 5px 5px;
        border: 1px solid #eee;
        border-top: none;
        margin-bottom: 10px;
        font-size: 1rem;
        font-weight: 500
    }

    #rootBody.ProductItem .floatMoreInfo .content {
        overflow-y: auto;
        max-height: calc(100vh - 50px);
        padding: 25px 15px;
        background: #fff;
        line-height: 1.5rem;
        border-radius: 5px;
        border: 1px solid #eee
    }

    #rootBody.ProductItem .floatMoreInfo .title i {
        margin-left: 10px
    }

    #rootBody.ProductItem .floatMoreInfo .technical li span {
        display: block;
        padding: 5px 9px;
        font-weight: 500
    }

    #rootBody.ProductItem .floatMoreInfo .technical {
        list-style: none;
        padding: 0;
        margin: 0
    }

    #rootBody.ProductItem .floatMoreInfo .technical li span:first-child {
        background-color: #f1f1f1;
        border-radius: 4px
    }

    #rootBody.ProductItem .moreInfo .title {
        position: relative;
        margin-bottom: 1rem
    }

    #rootBody.ProductItem .moreInfo .box:not(:last-child) {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    #rootBody.ProductItem .moreInfo .box ul {
        padding: 0;
        margin: 0;
        list-style: none;
        font-size: .8rem
    }

    #rootBody.ProductItem .moreInfo .content {
        text-align: right;
        font-size: .76rem;
        line-height: 1.5rem;
        color: #858585
    }

    #rootBody.ProductItem .moreInfo .title a {
        position: absolute;
        left: 0;
        top: 0;
        color: #00bfd5;
        font-size: .7rem
    }

    #rootBody.ProductItem .moreInfo .title a i {
        margin-right: 3px
    }

    #rootBody.ProductItem .moreInfo h4 {
        font-size: .9rem;
        font-weight: 500
    }

    #rootBody.ProductItem .brandCategory ul {
        padding: 0;
        list-style: none;
        margin: 10px 0
    }

    #rootBody.ProductItem .brandCategory ul li {
        display: inline-block
    }

    #rootBody.ProductItem .brandCategory ul li:first-child {
        margin-left: 10px;
        padding-left: 10px;
        border-left: 1px solid #e0e0e0;
        line-height: 1rem
    }

    #rootBody.ProductItem .brandCategory ul li a {
        margin-right: 4px;
        color: #00c6db
    }

    #rootBody.ProductItem #productImageGallery {
        padding-bottom: 40px
    }

    #rootBody.ProductItem .productImageInfo .carousel-indicators {
        margin: 0 15px;
        bottom: 10px;
        direction: ltr;
        padding: 0
    }

    #rootBody.ProductItem .productImageInfo .carousel-indicators li {
        background: #757575;
        border: none;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        opacity: .4
    }

    #rootBody.ProductItem .productTitle h1 {
        color: #2a2a2a;
        font-size: 13px;
        font-size: .97rem;
        line-height: 1.5;
        font-weight: 500;
        margin-bottom: 5px
    }

    #rootBody.ProductItem .enName {
        margin-bottom: 8px
    }

    .position.header .module.moduleMenu nav {
        padding: 15px
    }

    .position.header .module.moduleMenu nav a {
        color: #424750;
        padding: 14px 0;
        font-weight: 500;
        font-size: 13px;
        font-size: .929rem;
        line-height: 2.692;
        display: block
    }

    .position.mobileMenuLogo {
        margin: 10px 10px 10px 40px
    }

    .position.header .moduleMenu {
        position: absolute;
        top: 7px;
        right: 10px;
        display: table
    }

    .position.header .moduleMenu .icon {
        font-size: 25px;
        color: #424242;
        cursor: pointer
    }

    .position.header .moduleLogin a i {
        /* margin: 0; */
        font-size: 1.7rem
    }

    .position.header .moduleLogin a {
        border: none;
        padding: 0
    }

    .position.header .moduleSearch {
        float: none;
        position: absolute;
        top: 55px;
        width: 100%;
        border-top: 1px solid #e0e0e0;
        left: 0;
        right: 0;
        padding: 6px 5px 5px 5px;
        max-width: unset;
        margin-top: -4px
    }

    .position.header {
        height: 100px;
        border-bottom: 1px solid #e0e0e0
    }

    .position.header .module.logo {
        float: none;
        position: absolute;
        top: 0;
        right: 30px;
        padding: 4px 10px 0 10px
    }

    .moduleProduct .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 8px 10px 0;
        margin-right: -8px;
        margin-left: 8px;
        width: calc(100% + 16px)
    }
.module.redBox .box{
    padding: 0;
}
    .moduleProduct .item {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.09);
        padding: 8px;
        position: relative;
        min-height: 210px;
        width: 40vw;
        -webkit-box-flex: 0;
        border: 1px solid #f6f6f6;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-flex: 0 0 170px;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        margin-left: 10px
    }

    .module.fitSM {
        padding-left: 0;
        padding-right: 0;
        border-radius: 0!important
    }

    .module.fitSM .box {
        border-radius: 0!important
    }

    .position.header .moduleMenu .floatBox {
        position: fixed;
        top: 0;
        right: -310px;
        bottom: 0;
        width: 300px;
        background: #fff;
        border-left: 1px solid #eee;
        box-shadow: 1px 0 7px 3px #00000061;
        transition: .5s all;
        z-index: 999;
        overflow-y: auto;
        height: 100%
    }

    .position.header .moduleMenu .floatBox .close {
        position: absolute;
        left: 5px;
        top: 5px;
        font-size: 1.5rem;
        cursor: pointer;
        display: block;
        color: #9e9e9e
    }

    .position.header .moduleMenu .floatBox.open {
        right: 0
    }

    .position.header .moduleMenu .shadowBg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000063;
        z-index: -1
    }

    .position.header .module.moduleMenu nav .fa-chevron-down {
        float: left;
        line-height: normal;
        margin: 12px 0 12px 0;
        transition: all .3s
    }

    .position.header .module.moduleMenu nav .collapse,.position.header .module.moduleMenu nav .collapsing {
        list-style: none;
        margin: 0 -15px
    }

    .position.header .module.moduleMenu nav .collapse ul,.position.header .module.moduleMenu nav .collapsing ul {
        padding: 0 15px;
        background-color: #f0f0f1
    }

    .position.header .module.moduleMenu nav .collapse ul.level4,.position.header .module.moduleMenu nav .collapsing ul.level4 {
        background: #cacaca
    }

    .position.header .module.moduleMenu nav .collapse ul.level3,.position.header .module.moduleMenu nav .collapsing ul.level3 {
        background: #e0e0e0
    }

    .position.header .module.moduleMenu nav .collapse a,.position.header .module.moduleMenu nav .collapsing a {
        padding: 5px 0
    }

    .position.header .module.moduleMenu nav a .fa-chevron-down {
        transform: rotate(180deg)
    }

    .position.header .module.moduleMenu nav a.collapsed .fa-chevron-down {
        transform: rotate(0)
    }

    #rootBody.ProductItem .productInfo .box1,#rootBody.ProductItem .productInfo .box2,#rootBody.ProductItem .productInfo .box3 {
        background: #fff;
        display: flex;
        padding: 12px;
        border-radius: 5px;
        -webkit-box-shadow: 0 -1px 5px 2px #0000001a;
        box-shadow: 0 -1px 5px 2px #0000001a;
        margin: 0 0 1rem 0
    }

    #rootBody.ProductItem .productInfo .bottomInfo {
        padding: 15px 10px;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
        box-shadow: 0 2px 4px 0 rgb(0 0 0 / 9%);
        border: 1px solid #f6f6f6
    }

    #rootBody.ProductItem .productInfo .bottomInfo .box:first-child {
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0
    }

    #rootBody.ProductItem .productInfo .bottomInfo .box .title {
        margin-bottom: 15px;
        font-weight: 600;
        font-size: .866rem;
        color: #616161
    }

    #rootBody.ProductItem .productInfo .bottomInfo .box .link a {
        color: #00bfd5
    }

    #rootBody.ProductItem .productInfo .bottomInfo .box .link a i {
        margin-right: 5px
    }

    #rootBody.ProductItem .productInfo .box1 {
        display: block
    }

    #rootBody.ProductItem .pageMetaTools {
        margin-bottom: 20px;
        float: right
    }

    #rootBody.ProductItem .pageMetaTools:hover {
        height: 39px
    }

    #rootBody.ProductItem .pageMetaTools ul {
        width: 160px;
        margin: 0 5px
    }

    #rootBody.ProductItem .pageMetaTools:hover ul {
        height: 32px!important
    }

    #rootBody.ProductItem .pageMetaTools ul li {
        float: right;
        width: auto;
        margin: 4px 1px
    }

    #rootBody.ProductItem .pageMetaTools ul a {
        color: #9b9b9b;
        font-size: 1.154rem
    }

    #rootBody.ProductItem .productSummary {
        background: 0 0;
        border: none;
        padding: .5rem
    }

    .position.header .moduleSearch input {
        padding: 6px 45px 8px 10px
    }

    .position.header .moduleSearch .search-submit {
        padding: 2px 15px 0 0
    }

    #rootBody {
        padding-top: 100px
    }

    #rootBody.ProductItem .productInfo .Slogan {
        position: relative;
        border-top: 1px solid #e0e0e0;
        border-bottom: 1px solid #e0e0e0
    }

    .moduleTitle {
        border-bottom: none
    }

    #rootBody.ContentItem .pageMetaTools {
        margin: 16px auto 0 auto
    }

    #rootBody.ContentItem .pageMetaTools ul {
        margin-right: 9px
    }

    #rootBody.ContentItem .pageMetaTools li {
        float: right
    }

    .module.moduleFolderMedia .items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px 8px 10px 0;
        margin-right: -8px;
        margin-left: 8px;
        width: calc(100% + 16px)
    }

    .module.moduleFolderMedia .item {
        position: relative;
        width: 33.3vw;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-left: 10px
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting ul {
        display: block
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li {
        padding: 10px 0
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li:not(:last-child) {
        border-bottom: 1px solid #eee
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li span,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting li span {
        position: relative;
        padding-right: 30px
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li .active,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting li .active {
        background-color: #fff!important;
        border-radius: 0;
        color: #515151
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li span:after,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting li span:after {
        display: block;
        content: "";
        height: 20px;
        width: 20px;
        border: 1px solid #9e9e9e;
        border-radius: 50%;
        margin-left: 10px;
        position: absolute;
        right: 0;
        top: 2px
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li .active:before,#rootBody.SearchProduct .categoryInfo .itemsBox .sorting li .active:before {
        display: block;
        content: "";
        height: 12px;
        width: 12px;
        background: #00bfd5;
        border-radius: 50%;
        margin-left: 10px;
        position: absolute;
        right: 4px;
        top: 6px
    }

    #rootBody.ProductCategory .categoryInfo .itemsBox .sorting li span:hover {
        background-color: #fff
    }

    .floatOptions {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #f9f9f9;
        z-index: 9
    }

    .floatOptions .head {
        left: 0;
        right: 0;
        z-index: 9
    }

    .floatOptions .content {
        margin: 135px 10px 0 10px;
        overflow-y: auto;
        height: calc(100vh - 135px)
    }

    .floatOptions .title {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 55px;
        -ms-flex: 0 0 55px;
        flex: 0 0 55px;
        max-height: 55px;
        background-color: #e9e9e9;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 25px;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.575
    }

    .sorting .filterBtn {
        background: #fff;
        padding: 1rem
    }

    .sorting .filterBtn .clearBtn {
        padding: .5rem 1rem;
        background: #f5f5f5;
        display: block;
        border-radius: 4px
    }

    .sorting .form-check.form-switch {
        padding-right: 0;
        padding-left: 2.5em
    }

    .sorting .form-check.form-switch .form-check-input {
        margin-right: 10px;
        margin-left: -3em;
        float: left;
        width: 3rem;
        height: 1.4rem
    }

    .sorting .form-check.form-switch .form-check-input:checked {
        background-color: #4cd864;
        border-color: #4cd864
    }
}

::-webkit-scrollbar-track {
    border-radius: 0;
    background: 0 0;
    border: none;
    cursor: pointer
}

::-webkit-scrollbar {
    width: 10px;
    height: 7px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    cursor: pointer;
    background: rgba(116,116,116,.4);
    border: none
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(116,116,116,.5)
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left,#22add4,#1e98ba)
}

.leadBox {
    background: #f5f5f5;
    font-weight: 400;
    font-size: .9rem;
    border-radius: 5px;
    border-right: 4px solid #ee384e;
    position: relative;
    border-left: 40px solid #ee384e;
    padding: 15px
}

.leadBox ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.leadBox .title {
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: -33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0
}

.selfBox .card {
    background: 0 0;
    border: none
}

.selfBox h2.title.bg {
    display: block;
    background: #ee384e;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    padding: 10px 15px
}

.selfBox img {
    margin: 0 auto
}

.selfBox div.title:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #000;
    position: absolute;
    top: 13px;
    z-index: 0
}

.selfBox div.title h2 {
    background-color: #fff;
    padding: 0;
    color: #000;
    padding-left: 10px;
    display: inline;
    z-index: 1;
    position: relative;
    font-size: 1.2rem
}

.selfBox .title {
    position: relative;
    margin-bottom: 10px
}

.blockquote {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    font-size: .95rem;
    line-height: 1.571;
    background: #fbfbfb;
    color: #757575;
    font-weight: 300;
    letter-spacing: -.1px;
    padding: 25px;
    border-radius: 5px;
    border: 1px solid #eee
}

.blockquote:before {
    content: "\f10e";
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #e0e0e0
}

.blockquote:after {
    content: "\f10d";
    bottom: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #e0e0e0;
    text-align: left
}

.selfBox .blockquote {
    background: #fff;
    border: 1px solid #e0e0e0
}

.abilityBox .card {
    background: 0 0;
    border: none
}

.abilityBox .box {
    background: #d9e2e4;
    border-radius: 4px;
    border-top: 3px solid #ee384e;
    padding: 10px 15px;
    font-weight: 700;
    text-align: center
}

.abilityBox h2 {
    border-radius: 0!important;
    background: #ee384e!important;
    margin: 0;
    color: #fff;
    font-size: 1.2rem;
    padding: 10px
}

.abilityBox ul {
    list-style: none;
    border-right: 5px solid #ee384e;
    padding: 10px 10px 0 0
}

.position.debug div.staticPhone {
    position: fixed;
    left: 30px;
    bottom: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    height: 75px
}

.position.debug .staticPhone .icon {
    text-align: center;
    line-height: 50px;
    font-size: 50px;
    width: 100%
}

.position.debug .staticPhone .info {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    height: 70px;
    z-index: -1;
    overflow: hidden;
    padding: 0 35px
}

.position.debug .staticPhone .info a {
    color: #fff!important
}

.position.debug .staticPhone .icon i {
    height: 70px;
    margin: 0;
    width: 70px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    transform: rotate(-35deg);
    -webkit-animation: phone-icon 5s infinite;
    animation: phone-icon 5s infinite;
    position: absolute;
    left: 0;
    top: 0
}

@-webkit-keyframes phone-icon {
    0% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    1% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    2% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    3% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    4% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    5% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    6% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    7% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    8% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    9% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    10% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    11% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    12% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    13% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    14% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    15% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    16% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    17% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    18% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    19% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    20% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    21% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    22% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    23% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    24% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    25% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
}

@keyframes phone-icon {
    0% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    1% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    2% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    3% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    4% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    5% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    6% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    7% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    8% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    9% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    10% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    11% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    12% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    13% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    14% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    15% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    16% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    17% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    18% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    19% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    20% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    21% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    22% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    23% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }

    24% {
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

    25% {
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg)
    }
}

.position.debug .staticPhone .box {
    position: relative
}

.position.debug .staticPhone .info:before {
    display: block;
    content: "";
    background: #f42d38;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border: 1px solid transparent
}

.position.debug .staticPhone .info:after {
    display: block;
    content: "";
    background: #f42d38;
    height: 70px;
    width: 70px;
    border-radius: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.position.debug .staticPhone .info>ul {
    overflow: hidden;
    background: #f42d38;
    width: 0;
    height: 71px;
    z-index: 1;
    text-align: center;
    transition: .3s all;
    font-size: 15px;
    font-weight: 700;
    padding: 0;
    margin: 0
}

.position.debug .staticPhone.active .info>ul,.position.debug .staticPhone:hover .info>ul {
    padding: 11px 0 0 20px;
    width: 150px
}

.position.debug .staticPhone .info>ul>li {
    direction: ltr;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

@media (max-width: 767px) {
    .position.debug .staticPhone {
        position:fixed;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        height: auto!important
    }

    .position.debug .staticPhone .col.telegram {
        background: #31a3dd
    }

    .position.debug .staticPhone .col.instagram {
        background: #d22e7f
    }

    .position.debug .staticPhone .col.location {
        background: #ff9800
    }

    .position.debug .staticPhone .col {
        transition: .3s all
    }

    .position.debug .staticPhone .col a {
        display: block;
        padding-top: .5rem;
        padding-bottom: .5rem;
        color: #fff
    }

    .position.debug .staticPhone .col.tell {
        background: #673ab7
    }

    .position.debug .staticPhone .col.whatsapp {
        background: #49c557
    }

    .position.debug .staticPhone i {
        font-size: 1.4rem
    }

    .position.debug .staticPhone .icon {
        display: inline-block;
        font-size: 1.5rem;
        margin-right: 10px
    }

    .position.debug .staticPhone {
        text-align: center;
        font-size: 1rem;
        z-index: 9;
        left: 0!important;
        bottom: 0!important
    }
}

.selfBox .card,.selfBox .card-body {
    padding: 0!important
}
.moduleImageSlider.brands .box{
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #e0e0e2;
}
.moduleImageSlider.brands .moduleTitle{
    text-align: center;
    border: none;
}
.moduleImageSlider.brands .moduleTitle h3:before, .moduleImageSlider.brands .moduleTitle h3:after{
    display: none;
}
.moduleImageSlider.brands .moduleImageSlider.brands .moduleTitle h3{}
.moduleImageSlider.brands .item{
    padding: 0 1rem;
    border-left: 1px solid #f0f0f1;
    margin-bottom: 1rem;
}
.moduleImageSlider.brands .carousel-control-next span, .moduleImageSlider.brands .carousel-control-prev span{
    background: #fff;
    height: 60px;
    width: 30px;
    color: #a8a8a8;
    line-height: 60px;
    font-size: 40px;
    border-radius: .5rem 0 0 .5rem;
    -webkit-box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: -1.5px 0 4px 0 rgba(0,0,0,.15);
}
.moduleImageSlider.brands .carousel-control-next span{
    border-radius: 0 0.5rem 0.5rem 0;
    -webkit-box-shadow: 1px 0 4px 0 rgba(0,0,0,.15);
    box-shadow: 1px 0 4px 0 rgba(0,0,0,.15);
}
.moduleImageSlider.brands .carousel-control-next, .moduleImageSlider.brands .carousel-control-prev{
    width: 30px;
    opacity: .9;
}

.moduleProduct.productBox .list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px 8px 0 0;
    width: 100%;
}
.moduleProduct.productBox .list .item{
    padding: 8px 8px 0 8px;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    min-width: 25%;
}
.moduleProduct.productBox .list .item .inner{}
.subCategory{
    overflow-y: hidden;
    overflow-x: auto;
    padding-bottom: .5rem;
}
.subCategory .item{
    background: #fff;
    padding: .5rem;
    margin: 0 .5rem;
    border-radius: .3rem;
    width: 150px;
    text-align: center;
    flex: 0 0 150px;
    font-size: 85%;
}
.subCategory .item img{
    margin-bottom: .5rem;
    padding: .5rem 2rem;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-item{
    background: #fff;
    margin-bottom: .5rem;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
}
.accordion-button{
    border:none;
    font-size: 13px;
    font-weight: bold;
}
.moduleFaq h3{
    font-size: 13px;
    font-weight: bold;
    margin-top: 1.5rem;
}
.accordion-body{
    font-size: 12px;
}
.accordion-button:not(.collapsed){
    color:#ee384e;
    background: #f7d5d9;
}
.accordion-button:not(.collapsed)::after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ee384e'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.productBox .inner strong{
    font-size: 12px;
    border-bottom: 1px solid #F5F5F5;
}
.productBox .inner img{
    width: 25%;
    display: inline-block;
}
.productBox .inner strong{
    display: inline-block;
    width: 70%;
    font-weight: 100;
    padding: 1rem 0;
    vertical-align: top;
    height: 90px;
    color: #424242;
}
.productBox .inner:last-child strong{
    border: none;
    padding-bottom: 0;
}
.moduleCategory img{
    max-width:100px
}
.moduleCategory a{
    color:#0c0c0c !important;
    text-align:center;
    display: block;
}
.moduleCategory .moduleTitle{
    text-align: center;
    border: none;
}
.moduleTitle h3{
    font-weight: bold;
    font-size: .9rem;
}
 .moduleCategory .moduleTitle h3:after{
    display: none;
}
.moduleCategory .moduleTitle h3:before{
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f06d";
    height: unset;
    width: unset;
    position: unset;
    top: unset;
    background-color: transparent;
    left: unset;
    right: unset;
    bottom: unset;
    float: right;
    font-size: 1.5rem;
    margin-left: .5rem;
    color: #f9a825;
}
.brands .moduleTitle h3:before {
    display: block !important;
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
    content: "\f2f7";
    height: unset;
    width: unset;
    position: unset;
    top: unset;
    background-color: transparent;
    left: unset;
    right: unset;
    bottom: unset;
    float: right;
    font-size: 1.5rem;
    margin-left: 0.5rem;
    color: #f9a825;
}