@import url(base.css);

@font-face {
    font-family: 'AtlantisthelostCity';
    font-style: italic;
    font-weight: 400,500;
    src: local('AtlantisthelostCity'), local('AtlantisthelostCity'), url(../fonts/AtlantisthelostCity.ttf) format('truetype');
}

a {
    color: #000000;
    text-decoration: none;
    transition: 0.5s;
}

a:hover, a:focus, a:active {
    color: #ef4277;
    text-decoration: none;
}
input::placeholder {
    color: #999999;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999999;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

.btn.btn-primary {
    transition: 0.5s;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-transform: capitalize;
    font-size: 16px;
    height: auto;
    background: #ef4277;
    border-radius: 0px;
    padding: 13px 30px;
    vertical-align: top;
}
.btn.btn-primary:hover{
    background-color: #ab46bc;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background: #333;
}

* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

.btn-primary, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
    background: #ef4277;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1140px;
        box-sizing: border-box;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
        max-width: 970px;
        box-sizing: border-box;
    }
}
@media (max-width: 991px) {
    .container {
        width: 100%;
        max-width: 750px;
        box-sizing: border-box;
    }
}
@media (max-width: 767px) {
    .container {
        width: 100%;
        max-width: 620px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 639px) {
    .container {
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}
@media (max-width: 479px) {
    .container {
        width: 100%;
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
    .row {
        margin-right: -10px;
        margin-left: -10px;
    }
}
@media (max-width: 379px) {
    .container {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        box-sizing: border-box;
    }
}

.ht-main-content {
    float: left;
    width: 100%;
    background: #ffffff;
}
#header {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    background-color: #ffffff;
}
#header .header-nav {
    float: left;
    width: 100%;
    display: block;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    background: #f5f5f5;
    text-transform: uppercase;
}
#_desktop_language_selector,
#_desktop_currency_selector {
    position: relative;
    float: left;
    display: block;
    padding-top: 13px;
    padding-bottom: 13px;
}
#header .header-nav .currency-selector, 
#header .header-nav .language-selector {
    position: static;
    padding-right: 15px;
    letter-spacing: 0.5px;
    height: 18px;
    margin: 0;
}
#header .header-nav .currency-selector > button, 
#header .header-nav .language-selector > button {
    cursor: pointer;
    font-size: 12px;
    color: #555;
    font-weight: 600;
}
#header .header-nav .currency-selector > button:hover .expand-more, 
#header .header-nav .language-selector > button:hover .expand-more{
    color: #ef4277;
}
#header .header-nav .currency-selector > button .expand-more, 
#header .header-nav .language-selector > button .expand-more {
    color: #555;
}
#header .header-nav .currency-selector > button .material-icons, 
#header .header-nav .language-selector > button .material-icons {
    font-size: 18px;
    line-height: 18px;
}

#header .header-nav .currency-selector > .dropdown-menu .dropdown-item, 
#header .header-nav .language-selector > .dropdown-menu .dropdown-item {
    padding: 4px 10px;
    font-size: 13px;
    color: #333;
}
#header .header-nav .currency-selector > .dropdown-menu .dropdown-item:hover, 
#header .header-nav .language-selector > .dropdown-menu .dropdown-item:hover{
    color: #ef4277;
}
#header .header-nav .right-nav .user-info .material-icons {
    display: none;
}
#header .header-nav .right-nav .user-info,
#header .header-nav .right-nav #contact-link {
    margin: 0;
    color: #333;
    padding-left: 5px;
}
#header .header-nav .right-nav .user-info > a:active,
#header .header-nav .right-nav .user-info > a:focus,
#header .header-nav .right-nav .user-info > a:visited,
#header .header-nav .right-nav #contact-link > a:active,
#header .header-nav .right-nav #contact-link > a:visited,
#header .header-nav .right-nav #contact-link > a:focus {
    color: #333;
}
#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}
.dropdown:hover .expand-more {
    color: #111111;
}
.btn-unstyle:focus .expand-more {
    color: #111111;
}

#header .header-nav .right-nav {
    padding: 0 15px;
}

#header .header-nav .right-nav #contact-link {
    margin: 0;
    letter-spacing: 0.5px;
    font-size: 13px;
}

#header .header-nav .right-nav #contact-link > a,
#header .header-nav .right-nav #contact-link > a:active,
#header .header-nav .right-nav #contact-link > a:visited,
#header .header-nav .right-nav #contact-link > a:focus {
    color: #333;
}

#header .header-nav .right-nav #contact-link > a:hover {
    color: #ef4277;
}

#header .header-nav .social-btn {
    width: auto;
    display: block;
    float: right;
    padding: 0;
    background: #333333;
}

#header .header-nav .social-btn ul {
    margin-bottom: 0;
    display: block;
}

#header .header-nav .social-btn li {
    margin: 0;
    height: 40px;
    width: 43px;
    background: transparent;
    float: left;
    text-align: center;
    cursor: pointer;
}

#header .header-nav .social-btn li i {
    line-height: 40px;
    font-size: 16px;
    color: #000000;
}

#header .header-nav .social-btn li:hover{
    background: #ef4277;
}

#header .header-nav .material-icons.expand-more,
#header .header-nav .material-icons {
    margin: 0;
    line-height: 21px;
}

.dropdown:hover .expand-more {
    color: #ef4277;
}

.btn-unstyle:focus .expand-more {
    color: #ef4277;
}

#header .header-top {
    float: left;
    width: 100%;
    display: block;
    padding: 0;
}

#header #_desktop_logo {
    float: left;
    display: table;
    height: 100px;
}

#header #_desktop_logo a {
    margin: 0;
    max-width: 100%;
    display: table-cell;
    vertical-align: middle;
}

#header #_desktop_logo img {
    display: block;
    max-width: 100%;
}
#header #_desktop_cart {
    display: block;
    position: relative;
    float: right;
}
#header #_desktop_cart .blockcart {
    display: block;
}
#header #_desktop_cart .header {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ef4277;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    cursor: pointer;
}
#header #_desktop_cart .header:hover {
    background: #ab46bc;
}
#header #_desktop_cart .header a {
    display: block;
}
#_desktop_cart .header .cart-icon {
    position: relative;
}
#header #_desktop_cart .header i {
    font-size: 18px;
    line-height: 50px;
    padding: 0 15px;
    cursor: pointer;
    color: #fff;
}
#_desktop_cart .header .cart-count {
    font-size: 11px;
    font-weight: 400;
    line-height: 0.9;
}
#_desktop_cart .header .cart-count span {
    font-size: 11px;
}
#header #_desktop_cart .header .cart-products-count {
    position: absolute;
    top: 5px;
    right: 7px;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
#_desktop_user_info{
    display: inline-block;
    position: relative;
    float: right;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}
#_desktop_user_info .user-info{
    padding: 0;
    cursor: pointer;
    font-size: 12px;
    margin: 0;
}
#_desktop_user_info .user-info li{
    color: #000000;
    display: inline-block;
    position: relative;
    padding: 13px 0;
    padding-left: 15px;
}
#_desktop_user_info .user-info li:first-child{
    margin-left: 0;
}
#_desktop_user_info .user-info li a{
    display: block;
    margin: 0px;
    font-size: 12px;
    text-transform: uppercase;
    color: #555;
    font-weight: 600;
}
#header .header-nav .user-info .account {
    margin-left: 0;
}
#_desktop_user_info .user-info li:last-child a{
    margin-right: 0px;
}
#_desktop_user_info .user-info li a:hover{
    color: #ef4277;
}
#_desktop_user_info .user-info li a i{
    padding-right: 3px;
}
#header #search-tog-btn {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    width: 25px;
    text-align: center;
    height: 40px;
    cursor: pointer;
}
#search-tog-btn button[type="submit"] {
    vertical-align: middle;
    bottom: 0;
    padding: 10px 0;
    color: #000000;
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
}
#search-tog-btn button:hover i{
    color: #ef4277;
}
#header #search_widget {
    position: relative;
    padding: 27px 0;
    margin-right: 30px;
    max-width: 370px;
    width: 100%;
}
.search-widget form {
    position: relative;
}
.search-widget form input[type="text"]{
    border: 1px solid #e1e1e1;
    width: 100%;
    height: 46px;
    margin: 0;
    padding-right: 38px;
    width: 100%;
}

.search-widget form input[type="text"]:focus {
    outline: none;
    color: #333333;
    box-shadow: 0 0 5px #a8aab9;
}

.search-widget form input[type="text"]::placeholder,
.search-widget form input[type="text"]:-ms-input-placeholder,
.search-widget form input[type="text"]::-ms-input-placeholder {
    color: #111111;
}

#header #search_widget button {
    text-align: center;
    right: 0px;
    top: 0px;
    height: 46px;
    cursor: pointer;
    color: #ef4277;
    font-size: 18px;
}

#header #search_widget button:hover {
    color: #ab46bc;
}
.page-content.page-not-found > button {
    display: none;
}

.page-content.page-not-found #search_widget {
    cursor: pointer;
    border: none;
    z-index: 1;
}

.page-content.page-not-found form input[type="text"] {
    width: auto;
    padding: 10px;
    min-width: 300px;
    border: 1px solid #a8aab9;
}

.page-content.page-not-found #search_widget button {
    width: 40px;
    height: 42px;
    text-align: right;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    right: 0px;
    top: 0px;
    bottom: 0;
}

.page-content.page-not-found #search_widget button img {
    width: auto;
    margin: 0 auto;
}
.header-httop-menu{
    display: block;
    position: relative;
    float: left;
    width: 100%;
    background: #ef4277;
    z-index: 3;
}
.header-httop-menu .container{
    position: relative;
    z-index: 3;
}
.header-httop-menu .social-btn{
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    background: transparent;
    color: #ffffff;
    height: auto;
    width: auto;
    text-align: center;
    z-index: 3;
}
.header-httop-menu .social-btn ul{
    margin: 0;
}
.header-httop-menu .social-btn ul li{
    display: inline-block;
    margin: 0;
}
.header-httop-menu .social-btn ul li a {
    line-height: 50px;
    padding: 0 11px;
    font-size: 14px;
    display: block;
}
.header-httop-menu .social-btn ul li:hover a{
    background-color: #ef4277;
}
.header-httop-menu .social-btn ul li i {
    color: #ffffff;
}
.header-httop-menu .social-btn ul li a:hover{
    background: #ef4277;
}
.header-httop-menu .social-btn ul li:hover i{
    color: #fff;
}
@media (min-width: 768px) {
    #header .header-top .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 300px;
        background: #fff;
        border: 1px solid #a8aab9;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        z-index: 999;
        transition: .5s;
    }

    #header .header-top #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
    }

    #header .header-top .cart-preview .ht_cart .no-item {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    }

    #header .header-top .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li:last-child {
        border-bottom: none;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-img img {
        max-width: 100%;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info {
        overflow: hidden;
        padding-right: 20px;
        position: relative;
        text-align: left;
        color: #111;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 136px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .product-price {
        display: block;
        font-size: 14px;
        color: #121312;
        line-height: 20px;
        padding: 5px 0 5px;
        width: 100%;
        font-weight: 700;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        z-index: 99;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i {
        color: #111;
        font-size: 16px;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon i:hover {
        color: #ef4277;
    }

    #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary {
        display: block;
        float: left;
        width: 100%;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total {
        display: block;
        float: left;
        width: 100%;
        padding: 20px 15px 20px;
        border-bottom: 1px solid #a8aab9;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
        display: block;
        float: left;
        width: 100%;
        padding: 5px 0;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .label {
        font-weight: normal;
        padding-left: 0;
        white-space: inherit;
        float: left;
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
    }

    #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action {
        display: block;
        float: left;
        width: 100%;
        padding: 15px;
        border: none;
        text-align: center;
    }

    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-position: 0 0;
        background-repeat: no-repeat;
        background: #cca475;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 13px 25px;
        line-height: 14px;
        color: #fff;
        position: relative;
        text-transform: uppercase;
        z-index: 1;
        letter-spacing: 0;
    }
    #header .header-top .cart-preview .ht_cart .cart-wishlist-action a:hover{
        background-color: #cca475;
    }
}

.top-navigation-menu {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#header .navbar-block {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 100%;
    display: block;
    float: none;
    width: 100%;
}

#header .header-top #_desktop_top_menu {
    margin: 0;
    padding: 0;
}


@media (min-width: 992px) {
    #header .navbar-block {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    #header .navbar-block {
        max-width: 1140px;
    }
}

.image-slider-block {
    float: left;
    width: 100%;
    clear: both;
}
.image-slider-block .slider-description {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.image-slider-block .slider-description .desc-content {
    display: block;
    float: left;
    width: 100%;
    color: #ffffff;
}
.image-slider-block .slider-description .desc-content h3 {
    font-size: 100px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}
.image-slider-block .slider-description .desc-content p {
    font-size: 34px;
    color: #fff;
    font-weight: 600;
    font-family: 'AtlantisthelostCity';
}
.image-slider-block .carousel .carousel-inner {
    height: auto;
    margin: 0;
}

.image-slider-block .carousel .carousel-inner a,
.image-slider-block .carousel .carousel-inner figure {
    margin: 0;
}

.image-slider-block .carousel-control{
    opacity: 0;
}
.image-slider-block:hover .carousel-control {
    opacity: 1;
}
.image-slider-block .carousel-control .icon-next {
    margin-right: 0;
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ffffff;
    right: 30px;
}

.image-slider-block .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: 1px solid #ffffff;
    left: 30px;
    margin-left: 0;
}
.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 25px;
    transition: 0.5s;
}

.image-slider-block .material-icons {
    vertical-align: inherit;
    line-height: 35px;
}

.carousel .carousel-control .icon-next:hover, .carousel .carousel-control .icon-prev:hover{
    background-color: #ef4277;
    border-color: #ef4277;
}
.carousel .carousel-control .icon-next:hover i, .carousel .carousel-control .icon-prev:hover i{
    color: #fff;
}
.carousel .carousel-item .caption {
    position: absolute;
    bottom: 28px;
    left: 0px;
    right: 0px;
    color: #fff;
    max-width: 100%;
    display: block;
    width: 100%;
    float: left;
    top: 150px;
    text-align: center;
}
.carousel .carousel-control.left, .carousel .carousel-control.right {
    background: none;
    z-index: 0;
}
@media (max-width: 991px) {
    .image-slider-block .slider-description .desc-content h3 {
        font-size: 64px;
    }
    .image-slider-block .slider-description .desc-content p {
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .image-slider-block .carousel-control .icon-prev{
        width: 30px;
        height: 30px;
        left: 15px;
    }
    .image-slider-block .carousel-control .icon-next{
        width: 30px;
        height: 30px;
        right: 15px;
    }
    .image-slider-block .material-icons {
        line-height: 30px;
    }
}
@media (max-width: 639px) {
    .image-slider-block .slider-description .desc-content h3 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .image-slider-block .slider-description .desc-content p {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .image-slider-block .slider-description .desc-content h3 {
        font-size: 28px;
    }
    .image-slider-block .slider-description .desc-content p {
        font-size: 14px;
        font-weight: 400;
    }
}
@media (max-width: 379px) {
    .image-slider-block .slider-description .desc-content p {
        font-size: 12px;
    }
}


/*home service block*/
.htstatic-section {
    display: block;
    clear: both;
    width: 100%;
}
.htstatic-section .service-block {
    display: block;
    padding: 30px 0;
}
.htstatic-section .service-block .content {
    display: inline-block;
    float: left;
    width: 33.3333%;
    padding: 20px 0 20px 45px;
}
.htstatic-section .service-block .content.shipping {
    background: #ee5351;
}
.htstatic-section .service-block .content.support {
    background: #ef4277;
}
.htstatic-section .service-block .content.return {
    background: #ab46bc;
}
.htstatic-section .service-block .content i {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 28px;
}
.htstatic-section .service-block .content span {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    padding-left: 15px;
}

@media (max-width: 1199px){
    .htstatic-section .service-block .content{
        padding: 20px 0 20px 30px;
    }
    .htstatic-section .service-block .content span{
        font-size: 14px;
    }
}
@media (max-width: 991px){
    .htstatic-section .service-block .content {
        padding: 15px 0 15px 10px;
    }
    .htstatic-section .service-block .content span{
        padding-left: 10px;
        font-size: 12px;
    }
}
@media (max-width: 767px){
    .htstatic-section .service-block .content {
        padding: 15px 10px;
        float: none;
        width: 100%;
    }
    .htstatic-section .service-block .content i {
        display: block;
        float: none;
        color: #fff;
        font-size: 28px;
        text-align: center;
    }
    .htstatic-section .service-block .content span {
        padding-left: 0;
        font-size: 15px;
        display: block;
        float: none;
        text-align: center;
        margin-top: 15px;
    }
}

/*promotion-block*/
.htstatic-section{
    display: block;
    clear: both;
    width: 100%;
}
.htstatic-section .promotion-block{
    display: block;
    padding: 30px 0;
    background: #f5f5f5;
}
.htstatic-section .promotion-block .block-left > a,
.htstatic-section .promotion-block .block-right > a {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}
.htstatic-section .promotion-block > a:hover{
    background: rgba(0, 0, 0, 0.3);
}
.htstatic-section .promotion-block .adv-block{
    display: block;
    position: relative;
}
.htstatic-section .promotion-block .adv-block > a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.htstatic-section .promotion-block img{
    width: 100%;
    max-width: 100%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.htstatic-section .promotion-block .adv-block:hover img{
    opacity: 0.6;
}
.htstatic-section .promotion-block .content{
    position: absolute;
    top: 10%;
    right: 0;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    left: 0;
}
.htstatic-section .promotion-block .content h2{
    font-size: 60px;
    font-family: 'AtlantisthelostCity';
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
}
.htstatic-section .promotion-block .content p{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
}
.htstatic-section .promotion-block .content p span{
    color: #ec4078;
}
.htstatic-section .promotion-block .block-right .above-block .content{
    right: 10%;
    left: auto;
}
.htstatic-section .promotion-block .block-right .below-block .content{
    right: auto;
    left: 10%;
}
.htstatic-section .promotion-block .block-right .above-block .content p span{
    color: #ab46bc;
}
.htstatic-section .promotion-block .above-block{
    margin-bottom: 30px;
}

@media (max-width: 1199px){
    .htstatic-section .promotion-block .content h2 {
        font-size: 48px;
    }
    .htstatic-section .promotion-block .above-block {
        margin-bottom: 25px;
    }
}
@media (max-width: 991px){
    .htstatic-section .promotion-block .content h2 {
        font-size: 34px;
    }
    .htstatic-section .promotion-block .content p {
        font-size: 14px;
    }
    .htstatic-section .promotion-block .above-block {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px){
    .htstatic-section .promotion-block .content h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }
}
@media (max-width: 767px){
    .htstatic-section .promotion-block .adv-block,
    .htstatic-section .promotion-block .above-block{
        margin-bottom: 15px;
    }
    .htstatic-section .promotion-block .adv-block.below-block{
        margin: 0;
    }
    .htstatic-section .promotion-block .content h2 {
        font-size: 60px;
        margin-bottom: 15px;
    }
    .htstatic-section .promotion-block .content p {
        font-size: 16px;
    }
}
@media (max-width: 639px){
    .htstatic-section .promotion-block .content h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .htstatic-section .promotion-block .content p {
        font-size: 14px;
    }
}
@media (max-width: 479px) {
    .htstatic-section .promotion-block .block-inner .block-left {
        padding: 0 10px;
    }
    .htstatic-section .promotion-block .block-inner .block-right {
        padding: 0 10px;
    }
}
@media (max-width: 379px){
    .htstatic-section .promotion-block .block-right .content h2 {
        font-size: 24px;
        margin-bottom: 7px;
    }
    .htstatic-section .promotion-block .block-right .content p {
        font-size: 12px;
    }
}

.section-title {
    display: block;
}

.section-title h2 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 60px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
}
.section-title.sm-title h2 {
    padding-bottom: 0;
    margin-bottom: 50px;
}
.section-title h2 span{
    position: relative;
}
.section-title h2 span::after {
    content: '';
    display: block;
    height: 4px;
    width: 150px;
    background: linear-gradient(to right,#ab46bc,#ec4078);
    margin: 10px auto;
}
.section-title.sm-title h2 a{
    font-size: 24px;
    font-weight: 600;
    color: #666;
}
.top-pad {
    padding-top: 30px;
}
.bot-pad {
    padding-bottom: 30px;
}
top-marg{
    margin-top: 30px;
}
@media (max-width: 991px) {
    .section-title > h2 {
        font-size: 28px;
        margin: 0 0 50px;
    }
}

@media (max-width: 767px) {
    .bot-pad {
        padding-bottom: 20px;
    }
    .top-pad {
        padding-top: 20px;
    }
    .top-marg {
        margin-top: 15px;
    }
    .section-title > h2 {
        font-size: 28px;
        margin: 0 0 40px;
    }
    .section-title.sm-title > h2 {
        font-size: 22px;
        margin-bottom: 35px;
    }
    .section-title > h2 > span::after {
        width: 50px;
        right: -70px;
    }
    .section-title > h2 > span::before {
        width: 50px;
        left: -70px;
    }
}
@media (max-width: 639px) {
    .section-title > h2 {
        font-size: 24px;
        margin: 0 0 30px;
    }
    .section-title > h2 > span::after {
        width: 30px;
        right: -40px;
    }
    .section-title > h2 > span::before {
        width: 30px;
        left: -40px;
    }
}
@media (max-width: 479px) {
    .section-title > h2 {
        font-size: 18px;
        margin: 0 0 25px;
        padding-bottom: 12px;
    }
    .section-title > h2 > span::after,
    .section-title > h2 > span::before {
        display: none;
    }
}

#products .product-title, .featured-products .product-title,
.product-accessories .product-title, .product-miniature .product-title {
    margin-bottom: 5px;
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
}
#products .product-title a, .featured-products .product-title a,
.product-accessories .product-title a, .product-miniature .product-title a {
    font-size: 16px;
    font-weight: 500;
    color: #666666;
}
#products .product-title a:hover, .featured-products .product-title a:hover,
.product-accessories .product-title a:hover, .product-miniature .product-title a:hover {
    color: #ef4277;
}

#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-miniature .product-price-and-shipping {
    color: #ef4277;
    font-weight: 500;
    font-size: 18px;
}

.products-grid .btn-primary.add-to-cart .material-icons {
    display: none;
}


#products .product-description, .featured-products .product-description,
.product-accessories .product-description, .product-miniature .product-description {
    width: 100%;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
    display: none !important;
}

li.product-flag {
    margin: 0;
    top: 0 !important;
    z-index: 0;
}

#products .product-miniature .discount-percentage, #products .product-miniature .on-sale,
#products .product-miniature .online-only, #products .product-miniature .pack,
#products .product-miniature .product-flags .new, .featured-products .product-miniature .discount-percentage,
.featured-products .product-miniature .on-sale, .featured-products .product-miniature .online-only,
.featured-products .product-miniature .pack, .featured-products .product-miniature .product-flags .new,
.product-accessories .product-miniature .discount-percentage, .product-accessories .product-miniature .on-sale,
.product-accessories .product-miniature .online-only, .product-accessories .product-miniature .pack,
.product-accessories .product-miniature .product-flags .new, .product-miniature .product-miniature .discount-percentage,
.product-miniature .product-miniature .on-sale, .product-miniature .product-miniature .online-only,
.product-miniature .product-miniature .pack, .product-miniature .product-miniature .product-flags .new,
.product-flags li.product-flag.new{
    left: 0;
    background: #ef4277;
}
.discount-percentage {
    top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
    right: 0;
    width: max-content !important;
    width: -moz-max-content;
    left: auto;
}

.products-grid .products .product-item .product-flags > li.on-sale {
    left: auto;
    right: 0;
    width: auto;
}

.featured-products .all-products .material-icons {
    display: none;
}

.featured-products .all-products {
    text-align: -moz-center;
    margin-top: 30px;
    margin-bottom: 0;
    display: block;
}

.featured-products .all-products > a {
    background: #bd9460;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 0;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    width: -moz-max-content;
    color: #fff;
    box-sizing: border-box;
    text-transform: uppercase;
    float: none !important;
}

.all-products > a:hover,
.featured-products .all-products a:hover {
    background-color: #333;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
    margin: 0;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
    height: 100%;
}

#products .products-grid {
    font-size: 0;
}

.products-grid .products .product-item {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    font-size: 14px;
    width: 100%;
    margin-bottom: 30px;
}

.featured-product .products-grid .products .product-item {
    width: 25%;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
    margin: 0;
}
#products .products-grid .products .product-item.list-view .product-miniature {
    display: block;
    float: left;
    width: 100%;
    background: #fff;
}
.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
    width: 100%;
    height: 100%;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0;
    background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
    position: relative;
    display: block;
    overflow: hidden;
}
.products-grid .products .product-item .product-miniature:hover img {
    opacity: 0.3;
}
.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
    bottom: auto;
    background-color: transparent;
    box-shadow: none;
    transition: 0.5s;
    opacity: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}

.products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
    bottom: 0px;
    padding: 0;
    opacity: 1;
    background-color: transparent;
    box-shadow: none;
    top: 50%;
    transform: translate(0, -50%);
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
    position: static;
    background: transparent;
    height: auto;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
    display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
    margin: 6px 0 0;
    text-align: center;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    margin: 9px 0 0px;
}

.highlighted-informations .btn.btn-primary,
#products .highlighted-informations .quick-view, .featured-products .highlighted-informations .quick-view,
.product-accessories .highlighted-informations .quick-view, .product-miniature .highlighted-informations .quick-view {
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
    background: #ef4277;
    border: none;
    padding: 0;
    overflow: hidden;
}
.highlighted-informations .add{
    padding: 0;
    overflow: hidden;
    border-radius: 0px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    width: 45px;
    height: 45px;
    font-size: 14px;
}
.highlighted-informations .btn.btn-primary i,
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view i,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view i {
    color: #fff;
    font-size: 18px;
}
.highlighted-informations .btn.btn-primary:hover,
#products .highlighted-informations .quick-view:hover, .featured-products .highlighted-informations .quick-view:hover,
.product-accessories .highlighted-informations .quick-view:hover, .product-miniature .highlighted-informations .quick-view:hover {
    background-color: #ab46bc;
    color: #ffffff;
}

.color.active, .color:hover, .custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover, .facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border-color: #ab46bc;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links#products .variant-links {
    background: transparent;
    margin-top: 5px;
}

body#checkout #header .header-nav {
    padding: 0;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: none;
}

#product .add {
    width: auto;
    margin: 25px 0 0 0;
}

#product .product-add-to-cart .add,
.product-add-to-cart .add{
    width: auto;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle;
}
#product .product-add-to-cart .add .btn, .product-add-to-cart .add .btn {
    padding: 10px 15px;
    box-shadow: none;
    white-space: inherit;
    transition: .5s;
}

.product-actions .add-to-cart .material-icons.shopping-cart {
    display: none;
}

.featured-products {
    display: block;
    float: left;
    width: 100%;
    clear: both;
}

#index .featured-products{
    background-color: #ffffff;
}
#product .product-slider{
    padding: 0 15px;
}
.product-slider .owl-controls.clickable {
    margin-top: 0;
    text-align: center;
    width: 100%;
}
.product-slider .owl-controls.clickable .owl-buttons {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 50%;
    margin-top: -17px;
}
.product-slider .owl-controls.clickable .owl-buttons > div {
    background: #fff;
    border-radius: 0;
    color: #cccccc;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 34px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 38px;
    border: 2px solid #e1e1e1;
    position: absolute;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.product-slider .owl-controls.clickable .owl-buttons > div.owl-prev {
    left: -5px;
}
.product-slider .owl-controls.clickable .owl-buttons > div.owl-next {
    right: -5px;
}
.product-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #ef4277;
    color: #ffffff;
    border-color: #ef4277;
}

.parallax-block{
    display: block;
    width: 100%;
    padding: 30px 0 0;
    background-image: url('../img/lookbook-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
}
.parallax-block .block-inner{
    padding: 70px 0 0px;
    text-align: center;
}
.parallax-block .block-inner h3{
    font-size: 84px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 25px;
}
.parallax-block .block-inner h5{
    font-size: 46px;
    font-family: 'AtlantisthelostCity';
    font-style: italic;
    font-weight: 500;
    color: #fff;
    margin: 0 0 105px;
}
.parallax-block .block-inner .btn-primary{
    border-radius: 50%;
    padding: 0px;
    font-weight: 700;
    background: rgba(255,255,255,0.5);
    width: 160px;
    height: 160px;
    margin: 0 auto;
    margin-bottom: -90px;
}
.parallax-block .block-inner .btn-primary:hover{
    background: #ef4277;
    opacity: 0.8;
}
.parallax-block .block-inner .btn-primary i{
    font-size: 48px;
    line-height: 80px;
    color: #8e24aa;
}
.parallax-block .block-inner .btn-primary:hover i{
    color: #fff;
}
@media (max-width: 991px){
    .parallax-block .block-inner {
        padding: 40px 0 0px;
    }
    .parallax-block .block-inner h3 {
        font-size: 60px;
    }
    .parallax-block .block-inner h5 {
        font-size: 32px;
    }
    .parallax-block .block-inner h5{
        margin: 0 0 50px;
    }
}
@media (max-width: 768px){

}
@media (max-width: 639px){
    .parallax-block .block-inner h3 {
        font-size: 32px;
    }
    .parallax-block .block-inner h5 {
        font-size: 18px;
    }
}
@media (max-width: 479px){
    .parallax-block .block-inner {
        padding: 15px 0 0px;
    }
    .parallax-block .block-inner h3{
        margin-bottom: 15px;
    }
    .parallax-block .block-inner h5{
        margin-bottom: 30px;
    }
    .parallax-block .block-inner .btn-primary{
        width: 130px;
        height: 130px;
        margin-bottom: -82px;
    }
    .parallax-block .block-inner .btn-primary i {
        font-size: 28px;
        line-height: 50px;
    }
}
@media (max-width: 479px){
    .parallax-block .block-inner h3{
        font-size: 24px;
    }
}

/*testimonial-block*/
.testimonial-block{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    background: #f5f5f5;
}
.testimonial-block:hover img{
    opacity: 0.8;
}
.testimonial-block .testimonial-left,
.testimonial-block .testimonial-right{
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}
.testimonial-block .testimonial-left .testimonial-inner-main{
    max-width: 530px;
    margin: 0 auto;
    padding: 80px 0;
}
.testimonial-block .testimonial-left .info-block{
    margin-bottom: 50px;
    position: relative;
}
.testimonial-block .testimonial-left .img-block{
    padding-right: 20px;
}
.testimonial-block .testimonial-left .text-block{
    position: relative;
    font-size: 14px;
    color: #777777;
    text-transform: capitalize;
    padding-left: 20px;
}
.testimonial-block .testimonial-left .text-block:after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #e1e1e1;
    left: 0;
    bottom: 0;
    margin-bottom: -15px;
    width: 340px;
}
.testimonial-block .testimonial-left .text-block strong{
    font-size: 16px;
    text-transform: capitalize;
    color: #333333;
}
.testimonial-block .testimonial-left .quote{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.testimonial-block .testimonial-right img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.testimonial-block .testimonial-left p{
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    color: #555;
    line-height: 35px;
    padding-left: 15px;
}
.testimonial-block .testimonial-right .testimonial-title{
    position: absolute;
    top: 30px;
    left: 30px;
}
.testimonial-block .testimonial-right .testimonial-title h2 span{
    font-size: 60px;
    font-family: 'AtlantisthelostCity';
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}
.owl-theme .owl-controls .owl-page span{
    height: 15px;
    width: 15px;
    border: 4px solid #bbbbbb;
    border-radius: 50%;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span{
    border-color: #ee5351;
}

@media (max-width: 991px){
    .testimonial-block .testimonial-left .text-block::after{
        width: 260px;
    }
    .testimonial-block .testimonial-left .testimonial-inner-main {
        max-width: 450px;
    }
    .testimonial-block .testimonial-left p{
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .testimonial-block .testimonial-left .testimonial-inner-main{
        padding: 50px 0;
        max-width: 350px;
    }
    .testimonial-block .testimonial-left, .testimonial-block .testimonial-right{
        max-height: 475px;
    }
    .testimonial-block .testimonial-left .info-block {
        margin-bottom: 25px;
    }
    .testimonial-block .testimonial-left .img-block{
        padding-right: 5px;
    }
    .testimonial-block .testimonial-left .text-block{
        padding-left: 10px;
    }
    .testimonial-block .testimonial-left p{
        line-height: 28px;
    }
    .testimonial-block .testimonial-left .quote{
        display: none;
    }
    .testimonial-block .testimonial-left .text-block::after {
        width: 225px;
    }
}
@media (max-width: 639px){
    .testimonial-block .testimonial-left, .testimonial-block .testimonial-right{
        width: 100%;
    }
    .testimonial-block{
        border-top: 1px solid #e1e1e1;
    }
    .testimonial-block .testimonial-left .testimonial-inner-main {
        padding: 25px 15px 0;
        max-width: 100%;
    }
    .testimonial-block .testimonial-left .img-block{
        display: block;
        padding: 0;
    }
    .testimonial-block .testimonial-left .text-block{
        display: block;
        padding-left: 0;
        padding-top: 15px;
    }
    .testimonial-block .testimonial-left .info-block {
        margin-bottom: 15px;
    }
    .testimonial-block .testimonial-left p {
        line-height: 24px;
        font-size: 14px;
        padding-left: 0;
        padding-top: 15px;
    }
    .testimonial-block .testimonial-right img {
        max-width: 100%;
    }
}

/***blogpost-block***/
.blog-section{
    display: block;
    width: 100%;
    clear: both;
}
.blogs-wrapper {
    float: left;
    width: 100%;
}
.blogs-wrapper .blogs-wrapper-main {
    float: left;
    width: 100%;
    position: relative;
}
.blog-section .blog-left,
.blog-section .blog-right{
    display: inline-block;
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}
.blog-section .blog-left img{
    float: right;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.blog-section:hover img{
    opacity: 0.8;
}
.blog-section .blog-title{
    position: absolute;
    top: 30px;
    right: 30px;
}
.blog-section .blog-title h2 span{
    font-size: 60px;
    font-family: 'AtlantisthelostCity';
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}
.blog-section .blog-right .blogs-inner{
    padding: 70px 0;
    max-height: 580px;
    padding-left: 60px;
    display: block;
    float: left;
    overflow-y: auto;
}
.blog-section .blog-right .blogs-inner-main,
.blog-section .blog-right .blog-content-main,
.blog-section .blog-right .text-block{
    display: block;
    float: left;
    width: 100%;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .img-block {
    display: none;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block {
    display: block;
    padding: 25px 0;
    max-width: 500px;
    margin: 0 auto;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block{
    display: inline-block;
    float: left;
    position: relative;
    width: 20%;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-content {
    display: inline-block;
    float: left;
    position: relative;
    width: 80%;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block .post-date{
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 65px;
    top: 16px;

}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block .date{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block .month{
    display: block;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block .post-author,
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block .action-primary{
    display: none;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block h3 {
    font-size: 16px;
    margin: 0 0 5px;
    text-transform: uppercase;
    line-height: 30px;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block h3 a{
    color: #333;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block h3 a:hover{
    color: #ec4178;
}
.blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block  p {
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    color: #777777;
    font-size: 14px;
}
@media (max-width: 991px){
    .blog-section .blog-right .blogs-inner{
        padding-left: 30px;
    }
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block{
        padding: 25px 0;
    }
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block h3 {
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block h3{
        line-height: 24px;
    }
    .blog-section .blog-left, .blog-section .blog-right,
    .blog-section .blog-right .blogs-inner{
        max-height: 475px;
    }
}
@media (max-width: 639px){
    .blog-section .blog-left, .blog-section .blog-right{
        width: 100%;
    }
    .blog-section .blog-title {
        right: 0;
        left: 0;
        text-align: center;
    }
    .blog-section .blog-right .blogs-inner{
        padding: 0 15px;
        max-height: 225px;
    }
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-block{
        max-width: 100%;
    }
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block,
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .text-content{
        display: block;
        width: 100%;
    }
    .blogs-wrapper .blogs-wrapper-main .blogs-inner .blogs-inner-main .blog-content-main .date-block{
        margin-bottom: 15px;
    }
}
@media (max-width: 479px){
}
@media (max-width: 320px){
    .blog-section .blog-right .blogs-inner{
        max-height: 265px;
    }
}
/*****brand-section*****/
.brand-section {
    float: left;
    clear: both;
    width: 100%;
}
.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}
.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.brands-slider li a {
    display: block;
    text-align: center;
}
.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -ms-transition: all .3s ease-in 0s;
    -o-transition: all .3s ease-in 0s;
}
.brands-slider li:hover img {
    transform: scale(1.05);
}
.brands-slider .owl-controls.clickable {
    position: absolute;
    right: 15px;
    margin: 0px;
    display: none !important;
    top: -65px;
    text-align: right;
    width: 100%;
}
.brands-slider .owl-controls.clickable .owl-buttons > div {
    background: #222222;
    padding: 7px 12px;
    opacity: 1;
    font-size: 14px;
    line-height: 16px;
    margin: 0 10px;
    border-radius: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    position: relative;
    color: #ffffff;
}
.brands-slider .owl-controls.clickable .owl-buttons > div::before{
    border-color: transparent #222 #222 transparent;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    left: -10px;
    position: absolute;
    top: 0;
}
.brands-slider .owl-controls.clickable .owl-buttons > div::after {
    border-color: #222 transparent transparent #222;
    border-style: solid;
    border-width: 15px 5px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover {
    background: #111111;
    color: #fff;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover::before {
    border-color: transparent #111111 #111111 transparent;
}
.brands-slider .owl-controls.clickable .owl-buttons > div:hover::after {
    border-color: #111111 transparent transparent #111111;
}

@media (max-width: 991px) {

}



.brand-section {
    float: left;
    clear: both;
    width: 100%;
    background: #ffffff;
}

.brand-content {
    float: left;
    width: 100%;
    clear: both;
}

.brand-content .brand-row {
    margin-left: -10px;
    margin-right: -10px;
}

.brands-slider {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}

.brands-slider li {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}

.brands-slider li a {
    display: block;
}

.brands-slider li img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
#footer {
    margin-top: 0;
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

#footer .footer-container {
    float: left;
    width: 100%;
    margin: 0;
    padding: 50px 0 0;
    box-shadow: none;
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#footer .footer-container .links {
    float: left;
    width: 45%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .h3.hidden-sm-down {
    margin: 0;
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

#footer .footer-container #block_myaccount_infos > h3 {
    margin: 0;
    display: block;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}
#footer .footer-container #block_myaccount_infos > h3 > a {
    display: block;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.footer-container li {
    color: #666;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1.42857;
}

.footer-container li a {
    color: #c5c5c5;
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
}
#footer .footer-container .links ul li a:hover {
    color: #ef4277;
    margin-left: 5px;
}

#footer .footer-container #block_myaccount_infos {
    width: 25%;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link {
    float: left;
    display: block;
    width: 20%;
    padding: 0 15px;
    margin-bottom: 25px;
}

#footer .footer-container .footer-link .footer-title {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-title > h3 {
    margin: 0;
    display: block;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.1;
}

#footer .footer-container .footer-link .footer-content {
    float: left;
    display: block;
    width: 100%;
}

#footer .footer-container .footer-link .footer-content > ul > li {
    color: #ffffff;
    display: block;
    margin-bottom: 14px;
    font-weight: 400;
    line-height: 1.42857;
}

#footer .footer-container .footer-link .footer-content > ul > li > a > span > i {
    margin-right: 8px;
}

#footer .footer-container .about-section {
    display: block;
    float: left;
    width: 30%;
    padding: 0 15px;
}
#footer .footer-container .about-section .footer-colum-title {
    display: block;
    position: relative;
}
#footer .footer-container .about-section .footer-colum-title h3{
    margin: 0;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
#footer .footer-container .about-section .footer-colum-title img{
    max-width: 100%;
    height: auto;
    display: block;
}
#footer .footer-container .about-section p,
#footer .footer-container .about-section .office-time > span{
    line-height: 24px;
    margin-bottom: 20px;
    margin: 0 0 10px;
    color: #c5c5c5;
}
#footer .footer-container .about-section .office-time p span{
    font-weight: normal;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
}
#footer .footer-container .about-section .office-time > span{
    display: block;
    margin-bottom: 3px;
}

#footer .footer-container .contactinfo-section .links {
    width: 100%;
}

#footer .footer-container .copyright {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
    display: block;
    padding: 5px 0;
}
#footer .footer-container .copyright > a {
    display: block;
    color: #888888;
}

#footer .footer-before .footer-payment-icon {
    display: block;
    padding: 0;
    margin: 0;
    text-align: right;
}
#footer .footer-before .footer-payment-icon > li {
    display:inline-block;
    list-style-type:none;
    margin-bottom:0;
    position:relative;
}
#footer .footer-before .footer-payment-icon > li > a {
    display:block;
    padding:0 3px;
    box-sizing:border-box;
    color:#fff;
    font-size:28px;
    line-height: 30px;
    text-decoration:none;
    transition:all .2s ease-in 0s;
    -moz-transition:all .2s ease-in 0s;
    -webkit-transition:all .2s ease-in 0s;
}
#footer .footer-before .footer-payment-icon > li > a:hover {
    color:#ffffff;
    text-decoration:none;
}
#footer .footer-before .footer-payment-icon > li:last-child > a {
    padding-right:0;
}

#footer .footer-container .footer-bottom {
    border-top: 1px solid #ef4277;
    padding: 15px 0;
    margin-top: 25px;
}

.contactinfo-section {
    float: left;
    width: 28%;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
}

.contactinfo-section .footer-links-column .footer-column-content .content > p {
    margin-bottom: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
}

.contactinfo-section .footer-links-column .footer-column-content .content > p a {
    color: #ffffff;
    font-weight: 600;
}

.contactinfo-section .footer-links-column .footer-column-content .content > p a:visited,
.contactinfo-section .footer-links-column .footer-column-content .content > p a:focus,
.contactinfo-section .footer-links-column .footer-column-content .content > p a:active,
.contactinfo-section .footer-links-column .footer-column-content .content > p a:hover {
    color: #ef4277;
}

.contactinfo-section .footer-links-column .footer-colum-title {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.footer-container .block-contact .contact-info{
    margin-bottom: 15px;
    position: relative;
}
.footer-container .block-contact .contact-label{
    display: block;
    font-weight: 700;
    color: #666;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}
.footer-container .block-contact .contact-info a{
    color: #666;
}
#footer .footer-before{
    float: left;
    display: block;
    width: 100%;
    padding: 30px 0;
    background-color: #ef4277;
    margin-top: 30px;
}
#index #footer .footer-before{
    margin-top: 0;
}
#footer .block_newsletter{
    display: inline-block;
    width: 50%;
    padding: 0px;
    margin: 0;
}
#footer  .block_newsletter .col-md-7 {
    width: 100%;
    padding: 0;
}
#footer  .block_newsletter .col-md-7 form { 
    width: 100%;
    max-width: 629px;
    margin: 0 auto;
}
#footer  .block_newsletter .col-md-7 form .subscribe-block{ 
    padding: 0;
}
.block_newsletter form .input-wrapper {
    width: 84%;
    float: left;
}
#footer  .block_newsletter form .col-xs-12 p { 
    display: block;
    margin: 10px 0 0;
}
#footer  .block_newsletter form .col-xs-12 {
    padding: 0;
}
#footer  .block_newsletter form .subscribe-block .btn-primary { 
    background: #ab46bc;
    width: 16%;
    padding: 0;
    font-size: 17px;
    font-weight: 400;   
    height: 46px;
}
#footer .block_newsletter form .btn-primary:focus, 
#footer .block_newsletter form .btn-primary:hover {
    opacity: 0.8;
}
.block_newsletter form input[type="text"] {
    display: block;
    border: none;
    padding-left: 10px;
    padding: 12px;
    height: 46px;
    padding-right: 15px;
    font-size: 13px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.block_newsletter form input[type="text"]:focus{
    box-shadow: none;
    border: 1px solid #d4d4d4;
    padding: 12px 15px 12px 12px;
}
/*newsletter-bottom-block*/
.social-btn,
.block-static-block{
    display: inline-block;
    width: 25%;
    padding: 2px 0;
}
.social-btn li{
    display: inline-block;
    float: left;
    width: 42px;
    height: 42px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    margin: 0;
    margin-right: 10px;
    cursor: pointer;
}
.social-btn li:hover{
    background: #ef4277;
}
.social-btn li:hover i{
    color: #fff;
}
.social-btn li a{
    text-indent: inherit;
}
.social-btn li a i{
    line-height: 42px;
    color: #000;
}
.block-static-block {
    padding: 6px 0;
}
@media (max-width: 991px){
    .social-btn, 
    .block-static-block,
    #footer .block_newsletter{
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    #footer .footer-before .footer-payment-icon {
        text-align: center;
    }
    .block-static-block{
        margin-bottom: 0px;
    }
    .social-btn ul {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
    }
    .social-btn li {
        float: none;
    }
    .block_newsletter form input[type="email"]{
        max-width: 100%;
    }
}
@media(min-width: 768px) {
    #newsletter-popup {
        width: 100% !important;
    }
}
@media only screen and (max-width: 767px) {
    #footer .footer-container .links {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container #block_myaccount_infos {
        width: 100%;
        margin-bottom: 0;
    }

    #footer .footer-container .footer-link {
        width: 100%;
        margin-bottom: 0;
        padding: .625rem;
        font-size: 1rem;
    }

    #footer .footer-container .footer-link .footer-title > h3::after {
        display: none;
    }
}

@media (max-width: 991px) {
    #footer .footer-container .h3.hidden-sm-down,
    #footer .newsletter-title > h2{
        font-size: 16px;
        font-weight: 600;
    }
}
@media (max-width: 479px) {
    #footer .footer-container .links {
        padding: 0 10px;
    }
}

#content-wrapper .block-category {
    box-shadow: none;
    min-height: auto;
    border: none;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
}

#products .products-grid .products .product-item {
    margin-bottom: 40px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

@media (max-width: 991px) {
    .featured-product .products-grid .products .product-item {
        width: 33.3333%;
    }
}

@media (max-width: 767px) {
    #header{
        background-color: #ffffff;
    }
    #header .header-nav {
        padding-top: 5px;
        background-color: #ffffff;
    }
    #header .header-nav > .container {
        max-width: 100%;
    }
    .top-navigation-menu{
        height: auto;
    }
    #header .header-top {
        box-shadow: none;
        position: relative;
    }
    #header .header-top > .container {
        max-width: 100%;
    }
    #header .header-nav .top-logo{
        display: table;
        height: 70px;
        float: left;
        padding: 0px;
    }
    #header .header-nav .top-logo a{
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav #menu-icon .material-icons{
        line-height: 70px;
    }
    #mobile_top_menu_wrapper {
        box-shadow: 0 5px 5px 1px rgba(0,0,0,0.15);
        position: absolute;
        z-index: 100;
        left: 0;
        right: 0;
        margin: 0;
        top: 0;
    }
    /*currency-language css*/
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
        border: 1px solid #e1e1e1;
        padding: 8px 10px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
        padding: 0;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
        padding: 8px 10px;
        background: #f6f6f6;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
        padding: 8px 10px;
        background: #fff;
        border: 1px solid #e1e1e1;
        display: block;
        cursor: pointer;
        width: 100%;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
        width: 100%;
        background: #f6f6f6;
        padding: 8px 10px;
        border: 1px solid #e1e1e1;
    }
    #header .header-nav .user-info i{
        font-size: 20px;
        color: #333333;
    }
    #header .header-nav .user-info li:hover i{
        color: #ef4277;
    }
    #header .header-nav #_mobile_cart {
        vertical-align: middle;
        cursor: pointer;
        margin-right: 1rem;
    }

    #header .header-nav .cart-preview i {
        font-size: 18px;
        color: 333333;
    }
    #header .header-nav .user-info li:hover i{
        color: #ef4277;
    }
    #header .header-nav .blockcart {
        padding: 0;
        width: 35px;
        text-align: center;
        height: auto;
    }

    #header #_mobile_cart .header .text ,
    #header #_mobile_cart .header .cart-label{
        display: none;
    }
    #header #_mobile_cart .header .cart-products-count {
        display: block;
        position: absolute;
        top: 15px;
        right: 0px;
        background: #ef4277;
        font-size: 12px;
        padding: 0;
        border-radius: 15px;
        width: 16px;
        height: 16px;
        text-align: center;
        color: #fff;
        line-height: 15px;
    }
    #header #_mobile_cart .header .cart-products-count span{
        display: none;
    }
    .ht_cart.cart-hover-content {
        display: none;
    }

    #header .header-nav .blockcart .header {
        margin-top: 0;
        cursor: pointer;
        line-height: 65px;
        position: relative;
    }

    #header .header-nav .user-info,
    #header .header-nav .user-info ul {
        margin: 0;
    }

    #header .header-nav .user-info li {
        display: inline-block;
        padding: 0;
        width: 35px;
        text-align: center;
        line-height: 70px;
    }
    #header .header-nav .user-info .account,
    #header .header-nav .blockcart,
    #header .header-nav .blockcart.active{
        display: block;
        margin: 0;
    }
    #header .header-top > .container {
        position: inherit;
    }

    #header #search-tog-btn {
        padding: 0;
    }
    #header #search-tog-btn {
        width: 35px;
        height: 65px;
    }
    #header #search-tog-btn button {
        background: none;
        border: none;
        cursor: pointer;
        text-align: center;
        height: 65px;
        font-size: 18px;
        padding: 0;
        color: #333333;
        width: 35px;
    }
    #header #search-tog-btn button:hover i,
    #header .search-widget button:hover i{
        color: #ef4277;
    }
    #header #search_widget {
        display: none;
        margin: 0;
        box-shadow: none;
        position: absolute;
        max-width: 100%;
        width: 100%;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 1;
        background: #f5f5f5;
        padding: 15px 30px;
    }
    #search #content-wrapper #search-tog-btn{
        display: none;
    }
    #header .social-btn{
        display: none;
    }
    .search-widget form button[type="submit"] {
        bottom: 0;
        right: 0;
        height: 52px;
        cursor: pointer;
    }

    .header-top .search-widget form input[type="text"] {
        width: 100%;
    }

    #header #search_widget button {
        bottom: 0;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a{
        font-weight: 400;
    }
    .top-navigation-menu {
        padding: 0;
        width: 100%;
    }

    #products .thumbnail-container .product-description,
    .featured-products .thumbnail-container .product-description,
    .product-accessories .thumbnail-container .product-description {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
        margin-bottom: 10px;
        margin-top: 12px;
    }

    #products .products-grid .products .product-item {
        margin-bottom: 25px;
    }

    .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
    #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
        margin: 9px 0 10px;
    }

    #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a {
        font-size: 14px;
    }

    .featured-product .products-grid .products .product-item, 
    #products .products-grid .products .product-item {
        width: 50%;
    }
    .product-slider .owl-controls.clickable .owl-buttons > div.owl-prev {
        left: 0px;
    }
    .product-slider .owl-controls.clickable .owl-buttons > div.owl-next {
        right: 0px;
    }

    #header .header-top #_desktop_cart {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #header .header-nav .cart-preview.active {
        background: transparent;
    }

    #header .header-nav .cart-preview a{
        color: #333333;
    }

    #header .header-nav .cart-preview.active a,
    #header .header-nav .cart-preview.active a:active,
    #header .header-nav .cart-preview.active a:focus,
    #header .header-nav .cart-preview.active a:visited,
    #header .header-nav .cart-preview.active i {
        color: #ef4277;
    }

    #header .header-nav .cart-preview a .cart-products-count {
        color: #333333;
    }

    #header .header-nav .cart-preview a:hover,
    #header .header-nav .cart-preview i:hover {
        color: #ef4277;
    }

    #header .header-nav .cart-preview.active a:hover,
    #header .header-nav .cart-preview.active i:hover {
        color: #ef4277;
    }

    #header .header-nav .cart-preview a:hover .cart-products-count {
        color: #ef4277;
    }

    #header .header-nav #menu-icon .material-icons {
        color: #333333;
    }

    #header .header-nav #menu-icon .material-icons:hover {
        color: #ef4277;
    }

    #footer .footer-container .footer-bottom {
        padding: 10px 0 15px;
        margin-top: 15px;
    }

    #footer .footer-container .footer-bottom .row > .col-md-6 {
        width: 100%;
        float: left;
        text-align: center;
    }

    #footer .footer-container .text-sm-center {
        text-align: center !important;
    }

    #footer .footer-container .text-sm-center > a {
        padding: 5px 0 10px;
    }

    .footer-container .links .title {
        padding: 5px 15px;
        color: #fff;
        border: none;
    }
    .footer-container .insta-wrapper  .title {
        padding: 3px 0px;
    }
    #footer .footer-container .about-section .footer-colum-title h3,
    .footer-container .block-contact .h3,
    .footer-container .links .h3,
    .footer-container .links .h3,
    #footer .insta-wrapper .h3{
        margin-bottom: 0;
        color: #ffffff;
        line-height: 18px;
        font-size: 18px;
        line-height: 21px;
        padding: 7px 0;
        cursor: pointer;
    }
    #footer .footer-container .about-section .footer-colum-title::after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #ffffff;
        top: 0;
        right: 5px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
    }
    #footer .footer-container .about-section .footer-colum-title:hover::after,
    #footer .footer-container .about-section .footer-colum-title:hover h3,
    #footer .title:hover span,
    #footer .title:hover .navbar-toggler .material-icons,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover,
    .contactinfo-section .footer-links-column .footer-colum-title > h3:hover:after {
        color: #ef4277;
        cursor: pointer;
    }
    #insta-toggle-content{
        display: none;
    }
    .block-contact .title{
        cursor: pointer;
        padding: 7px 0;
    }
    .block-contact .title:hover span,
    .block-contact .title:hover i{
        color: #ef4277;
    }
    .footer-container .links ul > li {
        padding: 7px 15px;
        margin-bottom: 0;
    }

    .footer-container .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 25px;
        width: 25px;
    }
    .footer-container .navbar-toggler i{
        color: #fff;
    }
    .title .collapse-icons .remove, .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }
    .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }
    .contactinfo-section,
    .block_newsletter {
        width: 100%;
        border: none;
    }
    #footer .footer-container {
        padding: 25px 0 0;
    }

    #footer .footer-container .footer-bottom .social-btn {
        float: left;
        width: 100%;
        margin-bottom: 45px;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #footer .footer-container .footer-block-title:after {
        position: absolute;
        display: inline-block;
        content: "\f107";
        color: #333333;
        top: 0;
        right: 20px;
        text-align: center;
        vertical-align: middle;
        line-height: 38px;
        font-size: 20px;
        font-family: FontAwesome;
        font-weight: 600;
    }

    #footer .footer-container .footer-colum-title.active-tab:after {
        content: "\f106";
    }

    #footer .footer-container .footer-block-toggle-content {
        display: none;
        padding: 10px 0 15px;
    }

    #products .products-grid .products .product-item {
        width: 33.3333%;
    }
}

@media (max-width: 639px) {
    #footer .footer-container {
        padding: 15px 0 0;
    }

    .testimonial-section .testimonial-wrapper {
        padding: 18px 0;
    }

    #main .page-footer {
        margin-bottom: 0;
    }

    #product .h1 {
        font-size: 18px;
    }
}
@media (max-width: 479px) {
    .products-grid .products .product-item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

#newsletter-popup .w-newsletter .newsletter-info .newsletter-title h2 {
    text-transform: uppercase;
}

#newsletter-popup .form-control {
    border: none;
}

#newsletter-popup .form-newsletter-popup .action-newsletter button {
    background: #111;
    letter-spacing: 1.5px;
    font-weight: 400;
}

#newsletter-popup .form-newsletter-popup .action-newsletter button:hover {
    background: #444;
}

#newsletter-popup .newsletter-bottom label {
    font-size: 13px;
    letter-spacing: 0.6px;
}

#product .h1 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 35px;
}
#product .product-discount .regular-price {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #ec4078;
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
}
#product .product-information {
    margin: 18px 0 10px;
    border-top: 1px solid #e1e1e1;
    padding-top: 15px;
}
#product .product-actions .control-label {
    color: #333333;
    font-weight: 600;
    margin-bottom: 10px;
}
.social-sharing span {
    font-weight: 600;
}

#pagenotfound .page-not-found h4, #products .page-not-found h4 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: 2px solid #e1e1e1;
}

#products .page-not-found {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .125);
    margin-bottom: 30px;
    padding: 1.5rem 0.5rem 2rem;
    text-align: center;
}

#products .best-seller .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item {
    margin-bottom: 30px;
}

#products .products-grid .products.bestproduct-slider .product-item {
    margin-bottom: 0px;
}

#products .featured-products,
#product .featured-products {
    margin-bottom: 0px;
    margin-top: 0px;
}

#products .products.bestproduct-slider {
    margin-bottom: 30px;
}

.products-sort-order .select-title {
    box-shadow: none;
    line-height: 24px;
}

#cms #wrapper {
    box-shadow: none;
    background: #fff;
}

.page-content.page-cms {
    padding: 0;
}

#cms .page-header > h1 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 23px;
    color: #000;
    line-height: 20px;
}

#cms .page-content > h1 {
    display: none;
}

#cms .testimonials {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-cms h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.page-cms p,
.page-cms li {
    margin: 0 0 10px 0;
    font-size: 13px;
    color: #666;
}

.page-content.page-cms .cms-box img {
    margin-bottom: 10px;
}

.page-cms p strong {
    font-weight: normal;
}

.pagination {
    background: #ffffff;
    padding: 0 15px;
    margin-top: 0;
    border: 1px solid #e1e1e1;
}

.pagination .pagination-summary {
    margin: 0px;
    color: #666;
    font-size: 14px;
    line-height: inherit;
    padding: 5px 0;
}

.pagination .pagination-btn {
    margin: 0;
    width: 66.66667%;
    padding: 0px;
}

.pagination .pagination-btn ul {
    margin: 0;
    float: right;
    box-shadow: none;
    background: #ffffff;
    padding: 10px 0;
}

.pagination .page-list li {
    display: inline-block;
    margin: 0 2px;
    vertical-align: top;
    position: relative;
}

.pagination li a {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 13px;
    vertical-align: top;
    color: #222222;
    text-align: center;
}

.pagination li a i {
    color: #bbbbbb;
    cursor: default;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 20px;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
    color: #ffffff;
    font-size: 13px;
    background-color: #222222;
}

#products .row.products-selection .display-mode span,
#products .row.products-selection .total-products span {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px;
    background: #333333;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 5px;
    text-align: center;
}

#products .row.products-selection .display-mode span i,
#products .row.products-selection .total-products span i {
    font-size: 14px;
    color: #fff;
}

.products-selection .sort-by-row {
    padding: 4px 0;
}

.products-sort-order .dropdown-menu {
    padding: 0;
    box-shadow: none;
}

#products .products-selection .products-sort-order .select-title,
#products .products-sort-order .select-list {
    font-size: 13px;
}

.block-categories,
#search_filters {
    padding: 0;
}

.block-categories .category-top-menu > li > a,
#search_filters > p.h6,
#search_filters_brands > p.h6,
#search_filters_suppliers > p.h6 {
    padding: 15px;
    background: #ffffff;
    color: #333333;
    border-bottom: 1px solid #e1e1e1;
}

#left-column .block-categories .category-sub-menu li:hover > a,
#category #left-column #search_filters .facet .title h1:hover,
.block-categories .collapse-icons .add:hover,
.navbar-toggler .material-icons:hover {
    color: #ef4277;
}
#category #left-column #search_filters .facet .title:hover .facet-title,
#category #left-column #search_filters .facet .title:hover .material-icons{
    color: #ef4277;
}

#_mobile_top_menu .navbar-toggler .material-icons:hover,
#footer .navbar-toggler .material-icons:hover {
    color: #ef4277;
}

.featured-products.category-products {
    margin-bottom: 30px;
}

#products .best-seller-item .products-grid .products .product-item {
    width: 100%;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description {
    background: #fff;
    padding: 0 0 0 15px;
    height: auto;
    min-height: 1px;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-title {
    width: 100%;
    margin-bottom: 15px;
}

#product .card {
    box-shadow: none;
    border: 1px solid #a8aab9;
}

#product .product-customization {
    margin: 15px 0 0 0;
}

#product .product-customization .product-message {
    padding: 8px 15px;
    height: 40px;
}

.product-short-desc p {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 10px;
    text-align: justify;
}

.product-short-desc ul {
    text-align: justify;
    list-style-type: disc;
    padding-left: 30px;
}

.product-short-desc li {
    font-size: 14px;
    color: #333333;
    line-height: 21px;
    margin-bottom: 2px;
}

#product .tabs .tab-pane {
    padding: 15px 0;;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}

.advert-block {
    text-align: center;
}

.advert-block a {
    width: 100%;
    display: block;
}

.advert-block img {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    #header .main-menu {
        border-bottom: none;
    }

    #header .menu {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1;
        border-bottom: none;
    }

    #header .main-menu .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu > ul > li {
        float: left;
        display: inline-block;
        margin-bottom: 0;
        padding: 0;
        cursor: pointer;
    }

    #header .main-menu > ul a[data-depth="0"] {
        position: relative;
        display: block;
        font-size: 16px;
        font-weight: 600;
        padding: 17px 24px 17px 18px;
        letter-spacing: 0.5px;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 20px;
    }

    #header .main-menu > ul li.current a[data-depth="0"],
    #header .main-menu > ul a[data-depth="0"]:hover {
        background: #ab46bc;
        color: #ffffff;
    }

    #header .main-menu > ul a[data-depth="2"] {
        padding: 7px 0 0 0;
    }

    #header .main-menu .sub-menu {
        margin-left: 0;
        z-index: 10000;
        border-radius: 0;
        display: none;
        top: 100% !important;
        width: auto;
        min-width: inherit;
        left: auto;
        right: auto;
        background-color: #ffffff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
        padding: 15px 5px;
        -webkit-transform: scale(0, 0);
        -ms-transform: scale(0, 0);
        transform: scale(0, 0);
        display: block !important;
        opacity: 0;
        filter: alpha(opacity=0);
        -transform-origin: 20% 20% 0;
    }

    #header .main-menu ul > li:hover .sub-menu {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        filter: alpha(opacity=100);
    }

    #header .main-menu .sub-menu a {
        color: #000;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li {
        float: left;
        margin: 0 12px 0 15px;
        min-width: 160px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li:first-child {
        margin-left: 15px;
    }

    #header .main-menu .sub-menu li > a.dropdown-submenu {
        text-transform: uppercase;
        color: #333333;
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 5px;
        margin-bottom: 0px;
    }

    #header .main-menu .sub-menu ul[data-depth="1"] > li a {
        position: relative;
        color: #333333;
        font-weight: 500;
        text-transform: unset;
    }

    #header .main-menu .sub-menu ul[data-depth="2"] > li a {
        color: #333333;
    }

    #header .main-menu .sub-menu .top-menu > li a:hover {
        color: #ef4277;
    }

    #header .main-menu .sub-menu .menu-banner {
        margin-left: 15px;
        position: relative;
        display: block;
        float: left;
    }

    #header .main-menu .sub-menu .menu-banner-img {
        float: left;
        margin-top: 10px;
        position: relative;
        cursor: pointer;
        overflow: hidden;
    }

    #header .main-menu .sub-menu .menu-banner-img img {
        max-width: 100%;
        position: relative;
    }

    #header .main-menu .sub-menu .menu-banner-img::before {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img::after {
        z-index: 1;
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(0, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover::after,
    #header .main-menu .sub-menu .menu-banner-img:hover::before {
        transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
    }

    #header .main-menu .sub-menu .menu-banner-img:hover img {
        opacity: 0.8;
    }

    #_desktop_search_filters_clear_all {
        padding: 10px 10px 15px 15px;
        text-align: left;
    }

    #search_filters .js-search-filters-clear-all {
        font-weight: normal;
        margin: 0;
        padding: 9px 15px;
        text-align: left;
        text-transform: uppercase;
        width: auto;
        font-size: 12px;
        font-weight: 500;
        float: none;
    }

    .clear-all-wrapper .btn-tertiary {
        margin: 0;
        padding: 10px 12px;
        background: #111111;
        color: #fff;
        text-transform: capitalize;
        transition: .5s;
    }

    .clear-all-wrapper .btn-tertiary:hover {
        background: #ef4277;
    }

    .products-sort-order .select-list:hover {
        background: #ef4277;
    }

    #category #left-column #search_filters .facet .title {
        display: block !important;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .title h1 {
        display: inline-block;
        margin-bottom: 0;
    }

    .block-categories .category-top-menu {
        padding-bottom: 0px;
        border: 1px solid #e1e1e1;
    }

    .navbar-toggler .material-icons {
        font-size: 18px;
        line-height: 18px;
        color: #333333;
    }

    #category #left-column #search_filters .facet .navbar-toggler,
    #category #right-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        height: 18px;
        width: 18px;
        cursor: pointer;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse.in {
        display: block;
        margin: 0;
        padding: 0;
    }

    #category #left-column #search_filters .facet .collapse {
        display: none;
    }

    #category #left-column #search_filters .facet .title .collapse-icons .add,
    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: block;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .remove {
        display: none;
    }

    #category #left-column #search_filters .facet .title[aria-expanded="false"] .collapse-icons .add {
        display: block;
    }

    #search_filters .facet {
        padding: 5px 15px;
    }

    .block-categories .category-sub-menu {
        padding: 10px 15px;
        margin: 0;
    }

    #search_filters .facet ul {
        margin: 0px;
        padding-top: 0px;
    }

    #search_filters .facet > ul > li {
        margin: 0;
    }

    #search_filters .facet > ul > li:first-child {
        margin-top: 10px;
    }
    #search_filters .facet > ul.faceted-slider  li {
        margin-bottom: 10px;
    }

    #search_filters .facet .facet-title,
    #search_filters_brands .facet .facet-title,
    #search_filters_suppliers .facet .facet-title,
    #left-column .block-categories .category-sub-menu li > a {
        color: #000;
    }
}

.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
}
#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

@media (max-width: 991px) {
    #header .main-menu > ul a[data-depth="0"]{
        font-size: 14px;
        padding: 16px 12px;
    }
}
@media (max-width: 767px) {
    #index #header .header-nav {
        border-bottom: none;
    }
    .top-navigation-menu{
        border: none;
    }
    #_desktop_user_info,
    #_desktop_cart{
        display: none;  
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
        border: none;
    }

    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
        padding: 12px 0;
        font-size: 16px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper span,
    #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector span {
        color: #000000;
        font-weight: 500;
        font-size: 14px;
    }

    #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link > a {
        color: #000000;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
        padding: 7px 20px;
        color: #666666;
    }

    #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a:hover,
    #header .top-menu a[data-depth="0"]:hover {
        color: #ef4277;
    }

    .footer-container .links ul {
        background: transparent;
        margin-bottom: 10px;
    }

    .footer-container .links ul > li {
        border: none;
        padding: 5px 15px;
        color: #666;
    }

    .footer-container .links ul > li a {
        color: #c5c5c5;
        font-weight: 400;
        font-size: 14px;
    }
    #footer .footer-container .about-section{
        width: 100%;
        margin-top: 15px;
    }
}

.block-reassurance-item .icon-img {
    display: inline-block;
}

#block-reassurance ul {
    margin: 0;
}

#product #block-reassurance {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .25);
    overflow: hidden;
}

@media (min-width: 768px) {
    #header .main-menu .top-menu > li.ht-level-0.has-child > a {
        position: relative;
    }

    #header .main-menu .top-menu > li.ht-level-0.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
    }

    #header .main-menu .top-menu > li.ht-level-0.has-child:hover > a:after {
        content: "\f106";
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse {
        min-width: 225px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 6px;
        padding-top: 6px;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 {
        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 > a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        font-size: 14px;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1 > a:hover {
        color: #ef4277;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li.ht-level-1.has-child:hover > a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        min-width: 220px;
        padding: 6px 0 6px;
        display: none;
        box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li:hover > .collapse {
        display: block;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu {
        display: block;
        margin: 0;
        padding: 0;
        width: auto;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu li .collapse .top-menu li.category {
        display: block;
        margin-left: 0;
        margin-right: 0;
        float: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child {
        position: relative;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a {
        padding: 8px 15px;
        position: relative;
        color: #555555;
        text-transform: unset;
        font-weight: 600;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category > a:hover {
        color: #ef4277;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child > a:after {
        content: "\f107";
        font-family: "Fontawesome";
        float: right;
        float: right;
        position: absolute;
        right: 15px;
        display: inline-block;
        text-decoration: none;
    }

    #header .main-menu .top-menu.ht-classic > li.ht-level-0 > .collapse > ul.top-menu > li > .collapse .top-menu > li.category.has-child:hover > a:after {
        content: "\f105";
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > .collapse ul.top-menu > li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-fullwidth li.ht-level-1 > .collapse ul.top-menu > li.category > a {
        padding: 6px 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > a {
        padding: 6px 0;
        font-size: 16px;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > .collapse ul.top-menu > li.category {
        display: block;
        margin-bottom: 0;
    }

    #header .main-menu .top-menu.ht-default li.ht-level-1 > .collapse ul.top-menu > li.category > a {
        padding: 6px 0;
    }
}

@media (max-width: 991px) {
    #header .main-menu .top-menu > li.ht-level-0.has-child > a::after {
        right: 1px;
    }
}

@media (max-width: 479px) {
    .header-top .search-widget form input[type="text"] {
        min-width: 270px;
    }

    .image-slider-block .carousel-control .icon-prev,
    .image-slider-block .carousel-control .icon-next {
        width: 25px;
        height: 25px;
    }

    .image-slider-block .carousel .carousel-control .icon-prev i,
    .image-slider-block .carousel .carousel-control .icon-next i {
        font-size: 18px;
    }

    .image-slider-block .material-icons {
        line-height: 25px;
    }
}

.login-form .form-footer{
    text-align: center;
}
.block-contact .collapse {
    display: inherit;
}
.block-contact .collapse.in {
    display: block;
}
@media (max-width: 767px) {
    .block-contact .collapse {
        display: none;
    }
    .product-content-tabs{
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .page-content.page-not-found form input[type="text"]{
        min-width: 230px;
    }
}
#blockcart-modal .modal-title{
    margin-bottom: 0;
}
@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 54px;
        z-index: 1;
    }
}
#blockcart-modal .modal-body .divide-right span.color {
    width: auto;
    height: auto;
    border: none;
    margin-left: 0;
    margin-top: 0;
    cursor: auto;
}
.blockreassurance_product {
	margin-top: 25px;
	box-shadow: none;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	background: #fff;
}
.blockreassurance_product div {
	border-bottom: 1px solid #e1e1e1;
	padding: 1rem 1.5rem;
}
.blockreassurance_product div:last-child {
	padding: 0;
	border: none;
}
.product-line-info.color {
	height: auto;
	width: auto;
	border: none;
	margin: 0;
	cursor: auto;
}	
.products article .wishlist-button-add {
	top: 45px;
}
.wishlist-list-container .wishlist-list-item:hover .wishlist-list-item-title {
	color: #ec4078;
}
.wishlist-footer-links > a.text-primary {
		color: #222 !important;
}
.wishlist-footer-links > a.text-primary:hover {
		color: #ec4078 !important;
}
.products-sort-order .dropdown-menu {
    width: 100%;
}
.wishlist-products-container .sort-by-row a.select-list:hover {
    color: #fff;
}

#main .wishlist-products-container .card.page-content .wishlist-products-item {
margin: 15px 8px;
}
body {
    background-image: url('https://borsuczanora.pl/img/bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}