body {
    margin: 0;
    line-height: 1.3;
    font-family: 'Mulish', sans-serif;
}
body.other {
    padding-top: 70px;
}
.tab[data-tab="chars"] {
    display: none;
}
.other #sp-header {
    background: #005ebe;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
h1, h2, h3, h4, h5 {
  font-weight: normal;
}
ol {
    padding-left: 20px;
}
ol li {
    padding-bottom: 10px;
}
a[data-fancybox="images"] img {
    border-radius: 15px;
}
.grid {
    display: grid;
}
div#blago {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    padding: 70px 0;
}
div#blago a {
    border: 1px solid #ccc;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2 ,1fr);
    gap: 40px;
}
.cont-cel.blue {
    background: #eef6ff;
    padding: 30px;
    border-radius: 10px;
}
#map2, #map1 {
    border-radius: 10px;
    overflow: hidden;
}
.cont-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    padding-top: 80px;
}
.cont-title {
    font-size: 22px;
}
.cont-it-title {
    font-size: 18px;
    padding-bottom: 30px;
}
.cont-it-tx {
    font-size: 20px;
}
.tabs-contents table {
    width: 100%;
    border-collapse: collapse;
}
.tabs-contents tr:hover {
    background: #fbfbfb;
}
.tabs-contents td, .lanch-wrap th {
    padding: 10px 20px;
    border: 1px solid #eee;
}

.deliv-wr.flex ul {
    padding-left: 20px;
}

li::marker {
    color: #005ebe;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
body .ba-form-submit-btn {
    display: none;
}
.doc-link.flex {
    justify-content: unset;
    margin-bottom: 30px;
}
.dl-img {
    width: 34px;
    height: 36px;
    background: url(/images/pdf.png) center no-repeat;
    background-size: contain;
}
.dl-title {
    width: calc(100% - 35px);
    padding: 0 0 0 30px;
}
.doc-link.flex:hover a {
    color: #005ebe;
}
.doc-link.flex:hover .dl-img {
    background: url(/images/pdf-1.png) center no-repeat;
    background-size: contain;
}
.dl-title i {
    padding-left: 30px;
}
.cookie-warn.flex.active {
    display: flex;
}
.cookie-warn.flex {
    display: none;
    max-width: 1200px;
    position: fixed;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 10px;
    box-shadow: 0px 0px 20px #00000059;
    flex-wrap: nowrap;
    align-items: center;
    z-index: 99999;
}
.cookie-warn.flex {
    display: none;
}
.cookie-tx {
    padding-right: 40px;
}
.cookie-btn {
    padding: 10px 30px;
    background: #005ebe;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}
.cookie-tx a {
    border-bottom: 1px dashed;
    color: #005ebe;
}
.d-col.left {
    font-size: 40px;
    padding: 30px 0;
}
.d-col.left span, .d-col.right a {
    color: #005ebe;
}
.d-col {
    width: 45%;
}
.prod-gal-wrap a {
    width: 23%;
    margin: 1%;
}
.prod-gal-wrap {
    justify-content: unset;
    margin: 50px -1% 70px;
}
.cont.wide {
    width: 23%;
    max-width: 200px;
}
.poster {
    position: relative;
    border-radius: 10px;
    background: #eef6ff;
    overflow: hidden;
}
.deliv-col img {
    border-radius: 10px;
}
.rmore.dld.mtop {
    padding-top: 70px;
}
div#license a {
    width: 19%;
    border: 1px solid #ccc;
}
div#license {
    padding: 70px 0;
    justify-content: unset;
    gap:15px;
}
section#sp-map-block {
    padding-bottom: 100px;
}
section#sp-map-block .row {
    padding: 0;
}
section#sp-map-block div#map {
    border-radius: 0;
}
.btn-play {
    position: absolute;
    width: 70px;
    height: 70px;
    font-size: 70px;
    line-height: 1;
    top: calc(50% - 35px);
    left: calc(50% - 30px);
    cursor: pointer;
    color: #005ebe;
}
.poster img {
    opacity: .5;
}
.deliv-col {
    position: relative;
    width: 48%;
    margin-bottom: 4%;
}
.cont-wr.flex {
    margin-top: 50px;
}
.cont-lbl {
    padding-bottom: 20px;
}
div#map {
    border-radius: 10px;
    overflow: hidden;
}
.deliv-col.blue {
    background: #eef6ff;
    padding: 30px;
    border-radius: 10px;
}
.deliv-col.full {
    width: 100%;
}
.deliv-col h3 {
    font-size: 24px;
    max-width: 400px;
}
.d-load-ic {
    font-size: 24px;
}
a.d-load.flex {
    justify-content: flex-start;
}
.cont {
    width: 48%;
    margin-bottom: 8%;
}
.deliv-wr.flex {
    align-items: unset;
}
.v-item {
    padding: 15px 40px 15px 20px;
    background: #eef6ff;
    margin-bottom: 30px;
    border-radius: 10px;
    position: relative;
    transition: .3s;
}
.v-item:hover {
    box-shadow: 2px 4px 13px #0000001f;
}
.v-item h2 {
    margin: 0 0 5px;
}
.v-info {
    margin-right: 30px;
}
.v-infos.flex {
    justify-content: flex-start;
}
.v-tx {
    padding-top: 40px;
    display: none;
}
.cross {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    color: #005ebe;
    transition: .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cross.active {
    transform: rotate(45deg);
}
.blog {
    padding: 40px 0;
}
.bl-title.blog-t {
    padding-bottom: 40px;
}
.vac-top.flex {
    padding-bottom: 50px;
}
.bl-title.blog-t h1 {
    font-size: inherit;
    margin: inherit;
}
section#sp-sli-der {
    background: #000;
}
.nav-toggler {
    position: relative;
    width: 25px;
    height: 17px;
    cursor: pointer;
    margin-right: 10px;
}
.nav-toggler span {
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    transition: .3s;
}
ul.menu-catalog-top.flex {
    list-style: none;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0;
}
.active span.tog-top {
    transform: rotate(40deg);
}
.nav-toggler.active span.tog-center {
    width: 0px;
}
.active span.tog-bottom {
    transform: rotate(-40deg);
    width: 100%;
}
.cat-nav-toggler.flex {
    color: #fff;
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 7px;
}
.catalog-nav {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    width: 100%;
    background: #fff;
    padding: 30px;
    display: none;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    max-width: 1270px;
}
ul.menu-catalog-top.flex>li>div>a {
    padding: 15px 0;
    display: inline-block;
}
ul.menu-catalog-top.flex>li {
    width: 30%;
    margin-bottom: 40px;
}
.category-title {
    width: calc(100% - 48px);
}
ul.menu-catalog-top.flex a {
    display: flex;
}
ul.menu-catalog-top.flex li.active a, ul.menu-catalog-top.flex li a:hover {
    color: #005ebe;
}
span.tog-top, span.tog-bottom {
    transform-origin: left center;
}
span.tog-center {
    top: calc(50% - 1px);
}
span.tog-bottom {
    bottom: 0;
    width: 70%;
}
.readmore a:hover {
    box-shadow: none;
}
.vmproduct {
    display: flex;
    justify-content: space-between;
}
.cat-item {
    background: #eef6ff;
    border-radius: 10px;
    overflow: hidden;
    width: 32%;
    margin-bottom: 4%;
    transition: .3s;
    position: relative;
}
.cat-bedj.orange {
    background: #ffa336;
}
.cat-bedj.viol {
    background: #796bff;
}
a.cat-item:hover {
    box-shadow: 2px 4px 13px #0000001f;
}
.cat-bedj {
    width: 58px;
    height: 58px;
    position: absolute;
    background: #005ebe;
    right: 30px;
    top: 30px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
}
.cat-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.cat-title {
    padding: 0 30px 30px;
    font-size: 20px;
    font-weight: 500;
}
.cats {
    padding-top:60px;
    align-items: unset;
}
.cont-plus-map {
    display: flex;
}
.view_cart_link img {
    width: 32px;
}
.cat-rmote a {
    display:inline-block;
    position: relative;
}
.cat-rmote a:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    width: 0;
    background: #005ebe;
    transition: .3s;
}
.cat-item:hover .cat-rmote a:before {
    width: 100%;
}
.over {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fafafa8a;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -999;
    backdrop-filter: blur(5px);
}
.over.activ {
    opacity: 1;
    z-index: 9999;
}
.over-close {
    position: fixed;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #005ebe;
    background-size: 30px;
    right: 0;
    z-index: -1;
    top: 0;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}
.over-close.activ {
    z-index: 99999;
    opacity: 0.7;
}
.over-close.activ:hover {
    opacity: 1;
}
.video-wrap.activ {
    z-index: 9999;
    visibility: visible;
}
.video-wrap {
    max-width: 1200px;
    overflow: hidden;
    transition: .3s;
    width: 100%;
}
body .ba-forms-lightbox-row i {
    padding: 10px 28px !important;
}
body .ba-forms-modal-backdrop {
    background: #fafafa8a;
    backdrop-filter: blur(5px);
}
.ba-form-field-item.ba-form-submit-field {
    display: none;
}
.ab-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:40px;
}
.ab-left h3 {
    font-size: 20px;
    font-weight: 500;
}
.ab-left {
    padding-right:40px;
}
.ab-right img {
    display: block;
    cursor: pointer;
    transition: .3s;
}
.ab-right img:hover {
    opacity: .8;
}
@font-face{
    font-family:'FontAwesome';
    src:url('/fonts/fontawesome-webfont.eot?v=4.7.0');
    src:url('/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight:normal;
    font-style:normal
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0,-4px,0);
  }
}
.topcart.anim{
    animation: bounce 1s infinite;
}
section {
	position: relative;
}
a {
    color: #000;
}
.deliv-item {
    display: flex;
    flex-wrap: wrap;
}
.deli-left {
    width: 50%;
}
.deli-right {
    width: 50%;
}
ul.del span {
    display: block;
    font-weight: 700;
}
ul.del li {
    margin-bottom:30px;
    line-height: 1.5;
}
.attens {
    color: #005ebe;
    font-weight: 700;
    margin-bottom: 30px;
}
.delivery-wr h3 {
    font-weight: 700;
}
div#postamats {
    display: none;
}
body .nextend-smartslider-button-container a:hover {
    opacity: .8!important;
}
.vm-wrap.vm-order-done a.vm-button-correct {
    display: none;
}
.testi-top {
    display: flex;
    align-items: center;
}

.ord-title {
    font-size: 16px;
    font-weight: 500;
}
form#baform-2 .page-0 {
    width: 100%;
}
form#baform-2 .ba-form-footer {
    width: 100%;
}
.ba-textInput.tool.ord-item {
    display: none;
}
.testi-img img {
    border-radius: 10px;
}
.info-title {
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}
.testi-item {
    position: relative;
    overflow: hidden;
}
.recipe-top {
    display: flex;
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.17);
    overflow: hidden;
}
.recipe-right {
    width: 50%;
    padding:0 50px;
}
.recipe-right ul {
    padding-left: 20px;
}
.item-txt {
    padding: 50px 0;
}
.recipe-left {
    width: 50%;
}
.recipe-right h4 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}
.recipe-left iframe {
    display: block;
    border: 1px solid #ccc;
    border-radius: 15px 0 0 15px;
    margin: -2px;
}
.info-top {
    display: flex;
    align-items: center;
    padding-left: 30px;
    margin-bottom: 30px;
}
.b-form {
    display: flex;
    padding: 40px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
}
.b-f-right img {
    margin: -135px 0 -40px 47px;
}
.bf-term {
    font-size: 10px;
}
.bf-sub {
    font-size: 18px;
}
body .ba-form .ba-textInput.tool input {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
.b-form .ba-form {
    box-sizing: border-box;
    padding: 30px 0 0;
}
.b-f-left {
    width: 33%;
}
.b-f-right {
    width: 60%;
}
.b-form .ba-form {
    display: flex;
    justify-content: space-between;
}
.page-0 {
    width: 68%;
}
.ba-form-footer {
    width: 30%;
}
.bottom-f-wr.flex {
    padding-top: 50px;
}
section#sp-bottom-form {
    padding: 40px 0;
}
.b-f-tx {
    max-width: 326px;
    padding-bottom: 30px;
}
.b-f-phone {
    font-size: 22px;
}
body #sp-news-block .owl-nav {
	display:none;
}
#sp-news-block .owl-carousel .owl-dots.disabled {
	display:block;
	text-align: center;
}
button.owl-dot {
    width: 13px;
    height: 13px;
    border: 2px solid #b7d5b4;
    border-radius: 50%;
    background: transparent;
}
button.owl-dot.active {
    background: #b7d5b4;
}
.proj-btn {
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    border-radius: 7px;
    cursor: pointer;
    color: #005ebe;
    transform: .3s;
}
.proj-tx {
    max-width: 180px;
    padding-bottom: 40px;
    font-size: 22px;
}
.proj-btn:hover {
    background: #005ebe;
    color: #fff;
}
.proj-n-top.flex {
    justify-content: flex-start;
    padding-top: 10px;
}
.proj-btn.left.flex {
    margin-right: 10px;
}
.proj-left {
    width: 22%;
    position: relative;
}
.info-bl {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.proj-n-bottom {
    position: absolute;
    bottom: 15px;
}
.info-item {
    width: 32%;
}
.info-img img {
    border-radius: 10px;
}
.testi-name {
    font-size: 16px;
    padding-left: 50px;
    font-weight: 500;
    position: absolute;
    transform: translateX(-400px);
}
.r-more {
    padding: 30px;
    font-weight: 500;
}
.r-more a {
    color:#000;
}
.info-item:hover .r-more a {
    color:#005ebe;
}

select#fresh {
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 36px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    margin-bottom: 15px;
    padding: 0 10px;
    font-family: 'Comfortaa', sans-serif;
}
.c-icon {
    padding-right:15px;
}
.top-right>div a{
    color:#fff;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.filter-toggle img {
    display: inline-block;
    width: 20px;
    margin-right:10px;
}
.filter-toggle {
    width: 180px;
    background: #005ebe;
    color: #fff;
    display: none;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 30px;
    cursor: pointer;

}
.hasflex ul {
    display: flex;
    flex-wrap: wrap;
}
.hasflex ul li {
    width: 50%;
}
div#cf_wrapp_all_119 .filter-toggle {
    display: none;
}
.cont-wrapper {
    width: 40%;
}
.mapwrap {
    width: 60%;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
    justify-content: space-between;
}
a.drop-full+div span.image-title {
    width: calc(100% - 48px);
}
.c-item {
    display: flex;
    align-items: center;
    margin-bottom:20px;
}
.c-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.butmap-wr {
    padding: 20px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 0.08);
    border-radius: 10px;
}
button.mapchange {
    border: none;
    background: transparent;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}
button.mapchange.active {
    color: #005ebe;
}
.soc-s {
    display: flex;
    margin: 0 0 10px;
}
.dev img{
    margin-top: 10px;
    display:inline-block;
}
.bot-logo img {
    display: inline-block;
}
.soc-it a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    color: #000;
    transition: .3s;
    font-size: 16px;
    border: 1px solid #000;
}
.soc-it a:hover {
    transform: rotate(360deg);
}
.brands-wr .owl-item img {
    filter: grayscale(1);
    transition: .3s;
}
.brands-wr .owl-item:hover img {
    filter: grayscale(0);
}
.sp-megamenu-parent >li >a.hidden {
    display: none;
}
.product-wr.list .spacer {
    display: flex;
    justify-content: space-between;
    padding:15px;
}
.product-wr.list .vm-product-media-container {
    width: 60px;
}
.product-wr.list span.vm-price-desc {
    display: block;
}
.product-wr.list .vm-product-descr-container-1 {
    width: calc(100% - 280px);
}
.product-wr.list .productdetails {
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: 0;
    width: 230px;
    left: 0;
    padding: 0 0 0 15px;
    border-left: 1px dashed;
}
.utp-title {
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
}
.utp-trxt {
    margin-top: 10px;
}
.price-wr {
    display: flex;
    justify-content: space-between;
    width:100%;
}
.det-bay-area .price-wr {
	max-width: 50%;
}
.det-bay-area {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 30px 0;
    border-top: 1px solid #eee;
    margin-top: 30px;
}
.vmzoomer-image {
    background: #eef6ff;
    border-radius: 10px;
}
.spacer .qty-wr {
    display: none;
}
.ves .product-fields {
    padding-left: 5px;
}
figure.newsflash-image {
    padding: 0;
    margin: 0;
}
span.hasTooltip {
    display: none;
}
.rel-bottom {
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 22px;
    width: 100%;
    left: 0;
    padding: 0 15px;
}
.product-container-rel {
    border-radius: 10px;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 15px 15px 130px 15px;
    line-height: 1.17;
    transition: .3s;
    border: 1px solid #eee;
}
.product-related-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product-field.product-field-type-R {
    width: 31.333%;
    margin: 1%;
}
.product-related-products .product-fields-title-wrapper {
    display: none;
}
.product-related-products .clear {
	display:none;
}
.vm3pr-related .qty-wr {
    display: none;
}
.product-field.product-field-type-R .product-field-desc {
    display: none;
}
.p-minus, .p-plus {
    width: 20px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #dcdcdc;
    height: 20px;
    border-radius: 50%;
    transition:.3s;
    line-height: 20px;
}
.p-minus:hover, .p-plus:hover {
    color:#005ebe;
    border: 1px solid #005ebe;
}
.cat-left {
    padding: 30px 0 0 20px;
    max-width: 54%;
    position: relative;
}
section#sp-main-cat {
    padding: 70px 0;
    background: #fff;
}
.show-more {
    position: absolute;
    bottom: 30px;
    left: 20px;
    border-bottom: 1px dashed;
}
section#sp-utp-block {
    padding: 70px 0;
}
section#sp-search-block {
    position: fixed;
    top: 70px;
    z-index: 9;
    width: 100%;
    background: #fff;
    padding: 30px 15px;
    display: none;
    box-shadow: 0 3px 3px rgba(0,0,0,0.05);
}
section#sp-utp-block {
    padding: 0;
}
.usl.flex {
    width: 48%;
    margin-bottom: 4%;
    box-shadow: 2px 4px 13px #0000001f;
    border-radius: 9px;
    overflow: hidden;
    position: relative;
}
.usls.flex {
    padding-top: 50px;
}
.usl-title {
    font-size: 20px;
    padding-bottom: 30px;
    font-weight: 500;
}
.rmore.abs {
    position: absolute;
    left: 30px;
    bottom: 30px;
}
.usl-img img {
    transform: translateX(30px);
    transition: 1s;
    filter: grayscale(1);
    opacity: .7;
}
.usl:hover .usl-img img {
    transform: translateX(0);
    filter: grayscale(0);
    opacity: 1;
}
.rmore {
    font-size: 16px;
}
.rmore i.far.fa-file-pdf {
    font-size: 26px;
}
.rmore i.fas.fa-long-arrow-alt-right {
    color: #005ebe;
    transform: translate(-6px, 2px);
    opacity: 0;
    transition: .3s;
}
.rmore.dld {
    padding-bottom: 30px;
}
.usl:hover .rmore a, .news-item:hover .rmore span, .news-item:hover .rmore a {
    color: #005ebe;
}
.usl-links a {
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
}
.usl-links a:hover {
    color: #005ebe;
}
.usl-tx {
    padding-bottom: 54px;
}
#sp-proj-block {
    padding: 70px 0;
}
body .proj-right .owl-nav {
    display: none;
}
.rmore:hover a, .spacer:hover .rmore a, .proj-left:hover .rmore a {
    color: #005ebe;
}
.rmore:hover i.fas.fa-long-arrow-alt-right, .spacer:hover .rmore i.fas.fa-long-arrow-alt-right, .proj-left:hover .rmore i.fas.fa-long-arrow-alt-right {
    transform: translate(0px, 2px);
    opacity: 1;
}
.usl:hover .rmore i.fas.fa-long-arrow-alt-right, .news-item:hover .rmore i.fas.fa-long-arrow-alt-right {
    transform: translate(0px, 2px);
    opacity: 1;
}
.projects.flex {
    align-items: unset;
    padding-top: 70px;
}
.testi-item img {
    opacity: .6;
    transition: .3s;
}
.testi-item:hover img {
    opacity: 1;
}
.proj-right {
    width: 75%;
}
.proj-left {
    width: 23%;
}
.usl-left, .usl-img {
    width: 50%;
}
.usl-left {
    padding: 30px;
}
.search {
    max-width: 900px;
    margin: 0 auto;
}
.f-close {
    position: absolute;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 15px;
    top: calc(50% - 15px);
    cursor: pointer;
    color: #005ebe;
    font-size: 20px;
    opacity: .5;
    transition: .3s;
}
.f-close:hover {
    opacity: 1;
    transform: rotate(180deg);
}
input#mod_virtuemart_search {
    width: 100%;
    padding: 15px 15px;
    text-align: center;
    border: none;
    background: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
}
#sp-header.fixed {
    background: #005ebe;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
.logo-top {
    max-width: 60px;
}
.bot-logo img {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}
.top-phone {
    font-weight:700;
    font-size: 18px;
    line-height: 1;
}
.callback {
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    text-align: right;
    line-height: 1.5;
    color: #fff;
}
.top-wr {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.search-toggler {
    cursor: pointer;
}
.top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.top-right>div {
    margin-right: 10px;
}
.bottom-wrap {
    align-items: unset;
    padding-bottom: 50px;
}
.bottom-col {
    width: 20%;
}
.bottom-col.one {
    width: 30%;
}
.bc-title {
    font-size: 18px;
    margin-bottom: 30px;
    color: #005ebe;
    font-weight: 500;
}
.pay {
    margin-top: 10px;
}
.footer-item.devearts {
    text-align: right;
}
.footer-item.devearts span {
    transform: translate(0, 16px);
    display: block;
}
section#sp-bottom-block {
    padding: 70px 0 20px;
    background: #eef6ff;
}
.b-logo-desc {
    font-size: 20px;
}
#sp-bottom .sp-module ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a.privacy {
    color: #000;
    border-bottom: 1px dashed;
    display: inline-block;
}
#sp-bottom .sp-module ul > li {
    display: block;
    margin-bottom: 10px;
}
.bc-inner {
    line-height: 1.2;
}
.bot-logo {
    margin-bottom: 30px;
    justify-content: unset;
}
.ba-adr-item {
    padding-bottom: 30px;
}
.bottom-col.four {
    text-align: right;
}
.pr-name {
    line-height: 1.17;
}
.pr-name a, .spacer h2 {
    color: #000;

}
.vm-product-media-container a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.pr-bottom {
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: calc(100% - 60px);
    left: 30px;
}
.spacer {
    border-radius: 10px;
    background: #fff;
    height: 100%;
    position: relative;
    padding: 15px;
    line-height: 1.17;
    transition: .3s;
    background: #eef6ff;
}
.pr-name a {
    color: #000;
    font-weight: 500;
    font-size: 16px;
}
.spacer:hover {
    box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.17);
}
.productitem {
    padding: 10px;
    width:19%;
}
.productdetails {
    justify-content: space-between;
    align-items: center;
    bottom: 22px;
    width: 100%;
    left: 0;
    padding: 20px 15px 150px;
}
.pr-bottom .rmore {
    padding-top: 30px;
    transform: translateX(10px);
}
span.addtocart-button:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    bottom: -2px;
    width: 0;
    background: #005ebe;
    transition: .3s;
}
.spacer:hover span.addtocart-button:before {
    width: 100%;
}
.spacer:hover input.addtocart-button {
    color:#005ebe;
}
.vm-product-media-container img {
    border-radius: 10px;
}
.addtocart-bar {
    display: flex;
    align-items: center;
}
.owl-stage {
    display: flex;
    padding: 10px;
}
.badr-ic {
    width: 25px;
}
.badr-txt {
    width: calc(100% - 25px);
}
.utp-item {
    padding: 20px;
    transition: .3s;
    display: flex;
    align-items: center;
}
.utp-ic {
    display: flex;
    width: 66px;
    height: 66px;
    align-items: center;
    justify-content: center;
    background: #eef6ff;
    border-radius: 3px;
}
.utp-ic img {
    border-radius: 0;
}
.utp-tx {
    width: calc(100% - 66px);
    padding-left: 40px;
}
table.t-chars {
    width: 100%;
    margin: 70px 0;
    border-collapse: collapse;
}
.product-field-display table {
    width: 100%;
    border-collapse: collapse;
}
table.t-chars tr:first-child {
    font-size: 24px;
    background: transparent!important;
}
table.t-chars tr:nth-child(odd), .product-field-display table tr:nth-child(odd) {
    background: #c2daf2;
}
table.t-chars tr:nth-child(even), .product-field-display table tr:nth-child(even) {
    background: #eef6ff;
}
table.t-chars td, .product-field-display table td {
    width: 50%;
    padding: 10px 30px;
}
.newsflash {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 50px;
}
.news-item {
    width: 30%;
    position: relative;
}
.news-item img {
    border-radius: 10px;
    opacity: .8;
    transition: .3s;
}
.news-item:hover img {
    opacity: 1;
}
.n-it-title h4 {
    font-weight: 700;
}
.n-item-bottom {
    padding: 0 30px 30px;
}
.fa{
    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
}
.fa-lg{
    font-size:1.33333333em;
    line-height:.75em;
    vertical-align:-15%
}
.fa-2x{
    font-size:2em
}
.fa-3x{
    font-size:3em
}
.fa-4x{
    font-size:4em
}
.fa-5x{
    font-size:5em
}
.fa-fw{
    width:1.28571429em;
    text-align:center
}
.fa-ul{
    padding-left:0;
    margin-left:2.14285714em;
    list-style-type:none
}
.fa-ul>li{
    position:relative
}
.fa-li{
    position:absolute;
    left:-2.14285714em;
    width:2.14285714em;
    top:.14285714em;
    text-align:center
}
.fa-li.fa-lg{
    left:-1.85714286em
}
.fa-border{
    padding:.2em .25em .15em;
    border:solid .08em #eee;
    border-radius:.1em
}
.fa-pull-left{
    float:left
}
.fa-pull-right{
    float:right
}
.fa.fa-pull-left{
    margin-right:.3em
}
.fa.fa-pull-right{
    margin-left:.3em
}
.pull-right{
    float:right
}
.pull-left{
    float:left
}
.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}
.fa.pull-left{
    margin-right:.3em
}
.fa.pull-right{
    margin-left:.3em
}
.fa-bars:before{content:"\f0c9"}
.fa-spin{
    -webkit-animation:fa-spin 2s infinite linear;
    animation:fa-spin 2s infinite linear
}
.fa-pulse{
    -webkit-animation:fa-spin 1s infinite steps(8);
    animation:fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
@keyframes fa-spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg)
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg)
    }
}
.fa-rotate-90{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg)
}
.fa-rotate-180{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg)
}
.fa-rotate-270{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform:rotate(270deg);
    -ms-transform:rotate(270deg);
    transform:rotate(270deg)
}
.fa-flip-horizontal{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform:scale(-1, 1);
    -ms-transform:scale(-1, 1);
    transform:scale(-1, 1)
}
.fa-flip-vertical{
    -ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform:scale(1, -1);
    -ms-transform:scale(1, -1);
    transform:scale(1, -1)
}
:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{
    filter:none
}
.fa-stack{
    position:relative;
    display:inline-block;
    width:2em;
    height:2em;
    line-height:2em;
    vertical-align:middle
}
.fa-stack-1x,.fa-stack-2x{
    position:absolute;
    left:0;
    width:100%;
    text-align:center
}
.fa-stack-1x{
    line-height:inherit
}
.fa-stack-2x{
    font-size:2em
}
.fa-inverse{
    color:#fff
}
.fa-paper-plane-o:before{content:"\f1d9"}
.fa-vk:before{
    content:"\f189"
}
.fa-instagram:before{
    content:"\f16d"
}
.fa-angle-right:before{content:"\f105"}
.fa-facebook-f:before,.fa-facebook:before{
    content:"\f09a"
}
.fa-phone:before{
    content:"\f095"
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-arrow-right:before {
  content:"\f061";
}
.fa-plus:before{content:"\f067"}
.fa-minus:before{content:"\f068"}
.fa-refresh:before{content:"\f021"}
.fa-times:before{content:"\f00d"}
.woofcicon-flat-plus:before {
    content: "\f067";
}
.woofcicon-flat-minus:before {
    content: "\f068";
}
.fa-trash:before{content:"\f1f8"}
[class^="woofcicon-"]:before, [class*=" woofcicon-"]:before {
    display: inline-block;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.chars {
    line-height: 1.5;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 15px;
}
.chars .product-field-display {
    display: inline;
    font-weight: 700;
    color: #555;
}
.sr-only{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.sr-only-focusable:active,.sr-only-focusable:focus{
    position:static;
    width:auto;
    height:auto;
    margin:0;
    overflow:visible;
    clip:auto
}
.row {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}
.container {
    max-width: 1270px;
    margin: 0 auto;
}
.orderlistcontainer .title {
    display: inline-block;
}
.grid-list-wr {
    display: flex;
}
.orderby-displaynumber {
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}
.gl-button img {
    height: 20px;
}
.od-right {
    display: flex;
    align-items: center;
}
.product-wr.list .product-item {
    width: 100%;
}
*{
  outline:none!important;
  box-sizing: border-box;
}
section#sp-sli-der .row {
    padding: 0;
}
div#opc-wapper {
    background: #fff;
    padding: 0 30px;
    border-radius: 10px;
}
strong{
	font-weight: 100;
}
.gl-button {
    display: flex;
    align-items: center;
    margin: 0 10px;
    cursor: pointer;
}
.topcart {
    display: inline;
    float: right;
    width: 40px;
    text-align: center;
    margin-left: 20px;
}
div#sp-right {
    width: 25%;
    padding-right:20px;
}
div#sp-component.col-sm-8.col-md-8 {
    width: 75%;
}
.col-sm-12.col-md-12 {
  width:100%;
}
div#cf_wrapp_all_119 {
    padding-left: 30px;
}
/****************корзина********************/
.blogThumbnail {
    width: 20%;
    display: inline-block;
    position: relative;
}
.ItemBody.shop-card-products-features {
    width: calc(100% - 40px);
    display: inline-block;
    padding: 0 22px 0 10px;
    text-align: left;
}
.remove_button {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 272px;
}
.blogThumbnail {
    width: 40px;
    display: inline-block;
    position: relative;
}
section#sp-news-block {
    padding: 70px 0;
}
section#sp-bottomform {
    background: #eef6ff url(/images/bf-bg.png) right center no-repeat;
    background-size: auto 96%;
    padding: 70px 0;
    margin-bottom: 100px;
}
.tab {
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    margin-right: 30px;
}
.tabs-contents {
    position: relative;
    overflow: hidden;
    padding-bottom: 70px;
}
.product-wr.related {
    padding-top: 50px;
}
.prod-right .spacer-buy-area {
    margin-top: 15px;
}
.prod-right .addtocart-bar {
    display: flex;
    align-items: center;
}
.tab-content {
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0;
    padding-top: 50px;
}
.tab.active, .tab:hover {
    color: #005ebe;
}
.product-container.productdetails-view {
    background: #fff;
    padding: 40px 0;
    border-radius: 10px;
    margin-bottom: 50px;
}
.price-bl {
    padding: 50px 0 30px;
}
.one-click {
    border-bottom: 1px dashed;
    cursor: pointer;
}
.one-click:hover {
    color:#005ebe;
}
span.addtocart-button:hover input{
    color: #005ebe;
}
.tab-content.active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.product_row.clearfix.shop-card-products {
    display: flex;
}
.blogThumbnail img {
    border-radius: 10px;
}
.product-wr.list .vm-product-descr-container-0 {
    width: calc(100% - 290px);
    padding-left: 10px;
}
.det-bay-area .addtocart-button {
    padding: 0 0 0 10px;
    font-size: 16px;
}
.pr-tabs {
    display: flex;
    padding: 20px 0;
    border-top: 2px solid #005ebe;
    justify-content: flex-start;
}
.tab-content .product-field.product-field-type-S {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #dedcdc;
}
.tab-content .product-field.product-field-type-S:hover {
    background: #fbfbfb;
}
.top-bar-nav-shop-card.dropdown-menu.dropdown-menu-right {
    width: 320px;
    border: none;
    background: #fff;
    color: #000;
    border-radius: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    display: none;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, 0.17);
    border-radius: 15px;
}
.total.pull-left {
    display: block;
    width: 100%;
    text-align: right;
    color: #000;
    font-size: 16px;
}
.pagination>li>a, .pagination>li>span {
    padding: 2px 10px;
    color: #000;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination>li {
    display: inline;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #2d721c;
    border-color: #2d721c;
}
.cf_flt_wrapper label {
    position: relative;
}
.cf_flt_wrapper input[type="checkbox"], .cf_flt_wrapper input[type="radio"] {
    display: none;
}
.cf_flt_wrapper input[type="checkbox"] + a {
    margin-left: 23px;
    display: inline-block;
    line-height: 1.17;
}
.cf_flt_wrapper input[type="radio"] + a {
    margin-left: 23px;
    display: inline-block;
    line-height: 1.17;
}
.cf_flt_wrapper input[type="checkbox"] + a:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #d9fbcd;
    background: #f0ffeb;
    left: 0;
    top: 0;
    border-radius: 4px;
}
.cf_flt_wrapper input[type="radio"] + a:before {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #d9fbcd;
    background: #f0ffeb;
    left: 0;
    top: 0;
    border-radius: 50%;
}
.cf_flt_wrapper input[type="checkbox"]:checked + a:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #005ebe;
    left: 4px;
    top: 4px;
    border-radius: 4px;
}
.cf_flt_wrapper input[type="radio"]:checked + a:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background: #005ebe;
    left: 4px;
    top: 4px;
    border-radius: 50%;
}
button.vmicon.vmicon.vm2-remove_from_cart {
    text-indent: -99999px;
    background: url(/images/close1.png)center no-repeat;
    background-size: contain;
    border: none;
    border-radius: 50%;
    height: 18px;
    width: 18px;
}
.ItemBody.shop-card-products-features a {
    color: #000;
}
i.fas.fa-shopping-cart {
    color: #fff;
    font-size: 18px;
}
.show_cart.cartProceed {
    padding-top: 50px;
}
.divsubmenu.ModuleMiniSidebar.mini-sidebar.moduleMiniCart {
    line-height: 1.17;
}
.view_cart_link {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
span.total_products {
    display: flex;
    width: 18px;
    height: 18px;
    color: #fff;
    position: absolute;
    background: #023d7a;
    border-radius: 50%;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    right: 0px;
    top: calc(50% - 20px);
}
/*****************************************/
.activeOrder {
    display: inline-block;
    padding: 5px 10px;
    min-width: 230px;
}
.activeOrder a{
	color:#000;
}
.orderlistcontainer {
    display: inline-block;
    position:relative;
}
.orderlist {
    background: #fff;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
    display: none;
    border: 1px solid #eee;
    z-index: 9;
}
.orderlist a{
	color:#000;
}
body .off-menu_135 dl.level2 a, body .off-menu_135 dl.level2 a:link {
    font-size: 14px;
}
body .off-menu_135 dl.level2 dt:hover a, body .off-menu_135 dl.level2 a, body .off-menu_135 dl.level2 a:link {
    font-size: 14px;
}
select#limit {
    padding: 5px 10px;
    border: none;
    box-shadow: none;
    display: inline-block;
    width: auto;
    float: right;
}
.floatleft.vm-order-list {
    display: inline-block;
}
.floatright.display-number {
    display: inline-block;
    float: right;
}
.product-item h2 {
    font-size: 14px;
}
.product-item h2 a{
    color:#000;
}
.off-menu_135 dl a, .off-menu_135 dl a:link, .off-menu_135 dl.level1 a, .off-menu_135 dl.level1 a:link {
    display:block;
}
.cat-nav-toggler.main.flex {
    display: none;
}
span.quantity-controls.js-recalculate input {
    background: transparent;
    cursor: pointer;
    border: 1px solid #eee;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
input.popup-btn {
    display: none;
}
input.quantity-input.js-recalculate {
    width: 36px;
    box-shadow: none;
    border: none;
    text-align: center;
    border-radius: 10px;
    height: 30px;
}

.qty-wr {
    display: flex;
    align-items: center;
}
.addtocart-button {
    border: none;
    cursor: pointer;
    position: relative;
    transition: .5s;
    padding: 7px 0 0;
    font-size: 16px;
}
input.addtocart-button {
    background: transparent;
    background-size: contain;
}
.spacer:hover input.addtocart-button {
    
}
body .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    right: 0;
    display: flex;
    color: #005ebe;
    width: 100%;
    height: 1px;
    justify-content: space-between;
}
body .owl-prev, body .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #fff;
    border: 1px solid #005ebe;
}
body .owl-prev:hover, body .owl-next:hover {
    color: #fff!important;
    background: #005ebe;
}
.vmgrouphit {
    position: relative;
}
span.vm-price-desc {
    font-size: 14px;
}
a.continue_link {
    display: none;
}
.vm-details-button {
    display: none;
}
div#fancybox-content div {
    background: #fff;
}
a.showcart.floatright {
    background: #26aae1;
    line-height: 30px;
    border-radius: 15px;
    display: inline-block;
    margin-top: 5px;
    color: #fff;
    padding: 0 20px;
}
#fancybox-close {
    top: 0;
    right: -20px;
    width: 40px;
    height: 40px;
    background: url(/images/close.png);
}
.prod-right {
    width: 48%;
    padding: 0;
}
.back-to-category a {
    color:#888;
}
.back-to-category {
    display: inline-block;
    padding: 0px 10px;
    border: 1px solid #eee;
    border-radius: 15px;
    margin-right: 50px;
    position: absolute;
    right: 0;
    font-size: 12px;
}
.vm-product-mediacontainer {
    width: 45%;
}
.vm-product-wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.m-top {
    margin-top: 70px;
}
.m-bottom {
    margin-bottom: 70px;
}
.top-chars .product-field.product-field-type-S {
    display: flex;
    position: relative;
    padding-left: 20px;
}
.top-chars .product-field.product-field-type-S:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #005ebe;
    position: absolute;
    top: calc(50% - 5px);
    left: 0;
}
span.product-fields-title:after {
    content: ":";
}
.top-chars .product-field-display {
    font-weight: 700;
    padding-left: 5px;
    color: #005ebe;
}
.product-short-description {
    padding: 40px 0;
}
.top-chars .product-field-display {
    display: inline;
}
.additional-images {
    width: 40%;
    float: left;
    clear: both;
}
.additional-images img {
    width: 30%;
    margin: 15px 3% 0 0;
    float: left;
}
div#fancybox-title {
    display: none!important;
}
#fancybox-overlay {
    z-index: 9999;
}
.prod-right h1 {
    font-size: 28px;
    margin-top: 0;
    color: #005ebe;
    font-weight: 700;
}
.prod-right h1 {
    font-size: 28px;
    font-weight: 700;
    margin-top:0;
}
div#productPrice2, .PricesalesPrice.vm-display.vm-price-value, .prweight {
    font-size: 18px;
    font-weight: 700;
}
.pr-label {
    padding-bottom: 7px;
}
.category_description {
    padding: 15px;
}
h1.cattitle {
    padding-left: 15px;
}
.chars-wr .product-field.product-field-type-S {
    display: flex;
    justify-content: space-between;
}
.chars-wr .product-field-display {
    font-weight: 500;
    color: #555;
}
.chars-wr {
    line-height: 1.5;
    margin: 30px 0;
}
.det-bay-area .addtocart-button {
    transform: translateX(0);
    opacity: 1;
}
.ves {
    margin-bottom: 2px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 99;
  display: block;
  float: right;
}
.sp-megamenu-parent >li {
  display: inline-block;
  position: relative;
  padding: 0;
}
.sp-megamenu-parent >li.menu-justify {
  position: static;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    display: inline-block;
    padding: 0 15px;
    line-height: 70px;
    color: #fff;
    margin: 0;
}
.sp-megamenu-parent >li.sp-has-child>a:after,
.sp-megamenu-parent >li.sp-has-child>span:after {
  font-family: "FontAwesome";
  content: " \f107";
}
.sp-megamenu-parent .sp-module {
  padding: 10px;
}
.sp-megamenu-parent .sp-mega-group {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-mega-group .sp-mega-group-child {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown {
  margin: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  padding: 20px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
  font-family: "FontAwesome";
  content: " \f105";
  float: right;
}
.sp-megamenu-parent .sp-dropdown.sp-menu-center {
  margin-left: 45px;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main {
  top: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-right {
  left: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-full {
  left: auto;
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-main.sp-menu-left {
  right: 0;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
  top: 0;
  left: 100%;
}
.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub .sp-dropdown-inner {
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    display: flex;
    padding: 0;
    position: relative;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span {
    display: flex;
    padding: 10px;
    align-items: center;
    cursor: pointer;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a.sp-group-title,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item span.sp-group-title {
  text-transform: uppercase;
  font-weight: bold;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a {
  color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
    color: #005ebe;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a:hover, .sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #005ebe;
}
.sp-megamenu-parent .sp-dropdown-mega >.row {
  margin-top: 30px;
}
.sp-megamenu-parent .sp-dropdown-mega >.row:first-child {
  margin-top: 0;
}
.sp-megamenu-parent .sp-has-child:hover >.sp-dropdown {
  display: block;
}
.sp-megamenu-parent.menu-fade .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeIn 400ms;
  animation: spMenuFadeIn 400ms;
}
.sp-megamenu-parent.menu-zoom .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuZoom 400ms;
  animation: spMenuZoom 400ms;
}
#offcanvas-toggler {
    float: right;
    margin-left: 15px;
    font-size: 20px;
    color: #005ebe;
    display:none;
}
#offcanvas-toggler >i {
  -webkit-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
.off-canvas-menu-init {
  overflow-x: hidden;
  position: relative;
}
.offcanvas .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.offcanvas-overlay {
  background: rgba(0,0,0,0.2);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
}
.body-wrapper {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  right: 0;
  backface-visibility: hidden;
}
.close-offcanvas {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  line-height: .5;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  color: #000;
  padding-top: 3px;
}
.offcanvas-menu {
    width: 320px;
    height: 100%;
    background-color: #fff;
    color: #000;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(320px);
    transform: translateX(320px);
    visibility: hidden;
    overflow: inherit;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 10000;
}
.offcanvas-menu .offcanvas-inner .sp-module {
  margin-top: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 50px;
}
.offcanvas-menu .offcanvas-inner .sp-module:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module.off-canvas-menu {
  padding: 0;
}
.offcanvas-menu .offcanvas-inner .sp-module .sp-module-title {
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li {
  border: 0;
  position: relative;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  overflow: hidden;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    -webkit-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    padding: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    line-height: 28px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 20px;
  cursor: pointer;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:focus {
	background: #fff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li li:last-child {
    border-bottom: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .open-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler .close-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .open-icon {
  display: inline;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li .offcanvas-menu-toggler.collapsed .close-icon {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li >a:after {
  display: none;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
  padding-left: 30px;
}
.offcanvas-menu .offcanvas-inner .sp-module:first-child {
  margin-top: 0;
  padding: 30px;
}
.offcanvas-menu .offcanvas-inner .search {
  margin-top: 25px;
}
.offcanvas-menu .offcanvas-inner .search input {
  width: 100%;
  background: transparent;
  border-color: #5f5f5f;
  color: #fff;
}
.offcanvas {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.offcanvas .body-wrapper {
  right: 0;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
.offcanvas .body-wrapper:after {
  width: 100%;
  height: 100%;
  right: 0;
}
.offcanvas .offcanvas-menu {
  visibility: visible;
  z-index: 99999;
  right: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.offcanvas .offcanvas-menu ul.nav-child li {
  padding-left: 10px;
}
.menu .nav-child.small {
  font-size: inherit;
}
.sp-megamenu-parent.menu-fade-up .sp-has-child:hover >.sp-dropdown {
  -webkit-animation: spMenuFadeInUp 400ms;
  animation: spMenuFadeInUp 400ms;
}
.sp-megamenu-parent.menu-rotate .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  visibility: visible;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown {
  opacity: 1;
  visibility: visible;
  top: 90px;
}
.sp-megamenu-parent.menu-slide-down .sp-has-child:hover >.sp-dropdown .sp-dropdown {
  top: 0;
}
.menu-slide-down .sp-has-child >.sp-dropdown {
  top: 60px;
  opacity: 0;
  visibility: hidden;
  display: block;
  transition: all 500ms ease;
}
.menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-rotate .sp-has-child {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.menu-rotate .sp-has-child >.sp-dropdown {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: rotateX(-70deg);
  transform: rotateX(-70deg);
  -webkit-transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  transition: transform 0.4s ease 0s, opacity 0.2s ease 0s, visibility 0.2s ease 0s;
  opacity: 0;
  visibility: hidden;
  display: block;
}
.menu-rotate .sp-has-child >.sp-dropdown.sp-dropdown-mega {
  left: auto;
  right: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-drop-in .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
  perspective: 1000px;
}
.menu-drop-in .sp-has-child .sp-menu-item {
  -webkit-transform: translate(0,100px);
  transform: translate(0,100px);
  opacity: 0;
  padding: 0 20px !important;
  background-color: ;
}
.menu-drop-in .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-drop-in .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: dropup;
  animation-name: dropup;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-drop-in .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-drop-in .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-drop-in .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-drop-in .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
@-webkit-keyframes dropup {
  0% {
    opacity: 0;
    transform: translate(0,100px);
  }
  100% {
    opacity: 1;
    transform: translate(0,0);
  }
}
.menu-twist .sp-has-child .sp-dropdown-inner {
  background: transparent none repeat scroll 0 0;
  box-shadow: none;
  padding: 0;
}
.menu-twist .sp-has-child .sp-dropdown-items {
  margin: 0;
  padding: 0;
}
.menu-twist .sp-has-child .sp-menu-item {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  padding: 0 20px !important;
  background: #fff;
}
.menu-twist .sp-has-child .sp-menu-item:first-child {
  padding-top: 20px !important;
}
.menu-twist .sp-has-child .sp-menu-item:last-child {
  padding-bottom: 20px !important;
}
.menu-twist .sp-has-child:hover .sp-menu-item {
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: twist;
  animation-name: twist;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(1) {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(2) {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(3) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(4) {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(5) {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(6) {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(7) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:nth-child(8) {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
}
.menu-twist .sp-has-child:hover .sp-menu-item:last-child {
  box-shadow: 0 3px 3px -2px rgba(0,0,0,0.2);
}
.menu-twist .sp-has-child.menu-justify:hover .sp-dropdown {
  -webkit-animation: spMenuFadeInUp 500ms;
  animation: spMenuFadeInUp 500ms;
}
.menu-twist .sp-has-child.menu-justify .sp-dropdown-inner {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  padding: 20px !important;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item {
  padding: 0 !important;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
  -webkit-animation-iteration-count: 0;
  animation-iteration-count: 0;
  -webkit-animation-name: none;
  animation-name: none;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.menu-twist .sp-has-child.menu-justify .sp-mega-group .sp-menu-item:last-child {
  box-shadow: none;
}
@keyframes twist {
  0% {
    opacity: 0;
    transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    transform: rotateY(0);
  }
}
@-webkit-keyframes twist {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0);
  }
}
@-webkit-keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spMenuFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes spMenuZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes spMenuZoom {
  0% {
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.slide-top-menu .offcanvas-menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.slide-top-menu .body-wrapper {
  right: 0;
}
.slide-top-menu .offcanvas-overlay {
  visibility: visible;
  opacity: 1;
}
.slide-top-menu .offcanvas-menu {
  right: 0;
  background-color: #000000;
  visibility: visible;
}
@-moz-document url-prefix() {
  .offcanvas-menu {
    right: -320px;
    transform: translateX(0px);
  }
}
a {
  -webkit-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
label {
  font-weight: normal;
}
legend {
  padding-bottom: 10px;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn,
.sppb-btn {
  -webkit-transition: color 400ms, background-color 400ms, border-color 400ms;
  -o-transition: color 400ms, background-color 400ms, border-color 400ms;
  transition: color 400ms, background-color 400ms, border-color 400ms;
}
.offline-inner {
  margin-top: 100px;
}
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 42px;
    right: 100px;
    display: none;
    z-index: 999;
    border: none;
    background-color: #005ebe;
    border-radius: 50%;
}
.scrollup:before {
  content: " \f106";
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  width: 40px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #fff;
}
#sp-top-bar {
  padding: 8px 0;
}
#sp-top-bar .sp-module {
  display: inline-block;
  margin: 0 0 0 20px;
}
.sticky-wrapper {
  position: relative;
  z-index: 99;
}
#sp-header {
    position: fixed;
    height: 70px;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}
section#sp-page-title {
    position: relative;
}
#sp-header .logo {
  display: inline-block;
  height: 90px;
  display: table;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  margin: 0;
}
#sp-header .logo a {
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
#sp-header .logo p {
  margin: 5px 0 0;
}
#sp-header .sp-retina-logo {
  display: none;
}
#sp-header.menu-fixed {
  position: fixed;
  z-index: 9999;
}
.sticky-wrapper.is-sticky {
  position: relative;
  z-index: 999;
}
#sp-title {
  min-height: 0;
}
.sp-page-title {
  padding: 30px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}
.sp-page-title h2,
.sp-page-title h3 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.sp-page-title h2 {
  font-size: 24px;
  line-height: 1;
}
.sp-page-title h3 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-top: 10px;
}
.body-innerwrapper {
  overflow-x: hidden;
}
.abouts {
    display: flex;
    align-items: center;
    background: #eef6ff;
    margin-top: 70px;
}
.about-left img {
    border-radius: 0 15px 15px 0;
}
#sp-about-block .row {
    padding: 0px;
}
.about-left {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.about-right {
    width: 50%;
    padding: 0 0 0 70px;
    max-width: 635px;
}
.num-item {
    padding-bottom: 10px;
}
.about-nums {
    padding-bottom: 40px;
}
span.nums {
    display: inline-block;
    font-weight: 700;
    color: #005ebe;
    font-size: 16px;
    width: 40px;
}
.news-it-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
}
.sub-title {
    font-size: 20px;
    font-weight: 700;
    padding: 50px 0;
}
.about-text {
    padding-bottom: 40px;
}
.news-item img {
    transition: .3s;
}
.news-item:hover .r-more a {
    color: #005ebe;
}
.pub {
    padding-left: 22px;
    background: url(/images/calen.png) left center no-repeat;
    background-size: 16px;
}
.bot-phone {
    font-size: 22px;
}
.readmore a, .readmore span {
    padding: 15px 50px;
    color: #fff;
    display: inline-block;
    border-radius: 7px;
    cursor: pointer;
    background: #005ebe;
    line-height: 1;
    position: relative;
}
.readmore a:before, .readmore span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    background: url(/images/ang-l.svg)no-repeat;
    background-size: contain;
    transition: .3s;
}
.readmore a:after, .readmore span:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 8px;
    height: 8px;
    background: url(/images/ang-r.svg)no-repeat;
    background-size: contain;
    transition: .3s;
}
.readmore a:hover:before, .readmore span:hover:before {
    transform: translate(10px, -5px);
}
.readmore a:hover:after, .readmore span:hover:after {
    transform: translate(-10px, 5px);
}
.bl-title span {
    font-size: 40px;
    position: relative;
    padding: 20px 30px;
    display: inline-block;
}
.bl-title span:after {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 15px;
    height: 15px;
    background: url(/images/ang-b-r.svg)no-repeat;
    background-size: contain;
}
.bl-title span:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 15px;
    height: 15px;
    background: url(/images/ang-b-l.svg)no-repeat;
    background-size: contain;
}
section#sp-part-ners {
    padding: 100px 0;
}
.deliv-item:nth-child(2) {
    flex-direction: row-reverse;
}
.deli-right {
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#sp-about-block {
    padding: 70px 0 0;
}
.abouts .readmore {
    padding-top: 50px;
}
.layout-boxed .body-innerwrapper {
  max-width: 1240px;
  margin: 0 auto;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.sp-module {
  margin-top: 50px;
}
.sp-module:first-child {
  margin-top: 0;
}
#sp-hit-block {
    padding: 70px 0;
}
.sp-module .sp-module-title {
    margin: 0 0 20px;
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
}
section#sp-part-ners .owl-nav {
    display: none;
}
section#sp-part-ners {
    padding-bottom: 50px;
}
.sp-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sp-module ul >li {
  display: block;
}
.sp-module ul >li >a {
  display: block;
  padding: 2px 0;
  -webkit-transition: 300ms;
  transition: 300ms;
  color:#000;
  transition: .3s;
}
footer#sp-footer {
    text-align: center;
}
.sp-module ul >li >a:hover {
  padding: 2px 0 2px 5px;
  color: #005ebe;
}
ul.bottom-nav {
    line-height: 1;
}
.login img {
  display: inline-block;
  margin: 20px 0;
}
.login .checkbox input[type="checkbox"] {
  margin-top: 6px;
}
.form-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search .btn-toolbar {
  margin-bottom: 20px;
}
.search .btn-toolbar span.icon-search {
  margin: 0;
}
.search .btn-toolbar button {
  color: #fff;
}
.search .phrases .phrases-box .controls label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .phrases .ordering-box {
  margin-bottom: 15px;
}
.search .only label {
  display: inline-block;
  margin: 0 20px 20px;
}
.search .search-results dt.result-title {
  margin-top: 40px;
}
.search .search-results dt,
.search .search-results dd {
  margin: 5px 0;
}
.filter-search .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
}
.form-search .finder label {
  display: block;
}
.form-search .finder .input-medium {
  width: 60%;
  border-radius: 4px;
}
.finder .word input {
  display: inline-block;
}
.finder .search-results.list-striped li {
  padding: 20px 0;
}
.article-info {
    margin: 2px 0px 0px;
    line-height: 14px;
}
.article-info >dd {
    display: inline-block;
    color: #666;
    margin: 0 0 0 -5px;
    text-align: left;
    line-height: 20px;
}
p.readmore a:after {
    content: "\f105";
    font-family: FontAwesome;
}
p.readmore a:hover {
    color:#005ebe;
}
.entry-image.intro-image img {
    border-radius: 10px;
}
.blog .entry-header h2 {
    font-size: 16px;
    font-weight: 500;
}
.blog .entry-header {
    margin-bottom: 10px;
}
.blog .row {
    padding: 0;
    flex-wrap: wrap;
}
.blog .col-sm-4 {
    width: 29%;
}
.article-info >dd >i {
  display: inline-block;
  margin-right: 3px;
}
article.item {
    margin-bottom: 50px;
    padding-top: 40px;
}
.entry-image,
.entry-gallery,
.entry-video,
.entry-audio,
.entry-link {
  margin-bottom: 30px;
}
.entry-header {
  position: relative;
  margin-bottom: 30px;
}
.entry-header h2 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1;
}
.entry-header h2 a {
  color: #000;
}
.entry-link {
  padding: 100px 50px;
  position: relative;
  z-index: 1;
}
.entry-link a h4 {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.lightbox-button {
    display: none;
}
.entry-link a h4:hover {
  color: rgba(255,255,255,0.85);
}
.entry-link:before {
  position: absolute;
  left: -60px;
  font-size: 300px;
  content: "\f0c1";
  font-family: FontAwesome;
  transform: rotate(90deg);
  top: -75px;
  color: rgba(255,255,255,0.15);
  z-index: -1;
}
.article-footer-top {
  display: table;
  clear: both;
  width: 100%;
}
.article-footer-top .post_rating {
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),only screen and (-moz-min-device-pixel-ratio: 1.5),only screen and (-o-min-device-pixel-ratio: 1.5),only screen and (min-device-pixel-ratio: 1.5) {
  #sp-header .sp-default-logo {
    display: none;
  }
  #sp-header .sp-retina-logo {
    display: block;
  }
}
.dl-horizontal dt {
  margin: 8px 0;
  text-align: left;
}
.page-header {
  padding-bottom: 15px;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/****************virt********************/
.product-wr {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.products-view .row, .product-grid .row {
    width: 31.333%;
    margin: 1%;
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}
.product-item {
    width: 23%;
    margin: 1%;
}
span.title {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.product-description {
    margin-top: 30px;
}
@media screen and (max-width:1330px){
.logo-top {
    max-width: 150px;
}
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    font-size: 14px;
}
.top-phone {
    font-size: 16px;
}
.callback {
    font-size: 10px;
}
div#productPrice2, .PricesalesPrice.vm-display.vm-price-value {
    font-size: 16px;
}
.spacer .vm3pr-0 {
    width: 50%;
}
.spacer .ves {
    font-size: 10px;
}
.det-bay-area {
    flex-wrap: wrap;
}
.price-wr {
    width: 100%;
    margin-bottom: 10px;
}
.sub-title {
    font-size: 14px;
    padding: 14px 0;
}
.vmgrouphit .productitem:last-child {
    display: none;
}
input.addtocart-button {
    font-size: 12px;
}
.spacer .price-wr {
    width: auto;
    margin-bottom: 0;
}
}
@media screen and (max-width:1210px){
.sp-megamenu-parent >li >a, .sp-megamenu-parent >li >span {
    padding: 0 7px;
    font-size: 14px;
}
}

@media screen and (max-width:1024px){
.product-item {
    width: 31%;
    margin: 1%;
}
.cat-item {
    width: 48%;
}
body .cf_wrapper_input_text_2 input[type="search"] {
    width: 60px;
}
}
@media screen and (max-width:1020px){
.contact-grid {
    grid-template-columns: repeat(1 ,1fr);
    grid-template-rows: repeat(4 ,1fr);
    gap: 10px;
}
.cont-title {
    font-size: 18px;
}
.cont-cel.blue {
    padding: 20px;
}
.cont-it-title {
    font-size: 13px;
    padding-bottom: 20px;
}
.cont-it-tx {
    font-size: 14px;
}
.cont-items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    padding-top: 40px;
}
.filter-toggle {
    display: flex;
    margin: 0 auto;
    align-items: center;
    height:34px;
}
.sp-megamenu-parent {
    display: none;
}
form#cf_form_119 {
    height: 0;
    overflow: hidden;
}
form#cf_form_119.active {
    height: auto;
    overflow: hidden;
}
.products-view .row, .product-grid .row {
    width: 80%;
    margin: 30px auto;
    border: 1px solid #eee;
    text-align: center;
    padding-bottom: 10px;
}
.scrollup {
    bottom: 30px;
    right: 10px;
}
.orderby-displaynumber {
    display: none;
}
.search-toggler img {
    width: 15px;
}
.search-toggler {
    position: fixed;
    top: 100px;
    background: #fff;
    right: 0;
    box-shadow: 0px 0px 10px #0006;
    margin-right: 0!important;
    padding: 10px;
    border-radius: 30px 0 0 30px;
}
header#sp-header {
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.07);
}
section#sp-search-block {
    top: 50px;
    padding: 10px 40px;
}
.top-right {
    flex-direction: row-reverse;
}
input#mod_virtuemart_search {
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 14px;
}
.logo-top a {
    display: flex;
    width: 100px;
    height: 50px;
    align-items: center;
}
#sp-header {
    height: 50px;
}
.callback, .ph-icon {
    display: none;
}
#offcanvas-toggler {
    margin-left: 8px;
}
.top-right>div {
    margin-right: 0;
}
.top-phone {
    font-size: 14px;
    line-height: 30px;
}
.view_cart_link {
    height: 50px;
}
.view_cart_link img {
    width: 20px;
}
span.total_products {
    width: 15px;
    height: 15px;
    font-size: 8px;
}
.topcart {
    width: 26px;
    margin-left: 10px;
}
#offcanvas-toggler {
    float: right;
    line-height: 50px;
    display: block;
}
.topcart {
    margin-left: 10px;
}
.top-bar-nav-shop-card.dropdown-menu.dropdown-menu-right {
    position: fixed;
    top: 52px;
}
section#sp-map-block .row {
    padding: 0;
}
.utp-item {
    width: 100%;
    margin-bottom:0;
}
.utp-right {
    padding-right: 0;
}
.utp-img img {
    display: inline-block;
    transform: scale(.7);
    margin-bottom: -10px;
}
.sp-module .sp-module-title {
    font-size: 20px;
}
section#sp-main-cat {
    padding: 30px 0;
}
.cats {
    margin-top: 0px;
}
.cat-item {
    width: 48%;
}
.abouts {
    margin-top: 0;
}
.rmore.dld i {
    width: 30px;
}
.rmore {
    font-size: 14px;
}
.rmore.dld a {
    display: flex;
    align-items: center;
}
.cat-t {
    font-size: 14px;
    line-height: 1.2;
}
.owl-dots {
    display: none;
}
body .owl-nav {
    display:none;
}
.brands-wr.owl-carousel.owl-loaded.owl-drag {
    padding: 15px 0;
}
section#sp-part-ners {
    padding-bottom: 20px;
}
.spacer {
    padding: 10px 10px 50px 10px;
}
.pr-name {
    font-size: 12px;
}
.productitem {
    padding: 5px;
    width: 49%;
}
.pr-name a {
    font-size: 12px;
}
div#productPrice2, .PricesalesPrice.vm-display.vm-price-value, .prweight {
    font-size: 12px;
    font-weight: 700;
}
.vmproduct {
    flex-wrap: wrap;
}
.productdetails {
    padding: 0 10px;
}
span.vm-price-desc {
    font-size: 10px;
    display: block;
}
section#sp-about-block {
    padding: 20px 0;
}
.about-left {
    width: 100%;
    padding-top:0;
}
.about-right {
    width: 100%;
    padding: 0;
}
.abouts {
    flex-wrap: wrap;
}
.news-item {
    width: 48%;
    margin-bottom: 20px;
}
.dev img {
    margin-top: 0;
}
.n-it-title {
    transform: translateY(0);
    opacity: 1;
}
.dev {
    max-width: 140px;
}
.news-item img {
    opacity: .5;
}
.cat-item:hover .cat-img {
    transform: translateX(40%);
}
.cat-item.wide:hover .cat-img {
    transform: translateX(40%);
}
.bottom-col.four {
    display: block;
    text-align: left;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 1px solid #e2e2e2;
}
.bottom-col.one {
    width: 100%;
}
section#sp-news-block {
    padding-bottom: 30px;
}
.about-text {
    padding-bottom: 0;
}
.footer-item.devearts span {
    transform: translate(0, 8px);
}
.footer-item.devearts {
    text-align: left;
}
.footer.flex {
    display: block;
}
.footer.flex {
    font-size: 12px;
}
.footer-item.devearts {
    padding-top: 30px;
    display: inline-block;
    text-align: right;
}
.about-left img {
    border-radius: 15px;
}
.about-left {
    padding: 15px;
}
.about-r-inner {
    border-radius: 0 0 15px 15px;
}
.bottom-col {
    width: 100%;
    display: none;
}
.item-date {
    font-size: 12px;
}
section#sp-bottomform {
    padding: 70px 0 0;
    margin-bottom: 50px;
}
.bottom-col.one {
    display: block;
}
.row {
    flex-wrap: wrap;
}
div#sp-right {
    width: 100%;
    padding-right: 0;
}
div#sp-component.col-sm-8.col-md-8 {
    width: 100%;
}
body div#cf_wrapp_all_119 {
    padding: 0;
}
.product-item {
    width: 48%;
    margin: 1%;
}
div#sp-right .sp-module {
    margin: 0;
}
body {
    padding: 49px 0 0 0;
}
.vm-product-mediacontainer {
    width: 100%;
}
.vm-product-wrap {
    flex-wrap: wrap;
}
.back-to-category {
    display: none;
}
.prod-right {
    width: 100%;
    padding-left: 0;
}
body .sm-btn-135 .menu-icon3 {
    font-size: 33px;
}
body .menu-icon-cont.sm-btn-135 {
    background: #005ebe;
    top:50px;
}
body .off-menu_135 dl dt, body .off-menu_135 dl.level1 dt {
    padding:10px;
}
.c-item {
    width: 100%;
    padding: 12px;
    border: none;
}
.entry-header {
    margin-bottom: 0;
}
article.item.item-page h1 {
    font-size: 20px;
    margin: 0;
}
.about-r-inner {
    padding: 15px;
    margin-left: 0;
}
.info-bl {
    margin-top: 30px;
}
.offcanvas-menu.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
}
@media screen and (max-width:767px){
body {
    font-size: 14px;
}
body.other {
    padding-top: 50px;
}
div#blago {
    gap: 15px;
}
.cont.wide {
    width: 48%;
    max-width: 100%;
}
.cont-wr.flex {
    margin-top: 0;
    align-items: unset;
}
.offcanvas-menu {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.tab-content h2 {
    font-size: 18px;
}
.tab-content {
    padding-top: 0;
}
.newsflash {
    padding-top: 30px;
}
.proj-tx {
    font-size: 16px;
}
.proj-right {
    width: 60%;
}
.proj-left {
    width: 40%;
}
.projects.flex {
    padding-top: 30px;
}
.blog {
    padding: 0;
}
.product-item .rmore {
    font-size: 12px;
}
.hasflex ul li {
    width: 100%;
}
.deliv-col {
    width: 100%;
}
.deliv-col h3 {
    font-size: 18px;
}
.prts.flex img {
    width: 27%;
    margin-bottom: 15px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul >li > a {
    padding: 5px 0 5px 10px;
}
.offcanvas-menu .offcanvas-inner .sp-module .hasflex ul a {
    display: flex;
    align-items: center;
    padding: 5px 0 5px 10px;
    line-height: 1.17;
}
.hasflex ul a img {
    width:27px;
    padding-right: 5px;
}
.cat-nav-toggler.main.flex {
    display: flex;
}
.nav-toggler {
    width: 20px;
}
.active span.tog-bottom {
    transform: rotate(-52deg);
}
.active span.tog-top {
    transform: rotate(52deg);
}
.catalog-nav {
    border-radius: 0;
    padding: 30px;
    height: 90vh;
    overflow-y: auto;
}
.cat-title {
    padding: 0 15px 20px;
    font-size: 14px;
}
.usl-left, .usl-img {
    width: 100%;
}
.readmore a, .readmore span {
    padding: 10px 20px;
}
.cat-thumb {
    width: 26px;
}
.usl-img img, .usl:hover .usl-img img {
    transform: translate(127%,11%);
    transition: 1s;
    filter: initial;
    opacity: .7;
    max-width: 160px;
    border-radius: 30px;
    border: 15px solid #005ebe1c;
}
.usl-links a {
    font-size: 14px;
}
section#sp-about-block .container {
    padding: 0 15px;
}
.abouts {
    margin-top: 40px;
}
.usl-tx {
    padding-bottom: 0;
}
.usl.flex {
    width: 100%;
}
.usl-left {
    padding: 15px;
}
.cat-bedj {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    border-radius: 5px;
    padding: 5px;
}
.cat-bedj img {
    max-height: 100%;
}
.bl-title span {
    font-size: 18px;
    padding: 15px 20px;
}
.catalog-nav {
    padding: 20px;
}
ul.menu-catalog-top.flex>li>div>a {
    padding: 10px 20px;
}
.cat-nav-toggler.main.flex {
    padding-right: 0;
}
.cat-nav-toggler.main.flex .nav-toggler {
     margin-right: 0;
}
.top-phone {
    padding-right: 5px;
}
.cat-nav-toggler.flex {
    padding: 5px 5px;
    border: none;
}
.nav-toggler span {
    height: 2px;
}
.nav-toggler {
    height: 18px;
    margin-right: 5px;
}
.catalog-nav {
    top: 50px;
}
ul.menu-catalog-top.flex>li {
    width: 100%;
}
header#sp-header {
    background: #005ebe;
} 
.logo-top a {
    width: 34px;
}
.news-item {
    width: 48%;
}
.det-bay-area {
    flex-wrap: wrap;
}
body .ba-modal.popup-form {
    margin: 5% 2.5%;
}
.cat-item {
    width: 48%;
}
.testi-item {
    padding: 15px;
}
.testi-img {
    width: 120px;
}
.tbl-wrapper {
    width: 100%;
    overflow-x: auto;
}
.one-click {
    margin-bottom: 15px;
}
.d-col {
    width: 100%;
}
.deliv-col.blue {
    padding: 30px 15px;
}
.d-col.left {
    font-size: 24px;
    padding: 0 0 30px;
}
table.t-chars td, .product-field-display table td {
    padding: 8px 15px;
}
table.t-chars tr:first-child {
    font-size: 18px;
}
.blog article.item {
    padding-top: 0;
}
.v-item h2 {
    font-size: 18px;
}
.vac-top-col {
    width: 100%;
    margin-bottom: 20px;
}
.item-date {
    margin-top: 10px;
}
.n-item-bottom {
    padding: 0 5px 15px;
}
.tab {
    font-size: 18px;
}
body .vmzoomer-image {
    height: 200px;
}
.testi-name {
    padding-left: 15px;
}
.testi-txt {
    margin-top: 20px;
}
.b-f-left {
    width: 100%;
}
.b-f-right {
    width: 100%;
}
.b-form {
    flex-wrap: wrap;
}
.b-form .ba-form {
    display: block;
}
.info-ic {
    width: 40px;
}
.page-0 {
    width: 100%;
}
.info-top {
    margin-bottom: 15px;
}
.ba-form-footer {
    width: 100%;
}
.info-item {
    width: 100%;
}
.info-bl {
    flex-wrap: wrap;
}
.b-f-right img {
    margin: 20px 0 -40px;
}
.prod-right h1 {
    font-size: 16px;
}
.product-field.product-field-type-R {
    width: 48%;
    margin: 1%;
}
.vm-product-media-container a {
    font-size: 10px;
}
.product-container-rel {
    padding: 10px 7px 120px 7px;
}
.spacer {
    padding: 10px 10px 100px 10px;
}
.rel-bottom {
    bottom: 10px;
    padding: 0 7px;
}
.addtocart-button {
    transform: translateX(0);
    opacity: 1;
}
.prod-right {
    padding: 50px 0 0 0;
}
.blog .col-sm-4 {
    width: 100%;
}
.chars {
    left: 10px;
}
.recipe-top {
    flex-wrap: wrap;
}
.recipe-left iframe, .blog-video iframe {
    height:250px;
    border-radius: 0;
    margin: 0;
}
.recipe-right {
    width: 100%;
    padding: 10px;
}
.recipe-left {
    width: 100%;
}
.cont-plus-map {
    flex-wrap: wrap;
}
.cont-wrapper {
    width: 100%;
}
.mapwrap {
    width: 100%;
}
.butmap-wr {
    padding: 7px;
}
button.mapchange {
    text-align: left;
    margin-bottom: 10px;
    display:block;
}
.c-icon {
    width: 30px;
}
.c-text {
    width: calc(100% - 30px);
}
.delivery-wr {
    padding-top: 30px;
}
.deliv-item, .deliv-item:nth-child(2) {
    flex-direction: column-reverse;
}
.deli-left {
    width: 100%;
}
.deli-right {
    width: 100%;
}
.carus-wr {
    padding: 0;
}
.ab-top {
    flex-wrap: wrap;
}
.ab-left {
    padding-right: 0;
    width:100%;
}
.ab-right {
    width:100%;
}
article.item {
    margin-bottom: 0;
}
section#sp-bottom-form {
    padding: 0 0 40px;
}
body .ba-form-page {
    padding: 0 !important;
}
body .ba-forms-modal .ba-form-page {
    padding: 0 20px !important;
}
.productdetails {
    padding: 0;
    text-align: center;
}
.pr-bottom {
    bottom: 15px;
    width: calc(100% - 20px);
    left: 10px;
}
.pr-bottom .rmore {
    padding-top: 10px;
    transform: translateX(10px);
}
body .ba-forms-lightbox-row {
    transform: translate(-18px,0px);
    width: calc(100% + 40px);
}
}
@media screen and (max-width:320px){
.row {
    padding: 0 10px;
}
.top-phone {
    font-size: 12px;
} 
}