@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;0,700;1,100;1,300;1,500;1,700&family=Saira+Stencil+One&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #4F5A6B;
    margin-bottom: 29px;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: none;
}

legend {
    font-size: 18px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    font-size: 12px;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

/* Gradent to all drop down menus */
.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */
#top {
    background: #F8F8F8;
}

#top .container {
    padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}

/* logo */
#logo {
    margin: 0 0 10px 0;
}

/* search */
#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}

/* cart */
#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    overflow-y: auto;
    max-height: 800px;
    scrollbar-width: thin;
    overflow-x: hidden;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

/* menu */
#menu {
    border-radius: 3px;
    background: #2A92CF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    min-height: 48px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 13px 15px 13px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* content */
#content {
    min-height: 600px;
}

/* footer */
footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #fff7eb;
    border-top: 1px solid #fff7eb;
    color: #e2e2e2;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}

footer a {
    color: #4F5A6B;
    font-size: 14px;
    text-transform: uppercase;
}

footer li {
    margin-bottom: 15px;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
    z-index: 10;
}

/* breadcrumb */
.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}

/* product list */
.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0 15px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0 15px;
    min-height: 180px;
}

.product-list .product-thumb .caption {
    /*crashed product description in category*/
    /*margin-left: 230px;*/
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #E69500;
}

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 110px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

/* fix oclabs */
.alert-dismissable .close,
.alert-dismissible .close {
    right: -1px;
}


/*WiseEagle*/
.categories .close {
    background: #f1242bd1;
    text-shadow: 0 0 black;
    opacity: 1;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
    top: -11px;
    position: absolute;
    right: 5px;
    z-index: 11;
    box-shadow: 0 0 4px 1px #545454;
}

body#other_pages .categories:after {
    content: "";
    background: #00000014;
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    top: 260px;
    z-index: -1;
    backdrop-filter: blur(5px) !important;
}

/*header*/
.lang-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.lang-buttons button.btn-block {
    margin: 0;
    border-radius: 3px;
    border: 0.5px solid #CCC;
    color: #CCC !important;
    font-family: Roboto;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    width: 34px;
    height: 22px;
    padding: 3px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-shadow: initial !important;
}

.lang-buttons button.btn-block img {
    display: none;
}

.lang-buttons button.btn-block.active {
    border: 0.5px solid #2A92CF;
    background: #2A92CF;
    color: #FFF !important;
}

.lang-switcher {
    float: right;
}

.grid-header {
    display: grid;
    align-items: center;
    justify-items: center;
    height: 110px;
}

.container.grid-header:before,
.container.grid-header:after {
    display: none;
}

div#logo {
    grid-column: 1/1;
    justify-self: start;
}

.search-col {
    grid-column: 2/span 1;
}

.callback-col {
    grid-column: 3 / span 1;
}

.cabinet-col {
    grid-column: 4 / span 1;
}

.cart-col {
    grid-column: 5 / span 1;
}

.advantages {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    justify-items: center;
    margin: 50px 0px;
}

.advantage {
    display: flex;
    align-items: center;
    gap: 15px;
}

.advantage .text {
    font-size: 16px;
    width: 160px;
    color: #333333;
}

.advantage img,
.advantage svg {
    width: 60px;
    height: 60px;
}

#logo a {
    font-family: 'Saira Stencil One', sans-serif;
    font-size: 48px;
    color: #CF292F;
}

.navbar {
    border-radius: 0px;
}

.cart-col a,
.callback-col a,
.cabinet-col a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cart-col a span,
.callback-col a span,
.cabinet-col a span {
    color: #4F5A6B;
}

#search .form-control {
    border-radius: 50px;
    border: 1px solid #dddddd;
    background: #FFF;
    height: 55px;
    width: 326px;
    max-width: 70vw;
}

#search .btn-default {
    background: #ffffff;
    color: black;
    border: initial;
    width: 55px;
    height: 53px;
    padding: 0;
    border-radius: 50%;
}

div#search span.input-group-btn {
    position: absolute;
    right: 2px;
    width: initial;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}

#search .btn-default i {
    font-size: 30px;
}

#search .form-control::placeholder {
    color: #b5b5b5;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: lowercase;
}

.row.callback-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000030;
    z-index: 99;
    display: none;
}

.row.callback-wrapper>div {
    position: absolute;
    top: calc(50% - 90px);
    top: -webkit-calc(50% - 90px);
    top: -moz-calc(50% - 90px);
    max-width: 80%;
    width: 500px;
    left: calc(50% - 250px);
    left: -webkit-calc(50% - 250px);
    left: -moz-calc(50% - 250px);
    margin: 0;
}

.callback .row {
    display: grid;
    grid-gap: 15px;
}

.callback .row>div {
    width: 100%;
}

.close-popup {
    position: absolute;
    background: #CF292F;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 24px;
    color: #ffffff;
    right: 23px;
    top: 7px;
}

.latest-blog-container>div {
    width: 33%;
}

.latest-blog-container .product-thumb.transition {
    position: relative;
}

.latest-blog-container .image {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.latest-blog-container .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog-container .image a {
    box-sizing: border-box;
    height: 100%;
}

.latest-blog-container .caption {
    background: rgba(42, 146, 207, 0.84);
}

.latest-blog-container .caption p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
}

.latest-blog-container .caption h4,
.latest-blog-container .caption h4 a {
    color: #FFF;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: 20px 0;
}

.slideshow.swiper-viewport {
    box-shadow: initial;
}

.menu-slider {
    display: flex;
    align-items: center;
}

.menu-slider {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
}

.menu-slider:before,
.menu-slider:after {
    display: none;
}

.menu-slider>* {
    width: 100%;
}

a.phone-item {
    color: #4F5A6B;
    font-size: 18px;
    line-height: normal;
    text-decoration-line: underline;
}

.header-phones {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 10px;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}

.pav-verticalmenu li a {
    color: #4F5A6B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 15px !important;
    border: initial !important;
}

#pav-verticalmenu a {
    background-color: #F2F2F2 !important;
}

.testimonial-column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-column:before,
.testimonial-column:after {
    display: none;
}

.we-testimonial-name {
    color: #4F5A6B;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.we-testimonial-date {
    color: #4F5A6B;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
}

.we-testimonial-text {
    color: #4F5A6B;
    font-size: 16px;
    line-height: normal;
}

#menu li a {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.bottom-footer {
    background: rgb(207 133 42 / 20%);
}

.bottom-footer:after {
    content: "";
    display: block;
    height: 60px;
    background: #fff7eb;
}

.bottom-footer .container br {
    display: none;
}

.bottom-footer .container {
    line-height: 57px;
}

.bottom-footer .container p {
    margin: 0;
}

footer a.phone-item {
    text-decoration: none;
}

footer a:hover,
footer a.phone-item:hover {
    color: #2b374b;
}

.we-footer-phones {
    margin-bottom: 10px;
}

.social-links .social-icon {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: grid;
    align-items: center;
    justify-items: center;
    background-color: #4F5A6B;
    color: white !important;
}

.social-links {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    gap: 10px;
}

#pav-verticalmenu .dropdown-menu {
    padding: 15px !important;
    background: #ffffff !important;
}

#pav-verticalmenu .navbar-nav>li.parent:hover>a:after {
    border: 5px solid #ffffff !important;
}

#pav-verticalmenu .dropdown-menu li a {
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px !important;
    text-transform: uppercase;
}

#pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    padding: 0;
    column-gap: 15px;
    row-gap: 5px;
}

#pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul li {
    width: calc(50% - 8px) !important;
    width: -webkit-calc(50% - 8px) !important;
    width: -moz-calc(50% - 8px) !important;
}

#pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul li a {
    display: block !important;
}

#pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul li a {
    display: block !important;
    padding: 0 !important;
    font-weight: 300;
}

.breadcrumb {
    background-color: initial;
    border: none;
}

.breadcrumb>li:after {
    border: none;
    content: "/";
    transform: initial;
    font-size: 10px;
    display: block;
    padding-left: 10px;
    line-height: 26px;
    font-weight: 900;
    color: red;
}

.breadcrumb>li {
    padding-left: 0;
}

.breadcrumb a {
    color: #39353B;
}

.breadcrumb>li:last-child:after {
    display: none;
}

.breadcrumb>li:last-child {
    color: #9E93A5;
}

.thumbnail {
    border: navajowhite;
}

ul.nav.nav-tabs {
    border: 1px solid #dddddd;
    box-shadow: -2px 0px 2px 0px #dddddd;
    border-radius: 3px;
}

.nav-tabs>li>a {
    border: none;
    border-bottom: 3px solid #dddddd;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none;
    border-bottom: 3px solid #ac6565;
    color: #333333;
}

.nav-tabs>li>a {
    border: none;
    border-bottom: 3px solid #dddddd;
    color: #000000;
}

ul.nav.nav-tabs {
    border-bottom: 3px solid #dddddd;
    clear: both;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -3px;
}

.we-product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.we-model {
    background: #ffebc9;
    padding: 0px 10px;
    color: #535353;
    font-weight: 300;
}

li.we-stock {
    font-weight: 300;
    font-size: 16px;
}

li.we-stock span.green {
    color: #1a8000;
}

button#button-cart {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #c72828;
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    background-image: initial;
    font-size: 20px;
    text-transform: uppercase;
    border: none;
    margin-bottom: 5px;
    grid-row: 2 / span 1;
    grid-column: 1 / span 2;
    border-radius: 3px;
}

.we-price h2 {
    color: #000;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.price-row {
    display: grid;
    align-content: center;
    padding-top: 15px;
    grid-gap: 20px;
    align-items: center;
}

.price-row ul.list-unstyled {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
    margin: 0;
}

.price-row input#input-quantity {
    grid-column: 2 / span 1;
    grid-row: 1 / span 1;
    text-align: center;
    font-size: 18px;
}

.price-row button {
    grid-column: 1 / span 2;
}

.price-row h2,
.price-row li {
    margin: initial;
    font-size: 27px;
}

div#tab-specification table.table.table-bordered {
    width: auto;
    border: none;
}

#tab-specification .table-bordered>tbody>tr>td,
#tab-specification .table-bordered>tbody>tr>th,
#tab-specification .table-bordered>tfoot>tr>td,
#tab-specification .table-bordered>tfoot>tr>th,
#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>thead>tr>th {
    border: none;
    font-weight: 300;
    color: #000000;
    font-size: 16px;
}

div#tab-specification thead strong {
    font-weight: 600;
}

#tab-specification .table-bordered>tbody>tr>td,
#tab-specification .table-bordered>tbody>tr>th,
#tab-specification .table-bordered>tfoot>tr>td,
#tab-specification .table-bordered>tfoot>tr>th,
#tab-specification .table-bordered>thead>tr>td,
#tab-specification .table-bordered>thead>tr>th {
    border: none;
}

.nav-tabs>li>a {
    font-size: 16px;
}

nav#menu {
    margin-bottom: 0;
}


#pav-verticalmenu .box-heading {
    background-color: #333333 !important;
    padding: 15px 20px 16px;
    border-radius: 3px;
}

.product-thumb p.price {
    font-size: 20px;
    color: #0c4363;
}

button.we-wish-product,
button.we-compare-product {
    position: absolute;
}

.we-category-products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(215px, 1fr));
    margin: 0px;
    border-left: 1px solid #ddd;
}

.we-category-products>* {
    width: 100%;
    padding: 0;
}

.we-category-products:before,
.we-category-products:after {
    display: none;
}

.we-category-products .product-thumb {
    border-left: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;

}

button.we-compare-product {
    right: 1px;
    top: 28px;
}

button.we-wish-product {
    right: 1px;
}

button.we-wish-product i.fa,
button.we-compare-product i.fa {
    font-size: 18px;
}

button.we-wish-product,
button.we-compare-product {
    position: absolute;
    align-items: center;
    background-color: #ffffff00;
    border: none;
    color: #F25A38;
    cursor: pointer;
    z-index: 9;
    padding: 6px 12px;
}

.we-category-products .caption {
    display: grid;
    grid-template-rows: repeat(auto-fill, 1fr);
}

.we-category-products .product-thumb .image+div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.we-category-products h4 {
    margin-bottom: 10px;
}

#content h3 {
    margin-bottom: 20px;
}

div#map {
    height: 400px;
}

div#top-links span.we-count {
    color: white;
    display: block;
    background: #337ab7;
    position: absolute;
    top: -4px;
    right: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-weight: 400;
    font-size: 9px;
    text-shadow: 0 0 black;
}

div#top-links a {
    position: relative;
    display: block;
    height: 30px;
}

#top-links>ul.list-inline {
    display: flex;
    justify-content: center;
}

#top .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #994040;
    opacity: 1;
}

nav#top {
    position: fixed;
    top: 0;
    left: -400px;
    right: 100%;
    width: 400px;
    max-width: 100%;
    /*height: 100vw;*/
    background: white;
    box-shadow: 0 0 5px 1px #8d8d8d;
    z-index: 9999;
    bottom: 0;
    overflow: auto;
}

nav#top .container {
    width: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

a.side-menu-btn svg {
    width: 44px;
    height: 44px;
}

#search {
    width: 600px;
    margin: auto;
    max-width: 90%;
}

#search .form-control {
    width: 100%;
}

div#side-menu {
    display: flex;
}

div#side-menu svg {
    width: 44px;
    height: 44px;
}

div#side-menu a svg {
    width: 32px;
}

div#side-menu a {
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 15px;
    opacity: 1;
    transition: 1s;
    animation-delay: 5s;
    animation: animatebtns 5s infinite;
    animation-timing-function: ease-in-out;
}

*::-webkit-scrollbar {
    width: 12px;
    /* ширина всей полосы прокрутки */
}

*::-webkit-scrollbar-track {
    background: #f7eedf;
    /* цвет зоны отслеживания */
}

*::-webkit-scrollbar-thumb {
    background-color: #c86060;
    /* цвет бегунка */
    border-radius: 20px;
    /* округлось бегунка */
    border: 3px solid #f7eedf;
    /* отступ вокруг бегунка */
}

.lang-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lang-popup-inner {
    max-width: 300px;
    min-height: 120px;
    background-color: #ffffffe8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 15px;
    flex-wrap: wrap;
}

.lang-btn-group {
    margin-bottom: 10px;
    border-radius: 5px;
    display: flex;
    gap: 16px;
}

button.btn-link.lang-btn-rus {
    font-size: 10px;
    padding: 0 2px;
}

.lang-btn-group .btn-link {
    color: #091851;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: linear-gradient(45deg, #c1d0fbd1, #fffdb278);
    text-transform: uppercase;
    padding: 5px;
    border-bottom: 1px solid #154620;
    box-shadow: 0 0 20px 0 #c7c9cf;
}

.lang-btn-group .btn-link img {
    margin-right: 5px;
    width: 24px;
}

.lang-header {
    color: #289d3d
}

.lang-message {
    font-size: 12px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
}

.lang-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.close-lang-switcher {
    width: 125px;
    height: 30px;
    background-color: #4268f3;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

div#error-not-found .row {
    display: flex;
    justify-content: center;
}

div#product-category .col-sm-2.col-xs-6.sw-item {
    transition: 0.3s;
    padding: 10px;
    border-radius: 5px;
}

div#product-category .col-sm-2.col-xs-6.sw-item:hover {
    box-shadow: 0 0 10px 0px #dddddd;
}

div#account-account .row {
    display: flex;
    justify-content: center;
}

@keyframes animatebtns {
    0% {
        color: #333333;
        /*transform: scale(1);*/
        /*transform: rotate(00deg);*/
    }

    5% {
        color: #11a32e;
        /*transform: scale(1.1);*/
        /*transform: rotate(10deg);*/
    }

    10% {
        color: #333333;
        /*transform: scale(1);*/
        /*transform: rotate(0deg);*/
    }

    15% {
        color: #066018;
        /*transform: scale(1.1);*/
        /*transform: rotate(-10deg);*/
    }

    20% {
        color: #333333;
        /*transform: scale(1);*/
        /*transform: rotate(0deg);*/
    }

    100% {
        color: #333333;
        /*transform: rotate(0deg);*/
    }
}

#logo {
    margin: auto;
    width: 260px;
    margin-bottom: 23px;
    position: relative;
    justify-items: center;
    align-items: center;
    grid-template-columns: 100px 1fr;
}

.first-screen {
    height: calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    padding-top: 5%;
    min-height: 800px;
}

nav#top nav#menu {
    background: none;
    box-shadow: initial;
}

nav#top #menu .nav>li>a {
    color: #333333;
    font-weight: 300;
    text-shadow: initial;
    padding: initial;
    line-height: 28px;
    text-transform: initial;
}

nav#top #menu .navbar-nav>li {
    display: block;
    float: initial;
}

nav#top ul.nav.navbar-nav.pull-right {
    float: initial !important;
}

.categories aside {
    width: 100%;
}

/*new pav menu*/
.categories {
    position: absolute;
    top: 340px;
    width: 100%;
    max-width: 100%;
    z-index: 8;
    display: none;
    z-index: 10;
}

body#we-home .categories {
    display: block;
}

.error-not-found-page .categories {
    display: block;
    top: 520px !important;
}

.error-not-found-page .categories:after {
    display: none !important;
}

#pav-verticalmenu .box-heading {
    display: none;
}

.categories aside#column-left {
    padding: 0;
}

#pav-verticalmenu a {
    background-color: #ffffff !important;
}


div#slogan {
    text-align: center;
    font-size: 12px;
    font-style: italic;
    line-height: 222%;
    color: #333333;
    letter-spacing: 1.5px;
    position: relative;
}

div#slogan>div:last-child {
    text-align: right;
    padding: 0;
    padding-right: 5%;
}


.container.grid-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
}

/*end new pav menu*/
div#search svg {
    height: 28px;
    width: 28px;
}

.video-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}

div#product-product .video-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #333333;
    padding-top: 15px;
}

.video-item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 1px 5px 1px #d5b09c;
    transition: 0.3s;
}

.video-item:hover {
    box-shadow: 2px 2px 7px 1px #b56337;
}

.videos a {
    color: #333;
    display: block;
    text-align: right;
    font-size: 16px;
}

.videos {
    background: rgb(242, 226, 220);
    background: linear-gradient(130deg, rgba(242, 226, 220, 1) 0%, rgb(242 139 80 / 10%) 10%);
    padding: 25px;
    border-radius: 5px;
}

div#slogan .love svg {
    width: 14px;
    height: 14px;
    margin-bottom: -2px;
}

/*body#other_pages .categories {
    left: -400px;
    right: 400px;
}*/

.container.info-menu {
    border-bottom: 1px solid #dddddd;
}

.blog-menu {
    text-align: center;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

.blog-menu ul {
    padding: 0;
}

.blog-menu li {
    list-style: none;
}

.blog-menu li i {
    display: none;
}

.blog-menu li a {
    color: #333333;
    font-weight: 300;
    text-shadow: initial;
    padding: initial;
    line-height: 28px;
    text-transform: capitalize;
    font-size: 16px;
}

div#slogan .love {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    /*padding-right: 5%;*/
    flex-wrap: wrap;
}

span.word__i {
    position: relative;
}

span.word__i:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    position: absolute;
    background-color: white;
    background-image: url(/image/catalog/heart.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: 2px;
    left: calc(50% - 3.5px);
    left: -moz-calc(50% - 3.5px);
    left: -webkit-calc(50% - 3.5px);
}

span.word__1 {
    color: #f90000;
}

span.word__2 {
    color: #4b84ff;
}

span.word__3 {
    color: #45b9d8;
}

span.word__4 {
    color: #ff0015;
}

span.word__5 {
    color: #ad0000;
}

span.word__6 {
    color: red;
}

span.word__7 {
    color: #00ad00;
}

span.word__8 {
    color: #65b7ff;
}

span.word__o2 {
    color: #ff6c00;
    margin-left: -2px;
}

span.word__2,
span.word__3,
span.word__4,
span.word__5,
span.word__6,
span.word__7,
span.word__8 {
    margin-left: 5px;
}

.special-slogan {
    font-size: 20px;
    display: grid;

}

.special-slogan>span {
    display: block;
}

.special-slogan .lefted {
    text-align: left;
    grid-column: 1/ span 2;
}

.special-slogan .righted {
    text-align: right;
    grid-column: 2/ span 2;
}

.special-slogan span.selected {
    font-size: 110%;
    color: #d80000;
}

.we-count {
    color: white !important;
    display: block;
    background: #c93d3d !important;
    position: absolute;
    top: -5px;
    right: -6px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 14px;
    font-weight: 400;
    font-size: 9px;
    text-shadow: 0 0 black;
}

img.mt-2 {
    width: 60px;
}

.loginMethod {
    padding: 5px;
    border: 2px solid;
    margin-bottom: 10px;
}

.bable-link {
    position: relative;
}

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

a.scroll-link__next {
    position: absolute;
    left: calc(50% - 16px);
    left: -webkit-calc(50% - 16px);
    left: -moz-calc(50% - 16px);
    display: flex;
    justify-content: center;
    font-size: 32px;
    transition: 1s;
    margin-top: -4%;

    animation-delay: 2s;
    animation-duration: 10s;
    animation-name: animate;
    animation-iteration-count: infinite;
}

ul.nav.nav-tabs {
    box-shadow: initial;
    border: initial;
    border-bottom: 4px solid #dddddd;
}

.col-sm-4.we-prod-controls button {
    background: none;
    border: none;
    box-shadow: initial;
}

.col-sm-4.we-prod-controls button i {
    font-size: 28px;
}

.alert a {
    font-size: 120%;
    color: #7a4911;
    font-weight: 600;
}

div#product-product div#content {
    width: 100%;
}

.breadcrumb {
    text-align: center;
}

.breadcrumb>li:after {
    margin-right: 4px;
}

#pav-verticalmenu .navbar-nav>li div {
    display: none;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #F21616;
    background-image: linear-gradient(to bottom, #F21616, #F25A38);
    background-repeat: repeat-x;
    border-color: #F21616 #F21616 #F25A38;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #F25A38;
    background-position: 0 -15px;
}

.cat-price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding: 0 10px;
}

.cat-price-row p.price {
    margin: 0;
}

.cat-price-row button {
    background: none;
    border: 1px solid #43ad00;
    border-radius: 5px;
    color: #076171;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}

.alert {
    position: fixed;
    right: 15px;
    top: 15px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    right: -17px;
    top: -17px;
    background: #ff8372;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    text-shadow: 0 0 black;
    color: black;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.controls a {
    position: relative;
}

.controls a span.we-count {
    top: -2px;
    right: -2px;
}

.btn-primary:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(200 7 7 / 30%);
    border-radius: 5px;
    transition: all 1s ease;
}

.btn-primary:hover:before {
    width: 100%;
}

.btn-primary {
    position: relative;
}

.zoomWindowContainer .zoomWindow {
    background-color: #ffffff;
}

li#main-image {
    position: relative;
}

li#main-image a.prev,
li#main-image a.next {
    position: absolute;
    top: 50%;
}

li#main-image a.prev {
    position: absolute;
    left: 0;
}

li#main-image a.next {
    position: absolute;
    right: 0;
}

li#main-image a.next i,
li#main-image a.prev i {
    font-size: 26px;
}

.d-social-login__button--google span.d-social-login__button__icon {
    max-width: initial;
    border: 1px solid #333333;
    border-radius: 3px;
    color: #333333;
}

div#information-contact form {
    overflow: hidden;
    margin-bottom: 40px;
}

div#error-not-found div#content {
    text-align: center;
}

div#account-login .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div#information-information>.row {
    display: flex;
    justify-content: center;
}

div#information-information>.row h1 {
    text-align: center;
}

div#error-not-found .product-thumb {
    display: grid;
    grid-template-rows: 200px 230px 1fr;
}

div#error-not-found .product-thumb .caption {
    display: grid;
    align-items: flex-start;
    grid-template-rows: 80px 1fr 30px;
}

div#ad_select input {
    width: 100%;
    border-radius: 5px;
    padding: 5px !important;
}

a.socnetauth2_buttons img {
    width: 32px;
}

a.socnetauth2_buttons {
    display: block;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    padding: 5px;
}

.simple_socnetauth2_lline_links {
    display: flex;
    justify-content: end;
}

.video-item iframe {
    width: 100%;
    height: 100%;
    border: none;
}

iframe {
    border: none;
}

.social-icon {
    padding: 2px;
    background-color: #FFF;
    height: 25px;
    width: 25px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
    font-size: 20px;
    border-radius: 2px;
}

div#information-information .row.callback-wrapper {
    display: block;
    position: initial;
}

div#information-information .close-popup {
    display: none;
}

li.divider {
    background-color: #333333 !important;
    min-height: 1px !important;
    height: 1px !important;
    padding: 0 !important;
}

li.category-live-item {
    min-height: initial !important;
}


.opc-alert-danger {
    background: #fffef3 !important;
    top: 40px;
    box-shadow: 0px 0px 5px 0px #2d0303;
}

/*@keyframes animate:  a.scroll-link__next margin-top position*/
@keyframes animate {
    0% {
        margin-top: -4%;
    }

    10% {
        margin-top: -6%;
    }

    20% {
        margin-top: -4%;
    }

    30% {
        margin-top: -6%;
    }

    40% {
        margin-top: -4%;
    }

    100% {
        margin-top: -4%;
    }
}

@media (min-width:1260px) {
    .we-category-products {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));

    }
}

/*more than 768px*/
@media (min-width:1200px) and (max-width: 1259px) {
    .we-category-products {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

    }
}

/*more than 768px*/
@media (min-width:768px) {


    #tab-description .product-grid {
        display: grid;
        grid-template-columns: 2fr 1fr;
        align-items: center;
        justify-items: center;
    }

    .product-grid>div {
        width: 100%;
    }

    ul.nav.navbar-nav.verticalmenu {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    ul.nav.navbar-nav.verticalmenu:before,
    ul.nav.navbar-nav.verticalmenu:after {
        display: none;
    }

    #pav-verticalmenu .dropdown-menu {
        position: initial;
        left: initial !important;
        width: initial !important;
        min-width: initial !important;
        min-height: initial !important;
        opacity: initial !important;
        box-shadow: initial !important;
        float: initial;
    }

    #pav-verticalmenu .navbar-nav>li>.dropdown-menu ul {
        flex-direction: column;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        padding: 0;
        column-gap: 15px;
        row-gap: 5px;
    }

    #pav-verticalmenu .navbar-nav>li>.dropdown-menu ul li,
    #pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul li {
        width: 100% !important;
    }

    #pav-verticalmenu .navbar-nav>li>.dropdown-menu ul li a {
        padding: 0 !important;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }


    #pav-verticalmenu .navbar-nav>li>a img {
        height: 80px;
        width: auto;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        aspect-ratio: 4 / 3;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        border-bottom: 1px solid #e1e1e1 !important;
        margin: 0 5px;
    }

    #pav-verticalmenu .box-content .navbar-default .navbar-collapse {
        background: #fff;
    }

    #pav-verticalmenu .navbar-nav li ul {
        padding: 0;
    }

    #pav-verticalmenu .navbar-nav li ul li {
        list-style: none;
        display: grid;
        grid-template-columns: 32px 1fr;
        grid-gap: 8px;
        align-items: center;
    }

    #pav-verticalmenu .navbar-nav li ul li a {
        font-size: 14px;
        text-transform: initial;
        font-weight: 300;
        padding: 0 !important;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        text-transform: initial;
    }

    #pav-verticalmenu .box-content .navbar-default .navbar-collapse {
        background: #fff;
        padding-bottom: 15px !important;
    }

    div#verticalmenu {
        box-shadow: 0px 3px 6px 0px #5d4a35;
    }

    body#other_pages .categories {
        top: 260px;
    }
}

/*more than 992px*/
@media (min-width: 992px) {
    .container {
        width: 1024px;
    }

}

/*more than 1200px*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding: 0;
        grid-template-columns: 260px 440px 1fr 1fr 1fr;
        grid-gap: 15px;
    }
}

/*less than 1365px*/
@media (max-width: 1365px) {
    #search {
        width: 40vw;
        min-width: 300px;
    }

}

/*less than 1200px*/
@media (max-width: 1200px) {
    a.category-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .categories {
        /*left: -100%;*/
    }

}

/*less than 960px*/
@media (max-width: 960px) {
    div#slogan .love {
        flex-wrap: wrap;
        justify-content: center;
    }

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: none;
    }

    .container {
        width: 100%;
    }

    div#logo {
        grid-column: 1/ span 3;
        justify-self: start;
        margin: auto;
    }

    .search-col {
        grid-column: 1/span 3;
        grid-row: 2/ span 1;
        width: 100%;

    }

    .callback-col {
        grid-column: 1 / span 1;
        grid-row: 3 / span 1;
    }

    .cabinet-col {
        grid-column: 2 / span 1;
        grid-row: 3 / span 1;
    }

    .cart-col {
        grid-column: 3 / span 1;
        grid-row: 3 / span 1;
    }

    .grid-header {
        height: initial;
    }

    .we-featured-slider {
        overflow: hidden;
    }

    .we-featured-slider ul.slick-dots {
        display: flex !important;
        padding: 0;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }

    .we-featured-slider ul.slick-dots li {
        list-style: none;
    }

    .we-featured-slider ul.slick-dots button {
        width: 11px;
        height: 11px;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
        opacity: 1;
        font-size: 0;
        line-height: initial;
        padding: 0;
    }

    .we-featured-slider ul.slick-dots li.slick-active button {
        background: rgb(7 192 213 / 50%);
    }

    .we-product-header {
        padding: 0 15px;
    }

    ul.nav.nav-tabs,
    .tab-content {
        margin: 0 15px;
    }

    .we-category-products {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        margin: 0px;
        border-left: 1px solid #ddd;
    }

    .we-category-products>* {
        width: 100%;
        padding: 0;
    }

    .we-category-products:before,
    .we-category-products:after {
        display: none;
    }

    .we-category-products .product-thumb {
        border-left: none;
        margin: 0;
        height: 100%;

    }

    .we-category-products .image {
        padding: 5px;
    }

    .phones {
        position: absolute;
        bottom: 75px;
        background: #fbfbfb;
        padding: 15px;
        right: 15px;
        border-radius: 3px;
        box-shadow: 0px 0px 5px 0px #a1a1a1;
        grid-gap: 15px;
        display: none;
    }

    .phones a {
        font-size: 16px;
        color: #18426b;
        font-weight: 600;
    }

    .phones.active {
        display: grid !important;
    }

}

@media (max-width: 768px) {
    #socnetauth2box {
        max-width: 100%;

    }

    div#socnetauth2box iframe {
        max-width: 100%;
    }

    div#side-menu {
        display: none;
    }

    .we-category-products .image img {
        width: initial;
    }

    p.video-container iframe {
        max-width: 100%;
    }

    div#tab-description .product-grid ul.thumbnails {
        position: relative;
    }

    div#tab-description .product-grid li#main-image:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        z-index: 99;
    }

    .zoomWindowContainer {
        display: none !important;
    }

    .zoomContainer {
        display: none !important;
    }

    #search .form-control {
        max-width: initial;
    }

    aside#column-left {
        display: block !important;
    }

    .first-screen {
        height: calc(80vh - 160px);
        height: -webkit-calc(80vh - 160px);
        height: -moz-calc(80vh - 160px);
        padding: 0;
    }



    div#logo {
        background-position: -7px -2px;
    }

    .breadcrumb {
        margin: 0px 0 5px 0;
    }

    .breadcrumb li {
        display: none;
    }

    .breadcrumb li:nth-last-child(2) {
        display: block;
    }

    .breadcrumb>li:after {
        display: none;
    }

    .breadcrumb>li:before {
        content: "" !important;
        display: block;
        float: left;
        margin-right: 10px;
        width: 10px;
        height: 20px;
        background: url(/image/chevron-left.svg);
        background-repeat: no-repeat;
        background-position: center;
    }

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

    div#logo.logo-moved {
        grid-column: 2;
        grid-row: 1;
    }

    #logo.logo-moved a {
        font-size: 24px;
    }

    li.we-top-shoping-cart,
    li.we-top-checkout {
        display: none;
    }

    .we-category-products {
        border-left: none;
    }

    .we-category-products>* {
        margin-bottom: 15px;
        border-left: 1px solid #ddd;
    }

    .we-prod-controls {
        display: grid;
    }

    .we-prod-controls #product {
        grid-row: 1;
    }

    .we-prod-controls>.rating,
    .we-prod-controls>ul.list-unstyled,
    .we-prod-controls>.btn-group {
        text-align: center;
    }

    .we-prod-controls>.btn-group {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-bottom: 15px;
    }

    .we-product-header {
        flex-direction: column;
        justify-content: start;
        align-items: start;
        gap: 15px;
    }

    .we-product-header h1 {
        font-size: 24px;
    }

    .breadcrumb>li {
        white-space: break-spaces;
    }

    .we-category-image {
        display: none;
    }

    header.home-page-header .container.grid-header {
        height: 40vh;
    }

    #top .container {
        display: grid;
        justify-items: center;
        align-items: center;
        padding: 0;
    }

    #top .container .navbar-header {
        grid-column: 1 / span 1;
        grid-row: 1;
        width: 60px;
        height: 60px;
        margin: 0;
    }

    nav#top .pull-left:first-child {
        grid-column: 2 / span 1;
        grid-row: 1;
        padding: 0;
    }

    div#top-links {
        grid-column: 3 / span 1;
        grid-row: 1;
        padding: 0;
    }

    div#top-links ul.list-inline {
        margin: inherit;
    }

    .lang-switcher {
        grid-column: 4 / span 1;
        grid-row: 1;
    }

    #top .container .navbar-header:before,
    #top .container .navbar-header:after {
        display: none;
    }

    span#category {
        visibility: hidden;
        font-size: 0;
        height: 0;
    }

    #top .container .navbar-header button {
        margin: 10px 5px;
    }

    div#top-links ul.list-inline>li {
        padding: 0 10px;
    }

    nav#top .pull-left:first-child button {
        padding: 18px 0px;
    }

    #top .dropdown-menu>li>a {
        font-size: 18px;
    }

    nav#menu {
        /*position: absolute;
        top: 60px;
        left: 0;*/
        width: 100%;
        /*z-index: 8;
        min-height: initial;*/
    }

    a.category-btn {
        color: #ffffff;
        background: #2a92cf;
        display: flex;
        border-radius: 3px;
        padding: 10px 15px;
        font-size: 24px;
        gap: calc(50% - 68px);
        line-height: normal;
    }

    a.category-btn svg {
        height: 32px;
        width: 32px;
    }

    .controls>a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #333333;
        background: initial;
    }

    div#search.input-group {
        display: flex;
        width: 100%;
    }

    div#search span.input-group-btn {
        position: absolute;
        right: 0;
        width: initial;
    }

    nav#menu ul.nav.navbar-nav.pull-right {
        width: 100%;
    }


    .slideshow {
        display: none;
    }

    .we-category-products .image a {
        height: 100%;
    }

    .we-category-products .image {
        padding: 5px;
        max-height: 200px;
    }

    .we-category-products .image img {
        max-height: 100%;
    }

    .close-category-menu {
        position: absolute;
        top: 0;
        right: 0;
    }

    .close-category-menu svg {
        width: 50px;
        height: 42px;
    }

    .pav-verticalmenu .collapse.navbar-collapse {
        display: block;
    }

    .category-menu {
        position: fixed !important;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 100%;
        z-index: 9 !important;
        background: white;
        margin: 0 !important;
    }

    .checkout-content {
        width: 85%;
    }

    .latest-blog-container {
        grid-template-columns: 1fr;
    }

    .container {
        width: 100%;
    }

    .menu-slider {
        display: block;

    }

    .slideshow {
        box-shadow: initial;
        width: 100vw;
    }

    div#logo {
        grid-column: 1/ span 3;
        justify-self: start;

    }

    .controls {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: #F8F8F8;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
        align-items: center;
        justify-items: center;
        box-shadow: 0px 0px 7px 0px #b93c004a;
        z-index: 9;
    }

    .controls>* {
        grid-column: unset;
        grid-row: unset;
    }

    .controls>* a span {
        font-size: 0px;
    }

    .pav-verticalmenu .collapse.navbar-collapse a span {
        font-size: 14px;
    }

    .pav-verticalmenu .collapse.navbar-collapse ul.nav.navbar-nav.verticalmenu {
        margin: auto;
    }

    .controls svg {
        width: 32px;
        height: 32px;
    }

    .controls .cart-col a,
    .controls .callback-col a,
    .controls .cabinet-col a {
        display: block;
    }

    .controls div#cart {
        margin: initial;
    }

    .callback-col,
    .cart-col {
        display: none;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0px;
    }

    .advantage img,
    .advantage svg {
        width: 32px;
        height: 32px;
    }

    .advantages {
        display: none;
    }

    .fa {
        font-size: 20px;
    }

    .we-featured-products {
        padding: 0;
    }

    .we-featured-products .product-thumb {
        border: none;
    }

    .we-featured-products .button-group {
        display: none;
    }

    .featured-block {
        display: none;
    }

    .testimonial-block {
        display: none;
    }

    .latest-blog-block {
        display: none;
    }

    .html-block {
        /*display: none;*/
    }

    div#common-home div#content {
        padding-top: calc(20vh - 70px);
        padding-top: -webkit-calc(20vh - 70px);
        padding-top: -moz-calc(20vh - 70px);
    }

    #pav-verticalmenu .box-content .navbar-default .navbar-header>a {
        display: none;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    #pav-verticalmenu .navbar-nav>li {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    #pav-verticalmenu .box-content {
        height: 100%;
        background: #f2f2f2;
    }

    .video-container {
        flex-direction: column;
        gap: 15px;
    }

    .video-item {
        aspect-ratio: 5 / 3;
    }

    .videos {
        padding: 15px;
    }

    .categories {
        width: 100%;
        position: fixed;
        top: calc(20% - -130px);
        bottom: 0;
        display: block;
        /* overflow: auto; */
        /* height: calc(100vh - (20% - -130px)); */
    }

    .categories aside#column-left {
        overflow: auto;
        height: 100%;
    }

    div#pav-verticalmenu {
        margin: 0 !important;
    }

    #pav-verticalmenu .navbar-nav>li>div {
        display: none;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        position: relative;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        position: relative;
        width: calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
    }

    #pav-verticalmenu .navbar-nav>li {
        background: #fff;
        position: relative !important;
    }

    #pav-verticalmenu .navbar-nav>li>a .caret {
        display: none;
    }

    #pav-verticalmenu .navbar-nav>li.parent.dropdown:after {
        content: "";
        background: url(/image/catalog/caret-down.svg);
        display: block;
        width: 60px;
        height: 48px;
        position: absolute;
        right: 0;
        top: 0;
        background-repeat: no-repeat;
        background-position: center;
    }

    #pav-verticalmenu .navbar-nav>li>.dropdown-menu.dropdown-menuopen {
        position: relative;
        left: initial !important;
        opacity: 1;
        width: 100% !important;
        top: 0;
    }

    #pav-verticalmenu .navbar-nav>li>.dropdown-menu.dropdown-menuopen ul {
        display: flex;
        padding: 0;
        flex-wrap: wrap;
    }

    #pav-verticalmenu .dropdown-menu li img {
        display: none !important;
    }

    #pav-verticalmenu .navbar-nav>li:hover>.dropdown-menu ul li {
        width: 100% !important;
        padding-left: 15px;
    }

    .container.grid-header {
        align-items: flex-start;
    }

    div#slogan .love {
        font-size: 16px;
    }

    .navbar-collapse {
        display: block;
        height: initial !important;
        text-align: center;
    }

    nav#top {
        width: 100%;
        left: -100%;
        box-shadow: initial;
    }

    nav#top nav#menu .navbar-header {
        display: none;
    }

    body {
        margin-top: 60px;
    }

    .special-slogan .righted {
        text-align: right;
        grid-column: 3/ span 4;
        font-size: 14px;
    }

    .special-slogan .lefted {
        text-align: left;
        grid-column: 1/ span 6;
        font-size: 14px;
    }

    div#slogan>div:last-child {
        text-align: center;
        padding: 0;
    }

    nav#top {
        top: 60px;
    }

    #top .close {
        width: 48px;
        height: 48px;
    }

    #top .close svg {
        width: 32px;
        height: 32px;
    }

    footer ul {
        text-align: center;
        border-bottom: 1px solid #dddddd;
    }

    .social-links {
        justify-content: center;
    }

    a.scroll-link__next {
        animation-name: animatemobile;

    }

    #pav-verticalmenu .navbar-nav>li {
        text-align: left;
    }

    div#content {
        padding: 0 15px;
    }

    .controls a.side-menu-btn svg {
        width: 32px;
        height: 32px;
    }

    .container.grid-header {
        padding: 0 10px;
    }

    .special-slogan span.selected {
        font-size: 120%;
        color: #d80000;
        font-weight: 600;
    }

    div#common-home {
        padding: 0;
    }

    div#common-home h2 {
        margin-bottom: 15px;
    }

    div#common-home .html-block {
        margin-bottom: 30px;
    }

    div#slogan {
        display: none;
    }

    .first-screen {
        min-height: 1165px;
    }

    #pav-verticalmenu .navbar-nav {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        grid-gap: 20px;
        align-items: center;
        justify-items: center;
        background: #ffffff;
    }

    #pav-verticalmenu .navbar-nav:before,
    #pav-verticalmenu .navbar-nav:after {
        display: none;
    }

    #pav-verticalmenu .navbar-nav>li>a {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    #pav-verticalmenu .navbar-nav>li>a img {
        width: initial;
        height: 65px;
    }

    #other_pages .categories {
        display: none;
    }

    .breadcrumb {
        text-align: left;
    }

    .row.recommended-in-cart {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    .row.recommended-in-cart .clearfix.visible-md {
        display: none;
    }

    .row.recommended-in-cart .col-xs-6.col-md-4 {
        width: 100%;
    }

    .row.recommended-in-cart .col-xs-6.col-md-4 .caption {
        min-height: inherit;
    }

    /*.first-screen {
        position: relative;
    }

    .first-screen:before {
        transform: rotate(355deg);
        content: "";
        display: block;
        width: 100%;
        height: 32px;
        position: absolute;
        background-color: #fffbf1;
        background-image: url(/image/catalog/icons/firetape.svg);
        bottom: 30%;
        background-repeat: repeat-x;
        transition: 1s;
        animation-duration: 40s;
        animation-iteration-count: infinite;
        animation-name: firetape;
        animation-timing-function: linear;
        border-bottom: 3px solid #ffeacc;
        border-top: 3px solid #ffb5a1;
    }*/
    aside#column-right {
        display: block !important;
        width: 100%;
    }

    div#account-account .row {
        flex-wrap: wrap;
    }

}

@media (max-width: 499px) {
    #socnetauth2box {
        max-width: 100%;
        left: 0 !important;
        height: initial !important;
    }
}

/*@keyframes firetape {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 276px 0;
    }
}*/

@media (max-width:360px) {
    .nav-tabs>li>a {
        padding: 8px 10px;
    }

    div#slogan>div:last-child {
        padding: 0;
        text-align: center;
        font-size: 12px;
    }
}


@keyframes animatemobile {
    0% {
        margin-top: -8vh;
    }

    10% {
        margin-top: -10vh;
    }

    20% {
        margin-top: -8vh;
    }

    30% {
        margin-top: -10vh;
    }

    40% {
        margin-top: -8vh;
    }

    100% {
        margin-top: -8vh;
    }
}



.latest-blog-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.latest-blog-container>div {
    width: 100%;
}

.latest-blog-container:before,
.latest-blog-container:after {
    display: none;
}