.form-lock body {
    overflow: hidden!important;
}

#sp-logo {
    margin-top: 15px;
    margin-bottom: 15px;
}

.header_top .icon_text {
    /* position: relative; */
    /* font-size: 11px; */
    line-height: 16px;
    /* padding: 5px 15px 5px 5px; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    /* text-transform: uppercase; */
    /* border: 1px solid #f1f1f1; */
    border-radius: 25px;
    margin-bottom: 25px;
}

.top_contacts .icon_text {
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#sp-top1 .header_top .icon_text {
    margin-bottom: 0;
}

.header_top .icon_text.last {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.header_top .icon_text strong,
.top_contacts .icon_text strong {
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
}

.top_contacts .icon_text strong {
    font-size: 14px;
    margin-bottom: 5px;
    display: inline-block;
}

.header_top .col-md-auto:first-child .icon_text:after {
    display: none;
}
.product-sku {
  display: none;
}
.header_top .icon_text .icon {
    font-size: 14px;
    margin-right: 20px;
    color: #fff;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    line-height: 30px;
    background-color: #7b5648;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
}

.header_top.header_top_contacts .icon_text .icon {
    width: 45px;
    height: 45px;
    max-width: 45px;
    max-height: 45px;
    min-width: 45px;
    min-height: 45px;
    line-height: 45px;
}

.header_top .icon_text .icon img {
    width: 16px;
    height: 16px;
    max-width: 16px;
    max-width: 16px;
}

.header_top .icon_text .text,
.top_contacts .text {
    color: #000;
    line-height: 16px;
    white-space: nowrap;
}

.top_contacts .text {
    line-height: 20px;
}

.header_top .icon_text .text span,
.top_contacts .text span {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.header_top .icon_text .text a,
.top_contacts .text a {
    font-weight: 400;
    color: #000;
    font-size: 11px;
}

.header_top .icon_text .text a:hover,
.top_contacts .text a:hover {
    text-decoration: underline;
}

.header_top .icon_text.last span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

#sp-footer,
#sp-footer a {
    font-size: 11px;
    color: #9eabb4!important;
}

#sp-bottom,
#sp-bottom a {
    color: #9eabb4!important;
}

#sp-footer a:hover,
#sp-bottom a:hover {
    color: #b6c0c6!important;
}

#sp-footer2 .custom {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#sp-footer2 span {
    margin-right: 5px;
}

#sp-footer2 img {
    display: inline-block;
    margin-left: 5px;
}

.sp-megamenu-parent>li a.categories {
    top: -1px;
}

.sp-megamenu-parent>li.sp-has-child .sp-dropdown {
    margin-top: -1px;
}

.sp-megamenu-parent>li .categories,
.sp-megamenu-parent>li.active>a.categories,
.sp-megamenu-parent>li.active:hover>a.categories,
.sp-megamenu-parent>li:hover>a.categories {
    background-color: #7b5648;
    color: #fff;
    position: relative;
    padding-left: 24px;
    padding-right: 54px;
    font-weight: 600;
}

.sp-megamenu-parent .sp-mega-group>li>a.categories,
.sp-megamenu-parent .sp-mega-group>li.active>a.categories,
.sp-megamenu-parent .sp-mega-group>li.active:hover>a.categories,
.sp-megamenu-parent .sp-mega-group>li:hover>a.categories {
    background-color: transparent;
    font-weight: 500;
    /* text-transform: none; */
    margin-bottom: 15px;
    line-height: 1.4;
}

.sp-megamenu-parent .sp-mega-group>li.active:hover>a.categories,
.sp-megamenu-parent .sp-mega-group>li:hover>a.categories {
    color: #e72d2e;
}

.sp-megamenu-parent>li a.categories:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
}

.breadcrumb {
    background: none;
    padding: 0;
    margin: 30px 0;
}

.breadcrumb-item a,
.breadcrumb-item span {
    font-size: 14px;
}

.breadcrumb-item.active {
    color: #333;
}

.page-header {
    margin-bottom: 0;
}

.page-header h1,
.page-header h2 {
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 28px;
    font-weight: 600;
}

.joomly-contactus-div .contactus-error-message {
    font-size: 11px;
    margin-left: 15px;
}

#sp-bottom1 .custom {
    text-align: justify;
    font-size: 13px;
}

.latestnews__item {
    display: flex;
    margin-bottom: 10px;
}

.left_latest {
    margin-right: 5px;
}

.right_latest {
    margin-left: 5px;
}

.latestnews a {
    display: flex;
}

.latestnews .float-left {
    float: unset!important;
}

.latestnews a img,
.latestnews img {
    max-width: 85px;
    border-radius: 3px;
    height: auto;
    max-height: 55px;
}

.right_latest span,
span.published time {
    font-size: 11px;
    color: #9eabb4;
    text-transform: uppercase;
    font-weight: 300;
}

#sp-bottom {
    padding-bottom: 100px;
}

#sp-footer {
    position: absolute;
    background: transparent!important;
    width: 100%;
    bottom: 0;
}

#sp-main-body {
    padding: 30px 0;
}

.download_list {
    display: block;
    width: 100%;
}

.download_list__item {
    position: relative;
    font-size: 11px;
    line-height: 16px;
    padding: 5px 5px 5px 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    margin-bottom: 25px;
}

.download_list__value {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list_item__name {
    text-transform: none;
    font-size: 18px;
    font-weight: 500;
}

.list_item__date {
    font-size: 12px;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 300;
    margin-right: 30px;
}

.list_item__file a {
    font-size: 12px;
    color: #fff;
    min-width: 45px;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 15px;
    background-color: #e72d2e;
    border-radius: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
}

.list_item__file a:hover {
    opacity: 0.9;
}

.list_item__file img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.category_list .category_item {
    margin-bottom: 30px;
}

.category_list .category_img {
    height: 250px;
    display: block;
    width: 100%;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.category_list .category_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    transition: background .45s;
    -webkit-transition: background .45s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.category_list .category_item .category_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px;
    width: 100%;
    box-sizing: border-box;
    height: 45px;
    overflow: hidden;
    transition: height .45s;
    -webkit-transition: height .45s;
}

.category_list .category_item .category_content>h3 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.4;
    width: 100%;
    margin-bottom: 30px;
    transition: font-size .45s, width .45s;
    -webkit-transition: font-size .45s, width .45s;
}

.category_content a.category_btn {
    background-color: #e72d2e;
    padding: 10px 20px;
    border: 0 none;
    font-weight: 300;
    letter-spacing: 1px;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
    color: #ffffff;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    cursor: pointer;
    text-shadow: none;
    background-image: none;
    outline: none;
}

.category_list .category_item.active .category_content>h3 {
    font-size: 22px;
    width: 100%;
}

.category_list .category_item.active .category_content {
    height: 150px;
}

.category_list .category_item.active .category_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .45s;
    -webkit-transition: background .45s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000', GradientType=0);
}

.category_list .category_item.active .category_img:before {
    background: -moz-linear-gradient(top, rgba(7, 7, 7, 0.67) 0%, rgba(7, 7, 7, 0.67) 100%);
    background: -webkit-linear-gradient(top, rgba(7, 7, 7, 0.67) 0%, rgba(7, 7, 7, 0.67) 100%);
    background: linear-gradient(to bottom, rgba(7, 7, 7, 0.67) 0%, rgba(7, 7, 7, 0.67) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ab070707', endColorstr='#ab070707', GradientType=0);
}

.category_list .category_item.active .category_content a.category_btn {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
    outline: 0 none;
}

.products_list .product-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.popular_products.products_list .product-item {
    background-color: #fff;
}

.products_list a {
    display: block;
    box-sizing: border-box;
}

.products_list figure {
    margin-bottom: 16px;
    height: 212px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    /*background-color: #F5F5F5;*/
    border-radius: 2px;
    z-index: 2;
}

.popular_products.products_list figure {
    background-color: #fff;
}

.products_list img {
    width: 100%;
    opacity: 0;
}

.products_list h4 {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    padding: 0 27px;
    margin-bottom: 12px;
    /*height: 50px;
    overflow: hidden;*/
}

.btn-link {
    font-size: 12px;
    color: #fff;
    height: 45px;
    min-width: 45px;
    min-height: 45px;
    line-height: 45px;
    padding: 0 30px;
    background-color: #7b5648;
    border-radius: 25px;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
}

.btn-link:hover {
    background-color: #7b5648;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
}

.pruductbuy {
    font-size: 14px;
    text-transform: uppercase;
}

.productimage {
    background-color: #ffffff;
    border-radius: 2px;
}

.productimage a {
    display: block;
    text-align: center;
}

.productimage img {
    margin: 0 auto;
}

.productcontent {
    text-align: center;
    padding: 0 100px;
    padding-top: 94px;
    box-sizing: border-box;
    padding-bottom: 80px;
}

.productname h1 {
    font-size: 25px;
    padding-bottom: 16px;
    margin-bottom: 17px;
    text-align: center;
    position: relative;
    font-weight: 600;
}

.productshortdesc {
    color: #757575;
    text-align: center;
    margin-bottom: 46px;
}

.availability {
    margin-bottom: 15px;
}

.producttabs {
    margin-top: 60px;
}

.producttabs .tab-content {
    padding: 30px;
    background-color: #f5f5f5;
}

.producttabs .nav-tabs .nav-link {
    border-radius: 2px;
    padding: 10px 20px;
    transition: none;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    color: #333;
    font-weight: 500;
}

.producttabs .nav-tabs .nav-link:hover {
    color: #e72d2e;
}

.producttabs .nav-tabs {
    border-bottom: 4px solid #e72d2e;
}

.producttabs .nav-tabs .nav-link.active,
.producttabs .nav-tabs .nav-link.active:hover {
    background-color: #e72d2e;
    color: #fff;
    border-color: #e72d2e;
}

.producttabs .product-fields .product-field {
    border-bottom: 1px solid #ececec;
    padding: 10px 20px;
    display: flex;
    font-size: 14px;
}

.producttabs .product-fields .product-field .product-fields-title-wrapper,
.producttabs .product-fields .product-field .product-field-display {
    width: 50%;
}

.producttabs .product-fields .product-field .field_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    border-radius: 20px;
}

.producttabs .product-fields-title strong {
    font-weight: 300;
}

.producttabs .product-field-display {
    font-weight: 500;
    display: flex;
}

.producttabs .product-field-display span.subvalue {
    text-transform: lowercase;
}

#sp-header {
    box-shadow: rgba(0, 0, 0, .117647) 0 1px 3px;
}

.category_list {
    margin-bottom: 60px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}

.page-item .page-link {
    border-radius: 45px;
    text-align: center;
    margin-right: 10px;
    font-size: 12px;
    height: 45px;
    min-width: 45px;
    min-height: 30px;
    line-height: 45px;
    padding: 0 15px;
}

.page-item .page-link:focus {
    box-shadow: none!important;
}

.page-item.active .page-link {
    background-color: #e72d2e;
    border-color: #e72d2e;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19)!important;
}

.page-item.active .page-link:hover {
    color: #fff;
    opacity: 0.9;
}

.category_list.home_list__category {
    margin-top: 30px;
    margin-bottom: 0;
}

.sp-megamenu-parent {
    margin-bottom: 0;
}

.logo-image:focus {
    outline: none;
}

.product_view_all {
    text-align: center;
}

.product_view_all:focus {
    outline: none;
}

.product_view_all .btn.btn-link {
    display: inline-block;
    width: auto;
    margin: 0 auto;
}

.product_view_all .btn.btn-link:focus {
    color: #fff!important;
    text-decoration: none!important;
}

.info-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    border-radius: 2px;
}

.info-name {
    margin-left: 20px;
    text-align: center;
}

.info-name span {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
}

.info-img img {
    height: 50px;
    width: 50px;
    min-width: 50px;
    min-height: 50px;
}

.info-banner {
    margin-bottom: 30px;
}

.info-banner img {
    width: 100%;
}

.article-details.partery .row>div:first-child {
    text-align: center;
}

.article-details .article-full-image {
    width: 100%;
    text-align: left;
}
.product-stock {
    margin-top: 15px;
}
.product-manufacturer {
    font-weight: 600;
    font-size: 16px;
}
.product-manufacturer {
    max-height: 100px;
    width: 100%;
    margin-top: 15px;
}
.productdetails-view.productdetails .vm-product-container .price-box {
    padding: 10px 0;
}
.productdetails-view.productdetails .price-box {
    border: none;
    padding: 0 15px;
    margin: 15px 0;
}
.productdetails-view.productdetails .price-box {
    overflow: hidden;
    border-top: 2px solid #404040;
    padding-top: 10px;
    margin-top: 15px;
    width: 100%;
}
.price-box {
    padding-bottom: 15px;
    min-height: 48px;
}
.productdetails-view.productdetails .vm-product-container .price-box .product-price {
    justify-content: flex-start;
}
.price-box .PricesalesPrice {
    margin-right: 0;
}
.productdetails-view.productdetails .vm-product-container .price-box-full .PricesalesPrice span.PricesalesPrice {
    font-size: 28px;
    color: #333;
    font-weight: bold;
}
.vm-price-desc {
  display:none;
}
.product-availability-box .availabilityLabel {
    font-size: 13px;
    margin: 10px 0;
}
.product-availability-box .availabilityLabel img {
    max-width: 30px;
    margin-right: 15px;
}
.availabilityLabel {
    font-size: 11px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* RESPONSIVE */

@media (max-width: 1440px) {}

@media (max-width: 1200px) {}

@media (max-width: 991px) {}

@media (max-width: 768px) {
    .form-lock body {
        overflow: unset!important;
    }
    div.joomly-callback-body {
        padding: 15px!important;
    }
    .info-content {
        margin-top: 15px;
        justify-content: flex-start;
    }
    #sp-right .sp-module,
    #sp-left .sp-module {
        margin-top: 30px!important;
    }
    .list_item__name,
    .list_item__date,
    .list_item__file {
        margin-top: 15px;
    }
    .list_item__file,
    .products_list .product-item {
        margin-bottom: 15px;
    }
    .download_list__item,
    .download_list__value {
        flex-direction: column;
    }
    .producttabs .product-fields .product-field {
        padding: 10px 0;
        display: block;
    }
    .producttabs .tab-content {
        padding: 15px;
    }
    .productcontent {
        padding: 30px;
    }
    .category_list .category_item {
        margin-bottom: 15px;
    }
    #sp-footer1 {
        text-align: center;
        margin-bottom: 5px;
    }
    #sp-footer2 .custom {
        justify-content: center;
    }
}

@media (max-width: 480px) {}

.product-fields .controls>label input[type="radio"] {
    display: none;
}
.product-fields .controls>label {
    background-image: #fff !important;
    min-height: 1em;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #474949;
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 4px;
    min-width: 50px;
    width: auto;
    font-size: 16px;
    padding: 0 8px;
    border-width: 0;
    line-height: 40px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24), 0 1px 1px 0 rgba(0, 0, 0, 0.08);
    font-weight: 400;
    text-align: center;
}
.product-fields-title, .vm-cmv-label {
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 10px;
}