﻿@charset "utf-8";
/* CSS Document */

/******************************
[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Ads
7. Products
8. Ad Extra Large
9. Icon Boxes
10. Newsletter
11. Footer
12. Account
13. Login/Regisrter
******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');

/*********************************
2. Body and some general stuff
*********************************/

* {
    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;
}
    *:focus {
        outline: 0 !important;
    }

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background: #FFFFFF;
    color: #a5a5a5;
}

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: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 2.14;
    font-weight: 400;
    color: #6c6a74;
    -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 #ffa07f;
        -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, 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: #FF6347;
}

p a:hover {
    color: #FFFFFF;
    background: #ffa07f;
}

    p a:hover::after {
        opacity: 0.2;
    }

::selection {
}

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: 'Open Sans', 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;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.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%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

.prlx_parent {
    overflow: hidden;
}

.prlx {
    height: 130% !important;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopadding {
    padding: 0px !important;
}

/*/.btn {
    /*width: 178px;
	height: 61px;
    background: none;
    text-align: center;
    border: solid 2px #1b1b1b;
    overflow: hidden;
    cursor: pointer;
}*/

.button {
    display: inline-block;
    border: 1px solid #384aeb;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 12px 5.0px;
    background: #384aeb;
    color: #fff;
    transition: all .4s ease;
    cursor: pointer
}

    .button a {
        display: block;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        line-height: 57px;
        color: #1b1b1b;
        background: none;
        z-index: 1;
        -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::after {
        /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #FFFFFF;
    z-index: 0;
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;*/
    }

    .button:hover::after {
        opacity: 1;
        /*-webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);*/
    }

.button_light {
    border: solid 2px #FFFFFF;
}

    .button_light a {
        color: #FFFFFF;
    }

.button:hover a {
    color: #FFFFFF;
}

.button_light:hover a {
    color: #1b1b1b;
}
/* */

@media (max-width: 767px) {
    .button {
        padding: 8px 25px !important
    }
}

.button-subscribe {
    font-size: 14px;
    padding: 10px 20px
}

@media (min-width: 800px) {
    .button-subscribe {
        padding: 12px 35px;
        font-size: 15px
    }
}

.button-blog {
    padding: 5px 31px;
    font-size: 14px;
    background: #f9f9ff;
    border-color: #EEEEEE;
    border-radius: 0;
    color: #222
}

    .button-blog:hover {
        background: #384aeb !important;
        color: #fff !important
    }

.button-postComment {
    border-radius: 4px;
    font-size: 14px;
    margin-top: 5px
}

.button-contact {
    border-radius: 0;
    padding: 12px 26px
}

.button-tracking {
    font-size: 14px;
    padding: 8px 42px
}



.button-coupon {
    font-size: 15px;
    padding: 6px 45px
}

.button-paypal {
    width: 100%;
    padding: 8px 30px
}

.button-account {
    padding: 7px 42px;
    background: transparent;
    border-color: #fff
}

    .button-account:hover {
        border-color: #fff !important;
    }

.button-header {
    padding: 10px 45px;
    background: transparent;
    color: #222;
    border-color: #EEEEEE
}

.button-hero {
    padding: 12px 41px
}

.button--active {
    background: #384aeb;
    color: #fff
}

.button-contactForm {
    border: 1px solid #384aeb !important;
    border-radius: 0;
    padding: 11px 26px
}

.button-review {
    padding: 12px 40px;
    border-radius: 30px
}

.button:hover {
    border-color: #384aeb;
    background: transparent;
    color: #222
}

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 0;    
    padding: 9px 15px 9px 15px;
    text-transform: uppercase;
    background: #c5322d;
    color:white !important;
   
}

    .button-register:hover {
        background: #c5322d;
        opacity: .7;
        color: #fff
    }

/*********************************
3. Header
*********************************/

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.header_container {
    width: 100%;
    z-index: 1;
    background: #FFFFFF;
}

.header_content {
    width: 100%;
    height: 60px; /*130px*/
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .header_content {
    height: 70px;
}

.logo a {
    font-size: 30px;
    font-weight: 700;
    color: #1b1b1b;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.header.scrolled .logo a {
    font-size: 24px;
}

.main_nav {
    //margin-left: 156px;
    margin-left: 0px;
    padding-top: 8px;
}

    .main_nav > ul > li {
        display: inline-block;
        position: relative;
    }

        .main_nav > ul > li:not(:last-child) {
            margin-right: 46px;
        }

        .main_nav > ul > li > a {
            font-size: 16px;
            font-weight: 600;
            color: #767676;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .main_nav > ul > li > a:hover,
            .main_nav > ul > li.active > a {
                color: #1b1b1b;
            }

    .main_nav ul li.hassubs::after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: calc(100% + 3px);
        font-family: 'FontAwesome';
        font-size: 10px;
        content: '\f078';
        color: #767676;
    }

    .main_nav ul li:hover::after,
    .main_nav ul li.active::after {
        color: #1b1b1b;
    }

.hassubs ul {
    position: absolute;
    right: -15px;
    top: calc(100% + 20px);
    text-align: right;
    background: #FFFFFF;
    padding-right: 25px;
    padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    visibility: hidden;
    opacity: 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;
}

.hassubs:hover ul {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 0px);
}

.hassubs ul li:not(:last-child) {
    margin-bottom: 11px;
}

.hassubs ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #767676;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .hassubs ul li a:hover {
        color: #1b1b1b;
    }

.header_extra {
}

.shopping_cart {
    display: inline-block;
    padding-top: 10px;
    left:-10px;
}

    .shopping_cart a svg {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .shopping_cart a:hover svg,
    .shopping_cart a:hover div {
        fill: #e95a5a;
        color: #e95a5a;
    }

    .shopping_cart a div {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        font-weight: 500;
        color: #1b1b1b;
        margin-left: 13px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

        .shopping_cart a div span {
            margin-left: 4px;
        }

.search {
    display: inline-block;
    margin-left: 51px;
    cursor: pointer;
    vertical-align: sub;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.search_icon {
    width: 13px;
    height: 13px;
}

    .search_icon svg {
        -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_icon:hover svg {
        fill: #e95a5a;
    }

.hamburger {
    display: none;
    margin-left: 8px;
    cursor: pointer;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    padding-top: 9px;
}

    .hamburger i {
        font-size: 18px;
        color: #1b1b1b;
    }

.search_panel {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #e4e4e4;
    z-index: -1;
}

    .search_panel.active {
        bottom: -80px;
    }

.search_panel_content {
    height: 80px;
}

.search_input {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 3px;
    padding-left: 20px;
    background-color: #dddddd;
    margin-right: 20px;
}

    .search_input::-webkit-input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-style: italic;
        color: #767676 !important;
    }

    .search_input:-moz-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-style: italic;
        color: #767676 !important;
    }

    .search_input::-moz-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-style: italic;
        color: #767676 !important;
    }

    .search_input:-ms-input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-style: italic;
        color: #767676 !important;
    }

    .search_input::input-placeholder {
        font-size: 14px !important;
        font-weight: 400 !important;
        font-style: italic;
        color: #767676 !important;
    }

.header_social {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 60px;
    z-index: 1;
    margin-right: -5px;
}

    .header_social ul li {
        display: inline-block;
    }

        .header_social ul li:not(:last-child) {
            margin-right: 18px;
        }

        .header_social ul li a i {
            font-size: 16px;
            color: #b5b5b5;
            padding: 5px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .header_social ul li a i:hover {
                color: #1b1b1b;
            }

/*********************************
4. Menu
*********************************/

.menu {
    position: fixed;
    top: 0;
    right: -400px;
    width: 400px;
    height: 100vh;
    background: #e4e4e4;
    z-index: 101;
}

    .menu.active {
        right: 0;
    }

.menu_container {
    width: 100%;
    height: 0px;
    padding-top: 130px;
}

.menu.active .menu_container {
    height: 500px;
}

.page_menu_content {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    text-align: right;
}

.page_menu_search {
    display: none;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

.page_menu_nav {
}

.page_menu_search_input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding-left: 25px;
}

.page_menu_item {
    display: block;
    position: relative;
    vertical-align: middle;
}

.page_menu_nav > li {
    border-bottom: solid 1px rgba(0,0,0,0.2);
}

.page_menu_item > a {
    display: block;
    color: #1b1b1b;
    font-weight: 700;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

    .page_menu_item > a:hover {
        color: #c3c1cc;
    }

.page_menu_item a i {
    display: none;
    margin-left: 8px;
}

.page_menu_item.has-children > a > i {
    display: inline-block;
}

.page_menu_selection {
    margin: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    z-index: 1;
}

    .page_menu_selection li {
        padding-right: 15px;
        line-height: 40px;
    }

        .page_menu_selection li:last-child {
            padding-bottom: 20px;
        }

        .page_menu_selection li a {
            display: block;
            color: #1b1b1b;
            border-bottom: solid 1px rgba(0,0,0,0.2);
            font-size: 14px;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .page_menu_selection li a:hover {
                color: #c3c1cc;
            }

        .page_menu_selection li:last-child a {
            border-bottom: none;
        }

.menu_social {
    position: absolute;
    right: 30px;
    bottom: 15px;
}

    .menu_social ul li {
        display: inline-block;
    }

        .menu_social ul li:not(:last-child) {
            margin-right: 18px;
        }

        .menu_social ul li a i {
            font-size: 16px;
            color: #b5b5b5;
            padding: 5px;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .menu_social ul li a i:hover {
                color: #1b1b1b;
            }

.menu_close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

    .menu_close i {
        font-size: 16px;
        color: #1b1b1b;
        padding: 5px;
    }

/*********************************
5. Home
*********************************/

.home {
    margin: auto;
    width: 100%;
    height: 500px;
    background: #FFFFFF;
    z-index: 2;
}

.home_slider_container {
    width: 100%;
    height: 100%;
    padding-top: 130px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
}

.home_slider_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.home_slider_content_container {
    position: absolute;
    left: 0;
    top: 32.3%;
    width: 100%;
}

.home_slider_content {
    max-width: 580px;
}

.home_slider_title {
    font-size: 60px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.2;
}

.home_slider_subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.14;
    margin-top: 22px;
}

.home_button {
    margin-top: 40px;
}

.home_slider_dots_container {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
}

.home_slider_dots {
    position: absolute;
    left: 15px;
    bottom: 56px;
}

.home_slider_custom_dots {
}

.home_slider_custom_dot {
    display: inline-block;
    position: relative;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    -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:hover {
        color: #e95a5a;
    }

    .home_slider_custom_dot.active {
        color: #e95a5a;
    }

.owl-theme .owl-dots {
    display: none;
}

.fadeIn {
    animation-delay: 1000ms;
}

.top_nav {
    width: 100%;
    height: 50px;
    background: #ef7d00;
    /*background-image: linear-gradient(#005e85, #007CB0);*/
    margin-right: 0px;
    margin-left: 0px;
    border-top:solid 4px #EF560A;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 13px;
}

.top_nav_left {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    /*color: #b5aec4;
    color: #C9CACA;*/
    color: #EEE;
    text-transform: uppercase;
}
/*********************************
6. Ads
*********************************/

.avds {
    width: 100%;
    background: #FFFFFF;
    z-index: 2;
}

.avds_container {
    width: 100%;
    height: 490px;
    padding-left: 60px;
    padding-right: 60px;
}

/* Ad Small*/

.avds_small {
    width: calc((100% * 0.391) - 15px);
    height: 100%;
    padding: 30px;
}

.avds_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.avds_small_inner {
    width: 100%;
    height: 100%;
    border: solid 2px #FFFFFF;
}

.avds_discount_container {
    position: absolute;
    right: 36px;
    bottom: 0;
}

    .avds_discount_container > div {
        position: relative;
        width: 100%;
        height: 100%;
    }

.avds_discount {
    position: absolute;
    bottom: 71px;
    right: 0;
    width: 152px;
    text-align: center;
}

    .avds_discount div:first-child {
        font-size: 60px;
        font-weight: 700;
        color: #1b1b1b;
        line-height: 0.75;
    }

        .avds_discount div:first-child span {
            font-size: 36px;
            font-weight: 700;
            vertical-align: super;
        }

    .avds_discount div:last-child {
        font-size: 14px;
        font-weight: 400;
        color: #1b1b1b;
        margin-top: 1px;
    }

.avds_small_content {
    max-width: 250px;
    padding-top: 57px;
    padding-left: 31px;
    padding-right: 30px;
}

.avds_title {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.16;
}

.avds_link {
    margin-top: 18px;
    padding-left: 4px;
}

    .avds_link a {
        position: relative;
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
    }

        .avds_link a::after {
            display: block;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #FFFFFF;
            content: '';
        }

/* Ad Large */

.avds_large {
    width: calc((100% * 0.608) - 15px);
    height: 100%;
}

.avds_large_container {
    width: 100%;
    height: 100%;
    padding-top: 39px;
    padding-left: 32px;
    padding-bottom: 44px;
}

.avds_large_content {
    max-width: 567px;
    height: 100%;
    background: rgba(0,0,0,0.63);
    padding-right: 130px;
    padding-left: 30px;
    padding-top: 51px;
    padding-bottom: 30px;
}

.avds_text {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 2.14;
    margin-top: 11px;
    padding-left: 2px;
}

.avds_link_large {
    margin-top: 40px;
}

/*********************************
7. Products
*********************************/
.elipsis {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform:lowercase;

}
.img-product:hover{
    cursor:pointer;
}
.products {
    width: 100%;
    background: #FFFFFF;
    padding-top: 99px;
    z-index: 2;
}

.product {
    width: calc((100% - 90px) / 4);
    margin-bottom: 59px;
}

.product_image {
    width: 100%;
}

    .product_image img {
        max-width: 100%;
    }

.product_content {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 38px;
}

.product_title a {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.1;
    -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_title a:hover {
        color: #e95a5a;
    }

.product_price {
    font-size: 16px;
    font-weight: 500;
    color: #5b5b5f;
    line-height: 0.75;
    margin-top: 13px;
}

.product_extra {
    position: absolute;
    top: 0;
    left: 54px;
    width: 66px;
    height: 36px;
    text-align: center;
    -webkit-transform-origin: top left;
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    transform: rotate(90deg);
}

    .product_extra a {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 36px;
    }

.product_new {
    background: #6c6a74;
}

.product_sale {
    background: #e95a5a;
}

.product_hot {
    background: #1b1b1b;
}

/*********************************
8. Ad Extra Large
*********************************/

.avds_xl {
    width: 100%;
    background: #FFFFFF;
    z-index: 2;
}

.avds_xl_container {
    width: 100%;
    height: 345px;
    padding-top: 34px;
    padding-right: 35px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.avds_xl_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.avds_xl_content {
    width: 391px;
    height: 100%;
    background: #e95a5a;
    float: right;
    padding-top: 28px;
    padding-left: 42px;
    padding-right: 30px;
}

.avds_xl_link {
    margin-top: 18px;
}

/*********************************
9. Icon Boxes
*********************************/

.icon_boxes {
    width: 100%;
    padding-top: 99px;
    padding-bottom: 99px;
    background: #FFFFFF;
    z-index: 2;
}

.icon_box_row {
}

.icon_box {
    width: 100%;
    text-align: center;
}

.icon_box_image {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

    .icon_box_image img {
        max-width: 100%;
    }

.icon_box_title {
    font-size: 18px;
    font-weight: 500;
    color: #1b1b1b;
    margin-top: 33px;
}

.icon_box_text {
    margin-top: 20px;
}

/*********************************
10. Newsletter
*********************************/

.newsletter {
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 99px;
    z-index: 2;
}

.newsletter_border {
    width: 100%;
    border-top: solid 2px #e3e3e3;
}

.newsletter_content {
    padding-top: 88px;
}

.newsletter_title {
    font-size: 30px;
    font-weight: 500;
    color: #1b1b1b;
}

.newsletter_text {
    margin-top: 8px;
}

.newsletter_form_container {
    width: 100%;
    margin-top: 46px;
}

.newsletter_form {
    width: 100%;
}

.newsletter_input {
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: solid 2px #787878;
    outline: none;
    text-align: center;
}

.newsletter_button {
    position: relative;
    width: 178px;
    height: 61px;
    border: solid 2px #1b1b1b;
    background: #FFFFFF;
    cursor: pointer;
    margin-top: 55px;
    overflow: hidden;
}

    .newsletter_button span {
        display: block;
        position: relative;
        z-index: 10;
        font-size: 16px;
        font-weight: 600;
        color: #1b1b1b;
        background: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .newsletter_button::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 150%;
        height: 100%;
        background: #1b1b1b;
        z-index: 0;
        opacity: 0;
        -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
        transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    }

    .newsletter_button:hover::after {
        opacity: 1;
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
        -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    }

    .newsletter_button:hover span {
        color: #FFFFFF;
    }

/*********************************
11. Footer
*********************************/

.footer_overlay {
    width: 100%;
    height: 129px;
    background: transparent;
    z-index: 1;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.footer_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer_content {
    width: 100%;
    height: 129px;
}

.footer_logo {
    width: 30%;
}

    .footer_logo a {
        font-size: 30px;
        line-height: 0.75;
        color: #1b1b1b;
        font-weight: 700;
    }

.copyright {
    width: 40%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1b1b1b;
}

.footer_social {
    width: 30%;
    text-align: right;
}

    .footer_social ul li {
        display: inline-block;
    }

        .footer_social ul li:not(:last-child) {
            margin-right: 26px;
        }

        .footer_social ul li a i {
            font-size: 17px;
            color: #1b1b1b;
            -webkit-transition: all 200ms ease;
            -moz-transition: all 200ms ease;
            -ms-transition: all 200ms ease;
            -o-transition: all 200ms ease;
            transition: all 200ms ease;
        }

            .footer_social ul li a i:hover {
                color: #FFFFFF;
            }
/*********************************
12. Account
*********************************/
.account {
    display: inline-block;
    position: relative;
    min-width: 150px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #ef7d00;
    /*background-image: linear-gradient(#005e85, #007CB0);*/
}

    .account > a {
        display: block;
        /*color: #b5aec4;
        color: #C9CACA;*/
        color: #EEE;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 17px;
    }

        .account > a > i {
            margin-left: 8px;
        }

    .account:hover .account_selection {
        visibility: visible;
        display:inline-block;
        opacity: 1;
        top: 100%;
    }

.account_selection {
    display: none;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .account_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .account_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .account_selection li a:hover {
                color: #b5aec4;
            }

        .account_selection li:last-child a {
            border-bottom: none;
        }

        .account_selection li a i {
            margin-right: 10px;
        }

/*************************************
13. Login/Regisrter
*************************************/
.login_box_area {
    width:inherit;
    margin: 0px auto;
    position: relative;
}
.login_box_area .login_box_img {
    height: 350px;
    position: relative
}

@media (min-width: 1000px) {
    .login_box_area .login_box_img {
        height: 488px
    }
}

@media (min-width: 991px) {
    .login_box_area .login_box_img {
        margin-right: -30px;
    }
}

.login_box_area .login_box_img img {
    width: 100%;
    
}

.login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #3d4952;
    /*opacity: .9;*/
    /*Nuevos*/
    border-bottom-left-radius: 105px;
    border-top-left-radius: 22px;
}

.login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%)
}

    .login_box_area .login_box_img .hover h4 {
        font-size: 24px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 15px;
    }

.nuevoH4Login {
    font-size: 20px !important;
    /*color: #fff;
    /*font-weight: 500;
    margin-bottom: 18% !important;    
    margin-top: -18% !important;*/
}

.login_box_area .login_box_img .hover p {
    max-width: 390px;
    margin: 0px auto 28px;
    color: #fff
}

    .login_box_area .login_box_img .hover .primary-btn {
        border-radius: 0px;
        line-height: 38px;
        text-transform: uppercase
    }

        .login_box_area .login_box_img .hover .primary-btn:hover:before {
            left: 260px
        }

.login_box_area .login_box_img .button:hover {
   
}

.login_form_inner {
    box-shadow: 0px 10px 40px 0px rgba(56,74,235,0.1);
    height: 100%;
    text-align: center;
    padding: 30px 0;
    /*Nuevos*/
    padding-top: 70px !important;
    border-right: solid 1px #cacabf; /*#BDA800; /*#ef7d00;*/
    border-top: solid 1px #cacabf; /*#BDA800; /*#ef7d00;*/
    border-bottom: solid 1px #cacabf; /*#BDA800; /*#ef7d00;*/
    border-top-right-radius: 105px;
    border-bottom-right-radius: 22px;
}

@media (min-width: 1000px) {
    .login_form_inner {
        padding-top: 115px;
        padding-bottom: 0;
    }
}

.login_form_inner h3 {
    /*color: #222;*/
    color: #848484;
    text-transform: uppercase;
    font-size: 18px;    
}

.login_form_inner img {
    margin-bottom: 25px !important;
    width: 250px;
    height: 63px
}

.login_form_inner .login_form {
    max-width: 385px;
    margin: auto
}

.login_form_inner.reg_form {
    padding-top: 60px
}

    .login_form_inner.reg_form h3 {
        margin-bottom: 70px
    }

.login_form .form-group {
    margin-bottom: 22px
}

    .login_form .form-group input {
        height: 40px;
        border: none;
        border-bottom: 1px solid #cccccc;
        border-radius: 0px;
        outline: none;
        box-shadow: none;
        font-size: 14px;
        color: #999999;
    }

        .login_form .form-group input.placeholder {
            color: #999999
        }

        .login_form .form-group input:-moz-placeholder {
            color: #999999
        }

        .login_form .form-group input::-moz-placeholder {
            color: #999999
        }

        .login_form .form-group input::-webkit-input-placeholder {
            color: #999999
        }

    .login_form .form-group .creat_account {
        margin-top: 10px;
        font-size: 14px;
        text-align: left
    }

        .login_form .form-group .creat_account input {
            height: auto;
            margin-right: 10px;
            position: relative;
            top: 2px
        }

    .login_form .form-group .primary-btn {
        display: block;
        border-radius: 0px;
        line-height: 38px;
        width: 100%;
        text-transform: uppercase;
        border: none
    }

        .login_form .form-group .primary-btn:hover:before {
            left: 370px
        }

    .login_form .form-group a {
        font-size: 14px;
        color: #AAA !important;
        margin-top: 20px;
        display: block
    }

.register_form_inner {
    /*padding-top: 0px*/
    padding-top: 70px;
}

.button {
    display: inline-block;
    border: 1px solid #384aeb;
    border-radius: 30px;
    color: #222;
    font-weight: 500;
    padding: 12px 5.0px;
    background: #384aeb;
    color: #fff;
    transition: all .4s ease;
    cursor: pointer
}

    .button:hover {
        background: transparent;
        color: #222
    }

.button-login {
    background: #c5322d;
    opacity: .7;
    color: #fff
}

    .button-login:hover {
        
    }


.button-account {
    padding: 7px 42px;    
    background: #caac1c;
    border-color: #caac1c !important;
}
    .button-account:hover {
        opacity: .7 !important;
        color: #fff !important;
        border-color: white !important;
        background: #ef7d00;
    }

.button-register {
    font-size: 14px;
    border: 0;
    border-radius: 30px !important;
    padding: 9px 15px;
    text-transform: capitalize;
    /*background: #005e85;*/
    /*background: #848484;*/
    color: white !important;
    /*Nuevo*/
    background: #caac1c;    /*#ef560a;*/
}

    .button-register:hover {
        /*background: #005e85;*/
        background: #ef7d00;
        /*opacity: .7;*/
        color: #fff;
    }

.carrito, .favorito, .mensaje {
    /*cursor: pointer;
    color: black;
    font-size: 25px;*/
    width: 30px;
    height: 22px;
    object-fit: contain;
}

.badgeCarro {
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 13px !important;
    padding: 2px 6px !important;
    position: absolute !important;
    right: -13px !important;
    top: 1px !important;
}
.bg-red {
    background: #ff5555 !important;
    border: 1px solid #ff5555 !important;
    color: #fff
}
.bg-carro {
    background: #464646;
    border: 1px solid #fff;
    color: #fff
}
.badgeDescuento {
    font-size: 10px !important;
    font-weight: normal !important;
    line-height: 13px !important;
    padding: 2px 6px !important;
    position: absolute !important;
    /*right: 14px !important;*/
    top: 1px !important;
}

.bg-green {
    background: #1AAB08 !important;
    border: 1px solid #1AAB08 !important;
    color: #fff
}

.bg-negro {
    background: #1b1b1b !important;
    border: 1px solid #ff5555 !important;
    color: #fff
}

.header-search-form {
    width: 100%;
    position: relative;
    /*padding: 0 10px;*/
}

    .header-search-form input {
        width: 100%;
        height: 40px;
        font-size: 12px;
        border-radius: 50px;
        border: none;
        padding: 0 19px;
        //background: #f0f0f0;
        background:#e4e4e4;
    }

    .header-search-form button {
        position: absolute;
        height: 100%;
        right: 18px;
        top: 0;
        font-size: 21px;
        color: #000;
        border: none;
        cursor: pointer;
        background-color: transparent;
    }
.w-100 {
    height: 36px;
}

.button-general {
    text-transform:capitalize;
    font-size: 14.5px !important;
    border: 0;
    border-radius: 30px;
    padding: 9px 15px;  
    background: #c5322d;
    color: white !important;
    font-weight:500;
}

.confirmado {
    background: #1AAB08 !important;
}
    .confirmado:hover {
        cursor: auto !important;
        background: #1AAB08 !important;
        opacity: unset !important;
    }

.pendiente {
    background: #246BC1 !important;
}
    .pendiente:hover {
        cursor:auto !important;
        background: #246BC1 !important;
        opacity:unset !important;
    }

.cancelado {
    background: #1B1B1B !important;
}

    .cancelado:hover {
        cursor: auto !important;
        background: #1B1B1B !important;
        opacity: unset !important;
    }

.button-general a{
    color:white;
}
    .button-general:hover {
        cursor: pointer;
        background: #c5322d;
        opacity: .7;
        
    }

.swal-button {
    background-color: #BDA800;
}