 /*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
:focus {
    outline: none;
}
ul {
    margin-bottom: 0;
}
/* social follow */
.facebook a::before {
    content: "\f09a";
    font-family: fontAwesome;
}
.twitter a::before {
    content: "\f099";
    font-family: fontAwesome;
}
.googleplus a::before {
    content: "\f0d5";
    font-family: fontAwesome;
}
.pinterest a::before {
    content: "\f231";
    font-family: fontAwesome;
}
.instagram a::before {
    content: "\f16d";
    font-family: fontAwesome;
}
 .rss a::before {
    content: "\f09e";
    font-family: FontAwesome;
}
.youtube a::before {
    content: "\f167";
    font-family: FontAwesome;
}
.vimeo a::before {
    content: "\f27d";
    font-family: FontAwesome;
}
/*loader start */

#index #loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-left: -80px;
}
#index #page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transition: all 1.3s ease 0.3s;
    overflow: hidden;
}
#index #page-preloader.visible {
    opacity: 1;
    z-index: 100500;
    overflow: hidden;
}
#index #page-preloader .preloader {
    position: absolute;
    left: 53%;
    top: 40%;
    text-align: center;
    transform: translate(-50%,-50%);
    transition: all 0.4s ease;
    opacity: 0;
}
#index #page-preloader.visible .preloader {
    opacity: 1;
    transform: translate(-50%,-50%);
}
.object{
    position: absolute;
    top: -20px;
    width: 100%;
    height: 100%;
    z-index: 4;
    background: url('../../assets/img/loader.gif') 50% 50% no-repeat ;
}
#page-preloader{
    display: none;
}
#index #page-preloader{
    display: block;
}
/*loader end*/
.float-lg-left {
    float: left;
}
.breadcrumb {
    padding: 15px 0;
    list-style: none;
    background-color: #fff;
    border-bottom: 1px solid #16315c;
    margin: 0 15px 20px 15px;
}
#wrapper .breadcrumb li a {
    color: #232323;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
#wrapper .breadcrumb li a:hover {
    color: #16315c;
}
/* review */
.fancybox-skin{
    background: #fff !important;
    padding: 5px !important;
}
#product .fancybox-wrap{
    left: 0 !important
}
#product .fancybox-wrap,#product .fancybox-skin,#product .fancybox-outer,#product .fancybox-inner,#product .fancybox-image,#product .fancybox-wrap iframe,
#product .fancybox-wrap object,#product .fancybox-nav,#product .fancybox-nav span,#product .fancybox-tmp{
    max-width: 620px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-c {
    font-weight: normal;
    font-size: 17px;
    font-weight:500;
    margin-bottom: 15px;
    margin-top: 15px;
}
.prodes-c{
    margin-top: 15px;
}
.new_comment_form_content {
    background-color: #232323;
    padding: 6px 0;
}
.new_comment_form_content h2{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
}
/* review over */
/* add to cart modal */
#blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto .9375rem;
}
#blockcart-modal .product-name {
    color: #222;
    font-size: 17px;
    text-transform: capitalize;
}
#blockcart-modal .cart-content p span{
    color: #888;
    display: inline-block;
}
#blockcart-modal .cart-products-count i{
    margin-right: 10px;
}
.divide-right{
    padding-bottom: 20px;
}
.cart-content{
    background-color: #fff;
    padding: 0 15px 15px 15px;
    border-radius: 0 0 5px 5px;
}
.mhr{
    margin: 0;
    padding: 14px 0;
    border-top: 1px solid #e7e7e7;
}
.divide-right .modprice {
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 6px;
}
#blockcart-modal .close{
    color: #f0f0f0;
    padding: 10px;
}
#blockcart-modal .cart-products-count{
    font-size: 16px;
    font-weight:500;
    text-transform: capitalize;
    margin-bottom: 10px;
    display: inline-block;
}
#blockcart-modal .cart-content-btn .btn{
    display: block;
    width: 100%;
}
#blockcart-modal .modal-title{
    padding: 10px 15px;
    margin-bottom: 15px;
    background-color: #232323;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 5px 5px 0 0;
    letter-spacing: .5px;
    color: #fff;
}
.cart-content strong {
    color: #232323;
}
#blockcart-modal .modal-body{
    padding: 0;
    background-color: #fff;
}
.lc p {
    color: #232323;
    font-weight: normal;
}
.cart-content p{
    margin-bottom: 10px;
}
#blockcart-modal .modal-dialog {
    max-width: 550px;
    width: 100%;
}
@media (max-width: 991px){
    #blockcart-modal .modal-dialog {
        width: calc(100% - 20px);
    }
}
/* cart modal over */
/* page not */
.search-widget form input[type="text"] {
    border: none;
    padding: 10px;
    min-width: 255px;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 5px;
}
.search-widget form button[type=submit] {
    position: absolute;
    background: none;
    border: none;
    bottom: 0;
    right: 0;
    color: #7a7a7a;
    top: 0;
    cursor: pointer;
}
/* page not over */
.wb-image-block {
    transition: all 0.3s ease;
}
 .wb-image-block .first-img {
    transition: all 0.6s ease 0s;
    opacity: 1;
}
.wb-image-block .second-img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    transform: translate(40%, 40%) scale(0.2);
    transition: all 0.6s ease 0s;
    max-width: 100%;
    opacity: 0;
}
.thumbnail-container:hover .second-img {
    opacity: 1;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    transform: translate(0%, 0%);
}
.wb-image-block img {
    margin-left: auto;
    margin-right: auto;
}
#xs-zoom .owl-nav i {
    font-size: 40px;
}
#xs-zoom .owl-next {
    position: absolute;
    right: 10px;
    top: 42%;
}
#xs-zoom .owl-prev {
    position: absolute;
    left: 10px;
    top: 42%;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 95px;
    cursor: pointer;
    z-index: 9;
    width: 45px;
    height: 45px;
    text-align: center;
    padding-top: 9px;
    transition: all 300ms ease;
}
#scroll::after {
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border: 2px dashed #474747;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    border-radius: 50%;
}
#scroll svg {
    fill: #16315c;
}
@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

@-moz-keyframes rotate {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(360deg);}
}
.m-img{
    padding: 5px;
}
#manufacturer-description p {
    border: 1px solid #e7e7e7;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.disabled {
    cursor: no-drop !important;
}
.disabled:hover {
    opacity: 0.5;
}
.product-variants > .product-variants-item ul li label {
    margin-bottom: 0;
}
#webizoom img {
    cursor: pointer;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}
.quickview .mask img{
    margin-bottom: 9px;
}
@media (min-width: 992px){
    .fixed {
        position: fixed;
        z-index: 9;
        top: 0;
        transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
        left: 0;
        right: 0;
        background-color: #fff;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
    }
    .fixed strong {
        display: none;
    }
}
.pro-det h1 {
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 15px;
    text-transform: capitalize;
}
.card-title {
    font-size: 15px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#ratep {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 1px;
    color: #232323;
    border-left: 1px solid #e8e8e8;
    padding: 0 7px;
    margin: 0 7px;
}
#ratep i {
    font-size: 18px;
    margin-right: 5px;
}
#ratep:hover {
    color: #16315c;
}
.arltr {
    display: inline-block;
}
.pro-det .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 9px;
    font-size: 15px;
}
#product_reviews_block_tab .review_button li {
    font-size: 12px;
}
.usefulness_btn {
    padding: 4px 5px;
    font-size: 12px;
}
.propage .control-label {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.propage h1 {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: capitalize;
}
#product-availability{
    display: none;
}
.eml p {
    margin-top: 5px;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 5;
    border-radius: 5px;
}
#module-wbblog-single #main .page-footer, #module-wbblog-archive #main .page-footer {
    margin-bottom: 0;
}
.language-selector .dropdown-menu, .currency-selector .dropdown-menu, .se-do{
    display: none;
    left: auto;
    right: 0;
    line-height: normal;
    min-width: 11rem;
    border-radius: 5px;
    margin-top: 10px;
}
.language-selector .dropdown-menu li a, .currency-selector .dropdown-menu li a{
    color: #222;
}
.language-selector .dropdown-menu li a:hover, .currency-selector .dropdown-menu li a:hover{
    color: #16315c;
}
.user-down {
    margin-top: 12px;
    display: none;
    left: auto;
    right: 15px;
    line-height: normal;
    min-width: 15rem;
    border-radius: 5px;
}
.user-down a {
    text-align: left;
    display: block;
    cursor: pointer;
    margin-left: 14px;
    padding: 3px;
    letter-spacing: 1px;
    color: #222;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
}
.user-down a:hover {
    color: #16315c;
}
.user-down a i {
    width: 17px;
    text-align: center;
    font-size: 15px;
}
.new_review_form_content {
    padding: 0 15px 0 0;
}
#main .page-footer {
    margin-bottom: 1.563rem;
    margin-top: 10px;
}
.register-form p a {
    color: #000;
}
.page-content.page-cms {
    background: #fff;
    text-align: justify;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}
.page-content.page-cms h2{
    margin-bottom: 10px;
}
.product-line-grid-right {
    margin-top: 10px;
}
body#checkout .condition-label a {
    color: #16315c;
}
body.active {
    overflow: hidden;
}




#index #content-wrapper {
    padding: 0;
}
#index #wrapper{
    padding-top: 0;
    background-color: #fff;
    border-top: none;
}
#wrapper {
    padding-top: 0;
    background-color: #fff;
    border-top: 1px solid rgba(47, 47, 47, 0.1);
}
.slider-home img{
    border-radius: 0 !important;
}
.slider-home .owl-theme .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 45px;
}
.slider-home .owl-theme .owl-dots .owl-dot.active span, .slider-home .owl-theme .owl-dots .owl-dot:hover span, .prl .owl-theme .owl-dots .owl-dot.active span, .prl .owl-theme .owl-dots .owl-dot:hover span {
    background: transparent;
    height: 10px;
    width: 25px;
    border: 2px solid #16315c;
    border-radius: 0;
}
.slider-home .owl-theme .owl-dots .owl-dot span, .prl .owl-theme .owl-dots .owl-dot span {
    width: 25px;
    height: 10px;
    transition: all 500ms ease;
    background-color: #16315c;
    border-radius: 0;
}
#header{
    position: relative;
}
.header-nav {
    background-color: #16315c;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-top {
    background-color: #16315c;
    padding: 20px 0 10px 0;
}
#_desktop_currency_selector button span, #_desktop_language_selector button span, #_desktop_currency_selector span, #_desktop_language_selector span {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}
.language-selector{
    display: inline-block;
}
#top-links1 {
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
.top-nav {
    text-align: right;
}
#top-links {
    margin: 3px 10px 0 10px;
}
.get {
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
    vertical-align: middle;
    margin-bottom: 4px;
}
.hdis {
    margin: 0 0 0 10px;
}
.callno {
    color: #f3f3f3;
    font-size: 14px;
    letter-spacing: 1px;
}
#top-links svg {
    fill: #fff;
}
.lan, .cun{
    display: inline-block;
}
.cun svg, .lan svg,.wcom svg, .wimg.f1 svg {
    fill: #fff;
    vertical-align: middle;
}
#_desktop_logo {
    margin-top: -10px;
}
.option-main {
    float: right;
    margin-top: 4px;
}
#search_toggle svg, .hcart svg {
    fill: #ebfbfb;
    vertical-align: middle;
    cursor: pointer;
}
.usr svg{
    fill: #272727;
    vertical-align: middle;
}
.usr {
    border: 3px solid #e1e1e1;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    padding: 7px 12px;
}
.usr span {
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    color: #272727;
    margin: 0 0 0 10px;
    vertical-align: middle;
}
.shop-c {
    vertical-align: middle;
    margin-left: 10px;
}
.cart-count {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.cart-tot {
    color: #f3f3f3;
    font-size: 12px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.hcart {
    display: inline-block;
}
#_desktop_cart .header {
    position: relative;
    cursor: pointer;
}
#_desktop_user_info{
    cursor: pointer;
    vertical-align: middle;
    position: relative;
    float: right;
    padding: 0 15px;
}
#_desktop_cart:hover svg, #search_toggle:hover svg, .user-info:hover .usr svg{
    fill: #ffc600;
}
.wcom, .wimg {
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
}
.menu-bg {
    background-color: #fff;
    padding: 7px 0;
}
/* more */
.view_menu .level-top {
    color: #222 !important;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
}
.view_menu {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.view_menu .more-menu li{
    display: block;
    text-align: left;
    margin: 5px 0;
    line-height: 25px;
}
.view_menu .more-menu {
    padding: 10px;
    position: absolute;
    top: 36px;
    left: auto;
    right: 0;
    margin: 0 !important;
    background: #fff;
    min-width: 200px;
    border: 1px solid #e1e1e1;
    border-bottom: 3px solid #16315c;
    z-index: 9;
    transform-origin: 0 0 0;
    transform: scale(1, 0);
    transition: all 500ms ease 0s;
    display: block !important;
    opacity: 0;
}
.view_menu:hover .more-menu {
    opacity: 1;
    transform: scale(1, 1);
}
.view_menu .more-menu li.level-1 > a {
    color: #222;
}
/* more menu */
/* special */
#owl-special .product-title {
    margin: 6px 0;
}
#owl-special .product-title a{
    font-size: 18px;
}
#owl-special .wb-product-desc .wb-list-product-reviews {
    margin-bottom: 10px;
}
#owl-special .product-description {
    padding: 25px 15px;
    text-align: left;
}
#owl-special .thumbnail-container:hover .product-description .product-price-and-shipping, #owl-special .thumbnail-container:hover .product-description .product-title {
    opacity: 1;
}
#owl-special .descrip p {
    display: block;
    letter-spacing: 1px;
    text-transform: capitalize;
    height: 60px;
    overflow: hidden;
    font-size: 13px;
    color: #959595;
}
#owl-special .wbproductcountdown {
    display: block;
    margin-top: 20px;
}
.wbproductcountdown {
    display: none;
}
.pro-det .wbproductcountdown {
    display: block;
    width: 260px;
    margin: 15px 0;
}
.wbpc-main .time {
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
}
.wbpc-main .label {
    display: block;
    color: #3b3b3b;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 13px;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
}
.wbpc-main .count:hover .label{
    color: #f5f5f5;
}
.wbpc-main .count {
    height: 46px;
    width: 46px;
    display: inline-block;
    font-size: 15px;
    background-color: #16315c;
    text-align: center;
    padding-top: 14px;
    color: #fff;
    border-radius: 4px;
}
.pro-det .wbpc-main .count {
    font-size: 15px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
#owl-onsale .product-miniature.js-product-miniature {
    margin-bottom: 4px;
}
#owl-onsale .product-miniature.js-product-miniature:last-child {
    margin-bottom: 0;
}
/*spe over*/
.pro-bor{
    border: 1px solid #e3e3e3;
    padding: 30px 15px;
    border-top: none;
    border-radius: 0 0 5px 5px;
}
.owl-theme .owl-nav {
    position: absolute;
    right: 10px;
    left: auto;
    top: -73px;
    margin-top: 0;
}
.owl-theme .owl-nav .owl-prev {
    opacity: 1;
    width: 37px;
    height: 37px;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 5px;
}
.owl-theme .owl-nav .owl-next {
    opacity: 1;
    width: 37px;
    height: 37px;
    color: #232323;
    transition: all 0.5s ease-in-out 0s;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #fff;
    margin: 0 5px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #222;
    background-color: #ffc600;
    border: 1px solid #ffc600;
}
.owl-theme .owl-nav i {
    font-size: 19px;
    line-height: 26px;
}
.pro-tab .nav-tabs {
    text-align: right;
    position: relative;
    z-index: 2;
    margin: 0 100px 0 0;
}
.pro-tab, .head-t{
    position: relative;
    padding: 15px;
    background-color: #16315c;
    border-radius: 5px 5px 0 0;
}
.head-t h4,.head1 h4 {
    font-weight: 500;
    font-size: 17px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 2px;
    position: relative;
}
.head1 {
    float: left;
    position: relative;
}
.product-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #2c2c2c;
    padding: 2px 0;
    margin: 0 0 6px 0;
}
.product-title a {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #2c2c2c;
    font-weight: 500;
}
.wb-product-desc .wb-list-product-reviews {
    margin-bottom: 6px;
}
.product-price-and-shipping {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 21px;
}
.re-price {
    position: absolute;
    bottom: 13px;
    clip: unset;
    font-size: 12px;
    width: unset;
    height: 22px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    left: 0;
    color: #262626;
    background-color: #ffc600;
    padding: 0 10px;
    font-weight: 500;
    line-height: 22px;
    right: auto;
    margin: 0 auto;
    border-radius: 0 3px 3px 0;
    text-align: center;
}
.descrip p {
    display: none;
}
.product-description {
    padding: 15px 0 0 0;
    text-align: center;
}
.wb-image-block {
    position: relative;
    padding: 0;
    border-radius: 5px;
}
.thumbnail-container {
    position: relative;
}
#product_comparison .thumbnail-container:hover{
    box-shadow: none;
}
.owl-carousel .owl-item img {
    width: auto;
    border-radius: 5px;
}
.sale {
    position: absolute;
    right: 0;
    top: 15px;
    width: auto;
    font-size: 12px;
    color: #222;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background-color: #ffc600;
    padding: 0 7px 1px 7px;
    border-radius: 3px 0 0 3px;
}
.product-flags li {
    position: absolute;
    left: 0;
    top: 15px;
    width: auto;
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    background-color: #16315c;
    padding: 0 7px 1px 7px;
    border-radius: 0 3px 3px 0;
}
.product-tab-item .product-miniature.js-product-miniature {
    margin-bottom: 30px;
}
.product-tab-item .product-miniature.js-product-miniature:last-child {
    margin-bottom: 0;
}

/* service */
.h-ser{
    clear: both;
    padding: 45px 15px;
}
.deliveryinfo {
    cursor: crosshair;
    background-color: #222;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.deliveryinfo .ses ul {
    border: 1px solid #4e4e4e;
    border-radius: 5px;
    padding: 25px 15px;
}
.deliveryinfo ul li svg {
    width: 36px;
    height: 36px;
    fill: #fff;
    transition: all 0.4s ease-out 0s;
    vertical-align: middle;
}
.deliveryinfo ul:hover svg {
    fill: #ffc600;
}
.ser-t h4 {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ser-t p {
    font-size: 14px;
    color: #919191;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-transform: capitalize;
}
.ser-t {
    margin: 0 15px;
}
.ses {
    text-align: center;
}
/* service over */
/*cate*/
.cat-img {
    padding: 0;
}
.content-cate {
    margin: 15px 0;
}
.catrb {
    background-color: #f6f6f6;
    float: left;
    width: 100%;
    border-radius: 5px;
}
.categoryName a{
    font-size: 15px;
    color: #222;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 500;
    border-bottom: 1px solid #a7a7a7;
    display: inline;
    padding-bottom: 2px;
}
.sub-cat a {
    color: #8a8a8a;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 14px;
}
.sub-cat a:hover{
    color: #16315c;
}
.catrb:hover .categoryName a{
    border-bottom: 1px solid #16315c;
    color: #16315c;
}
.sub-cat {
    margin-top: 10px;
    text-align: left;
}
/*cate over*/
/* testimonial */
.testi1, .testi2, .testi3 {
    background-repeat: no-repeat;
    width: 120px;
    height: 120px;
    z-index: 1;
    margin: 0 20px;
    border-radius: 50%;
    background-size: 120px;
}
.testi1{
    background-image: url('../../assets/img/testi1.png');
}
.testi2 {
    background-image: url('../../assets/img/testi2.png');
}
.testi3 {
    background-image: url('../../assets/img/testi3.png');
}
#testi p {
    line-height: 25px;
    text-transform: capitalize;
    text-align: left;
    letter-spacing: 1px;
    color: #959595;
    margin-top: 15px;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 5px;
    font-size: 14px;
}
.text-p{
    position: relative;
}
#testi span {
    font-size: 12px;
    text-transform: capitalize;
    color: #4b4b4b;
    letter-spacing: 0.5px;
}
#testi h3 {
    font-size: 15px;
    margin-top: 25px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    color: #222;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 5px;
}
.testi-d {
    display: flex;
    margin-bottom: 20px;
    text-align: left;
    padding: 30px;
}
.test-bg #testi {
    background-color: #fff;
    padding: 35px 70px;
    box-shadow: 0px 0px 10px 0px rgba(34, 34, 34, 0.1);
}
.content_test {
    padding: 0 20px;
}
.img-tes{
    position: relative;
}
.text-p h4 {
    font-size: 19px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    color: #333;
    position: relative;
    margin-bottom: 35px;
}
.text-p h4::before{
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffc600;
    left: 0;
    width: 55px;
    right: auto;;
    bottom: -15px;
}
#testi .owl-dots span {
    background-color: #fff;
    border: 2px solid #16315c;
    width: 16px;
    height: 16px;
}
#testi.owl-theme .owl-dots .owl-dot.active span, #testi.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #16315c;
    border: 2px solid #16315c;
}
/*testimonial over*/
/* blog */
.post_thumbnail:hover .blog_mask {
    visibility: visible;
}
.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.94,0.9);
}
.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.blog_mask {
    visibility: hidden;
    border-radius: 5px;
}
.blog_post_content_top {
    position: relative;
    z-index: 1;
}
.post_thumbnail img {
    transition: all .3s ease;
}
.post_thumbnail:hover img {
    transform: scale(1.2,1.2);
    cursor: pointer;
}
#index .post_thumbnail .blog_mask a {
    text-align: center;
}
.blog_mask a i {
    border-radius: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    background-color: #232323;
    padding: 11px;
    color: #fff;
    font-size: 16px;
}
.blog_mask a i:hover {
    background-color: #16315c;;
}
.post_thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.post_title a {
    margin: 0;
    font-size: 16px;
    font-weight:500;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 1px 0 2px 0;
}
.post_content p {
    font-size: 14px;
    color: #a4a4a4;
    letter-spacing: 0.5px;
    margin: 10px 0;
}
#index .blog_post_content_bottom {
    text-align: left;
}
.owl-carousel .owl-item .post_thumbnail img {
    width: auto;
    border-radius: 5px 5px 0 0;
}
#index .post_content {
    margin-bottom: 15px;
}
#index .post_title {
    margin: 14px 0;
}
#index .post_meta {
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #a9a9a9;
}
#index .content_more .read_more {
    color: #222;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
}
#index .content_more .read_more:hover {
    color: #16315c;
}
/* blog over */
.em-p {
    color: #878787;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 29px;
    font-weight: 400;
    text-transform: capitalize;
}
.email-p {
    border-radius: 5px;
    background-color: #fff;
    padding: 0;
    margin-top: 15px;
}
.emailbtn {
    position: absolute;
    right: 0;
    cursor: pointer;
    background-color: #ffc600;
    color: #222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.5s ease-in-out 0s;
    border-radius: 0 5px 5px 0;
}
/*.emailbtn:hover{
    background-color: #16315c;
    color: #fff;
}*/
.block-social {
    margin-top: 25px;
    padding: 0;
}
#footer{
    background-color: #222222;
}
.footer-container {
    background-color: #222222;
    padding: 15px 0 0 0;
}
.fot-pro, .pay{
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight:500;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}
.footer-container .data {
    word-break: break-all;
    padding: 0 30px !important;
}
.fot-connect h5 {
    color: #8a8a8a;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 500;
    text-transform: capitalize;
}
.fot-connect {
    margin-bottom: 25px;
}
#footer_contact .block svg {
    fill: #ffc921;
    margin-right: 8px;
    float: left;
    width: 25px;
    margin-top: 4px;
    font-size: 16px;
}
.footer-container .wrapper li {
    margin-bottom: .3125rem;
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 27px;
}
.footer-container .wrapper li a {
    color: #8a8a8a;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-container .wrapper li a:hover {
    color: #16315c;
}
#block_myaccount_infos ul {
    text-align: center;
}
#block_myaccount_infos {
    border-top: 1px solid #454545;
    padding: 20px 0;
    position: relative;
    margin-top: 35px;
}
#block_myaccount_infos ul li{
    display: inline-block;
    margin-bottom: 0;
}
.link-ac li a::before {
    border-right: 2px solid #8b8b8b;
    content: '';
    font-size: 9px;
    margin: 0 17px;
    position: relative;
    top: -2px;
}
.link-ac li:first-child a::before {
    border-right: none;
    margin: 0;
}
.fb1 {
    background-repeat: no-repeat;
    height: 36px;
    width: 100px;
    background-image: url('../../assets/img/f1.png');
    display: inline-block;
    vertical-align: middle;
    background-size: 100px;
}
.fb2 {
    background-repeat: no-repeat;
    height: 36px;
    width: 108px;
    background-image: url('../../assets/img/f2.png');
    display: inline-block;
    vertical-align: middle;
    background-size: 108px;
}
.f-c {
    padding: 0;
    margin-top: 10px;
}
.fot-af li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
}
.pay-connect1 svg{
    vertical-align: middle;
}
.pay-connect {
    margin-top: 25px;
    padding: 0;
}
.cpy-r a {
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 400;
    text-transform: capitalize;
}
.block-contact .block .icon {
    float: left;
    margin: 0 10px 0 0;
    width: 22px;
}
.block-contact .block .icon i {
    font-size: 21px;
    color: #878787;
}
.bg-fd {
    background-color: #16315c;
    padding: 5px 0;
}
.data.email a {
    text-transform: unset !important;
}
.pay-connect ul li, .pay-connect ul{
    display: inline-block;
}
.pay-connect i {
    font-size: 25px;
}
.pay{
    display: none;
}
.pay-connect li a {
    margin: 0 10px 0 0;
    color: #949494;
}
.fot-pay .pay-connect .pay{
    display: block;
}
/* product page */
.product-cover img{
    border-radius: 5px;
}
.prodes p {
    font-size: 13px;
}
.product-tab {
    margin: 25px 0;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ebebeb;
    background-color: #fff;
}
.product-tab .header1 {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 10px;
}
.product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
    color: #222;
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    padding: 0 15px 10px 0;
    font-size: 14px;
}
.product-tab .nav-item .nav-link.active, .product-tab .nav-item .nav-separtor.active, .product-tab .nav-tabs .nav-link.active:hover{
    color: #16315c;
    background-color: #fff;
    border:none;
}
.product-tab .nav-item .nav-link::before, .product-tab .nav-item .nav-separtor::before {
    border-bottom: none;
    content: '';
}
.product-tab .nav-item a::after {
    content: '';
    position: absolute;
    color: #e7e7e7;
    left: 0;
    bottom: -2px;
    border-bottom: 2px solid #16315c;
    width: 0;
    transition: all 0.4s ease-out 0s;
    top: unset;
}
.product-tab .nav-item:hover a::after{
    width: 30px;
}
.product-tab .nav-item::after{
    content: '';
}
.attachment p {
    font-size: 13px;
    margin: 10px 0;
}
.attachment h4 {
    margin-bottom: 0;
    text-transform: capitalize;
    letter-spacing: .5px;
    font-size: 15px;
}
.product-tab .nav-tabs .nav-item {
    margin: 0 !important;
}
/* product page over*/
/* category */
#_desktop_search_filters_clear_all {
    margin-top: 10px;
}
.products-selection .sort-by-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #232323;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
    padding: 10px 15px;
}
.top-links-m {
    border-radius: 5px;
    background-color: #16315c;
    padding: 15px 15px 13px 15px;
}
.top-links-m, .top-links-m a {
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
}
#search_filters ul {
    padding: 0 15px;
}
.products-selection .sort-by {
    white-space: normal;
    word-break: break-word;
    margin-right: -.9375rem;
    margin-left: .9375rem;
    text-align: right;
    color: #fff;
}
.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    color: #232323;
    background: #fff;
    padding: .625rem;
    cursor: pointer;
    height: 39px;
    line-height: 18px;
    border-radius: 5px;
}
.products-sort-order .select-title i {
    line-height: 19px;
}
.products-sort-order .dropdown-menu {
    left: 15px;
    width: auto;
    background: #fff;
    margin: 0;
    right: 15px;
    margin-top: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}
.products-sort-order .select-list {
    display: block;
    color: #232323;
    padding: 7px 10px;
    font-size: 14px;
}
.products-sort-order .select-list:hover {
    background: #16315c;
    color: #fff;
    text-decoration: none;
}
.products-selection .total-products, .products-selection h1 {
    padding: 0;
    padding-top: 10px;
    text-align: center;
}
.block-category {
    min-height: 11.75rem;
}
.total-products p {
    color: #f2f2f2;
}
#js-product-list-top {
    margin-left: 0;
    margin-right: 0;
}
.wb-grid-list {
    margin-top: 7px;
}
.lgrid svg {
    fill: #fff;
    cursor: pointer;
    margin: 3px;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.wb-grid-list .selected svg {
    fill: #16315c;
}
.products-sort-order .select-title i{
    line-height: 19px;
}
.pro-name, .page-header h1 {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 15px 0;
    font-weight: 500;
    position: relative;
    color: #333;
    border: 1px solid #e1e1e1;
    padding: 15px;
    text-transform: capitalize;
    border-radius: 5px;
}
.block-category .h1{
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    color: #232323;
    border-bottom: 2px solid #dfdfdf;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 13px;
    color: #7a7a7a;
    -webkit-margin-before: -20px;
}
.wb-product-grid .item-product, .wb-product-list .item-product {
    margin-bottom: 20px;
}
.wb-product-grid .product-miniature, .wb-product-list .product-miniature {
    padding: 0;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span, #search_filters .facet li .focus .custom-checkbox input[type="checkbox"] + span {
    background-color: #16315c;
    border: 2px solid #16315c;
}
#search_filters .facet li:hover .custom-checkbox input[type="checkbox"] + span .checkbox-checked, #search_filters .facet li .active .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
    color: #fff;
}
.wb-product-list .descrip p {
    display: block;
    font-size: 13px;
    margin: 7px 0;
    letter-spacing: 0.5px;
}
.wb-product-list .product-title a{
    font-size: 16px;
}
.wb-product-list .product-miniature .product-title {
    margin: 5px 0 6px 0;
}
.wb-product-list .button-group.highlighted-informations {
    margin-top: 10px;
}
.wb-product-list .product-description {
    text-align: left;
    padding: 15px;
}
.wb-product-list .thumbnail-container {
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.wb-product-list .thumbnail-container:hover .product-description .product-title, .wb-product-list .thumbnail-container:hover .product-description .wb-list-product-reviews,.wb-product-list .thumbnail-container:hover .product-description .product-price-and-shipping{
    opacity: 1;
}
.wb-product-list .thumbnail-container .btn-up,.wb-product-list .button-group .quick {
    opacity: 1;
    margin-top: 0;
    position: unset;
    display: inline-block;
    vertical-align: middle;
}
.wb-product-list .button-group .cartb svg {
    display: block;
    vertical-align: middle;
    fill: #b1b1b1;
}
.wb-product-list .p-cart {
    display: none;
}
.wb-product-list .button-group .cartb {
    background-color: #fff !important;
    padding: 9px;
    border: 1px solid #e7e7e7;
}
.wb-product-list .button-group .compare, .wb-product-list .button-group .wishlist,.wb-product-list .button-group .quick{
    background-color: #fff !important;
    border: 1px solid #e7e7e7 !important;
}
.wb-product-list .button-group .compare:hover svg,.wb-product-list .button-group .wishlist:hover svg,.wb-product-list .button-group .quick:hover svg,.wb-product-list .button-group .cartb:hover svg {
    fill: #16315c;
}
.wb-product-list .wb-product-desc .wb-list-product-reviews {
    margin-top: 6px;
}
.wb-product-list .re-price, .wb-product-list .sale{
    display: none;
}
#category-description {
    padding: 0;
}
#search_filter_toggler:hover {
    background-color: #16315c;
    color: #fff !important;
}
#search_filter_toggler {
    background-color: #fff;
    height: 39px;
    color: #2f2f2f !important;
    line-height: 23px;
}
.category-cover {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
   border-radius: 5px;
}
.category-cover img {
    max-width: 125px;
    margin: 10px;
}
#checkout-personal-information-step .nav-item a {
    color: #222;
    background-color: #fff !important;
    border: none;
}
#checkout-personal-information-step .nav-item a.active {
    color: #16315c;
    background-color: #fff !important;
    border: none;
}
.center-banner .fbanner2 {
    float: right;
}
.center-banner .fbanner1{
    margin-bottom: 30px;
}
/* effect */
/*.sub-img-banner img{
    border-radius: 5px;
}
.sub-img-banner::before, .sub-img-banner::after{
    content: "";
    width: 100%;
    height: 50%;
    background: rgba(132, 132, 132, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform-origin: 100% 0;
    transform: rotateZ(90deg);
    transition: all 0.3s ease 0s;
}
.sub-img-banner::after {
    top: auto;
    bottom: 0;
    transform-origin: 0 100%;
}
.sub-img-banner:hover::before, .sub-img-banner:hover::after {
    transform: rotateZ(0);
}
.sub-img-banner {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}*/
/* effect over */
#product_comparison .thumbnail-container:hover .product-description .product-title, #mywishlist .thumbnail-container:hover .product-description .product-title, #view_wishlist .thumbnail-container:hover .product-description .product-title{
    opacity: 1;
}
#cms .page-heading {
    margin: 10px 0 15px 0;
    font-size: 19px;
    letter-spacing: 1px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
@media (min-width:1600px) {
    .wb-wishlist-product .col-xl-3 {
        width: 20%;
    }
    #view_wishlist .wb-wishlist-product .col-xl-3 {
        width: 20%;
    }
    #category #content-wrapper, #best-sales #content-wrapper, #prices-drop #content-wrapper, #new-products #content-wrapper{
        width: 80%;
    }
    #_desktop_top_menu.col-xl-3,#left-column {
        width: 20%;
    }
    .wb-product-list .wb-image-block.col-xl-3 {
        width: 22%;
    }
    .wb-product-list .product-description.col-xl-9{
        width: 78%;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    .wb-menu-vertical li.level-1 > a {
        letter-spacing: 0.5px;
    }
    .wb-menu-vertical li.level-1 {
        margin: 0 14px;
    }
    #owl-special .product-description {
        padding: 0 15px;
    }
    /*#top-links{
        display: none;
    }*/
    .deliveryinfo .ses ul {
        padding: 25px 10px;
    }
    .ser-t p {
        font-size: 12px;
    }
}
@media (min-width: 1410px){
    #search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
        width: 20%;
    }
    #search .wb-product-list .item-product, #manufacturer .wb-product-list .item-product {
        width: 50%;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 30%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 70%;
    }
    #owl-special .wb-image-block{
        width: 48%;
    }
    #owl-special .product-description {
        width: 52%;
    }
    .em-effect0.beffect{
        width: 27%;
    }
    .spe-p{
        width: 48%;
    }
}
@media (max-width: /*1409px*/1024px){
    #top-links{
        display: block;
    }
}
/*@media (max-width: 991px){
    #top-links {
        display: block !important;
        margin: 3px 10px 0 10px !important;
    }
}*/

@media (min-width: 1200px) and (max-width: 1409px){
    #owl-special .product-description {
        padding: 13px 15px;
    }
    .wb-menu-vertical li.level-1 > a {
        font-size: 14px;
        letter-spacing: normal;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 25%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 75%;
    }
    #search .wb-product-grid .item-product.col-xl-3, #manufacturer .wb-product-grid .item-product.col-xl-3 {
        width: 25%;
    }
    .em-effect0.beffect img {
        min-height: 372px;
    }
    .ser-t p {
        font-size: 13px;
        letter-spacing: normal;
    }
    .deliveryinfo .ses ul {
        padding: 25px 5px;
    }
}
@media (min-width: 992px){
    .thumbnail-container:hover .product-description .product-price-and-shipping, .thumbnail-container:hover .product-description .product-title {
        opacity: 0;
    }
    #_desktop_currency_selector {
        margin: 0 40px;
    }
    .wi-he {
        margin: 0 0 0 50px;
    }
    /* button */
    .button-group .cartb svg{
        display: none;
    }
    .thumbnail-container:hover .btn-up {
        opacity: 1;
        bottom: 12px;
    }
    .thumbnail-container .btn-up {
        opacity: 0;
        margin-top: 13px;
        position: absolute;
        bottom: 0;
        transition: all 0.3s ease 0s;
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    .button-group .quick {
        border:1px solid #e7e7e7;
        background-color: #fff;
        width: 38px;
        height: 38px;
        border-radius: 4px;
        cursor: pointer;
        position: absolute;
        top: 38%;
        right: 0;
        left: 0;
        text-align: center;
        opacity: 0;
        margin: 0 auto;
        transition: all 500ms ease 0s;
    }
    .thumbnail-container:hover .button-group .quick {
        opacity: 1;
    }
    .wishlist .wb-wishlist-button {
        padding: 0;
    }
    .pcom svg, .pwish svg, .pquick svg {
        vertical-align: middle;
        fill: #b1b1b1;
        cursor: pointer;
    }
    .pcom, .pwish, .pquick {
        margin-bottom: 0;
    }
    .button-group .cart-add, .button-group .wishlist, .button-group .compare {
        display: inline-block;
        vertical-align: middle;
    }
    .button-group .cartb {
        background-color: #16315c;
        padding: 9px 12px 9px 12px;
        cursor: pointer;
        text-transform: capitalize;
        color: #fff;
        font-size: 13px;
        transition: all 500ms ease 0s;
        font-weight: 500;
        border: none;
        letter-spacing: 1px;
        border-radius: 4px;
    }
    .button-group .cartb:hover {
        background-color: #222;
        color: #fff;
    }
    .button-group .compare, .button-group .wishlist {
        border: 1px solid #e7e7e7;
        width: 38px;
        height: 38px;
        text-align: center;
        padding-top: 6px;
        border-radius: 4px;
        transition: all 500ms ease 0s;
        cursor: pointer;
    }
    .button-group .compare:hover, .button-group .wishlist:hover, .button-group .quick:hover{
        background-color:#16315c;
        border : 1px solid #16315c;
    }
    .button-group .compare:hover svg,.button-group .wishlist:hover svg,.button-group .quick:hover svg,.button-group .cartb:hover svg {
        fill: #fff;
    }
    /* button over */
}
@media (min-width: 992px) and (max-width: 1199px){
    .ser-ss {
        margin-top: 15px;
    }
    #owl-special .product-description {
        padding: 0 15px;
    }
    .product-price-and-shipping {
        font-size: 14px !important;
    }
    .regular-price {
        font-size: 10px !important;
    }
    .wb-menu-vertical li.level-1 {
        margin: 0 15px;
    }
    #pt_vegamenu::before{
        content: "";
    }
    .wb-menu-vertical li.level-1 > a, .view_menu .level-top {
        font-size: 14px;
        letter-spacing: normal;
    }
    .head1 h4, .head-t h4 {
        font-size: 17px;
    }
    #search .wb-image-block.col-xl-3, #manufacturer .wb-image-block.col-xl-3 {
        width: 25%;
    }
    #search .wb-product-list .product-description, #manufacturer .wb-product-list .product-description {
        width: 75%;
    }
    #search .wb-product-grid .item-product.col-md-6, #manufacturer .wb-product-grid .item-product.col-md-6 {
        width: 33.33%;
    }
    .products-selection .sort-by {
        font-size: 12px;
    }
    #_desktop_logo img{
        max-width: 145px;
    }
    .header-top {
        padding: 20px 0;
    }
    .mb-2 {
        margin-bottom: 50px;
    }
    #_desktop_logo {
        margin-top: 9px;
    }
    .fot-pro, .pay {
        font-size: 14px;
    }
}
@media (max-width: 1199px){
    .footer-container .wrapper li a,.footer-container .wrapper li{
        font-size: 13px;
        letter-spacing: normal;
    }
    #menu1 ul li:last-child, #top-links-n, .products-selection .total-products, .products-selection h1, .user-d,#block-newsletter-label,#search_category, .re-price {
        display: none;
    }
    .pro-det h1 {
        font-size: 16px;
    }
    #product #block-reassurance span {
        font-size: 12px;
    }
}
@media (max-width: 991px){
    /* button */
    .button-group .cart-add, .button-group .btn-up{
        display: inline-block;
    }
    .button-group.highlighted-informations {
        margin-top: 10px;
    }
    .button-group .compare:hover svg,.button-group .wishlist:hover svg,.button-group .quick:hover svg,.button-group .cartb:hover svg {
        fill: #16315c;
    }
    .button-group.highlighted-informations .btn-pro {
        position: unset;
        opacity: 1;
    }
    .button-group .compare, .button-group .wishlist, .button-group .quick, .button-group .cartb {
        background: #fff !important;
        border: none;
        width: 40px;
        height: 40px;
        cursor: pointer;
        vertical-align: middle;
        padding: 11px 8px 7px 8px;
        fill: #b1b1b1;
        text-align: center;
        display: inline-block;
        border-radius: 3px;
        border: 1px solid #e7e7e7 !important;
    }
    .button-group .wb-wishlist-button {
        padding: 0;
    }
    .pwish, .pquick, .pcom {
        margin: 0;
    }
    .button-group .cart-add .p-cart{
        display: none;
    }
    /* button over */
    .fot-pro, .pay {
        font-size: 14px;
        letter-spacing: normal;
        margin-bottom: 10px;
    }
    #block_myaccount_infos {
        margin-top: 15px;
    }
    .block_newsletter {
        border-top: 1px solid #4e4e4e;
        text-align: center;
        padding-top: 15px;
        margin-top: 10px;
    }
    .cart-c {
        background: #ffc600;
        color: #222;
        font-size: 10px;
        border-radius: 100%;
        width: 15px;
        position: absolute;
        left: auto;
        right: 0;
        letter-spacing: 0;
        bottom: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
    }
    .menu-li {
        padding: 0;
    }
    .menu-bg {
        padding: 5px 15px;
        border-radius: 0;
    }
    .button-search {
        background: #222!important;
        color: #fff;
    }
    #f_desktop_logo img {
        margin: 0 auto;
    }
    .wcom svg, .wimg.f1 svg{
        vertical-align: middle;
        fill: #222;
        width: 15px;
        height: 14px;
    }
    .wcom, .wimg {
        color: #222;
    }
    .wcom:hover svg, .wimg.f1:hover svg{
        fill: #16315c;
    }
    .wcom:hover, .wimg:hover {
        color: #16315c;
    }
    .bg-lg.mb-2 {
        margin-bottom: 0;
    }
    .cpy-r .text-xs-right, .cpy-r .f-c, .cpy-r .text-xs-left {
        text-align: center !important;
        padding: 0;
        margin-top: 0;
    }
    .option-main{
        margin-top: 0;
    }
    .usr {
        border: none;
        padding: 0;
    }
    .usr svg {
        fill: #ebfbfb;
        height: 34px;
        width: 29px;
        cursor: pointer;
    }
    .shop-c{
        margin: 0 !important;
    }
    #search_query_top {
        border: 1px solid #e1e1e1;
    }
    #_mobile_user_info {
        margin: 0 15px;
        position: relative;
    }
    .wb-menu-vertical li.level-1 > a{
        color: #222;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        transition: 0.5s;
        padding-top: 60px;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
        clear: both;
        height: 100%;
        background-color: #fff;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #16315c;
        padding: 15px;
        width: 100%;
        display: inline-block;
        color: #fff;
        line-height: normal;
        font-weight:500;
    }
    .ico-menu .bar {
        background-color: #fff;
    }
    .sideb{
        display: block;
    }
    .siden{
        display: none;
    }
    .closebtn {
        float: right;
    }
    .close-nav i {
        color: #fff;
        font-size: 16px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #wrapper, #footer {
        display: block !important;
    }
    .ico-menu .bar:nth-child(1) {
        top: 0;
        width: 14px;
    }
    .ico-menu .bar:nth-child(2) {
        top: 5px;
        width: 16px;
    }
    .ico-menu .bar:nth-child(3) {
        top: 10px;
        width: 20px;
    }
    .ico-menu .bar:nth-child(1)::after {
        transition-delay: 0.1s;
    }
    .ico-menu .bar:nth-child(2)::after {
        transition-delay: 0.2s;
    }
    .ico-menu .bar:nth-child(3)::after {
        transition-delay: 0.3s;
    }
    .ico-menu .bar {
        position: absolute;
        height: 2px;
        background-color: #ffc600;
        overflow: hidden;
    }
    .ico-menu {
        position: relative;
        width: 16px;
        top: -6px;
        margin: 0 auto;
        left: -2px;
    }
    .ico-menu .bar::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #16315c;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        transition-delay: 0s;
    }
    .btn-navbar.navbar-toggle{
        color: #2d2d2d;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        border: none;
        background-color: transparent;
        min-width: 35px;
        min-height: 35px;
        vertical-align: middle;
        margin: 0;
        padding: 9px;
    }
    #wr-menu-icon:hover .ico-menu .bar::after {
        left: 0;
    }
    .nav-f-static,.pay, .user-d, .cart-count,.carti,.cart-s{
        display: none !important;
    }
    .nav-item .nav-link, .nav-item .nav-separtor {
        font-size: 13px;
        padding: 0 5px;
    }
    #mobile_top_menu_wrapper {
        margin: 0;
        line-height: 20px;
        display: block !important;
    }
    #header .position-static{
        float: right;
        margin-top: 3px;
    }
    #_desktop_logo {
        padding: 0;
        margin-top: 0;
    }
    #search_block_top #search_query_top{
        width: 100%;
        height: 44px;
    }
    .button-search{
        height: 44px;
    }
    .product-line-grid-right {
        border-top: 1px solid #e1e1e1;
        padding-top: 10px;
    }
    #_mobile_currency_selector .dropdown i{
        color: #222;
    }
    #_mobile_currency_selector, #_mobile_language_selector {
        border: 1px solid #e1e1e1;
        border-radius: 5px;
        padding: 5px;
        margin: 5px;
    }
    .center-b, .spe-des h4, #search_category, #_desktop_top_menu, .header-nav, .re-price,.quickview .mask, .quickview .arrows, #owl-special .button-group.highlighted-informations .btn-pro{
        display: none;
    }
    .product-title {
        margin: 0 0 4px 0;
    }
    .pay-connect {
        margin-top: 14px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #_desktop_currency_selector button span, #_desktop_language_selector button span, #_desktop_currency_selector span, #_desktop_language_selector span {
        letter-spacing: normal;
        font-size: 13px;
    }
    .block_newsletter form input {
        height: 44px;
    }
    .products-selection .sort-by {
        font-size: 11px;
        letter-spacing: normal;
    }
    .col-sm-3.ses {
        width: 50%;
    }
   .container_wb_megamenu .title-menum {
        font-size: 13px;
    }
    .wb-product-list .descrip p {
        height: 55px;
        overflow: hidden;
    }
    .ser-ss {
        margin-top: 15px;
    }
    .cpy-r a {
        font-size: 13px;
        letter-spacing: normal;
    }
    #menu-icon {
        margin: 4px 15px 0 15px;
    }
    .mb-2 {
        margin-bottom: 40px;
    }
    .cart-item {
        border: 1px solid #f2f2f2;
        margin: 0 0 20px 0;
    }
    .product-line-grid-right {
        margin-top: 10px;
        border-top: 1px solid #f6f6f6;
        padding-top: 15px;
    }
    #search .wb-product-grid .item-product.col-sm-6, #manufacturer .wb-product-grid .item-product.col-sm-6 {
        width: 33.33%;
    }
    #pt_vegamenu::before{
        top: 13px;
    }
    .footer-container .wrapper li a,.footer-container .wrapper li{
        font-size: 13px;
        line-height: 22px;
    }
    .container_wb_megamenu .title-menu{
        padding: 7px  15px;
    }
    #_desktop_logo img {
        max-width: 122px;
    }
    .header-top {
        padding: 15px 0;
    }
    .wb-menu-vertical li.level-1{
        padding: 12px;
    }
    .wb-menu-vertical li.level-1 > a, .view_more a {
        font-size: 13px;
    }
    .forgotten-password .form-fields label.required{
        padding-top: 0;
    }
    .test-bg #testi{
        padding: 35px;
    }
}
@media (min-width: 768px) {
    .forgotten-password .form-fields .center-email-fields button {
        margin: 0 10px;
    }
    .sticky-zoom {
        position: sticky;
        top: 20px;
    }
}
@media (max-width: 767px){
    #block_myaccount_infos {
        display: none;
    }
    .deliveryinfo .ses ul {
        padding: 15px;
        text-align: left;
    }
    .h-ser {
        padding: 20px 15px 0 15px;
    }
    .ser-t {
        margin: 0 5px;
    }
    .post_content p {
        font-size: 13px;
        letter-spacing: normal;
    }
    .head1{
        display: none;
    }
    .pro-tab .nav-tabs {
        text-align: center !important;
        margin: 0 !important;
    }
    .owl-theme .owl-nav {
        top: -69px;
    }
    .owl-theme .owl-nav .owl-next,.owl-theme .owl-nav .owl-prev {
        width: 33px;
        height: 33px;
    }
    .owl-theme .owl-nav i {
        line-height: 23px;
    }
    .product-tab-item .owl-theme .owl-nav {
        display: none;
    }
    .block-contact p {
        margin: 15px 0;
        text-align: center;
    }
    .block_newsletter form input {
        height: 43px;
    }
    .block-social li {
        width: 33px;
        height: 33px;
        padding-top: 7px !important;
    }
    .user-down a{
        font-weight: 400;
    }
    .header-top {
        padding: 10px 0;
    }
    .head-t h4 {
        font-size: 15px;
        letter-spacing: normal;
    }
    .pro-tab .nav-tabs{
        margin-top: 10px;
    }
    .user-down {
        min-width: 15rem;
    }
    .footer-container .links ul > li {
        margin-bottom: 0;
        line-height: 25px;
    }
    .footer-container .links ul > li a {
        line-height: 21px;
        font-size: 13px;
    }
    .wbpc-main .count, .product-info .product_name strong, .cart-grid-body .card-block h1{
        font-size: 15px;
    }
    #menu-icon {
        margin: 3px 10px 0 10px;
    }
    .mb-2,.spe-p{
        margin-bottom: 30px;
    }
    #search_filters .facet, #search_filters_brands .facet, #search_filters_suppliers .facet{
        margin-bottom: 0;
    }
    .pagination .text-xs-left, .pagination .text-xs-right {
        text-align: center !important;
        width: 100%;
    }
    .block-category {
        min-height: auto;
    }
    .wb-grid-list{
        margin-top: 0;
    }
    .pro-name, .page-header h1 {
        font-size: 16px;
        padding: 13px;
    }
    .forgotten-password .form-fields label.required {
        width: auto;
        text-align: center;
    }
    #checkout #block-reassurance {
        margin-bottom: 15px;
    }
    .dropdown select {
        -webkit-appearance: none;
        background-color: transparent;
        font-size: 12px;
    }
    .ses{
        margin-bottom: 15px;
    }
    .ses:last-child{
        margin-bottom: 0;
    }
    .block_newsletter {
        padding: 10px 15px;
    }
    .test-bg #testi {
        padding: 20px 10px;
    }
    .testi-d {
        padding: 10px;
    }
    #owl-special .product-description {
        padding: 0 15px;
    }
    .wb-product-list .product-description {
        text-align: center!important;
    }
}
@media (min-width: 576px){
}
@media (min-width: 576px) and (max-width: 767px){
    #_desktop_logo img {
        max-width: 120px;
    }
    .bg-cb,.banner-2.img-banner, .center-banner,.im-bnm{
        display: none;
    }
}
@media (max-width: 575px){
    .user-down {
        left: auto;
        right: 0;
    }
    .wb-dropdown-cart.defaultcart {
        right: 15px;
    }
    .regular-price {
        font-size: 11px !important;
    }
    .em-p {
        line-height: 22px;
    }
    .button-group .compare, .button-group .wishlist, .button-group .quick, .button-group .cartb {
        width: 28px;
        height: 28px;
        padding: 1px 5px 1px 4px !important;
    }
    .button-group.highlighted-informations svg {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    .pro-bor {
        padding: 20px 8px;
    }
    .wb-product-desc .wb-list-product-reviews {
        margin-bottom: 0;
    }
    .owl-theme .owl-nav {
        top: -60px;
    }
    .testi1, .testi2, .testi3 {
        margin: 0 auto;
    }
    .img-tes {
        float: none !important;
    }
    .content_test{
        padding: 0;
    }
    #testi p,.testi-d {
        text-align: center !important;
    }
    #testi p {
        line-height: 22px;
        font-size: 13px;
    }
    .text-p h4::before {
        left: 0 !important;
        right: 0;
        margin: 0 auto;
    }
    #testi.owl-theme .owl-dots {
        margin-top: 0;
    }
    #owl-special .product-description {
        padding: 15px;
    }
    .padpro{
        margin: 0 -8px;
    }
    .c-less {
        padding: 0 8px;
    }
    .product-price-and-shipping {
        font-size: 16px !important;
    }
    .button-search {
        font-size: 14px;
        width: 85px;
        letter-spacing: normal;
    }
    .wbsub-image-block,.slider-home .owl-theme .owl-dots,.top-hc,.block-social .fot-pro, .product-flags li, .cart-s,.content_test svg{
        display: none;
    }
    .post_content p {
        font-size: 13px;
    }
    .head1 h5, .head-t h5 {
        font-size: 12px;
    }
    .cpy-r a {
        font-size: 12px;
        letter-spacing: normal;
    }
    #_desktop_logo img {
        max-width: 116px;
    }
    #_mobile_user_info {
        margin: 0 10px;
    }
    #header .position-static {
        margin-top: 4px;
    }
    #menu-icon {
         margin: 4px 10px 0 10px;
    }
    #_desktop_logo {
        margin-top: 2px;
    }
    .products-sort-order .select-title {
        font-size: 12px;
        padding: 11px 6px;
    }
    .products-sort-order .select-list {
        font-size: 12px;
        padding: 5px 6px;
    }
    .product-tab .nav-item .nav-link, .product-tab .nav-item .nav-separtor {
        padding: 0 5px 10px 0;
        font-size: 0.750rem;
    }
    .product-tab{
        padding: 10px;
    }
    .product-actions .add-to-cart {
        padding: 8px 6px;
        font-size: 11px;
        text-transform: capitalize;
    }
    .propage h1, body#checkout section.checkout-step .step-title{
        font-size:  15px;
    }
    .close {
        font-size: 22px;
        font-weight: 500;
        line-height: 16px;
    }
    .ser-t h4 {
        font-size: 14px;
    }
    .im-b{
        margin-bottom: 15px;
    }
    .im-b:last-child{
        margin-bottom: 0;
    }
}
@media (min-width:350px) and (max-width: 575px){
    .product-price-and-shipping {
        font-size: 12px !important;
        letter-spacing: normal !important;
    }
    .sale{
        display: none;
    }
}
@media (min-width: 370px) and (max-width: 575px){
    .wb-product-list .descrip p {
        height: 80px;
        overflow: hidden;
    }
}
@media (min-width: 320px) and (max-width: 450px){
    #owl-special .wb-image-block, #owl-special .product-description{
        width: 100%;
        text-align: center !important;
    }
}
@media (min-width: 370px) and (max-width: 767px){
    .wb-product-grid .item-product.col-xs-12 {
        width: 50%;
    }
    .wb-product-list .item-product.col-xs-12{
        width: 50%;
    }
}

@media (min-width: 993px){
    #top-links{
        display: none;
    }
}
/*@media (max-width: *//*1409px*//*994px){
    #top-links{
        display: block !important;
    }
}*/
