html,
body {
    height: 100%;
}

body {
    position: relative;
    font-family: 'Anek Telugu', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    color: #333;
    /*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;*/
}


/* Retina support */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}

@media (min-width: 1199px) {
    .container-fluid {
        padding-right: 100px;
        padding-left: 100px;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -320px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer,
.page-wrap:after {
    height: 290px;
}

*:focus,
*:focus:active {
    outline: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.loading-state {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: -24px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding-top: 17%;
    z-index: 1000;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.form-control {
    -webkit-box-shadow: none !important;
    border-radius: 0;
}

.input-group-addon {
    border-radius: 0;
}

p {
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}

.text-primary {
    /*#F4EDE7*/
    color: #333;
}

.text-dark-blue {
    color: #2d5076;
}

.bg-dark-blue {
    background: #2d5076;
}

.bg-primary {
    background: #32355d !important;
}

.bg-gray-light {
    background: #EAEDF0 !important;
}

a {
    color: #32355d;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #F4EDE7
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: none;
}

.link-animated {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.item-img {
    height: 350px;
    background-size: cover;
    background-position: center;
}

.btn-primary {
    background: #F4EDE7;
    border-color: #F4EDE7;
    color: #333 !important;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0px !important;
}

.btn-resume-cart {
    height: 34px !important;
}

.text-info {
    color: #333 !important;
    margin-left: 18px
}

.number-spinner {
    width: 81%;
    float: right
}

.buy-show {
    background: #F4EDE7;
    border-color: #F4EDE7;
    color: #fff !important;
    border-radius: 50px;
    margin: 0 auto;
    padding: 8px 15px;
    display: block;
    font-size: 16px;
    text-align: center;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:active:focus {
    background: #F4EDE7;
    border-color: #F4EDE7;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
    background: #999;
    border-color: #999;
}

.input-newsletter {
    width: 125% !important;
    border: 1px solid #333;
    height: 50px;
    padding: 0 15px;
    border-radius: 50px !important;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
    margin-top: 15px;
}

.btn-black {
    background: #333;
    margin-bottom: -30px;
    margin-top: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    height: 50px;
    padding: 0 50px;
    border: none;
}

.btn-black:hover,
.btn-black:active,
.btn-black:focus,
.btn-black:active:focus {
    background: #F4EDE7;
    border-color: #F4EDE7;
    color: #333;
}

.form-group {
    margin-bottom: 10px;
}

label {
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
}

label .label {
    font-size: 90%;
    font-weight: normal;
    line-height: 5px;
    padding: 2px 6px;
    letter-spacing: 0.5px;
}

.footer-text {
    font-weight: 100;
    color: #333 !important;
    font-size: 34px;
}

.radio-inline,
.checkbox-inline,
.radio,
.checkbox {
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    color: #6D6E71;
}

.radio-inline:after,
.checkbox-inline:after,
.checkbox:after,
.radio:after {
    display: none;
}

.checkbox-inline,
.radio-inline {
    padding-left: 0;
}

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

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    color: #000;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 30px;
    border-radius: 4px;
}

.pagination .disabled {
    display: none;
}

.pagination>li>a,
.pagination>li>span {
    margin: 3px;
    color: #777;
    background-color: #f9f9f9;
    border: none;
    border-radius: 30px;
    padding: 7px 0;
    font-size: 15px;
    width: 36px;
    height: 36px;
    text-align: center;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 50px !important;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #000;
    background-color: #ddd;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #191919;
    border-color: #191919;
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: #f2f2f2;
}

.impulsion {
    position: absolute;
    top: -3000px;
}

.impulsion h1,
.impulsion h2 {
    font-size: 12px;
    margin: 0;
}

.title {
    font-size: 22px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

.name-banner ol {
    text-align: center;
}

.name-banner .breadcrumb>li a {
    color: white;
}

.breadcrumb {
    padding: 10px 0 0;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    background-color: transparent;
}

.breadcrumb>li+li:before {
    content: "\f105";
    /* chevron-right */
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
    color: #F4EDE7;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "\003e";
}


/**
* Header
*/

.header-message {
    position: relative;
    padding: 6px 0;
    text-align: center;
    background: #F4EDE7;
    color: #333;
    box-shadow: 0px 2px 10px rgb(63, 63, 63);
}

.header-message p {
    margin: 0;
}

.header-message a {
    color: #fff;
}

header .header-top>li>a {
    color: #8a8a8a;
    font-weight: 400;
    padding: 2px 5px;
    display: block;
}

header .main-options {
    margin: 0;
    color: #555;
}

header .main-options>li>a {
    color: #F4EDE7;
    font-size: 18px;
}

header .main-options>li>a:hover {
    color: #F4EDE7;
}

header .search-area {
    width: 100%;
    margin-top: -8px;
    margin-bottom: -12px;
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border-radius: 0px;
}

.search-area .form-control {
    border: 1px solid #80808038;
}

.search-area .btn-default {
    border: 1px solid #80808038;
}

header .header-main {
    background-color: #fff;
    height: 65px;
}

header .header-main .logo {
    margin: 12px 0 0 0;
    display: block;
    float: left;
}

.logo-bar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

header .header-main .logo img {
    height: 100px;
}

header .header-main .search {
    background: rgb(62 62 62);
    border-radius: 25px;
    padding: 0px;
    margin: 0;
    height: 35px;
}

header .header-main .search input {
    border-radius: 0;
    width: 112%;
    height: 32px;
    border: none;
    color: #fff;
    padding: 15px;
    background: transparent;
    font-size: 14px;
    font-weight: 300;
}

header .header-main .search button {
    height: 35px;
    border: none;
    border-radius: 17px !important;
    padding: 5px 12px;
    background: transparent;
    color: #999;
}

header .navbar-default {
    background-color: #000;
    color:white;
    min-height: auto;
    border: none;
    margin: 0;
    z-index: 1001;
    height: 50px;
    margin-bottom: 0;
    position: relative;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding-top: 23px;
        padding-bottom: 23px;
        height: 65px;
    }
}


/*header .navbar-default .navbar-nav > li > a {
color: #F4EDE7;
font-weight: 600;
font-size: 15px;
margin-top: -4px;
padding: 17px 24px;
text-transform: uppercase;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}*/

header .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    margin-top: 0;
    padding: 15px 24px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .navbar-default .navbar-nav>li:hover>a,
header .navbar-default .navbar-nav>li>a:hover,
header .navbar-default .navbar-nav>li>a:focus {
    color: #F4EDE7;
    background: transparent;
}

header .navbar-default .navbar-nav>li>a.menu-btn {
    border-radius: 5px;
    background: #444;
    padding: 8px 5px;
    margin: 10px 0;
    height: auto;
}

header .navbar-default .navbar-nav>li>a.menu-btn:hover {
    background: #555;
}

header .navbar-default .navbar-nav>li>a.menu-btn.btn-primary {
    background: #F4EDE7;
}

header .navbar-nav>li {
    position: relative !important;
}

header .navbar-nav>li>.dropdown-menu {
    position: absolute;
    left: 18px !important;
    right: 100px;
    border-top: none;
    padding: 0px 0;
    z-index: 11;
    border: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
    background-color: transparent !important;
}

header .navbar-default .navbar-nav>.active>a,
header .navbar-default .navbar-nav>.active>a:hover,
header .navbar-default .navbar-nav>.active>a:focus,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:hover,
header .navbar-default .navbar-nav>.open>a:focus {
    color: #fff;
    background: #32355d;
}

@media (max-width: 1199px) {
    header .navbar-default .navbar-nav>li>a {
        padding: 13px;
    }
}

@media (max-width: 991px) {
    header .container {
        width: 100%;
    }
    header .navbar-default .navbar-nav>li>a {
        padding: 13px 19px 13px 18px;
    }
}

@media (max-width: 768px) {
    header .container {
        width: 100%;
    }
    header .navbar-default {
        background: black;
    }
    header .navbar-default .navbar-nav>li>a {
        padding: 17px;
    }
}


/** AUTO ALIGN MENU **/

@media (min-width: 768px) {
    .navbar-nav {
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }
    .navbar{
        border-radius: 0px;
    }
    .navbar-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
    .navbar-header {
        float: none;
    }
    .menu-icons {
        padding: 23px 0px;
    }
}

header .dropdown-menu .submenu {
    display: none !important;
}

header .dropdown-menu>li:hover .submenu {
    display: block !important;
    top: -8px;
    left: 230px;
}

header .submenu {
    width: max-content;
    padding-top: 38px;
    left: -410px !important;
    margin-top: -30px;
    z-index: -1;
}

header .dropdown:hover .dropdown-menu {
    display: flex;
}

header .dropdown-menu.dropdown-3-cols {
    width: 557px;
}

header .dropdown-menu.dropdown-2-cols {
    width: 372px;
}

header a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

header .level-2>li {
    float: left;
    font-weight: bold;
    padding: 0 5px;
    margin-left: -5px;
}

header {
    color: #8a8a8a;
}

header .level-2>li:first-child {
    border-left: none;
}

header .level-2>li:last-child {
    border-right: none;
}

header .level-2>li>a {
    padding: 15px 25px;
    margin-top: 0;
    white-space: inherit;
    overflow: hidden;
    margin-right: -5px;
    font-weight: bolder;
}

header .level-2>li:last-child>a {
    border-radius: 0 0 5px 5px;
}

header .level-3 {
    margin: 0px;
    padding: 0;
    list-style: none;
}
header .level-3>li {
    height: 28px;
}
header .level-3>li>a {
    width: 100%;
    display: inline-block;
    padding: 2px 58px;
    font-weight: normal;
    text-transform: capitalize;
    font-size: 15px;
    color: #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
header .level-3>li>a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right {
    border-radius: 50px;
    background-color: white;
}
.fa-angle-left:before,
.fa-angle-right:before {
    color: #32355d
}
.fa-angle-left:hover::before,
.fa-angle-right:hover::before {
    color: #F4EDE7;
}
.carousel-control .fa {
    padding: 12px 20px;
}
.carousel-control .fa:hover {
    background: #F4EDE7;
}
header a {
    color: #333;
    font-weight: 600;
    font-size: 18px;
}


/**
* Shopping Basket
*/

/**
* Footer
*/
footer {
    background: #fff;
    color: #000;
}
footer .round-icon {
    background: #777;
    color: #000 !important;
    font-size: 20px;
    padding: 7px 5px !important;
    border-radius: 50px;
    width: 35px;
    height: 35px;
}
footer .round-icon:hover {
    background: #B59B7A;
}
footer .round-icon .icon,
footer .round-icon .fa {
    color: #191919;
}
footer .media-heading {
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 15px;
}
footer .media.media-service p {
    font-size: 14px;
    line-height: 20px;
}
footer .links {
    padding: 50px 15px 50px 15px;
    margin-top: 30px;
}
footer .links h4 {
    color: #a0a0a0;
    text-transform: uppercase;
    margin-bottom: 15px;
}
footer .links ul li a {
    color: #333;
    padding: 2px 0;
    font-weight: 300;
    display: block;
    text-align: left;
}
footer .links ul li a:hover {
    color: #333;
}
.credits {
    background: #fff;
    padding: 10px 0;
    color: #333;
    font-size: 12px;
    border-top: 1px solid white;
}
.credits a {
    color: rgba(255, 255, 255, 0.7);
}
.credits a:hover,
.credits a:focus,
.credits a:active {
    color: #fff;
}
.credits p {
    color: #a0a0a0;
}
.copyright {
    padding: 15px 0 20px;
}
.logo-block {
    display: inline-block;
    margin-right: 30px;
}
.pagamentos p {
    margin-bottom: 5px;
    text-align: left;
}
.pagamentos img {
    display: inline-block;
    margin-right: 15px;
}
.author img {
    height: 12px !important;
}
@media (min-width: 768px) {
    .newsletter .form-control {
        width: 400px !important;
    }
    
    footer .credits {
        text-align: center;
    }
}
@media (min-width: 991px) {
    .newsletter .form-control {
        width: 500px !important;
    }
}
@media (max-width: 767px) {
    footer .credits {
        text-align: center;
    }
    
    .newsletter {
        padding: 15px 0 10px;
    }
}

/**
* Delivery conditions
*/
.delivery-conditions {
    background: #EFF0F0;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
}
.delivery-conditions h4 {
    font-weight: 400;
}

/**
* Brands slider
*/
.icon-front {
    color: #F4EDE7
}
.icon-front:hover {
    font-size: 530px;
}
.category-item img {
    margin-right: 20%;
    margin-left: 20%;
}
.category-item-img {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 265px;
    height: 265px;
    padding: 45px;
}
.category-item h5 {
    background: #efefef;
    padding: 30px 0;
    margin-bottom: 0;
    font-weight: 500;
    font-style: normal;
    color: #333;
}
.category-item {
    overflow: hidden;
    border-radius: 10px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
}
.category-item:hover {
    border: 1px solid #F4EDE7;
}
.category-item:hover h5 {
    background: #F4EDE7;
    color: white
}
.brands {
    padding: 30px 0;
}
.brands .brands-slider {
    /*    margin-left: -10px;*/
}
.brands .slider-item {
    padding: 10px;
}
.brands .slider-item a {
    border: 1px solid #eee;
    display: block;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.brands .slider-item a:hover {
    border-color: #999;
}
.brands .slider-item a img {
    display: inline-block !important;
}
.brands .btn.btn-slider {
    background: transparent;
    border: 2px solid #eee;
    color: #ddd;
    font-size: 20px;
    padding: 0;
    margin-left: 10px;
    margin-right: -5px;
    width: 33px;
    height: 33px;
}
.brands .btn.btn-slider i {
    font-size: 25px;
    margin-top: 2px;
}
.brands .btn.btn-slider:hover {
    background: #eee;
    color: #fff;
}

/*--------------------------------------------------------------
# Other
--------------------------------------------------------------*/
.other {
    background: #f7f7f7;
    padding: 15px 0px;
    margin-top: 50px;
}
.home-shop {
    background: linear-gradient(to right, #e52727, #e52727);
    display: inline-block;
    padding: 12px 50px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    transition: all .3s ease 0s;
    vertical-align: middle;
    box-shadow: none;
    text-decoration: none;
    border: none;
}
.other-title {
    color: #333;
    text-align: left;
}
.other h5 {
    background: #efefef;
    padding: 30px 0;
    margin-bottom: 0;
}
.other .icon-box {
    text-align: justify;
    padding: 30px 20px 10px 20px !important;
    transition: all ease-in-out 0.3s;
}
.other .icon-box .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}
.other .icon-box .icon img {
    height: 100px
}
.other .icon-box .icon i {
    font-size: 36px;
    transition: 0.5s;
    position: relative;
}
.other .icon-box .icon svg {
    position: absolute;
    top: 0;
    left: 0;
}
.other .icon-box .icon svg path {
    transition: 0.5s;
    fill: #f5f5f5;
}
.other .icon-box h4 {
    margin: 23px 0 0px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    color: #333;
}
.other .icon-box h4 a {
    transition: ease-in-out 0.3s;
}
.other .icon-box p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: -100px;
    min-height: 140px;
    text-align: left;
    margin-left: 15px;
    color: #808080;
}

/**
* Products
*/
.squared-selection li {
    font-size: 14px;
    padding: 3px 0;
    text-align: left;
    font-weight: 300 !important;
    cursor: pointer;
    white-space: nowrap;
    border-bottom: 1px solid #eee;
}
.squared-selection li:hover {
    color: #F4EDE7 !important;
}
.squared-selection li.active,
.squared-selection li:focus {
    color: #F4EDE7;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .squared-selection li {
        width: 32.1%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .squared-selection li {
        width: 31.7%;
    }
}
.category-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #32355d;
}
.filter-box {
    padding: 15px;
    margin-bottom: 20px;
}
.filter-box .category-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #cf0000;
    border-bottom: 3px solid #222;
    margin: -15px -15px 0 -15px;
    border-radius: 5px 5px 0 0;
    padding: 10px;
    display: block;
    height: 37px;
}
.breadcrumb-box {
    box-shadow: 0 1px 4px #ccc;
    background: #fff;
    padding: 15px 0;
    margin: 20px 0;
    border-radius: 10px;
}
.breadcrumb-box h4 {
    font-size: 16px;
    margin: 0 0 -3px;
}
.breadcrumb-box .select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 32px;
}
.breadcrumb-box .filter-group {
    margin-top: -1px;
    margin-bottom: -10px;
}
.ribbon-gray {
    background-color: #F4EDE7;
    position: absolute;
    font-size: 14px;
    top: 15px;
    left: 15px;
    color: #333;
    padding: 3px 20px;
    z-index: 10;
}

.ribbon-yellow {
    background-color: #fff050;
    position: absolute;
    font-size: 15px;
    top: 15px;
    left: 15px;
    color: #333;
    padding: 3px 20px;
    font-weight: lighter;
    z-index: 10;
}

.ribbon-blue {
    background-color: #00ffd9;
    position: absolute;
    font-size: 15px;
    top: 15px;
    left: 15px;
    color: #333;
    padding: 3px 20px;
    font-weight: lighter;
    z-index: 10;
}

.pretty.p-icon .state .icon {
    font-size: 0.75em;
    width: calc(1em + 7px);
    top: 3px;
}
.number-border {
    position: absolute;
    top: -12px;
    right: -15px;
    width: 22px;
    height: 22px;
    line-height: 24px;
    display: inline-block;
    color: #333;
    text-align: center;
    background: #F4EDE7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 13px;
}
.product-item {
    min-height: auto;
    background: #fff;
    padding: 10px;
    margin-bottom: 15px;
    position: relative;
}
.product-item:hover {
    box-shadow: 0 1px 10px #ccc;
    border-radius: 4px;
}
.product-item .image {
    position: relative;
    overflow: hidden;
    border: 0px solid #ddd;
}
.product-item .image:after {
    opacity: 0;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.product-item .image img {
    padding: 3px;
}
.product-item .image .actions {
    opacity: 0;
    position: relative;
    color: none;
    font-size: 12px;
    height: 32px;
    z-index: 2;
    margin: -32px 0 0 0;
}
.product-item .image .actions.active {
    opacity: 1;
}
.product-item .image .actions .btn-buy {
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    right: 32px;
    left: 0;
    top: 0;
    bottom: 0;
    position: absolute;
}
.product-item .image .actions .btn-wishlist {
    text-align: center;
    float: right;
    width: 29px;
    height: 29px;
    padding: 5px;
    background: #F4EDE7;
    border-radius: 50%;
}
.sidebar-user a {
    color: white
}
.product-item .image .actions .btn-wishlist:hover,
.product-item .image .actions .btn-buy:hover,
.product-right-col .btn-wishlist.active {
    color: #F4EDE7 !important;
}
.product-item .product-info {
    min-height: 70px;
    text-align: center;
}
.product-item .title {
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
    text-transform: none;
    max-height: 40px;
    overflow: hidden;
    margin: 5px 0 0 0;
    height: auto;
    font-weight: bolder;
}
.product-item p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.product-item .price {
    font-size: 15px;
    color: #333;
    margin: 5px 0;
    font-weight: 400;
}
.product-item .old-price {
    color: #F4EDE7;
    font-size: 13px;
}
.product-item:hover .image {
    border-color: transparent;
    z-index: 0;
}
.product-item:hover .image:after,
.product-item:hover .image .actions {
    opacity: 0;
    color: none;
    background: none;
}
.product-item-more {
    border: 1px solid #ddd;
    width: 212px;
    display: table-cell;
    height: 180px;
    padding: 3px;
    background: #fcfcfc;
    font-size: 19px;
    color: #ccc;
    text-align: center;
    vertical-align: middle;
}
.product-item-more .fa {
    font-size: 200%;
    margin-bottom: 7px;
    margin-top: 10px;
}
@media only screen and (min-width: 481px) {
    .equal-height {
        display: flex;
        flex-wrap: inherit !important;
    }
}
.select-sizes {
    margin-left: 0px;
    width: 100% !important;
    cursor: default;
}
.select-sizes li {
    cursor: pointer;
    padding: 5px;
    width: 15.9%;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0;
    font-size: 12px;
    overflow: hidden;
    height: 36px;
}
.select-sizes li:hover {
    background: #eee;
}
.select-sizes li.active,
.select-sizes li.active:hover {
    background: #555;
    border-color: #555;
    color: #fff;
}
.select-sizes li.disabled,
.select-sizes li.disabled:hover {
    background: #fcfcfc;
    border-color: #eee;
    color: #ccc;
    cursor: default;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .select-sizes li {
        width: 19%;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .select-sizes li {
        width: 19.2%;
    }
}
#default_gallery .image-thumb {
    float: left;
    padding: 0 1em 0 0;
    width: 18.2%;
    margin-top: -4px;
}
#default_gallery .product-image {
    cursor: pointer;
    float: left;
    width: 78.7%;
    padding: 0;
}
#default_gallery .product-image img {
    width: 100%;
    background: transparent;
    border-radius: 3px;
}
.product-gallery .bx-wrapper {
    margin: 0 !important;
    box-shadow: none;
}
.product-gallery .image-thumb li a {
    width: 100%;
    border: 1px solid #e5e5e5;
    display: block;
    border-radius: 3px;
}
.product-gallery .image-thumb li a:hover,
.product-gallery .image-thumb li.active a {
    border-color: #F4EDE7;
}

/*.polaroid {
background: white;
padding: 4px;
-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
color: 0 0 1px rgba(0, 0, 0, 0.25);
}*/
.sort-products label {
    font-weight: normal;
    font-size: 13px;
    color: #676767;
}
.sort-products .select2-selection.select2-selection--single {
    height: 31px;
    border: 0px solid white;
}
.sort-products .select2-container--bootstrap,
.sort-products .select2-selection--single,
.sort-products .select2-selection__rendered {
    font-size: 12px;
    height: 23px;
}
.select2-container--bootstrap .select2-results__option {
    font-size: 12px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 30px;
    font-size: 16px;
    height: 45px;
}
@media (min-width: 992px) {
    .sort-products {
        float: right;
        margin-top: -10px;
    }
}
.list-group.list-group-unbordered .list-group-item,
.list-group.list-group-unbordered .list-group-item:first-child,
.list-group.list-group-unbordered .list-group-item:last-child {
    border: none !important;
}
.list-group .list-group-item,
.list-group .list-group-item:first-child,
.list-group .list-group-item:last-child {
    position: relative;
    display: block;
    padding: 12px;
    margin-bottom: -1px;
    border: none;
    border-top: 1px solid #e3e3e3 !important;
    background: #f9f9f9;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
}
.list-group .list-group-item:first-child {
    border-top: none !important;
}
.list-group .list-group-item:hover {
    background: #f9f9f9;
    color: #F4EDE7;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    background-color: #F4EDE7 !important;
    border-color: #F4EDE7 !important;
    color: #333;
}
.list-with-icon .fa {
    font-size: 22px !important;
}
.list-with-icon span {
    top: -3px !important;
    left: 5px;
    position: relative;
}

.categories-menu {
    padding-top: 15px;
    margin-top: -10px;
    margin-bottom: 10px;
    display: flex;
}
.categories-menu li>a {
    display: block;
    text-align: left;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px;
    text-transform: uppercase;
}
.categories-menu li:last-child>a {
    border-bottom: none;
}
.filter-group {
    margin-bottom: 15px;
}
.filter-group h4 {
    text-transform: uppercase;
    font-size: 17px;
    color: #000;
    margin: 0 -15px 10px;
    padding: 8px 15px 6px;
    border-bottom: 1px solid #333;
    position: relative;
}
.breadcrumb li a {
    color: #333
}
.filter-group h4:before {
    position: absolute;
    content: "";
    background: #F4EDE7;
    width: 100px;
    height: 3px;
    bottom: -2px;
    left: 0;
}
.filter-group label {
    padding-left: 0px !important;
}
.filter-group label:hover {
    color: #F4EDE7 !important;
}
.filter-group .badge {
    float: right;
    background: transparent;
    color: #777;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0;
    text-align: center;
    border-radius: 30px;
    width: 25px;
    height: 20px;
    padding: 4px 0;
    font-size: 11px;
}
.name-banner {
    position: absolute;
    top: 185px;
    margin: 0 auto;
    font-size: 60px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.name-banner-blog{
    top: 185px;
    margin: 0 auto;
    font-size: 60px;
    color: #fff;
    text-align: center;
    width: 100%;}
.img-banner-products {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
}
.filter-group ul>li {
    padding: 3px 0;
    /* border-bottom: 1px solid #ddd;*/
}
.filter-group ul>li>label {
    font-size: 14px !important;
}
.filter-group .autoscroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 277px;
}
.filter-group .checkbox {
    margin: 0;
}
.filter-group .icheckbox_minimal-blue {
    margin-top: -3px;
}
.filter-group ul {
    margin: 0px;
}
.filter-group ul li:last-child .checkbox {
    margin-bottom: 0;
}
.filter-group .hidden-filter {
    display: none;
}
.filter-group a {
    font-weight: 300;
    font-size: 13px;
}
.filter-group .show-more-arrow {
    background: #F4EDE7;
    color: #fff;
    width: 14px;
    height: 14px;
    padding: 2px 2px 0px 3px;
    font-weight: bold;
}

/**
* Spinner
*/
@media ( max-width: 200px) {
    .input-group span.input-group-btn,
    .input-group input,
    .input-group button {
        display: block;
        width: 100%;
        border-radius: 0;
        margin: 0;
    }
    
    .input-group {
        position: relative;
    }
    
    .input-group span.data-up {
        position: absolute;
        top: 0;
    }
    
    .input-group span.data-dwn {
        position: absolute;
        bottom: 0;
    }
    
    .input-group-btn:last-child>.btn,
    .input-group-btn:last-child>.btn-group {
        margin-left: 0;
    }
}

/**
* Products
*/
.color-square {
    width: 16px;
    height: 16px;
    display: block;
}
.color-square.color-square-20 {
    width: 20px;
    height: 20px;
}
.color-square.color-square-24 {
    width: 24px;
    height: 24px;
}
.product-right-col {
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: none;
}
.product-right-col .ribbon-wrapper {
    right: 10px;
}
.product-right-col .product-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 40px;
    font-weight: bold;
    color: #000;
}
.product-right-col .product-title small {
    text-transform: none;
    font-size: 65%;
    font-weight: 300;
    line-height: 26px;
}
.product-right-col .product-status {
    position: relative;
}
.product-right-col .product-status .loading-verify-stock {
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 70px;
    z-index: 1;
    text-align: center;
}
.product-right-col .product-status .loading-verify-stock div {
    position: relative;
    top: 50%;
    margin-top: -5px;
    color: #999;
}
.product-right-col .product-status p {
    margin-top: 5px;
    line-height: 18px;
    font-size: 13px;
    color: #000;
}
.product-right-col .product-status p b {
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.product-right-col .product-price h2 {
    color: #333;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 0;
}
.product-right-col .product-price h2 sup {
    font-size: 60%;
}
.product-right-col .product-promo-price h4 {
    font-weight: 700;
    font-size: 26px;
    color: #333;
    text-decoration: line-through;
}
.category-product,
.tag-product {
    color: #333;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}
.category-product a,
.tag-product a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 2px 20px;
    border-radius: 20px;
    margin-left: 10px;
    background: #f5f5f5;
    display: inline-block;
}
.category-product a:hover,
.tag-product a:hover {
    background: #ee1100;
    color: white;
}
.product-right-col .product-attribute-title {
    font-size: 14px;
    text-transform: uppercase;
}
.product-right-col .btn-wishlist {
    opacity: 1;
    color: #333;
    margin: 5px 0 0 0;
}
.product-right-col .btn-wishlist:hover,
.product-right-col .btn-wishlist:active,
.product-right-col .btn-wishlist:focus {
    opacity: 1;
    color: #333;
}
.product-share {
    margin: 0
}
.product-share p {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #777;
}
.product-share a {
    color: #777;
}
.product-share a:hover,
.product-share a:active,
.product-share a:focus {
    color: #000;
}
.product-colors {
    display: block;
    padding: 3px;
    border: 2px solid #eee;
    border-radius: 3px;
}
.product-colors.active,
.product-colors.active:hover {
    border-color: #191919;
}
.product-colors:hover {
    border-color: #F4EDE7;
}
.nav-tabs-products,
.nav-tabs-account {
    border-bottom: 2px solid rgb(243, 243, 243);
}
.nav-tabs>li>a {
    border: none;
    border-bottom: none;
    border-radius: 0;
    color: #333;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
.nav-tabs>li>a:hover {
    border: none;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border-bottom: 3px solid #F4EDE7;
    border-top: none;
    border-right: none;
    border-left: none;
    font-weight: bolder;
    padding: 10px 10px;
}
.tab-content {
    padding: 15px;
    border: 0px solid #ddd;
    border-top: 0;
    color: gray;
    font-size: 16px;
}
.update-product {
    padding: 0 3px;
    text-align: center;
}
.update-product-cart {
    height: 34px;
}
.btn-default-minus {
    border-right: 0px solid transparent;
    z-index: 3;
}
.btn-default-plus {
    border-left: 0px solid transparent;
    z-index: 3;
}
.btn-default-minus:hover,
.btn-default-minus:active,
.btn-default-minus:focus {
    background: transparent;
    border-right: 0px solid transparent;
}
.btn-default-plus:hover,
.btn-default-plus:active,
.btn-default-plus:focus {
    background: transparent;
    border-left: 0px solid transparent;
}
.search-no-results {
    color: #8d8d8d;
    font-size: 15px;
    text-align: center;
    padding: 15px 0;
}
.btn-resume-cuppon {
    margin-top: 10px;
}
.sweet-alert .btn-lg {
    height: 50px;
}
.icons-header {
    height: 50.4px;
    padding-top: 1%;
    margin: 10px 0 0 0;
}
.destroy-cart {
    padding-top: 13px;
    padding-bottom: 13px;
    height: 45px;
}
.brand-item {
    display: block;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 20px;
}
a.brand-item:hover {
    border-color: #999;
}
.contact-shop {
    min-height: 105px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-top: -1px;
    background: #FDFDFB;
}
.contact-shop h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 600;
}
.contact-shop p {
    line-height: 18px;
    color: #696969;
    margin: 0;
}
.register-panel {
    padding: 40px;
    background: #EFF0F0;
}

/**
* ACCOUNT
*/
.username-block {
    padding: 8px;
    margin-bottom: -1px;
    background: #333;
    border-radius: 2px;
}
.username-block .sidebar-user h2 {
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    margin: 5px 0;
}
@media (min-width: 991px) and (max-width: 1199px) {
    .sidebar-user {
        width: 147px
    }
}
.panel-accordion .panel-heading {
    border-radius: 0;
}
.panel-group {
    margin-bottom: 10px;
}
.panel-accordion {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}
.panel-accordion .panel-heading {
    padding: 0;
}
.panel-accordion .panel-heading a {
    display: block;
    padding: 15px;
    color: #444;
    border: 1px solid #eee;
}
.panel-accordion .panel-heading a:hover {
    background: #eee;
}
.table-shopping-cart>thead>tr>th,
.table-shopping-cart>tbody>tr>th,
.table-shopping-cart>tfoot>tr>th,
.table-shopping-cart>thead>tr>td,
.table-shopping-cart>tbody>tr>td,
.table-shopping-cart>tfoot>tr>td {
    border-top: none;
    border-bottom: 1px solid #ddd;
}
.cart-summary-item {
    text-align: right;
    margin-bottom: 7px !important;
}
.cart-summary-item span {
    width: 80px;
    display: inline-block;
    font-weight: normal;
}
.cart-summary {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px #ddd;
    background: #FEFFFD;
    padding: 15px;
    margin-bottom: 30px;
}
.cart-summary h2 {
    text-align: left;
    padding: 22px 0 29px 15px;
    margin: 0 0 0 5px;
    margin-left: 5px;
    margin-top: 0;
    border-left: 1px dotted #ccc;
}
.cart-summary h2 small {
    margin-bottom: 5px;
    margin-top: 8px;
    display: block;
    text-transform: none;
}
.cart-summary h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.cart-resume-panel {
    border: 1px solid #ddd;
    padding: 15px;
}
.cart-payment-options .checkbox {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    cursor: pointer;
}
.cart-payment-options .checkbox:hover,
.cart-payment-options .checkbox:active {
    background: #fefefe;
}
.cart-payment-options .checkbox.active {
    border-color: #F4EDE7;
}
.cart-payment-options .media-object {
    width: 45px;
}
.cart-payment-options .media-heading {
    font-weight: normal;
}
.cart-payment-options .media-heading .label {
    font-size: 60%;
    top: -3px;
    position: relative;
}
.cart-payment-options p {
    margin: 0;
    color: #777;
}
.cart-payment-options .radio-circle {
    border-radius: 30px;
    margin: 2px 0 0 0;
    width: 18px;
    height: 18px;
    border: 1px solid #999;
}
.cart-payment-options .checkbox:hover .radio-circle span,
.cart-payment-options .checkbox:active .radio-circle span {
    background: #ccc;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 2px;
}
.cart-payment-options .checkbox.active .radio-circle span,
.cart-payment-options .checkbox.active:hover .radio-circle span {
    background: #b7aea6;
    border-radius: 20px;
    width: 12px;
    height: 12px;
    position: absolute;
    margin: 2px;
}
.block-bordered {
    padding: 15px;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 100%;
}
.first-child>li>a {
    background: #333;
    display: block;
    color: #fff;
    padding: 4px 10px;
    margin-top: -1px;
}
.first-child {
    padding-top: 0 !important;
}
.second-child>li {
    border-bottom: 1px solid #ddd;
}
.second-child>li:last-child {
    border-bottom: none;
}
.second-child>li>a {
    padding: 4px 0;
    width: 100%;
    display: block;
}
.second-child>li>a.active {
    color: #f59326 !important;
}
.second-child>li>a .fa {
    margin-top: 3px;
}
.third-child>li>a {
    text-transform: none;
    color: #555;
    padding: 0;
    display: block;
}
.third-child>li>a.active {
    color: #f59326 !important;
}
.third-child {
    margin-bottom: 10px;
}
.order-summary-papper {
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: 0px 1px 1px #ddd;
}
.order-summary-papper .final-prices td {
    padding-bottom: 5px;
}

/**
* CUSTOM PAGES
*/
.page-image {
    text-align: center;
    position: relative;
}
.page-image .caption {
    text-align: center;
    padding: 10px;
    padding-top: 15px;
    display: inline-block;
    top: -165px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
}
.page-image .caption h1 {
    margin: 0;
    font-size: 18px;
    color: #333;
}
.page-image .caption h3 {
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #fff;
    font-size: 16px;
}
.page-image .image {
    background-position: center;
    background-size: cover;
    height: 250px;
}
.bx-wrapper .bx-controls-direction a {
    z-index: 999 !important;
}
.bx-wrapper .bx-prev {
    left: 145% !important;
}
.bx-wrapper .bx-next {
    left: 640%;
}
.product-ribbon {
    color: #333;
    font-weight: bold;
}
.products-slider-header {
    border-bottom: 2px solid #ddd;
    margin-bottom: 0px;
    margin-top: 40px;
}
.products-slider-header .products-slider-title {
    float: left;
    margin: 0;
    margin-top: -17px;
    text-transform: uppercase;
}
.products-slider-header .products-slider-filters {
    float: right;
    margin-top: -25px;
    margin-bottom: 15px;
    position: relative;
}
.products-slider-header .products-slider-filters li {
    padding: 0;
}
.info-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    position: relative;
    margin-top: 60px;
}
#noticias {
    padding: 100px 0 150px 0;
    background-color: white;
}
#noticias .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.card-body {
    padding: 30px;
    flex: 1 1 auto;
    min-height: 1px;
    position: relative;
}
#noticia-highlight {
    margin-top: 50px
}
#noticias .btn-read {
        text-transform: uppercase;
    color: #333;
    text-align: right;
    width: 100%;
    font-weight: 700;
    position: absolute;
    bottom: 10px;
    left: -10px;
}
#noticias .card {
    padding: 0 !important;
    margin: 10px;
    max-width: 31%;
    flex: 0 0 31%;
    -ms-flex: 0 0 31%;
    -webkit-box-shadow: 0px 0px 29px -16px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 29px -16px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 29px -16px rgb(0 0 0 / 75%);
}
#noticias .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
#noticias .card-title {
    font-weight: 800;
    font-size: 1.5rem;
}
@media (min-width: 768px) {
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.col-top-header {
    margin-top: 10px;
}
.card {
    height: 450px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%) !important;
    border: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border-radius: 0.25rem;
}
#basic-banner {
    color: white;
    text-align: center;
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-color: rgba(51, 51, 51, 0.70);
    background-blend-mode: multiply;
}
.products-slider-header .products-slider-filters a {
    text-transform: uppercase;
    font-size: 13px;
    color: #777;
    height: 40px;
    border-bottom: 2px solid transparent;
    margin-bottom: -18px;
    padding: 0 5px;
    display: block;
}
.products-slider-header .products-slider-filters a:hover {
    color: #000;
    border-bottom-color: #000;
}
.products-slider-header .products-slider-filters .active a,
.products-slider-header .products-slider-filters .active a:hover {
    color: #F4EDE7;
    border-bottom-color: #F4EDE7;
}
.products-slider-header .products-slider-filters .btn-slider {
    background: transparent;
    border: 2px solid #eee;
    color: #ddd;
    font-size: 18px;
    margin-left: 9px;
    margin-right: -5px;
    width: 30px;
    height: 30px;
    padding: 0;
}
.products-slider-content {
    position: relative;
    overflow: hidden;
    height: 355px;
    padding-top: 30px;
    padding-right: 10px;
}
.products-slider-content .loading {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    text-align: center;
    font-size: 18px;
    color: #777;
    padding-top: 10%;
}
.custom-page-section .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.custom-page-section .container-fluid .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.modal-footer .btn {
    height: 40px;
}

/**
* Format XS screen
*/
@media (max-width: 767px) {
    body {
        font-size: 12px;
        line-height: 1.6em;
        margin-top: 70px;
    }
    
    label {
        font-size: 11px;
    }
    
    .breadcrumb {
        font-size: 11px;
    }
    /** HEADER **/
    
    .navbar-nav {
        margin: 5px -15px -1px -15px;
        overflow: auto;
        max-height: 450px;
        text-align: center;
    }
    
    .navbar-default .navbar-toggle {
        border-color: transparent;
        padding: 1px;
        margin: 0 15px -3px 0;
    }
    
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: transparent;
    }
    
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #F4EDE7;
    }
    
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #333;
    }
    
    header {
        position: fixed;
        z-index: 100000;
        left: 0;
        right: 0;
        top: 0;
    }
    
    header .navbar-default .navbar-nav>li>a {
        padding: 15px 15px;
        font-size: 28px !important;
        height: auto !important;
        color:white;
    }
    
    header .navbar-default .fa-angle-down {
        float: right;
    }
    
    .header-top {
        background: white;
        border-bottom: 1px solid #3333332e;
        padding: 5px 0px;
    }
    
    header .navbar-default {
        height: auto;
        min-height: 0px;
        border-top: none !important;
        border-right: none !important;
        border-left: none !important;
        border-bottom: 5px solid #F4EDE7 !important;
    }
    
    .header-main .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .header-main .row div[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    header .logo {
        float: left;
        display: inherit !important;
    }
    
    header .logo img {
        margin: 15px 10px;
        height: 35px !important;
    }
    
    header .menu-icons .fa {
        font-size: 20px !important;
        margin: 0 !important;
    }
    
    header .menu-icons a {
        margin: 21px 2px;
    }
    
    header .menu-icons a:hover,
    header .menu-icons a:focus {
        color: #fff;
    }
    
    header .shopping-basket {
        width: auto !important;
        padding: 0 !important;
        float: none !important;
        margin-top: 8px;
        margin-bottom: 0px;
    }
    
    header .dropdown:hover .dropdown-menu {
        width: 100%;
        overflow: inherit;
        display: block;
        margin-bottom: 15px;
        border-radius: 0;
        position: relative;
        box-shadow: none;
    }
    
    header .level-2>li {
        float: none;
        width: 100%;
        border: none;
    }
    
    header .level-2>li>a {
        padding: 9px 15px;
        margin-top: 0;
        white-space: inherit;
        overflow: hidden;
        width: 106%;
    }
    
    header .level-3 {
        display: none;
    }
    
    header .search-area {
        background: #80808052;
    }
    
    header .search-area input {
        border: none;
        background: transparent;
        color: #fff;
    }
    
    header .search-area button {
        border-radius: 0;
        border: none;
        background: transparent;
        color: #777;
    }
    /** PRODUCTS **/
    
    .product-item {
        min-height: 235px !important;
    }
    
    .product-left-col {
        margin-bottom: 15px;
    }
    
    .product-right-col {
        border: none !important;
        padding: 0;
        box-shadow: none;
    }
    
    .product-right-col .panel-body {
        padding: 0;
    }
    
    .product-right-col .product-title {
        font-size: 20px;
        line-height: 22px;
    }
    
    .nav>li>a {
        font-size: 11px !important;
        padding: 8px 12px;
    }
    /*header .header-top ul>li>a {
    font-size: 12px;
}*/
    
    .select-sizes li {
        width: 19%;
    }
    
    #default_gallery .image-thumb {
        width: 25%;
    }
    
    #default_gallery .product-image {
        width: 75%;
    }
    
    .sa-button-container .cancel {
        margin-bottom: 15px;
    }
    
    .filters-collapse-area {
        display: none;
        margin-top: 40px;
    }
    
    .categories-menu li>a {
        padding: 5px 10px;
        display: block;
    }
    
    .categories-menu {
        margin-top: 0;
        border-top: 0;
    }
    /** FOOTER **/
    
    footer {
        height: auto;
        margin-top: 30px;
    }
    
    footer .links {
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
    }
    
    footer .links .row {
        margin-left: 0;
        margin-right: 0;
    }
    
    footer .links .row div[class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    
    footer .links ul {
        margin-bottom: 0;
    }
    
    footer .links ul li a {
        padding: 15px 0;
        font-size: 14px;
        font-weight: 300;
        display: block;
        border-bottom: 1px solid #2929291a;
        text-align: center;
    }
    
    .credits p {
        text-align: center;
    }
    
    .register-panel {
        text-align: center;
        padding: 30px 15px;
        background: #EFF0F0;
        margin: 30px -15px 30px -15px;
    }
    
    register-panel .btn {}
    
    .page-image .caption {
        top: -190px;
        left: 30px;
        right: 30px;
        position: absolute;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: auto;
    }
    
    header .header-main .logo {
        margin: 22px 0 22px 25px !important;
    }
    
    .page-image .caption {
        top: -135px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .products-slider-content {
        height: 330px;
    }
}
.notify {
    background: rgb(23 23 23);
    color: #fff;
    position: fixed;
    padding: 9px 20px;
    z-index: 10000000000;
    margin: 15px;
    bottom: 5px;
    right: 0;
    width: 329px;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #333;
}
.notify p {
    margin: 0;
    font-size: 13px;
    opacity: 0.7;
    line-height: 18px;
}
.notify b {
    display: block;
    line-height: 18px;
}
.notify a.close-popup {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
    margin-left: 10px;
}
.popup-message {
    top: 50% !important;
}
.popup-message.cookie {
    top: initial !important;
}
.modal-popup .popup-bg {
    background-position: center;
    background-size: cover;
    height: 300px;
}
@media (max-width: 767px) {
    .modal-popup .popup-bg {
        height: 220px;
    }
}
.modal-popup .close {
    position: absolute;
    top: -6px;
    right: -3px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 40px;
    width: 21px;
    height: 21px;
    border: 2px solid #fff;
    line-height: 1px;
}
.popup-btn {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}
@media (min-width: 768px) {
    .modal-center {
        position: absolute;
        top: 50%;
        margin-top: -180px;
    }
}
@media (max-width: 767px) {
    .notify {
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        position: fixed;
        padding: 9px 20px;
        z-index: 10000;
        margin: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        text-align: center;
        box-shadow: none;
    }
    
    .notify a.close-popup {
        position: relative;
        color: #fff;
        margin-left: 10px;
    }
    
    .modal {
        position: absolute;
    }
    
    .menu-icons {
        padding: 19px 0px;
    }
}
.brand-item {
    max-height: 128px;
}
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 50px;
}
.lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #000;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    
    100% {
        transform: translate(24px, 0);
    }
}