* {
    box-sizing: border-box;
}

/* Fonts */

@font-face {
    font-family: 'Open Sans';
    src: url('../extension/fonts/OpenSans.woff2') format('woff2'),
        url('../extension/fonts/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../extension/fonts/ArialMT.woff2') format('woff2'),
        url('../extension/fonts/ArialMT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../extension/fonts/Helvetica-Regular.woff2') format('woff2'),
        url('../extension/fonts/Helvetica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeue';
    src: url('../extension/fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'),
        url('../extension/fonts/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Condensed';
    src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url('../extension/fonts/opensanscondlight.woff2') format('woff2'), url('../extension/fonts/opensanscondlight.woff') format('woff'), url('../extension/fonts/opensanscondlight.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}


/* Scroll Bar */

::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: lightgray;
    border-radius: 10px;
}



body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans';
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

/* Top-utility-bar */

.top-utility-bar {
    display: flex;
    flex-flow: row nowrap;
    align-content: center;
    justify-content: space-between;
    min-height: 30px;
    width: 100%;
    background-color: #E3E3E3;
    border-bottom: solid 1px rgba(197, 197, 197, 0.95);
}



.top-utility-bar ul {}

.top-utility-bar ul li {
    margin: 0 10px;
}

.top-utility-bar a {
    text-decoration: none;
    color: #555;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.cart-contents:before {
    content: url(../img/shopping-cart.png);
    position: relative;
    top: 3px;
    left: 0;
}

.dropbtn {
    cursor: pointer;
}

.flag-uz {
    margin-right: 10px;
}


.dropdown {
    position: static;
    display: inline-block;
    left: 0 !important;
    margin: 0 auto !important;
    right: 0 !important;

}

.dropdown-content {
    visibility: hidden;
    position: absolute;
    z-index: 20;
    list-style: none;
    margin-top: 2px;
    padding: .375rem .75rem;
    text-align: left;
    border-bottom: 7px solid #0072ce;
    background: #f5f5f5;

    right: 0px;
}

.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

.dropdown:hover .dropdown-content {
    visibility: visible;
    display: block;
}


.dropdown-content-menu {
    column-count: 4;
    column-gap: 1.25rem;
    break-inside: avoid;
    margin-bottom: 2rem;
}





















/* 


/* Main Header */

.main-header {
    min-height: 75px;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

.logo_menu_part {
    height: 100%;
    display: flex;
    flex: 9;
    flex-flow: row nowrap;
}

.phone-part-toggle {
    display: flex;
    text-align: center;
}


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

.logo_menu_part__menu {
    display: flex;
    flex-flow: row nowrap;
    flex: 5;
}

.logo_menu_part__menu .first-line {
    height: 100%;
}

.logo_menu_part__menu ul {

    margin: 0;
    padding: 0;
}

.logo_menu_part__menu .first-line {
    letter-spacing: .075em;
    color: #222;
    text-decoration: none;
    font-weight: 700 !important;
}

.first-line>a:after {
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    position: relative;
    width: 10px;
    height: 20px;
    padding-left: 10px;
    margin-left: 5px;
    content: "";
    top: 5px;
}

/* .logo_menu_part__menu ul li:after{
        content:  url(../img/arrow.png);
        position: relative;
        display: inline-block;
        width: 5px;
        height: 5px;
        top: 2px;
        left: 2px;
    } */

.first-line {
    display: flex;
    align-items: center;
    border-top: solid 1px transparent;
    border-right: solid 1px transparent;
    border-left: solid 1px transparent;
}

.first-line a {
    padding: 0 2vh;
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: uppercase;
}

.first-line:hover {
    text-decoration: none;
    color: #0072ce;
    border-top: solid 1px #0072ce;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    background: #fff;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.1);
}


.logo_menu_part__menu .first-level .second-level {
    display: none;
    position: absolute;
}


.first-line:hover .second-level {
    display: block;
}

.second-level {
    position: absolute;
    top: 105px;
    z-index: 3;
    background: #fff;
    border-bottom: 7px #0072ce solid;
    width: 360px;
    border-right: .5px solid #ccc;
    box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.1);
}

.second-level .second-line:last-child {
    margin-bottom: 30px;
}

.second-line {
    min-height: 40px;
    max-height: 50px;
    display: flex;
    align-items: center;
    color: #555;
}

.second-line:hover {
    background: #0072ce;
    color: white;
}

.second-line a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 20px;
}


.logo_menu_part__menu .second-level .third-level {
    display: none;
    position: absolute;
}

.second-line:hover .third-level {
    display: block;
}

.discover .second-line {
    height: 65px;
}

.discover .second-line span {
    font-size: 8px;
    font-weight: 400;
    line-height: 10px;
}

.discover .second-line a {
    display: flex;
    flex-flow: column nowrap;
    font-weight: 700 !important;
    font-size: 13px;
}


.third-level {
    left: 360px;
    width: 360px;
    height: 440px;
    top: 0;
    background: #fff;
    color: #555;
    padding: 0vh 5vh !important;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 7px #0072ce solid;
}

.third-line a {
    padding: 0;
    font-size: 13px;
    font-weight: 400 !important;
}

.third-line a:hover {
    transition: .3s;
    color: #0072ce;
}

.third-line {
    padding: 2px 0;
}


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

.navbar-toggle {}

.menu-toggle {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
    background: transparent;
    border: none;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #000;
    font-size: 0;
    transition: all 0.25s ease-in-out;
}

.menu-toggle:before,
.menu-toggle:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease-in-out;
}

.menu-toggle:hover {
    color: #555;
}

.menu-toggle.is-active {
    border-color: transparent;
}

.menu-toggle.is-active:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle.is-active:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/*   
  .active, .collapsible:hover {
    background-color: #555;
  } */

.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

/* .active:after {
    content: "\2212";
  } */


button:focus {
    outline: none;
}

.logo_menu_part__icons-part {
    display: flex;
    flex: 1;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0 5vw 0 0;
}

.logo_menu_part__icons-part_search {
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.logo_menu_part__icons-part_korzina {
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.dropdown-user_border {
    border-bottom: 2px solid #555 !important;
}

.logo_menu_part__icons-part_account {
    border-bottom: 2px solid transparent;
}

.logo_menu_part__icons-part_account .account-dropdown_btn {
    height: 100%;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.logo_menu_part__icons-part_account {
    position: static;
    display: inline-block;
    left: 0 !important;
    right: 0 !important;
}

.logo_menu_part__icons-part_account_border {
    border-bottom: 2px solid #555 !important;
}

.account-dropdown_menu-hidden {
    visibility: hidden;
    display: none;
}

.account-dropdown_menu-visible {
    visibility: visible;
    position: absolute;
    display: block;
    z-index: 10;
    list-style: none;
    margin-top: 2px;
    text-align: left;
    background: #fff;
    width: 360px;
    right: 0px;
    padding: 1rem 0;
    border: 1px solid #eaeaea;
}

.logo_menu_part__icons-part ul {
    height: 100%;
    width: 100%;
}

.collapsein {
    display: none;
}

.account-dropdown_menu-visible_order {
    padding: 1rem 0 1rem 2rem;
}

.account-dropdown_menu-visible .account-dropdown_menu-visible_order a {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 550;
    letter-spacing: .025rem;
    color: #000;
}


.account-dropdown_menu-visible .account-dropdown_menu-visible_account {
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 550;
    letter-spacing: .025rem;
    color: #000;
    padding: 1rem 2rem;
}

.account-dropdown_menu-visible_sign-in form {
    padding: 1rem 2rem;
}

.account-dropdown_menu-visible_sign-in form>div {
    display: flex;
}

.account-dropdown_menu-visible_sign-in form label {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    color: #272b2f;
    font-size: 13px;
    line-height: 18px;
}

label {
    margin: 0;
}

.account-dropdown_menu-visible_sign-in form input {
    border: none;
    background: #f5f5f5;
    font-size: 1rem;
    padding: 0.6rem;
    outline: none;
}

.outline-button_account-dropdown_menu {
    position: relative;
    width: auto;
    margin-top: 1em;
    padding: 8px 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    background: #fff;
    border: 1px solid #000;
    outline: 0;
    margin: 5vh 0
}

.account-dropdown_menu-visible_sign-up {
    padding: 1rem 2rem;
    color: #000;
    font-family: Roboto, sans-serif, "Microsoft JhengHei";
    font-size: .9rem;
}

.outline-button_account-dropdown_menu:hover {
    cursor: pointer;
    color: #fff;
    background: #000;
}

.number-of-sells {
    position: absolute;
    top: 45px;
    margin-left: 20px;
    background: #000;
    color: #fff;
    padding: .5rem;
    border-radius: 2rem;
    font-size: .75rem;
    line-height: .5rem;
    text-align: center;
    min-height: .5rem;
    min-width: .5rem;
}

.navbar-icons-1,
.navbar-icons-2,
.navbar-icons-3,
.navbar-icons-4,
.navbar-icons-5,
.navbar-icons-6,
.navbar-icons-7 {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-icons-1:before {
    content: '';
    background-image: url('../img/navbar-icon/performance.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-2:before {
    content: '';
    background-image: url('../img/navbar-icon/trophy.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-3:before {
    content: '';
    background-image: url('../img/navbar-icon/mountains.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-4:before {
    content: '';
    background-image: url('../img/navbar-icon/yatch.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-5:before {
    content: '';
    background-image: url('../img/navbar-icon/airplane-flight.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-6:before {
    content: '';
    background-image: url('../img/navbar-icon/video-camera.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icons-7:before {
    content: '';
    background-image: url('../img/navbar-icon/watch.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 1vw;
}

.navbar-icon-arrow:after,
.navbar-icon-arrow:after,
.navbar-icon-arrow:after,
.navbar-icon-arrow:after,
.navbar-icon-arrow:after,
.navbar-icon-arrow:after,
.navbar-icon-arrow:after {
    content: '';
    background-image: url('../img/navbar-icon/keyboard-right-arrow-button.png');
    background-repeat: no-repeat;
    background-size: 17px 17px;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: auto;
    float: right;
}


/* Accordeon For mobile */
.collapse-search {
    width: 100%;
    margin: 2.5vw auto;
    padding: 1rem;
    width: calc(100% - 5rem);
    top: 0;
    z-index: 1;
    background: #f5f5f5;
}

.collapse-search input {
    outline: none;
    border: none;
    background: 0 0;
    width: calc(100% - 1.5rem);
    font-size: 1rem;
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.15rem;
    font-weight: 400;

    font-weight: 400;
    border: 0;
    text-transform: uppercase;
    line-height: 2rem;
    letter-spacing: .04rem;
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    text-align: left;
    background: 0 0;
}

#cssmenu {
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 15px 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-top: 1px solid #555;
    border-bottom: 1px solid #fff;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #555;
    background: #fff;

}

#cssmenu>ul>li>a:hover,
#cssmenu>ul>li.active>a,
#cssmenu>ul>li.open>a {
    color: #555;
    background: #fff;
}

#cssmenu>ul>li.open>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #555;
}

#cssmenu>ul>li:last-child>a,
#cssmenu>ul>li.last>a {
    border-bottom: 1px solid #555;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after,
.holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 20px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#cssmenu>ul>li>a:hover>span::after,
#cssmenu>ul>li.active>a>span::after,
#cssmenu>ul>li.open>a>span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#cssmenu ul ul li a {
    cursor: pointer;
    /* border-bottom: 1px solid #32373e;
  border-left: 1px solid #32373e;
  border-right: 1px solid #32373e; */
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #32373e;
    /* background: #49505a; */
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li.open>a,
#cssmenu ul ul li.active>a {
    /* background: #424852; */
    color: #32373e;
}

#cssmenu ul ul li:first-child>a {
    box-shadow: none;
}

#cssmenu ul ul ul li:first-child>a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#cssmenu ul ul ul li a {
    padding-left: 30px;
}

#cssmenu>ul>li>ul>li:last-child>a,
#cssmenu>ul>li>ul>li.last>a {
    border-bottom: 0;
}

#cssmenu>ul>li>ul>li.open:last-child>a,
#cssmenu>ul>li>ul>li.last.open>a {
    border-bottom: 1px solid #32373e;
}

#cssmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
    border-bottom: 0;
}

#cssmenu ul ul li.has-sub>a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 21px;
    border-top: 2px solid #32373e;
    border-left: 2px solid #32373e;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#cssmenu ul ul li.active>a::after,
#cssmenu ul ul li.open>a::after,
#cssmenu ul ul li>a:hover::after {
    border-color: #32373e;
}

svg{
    outline:none;
}
.search-input{
    z-index: 5;
    padding: .7rem;
    position: absolute;
    z-index: 1;
    background: #f5f5f5;
    display: none;
}

.search-input input{
    border: none;
    background: 0 0;
    width: calc(100% - 1.5rem);
    outline: none;
    font-size: .9rem;
}

.close-button{
    display: block;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 1rem;
    height: 1rem;
    width: 1rem;
    padding: 0;
    margin: 0;
}



/* Carousel */
.white {
    background: #222;
}

.black {
    background: #fff;
}

.only-lg {
    display: block !important;
}

.only-md {
    display: none !important;
}

.only-sm {
    display: none !important;
}

.main-carousel {
    width: 100%;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .item {
    width: 100%;
    height: auto;
}

.owl-carousel .item img {
    width: 100%;
    height: auto;
}

/* Carousel Text position */


/* Carousel Text position */
.owl-one .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    background: transparent;
}

.owl-one .owl-nav .owl-prev {
    background: transparent;
    left: 10px;
    outline: none;
    transition: .3s;
}

.owl-one .owl-nav .owl-next {
    background: transparent;
    right: 10px;
    outline: none;
    transition: .3s;
}

.owl-one .owl-dots {
    position: absolute;
    bottom: 10px;
}

.owl-one .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.owl-one .owl-dots .owl-dot span {
    background: transparent;
}

.owl-one .owl-dots .owl-dot:hover span {
    background: transparent;
}

.owl-one .owl-dots .owl-dot.active span {
    background: transparent;
}

.owl-one .owl-nav {
    margin-top: 0;
}

.main-carousel_text-heading-black {
    color: #222222;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 16px !important;
}

.main-carousel_text-description-black {
    margin: 0;
    color: #222222;
    font-size: 17px !important;
    font-weight: 400;
}

.main-carousel_text-heading-white {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 16px !important;
}

.main-carousel_text-description-white {
    margin: 0;
    color: #fff;
    font-size: 17px !important;
    font-weight: 400;
}

.outline-button_main-carousel-button_white {
    position: relative;
    width: auto;
    margin-top: 1em;
    padding: 8px 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    outline: 0;
    background: 0 0;
}

.outline-button_main-carousel-button_black {
    position: relative;
    width: auto;
    margin-top: 1em;
    padding: 8px 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    outline: 0;
    background: 0 0;
}

.outline-button_main-carousel-button_black:hover {
    cursor: pointer;
    color: #fff;
    background: #000;
}

.outline-button_main-carousel-button_white:hover {
    cursor: pointer;
    color: #000;
    background: #fff;
}

/* New Arrivals */

.new_arrivals {
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D9D9D9;
}

/* .new_arrivals:after{
    content: ' ';
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: relative;
    top: 35px;
    right: 85px;
    border-top: 20px solid #D9D9D9;
    z-index: 2;
    
} */
.new_arrivals p {
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #222;
    margin: 0;
    font-weight: 700 !important;
}

/* Product Carousel */

.product_carousel {
    width: 100%;
    height: auto;
}

.product_carousel a {
    padding: 10%;
}

.owl-stage:nth-child() {
    margin: 0;
}

.owl-stage .owl-item:nth-child(even) {
    background: #fff;
}

.owl-stage .owl-item:nth-child(odd) {
    background: #F2F2F2;
}

.carousel-product {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.carousel-product .carousel-product_image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-product .carousel-product_image img {
    max-width: 300px;
    max-height: 300px;
}

.carousel-product_description_heading {
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-bottom: 1.3em;
    color: #090909;
}

.carousel-product_description_text {
    font-size: 13.5px !important;
    font-weight: 400 !important;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    height: 75px;
    color: #101010;
    overflow: hidden;
}

.carousel-product_description_text p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.carousel-product_price p {
    color: #999;
    font-size: 12px;
    text-decoration: line-through;
    padding: 0;
    margin: 0;
}

.carousel-product_price {
    text-align: center;
}

.owl-two .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    background: grey;
}

.owl-two .owl-nav .owl-prev {
    background: grey;
    left: -5px;
    outline: none;
    transition: .3s;
}

.owl-two .owl-nav .owl-next {
    background: grey;
    right: -5px;
    outline: none;
    transition: .3s;
}

.owl-two .owl-dots {
    position: absolute;
    bottom: 10px;
}

.owl-two .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
    outline: none;
}

.owl-two .owl-nav [class*='owl-'] {
    background: #CFCFCF !important;
    color: white !important;
    text-decoration: none;
    outline: none;
    height: 40px;
}

.owl-two .owl-dots .owl-dot span {
    background: transparent;
}

.owl-two .owl-dots .owl-dot:hover span {
    background: transparent;
}

.owl-two .owl-dots .owl-dot.active span {
    background: transparent;
}

.owl-two .owl-nav {
    margin-top: 0;
}


/* Banners */

/* First Banner */

.main-page-banners_first {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 10vh;
}

.main-page-banners_heading {
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #090909;
    font-size: 18px;
}

.main-page-banners_description {
    padding-bottom: 1em;
    font-size: 15px;
    line-height: 2em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.main-page-banners_description p {
    max-width: 60vw;
    text-align: center;
}
.main-page-banners_button{
    margin-top: 5vh;
}
.outline-button_banners-color {
    position: relative;
    width: auto;
    margin-top: 1em;
    padding: 8px 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #0081a2 !important;
    border: 1px solid #0081a2;
    outline: 0;
    background: 0 0;

}

.outline-button_banners-color:hover {
    cursor: pointer;
    color: #fff !important;
    background: #0081a2;
}

.main-page-banners_image img {
    max-width: 30vw;
    margin-top: 5vh;
}


.VueCarousel-navigation{
    position: absolute;
    top: 50%;
}
.VueCarousel-navigation-next{
    left: 275px;
}
.VueCarousel {
    width: 300px;
    height: 330px;
}
/* Third Carousel Product */

.carousel-three-products {
    height: 300px;

}

.carousel-three-product_image {
    min-height: 300px;
    background-size: cover;
}

.carousel-three-product_text {
    width: 100%;
    height: 100%;
    position: absolute;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #000;
    transition: .3s;
    z-index: 4;
    opacity: 0;
}

.carousel-three-product_image-overlay:hover,
.carousel-three-product_text:hover {
    opacity: .8;
}

.owl-three .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    border-radius: 0;
    top: 45%;
    background: grey;
}

.owl-three .owl-nav .owl-prev {
    background: grey;
    left: -5px;
    outline: none;
    transition: .3s;
}

.owl-three .owl-nav .owl-next {
    background: grey;
    right: -5px;
    outline: none;
    transition: .3s;
}

.owl-three .owl-dots {
    position: absolute;
    bottom: 10px;
}

.owl-three .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #000;
    text-decoration: none;
    outline: none;
}

.owl-three .owl-nav [class*='owl-'] {
    background: #000 !important;
    color: white !important;
    text-decoration: none;
    opacity: .5;
    outline: none;
    height: 40px;
}

.owl-three .owl-dots .owl-dot span {
    background: transparent;
}

.owl-three .owl-dots .owl-dot:hover span {
    background: transparent;
}

.owl-three .owl-dots .owl-dot.active span {
    background: transparent;
}

.owl-three .owl-nav {
    margin-top: 0;
    display: block !important;
}




/* Second Banner */

.main-page-banners_second {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #F9F9F9;
    padding: 10vh;
}



/* G-markets Banners */

.g-markets {
    display: flex;
    flex-flow: column wrap;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
}

.g-markets_banner {
    display: flex;
    flex-flow: row wrap;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
}



.g-markets_banner_image_style {
    transition: .5s;
    min-height: 300px;
    background-color: rgba(9, 9, 9, .3);
    background-blend-mode: multiply;
}

.g-markets_banner:hover .g-markets_banner_image .g-markets_banner_image_style {
    min-height: 300px;
    background-color: rgba(9, 9, 9, .0);
    background-blend-mode: multiply;
}

.g-markets_banner:nth-child(odd) .g-markets_text {
    flex: 4.5;
}

.g-markets_banner:nth-child(odd) .g-markets_banner_image {
    flex: 7.5;
}

.g-markets_banner:nth-child(even) .g-markets_text {
    flex: 4.5;
    order: 2;
    align-items: flex-end;
    text-align: right;
}

.g-markets_banner:nth-child(even) .g-markets_banner_image {
    flex: 7.5;
    order: 1;
}

.g-markets_text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 6vw;
}

.g-markets_banner_image {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/* Add Image to Banner Source */

.g-markets_banner_image .g-markets_banner_image_src-1 {

    background-image: url(../img/banners/automobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;

}

.g-markets_banner_image .g-markets_banner_image_src-2 {

    background-image: url(../img/banners/sports.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;

}

.g-markets_banner_image .g-markets_banner_image_src-3 {

    background-image: url(../img/banners/outdoor-recreation.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;

}

.g-markets_banner_image .g-markets_banner_image_src-4 {

    background-image: url(../img/banners/segments-marine-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;

}

.g-markets_banner_image .g-markets_banner_image_src-5 {

    background-image: url(../img/banners/aviation-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;

}

/* Add Image to Banner Source  END*/


.g-markets_text .g-markets_text_heading {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #404040;
}

.g-markets_text .g-markets_text_description {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
}

.outline-button_g-markets-banner {
    position: relative;
    width: auto;
    margin-top: 1em;
    padding: 8px 20px;
    overflow: auto;
    font-size: 11px;
    font-weight: 400;
    -webkit-transition: background .2s;
    transition: background .2s;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #000;
    border: 1px solid #000;
    outline: 0;
    background: 0 0;
}

.outline-button_g-markets-banner:hover {
    cursor: pointer;
    color: #fff!important;
    background: #000;
}

/* SEO Textarea */

.seo-textarea {
    align-items: center;
    margin: 80px 10px;
    padding: 10px 200px;
    text-align: center;
    height: 400px;
    overflow-y: auto;
}

.seo-textarea_heading_1 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #555;
    padding-bottom: 15px;
}

.seo-textarea_heading_2 {
    padding: 30px 0 15px;
    font-size: 18px;
    color: #555;
    letter-spacing: 0.03em;
    font-weight: 700;
}

.seo-textarea_text {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}


/* Main Sign Up */

.main-sign-up {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    background: #F5F5F5;
    padding: 15vh 10vh;
}

.main-sign-up .main-sign-up_title {
    font-size: 1.4em;
    font-weight: 400;
    text-align: center;
    color: #222;
    margin: 20px 0;
}

.main-sign-up .main-sign-up_input input {
    min-width: 36vw;
    height: 5em;
    font-family: 'Open Sans';
    margin-bottom: 0;
    padding: 0 5em;
    font-size: 16px;
    -webkit-transition: all, .5s;
    transition: all, .5s;
    color: #090909;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.main-sign-up_input_form {
    display: flex;
}

.main-sign-up_input_form span:before {
    content: url(../img/close-envelope.png);
    background-repeat: no-repeat;
    /* width: 100px; */
    position: relative;
    /* height: 80px; */
    left: 35px;
    /* background-position: center center; */
    top: 33px;
}

.main-sign-up_search_button {
    width: 60px;
    height: 80px;
    border: none;
    cursor: pointer;
    background-image: url(../img/right-arrow.png);
    background-color: #007CC3;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    box-shadow: none;
}

.main-sign-up_privacy-statement {
    margin: 10px 0;
    font-size: .6em;
    -webkit-transition: opacity .1s;
    transition: opacity .1s;
    text-align: center;
    color: #000;
}

.main-sign-up_privacy-statement a {
    text-decoration: underline;
    color: #000;
}


/* Footer */

.footer {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    flex: 12;
    clear: both;
    margin-top: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 12px;
    text-align: left;
    border-top: 1px solid #dcdcdc;
    background-color: #efefef;
}

.footer-item {
    align-items: center;
    justify-content: center;
    flex: 2;
}

.footer-item p {
    margin: 0 0 .5rem 0;
    font-size: .75rem;
    font-weight: 700 !important;
    color: #090909;
    font-family: 'Open Sans', HelveticaNeue, HelveticaNeueu, Arial, sans-serif !important;
}

.footer-item ul {
    margin: 0;
    padding: 0;
}

.footer-item_list li {
    font-family: 'Open Sans', HelveticaNeue, HelveticaNeueu, Arial, sans-serif;
    line-height: .9rem;
    margin-bottom: .5rem;
    font-size: .6875rem;
    list-style: none;
    color: #555;
    font-weight: 400;
}

.social-media ul {
    margin: 0;
    padding: 0;
}

.social-media ul li {
    margin: 0 1vw;
    opacity: .5;
    transition: .5s;
}

.social-media ul li:hover {
    opacity: 1;
}

.social-media img {
    max-width: 15px;
}

.social-media .visa {
    max-width: 8vw !important;
}








/* Products Page */

.free_sheeping {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2E2E2E;
}

.free_sheeping p {
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #fff;
    font-size: 2vh;
    margin: 0;
    font-weight: 700 !important;
}

.empty_cart {
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #aca8a8;
}

.empty_cart p {
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #fff;
    font-size: 2vh;
    margin: 0;
    font-weight: 700 !important;
}

.search-page-pagination{
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.product-list-page_banner {}

.product-list-page_banner-src {
    background-size: cover;
    height: 60vh;
    width: 100%;
    background-position: center;
}

.product-list-page_banner_description {
    padding: 2.75em 5em;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    font-family: 'Open Sans', HelveticaNeue, HelveticaNeueu, Arial, sans-serif;
    line-height: 1.6;
    background: #FAFAFA;
}


.filter-Collapse-button{
    display: inline-block !important;
    position: relative;
    width: 100px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
   background: transparent;
   border: 0;
    vertical-align: middle;
    color: #101010;
    cursor: pointer;
}
.filter-Collapse-button:hover{ 
   background:#fcfcfc;
 
}
.app-products {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    align-items: stretch;
}

.app-products_filter {
    display: flex;
    flex-flow: column nowrap;
    flex: 3;
    padding: 1vh;
    background: #F6F6F6;
}

.app-products_products {
    display: flex;
    flex-flow: column nowrap;
    flex: 10;

}

.app-products_products-filters {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 3vh;
}

.select-filter {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(16, 16, 16, .6);
}

.select-filter select {
    width: 220px;
    border: 1px solid #bbb;
}

.grid_or_list {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #CFCFCF;

}

.grid_or_list a {
    padding: 0 5px;
    color: #CFCFCF;
}

.on {
    background: #CFCFCF;
    color: #fff !important;
}

.app-products_products-all {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
}

.app-products_products-all_image img {
    max-width: 250px;
    max-height: 250px;
}

.app-products_products-all_image {
    /* flex: 2; */
    display: flex;
    justify-content: center;
}

.app-products_products-all_price {
    /* flex: 1; */
}

.app-products_products-all_text {
    /* flex: 5; */
}
.list-style .app-products_products-all_price{
    min-width: 20vh;
    margin-left: auto;
}
.app-products_products-all_heading p {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.2em;
    font-weight: 700;
    color: #101010;

}

.app-products_products-all_heading {
    margin-bottom: 20px;
}

.app-products_products-all_price {
    font-weight: 700;
    color: #101010;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 19.2px;
    text-align: end;
    margin-top: auto;
}

.app-products_products-all_description p {
    font-size: 15.2px;

}

sup {
    top: -0.3em;
    right: .3em;
    clear: left;
    font-size: .65em;
    font-weight: 400;
    letter-spacing: -.05em;
}

.app-product {
    display: flex;
    padding: 5vh;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 200vw;
    margin: 2vh;
    border-bottom: 1px solid #CFCFCF;
}

.grid-style {
    display: flex;
    flex-flow: column nowrap;
    max-width: calc(33% - 2em);
    padding: 2vh;
    border-bottom: 1px solid #CFCFCF;

}

.list-style {
    display: flex;
    padding: 3vh;
    flex-flow: row nowrap;
    width: 100%;
    max-width: 200vw;
    margin: 2vh;
    border-bottom: 1px solid #CFCFCF;
}

hr {
    width: 60%;
    color: #0072ce;
}

/* Filter Bar */

.app-products_filter ul {
    width: 80%;
}

.app-products_filter ul li {
    display: flex;
    justify-content: space-between;
    align-content: center
}

.app-products_filter_name_style {
    font-size: 18px;
    color: #000;
    border: none;
    font-weight: lighter;
    background: 0 0;
    line-height: 2;
    margin-bottom: 1em;
    padding: 8px 15px 9px;
}



.box_1 {
    background: transparent;
}

input[type="checkbox"].switch_1 {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    position: absolute;
    /* display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #9c9c9c;
    position: relative;
    background: #fff; */
}

.filter_name-custom-checkbox-notchecked {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #9c9c9c;
    position: relative;
}

.filter_name-custom-checkbox-checked {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 1px solid #000;
    position: relative;

}

.app__products__filters__radio__check {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

.filter_name {
    width: 100%;
}

.filter_name-custom-label {
    width: 100%;
    margin-bottom: 0;
    padding: 1em 0;
    font-size: .8rem;
    cursor: pointer;
    font-weight: 400;
    color: #101010;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin: 0;
    transition: .3s;
    font-weight: 400;
    color: #555;
    font-size: 13.18px;
    margin-bottom: 0;
    padding: 0px 19px;
    cursor: pointer; */
}

.bold-font {
    color: #090909;
    font-weight: 700;
}

.filter_name-custom-label span:nth-child(2) {
    padding-left: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}



.product-page_under-product {
    width: 100%;
    height: 400px;
}

.product-page_under-product {
    display: flex;
    flex: 4;
}

.product-page_under-product a {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-page_under-product a:hover>.product-page_under-product_img_overlay {
    opacity: .5;
}

.product-page_under-product_img {
    height: 400px;
    width: 100%;
    background-size: cover;
    position: absolute;
    z-index: 1;
}

.product-page_under-product p {
    z-index: 4;
    text-align: center;
}

.product-page_under-product a .g__icon__arrow {
    width: .6em;
    max-width: .6em;
    max-height: 100%;
    -webkit-transform: translateX(-.8em) translateY(-50%);
    -ms-transform: translateX(-.8em) translateY(-50%);
    transform: translateX(-.8em) translateY(-50%);
    opacity: 0;
    color: white;
    height: 18px;
    display: inline-block;
    position: relative;
    top: 6px;
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
}

.product-page_under-product a:hover .g__icon__arrow {
    -webkit-transform: translateX(.25em) translateY(-50%);
    -ms-transform: translateX(.25em) translateY(-50%);
    transform: translateX(.25em) translateY(-50%);
    opacity: 1;
}

.product-page_under-product a:hover .product-page_under-product_description {
    -webkit-transform: translateX(-.25em);
    -ms-transform: translateX(-.25em);
    transform: translateX(-.25em);

}

.product-page_under-product_heading {
    font-size: 14px !important;
    color: #fff;
    letter-spacing: .07em !important;
}

.product-page_under-product_description {
    font-size: 18px !important;
    font-weight: lighter !important;
    font-family: 'Open Sans', Arial, sans-serif;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: opacity .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .2s cubic-bezier(.25, .46, .45, .94), transform .2s cubic-bezier(.25, .46, .45, .94), -webkit-transform .2s cubic-bezier(.25, .46, .45, .94);
    vertical-align: middle;
}

.product-page_under-product .product-page_under-product_img_overlay {
    position: absolute;
    z-index: 3;
    width: 100%;
    opacity: .6;
    background: #000;
    height: 100%;
    transition: .3s;
}

.product-page_pagination {
    max-width: 75vw;
    display: flex;
    justify-content: flex-end;
    padding: 4em 2em 2em 2em;
    text-align: right;
    align-items: center;
}

.product-page_pagination a {
    padding: 0 20px;
    font-size: 10px;
}

.product-page-numbers span {
    line-height: 1;
}

.product-page-numbers {
    font-size: .8em;
    font-weight: 500;
    padding: 0 1px;
}

/* Product Page - Additional info */

.buttonCollapse_mobile{
    display: none;
}

.product-page_additional-information {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

.product-page_additional-info_menu {
    display: flex;
    flex-flow: column nowrap;
    flex: 3;
}

.product-page_additional-info_image {
    display: flex;
    flex-flow: column nowrap;
    flex: 9;
    width: 100%;
}

.product-page_additional-info_image div {
    background-size: cover;
    max-height: 110vh;
    background-position: center;
    height: 110vh;
}

.product-page_additional-info_social-media ul {
    margin: 0;
    padding: 0;
}

.product-page_additional-info_social-media ul li {
    margin-right: 2vw;
    opacity: .7;
    transition: .5s;
}

.product-page_additional-info_social-media ul li:hover {
    opacity: .9;
}

.product-page_additional-info_social-media img {
    max-width: 20px;
}

.line {
    margin: 20px 0vw;
    width: 30px;
    height: 2px;
    background: #555;
}

.product-page_additional-info_menu div {
    padding-left: 3vw;
}

.product-page_additional-info_text_menu ul li {
    webkit-transition: color .4s;
    transition: color .4s;
    color: #101010;
    display: block;
    font-size: .8em;
    font-weight: 700;
    line-height: 2.55;
    letter-spacing: 0;
    text-transform: uppercase;
}

.product-page_additional-info_text_menu ul li a {
    font-weight: 700;
    font-size: 14.4px;
}

.and_up {

    line-height: 1;
    display: inline-block;
    font-size: .65em;
    font-weight: 400;
    letter-spacing: -.05em;
}

.new-stick-style {
    background-color: #6DCFF6;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 9pt;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #6DCFF6 solid 5pt;
}

.new-stick-position {
    position: absolute;
    margin: 0;
    min-width: 100px;
    height: 30pt;
}

.new-stick {
    /* height: 30pt; */

}

/* Sign In page */
.account-create_container {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.account-create_container-title {
    letter-spacing: .2em;
    padding-bottom: 21px;
    text-transform: uppercase;
    font-size: 3vh;
    font-weight: 800;
    line-height: 1;
    margin: 0;
    padding-bottom: .8em;
    padding-top: 0;
    text-align: center;
    margin-top: 5vw;
}

.account-create_container-main {
    border: 1px solid #ccc;
    padding: 20px;
    margin: 1vw auto 2vw auto;
    max-width: 60%;
    width: 100%;
}

.form-group label {
    font-family: Arial, Helvetica, sans-serif;
    color: #272b2f;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
}

.form-control {
    border-radius: 0;
}

.form-group input:focus {
    box-shadow: none;
}

.form-text {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #272b2f;
    font-size: 13px;
    line-height: 18px;
}

.form-check label {
    font-family: Arial, Helvetica, sans-serif;
    color: #272b2f;
    font-size: 13px;
    line-height: 18px;
}

.account-create_container-main p {
    margin: 10px 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #272b2f;
    font-size: 13px;
    line-height: 18px;
}

.create-account_button {
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: .844rem !important;
    font-weight: 600;
    height: auto;
    letter-spacing: .1rem;
    line-height: 18px;
    margin: .5rem 0;
    padding: .844rem 1rem !important;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    background-color: #3396cf;
}

.create-account_button:hover {
    background: #008cd9;
}

.form-check-input {
    position: absolute;
    margin-top: 0.5rem;
    margin-left: -1.25rem;
}

.create-account_button-disabled {
    cursor: not-allowed;
    opacity: 0.2;
}

.create-account_button-active {
    cursor: pointer;
    opacity: 1;
}


/* One Product Page */

.one-product_main {
    display: flex;
    flex-flow: row nowrap;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 10vh;
}

.one-product_main-images {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    padding-right: 30px;
}

.one-product_main-filter {
    display: flex;
    max-width: 50%;
    width: 100%;
    padding: 1vw 10vw 1vw 1vw;
}

/* Carousel Text position */
.owl-four .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    background: transparent;
}

.owl-four .owl-nav .owl-prev {
    background: transparent;
    left: -20px;
    outline: none;
    transition: .3s;
}

.owl-four .owl-nav .owl-next {
    background: transparent;
    right: -20px;
    outline: none;
    transition: .3s;
}

.owl-four {
    position: relative;
    max-height: 330px;
    overflow: hidden;
    width: 330px;
}

.owl-four .owl-item {
    width: 330px;
}

.owl-four .owl-dots {
    position: absolute;
    z-index: 10;
    top: 94%;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-four .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: #555;
    text-decoration: none;
    outline: none;
}

.owl-four .owl-dots .owl-dot span {
    border: 1px solid #555;
    border: none;
}

.owl-four .owl-dots .owl-dot:hover span {
    background: #555;
}

.owl-four .owl-dots .owl-dot.active span {
    background: #555;
}

.owl-four .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.one-product_main-filter {
    display: flex;
    flex-flow: column nowrap;
}

.one-product_product-title .product-name {
    font-size: 32px;
    font-weight: 600;
    color: #090909;
    margin-bottom: 0;
}

.one-product_product-title .product-type {
    font-size: 20px;
    font-weight: 400;
    color: #090909;
    margin-bottom: 15px;
    margin-top: 10px;
}

.one-product_product-title .product-part_num {
    font-size: 12.6px;
    font-weight: 700;
    color: #101010;
    line-height: 18px;
}

.one-product_product-title .product-part_num span {
    font-weight: 500;
}

.one-product_product-title .product-action_product span {
    padding: 8.4px 12px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    background-color: #DE3333;
    font-weight: 400;

}
.one-product_product-title .product-action_product span:nth-child(2) {
    padding: 8.4px 12px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    background-color: rgb(25, 168, 25);
    font-weight: 400;

}
.one-product_product-title .product-price {
    margin: 2em 0 1em;
}

.one-product_product-title .product-price span:first-child {
    font-size: 27px;
    color: #0079be;
    line-height: 20px;
    font-weight: 600;
}

.one-product_product-title .product-price span:nth-child(2) {
    font-size: 17px;
    margin-left: 10px;
    position: relative;
    top: -5px;
    color: #0079be;
    line-height: 20px;
    font-weight: 600;
}

.one-product_product-title .product-price_add_info {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 1em;
    display: inline-block;
}

.series-attribute {
    font-weight: 700;
    font-size: .75em;
    margin-bottom: 10px;
    min-height: 15px;
    display: inline-block;
}

.series-attribute span {
    background: gray;
    color: white;
    border-radius: 50%;
    display: inline-block;
    width: 14px;
    cursor: pointer;
    line-height: 14px;
    text-align: center;
    margin-left: 12px;
    font-size: 11px;
    font-weight: 600;
}

.series-attribute_appear {
    display: block;
    font-weight: 400;
    color: #090909;
    margin-bottom: 0;
}

.series-attribute_disappear {
    display: none;
    margin: 0;
}

.series_attr_val ul li {
    margin-right: 1vh;
}

.series_attr_val ul li a {
    text-decoration: none;
    display: block;
    color: #5e5e5e;
    border: 2px solid #ccc;
    font-size: .8em;
    padding: .5em 1.25em;
    font-weight: 400;
    -webkit-transition: background-color .5s, border-color .5s, color .5s;
    transition: background-color .5s, border-color .5s, color .5s;
}

.series_attr_val ul li a.active {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    cursor: default;
}

.series_attr_val ul li a.active:hover {
    background-color: #5e5e5e;
    border-color: #5e5e5e;
    color: #fff;
    cursor: default;
}

.product-filter_color {
    display: flex;
}

.product-filter_color li {
    margin: 0 .6em .6em 0;
    cursor: pointer;
}

.product-filter_color img {
    width: 66px;
    height: 66px;
    
}

.product-filter_case-size {
    margin: 10px 0;
}

.product_series_attr.disabled-img-product {
    opacity: .3;
    width: 100%;
    height: 100%;
    
}
.product_series_attr.enabled-img-product {
    opacity: 1;
    width: 100%;
    height: 100%;
    
}


.product_series_attr {
    width: 100%;
    height: 100%;

    color: #5e5e5e;
    font-size: .8em;
    font-weight: 400;
    -webkit-transition: background-color .5s, border-color .5s, color .5s;
    transition: background-color .5s, border-color .5s, color .5s
}

.product-filter_saphire-edition {
    margin: 10px 0;
}

.product-filter_pulse-ox {
    margin: 10px 0;
}

.add-to-cart_button {
    cursor: pointer;
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: .844rem !important;
    font-weight: 600;
    height: auto;
    letter-spacing: .1rem;
    line-height: 18px;
    margin: .5rem 0;
    padding: 1em 3em;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    background-color: #3396cf;
}

.add-to-cart_button:hover {
    background: #008cd9;
}

.app__accessories__list {
    padding: 0;
    margin-bottom: 3em;
}
.app__accessories__item {
    list-style-type: none;
    padding: 1em 0;
    border-bottom: 1px solid #dcdcdc;
}
.app__tabs__content__inner img {
    max-width: 100%;
    height: auto;
}
.app__accessories__item__content{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.app__accessories__item__price{
   
}

.add-to-cart-accessories-button{
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    text-decoration: none;
    border-color: #f29500;
    padding-right: 6px;
    padding-left: 6px;
    display: inline-block;
    margin-top: .5em;
    background-color: #ff9d00;
}




.menu {
    color: black;
    height: 2em;
    padding: .5em;
    background: red;
    position: absolute;
    top: 200px;
    width: 100%;
}

.fixed {
    position: fixed;
    top: 0;
}

.tab-content a{
    color: #0072ce;
}
.one-product_description-tab .tab-menu_description {
    background-color: #F2F2F2;
    border-top: 1px solid #ccc;
    max-height: 85px;
    height: 100%;
}


.sticky {
    position: sticky;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 1px solid #ccc;
}

.one-product_description-tab .tab-menu_description .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.one-product_description-tab .tab-menu_description .nav-tabs .nav-item.show .nav-link,
.one-product_description-tab .tab-menu_description .nav-tabs .nav-link.active {
    color: #0079BE;
    background-color: #F2F2F2;
    transition: .3s;
    border-bottom: 3px solid #0079BE;
}

.one-product_description-tab .tab-menu_description .nav-tabs .nav-link.active {

    border-color: transparent transparent #0079BE transparent;
}

.one-product_description-tab .tab-menu_description .nav-tabs .nav-item.show .nav-link,
.one-product_description-tab .tab-menu_description .nav-tabs .nav-link:hover {
    color: #0079BE;
    background-color: #F2F2F2;
    border-bottom: 3px solid #0079BE;
}

.one-product_description-tab .tab-menu_description .nav-tabs .nav-link {
    border: none;
    display: block;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 2em .6em !important;
    font-weight: 600;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 2px;
}

.one-product_description-tab .tab-content .tab-pane h4 {
    color: #555;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Open Sans', 'HelveticaNeue', Arial, sans-serif;
}

.one-product_description-tab .tab-content .tab-pane p {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-family: 'Open Sans', 'HelveticaNeue', Arial, sans-serif;
}

.one-product_description-tab .tab-content .tab-pane li {
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    font-family: 'Open Sans', 'HelveticaNeue', Arial, sans-serif;
}

.one-product_description-tab .tab-content .tab-pane span {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 16px;
}

.one-product_description-tab .tab-content .tab-pane td {
    font-size: 14px;
    font-weight: 400;
    padding: .5rem;
    vertical-align: none;
    border: 1px solid #cfcfcf;
    font-family: 'Open Sans', 'HelveticaNeue', Arial, sans-serif;
}

.table-product {
    width: 75%;
}

.table-product tbody tr td:first-child {
    width: 50%;
}

.table-product tbody tr td:nth-child() {
    width: 50%;
}

.top {
    margin-top: 20px;
}
.top, .top-s {
    margin-top: 20px;
}
.row {
    margin-left: -20px;
}
.row {
    clear: both;
    zoom: 1;
}



/* Basket Page  */
.breadcrumb-part {
    max-width: 80%;
    width: 100%;
}

.breadcrumb {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    list-style: none;
    margin: 0;
    background-color: transparent;
    border-radius: .25rem;
}

.breadcrumb li:first-child {
    color: #007cc3;
}

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

.shopping-cart {
    margin: 0 auto 20vh auto;
    max-width: 80%;
    width: 100%;
}

.shopping-cart_table {}

.shopping-cart_table thead {
    background: #F2F2F2;
}

.shopping-cart_table th {
    padding: .2rem 0;
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

.shopping-cart_table td {
    padding: .2rem 0;
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    vertical-align: middle;
}

.shopping-cart_table-product td:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-cart_table-product td:first-child img {
    max-width: 100px;
}

.shopping-cart_table-product td:nth-child(2) {
    width: 40%;
}

.shopping-cart_table-product input {
    width: 50px;
}

.shopping-cart_table-product td:last-child {
    text-align: center;

}

.shopping-cart_table-product i {
    text-align: center;
    font-size: 30px;
    color: #b82c2c;
    font-weight: 200;
}

.shopping-cart_name {
    color: #007cc3 !important;
    margin: 0;
}

.shopping-cart_sku {
    margin: 0;
}

.shopping-cart_other-info {
    margin: 0;
}

.coupon-part {
    display: flex;
    justify-content: flex-end;
}

.coupon-part span {
    font-size: 14px;
    color: #515151;
    display: inline-block !important;
    font-weight: 600;
    margin: 10px 0 0;
}

.coupon-part input {
    border: 1px solid #cfcfcf;
    border-radius: 0 !important;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -ms-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    max-width: 40vw;
    height: 40px;
    padding: 0 96px 0 18px;
    margin: 0;
}

.shopping-cart_coupon td {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.shopping-cart_coupon {
    margin-bottom: 5vw;
}

.coupon-part button {
    background: #7A7A7A;
    width: 85px;
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0 !important;
}

.shopping-cart_estimated-cost tbody tr td:first-child {
    width: 85%;
    text-align: end;
}

.shopping-cart_estimated-cost .r-1 td,
.shopping-cart_estimated-cost .r-2 td {
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    border: none;
}

.shopping-cart_estimated-cost .r-3 td,
.shopping-cart_estimated-cost .r-4 td {
    color: #222222;
    font-size: 19px;
    font-weight: 300;
    line-height: 1;
    border: none;
}

.shopping-cart_estimated-cost .r-3 td {
    border-top: 1px solid #dee2e6;
}

.shopping-cart_estimated-cost .r-4 td:nth-child(2) {
    display: flex;
    flex-flow: column nowrap;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

.shopping-cart_estimated-cost tbody tr td:nth-child(2) {
    text-align: end;
}

.shopping-cart_rule {
    font-size: 12px;
    text-align: end;

}

.shopping-cart_rule p {
    margin: 0;

}

.shopping-cart_rule p:nth-child(2) {
    margin: 0 0 30px;
    font-size: 14px;
}

.shopping-cart_buttons {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    align-items: center;
}

.shopping-cart_buttons-count_shop {
    background: #FFFFFF;
    box-shadow: none;
    border: solid 2px #007CC3;
    color: #007CC3 !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 13px 16px;
    border-radius: 0;
    line-height: 1;
    margin: 0 5px;
}

.shopping-cart_buttons-check_out {
    background: #007CC3;
    box-shadow: none;
    border: solid 2px #007CC3;
    color: #FFFFFF !important;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 13px 16px;
    border-radius: 0;
    line-height: 1;
    margin: 0 5px;
}



/* Search page */
.search-page_container{
    margin: 0 auto 15vh auto;
    padding: 20px;
}
.search-page_container h3{
    letter-spacing: -0.035em !important;
    font-size: 32px !important;
    font-family: 'Open Sans', sans-serif !important;
    color: #222 !important;
    font-weight: 700 !important;
    margin-top: 20px;
}
.search-page_shop-tag{
    position: relative;

}
.search-page_shop-tag a{
    background: none;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    display: inline-block;
    margin-right: 20px;
    list-style: none;
    text-transform: uppercase;
    padding-bottom: 15px;
    text-decoration: none;
    color: #007CC3;
    border-bottom: 2px solid #3396CF;
}

.search-page_shop-tag::after{
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: #CCC;
    position: absolute;
    z-index: -1;
}
.search-page_product{
    display: flex;
    flex-flow: row wrap;
}
.search-page_product-image{
    flex: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-page_product-description{
    flex:12;
}
.search-page_product-image img{
   width: 150px;
   height: 150px;
}

.search-page_product-description{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    min-height: 200px;
    border-bottom: 1px solid #CCC;
    margin-left: 20px;
}

.search-page_product-description a{
    color: #007CC3;
}
.search-page_product-show-more{
    padding: 2vh;
    font-size: 14px;
}
.search-page_product-show-more a{
    color: #007CC3;
}
.search-page_product-show-more-pagination span{
    
}




/* Maps Page */

.maps-page_container h1:first-child{
    max-width: 70%;
    margin: 3vw auto;
    font-weight: 300;
}
.maps-page_container h1:first-child span{
    font-size: 20px;
}

.maps-page_description{
    background:#134561;
    color: #fff;
    border-bottom: 8px solid #007cc3;
}
.maps-page_description-tab .maps-page_description .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.maps-page_description-tab .maps-page_description .nav-tabs .nav-item.show .nav-link,
.maps-page_description-tab .maps-page_description .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #007cc3;
    transition: .3s;
}

.maps-page_description-tab .maps-page_description .nav-tabs .nav-link.active {

    border-color: transparent transparent #0079BE transparent;
}

.maps-page_description-tab .maps-page_description .nav-tabs .nav-item .nav-link img {
    width: 40px;
    height: 40px;

}

.maps-page_description-tab .maps-page_description .nav-tabs .nav-item.show .nav-link,
.maps-page_description-tab .maps-page_description .nav-tabs .nav-link:hover {
    color: #fff;
    background-color: #3396CF;
}

.maps-page_description-tab .maps-page_description .nav-tabs .nav-link {
    border: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: .02em;
    padding: 2em .6em !important;
    font-weight: 600;
    transition: .3s;
    text-transform: uppercase;
    cursor: pointer;
    height: 100%;
}
.maps-page_description-tab .maps-page_description .nav-tabs{
    border: 0;
}
.maps-page_description-tab .tab-content{
   min-height: 500px;
  
   border-bottom: 8px solid #007cc3;
}
.maps-page_description-tab .tab-content .tab-pane .maps-page_white-window{
    position: absolute;
    display: flex;
    flex-flow: column nowrap;
    background: rgba(255, 255, 255, .9);
    padding: 2.5vw;
    max-width: 60%;
    left: 20%;
    top: 20%;
 }
.maps-page_white-window .maps-page_button{
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    padding: 10px 15px;
    background-color: #007cc3;
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, .05), 0 1px 2px rgba(0, 0, 0, .05), inset 0 0 1px 1px rgba(255, 255, 255, .2), inset 0 1px 0 rgba(255, 255, 255, .25);
    background-image: -o-linear-gradient(bottom, #007cc3 0, #0097e3 100);
    background-image: -moz-linear-gradient(bottom, #007cc3 0, #0097e3 100%);
    background-image: -webkit-linear-gradient(bottom, #007cc3 0, #0097e3 100%);
    background-image: -ms-linear-gradient(bottom, #007cc3 0, #0097e3 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #007cc3), color-stop(1, #0097e3));
    background-image: linear-gradient(to top, #007cc3 0, #0097e3 100%);
}

 .maps-page_description-tab .tab-content #auto{
    background: url(../img/maps-back-banner/bg_automotive.jpg);
    background-position: center;
    background-size: cover;
    min-height: 40vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
 .maps-page_description-tab .tab-content #golf{
    background-image: url(../img/maps-back-banner/bg_golf.jpg);
    background-position: center;
    background-size: cover;
    min-height: 40vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
 .maps-page_description-tab .tab-content #marine{
    background: url(../img/maps-back-banner/bg_marine.jpg);
    background-position: center;
    background-size: cover;
    min-height: 60vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
 .maps-page_description-tab .tab-content #aviation{
    background: url(../img/maps-back-banner/bg_aviation.jpg);
    background-position: center;
    background-size: cover;
    min-height: 40vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
 .maps-page_description-tab .tab-content #outdoor{
    background: url(../img/maps-back-banner/bg_outdoor.jpg);
    background-position: center;
    background-size: cover;
    min-height: 40vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
 .maps-page_description-tab .tab-content #cycling{
    background: url(../img/maps-back-banner/bg_fitness.jpg);
    background-position: center;
    background-size: cover;
    min-height: 40vw;
    height: 100%;
    position:relative;
    background-repeat: no-repeat;
 }
.maps-page_description .nav{
    flex-wrap: nowrap;
}
 .nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
  }

  .tab-pane_heading-sm_and_after{
      display: none;
      font-weight: 700;
      padding: 0 30px;
      margin: 10px 0;
  }

  .product-guarantee{
    display: flex;
    text-align: center;
}
.one-product_product-title .product-guarantee-block span{
    padding: 6.4px 11px;
    font-size: 12px;
    display: flex;
    color: white;
    font-weight: 500;
    background-color: rgb(65, 65, 65);
    font-weight: 400;
    
}
.one-product_product-title .product-guarantee-block .product-guarantee span::before{
    content: '';
    background-image: url('../img/quality.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    margin-right: 0.5vw;
}
 /* #auto{
    background: url("../img/maps-back-banner/bg_automotive.jpg");
    background-size: cover;
}
#golf{
    background: url("../img/maps-back-banner/bg_golf.jpg");
    background-size: cover;
}
#marine{
    background: url("../img/maps-back-banner/bg_marine.jpg");
    background-size: cover;
}
#aviation{
    background: url("../img/maps-back-banner/bg_aviation.jpg");
    background-size: cover;
}
#outdoor{
    background: url("../img/maps-back-banner/bg_outdoor.jpg");
    background-size: cover;
}
#cycling{
    background: url("../img/maps-back-banner/bg_fitness.jpg");
    background-size: cover;
} */




/* Blog Page */

.blog_container{
    margin: 0 0 5vw;
}
.blog_container p{
    margin: 0;
    padding: 0;
}
.blog_container-image{
   
    max-height: 400px;
    height: 100%;
    
}
.blog_container-image div{
    display: flex;
    height: 400px;
    width: 100%;
    
}

.blog_container-image_style{
    background-size: cover;
    background-position-x: center;
}

.blog-container_info{

}
.blog-container_info .blog_container-heading{
    border-left: 3px solid #007CC3;
    padding: 0 2vw;
    font-weight: 600;
    color: #19232d;
    margin: 2vw 0;
}
.blog-container_info .blog_container-date{
    display: flex;
    padding: 10px 5px;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 2.5vw;
}
.blog-container_info .blog_container-description{
    
    line-height: 1.857;
    font-size: 14px;
    position: relative;
}
.blog-container_info .blog_container-description h6{
    font-weight: 600;
    font-size: 15px;
    position: relative;
}
.blog-container_info .blog_container-description img{
    max-width: 500px;
    height: auto;
}


.section_tab_content table{
    width: 100%;
    margin-bottom: 2rem;
}
.section_tab_content table tbody tr:first-child td{
    border: none !important;
}

iframe{
    width: 100% !important;
    height: auto !important;
    min-height: 400px;
}


/* Checkout Page */
.checkout_container{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    margin-bottom: 5vh;
}
.checkout-your_order{
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}
.checkout-your_order{
    
}
.checkout-your_order a{
   color: #0072ce;
}
.checkout_container-main{
    padding: 20px;
    
    margin: 1vw auto 2vw auto;
    max-width: 60%;
    width: 100%;
}

.form-group select:focus {
    box-shadow: none;
}
.checkout-table table td, .checkout-table table th {
    padding: 0.25rem;
  
}
tfoot tr td:nth-child(1){
    background: #F0F0F0;
    border: 1px solid #ccc;
}

.checkout-table table td, .checkout-table table th{
    border: 1px solid #ccc;
}
.checkout-table table thead{
    background: #F0F0F0;
}
.checkout_button {
    border-radius: 0;
    border: none;
    color: #fff;
    font-size: .844rem !important;
    font-weight: 600;
    height: auto;
    letter-spacing: .1rem;
    line-height: 18px;
    margin: .5rem 0;
    padding: .844rem 1rem !important;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: auto;
    background-color: #3396cf;
    float: right;
}

.checkout_button:hover {
    background: #008cd9;
}


.js-active{
    background-color: #000;
}


.market_href{
    display: flex;
}

.app__accessories__item__image{
    width: 55px;
}

