@charset "UTF-8";
#whywe {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #efefef;
}
#whywe .modheader{
    margin-bottom: 30px;
    max-width: 420px;
    line-height: 1;
}
#whywe p:first-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.35;
}
#whywe p:first-child img {
    margin: 0 20px 0 0;
}
#whywe p {
    max-width: 258px;
}
#partners {
    overflow: hidden;
}
.slick-list {
    overflow: hidden;
}
#mod-custom114 p {
    margin: 0 10px;
}
#mod-custom114 img {
    max-width: 100%;
    margin: 0 auto;
}
#mod-custom114 {
    max-height: 320px;
    position: relative;
}
.slick-prev {
    left: -50px;
    z-index: 99;
}
.slick-next {
    right: -50px;
}
.slick-next::after {
    width: 40px;
    height: 40px;
    border-top: 3px solid #c30000;
    border-right: 3px solid #c30000;
    transform: rotate(45deg);
    position: absolute;
    content: '';
    top: 45%;
    right: 0;
}
.slick-prev::after {
    width: 40px;
    height: 40px;
    border-top: 3px solid #c30000;
    border-right: 3px solid #c30000;
    transform: rotate(-135deg);
    position: absolute;
    content: '';
    top: 45%;
    left: 0;
}
.slick-arrow {
    border: 0 none;
    background: none;
    text-indent: -9999em;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
}
#partners {
    padding: 30px 0;
}
#mapandconts {
    padding: 30px 0;
}
#mapandconts .modheader {
    max-width: 650px;
}
#mapcontsbox {
    margin: 30px 0;
}
#mapcontsbox p {
    font-size: 28px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}
#mapbox {
    background: url(../images/imac.png) no-repeat scroll top center;
    background-size: 100% 100%;
    margin: 0 0 30px 0;
    padding: 3.6% 12.9% 8% 12.9%;
}
#footer {
    background-color: #005BB4;
    min-height: 90px;
    color: #fff;
    padding: 25px 0;
}
#footer p {
    margin: 0 0 10px 0;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
.footercenter {
    text-align: center;
}
#menubox .nav-link {
    position: relative;
}
#menubox .nav-link.active {
    color: #b2cde8;
}
#menubox .nav-link.active::after {
    content:'';
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 16px;
    border-bottom: 2px solid #e00000;
    box-shadow: inset 0px -1px 0px 0px #e00000;
}
.redline {
    background-color: #c30000;
    padding: 30px 0;
    margin: 0 0 30px 0;
}
.redline .container > :first-child {
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 40px;
    color: #fff;
    line-height: 1;
}
.cat_link {
    color: #005bb4;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-align: center;
    display: block;
    text-decoration: none;
    margin: 10px 0;
}
.defcat_link {
    color: #005bb4;
    font-size: 18px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 8px 0 7px;
    border-bottom: 1px solid #ebebeb;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 1rem 0;
    list-style: none;
}
.category_description {
    font-size: 20px;
    line-height: 1.2;
}
.block_product {
    margin-bottom: 30px;
}
.block_product .proditem:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.50);
}
.block_product .proditem {
    height: 100%;
    background-color: #fff;
    transition: all .2s linear;
    max-width: 260px;
    margin: 0;
    padding: 5px 20px 20px 20px;
    cursor: pointer;
    user-select: none;
}
.btn-close {
    margin: 0 0 10px auto;
    display: block;
}
.block_product .image_block img {
    display: block;
    margin: 0 auto;
}
.defcats {
    margin: 30px 0 0 0;
}
.block_product .name {
    color: #005bb4;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin: 10px 0;
}
.block_product .description {
    margin: 0 0 10px 0;
}
.block_product .jshop_price {
    color: #f10802;
    font-size: 20px;
    font-weight: bold;
}
.order-btn {
    background-color: #f10802;
    color: #fff;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    padding:  0 30px;
    width: fit-content;
    margin: 10px 0 0 0;
}
.order-btn:hover {
    background-color: #c30000;
}
.list_product {
    margin: 30px 0;
}
#cartbox {
    position: fixed;
    top: 130px;
    right: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    background-color: rgba(255,255,255,.8);
    border-radius: 50px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    will-change: transform;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
}
#cartbox svg {
    padding: 18px 20px 22px;
    stroke: #000;
}
#cartbox:hover {
    transform: scale(1.1);
    background-color: rgba(255,255,255,1);
}
#prodcounts {
    width: 30px;
    height: 30px;
    background-color: red;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    text-align: center;
    line-height: 30px;
}
.cart_empty_text {
    text-align: center;
    margin: 15px 0;
}
.mainbox {
    background-color: #efefef;
    padding: 0 0 30px 0;
}
.checkwraps {
    text-align: center;
    margin: 15px;
}
.inputbox {
    background-color: #fefefe;
    font-size: 1rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: .6rem 1rem;
    width: 100%;
    line-height: 1.5;
    max-width: 360px;
    margin: 0 0 10px 0;
}
.orderform {
    margin: 15px auto 15px auto;
    max-width: 360px;
}
.inputwrap .redbtn {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.jshop_img_description_center img {
    max-width: 70px;
}
.thank {
    text-align: center;
    font-size: 22px;
    margin: 30px 0;
}
label.error {
    display: none !important;
}
.inputbox.error {
    background-color: rgba(253, 9, 9, .2);
}
.inpdub, #hidcart, #cartinfo {
    display: none;
}
/* .quants , .remove, .jshop_img_description_center {
    display: block !important;
}  */
#mxcpr {
    display: none !important;
}
.navbar-toggler {
    width: 28px;
    height: 20px;
    margin: 10px 10px 10px auto;
    cursor: pointer;
    display: block;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 999;
    border: 0 none;
    outline: 0 none;
    user-select: none;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.navbar-toggler span {
    display: block;
    position: absolute;
    user-select: none;
    width: 100%;
    opacity: 1;
    background-color: #fff;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .3s ease-in-out;
    height: 3px;
} 
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.page-header {
    padding: 30px 0 0 0;
}
.item-111 a {
    position: relative;

}
.item-111 a:after {
    content: ' ';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 45%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-color: transparent transparent transparent transparent;
    border-top-color: inherit;
}
#header .dropcats {
    display: block;
    background: #fff;
    position: absolute;
    top: 100%;
    left: auto;
    width: fit-content;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .dropcats a {
    color: #005BB4;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
#header .dropcats a::after {
    display: none;
}
.dropcats {
    display: none;
}
.category_description th, .cat_desc th  {
    border-width: 0px 0px 1px 0px;
    border-color: #000000;
}
.category_description th, .category_description td, .cat_desc th, .cat_desc td {
    padding: 20px;
}
.category_description td, .cat_desc td {
    border-width: 1px 0px;
    vertical-align: top;
    border-color: #d9d9d9;
    color: #4d4c4c;
}
.category_description tr:nth-child(even), .cat_desc tr:nth-child(even) {
    background: #fff;
}
@media (max-width: 1140px)  {
    .slick-next {
        right: 5px;
    }
    .slick-prev {
        left: 5px;
    }
    #menubox .nav-link.active::after {
        bottom: 0;
    }
    .block_product {
        margin: 0 auto 30px auto;
    }
}