/* #region v1*/
@media (max-width: 767px) {
  .content {
    margin: 0;
  }
  .content__title {
    font-size: 1.6em;
  }
  .form .col-sm-6 + .col-sm-6 {
    margin-top: 10px;
  }
  .form_left .form__item {
    padding-left: 0;
  }
  .form_left .form__label {
    float: none;
    margin: 0 0 5px;
  }
  ul.page-numbers a,
ul.page-numbers span {
    padding: 6px 10px;
    font-size: 0.85em;
  }
  .product-search_big {
    margin: 30px 20px 20px 0;
  }
  .page404 {
    padding-left: 0;
    padding-top: 220px;
    width: auto;
    height: auto;
    background-position: center top;
    text-align: center;
  }
}

/* nav */
@media (min-width: 992px) {
  .nav__toggle {
    display: none;
  }
  .nav_centered {
    text-align: center;
  }
  .nav_bigmargin {
    margin: 40px 0 60px;
  }
  .nav {
    display: block !important;
    margin: 0 0 40px;
    padding: 0;
    background: #F4F4F4;
    border-bottom: 1px solid #CCCECE;
    list-style: none;
    white-space: nowrap;
  }
  .nav li {
    display: inline-block;
    margin: 0 10px;
    list-style: none;
  }
  .nav li a,
.nav li span {
    display: block;
    padding: 20px 5px 16px;
    color: #555;
    font-size: 1.25em;
    border-bottom: 5px solid transparent;
    text-decoration: none;
  }
  .nav li a:hover {
    color: #5A68C3;
  }
  .nav li .active,
.nav li.is-active a,
.nav li.is-active span {
    color: #0068c3;
    border-bottom-color: #555;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav {
    font-size: 0.85em;
  }
  .nav li {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .nav__toggle {
    display: block;
    margin: 0 0 10px;
    width: 20px;
    height: 20px;
    background: url(../images/header-menu.svg) center center no-repeat;
    background-size: 16px 16px;
  }
  .nav {
    display: none;
    margin: 0;
    padding: 0;
    background: #F4F4F4;
    border: 1px solid #BBB;
    list-style: none;
  }
  .nav li {
    list-style: none;
  }
  .nav li + li {
    border-top: 1px solid #BBB;
  }
  .nav li a,
.nav li span {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
  }
  .nav li a:hover {
    text-decoration: none;
  }
  .nav li .active,
.nav li.is-active a,
.nav li.is-active span {
    color: #FFF;
    background: #555;
    text-decoration: none;
  }
}

/* header */
@media (min-width: 1200px) {
  .header__logo {
    float: left;
    margin: 35px 0 0 -43px;
    width: 262px;
  }
  body.home .header__logo {
    margin: 30px 0 0 -56px;
    width: 340px;
  }
  .header._compact .header__logo {
    margin-top: 15px;
    width: 200px;
  }
  .header__nav {
    float: right;
    margin: 40px -65px 0 0;
  }
  .header._compact .header__nav {
    margin-top: 20px;
  }
  .header__buttons {
    float: right;
  }
  .header__menu {
    float: right;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__logo {
    float: left;
    margin: 35px 0 0;
    width: 262px;
  }
  .header._compact .header__logo {
    margin-top: 35px;
    width: 200px;
  }
  .header__nav {
    float: right;
    margin: 40px 0 0px 0;
    display: flex;
    flex-direction: row-reverse;
  }
  .header._compact .header__nav {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    float: left;
    margin: -15px 0 0;
    width: 262px;
  }
  .header._compact .header__logo {
    margin-top: 16px;
    width: 200px;
  }
  .header__nav {
    margin: 40px 0 0;
  }
  .header._compact .header__nav {
    margin-top: 20px;
  }
  .header__buttons {
    float: right;
  }
}

@media (max-width: 767px) {
  .header__logo {
    margin: 25px auto;
    width: 230px;
  }
  .header._compact .header__logo {
    margin: 15px auto;
    width: 180px;
  }
  .header__buttons {
    float: right;
  }
  .header__buttons div.sub-menu .container {
    padding: 0 20px;
  }
}

/* header menu */
@media (min-width: 992px) {
  .header__menu-toggle {
    display: none;
  }
  .header__menu {
    display: block !important;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
  }
  .header__menu .menu-item:hover > .menu-icon {
    display: block;
  }
  .header__menu > li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
  }
  .header__menu > li > a, .header__menu > li > span {
    box-sizing: initial;
    display: block;
    height: 20px;
    padding: 0 16px 35px;
    font-size: 1.05em;
    color: #4C4C4C;
    border-bottom: 3px solid transparent;
    letter-spacing: 0.105em;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header._compact .header__menu > li > a,
.header._compact .header__menu > li > span {
    padding-bottom: 15px;
  }
  .header__menu > li:hover > a,
.header__menu > li > span {
    text-decoration: none;
    color: #003675;
  }
  .header__menu > li:hover > ul {
    display: flex;
    justify-content: center;
  }
  .header__menu ul.lvl-1 {
    display: none;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background: #F1F1F1;
    border: 1px solid #BBB;
    border-left: none;
    border-right: none;
    list-style: none;
    text-align: center;
  }
  .header__menu ul a,
.header__menu ul span {
    text-decoration: none;
  }
  .header__menu ul a:hover,
.header__menu ul span {
    font-weight: 600;
    font-size: 0.825rem;
    color: #003675;
    position: relative;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header__menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 991px) {
  .header__menu-toggle {
    float: right;
    padding: 0 10px;
  }
  .header__menu {
    display: none;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    background: #F4F4F4;
    border: 1px dotted #BBB;
    clear: both;
  }
  .header__menu ul {
    display: none;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px dotted #BBB;
    background: rgba(0, 0, 0, 0.03);
  }
  .header__menu li + li {
    border-top: 1px dotted #BBB;
  }
  .header__menu a,
.header__menu span {
    position: relative;
    display: block;
    padding: 12px 16px;
    text-decoration: none;
  }
  .header__menu a:hover,
.header__menu span {
    color: #FFF;
    background: #0068C3;
    text-decoration: none;
  }
  .header__menu ul a,
.header__menu ul span {
    padding-left: 30px;
  }
  .header__menu ul ul a,
.header__menu ul ul span {
    padding-left: 60px;
  }
  .header__menu ul ul ul a,
.header__menu ul ul ul span {
    padding-left: 90px;
  }
  .header__menu .arr {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: url(../images/header-menu-sub1.svg) center center no-repeat;
    background-size: 10px 10px;
  }
  .header__menu a:hover > .arr,
.header__menu span > .arr {
    background-image: url(../images/header-menu-sub2.svg);
  }
}

@media (max-width: 767px) {
  .header__menu-toggle {
    float: left;
  }
}

/* home page */
@media (max-width: 767px) {
  .home-slider__item {
    padding: 40px 20px;
  }
  .home-slider__item p {
    margin: 20px 0;
    font-size: 1.8em;
    line-height: 1;
  }
  .home-brands p {
    font-size: 1.2em;
  }
  .home-upcoming__item {
    padding: 20px;
  }
  .home-upcoming__arr {
    display: none;
  }
  .home-upcoming__img {
    width: 40px;
  }
  .home-upcoming__inner {
    margin: 0 0 0 55px;
  }
  .home-text {
    margin: 0;
  }
  .home-request {
    margin-bottom: 30px;
    text-align: center;
  }
  .home-request__img {
    margin: 0 auto;
  }
}

/* taxonomy and product */
@media (max-width: 1199px) {
  .cat-inner__heading {
    font-size: 1.3em;
  }
  .cat-inner__title {
    font-size: 1.1em;
  }
  .cat-products__title {
    font-size: 1.1em;
  }
  .variants__head {
    font-size: 1em;
  }
  .variants__body {
    font-size: 1em;
  }
  .product__description {
    padding: 20px 0;
  }
  .tabs__horiz {
    display: none;
  }
  .tabs__vert {
    display: block;
  }
  .tabs__content {
    padding: 0 10px 20px;
  }
}

@media (max-width: 991px) {
  .cat-inner__title {
    font-size: 1.1em;
  }
  .cat-inner__title,
.cat-inner__text,
.cat-inner__product-text {
    margin-right: 0;
  }
  .tbl1_related .tbl1__inner_right {
    margin: 0;
  }
  .tbl1_related .row + .row .tbl1__inner_right {
    background: transparent;
  }
  .tbl1_related .row:first-child .tbl1__inner_right:before {
    display: none;
  }
  .tbl1_related .row:last-child .tbl1__inner_left:after {
    display: none;
  }
  .prod__info {
    text-align: left;
  }
  .distributors-list .logo {
    padding-top: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .cat-main {
    margin: 0;
  }
  .cat-main__heading {
    margin-left: 0;
  }
  .cat-inner {
    margin: 0;
  }
  .cat-inner__item.dotted:after {
    left: 40px;
    right: 0;
  }
  .cat-inner__heading p.first {
    margin-left: 0;
  }
  .cat-inner__heading p.last {
    display: none;
  }
  .cat-inner__left {
    padding-left: 40px;
  }
  .cat-inner__img {
    margin-left: -40px !important;
    width: 30px !important;
  }
  .cat-inner__brand {
    margin: 0 0 0 40px;
    padding: 0;
    max-width: none;
    background: none;
  }
  .cat-inner__text-right {
    margin: 0 0 0 40px;
    font-size: 0.8em;
  }
  .cat-inner__products {
    margin-left: 40px;
    margin-right: 0;
  }
  .cat-inner__product-text-right {
    margin-left: 0;
  }
  .cat-inner__product-brand {
    margin: 0;
  }
  .cat-products__text {
    margin: 10px 0;
    font-size: 0.9em;
  }
  .cat-products__pricing {
    text-align: left;
  }
  .product__params {
    font-size: 0.9em;
  }
  .related button {
    margin-top: 10px;
  }
  .prod__info {
    padding-top: 20px;
  }
  .prod__form {
    padding-top: 28px;
  }
  .popup__title {
    font-size: 1em;
  }
  .popup__buttons {
    font-size: 0.8em;
  }
  .popup__buttons a:last-child {
    margin-top: 10px;
  }
}

/* cart and checkout */
@media (max-width: 1199px) {
  .cart__head {
    font-size: 1em;
  }
  .cart__body {
    font-size: 1em;
  }
}

@media (max-width: 991.98px) {
  .steps__nav {
    font-size: 0.8em;
  }
  .steps ul.steps__nav > li {
    margin: 0;
  }
  .cart__body,
.cart__head {
    padding: 0;
  }
}

@media (max-width: 767.98px) {
  .cart .product-name-inner {
    padding: 0 10px 0 0;
  }
  .cart .product-remove {
    float: right;
    margin: 0 -20px 0 0;
  }
  .cart .product-attr {
    padding-bottom: 15px;
    color: #777;
    text-align: left;
  }
  .cart .product-price {
    text-align: left;
  }
  .cart .product-subtotal {
    text-align: right;
  }
  .cart__footer-value {
    text-align: right;
  }
  .cart__actions-left {
    text-align: center;
  }
  .cart__actions-right {
    padding-top: 15px;
    text-align: center;
  }
  .steps ul.steps__nav {
    padding: 10px;
  }
  .steps ul.steps__nav > li {
    display: block;
    margin: 0;
    padding: 8px 10px;
    border: none;
  }
  .steps ul.steps__nav > li + li {
    margin-top: 10px;
  }
  .steps ul.steps__nav > li.active {
    color: #FFF;
    background: #555;
  }
  .steps .steps__next {
    margin-top: 10px;
  }
  .steps__actions .next {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .steps__actions .prev {
    float: none;
    width: 100%;
  }
  #order-review-billing-and-shipping p {
    margin: 0;
    font-size: 1em;
  }
  .footer .container {
    flex-direction: column;
  }
  .footer__logo {
    padding: 20px 0;
  }
}

@media (max-width: 560px) {
  .cart__footer {
    padding: 15px 20px;
  }
}

/* profile */
@media (max-width: 1199px) {
  .items-filter__label {
    display: block;
    margin: 8px 0;
    font-size: 1.15em;
  }
  .items-filter__input {
    margin: 0;
  }
  .items-filter__input_select {
    width: 150px;
  }
}

@media (max-width: 991px) {
  .order-line .left,
.order-line .center,
.order-line .right {
    text-align: left;
    white-space: initial;
  }
  .order-line2 .left,
.order-line2 .center,
.order-line2 .right {
    text-align: left;
    white-space: initial;
  }
}

@media (max-width: 767px) {
  .order-actions .right {
    margin-top: 10px;
    text-align: left;
    font-size: 0.85em;
  }
  .items-filter__left {
    width: 100%;
  }
  .items-filter__right {
    width: 100%;
    text-align: left;
  }
}

/* #endregion v1*/
/* #region v2 */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1140px;
    padding-right: 45px;
    padding-left: 45px;
  }
  .footer .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-template-home .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
  .information {
    white-space: nowrap;
  }
  .information .copyrights {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
  }
  .information .copyright {
    display: block;
    white-space: nowrap;
  }
  .header__menu .sub-menu.lvl-1 {
    padding: 1rem calc((100vw - 1100px) / 2);
  }
}

@media (min-width: 992px) {
  .woocommerce-account .nav {
    margin-bottom: 4rem !important;
    display: flex !important;
    justify-content: space-between;
    padding-left: 5px;
    padding-right: 5px;
  }
  .woocommerce-account .nav li a {
    font-size: 1.125rem;
  }
  .cart__body .product-quantity,
.cart__body .product-sku,
.cart__body .product-attr,
.cart__body .product-price,
.cart__body .product-subtotal {
    font-size: 1.0625rem;
  }
  .cat-main .cat-laser .cat-main__heading {
    min-width: 250px;
  }
  .header__menu .sub-menu.lvl-1 {
    flex-wrap: wrap;
    justify-content: start;
  }
  .header__menu .sub-menu.lvl-1 > li {
    padding: 0 0 1rem 1rem;
    width: 25%;
    text-align: left;
    overflow: hidden;
  }
  .header__menu .sub-menu.lvl-1 > li::before {
    background: url(../images/list-arrow.svg) center no-repeat;
    display: block;
    content: '';
    width: 8px;
    height: 12px;
    position: absolute;
    margin-left: -12px;
    background-origin: inherit;
    margin-top: 5px;
  }
  .header__menu .sub-menu.lvl-1 li:hover::before {
    background: url(../images/list-arrow.svg) center no-repeat;
    display: block;
    content: '';
    width: 8px;
    height: 12px;
    position: absolute;
    margin-left: -12px;
    background-origin: inherit;
    margin-top: 5px;
  }
  .header__menu .sub-menu.lvl-1 li:hover > a {
    color: #003675;
  }
  .header__menu .sub-menu.lvl-1 a {
    color: #003675;
    font-weight: bold;
    font-size: .9375rem;
    font-weight: 700;
    padding-top: 0;
    background: initial;
    white-space: nowrap;
    margin-bottom: .3em;
    line-height: 1.2em;
    padding-right: 0;
  }
  .header__menu .sub-menu.lvl-2 {
    margin: .5rem 0;
    padding: 0;
    list-style: none;
  }
  .header__menu .sub-menu.lvl-2 a {
    color: #0068c3;
    font-weight: 600;
    font-size: 0.825rem;
  }
  .header__menu .sub-menu.lvl-2 > li {
    margin-bottom: .085rem;
  }
}

@media (min-width: 768px) {
  .header__buttons {
    float: right;
  }
}

@media (max-width: 1199.98px) {
  .cat-products__img {
    margin-left: 0;
    margin-right: 10px;
  }
  .grecaptcha-badge {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .information {
    white-space: nowrap;
  }
  .information .copyrights {
    display: none;
  }
  .header__cart-button {
    position: initial !important;
  }
  .header__cart {
    min-width: auto !important;
    width: 100vw;
    left: 0;
  }
  .header__cart .quantity {
    text-align: left;
  }
  .cat-main__heading {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .prod__form {
    justify-content: initial;
  }
}

/* #endregion v2 */
