@import url(base.css);

* {
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
p {
    margin: 0;
    color: #06255B;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}
a {
    cursor: pointer;
}
a:hover {
    color: #ee3333;
}
a, .dropdown i,
.dropdown .expand-more {
    font-size: 14px;
    color: #06255B;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.dropdown:hover .expand-more {
    color: #ee3333;
}
.dropdown:hover i {
    color: #ee3333;
}
.btn-primary {
    font-size: 14px;
    line-height: normal;
    background-color: #06255B;
    text-transform: uppercase;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.btn-primary:active:focus {
    background-color: #ee3333;
}
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary:disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled:hover {
    background-color: #06255B;
    border-color: transparent;
}
.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: 2px solid #06255B;
}

@media (min-width: 1200px) {
    .container {
        width: 100%;
        max-width: 1200px;
        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;
    }
}

.top-padding {
    padding-top: 35px;
}
.bottom-padding {
    padding-bottom: 35px;
}
.top-margin {
    margin-top: 35px;
}
.bottom-margin {
    margin-bottom: 35px;
}
@media(max-width: 991px) {
    .top-padding {
        padding-top: 25px;
    }
    .bottom-padding {
        padding-bottom: 25px;
    }
    .top-margin {
        margin-top: 25px;
    }
    .bottom-margin {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .top-padding {
        padding-top: 20px;
    }
    .bottom-padding {
        padding-bottom: 20px;
    }
    .top-margin {
        margin-top: 20px;
    }
    .bottom-margin {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .top-padding {
        padding-top: 10px;
    }
    .bottom-padding {
        padding-bottom: 10px;
    }
    .top-margin {
        margin-top: 10px;
    }
    .bottom-margin {
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    #header {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        border-bottom: 1px solid #e1e1e1;
    }
    #index #header {
        border-bottom: none;
    }
    #header .header-nav {
        display: block;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
        margin: 0;
        padding: 0;
        max-height: none;
    }
    #header a {
        font-size: 14px;
        line-height: 22px;
        color: #06255B;
        text-transform: capitalize;
    }

    #header a:hover {
        color: #ee3333;
    }

    #header .header-nav #_desktop_language_selector,
    #header .header-nav #_desktop_currency_selector {
        position: relative;
    }

    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        display: inline-block;
        vertical-align: top;
        margin: 0;
    }

    #header .header-nav .language-selector span,
    #header .header-nav .currency-selector span {
        font-size: 14px;
        color: #666666;
        text-transform: capitalize;
    }

    #header .header-nav .language-selector:hover span,
    #header .header-nav .language-selector:focus span,
    #header .header-nav .language-selector:active span,
    #header .header-nav .currency-selector:active span,
    #header .header-nav .currency-selector:hover span,
    #header .header-nav .currency-selector:focus span {
        color: #ee3333;
    }

    #header .header-nav .language-selector .dropdown-menu,
    #header .header-nav .currency-selector .dropdown-menu {
        margin: 0;
        border: none;
        padding: 5px 12px;
        float: left;
        min-width: auto;
        left: auto;
        right: 0;
        border: 1px solid #e9e9e9;
        border-top: 2px solid #06255B;
    }

    #header .header-nav .currency-selector .currency-list li,
    #header .header-nav .language-selector .language-list li {
        font-size: 14px;
        padding: 5px 0px;
        display: inline-block;
        float: left;
        text-transform: capitalize;
        line-height: 28px;
        width: auto;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        border: 1px solid #06255B;
        background-color: #06255B;
    }

    #header .header-nav .currency-selector .currency-list li a,
    #header .header-nav .language-selector .language-list li a {
        color: #333333;
        padding: 0;
        border: 1px solid #333333;
        padding: 0 10px;
    }

    #header .header-nav .currency-selector .currency-list li:hover a,
    #header .header-nav .language-selector .language-list li:hover a {
        color: #fff;
    }

    #header .header-nav .currency-selector .currency-list li.current a,
    #header .header-nav .language-selector .language-list li.current a {
        border: 1px solid #06255B;
        color: #333333;
    }

    #header .header-nav .currency-selector .currency-list li.current:hover a,
    #header .header-nav .language-selector .language-list li.current:hover a {
        color: #fff;
    }

    #header #_desktop_contact_link,
    #header .header-nav .language-selector,
    #header .header-nav .currency-selector {
        padding: 14px 0;
    }
    #header #_desktop_contact_link #contact-link {
        color: #333333;
        display: block;
    }
    #header .header-nav .language-selector > button,
    #header .header-nav .currency-selector > button {
        color: #666666;
        cursor: pointer;
        line-height: 22px;
    }
    #header .header-nav .user-info {
        padding: 14px 0;
    }
    #header .header-nav .left-nav .contact-block p {
        color: #666666;
    }

    #header .tog-icon-block {
        color: #666666;
        font-weight: 400;
        cursor: pointer;
        display: block;
        line-height: 22px;
    }
    #header .tog-icon-block:hover {
        color: #ee3333;
    }
    .header-menu-links {
        display: none;
        position: absolute;
        right: 0;
        margin: 0;
        text-align: left;
        top: 100%;
        padding: 5px 14px;
        background: #ffffff;
        color: #666666;
        z-index: 112;
        border: 1px solid #e1e1e1;
        border-top: 2px solid #06255B;
    }

    #header .header-nav .user-info .account {
        margin-left: 0;
    }
    #header .user-link {
        float: left;
        position: relative;
        font-weight: 400;
        padding: 3px 0;
    }
    #header .header-nav .right-nav > div:after {
        content: "";
        left: 0;
        top: 50%;
        height: 18px;
        width: 1px;
        position: absolute;
        background: #666666;
        transform: translate(0, -50%);
    }
    #header .header-nav .right-nav > div:first-child:after {
        display: none;
    }
    #header .header-nav .right-nav > div {
        position: relative;
        margin-left: 15px;
        padding-left: 15px;
    }
    #header .header-nav .right-nav > div:first-child {
        padding-left: 0;
        margin-left: 0;
    }

    #header .header-top {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        padding: 0px;
        background: #fff;
    }
    #header #_desktop_logo {
        float: left;
        display: table;
        height: 120px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #header #_desktop_logo a {
        display: table-cell;
        vertical-align: middle;
    }

    /*    desktop_cart*/
    #header #_desktop_cart {
        position: relative;
        float: right;
        margin-left: 20px;
        padding: 36px 0;
    }
    #header #_desktop_cart .blockcart .header {
        display: block;
        font-size: 0;
        cursor: pointer;
        position: relative;
    }
    #header #_desktop_cart .header .mycart-icon {
        width: 48px;
        height: 48px;
        line-height: 46px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
        font-size: 20px;
        color: #ffffff;
        background-color: #06255B;
        border: 1px solid #06255B;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
    }
    #header #_desktop_cart .header:hover .mycart-icon {
        color: #ffffff;
        background-color: #ee3333;
        border-color: #ee3333;
    }
    #header #_desktop_cart .cart-text {
        padding-left: 15px;
        font-weight: 700;
        color: #111111;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
    }
    #header #_desktop_cart .cart-qty {
        display: block;
        height: auto;
        min-height: auto;
        width: auto;
        min-width: auto;
        text-align: left;
        background: transparent;
        text-shadow: none;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: #666666;
        font-weight: 400;
    }
    #header #_desktop_cart .cart-count {
        position: absolute;
        top: -3px;
        right: 7px;
        font-size: 14px;
        line-height: 15px;
        width: 15px;
        height: 15px;
        border-radius: 3px;
        background-color: #129a76;
        color: #fff;
        text-align: center;
    }
    #header .cart-preview .ht_cart {
        display: none;
        background: #fff none repeat scroll 0 0;
        height: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 100%;
        width: 325px;
        background: #fff;
        border: 1px solid #e1e1e1;
        z-index: 999;
    }
    #header #_desktop_cart:hover .cart-preview .ht_cart {
        display: block;
        border-top: 2px solid #333333;
    }
    #header #_desktop_cart .cart-preview .ht_cart .no-item {
        padding: 15px;
        color: #555;
    }

    #header .cart-preview .ht_cart ul {
        overflow: hidden;
        padding: 0px 15px;;
        margin: 0;
        border-bottom: 1px solid #e1e1e1;
        max-height: 257px;
        overflow-y: auto;
    }

    #header .cart-preview .cart-wishlist-item {
        display: block;
        position: relative;
        float: left;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #e1e1e1;
    }

    #header .cart-preview .cart-wishlist-item:last-child {
        border-bottom: none;
    }

    #header .cart-preview .cart-wishlist-item .cart-img {
        float: left;
        margin-right: 12px;
        text-align: center;
        width: 80px;
        border: 1px solid #e1e1e1;
    }

    #header .cart-preview .cart-wishlist-item .cart-img img {
        max-width: 100%;
    }

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

    #header .cart-preview .cart-wishlist-item .cart-info .product-quantity {
        float: left;
        margin-right: 5px;
        font-size: 13px
    }

    #header .cart-preview .cart-wishlist-item .cart-info .product-name {
        display: inline-block;
        font-size: 13px;
        max-width: 170px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart {
        position: absolute;
        right: 0;
        top: 0px;
        text-align: right;
        z-index: 99;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i {
        color: #333;
        font-size: 16px;
    }

    #header #_desktop_cart .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon i:hover {
        color: #ee3333;
    }

    #header .cart-preview .cart-wishlist-item .cart-info .remove-from-cart .remove-icon-text {
        display: none;
    }

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

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

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

    #header .cart-preview .ht_cart .cart-summary .cart-subtotals .label,
    #header .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 .cart-preview .ht_cart .cart-summary .cart-subtotals .value,
    #header .cart-preview .ht_cart .cart-summary .cart-total .value {
        color: #3c3c3c;
        font-size: 13px;
        letter-spacing: 0.8px;
        float: right !important;
    }

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

    #header .cart-preview .ht_cart .cart-wishlist-action a {
        cursor: pointer;
        float: none;
        display: inline-block;
        background-color: #06255B;
        background-position: 0 0;
        background-repeat: no-repeat;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
        height: auto;
        padding: 15px 70px;
        line-height: 14px;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -o-border-radius: 25px;
        -ms-border-radius: 25px;
        border: 1px solid #333333;
        position: relative;
        text-transform: uppercase;
        transition: all 0.45s ease 0s;
        -webkit-transition: all 0.45s ease 0s;
        -moz-transition: all 0.45s ease 0s;
        -o-transition: all 0.45s ease 0s;
        z-index: 1;
        letter-spacing: 0;
    }

    #header .cart-preview .ht_cart .cart-wishlist-action a:hover {
        background-color: #06255B;
        border-color: #06255B;
        color: #ee3333;
    }

    .header-contact-block {
        float: right;
        margin-left: 0px;
        color: #333333;
        padding: 36px 0;
    }

    .header-contact-block .icon-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 20px;
        width: 48px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #06255B;
        border: 1px solid #06255B;
        color: #fff;
        border-radius: 0px;
        margin-right: 8px;
    }

    .header-contact-block .text-block {
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        text-transform: uppercase;
        color: #111111;
        font-weight: 700;
    }

    .header-contact-block .text-block > strong {
        display: block;
        font-weight: 400;
        color: #666666;
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    /*search-tog-btn*/
    #header #search-tog-btn {
        display: block;
        float: right;
        height: 60px;
        position: absolute;
        right: 50px;
    }

    #header #search-tog-btn span i {
        font-size: 18px;
        line-height: 60px;
        padding: 0 15px;
        cursor: pointer;
        color: #484848;
    }

    #header #search-tog-btn span:hover i {
        color: #333333;
    }

    .search-product-numbers {
        display: inline-block;
        float: left;
        padding: 38px 0px;
    }

    #search #content-wrapper .search-product-numbers {
        display: none;
    }

    .search-product-numbers .inner-block {
        background-color: #06255B;
        padding: 0 15px;
        color: #fff;
        height: 44px;
        vertical-align: middle;
        line-height: 44px;
    }

    #header .header-top .search-widget {
        float: right;
        position: relative;
        width: 330px;
        margin-left: 0px;
        padding: 36px 0;
    }
    .header-top .search-widget form input[type="text"] {
        height: 48px;
        border: 1px solid #e1e1e1;
        padding: 10px 55px 10px 15px;
        border-radius: 50px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        -o-border-radius: 50px;
        -ms-border-radius: 50px;
    }
    .search-widget form input[type="text"]:focus {
        outline: none;
    }
    .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 48px;
        width: 48px;
        bottom: 0;
        padding: 0;
        font-size: 16px;
        color: #555555;
        line-height: 44px;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -o-border-radius: 50%;
        -ms-border-radius: 50%;
    }
    .search-widget form button[type="submit"]:hover {
        color: #ffffff;
        background-color: #06255B;
    }
    #header .header-top .position-static {
        position: static;
    }

    /*    header-main-menu*/
    #header .header-bottom {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        background-color: #06255B;
    }
    #header .menu {
        padding: 0;
    }
    #header .menu > ul > li {
        vertical-align: top;
        position: relative;
        margin: 0;
    }
    #header .menu > ul > li > a {
        padding: 13px 20px;
        border: none;
        font-size: 14px;
        font-weight: 500;
        color: #ffffff;
        text-transform: uppercase;
        line-height: 24px;
        text-decoration: none;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    .top-menu .sub-menu {
        box-shadow: none;
        top: 100% !important;
        padding: 0;
        border: none;
        padding-bottom: 0px;
        margin-left: 0;
        width: max-content;
        min-width: max-content;
        width: -moz-max-content;
        min-width: -moz-max-content;
        border: 1px solid #e1e1e1;
    }
    #header .main-menu .sub-menu {
        border: 1px solid #e1e1e1;
        border-top: 3px solid #ff9801; 
        margin-left: 0;
        z-index: 10000;
        border-radius: 0;
        display: none;
        top: 100% !important;
        min-width: inherit;
        left: auto;
        right: auto;
        background-color: #FFF;
        box-shadow: none;
        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;
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }
    #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);
        -webkit-transition: all 500ms ease 0s;
        -moz-transition: all 500ms ease 0s;
        -o-transition: all 500ms ease 0s;
        transition: all 500ms ease 0s;
    }
    #header .main-menu .top-menu {
        display: block;
        padding: 0;
        width: auto;
        margin: 0;
        text-align: left;
    }
    #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 .top-menu .current a[data-depth="0"],
    #header .top-menu a[data-depth="0"]:hover {
        color: #ffffff;
        background-color: #06255B;
    }
    #header .menu ul[data-depth="1"] > li > a {
        padding: 10px 0px;
        padding-top: 0;
        color: #333333;
        position: relative;
        text-transform: uppercase;
    }
    #header .menu ul[data-depth="1"] li a:hover {
        color: #ee3333;
    }
    #header .menu ul[data-depth="2"] > li > a {
        padding: 12px 0 0;
        font-weight: 400;
        color: #666666;
    }
}

@media (max-width: 991px) {
    #header #_desktop_cart .cart-text {
        padding: 0;
    }
    #header #_desktop_cart .cart-text .text,
    #header #_desktop_cart .cart-text .cart-label {
        display: none;
    }
    #header #_desktop_cart .cart-text .cart-number {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #06255B;
        text-shadow: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
        position: absolute;
        top: -5px;
        right: 0;
    }
}

@media (max-width: 767px) {
    #header.ht-menu-sticy .header-banner {
        display: none;
    }
    #header .header-nav {
        margin: 0;
        padding-top: 0;
        position: relative;
        background: #ffffff;
        border-bottom: 1px solid #e1e1e1;
    }
    #header .header-nav > .container {
        max-width: 100%;
    }
    #header .header-contact-block {
        display: none;
    }
    #header .header-top {
        background: #fff;
        position: relative;
    }
    #header .header-top > .container {
        max-width: 100%;
    }

    #header .header-nav #menu-icon {
        padding: 15px 0;
    }
    #header .header-nav #menu-icon:hover .material-icons {
        color: #ee3333;
    }

    #header .header-nav .top-logo {
        float: left;
        display: table;
        height: 80px;
        margin-top: 0;
        padding-top: 0;
    }
    #header .header-nav .top-logo a {
        margin: 0;
        float: none;
        display: table-cell;
        vertical-align: middle;
    }
    #header .header-nav .top-logo a img {
        max-height: 100%;
        max-width: 100%;
    }

    #_mobile_cart {
        margin-right: 15px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    #header .header-nav .blockcart {
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }
    #header .header-nav .blockcart .header {
        margin: 0;
    }
    #header .header-nav .blockcart .header .mycart-icon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: #000000;
        color: #ffffff;
        border-radius: 50%;
        cursor: pointer;
        margin-top: 0;
        transition: 0.3s ease all;
    }
    #header .header-nav .blockcart .header:hover .mycart-icon {
        background: #ee3333;
    }
    #header #_mobile_cart .cart-text .text,
    #header #_mobile_cart .cart-text .cart-label {
        display: none;
    }
    #header #_mobile_cart .cart-qty {
        display: block;
        height: 22px;
        min-height: auto;
        width: 22px;
        min-width: auto;
        background: #06255B;
        text-shadow: none;
        margin: 0;
        padding: 0;
        line-height: 22px;
        color: #ffffff;
        text-align: center;
        font-size: 12px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        position: absolute;
        top: -7px;
        right: -3px;
    }
    #header .header-nav .blockcart.active {
        margin: 0;
        background-color: transparent;
    }
    .ht_cart.cart-hover-content {
        display: none;
    }
    #header #_desktop_cart {
        height: auto;
    }

    #_mobile_user_info {
        margin: 20px 0;
    }
    #header .header-nav .user-info {
        margin: 0;
    }
    #header .header-nav .user-info ul {
        display: block;
        font-size: 0;
        margin: 0;
    }
    #header .header-nav .user-info li {
        text-decoration: none;
        display: inline-block;
        vertical-align: middle;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #000000;
        color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        cursor: pointer;
        margin-right: 5px;
        transition: 0.3s ease all;
    }
    #header .header-nav .user-info li:hover {
        color: #fff;
        background: #06255B;
    }
    #header .header-nav .user-info li a {
        display: block !important;
        color: #fff;
        font-size: 16px;
    }
    #header .header-nav .user-info .account {
        margin: 0;
    }

    #header #search-tog-btn {
        text-decoration: none;
        float: right;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 50%;
        background: #000000;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        margin-right: 5px;
        transition: 0.3s ease all;
    }
    #header #search-tog-btn:hover {
        color: #fff;
        background: #06255B;
    }
    #header .header-nav .search-widget {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 2;
        width: 75%;
        margin: 0 auto;
    }
    .search-widget form {
        position: relative;
        display: block;
        float: left;
        width: 100%;
    }
    #header .search-widget form input[type="text"] {
        background: #fff;
        text-align: left;
        height: 50px;
        color: #333;
        font-weight: 400;
        font-size: 14px;
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
        padding-right: 20px;
        padding-right: 20px;
        padding-right: 55px;
        position: relative;
        float: left;
        border: 1px solid #e1e1e1;
    }
    #header .search-widget form button[type="submit"] {
        right: 0;
        text-align: center;
        height: 50px;
        width: 50px;
        font-size: 16px;
        bottom: 0;
        padding: 0;
        cursor: pointer;
        transition: all .2s ease-in 0s;
        -moz-transition: all .2s ease-in 0s;
        -webkit-transition: all .2s ease-in 0s;
    }
    #header .search-widget form button[type="submit"]:hover {
        color: #06255B;
    }

    #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;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu {
        background: #fff;
    }
    #mobile_top_menu_wrapper #top-menu li:hover > a,
    #mobile_top_menu_wrapper #top-menu li:hover i {
        color: #06255B;
    }
    #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        border-bottom: 1px solid #f6f6f6;
        font-weight: 400;
    }
}
@media (max-width: 479px) {
    #header .header-nav .top-logo a img {
        max-width: 120px;
    }
}
@media (max-width: 375px) {
    #header .header-nav .top-logo a img {
        max-width: 100px;
    }
}
#pagenotfound .page-not-found .search-widget, #products .page-not-found .search-widget {
    float: none;
    min-width: 100%;
}
#pagenotfound .page-not-found .search-widget input, #products .page-not-found .search-widget input {
    width: 100%;
    min-width: 100%;
    padding-right: 45px;
}
.page-not-found .search-widget form {
    display: inline-block;
    width: 100%;
}
#pagenotfound .page-not-found .search-widget button[type="submit"],
#products .page-not-found .search-widget button[type="submit"] {
    height: 42px;
    width: 42px;
}

/*home-image-slider*/
.home-image-slider {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 35px;
}

.home-image-slider .image-slider {
    display: block;
    position: relative;
}

.home-image-slider .carousel-inner {
    height: auto;
}

.home-image-slider .slider-image figure {
    margin-bottom: 0;
    position: relative;
}

.home-image-slider .carousel-item img {
    max-width: 100%;
}

.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev {
    height: 35px;
    width: 35px;
    line-height: 31px;
    font-size: 20px;
    padding: 0;
    margin: -22px 0 0 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #ffffff;
    opacity: 1;
    border: 2px solid #06255B;
    background: #06255B;
    box-sizing: border-box;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.carousel .carousel-control .icon-prev {
    left: 30px;
}

.carousel .carousel-control .icon-next {
    right: 30px;
}

.carousel .carousel-control .icon-next i,
.carousel .carousel-control .icon-prev i {
    line-height: 31px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-shadow: none;
}

.carousel .carousel-control .icon-next:hover,
.carousel .carousel-control .icon-prev:hover {
    color: #ffffff;
    border-color: #ee3333;
    background: #ee3333;
    opacity: 1;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i {
    color: #ffffff;
}
@media(max-width: 991px) {
    .home-image-slider {
        margin-bottom: 25px;
    }
}
@media(max-width: 767px) {
    .home-image-slider {
        margin-bottom: 20px;
    }
}
@media(max-width: 479px) {
    .home-image-slider {
        margin-bottom: 10px;
    }
}

/*section-title*/
.section-title {
    display: block;
    position: relative;
    z-index: 1;
}
.section-title > h2 {
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    color: #232323;
    overflow: hidden;
}
.section-title > h2 > span {
    display: inline-block;
    position: relative;
}
.section-title > h2 > span a {
    color: #333333;
    font-size: 36px;
    text-transform: capitalize;
    font-weight: 400;
}
.section-title span::before, .section-title span::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: #06255B;
    top: 50%;
    transform: translate(0,-50%);
}
.section-title span::before {
    right: 100%;
    margin-right: 15px;
}
.section-title span::after {
    left: 100%;
    margin-left: 15px;
}
.slider-block.owl-theme .owl-controls {
    width: 100%;
}
.slider-block .owl-controls .owl-buttons {
    position: absolute;
    right: 0;
    left: 0;
    top: 40%;
    transform: translate(0,-40%);
    z-index: 2;
}
.slider-block .owl-controls .owl-buttons > .owl-prev, .slider-block .owl-controls .owl-buttons > .owl-next {
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    color: #cccccc;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-align: center;
    width: 38px;
    border: 1px solid #06255B;
    position: absolute;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.slider-block .owl-controls .owl-buttons > .owl-prev {
    left: 0;
}
.slider-block .owl-controls .owl-buttons > .owl-next {
    right: 0;
}
.slider-block .owl-controls .owl-buttons div i {
    color: #06255B;
}
.slider-block .owl-controls .owl-buttons div:hover i {
    color: #ffffff;
}
.slider-block .owl-controls .owl-buttons > .owl-prev:hover,
.slider-block .owl-controls .owl-buttons > .owl-next:hover {
    background-color: #06255B;
}

@media (max-width: 767px) {
    .section-title > h2,
    .section-title > h2 > span a {
        margin-bottom: 25px;
        font-size: 24px;
    }
}

/*Promotion-block*/
.ht-static-block {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
}
.ht-static-block.promotion-block {
    display: block;
    width: 100%;
    clear: both;
    float: left;
    position: relative;
}
.promotion-block .below-wrapper {
    display: block;
    width: 100%;
    position: relative;
    font-size: 0;
}
.promotion-block .img-block {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 14px;
}
.promotion-block .img-block > a {
    display: block;
}
.promotion-block .img-block > a > img {
    display: block;
    max-width: 100%;
}
.img-block a {
    display: block;
    position: relative;
    overflow: hidden;
}
.img-block a img {
    width: 100%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.img-block a:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

@media (max-width: 767px) {
    .promotion-block .img-block {
        width: 50%;
        margin-bottom: 15px;
    }
}
@media (max-width: 479px) {
    .promotion-block .img-block {
        padding: 0 10px;
    }
}

/*offer-block*/
.offer-block .inner-wrapper {
    display: block;
    font-size: 0;
}
.offer-block .inner-wrapper .img-block {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    width: 50%;
}
.offer-block .inner-wrapper .img-block > a {
    display: block;
    width: 100%;
}
.offer-block .inner-wrapper .img-block > a > img {
    display: block;
    max-width: 100%;
}

@media (max-width: 639px) {
    .offer-block .inner-wrapper .img-block {
        margin-bottom: 15px;
        width: 100%;
    }
    .offer-block .inner-wrapper .img-block:last-child {
        margin-bottom: 15px;
    }
}
@media (max-width: 479px) {
    .offer-block .inner-wrapper .img-block {
        padding: 0 10px;
    }
}

/*featured-products*/
.featured-products {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}
#products .product-item, .featured-products .product-item,
.product-accessories .product-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
}
.featured-products.featured-product .product-item {
    width: 25%;
}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-item .product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    margin-bottom: 0px;
    box-shadow: none;
    border: none;
    overflow: hidden;
}
.featured-products .thumbnail-container:hover .product-image-block a.product-thumbnail:after,
.product-item .product-miniature .thumbnail-container:hover a.product-thumbnail:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

#products .product-thumbnail, .featured-products .product-thumbnail, .product-accessories .product-thumbnail, .product-item .product-miniature .product-thumbnail {
    border: none;
    overflow: hidden;
}

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

#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 0;
}

#products .highlighted-informations, .featured-products .highlighted-informations, .product-accessories .highlighted-informations, .product-item .product-miniature .highlighted-informations {
    position: absolute;
    bottom: -25px;
    height: auto;
    padding: 0;
    box-shadow: none;
    width: auto;
    background: transparent;
    left: 0px;
    right: 0;
    opacity: 0;
    overflow: hidden;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
    z-index: 2;
}

.product-action {
    padding: 0px;
}

.product-action .quick-view-btn,
.product-action .cart-action-btn {
    display: block;
    padding: 0px;
    margin: 7px 0;
}

.highlighted-informations .product-action .btn.btn-primary,
#products .highlighted-informations .product-action .btn.btn-primary {
    width: auto;
    padding: 13px 20px;
    height: auto;
    text-align: center;
    background-color: #06255B;
    border-radius: 0px;
    border: 1px solid #06255B;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    white-space: normal;
    min-width: 125px;
}

.highlighted-informations .product-action .btn.btn-primary:hover,
#products .highlighted-informations .product-action .btn.btn-primary:hover {
    background-color: #06255B;
    border-color: #06255B;
    color: #ee3333;
    font-size: 14px;
}

.product-action .btn.btn-primary a {
    color: #fff;
    transition: all .3s ease-in 0s;
    -moz-transition: all .3s ease-in 0s;
    -webkit-transition: all .3s ease-in 0s;
}

.product-action .btn.btn-primary:hover span {
    color: #ee3333;
}

.color, .custom-checkbox input[type="checkbox"] + span.color {
    margin: 0 3px 0 0;
    border: 1px solid #333333;
    width: 20px;
    height: 20px;
    border-radius: 0px;
}
.featured-products .variant-links {
    display: none;
}
#products .variant-links, .featured-products .variant-links, .product-accessories .variant-links, .product-item .product-miniature .variant-links {
    background: transparent;
    min-height: inherit;
    top: 0;
    text-align: center;
    padding: 0;
    margin: 0px;
    position: relative;
}

#products .thumbnail-container:focus .highlighted-informations, #products .thumbnail-container:hover .highlighted-informations, .featured-products .thumbnail-container:focus .highlighted-informations, .featured-products .thumbnail-container:hover .highlighted-informations, .product-accessories .thumbnail-container:focus .highlighted-informations, .product-accessories .thumbnail-container:hover .highlighted-informations, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations,
#products .thumbnail-container:focus .highlighted-informations.no-variants, #products .thumbnail-container:hover .highlighted-informations.no-variants, .featured-products .thumbnail-container:focus .highlighted-informations.no-variants, .featured-products .thumbnail-container:hover .highlighted-informations.no-variants, .product-accessories .thumbnail-container:focus .highlighted-informations.no-variants, .product-accessories .thumbnail-container:hover .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:focus .highlighted-informations.no-variants, .product-item .product-miniature .thumbnail-container:hover .highlighted-informations.no-variants {
    opacity: 1;
    bottom: 50%;
    transform: translate(0, 50%);
}
#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-item .product-miniature .product-description {
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding: 10px 0 0;
}
#products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-item .product-miniature .product-title {
    margin: 0 0 10px 0;
    padding: 0px;
    text-align: center;
}
#products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-item .product-miniature .product-title a {
    color: #333333;
    font-size: 15px;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
#products .product-title:hover a, .featured-products .product-title:hover a, .product-accessories .product-title:hover a, .product-item .product-miniature .product-title:hover a {
    color: #06255B;
}
#products .product-price-and-shipping, .featured-products .product-price-and-shipping, .product-accessories .product-price-and-shipping, .product-item .product-miniature .product-price-and-shipping {
    font-size: 20px;
    color: #06255B;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
.product-miniature .product-label .label.pack {
    position: absolute;
    background: #ee3333;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    left: 10px;
    padding: 2px 5px;
    text-align: center;
    top: 10px;
    z-index: 1;
    min-width: 50px;
    box-shadow: none;
    width: auto;
    min-height: 25px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

@media (max-width: 991px) {
    .featured-products.featured-product .product-item {
        width: 33.3333%;
    }
}
@media (max-width: 767px) {
    #products .product-miniature:hover .product-title,
    .products .product-item .product-miniature:hover .product-title,
    #products .product-miniature:hover .product-price-and-shipping,
    .products .product-item .product-miniature:hover .product-price-and-shipping {
        display: block;
    }
    .featured-products.featured-product .product-item {
        width: 50%;
    }
}
@media (max-width: 479px) {
    #products .product-item, .featured-products .product-item, .product-accessories .product-item {
        padding: 0 10px;
    }
}

/*testimonial-section*/
.ht-static-block.testimonial-block {
    display: block;
    position: relative;
    padding: 100px 0;
    background-image: url(../img/testimonilas-bg-img.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.ht-static-block.testimonial-block:after {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}
.ht-static-block.testimonial-block .testimonial-slider-block .item {
    padding: 0 15px;
}
.ht-static-block.testimonial-block .content-block {
    display: block;
    position: relative;
    z-index: 1;
    color: #fff;
    text-align: center;
}
.ht-static-block.testimonial-block .section-title > h2 > span {
    color: #ffffff;
}
.ht-static-block.testimonial-block .section-title > h2:after {
    background: #ffffff;
}
.ht-static-block.testimonial-block .content-block .text-block p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-top: 25px;
    display: block;
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}
.ht-static-block.testimonial-block .content-block .img-block img {
    display: block;
    height: auto;
    max-width: 100%;
    border: 5px solid #1e1e1e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.ht-static-block.testimonial-block .content-block .text-block .name {
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ht-static-block.testimonial-block .content-block .text-block .designation {
    display: block;
    font-size: 17px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .ht-static-block.testimonial-block {
        padding: 70px 0;
    }
    .ht-static-block.testimonial-block .content-block .text-block p {
        max-width: 100%;
    }
}
@media (max-width: 639px) {
    .ht-static-block.testimonial-block {
        padding: 30px 0;
    }
}

/*blog-section*/
.ht-home-blogs {
    float: left;
    width: 100%;
    clear: both;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ht-home-blogs .content-block {
    display: block;
}

.ht-home-blogs .blog-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}

.ht-home-blogs .blog-slider .item .item-inner {
    display: block;
    position: relative;
}

.ht-home-blogs .blog-slider .item .img-block {
    display: block;
}

.ht-home-blogs .blog-slider .item .text-block {
    display: block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.ht-home-blogs .blog-slider .item .text-block .post-category {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.ht-home-blogs .blog-slider .item .text-block .post-category a {
    display: block;
    float: left;
    font-weight: 600;
    padding: 5px 7px;
    background-color: #06255B;
    color: #fff;
}

.ht-home-blogs .blog-slider .item .text-block .post-info {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 25px;
    border-bottom: 1px solid #e7e7e7;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date,
.ht-home-blogs .blog-slider .item .text-block .post-author {
    display: inline-block;
    margin-bottom: 0px;
    padding-right: 15px;
    color: #666666;
    font-size: 14px;
    text-transform: capitalize;
}

.ht-home-blogs .blog-slider .item .text-block .blog-date i,
.ht-home-blogs .blog-slider .item .text-block .post-author i {
    color: #06255B;
    font-size: 18px;
    margin-right: 5px;
}

.ht-home-blogs .blog-slider .item .text-block .post-content {
    display: block;
    width: 100%;
    float: left;
    padding-top: 25px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title {
    display: block;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title > span {
    color: #000000;
    display: block;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    text-decoration: none;
}

.ht-home-blogs .blog-slider .item .text-block .blog-title:hover > span {
    color: #06255B;
}

.ht-home-blogs .blog-slider .item .text-block .blog-desc {
    display: block;
    margin-bottom: 14px;
    color: #000000;
    line-height: 24px;
    font-size: 14px;
}

.ht-home-blogs .blog-slider .item .text-block .blog-read-more {
    display: inline-block;
    font-size: 13px;
    padding: 7px 15px;
}

.owl-theme .owl-controls .owl-pagination {
    margin-top: 25px;
}

.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #aeb1b6;
}

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
}

@media (max-width: 991px) {
    .ht-home-blogs {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

/*brands-section*/
.ht-home-brands {
    float: left;
    width: 100%;
    clear: both;
    display: block;
}
.ht-home-brands .content-block {
    display: block;
}
.ht-home-brands .brand-slider .item {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    margin-bottom: 2px;
}
.ht-home-brands .brand-slider .item > a > img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
}
.page-manufacturer #wrapper #content-wrapper ul {
    margin: 0 -15px;
    display: block;
    font-size: 0;
}
.page-manufacturer #wrapper #content-wrapper ul .brand {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
    width: 25%;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner {
    display: block;
    border: 1px solid #e1e1e1;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a {
    display: block;
}
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-inner .brand-img a > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
@media (max-width: 991px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 33.33%;
    }
}
@media (max-width: 991px) {
    .page-manufacturer #wrapper #content-wrapper ul .brand {
        width: 50%;
    }
}

/*footer*/
#footer {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    margin-top: 35px;
    padding-top: 0;
    background: #ffffff;
}
.footer-before {
    float: left;
    width: 100%;
    clear: both;
    background: #06255B;
    padding: 30px 0;
}
.footer-socials {
    text-align: center;
    display: block;
    width: 100%;
    float: left;
    margin-top: 30px;
}
.footer-socials .section-title {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    margin-right: 25px;
}
.footer-socials .content-block {
    display: inline-block;
    vertical-align: middle;
}
.footer-socials .content-block > ul > li {
    margin: 0 5px;
    display: inline-block;
}
.footer-socials .content-block > ul > li > a {
    height: 48px;
    display: block;
    width: 48px;
    text-align: center;
    background: #fff;
    line-height: 48px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    font-size: 18px;
    color: #06255B;
    text-decoration: none;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.12);
}

.footer-socials .content-block > ul > li > a:hover {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}

/*footer-container*/
.footer-container {
    float: left;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 70px 0;
}
.footer-container .column-title {
    color: #111111;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
    display: block;
}
.footer-container #block_contact_hours .column-title {
    margin-bottom: 15px;
}
.footer-container #block_contact_hours .column-title > a {
    display: block;
}
.footer-container #block_contact_hours .column-title > a img {
    display: block;
    max-width: 100%;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.footer-links > li {
    margin-bottom: 12px;
    display: block;
}
.footer-links > li > a {
    display: inline-block;
    color: #333333;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -webkit-transition: all .2s ease-in 0s;
}
.footer-links > li > a:hover {
    color: #06255B;
    margin-left: 8px;
}
.footer-links > li > a i {
    font-size: 11px;
    padding-right: 10px;
}
.column-content {
    display: block;
    color: #333333;
}
.column-content .contact-info {
    display: block;
}
.column-content .contact-info .item {
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.column-content .contact-info .item .text-span {
    display: block;
    line-height: 24px;
}
.column-content > p {
    margin-bottom: 15px;
    color: #ffffff;
}
.newsletter-block {
    text-align: center;
    float: left;
    width: 100%;
    display: block;
}
.newsletter-block .newsletter-title {
    margin-bottom: 15px;
}
.newsletter-block .newsletter-title,
.newsletter-block .block.newsletter {
    display: block;
    float: left;
    padding: 0;
    width: 100%;
    text-align: center;
}
.newsletter-block .newsletter-title > span {
    font-size: 32px;
    color: #fff;
}
.newsletter-block .block.newsletter .form.subscribe {
    position: relative;
    max-width: 780px;
    text-align: center;
    margin: 0 auto;
}
.newsletter-block .block.newsletter .control input {
    width: 100%;
    height: 60px;
    border-radius: 0px;
    border: none;
    padding: 0 15px;
    padding-right: 120px;
}
.newsletter-block .block.newsletter .form.subscribe .actions {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    padding: 20px 15px;
    background-color: #000000;
    cursor: pointer;
    box-shadow: 0px 3px 6px 2px rgba(0, 0, 0, 0.12);
}
.newsletter-block .block.newsletter .form.subscribe .actions input {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
}
.newsletter-block .block.newsletter .form.subscribe .actions:hover {
    background-color: #333333;
}
.newsletter-block .block.newsletter .form.subscribe .alert-danger {
    margin: 10px 0 0;
    padding: 5px;
}
.condition {
    color: #fff;
    padding-top: 15px;
    font-size: 12px;
}

#footer .footer-bottom {
    float: left;
    width: 100%;
    clear: both;
    padding: 0;
    display: block;
    background: #000000;
}
#footer .footer-bottom .content-main {
    padding: 25px 0;
    display: block;
    clear: both;
    font-size: 0;
}
#footer .footer-bottom .content-main .copyright {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
}
#footer .footer-bottom .content-main .copyright a {
    color: #ffffff;
    text-transform: capitalize;
}
#footer .footer-bottom .content-main .footer-payment-icon {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    box-sizing: border-box;
    width: 50%;
    font-size: 14px;
    text-align: right;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
}
#footer .footer-bottom .content-main .footer-payment-icon > li {
    display: inline-block;
    list-style-type: none;
    margin-bottom: 0;
    position: relative;
}
#footer .footer-bottom .content-main .footer-payment-icon > li > a {
    display: block;
    padding: 0 3px;
    box-sizing: border-box;
    color: #ffffff;
    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;
}

@media(min-width: 768px) {
    #newsletter-popup {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #footer {
        margin-top: 20px;
    }
    .footer-container {
        padding: 30px 0;
    }
    .footer-socials {
        margin-top: 15px;
    }
    .footer-container .links .title {
        color: #06255B;
        font-weight: 500;
        font-size: 20px;
        border-bottom: none;
    }
    .column-content .contact-info .item {
        margin-bottom: 0;
        padding: 5px 15px;
    }
    .footer-container .links .title:hover span {
        color: #06255B;
    }
    .footer-container .navbar-toggler {
        width: 22px;
        height: 22px;
        padding: 0;
        font-size: 22px;
        line-height: 22px;
    }
    .footer-container .links ul,
    .footer-column-content {
        background: transparent;
    }
    .working-hours > p {
        padding: 5px 0 5px 5px;
    }
    .footer-container .links ul > li {
        border-bottom: none;
        padding:5px 15px;
        margin: 0;
    }
    .footer-container .links ul > li a {
        color: #333333;
        font-weight: 400;
    }
    .footer-container .links ul > li:hover a {
        color: #06255B;
        margin-left: 8px;
    }
    #footer .footer-bottom .content-main .copyright {
        width: 100%;
        padding: 0 0 10px;
        text-align: center;
    }
    #footer .footer-bottom .content-main .footer-payment-icon {
        width: 100%;
        padding: 0;
        text-align: center;
    }
}
@media (max-width: 575px) {
    .newsletter-block .block.newsletter .control input {
        padding-right: 68px;
    }
}
@media (max-width: 479px) {
    #footer .footer-container .links {
        padding: 0 10px;
    }
}

/*category-page*/
#products .js-product-list .products-grid .products .product-item {
    width: 33.3333%;
}

#products .product-item.list-view .product-miniature .product-description {
    padding-top: 0;
}

.best-seller-products .section-title > h2 > span::before,
.best-seller-products .section-title > h2 > span::after {
    width: 370px;
}

@media (max-width: 767px) {
    .best-seller-products .section-title > h2 > span::before, .best-seller-products .section-title > h2 > span::after {
        width: 310px;
    }
}

@media (max-width: 767px) {
    #product .h1 {
        padding-top: 25px;
    }
}

@media (max-width: 379px) {
    #product .h1 {
        font-size: 18px;
    }
}

body#checkout #header .header-nav {
    float: left;
    width: 100%;
    padding: 0;
    box-shadow: none;
}
body#checkout #header .header-msg-block {
    display: none;
}
body#checkout #header #_desktop_logo {
    height: 100px;
    text-align: left;
}
body#checkout #header .header-nav #contact-link {
    display: none;
}
body#checkout #header .header-nav #_desktop_contact_link {
    display: block;
    float: left;
    padding: 27.5px 15px;
}
body#checkout #header .header-nav #_desktop_contact_link a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
body#checkout #header .header-nav #_desktop_contact_link a:hover {
    color: #333333;
}
body#checkout #header .header-nav .logo {
    margin: 0 auto;
}
body#checkout #header .header-nav #_desktop_contact_link #contact-link {
    text-align: left;
}
body#checkout .header-contact-block,
body#checkout #_desktop_language_selector,
body#checkout #_desktop_currency_selector {
    display: none;
}

@media (max-width: 767px) {
    #search .page-content.page-not-found #search-tog-btn .search-widget button[type="submit"] {
        height: 50px;
        padding: 0;
        top: 0;
        right: 0;
        position: absolute;
        border: none;
        border-radius: 0;
        background: #333333;
        color: #fff;
        width: 50px;
        cursor: pointer;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }
}

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

#block-reassurance ul {
    margin: 0;
}

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

#product .h1 {
    color: #333333;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
#product .product-discount .regular-price {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
#product .product-price {
    color: #06255B;
    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;
}
.quickview .social-sharing {
    margin: 0;
}
.social-sharing span {
    font-weight: 600;
}
.has-discount.product-price, .has-discount p {
    color: #06255B;
}

.product-short-description p {
    color: #333333;
    line-height: 1.6;
}
.product-short-description ul {
    list-style: disc;
    padding-left: 30px;
    margin: 5px 0;
    color: #333333;
    line-height: 1.8;
    font-size: 14px;
}
.product-description .product-short-description {
    display: none;
}
#products .products-grid .products .product-item.list-view .product-miniature .product-description .product-short-description {
    display: block;
    margin-top: 15px;
}
.quickview .arrows .arrow-down {
    left: 0;
}

.quickview .arrows .arrow-up {
    opacity: 1;
}

#products .products-selection .display-mode .show_list.active,
#products .products-selection .display-mode .show_grid.active,
#products .products-selection .display-mode .show_grid:hover,
#products .products-selection .display-mode .show_list:hover {
    color: #888888;
}
#blockcart-modal .cart-content .btn-primary:hover {
    background: #333333;
    border: 1px solid #333333;
}
#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container {
    border: none;
}
.js-cart .cart-summary-products > p > a > i {
    float: right;
}
#products .products-grid .products .product-item.list-view .product-miniature .product-description .variant-links {
    text-align: left;
}
#content-wrapper .block-category {
    box-shadow: none;
    max-height: unset;
    margin-bottom: 15px;
}
.block-category .category-cover {
    margin-top: 0;
    margin-bottom: 15px;
}
.block-category .category-cover-block {
    width: 100%;
    position: relative;
    z-index: 0;
    padding: 25px;
    background: #f9f9f9;
}
.block-category .category-cover-block .category-desc {
    padding: 0;
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: left;
    margin: 20px 0 0;
}
.block-category .category-cover-block .category-desc h1 {
    color: #111;
    margin-bottom: 15px;
    font-weight: 700;
}
.block-category .category-cover-block .category-desc p {
    margin-bottom: 0;
}
.block-category .category-cover-block .category-desc p span {
    color: #111;
}
.block-category .category-cover img {
    width: auto;
}
.custom-checkbox label {
  cursor: pointer;
}
.custom-checkbox label span {
  cursor: pointer;
}
.tabs {
    margin-top: 25px;
    margin-bottom: 25px;
}
.tabs .nav-tabs {
    border-bottom: none;
}
.tabs .nav-tabs .nav-item {
    margin: 0;
}
.tabs .nav-tabs .nav-link.active, 
.tabs .nav-tabs .nav-link:hover {
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #333;
    text-decoration: none;
}
.tabs .nav-tabs .nav-link {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.tabs .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #e1e1e1;
}
#product .tabs .tab-pane {
    padding: 0;
}
#product .tabs .tab-pane .product-description > p {
    margin: 0;
}
.tabs .tab-content img {
    max-width: 100%;
}
.tabs .tab-pane p > label {
    float: none;
    width: auto;
    padding: 0;
}
.contact-rich {
    padding: 15px;
    border: 1px solid #e1e1e1;
}
#contact .contact-rich .block a {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.page-authentication #main .page-header h1 {
    text-align: center;
}
.scrollTop {
    z-index: 99;
}
@media(min-width: 768px) {
    body.nav-sticy#product .sticky-wrapper.top {
        top: 50px;
        z-index: 99;
    }
}

/*navbar submenu styles start*/
@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:hover {
        color: #06255B;
        transition: all 500ms ease 0s;
    }

    #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: #06255B;
        text-transform: unset;
        font-weight: normal;
        background: transparent;
    }

    #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;
        border: 1px solid #e1e1e1;
        border-top: 3px solid #06255B;
        display: none;
    }

    #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:hover {
        color: #06255B;
    }

    #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: #666;
        text-transform: unset;
        font-weight: normal;
        background: transparent;
    }

    #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;
    }

    #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;
    }
}
/*navbar submenu styles end*/

/* custom */
#header .logo {
    max-width: 300px;
}
a.dropdown-item:hover {
    color: #ee3333 !important;
}
.block-promo .promo-code-button.cancel-promo {
    color: #06255B;
    margin-bottom: 0;
}
.block-promo .promo-input+button {
    margin-top: -4px;
    margin-left: -1px;
    text-transform: capitalize;
    border: 2px solid #06255B;
}
#blockcart-modal .cart-content .cart-content-btn .btn {
    background-color: #06255B;
}
#blockcart-modal .cart-content .btn-secondary {
    border: 1px solid #06255B;
}
#header #_desktop_cart .cart-qty {
    text-transform: initial;
}
#content-wrapper .block-category {
    min-height: 0px;
}