@charset "utf-8";
/* CSS Document */
/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Products
7. Boxes
8. Features
9. Footer


******************************/
/***********
1. Fonts
***********/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

@font-face {
    font-family: 'Futura';
    src: url('../fonts/FuturaLT-Book.ttf') format('truetype');
}

/*********************************
2. Body and some general stuff
*********************************/
html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.center-pills {
    display: flex;
    justify-content: center;
}

#exTab1 .tab-content {
    /*color : white;*/
    /*background-color: #428bca;*/
    padding : 5px 15px;
}

#exTab2 h3 {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
    /*color : white;*/
    /*background-color: #428bca;*/
    padding : 5px 15px;
}




div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: #969696;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
    display: inline;
    position: relative;
    color: inherit;
    border-bottom: solid 1px #2059A8;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

p:last-of-type {
    margin-bottom: 0;
}

a {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #2059A8;
}

p a:hover {
    color: #FFFFFF;
    background: #2059A8;
}

p a:hover::after {
    opacity: 0.2;
}

::selection {
    background: rgba(188, 155, 155, 0.6);
    color: #FFFFFF;
}

p::selection {

}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    line-height: 1.2;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {

}

img {
    max-width: 100%;
}

button:active {
    outline: none;
}

.form-control {
    color: #3a76ea;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.d-menu {
    margin-left: 20px;
}

.navbar-nav {
    position: relative;
    display: list-item;
}

.nav-item {
    /*margin: 0 10px 0 0;*/
    display: inline-block;
    height: auto;
    vertical-align: middle;
}

.nav-item a {
    line-height: 40px;
    height: 40px;
    padding: 0px 15px 0px 15px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    background: rgba(245, 245, 245, 0);
    border-top: 0px solid rgba(245, 245, 245, 0);
    border-left: 0px solid rgba(245, 245, 245, 0);
    border-right: 0 solid rgba(245, 245, 245, 0);
    border-bottom: 0px solid rgba(245, 245, 245, 0);
    border-radius: 3px 3px 3px 3px;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    outline: none;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}
.bg-blueh{
    background: #0c1b4a;
}
.h90{
    height: 90px;
}
.super_container {
    width: 100%;
    overflow: hidden;
}

.super_container_inner {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.super_container_inner.active {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
}

.super_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.super_container_inner.active .super_overlay {
    visibility: visible;
    opacity: 1;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.background_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 406px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: brightness(0.9);
}

.nopadding {
    padding: 0px !important;
}

.section_title {
    font-size: 36px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.2;
}

/*********************************
3. Header
*********************************/

.top-header {
    background-color: #0C1B4A;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    height: 40px;
}


.header {
    display: block;
    position: relative;
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    background: #FFFFFF;
    z-index: 100;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header.active {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
}

.header_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.header.active .header_overlay {
    visibility: visible;
    opacity: 1;
}

.header_content {
    width: 100%;
    height: 106px;
    padding-left: 20px;
    padding-right: 42px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #010F3A 0%, #243A7E 54%);
}

.header_content .logo {
    height: 75px;
}

.header.scrolled {
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
    top: 0;
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/

}

.logo a > div > div:last-child {
    padding-left: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
}

.hamburger {
    display: none;
    margin-left: 25px;
    cursor: pointer;
    margin-top: 4px;
}

.hamburger i {
    font-size: 24px;
    color: #fff;
}

.hamburger:hover i {
    color: #fff;
}


.main_nav {
    margin-left: 111px;
}

.main_nav ul li:not(:last-of-type) {
    margin-right: 49px;
}

.main_nav ul li a {
    font-size: 20px;
    color: #2e2e2e;
    font-weight: 400;
}

.main_nav ul li.active a,
.main_nav ul li a:hover {
    color: #3a76ea;
}

.header_search {
    margin-right: 65px;
}

.header_search_form {
    display: block;
}

.search_input {
    width: 200px;
    height: 39px;
    border: solid 1px #fff;
    background: transparent;
    border-radius: 50px;
    outline: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    /*box-shadow: 0 0 1px 0px #4a4a4a inset, 0 0 1px 0px #4a4a4a;*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search_input:focus,
.search_input:hover {
    border-color: #3a76ea;
    box-shadow: 0 0 1px 0px #3a76ea inset, 0 0 1px 0px #3a76ea;
}

.search_input::-webkit-input-placeholder {
    /*font-size: 16px !important;*/
    /*font-weight: 300 !important;*/
    /*color: #c4c4c4 !important;*/
}

.search_input:-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #2e2e2e !important;
}

.search_input::-moz-placeholder {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #2e2e2e !important;
}

.search_input:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #2e2e2e !important;
}

.search_input::input-placeholder {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #2e2e2e !important;
}

.header_search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 39px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.user {
    margin-right: 28px;
}

.user a > div {
    width: 40px;
    height: 40px;
}

.user a > div > svg {
    max-width: 100%;
    height: auto;
}

.user a > div > div {
    position: absolute;
    top: -12px;
    right: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3a76ea;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.cart {
    margin-right: 29px;
}

.cart a > div {
    width: 37px;
    height: 37px;
}

.cart a > div > svg {
    max-width: 100%;
    height: auto;
}

.cart a > div > div {
    position: absolute;
    top: -12px;
    right: -4px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #3a76ea;
    text-align: center;
    line-height: 24px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
}

.header_social {
    padding-left: 26px;
    color: #fff;
}

.header_social a {
    color: #fff;
}

.header_phone {
    /*padding-left: 26px;*/
}

.header_phone a {
    color: #fff;
}

.header_login {

    padding-right: 26px;
}

.header_login a {
    color: #fff;
}

.svg path, .svg rect, .svg polygon {
    fill: #778990;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.svg:hover path,
.svg:hover rect,
.svg:hover polygon {
    fill: #3a76ea;
}

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    left: -350px;
    width: 350px;
    height: 100vh;
    background-image: linear-gradient(180deg, #010F3A 0%, #243A7E);
    padding-left: 40px;
    padding-top: 79px;
    padding-right: 45px;
    z-index: 101;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu.active {
    left: 0;
}

.menu_search_form .search_input {
    text-align: left;
    padding-left: 25px;
}

.menu_nav ul li a {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

.menu_nav ul li a:hover {
    color: #7f92ac;
}

.menu_nav ul li a::after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    content: '';
}

.menu_nav ul li a:hover::after {
    width: 100%;
}

.menu_contact {
    position: absolute;
    left: 40px;
    bottom: 25px;
    width: 100%;
}

.menu_phone > div:first-child > div {
    width: 18px;
    height: 18px;
}

.menu_phone > div:last-child {
    font-size: 14px;
    font-weight: 700;
    color: #dcdcdc;
    padding-left: 16px;
}

.menu_social {
    margin-top: 20px;
}

.menu_social_list li {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: solid 2px #dcdcdc;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_social_list li:not(:last-of-type) {
    margin-right: 12px;
}

.menu_social_list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_social_list li a i {
    line-height: 29px;
    color: #6d6d6d;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.menu_social_list li:hover {
    border-color: #3a76ea;
}

.menu_social_list li:hover a i {
    color: #3a76ea;
}

.menu_search {
    display: none;
    margin-bottom: 48px;
}

.menu_search_form {
    position: relative;
}

.menu_search_form > .search_input {
    width: 100%;
}

.menu_search_button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 44px;
    height: 39px;
    border: none;
    outline: none;
    background: transparent;
    cursor: pointer;
}

.cont-cat {
    margin-top: 35px;
}

.pageproduct{
    width: 100%;
    height: 60px;
    /*padding-top: 10px;*/
    background: transparent;
}

.page {
    width: 100%;
    height: 369px;
    padding-top: 79px;
    background: #0C1B4A;
}

/*********************************
5. Home
*********************************/

.home {
    width: 100%;
    height: 474px;
    padding-top: 79px;
    background: transparent;
}

.home_slider_container {
    width: 100%;
    height: 100%;
}

.home_container {
    width: 100%;
    height: 100%;
    padding-top: 10px;
    /*padding-top: 73px; */
}

.home_content {
    width: 100%;
}

.home_title {
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}

.home_subtitle {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: 100;
    text-align: center;
    line-height: 1.2;
    margin-top: -3px;
}

.home_items {
    /*margin-top: 51px;*/

    margin-top: 15px;

}

.home_item_side {
    margin-top: 68px;
}

.product {
    overflow: hidden;
    border-radius: 3px;
}

.product {
    margin-bottom: 30px;
}

.product.home_item_large {
    margin-bottom: 0;
}

.product_tag {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 127px;
    height: 127px;
    background: #3a76ea;
    border-radius: 50%;
    z-index: 1;
}

.product_tag > div > div {
    color: #FFFFFF;
    line-height: 0.75;
}

.product_tag > div > div:first-of-type {
    font-size: 24px;
    font-weight: 100;
}

.product_tag > div > div:last-of-type {
    font-size: 36px;
    font-weight: 500;
    margin-top: 11px;
}

.product_tag > div > div:last-of-type span {
    font-size: 24px;
    vertical-align: top;
    margin-left: 2px;
}

.product_content {
    /*border: solid 2px #dbdbdb;*/
}

.home_item_large .product_content {
    background: rgba(255, 255, 255, 0.2);
    border-top: solid 2px #dbdbdb;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.product_info {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 18px;
    padding-bottom: 10px;
}

.product_name {
    max-width: 175px;
}

.product_name a {
    font-size: 20px;
    line-height: 1.2;
    color: #4a4a4a;
    font-weight: 500;
}

.product_name a:hover,
.product_category a:hover {
    color: #3a76ea;
}

.home_item_large .product_name a,
.home_item_large .product_category,
.home_item_large .product_category a {
    color: #FFFFFF;
}

.product_category {
    margin-top: 2px;
}

.product_category,
.product_category a {
    font-size: 14px;
    color: #969696;
    font-style: italic;
    font-weight: 400;
}

.home_item_large .product_category,
.home_item_large .product_category a {
    font-weight: 300;
}

.rating_r i:not(:last-of-type) {
    margin-right: 4px;
}

.rating_r i::before {
    font-family: 'FontAwesome';
    content: "\f006";
    font-style: normal;
    font-size: 16px;
    color: #4a4a4a;
}

.home_item_large .rating_r i::before {
    color: #FFFFFF;
}

.rating_r_1 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:first-child::before {
    content: "\f005";
}

.rating_r_2 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:first-child::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_3 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:first-child::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_4 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:first-child::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(2)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(3)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(4)::before {
    content: "\f005";
}

.rating_r_5 i:nth-child(5)::before {
    content: "\f005";
}

.product_price {
    font-size: 30px;
    color: #4a4a4a;
    font-weight: 500;
    margin-top: 19px;
    line-height: 0.75;
}

.home_item_large .product_price {
    color: #FFFFFF;
}

.product_price span {
    font-size: 16px;
    margin-left: 1px;
    vertical-align: top;
}

.product_buttons {
    width: 100%;
    height: 57px;
}

.home_item_large .product_buttons {
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.product_buttons > div {
    width: 100%;
    height: 100%;
}

.product_buttons > div > div {
    /*width: 50%;*/
    width: 100%;
    height: 100%;
    border-top: solid 1px #ededed;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_buttons > div > div svg {
    max-width: 100%;
    height: auto;
}

.home_item_large .product_buttons > div > div {
    border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.product_buttons > div > div:hover {
    background: #3a76ea;
}

.home_item_large .product_buttons > div > div:hover {
    background: rgba(255, 255, 255, 0.1);
}

.product_buttons > div > div:first-of-type {
    /*border-right: solid 1px #ededed;*/
}

.home_item_large .product_buttons > div > div:first-of-type {
    /*border-right: solid 1px rgba(255, 255, 255, 0.2);*/
}

.product_button {
    cursor: pointer;
}

.product_button > div > div {
    width: 36px;
    height: 36px;
    margin-top: 4px;
}

.product_button > div > div img {
    max-width: 100% !important;
}

.product_button > div > div > div {
    position: absolute;
    top: -3px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: #3a76ea;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    border-radius: 50%;
}

.product_button svg path, .product_button svg rect, .product_button svg polygon {
    fill: #4a4a4a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.product_button:hover svg path,
.product_button:hover svg rect,
.product_button:hover svg polygon {
    fill: #FFFFFF;
}

.product {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.product_image {

    padding: 20px 30px;
}

.home_slider_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: solid 2px #FFFFFF;
    border-radius: 2px;
    z-index: 1;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_nav:hover {
    border-color: #3a76ea;
}

.home_slider_nav i {
    line-height: 40px;
    color: #FFFFFF;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_nav:hover i {
    color: #3a76ea;
}

.home_slider_nav_prev {
    left: 46px;
}

.home_slider_nav_next {
    right: 46px;
}

.home_slider_dots_container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 72px;
    z-index: 1;
}

.home_slider_custom_dot {
    width: 32px;
    height: 32px;
    border: solid 2px #FFFFFF;
    border-radius: 2px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.home_slider_custom_dot:not(:last-child) {
    margin-right: 8px;
}

.home_slider_custom_dot:hover {
    border-color: #3a76ea;
    color: #3a76ea;
}

/*********************************
6. Products
*********************************/

.products {
    background: #FFFFFF;
    padding-top: 72px;
    padding-bottom: 82px;
}

.page_nav_row {
    margin-top: 35px;
}

.page_nav {
    width: 100%;
}

.page_nav ul {
    display: block;
}

.page_nav ul li:not(:last-of-type)::after {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
    content: '/';
    margin-left: 14px;
    margin-right: 14px;
}

.page_nav ul li a {
    font-size: 18px;
    font-weight: 700;
    color: #4a4a4a;
}

.page_nav ul li.active a,
.page_nav ul li a:hover {
    color: #3a76ea;
}

.products_row {
    margin-top: 32px;
}

.load_more_row {
    margin-top: 20px;
}

.button {
    width: 138px;
    height: 44px;
    background: #3a76ea;
    border-radius: 2px;
    text-align: center;
    border: solid 2px #3a76ea;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.button a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 40px;
}

.button:hover {
    background: transparent;
}

.button:hover a {
    color: #3a76ea;
}

/*********************************
7. Boxes
*********************************/

.boxes {
    width: 100%;
    background: #FFFFFF;
}

.boxes > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.boxes_container {
    width: 100%;
    height: 296px;
}

.box {
    width: calc((100% - 76px) / 3);
    height: 100%;
}

.box_content {
    width: 100%;
    height: 100%;
    padding-left: 41px;
    padding-right: 32px;
}

.box_left {
    width: 50%;
}

.box_right {
    width: 50%;
}

.box_title {
    max-width: 165px;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
}

.box_image {
    width: 240px;
    height: 177px;
    max-width: 100%;
}

.box_image a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.box_image a::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -24px;
    width: 49px;
    height: 49px;
    background: #3a76ea;
    border-radius: 2px;
    z-index: 1;
    font-family: 'FontAwesome';
    content: '\f054';
    font-size: 18px;
    color: #FFFFFF;
    line-height: 49px;
    text-align: center;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.box_image:hover a::after {
    right: -40px;
}

/*********************************
8. Features
*********************************/

.features {
    width: 100%;
    background: #FFFFFF;
    padding-top: 72px;
    padding-bottom: 71px;
}

.feature {
    height: 126px;
    background: #f8f8f8;
    overflow: hidden;
}

.feature_col:not(:nth-child(2)) .feature {
    margin-top: 11px;
}

.feature_col:nth-child(2) .feature {
    width: calc(100% + 60px);
    left: -30px;
    height: 147px;
    background: #3a76ea;
}

.feature_left {
    width: 50%;
    height: 100%;
}

.feature_right {
    width: 50%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
}

.feature_col:not(:nth-child(2)) .feature_left {
    padding-left: 23px;
}

.feature_col:nth-child(2) .feature_left {
    padding-left: 26px;
}

.feature_icon {
    max-width: 100%;
}

.feature_col:first-child {

}

.feature_col:first-child .feature_icon {
    width: 141px;
    height: 110px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}

.feature_col:nth-child(3) .feature_icon {
    width: 131px;
    height: 131px;
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
}

.feature_col:nth-child(2) .feature_icon {
    width: 115px;
    height: 115px;
    -webkit-transform: translateY(22px);
    -moz-transform: translateY(22px);
    -ms-transform: translateY(22px);
    -o-transform: translateY(22px);
    transform: translateY(22px);
}

.feature_title {
    font-size: 24px;
    font-weight: 700;
    color: #4a4a4a;
    line-height: 1.166666;
}

.feature_col:nth-child(2) .feature_title {
    color: #FFFFFF;
}

.feature_col:nth-child(3) .feature_title {
    max-width: 110px;
}

.pr-10 {
    padding-right: 10px;
}

.whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 15px;
    right: 85px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

.whatsapp-icon {
    margin-top: 13px;
}

.text-b {
    color: #000;
    font-size: 17px;
    margin: 10px 0;
}


.bg-devoluciones h3, .bg-devoluciones p {
    text-align: center;
    font-size: 18px;
    color: #000;
}

.bg-devoluciones img {
    margin: 0 auto;
    height: 80px;
    display: block;
    margin-bottom: 20px;
}

.bg-nosotros {

    /*background-color: #242424;*/
    /*background-image: url(../images/Banner-nosotros.jpg);*/
    /*background-position: center left;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/

    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url(../images/Banner-nosotros.jpg);
    background-color: transparent;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: px;
    text-align: center;
}

.text-p {
    color: #ffffff;
    font-size: 17px;
    margin: 10px 0;
}

.bg-pagos {
    background-color: #2059A8;
    background-image: url(../images/tires_mark.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-pagos p {
    color: #fff;
}

.image-box-wrapper {
    align-items: center;
}

.image-box-img {
    width: 26%
}

.image-box-content {

    display: flex;
    text-align: left;
    width: 100%;
    flex-direction: row;
}

.bg-pagos h3 {
    margin-top: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.5em;
}

.bg-marcas {
    background-color: #2059A8;
    background-image: url(../images/tires_mark.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}


.bg-about {
    background-color: #2059A8;
    background-image: url(../images/Banner-Testimonio-1468x522-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
}

.bp-80 {
    padding-bottom: 80px;
}

.bp-50 {
    padding-bottom: 50px;
}

.p-10 {
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
    padding: 2%;
}

.p-60 {
    /*margin-top: 60px;*/
    /*margin-bottom: 60px;*/
    padding: 8% 8% 6% 8%;
}

.pb-40 {
    padding-bottom: 40px;
}

.card-p{
    width: 15rem;
    margin-bottom: 10%;
}
/*LOGIN*/


#button-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #2059A8;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#button-up:hover {
    background-color: #555;
}
.nav-pills > li {
    width: 49%;
}

#exTab3 .nav-pills > li > a {
    padding: 20px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    color: #2059A8;
}

#exTab3 .nav-pills > li.active > a {
    color: #fff;
}

@media only screen and (max-width: 600px) {
    #exTab3 .nav-pills > li > a {
        font-size: 14px;
    }
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background: #314D97 !important;
}

.nav-pills > li {
    float: left
}

.nav-pills > li > a {
    border-radius: 4px
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff
}

.nav-pills > li > a > .badge {
    margin-left: 3px
}
.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
