/* Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.mb-0 {
    margin-bottom: 0
}
/* header */
body {
    font-family: 'Open Sans', sans-serif;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
}

#index #wrapper {
    background-color: #fff;
}

.padd-0 {
    padding: 0px;
}

.padd-left-0 {
    padding-left: 0;
}

.padd-right-0 {
    padding-right: 0;
}

.padd-60 {
    padding: 60px 0;
}

.padd-50 {
    padding: 50px 0;
}

.padd-80 {
    padding: 80px 0;
}

.mt-30 {
    margin-top: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-10 {
    margin-bottom: 10px;
}

.section-margin-top {
    margin-top: 140px;
}

.section-padding-top {
    padding-top: 140px;
}

.section-padding {
    padding: 140px 0;
}

.section-margin {
    margin: 140px 0;
}

.text-right {
    text-align: right;
}

@media (max-width: 1440px) {
    .section-margin-top {
        margin-top: 60px;
    }
    .section-padding-top {
        padding-top: 60px;
    }
    .section-padding {
        padding: 60px 0;
    }
    .section-margin {
        margin: 60px 0;
    }
}

@media (max-width: 991px) {
    .mt-md-0 {
        margin-top: 0px;
    }
    .mt-md-10 {
        margin-top: 10px;
    }
    .mt-md-15 {
        margin-top: 15px;
    }
    .mt-md-20 {
        margin-top: 20px;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
    .mt-md-50 {
        margin-top: 50px;
    }
    .mb-md-0 {
        margin-bottom: 0px;
    }
    .mb-md-10 {
        margin-bottom: 10px;
    }
    .mb-md-15 {
        margin-bottom: 15px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .mb-md-30 {
        margin-bottom: 30px;
    }
    .mb-md-50 {
        margin-bottom: 50px;
    }
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section-padding-top {
        padding-top: 40px;
    }
    .section-padding-bottom {
        padding-bottom: 40px;
    }
    .section-margin {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .section-margin-top {
        margin-top: 40px;
    }
    .section-margin-bottom {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .mt-sm-0 {
        margin-top: 0px;
    }
    .mb-sm-0 {
        margin-bottom: 0px;
    }
    .mt-sm-10 {
        margin-top: 10px;
    }
    .mb-sm-10 {
        margin-bottom: 10px;
    }
    .mt-sm-15 {
        margin-top: 215px;
    }
    .mb-sm-15 {
        margin-bottom: 15px;
    }
    .mt-sm-20 {
        margin-top: 20px;
    }
    .mb-sm-20 {
        margin-bottom: 20px;
    }
    .mt-sm-30 {
        margin-top: 30px;
    }
    .mb-sm-30 {
        margin-bottom: 30px;
    }
    .mt-sm-50 {
        margin-top: 50px;
    }
    .mb-sm-50 {
        margin-bottom: 50px;
    }
    .section-padding {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section-padding-top {
        padding-top: 30px;
    }
    .section-padding-bottom {
        padding-bottom: 30px;
    }
    .section-margin {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .section-margin-top {
        margin-top: 30px;
    }
    .section-margin-bottom {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .mt-xs-0 {
        margin-top: 0px;
    }
    .mb-xs-0 {
        margin-bottom: 0px;
    }
    .mt-xs-10 {
        margin-top: 10px;
    }
    .mb-xs-10 {
        margin-bottom: 10px;
    }
    .mt-xs-15 {
        margin-top: 215px;
    }
    .mb-xs-15 {
        margin-bottom: 15px;
    }
    .mt-xs-20 {
        margin-top: 20px;
    }
    .mb-xs-20 {
        margin-bottom: 20px;
    }
    .mt-xs-30 {
        margin-top: 30px;
    }
    .mb-xs-30 {
        margin-bottom: 30px;
    }
}

select {
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

main {
    overflow: hidden;
}

a {
    /*color:#232323; webheay-theme-option */
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none !important;
}

p {
    color: #6f6f6f;
}

.text-btn {
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
}

.text-btn i {
    font-size: 11px;
    vertical-align: middle;
}

.text-btn:hover>i {
    position: relative;
    animation-name: arrow;
    animation-duration: 0.55s;
}

@keyframes arrow {
    0% {
        left: 0;
    }
    50% {
        left: 15px;
    }
    100% {
        left: 0;
    }
}

.btn-primary,
.btn-secondary,
.btn-tertiary {
    color: #fff;
    box-shadow: 0 0 0;
    background: #232323;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    margin-top: 0px;
    padding: 12px 25px;
    /*text-transform: capitalize;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.all-product-link.btn-primary .material-icons {
    margin-right: 0;
    width: 15px;
    height: auto;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-tertiary:focus,
.btn-tertiary:hover,
.focus.btn-tertiary {
    color: #fff;
}

.contact-form .input-group .input-group-btn>.btn {
    color: #fff;
}

#blockcart-modal .cart-content .btn {
    height: 38px;
}


/*preloader*/

.preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 10000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
}

.container-fluid {
    padding: 0 185px;
}

.text-center {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .col-center {
        margin-left: auto;
        margin-right: auto;
        float: unset;
        -ms-flex: 0 0 86.725%;
        flex: 0 0 86.725%;
        max-width: 86.725%;
    }
}

@media screen and (min-width: 1051px) {
    body:not(#index) .preloader {
        display: none;
    }
}

@media (max-width: 1599px) {
    .container-fluid {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .btn-primary,
    .btn-secondary,
    .btn-tertiary {
        font-size: 12px;
        line-height: 16px;
        padding: 8.5px 15px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        padding: 0 15px;
    }
}


/*STICKY*/

#header {
    background-color: transparent;
    position: relative;
    z-index: 101;
    width: 100%;
    top: 0;
    left: 0;
}

#header.sticky {
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05);
}

#wrapper {
    box-shadow: 0 0 0;
    padding: 0;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}

.mypresta_scrollup {
    background: transparent none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    opacity: 0;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 35px;
    border-radius: 100%;
    z-index: 99;
}

.mypresta_scrollup:hover {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

.mypresta_scrollup.open {
    bottom: 30px;
    opacity: 1;
}

#wrapper {
    box-shadow: 0 0 0;
    padding: 0;
    /*z-index: 1;*/
}

@media screen and (min-width: 1051px) {
    #header.sticky {
        position: fixed;
        animation: slide-down 0.4s;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
        z-index: 1039;
        box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
    }
    #index #header.sticky .header-top {
        background: #ffffff;
        top: 0;
    }
}


/* ---------navbar------------ */

#header .webheaySocial {
    display: flex;
    align-items: center;
    height: 40px;
}

#header .webheaySocial .follow-text {
    margin-right: 10px;
}

#header .wh-menu-horizontal ul li.level-1 ul li a {
    color: #232323;
}

.wh-menu-horizontal ul.ul-column li.menu-item.item-line a {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.wh-menu-horizontal ul.ul-column li.menu-item.item-line a:before {
    position: absolute;
    content: '\f105';
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    left: -15px;
    font-size: 16px;
    top: 50%;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.wh-menu-horizontal ul.ul-column li.menu-item.item-line a:hover {
    padding-left: 15px;
}

.wh-menu-horizontal ul.ul-column li.menu-item.item-line a:hover:before {
    left: 0;
}

.wh-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:before {
    display: none;
}

.wh-menu-horizontal .menu-banner ul.ul-column li.menu-item.item-line .html-block a:hover {
    padding-left: 0;
}

#header .logo {
    display: inline-block;
    image-rendering: -webkit-optimize-contrast;
}

.webheayMedia-body {
    overflow: hidden;
}

#header .header-nav {
    margin: 0;
    color: #fff;
    background: #ff7b5f;
    text-align: center;
    padding: 12px 0;
}

.nav-contact-block p {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
}

.nav-contact-block a {
    font-size: 16px;
    color: #203d6a;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
}

.right-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top .valign-middle .search-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-nav .dropdown .expand-more {
    color: #fff;
}

.header-nav .dropdown .expand-more:after {
    margin-left: 5px;
}

#header .header-nav #contact-link {
    margin: 0;
}

.webheay-contact-link li {
    color: #aaa;
    font-weight: normal;
    line-height: 45px;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
    padding-left: 20px;
}

.webheay-contact-link li i {
    bottom: 0;
    color: #aaa;
    font-size: 14px;
    left: 0;
    line-height: 45px;
    position: absolute;
    top: 0;
}

#header .header-nav .user-info {
    margin: 0;
}

#header .header-nav .user-info a span {
    color: #626262;
}

#header .header-nav .user-info a i {
    margin-right: 5px;
    color: #fff;
}

#_desktop_language_selector ul {
    margin: 0 12px;
}

#header .header-nav .language-selector {
    margin: 0;
    position: relative;
    line-height: 45px;
}

#header .header-nav .currency-selector-wrapper .language-selector {
    margin-right: 0px;
    padding-right: 0px;
}

.user-info.language-selector.webheay-user-info {
    line-height: 0;
}

#header .header-nav .currency-selector-wrapper .language-selector:before {
    background: none;
}

.header-title {
    margin-bottom: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    background: -webkit-linear-gradient(#dda82d, #fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    border-left: 2px solid #232323;
    padding-left: 40px;
}

.webheay-contact-link li.email:before,
#header .header-nav .currency-selector:before {
    background: rgba(87, 87, 87, 0.1) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
}

#_desktop_currency_selector,
#_desktop_language_selector {
    display: block;
}

.language-selector .selector-title {
    color: #232323;
    font-weight: 500;
    font-size: 14px;
}

.currency-selector-wrapper .language-selector .selector-title {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
}

#_desktop_currency_selector .language-selector .expand-more,
#_desktop_language_selector .language-selector .expand-more {
    padding-left: 20px;
}

.dropdown .expand-more .space-margin {
    margin-left: 16px;
}

.language-selector ul li a {
    padding: 5px 13px;
    display: block;
    width: 100%;
    line-height: 2;
}

.language-selector ul li a img {
    margin: 0px 5px 0px 0px;
}

.wh-menu-horizontal .menu-dropdown {
    text-align: left;
}

.dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border: 1px solid transparent;
    right: 0;
    left: auto;
    margin: 0;
    padding: 0px;
}

.dropdown .expand-more:after {
    content: "\f107";
    font-family: FontAwesome;
}

.dropdown-menu li {
    display: inline-block;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

#_desktop_user_info ul li {
    display: block;
}

.language-selector ul li {
    display: block;
}

.header-nav .dropdown-menu li:hover {
    background-color: #f5f5f5;
}

.dropdown-item {
    color: #6f6f6f;
    font-size: 13px;
    padding: 5px 0;
}

#header .dropdown-menu>a,
#header .dropdown-menu>li>a {
    color: #666
}

#header .dropdown-menu li a.dropdown-item:hover,
#header .dropdown-menu li.current a.dropdown-item,
#header .dropdown-menu>a:hover {
    color: #203d6a;
}

#header .header-top {
    background-color: #ffffff;
    position: relative;
}

.header-col {
    padding: 0 40px;
}

#header.sticky .wh-menu-horizontal .menu-dropdown {
    top: 100%;
}

#header.sticky .header-top .nav-right .dropdown .dropdown-menu.webheaySearch,
#header.sticky .header-top .nav-right .dropdown .dropdown-menu,
#header.sticky .header-top .search-wrap .dropdown-menu {
    top: calc(100% + 24px);
}

#header.sticky .webheay-cart .cart_block {
    top: calc(100% + 24px);
}

.webheayLogo a {
    display: block;
    transition: none;
    text-align: left;
}

#header .wh-menu-horizontal .view_menu li.level-1 a {
    clear: both;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    color: #000;
    text-transform: none;
    padding: 0 15px;
}

#header .full-nav .col-lg-3 {
    padding-left: 0;
}

#header .full-nav .col-lg-9 {
    margin: 0 -15px;
    border-top: 1px solid #e2e2e2;
}

#header .full-nav {
    position: relative;
}

#_desktop_vegamenu {
    width: 100%;
    padding: 0 0 0 0;
}

.webheayMegamenu .wh-menu-horizontal {
    border-top: none;
}

.displayMegamenu .view_menu .menu-dropdown {
    left: auto;
    right: 0
}

#header .header-nav .blockcart {
    position: relative;
}

#header .header-nav .blockcart:before {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
}

#header .webheay-cart a.cart {
    font-size: 14px;
    text-align: center;
    display: block;
    line-height: 1;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 5px;
}

#header .webheay-cart a .cart-products-count {
    color: #ffffff;
    position: absolute;
    background: #ff7b5f;
    right: -5px;
    top: -10px;
    border-radius: 100%;
    min-width: 17px;
    min-height: 17px;
    text-align: center;
    font-size: 10px;
    line-height: 17px;
}

#header .webheay-cart {
    position: relative;
}

#header .webheay-cart .cart-content {
    margin-left: 10px;
    line-height: 1.5;
}

.cart-content-right {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin-left: 8px;
    color: #fff;
}

#header .webheay-cart span.cart-value {
    font-size: 14px;
    float: left;
}

#header .webheay-cart .cart span.icon svg {
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#header .webheay-cart .cart_block {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 290px;
    z-index: 12;
    display: none;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
}

#header .webheay-cart .cart_block .products {
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid transparent;
}

#header .webheay-cart .cart_block .products:last-child {
    margin-bottom: 0
}

#header .webheay-cart .cart_block .products .img {
    display: inline;
    float: left;
    margin-right: 15px;
    width: 60px;
}

.cart-product-wrap {
    max-height: 215px;
    overflow-y: auto;
    margin: 0 0px 0px;
    padding: 10px 15px 0;
}

.cart-product-wrap::-webkit-scrollbar,
#ui-id-1::-webkit-scrollbar {
    width: 5px;
}

.cart-product-wrap::-webkit-scrollbar-track,
#ui-id-1::-webkit-scrollbar-track {
    background-color: #f2f2f2;
    width: 5px;
}

.cart-product-wrap::-webkit-scrollbar-thumb,
#ui-id-1::-webkit-scrollbar-thumb {
    background-color: #cdcdcd;
    cursor: pointer;
}

.cart-product-wrap::-webkit-scrollbar-thumb:hover,
#ui-id-1::-webkit-scrollbar-thumb:hover {
    background-color: #a6a6a6;
}

#header .webheay-cart .cart-total-div {
    padding: 15px;
}

#header .webheay-cart .empty-cart-icon {
    display: block;
    width: 70px;
    height: 90px;
    background-image: url(../img/cart-empty.png);
    margin: 10px auto 15px;
    background-size: cover;
    opacity: .5;
}

#header .webheay-cart .cart_block .products .cart-info {
    overflow: hidden;
    text-align: left;
    padding-right: 5px;
}

#header .webheay-cart .cart_block .products .cart-info .productName {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 5px;
}

#header .webheay-cart .cart_block .products .cart-info .webheayP,
#header .webheay-cart .cart-prices .amount,
#header .webheay-cart .cart_block .products .cart-info .webheayPrice .price {
    color: #232323;
    font-weight: 600;
    font-size: 16px;
    margin-left: 3px;
}

#header .webheay-cart .cart_block .products .remove_link {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 19px;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -ms-transition: all .2s;
}

#header .webheay-cart .cart_block .products .remove_link a {
    margin-top: -3px;
    display: block;
    color: #232323;
}

#header .webheay-cart .cart_block .products .remove_link:hover a {
    opacity: .6
}

#_desktop_language_selector .language-selector ul li {
    opacity: 0.6;
    display: inline-block;
    ;
}

.language-selector ul li:hover,
.language-selector ul li.current {
    opacity: 1 !important;
}

#header .webheay-cart .cart_block .cart-prices {
    overflow: hidden;
    margin-bottom: 15px;
}

#header .webheay-cart .cart_block .cart-prices .price {
    color: #555;
    padding: 4px 0;
    font-size: 14px;
}

#header .webheay-cart .cart_block .cart-prices .total {
    color: #232323;
    font-weight: 600;
    font-size: 16px;
}

#header .webheay-cart .cart_block .cart-buttons {
    text-align: center;
}

#header .webheay-cart .cart_block .cart-buttons a {
    background-color: #232323;
    color: #fff;
    display: block;
    line-height: 20px;
    padding: 12px 25px;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    position: relative;
}

#header .webheay-cart .cart_block .cart-buttons a:hover {
    color: #fff;
    background-color: #203d6a;
}

#header .webheay-cart .cart_block .no-item {
    margin-bottom: 0;
    padding: 0 15px;
    text-align: center;
}

#header .webheay-cart .cart_block .products .cart-info .productName a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    color: #232323;
}

#header .webheay-cart a .amount {
    display: block;
    padding-top: 15px;
}

#header .webheay-cart .cart-content-right .cart-text {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    text-transform: uppercase;
    display: block;
}

#header .header-top #_desktop_user_info .webheay-user-info a,
div#_desktop_settings .dropdown-menu div#_desktop_compare_nav {
    font-size: 14px;
    padding: 7px 15px;
    font-weight: 400;
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.webheay-user-info .or span {
    line-height: 33px;
    font-size: 14px;
}

.nav-meta .dropdown-menu {
    width: 290px;
    padding: 20px;
    border: none;
    border-top: 2px solid transparent
}

.dropdown .expand-more {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

#_desktop_user_info .webheay-user-info a i {
    font-size: 26px;
    color: #fff
}

.wishtlist_top {
    display: block;
    font-size: 14px;
    position: relative;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.wishtlist_top:hover {
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.wishtlist_top span.icon i {
    font-size: 28px;
}

div#_desktop_compare_nav {
    margin-right: 20px;
}

.compare-nav .icon_wrap {
    color: #232323;
}

.compare-nav .amount_circle .whproductcompare-nb {
    position: relative;
}

.compare-nav .amount_circle .whproductcompare-nb:before {
    content: '(';
}

.compare-nav .amount_circle .whproductcompare-nb:after {
    content: ')';
}

.wishtlist_top span.icon {
    line-height: 20px !important;
}

/* search */

.webheayDisplaySearch {
    padding: 0;
    position: relative;
}

.search_query::placeholder {
    font-size: 14px;
}

.webheaySearch.dropdown-menu {
    left: inherit;
    padding: 0;
    right: 0;
    width: 350px;
    position: absolute;
    top: calc(100% + 1px);
}

.webheayDisplaySearch .dropdown-menu {
    border: none;
}

.webheayDisplaySearch .cat-search .expand-more {
    color: #212121;
    font-size: 25px;
    display: block;
}

.webheayDisplaySearch .cat-search .expand-more:after {
    display: none;
}

.webheayDisplaySearch .expand-more i {
    font-weight: normal;
    transition: color .3s;
    -webkit-transition: color .3s;
    -ms-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
}

.webheayDisplaySearch .expand-more i:before {
    line-height: 1;
}

.webheayDisplaySearch .open .expand-more i:before {
    content: "\e646";
    font-family: 'themify';
}

.webheayDisplaySearch .expand-more i.icons {
    color: #3a3838;
    font-size: 34px;
}

.webheayDisplaySearch .expand-more i.icons:hover {
    color: #232323;
}

#search_widget {
    width: 100%;
}

#header .search-widget form input[type="text"] {
    background: none repeat scroll 0 0;
    height: auto;
    min-width: inherit;
    padding: 10px 50px 10px 15px;
    width: 290px;
    border: 1px solid #e2e2e2;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    border-radius: 0;
}

.search-widget form input[type="text"]:focus {
    outline: medium none;
}

#header .search-widget form input[type="text"]::placeholder {
    color: #444;
    opacity: 0.9;
}

.search-widget form button[type="submit"] {
    font-size: 0px;
    height: 100%;
    line-height: 1;
    padding: 0 15px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: auto;
    color: #ffffff;
    border: none;
    font-weight: 500;
    border-radius: 0px;
    background-color: #ff7b5f;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.page-not-found #search_widget #searchbox button[type="submit"] {
    background-color: #232323;
    padding: 0 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.search-widget form button[type="submit"]:hover,
.page-not-found #search_widget #searchbox button[type="submit"]:hover {
    color: #fff;
    background-color: #232323;
}

.page-not-found #search_widget #searchbox input[type="text"] {
    color: #232323;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 15px;
}

.page-not-found #search_widget #searchbox input[type="text"]::placeholder {
    color: #232323;
    opacity: .7
}

.search-widget form button[type="submit"] i {
    display: block;
}

#ui-id-1 {
    border-radius: 0;
    padding: 5px;
    max-height: 365px;
    overflow-y: auto;
    z-index: 102;
}

.ui-front.ui-menu .ui-menu-item {
    padding: 5px;
    width: 100%;
    cursor: pointer;
    transition: all .2s;
}

.ui-front.ui-menu .ui-menu-item .search-item {
    display: flex;
    padding: 0;
    align-items: center;
    background: none;
    border: none;
    margin: 0;
}

.ui-front.ui-menu .ui-menu-item .search-item .cover {
    margin-right: 10px;
    display: block;
    align-items: center;
    width: 50px;
}

.ui-front.ui-menu .ui-menu-item .search-item .product-price {
    line-height: 1;
    font-weight: 500;
}

.ui-front.ui-menu .ui-menu-item .search-item .pref {
    display: none;
}

.ui-front.ui-menu .ui-menu-item:hover {
    background: #f9f9f9 none repeat scroll 0 0;
}

.ui-front.ui-menu .ui-menu-item .search-item.ui-state-focus {
    background: none;
    border: none;
}

#mobile_top_menu_wrapper {
    margin-top: 0;
}

.nav-right>* {
    margin-left: 15px;
}

.nav-meta .expand-more:after {
    display: none;
}

.nav-meta .icon i {
    font-size: 25px;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nav-meta a {
    display: block;
}

.nav-meta .dropdown-menu [class|=col] {
    padding: 0;
}

.nav-meta .dropdown-menu ul {
    margin: 0;
}

.nav-meta .dropdown-menu li {
    padding: 0px;
}

.nav-meta .dropdown-menu .dropdown-tit {
    border-bottom: 1px solid #e2e2e2;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    margin: 0 0 5px 0;
    overflow: hidden;
    position: relative;
    display: block;
    color: #232323;
}

.slidetoggle-menu {
    display: none;
}

a {
    color: #232323;
}

.header-top .valign-middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.full-nav>.container .col-lg-12 {
    border-top: none;
}

.search-widget form button[type="submit"]:after {
    content: "\e610";
    font-size: 20px;
    font-family: 'themify';
}

.header-top .valign-middle .search-wrap>div,
.header-nav .right-nav>div {
    margin-left: 18px;
    line-height: 1;
}

.header-top .valign-middle .search-wrap>div:first-child,
.header-nav .right-nav>div:first-child {
    margin-left: 0;
}


/*Account*/

#_desktop_currency_selector span.lang-title,
div#_desktop_language_selector span.lang-title {
    display: block;
    padding-bottom: 5px;
    margin: 10px 10px 5px;
    border-bottom: 1px solid #e2e2e2;
}

#_desktop_currency_selector .language-selector ul {
    padding: 0 10px;
}

#_desktop_currency_selector .language-selector ul li {
    display: inline-block;
}

#_desktop_language_selector .language-selector ul li a {
    padding: 0 2px;
}

div#_desktop_settings .dropdown-menu {
    border: 1px solid #e2e2e2;
    padding: 10px 0;
}

div#_desktop_settings .dropdown-menu div#_desktop_compare_nav a {
    color: #6f6f6f;
}

div#_desktop_settings.webheayDisplaySearch .expand-more i,
div#_desktop_user_info span.head-selector i {
    font-size: 28px;
    color: #232323;
}

#_desktop_search span svg,
#_desktop_cart .cart svg,
.wishtlist_top span.icon svg,
div#_desktop_settings.webheayDisplaySearch .expand-more svg,
div#_desktop_user_info span.head-selector svg {
    width: 18px;
    height: 18px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

#authentication [data-action=show-password] {
    background: #232323;
}

@media screen and (min-width: 768px) {
    .nav-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding-left: 0;
    }
    .nav-left {
        display: flex;
        justify-content: flex-start;
    }
}
@media screen and (min-width: 1051px) {
    .wishtlist_top span.icon {
        display: flex;
        align-items: center;
        padding: 0px;
    }
    .header-top .valign-middle .nav-center {
        width: 70%;
    }
    .header-top .valign-middle > div {
        width: 15%;
    }
    .header-nav .container>.row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }
    .dropdown .expand-more {
        line-height: 0px;
    }
    #header .wh-menu-horizontal ul li.view_menu a:hover span {
        color: #232323;
    }
    #header .wh-menu-horizontal ul li.level-1 .more-menu li {
        padding: 0;
    }
    .wishtlist_top span.icon {
        display: flex;
        align-items: center;
        color: #232323;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
    }
    .wishtlist_top:hover span.icon {
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
    }
    #header .header-nav .mobile-menu-meta {
        display: none;
    }
    .webheaySearch.dropdown-menu {
        left: inherit;
        padding: 0;
        right: 0;
        width: 300px;
        position: absolute;
    }
    .top-bar-right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    #header.sticky .header-nav {
        display: none;
    }
    .user-info .dropdown .expand-more.account-icon:after {
        display: none;
    }
    .header-settings .account-icon svg {
        width: 20px;
        height: 19px;
        fill: #232323;
        font-size: 25px;
        display: block;
        margin: 0 auto;
        cursor: pointer;
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -ms-transition: all .3s;
    }
    .my_a {
        background-color: #fff;
        height: 45px;
        width: 45px;
        display: flex;
        align-items: center;
        border-radius: 50%;
        -o-border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
    }
    .my_account {
        margin: 0;
    }
    .my_account .account-icon {
        display: flex;
        align-items: center;
        color: #fff;
        cursor: pointer;
    }
    .my_account .customer_account {
        line-height: 1;
        margin-left: 8px;
    }
    .my_account .customer_account .main_my {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    .my_account .customer_account .hed_sign {
        font-size: 14px;
    }
    #search_widget .btn.button-search {
        height: 100%;
        background-color: transparent;
        font-size: 24px;
        width: 50px;
    }
    /*Dropdown menu*/
    span.head-selector svg,
    #_desktop_cart .cart_icon svg {
        width: 28px;
        height: 28px;
        fill: #232323;
    }
    #_desktop_search span i {
        font-size: 28px;
        color: #232323;
    }
    #_desktop_user_info .user-account,
    .language-selector ul {
        margin: 0px;
        padding: 0px;
    }
    .language-selector ul li a {
        padding: 7px 15px;
        display: block;
        width: 100%;
        line-height: 1.5;
    }
    .header-top .valign-middle .search-wrap .expand-more:after {
        display: none;
    }
    .nav-cms-sec p {
        text-align: center;
        margin: 10px 0;
        color: #fff;
    }
    /*end*/
    body #search_widget .btn.button-search:hover {
        background-color: transparent;
    }
    #header .webheay-cart .cart_block,
    .header-top .nav-right .dropdown .dropdown-menu.webheaySearch,
    .header-top .nav-right .dropdown .dropdown-menu,
    .header-top .search-wrap .dropdown-menu {
        top: calc(100% + 52px);
    }
    .header-top .search-wrap .dropdown-menu {
        left: auto;
        right: 0;
    }
}
@media (max-width: 1440px) and (min-width:1051px) {
    #header .webheay-cart a .cart-products-count {
        padding: 0;
    }
    #header .webheay-cart .cart_block, 
    .header-top .nav-right .dropdown .dropdown-menu.webheaySearch, 
    .header-top .nav-right .dropdown .dropdown-menu, 
    .header-top .search-wrap .dropdown-menu {
        top: calc(100% + 35px);
    }
}
@media (max-width: 1440px){
    .nav-contact-block a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1050px) {
    .header-top .nav-right .dropdown .dropdown-menu,
    #header .webheay-cart .cart_block {
        top: calc(100% + 15px);
    }
    .wh-menu-vertical .menu-dropdown li a {
        line-height: 30px;
    }
}
@media (max-width: 1199px) and (min-width:1051px) {
    #header .header-nav .Nav1,
    #header .header-nav .Nav1 .col-md-6,
    #header .header-nav .Nav2 {
        width: auto;
    }
    #header .header-nav .Nav2 {
        margin-left: auto;
    }
    #_desktop_logo {
        display: none;
    }
}


@media (max-width: 1750px) {
    .header-top .valign-middle #_desktop_cart,
    .header-top .valign-middle #_desktop_wishtlistTop,
    .header-top .valign-middle .search-wrap>div, 
    .header-nav .right-nav>div {
        margin-left: 20px;
    }
}

@media (max-width: 1440px) {
    .cart-content-right .cart-products-price {
        display: none;
    }
    .cart-content-right {
        font-size: 14px;
    }
    #_desktop_search span svg, 
    #_desktop_cart .cart svg, 
    .wishtlist_top span.icon svg, 
    div#_desktop_settings.webheayDisplaySearch .expand-more svg, 
    div#_desktop_user_info span.head-selector svg {
        width: 18px;
        height: 18px;
    }
    .header-col {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1050px) {
    #_mobile_wishtlistTop .wishtlist_top .icon svg {
        display: none;
    }
    #header .header-nav{
        padding: 0;
    }
    .header-nav .right-nav>div {
        padding: 25px 0;
    }
    .wh-menu-horizontal {
        text-align: left;
    }
    #header .header-nav {
        margin-bottom: 0px;
        max-height: none;
    }
    #header .header-top {
        padding: 0;
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
        display: inline-block;
        line-height: 1;
        color: #232323;
        font-weight: bold;
        padding-top: 20px;
        width: auto;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a i {
        color: #232323;
        margin-right: 5px;
        font-size: 26px;
        vertical-align: middle;
    }
    .webheay-contact-link li i {
        color: #2a2a2a;
    }
    .webheay-contact-link li {
        color: #2a2a2a;
        width: 100%;
    }
    #mobile_top_menu_wrapper .dropdown {
        position: relative;
    }
    #mobile_top_menu_wrapper select,
    #mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top,
    div#_mobile_compare_nav.compare-nav .icon_wrap {
        -moz-appearance: none;
        background: #fff none repeat scroll 0 0;
        border: 1px solid #ccc;
        color: #232323;
        height: 30px;
        line-height: 30px;
        outline: 0 none;
        padding: 0 25px 0 10px;
        position: relative;
        font-size: 14px;
        display: block;
    }
    div#_mobile_compare_nav.compare-nav .icon_wrap,
    #mobile_top_menu_wrapper .mobile-sidebar-meta .wishtlist_top {
        padding: 0 15px 0 10px;
    }
    #_mobile_wishtlistTop .wishtlist_top span.cart-wishlist-number {
        position: relative;
        color: #232323;
        right: 0;
        font-size: 14px;
        top: 0;
        background: none;
    }
    #_mobile_wishtlistTop .wishtlist_top span.cart-wishlist-number:before {
        content: '(';
    }
    #_mobile_wishtlistTop .wishtlist_top span.cart-wishlist-number:after {
        content: ')';
    }
    .compare-nav .icon_wrap span.amount_circle {
        float: right;
    }
    #mobile_top_menu_wrapper .dropdown:before {
        content: "\f107";
        font-family: fontawesome;
        position: absolute;
        right: 10px;
        top: 0;
        z-index: 99;
        display: none;
    }
    .header-top .search-widget {
        padding: 0;
    }
    .search-widget form button[type="submit"] {
        color: #fff;
        padding: 0 15px;
    }
    .webheaywishtlistTop {
        margin-right: 0;
        padding: 0;
    }
    #header .webheay-cart .cart>span.icon {
        display: block;
    }
    #header .header-top>.container {
        position: static;
    }
    #header {
        background-color: #203d6a !important
    }
    #header .webheay-cart .cart>span.icon svg {
        fill: #232323;
        width: 24px;
        height: 24px;
    }
    .mobile-logo-bar {
        display: flex;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }
    #header {
        -ms-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
        transition: all 0.1s
    }
    #header .mobile-search-bar {
        padding: 8px 0;
    }
    #header .webheayDisplaySearch {
        width: 100%;
    }
    .webheaySearch.dropdown-menu {
        width: 100%;
        position: unset;
        display: block;
    }
    #header .header-nav .blockcart.inactive .amount,
    #header .header-nav .blockcart.inactive .cart-products-count {
        display: block !important;
    }
    .mobile-menu-meta {
        color: #ffffff;
        background: #ffffff;
    }
    #header .header-nav .blockcart::before {
        display: none;
    }
    #header .header-nav #menu-icon {
        font-size: 24px;
        margin-left: 0;
        color: #ffffff;
        line-height: 0;
    }
    .wh-menu-row.bg-image {
        background: none;
    }
    #header .header-top .position-static,
    .header-top .col-md-4.right-nav {
        width: 100%;
        display: none;
    }
    .webheay-search {
        width: 100%;
    }
    #header .cart-content-right {
        right: -5px;
        top: -5px;
    }
    #header .cart-content-right .cart-products-count {
        box-shadow: none;
    }
    #mobile_top_menu_wrapper {
        margin-top: 0;
        padding: 0;
        position: fixed;
        width: 0;
        visibility: hidden;
        opacity: 0;
        left: 0;
        top: 0;
        height: 100%;
        overflow-y: auto;
        transition: all .2s;
        -ms-transition: all .2s;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        min-width: 0px;
        z-index: 9999;
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        width: 50%;
        min-width: 280px;
        margin: 0;
        max-width: 350px;
    }
    .wishtlist_top span.icon {
        display: block;
        position: relative;
        line-height: 1;
    }
    #header.toggle #mobile_top_menu_wrapper {
        visibility: visible;
        opacity: 1;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
    }
    .sidebar-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 0;
        left: 0;
        z-index: 999;
        visibility: hidden;
        opacity: 0;
        transition: all .3s;
    }
    .sidebar-open .sidebar-overlay {
        visibility: visible;
        opacity: 1;
    }
    #mobile_top_menu_wrapper .close-sidebar {
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        width: 40px;
        color: #fff;
    }
    .sidebar-open {
        overflow: hidden;
    }
    #mobile_top_menu_wrapper .user-info-wrap {
        background-image: url(../img/user-bg.jpg);
        color: #fff;
        padding: 20px;
        background-size: cover;
    }
    #mobile_top_menu_wrapper .user-info-wrap .user-icon {
        font-size: 40px;
    }
    #mobile_top_menu_wrapper .user-info-wrap .user-info-btn {
        margin-top: 20px;
    }
    #mobile_top_menu_wrapper .user-info-wrap .user-info-btn a:not(:last-child) {
        margin-right: 10px
    }
    #_mobile_currency_selector .language-selector .dropdown-menu {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    #_mobile_language_selector .language-selector .dropdown-menu {
        right: auto;
        left: 0;
    }
    #header .hidden-md-down {
        display: none!important;
    }
    #header .hidden-lg-up {
        display: block !important;
    }
    .mobile-menu-meta #menu-icon i {
        vertical-align: middle;
        line-height: 1;
    }
    #mobile_top_menu_wrapper select {
        width: 100%;
        padding: 0 0 0 5px;
    }
    .mobile-sidebar-meta .slidetoggle-menu>.col-xs-6 {
        padding: 0 7px;
        margin-top: 15px;
    }
    .mobile-sidebar-meta .slidetoggle-menu {
        padding: 0 7px;
    }
    .wishtlist_top span.icon {
        display: flex;
        align-items: center;
        height: 100%;
    }
    .wishtlist_top span.cart-wishlist-number {
        position: static;
        width: auto;
        vertical-align: middle;
        margin-left: auto;
        height: auto;
        line-height: 1;
        font-size: 12px;
    }
    .user-info-btn a:hover {
        color: #fff;
    }
    .user-info-btn a {
        color: #fff;
    }
    #_mobile_cart svg, 
    #_mobile_search svg, 
    #menu-icon svg{
        width: 20px;
        height: 20px;
        color: #203d6a;
    }
    .nav-contact-block {
        padding: 8px 0;
    }
    .nav-contact-block p {
        font-size: 13px;
    }
    .header-top .nav-right .dropdown .dropdown-menu, 
    #header .webheay-cart .cart_block {
        top: calc(100% + 26px);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header div#_desktop_user_info {
        margin-right: 8px;
    }
    .webheay-contact-link li {
        margin-right: 10px;
    }
    .webheayLogo {
        padding: 0px 0 0 15px;
    }
    #header .header-top .position-static {
        padding-right: 0px;
        padding-left: 0px;
        width: 60px;
    }
    .dropdown.right-nav .expand-more {
        line-height: 40px !important;
    }
    .search-widget .expand-more i,
    #_desktop_user_info .webheay-user-info a i {
        font-size: 24px;
    }
    #header .webheay-cart a span.icon {
        font-size: 20px;
    }
    .Categoryproducts .title_block {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .page-content .kqsl-social-login .social-button {
        display: block;
    }
    #header #search_widget #search_query_top {
        width: 240px;
    }
    #header .logo {
        max-width: 100px;
    }
    .header-col {
        padding: 0 15px;
    }
}
@media screen and (max-width: 543px) {
    #header .logo {
        width: 90px;
    }
    .header-nav .right-nav>div {
        padding: 20px 0;
    }
    .nav-contact-block p {
        font-size: 10px;
    }
    .header-top .nav-right .dropdown .dropdown-menu, 
    #header .webheay-cart .cart_block {
        top: calc(100% + 21px);
    }
}
@media screen and (max-width: 375px) {
    #header .logo {
        width: 80px;
    }
}
/* end Header */
/* ################################################################################### */
/*slider*/
.whnivo-slider {
    position: relative;
}

.owl-carousel .owl-item img {
    width: 100%;
}

.slider-des-inner {
    position: absolute;
    bottom: 50%;
    left: 12%;
    color: #ffffff;
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.slider-desc{
    color: #203d6a;
    font-size: 26px;
    font-weight: 600;
    text-transform: inherit;
    line-height: 1;
    position: relative;
}
.slider-title{
    font-size: 150px;
    font-weight: 400;
    line-height: 0.90;
    margin: 50px 0 0;
    color: #ff7b5f;
    font-family: 'Mickies', sans-serif;
}
.slider-title > span {
    display: block;
}
.slider-btn{
    font-size: 18px;
    margin-top: 92px;
    padding: 18.5px 41px;
    position: relative;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    color: #203d6a;
    border-radius: 3px;
}
.whimageslider-des .slider-btn:hover {
    background: #203d6a;
    color: #ffffff;
}
.slider-title-desc {
    position: absolute;
    bottom: 10%;
    -webkit-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    right: 25.5%;
    font-size: 24px;
    color: #ffffff;
}
.owl-item.active .whimageslider-des .slider-desc {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s; }

.owl-item.active .whimageslider-des .slider-title {
 -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s; }

.owl-item.active .whimageslider-des .slider-btn {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }
  
@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    opacity: 0;
    transform: translate3d(0,100%,0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0,100%,0);
    opacity: 0;
    transform: translate3d(0,100%,0);
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.owl-carousel .owl-dots {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    display: flex;
    flex-direction: column;
    left: 50px;
    width: auto;
    z-index: 1;
}

.owl-carousel .owl-dots .owl-dot{
    box-shadow: none;
    background: transparent;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding: 0;
    color: #203d6a;
    font-size: 20px;
}

.owl-carousel .owl-dots .owl-dot {
    justify-content: flex-end;
    position: relative;
}

.owl-carousel .owl-dots button.owl-dot{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid transparent;
    box-shadow: none;
    opacity: 1;
    background: transparent;
}
.owl-carousel .owl-dots button.owl-dot.active,
.owl-carousel .owl-dots button.owl-dot:hover{
    border: 2px solid #203d6a;
}
.whslider .owl-carousel .owl-dots button.owl-dot{
    background: transparent;
}

.owl-dots span {
    display: block;
    margin: auto;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #203d6a;
}

.owl-carousel .owl-dots .owl-dot span {
    color: #ffffff;
    font-size: 18px;
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    text-align: left;
    margin: 0;
    opacity: .5;
    margin-top: 40px;
    display: none;
}

.owl-carousel .owl-dots .owl-dot:first-child span{
    margin-top: 0;
}

.owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
}

.owl-carousel .owl-dots button + button{
    margin-top: 10px;
}
@media (max-width: 1750px) {
    .slider-title{
        font-size: 80px;
        margin: 30px 0 0;
    }
    .slider-desc {
        font-size: 24px;
    }
    .slider-btn {
        margin-top: 40px;
        padding: 12px 30px;
    }
}
@media screen and (max-width: 1199px){
    .slider-title {
        font-size: 60px;
        margin: 20px 0 0;
    }
    .slider-btn {
        margin-top: 30px;
        padding: 10px 25px;
    }
    .slider-desc {
        font-size: 20px;
    }
}
@media screen and (max-width: 991px) {
    .slider-title {
        font-size: 42px;
    }
    .slider-desc {
        font-size: 16px;
    }
    .slider-btn {
        font-size: 12px;
        line-height: 18px;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 767px){
    .slider-des-inner {
        left: 10%;
    }
    .slider-title {
        font-size: 40px;
        margin-top: 15px;
    }
    .slider-btn {
        margin-top: 10px;
        padding: 5px 15px;
    }
    .owl-carousel .owl-dots button.owl-dot{
        width: 24px;
        height: 24px;
    }
    .slider-btn {
        margin-top: 20px;
        padding: 8px 15px;
    }
    .slider-desc {
        font-size: 14px;
    }
}
@media screen and (max-width: 543px){
    .slider-title {
        font-size: 34px;
        margin-top: 10px;
    }
    .slider-desc {
        font-size: 12px;
    }
    .slider-btn{
        margin-top: 10px;
        font-size: 9px;
        line-height: 12px;
    }
}
@media screen and (max-width: 425px){
    .slider-title {
        font-size: 20px;
        margin-top: 8px;
    }
    .slider-btn {
        margin-top: 10px;
        padding: 5px 10px;
    }
    .slider-desc {
        font-size: 9px;
    }
    .slider-des-inner {
        left: 5%;
    }
}
/* ################################################################################### */
/* servises section*/
.service-sec {
    background-image: url(../img/service.png);
    background-size: auto;
    background-position: 50% 65%;
    background-repeat: no-repeat;
}

.service-filter {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -60px;
    height: 100%;
    align-items: center;
}

.service {
    width: calc(25% - 60px);
    margin-left: 60px;
}

.service-sec a {
    position: relative;
    width: 210px;
    height: 210px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #e2e2e2;
    border-radius: 100%;
}

.service .ser-detail {
    color: #203d6a;
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
}
@media (max-width: 1599px) and (min-width: 1200px){
    .service-sec {
        background-position: 50% 63%;
    }
}
@media (max-width: 1599px){
    .service-filter {
        margin-left: -30px;
    }
}
@media (max-width: 1440px){
    .service-sec a {
        width: 160px;
        height: 160px;
    }
    .service {
        width: calc(25% - 30px);
        margin-left: 30px;
    }
}
@media (max-width: 1199px){
    .service .ser-detail {
        margin-top: 15px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .service-sec .service-box {
        padding: 0 5px;
    }
    .ImageSlider .row {
        margin: 0 -5px;
    }
    .service .ser-detail {
        margin-top: 10px;
    }
    .service .ser-detail h2 {
        font-size: 13px;
    }
    .service .ser-detail p{
        font-size: 13px;
        line-height: 20px;
    }
}
@media (max-width: 767px){
    .service-sec {
        background-position: 50% 58%;
    }
    .service-filter {
        margin-left: 0px;
        justify-content: center;
    }
    .service {
        width: calc(25% - 20px);
        margin-left: 10px;
    }
    .service img {
        width: 30px;
    }
    .service .ser-detail {
        margin-top: 10px;
        font-size: 11px;
    }
    .service-sec a {
        width: 100px;
        height: 100px;
    }
}
@media (max-width: 543px) {
    .service {
        margin-left: 20px;
    }
    .service-sec a {
        width: 85px;
        height: 85px;
    }
    .service img {
        width: 25px;
    }
    .service .ser-detail {
        margin-top: 10px;
        font-size: 9px;
    }
}
@media (max-width: 425px){
    .service-filter .service:nth-child(3) {
        display: none;
    }
    .service:first-child {
        margin-left: 0;
    }
    .service {
        width: calc(25% - 0px);
        margin-left: 25px;
    }
}
/* ################################################################################### */
/* top-banner-section*/
.top_banner  {
    margin-top: 160px;
    background-image: url(../img/banner-top-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top_banner .row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.top_banner .sec-heading h3.page-heading {
    text-align: left;
}

.top_banner .sec-heading {
    margin: -17px 0 0;
}

.whbanner-filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}

.whbanner-filter .whbanner-filter-wrapper{
    margin-left: 75px;
    background-color: #fff;
}

.whbanner-filter .whbanner-filter-wrapper a {
    position: relative;
    text-align: center;
    height: 195px;
    width: 195px;
    border: 2px solid #e2e2e2;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.whbanner-filter .whbanner-filter-wrapper h3 {
    color: #203d6a;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    font-family: 'Mickies';
    margin-bottom: 6px;
}

.whbanner-filter .whbanner-filter-wrapper span {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-top: 0;
}
@media (max-width: 1440px) {
    .top_banner  {
        margin-top: 100px;
        background-size: auto;
    }
    .banner-content.banner-text {
        right: 30px;
    }
    .banner-content.banner-text .whbanner-desc {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .banner-content.banner-text .whbanner-title {
        font-size: 50px;
        margin: 0 0 30px;
    }
}

@media (max-width: 1199px) {
    .whbanner-filter .whbanner-filter-wrapper a {
        height: 140px;
        width: 140px;
    }
    .whbanner-filter .whbanner-filter-wrapper h3 {
        font-size: 20px;
    }
    .whbanner-filter .whbanner-filter-wrapper span {
        font-size: 16px;
    }
    .whbanner-filter .whbanner-filter-wrapper {
        margin-left: 30px;
    }
    .banner-content.banner-text .whbanner-desc {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .banner-content.banner-text .whbanner-title {
        font-size: 40px;
        margin: 0 0 15px;
    }
}

@media (max-width: 991px) {
    .top_banner .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .top_banner [class*='col-'] {
        padding: 0 5px;
    }
    .top_banner {
        margin: 40px 50px 0;
        background-position: 40% 50%;
    }
    .top_banner .sec-heading h3.page-heading {
        font-size: 30px;
    }
    .whbanner-filter .whbanner-filter-wrapper a {
        height: 110px;
        width: 110px;
    }
}
@media (max-width: 767px) {   
    .top_banner {
        margin: 40px 30px 0;
        background-position: 60% 38%;
    } 
    .whbanner-filter {
        justify-content: center;
    }
    .top_banner .sec-heading {
        margin: 0 0 15px;
    }
    .top_banner [class*='col-'] {
        width: 100%;
    }
    .top_banner .sec-heading h3.page-heading {
        text-align: center;
    }
}
@media (max-width: 543px) {
    .top_banner .sec-heading h3.page-heading {
        font-size: 26px;
    }
    .whbanner-filter .whbanner-filter-wrapper a {
        height: 80px;
        width: 80px;
    }
    .whbanner-filter .whbanner-filter-wrapper h3 {
        font-size: 16px;
    }
    .whbanner-filter .whbanner-filter-wrapper span {
        font-size: 12px;
    }
}
@media (max-width: 425px) {
    .whbanner-filter .whbanner-filter-wrapper {
        margin-left: 15px;
    }
}
@media (max-width: 375px) {
    .top_banner {
        margin: 40px 20px 0;
        background-position: 60% 40%;
    }
    .whbanner-filter .whbanner-filter-wrapper a {
        height: 70px;
        width: 70px;
    }
    .whbanner-filter .whbanner-filter-wrapper {
        margin-left: 10px;
    }
}
/*full banner*/
.full-banner-section {
    position: relative;
}

.full-banner-section img{
    width: 100%;
}

.full-banner-section .banner-content {
    position: absolute;
    z-index: 1;
    left: 15%;
    bottom: 50%;
    transform: translateY(50%);
    text-align: center;
}

.full-banner-section .whbanner-title {
    color: #fff;
    font-size: 226px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: -4px;
    margin: 0;
    font-family: 'Mickies', sans-serif;
}

.banner-btn {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
    color: #ffffff;
    background-color: #203d6a;
    padding: 18.5px 40px;
    border-radius: 3px;
    text-transform: uppercase;
}

.banner-btn:hover {
    background-color: #ffffff;
    color: #203d6a;
}

@media (max-width: 1599px) {
    .full-banner-section .whbanner-title {
        font-size: 160px;
    }
    .banner-btn {
        margin-top: 30px;
    }
}

@media (max-width: 1440px) {
    .full-banner-section .whbanner-title {
        font-size: 100px;
    }
    .banner-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
}

@media (max-width: 1199px) {
    .banner-btn {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .full-banner-section .whbanner-title {
        font-size: 80px;
        letter-spacing: normal;
    }
    .banner-btn {
        margin-top: 10px;
        padding: 10px 12px;
        font-size: 12px;
        line-height: 18px;
    }
}
@media (max-width: 767px) {
    .banner-btn {
        margin-top: 8px;
        padding: 8px 12px;
        font-size: 9px;
        line-height: 12px;
    }
}
@media (max-width: 575px) {
    .banner-btn {
        margin-top: 5px;
    }
    .full-banner-section .whbanner-title {
        font-size: 60px;
    }
}
@media (max-width: 425px) {
    .full-banner-section .banner-content {
        left: 13%;
    }
    .full-banner-section .whbanner-title {
        font-size: 40px;
        padding-top: 10px;
    }
}
@media (max-width: 375px) {
    .full-banner-section .banner-content {
        left: 10%;
    }
    .banner-btn {
        padding: 5px 10px;
    }
}
/**/
.owl-carousel:not(.product-images) .owl-nav {
    text-align: center;
}

.owl-carousel:not(.product-images) .owl-nav>* {
    width: 60px;
    height: 60px;
    background: transparent;
    border: 2px solid #fff;
    margin: 0 5px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 50%;
    z-index: 2;
}

.owl-carousel:not(.product-images) .owl-nav>*:hover {
    color: #fff;
}

@media (min-width:1460px) and (max-width: 1800px) {
    .full-banner-section .adv-poster {
        width: 30%;
    }
}

@media screen and (max-width: 991px) {
    .bottom_banner_sec {
        margin-top: 40px;
    }
    .owl-carousel:not(.product-images) .owl-nav>* {
        width: 35px;
        height: 35px;
        font-size: 28px;
    }
    .owl-carousel:not(.product-images) .owl-nav>*:before {
        top: 10px;
    }
    .owl-carousel:not(.product-images) .owl-nav>*:after {
        bottom: 10px;
    }
    #whimageslider .nivo-directionNav .nivo-nextNav,
    #whimageslider .nivo-directionNav .nivo-prevNav {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 22px;
    }
    .owl-carousel:not(.product-images) .owl-nav>* {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .owl-carousel:not(.product-images) .owl-nav {
        margin-top: 20px;
    }
    .owl-carousel:not(.product-images) .owl-nav .owl-prev {
        margin-left: 0
    }
}

/*Section-heading*/
.sec-heading,
#product #main .sec-heading,
#main .webheayProductGrid .sec-heading {
    margin-bottom: 80px;
}

#main .sec-heading,
.wh_tab .sec-heading {
    margin-bottom: 55px;
}

#product #main .sec-heading h3,
#main .webheayProductGrid .sec-heading h3,
.sec-heading h3.page-heading,
#itblog_block .sec-heading h3,
.sec-heading h3 {
    color: #203d6a;
    text-align: center;
    position: relative;
    font-size: 45px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: 'Mickies', sans-serif;
}

.Special_accodian .sec-heading .page-heading{
    padding-top: 69px;
}

.Special_accodian .sec-heading .page-heading:before {
    position: absolute;
    content: "";
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background-image: url(../img/title-img1.png);
    width: 73px;
    height: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.Wh-bestseller-prod .sec-heading .page-heading:before{
    background-image: url(../img/title-img2.png);
} 

#main .sec-heading h3 {
    text-align: left;
}

.sec-heading .sub-heading {
    font-weight: 400;
    text-transform: inherit;
    margin: 20px 0 0;
    line-height: 1;
    display: block;
    font-size: 18px;
    color: #6f6f6f;
}

@media screen and (max-width: 1440px) {
    .sec-heading,
    #product #main .sec-heading,
    #main .webheayProductGrid .sec-heading,
    #main .sec-heading, .wh_tab .sec-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .sec-heading .sub-heading {
        margin: 15px 0 0;
        font-size: 16px;
    }
    #product #main .sec-heading h3, 
    #main .webheayProductGrid .sec-heading h3, 
    .sec-heading h3.page-heading, 
    #itblog_block .sec-heading h3, 
    .sec-heading h3 {
        font-size: 30px;
    }
    .sec-heading,
    .wh_tab .sec-heading,
    #product #main .sec-heading,
    #main .webheayProductGrid .sec-heading {
        margin-bottom: 20px;
    }
    .Special_accodian .sec-heading .page-heading {
        padding-top: 45px;
    }
    .Special_accodian .sec-heading .page-heading:before {
        width: 60px;
        height: 40px;
    }
}

@media screen and (max-width: 767px) {
    #product #main .sec-heading h3,
    .sec-heading h3.page-heading,
    #itblog_block .sec-heading h3,
    .sec-heading h3,
    #main .webheayProductGrid .sec-heading h3 {
        font-size: 24px;
    }
    .sec-heading .sub-heading {
        font-size: 14px;
    }
}

@media screen and (min-width: 1441px) {
    .webheayProductFilter a.all-product-link {
        margin-top: -20px;
    }
}

@media screen and (max-width:767px) {
    a.all-product-link {
        padding: 7px 15px;
        font-size: 12px;
        line-height: 16px;
    }
}

/*tab-product-sec*/
.wh_tab {
    text-align: center;
    display: block;
    padding-right: 0px;
    border-bottom: none;
}

.tab-content {
    text-align: center;
    position: relative;
}

.wh_tab .webheay-tab {
    border: medium none;
    display: inline-block;
    margin: 0 0 73px;
}

.wh_tab .webheay-tab li {
    padding: 0px;
    float: left;
    text-align: center;
}

.wh_tab .webheay-tab li + li {
    margin-left: 20px;
}

#WhProductFilterTabs .nav-item:not(:first-child) a {
    border-left: none;
}

.wh_tab .webheay-tab li a {
    background: transparent;
    border: medium none;
    color: #6f6f6f;
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0 0 7px 0;
    border-radius: 0;
    font-size: 16px;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}

.wh_tab .webheay-tab li a.active {
    color: #6f6f6f;
}

.wh_tab .webheay-tab li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: 0 0;
     -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.wh_tab .webheay-tab li a.active::after {
    background: #6f6f6f;
}

.webheayProductGrid .comments_note .laberCountReview,
.webheayProductList .comments_note .laberCountReview,
.webheayProductList .comments_note .open-comment-form,
.webheayProductGrid .comments_note .open-comment-form,
.quickview .comments_note .open-comment-form {
    display: none;
}

.webheayProductGrid .disabled,
.webheayProductList .disabled {
    cursor: no-drop !important;
}

.whcolumn:hover .owl-prev,
.whcolumn:hover .owl-next {
    opacity: 1;
}

a.all-product-link {
    border: 2px solid #232323;
    background: #fff;
    color: #232323;
    padding: 7.5px 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 15px;
    display: inline-block;
    vertical-align: middle;
}

a.all-product-link:hover {
    background: #232323;
    color: #ffffff;
}
@media screen and (max-width: 1440px) {
    .wh_tab .webheay-tab {
        margin: 0 0 30px;
    }
}

@media screen and (max-width:991px) {
    #left-column.col-md-3,
    .left-column.col-md-9 {
        width: 100%;
    }
    #left-column {
        margin-top: 30px;
    }
    .wh_tab .webheay-tab li a {
        font-size: 14px
    }
    .wh_tab .webheay-tab {
        margin: 0 0 15px;
    }
}

@media screen and (min-width:768px) {
    .webheayProductFilter .sec-heading p {
        font-size: 16px;
        margin-bottom: 0;
    }
    .owl-carousel:not(.product-images) .owl-nav {
        position: relative;
        margin-top: 20px;
    }
    .Wh-Specials-prod .itContent {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media screen and (max-width:767px) {
    .wh_tab .webheay-tab {
        border-bottom: none;
        overflow-x: auto;
    }
    .wh_tab .webheay-tab::-webkit-scrollbar {
        display: none;
    }
    .wh_tab .webheay-tab li {
        margin: 0 0px 0 15px;
        text-align: center;
    }
    .wh_tab .webheay-tab li a:before {
        display: none;
    }
    .wh_tab .webheay-tab li a {
        white-space: nowrap;
        margin: 0px;
    }
}

@media screen and (max-width: 480px) {
    .wh_tab .webheay-tab {
        display: flex;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .middle_bennar_sec .col-md-12.uper-banner,
    .middle_bennar_sec .col-md-12.lower-banner {
        padding: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .Wh-Specials-prod .sec-heading {
        margin-bottom: 5px;
    }
    .middle_bennar_sec .col-md-12.uper-banner,
    .middle_bennar_sec .col-md-12.lower-banner {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .webheayProductFilter .prod-filter.itContent {
        width: 100%;
        padding: 0;
    }
}

/* webheayProductGrid */
#itblog_block {
    margin-left: 15px;
    margin-right: 15px;
}

.webheayProductGrid {
    position: relative;
    text-align: center;
}

.product-accessories,
.Categoryproducts {
    margin-bottom: 100px;
}

.empty-block .item:hover,
.empty-block .item {
    transform: none;
    box-shadow: none;
}

.webheayProduct-container {
    border: none;
}

.webheayProductGrid .item .alert-warning {
    margin: 0
}

.webheayProductGrid .webheayProduct-image {
    position: relative;
    text-align: center;
    border: none;
    overflow: hidden;
    border-radius: 7px;
}

.webheayProductGrid.specialProductGrid .webheayProduct-image {
    padding: 0;
}

.webheayProduct-container .webheayProduct-image .product-thumbnail:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.09);
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.webheayProductList .webheayProduct-container .webheayProduct-image .product-thumbnail:after{
    display: none;
}

.webheayProduct-container:hover .webheayProduct-image .product-thumbnail:after {
    opacity: 1;
    visibility: visible;
}

.webheayProductGrid .webheayProduct-image .thumbnail {
    display: block;
}

.webheayProductList .webheayProduct-image .thumbnail .hover_image,
.webheayProductGrid .webheayProduct-image .thumbnail .hover_image {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.webheayProductList .item:hover .webheayProduct-image .thumbnail .hover_image,
.webheayProductGrid .item:hover .webheayProduct-image .thumbnail .hover_image {
    opacity: 1;
}

.webheayProductGrid .variant-links {
    background-color: #fff !important;
    bottom: 20px;
    opacity: 0;
    padding: 10px 5px 5px 10px !important;
    position: absolute !important;
    left: -100%;
    top: inherit !important;
    min-height: 0 !important;
    width: auto !important;
    -webkit-border-radius: 2px 0 0 3px;
    -moz-border-radius: 2px 0 0 3px;
    -ms-border-radius: 2px 0 0 3px;
    -o-border-radius: 2px 0 0 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.webheayProductGrid .item:hover .variant-links {
    left: 0;
    opacity: 1;
}

.webheayProductGrid .variant-links .color {
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.webheayProductGrid .variant-links .color.active,
.webheayProductGrid .variant-links .color:hover,
.webheayProductGrid .variant-links .custom-checkbox input[type="checkbox"]+span.color.active,
.webheayProductGrid .variant-links .custom-checkbox input[type="checkbox"]+span.color:hover,
.webheayProductGrid .variant-links .facet-label.active .custom-checkbox span.color,
.webheayProductGrid .variant-links .facet-label:hover .custom-checkbox span.color {
    border: 1px solid #3a3838;
}

.webheayProductsList .webheayActions {
    bottom: 15px;
    text-align: left;
    left: 0;
}

.webheayProductsList .webheayActions-i,
.webheayProductGrid .webheayActions-i {
    display: block;
}

.webheayProductGrid .webheayActions.webheayItem .webheayActions-i {
    display: inline-block;
}

.webheayProductsList .webheayActions .webheayItem,
.webheayProductGrid .webheayActions .webheayItem {
    display: inline-block;
    vertical-align: middle;
}

.webheayProductGrid .webheayCart button,
.webheayProductGrid .webheayItem a,
.webheayProductList .webheayCart button,
.webheayProductList .webheayItem a,
.webheayProductsList .webheayCart button,
.webheayProductsList .webheayItem a,
.specialProductGrid .product_desc .block-inner .addToWishlist,
.specialProductGrid .product_desc .block-inner .quick-view,
.webheayActions.grid .webheayActions.webheayItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    position: relative;
    margin: 0;
    width: 47px;
    height: 47px;
    color: #666666;
    background-color: #ffffff;
    border: none;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
}

.webheayItem svg {
    width: 16px;
    height: 16px;
}

.webheayProductGrid .webheayCart button:hover,
.webheayProductGrid .webheayItem a:hover,
.webheayProductList .webheayCart button:hover,
.webheayProductList .webheayItem a:hover,
.webheayProductsList .webheayCart button:hover,
.webheayProductsList .webheayItem a:hover,
.webheayActions.grid .webheayActions.webheayItem a:hover {
    color: #fff;
}

.webheayProductGrid .webheayCart .cart-btn i {
    display: none;
}

.webheayProductGrid .webheayItem a i,
.webheayProductList .webheayItem a i,
.webheayProductsList .webheayItem .cart-btn i,
.webheayProductGrid .webheayItem .cart-btn i {
    line-height: 36px;
}

.webheayProductList .item-inner .webheaySale-label,
.webheayProductList .item-inner .webheayNew-label,
.whcolumn .webheaySale-label,
.whcolumn .webheayNew-label,
.webheayProductGrid .webheaySale-label,
.webheayProductGrid .webheayNew-label {
    display: block;
    font-size: 13px;
    line-height: 1;
    padding: 5px 8px;
    position: absolute;
    text-align: center;
    top: 0;
    min-width: 40px;
    min-height: 20px;
    color: #fff;
    font-weight: 400;
    transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    background-color: #232323;
}

.webheayProduct-image .product-thumbnail img {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
}

.webheayProductGrid .webheaySale-label,
.webheayProductList .item-inner .webheaySale-label,
.whcolumn .webheaySale-label {
    color: #fff;
}

.webheayProductList .item-inner .webheayNew-label,
.whcolumn .webheayNew-label,
.webheayProductGrid .webheayNew-label {
    left: 0;
}

.webheayProductList .item-inner .webheaySale-label,
.whcolumn .webheaySale-label,
.webheayProductGrid .webheaySale-label {
    right: 0;
    left: auto;
}

.webheayProductList .webheayProduct-container:hover .webheayNew-label,
.webheayProductGrid .webheayProduct-container:hover .webheayNew-label {
    left: -60px;
}

.webheayProductList .webheayProduct-container:hover .webheaySale-label,
.webheayProductGrid .webheayProduct-container:hover .webheaySale-label {
    right: -80px;
}

.current-lan {
    cursor: pointer;
    font-size: 15px;
    padding: 5px 0;
    line-height: 1.2;
    display: block;
    border-bottom: 1px solid transparent;
}

.webheayProductList .item-inner .reduction_percent_display,
.whcolumn .reduction_percent_display,
.webheayProductGrid .reduction_percent_display,
#itsearch_data .items-list .item .reduction_percent_display,
#product .has-discount .discount,
.has-discount .discount,
.quickview .current-price span.discount {
    background: #232323 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0 5px;
    padding: 3px 6px;
    line-height: 1;
}

.whcolumn .webheayStock,
.webheayProductGrid .webheayStock {
    color: #989898;
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1;
}

.subpage .webheayProductGrid .productName,
.whcolumn .productName,
.webheayProductGrid .productName {
    line-height: 1;
    text-transform: none;
    margin-top: 3px;
    margin-bottom: 10px;
}

.webheayProductGrid .productName {
    line-height: 1;
    text-transform: none;
    margin:0 0 12px;
}

.webheayProduct-container .productName a {
    color: #232323;
    font-weight: 600;
}

#whsearch_data .items-list li .product-name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #232323;
    transition: all .3s;
}

#Wh-featured-prod .prod-filter {
    margin-top: 40px;
}

.webheayProductFilter .prod-filter.col-md-9 {
    padding-right: 0;
}

.comments_note div.star,
#productCommentsBlock div.star {
    height: auto;
    line-height: 1;
}

.webheayProductList .webheayCart button,
.webheayProductList .webheayItem a {
    height: 40px;
    width: 40px;
    border: 1px solid #d6d6d6;
    padding: 0;
    margin-right: 10px;
    font-size: 16px;
    line-height: 45px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    display: block;
    text-align: center;
}

.webheayProductList .webheayItem svg {
    width: 16px;
    height: 16px;
    stroke-width: 1.7;
}

.webheayProductList .webheayItem a i {
    display: block;
    line-height: 38px;
}

.webheayProductList .webheayItem a span,
.webheayProductList .webheayBottom span,
.webheayActions .webheayItem a span {
    background: rgba(0, 0, 0, 0.8);
    border: medium none;
    border-radius: 2px;
    bottom: 100%;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    left: 50%;
    line-height: 20px;
    margin-bottom: 5px;
    max-width: 200px;
    padding: 5px 12px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translate(-50%, 0px);
    -moz-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    -o-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    visibility: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.webheayProductList .webheayItem a span:before,
.webheayProductList .webheayBottom span:before {
    border-color: rgba(0, 0, 0, 0.8) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 5px 5px 0;
    bottom: 0;
    content: "";
    height: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    position: absolute;
    width: 0;
}

.webheayProductList .webheayItem a:hover span,
.webheayProductList .webheayBottom:hover span {
    margin-bottom: 10px;
    opacity: 1;
    visibility: visible;
}

.webheayProductGrid .webheayItem a span {
    background: #ffffff;
    color: #6f6f6f;
    bottom: unset;
    margin: auto;
    left: -15px;
    font-size: 12px;
    font-weight: 500;
    transform: translateX(-100%);
    text-transform: uppercase;
}

.webheayProductGrid .webheayItem .webheaywishlist a span{
    display: none;
}

.subpage .webheayProductGrid .productName a,
.whcolumn .productName a,
.webheayProductGrid .productName a,
.ui-front.ui-menu .ui-menu-item .search-item .product-name {
    color: #203d6a;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.4;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

#products .regular-price, 
.featured-products .regular-price, 
.product-accessories .regular-price,
.product-miniature .regular-price,
.whcolumn .old-price,
.webheayProductGrid .old-price {
    font-size: 18px;
    color: #6f6f6f;
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 5px;
    line-height: normal;
}

.whcolumn .price,
.webheayProductGrid .price,
.webheayProductList .price {
    color: #6f6f6f;
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1051px) {
    .webheayProductsList .webheayActions .webheayItem{
        transform: translateY(15px);
        -moz-transform: translateY(15px);
        -webkit-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .webheayProductsList .webheay-thumbnail-container:hover .webheayItem{
        opacity: 1;
        visibility: visible;
        -webkit-transition: all .3s ease-in-out 0s;
        -moz-transition: all .3s ease-in-out 0s;
        -ms-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    .webheayProductsList .webheayActions {
        position: absolute;
        text-align: center;
        z-index: 9;
        bottom: 0;
        left: auto;
        right: 0px;
        width: 100%;
    }
    .webheayProductsList .webheayActions,
    .webheayProductGrid .webheayActions{
        padding: 0;
    }
    .webheayProductGrid .webheayActions .webheayItem+.webheayItem {
        margin-left: 13px;
    }
    .webheayProductGrid .webheayActions.grid {
        position: absolute;
        z-index: 9;
        bottom: -50px;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
        background: transparent;
        -webkit-transition: all .3s ease-in-out 0s;
        -o-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s;
    }
    .webheayProductGrid .webheayProduct-container:hover .webheayActions {
        bottom: 50px;
        opacity: 1;
    }
}

@media (max-width: 1199px) {
    .product-accessories,
    .Categoryproducts {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1050px) {
    .webheayProductGrid .webheayActions.grid {
        position: absolute;
        top: auto;
        bottom: 10px;
        right: 0;
        left: 0;
        margin: auto;
    }
    .webheayProductGrid .webheayActions.grid .webheayActions-i {
        justify-content: center;
        flex-direction: row;
    }
    .webheayActions.grid .webheayActions.webheayItem svg {
        display: block;
        padding: 0;
    }
    .webheayActions.grid .webheayActions.webheayItem a {
        padding: 0;
    }
    .webheayProductGrid .webheayActions .webheayItem+.webheayItem {
        margin-left: 5px;
    }
    .subpage .webheayProductGrid .productName a, 
    .whcolumn .productName a, 
    .webheayProductGrid .productName a, 
    .ui-front.ui-menu .ui-menu-item .search-item .product-name {
        font-size: 16px;
    }
    .webheayProductGrid .webheayCart button,
    .webheayProductGrid .webheayItem a,
    .webheayProductList .webheayCart button,
    .webheayProductList .webheayItem a,
    .webheayProductsList .webheayCart button,
    .webheayProductsList .webheayItem a,
    .specialProductGrid .product_desc .block-inner .addToWishlist,
    .specialProductGrid .product_desc .block-inner .quick-view,
    .webheayActions.grid .webheayActions.webheayItem a {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:991px) {
    .product-accessories,
    .Categoryproducts {
        margin-bottom: 40px;
    }
    .webheayProductsList .webheay-thumbnail-container .webheayQuick {
        margin: 0;
    }
    .webheayProductsList .webheay-thumbnail-container .webheayWish {
        margin-bottom: 0;
        margin-right: 4px;
    }
    .webheayProductGrid .webheayCart button,
    .webheayProductGrid .webheayItem a,
    .webheayProductList .webheayCart button,
    .webheayProductList .webheayItem a,
    .webheayProductsList .webheayCart button,
    .webheayProductsList .webheayItem a,
    .specialProductGrid .product_desc .block-inner .addToWishlist,
    .specialProductGrid .product_desc .block-inner .quick-view,
    .webheayActions.grid .webheayActions.webheayItem a {
        width: 30px;
        height: 30px;
        font-size: 14px;
        line-height: 32px;
    }
    .webheayProductGrid .webheayItem a i,
    .webheayProductList .webheayItem a i,
    .webheayProductsList .webheayItem .cart-btn i,
    .webheayProductGrid .webheayItem .cart-btn i {
        line-height: 28px;
    }
    .webheayItem svg {
        width: 14px;
        height: 14px;
    }
    .webheayProductList .webheayCart button,
    .webheayProductList .webheayItem a {
        margin-right: 5px;
    }
    .webheayProductGrid .webheayCart .cart-btn {
        padding: 5px 15px;
        margin-top: 5px;
    }
    .subpage .webheayProductGrid .productName,
    .whcolumn .productName,
    .webheayProductGrid .productName {
        margin-top: 0px;
        margin-bottom: 5px;
    }
    .col-md-6.product-column-style {
        width: 100%;
    }
    .webheayProductGrid .item-inner {
        padding: 0 5px;
    }
    .Special_accodian.row,
    .displayPosition4 .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .webheayProductList .webheayItem svg {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width: 767px) {
    .product-accessories,
    .Categoryproducts {
        margin-bottom: 30px;
    }
    .webheayProduct>.row {
        margin: 0
    }
    .whcolumn .price,
    .webheayProductGrid .price,
    .webheayProductList .price {
        font-size: 15px;
    }
    .nivo-directionNav {
        display: none;
    }
    .Wh-Specials-prod {
        display: block;
        margin: 0;
    }
    .Wh-Specials-prod.webheayProductFilter {
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .product_banner {
        margin-top: 15px;
    }
    .product_banner.product_banner-1 .col-md-4,
    .product_banner.product_banner-2 .col-md-8 {
        padding-left: 7.5px;
    }
    .product_banner.product_banner-1 .col-md-8,
    .product_banner.product_banner-2 .col-md-4 {
        padding-right: 7.5px;
    }
}


/* column products */

.webheayProducts-column {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0;
}

.webheayProducts-column .no-margin {
    margin-right: -2px;
}

.webheayProducts-column .webheay_banner {
    padding: 15px;
    border-right: 1px solid #e2e2e2;
}

.webheayProducts-column .owl-item .item-inner {
    padding: 0;
}

.webheayProducts-column .owl-item .item-inner .item {
    border-right: 1px solid #e2e2e2;
    padding: 15px;
    min-height: 204px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.webheayProducts-column .owl-item .item-inner .item:first-child {
    border-bottom: 1px solid #e2e2e2;
}

.whcolumn .webheayProduct-container {
    position: relative;
    z-index: 1;
}

.product-column-style .webheayMedia-body {
    padding: 0;
}

.product-column-style .item:last-child .colmn-webheay {
    margin-bottom: 0;
}

.colmn-webheay .comments_note {
    margin-bottom: 4px;
}

.colmn-webheay {
    border-bottom: 1px solid #e3e3e3;
    padding: 15px 0;
    float: left;
    width: 100%;
}

.product-column-style .webheayProductsList .webheayItem .quick-view i,
.product-column-style .webheayProductsList .webheayItem .addToWishlist i,
.product-column-style .webheayProductsList .webheayItem .cart-btn i,
.product-column-style .webheayProductGrid .webheayItem .quick-view i,
.product-column-style .webheayProductGrid .webheayItem .addToWishlist i,
.product-column-style .webheayProductGrid .webheayItem .cart-btn i {
    line-height: 34px;
}

.product-column-style .webheayProductsList .webheayItem a span {
    font-size: 0;
}

.product-column-style .webheayProductsList .webheayItem .quick-view,
.product-column-style .webheayProductsList .webheayItem .addToWishlist,
.product-column-style .webheayProductsList .webheayItem .cart-btn,
.product-column-style .webheayProductGrid .webheayItem .quick-view,
.product-column-style .webheayProductGrid .webheayItem .addToWishlist,
.product-column-style .webheayProductGrid .webheayItem .cart-btn {
    font-size: 15px;
    width: 35px;
    height: 35px;
}

.product-column-style .webheayProductsList .webheayActions,
.product-column-style .webheayProductGrid .webheayActions {
    bottom: 17px;
    text-align: left;
}

.product-column-style .webheayProductsList .webheayActions {
    bottom: 0;
}

.product-column-style .item {
    margin: 0 1px;
}

.webheayProductsList.whcolumn .webheay-product-description {
    text-align: left;
    padding: 0;
}

@media screen and (max-width: 480px) {
    .subpage .webheayProductGrid .productName a,
    .whcolumn .productName a,
    .ui-front.ui-menu .ui-menu-item .search-item .product-name {
        font-size: 14px;
    }
    .webheayProductGrid .webheayItem .quick-view:before,
    .webheayProductGrid .webheayItem .addToWishlist:before,
    .webheayProductGrid .webheayItem .cart-btn:before {
        display: none;
    }
    .webheayProductGrid .webheayItem .quick-view,
    .webheayProductGrid .webheayItem .addToWishlist,
    .webheayProductGrid .webheayItem .cart-btn {
        transform: none;
    }
    .whcolumn .price,
    .webheayProductGrid .price,
    .webheayProductList .price {
        font-size: 14px;
    }
    #products .regular-price, 
    .featured-products .regular-price, 
    .product-accessories .regular-price,
    .product-miniature .regular-price,
    .whcolumn .old-price,
    .webheayProductGrid .old-price,
    .whcolumn .old-price,
    .webheayProductGrid .old-price {
        font-size: 16px;
        margin-left: 0;
    }
    .webheayProductList .webheayProduct-container:hover .webheayNew-label,
    .webheayProductGrid .webheayProduct-container:hover .webheayNew-label {
        left: 0px;
    }
    .webheayProductList .webheayProduct-container:hover .webheaySale-label,
    .webheayProductGrid .webheayProduct-container:hover .webheaySale-label {
        right: 0px
    }
}

@media screen and (min-width: 1200px) {
    .Wh-Specials-prod.webheayProductFilter .whContent .banner-sec {
        width: 40%
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-title {
        font-size: 20px;
    }
    .header-title span {
        font-size: 18px;
    }
}

/* webheayGridList */
.products-selection {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e2e2e2;
}

.products-selection .total-products .webheayGridList {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.products-selection .total-products p {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.webheayGridList .display-title {
    color: #232323;
    font-size: 15px;
    line-height: 35px;
    margin-right: 15px;
    padding: 0;
}

.webheayGridList li+li {
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #e2e2e2;
}

.webheayGridList li a {
    display: block;
    font-size: 17px;
    text-align: center;
    line-height: 14px;
}
@media screen and (min-width: 992px) {
    .products-selection .row {
        display: flex;
        align-items: center;
    }
}

/* webheayProductList  */
.webheayActions.grid .webheaycompare{
    display: none;
}

.webheayProductList .item {
    border: 1px solid transparent;
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 7px;
}

.webheayProductList .item .webheayProduct-image {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}

.webheayProductList .item .webheay-product-description {
    padding: 30px 15px 30px 15px;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 15px;
    min-height: 0;
    padding: 0;
    text-align: left;
}

.color,
.custom-checkbox input[type="checkbox"]+span.color {
    border-radius: 100%;
    height: 15px;
    margin: 0 5px 0 0;
    width: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.color {
    border-radius: 0;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
    border: 1px solid #232323;
}

.webheayProductList .description_short {
    line-height: 25px;
    margin-bottom: 15px;
}

.webheayProductList .description_short p {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
}

.subpage .webheayProductList .webheay-product-title {
    line-height: 1;
    text-transform: none;
    margin-bottom: 10px;
}

.subpage .webheayProductList .webheay-product-title a {
    color: #203d6a;
    font-size: 18px;
    font-weight: 600;
}

.subpage .webheayProductList .webheay-product-title a:hover {
    color: #232323;
}

.webheayProductList .webheay-product-price-and-shipping {
   margin: 5px 0 10px;
}

#products .webheayProductList .regular-price {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
    text-decoration: line-through;
}

.webheayProductList .Out-stock,
.webheayProductList .available_now {
    color: #232323;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.webheayProductList .Out-stock {
    color: #d60d46;
}

.product-description-short ul,
#product-description-short ul,
.description_short ul {
    list-style: disc;
    padding-left: 19px;
    color: #666;
}

@media screen and (max-width: 991px) {
    .webheayProductList .item .webheay-product-description {
        padding: 15px 0;
    }
}

@media screen and (max-width: 767px) {
    .webheayProductList .item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 543px) {
    .webheayProductList .item .productlist-left {
        padding: 0;
    }
}

@media screen and (min-width: 544px) {
    .webheayProductList .item .webheayProduct-image {
        position: relative;
        height: 100%;
    }
    .webheayProductList .item .productlist-left {
        padding: 0;
    }
    .webheayProduct-container.item:after {
        content: '';
        display: block;
        clear: both;
    }
    .webheayProductList .item {
        position: relative;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) {
    .webheayProduct .product-add-to-cart {
        margin-bottom: 30px;
    }
}


/*Countdown*/

.countdown-rtl {
    direction: rtl;
}

.countdown-holding span {
    color: #666;
}

.countdown-row {
    clear: both;
    width: 100%;
    padding: 0px 2px;
    text-align: left;
    display: block;
}

.countdown-row:after {
    content: '';
    display: block;
    clear: both;
}

.is-countdown .countdown-section {
    display: inline-block;
    padding-right: 0;
    margin-right: 15px;
    text-align: center;
}

.is-countdown .countdown-amount {
    font-size: 17px;
    font-weight: 600;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 48px;
    color: #232323;
    border: 1.5px solid #efefef;
}

.is-countdown .countdown-period {
    font-size: 14px;
    color: #232323;
    display: block;
    padding-top: 0px;
    font-weight: 400;
}

.right-banner {
    padding-top: 60px;
    text-align: center;
}

.right-banner a {
    text-align: center;
}

.right-banner img {
    width: auto;
}

.specialProductGrid .owl-carousel .owl-nav .owl-prev {
    right: 60px;
}

.specialProductGrid .owl-carousel .owl-nav .owl-next {
    right: 20px;
}

.webheayProductGrid.specialProductGrid .webheayProduct-container {
    padding: 10px;
}

.webheayProductGrid.specialProductGrid .webheayProduct-container .item_in {
    display: flex;
    align-items: center;
}

.webheayProductGrid.specialProductGrid .webheayProduct-image {
    padding: 0;
}

.webheayProductGrid.specialProductGrid .productName {
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.specialProductGrid .timer-desc {
    font-size: 17px;
    font-weight: 400;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping {
    margin-bottom: 15px;
}

.webheayProductGrid.specialProductGrid .productName a {
    color: #232323;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
}

.webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .price {
    font-size: 22px;
}

.webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .old-price {
    font-size: 18px;
}

.specialProductGrid .product_desc .cart,
.specialProductGrid .product_desc .block-inner {
    display: inline-block;
    float: left;
}

.specialProductGrid .product_desc .block-inner {
    margin: 0px 0 0 8px;
}

.specialProductGrid .block-inner .addToWishlist span {
    display: none;
}

.specialProductGrid .block-inner .addToWishlist i {
    line-height: 38px;
}

.specialProductGrid .block-inner .quick-view i {
    line-height: 38px;
}

.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
    border: none;
    color: #fff;
    background-color: #232323;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 20px;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
}

.specialProductGrid .product-add-to-cart .ajax_add_to_cart_button:hover {
    color: #fff;
}

.pos_special_product .webheayProductGrid .webheayProduct-container:hover .productName,
.pos_special_product .webheayProductGrid .webheayProduct-container:hover .webheay-product-price-and-shipping,
.pos_special_product .webheayProductGrid .webheayProduct-container:hover .comments_note {
    opacity: 1;
}

@media screen and (max-width: 1199px) {
    .is-countdown .countdown-amount {
        font-size: 15px;
        font-weight: 600;
        width: 42px;
        height: 42px;
        display: block;
        line-height: 38px;
        color: #232323;
        border: 1px solid #efefef;
    }
    .pos_special_product {
        background-size: cover;
        background-position: bottom;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
        padding: 12px 20px;
        margin-top: 10px;
    }
    .specialProductGrid .product_desc .block-inner {
        margin: 4px 0px 0px 5px;
    }
    .webheayProductGrid.specialProductGrid .productName a {
        font-size: 18px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping {
        margin-bottom: 15px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .price {
        font-size: 22px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .old-price {
        font-size: 16px;
    }
    .specialProductGrid .timer-desc {
        font-size: 16px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .pos_special_product .hook-reviews {
        margin-bottom: 5px;
    }
    .webheayProductGrid.specialProductGrid .productName {
        padding-bottom: 10px;
    }
    #index #product-description-short-46 p {
        margin-bottom: 5px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shippin {
        margin-bottom: 5px;
    }
    .is-countdown {
        padding: 0 0 5px 0;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
        margin-top: 5px;
    }
}

@media screen and (min-width: 992px) {
    .pos_special_product .hook-reviews {
        margin-bottom: 12px;
    }
}

@media screen and (max-width:991px) {
    .pos_special_product .ps_special {
        margin: 0 15px 0 15px;
    }
    .specialProductGrid .product_desc .block-inner {
        margin: 9px 0px 0px 5px;
    }
    .pos_special_product .page-heading {
        font-size: 22px;
    }
    .webheayProductGrid.specialProductGrid .productName a {
        font-size: 18px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping {
        margin-bottom: 10px;
    }
    .pos_special_product .pos_content .comments_note {
        margin-bottom: 5px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .price {
        font-size: 18px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping .old-price {
        font-size: 14px;
    }
    .specialProductGrid .timer-desc {
        font-size: 16px;
        padding-bottom: 5px;
    }
    .specialProductGrid .product-add-to-cart .ajax_add_to_cart_button {
        font-size: 14px;
    }
    .specialProductGrid {
        padding: 0;
    }
    .is-countdown .countdown-section {
        padding-right: 15px;
    }
    .is-countdown .countdown-amount {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .is-countdown .countdown-period {
        font-size: 14px;
    }
}

@media screen and (min-width:768px) {
    .is-countdown {
        text-align: left;
        width: 50px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
    }
    .pos_special_product .col-sm-8 {
        padding: 0px;
    }
}

@media screen and (max-width:767px) {
    .right-banner {
        padding-top: 40px;
    }
    .right-banner img {
        width: 100%;
    }
    .pos_special_product .page-heading {
        font-size: 22px;
    }
    .pos_special_product {
        padding-top: 0px;
        margin-top: 40px;
    }
    .specialProductGrid {
        padding: 0;
    }
    .is-countdown .countdown-section {
        padding: 0 5px;
    }
    .webheayProductGrid.specialProductGrid .webheay-product-price-and-shipping {
        margin-bottom: 10px;
    }
    .webheayProductGrid.specialProductGrid .item-inner {
        padding: 0 15px;
    }
}

@media screen and (max-width:549px) {
    .pos_special_product .owl-carousel:not(.product-images) .owl-nav {
        border-top: 1px solid #dddddd;
        padding-top: 8px;
        margin-bottom: 8px;
        margin-top: 10px;
    }
    .specialProductGrid .webheayProduct-image,
    .specialProductGrid .product_desc {
        width: 100%;
    }
    .webheayProductGrid.specialProductGrid .webheayProduct-image {
        padding: 0;
    }
    .specialProductGrid .product_desc {
        padding: 20px 15px;
        display: inline-block;
    }
    .webheayProductGrid.specialProductGrid .webheayProduct-container .item_in {
        display: block;
    }
}

@media (min-width: 550px) and (max-width:767px) {
    .is-countdown .countdown-section {
        padding: 0 5px;
        margin-right: 7px;
    }
}

@media screen and (max-width:480px) {
    .pos_special_product .product-description-short {
        padding-right: 0px;
        text-align: justify;
    }
    .pos_special_product {
        margin-top: 30px;
        padding-top: 0px;
    }
    .specialProductGrid .product_desc {
        padding: 15px 0 0;
    }
    .is-countdown {
        padding-bottom: 0;
    }
    .is-countdown .countdown-section {
        margin-right: 8px;
        padding: 0 5px;
    }
    .is-countdown .countdown-amount {
        width: 37px;
        height: 37px;
        line-height: 37px;
        font-size: 14px;
    }
    .pos_special_product .hook-reviews {
        margin-bottom: 5px;
    }
    .service-box .service-desc p {
        margin: 0;
        font-size: 14px;
    }
    .service-box .service-desc h2 {
        font-size: 16px;
        margin: 0px;
    }
}

/* single-banner */
.single-banner {
    margin-top: 60px;
}

.single-banner a img {
    width: 100%;
}

@media screen and (max-width:767px) {
    .single-banner {
        margin-top: 40px;
    }
}
/*end-countdown*/
/* product categoty */
.whcolumn .block-content {
    position: relative;
}

.whcolumn .content-title,
.whproductcategory .content-title {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}

.whcolumn .content-title h3,
.whproductcategory .content-title .webheayCateTitle h3 {
    margin: 0;
}

.whcolumn .content-title h3 a,
.whproductcategory .content-title .webheayCateTitle h3 a {
    color: #232323;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
}

.whproductcategory .webheayCateProducts {
    min-height: 420px;
    position: relative;
}

.whcolumnCateProducts.whcolumn .item .thumbnail {
    display: block;
    margin-right: 10px;
    width: 100px;
}

.whproductcategory .webheaySub-cate ul {
    padding: 15px 0;
    margin: 0 50px 0 0;
}

.whproductcategory .webheaySub-cate ul li {}

.whproductcategory .webheaySub-cate ul li a {
    border-left: 1px solid #e1e1e1;
    color: #9f9f9f;
    font-size: 14px;
    line-height: 1;
    padding: 0 20px;
}

.whproductcategory .webheaySub-cate ul li a:hover {
    color: #232323;
}

.whproductcategory .webheaySub-cate ul li:first-child a {
    border: none;
}

.whproductcategory.whcolumn .owl-nav {
    top: -68px;
}

.webheayProducts-column {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 0;
}

.webheayProducts-column .no-margin {
    margin-right: -2px;
}

.webheayProducts-column .webheay_banner {
    padding: 15px;
    border-right: 1px solid #e2e2e2;
}

.webheayProducts-column .owl-item .item-inner {
    padding: 0;
}

.webheayProducts-column .owl-item .item-inner .item {
    border-right: 1px solid #e2e2e2;
    padding: 15px;
    min-height: 204px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.webheayProducts-column .owl-item .item-inner .item:first-child {
    border-bottom: 1px solid #e2e2e2;
}

.whcolumn .webheayProduct-container {
    position: relative;
    z-index: 1;
}

.webheay-product-description {
    position: relative;
    text-align: center;
    padding: 12px 0;
}

.webheayProductGrid .webheay-product-description {
    padding: 46px 0 0;
}

.webheayProductsList.whcolumn .webheay-product-description {
    text-align: left;
}

.webheayProductGrid .webheay-product-description .webheayCart a.cart-btn:hover {
    color: #fff;
}

.webheayProductGrid .webheayProduct-container .webheay-product-description .webheayCart .cart-bth:hover {
    color: #fff;
}

.webheayProductList .webheay-product-description,
.webheayProductList .product-miniature .comments_note {
    text-align: left;
}

.whcolumn .webheayProduct-image {
    margin-right: 10px;
    position: relative;
    width: 150px;
}

.webheayProductGrid .webheay-product-price-and-shipping,
.whcolumn .webheayProduct-container .webheay-product-price-and-shipping {
    margin-bottom: 0px;
}

.webheayProductGrid .webheay-product-price-and-shipping>span {
    display: inline-block;
    vertical-align: middle;
}
/* product column */
.product-column-style .product_img {
    padding-left: 0;
}

.product-column-style .webheay-product-description {
    text-align: left;
    padding: 0;
}

.product-column-style .webheay-product-description .laberCountReview {
    display: none;
}

.product-column-style .webheayProductsList {
    padding: 15px 0px;
}

@media screen and (min-width: 1051px) {
    .webheayProductGrid.webheayProducts .item-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1050px) {
    .webheay-product-description {
        padding: 10px 0 0;
    }
    .webheayProductGrid.webheayProducts .item-inner {
        margin-bottom: 30px;
    }
    .webheayProductGrid .webheay-product-description {
        padding: 15px 0 0;
    }
    .whcolumn .price, .webheayProductGrid .price, .webheayProductList .price {
        font-size: 16px;
    }
}

@media screen and (max-width: 992px) {
    .product-column-style .product_img,
    .product-column-style .webheayMedia-body {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .webheayProductGrid.webheayProducts .item-inner {
        margin-bottom: 20px;
    }
}
/* ################################################################################### */
/* pagination */
.pagination {
    margin: 0;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 30px;
    vertical-align: top;
}

.pagination>div:first-child {
    line-height: initial;
}

.pagination .row>div:first-child {
    line-height: 36px;
}

.webheayPagination {
    text-align: right;
}

.pagination .page-list {
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

.pagination .page-list li {
    float: left;
    margin: 0 2px;
}

.pagination .page-list li a {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 36px;
    line-height: 34px;
    width: 36px;
    color: #232323;
}

.pagination .page-list li a:hover,
.pagination .page-list li a.disabled {
    color: #fff;
    border-color: #ff7b5f;
}

.pagination .page-list li a.next.disabled,
.pagination .page-list li a.previous.disabled {
    display: none;
}

@media (max-width: 1050px) {
    .pagination {
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .pagination {
        padding-bottom: 15px;
    }
}
/* ################################################################################### */
#main .page-content,
#main .page-header {
    text-align: left;
    margin-bottom: 0;
}

#main .page-content h1,
#main .page-header h1 {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
    margin: 0;
}

.subpage .page-header h1 {
    text-align: center;
}

.webheayProductsList .title_block h3 {
    text-align: left;
    font-size: 20px;
    display: block;
    border-bottom: 1px solid transparent;
}

.webheayProductsList .title_block h3 {
    margin: 0;
    padding-bottom: 0px;
}

.webheayProductsList .title_block h3 span:before {
    bottom: 0;
    left: 0%;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}

.webheayProductsList .title_block h3 span:after {
    bottom: -10px;
    left: 70px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.product-column-style .webheayProductsList .title_block h3 {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.webheayProductsList {
    padding: 15px 15px;
    position: relative;
}

.webheayProductsList .owl-carousel .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -39px;
    right: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.webheayProductsList .owl-carousel .owl-nav>* {
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 0;
    margin: 0 5px;
}

.webheayProductsList .owl-carousel .owl-nav>* i {
    line-height: 28px;
    font-size: 25px;
}

.product-column-style .webheayProductsList .owl-carousel .owl-nav>*,
.product-column-style .webheayProductsList .owl-carousel .owl-nav>*:hover {
    margin: 0px;
    border: none;
    background: none;
}

.product-column-style .owl-carousel .owl-nav .owl-prev:after {
    content: '|';
    position: absolute;
    width: 1px;
    right: 28px;
    background-color: #6f6f6f;
    height: 27px;
    font-size: 0;
    top: 10%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    color: #6f6f6f;
}

.itpro_column {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .collum_aling {
        display: flex;
    }
    .webheay-thumbnail-container .product_img a img {
        width: 100px;
    }
    .colmn-webheay:hover .webheay-product-price-and-shipping,
    .colmn-webheay:hover .productName,
    .colmn-webheay:hover .comments_note {
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .colmn-webheay .webheay-product-price-and-shipping,
    .colmn-webheay .productName,
    .colmn-webheay .comments_note {
        opacity: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
}
@media screen and (max-width:991px) {
    .product-column-style:last-child .webheayProductsList {
        margin-bottom: 0;
    }
    .product-column-style .webheayProductsList {
        margin-bottom: 15px;
    }
    .product-column-style .webheayProductsList .webheayActions,
    .product-column-style .webheayProductGrid .webheayActions {
        bottom: -41px;
        text-align: left;
    }
    .webheayMedia-body.col-md-8 {
        padding-bottom: 41px;
    }
    .colmn-webheay .comments_note {
        margin-bottom: 0px;
    }
    .whcolumn .productName a {
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .webheayMedia-body.col-md-8 {
        padding-bottom: 41px;
        width: 60%;
    }
    .product-column-style .title_block h3 span,
    .product-column-style .title_block h3 a {
        padding: 0px;
        font-size: 18px;
    }
    .collum_aling {
        display: flex;
        align-items: center;
    }
    .itpro_column {
        margin-top: 40px;
    }
}
/* ################################################################################### */
/* product detail */
#product #content {
    max-width: none;
}

#product .product-right-detail {
    padding-left: 70px;
}

#product .webheayProduct .owl-carousel {
    display: block;
}

#product h1.h1 {
    font-size: 24px;
    margin-bottom: 10px;
    text-transform: none;
    font-weight: normal;
}

#product .current-price span,
.quickview .current-price span {
    color: #232323;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}

#product .product-discount .regular-price {
    color: #aaaaaa;
    font-size: 16px;
    line-height: 1;
    vertical-align: middle;
}

.webheayProduct .open-comment-form:hover {
    color: #666
}

.product-information p {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 25px;
}

.product-prices {
    margin-top: 0;
}

.product-actions .control-label,
.product-prices .tax-shipping-delivery-label {
    color: #252525;
    font-size: 18px;
    font-weight: 500;
    width: auto;
    margin-right: 30px;
    vertical-align: middle;
    display: block;
    width: auto;
    float: none;
}

.product-actions .product-variants ul {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.product-add-to-cart .product-quantity {
    display: inline-block;
    vertical-align: middle;
}

.product-cover{
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6%);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6%);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6%);
}

.product-cover img{
   -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.product-variants>.product-variants-item select {
    border: 1px solid transparent;
    height: 35px;
    padding: 0 10px;
    width: 120px;
}

.webheayProduct+.webheayTabs .tab-content {
    background-color: #fff
}

.webheayTabs {
    margin: 100px 0;
}

.tabs {
    box-shadow: 0 0 0;
    text-align: center;
    padding: 0;
}

.tabs .nav-tabs {
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
}

.tabs .nav-tabs ul {
    border: none;
    display: inline-block;
    margin: 0;
}

.tabs .nav-tabs .nav-item {
    padding: 0;
    float: unset;
    display: inline-block;
    margin-bottom: 0;
}

.tabs .nav-tabs .nav-item+.nav-item {
    margin-left: 30px;
}

.tabs .nav-tabs .nav-link {
    color: #232323;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
    position: relative;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: 0;
}

.tabs .nav-tabs .nav-link:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    width: 0;
    background-color: #ff7b5f;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.tabs .nav-tabs .nav-link.active:after,
.tabs .nav-tabs .nav-link:hover:after {
    width: 100%;
}

.tabs .tab-content {
    padding: 30px 0 0;
    text-align: left;
}

.tabs .tab-pane {
    padding: 0;
}

.tabs .product-description {
    line-height: 23px;
}

.tabs .product-description p {
    color: #666;
    text-indent: 70px;
}

.product-features {
    margin-left: 0;
    margin-top: 10px;
}

.product-actions .add-to-cart {
    background: #232323;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 12px 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.product-quantity #quantity_wanted {
    background-color: #fff;
    color: #232323;
    height: 44px;
    padding: 0 10px;
    text-align: center;
    width: 50px;
    margin-left: 50px;
}

.product-quantity .qty {
    width: 150px;
    margin-right: 15px;
}

.product-quantity .input-group-btn-vertical .btn {
    display: block;
    height: 44px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    width: 50px;
    float: right;
    margin-right: 2px;
}

.product-quantity .input-group-btn-vertical .bootstrap-touchspin-down {
    position: absolute;
    left: 1px;
    width: 50px;
    top: 2px;
}

.product-quantity .input-group-btn-vertical {
    display: inline-block;
    position: absolute;
    content: "";
    width: 100%;
    left: 1px;
}

.product-quantity .input-group-btn-vertical .btn i {
    font-size: 20px;
    position: unset;
}

#product .product-description-short p i {
    margin-right: 20px;
    color: #232323;
    font-size: 18px;
}

.radio-label {
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

#product .product-information .color,
#product .product-information .custom-checkbox input[type="checkbox"]+span.color {
    height: 20px;
    width: 35px;
}

.input-color:checked+span,
.input-color:hover+span,
.input-radio:checked+span,
.input-radio:hover+span {
    border: 1px solid #232323;
}

#product-modal .modal-content .modal-body {
    margin-left: 0;
}

#product-modal .modal-content .modal-body .image-caption {
    width: 100%;
}

#product-modal .modal-content .modal-body .thumbnails {
    display: none;
}

@media (max-width: 1199px){
    #product .product-right-detail {
        padding-left: 30px;
    }
    .webheayTabs {
        margin: 60px 0;
    }
}
@media (max-width: 991px){
    #product .product-right-detail {
        padding-left: 15px;
    }
    .tabs .nav-tabs .nav-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    #js-product-list .pagination {
        margin-top: 0
    }
    .tabs .nav-tabs {
        flex-wrap: nowrap;
        max-width: 100%;
    }
    #product .product-right-detail {
        padding-left: 0;
    }
    .webheayTabs {
        margin: 40px 0;
    }
    .tabs .nav-tabs .nav-link {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #product h1.h1 {
        font-size: 20px;
    }
}

@media screen and (max-width: 544px) {
    .webheayProduct+.webheayTabs .nav-tabs .nav-link {
        white-space: nowrap;
    }
    .webheayProduct+.webheayTabs ul.nav-tabs {
        display: flex;
        overflow-x: auto;
    }
    .webheayProduct+.webheayTabs ul.nav-tabs::-webkit-scrollbar {
        display: none;
    }
    .tabs .nav-tabs .nav-link {
        padding: 0 0 5px;
    }
}
/* ################################################################################### */
/* quickview */
.quickview h1 {
    font-size: 20px;
    text-transform: none;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 15px;
}

#product-description-short ul li,
#product-description-short p {
    font-size: 14px;
    line-height: 1.7;
}

.quickview .modal-body {
    padding: 20px 15px;
}

.quickview .arrows .arrow-down {
    bottom: 0;
}

.quickview .current-price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}

.quickview .images-container {
    align-items: center;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
}

.quickview .images-container:after {
    content: '';
    clear: both;
    display: block;
}

.quickview .modal-content {
    background: #fff;
}

.quickview .product-images {
    position: static;
}

.scroll-box-arrows i,
.quickview .product-images .owl-nav>* {
    background: transparent;
    border: 1px solid transparent;
    bottom: 45px;
    color: #232323;
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 30px;
    top: auto;
    transform: none;
    width: auto;
    height: auto;
    margin: 0;
    z-index: 9;
    line-height: 1;
    padding: 0;
}

.quickview .owl-carousel .owl-nav {
    margin-top: 0
}

.scroll-box-arrows i.left:before,
.quickview .product-images .owl-nav i.left:before {
    content: "\f104";
    font-family: fontawesome;
    font-style: normal;
}

.scroll-box-arrows i.right:before,
.quickview .product-images .owl-nav i.right:before {
    content: "\f105";
    font-family: fontawesome;
    font-style: normal;
}

.quickview .product-images .owl-nav .owl-prev {
    left: 0;
}

.quickview .product-images .owl-nav .owl-next {
    right: 0;
}

.quickview .product-images .owl-nav.disabled {
    display: none;
}

.scroll-box-arrows i:hover,
.quickview .product-images .owl-nav>*:hover {
    border-color: transparent;
    background-color: transparent;
}

.images-container .js-qv-mask {
    margin: 0 auto;
    width: calc(100% - 40px);
}

.quickview .product-price {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.quickview .product-prices {
    margin-bottom: 5px;
}

ul.product-images.js-qv-product-images {
    text-align: center;
    margin-bottom: 0;
}

.quickview .scroll-box-arrows {
    display: block;
    padding: 0 15px;
    position: relative;
}

.quickview .product-images .thumb-container img {
    width: 100%;
}

.quickview .product-images .thumb-container {
    padding: 0 5px;
}

.quickview .modal-content {
    background: #fff;
}

.images-container .product-images li.thumb-container .thumb {
    box-shadow: 0 0 0;
    margin-right: 0.8125rem;
    width: 100%;
    margin: 0;
    border: 1px solid #e2e2e2;
}

.product-images > li.thumb-container .thumb.selected,
.product-images > li.thumb-container .thumb:hover{
    border-color: #ff7b5f;
}   

.product-images>li.thumb-container {
    width: 23%;
    padding: 0 7px;
    box-sizing: border-box;
    display: inline-block;
}

.quickview .product-images .thumb-container img.selected,
.quickview .product-images .thumb-container img:hover {
    border-color: #203d6a;
}

.quickview .modal-header .close {
    color: #232323;
}


@media (min-width:544px) {
    .quickview .js-qv-mask.mask {
        width: 328px;
    }
}

@media screen and (max-width:767px) {
    .quickview .modal-dialog {
        width: auto;
    }
    .quickview .modal-body {
        padding: 20px 15px 0;
    }
    .quickview .product-quantity .qty {
        width: 120px;
    }
    .quickview .product-quantity #quantity_wanted {
        height: 40px;
        width: 40px;
        margin-left: 40px;
    }
    .quickview .product-quantity .input-group-btn-vertical .btn,
    .quickview .product-quantity .input-group-btn-vertical .bootstrap-touchspin-down {
        width: 40px;
        height: 40px;
        text-align: center;
    }
    .wh_tab {
        border-bottom: none;
    }
}

@media (max-width: 1199px) {
    .quickview-title {
        font-size: 28px;
    }
    .scroll-box-arrows i{
        bottom: 30px;
    }
}

@media (max-width: 991px) {
    .quickview .modal-dialog {
        width: 720px;
    }
    .quickview.in .modal-content .modal-body .col-md-6 {
        width: 100%;
        float: left;
    }
    .quickview .modal-body .col-md-6.col-sm-6 {
        width: 100%;
    }
    #left-column .webheayProductsList .item:last-child {
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .quickview .modal-dialog {
        width: 500px;
    }
    .quickview-title .tt-producttitle {
        font-size: 24px;
    }
    .images-container .js-qv-mask {
        width: 328px;
    }
    .scroll-box-arrows i,
    .quickview .js-arrows i {
        bottom: 32px;
    }
    #product h1.h1,
    .quickview .product-right-col .h1 {
        margin-top: 25px;
    }
    .quickview .product-right-col .h1 {
        margin-bottom: 10px;
    }
}

@media (max-width: 543px) {
    .quickview.in .modal-content .modal-body .col-md-6 {
        display: block!important;
    }
    .quickview .modal-dialog {
        width: 94%;
        margin: 10px auto;
    }
    .quickview .images-container {
        min-height: 200px;
    }
    .quickview-title.tt-producttitle {
        font-size: 18px;
    }
    .quickview .social-sharing {
        margin: 0;
    }
    .images-container .js-qv-mask {
        width: 230px;
        margin: 0 auto;
    }
    .product-images>li.thumb-container {
        width: 50%;
    }
    .scroll-box-arrows i,
    .quickview .js-arrows i {
        bottom: 45px;
    }
}

@media (min-width: 544px) and (max-width: 767px) {
    .product-images>li.thumb-container {
        width: 33%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-images>li.thumb-container {
        width: 33%;
    }
    .quickview .product-cover {
        border: none;
    }
    .slider_banner {
        width: 36.66%;
        padding: 0 0 0 10px;
    }
    .banner-col {
        padding: 0;
    }
    .slider_banner .mt-30 {
        margin-top: 10px;
    }
    .itCategoryFeature .owl-item .item {
        padding: 0 5px;
    }
    .itCategoryFeature .owl-item .item .cat-img a img {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .product-images>li.thumb-container {
        /*width: 33%;*/
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .quickview .product-cover img {
        width: 55% !important;
        margin: 0 auto;
        display: table;
    }
    .quickview h1.h1 {
        margin-top: 20px;
    }
}

@media screen and (min-width: 992px) {
    .quickview .product-cover {
        width: 90%;
        margin: 0 auto 20px;
    }
    .quickview .product-right-col {
        padding-left: 0;
    }
}

.quick-cart-total p:nth-child(5) span {
    border-top: 1px solid #e2e2e2;
}

/*blog------------------*/
.home_blog_post h3.page-heading {
    font-style: normal;
    font-weight: 500;
}

.post_title a {
    color: #232323;
    font-weight: 600;
}

@media screen and (min-width: 992px) {
    .title-block.text-center {
        text-align: left;
    }
    .title-block.text-center .svg-text {
        display: flex;
        align-items: center;
    }
}
/* ################################################################################### */
/*testimonial*/
.webheayTestimonial {
    position: relative;
    background-image: url(../img/testimonial.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 129px 0 248px;
}

.webheayTestimonial .sec-heading h3.page-heading{
    color: #ff7b5f;
}

.webheayTestimonial .sec-heading {
    margin-bottom: 58px;
}

.webheayTestimonial .item .webheayComment {
    max-width: 57%;
    margin: 0 auto;
    margin-top: 0;
    color: #dee4f3;
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}

.webheayTestimonial .item-inner {
    text-align: center;
}

.webheayTestimonial .item .webheayAuthor {
    margin-top: 69px;
}

.webheayTestimonial .item .webheayAuthor .author {
    color: #ff7b5f;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.webheayTestimonial .item .webheayAuthor > span {
    display: block;
}

.webheayTestimonial .image{
    margin-top: 55px;
    margin-bottom: 22px;
}

.webheayTestimonial .item .webheayAuthor .webheayOffice {
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
}

.webheayTestimonial .img-wrap {
    display: inline-block;
    width: 74px;
    height: 74px;
    position: relative;
}

.webheayTestimonial div#itslider-nav {
    width: 30%;
    margin: 0 auto;
}

.webheayTestimonial div#itslider-nav .slick-track {
    display: flex;
    align-items: center;
}

.webheayTestimonial div#itslider-nav span.img-wrap {
    width: 85px !important;
    height: 85px;
    display: block !important;
    border-radius: 50%;
    overflow: hidden;
    margin: 5px auto;
    box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, .5);
}

.webheayTestimonial div#itslider-nav .slick-center span.img-wrap {
    width: 100px !important;
    height: 100px;
}

.webheayTestimonial .img-wrap img {
    width: 100%;
    border-radius: 100%;
}

.webheayTestimonial .owl-carousel:not(.product-images) .owl-nav{
    position: unset;
    margin: 0;
    text-align: unset;
}

.webheayTestimonial .owl-carousel .owl-nav>*{
    position: absolute;
    bottom: 50%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.webheayTestimonial .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.webheayTestimonial .owl-carousel .owl-nav .owl-next {
    right: 0;
}

@media screen and (min-width: 992px){
    .webheayTestimonialOwl{
        width: 75%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1599px){
    .webheayTestimonial {
        padding: 100px 0 150px;
    }
}
@media (max-width: 1440px) and (min-width: 992){
    .webheayTestimonial .owl-carousel .owl-nav .owl-next {
        right: -10px;
    }
    .webheayTestimonial .owl-carousel .owl-nav .owl-prev {
        left: -10px;
    }
}
@media screen and (max-width: 1199px) {
    .webheayTestimonial .image{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .webheayTestimonial .sec-heading {
        margin-bottom: 30px;
    }
    .webheayTestimonial .sec-heading h3.page-heading {
        font-size: 34px;
    }
    .webheayTestimonial .item .webheayComment {
        font-size: 16px;
        line-height: 30px;
    }
    .webheayTestimonial .item .webheayAuthor {
        margin-top: 30px;
    }
    .webheayTestimonial .item .webheayAuthor .author {
        font-size: 16px;
    }
    .webheayTestimonial .item .webheayAuthor .webheayOffice {
        font-size: 12px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 991px){
    .webheayTestimonial .owl-carousel .owl-nav .owl-next {
        right: 10px;
    }
    .webheayTestimonial .owl-carousel .owl-nav .owl-prev {
        left: 10px;
    }
    .webheayTestimonial {
        padding: 50px 0 100px;
    }
}
@media screen and (max-width:543px) {
    .webheayTestimonial .item .webheayComment {
        font-size: 14px;
        line-height: 24px;
        max-width: 70%;
    }
    .webheayTestimonial .sec-heading {
        margin-bottom: 20px;
    }
    .webheayTestimonial .item .webheayAuthor {
        margin-top: 20px;
    }
    .webheayTestimonial {
        padding: 30px 0 70px;
    }
}

@media screen and (max-width: 425px) {
    .webheayTestimonial .sec-heading h3.page-heading {
        font-size: 24px;
    }
    .webheayTestimonial .sec-heading {
        margin-bottom: 15px;
    }
    .webheayTestimonial .item .webheayAuthor {
        margin-top: 15px;
    }
    .webheayTestimonial .item .webheayAuthor .author {
        font-size: 14px;
    }
    .webheayTestimonial .item .webheayAuthor .webheayOffice {
        margin-top: 6px;
    }
}

/* ################################################################################### */


/* webheay manufacturer */

.wh-blog-brand {
    background: #f7f7f7;
    overflow: hidden;
}

.wh-blog-brand .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-manufacturer .list_manufacturer .item {
    text-align: center;
}

.content-manufacturer .list_manufacturer .item a {
    display: block;
    padding: 0 15px
}
/* ################################################################################### */
/* blockcart-modal */
#blockcart-modal .modal-header {
    padding-right: 30px;
}

#blockcart-modal p span {
    font-weight: 500;
    color: #000;
}

#blockcart-modal .quick-product-detail-col p.price {
    font-size: 20px;
    color: #000;
    font-weight: 500;
}

#blockcart-modal .cart-products-count {
    color: #000;
}

#blockcart-modal .product-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    color: #666;
}

.quick-product-detail-col p strong {
    color: #232323;
}

.quick-cart-total p:not(.cart-products-count) {
    margin-bottom: 10px
}

.quick-product-detail-col p:not(.price) {
    margin-bottom: 0
}

.modal-header .close {
    background: transparent none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    height: 30px;
    opacity: 1;
    position: absolute;
    right: 5px;
    text-align: center;
    text-shadow: 0 0 0;
    top: 13px;
    width: 30px;
    z-index: 99;
    transition: all .3s;
}

.quickview .modal-header .close,
#blockcart-modal .modal-header .close {
    border: none;
}

#blockcart-modal .modal-title i.material-icons {
    position: absolute;
    left: 0;
    top: 0;
}

.quick-product-detail-col p:last-child {
    margin-bottom: 0;
}

.modal-header .close:hover {
    background-color: #232323;
    color: #fff;
    border-color: #fff;
}

.all-product-link.btn-primary .material-icons {
    margin-right: 0;
    width: 15px;
    height: auto;
}

/* ################################################################################### */
/* category */
#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature,
#products img,
.featured-products img,
.product-accessories img,
#left-column .product-miniature img,
.webheayCategoryproducts .product-miniature img {
    margin: 0;
}

#products .webheayProducts {
    display: none;
}

#products.active_grid .webheayProductGrid {
    display: block;
}

#products.active_list .webheayProductList {
    display: block;
}

.webheayProductGrid .item-inner {
    padding: 0 15px;
}

#products .webheayProductList img {
    width: 100%;
}

.webheayProductGrid .item-inner .item:nth-child(2) {
    margin-top: 75px;
}

#js-active-search-filters {
    background: #fff;
    border: 1px solid transparent;
    height: auto;
    margin-bottom: 30px;
    opacity: 1;
    padding: 10px;
    display: none;
}

#js-active-search-filters.active_filters {
    display: block;
}

.active_filters .filter-block {
    color: #232323;
    font-size: 13px;
    margin-bottom: 0;
    margin-right: 5px;
    padding: 5px 10px;
}

#js-active-search-filters h6.active-filter-title {
    color: #232323;
    display: inline;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 0;
    margin-right: 10px;
}

.products-selection .sort-by {
    line-height: 40px;
    margin: 0 0 0 10px;
    color: #232323;
    padding-right: 0;
}

.products-sort-order .select-title {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    color: #232323 !important;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    padding: 0 15px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
    position: relative;
}

.products-sort-order .select-title .material-icons {
    line-height: 35px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    line-height: 1;
}

.products-sort-order .dropdown-menu {
    background-color: #fff;
    padding: 0;
    right: 15px;
    top: 46px;
    width: 100%;
    border: 1px solid transparent;
}

.products-sort-order .select-list {
    color: #232323;
    display: block;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
}

.products-sort-order .select-list:hover {
    color: #232323;
    background-color: #f7f7f7;
}

#category #search_filter_toggler {
    padding: 12px 5px;
    width: 100%;
}

/* */
.block-category {
    border: medium none;
    margin-bottom: 40px;
    box-shadow: 0 0 0;
    min-height: 0;
    padding: 0;
}

.subpage h2.h2,
.block-category h1.h1 {
    color: #232323;
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    text-transform: uppercase;
}

.category-cover {
    margin-bottom: 20px;
}

.category-cover img {
    width: 100%
}

#category-description.text-muted {
    line-height: 25px;
}

.block-category #category-description p {
    color: #6f6f6f;
}

@media (max-width: 1050px) {
    .webheayProductGrid .item-inner .item:nth-child(2) {
        margin-top: 30px;
    }
    .block-category {
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .webheayProductGrid .item-inner .item:nth-child(2) {
        margin-top: 20px;
    }
}
/* ################################################################################### */
/* breadcrumb  */
.webheayBreadcrumb {
    padding: 140px 0;
    background: url(../img/breadcrumb.jpg);
    margin-bottom: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.breadcrumb {
    display: block !important;
    background: transparent;
    margin: 0;
    padding: 0;
    text-align: center;
}

.breadcrumb ol {
    display: block;
    padding: 0;
    margin: 0;
}

.breadcrumb ol li {
    color: #9f9f9f;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    list-style: outside none none;
    padding: 0 15px;
    position: relative;
}

.breadcrumb ol li a {
    color: #ffffff;
    display: block;
    font-size: 18px;
}

.breadcrumb ol li a:hover {
    color: #ff7b5f
}

.breadcrumb ol li:before {
    content: "|";
    color: #ffffff;
    font-size: 13px;
    left: -2px;
    position: absolute;
}

.breadcrumb ol li:first-child {
    padding-left: 0;
}

.breadcrumb ol li:first-child:before {
    display: none;
    padding-left: 0;
}

@media (max-width: 1440px) {
    .webheayBreadcrumb {
        margin-bottom: 60px;
        padding: 60px 0;
    }
}

@media (max-width: 991px) {
    .webheayBreadcrumb {
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .webheayBreadcrumb {
        margin-bottom: 30px;
        padding: 30px 0;
    }
}
/* ################################################################################### */
#left-column > div,
#search_filters > .facet {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

#search_filters > .facet{
    margin-bottom: 27px;
}

#left-column > div#search_filters_wrapper,
#left-column > div:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers,
.block-categories {
    box-shadow: 0 0 0;
    margin-bottom: 0px;
    padding: 0;
}

.webheayProductsList .product-column-style .title_block .sec-heading h3,
#left-column .category-top-menu .title {
    text-align: left;
}

#left-column .h6,
#left-column .facet .h6,
#left-column .product-column-style .title_block h3,
#left-column .category-top-menu .title,
#search_filters p.h6 {
    color: #232323;
    position: relative;
    margin-bottom: 0px;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
}

#left-column .facet .h6 {
    padding-bottom: 27px;
}

#left-column .title_block a {
    color: #232323;
}

/* category */
.category-top-menu {
    margin-bottom: 0;
}

.block-categories .category-sub-menu {
    margin: 0;
}

.block-categories .category-sub-menu li>a {
    color: #232323;
    line-height: 20px;
    margin: 0;
    padding: 8px 0;
}

.block-categories .category-sub-menu li[data-depth="0"]>a {
    border-bottom: none;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 8px 0;
}

.block-categories .collapse-icons {
    top: 10px;
}

.block-categories .category-sub-menu li[data-depth="1"] {
    margin: 0;
    padding: 0 0 0 15px;
}

.block-categories .category-sub-menu .category-sub-link {
    display: block;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #203d6a;
}

/*products*/
#left-column .product-column-style .owl-nav,
#left-column .webheayActions,
#left-column .webheay-product-price-and-shipping .reduction_percent_display {
    display: none;
}

#left-column .product-column-style .whproductfilter,
#left-column .whproductlist.whcolumn .whproductfilter.row {
    margin: 0;
}

#left-column .product-column-style .item {
    margin: 0;
}

#left-column .product-column-style .webheayProductsList {
    padding: 0;
    margin: 0;
}

#left-column .product-column-style .item+.item .webheayProductsList {
    padding-top: 20px;
}

#left-column .product_img {
    float: left;
    margin-right: 20px;
    width: 80px;
}

#left-column .product-column-style .webheayMedia-body {
    padding: 0;
    float: left;
    text-align: left;
    margin: 0;
}

#left-column .product-column-style .webheay-product-description {
    padding: 0;
    text-align: left;
}

#left-column .whcolumn .productName {
    margin: 0;
    padding: 0;
    text-transform: none;
}

#left-column .whcolumn .productName a {
    font-size: 14px;
}

#left-column .webheay-product-price-and-shipping {
    margin: 5px 0 3px;
}

#left-column .product-miniature .regular-price {
    font-size: 13px;
}

#left-column .webheayProductsList .webheay-thumbnail-container:hover .webheay-product-description .webheay-product-price-and-shipping {
    opacity: 1;
}

.webheayProductList .webheayItem .webheayItem {
    float: left;
}

.webheayProductList .webheayItem.webheaycompare {
    display: none;
}

.webheayProductList .webheayItem a:hover,
.webheayProductList .webheayCart button:hover {
    border-color: #ff7b5f;
}

/* search filter */
#search_filters p.h6 {
    margin-bottom: 15px;
}

#search_filters .facet .collapse,
#search_filters_brands .facet .collapse,
#search_filters_suppliers .facet .collapse,
.block-categories .category-sub-menu {
    padding: 0px;
}

#left-column .facet ul {
    margin-bottom: 0
}

#left-column .facet ul li {
    padding: 8px 0
}

#category #left-column #search_filters .facet ul li {
    position: relative;
    padding: 2px 25px 2px 23px;
}

#category #left-column #search_filters .facet ul li:hover .facet-label a{
    color: #203d6a;
}

#category #left-column #search_filters .facet ul li:first-child {
    padding-top: 0;
}

#category #left-column #search_filters .facet ul li:last-child {
    padding-bottom: 0;
}

#category #left-column #search_filters .facet ul li .custom-checkbox {
    position: absolute;
    left: 0;
    top: unset !important;
}

#search_filters .facet .facet-label a:hover,
#search_filters_brands .facet .facet-label a:hover,
#search_filters_suppliers .facet .facet-label a:hover {
    color: #203d6a;
}

#search_filters .facet .facet-label .magnitude,
#search_filters_brands .facet .facet-label .magnitude,
#search_filters_suppliers .facet .facet-label .magnitude {
    position: absolute;
    right: 5px;
    top: 8px;
    color: #6f6f6f;
}

#search_filters .facet,
#search_filters_brands .facet,
#search_filters_suppliers .facet {
    padding-top: 0;
}

/* button */
#left-column .bor-btn {
    font-size: 16px;
    line-height: 1;
    background-color: #f5f5f5;
    vertical-align: middle;
    padding: 10px 20px;
    border: none;
    border: 1px solid transparent;
    margin: 0 0 15px 15px;
    transition: all .3s;
}

#left-column .bor-btn:hover {
    color: #fff;
}

#left-column .bor-btn i {
    vertical-align: middle;
    width: auto;
    height: auto;
    line-height: 1;
    font-size: 20px;
}

#left-column .reduction_percent_display {
    font-size: 10px;
    margin: 0 5px;
    padding: 3px 4px;
}

/* left banner */
.webheayleftbanners-container img {
    width: 100%;
}

@media screen and (min-width: 992px) {
    #left-column .product_img {
        margin-right: 5%;
        width: 30.48%;
    }
    #left-column .product-column-style .webheayMedia-body {
        width: 64.52%;
        float: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .webheayProductsList .webheayActions {
        left: 10px;
    }
    .webheayProductsList .webheay-thumbnail-container .webheayQuick {
        margin: 0 5px;
    }
    .whcolumn .price {
        font-size: 14px;
    }
    .whcolumn .product-miniature .regular-price {
        font-size: 12px;
    }
    .whcolumn .reduction_percent_display {
        margin: 0 4px 0 0px;
        padding: 3px 4px;
    }
}

@media screen and (max-width: 1050px) {
    .products-selection {
        margin: 0 0 30px;
        padding: 0 0 20px;
    }
}

@media screen and (max-width: 991px) {
    #left-column > div,
    #search_filters > .facet {
        margin-bottom: 15px;
        padding: 0;
    }
    #left-column .h6,
    #left-column .facet .h6,
    #left-column .product-column-style .title_block h3,
    #left-column .category-top-menu .title,
    #search_filters p.h6 {
        padding-bottom: 15px;
    }
    #left-column .whcolumn .block-content,
    #category #left-column #search_filters .facet ul {
        margin-bottom: 15px;
    }
    .webheayLogo_manufacturer {
        padding: 40px 0px;
    }
    #left-column .hidden-md-down,
    #left-column .pos-btm {
        display: none !important;
    }
    #search_filters_wrapper.hidden-sm-down,
    .left-col-banner {
        display: none;
    }
    #content-wrapper.hidden-sm-down {
        display: none;
    }
    .webheayGridList {
        display: none;
    }
    #js-product-list-top .hidden-md-up,
    #search_filters_wrapper .hidden-md-up,
    #search_filters .facet .collapse.in {
        display: block !important;
    }
    #search_filters_wrapper .hidden-sm-down,
    #search_filters .facet .collapse {
        display: none!important;
    }
    #category #left-column #search_filters .facet .title .collapse-icons .remove,
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .add {
        display: none;
    }
    #category #left-column #search_filters .facet .title[aria-expanded=true] .collapse-icons .remove {
        display: block;
    }
    #category #left-column #search_filters .facet ul {
        padding: 0;
        width: 100%;
    }
    #category #left-column #search_filters .facet ul li {
        padding-left: 35px
    }
    #category #left-column #search_filters .facet ul li .custom-checkbox {
        left: 10px;
    }
    #category #left-column #search_filters .facet.filter-by {
        display: none;
    }
    #category #left-column #search_filters .facet .h6 {
        display: inline-block;
        text-transform: capitalize;
    }
    #category #left-column #search_filters .facet .navbar-toggler {
        display: inline-block;
        padding: 0;
        float: right;
    }
    #search_filter_controls {
        text-align: center;
    }
    .products-selection .showing {
        float: none;
    }
    .products-selection .total-products p {
        float: right;
    }
    .products-selection .total-products .webheayGridList {
        margin: 0 15px 15px 0;
    }
    .products-selection .total-products:after {
        content: '';
        display: block;
        clear: both;
    }
    .products-selection {
        padding: 0 0 15px;
    }
    .page-new-products .products-sort-order,
    .page-best-sales .products-sort-order,
    .page-prices-drop .products-sort-order {
        float: none;
    }
    .page-new-products .products-sort-order .select-title,
    .page-best-sales .products-sort-order .select-title,
    .page-prices-drop .products-sort-order .select-title {
        width: 100%
    }
    .products-selection .filter-button {
        padding-right: 0;
    }
    .products-sort-order {
        margin-bottom: 15px;
    }
    #left-column .category-top-menu .title a:before {
        display: none;
    }
    #left-column .block-categories {
        border: 1px solid #e2e2e2;
        border-radius: 5px;
    }
    #left-column .block-categories ul {
        margin-bottom: 0;
    }
    #left-column .category-top-menu .title a:after,
    #left-column .product-column-style .title_block h3:after {
        content: "\f107";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        font-size: 20px;
        color: #232323;
        cursor: pointer;
        display: block !important;
        position: absolute;
        right: 10px;
        font-weight: 600;
        top: 30%;
        transform: translateY(-50%);
    }
    .title.active a:before,
    #left-column .sidebar-head.active:after,
    #left-column .product-column-style .title_block.active h3:after {
        content: "\f106";
    }
    .block-categories .category-sub-menu {
        margin: 0;
        padding: 0 15px;
    }
}

@media (max-width: 767px) {
    #category #left-column #search_filters {
        border: none;
    }
    #category #left-column #search_filters .facet .h6 {
        padding: 0 0 15px;
    }
}

/* */
.quickview .webheaySocialBlock,
.quickview .panel-product-line {
    display: none;
}

#main .page-footer {
    margin: 0;
}

.content-manufacturer .image_hoverwashe img {
    transition: all .3s;
    opacity: .5;
}

.content-manufacturer .image_hoverwashe:hover img {
    opacity: 1
}

#block-reassurance .block-reassurance-item img {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media (min-width: 544px) and (max-width: 991px) {
    .webheayProductGrid .item-inner.first-item-of-tablet-line {
        clear: left;
    }
}

@media (min-width: 480px) and (max-width: 543px) {
    .sm-right-banner {
        margin-top: 15px;
    }
}

@media (min-width: 320px) and (max-width: 543px) {
    .webheayProductGrid .item-inner.first-item-of-mobile-line {
        clear: left;
    }
}

@media only screen and (min-width: 1199px) {
    .webheayMenu-top .search-widget .expand-more {
        line-height: 50px;
    }
    .webheayMenu-top .webheay-search.dropdown-menu {
        top: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 980px
    }
    #header .header-top .position-static {
        width: 65px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .webheayLogo_manufacturer .owl-theme:hover .owl-prev,
    .webheayProductGrid .owl-theme:hover .owl-prev {
        left: 10px;
    }
    .webheayLogo_manufacturer .owl-theme:hover .owl-next,
    .webheayProductGrid .owl-theme:hover .owl-next {
        right: 10px;
    }
    .whcolumn .webheayProduct-image {
        width: 125px;
    }
    .whcolumn .webheayProduct-container .webheay-product-price-and-shipping {
        margin-bottom: 10px;
    }
    #block-reassurance li .block-reassurance-item {
        padding: 12px 0.5rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 720px;
    }
    .webheayLogo_manufacturer .owl-theme:hover .owl-prev,
    .webheayProductGrid .owl-theme:hover .owl-prev {
        left: 10px;
    }
    .webheayLogo_manufacturer .owl-theme:hover .owl-next,
    .webheayProductGrid .owl-theme:hover .owl-next {
        right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .support-footer-inner {
        padding-bottom: 0px;
    }
    .quickview .owl-nav {
        display: block;
    }
    .support-footer-inner .support-info {
        margin-bottom: 20px;
    }
    .webheayLogo_manufacturer {
        padding: 40px 0px;
    }
    .support-footer-inner .img {
        margin-bottom: 15px;
    }
    .webheayTitle h3,
    .webheayProductGrid .webheayCateTitle h3,
    .webheayTitle .title_block h3 {
        font-size: 16px;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
        padding: 0 15px;
    }
    .whcolumn .webheayProduct-image {
        width: 90px;
    }
    .webheayProduct-container .comments_note,
    .webheayProductGrid .webheay-product-price-and-shipping,
    .whcolumn .webheayProduct-container .webheay-product-price-and-shipping {
        margin-bottom: 0px;
    }
    .m-y-2 {
        margin: 0 !important;
    }
}

@media (max-width: 543px) {
    .webheayImg-banner {
        margin-bottom: 15px;
    }
    .webheayImg-banner img {
        width: 100%;
    }
    .home_blog_post h3.page-heading {
        font-size: 25px;
    }
}

@media screen and (min-width: 768px) {
    .footer-payment {
        margin: 0 -15px;
    }
}

@media screen and (max-width: 991px) {
    .total-products {
        margin-bottom: 5px;
    }
}

#checkout section#content {
    margin-top: 30px;
}

@media screen and (max-width:480px) {
    .webheayProduct-container .comments_note,
    .webheayProductGrid .webheay-product-price-and-shipping,
    .whcolumn .webheayProduct-container .webheay-product-price-and-shipping {
        margin-bottom: 0;
    }
}

/* ################################################################################################################ */
/* footer */
#footer {
    margin-top: 140px;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-container-col {
    padding: 135px 185px;
}

#product #footer,
#contact #footer {
    margin-top: 0;
}

#footer .collapse {
    display: block;
}

.logo-footer h3 {
    color: #232323;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 500;
    margin: 0;
}

.webheayFooter-center .row {
    display: flex;
    flex-wrap: wrap;
}

/* block newsletter*/
.news-blocks {
    background-image: url(../img/news-banner.jpg);
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.news-blocks .title-block {
    font-size: 36px;
    color: #2f405e;
    line-height: 1;
    margin: -64px 0 0;
    text-transform: inherit;
}

.news-blocks .title-desc {
    font-size: 24px;
    color: #6f6f6f;
    margin: 61px auto 59px;
    width: 50%;
    line-height: 36px;
    text-transform: inherit;
    padding: 0;
    letter-spacing: 0;
}

.block_newsletter .webheayConditions p span {
    color: #daa94d;
    font-size: 22px;
}

.block_newsletter form .input-wrapper {
    width: 100%;
    position: relative;
}

.block_newsletter form input[type="text"] {
    background: #fff;
    color: #232323;
    font-size: 14px;
    height: 53px;
    line-height: 42px;
    border-radius: 0px;
    border: 1px solid transparent;
    padding: 10px 15px;
}

.block_newsletter form button[type=submit]:hover{
    background: #252525;
}

.block_newsletter form input[type="text"]:-moz-placeholder,
.block_newsletter form input[type="text"]::-moz-placeholder {
    color: #232323;
    opacity: .8
}

.block_newsletter form input.btn {
    border: none;
    box-shadow: 0 0 0;
    border-radius: 0px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    height: 50px;
    margin: 0;
    padding: 0 40px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 1.7;
    color: #fff;
    background-color: #6f6f6f;
}

.block_newsletter .btn-primary:hover {
    color: #fff;
}

.title-block.text-center .svg-text i {
    font-size: 28px;
    color: #fff;
}

.block_newsletter form button[type=submit] {
    position: absolute;
    right: 0px;
    bottom: 50%;
    transform: translateY(50%);
    margin: 0;
    padding: 16.5px 40.5px;
    color: #fff;
    transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.block_newsletter .title-block p span {
    font-size: 24px;
    font-weight: bold;
}

.block_newsletter .webheayForm p.alert {
    font-size: 14px;
    text-transform: none;
    margin-top: 15px;
    color: #232323
}

.link-wrap ul li {
    display: block;
}

#footer .link-wrap ul {
    text-align: left;
    margin-bottom: 0;
}

.block_newsletter .webheayForm{
    margin: unset;
    width: 57.7%;
}

.webheayForm {
    margin: auto;
    padding: 0;
}

.View_More {
    color: #6f6f6f;
    border-bottom: 1px solid #6f6f6f;
    line-height: 2.5;
}

/* webheayFooter-center */
.webheayFooter-center {
    position: relative;
}

.block_newsletter .news-blocks .title-text p.h3 {
    display: block;
}

@media screen and (max-width:1599px) {
    .news-blocks .title-block {
        font-size: 24px;
        margin: 0;
    }
    .news-blocks .title-desc {
        font-size: 16px;
        margin: 15px auto 20px;
        width: 60%;
        line-height: 30px;
    }
}
@media screen and (max-width:1440px) {
    .block_newsletter .webheayForm {
        width: 65%;
    }
}
@media screen and (max-width:1199px) {
    .news-blocks .title-block {
        font-size: 20px;
    }
    .news-blocks .title-desc {
        font-size: 14px;
        margin: 15px auto;
        line-height: 24px;
    }
    .block_newsletter form button[type=submit] {
        padding: 10px 20px;
    }
    .block_newsletter form input[type="text"],
    .block_newsletter .webheayForm {
        height: 40px;
    }
}
@media screen and (max-width:991px) {
    .webheayFooter-center .container {
        padding: 20px 15px 15px;
        position: relative;
        z-index: 1;
    }
    .news-blocks {
        height: 560px;
    }
}
@media screen and (max-width:767px) {
    .news-blocks {
        height: 400px;
    }
}
@media screen and (max-width:575px) {
    .news-blocks {
        height: 260px;
    }
}
@media screen and (max-width:425px) {
    .news-blocks .title-desc {
        width: 80%;
    }
    .block_newsletter .webheayForm {
        width: 70%;
    }
}
@media screen and (max-width:375px) {
    .news-blocks .title-desc {
        width: 95%;
        margin: 10px auto;
    }
    .block_newsletter .webheayForm {
        width: 80%;
    }
}
.footer-logo {
    text-align: left;
}

.footer-logo a {
    display: inline-block;
}

#footer p,
#footer a {
    font-family: 'Open Sans', sans-serif;
}

.footer-about p {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
}

.footer-about-a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.footer-soc h2 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    float: left;
    line-height: 30px;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul li a {
    transition: all 0.3s;
    display: block;
}

.webheayFooter-center ul li a:before {
    display: none;
}

#webheayfootercontactinfo {
    margin-bottom: 50px;
}

.info a {
    color: #fff
}

#footer .webheayFooter-center .h3,
.webheaySocial > .h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #203d6a;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 43px;
}

.webheaySocial > .h3{
    margin-bottom: 46px;
}

.webheayFooter-bottom .h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
    text-transform: capitalize;
    padding-top: 0;
    color: #232323;
}

.webheayFooter-center ul li {
    line-height: 1;
}

.link-wrap ul li a {
    color: #6f6f6f;
    font-size: 18px;
    font-weight: 400;
    transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    line-height: 2;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.webheayFooter-center .link-wrap ul li a:hover {
    color: #203d6a;
}

.link-wrap ul li a.lnk_wishlist {
    width: 100%;
}

.link-wrap ul li a.lnk_wishlist .fa-heart:before {
    content: "\f105";
}

.link-wrap ul li a i {
    position: absolute;
    content: '';
    left: -15px;
    font-size: 16px;
    top: 50%;
    color: #fff;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.link-wrap ul li:last-child a {
    border-right: none;
}

.webheaySocial .webheay-media-body {
    margin-bottom: 0;
    text-align: left;
    line-height: 1;
    display: inline-block;
    margin-top: 0;
}

.webheaySocial span,
.webheaySocial .webheay-media-body {
    display: inline-block;
    vertical-align: middle;
}

.webheaySocial span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #232323;
    text-transform: capitalize;
}

.block_newsletter .title-block p {
    color: #6f6f6f;
}

@media screen and (min-width: 992px) {
    #footer .webheayFooter-center .footer-about .h3 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px) {
    .webheaySocial .webheay-media-body {
        margin-bottom: 0;
        line-height: 1;
    }
    .block_newsletter .title-block .h3 {
        font-size: 24px;
        padding: 0 0 15px;
    }
    .block_newsletter .title-block p {
        font-size: 18px;
        padding: 0;
        margin: 0;
    }
    .block_newsletter .title-block p span {
        font-size: 22px;
    }
    .footer-about p {
        text-align: center;
        margin-bottom: 10px;
    }
}

.webheaySocial {
    margin-top: 45px;
}

.webheaySocial ul li {
    float: none;
    display: inline-block;
}

.webheaySocial ul li+li {
    margin-left: 25px;
}

.webheayFooter-center ul li.webheay-facebook a{
    background: #3c5a9a;
}

.webheayFooter-center ul li.webheay-twitter a{
    background: #dc3468;
}

.webheayFooter-center ul li.webheay-instagram a{
    background: #52cbff;
}

.webheaySocial ul li a {
    height: 44px;
    width: 44px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    border-radius: 100%;
    color: #ffffff;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.webheaySocial-sharing li.webheayfacebook a {
    background-color: #3b5998;
    border: 1px solid transparent;
}

.webheaySocial-sharing li.webheayfacebook a:hover {
    border: 1px solid #3b5998;
    color: #3b5998;
    background-color: transparent;
}

.webheaySocial-sharing li.webheaytwitter a:hover {
    border: 1px solid #26a6d1;
    color: #26a6d1;
    background-color: transparent;
}

.webheaySocial-sharing li.webheaytwitter a {
    background-color: #26a6d1;
    border: 1px solid transparent;
}

.webheaySocial-sharing li.webheaygoogleplus a:hover {
    border: 1px solid #dc4e41;
    color: #dc4e41;
    background-color: transparent;
}

.webheaySocial-sharing li.webheaygoogleplus a {
    background-color: #dc4e41;
    border: 1px solid transparent;
}

.webheaySocial-sharing li.webheaypinterest a:hover {
    border: 1px solid #9f1121;
    color: #9f1121;
    background-color: transparent;
}

.webheaySocial-sharing li.webheaypinterest a {
    background-color: #9f1121;
    border: 1px solid transparent;
}

.footer-contact-list {
    position: relative;
    padding-left: 40px;
}

.ft-contact .applink a {
    display: inline-block;
}

.ft-contact .applink a:first-child {
    margin-right: 5px;
}

.footer-contact-list i {
    position: absolute;
    left: 0;
    font-size: 26px;
    width: 26px;
    text-align: center;
    color: #232323;
}

.webheayAddress {
    margin-top: 12px;
}

#webheayContact .item {
    color: #6f6f6f;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 400;
    position: relative;
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

#webheayContact .item:hover {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
}

#webheayContact .item.applink {
    padding: 10px 0 0;
}

#webheayContact .item.applink a {
    display: inline-block;
}

#webheayContact .item.applink a:last-child {
    padding-left: 10px;
}

#webheayContact .item i {
    font-size: 16px;
    left: 0;
    color: #6f6f6f;
    line-height: 20px;
    position: absolute;
    top: 3px;
}

.ft-links h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 15px 0 0;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fff;
}

.ft-links a {
    color: #6f6f6f;
    font-size: 15px;
    font-weight: 100;
    display: inline-block;
    margin: 0 12px 10px 0;
    padding-right: 12px;
    border-right: 1px solid #6f6f6f;
    line-height: 1;
}

.ft-links a:last-child {
    border-color: transparent;
}

.ft-links a:hover {
    color: #6251f0;
}

.ft-links {
    color: #6f6f6f;
    padding-top: 30px;
    display: flex;
}

.ft-links.bor-top {
    border-top: 1px solid #e2e2e2;
    margin-top: 60px;
}

.ft-links:last-child {
    padding-top: 20px
}

#footer_ft-links_1,
#footer_ft-links_2 {
    line-height: 1;
}


/* webheayFooter-bottom */

.custom-link {
    text-align: center;
}

.custom-link ul {
    display: inline-block;
    padding: 0;
}

.custom-link ul li {
    float: left;
    display: inline;
    margin: 0 10px;
}

.custom-link ul li a {
    color: #6f6f6f;
    line-height: 35px;
}

.custom-link ul li a:hover {
    color: #232323;
}

.footer-pay-p a {
    color: #fff;
}

.footer-payment p {
    color: #6f6f6f;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
}

.payment {
    text-align: left;
    margin-top: 30px;
}

.payment-p {
    margin-right: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: #6f6f6f;
}

.webheayFooter-center .title .navbar-toggler .fa-plus-square-o:before {
    content: "\f107"
}

.webheayFooter-center .title .navbar-toggler .fa-minus-square-o:before {
    content: "\f106"
}

.storeinfo-desc {
    margin-top: 27px;
    font-size: 18px;
    color: #6f6f6f;
    max-width: 70%;
}

.storeinfo-desc > span {
    display: block;
    margin-top: 14px;
}

@media (min-width: 481px) and (max-width: 767px) {
    .footer-about {
        padding: 0 15px
    }
    .footer-payment>.text-center {
        text-align: right;
    }
    .webheayFooter-center .ft-contact {
        float: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .footer-payment .col-md-6 {
        width: 100%;
        float: none;
    }
    .footer-pay-p {
        text-align: center;
    }
    .footer-payment>.text-center {
        text-align: right;
    }
}

@media screen and (max-width: 1440px) {
    .footer-container-col {
        padding: 60px 100px;
    }
    .storeinfo-desc {
        max-width: 100%;
        font-size: 16px;
    }
    .webheaySocial {
        margin-top: 20px;
    }
    .webheaySocial ul li+li {
        margin-left: 10px;
    }
    .webheaySocial ul li a {
        height: 36px;
        width: 36px;
        font-size: 16px;
    }
    .link-wrap ul li a {
        font-size: 16px;
    }
    #footer .webheayFooter-center .h3, .webheaySocial > .h3 {
        font-size: 16px;
        margin-bottom: 30px;
    }
    #webheayContact .item {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 1199px){
    .footer-container-col {
        padding: 20px 50px;
    }
    .payment {
        margin-top: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .footer-payment>.text-center {
        text-align: right;
    }
    .block_newsletter .title-block .h3 {
        font-size: 26px;
    }
    .block_newsletter .title-block p {
        font-size: 14px;
        letter-spacing: 0;
    }
    .footer-contact-list p,
    .link-wrap ul li a {
        font-size: 14px;
    }
    .applink img {
        width: 105px;
    }
    .ft-links.bor-top {
        margin-top: 50px;
    }
    .webheaySocial ul li {
        margin: 0 3px;
    }
    .webheaySocial ul li a {
        font-size: 15px;
    }
    .ft-links a {
        font-size: 14px;
    }
    #webheayContact .item.applink a:last-child {
        padding-left: 5px;
    }
    .footer-about p {
        font-size: 14px;
    }
    .footer-logo a img {
        max-width: 170px;
    }
    #webheayContact .item {
        font-size: 13px;
    }
    .webheayFooter-center .container {
        padding: 40px 0;
    }
}

@media screen and (max-width: 991px) {
    .webheaySocial,
    .payment {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 0;
    }
    .link-wrap ul li a {
        font-size: 14px;
    }
    #webheayContact .item {
        font-size: 14px;
        line-height: 20px;
    }
    .webheaySocial .webheay-media-body {
        text-align: center;
    }
    #footer .webheayFooter-center .h3 {
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 3;
        font-size: 16px;
    }
    .block_newsletter .title-block .title-text {
        display: block;
        text-align: left;
        line-height: 1;
    }
    .webheayFooter-top:before {
        top: -1px;
    }
    .storeinfo-desc > span {
        margin-top: 5px;
    }
    .storeinfo-desc {
        margin: 15px 0 10px;
    }
    .webheay-contact.links {
        padding: 0 15px;
        position: relative;
    }
    .whfooter-before {
        text-align: center;
    }
    .footer-logo {
        text-align: center;
    }
    .whfooter-center {
        margin-top: 10px;
    }
    .footer-container-col {
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .footer-container-col {
        padding: 20px 15px;
    }
}

@media only screen and (max-width: 480px) {
    .payment-p {
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
        text-align: center;
    }
    .footer-payment p {
        line-height: 1.6;
    }
    .block_newsletter form input.btn {
        padding: 10px 15px;
    }
}

.copyright {
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright a {
    font-size: 16px;
    font-weight: 600;
    color: #203d6a;
}

.copyright a:hover {
    color: #ff7b5f;
}

.footer-payment .text-center {
    text-align: right;
}

.payment_logos_images img {
    margin: 0 2px;
    background-color: #fff;
    border-radius: 3px;
}

.webheayFooter-bottom .payment a {
    color: #fff;
    float: right;
    margin-left: 5px;
}

.webheay-media-body {
    overflow: hidden;
}

@media screen and (max-width :1440px) {
    #footer {
        margin-top: 60px;
    }
    .copyright {
        padding: 20px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .webheayFooter-center .h3 {
        font-size: 17px;
    }
    .block_newsletter .webheayConditions p {
        text-align: center;
    }
    .news-blocks .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width :991px) {
    #footer {
        margin-top: 40px;
    }
    .webheayFooter-center .title+div> :first-child,
    .webheayFooter-center .title+ul> :first-child {
        margin-top: 10px;
    }
    .webheayFooter-center .title .collapse-icons {
        cursor: pointer;
        line-height: 1;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 15px;
        color: #203d6a;
        font-size: 20px;
    }
    .ft-links a {
        margin: 10px 12px 5px 0;
    }
    .webheayFooter-center ul li.footer-contact-list {
        padding-top: 15px;
    }
    .webheayFooter-center ul li.applink {
        padding-bottom: 10px;
        padding-top: 15px;
    }
    .webheayFooter-center .hidden-sm-down {
        display: none;
    }
    .webheayFooter-center .h3 {
        line-height: 35px;
        font-size: 16px;
        vertical-align: middle;
    }
    .block_newsletter .title .collapse-icons .fa-plus-square-o,
    .webheayFooter-center .title .collapse-icons .fa-plus-square-o {
        display: none;
    }
    .block_newsletter .title.collapsed .collapse-icons .fa-plus-square-o,
    .webheayFooter-center .title.collapsed .collapse-icons .fa-plus-square-o {
        display: inline-block;
    }
    .block_newsletter .title.collapsed .collapse-icons .fa-minus-square-o,
    .webheayFooter-center .title.collapsed .collapse-icons .fa-minus-square-o {
        display: none;
    }
    .webheayLinda {
        margin-bottom: 15px;
    }
    .webheayLinda .logoPaypal {
        padding-top: 15px;
    }
    #footer .webheayFooter-center .collapse.in {
        display: block;
    }
    .wrapper.aos-init.aos-animate {
        width: 100%;
        text-align: left;
    }
    .footer-soc .footer-soc-grp ul {
        margin: 0;
        vertical-align: middle;
    }
    .footer-soc h2 {
        float: none;
        margin: 0;
        font-size: 18px;
    }
    .footer-soc {
        text-align: center;
    }
    .webheayFooter-bottom .payment a {
        font-size: 24px;
        float: none;
    }
    .webheayFooter-bottom .payment {
        text-align: center;
    }
    .copyright {
        text-align: center;
        padding: 0 15px 15px;
    }
    #footer .collapse {
        display: none;
    }
    .tabs .tab-content {
        padding: 15px 0 0;
    }
    .ft-links {
        padding-top: 0;
        padding-left: 15px;
    }
    .ft-links:last-child {
        padding-top: 0;
    }
    .ft-links.bor-top {
        border-top: none;
        margin-top: 0;
    }
    #footer_ft-contact,
    #footer_ft-links_1,
    #footer_ft-links_2,
    .webheayFooter-center .title {
        text-align: left;
        border-bottom: 1px solid #e2e2e2;
        margin-bottom: 0;
    }
    .Special_accodian .row,
    .col-center .row,
    .webheayProductFilter .row, 
    .Special_accodian .row, 
    .col-center .row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .webheayProductGrid .item-inner,
    .webheayCategoryFeature .owl-item .item,
    .product-column-style{
        padding: 0 5px;
    }
    .webheayFooter-center .webheay-contact.links .title {
        border-bottom: none;
    }
}

@media only screen and (max-width: 767px) {
    #footer {
        margin-top: 30px;
    }
    .logo-footer h3 {
        margin-bottom: 10px;
    }
    .webheayProduct .col-md-6 {
        padding: 0;
    }
    #webheaySocialBlock {
        display: none;
    }
    .webheayFooter-bottom .payment a {
        font-size: 24px;
        float: none;
    }
    .support-footer-inner .support-info {
        width: 100%;
        margin-bottom: 15px;
    }
    .webheayFooter-bottom .payment {
        text-align: center;
        padding: 0;
    }
    .support-footer-inner .row-normal {
        margin: 0 auto;
        width: 50%;
    }
    .webheayFooter-bottom .title.clearfix.hidden-md-up.collapsed {
        display: none;
    }
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
        display: block;
    }
    .webheayProductGrid .item-inner .item:nth-child(2) {
        margin-top: 20px;
    }
    .webheayProductGrid .whproductfilter,
    #js-product-list .webheayProductGrid,
    .featured-slider.webheayProductGrid {
        padding: 0 8px;
    }
    .block_newsletter .title-block .title-text {
        display: block;
        text-align: left;
    }
    .block_newsletter .title-block .h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .block_newsletter .title-block p {
        font-size: 13px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 543px) {
    .block_newsletter .title-block .h3 {
        border: none;
        display: block;
    }
    .block_newsletter .title-block .title-text {
        padding-top: 0;
        padding-bottom: 0;
    }
    .block_newsletter .title-block .h3 {
        padding-right: 0;
    }
    .block_newsletter form input.btn {
        height: 44px;
        padding: 10px 15px;
        line-height: 1.5;
    }
    .block_newsletter form input[type=text] {
        padding: 5px;
    }
    .block_newsletter form button[type=submit] {
        padding: 12px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .support-footer-inner .row-normal {
        width: 100%;
    }
    .webheayFooter-bottom .col-md-2.wrapper ul {
        padding: 0 30px;
    }
    .webheayFooter-bottom .col-md-2.wrapper ul li {
        margin-bottom: 10px;
    }
    .wh_tab .webheay-tab li a:after {
        display: none;
    }
    #blockcart-modal .modal-title {
        font-size: 14px;
    }
    .product-customization {
        margin: 15px 0;
    }
    .product-actions .add-to-cart {
        display: inherit;
    }
    .product-add-to-cart .product-quantity .qty {
        margin-right: 5px;
    }
    .product-add-to-cart .product-quantity {
        margin-bottom: 0;
    }
    .webheayButtonReviews .btn-primary {
        width: 100%;
    }
    .content-manufacturer .list_manufacturer .item a {
        display: block;
        padding: 0 5px;
    }
    .home_blog_post_area .blog_post_content_bottom {
        padding: 20px 10px;
    }
    #blockcart-modal .cart-content .btn {
        width: 100%;
    }
    #my-account #content-wrapper #main .page-footer {
        margin-bottom: 0px;
    }
    .img-text-sec .text-col h3 {
        font-size: 16px;
    }
    #product h1.h1 {
        font-size: 18px;
    }
    .webheayFooter-bottom .payment a img {
        margin-top: 5px;
    }
    .footer-contact-list i {
        position: absolute;
    }
    .webheayFooter-center .ft-contact {
        float: none;
    }
}


/* end footer */

@media screen and (max-width: 480px) {
    #product-availability {
        width: 100%;
    }
    .quickview #product-availability {
        margin-left: 0
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .webheayProduct .webheaySocial-sharing {
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    .block_newsletter .webheayConditions {
        margin: 10px 0 0;
        text-align: center;
    }
    .product-add-to-cart .product-quantity .qty {
        margin-bottom: 25px;
    }
    .webheayProduct .product-add-to-cart .product-quantity .qty {
        margin-bottom: 5px;
    }
    .content-manufacturer .list_manufacturer .item a {
        padding: 0 5px;
    }
    #header .webheay-cart .cart_block .cart-buttons a {
        font-size: 16px;
    }
    #header .webheay-cart a span.icon i {
        position: relative;
    }
    #left-column p img {
        display: none;
    }
}

.text-uppercase {
    text-transform: uppercase;
}


/*product-discount*/

.webheayBlog {
    margin-top: 40px;
    margin-bottom: 40px;
}

.product-discount {
    display: inline-block;
}

.product-manufacturer .img-thumbnail {
    border: none;
    margin-bottom: 20px;
}

#product #block-reassurance span {
    font-weight: 500;
}

.webheayProductsList.whcolumn .comments_note .laberCountReview {
    display: none;
}


/*contact page*/

.input-wrapper input::placeholder {
    font-size: 14px;
    color: #919191;
    font-family: 'Open Sans';
    opacity: .7
}

#contact #content-wrapper {
    padding: 0;
    width: 100%;
    float: none;
    padding: 0;
}

#contact .card {
    box-shadow: none;
    border: none;
    padding: 0;
}

#contact .contact-form {
    border: 1px solid #e2e2e2;
}

#contact #wrapper>.container>.row {
    margin: 0;
}

#contact .form-control {
    height: 40px;
    color: #232323;
}

#contact textarea.form-control {
    height: 100px;
}

#contact .form-control-label {
    padding-top: 0;
    font-weight: bold;
}

#contact .form-group {
    margin-bottom: 20px;
}

#contact .webheayBreadcrumb {
    margin-bottom: 20px;
}

.map-row {
    margin-bottom: 40px;
}

.contact-rich .block {
    width: 100%;
    overflow: visible;
}

.contact-rich .block .icon {
    display: block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    margin: 0 auto 20px;
    float: none;
    border: 2px solid transparent;
}

.contact-rich .block .data {
    text-align: center;
}

.contact-rich .block .icon i {
    line-height: 86px;
    font-size: 38px;
}

.menu-top span {
    width: 50px;
    height: 3px;
}

.contact-rich .block .block-title {
    font-size: 20px;
    font-weight: 600;
}

.contact-rich .block .block-title:after {
    content: '';
    display: block;
    margin: 15px auto;
    width: 60px;
    height: 2px;
    background-color: #232323
}

.contact-form .alert ul {
    margin-bottom: 0;
}

.contact-form .alert {
    padding: 8px 15px;
}

.contact-rich .block .icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.contact-rich .block:hover .icon {
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
}

.contact-rich .block:hover .icon {
    color: #fff;
    border-color: #ff7b5f;
}

.contact-rich .block:hover .icon:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

#storemap {
    height: 500px;
}

.contact-rich .block a {
    color: #232323;
}

@media screen and (max-width: 767px) {
    .contact-rich .block:not(:last-child) {
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .contact-rich,
    #contact #left-column .contact-rich{
        display: flex;
        margin: 50px 0;
    }
    #contact .contact-form {
        padding-left: 30px;
        padding-right: 30px;
    }
}


/*about-page*/

#contact .sec-heading,
.cms-id-4 .sec-heading {
    display: block;
    padding: 0;
    border: none;
    text-align: center;
}

#contact .sec-heading h3,
.cms-id-4 .sec-heading h3 {
    text-align: center;
}

.cms-block .page-subheading,
.cms-block p.dark {
    font-weight: 600;
}

.cms-id-4 #left-column {
    display: none;
}

.cms-id-4 #content-wrapper {
    width: 100%;
    float: none;
}

#main .page-cms-4.page-content.page-cms {
    margin-bottom: 0;
    padding-bottom: 0;
}

.subpage .displayPosition6 {
    /*margin-top: 30px;*/
}

.subpage .sub-heading {
    text-align: center;
    font-size: 16px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.cms-id-4.subpage .page-header {
    margin-bottom: 0 !important;
}


/* AboutUs */

.aboutus-page .breadcrumbs {
    margin-bottom: 0;
}

.about-company {
    display: flex;
    align-items: center;
}

.about-company h2.page-heading {
    font-size: 21px;
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 600;
}

.company-content p {
    line-height: 1.8;
}

.explore-btn {
    display: flex;
}

.explore-btn a {
    font-weight: 600;
    margin-top: 15px;
}

.team-pearson-sec .team_box {
    width: 25%;
    float: left;
    padding: 0 15px;
    text-align: center;
}

.info_teams {
    padding-top: 15px;
}

.info_teams h4 {
    margin-bottom: 5px;
    font-weight: 600;
}

.team-title-sec {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 20px;
}

.team-title-sec h2 {
    font-size: 34px;
    margin: 0;
    padding-bottom: 20px;
    font-weight: 600;
}

.team-title-sec p {
    max-width: 80%;
    margin: 0 auto;
}

.stores-section {
    padding-top: 60px;
}

.store-title-sec {
    padding-bottom: 30px;
}

.store-title-sec h2 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 600;
}

.store-title-sec p {
    max-width: 70%;
    margin: 0 auto;
    padding-top: 10px;
}

.store-img-sec {
    padding-bottom: 30px;
}

.store-img-sec .col-md-12.p-0 {
    padding: 0;
}

.newyork h5.store_title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.newyork p {
    margin-bottom: 5px;
}

.newyork p i {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}

.store-img-sec a,
.img_teams a {
    display: block;
    overflow: hidden;
}

.store-img-sec a img,
.img_teams a img {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
}

.store-img-sec a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.img_teams a:hover img {
    filter: grayscale(100%);
}

@media screen and (max-width: 1199px) {
    .store-img-sec .col-md-12.mb-30 {
        margin-bottom: 24px;
    }
}

@media screen and (max-width:991px) {
    .about-company {
        display: block;
    }
    .about-company h2.page-heading {
        margin-bottom: 15px;
    }
    .store-title-sec p {
        max-width: 100%;
    }
    .store-img-sec {
        display: flex;
    }
    .store-img-sec>.col-md-6:first-child {
        padding-right: 0px;
    }
    .store-img-sec .col-md-12.mb-30 {
        margin-bottom: 15px;
    }
    .other-stores-sec .col-md-4 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width:767px) {
    .about-company h2.page-heading {
        font-size: 20px;
    }
    .team-title-sec {
        padding-top: 40px;
    }
    .stores-section {
        padding-top: 40px;
    }
    .store-title-sec h2,
    .team-title-sec h2 {
        font-size: 24px;
    }
    .store-title-sec p {
        padding: 10px 15px 0;
    }
    .newyork h5.store_title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .team-pearson-sec .team_box {
        width: 50%;
        padding-bottom: 15px;
    }
    .stores-section {
        padding-top: 20px;
    }
    .explore-btn a {
        font-size: 14px;
        height: auto;
        line-height: 1;
        padding: 12px 25px;
    }
    .newyork p {
        margin-bottom: 0px;
        font-size: 13px;
    }
    .about-company .company-content {
        padding-top: 15px;
    }
}

@media screen and (max-width:480px) {
    .info_teams h4 {
        font-size: 16px;
    }
    .info_teams p,
    .store-title-sec p,
    .team-title-sec p,
    .company-content p {
        font-size: 13px;
    }
    .team-title-sec p {
        max-width: 100%;
        padding: 0 15px;
    }
    .other-stores-sec .col-md-4 {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .webheayFooter-bottom .container {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width: 767px) {
    #main .page-cms-4.page-content.page-cms {
        padding: 0;
    }
    .subpage .sub-heading {
        font-size: 14px;
    }
}

/*sub-page*/
#login-form .forgot-password a {
    color: #232323
}

.no-account a {
    color: #232323
}

#checkout .checkout-step a:not(.btn) {
    color: #232323
}

@media screen and (max-width: 767px) {
    .subpage #content p {
        font-size: 14px;
    }
    .page-customer-account #content.page-content {
        padding: 25px 15px 15px;
    }
    #login-form footer .btn {
        width: 100%;
        text-align: center;
    }
    #login-form .form-group,
    .register-form .form-group {
        margin: 0 -15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .subpage #content p {
        font-size: 14px;
    }
    .dropdown.right-nav {
        margin-right: 15px;
    }
    .sticky #_desktop_logo .logo-fix {
        padding-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .subpage #content p:last-child {
        margin-bottom: 0 !important;
    }
    .category-feature-sec .webheayCategoryFeature .item .categoryName a {
        font-size: 13px;
    }
    .block-category {
        margin-bottom: 0px;
    }
}

.subpage #content p:last-child {
    margin-bottom: 0;
}

.subpage #main .page-content.page-cms-5,
.subpage #main .page-content.page-cms-3,
.subpage #main .page-content.page-cms-2,
.subpage #main .page-content.page-cms-1 {
    padding: 0;
}
/* Categoryproducts */
.Categoryproducts .owl-carousel:not(.product-images) .owl-nav {
    top: 0px;
}

.Categoryproducts .webheayProduct-image img {
    width: 100%;
}

#more_menu {
    display: none;
}

.page-my-account #content .links a i {
    height: 54px;
    transition: all .3s;
}

#customer-form .custom-checkbox input[type=checkbox]+span {
    margin-top: 5px;
    margin-right: 8px;
}

#js-checkout-summary,
.cart-grid .card.cart-container,
#order-confirmation .card-block,
.cart-grid .cart-summary {
    background-color: #fff;
}

.register-form>p {
    text-align: center;
}

.text-btn {
    color: #171717;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
}

.text-btn i {
    font-size: 11px;
    vertical-align: middle;
    margin-top: -2px;
}

.text-btn:hover>i {
    position: relative;
    animation-name: arrow;
    animation-duration: 0.55s;
}

.custom-checkbox label {
    display: initial;
}

.input-group .input-group-btn>.btn {
    outline: none;
}

.form-group .input-group .input-group-btn>.btn {
    border: 2px solid transparent;
}

.form-group .input-group .input-group-btn>.btn:hover {
    color: #fff;
}

#mywishlist td.wishlist_delete a {
    padding: 0;
    font-size: 12px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    text-shadow: none;
}

#mywishlist td.wishlist_delete a:hover {
    color: #fff !important;
}

#mywishlist #block-history a:not(.icon) {
    color: #232323
}

#mywishlist td.wishlist_delete a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: block;
}

.product-cover .layer .zoom-in {
    font-size: 30px;
    color: #232323;
}

#identity #customer-form .form-group:last-child .form-control-label {
    display: none;
}

.product-information .webheaySocial-sharing {
    display: flex;
    align-items: center;
}

.product-information .webheaySocial-sharing .labeTitle {
    padding-right: 5px;
}

.webheaySocial-sharing ul {
    margin-bottom: 0;
}

.webheaySocial-sharing li {
    margin: 0 3px;
}

.webheaySocial-sharing li a {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    background-color: #232323;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}

@media screen and (max-width: 767px) {
    .Categoryproducts .sec-heading.mb-30 {
        margin-bottom: 20px;
    }
    .Categoryproducts .webheayCate {
        margin: 0 -7px;
    }
}

@media (min-width: 992px) and (max-width:1024px) {
    .home_blog_post_area .blog_post .blog_post_content_bottom {
        padding: 20px 15px;
    }
    .slick-initialized .slick-slide.blog_post {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    #checkout .checkout-step .form-control-label.col-md-2 {
        width: 25%;
    }
    #checkout .checkout-step .form-control-comment.col-md-3 {
        width: 20%;
    }
}

#product .tab-content .product-manufacturer .img-thumbnail {
    max-width: 250px;
}


/*right-dropdown*/

.header-top .dropdown.right-nav #_desktop_currency_selector ul {
    margin: 0;
}

.header-top .dropdown.right-nav #_desktop_currency_selector ul li:first-child {
    padding-top: 10px;
}

#search_filters_wrapper .custom-checkbox input[type=checkbox]+span {
    border-radius: 50%;
    border: 1px solid #e2e2e2;
}

#search_filters_wrapper .custom-checkbox input[type=radio] {
    display: none;
}

#search_filters_wrapper .custom-checkbox input[type=radio]+span {
    margin-right: 3px;
    display: inline-block;
    width: .9375rem;
    height: .9375rem;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #232323;
    border-radius: 50%;
}
#search_filters_wrapper li:hover .custom-checkbox input[type=checkbox]+span{
    box-shadow: inset 0 0px 3px rgba(0, 0, 0, 0.2);
}

/*checkout-page*/

#block-reassurance .block-reassurance-item img {
    position: absolute;
    left: 15px;
}

#block-reassurance li .block-reassurance-item {
    padding-left: 50px;
    position: relative;
}

#block-reassurance ul {
    margin-bottom: 0
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    color: #111 !important;
    transition: all .3s;
    line-height: 1.5;
}

body#checkout section.checkout-step.-reachable.-complete h1 .step-edit:hover {
    color: #232323;
}

.cart-grid-body>.label {
    background-color: #232323;
    color: #fff;
    box-shadow: 0 0 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 9px 15px;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.cart-grid-body>.label i {
    margin-top: -2px;
}

.checkout-step .form-control-label {
    font-weight: 500;
    font-size: 16px;
}

#cart-summary-product-list .media-list .media-left {
    width: 20%;
}

#cart-summary-product-list .media-list .media-body {
    width: 80%;
}

body#checkout #cart-summary-product-list img {
    width: 100%;
}

#cart-summary-product-list .product-name {
    display: block;
    margin-bottom: 5px;
}

#cart-summary-product-list span {
    display: inline-block;
    float: none !important;
}

#cart-summary-product-list .media:not(:last-child) {
    margin-bottom: 10px;
}

.product-price {
    color: #6f6f6f;
}

#js-checkout-summary hr {
    margin: 0;
}

#js-checkout-summary .cart-total .value {
    font-size: 18px;
}

#js-checkout-summary .cart-summary-products>p {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 500;
}

#js-checkout-summary .cart-summary-products>p:nth-child(2) {
    float: right;
}

.cart-grid .cart-grid-right .checkout .btn {
    display: block;
    margin-bottom: 0;
}

#content-hook_order_confirmation p:last-child {
    margin-bottom: 0
}

.block-promo .promo-name {
    padding: 5px 20px
}


/*left column*/

#left-column .Categoryproducts .sec-heading {
    display: block;
    text-align: left;
}

#left-column .Categoryproducts .sec-heading h3 {
    padding: 5px 15px;
    display: inline-block;
}

#left-column .Categoryproducts .owl-carousel:not(.product-images) .owl-nav {
    top: -45px;
}

@media screen and (max-width:767px) {
    .checkout-step .form-control-label {
        float: left;
    }
    .delivery-options-list .delivery-option .col-sm-4,
    .delivery-options-list .delivery-option .col-sm-3 {
        width: 75%;
        margin-left: 25%;
    }
    .delivery-options-list .delivery-option .col-sm-4 {
        margin-bottom: 5px;
        margin-top: -5px;
    }
    #checkout .col-md-8 {
        margin-bottom: 30px;
    }
    .pagination .col-md-4 {
        float: none;
        width: 100%;
        text-align: center;
    }
    .webheayPagination {
        text-align: center;
    }
    #content-hook_order_confirmation .h1 {
        font-size: 16px
    }
    .cart-grid-body .product-line-actions .hidden-md-up {
        display: none;
    }
    .cart-grid-body .product-line-actions .col-md-10 {
        width: 80%;
    }
    .cart-grid-body .product-line-actions .col-md-2 {
        width: 20%;
    }
    .cart-grid-body .product-line-actions .qty,
    .cart-grid-body .product-line-actions .price {
        width: 50%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    #checkout .content {
        padding: 0 15px !important;
    }
}

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
    #customer-form .form-group+p {
        text-align: left;
        padding-left: calc(26%);
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    body#checkout section.checkout-step .content {
        padding: 0;
    }
    #customer-form .col-md-2.form-control-label {
        width: 25%;
    }
    #customer-form .col-md-7.form-control-valign {
        width: 75%;
    }
    #customer-form .form-group+p {
        padding-left: calc(25% + 8px);
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

body#checkout section.checkout-step .address-alias {
    margin-left: 10px;
    font-weight: 400;
}

body#checkout section.checkout-step .address {
    margin-left: 35px;
    font-size: 15px;
}

.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 {
    padding: 0;
}

.delivery-options-list .delivery-option .col-sm-5 .col-xs-3 img {
    width: 30px;
}

#checkout-guest-form {
    text-align: left;
}

#content-hook_order_confirmation .h1 i {
    margin-right: 5px;
}

#order-items tr td:first-child,
#order-items tr.font-weight-bold {
    font-weight: 600;
    color: #232323;
}

#order-items tr,
#order-details ul li {
    color: #6f6f6f;
    font-weight: 400;
}

/*cart grid*/
.cart-grid .product-line-info .value:first-child {
    color: #111;
    font-size: 16px;
}

.cart-grid-body .cart-items .cart-item:not(:last-child) {
    border-bottom: 1px solid transparent
}

.cart-grid .product-line-info .value {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

.page-cart .def-btn i {
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}

.page-cart .product-line-grid-body>.product-line-info>a.label {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
    display: block;
    font-weight: 400;
    color: #232323
}

.cart-grid-body a.label:hover,
.cart-grid-body a.label:focus {
    text-decoration: none;
}

body .cart-grid-body>a.label:hover {
    background-color: #203d6a;
    color: #fff
}

.product-line-grid-right .bootstrap-touchspin>.input-group-btn-vertical {
    padding-left: 5px;
}

.product-line-grid-right .bootstrap-touchspin {
    box-shadow: none !important;
}

.product-line-grid-right .bootstrap-touchspin>.form-control {
    text-align: center !important;
}

.page-cart .product-line-grid-right .product-price {
    font-size: 18px;
}

#block-reassurance li .block-reassurance-item span {
    font-weight: 400;
    line-height: 1.4;
}

.cart-grid .cart-grid-right .checkout .btn,
.checkout .btn {
    display: block;
    margin-bottom: 0;
    width: 100%;
}

.cart-summary-line:not(:last-child) {
    margin-bottom: 10px;
}

.cart-items .product-price strong {
    font-weight: 500;
}

.cart-item .product-line-grid .product-image {
    display: inline-block;
    border: 1px solid transparent;
}

@media screen and (max-width:767px) {
    .delivery-options-list .delivery-option .col-sm-4,
    .delivery-options-list .delivery-option .col-sm-3 {
        width: 75%;
        margin-left: 25%;
    }
    #block-reassurance li .block-reassurance-item {
        padding-right: 0.5rem;
    }
    .product-line-grid-body br {
        display: none;
    }
    .product-line-grid .product-line-actions {
        margin-top: 10px;
    }
    .product_banner .banner-col {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .product-line-grid {
        display: flex;
        align-items: center;
    }
}

#content-wrapper {
    padding: 0 15px;
}

.modal {
    text-align: center;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/*my-account*/
#my-account #content-wrapper #main {
    border: 1px solid #e2e2e2;
    padding: 25px 30px 30px;
    background-color: #fff;
}

#my-account #content-wrapper #main .btn-primary,
#my-account #content-wrapper #main .page-content {
    margin-bottom: 0
}

#module-blockwishlist-mywishlist .footer_links {
    margin-top: 20px;
}

#module-blockwishlist-mywishlist #content,
#module-blockwishlist-view #content {
    background-color: #fff
}

.quick-cart-total .btn-primary i {
    line-height: 0.8;
}

.page-my-account #content .links a {
    font-weight: 600;
    color: #232323;
    font-size: 14px;
}

/*cart*/
.cart-grid-body h1,
.page-header h1 {
    font-size: 24px;
    text-transform: capitalize;
}

.cart-summary-line .value,
.cart-summary-line .label {
    font-weight: 500;
    font-size: 14px;
}

.cart-summary-line.cart-summary-subtotals .label,
.cart-summary-line.cart-summary-subtotals .value {
    font-weight: 500;
}

@media (min-width:768px) and (max-width:991px) {
    #checkout .col-md-8,
    #checkout .col-md-4 {
        width: 100%;
    }
    #checkout .col-md-4 {
        margin-top: 30px;
    }
    body#checkout section.checkout-step .step-title {
        padding: 0 15px;
    }
    #my-account #content-wrapper #main {
        padding: 15px;
    }
}

@media screen and (max-width:767px) {
    .cart-grid-body h1,
    .page-header h1 {
        font-size: 20px;
    }
}

/*store*/
#stores .card-title {
    font-size: 16px;
}

/*brand-page*/
#manufacturer li.brand .brand-img {
    text-align: center;
    margin-bottom: 10px;
}

#manufacturer li.brand .brand-img img {
    max-width: 100%;
}

#manufacturer li.brand .brand-infos {
    padding-left: 0;
}

#manufacturer li.brand .brand-products {
    border-left: 1px solid #ddd;
    padding: 20px 0 20px 30px;
}

#manufacturer #main>ul {
    border: 1px solid #e2e2e2;
    padding: 0 30px;
    margin-top: 20px;
    background-color: #fff;
}

#manufacturer li.brand {
    border-bottom: 1px solid #e2e2e2;
    padding: 30px 0;
}

#manufacturer li.brand a:not(.btn) {
    color: #232323;
}

@media screen and (max-width: 543px) {
    #manufacturer li.brand .brand-infos {
        width: 100%;
    }
    #manufacturer li.brand .col-xs-12 {
        padding: 0px;
    }
    #manufacturer li.brand {
        text-align: center;
    }
    #manufacturer li.brand .brand-products {
        border: none;
    }
}

@media screen and (max-width: 991px) {
    #manufacturer #content-wrapper {
        margin: 0 0 10px 0 !important;
        padding-top: 20px;
        width: 100%;
    }
    #manufacturer #left-column {
        width: 100%;
    }
}

@media screen and (min-width: 544px) {
    #manufacturer li.brand {
        display: flex;
        align-items: center;
    }
}

/*404*/
.page-not-found .webheaySearch.dropdown-menu {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    float: none;
    box-shadow: none;
    z-index: 1;
}

.page-not-found .expand-more {
    display: none;
}

.page-not-found h2 {
    font-size: 60px;
    color: #232323;
    font-weight: bold;
}

.page-not-found h4 {
    font-size: 30px;
    color: #232323;
}

.page-not-found #search_widget {
    border: none;
}

@media screen and (max-width: 480px) {
    .page-not-found h4 {
        font-size: 20px;
    }
    #pagenotfound .page-not-found,
    #products .page-not-found {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width: 768px) {
    #pagenotfound .page-not-found,
    #products .page-not-found {
        margin-bottom: 0 !important;
        padding: 70px 0 40px;
    }
    .page-not-found h2 {
        font-size: 100px;
    }
}


/*sitemap*/
#sitemap #main .page-header {
    margin-bottom: 20px;
}

.sitemap a {
    color: #232323
}

#sitemap #main .page-header h1 {
    font-size: 24px;
    text-align: left;
}

.sitemap .padd-0 {
    padding: 0;
}

.sitemap ul.tree>li {
    margin: 0 0 0 10px;
}

.sitemap ul.tree li {
    margin: 0;
    padding: 5px 0 0 25px;
    position: relative;
    border-left: 1px solid #e2e2e2;
    line-height: 21px;
}

.sitemap ul.tree li:before {
    content: "";
    height: 1px;
    width: 15px;
    background: #e2e2e2;
    left: 0;
    top: 15px;
    position: absolute;
}

@media screen and (max-width: 1199px) {
    .sitemap {
        margin: 0;
    }
}


/*toasert-alert*/
.PopupWishList {
    margin: 0;
    position: fixed;
    width: 360px;
    z-index: 9999999;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    right: 15px;
    top: 15px;
    animation: fadeInDown .3s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.PopupWishListInner {
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    padding: 18px
}

.PopupWishListInner>h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 500;
}

.PopupWishListInner>h3>i {
    color: #203d6a;
    margin-right: 5px;
    width: auto;
}

.noty_text_body {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex: 1 1 auto;
    color: #232323 !important;
}

.noty_text_body .thumbnail {
    display: inline-block;
    flex: 0 0 auto;
    height: 72px;
    margin-bottom: 0;
    margin-right: 24px;
    width: auto
}

.noty_text_body>p {
    flex: 1 1 0%;
    overflow: hidden;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.5;
}

.close-popcompare {
    position: absolute;
    right: 18px;
    top: 13px;
    cursor: pointer;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    color: #666
}

.close-popcompare:hover {
    color: #232323;
}

.noty_text_body p a {
    margin-top: 5px;
    display: inline-block;
    color: #232323;
}

.noty_text_body p a:hover {
    opacity: .8
}

.PopupWishListInner>h3>i.warning {
    color: #ffc107
}

.hb-animate-element.hb-in-viewport.left-to-right {
    animation: 1s ease 0s normal none 1 fadeInUp;
    -webkit-animation: 1s ease 0s normal none 1 fadeInUp;
    -moz-animation: 1s ease 0s normal none 1 fadeInUp;
    -o-animation: 1s ease 0s normal none 1 fadeInUp;
}

@media screen and (max-width: 480px) {
    .PopupWishList {
        width: 80%;
        left: 10%;
    }
    .PopupWishList .close-popcompare {
        right: 6px;
        top: 5px;
    }
    .block_newsletter .webheayForm form {
        display: block;
    }
    .block_newsletter .title-block .h3:after {
        content: '';
        margin: 0;
    }
    .block_newsletter .btn-primary {
        background-color: #232323;
    }
    .block_newsletter form input.btn {
        color: #fff;
    }
    .block_newsletter .title-block p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 0;
    }
    .block_newsletter .title-block p span {
        font-size: 20px;
    }
    .block_newsletter .title-block .h3 {
        padding-bottom: 8px;
    }
}


/*forgot-password*/

.forgotten-password .btn {
    margin-top: 15px
}

#password .ps-alert-success {
    padding: 0;
    margin-bottom: 0;
    display: block;
}

#password .form-group {
    margin-bottom: 0;
}

#password .ps-alert-success .item {
    margin-bottom: 0
}

@media (min-width: 544px) and (max-width: 767px) {
    .block_newsletter form input.btn {
        height: 44px;
    }
    .block_newsletter .title-block .h3 {
        font-size: 18px;
        padding-bottom: 0;
    }
    .block_newsletter .title-block p span {
        font-size: 18px;
    }
    .block_newsletter .title-block p {
        font-size: 15px;
        margin-bottom: 0;
    }
    .webheayFooter-center:before {
        top: -20px;
        background-color: #f8f8f8;
        height: 22px;
    }
}

@media (min-width:1200px) and (max-width: 1559px) {
    .block_newsletter .title-block .h3 {
        font-size: 20px;
    }
    .block_newsletter .title-block p {
        font-size: 15px;
    }
    .block_newsletter .title-block p span {
        font-size: 20px;
    }
}

@media screen and (max-width: 543px) {
    .block_newsletter .svg-icn {
        width: 40px;
        position: absolute;
        bottom: 95px;
    }
    .block_newsletter .title-block svg {
        height: 40px;
        width: 40px;
    }
    .block_newsletter .title-block p.h3 {
        margin-left: 10px;
        font-size: 15px;
    }
    .block_newsletter .title-block .h3 {
        padding: 0;
        line-height: 1.5;
    }
    .block_newsletter .title-block p {
        font-size: 14px;
        letter-spacing: 0;
        margin: 0 0 10px 0;
    }
    .block_newsletter .title-block p span {
        font-size: 16px;
    }
    .webheayFooter-center:before {
        top: -20px;
        height: 22px;
    }
    .webheayForm {
        padding: 0;
    }
    .block_newsletter .title-block .h3:after {
        content: '';
        margin: 0;
    }
    .block_newsletter .btn-primary {
        background-color: #232323;
    }
    .block_newsletter form input.btn {
        color: #fff;
    }
}

#header .wh-menu-horizontal ul li.level-1 .view_menu:hover span {
    color: #000;
}

@media (min-width: 544px) and (max-width: 991px) {
    .block_newsletter .svg-icn {
        width: 55px;
        top: 50px;
    }
    .block_newsletter .title-block p.h3 {
        font-size: 22px;
        letter-spacing: 0;
        margin-left: 15px;
    }
    .block_newsletter .title-block .h3 {
        padding: 0;
        line-height: 1.5;
        display: block;
    }
    .block_newsletter .title-block p {
        font-size: 16px;
        letter-spacing: 0;
        display: block;
    }
    .block_newsletter .title-block p span {
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block_newsletter .title-block p span {
        font-size: 22px;
    }
    .block_newsletter .title-block .h3:after {
        content: '';
        margin: 0;
    }
    .block_newsletter .title-block .h3 {
        font-size: 18px;
        display: inline-block;
    }
}