body {
    background: #f9f9f9;
}
.swiper-viewport {
    box-shadow: none !important;
    border: none !important;
}

.navbar {
    margin-bottom: 0px;
}

.btn {
    border-radius: 2px;
    border: 0 !important;
    border-radius: 0;
}

/*
.btn-primary {
    text-shadow: none;
    background-color: #212121;
    background-image: none !important;
    border-color: #212121;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
    background-color: #212121;
}
*/

.breadcrumb {
    margin-top: 20px;
    background: transparent;
    border-radius: 0;
}

.breadcrumb a {
    color: #59595c;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.thumbnail,
.img-thumbnail {
    border-radius: 0;
}

#menu {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #59595c;
    z-index: 999;
}

#menu .tiny-nav li.dropdown:hover:after {}


#menu li.last-item a {
    /*color:#c95959;*/
}

.big-nav {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    border-top: 1px solid #59595c;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
    box-shadow: 0px 12px 14px -4px rgba(0, 0, 0, 0.34);

}

.big-nav>li {
    width: 100%;
}

#menu .dropdown-inner a {
    font-size: 13px;
}

.big-nav>li img {
    width: auto;
    height: 150px !important;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -75px;
}

.big-nav:hover {
    display: block !important;
}

.nav-tabs>li.active>a {
    background-color: #f9f9f9!important;
}

.product-thumb {
    padding-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #eee;
    text-align: center;
    background: #fff;
}

.product-thumb img {
    max-width: 200px;
}

.product-thumb {
    position:relative;
}

.product-thumb h4, #carousel-popular .swiper-slide h4 {
    transition: all .8s;
    position:absolute;
    top:-5px;
    right: 10px;
    font-weight: bold;
    transform: translateX(-30px);
}

.product-thumb h4 a, #carousel-popular .swiper-slide h4 {
    color: #888;
    font-size: 11px;
    text-transform: uppercase;
}


.product-thumb .price, #carousel-popular .swiper-slide .price {
    width: 100%;
    transition: all 1s;
    position:absolute;
    bottom:15px;
    right: 10px;
    font-weight: bold;
    color: #888;
    text-align: right;

}


@media (min-width: 768px) {
    .product-thumb h4, #carousel-popular .swiper-slide h4 {
        opacity: 0;
    }
    .product-thumb .price, #carousel-popular .swiper-slide .price {
        opacity: 0;
    }
}

.product-thumb:hover h4,
.product-thumb:hover .price,
#carousel-popular .swiper-slide:hover h4, 
#carousel-popular .swiper-slide:hover .price {
    opacity: 1;
    transform: translateX(0);
    transform: translateY(0);
}

.product-thumb.transparent {
    padding-top: 10px;
    background: transparent !important
}

.product-thumb.transparent .caption {
    min-height: initial;
}

#product .nav-tabs>li.active>a,
#product .nav-tabs>li.active>a:hover,
#product .nav-tabs>li.active>a:focus {
    border: 1px solid #ACACAC;
    border-bottom: 1px solid transparent;
}

#product .nav-tabs>li>a {
    border-bottom: 1px solid #ACACAC;
}

#product .nav-tabs {
    border-bottom: 1px solid #ACACAC;
    margin-bottom: 0;
}

#product .tab-content>.tab-pane {
    border: 1px solid #ACACAC;
    border-top: none;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

#product .tab-content>.tab-pane .specs {
    color: #6d6e71;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#product .tab-content>.tab-pane .specs strong {
    color: #231f20;
}

#product .free-ship-text {
    padding: 5px;
    margin: 10px 0 15px;
    font-size: 13px;
}

#menu .nav>li>a {
    text-transform: uppercase !important;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

#menu .dropdown-inner a {
    background: transparent;
}

#menu .dropdown-inner li a:hover {
    color: #333333;
}

#menu .see-all {
    display: none;
}

#top-links .list-inline>li>a {
    text-transform: uppercase !important;
    font-size: 11px;
}

#search {
    max-width: 300px !important;
    margin-right:15px;
}

#search .form-control {
    height: 32px;
    box-shadow: none;
}

#search .btn-search {
    height: 32px;
    width: 32px;
    background: transparent;
    border: 1px solid #ccc !important;
}

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

#logo {
    margin-top: 30px;
    margin-bottom: 10px;
}

#logo img {
    max-width: 200px;
}

footer .secure img {
    max-width: 150px;
}

footer .logo {
    max-width: 200px!important;
}

@media (max-width: 767px) {
    header #logo {
        margin-top: 10px;
    }

    header #logo img {
        max-width: 110px;
    }

    header .col-sm-5.col-xs-8.text-right {
        padding-top: 4px;
    }

    header #menu #category {
        color: #000;
        text-shadow: none;
    }

    #search {
        max-width: 100% !important;
        margin: 0 15px;
    }

    .product-thumb img {
        max-width: 100px;
    }

    .product-thumb .caption {
        min-height: initial !important;
    }

    .insta-title,
    .featured-title {
        font-size: 20px !important;
    }

    #slideshow0 {
        margin: 0 15px !important;
    }

    footer {
        padding-top: 40px !important;
    }

    footer .logo {
        max-width: 110px;
        margin: 0 auto 20px;
    }

    footer .secure {
        text-align: center;
    }

    footer .secure img {
        max-width: 100px;
    }

    footer .social-media {
        text-align: center;
    }

    #top-links .navbar-toggle {
        position: relative;
        float: none;
        padding: 5px 10px;
        margin: 0;
        background-color: #212121;
        background-image: none;
        border: 1px solid #ddd;
        border-radius: 0;
        color: #fff;
    }

    #menu {
        border-bottom: 1px transparent;
        min-height: 10px;
    }

    #menu div.dropdown-menu {
        padding-bottom: 10px;
        background-color: transparent;
    }

    #menu div.dropdown-menu a {
        color: #212121;
    }

    .breadcrumb {
        padding: 0px 15px 0px 0 !important;
    }

    #product-product .tab-content>.tab-pane .specs {
        font-size: 13px;
    }

    #product-product .tab-content>.tab-pane .specs span {
        display: block;
    }

    #product-product h3 {
        font-size: 20px !important;
    }

    .products-carousel-prev,
    .products-carousel-next {
        display: none !important;
    }
    #menu .tiny-nav {
        margin:0;
    }
    
    #menu .tiny-nav > li {
        border-bottom: 1px solid #59595c;
    }

}

@media (max-width: 1024px) {
    .d-p-price {
        font-size: 18px !important;
    }

    .d-p-price-special {
        font-size: 18px !important;
    }

    .d-p-title {
        font-size: 16px !important;
    }

    #product-product h1 {
        font-size: 20px;
    }

    footer {
        padding-top: 40px !important;
    }
    #menu .nav > li > a {
        color: #59595c;
        padding: 10px 5px 10px 5px;
        min-height: 15px;
        background-color: transparent;
        font-size: 12px;
    }
    .icon-carousel {
        padding-top: 10px!important;
        padding-bottom: 0px!important;
    }

    .products-carousel .swiper-slide {
        background: #fff;
        border: 1px solid #eee;
        height: 300px!important;
    }

    .d-p-buttons select {
        font-size: 14px!important;
        height: 44px!important;
    }
    .d-p-buttons a.btn-default {
        font-size: 14px!important;
    }

    .d-p-buttons #button-cart {
        font-size: 14px!important;    
    }
}

.well {
    background: #f9f9f9;
    border: 0;
}

.icon-carousel {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-carousel h5 {
    font-weight: 300;
}

.icon-carousel img {
    max-width: 32px;
    margin: 0 auto;
}

.stores-carousel {
    margin-top:25px;
}

.instagram-carousel {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cat-carousel,
.products-carousel {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cat-carousel .swiper-slide {
    border: 1px solid #ddd;
    height: 200px;
}

.products-carousel .swiper-slide {
    background: #fff;
    border: 1px solid #eee;
    height: 240px;
}

.cat-carousel h5,
.products-carousel h5 {
    font-weight: 600;
}

.cat-carousel img,
.products-carousel img {
    max-height: 180px;
    margin: 25px auto;
}

.cat-carousel-prev,
.cat-carousel-next {
    height: 200px;
}

.products-carousel-prev,
.products-carousel-next {
    height: 240px;
}

.cat-carousel-prev a,
.cat-carousel-next a,
.products-carousel-prev a,
.products-carousel-next a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    margin: 0;
    position: absolute;
    top: 60%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cat-carousel-prev a,
.products-carousel-prev a {
    left: 15px;
}

.cat-carousel-next a,
.products-carousel-next a {
    right: 15px;
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.col-montur {
    text-align: center;
}

.col-montur .img-montur img.img-thumbnail {
    border: none;
}

.col-montur .img-montur {
    padding-top: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.col-montur .radio {
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: 0;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

.col-montur .radio:last-child {
    border-bottom: 1px solid #ddd;
}

.col-montur .radio label {
    width: 100%;
}

.insta-swiper {
    height: 150px;
    margin-bottom: 20px;
}

.insta-title,
.featured-title {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'Playfair Display', serif;*/
    font-weight: 400;
}

footer {
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #212121;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

footer .copyright-text {
    text-align: center;
}

footer .social-media {
}

footer .social-media a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
}

footer .social-media a i {
    color: #212121;
    font-size: 24px;
    line-height: 30px;
}

footer .social-media a:hover {
    background: #eee;
}

footer h5 {
    font-weight:500;
}

footer ul.menu {
    list-style: none;
    padding:0;
}

#home-newsletter {
    padding-top:40px;
    padding-bottom:40px;
    background:#EFEFEF;
}

#home-newsletter h4 {
    font-size:26px;
    letter-spacing: 5px;
}

#home-newsletter h4:after {
    display:block;
    content: ' ';
    width:60%;
    height:2px;
    background:#212121;
    margin:10px auto;
}
#home-newsletter form {
    width:100%;
    max-width: 400px !important;
    margin: 20px auto;
}

#home-newsletter form .form-control {
    height: 40px;
    box-shadow: none;
    border: none;
}

#home-newsletter form .btn-search {
    height: 40px;
    background: #212121;
    border: none;
    color: #fff;
    padding-left:25px;
    padding-right: 25px;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #212121;
    content: '\f105';
    font-family: FontAwesome;
}

.no-shadow,
.no-shadow:active,
.no-shadow:active:focus,
.no-shadow:focus {
    text-shadow: none !important;
    box-shadow: none !important;
}

.no-bg,
.no-bg:active,
.no-bg:active:focus,
.no-bg:focus {
    background: transparent !important;
}

.no-border,
.no-border:active,
.no-border:active:focus,
.no-border:focus {
    border: none !important;
}

.of-hidden {
    overflow: hidden;
}

.well {
    box-shadow: none !important;
    border-radius: 0;
}

.btn-cart {
    color: #59595c;
    float: left;
    background: transparent;
}

.btn-fav {
    color: #59595c;
    /* float: right; */
    background: transparent;
    position:absolute;
    left:0px;
    top:0;
}

.product-thumb .btn-fav:hover i,
.product-thumb .btn-cart:hover i {
    color: #F4C6A5;
}

.btn-fav:hover i:before,
.btn-fav.active i:before {
    color: #F4C6A5;
    content: '\f004';
    font-family: FontAwesome;
}


.product-thumb .discount-rate {
    position: absolute;
    left: 15px;
    top: 0;
    padding: 10px;
    color: #fff;
    background: #212121;
}

.product-thumb .price-old {
    margin-left: 0;
    position: absolute;
    right: 0;
    bottom: 0;

}

.product-thumb .price-new {
    margin-left: 0;
    font-size: 14px;
    position: absolute;
    right: 0;
}

.mt-0 {
    margin-top: 0;
}

#product-product h3 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    /* font-family: 'Playfair Display', serif; */
    font-weight: 400;
}

.d-p-price {
    font-size: 30px;
}

.d-p-price-special {
    font-size: 30px;
}

.d-p-title {
    font-size: 20px;
}

.d-p-buttons a.btn-default {
    margin-bottom: 10px;
    background: #F2F2F3;
    font-size: 18px;
    color: #808285;
}

.d-p-buttons select {
    text-transform: uppercase;
    background: #F2F2F3;
    font-size: 18px;
    color: #808285;
    height: 44px;
    border: none;
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

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

.btn-pink {
    background: #FFACAC !important;
    color: #fff !important;
}

.btn-whatsapp {
    background: #0C9F16 !important;
    color: #fff !important;
}

@media (min-width: 768px) {
    .tiny-nav {
        margin: 0 auto;
        display: table;
        table-layout: auto;
        float: none;
        width: 100%;
    }

    .tiny-nav>li {
        display: table-cell;
        float: none;
        text-align: center;
    }
}

.share-product .share-text {
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}

.a2a_svg,
.a2a_count {
    border-radius: 50% !important;
}

select.hide-first option:first-child {
    display: none;
}

.form-group.has-error {
    position: relative;
    box-sizing: border-box;

}

.form-group.has-error .text-danger {
    position: absolute;
    bottom: -4px;
    z-index: 999;
    background: #a94442;
    color: #fff;
    line-height: 12px;
    text-align: center;
    overflow: hidden;
    width: calc(100% - 30px);
    font-size: 11px;
}

#information-information #content {
    font-size:14px;
}

#cart {
    margin-bottom: 0;
}

#cart > .btn {
    padding:0;
    color:inherit;
    background: transparent;
}

#cart a:hover {
    color: #000!important;
}


#form-language button {
    font-size:11px;
}

.d-p-buttons .col-sm-6.form-group:nth-child(3) {
    display:none;
}