/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    letter-spacing: 0.5px;
    background: #fff;
}

main {
    font-size: 0.875rem;
    background-color: #fff;
}

.lb-nav a {
    transition: none !important
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease;
}

ul {
    margin-bottom: 0;
}

[disabled] {
    cursor: no-drop !important;
}

a:hover,
a:focus,
button:focus {
    color: #1977f2;
    text-decoration: none;
    outline: none;
}

.owl-carousel {
    z-index: 0;
}

:focus {
    outline: none;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

#wrapper {
    min-height: 350px;
}

.fancybox-skin {
    background-color: #fff;
}

svg {
    vertical-align: middle;
    transition: 0.3s ease
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}

.spwish {
    margin: 0 5px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 4px;
}

.ui-front li a span {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    text-transform: capitalize;
    color: #222;
    cursor: pointer;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
    border: none;
    background: transparent;
    background-image: none;
}

.ui-widget-content {
    border: 1px solid #eee !important;
}

.ui-front li:hover span,
.ui-front li:focus span {
    color: #1977f2;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: 0;
}

#product_comparison .product-image-block img {
    max-width: 250px;
}

textarea.form-control {
    height: auto;
}

#index #content-wrapper {
    padding: 0
}


/*loader start */

.s-panel .container {
    position: relative;
}

.s-panel {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 3px;
    background: #1977f2;
    border-radius: 4px;
}

#progressBar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}


/* add to cart modal */

.cart-content-btn .btn-primary {
    width: 100%;
}

#blockcart-modal .cart-content .cart-content-btn {
    display: flex;
}

#blockcart-modal .cart-content p span {
    color: #333;
    font-weight: 600;
}

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

.mhr {
    margin: 0;
    padding: 12px 0;
}

#blockcart-modal .close {
    padding: 15px;
}

.modprice .regular-price {
    font-size: 12px;
}

.modprice .product-price-and-shipping {
    margin-bottom: 0
}

.modprice {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

#blockcart-modal .cart-products-count {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
    display: inline-block;
}

#blockcart-modal .modal-title {
    padding: 15px 15px;
    font-weight: 600;
}

#blockcart-modal .modal-body {
    padding: 0;
    font-size: 14px;
}

.wb-modal .modal-content {
    margin: 0;
}

#blockcart-modal .modal-content {
    border-radius: 10px 10px 0 0
}


/* cart modal over */


/* cart dropdown */

#blockcart-modal .product-image {
    border: 1px solid #eee;
    border-radius: 10px;
}

.head-cart-drop {
    width: 300px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
    border: none;
    margin-top: 5px;
    border-radius: 10px;
}

.cart-drop-table {
    max-height: 300px;
    overflow: auto;
}

.cart-det {
    padding: 10px;
}

.cart-det .no-items {
    margin: 0;
    color: #222;
}

.cart-img img {
    max-width: 70px;
    /*     border: 1px solid #eee; */
    border-radius: 10px;
}

.cart-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 85%;
    margin-bottom: 5px;
}

.cart-drop-table li {
    vertical-align: top;
}

.cartclose {
    position: absolute;
    right: 0;
    top: 0;
}

.cart-down {
    position: relative;
    margin-bottom: 10px;
}

.qtyp li {
    display: block;
}

.qtyp li span {
    display: inline-block
}

.qtyp {
    width: 68%;
    margin: 0 3px;
}

.cdroptable {
    width: 100%;
}

.cdroptable td {
    border: 1px solid #eee;
    font-size: 13px;
    letter-spacing: 0.3px;
    padding: 5px 3px;
}

.cart-det .btn-primary {
    margin-top: 10px;
}


/* cart dropdown over */


/* search */

.dblock {
    display: block;
}

.dnone {
    display: none;
}

body.active-search .wbSearch {
    opacity: 1;
    transform: translateY(0);
}

.wbSearch {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    background-color: #fff;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: translateY(-100%);
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 24px;
}

.wbSearch .close-nav {
    display: inline-block;
    padding-left: 10px;
    line-height: 0;
    position: relative;
    top: 4px;
}

.wbSearch .close-nav i {
    font-size: 14px;
    color: #000;
}

.wbSearch #search_block_top {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}

#searchbox.input-group {
    width: auto;
}

body.active-search .wbSearch #search_block_top {
    animation: fadeInDown 0.3s 0.2s ease-out both;
}

body.active-search {
    height: unset;
    position: relative;
}

body.active-search::before {
    content: '';
    background: #000;
    opacity: 0.4;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

#search_toggle {
    border: none;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    padding: 0;
    margin: 0;
}


/* search over */


/* topbar */

.header-nav p {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.language-selector button,
.currency-selector button {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 2px 10px;
    margin-top: 10px;
}

.language-selector .dropdown-menu,
.currency-selector .dropdown-menu {
    display: none;
}

.user-down .dropdown-menu {
    position: unset;
    float: none;
    width: unset;
    box-shadow: unset;
    border: 1px solid #eee;
    margin-top: 2px;
}

.language-selector button i,
.currency-selector button i {
    margin-top: 7px;
}

.cartdropd li {
    position: relative
}

.user-info h4,
.cartdropd h4 {
    font-size: 14px;
    text-transform: capitalize;
    color: #282828;
    font-weight: 600;
}

.svgbg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.possvg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
}

#mywishlist td.wishlist_delete a {
    border-radius: 10px;
}

.language-selector .dropdown-menu,
.currency-selector .dropdown-menu {
    display: none;
}

.wb-cart-item-info .discount-percentage {
    font-size: 11px;
}

.fixed {
    position: fixed !important;
    z-index: 9;
    top: 0 !important;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 0 !important;
}

.user-down {
    min-width: 13.4rem;
    line-height: 28px;
    padding: 10px 12px;
    text-transform: capitalize;
    margin: 0;
    letter-spacing: 0;
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.175);
    border: none;
    font-weight: normal;
    border-radius: 10px;
}

.user-down i {
    width: 17px;
}

.content_price.product-price-and-shipping {
    margin-top: 0;
}

#_desktop_user_info,
#_desktop_cart {
    position: relative;
    cursor: pointer;
}

#_desktop_user_info {
    margin: 0 30px;
}

.search-toggle svg,
.blockcart svg {
    cursor: pointer;
}

.cartdropd:hover svg,
.wishtlist_top:hover svg,
.hcom:hover svg,
.user-info:hover svg,
#search_toggle:hover svg {
    fill: #1977f2;
}

.cartdropd .wbscart {
    display: inline-block;
    vertical-align: middle;
    color: #1977f2;
}

#_desktop_logo a {
    display: inline-block;
    vertical-align: middle;
}

#search_widget {
    padding: 0
}

.hbtm {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 1660px;
}

.cart-c {
    background: #1977f2;
    color: #fff;
    width: 14px;
    height: 14px;
    line-height: 13px;
    font-size: 11px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    right: 0;
}


/* search over */


/* custom menu */

.header-top {
    padding: 18px 0;
}

#header {
    background-color: transparent;
}

#header .header-top,
.header-top {
    background-color: #fff;
}


/* menu */

.wb-menu-vertical li.level-1>a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #1977f2;
    transition: 0.3s ease;
}

.wb-menu-vertical li.level-1>a:hover::after {
    width: 100%;
}

.wb-menu-vertical .view_more {
    position: relative;
}

.view_more a {
    text-transform: uppercase;
    cursor: pointer;
    color: #1977f2;
}


/* slide btn */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slidecap {
    position: absolute;
    margin-top: 20%;
    width: 550px;
    right: 0;
    overflow: hidden;
}

.slidecap h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #777;
    margin-bottom: 25px;
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.1s 0.6s, -webkit-transform 0.5s 0.6s;
}

.slidecap h2 {
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0;
    transform: translateX(300px);
    opacity: 0;
    transition: opacity 0.3s 0.8s, -webkit-transform 0.5s 0.8s;
}

.slidecap p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
    color: #999
}

.slidecap .slidehref {
    transform: translateX(-300px);
    opacity: 0;
    transition: opacity 0.5s 1.2s, -webkit-transform 0.5s 1.2s;
    display: block
}

.slidecap .btn-primary {
    margin-top: 40px;
    padding: 12px 28px;
    text-transform: uppercase;
}

.homeslider-container .slick-current.slick-active .slidecap h5,
.homeslider-container .slick-current.slick-active .slidecap h2,
.homeslider-container .slick-current.slick-active .slidecap p,
.homeslider-container .slick-current.slick-active .slidecap .slidehref {
    transform: none;
    opacity: 1
}

.homeslider-container .owl-theme .owl-nav {
    position: unset;
    margin: 0
}

.s-panel .slick-dots li button::before,
.s-panel .slick-dots li.slick-active button::before {
    background-color: #1977f2;
    color: #1977f2;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    border: 3px solid #fff;
}

.s-panel .slick-dots {
    bottom: 15px;
}

.homeslider-container .owl-carousel.owl-theme .owl-nav button {
    position: absolute;
    background: #1977f2;
    text-shadow: none;
    border-radius: 100%;
    min-width: 40px;
    min-height: 40px;
    opacity: 0;
    color: #fff;
    padding: 7px 0;
    margin: 0;
    text-align: center;
    border: none;
}

.homeslider-container .owl-carousel.owl-theme .owl-nav button:hover {
    background-color: #000;
    color: #fff;
}

.homeslider-container .owl-theme.owl-carousel .owl-nav button i {
    font-size: 24px;
    margin: 0;
}

.homeslider-container .owl-carousel.owl-theme:hover .owl-nav button {
    opacity: 1;
}

.homeslider-container .owl-nav .owl-prev,
.homeslider-container .owl-nav .owl-next {
    top: 45%;
    transition: 0.3s ease;
}

.homeslider-container .owl-carousel:hover .owl-nav .owl-prev {
    left: 30px;
}

.homeslider-container .owl-carousel:hover .owl-nav .owl-next {
    right: 30px;
}

.owl-theme .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    border-radius: 20px;
    background: #1977f2;
    transition: 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1977f2;
    opacity: 1;
    width: 30px;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots {
    text-align: center;
}

.homeslider-container .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.homeslider-container .owl-dot {
    display: inline-block
}

.owl-carousel.owl-theme .owl-nav button.disabled {
    cursor: no-drop;
}

.owl-carousel.owl-theme .owl-nav button {
    margin: 0 5px;
    background-color: transparent;
    transition: 0.3s ease;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 100%;
    font-size: 24px;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    min-width: 50px;
    min-height: 50px;
}

.owl-carousel.owl-theme .owl-nav button:hover {
    background-color: transparent;
    color: #1977f2;
}

.owl-carousel .owl-nav {
    margin-top: 30px;
}

.s-panel .slick-prev,
.s-panel .slick-next {
    background-color: #fff;
    min-width: 50px;
    min-height: 50px;
    top: auto;
    bottom: -1px;
    z-index: 1;
    font-size: 24px;
    transition: 0.3s ease;
}

.s-panel .slick-prev:hover,
.s-panel .slick-prev:focus,
.s-panel .slick-next:hover,
.s-panel .slick-next:focus {
    background-color: #1977f2;
    color: #fff;
}

.s-panel .slick-prev::after {
    content: '';
    border-right: 1px solid #eee;
    position: absolute;
    right: 0px;
    height: 50%;
}

.s-panel .slick-prev {
    right: 50px;
}


/* product */

.pro-tab ul li a {
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    background: #f5f5f5;
    min-width: 130px;
    border-radius: 10px;
    padding: 9px 0;
}

.pro-tab ul li a.active,
.pro-tab ul li a:hover {
    background-color: #1977f2;
    color: #fff;
}

.pro-tab ul li {
    position: relative;
    margin: 0 10px;
}

.reducep {
    position: absolute;
    right: 0;
    top: 10px;
    margin: 0 auto;
    display: inline-block;
    text-transform: uppercase;
    line-height: normal;
    font-size: 11px;
    border: none;
    background: #1977f2;
    color: #fff;
    padding: 0 5px;
}

.thumbnail-container .product-flags .discount {
    display: inline-block;
    background: #d7443e;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    line-height: normal;
    padding: 1px 10px;
    margin-bottom: 5px;
}

.thumbnail-container .product-flags .product-flag.new {
    background: #1977f2;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 15px;
    line-height: normal;
    padding: 1px 10px;
}

.thumbnail-container .product-flags {
    width: auto;
    right: 10px;
    top: 10px;
}

.thumbnail-container .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}

.thumbnail-container:hover .second-img {
    opacity: 1;
}

.wb-image-block {
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

.wb-image-block img {
    border-radius: 10px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.thumbnail-container {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    transition: 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
}

h2.h3.product-title {
    min-height: 70px;
}

.fadeOut_1 .ad_info_pro h4 {
    min-height: 45px;
}

.js-product-miniature {
    border: 2px solid #c9daef;
    padding-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.5s all ease;
}

.js-product-miniature:hover {
    border: 2px solid #90b0d6;
}

.product-tab-item .thumbnail-container {
    margin-bottom: 30px;
}

.product-tab-item .product-miniature:last-child .thumbnail-container {
    margin-bottom: 1px;
}

.product-title {
    font-size: 18px;
    text-transform: capitalize;
    transition: 0.3s ease;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 0;
    font-weight: normal;
}

.product-title:hover,
.product-title:hover a {
    color: #1977f2;
}

.thumbnail-container .product-price-and-shipping {
    min-height: 22px;
    transition: 0.3s ease-in-out;
}

.thumbnail-container .wb-product-desc {
    padding: 15px 10px;
}

.thumbnail-container .highlighted-informations {
    position: absolute;
    right: 0;
    bottom: 15px;
}

.thumbnail-container .highlighted-informations .color {
    width: 14px;
    height: 14px;
    border-radius: 100%;
}

.price {
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 600;
    display: inline-block;
}

.thumbnail-container .button-group a,
.thumbnail-container .button-group button {
    background-color: #f5f5f5;
    border: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    transition: 0.3s ease;
    padding: 9px 0px;
    min-width: 40px;
    min-height: 40px;
    text-transform: capitalize;
    font-weight: 500;
    margin: 0 2px;
}

.thumbnail-container .button-group span {
    display: none;
}

.thumbnail-container .button-group .add-cart,
.thumbnail-container .button-group .compare,
.thumbnail-container .button-group .quick,
.thumbnail-container .button-group .wish {
    vertical-align: middle;
    display: inline-block
}

.thumbnail-container .button-group a:hover,
.thumbnail-container .button-group button:hover {
    background-color: #1977f2;
    color: #fff
}

.thumbnail-container .button-group a:hover svg,
.thumbnail-container .button-group button:hover svg {
    fill: #fff;
}

.thumbnail-container .comments_note i,
.thumbnail-container .star_content i {
    font-size: 14px;
}

.thumbnail-container .star_content .fa-stack {
    vertical-align: unset;
}

.thumbnail-container .button-group .absbtn1,
.thumbnail-container .button-group .absbtn2 {
    position: absolute;
    left: 0;
    right: 0;
    transition: 0.3s ease;
    opacity: 0;
}

.thumbnail-container .button-group .absbtn1 {
    top: 32%;
}

.thumbnail-container .button-group .absbtn2 {
    top: 46%;
}

.thumbnail-container:hover .button-group .absbtn1 {
    top: 34%;
    opacity: 1;
}

.thumbnail-container:hover .button-group .absbtn2 {
    top: 44%;
    opacity: 1;
}


/* Special Product */

#owl-spe .thumbnail-container .product-price-and-shipping {
    margin-top: 30px;
}

#owl-spe .thumbnail-container .button-group .cartb {
    background: transparent;
    border: 2px solid #1977f2;
    border-radius: 10px;
    color: #1977f2;
    text-transform: uppercase;
    padding: 9px 6px;
    min-width: 130px;
    margin-top: 50px;
}

#owl-spe .thumbnail-container .button-group .cartb:hover {
    background-color: #1977f2;
    color: #fff;
}

#owl-spe .thumbnail-container .button-group .cartb span {
    display: inline-block;
    vertical-align: middle;
}

#owl-spe .thumbnail-container .button-group .cartb svg {
    display: none;
}

#owl-spe .thumbnail-container {
    display: flex;
    align-items: center;
}

#owl-spe .thumbnail-container:hover {
    box-shadow: none;
}

#owl-spe .thumbnail-container .price {
    font-size: 28px;
    font-weight: 600;
    color: #f00;
}

#owl-spe .thumbnail-container .regular-price {
    font-size: 20px;
}

#owl-spe .thumbnail-container .wb-list-product-reviews {
    display: inline-block;
    vertical-align: middle;
}

#owl-spe .thumbnail-container .highlighted-informations {
    position: unset;
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
}

#owl-spe .spelistds {
    overflow: hidden;
    height: 72px;
    line-height: 24px;
    font-size: 16px;
}

#owl-spe .spelistds p {
    color: #333;
}

#owl-spe .thumbnail-container:hover .wb-image-block {
    opacity: 1;
}

#owl-spe .thumbnail-container .wb-image-block {
    padding: 0;
}

#owl-spe .thumbnail-container .product-title {
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 15px;
    overflow: unset;
    white-space: normal;
    text-overflow: unset;
}

.wbproductcountdown {
    display: none;
}

.spepro .wbproductcountdown {
    display: block;
    margin-bottom: 10px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-top: 10px;
}

.wbproductcountdown .time {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 6px;
}

.wbproductcountdown .count {
    display: block;
    min-width: 55px;
    min-height: 45px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
    padding-top: 11px;
    border: 1px solid #eee;
    color: #1977f2;
}

.wbproductcountdown .label {
    color: #777;
    margin-top: 1px;
    font-size: 12px;
    display: block;
    text-align: center;
}


/* rating */

.obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 5px;
    overflow: hidden;
    height: 16px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}

.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}

.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}

.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}

.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}

.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}

.pro-review .starm {
    position: unset;
    transition: none;
    transform: none;
    width: auto;
}

.star-main {
    background-color: #f5f5f5;
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    height: 5px;
    position: relative;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    top: -8px;
}

.total-avg {
    width: 150px;
    vertical-align: baseline;
    background-color: #f5f5f5;
    border-radius: 4px;
    height: 5px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    position: relative;
    top: 9px;
}

.rate-avg {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 3px 16px 0 rgba(0, 0, 0, .11);
    padding: 10px;
    border-radius: 5px;
    z-index: 1;
    left: 15px;
    margin-top: 35px;
    opacity: 0;
}

.avg-rate:hover~.rate-avg {
    opacity: 1;
}

.rate-avg .num {
    width: 10px;
}

.avgt {
    font-size: 12px;
}

.rate-avg i {
    font-size: 10px;
}

.starm {
    height: 5px;
    transition: all 0.4s ease-in-out;
    width: 0px;
}

.arltr .avg-rate i {
    font-size: 12px;
    margin-right: 2px;
}

.d-inline-block.avg-rate {
    padding: 0 5px 1px 5px;
    border-radius: 4px;
}

.totl {
    color: #666;
    width: 12px;
    text-align: center;
    font-size: 12px;
}

#productCommentsBlock .rate-avg {
    opacity: 1;
    position: unset;
    margin-top: 0;
    box-shadow: none;
}

#productCommentsBlock .avgt {
    font-size: 32px;
}

.ratea {
    font-size: 22px;
}

.rateavg-bo,
#productCommentsBlock .rate-avg {
    vertical-align: middle;
    margin-bottom: 20px;
}

.pro-review .avg-rate {
    padding: 0 8px;
}

.pro-review .avg-rate i {
    margin-left: 2px;
    color: #fff;
}

.pro-review strong {
    text-transform: capitalize;
}

.pro-review .starm.bar5 {
    background-color: #388e3c;
}

.pro-review .starm.bar4 {
    background-color: #388e3c;
}

.pro-review .starm.bar3 {
    background-color: #388e3c;
}

.pro-review .starm.bar2 {
    background-color: #ff9800;
}

.pro-review .starm.bar1 {
    background-color: #ff6161;
}

.avg-rate:hover~.rate-avg .starm.bar5 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar4 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar3 {
    background-color: #388e3c;
}

.avg-rate:hover~.rate-avg .starm.bar2 {
    background-color: #ff9800;
}

.avg-rate:hover~.rate-avg .starm.bar1 {
    background-color: #ff6161;
}

.starm {
    height: 5px;
    left: 0;
    position: absolute;
    width: 0;
    transform-origin: left center;
    transition: -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s;
    transition: transform .4s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .4s cubic-bezier(0, 0, .3, 1) .3s;
}

.avg-rate~.rate-avg .starm.bar5 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .2s;
    transition: transform 0s linear .2s;
    transition: transform 0s linear .2s, -webkit-transform 0s linear .2s
}

.avg-rate~.rate-avg .starm.bar4 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .3s;
    transition: transform 0s linear .3s;
    transition: transform 0s linear .3s, -webkit-transform 0s linear .3s
}

.avg-rate~.rate-avg .starm.bar3 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .4s;
    transition: transform 0s linear .4s;
    transition: transform 0s linear .4s, -webkit-transform 0s linear .4s
}

.avg-rate~.rate-avg .starm.bar2 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .5s;
    transition: transform 0s linear .5s;
    transition: transform 0s linear .5s, -webkit-transform 0s linear .5s
}

.avg-rate~.rate-avg .starm.bar1 {
    transform: scaleX(0);
    transition: -webkit-transform 0s linear .6s;
    transition: transform 0s linear .6s;
    transition: transform 0s linear .6s, -webkit-transform 0s linear .6s
}

.avg-rate:hover~.rate-avg .starm.bar5 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .2s cubic-bezier(0, 0, .2, 1) .2s, -webkit-transform .2s cubic-bezier(0, 0, .2, 1) .2s
}

.avg-rate:hover~.rate-avg .starm.bar4 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(0, 0, .3, 1) .3s, -webkit-transform .3s cubic-bezier(0, 0, .3, 1) .3s
}

.avg-rate:hover~.rate-avg .starm.bar3 {
    background-color: #388e3c;
    transform: scaleX(1);
    transition: transform .4s cubic-bezier(0, 0, .4, 1) .4s, -webkit-transform .4s cubic-bezier(0, 0, .4, 1) .4s
}

.avg-rate:hover~.rate-avg .starm.bar2 {
    background-color: #ff9800;
    transform: scaleX(1);
    transition: transform .5s cubic-bezier(0, 0, .5, 1) .5s, -webkit-transform .5s cubic-bezier(0, 0, .5, 1) .5s
}

.avg-rate:hover~.rate-avg .starm.bar1 {
    background-color: #ff6161;
    transform: scaleX(1);
    transition: transform .6s cubic-bezier(0, 0, .6, 1) .6s, -webkit-transform .6s cubic-bezier(0, 0, .6, 1) .6s
}

.pro-review {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 10px;
}

.rhead,
.block-category .bh {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.rhead span,
.block-category .bh span {
    border-bottom: 2px solid #1977f2;
    padding-bottom: 8px;
    display: inline-block;
}


/* .avg-rate {
    display: inline-block;
    background-color: #219c00;
    color: #fff;
    border-radius: 4px;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 15px;
} */

.bg-re5 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re4 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re3 {
    background-color: #388e3c;
    color: #fff;
}

.bg-re2 {
    background-color: #ff9800;
    color: #fff;
}

.bg-re1 {
    background-color: #ff6161;
    color: #fff;
}


/* heading */

.pro-tab {
    position: relative;
    margin-bottom: 30px;
}

.heading {
    font-size: 46px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}

.heading span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.thumbnail-container .obar {
    width: 100%;
    height: 10px;
}

.obar {
    background-color: #f5f5f5;
    width: 100px;
    border-radius: 4px;
    overflow: hidden;
    height: 16px;
    position: relative;
    vertical-align: middle;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.ibar {
    background-color: #5FD841;
    width: 0;
    height: 100%;
}

.ibar.bar1 {
    width: 20%;
    background-color: #E84C3D;
}

.ibar.bar2 {
    width: 40%;
    background-color: #e67e22;
}

.ibar.bar3 {
    width: 60%;
    background-color: #f1c40f;
}

.ibar.bar4 {
    width: 80%;
    background-color: #96D940;
}

.ibar.bar5 {
    width: 100%;
    background-color: #5FD841;
}

.pavilable .item-quantity {
    font-size: 12px;
}


/* service */

.deliveryinfo ul li {
    display: block;
}

.deliveryinfo [class*='col-']:nth-child(1) ul li span {
    background-image: url('../img/s1.png');
}

.deliveryinfo [class*='col-']:nth-child(2) ul li span {
    background-image: url('../img/s2.png');
}

.deliveryinfo [class*='col-']:nth-child(3) ul li span {
    background-image: url('../img/s3.png');
}

.deliveryinfo [class*='col-']:nth-child(4) ul li span {
    background-image: url('../img/s4.png');
}

.deliveryinfo [class*='col-'] ul li span {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    display: block;
    transition: 0.3s ease-in-out;
}

.deliveryinfo ul:hover span {
    transform: rotateY(180deg);
}

.deliveryinfo ul {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 15px;
}

.deliveryinfo li h4 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.deliveryinfo li p {
    margin: 0;
    font-size: 14px;
    color: #999;
}


/* Top Banner */

.wbimgft {
    position: relative;
    transition: all 0.5s ease 0s;
    margin-top: -14%;
}

.wbimgftop {
    max-width: 970px;
    margin: 0 auto;
    margin-top: 15px;
}

.wbimgftop h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 15px;
}

.wbimgftop p {
    font-size: 16px;
    line-height: normal;
    color: #777;
    margin: 0;
}

.wbimgftop a.btn-primary {
    padding: 12px 10px;
    min-width: 130px;
    text-transform: uppercase;
    margin-top: 50px;
}


/* Latest Banner */

.imgltflex {
    display: flex;
    align-items: center;
}

.imglatest {
    margin-right: 0;
    overflow: hidden;
}

.imglatest .slick-dots {
    position: unset;
    text-align: unset;
}

.imglatest .slick-dots li {
    display: block;
    width: auto;
    height: auto;
    margin: 20px 0;
    padding: 0;
    color: #777;
    font-size: 20px;
}

.imglatest .slick-dots li span {
    display: block;
}

.imglatest .slick-dots li.slick-active {
    color: #1977f2;
}

.imglatest .slick-dots li span::after {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 10px;
    border-bottom: 1px solid #1977f2;
    width: 0;
    transition: 0.3s ease;
}

.imglatest .slick-dots li.slick-active span::after {
    content: '';
    width: 50%;
}

.lbnr-right {
    padding: 0;
}

.imgltdesc {
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.imgltdescinr {
    max-width: 310px;
}

.imgltdescinr h2 {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 500;
}

.latestbtn {
    position: absolute;
    right: 15px;
    bottom: 0;
    background: #fff;
    font-size: 20px;
    text-transform: uppercase;
    min-width: 300px;
    text-align: center;
    padding: 28px 10px;
}

.latestbtn i {
    transform: rotate(180deg);
}

.latestbtn:hover {
    color: #1977f2;
}


/* Offer Banner */

.offerbdsc {
    display: flex;
    align-items: center;
}

.offerbdsc span strong {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    transition: 0.3s ease;
}

.offerbdsc span strong.sicon1 {
    background-image: url('../img/c1.png');
}

.offerbdsc span strong.sicon2 {
    background-image: url('../img/c2.png');
}

.offerbdsc span strong.sicon3 {
    background-image: url('../img/c3.png');
}

.offerbdsc span strong.sicon4 {
    background-image: url('../img/c4.png');
}

.offerbdsc span strong.sicon5 {
    background-image: url('../img/c5.png');
}

.offerbdsc span strong.sicon6 {
    background-image: url('../img/c6.png');
}

.offerbdsc li span {
    display: block;
    vertical-align: middle;
}

.offerbdsc li {
    display: block;
    vertical-align: middle;
}

.offerbdsc li h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 15px;
}

.offerbdsc li p {
    font-size: 14px;
    margin: 0;
    color: #999;
}

.feaser1 ul,
.feaser2 ul {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
    padding: 0;
}

.feaser1 ul:last-child,
.feaser2 ul:last-child {
    margin-bottom: 0;
}

.offerb ul:hover span strong {
    transform: rotateY(180deg);
}


/* Image Banner */

.imgbnr {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.imgbnrdsc {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.imgbnrdscinr {
    margin: 0 auto;
}

.imgbnrdsc h2 {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}


/* testimonial */

.t1 {
    background-image: url('../img/testi1.png');
}

.t2 {
    background-image: url('../img/testi2.png');
}

.t3 {
    background-image: url('../img/testi3.png');
}

.timg {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    border: 2px solid #1977f2;
    margin-bottom: 20px;
    background-size: 100px;
}

.parallex .item li {
    display: block;
    text-align: center;
}

.parallex .item {
    max-width: 850px;
    margin: 0 auto;
}

.parallex .item h2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #1977f2;
    font-weight: 500;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}

.parallex .item h5::before {
    content: '';
    margin: 0 3px;
}

.parallex .item h5 {
    font-size: 14px;
    text-transform: capitalize;
    color: #888;
    font-weight: normal;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
}

.parallex .item p {
    color: #222;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
}

.parallex .owl-dots {
    margin-top: 30px !important;
}


/* blog */

.wbblogs_success {
    background: #92d097;
    color: #157b39;
    padding: 5px 10px;
    display: block;
    margin-top: 8px;
}

.post_content p {
    color: #777;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.post_thumbnail img {
    border-radius: 10px;
}

.blogdt {
    color: #777;
    margin-bottom: 15px;
    font-size: 16px;
}

.blogdt span {
    display: inline-block;
    vertical-align: middle;
}

.blogdt span:last-child {
    margin: 0 20px;
}

.post_title {
    font-size: 30px;
    text-transform: capitalize;
    padding: 0 0 15px 0;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_title:hover {
    color: #1977f2;
}

.blog_mask .icon {
    transform: translate(-50%, -50%);
    background: #1977f2;
    display: inline-block;
    min-width: 35px;
    min-height: 35px;
    text-align: center;
    padding: 6px 0;
    margin: 0 5px;
    border-radius: 4px;
    color: #fff;
}

.post_thumbnail {
    position: relative
}

#blog .blog_post_content_top {
    padding: 0;
}

#blog .blog_post_content_bottom .read_more {
    min-width: 130px;
    padding: 14px 10px;
    text-transform: uppercase;
    margin-top: 30px;
}

#blog .blog_post_content {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
    margin-left: 0;
    margin-right: 0;
    margin-top: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.post_thumbnail:hover .blog_mask {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    border-radius: 4px;
    -webkit-transform: scale(0.94, 0.9);
}

.blog_mask .icon:hover {
    background-color: #000;
    color: #fff;
}

.blog_mask {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    -webkit-transform: scale(0.8);
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
    border-radius: 4px;
}

.blog_mask_content {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
}

.wbblog_img {
    border-radius: 10px;
}

.allbl {
    padding: 15px 0 0 0;
    border: none;
    position: unset;
    margin: 0;
}

.barr {
    padding: 0 15px;
}

.allbl .meta_author {
    color: #222;
}

.allbl .post_meta span {
    margin: 0 10px;
}

.allbl .content_more {
    margin-top: 10px;
}

.allbl .post_content {
    color: #555;
    line-height: 23px;
    font-size: 14px;
}

.allbl .post_content p {
    margin-bottom: 0;
    margin-top: 0;
    color: #999;
}

.allbl .content_more {
    padding: 0;
}

.allbl .post_title {
    margin-bottom: 0;
    font-size: 16px;
    padding: 0;
    font-weight: 600;
    line-height: normal;
    border: none;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.archb .post_thumbnail {
    position: relative;
}

.archb .post_thumbnail .material-icons {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.archb {
    margin-bottom: 30px;
}

#module-wbblog-single .post_title {
    height: auto;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: 10px;
    min-height: auto;
    margin-bottom: 8px;
    cursor: pointer;
    transition: 0.3s ease;
    border: none;
    font-weight: 600;
}

#module-wbblog-single .blog_post_content_top {
    margin-top: 0;
}

#module-wbblog-archive .blog_post_content {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

#module-wbblog-archive .content_more a {
    text-decoration: none;
}

#module-wbblog-single .page-footer {
    margin-top: 0;
}

#module-wbblog-single .blog_post_content {
    padding: 0;
    margin-bottom: 20px;
    border-radius: 4px;
}

#blog_post .post_thumbnail img {
    border-radius: 10px;
}

.blogdl {
    color: #aaa;
    font-size: 13px;
    font-weight: 500;
    padding: 5px 0;
}

.post_d i {
    font-size: 14px;
    color: #aaa;
    margin-right: 10px;
}

.post_d a,
.post_d span {
    color: #aaa;
    transition: 0.3s ease;
    display: inline-block;
}

.post_d a:hover {
    color: #000;
}

.post_d .fa-eye {
    margin-left: 10px;
}

.post_d {
    margin-top: 10px;
    text-transform: capitalize;
    font-size: 13px;
}

.post_metas li {
    display: inline-block;
}

.comment_list li {
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.comment_list li:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.allbl .meta_category {
    margin: 0 15px;
}

.wco {
    margin-left: 33px;
}


/* comment */

.commlist {
    background-color: #fff;
    margin-bottom: 15px;
    margin-top: 10px;
    border: 1px solid #eee;
}

.comment_content {
    padding: 10px 15px;
}

.fn {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 7px;
}

.vcard img {
    height: 61px;
    width: 61px;
}

.comment_content i {
    font-size: 18px;
    padding-right: 15px;
    line-height: 30px;
}

.wco {
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}


/* newsletter */

.block_newsletter .alert {
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -76px;
    z-index: 1;
    padding: 6px 8px;
    letter-spacing: 0;
    font-size: 12px;
}

.block_newsletter form input.btn-primary {
    border-radius: 0 10px 10px 0;
}

.block_newsletter svg {
    fill: #fff;
}

.block_newsletter .c-info {
    font-size: 24px;
}


/* footer */

#scroll {
    position: fixed;
    bottom: 85px;
    right: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
    background: #1977f2;
    min-width: 40px;
    min-height: 40px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 1;
    transition: all 0.5s ease-in-out 0s;
    transform: scale(1);
    padding: 10px 0;
    border-radius: 4px;
}

#scroll.scrollhide {
    bottom: -100px;
    opacity: 0;
    transform: scale(0);
}

#scroll:hover {
    background-color: #000;
    color: #fff
}

.email {
    word-break: break-all;
}

#footer_contact .icon {
    margin-right: 15px;
}

.links h3,
.links h3 a,
.c-info {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: #fff;
}

.footer-container li a,
.fthr .block,
.fthr .data a,
#footer #block_myaccount_infos .lnk_wishlist {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 33px;
    color: #aaa;
    padding: 0;
    transition: 0.3s all ease-in-out
}

.footer-container li a:hover,
.fthr .block:hover,
.fthr .data a:hover,
#footer #block_myaccount_infos .lnk_wishlist:hover {
    color: #1977f2;
    opacity: 1;
}

.footer-container {
    padding: 50px 0;
}

#footer_contact .icon svg {
    fill: #1977f2
}

#footer .data {
    margin-left: 34px;
}

#footer #block_myaccount_infos .lnk_wishlist i {
    display: none
}

#footer #block_myaccount_infos .lnk_wishlist {
    float: none;
    padding: 0
}

.fthr h3 {
    margin-top: 25px;
}

.block-social li,
.foot-payment li,
.footsmenu li {
    display: inline-block;
    vertical-align: middle
}

.foot-payment li a {
    font-size: 24px;
    color: #aaa;
}

.foot-payment li a:hover {
    color: #1977f2;
}

.foot-payment li i {
    margin: 0 3px;
    transition: 0.3s ease
}

.block-social {
    margin-top: 30px;
}

.block-social li a {
    line-height: normal;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    min-width: 36px;
    min-height: 36px;
    padding: 7px 0 0 0;
    margin: 1px;
    border-radius: 10px;
    color: #555;
}

.block-social li a:hover {
    background-color: #1977f2;
    color: #fff !important;
}

#footer {
    margin-top: 60px;
    background: #232323;
}

.copy {
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copy a._blank {
    display: block;
    color: #fff;
    margin-top: 3px;
}

.copy a._blank:hover {
    color: #1977f2;
}

.footapp {
    margin-top: 30px;
}

.f-d1,
.f-d2 {
    width: 114px;
    height: 38px;
    display: inline-block;
    background-repeat: no-repeat;
    border-radius: 4px;
}

.f-d1 {
    width: 124px;
    background-image: url(../img/app1.png);
}

.f-d2 {
    background-image: url(../img/app2.png);
}


/* 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;
}

.snapchat a::before {
    content: "\f2ab";
    font-family: FontAwesome;
}

.linkedin a::before {
    content: "\f0e1";
    font-family: FontAwesome;
}


/* Product Page Sticky */

.wbproductsticky {
    display: none;
}

.wbproductsticky.profixed {
    position: fixed;
    left: 0;
    right: 0;
    padding: 10px 0;
    bottom: 0;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    display: block;
}

.wbproductsticky img {
    max-width: 65px;
    border: 1px solid #eee;
    margin-right: 5px;
    border-radius: 4px;
}

.wbproductsticky li {
    display: inline-block;
    vertical-align: middle;
}

.wbproductsticky .product-prices {
    border-bottom: none;
    padding-bottom: 0;
}

.wbproductsticky .product-price {
    margin-bottom: 0;
    font-weight: 600
}

.wbproductsticky h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 500
}

.wbproductsticky form {
    margin-top: 18px
}

.wbproductsticky .product-quantity .add {
    margin: 0;
}

.wbproductsticky .discount-percentage {
    font-size: 12px;
    background: #057705;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    padding: 0 2px;
    border-radius: 4px;
}


/* product page */

#xs-zoom img {
    border-radius: 4px;
}

#product-modal .close {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 1;
    color: #000;
}

.product-cover .layer {
    color: #000
}

#product .sticky .product-flags {
    z-index: 1;
    margin: 10px 15px;
}

.propage .wbproductcountdown {
    margin-top: 10px;
    display: inline-block;
}

.propage .wbproductcountdown h4 {
    display: none
}

.propage .wbpc-main .count {
    background-color: #fff;
}

.product-additional-info .compare,
.product-additional-info .panel-product-line {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.product-additional-info svg {
    display: none;
}

.product-additional-info .add_to_compare,
.product-additional-info .prowish {
    display: inline-block;
    vertical-align: middle;
    background-color: #1977f2;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    padding: 8px 15px;
    border-radius: 10px;
    transition: 0.3s ease;
    margin-bottom: 4px;
    border: none;
    cursor: pointer;
}

.product-additional-info .add_to_compare:hover,
.product-additional-info .prowish:hover {
    background-color: #000;
    color: #fff;
}

.wb-dropdown-cart .discount-amount {
    background-color: transparent;
    padding: 0;
    color: #000;
}

.discount-amount,
.propage .discount-percentage {
    background: #88cb86;
    color: #fff;
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 4px;
}

.propage .current-price span {
    display: inline-block;
    vertical-align: middle;
}

.propage .current-price span:nth-child(1) {
    font-size: 26px;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
}

.propage .product-discount .regular-price {
    font-size: 14px;
}

.product-pack .h4 {
    margin-bottom: 10px;
}

.block-reassurance-item .h6 {
    font-size: 13px;
    color: #777;
    line-height: 20px;
}

.tabpro {
    margin-top: 50px;
}

.js-thumb,
#zoom {
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 10px;
}

.product-tab .nav-tabs .nav-link {
    padding: 15px 12px;
    font-weight: 600;
    font-size: 16px;
}

.arltr .wb-list-product-reviews,
#ratep,
.retesp {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
}

.retesp {
    margin: 0 5px;
}

#description p {
    margin-bottom: 0;
    line-height: 22px;
}

#product .thumb-container {
    padding: 0 3px;
}

.product-tab .tab-pane {
    padding: 15px;
}

.product-prices {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

.prodes p {
    margin-bottom: 0
}


/* .quickview .prodes p{
    height: 92px;
    overflow: hidden;
} */

.prodes,
.product-variants .product-variants-item {
    border-bottom: 1px solid #eee;
    padding: 16px 0;
    margin-bottom: 0;
}

.product-actions {
    padding-bottom: 16px;
}

.propage hr {
    border-top: 1px solid #eee;
}

.social-sharing {
    margin-top: 15px;
}

.propage h1 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.pcust {
    font-size: 12px;
}

.product-customization-item label {
    font-weight: 500;
    text-transform: capitalize;
}

.propage .control-label {
    margin-right: 10px;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 0;
    font-weight: 600;
    vertical-align: middle;
    display: inline-block;
}

.propage .product-variants .product-variants-item ul,
.propage .product-quantity {
    display: inline-block;
    vertical-align: middle
}

.product-quantity .add {
    margin: 0 10px;
}

.product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}

.propage .product-variants>.product-variants-item .color {
    margin-top: 0px;
    width: 20px;
    height: 20px;
}

#idWishlist {
    border: 1px solid #eee;
    height: 33px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-transform: capitalize;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right 0rem center/1.25rem 1.25rem;
    padding: 5px 15px 5px 5px;
}

.product-tab .nav-item {
    display: inline-block;
}

.arltr a {
    text-transform: capitalize;
    display: inline-block;
}

.arltr i {
    margin-right: 5px;
}

.propage .open-comment-form::after {
    content: '|';
    padding: 0 20px;
}

.product-tab {
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 10px;
}

.product-tab .nav-tabs {
    border-bottom: 1px solid #eee;
}

.attachment h4,
.product-features .h6 {
    margin-bottom: 10px;
    text-transform: capitalize;
}

.product-tab .nav-tabs .nav-item a.active::before {
    background-color: #1977f2;
    height: 2px;
    width: 40px;
}

.product-tab .nav-tabs .nav-item a::before {
    background-color: transparent;
    content: "";
    height: 2px;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    transition: all 0.4s ease-out 0s;
    width: 3px;
}

.product-reference {
    margin-top: 10px;
}

.prodes p {
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
}

.product-tab .nav-tabs .nav-link.active {
    color: #1977f2;
}


/* category page */

.wb-product-list .thumbnail-container .wb-list-product-reviews {
    float: none !important
}

.category-cover img {
    border-radius: 10px;
}

#_desktop_search_filters_clear_all button.js-search-filters-clear-all {
    background: #000;
    color: #fff;
    border: none;
    text-transform: capitalize;
    padding: 8px 10px;
}

#_desktop_search_filters_clear_all button.js-search-filters-clear-all:hover {
    background-color: #333;
}

.products-selection {
    margin: 0 0 15px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 10px 0;
    border-radius: 10px;
}

#search_filters .facet .facet-label .custom-checkbox,
#search_filters .facet .facet-label .custom-radio {
    top: 0
}

.quickview .product-add-to-cart {
    padding-top: 15px;
}

#category-description {
    padding: 5px 0;
}

.facet li {
    margin-top: 12px
}

.facet-title {
    color: #1977f2;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
}

.facet-label a span {
    display: inline-block;
    position: absolute;
    right: 30px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

#_desktop_search_filters_clear_all {
    margin-top: 15px;
}

.wb-grid-list {
    margin-top: 5px;
}

.total-products p {
    margin-bottom: 0;
    margin-top: 6px;
}

.products-sort-order .select-title {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 6px 5px 1px 5px;
    background-color: #222;
    border-radius: 10px;
}

.products-sort-order i {
    position: relative;
    top: -1px;
}

#new-products .products-sort-order .select-title {
    letter-spacing: 0;
    font-size: 12px;
}

.products-sort-order .dropdown-menu {
    border: none;
    right: 15px;
    left: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.lgrid svg {
    fill: #aaa;
    cursor: pointer;
    margin-right: 6px;
}

.wb-grid-list .selected svg {
    fill: #222
}

.products-sort-order .select-list {
    display: block;
    padding: 2px 8px;
    line-height: 25px;
    font-size: 14px;
}

.products-sort-order .select-list:hover {
    background: #222;
    color: #fff;
    text-decoration: none;
}

.page-content p {
    margin-bottom: 10px;
}

.sort-by {
    margin-top: 7px;
}

.listds {
    display: none;
}

.wb-product-list .listds {
    display: block;
}

.listds,
.listds p {
    font-size: 14px;
    color: #777;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    overflow: hidden;
    max-height: 44px;
}

.listds {
    margin-top: 0;
    margin-bottom: 6px;
}

.bh {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.wb-product-list .wb-image-block {
    padding: 0;
    overflow: hidden;
}

#js-product-list .product-miniature {
    padding: 0;
}

.wb-product-list .thumbnail-container .product-price-and-shipping {
    margin-top: 10px;
}

.wb-product-list .wb-product-grid .item-product,
.wb-product-list .item-product {
    margin-bottom: 20px;
}

.wb-product-list .thumbnail-container .button-group {
    margin-top: 15px;
}

.wb-product-list .thumbnail-container .button-group .absbtn1,
.wb-product-list .thumbnail-container .button-group .absbtn2 {
    position: unset;
    opacity: 1;
    transform: none;
    transition: none;
    display: inline-block;
    vertical-align: middle;
}


/* pagination */

.pagination {
    text-align: center;
    border: 1px solid #eee;
    background-color: #fff;
    text-transform: capitalize;
    padding: 7px 0;
    display: inline-block;
    border-radius: 10px;
    margin-top: 30px;
}

.pagination i {
    font-size: 20px;
    margin-top: -2px;
}

.pagination .page-list li a {
    display: inline-block;
    background: #1977f2;
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin: 0;
    padding: 6px 7px 4px 7px;
    width: 35px;
    line-height: 24px;
    font-size: 15px;
    border-radius: 4px;
}

.pagination .text-xs-left {
    line-height: 34px;
}

.pagination .page-list li a:hover,
.pagination .page-list li a:focus,
.pagination .page-list li.current a {
    background: #000;
    color: #fff;
}


/* other page */

.deliveryinfo,
.spepro,
.imglatest,
.offerb,
.imgbnr,
.parallex,
.owlspe,
.home_blog_post_area,
.logos {
    margin-top: 80px;
}

#checkout #_desktop_top_menu {
    display: none;
}

#module-psgdpr-gdpr .page-content .container {
    width: auto;
}

.thumbnail-container .product-thumbnail {
    display: block
}

.brand.row {
    background: #fff;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 4px;
}

#search_filters .ui-slider-horizontal {
    z-index: 0;
}

.sale-bkg .sale {
    display: none
}

.wb-modal .modal-content {
    border-radius: 4px;
}

.js-terms a {
    color: #1977f2;
    text-transform: capitalize;
    font-weight: 500;
}

#contact .card {
    border: none;
    padding: 0;
}

.product-line-grid-body {
    line-height: 25px;
}

#module-wbblog-single .page-footer,
#index .page-footer,
#product .page-footer {
    margin-top: 0;
}

.page-footer {
    margin-top: 30px;
}


/* banner effect */

.wbimgft .beffect a {
    border-radius: 10px;
}

.beffect a {
    display: block;
    overflow: hidden;
    position: relative;
}

.beffect img {
    transition: all 2s ease;
}

.beffect:hover img {
    transform: scale(1.1, 1.1);
}

@media (min-width: 768px) {
    .sticky {
        position: sticky;
        top: 15px;
    }
    .wb-product-list .thumbnail-container .wb-product-desc {
        padding: 10px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .brand.row {
        display: flex;
        align-items: center;
    }
    .brand.row .brand-infos p {
        margin: 0;
    }
    .wb-product-list .product-title {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .f-d1 {
        width: 105px;
        background-size: 105px;
    }
    .f-d2 {
        width: 90px;
        background-size: 90px;
    }
    .block_newsletter .c-info {
        font-size: 16px;
    }
    .block_newsletter form input.btn-primary {
        padding: 0 5px;
    }
    .feaser1 ul,
    .feaser2 ul {
        margin-bottom: 25px;
    }
    .imglatest .slick-dots li span::after {
        left: 30px;
        right: 30px;
    }
    .imgltdescinr h2 {
        font-size: 20px;
    }
    .imgltdescinr {
        max-width: 200px;
    }
    .latestbtn {
        padding: 15px 10px;
        min-width: 200px;
    }
    .imglatest {
        width: calc(((100% - 963px) / 2) + 963px);
    }
    #owl-spe .thumbnail-container .product-title {
        font-size: 30px;
    }
    .wbimgftop h2 {
        font-size: 35px;
    }
    .deliveryinfo li h4 {
        font-size: 15px;
    }
    .deliveryinfo li p {
        font-size: 11px;
        letter-spacing: 0;
    }
    .container_wb_megamenu {
        width: 84%;
        padding: 0;
    }
    #_desktop_user_info {
        margin: 0 10px;
    }
    .wbimgft {
        margin-top: -28%;
    }
    .slidecap {
        margin-top: 12%;
        width: 400px;
    }
    .slidecap h2 {
        font-size: 34px;
    }
    .wb-menu-vertical li.level-1,
    .view_menu {
        margin: 0 8px;
        letter-spacing: 0;
    }
    .wb-menu-vertical li.level-1>a,
    .view_menu a {
        font-size: 15px;
    }
    .cartdropd .wbscart {
        display: none;
    }
    #blog .blog_post_content_bottom {
        padding: 15px;
        bottom: 13px;
    }
    .blog_post_content_bottom .read_more {
        margin-top: 12px;
        padding: 5px 10px;
    }
    .blogdt {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .post_title {
        font-size: 16px;
        padding: 0 0 8px 0;
    }
    .post_content p {
        font-size: 12px;
        letter-spacing: 0;
        line-height: 16px;
    }
    .parallex .item p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .spepro .wbproductcountdown {
        margin-bottom: 6px;
        padding-top: 10px;
        margin-top: 6px;
    }
    .wbproductcountdown .count {
        min-width: 50px;
        min-height: 40px;
        font-size: 16px;
        padding-top: 8px;
    }
    .wb-product-grid .item-product {
        width: 50%
    }
    .wb-product-list .wb-image-block {
        width: 40%;
    }
    .wb-product-list .wb-product-desc {
        width: 60%
    }
    #search_category {
        width: 130px;
    }
    .homeofr .homeofrinner a {
        font-size: 16px;
    }
    #search_filters .facet .facet-label a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a {
        letter-spacing: 0px;
        font-size: 11px;
    }
    #search .wb-product-grid .item-product,
    #manufacturer .wb-product-grid .item-product {
        width: 33.33%;
    }
    #search .wb-product-list .wb-image-block,
    #manufacturer .wb-product-list .wb-image-block {
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,
    #manufacturer .wb-product-list .wb-product-desc {
        width: 75%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wb-product-list .thumbnail-container .product-price-and-shipping {
        margin-top: 5px;
    }
    .wb-product-list .product-title {
        padding: 5px 0;
    }
    #owl-spe .thumbnail-container .wb-product-desc {
        padding: 10px 15px;
    }
    .block_newsletter form input.btn-primary {
        padding: 0 5px;
        font-size: 12px;
        letter-spacing: 0;
    }
    .imgbnrdsc h2 {
        font-size: 24px;
    }
    .offerbdsc span strong {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .feaser1 ul,
    .feaser2 ul {
        margin-bottom: 20px;
    }
    .offerbdsc li h3 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 8px;
    }
    .offerbdsc li p {
        font-size: 12px;
    }
    .imglatest .slick-dots li {
        font-size: 14px;
    }
    .imglatest .slick-dots li span::after {
        left: 25px;
        right: 25px;
    }
    .latestbtn {
        min-width: 150px;
        padding: 12px 10px;
        font-size: 14px;
    }
    .imgltdescinr h2 {
        font-size: 16px;
    }
    .imgltdescinr {
        max-width: 300px;
    }
    .deliveryinfo li h4 {
        font-size: 14px;
        letter-spacing: 0;
    }
    .deliveryinfo li p {
        font-size: 12px;
    }
    .deliveryinfo ul {
        padding: 15px 5px;
    }
    .wbimgftop h2 {
        font-size: 20px;
    }
    .wbimgftop p {
        font-size: 14px;
    }
    .wbimgftop a.btn-primary {
        margin-top: 20px;
        padding: 8px 10px;
        min-width: auto;
    }
    .slidecap {
        margin-top: 10%;
        width: 350px;
    }
    #_mobile_logo img {
        max-width: 125px;
    }
    #_mobile_cart,
    #_mobile_user_info,
    .desktop-search {
        margin-top: 16px;
    }
    .slidecap h5 {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .slidecap h2 {
        font-size: 30px;
    }
    .slidecap .btn-primary {
        margin-top: 20px;
    }
    #owl-spe .thumbnail-container .product-title {
        font-size: 18px;
    }
    #owl-spe .spelistds {
        font-size: 14px;
    }
    .price {
        font-size: 14px;
    }
    #menu-icon .navbar-toggle {
        margin-top: 18px !important;
    }
    .top-menu a[data-depth="0"] {
        text-transform: capitalize;
    }
    #search_category {
        width: 130px;
    }
    #search .wb-product-grid .item-product,
    #manufacturer .wb-product-grid .item-product {
        width: 33.33%;
    }
    #search .wb-product-list .wb-image-block,
    #manufacturer .wb-product-list .wb-image-block {
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,
    #manufacturer .wb-product-list .wb-product-desc {
        width: 75%;
    }
    .product-line-grid-right .qty {
        padding: 0
    }
    .footer-container li a,
    .fthr .block,
    .fthr .data a {
        letter-spacing: 0
    }
    #search_filters .facet .facet-label a,
    #search_filters_brands .facet .facet-label a,
    #search_filters_suppliers .facet .facet-label a {
        font-size: 13px;
        letter-spacing: 0
    }
}

@media (max-width: 991px) {
    .parallex .item p {
        font-size: 14px;
        line-height: 22px;
    }
    .deliveryinfo,
    .spepro,
    .imglatest,
    .offerb,
    .imgbnr,
    .parallex,
    .owlspe,
    .home_blog_post_area,
    .logos {
        margin-top: 30px;
    }
    .blogdt {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #blog .blog_post_content_bottom .read_more {
        padding: 9px 10px;
        margin-top: 14px;
    }
    .post_content p {
        font-size: 13px;
        line-height: 18px;
    }
    .f-d1 {
        width: 82px;
        background-size: 82px;
    }
    .f-d2 {
        width: 70px;
        background-size: 70px;
    }
    .block_newsletter form input,
    .block_newsletter form button.btn-primary {
        height: 40px;
    }
    .block_newsletter form input[type="text"] {
        font-size: 12px;
        letter-spacing: 0;
    }
    .thumbnail-container:hover {
        box-shadow: none;
    }
    .thumbnail-container .wb-product-desc {
        padding: 8px 0 0 0;
    }
    .product-title {
        font-size: 14px;
        padding: 3px 0;
    }
    .thumbnail-container .button-group {
        margin-top: 8px;
    }
    .thumbnail-container .button-group .absbtn1,
    .thumbnail-container .button-group .absbtn2 {
        position: unset;
        display: inline-block;
        vertical-align: middle;
        opacity: 1;
        transition: none;
    }
    .block_newsletter svg {
        display: none;
    }
    .block_newsletter .c-info {
        font-size: 14px;
    }
    .wbimgft {
        margin-top: -30% !important;
    }
    .thumbnail-container .product-flags .discount,
    .thumbnail-container .product-flags .product-flag.new {
        font-size: 10px;
        padding: 1px 6px;
    }
    .thumbnail-container .product-price-and-shipping {
        margin-top: 3px;
    }
    .regular-price {
        font-size: 12px;
    }
    .thumbnail-container:hover .wb-image-block {
        opacity: 1;
    }
    .thumbnail-container .highlighted-informations {
        display: none;
    }
    .block-social li a {
        min-width: 32px;
        min-height: 32px;
        padding: 4px 0 0 0;
    }
    .owl-carousel.owl-theme .owl-nav button {
        min-width: 34px;
        min-height: 34px;
        font-size: 20px;
    }
    .owl-carousel .owl-nav {
        margin-top: 15px;
    }
    .parallex .owl-dots {
        margin-top: 10px !important;
    }
    .cate-bg .product-title {
        font-size: 14px;
        padding: 3px 0;
    }
    .post_title {
        font-size: 15px;
        padding: 0 0 10px 0;
    }
    .hbtm {
        display: block;
    }
    .wb-menu-vertical li.level-2 {
        padding: 0;
    }
    .wb-menu-vertical ul li.parent .icon-drop-mobile::after {
        border-radius: 4px;
    }
    #_mobile_cart {
        position: relative;
    }
    #_mobile_user_info {
        position: relative;
        cursor: pointer;
        margin-left: 10px;
        margin-right: 10px;
    }
    /* sidenav */
    .close-nav span {
        color: #fff;
        text-transform: uppercase;
        font-weight: 500;
    }
    body.active {
        overflow: hidden;
    }
    body.active::before {
        background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        transition: all .2s ease 0s;
    }
    body.active .sidenav {
        overflow-x: unset;
        overflow-y: scroll;
    }
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        background-color: #fff;
        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%;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sidenav .close-nav {
        background-color: #000;
        padding: 10px 15px;
        width: 100%;
        display: inline-block;
    }
    #mobile_top_menu_wrapper {
        margin: 0 10px;
        line-height: 20px;
        display: block !important;
    }
    .close-nav i {
        font-size: 16px;
        color: #fff;
    }
    .dnone {
        display: none;
    }
    .dblock {
        display: block;
    }
    #wrapper,
    #footer {
        display: block !important;
    }
    #menu-icon .navbar-toggle {
        border: none;
        background: transparent;
        padding: 0;
        font-size: 17px;
        cursor: pointer;
        margin-right: 15px;
        margin-top: 12px;
    }
    .header-top {
        padding: 12px 0;
        border-bottom: none;
    }
    #_mobile_currency_selector,
    #_mobile_language_selector {
        display: inline-block;
        border: 1px solid #eee;
        padding: 2px 3px;
        margin-top: 10px;
        font-size: 12px;
        border-radius: 4px;
    }
    #_mobile_currency_selector select,
    #_mobile_language_selector select {
        -webkit-appearance: none;
        font-size: 12px;
        letter-spacing: 0;
    }
    #_mobile_currency_selector {
        margin: 0 3px;
    }
    .wb-menu-vertical ul li.level-1 ul li a {
        margin: 0
    }
    .wb-menu-vertical {
        position: unset;
    }
    #under-menu {
        display: block
    }
    .product-tab-item .thumbnail-container {
        margin-bottom: 15px;
    }
    .pro-tab {
        margin-bottom: 20px;
    }
    .offerb .heading {
        margin-bottom: 20px;
    }
    .heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cless,
    .deliveryinfo [class*='col-'] {
        padding-left: 5px;
        padding-right: 5px;
    }
    .rless,
    .deliveryinfo {
        margin-left: -5px;
        margin-right: -5px;
    }
    #wbsearch_content_result {
        left: 15px;
        right: 15px;
    }
    #footer {
        margin-top: 30px;
    }
    .footer-container {
        padding: 25px 0;
    }
    #module-wbcompare-WbCompareProduct .heading.text-xs-center {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .wb-product-grid,
    .wb-product-list {
        margin: 0 -3px;
    }
    #js-product-list .item-product {
        padding: 0 3px;
    }
    .pagination .text-xs-left {
        font-size: 12px;
        letter-spacing: 0
    }
    .product-customization .custom-file button {
        padding: 0 5px;
        font-size: 12px;
    }
    .product-customization {
        font-size: 12px;
    }
    .product-actions .add-to-cart {
        padding: 0 10px;
        letter-spacing: 0
    }
    .product-customization .btn-primary.float-xs-right {
        padding: 7px 5px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .wb-product-list .thumbnail-container .button-group {
        margin-top: 8px;
    }
    .wb-product-list .thumbnail-container .product-price-and-shipping {
        margin-top: 3px;
    }
    #owl-spe .thumbnail-container .button-group .cartb {
        padding: 7px 6px;
        min-width: auto;
        margin-top: 5px;
    }
    #owl-spe .thumbnail-container .price {
        font-size: 18px;
    }
    #owl-spe .thumbnail-container .regular-price {
        font-size: 13px;
    }
    #owl-spe .thumbnail-container .product-price-and-shipping {
        margin-top: 15px;
    }
    #owl-spe .spelistds {
        line-height: 18px;
        font-size: 12px;
    }
    #owl-spe .thumbnail-container .product-title {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .deliveryinfo [class*="col-"] ul li span {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .deliveryinfo ul {
        padding: 15px 8px;
    }
    .deliveryinfo li h4 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .deliveryinfo li p {
        font-size: 12px;
    }
    .feaser1,
    .feaser1 ul,
    .feaser2 ul {
        margin-bottom: 20px;
    }
    .offerbdsc span strong {
        width: 40px;
        height: 40px;
        background-size: 40px;
    }
    .offerbdsc li h3 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 10px;
    }
    .offerbdsc li p {
        font-size: 11px;
    }
    .offerbdsc {
        display: block;
    }
    .ofrbap {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .latestbtn i {
        font-size: 18px;
    }
    .latestbtn {
        font-size: 12px;
        min-width: auto;
        padding: 9px 10px;
    }
    .imgltdescinr h2 {
        font-size: 12px;
        letter-spacing: 0;
    }
    .imgltdescinr {
        max-width: 150px;
    }
    .imglatest .slick-dots li {
        font-size: 14px;
        margin: 6px 0;
    }
    .imglatest .slick-dots li span::after {
        left: 25px;
        right: 25px;
    }
    .copy .text-xs-left,
    .copy .text-xs-right {
        text-align: center;
    }
    #blog .blog_post_content {
        display: block;
        box-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
    }
    .wbimgftop h2 {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .wbimgftop p {
        font-size: 13px;
    }
    .wbimgftop a.btn-primary {
        padding: 9px 10px;
        min-width: auto;
        margin-top: 15px;
    }
    .wb-product-list .thumbnail-container .wb-product-desc {
        padding-left: 0;
        padding-right: 0;
    }
    .desktop-search,
    #_mobile_user_info,
    #_mobile_cart {
        margin-top: 9px;
    }
    .cartdropd .wbscart {
        display: none;
    }
    .s-panel .slick-prev,
    .s-panel .slick-next {
        display: none !important;
    }
    .parallex .item p {
        font-size: 14px;
        line-height: 18px;
    }
    .parallex .item h2 {
        font-size: 16px;
    }
    .block-social {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .foot-payment {
        margin-top: 10px;
    }
    .blogdt {
        margin-bottom: 8px;
    }
    .post_content p {
        line-height: 17px;
    }
    .blog_post_content_bottom .read_more {
        margin-top: 15px;
        padding: 7px 15px;
    }
    #blog .blog_post_content_bottom {
        padding: 10px 0 0;
    }
    .wbproductcountdown .count {
        min-width: 42px;
        min-height: 32px;
        font-size: 14px;
        padding-top: 5px;
    }
    #blockcart-modal.modal {
        z-index: 9999;
    }
    .wb-product-grid .item-product,
    .wb-product-list .item-product {
        margin-bottom: 10px;
    }
    .form-group {
        margin-bottom: 5px;
    }
    .page-customer-account #content .forgot-password {
        margin-top: 0
    }
    #authentication .custom-checkbox label {
        margin-bottom: 0
    }
    .wbproductsticky.profixed {
        padding: 3px 0
    }
    .wbproductsticky form {
        margin-top: 13px;
    }
    .wbproductsticky .has-discount .discount {
        display: none;
    }
    .wbproductsticky h3 {
        font-size: 14px;
        margin-bottom: 1px;
        overflow: hidden;
        padding-bottom: 1px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .wbproductsticky li:nth-child(2) {
        width: 50%
    }
    .wbproductsticky img {
        max-width: 50px;
    }
    .wbproductsticky .btn-primary {
        padding: 5px;
        text-transform: capitalize;
        font-size: 12px;
        letter-spacing: 0;
        border-radius: 4px;
    }
    .wbproductsticky .product-discount .regular-price {
        vertical-align: middle;
    }
    .wbproductsticky .product-discount {
        display: inline-block;
        vertical-align: middle;
    }
    .wbproductsticky .product-price {
        display: inline-block;
        vertical-align: middle;
    }
    .allbl {
        padding-top: 8px;
    }
    .button-search {
        padding: 0 20px;
        height: 34px;
    }
    #search_block_top {
        height: 41px;
    }
    #search_query_top {
        height: 40px;
    }
    .slidecap .btn-primary {
        margin-top: 20px;
        padding: 10px 19px;
    }
    .catprodt .cat-content img,
    .homeofr {
        display: none
    }
    .user-down {
        min-width: 14.4rem;
        right: 0;
        left: auto;
    }
    #_mobile_logo img {
        max-width: 90px;
    }
    .thumbnail-container .button-group a,
    .thumbnail-container .button-group button {
        padding: 4px 0;
        min-width: 28px;
        min-height: 28px;
        margin: 0;
        border-radius: 4px;
    }
    .thumbnail-container .button-group svg {
        width: 18px;
        height: 17px;
    }
    .post_content p {
        font-size: 13px;
    }
    .price {
        font-size: 14px;
    }
    .regular-price,
    .content_price .regular-price {
        font-size: 11px;
    }
    #module-wbblog-single .post_title {
        font-size: 14px;
    }
    .propage h1 {
        margin-top: 10px;
    }
    .total-avg {
        width: 120px;
    }
    .wb-menu-vertical .menu-vertical {
        display: block
    }
    .wb-menu-vertical {
        left: 0
    }
    .wb-product-list .listds {
        margin-bottom: 3px;
        margin-top: 0;
    }
    .listds,
    .listds p,
    .post_content span {
        font-size: 13px;
        letter-spacing: 0
    }
    .post_title {
        font-size: 14px;
    }
    .thumbnail-container .product-flags .new,
    .sale {
        font-size: 11px;
    }
    .wb-menu-vertical .wb-sub-menu li.menu-item.bh {
        margin-bottom: 0
    }
    .wb-dropdown-cart.defaultcart {
        top: 40px;
    }
    .post_thumbnail {
        margin-top: 0;
    }
    .facet-label a span {
        position: unset;
    }
    #category #search_filter_toggler {
        padding: 6px 0;
    }
    #blockcart-modal .product-name {
        margin-top: 15px;
    }
    .product-tab .nav-tabs .nav-link {
        padding: 15px 8px;
        font-size: 15px;
        letter-spacing: 0;
    }
    .form-control-label {
        padding-top: 0
    }
    .forgotten-password .form-fields label.required {
        text-align: left;
        padding: 0
    }
    .quickview .propage h1 {
        margin-top: 0;
    }
    .quickview .modal-body {
        padding: 0 15px 15px 15px;
    }
    .arltr a,
    #description p,
    .prodes p,
    .product-variants .product-variants-item,
    .page-content p,
    .attachment p {
        font-size: 13px;
        letter-spacing: 0.5px
    }
    .links .title .h3 {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
    }
    .links .navbar-toggler {
        color: #fff;
    }
    .arltr a {
        letter-spacing: 0
    }
}

@media (min-width: 500px) and (max-width: 767px) {
    .ofrbnrappend {
        display: none;
    }
    .feaser1,
    .feaser2 {
        width: 50%;
        margin: 0;
    }
    #owl-spe .thumbnail-container .wb-product-desc {
        padding: 0 10px;
    }
    .deliveryinfo [class*="col-"] {
        width: 50%;
    }
    .deliveryinfo [class*="col-"]:nth-child(1),
    .deliveryinfo [class*="col-"]:nth-child(2) {
        margin-bottom: 15px;
    }
    .imgbnrdsc h2 {
        font-size: 20px;
    }
    .slidecap {
        margin-top: 6%;
        width: 250px;
    }
    .slidecap h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .slidecap h2 {
        font-size: 20px;
    }
    .slidecap .btn-primary {
        padding: 8px 12px;
    }
    .slidecap p {
        display: none;
    }
}

@media (max-width: 499px) {
    .deliveryinfo [class*='col-'] {
        margin-bottom: 15px;
    }
    .deliveryinfo [class*='col-']:last-child {
        margin-bottom: 0;
    }
    .slidecap {
        margin-top: 5%;
        width: 180px;
    }
    .imgbnrdsc h2 {
        font-size: 16px;
    }
    #owl-spe .thumbnail-container {
        display: block;
    }
    #owl-spe .thumbnail-container .wb-image-block {
        width: 100%;
    }
    #owl-spe .thumbnail-container .wb-product-desc {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .slidecap .btn-primary {
        letter-spacing: 0;
        font-size: 12px;
        padding: 6px 8px;
        margin-top: 7px;
    }
    .slidecap p {
        display: none
    }
    .slidecap h2 {
        font-size: 16px;
    }
    .slidecap h5 {
        font-size: 11px;
        margin-bottom: 8px;
    }
    .s-panel .slick-dots {
        bottom: 4px;
    }
}

@media (max-width: 1199px) {
    .quickview .mask {
        display: none
    }
    .links h3,
    .links h3 a,
    .c-info {
        font-size: 14px;
        letter-spacing: 0
    }
}

@media (min-width: 1200px) {
    .quickview .product-cover img {
        max-width: 500px;
    }
    #search .wb-product-list .wb-image-block,
    #manufacturer .wb-product-list .wb-image-block {
        width: 25%;
    }
    #search .wb-product-list .wb-product-desc,
    #manufacturer .wb-product-list .wb-product-desc {
        width: 75%;
    }
    #search .wb-product-grid .item-product,
    #manufacturer .wb-product-grid .item-product {
        width: 33.33%;
    }
}

@media (min-width: 1200px) and (max-width: 1409px) {
    .wb-menu-vertical li.level-1>a,
    .view_menu a {
        font-size: 15px;
    }
    .wbimgft {
        margin-top: -20%;
    }
    .block_newsletter .c-info {
        font-size: 20px;
    }
    .wbimgftop h2 {
        font-size: 40px;
    }
    .latestbtn {
        min-width: 230px;
    }
    .imglatest {
        width: calc(((100% - 1170px) / 2) + 1170px);
    }
    .slidecap {
        margin-top: 12%;
    }
    #owl-spe .thumbnail-container .product-title {
        font-size: 36px;
    }
    .imgltdescinr h2 {
        font-size: 24px;
    }
    .product-line-grid-right .qty {
        padding: 0
    }
    .wb-menu-vertical li.level-1,
    .view_menu {
        margin: 0 10px;
        letter-spacing: 0;
    }
}

@media (min-width: 600px) {
    #cate-re.collapse {
        display: block;
    }
    .catb {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 767px) {
    .lgrid {
        width: 40%;
    }
    .sro {
        width: 60%;
    }
    .wb-product-grid .item-product,
    .wb-product-list .item-product {
        width: 33.33%;
    }
}

@media (min-width: 360px) and (max-width: 599px) {
    .wb-product-list .item-product {
        width: 50%;
    }
}

@media (max-width: 599px) {
    .pro-tab ul li a {
        text-transform: capitalize;
        font-size: 13px;
        min-width: 80px;
    }
    .pro-tab ul li {
        margin: 0 2px;
    }
    .cate-bg .heading {
        text-align: left;
        margin-bottom: 10px;
    }
    .tab-cate-pro .product-container.thumbnail-container {
        margin-bottom: 10px;
    }
    .wbpcatleft {
        display: none;
    }
    .procatnew {
        width: 100%;
        padding: 0;
    }
    #search_block_top #search_query_top {
        border-radius: 10px 0 0 10px;
    }
    #search_category,
    .cate-bg .owl-carousel .owl-nav {
        display: none
    }
    .wb-product-list .wb-image-block img {
        width: 100%;
    }
    .barr {
        padding: 0 10px;
    }
    .quickview .modal-dialog {
        width: auto;
        margin: 30px 15px;
    }
    #owl-image-slider .owl-nav {
        display: none
    }
    .quickview .modal-dialog {
        width: auto;
        margin: 30px 15px;
    }
    .sro {
        margin-top: 10px;
    }
    .pagination .text-xs-left,
    .pagination .text-xs-right {
        text-align: center;
        width: 100%;
    }
    .rname,
    .post_metas li {
        font-size: 13px;
    }
    .wb-product-grid .item-product {
        width: 50%;
    }
}

@media (min-width: 1410px) {
    #left-column {
        width: 25%;
    }
    #content-wrapper.left-column {
        width: 75%;
    }
    .imglatest {
        width: calc(((100% - 1380px) / 2) + 1380px);
    }
}

@media (min-width: 1410px) and (max-width: 1589px) {
    .slidecap {
        margin-top: 13%;
    }
    .wb-menu-vertical li.level-1,
    .view_menu {
        margin: 0 15px;
    }
}

.homeslider-container .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: normal;
}

.homeslider-container:before {
    content: '';
    clip-path: polygon(0 0, 100% 0, 25% 100%, 0% 100%);
    width: 180px;
    height: calc(100% - 15px);
    position: absolute;
    left: 0;
    top: -30px;
    background: #254C9C;
    z-index: 10;
}

.homeslider-container .slick-slide .slidecap {
    position: relative;
    right: inherit;
    margin: 0;
    color: #fff;
    margin-left: 200px;
    width: 500px;
}

.homeslider-container .slick-slide .slidecap h2 {
    font-size: 38px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slidecap .slidehref {
    display: none !important;
}

.homeslider-container .slick-slide .slidecap ol {
    padding-left: 25px;
    margin-top: 15px;
}

.homeslider-container .slick-slide .slidecap ol li {
    font-size: 18px;
    line-height: normal;
}

.swMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border-top: 1px solid #eee;
    transition: 0.5s all ease;
    margin-top: 15px;
    background: #254C9C;
    color: #fff;
}

.swMenu a {
    color: #fff;
}

.swMenu a:hover {
    color: #34B2DF !important;
}

.wb-menu-vertical li.level-1>a::after {
    border-color: #34B2DF !important;
}

.wb-menu-vertical li.level-1:after {
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    background: #fff;
    right: -12px;
    opacity: 0.4;
    bottom: 0;
}

.wb-menu-vertical li.level-1 {
    position: relative;
}

.header-top {
    padding-bottom: 0;
}

.s-panel .slick-prev,
.s-panel .slick-next {
    display: none !important;
}

ul.slick-dots {
    width: auto;
    margin-left: 210px;
    bottom: 40px !important;
}

.s-panel .slick-dots li button::before,
.s-panel .slick-dots li.slick-active button::before {
    background: none !important;
}

.slick-list {
    overflow: unset;
}

.homeslider-container .slick-slide img {
    margin-bottom: -30px;
}

.homeslider-container {
    padding-bottom: 45px;
    overflow: hidden;
    background: none;
}

.homeslider-container .slick-slider {
    background: #34B2DF;
}

.wb-menu-vertical li.level-1>a {
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 15px;
}

#header .header-top,
.header-top {
    transition: 0.5s all ease;
}

#header .header-top.fixed .swMenu {
    display: none;
}

.header-top.fixed {
    padding: 0 !important;
}

button#wishlist_button {
    background: none !important;
}

.swFilter {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom: 55px;
}

.swFilter span {
    color: #c7c1c1;
    padding: 30px 0;
    margin: 0 20px;
    transition: 0.5s all ease;
    cursor: pointer;
    border-bottom: 5px solid #fff;
}

.swFilter span:hover {
    color: #254C9C;
}

.swFilter span.active {
    color: #34B2DF;
    border-bottom: 5px solid #34B2DF;
}

span.price_pro {
    color: #254c9c;
}

.ad_info_pro h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.swProdukty>div {
    display: none;
    position: relative;
}

.swProdukty>div.active {
    display: block;
}

.template_slide .page-top .page-title-categoryslider {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
}

.template_slide .page-top {
    border: none;
    margin-bottom: 100px;
}

.template_slide .fadeOut_1_title .page-title-categoryslider:after {
    display: none;
}

.template_slide .page-top .page-title-categoryslider:before {
    content: '';
    background: url(../img/header2.png);
    position: absolute;
    width: 318px;
    height: 102px;
    top: 45px;
    left: -200px;
}

a.swAll {
    color: #003042;
    font-weight: bold;
    transition: 0.5s all ease;
    position: absolute;
    top: 15px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.swAll:before {
    content: '';
    background: #003042;
    width: 40px;
    height: 3px;
    display: inline-block;
    margin-right: 15px;
}

a.swAll:hover {
    color: #34B2DF;
}

.pro_sale {
    background: #34B2DF;
    color: #fff;
}

a.quiss.quick-view {
    display: none !important;
}

.template_slide .fadeOut_3_title .page-title-categoryslider:after,
.template_slide .fadeOut_2_title .page-title-categoryslider:after {
    display: none !important;
}

ul#owl-logo {
    position: relative;
}

ul#owl-logo:before {
    content: 'PARTNERZY';
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 3px;
    color: #254C9C;
    display: block;
    margin-top: 115px;
    margin-bottom: 70px;
}

ul#owl-logo:after {
    content: '';
    background: url(../img/header2.png);
    position: absolute;
    width: 318px;
    height: 102px;
    top: -40px;
    right: -200px;
}

main {
    overflow: hidden;
}

.deliveryinfo [class*='col-']:nth-child(1) ul li span {
    background-image: url(../img/ik1.png);
    background-size: contain;
}

.deliveryinfo [class*='col-']:nth-child(2) ul li span {
    background-image: url(../img/ik2.png);
    background-size: contain;
}

.deliveryinfo [class*='col-']:nth-child(3) ul li span {
    background-image: url(../img/ik3.png);
    background-size: contain;
}

.deliveryinfo [class*='col-']:nth-child(4) ul li span {
    background-image: url(../img/ik4.png);
    background-size: contain;
}

.deliveryinfo ul {
    display: flex;
    text-align: left;
    border: 2px solid #000;
    background: #fff;
}

.deliveryinfo [class*='col-'] ul li span {
    width: 70px;
    height: 70px;
}

.deliveryinfo ul li:nth-child(2) {
    padding-left: 10px;
}

.deliveryinfo ul li:nth-child(2) h4 {
    font-size: 14px;
    font-weight: bold;
    min-height: 32px;
    line-height: normal;
}

.deliveryinfo li p {
    font-size: 12px;
    color: #000;
    line-height: normal;
}

.swDescription {
    background: #E6E4E5;
    padding: 40px 0;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    margin-top: 55px;
}

footer#footer {
    margin-top: -5px;
}

.swDescription p {
    color: #000;
    font-size: 14px;
    line-height: normal;
}

.deliveryinfo {
    margin-bottom: 50px;
}

.swDescription:before {
    content: '';
    background: url(../img/product.png);
    width: 401px;
    height: 400px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.opisDol {
    max-width: 100%;
    width: 650px;
    margin: auto;
    position: relative;
}

.opisDol strong {
    font-weight: bold;
}

footer#footer {
    background: #254C9C;
}

.footer-img {
    text-align: center;
    padding-top: 45px;
}

.copy div {
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.copy div a {
    text-align: center;
    color: #fff;
}

.colFoot {
    color: #fff;
    line-height: normal;
}

.colFoot a {
    color: #fff;
    transition: 0.5s all ease;
    opacity: 0.75;
    display: block;
}

.colFoot a:hover {
    opacity: 0.5;
    color: #fff;
}

.colFoot strong {
    margin-bottom: 15px;
    display: block;
}

.kontakt {
    opacity: 0.75;
}

.social {
    display: inline-block;
    margin-left: 20px;
}

.social a {
    padding: 0 5px;
    transition: 0.5s all ease;
}

.social a:hover {
    opacity: 0.5;
}

.comments_note.wb-list-product-reviews {
    display: none;
}

#wbsearch_data .items-list li .image {
    background: none;
}

@media (min-width: 992px) {
    .wbSearch {
        position: relative;
        transform: unset;
        opacity: 1;
        z-index: 999;
    }
    .d-search {
        display: none;
    }
    .wbSearch .close-nav {
        display: none;
    }
    #search_category {
        display: none;
    }
    .desktop-search {
        width: 655px;
        max-width: 100%;
    }
    input#search_query_top {
        background: #F4F9FF;
        border-radius: 10px;
    }
    #search_block_top .btn.button-search {
        font-size: 0;
        background: url(../img/search.svg) !important;
        width: 20px !important;
        height: 20px !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        padding: 0 !important;
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    #searchbox.input-group {
        width: 100%;
    }
}

@media (max-width: 991px) {
    div#_mobile_logo {
        padding-top: 10px;
    }
    .social {
        display: none;
    }
    .homeslider-container .slick-slide .slidecap {
        margin-left: 0;
        max-width: 100%;
    }
    .homeslider-container:before {
        display: none;
    }
    .homeslider-container .slick-slide .slidecap h2 {
        font-size: 19px;
    }
    .homeslider-container .slick-slide .slidecap ol li {
        font-size: 13px;
    }
    .swMenu {
        display: none;
    }
    .header-top {
        padding: 12px 0;
    }
    .homeslider-container .slick-slide {
        padding: 60px 0;
    }
    ul.slick-dots {
        width: auto;
        margin-left: 18px;
        bottom: 15px !important;
    }
    .swFilter span {
        font-size: 14px;
        padding: 10px;
    }
    .template_slide .page-top .page-title-categoryslider {
        font-size: 25px;
        bottom: inherit;
    }
    .swFilter {
        margin-bottom: 20px;
    }
    a.swAll {
        position: relative;
    }
    ul#owl-logo:before {
        font-size: 25px;
        margin-top: 80px;
        margin-left: 20px;
    }
    .opisDol {
        padding: 0 20px;
    }
    .swDescription:before {
        opacity: 0.2;
    }
    .colFoot {
        margin-top: 20px;
    }
}

.head-cart-drop {
    z-index: 1000000;
}

#wrapper .breadcrumb ol {
    background: none;
    border: none;
    opacity: 0.2;
    border-radius: 0;
    padding: 0;
    font-size: 12px;
}

#product .sticky .product-flags {
    width: auto;
    padding: 10px;
}

li.product-flag.on-sale {
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

li.product-flag.new,
.thumbnail-container .product-flags .product-flag.new {
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    background: #34B2DF;
    width: max-content;
    margin-top: 5px;
}

li.product-flag.out_of_stock {
    padding: 5px 10px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    background: #df7434;
    width: max-content;
    margin-top: 5px;
}

.thumbnail-container .product-flags .discount {
    border-radius: 4px;
}

.propage h1 {
    font-size: 22px;
    line-height: normal;
}

.button-group {
    display: none !important;
}

#search_widget {
    overflow: hidden;
}

.headerCategory h2 {
    font-size: 30px;
    font-weight: bold;
    color: #254C9C;
    margin-bottom: 30px;
}

section#wrapper {
    border-top: 1px solid #eee;
    padding-top: 25px;
}

body#index section#wrapper {
    border: none;
    padding: 0;
}

.products-sort-order .select-title {
    background: #fafafa;
    color: #254C9C;
    padding: 10px 15px;
}

.sort-by {
    margin-top: 10px;
}

.total-products p {
    margin-bottom: 0;
    margin-top: 10px;
}

.wb-grid-list {
    margin-top: 10px;
}

.products-selection,
#pagenotfound .page-not-found,
#products .page-not-found {
    box-shadow: 1px 1px 20px #eee;
    border: none;
}

.product-title {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
}

span.price {
    color: #254c9c;
    font-weight: bold;
}

section#main {
    padding-bottom: 50px;
}

body#index section#main {
    padding-bottom: 0;
}

span.vat-price {
    color: #254C9C;
}

#new-products .products-sort-order .select-title {
    line-height: normal;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    text-align: center;
    padding: 2rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    color: #254C9C;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 20px;
}

.propage h1 {
    font-weight: bold;
    line-height: normal;
    color: #254C9C;
    font-size: 26px;
    text-transform: unset;
}

.product-actions .add-to-cart {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    height: auto;
    padding: 15px 30px;
}

.propage .product-variants .product-variants-item ul,
.propage .product-quantity {
    display: flex;
    align-items: center;
}

.product-add-to-cart {
    display: flex;
    align-items: center;
}

.product-quantity .add,
.product-quantity .qty {
    margin-bottom: 0;
}

.propage .current-price span:nth-child(1) {
    font-weight: bold;
}

.product-tab {
    border: none;
}

.product-d {
    color: #000;
    line-height: normal;
}

#description p {
    color: #000;
    line-height: normal;
    font-weight: normal;
    margin-bottom: 1rem;
}

#description ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 1rem;
}

.pro-review {
    box-shadow: 1px 1px 20px #eee;
    border: none;
    padding: 2rem;
}

a#scroll {
    bottom: 110px;
}

.wbproductsticky h3 {
    font-weight: bold;
    margin: 0;
}

.wbproductsticky.profixed button.btn.btn-primary.add-to-cart {
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 25px;
}

.wbproductsticky .product-price {
    color: #254C9C;
    font-weight: bold;
}

section.featured-products.clearfix {
    display: none;
}

section.featured-products.clearfix.mt-3 {
    display: block;
}

section.featured-products.clearfix.mt-3 h2.heading.text-xs-left {
    font-size: 30px;
    color: #254C9C;
    text-transform: unset;
    font-weight: bold;
    text-align: center;
    margin-top: 45px;
    display: inline-block;
    width: 100%;
}

.btn-primary {
    font-weight: bold;
    text-transform: inherit;
    padding: 15px 30px;
}

.product-line-grid-body>.product-line-info>.label {
    line-height: normal;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

a.nav-link.active {
    text-decoration: underline;
}

.form-control-comment {
    font-size: 12px;
}

body#checkout section.checkout-step {
    -webkit-box-shadow: 2px 2px 25px 0 #f7ecec;
    box-shadow: 2px 2px 25px 0 #f7ecec;
    border: none;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: 0.5s all ease;
    padding: 15px;
}

body#checkout section.checkout-step:hover {
    background: #fafafa;
}

body#checkout section.checkout-step.js-current-step {
    background: #fff;
    border: 2px solid #ddd;
}

.form-control {
    height: auto;
    padding: 12px 15px;
}

.input-group .input-group-btn>.btn[data-action=show-password] {
    background: #254C9C;
    height: auto;
    padding: 14px 15px;
    font-weight: bold;
}

button.continue.btn.btn-primary.float-xs-right {
    float: none;
    margin-top: 1rem;
}

.custom-checkbox label {
    font-size: 12px;
    line-height: normal;
    margin: 0;
}

.form-group.row.checZ label.col-md-3 {
    display: none;
}

.form-group.row.checZ div.col-md-6 {
    width: 100%;
}

.form-group.row.checZ {
    margin-bottom: 0;
}

section#js-checkout-summary {
    box-shadow: 1px 1px 20px #eee;
    border: none;
    padding: 1rem;
}

.card-block.cart-summary-subtotals-container.js-cart-summary-subtotals-container {
    padding: 0;
}

body#checkout section.checkout-step {
    transition: 0.5s all ease;
}

body#checkout section.checkout-step.-complete {
    background: #F4F9FF;
    box-shadow: none;
}

body#checkout section.checkout-step.-complete.-current {
    background: #fff;
}

.js-address-form .form-group.row:nth-child(11) {
    display: none;
}

div#order-items h3 {
    font-weight: bold;
    font-size: 12px;
}

#order-items hr {
    border-top-color: #eee;
}

div#order-details {
    background: #fafafa;
    padding: 2rem;
}

section#content-hook_order_confirmation {
    background: #34B2DF;
    color: #fff;
    border: none;
}

section#content-hook_order_confirmation .done {
    color: #fff;
}

section#content-hook_order_confirmation p {
    color: #fff;
}

h1.heading.text-xs-left {
    font-size: 25px;
    font-weight: bold;
    text-transform: unset;
}

.forgotten-password .form-fields .center-email-fields button {
    height: auto;
}

.forgotten-password .form-fields .center-email-fields button {
    height: auto;
}

.forgotten-password .form-fields label.required {
    padding-top: 0.8rem;
}

.sidenav .close-nav {
    background: #254C9C;
}

div#_mobile_currency_selector {
    display: none;
}

div#_mobile_language_selector {
    display: none;
}

@media (max-width: 991px) {
    .desktop-search.d-inline-block {
        float: right;
    }
    .template_slide .page-top {
        border: none;
        margin-bottom: 20px;
    }
    .footer-img {
        text-align: left;
    }
    #category h1.h1.bh {
        display: none;
    }
    .wbproductsticky.profixed button.btn.btn-primary.add-to-cart {
        text-transform: uppercase;
        font-weight: bold;
        padding: 0;
        font-size: 12px;
        background: none;
        color: #254C9C;
        text-decoration: underline;
    }
}

.user-info {
    display: flex;
    align-items: center;
}

.mKonto {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.wb-menu-vertical li.level-1.parent>a:before {
    right: -4px;
}

#header .wb-menu-vertical ul li.level-1 ul li a {
    color: #284D99;
}

.wb-menu-vertical li.level-1>a span {
    color: #fff;
}

@media (max-width: 991px) {
    .wb-menu-vertical li.level-1>a span {
        color: #284D99;
    }
    .wb-menu-vertical li.level-1.parent>a:before {
        display: none;
    }
}


.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    text-transform: unset;
}

.social {
    display: none;
}