html {
    background: url("../images/bkg_body.jpg") repeat;
}
body {
    padding: 0 25px;
    width: 1290px;
    margin: 0 auto;
    max-width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}



/* Addition-247 */
/* ============ */

.header.links li:not(:first-child) {
    display: none;
}

.page-header.type21 .main-panel-top {
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    display: none;
}

.page-header.type21 .header.content {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
}

.page-header.type21 .logo {
    margin: 17px 0;
}

.page-header.type21 .header-main-right {
    text-align: right;
}

body header.page-header.type21 .search-toggle-icon + .block.block-search {
    display: none;
}  
  
header.page-header.type21 .block-search {
    position: absolute;
    top: 100%;
    left: auto;
    margin: 0;
    margin-top: 15px;
}

.page-header.type21 .search-area {
    position: absolute;
    right: 20px;
    bottom: -40px;
    z-index: 6;
}

.header-main-right .search-area .search-toggle-icon.open::after {
    display: none;
}

.page-header .switcher.language .options ul.dropdown, 
.page-footer .switcher.language .options ul.dropdown {
	border-radius: 0;
	box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
	border: 0 !important;
	padding: 4px 0 !important;
	left: 0;
}

.catalog-category-view .columns .sidebar.sidebar-main .sidebar-content,
.catalogsearch-result-index .columns .sidebar.sidebar-main .sidebar-content {
	border: 0;
}

.product-item-photo {
    border: 1px solid #eaeaea !important;
    min-height: 50px;
    transition: all .3s;
}

.product-item:hover .product-item-info.type3 .product-item-photo {
    box-shadow: 0 25px 35px -5px rgba(0, 0, 0, .1);
    z-index: 2;
}

.pages strong.page, 
.pages a.page, 
.pages .action {
    height: 26px;
    min-width: 26px;
    line-height: 24px;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    border-radius: 3px;
}

.pages strong.page,
.pages strong.page:hover,
.pages a.page:hover {
    background: #0088cc;
    border: 1px solid #0088cc;
    color: #ffffff !important;
    text-decoration: none;
}

.pages a.page:hover span {
    color: #fff !important;
}

.toolbar select {
    background-color: #F8F8F8;
    border: 0;
    border-radius: 3px;
    padding-top: 0;
    padding-bottom: 0;
    height: 26px;
}

.toolbar .modes-mode.active:before {
    color: #fff;
}

body .product.data.items >.item.content {
    box-shadow: 0 0 0;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.product.data.items.collapsed > .item.content ul li {
    margin-bottom: 9px;
}

.product.data.items > .item.content p {
    margin-bottom: 10px;
}

.product.data.items.collapsed [role="tablist"] > .item.title {
    padding-top: 8px;
    padding-bottom: 0px;
    border: 0;
}
.product.data.items.collapsed > .item.content {
    padding: 35px 20px;
    border: 0;
}
.product.data.items.collapsed [role="tablist"] > .item.title .data.switch {
    font-size: 14px;
    font-weight: bold;
}
.product.data.items.collapsed [role="tablist"] > .item.title:not(.active) a {
    color: #888;
}
.product.data.items.collapsed [role="tablist"] > .item.title.active > .switch, 
.product.data.items.collapsed [role="tablist"] > .item.title.active > .switch:focus, 
.product.data.items.collapsed [role="tablist"] > .item.title.active > .switch:hover {
    border-bottom: 4px solid;
    border-top-color: #333;
    color: #333;
    border-bottom-color: #155399 !important;
}
body .product.data.items > .item.title.active > .switch, 
body .product.data.items > .item.title.active > .switch:focus, 
body .product.data.items > .item.title.active > .switch:hover {
    padding: 0 20px !important;
}
body .product.info.detailed .additional-attributes tr {
    display: flex;
}
.product.data.items .item.title,
.product.data.items .item.title.active,
.product.data.items .item.title:hover {
    border: 0;
    padding: 0;
}

body .product.data.items > .item.content {
    padding-block: 35px !important;
}

.mp-attachment-container h2 { 
    font-size: 25px;
}

.filter-options-item .toggle {
    display: none;
}

.filter-options-item {
    border-bottom: 0;
    margin-bottom: 14px;
    padding: 0;
}

.filter-options-title {
    padding: 10px 15px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    display: block;
    text-decoration: none;
}

.filter-options-item.active .filter-options-title {
    border-radius: 7px 7px 0 0;
}

.filter-options-item .filter-options-title.open {
    border-radius: 7px 7px 0 0;
}

.filter-options-title:after {
    content: '\f823';
    font-family: 'porto-icons';
    vertical-align: middle;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    width: 26px;
    height: 26px;
    display: block;
    border: 1px solid #ddd;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -13px;
    border-radius: 3px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    background-color: #fff;
    font-size: 10px;
}

.active>.filter-options-title:after {
    content: '\f820';
}

.filter-options-title:hover:after {
    background-color: #08c;
    color: #fff;
}

.filter-options-content {
    margin: 0;
    padding: 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}

.sidebar .block.filter .options dt {
    padding: 10px 15px;
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    position: relative;
    cursor: pointer;
    border-radius: 7px 7px 0 0;
    display: block;
    text-decoration: none;
}

.sidebar .block.filter .options dd {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    background-color: #fbfbfb;
}

.sidebar .block.filter ol li.item {
    margin: 0;
    padding: 7px 0;
}

.sidebar .block.filter .item a {
    color: #777;
}

.sidebar .block.filter .item .count {
    font-size: 11px;
    margin-left: 10px;
}

.product.attribute.overview p {
	font-size: 14px;
}

.product-info-stock-sku .product.attribute.sku,
.product-info-stock-sku .product.attribute.sku .value {
    color: #777;
    text-transform: capitalize;
    text-align: right;
}

.cms-index-index .hp-testimonial__carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrows_slider.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -10000px;
}

.cms-index-index .hp-testimonial__carousel .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../images/arrows_slider.png) 0 0 no-repeat;
    width: 50px;
    height: 50px;
    text-indent: -10000px;
}

.cms-index-index .hp-testimonial__carousel .owl-nav .owl-next {
    right: 0;
    background-position: -50px 0;
}

.hp-testimonial__carousel.owl-carousel .owl-nav {
    position: unset;
    margin-top: 10px;
}

.product-info-main .product-info-stock-sku {
    border-bottom: 1px #ebebeb solid;
    margin-bottom: 15px;
}

.page-main-inner .product-info-main .page-title-wrapper {
    max-width: 100%;
}

#notice-cookie-block {
	font-size: 12px;
    text-align: center;
} 

#notice-cookie-block .action.primary {
    background: #0088cc;
    height: 38px;
    line-height: 38px;
    border-radius: 3px;
    padding: 0 19px;
}

#notice-cookie-block .action.primary span {
	font-size: 13px;
    text-transform: capitalize;
    font-weight: 400;
}

.navigation.sw-megamenu .menu-top-block p {
    margin-bottom: 9px;
}

.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .page-header.type21 .logo {
        margin: 0 !important;
    }
    body .page-header.type21 .switcher.language {
        z-index: 6;
    }
    body header.page-header.type21 .block-search {
        padding: 20px 15px !important;
    }
    body header.page-header.type21 .block-search input {
        background-color: #fff;
    }
    .toolbar > div {
        margin-bottom: 0;
    }
    .toolbar .modes {
        margin-right: 0;
    }
    .toolbar .modes-mode {
        height: 28px;
    }
    .toolbar .modes-mode:before {
        font-size: 12px;
        line-height: 2.2;
    }
    .toolbar .modes .mode-grid:before{
        color: #fff;
    }
    .toolbar .modes #mode-grid:before,
    .toolbar .modes #mode-list:before {
        color: #ccc;
        border: 1px solid #ccc;
    }
    .toolbar .modes #mode-grid:hover:before
    .toolbar .modes #mode-list:hover:before {
        color: #fff;
    }
    .toolbar .modes .mode-list:hover:before {
        color: #fff;
    }
    .toolbar .limiter {
        margin-left: auto;
    }
    .toolbar .toolbar-sorter {
        margin-right: 0;
        margin-left: 0;
    }
    .products.wrapper ~ .toolbar .pages {
        margin-left: 0;
    }
    .products.wrapper ~ .toolbar {
        border: 0;
    }
    .product.data.items.collapsed [role="tablist"] > .item.title > .switch {
        padding: 7px 20px !important;
        border: 0;
        display: inline;
    }
    .product.data.items.collapsed [role="tablist"] { 
        padding: 0 20px;
    } 
    
    .product.info.detailed .product.data.items>.item.title {
        padding-top: 0;
    }

    .product.info.detailed .product.data.items>.item.title {
        color: #c1c1c1;
        text-decoration: none;
        border: 0;
    }

    .product.data.items > .item.title > .switch:hover {
        color: #c1c1c1;
        text-decoration: none;
        border: 0;
    }
}

@media only screen and (max-width: 767px) { 
    .catalog-category-view .sidebar.sidebar-main {
        position: static !important;
        order: 1;
        width: 100%;
        max-width: 100%;
        transform: unset;
        transition: unset;
    }
    .toolbar a.porto-product-filters-toggle {
        display: none !important;
        width: 0;
        visibility: hidden;
    }
    .nav-sections .header.links {
        display: none;
    }
    .top__links a {
        font-size: 13px !important;
    }
    .top__links a:hover {
        color: #0088cc !important;
    }
    .page-header.type21 .header-main-right {
        display: flex;
        align-items: center;
        margin-left: auto;
    }
    .page-header.type21 .search-area {
        position: relative;
        inset: unset;
    }
    .page-header.type21 .nav-toggle {
        padding: 0;
    }
    .page-header.type21 .search-area .porto-icon-search:before {
        font-size: 18px;
        content: '\e884';
        color: #222529;
        font-weight: 900;
        font-family: 'porto-icons';
    }
    .page-header.type21 .search-area .search-toggle-icon {
        display: block;
        margin-top: 5px;
    }
    .page-header.type21 .search-area .search-toggle-icon span {
        display: none;
    }
    header.page-header.type21 .block-search {
        right: -20px;
    }
    header.page-header.type21 .block-search {
        border: 0;
    }
    .block.block-search.show .control {
        display: block;
    }
    .header-main-right #search_mini_form input {
        background-color: #fff;
        padding-right: 60px;
    }
    .toolbar.toolbar-products {
        background: 0;
    }
    .toolbar.toolbar-products .modes {
        display: block;
        order: 2;
    }
    .toolbar.toolbar-products .toolbar-amount {
        margin-bottom: 10px;
        margin-right: auto;
    }
    .toolbar.toolbar-products .limiter {
        display: none;
    }
    .toolbar.toolbar-products .toolbar-sorter {
        order: -1;
        margin-right: 0;
    }

    .toolbar .modes {
        margin-right: 0;
    }
    .toolbar .modes-mode {
        height: 28px;
    }
    .toolbar .modes-mode:before {
        font-size: 12px;
        line-height: 2.2;
    }
    .toolbar .modes .mode-grid:before{
        color: #fff;
    }
    .toolbar .modes #mode-grid:before,
    .toolbar .modes #mode-list:before {
        color: #ccc;
        border: 1px solid #ccc;
    }
    .toolbar .modes #mode-grid:hover:before
    .toolbar .modes #mode-list:hover:before {
        color: #fff;
    }
    .product.data.items.collapsed [role="tablist"] > .item.title .data.switch:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 13px;
        line-height: inherit;
        color: inherit;
        content: '\f807';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }
    .product.data.items .item.title.active a:after {
        content: '\f804' !important;
    }
    .product.data.items.collapsed [role="tablist"] > .item.title .data.switch {
        border: 0;
    }
    .product.data.items.collapsed [role="tablist"] > .item.title.active .data.switch {
        border-bottom: 1px solid;
    }
    .product.data.items.collapsed [role="tablist"] {
        display: block;
    }
    .product.data.items.collapsed [role="tablist"] > .item.title { 
        float: none;
    }
    .page-footer .footer__services {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .page-footer .footer__services li {
        display: flex;
        align-items: center;
    }
    .catalog-product-view .page-main,
    .catalog-category-view .page-main {
        padding: 0;
    }

    .header-main-right .block-search .control {
        right: -5px;
    }
    
}


@media (max-width: 560px) {
    .products-list .product-item-details {
        max-width: calc(100% - (180px));
    }
    .products-list .product-item-photo {
        flex: 0 0 150px;
    }   
}

@media (min-width: 992px) {
    .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span::before,
    .page-header .navigation:not(.side-megamenu) .level0.parent:hover > a > span::after {
      display: none;
    }
    .page-header.type21 .nav-sections .navigation:not(.side-megamenu) .level0 .level-top { 
        padding: 19px 0;
    }
    .page-header.type21 .nav-sections .navigation:not(.side-megamenu) > ul {
        display: inline-block;
    }
    .page-header.type21 .header-main-right .switcher .options .action.toggle {
        background: transparent;
        line-height: normal;
        padding: 0;
    }
    .page-header.type21 .nav-sections .navigation:not(.side-megamenu) .level0 .level-top {
        font-size: 13px;
    }
}



.loading-mask {
    display: none;  
  }