@charset "utf-8";
/* CSS Document */

/*===========================================*/
/*============ Default Css Start ============*/
/*===========================================*/

:root {
    --main-bg-color: #0100C8;
    --secondary-bg-color: #F8CB18;
}

html,
body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #000;
    background: #F1F1F1;
    margin: 0;
    padding: 0;

}

li, ul, ol {
}

a, a img {
    text-decoration: none;
    border: 0;
    outline: none !important;
}

a, button, input[type=submit] {
    outline: none;
    -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;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    font-style: normal;
    font-weight: normal;
}

.clear {
}

.clear:before,
.clear:after {
    content: "";
    display: table;
}

.clear:after {
    clear: both;
}

input, textarea {
    outline: none !important;
    color: #000000;

}

::-webkit-input-placeholder {
    opacity: 1;

}

::-moz-placeholder {
    opacity: 1;

}

:-ms-input-placeholder {
    opacity: 1;

}

:-moz-placeholder {
    opacity: 1;

}

/*===========================================*/
/*============= Default Css End =============*/
/*===========================================*/

@media (min-width: 576px) {
    .container {
        width: 100%;
        max-width: 100%;

    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1400px;
        max-width: 100%;
    }
}


body .ets_mm_megamenu::before, body #footer::before {
    top: auto !important;
}

/*======================================*/
/*============ Header Start ============*/
/*======================================*/

#header {
    width: 100%;
    background: none;
}

.header-wapper {
    width: 100%;
    height: 79px;
    display: inline-block;
    vertical-align: top;
}

.header-main {
    width: 100%;
    background: #0100c8;
    background: var(--main-bg-color);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header-main:after {
    content: "";
    width: 100%;
    height: 5px;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    position: absolute;
    left: 0;
    bottom: -5px;
}

.header-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 19px 30px;
}

.logo {
    width: auto;
    float: left;
}

.logo a {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.logo a img {
    max-width: 100%;
}

.header-right {
    float: right;
    margin-left: auto;
}

.header-right .header-box {
    width: auto;
    float: left;
    margin: 0 0 0 60px;
}

.header-right .header-box .user-info {
    float: left;
    margin: 0;
    padding: 0;
}

.header-right .header-box .user-info a {
    float: left;
    font-size: 27px;
    color: #FFF;
}

.header-right .header-box .user-info a.logout {
    font-size: 30px;
    margin: 0 20px 0 0;
}

.header-right .header-box .user-info a.account {
}

.header-right .header-box .blockcart {
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

.header-right .header-box .blockcart .shopping-cart {
    float: left;
    font-size: 27px;
    color: #FFF;
}

.header-right .header-box .blockcart .cart-products-count {
    width: 24px;
    height: 24px;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #FFF;
    text-align: center;
    line-height: 24px;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    border-radius: 50%;
    position: absolute;
    top: -12px;
    right: -10px;
}

.header-right .header-box .menu-icon {
    float: left;
    margin: 0;
    padding: 0;
}

.header-right .header-box .menu-icon a {
    float: left;
    font-size: 27px;
    color: #FFF;
}

.header-right .header-box .menu-icon a .fa-bars {
}

.header-right .header-box .menu-icon a .fa-times {
    display: none;
}

.header-right .header-box .menu-icon a.active {
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.header-right .header-box .menu-icon a.active .fa-bars {
    display: none;
}

.header-right .header-box .menu-icon a.active .fa-times {
    display: block;
}

.header-navbar {
    width: 100%;
    display: none;
    margin: 0;
    padding: 25px 100px 50px 30px;
}

.header-navbar > ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}

.header-navbar > ul > li {
    width: 100%;
    float: left;
    text-align: right;
    margin: 0;
    padding: 20 px0;
}

.header-navbar > ul > li > a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    font-family: 'GothamMedium';
    font-size: 25px;
    color: #FFF;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
    text-shadow: 0 2px 2px rgba(0, 0, 0, .5);
    margin: 0;
    /*padding: 0;*/
    padding: 14px;
}

.header-navbar > ul > li > a:hover,
.header-navbar > ul > li.current > a {
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    font-size: 30px;
}

.header-wapper #block_wishlist_top {
    display: none;
}

/*======================================*/
/*============= Header End =============*/
/*======================================*/

/*=======================================*/
/*============ Content Start ============*/
/*=======================================*/

/*============ Common Style Start ============*/

#wrapper {
    background: #F1F1F1;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#wrapper:before,
#wrapper:after {
    content: "";
    display: table;
}

#wrapper:after {
    clear: both;
}

#wrapper .container {
}

/*-breadcrumb-*/
#wrapper .breadcrumb {
    margin: 00 30 px0;
    padding: 20 px000;
}

#wrapper .breadcrumb ol {
    line-height: 1;
    margin: 0;
    padding: 0;
}

#wrapper .breadcrumb ol li {
    margin: 0;
    padding: 0;
}

#wrapper .breadcrumb ol li:after {
    content: "|";
    font-size: 14px;
    color: #000;
    margin: 0 5px;
}

#wrapper .breadcrumb ol li a {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

/*-breadcrumb-*/

/*-page-header-*/
#content-wrapper .page-header {
    margin: 00 30 px0;
    padding: 0;
}

#content-wrapper .page-header h1 {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 20px 0;
    padding: 0;
}

#content-wrapper .page-header p {
    line-height: 21px;
    font-size: 16px;
    color: #000000;
    font-family: 'Gotham-Bold';
}

/*-page-header-*/

/*-page-content-*/
#content-wrapper .page-content {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    margin: 0 0 50px 0;
    padding: 0;
}

.page-content.page-cms {
    text-align: left;
    background: none;
}

.page-content.page-cms h1 {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms h2 {
    font-family: 'Gotham-Bold';
    font-size: 28px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms h3 {
    font-family: 'GothamMedium';
    font-size: 26px;
    color: #0100C8;
    color: var(--main-bg-color);
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms h4 {
    font-family: 'GothamMedium';
    font-size: 24px;
    color: #0100C8;
    color: var(--main-bg-color);
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms h5 {
    font-family: 'GothamMedium';
    font-size: 22px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms h6 {
    font-family: 'GothamMedium';
    font-size: 20px;
    color: #000;
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms p {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0 0 20px 0;
    padding: 0;
}

.page-content.page-cms ul {
    display: block;
    list-style: outside disc;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
}

.page-content.page-cms ul li {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.page-content.page-cms ol {
    display: block;
    list-style: outside decimal;
    margin: 0 0 20px 0;
    padding: 0 0 0 18px;
}

.page-content.page-cms ol li {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.page-content.page-cms strong,
.page-content.page-cms b {
    font-family: 'Gotham-Bold';
    font-weight: normal;
}

.page-content.page-cms em,
.page-content.page-cms i {
    font-family: 'Gotham-BookItalic';
    font-style: normal;
}

.page-content.page-cms a {
    color: #0100C8;
    color: var(--main-bg-color);
}

/*-page-content-*/

/*-page-footer-*/
#content-wrapper .page-footer {
    margin: 0;
    padding: 0;
}

/*-page-footer-*/

/*-form-design-*/
form {
    margin: 0;
    padding: 0;
}

form .form-group {
    margin: 0 0 20px 0;
}

form .form-group [class*="col-"] {
    width: 100%;
    padding: 0;
}

form .form-group .form-control-label {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #0100C8;
    color: var(--main-bg-color);
    text-align: left;
    margin: 0 0 5px 0;
}

form .form-group .form-control {
    width: 100%;
    height: 47px;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #000 !important;
    background: #FFF;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0 18px;
}

.w3n_order-confirmation form .form-group .form-control {
    background: #F1F1F1;
}

.w3n_order-confirmation form form .form-group .input-group .input-group-btn > .btn {
    background: #F1F1F1;
    color: #000000;
}

form .form-group input {
    color: #000000 !important;
}

form .form-group input::-webkit-input-placeholder {
    color: #000000 !important;
}

form .form-group input::-moz-placeholder {
    color: #000000 !important;
}

form .form-group input:-ms-input-placeholder {
    color: #000000 !important;
}

form .form-group input:-moz-placeholder {
    color: #000000 !important;
}

form .form-group select.form-control {
    height: 47px !important;
}

form .form-group textarea.form-control {
    height: 100px;
    resize: none;
    padding: 10px 18px;
}

form .form-group .input-group {
    outline: none !important;
}

form .form-group .input-group .input-group-btn {
}

form .form-group .input-group .input-group-btn > .btn {
    font-family: 'Gotham-Bold';
    font-size: 17px;
    color: #999999;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 15px 20px;
}

form .form-group .custom-checkbox {
    position: relative;
    margin: 0;
    padding: 0;
}

form .form-group .custom-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

form .form-group .custom-checkbox input[type="checkbox"] + span {
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #0100C8;
    border: 2px solid var(--main-bg-color);
    margin: 0;
    padding: 0;
}

form .form-group .custom-checkbox input[type="checkbox"] + span .material-icons {
    font-size: 16px;
    color: #0100C8;
    color: var(--main-bg-color);
    margin: 0;
}

form .form-group .custom-checkbox label {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    margin: 0;
    padding: 0;
}

form .form-group .radio-inline {
    font-family: 'Gotham-Book';
    font-size: 15px;
    color: #000;
    margin: 0 15px 0 0;
    padding: 0;
}

form .form-group .custom-radio {
    width: 20px;
    height: 20px;
    background: #FFF;
    border: 2px solid #0100C8;
    border: 2px solid var(--main-bg-color);
    margin: 0 3px 0 0 !important;
    padding: 0;
}

form .form-group .custom-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
}

form .form-group .custom-radio input[type="radio"]:checked + span {
    width: 12px;
    height: 12px;
    background: #0100c8;
    background: var(--main-bg-color);
}

form .form-footer {
    text-align: left !important;
}

form .form-footer .btn {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #0100c8;
    background: var(--main-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 16px 30px;
}

form .form-footer .btn:hover {
    color: #000;
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

/*-form-design-*/

/*============ Common Style End ============*/

/*============ Home Page Start ============*/

/* Slider Section ST */

.page-home {
    margin: 0;
    padding: 0;
}

.main-banner {
    width: 100%;
    position: relative;
}

.home-slider {
    width: 100%;
    position: relative;
}

.w3n_home_banner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 691px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.w3n_search {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 38px 0 0;
}

.w3n_search .search-widget {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.w3n_search .search-widget form input[type=text] {
    background: rgba(241, 241, 241, .80);
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 62px;
    padding: 10px 30px 10px 113px;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #0100C8;
    color: var(--main-bg-color);
    max-width: 706px;
}

.w3n_search .search-widget form input[type=text]::-webkit-input-placeholder {
    color: #0100C8;
    color: var(--main-bg-color);
    opacity: 1;
}

.w3n_search .search-widget form input[type=text]::-moz-placeholder {
    color: #0100C8;
    color: var(--main-bg-color);
    opacity: 1;
}

.w3n_search .search-widget form input[type=text]:-ms-input-placeholder {
    color: #0100C8;
    color: var(--main-bg-color);
    opacity: 1;
}

.w3n_search .search-widget form input[type=text]:-moz-placeholder {
    color: #0100C8;
    color: var(--main-bg-color);
    opacity: 1;
}

.search-widget form button[type=submit] {
    width: 32px;
    height: 32px;
    background: url(../images/search-solid.svg) no-repeat center center;
    right: 0;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    outline: none !important;
    cursor: pointer;
    background-size: contain;
}

.search-widget form button[type=submit] i {
    display: none;
}


/* Slider Section EN */
/* Home Page Second slider  ST */

.poslistcategories {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0 50px;
}

#w3n_cat_feature .list-categories {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

#w3n_cat_feature .list-categories:hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

#w3n_cat_feature .list-categories .thumb-category {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#w3n_cat_feature .list-categories .thumb-category a {
    display: block;
}

#w3n_cat_feature .list-categories .desc-listcategoreis {
    display: block;
    position: absolute;
    bottom: 30px;
    z-index: 5;
    left: 0;
    width: 100%;
    opacity: 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;
}

#w3n_cat_feature .list-categories:hover .desc-listcategoreis {
    display: block;
    opacity: 1;
    -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;
}

#w3n_cat_feature .list-categories .desc-listcategoreis .view-all {
    text-align: center;
}

#w3n_cat_feature .list-categories .desc-listcategoreis .view-all a {
    color: #0100C8;
    color: var(--main-bg-color);
    font-size: 25px;
    font-family: 'GothamMedium';
}

#w3n_cat_feature .list-categories:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 13%, rgba(245, 202, 25, .8) 99%, rgba(248, 203, 24, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 13%, rgba(245, 202, 25, .8) 99%, rgba(248, 203, 24, .8) 100%);
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 13%, rgba(245, 202, 25, .8) 99%, rgba(248, 203, 24, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ccf8cb18', GradientType=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;
}

#w3n_cat_feature .list-categories:hover:after {
    display: block;
    opacity: 1;
    -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;
}

#w3n_cat_feature .list-categories .content-listcategoreis {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#w3n_cat_feature .list-categories .content-listcategoreis .name_categories {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#w3n_cat_feature .list-categories .content-listcategoreis .name_categories a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Gotham-Bold';
    font-size: 25px;
    color: #0100C8;
    color: var(--main-bg-color);
    line-height: 1;
}

#w3n_cat_feature .owl-nav {
    display: block;
}

#w3n_cat_feature .owl-nav {
    position: absolute;
    top: 0;
    right: 30px;
}

#w3n_cat_feature .owl-nav button {
    height: 37px;
    width: 37px;
    background: #FFF !important;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 0;
    text-align: center;
}

#w3n_cat_feature .owl-nav button span {
    font-size: 0;
}

#w3n_cat_feature .owl-nav button.owl-prev {
    margin-right: 36px;
}

#w3n_cat_feature .owl-nav button.owl-prev span {
    background: url(../images/chevron-left-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
}

#w3n_cat_feature .owl-nav button.owl-next {
    margin-left: 36px;
}

#w3n_cat_feature .owl-nav button.owl-next span {
    background: url(../images/chevron-right-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
}

/* Home Page Second Slide EN */
/* Product Section ST */
li.product-flag {
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

.tab-content {
    width: 100%;
    background: #F1F1F1;
}

.products .product-miniature {
    width: 20% !important;
}

.product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border-color: #0100C8;
    border-color: var(--main-bg-color);
}

.tabs .nav-tabs .nav-link {
    font-size: 30px;
    font-family: 'GothamMedium';
    color: #999999;
    position: relative;
    padding: 0;
}

.tabs .nav-tabs .nav-link:after {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 20px;
    background: #999999;
    margin: 0 48px 0;
}

.tabs .nav-tabs li:last-child .nav-link:after {
    display: none;
}

.tabs .nav-tabs .nav-link:hover {
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.tabs .nav-tabs .active .nav-link {
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
    border-bottom: none;
    background-color: transparent;
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.w3n_price_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.products .product-miniature .product-description {
    margin-top: 11px !important;
}

.w3n_price_section .product-price-and-shipping {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.w3n_price_section .w3n_cart_blk {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    text-align: right;
    font-size: 0;
}

.w3n_price_section .w3n_cart_blk .w3n_heart_img {
    width: auto;
    display: inline-block;
    text-align: center;
}

.w3n_price_section .w3n_cart_blk img {
    margin-left: 0;
}

.w3n_price_section .w3n_cart_blk button {
    padding: 0;
}

.w3n_price_section .w3n_cart_blk .w3n_cart_img {
    width: auto;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
}

.w3n_price_section .w3n_cart_blk .w3n_cart_img:hover {
    -box-shadow: 00 8px rgba(0, 0, 0, .3);
    box-shadow: 00 8px rgba(0, 0, 0, .3);
}

.w3n_price_section .w3n_cart_blk .w3n_heart_img button {
    background: #ffffff;
    height: 55px;
    width: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 4px;
}

.w3n_price_section .w3n_cart_blk .w3n_heart_img button:hover {
    background: #FFFFFF !important;
}

.w3n_price_section .w3n_cart_blk .w3n_cart_img button {
    background: #0100c8;
    background: var(--main-bg-color);
    height: 55px;
    width: 55px;
    display: inline-block;
    line-height: 55px;
    border-radius: 4px;
}

.w3n_price_section .w3n_cart_blk .w3n_cart_img button:focus {
    background: #0100c8;
    background: var(--main-bg-color);
    background-color: #0100C8 !important;
    background-color: var(--main-bg-color) !important;
}

.w3n_price_section .w3n_cart_blk .w3n_cart_img button:hover {
    background: #0100C8 !important;
    background: var(--main-bg-color) !important;
}

.w3n_price_section .product-price-and-shipping span.price {
    color: #000000;
    font-size: 20px;
    font-family: 'GothamMedium';
}

.products .product-miniature .product-thumbnail {
    text-align: center;
}

.w3n_product_blk {
    background: #FFFFFF;
    padding-top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.w3n_product_blk:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 64%, rgba(255, 252, 242, 1) 66%, rgba(248, 203, 24, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 64%, rgba(255, 252, 242, 1) 66%, rgba(248, 203, 24, .8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 64%, rgba(255, 252, 242, 1) 66%, rgba(248, 203, 24, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ccf8cb18', GradientType=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;
}

.w3n_product_blk:hover:after {
    opacity: 1;
}

.products .product-miniature .product-thumbnail img {
    width: auto !important;
    margin-left: 0;
}

.products .product-miniature .product-description.w3n_product_name {
    padding-bottom: 31px;
    z-index: 5 !important;
}

.products .product-miniature .product-description.w3n_product_name h3 {
    font-size: 13px;
    font-family: 'Gotham-Bold';
    position: relative;
    z-index: 2;
    padding: 0 10px
}

.products .product-miniature .product-description.w3n_product_name h2 {
    font-size: 13px;
    font-family: 'Gotham-Bold';
    position: relative;
    z-index: 2;
    padding: 0 10px
}

.w3n_home_newproducts_span {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 45px;
}

.w3n_home_newproducts_span .w3n_home_newproducts {
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    width: 251px;
    height: 47px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-family: 'Gotham-Bold';
    line-height: 47px;
    font-size: 15px;
    display: inline-block;
    letter-spacing: -0.02em;
    -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;
}

.w3n_home_newproducts_span .w3n_home_newproducts:hover {
    background: #F8CB18;
    background: var(--secondary-bg-color);
    color: #FFFFFF;
}

/* Product Section EN */

/* Slider ST */
.w3n_home_page_slider .w3n_blog_slider {
    display: none !important;
}

.w3n_home_page_slider .owl-carousel .owl-item:nth-child(even) .w3n_blog_list span {
    left: auto;
    right: 32px;
    display: block;
}

.w3n_home_page_slider .ybc_item_img {
    position: relative;
    overflow: visible;
    background: none;
    display: inline-block;
    width: 100%;
}

.w3n_home_page_slider .w3n_blog_list img {
    display: none !important;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.w3n_home_page_slider .w3n_blog_list div {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px;
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .25);
    border-radius: 3px;
}

.w3n_home_page_slider .ybc_item_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 52%, rgba(248, 203, 24, .8) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 52%, rgba(248, 203, 24, .8) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 52%, rgba(248, 203, 24, .8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ccf8cb18', GradientType=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;
}

.w3n_home_page_slider .ybc_item_img:hover:after {
    opacity: 1;
}

.w3n_home_page_slider .w3n_blog_list span {
    color: #FFFFFF;
    position: absolute;
    left: 32px;
    bottom: 50px;
    font-size: 35px;
    font-family: 'Gotham-Bold';
    z-index: 6;
    -webkit-text-shadow: 0 4px 2px rgba(0, 0, 0, .5);
    text-shadow: 0 4px 2px rgba(0, 0, 0, .5);
    overflow: visible;
}

.w3n_home_page_slider.block_content li {
    padding: 0;
}

#content-wrapper .ybc_block_slider .w3n_home_page_slider .owl-item > li {
    padding-bottom: 20px;
    overflow: visible;
}

.ybc_block_slider.page_home {
    padding: 37px 0 54px;
    position: relative;
    margin-bottom: 0;
}

.page_home .title_blog {
    max-width: 1156px;
    display: block;
    margin: 0 auto 40px !important;
}

.page_home.ybc_block_slider .block_content {
    width: 100% !important;
    margin-left: 0 !important;
}

.ybc_block_slider.page_home .owl-carousel {
    position: static;
}

.w3n_home_page_slider ul .owl-nav {
    position: absolute;
    top: 37px;
    right: 30px;
    display: block !important;
}

.w3n_home_page_slider ul .owl-nav button {
    height: 37px;
    width: 37px;
    background: #F1F1F1 !important;
    font-size: 25px !important;
    box-shadow: none;
    border-radius: 4px;
    outline: none !important;
}

.w3n_home_page_slider ul .owl-nav button span {
    font-size: 0;
}

.w3n_home_page_slider ul .owl-nav button.owl-prev {
    margin-right: 36px;
}

.w3n_home_page_slider ul .owl-nav button.owl-prev:before {
    content: '';
    background: url(../images/chevron-left-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.w3n_home_page_slider ul .owl-nav button.owl-next {
    margin-left: 36px;
}

.w3n_home_page_slider ul .owl-nav button.owl-next:before {
    content: '';
    background: url(../images/chevron-right-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.ybc_block_slider h4.title_blog {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    font-family: 'Gotham-Bold';
}


/* Slider Sub Menu ST */
.w3n_megamenu .w3n_banner_cat_page {
    display: none;
}

.w3n_megamenu {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #0100c8;
    background: var(--main-bg-color);
    padding: 22px 15px;
}

.w3n_megamenu .ets_mm_megamenu {
    margin-top: 0;
}

.w3n_megamenu .container {
    width: 100%;
}

.w3n_megamenu .ets_mm_megamenu.layout_layout5 {
    background-color: transparent;
}

.w3n_megamenu .ets_mm_megamenu_content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: center !important;
    background: none !important;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li {
    float: none;
    text-align: left;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li + li + li {
    margin-left: 27px;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_1 {
    max-width: 150px;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_2 {
    max-width: 150px;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_2 {
    max-width: 132px;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li > a {
    font-family: 'GothamMedium';
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li > a span {
    color: #FFFFFF;
    overflow: hidden;
    float: none;
    display: block;
    font-family: 'GothamMedium';
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li a .w3n_megamenuclass {
    margin-right: 12px;
    width: auto;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
    width: 255px;
    padding: 5 px0;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li.w3n_mm_1 ul.mm_columns_ul li {
    width: auto;
    padding: 5 px0;
}

.w3n_megamenu ul.mm_menus_ul ul.mm_blocks_ul .ets_mm_block_content ul.ets_mm_categories {
    padding: 0 40px;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
    position: absolute;
    top: 100%;
    left: auto;
    width: auto !important;
    background: #0100c8;
    background: var(--main-bg-color);
    border: none;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
    border: none;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li .ets_mm_block_content ul li a {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-family: 'GothamMedium';
    font-size: 14px;
}

/*.w3n_megamenu ul.mm_menus_ul li.mm_menus_li a{  display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}*/
.w3n_megamenu ul.mm_menus_ul li.mm_menus_li a .w3n_megamenuclass {
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li a span {
    padding: 0;
    font-size: 12px;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li a span.mm_arrow {
    display: none;
}

body .ets_mm_megamenu::before, body #footer::before {
    display: none;
}

/* Slider Sub Menu EN */
/* Slider EN */

/*============ Home Page End ============*/

/*=======================================*/
/*============= Content End =============*/
/*=======================================*/

/*======================================*/
/*============ Footer Start ============*/
/*======================================*/

#footer {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.footer-newsletter {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #0100c8;
    background: var(--main-bg-color);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, .25);
    padding: 20px 140px;
}

.footer-newsletter .block_newsletter {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.footer-newsletter .block_newsletter .newsletter-text {
    width: 280px;
    float: left;
    margin: 2px 0 0 0;
}

.footer-newsletter .block_newsletter .newsletter-text h5 {
    font-family: 'GothamMedium';
    font-size: 25px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    letter-spacing: -0.02em;
    text-transform: uppercase;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.footer-newsletter .block_newsletter .newsletter-text p {
    font-family: 'Gotham-Book';
    font-size: 10px;
    color: #FFF;
    line-height: 13px;
    margin: 5px 0 0 0;
    padding: 0;
}

.footer-newsletter .block_newsletter .newsletter-form {
    overflow: hidden;
    padding: 0 0 0 30px;
}

.footer-newsletter .block_newsletter .newsletter-form .input-wrapper {
    width: calc(100% - 310px);
    float: left;
}

.footer-newsletter .block_newsletter .newsletter-form .input-submit {
    width: 250px;
    float: right;
}

.footer-newsletter .block_newsletter .newsletter-form input[type="email"] {
    width: 100%;
    height: 47px;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #000;
    background: #FFF;
    border: none;
    border-radius: 4px;
    margin: 0;
    padding: 0 18px;
}

.footer-newsletter .block_newsletter .newsletter-form .btn {
    width: 100%;
    height: 47px;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 0 20px;
}

.footer-newsletter .block_newsletter .newsletter-form .btn:hover {
    color: #000;
    background: #FFF;
}

.footer-newsletter .block_newsletter .newsletter-form .alert {
    border-radius: 4px;
    margin: 15px 0 0 0;
}

.footer-newsletter .block-social {
    display: none;
}

.footer-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 50px 140px 40px 140px;
}

.footer-container .links {
    border: none;
    padding: 0 15px;
}

.footer-container .links .h3 {
    display: none !important;
}

.footer-container .links .title {
    display: none !important;
}

.footer-container .links .collapse {
    display: block !important;
}

.footer-container .links ul {
    background: none;
    margin: 0;
    padding: 0;
}

.footer-container .links ul li {
    border: none;
    margin: 0 0 12px 0;
    padding: 0;
    width: 100%;
}

.footer-container .links ul li a {
    font-family: 'GothamMedium';
    font-size: 10px;
    color: #000;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-container .links ul li a:hover {
    color: #0100C8;
    color: var(--main-bg-color);
}

.footer-bottom {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #0100c8;
    background: var(--main-bg-color);
    padding: 15px 30px;
}

.footer-bottom .copyright {
    width: auto;
    float: left;
    font-family: 'Gotham-Book';
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
    line-height: 12px;
}

.footer-bottom .developed-by {
    width: auto;
    float: right;
    font-family: 'Gotham-Book';
    font-size: 9px;
    color: #FFF;
    text-transform: uppercase;
    text-align: right;
    line-height: 12px;
}

.footer-bottom .developed-by span {
    display: inline-block;
    vertical-align: top;
}

.footer-bottom .developed-by .img {
    width: 74px;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 12px;
}

.block-social li:hover {
    background-color: #F8CB18;
    background-color: var(--secondary-bg-color);
}

.block-social li {
    border-radius: 4px;
    background-color: #0100C8;
    background-color: var(--main-bg-color);
}

.block-social a {
    font-family: 'GothamMedium';
    font-size: 10px;
    color: #000;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 13px;
    margin: 0;
    padding: 0;
}

.block-social a:hover {
    color: #0100C8;
    color: var(--main-bg-color);
}

.w3n_footer .block-social {
    text-align: left;
}

.w3n_footer .block-social ul {
    margin-top: 10px;
}

#blockcart-modal .modal-body {
    background: #FFFFFF;
}

/*======================================*/
/*============= Footer End =============*/
/*======================================*/

/*===========================================*/
/*============ Inner Pages Start ============*/
/*===========================================*/

/*============ Quem-Somos Page Start ============*/
.w3n_cms {
    padding-top: 55px;
}

.quem-somos-page {
    margin: 0;
    padding: 0;
}

.quem-somos-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 30 px0;
}

.quem-somos-page .row:after {
    display: none;
}

.quem-somos-page .row [class*="col-"] {
    padding: 0;
}

.quem-somos-page .quem-somos-image {
    width: 100%;
    display: block;
}

.quem-somos-page .quem-somos-image img {
    width: 100%;
    height: auto;
}

.quem-somos-page .quem-somos-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 40px;
}

.quem-somos-page .quem-somos-text .cat-label {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'WorkSans-Bold';
    font-size: 20px;
    color: #44a1d1;
    text-transform: uppercase;
    line-height: 1;
    margin: 70px 0 0 0;
}

.quem-somos-page .quem-somos-text .cat-label:after {
    content: "";
    width: 40px;
    height: 5px;
    background: #44a1d1;
    position: absolute;
    top: 8px;
    left: -60px;
    z-index: 1;
}

.quem-somos-page .quem-somos-text .text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.quem-somos-page .quem-somos-text .text h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.quem-somos-page .quem-somos-text .text p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.quem-somos-page .row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.quem-somos-page .row:nth-child(odd) .quem-somos-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.quem-somos-page .row:nth-child(odd) .quem-somos-text .cat-label {
    text-align: right;
    margin: 0 0 70px 0;
}

.quem-somos-page .row:nth-child(odd) .quem-somos-text .cat-label:after {
    left: auto;
    right: -60px;
}

.w3n_quem_somos {
    width: 100%;
    display: inline-block;
    max-width: 800px;
    padding-right: 100px;
    float: left;
}

#content-wrapper .page-content.page-cms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.w3n_quem_somos_img {
    margin-right: -35px;
    width: auto;
    display: inline-block;
    margin-left: auto;
}

.w3n_quem_somos p {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Gotham-Book';
}

/*============ Quem-Somos Page End ============*/

/*============ Portfolio Page Start ============*/
.portfolio-page {
    margin: 0;
    padding: 0;
}

.portfolio-page .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 30 px0;
}

.portfolio-page .row:after {
    display: none;
}

.portfolio-page .row [class*="col-"] {
    padding: 0;
}

.portfolio-page .portfolio-image {
    width: 100%;
    display: block;
}

.portfolio-page .portfolio-image img {
    width: 100%;
    height: auto;
}

.portfolio-page .portfolio-text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 40px;
}

.portfolio-page .portfolio-text .cat-label {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'WorkSans-Bold';
    font-size: 20px;
    color: #44a1d1;
    text-transform: uppercase;
    line-height: 1;
    margin: 70px 0 0 0;
}

.portfolio-page .portfolio-text .cat-label:after {
    content: "";
    width: 40px;
    height: 5px;
    background: #44a1d1;
    position: absolute;
    top: 8px;
    left: -60px;
    z-index: 1;
}

.portfolio-page .portfolio-text .text {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.portfolio-page .portfolio-text .text h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin: 0 0 40px 0;
}

.portfolio-page .portfolio-text .text p {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
}

.portfolio-page .portfolio-text .text img {
    max-width: 100%;
    height: auto;
}

.portfolio-page .row:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.portfolio-page .row:nth-child(odd) .portfolio-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.portfolio-page .row:nth-child(odd) .portfolio-text .cat-label {
    text-align: right;
    margin: 0 0 70px 0;
}

.portfolio-page .row:nth-child(odd) .portfolio-text .cat-label:after {
    left: auto;
    right: -60px;
}

/*============ Portfolio Page End ============*/

/*============ Contact Page Start ============*/
.page-contact {
}

.page-contact #left-column {
    width: 33.33333%;
    margin: 30px 0 0 0;
    padding: 0 15 px00 !important;
}

.page-contact #content-wrapper {
    width: 66.66667%;
    margin: 30px 0 0 0;
    padding: 000 15px !important;
}

#content-wrapper .page-content.card-block {
    background: #F3F3F3;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    padding: 15px 15px;
}

.contact-rich {
    background: #F3F3F3;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0;
    padding: 15px 15px;
}

.contact-rich h4 {
    font-family: 'GothamMedium';
    font-size: 24px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    margin: 0 0 20px 0;
    padding: 0;
}

.contact-rich .block {
}

.contact-rich .block .icon {
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 38px;
    border: 1px solid #0100C8;
    border: 1px solid var(--main-bg-color);
    border-radius: 50%;
    margin: 0 15px 0 0;
}

.contact-rich .block .icon i {
    font-size: 25px;
    color: #0100C8;
    color: var(--main-bg-color);
}

.contact-rich .block .data {
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #000;
}

.contact-rich .block a {
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #0100C8;
    color: var(--main-bg-color);
}

.contact-rich hr {
    border-top: 1px solid #f2f2f2;
}

.contact-form {
    background: none;
    padding: 0;
}

.contact-form h3 {
    font-family: 'GothamMedium';
    font-size: 24px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    margin: 0;
    padding: 0;
}

.contact-form .form-group {
}

.contact-form .form-group:last-child {
    margin: 0;
}

.contact-form .form-footer {
    margin: 0 0 5px 0;
}

/*============ Contact Page End ============*/

/*============ Login-Register Page Start ============*/
.page-customer-account {
}

.page-customer-account #content-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.page-customer-account .page-header {
    text-align: center;
}

.page-customer-account #content {
    width: 100%;
    max-width: 100%;
    margin: 0 0 30px 0;
    padding: 15px 15px;
    background: #F3F3F3;
}

.page-customer-account .page-footer {
    margin: 0 0 30px 0 !important;
}

.page-customer-account .page-footer .account-link {
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #000000;
}

.page-customer-account .page-footer .account-link i {
    font-size: 22px;
}

.page-customer-account .page-footer .account-link span {
    font-size: 16px;
}

.page-customer-account .login-form {
    margin: 0;
}

.page-customer-account .login-form #login-form .form-group:last-child {
}

.page-customer-account .login-form #login-form .forgot-password {
    font-family: 'Gotham-Bold';
    font-size: 8px;
    color: #bdbdbd;
    text-align: left;
    margin: 0;
    padding: 0 0 39px 0;
}

.page-customer-account .login-form #login-form .forgot-password a {
    color: #0100C8;
    color: var(--main-bg-color);
}

.page-customer-account .login-form #login-form .form-footer {
}

.page-customer-account .login-form #login-form .form-footer .btn {
    float: none !important;
}

.page-customer-account #content .no-account {
    text-align: center;
}

.page-customer-account #content .no-account a {
    font-family: 'GothamMedium';
    font-size: 13px;
    color: #000000;
}

.page-customer-account .register-form {
    margin: 0;
}

.page-customer-account .register-form .form-group {
}

.page-customer-account .register-form .form-footer {
    margin: 0 0 5px 0;
}

.page-customer-account .register-form .form-footer .btn {
    float: none !important;
}

.page-customer-account .forgotten-password {
    margin: 0;
    padding: 0;
}

.page-customer-account .forgotten-password .send-renew-password-link {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #000;
    padding: 0;
}

.page-customer-account .forgotten-password .form-group {
    display: block;
    margin: 0;
}

.page-customer-account .forgotten-password .form-group [class*="col-"] {
    width: 100%;
}

.page-customer-account .forgotten-password .form-group .btn {
    margin: 15px 0 0 0;
}

.w3n_login_form_right #login-form section .form-group + .form-group {
    margin-bottom: 2px;
}

.page-customer-account .w3n_authentication .card-block .w3n_login_form_right .form-footer #submit-login {
    float: left !important;
}

.w3n_login_form_right .w3n_login_close_icon {
    position: absolute;
    top: 21px;
    right: 20px;
    color: #999999;
    font-weight: bold;
}

.w3n_login_form_right .w3n_login_close_icon .material-icons {
    font-weight: bold;
}

/*============ Login-Register Page End ============*/


/*============ My-Account Page Start ============*/
.page-my-account {
    padding-top: 50px;
}

.page-my-account #content-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

.page-my-account .page-header {
    text-align: center;
}

.page-my-account #content {
    margin: 0 0 30px 0;
    padding: 0;
}

.page-my-account .page-footer {
    margin: 0 0 30px 0 !important;
}

.page-my-account .page-footer a {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 4 px0 rgba(0, 0, 0, .20);
    padding: 16px 40px;
}

.page-my-account .page-footer a:hover {
    color: #000;
    background: #fff;
}

.page-my-account #content .links {
    justify-content: center;
}

.page-my-account #content .links a {
    width: 50%;
    margin: 0 0 20px 0;
    padding: 0 15px !important;
}

.page-my-account #content .links a span.link-item {
    width: 100%;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #0100C8;
    color: var(--main-bg-color);
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    background: #FFF;
    border: 2px solid #0100C8;
    border: 2px solid var(--main-bg-color);
    border-radius: 5px;
    box-shadow: 2px 2px 4 px0 rgba(0, 0, 0, .20);
    padding: 15px 15px;
}

.page-my-account #content .links a span.link-item i {
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.page-my-account .links a .link-item .ss_icon_group {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    padding-bottom: 14px;
}

/*-identity page-*/
.page-identity .js-customer-form {
    margin: 0;
}

.page-identity .js-customer-form .form-group {
}

.page-identity .js-customer-form .form-footer {
    margin: 0 0 5px 0;
}

.page-identity .js-customer-form .form-footer .btn {
    float: none !important;
}

/*-identity page-*/

/*-addresses page-*/
.page-addresses .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-addresses .row:after {
    display: none;
}

.page-addresses .row [class*="col-"] {
    margin: 0 0 30px 0;
}

.page-addresses .address {
    width: 100%;
    height: 100%;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0;
}

.page-addresses .address .address-body {
    padding: 15px 15px;
}

.page-addresses .address .address-body h4 {
    font-family: 'Gotham-Bold';
    font-size: 20px;
    color: #0100C8;
    color: var(--main-bg-color);
    font-weight: normal;
    background: #f2f2f2;
    margin: 0 0 12px 0;
    padding: 8px 15px;
}

.page-addresses .address .address-body address {
    font-family: 'GothamMedium';
    font-size: 15px;
    color: #000;
    line-height: 20px;
    margin: 0;
}

.page-addresses .address .address-footer {
    border: none;
    padding: 0 15px 15px 15px;
}

.page-addresses .address .address-footer a {
    display: inline-block;
    vertical-align: top;
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #0100c8;
    background: var(--main-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 4 px0 rgba(0, 0, 0, .20);
    margin: 0 12px 0 0;
    padding: 14px 20px;
}

.page-addresses .address .address-footer a:last-child {
    background: #F3F3F3;
    color: #000000;
}

.page-addresses .address .address-footer a:last-child .material-icons {
    color: #000000;
}

.page-addresses .address .address-footer a:last-child span {
    color: #000000;
}

.page-addresses .addresses-footer {
    width: 100%;
    margin: 15px;
}

.page-addresses .addresses-footer a {
    display: inline-block;
    vertical-align: top;
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #0100c8;
    background: var(--main-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: 2px 2px 4 px0 rgba(0, 0, 0, .20);
    margin: 0;
    padding: 14px 20px;
}

/*-addresses page-*/

/*-address page-*/
.page-address .js-address-form {
    margin: 0;
}

.page-address .js-address-form .form-group {
}

.page-address .js-address-form .form-footer {
    margin: 0 0 5px 0;
}

.page-address .js-address-form .form-footer .btn {
    float: none !important;
}

/*-address page-*/


/*--- mywishlist Page Start -----*/
#module-advansedwishlist-mywishlist .table-striped tbody tr {
    background: #fff;
    border-bottom: 2px solid #f3f3f3;
}

#mywishlist .table .btn_action a {
    color: #000000;
}

#mywishlist .table .btn_action a.wishlist_add_to_cart {
    color: #FFFFFF;
}

#mywishlist .material-icons {
    color: #0100C8;
    color: var(--main-bg-color);
}

#mywishlist #hideWishlist .material-icons {
    color: #0100C8;
    color: var(--main-bg-color);
}

.mywishlist_17 .wishlistLinkTop .wlp_bought .wlp_bought_list thead tr {
    background: #FFFFFF;
    border-bottom: 2px solid #f3f3f3;
}

.mywishlist_17 .wishlistLinkTop .wlp_bought .wlp_bought_list tbody .wishlist-product-quantity .wl_product_qty {
    height: 37px;
    width: 80px;
    border: none;
    background: #F1F1F1;
    padding-left: 10px;
    line-height: 47px;
    border-radius: 5px;
}

.mywishlist_17 .wishlistLinkTop .wlp_bought .wlp_bought_list tbody .wishlist-product-priority select {
    height: 37px;
    max-width: 110px !important;
    border: none;
    border-radius: 5px;
    background: #F1F1F1;
}

#mywishlist #block-order-detail form fieldset {
    padding-top: 50px;
}

#mywishlist #block-order-detail form fieldset p {
    width: 100%;
    display: inline-block;
    background: #eeeeee;
    height: 60px;
    padding: 6px 15px 0;
}

#mywishlist #block-order-detail form fieldset p label {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 15px;
    padding-right: 10px;
}

#mywishlist #block-order-detail form fieldset p input {
    height: 47px;
    border: none;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
}

#mywishlist #block-order-detail form fieldset p input[type=submit] {
    width: 100%;
    height: auto;
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 16px 20px;
}

#mywishlist #block-order-detail form fieldset p.submit,
#mywishlist #block-order-detail form fieldset p:last-child.required {
    background: none;
}

#mywishlist #block-order-detail form fieldset p input[type=submit]:hover {
    background: #FFFFFF;
}

#mywishlist #block-order-detail form fieldset p.required {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 15px;
}

#mywishlist .mywishlist_17 .wishlist-product-price {
    padding-top: 20px;
}

.mywishlist_17 .wishlistLinkTop .wlp_bought .wlp_bought_list tbody .product_infos .product_name {
    padding-top: 20px;
}

.mywishlist_17 .wishlistLinkTop .wlp_bought .wishlist_group_actions {
    height: 47px;
    width: 200px;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 0 5px;
}

.mywishlist_17 ul a span {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 15px;
}

/*----- mywishlist Page End -----*/

/*----- MY BLOG COMMENTS Page ST  -----*/
#content .ybc-blog-panel table tr:first-child th {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 15px;
}

#content .ybc-blog-panel table tr:first-child th span a {
    color: #0100C8;
    color: var(--main-bg-color);
}

.configuration thead tr th.actions .btn {
    height: auto;
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
    line-height: 1;
    background: #F8CB18;
    background: var(--secondary-bg-color);
    border: none;
    border-radius: 4px;
    box-shadow: none;
    padding: 9px 20px !important;
    outline: none;
}

.configuration thead tr th.actions .btn:hover {
    background: #0100c8;
    background: var(--main-bg-color);
    color: #FFFFFF;
}

.form-managament .blog-managament-information button[type="submit"] {
    background: #F8CB18;
    background: var(--secondary-bg-color);
    color: #FFFFFF;
}

.form-managament .blog-managament-information button[type="submit"]:hover {
    background: #0100c8;
    background: var(--main-bg-color);
}

#ybc_blog_page .form-managament .blog-managament-information p.help-block a {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 15px;
    text-decoration: underline;
}

#ybc_blog_page .form-managament .blog-managament-information p.help-block a:hover {
    text-decoration: none;
}

.ybc-blog-wrapper-form-managament .badge {
    background-color: #0100C8 !important;
    background-color: var(--main-bg-color) !important;
}

.ybc_blog_layout_list .ybc-blog-panel form .table tr td.title a {
    color: #0100C8;
    color: var(--main-bg-color);
}

/*----- MY BLOG COMMENTS Page EN  ------*/

/* My Account Page Footer ST */
#content-wrapper .page-footer {
    margin-bottom: 0;
}

#content-wrapper .page-footer a.account-link {
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 16px;
}

#content-wrapper .page-footer a.account-link span {
    font-size: 16px;
}

.page-footer .account-link i {
    font-size: 22px;
}

/* MY Account Page Footer EN */


/*============ My-Account Page End ============*/

/*============ Category Page Start ============*/
.w3n_cat_title_block.block-categories {
    height: 49px;
    line-height: 49px;
    padding: 0 20px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.w3n_catepage_count {
    display: none;
}

.page-category {
}

.w3n_category .products .product-miniature {
    width: 25% !important;
}

.w3n_category .dropdown button.select-title {
    background: #FFFFFF;
    border-radius: 4px;
    max-width: 240px;
    color: #000000;
    font-size: 13px;
    font-family: 'GothamMedium';
    outline: none;
    border: none;
    position: relative;
    padding-left: 15px;
    height: 49px;
}

.w3n_category .dropdown button.select-title .material-icons {
    display: none;
}

.w3n_category .dropdown button.select-title:after {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/down-arrow.svg) no-repeat center center;
    width: 12px;
    height: 14px;
}

.w3n_category .products-sort-order .dropdown-menu {
    max-width: 240px;
    background: #FFFFFF;
}

.products-sort-order .select-list:hover {
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

.products-sort-order .select-list {
    font-family: 'GothamMedium';
}

/*-category-sidebar-*/
.category-sidebar {
    width: 500px;
    height: calc(100vh - 180px);
    overflow-x: hidden;
    overflow-y: auto;
    direction: rtl;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none;
    margin: 150px 0 30px 0;
}

.category-sidebar .mCSB_scrollTools {
    width: 8px;
    opacity: 1 !important;
    margin: 0 !important;
}

.category-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    width: 8px;
}

.category-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #44a1d1 !important;
}

.category-sidebar-inner {
    width: 100%;
    float: left;
    direction: ltr;
}

.category-menu {
    width: 270px;
    float: left;
    margin: 0;
    padding: 0;
    pointer-events: all;
}

.category-menu #iqitmegamenu-mobile {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.category-menu #iqitmegamenu-mobile > li {
    width: 100%;
    float: left;
    position: relative;
    margin: 15 px0;
    padding: 0;
}

.category-menu #iqitmegamenu-mobile > li > a {
    display: block;
    position: relative;
    font-family: 'WorkSans-Light';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
    padding: 0 40px;
}

.category-menu #iqitmegamenu-mobile > li > a:hover {
    color: #000;
}

.category-menu #iqitmegamenu-mobile > li.current > a {
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    color: #000;
}

.category-menu #iqitmegamenu-mobile > li > a:before {
    content: "";
    width: 0;
    height: 5px;
    background: #101010;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.category-menu #iqitmegamenu-mobile > li > a:hover:before,
.category-menu #iqitmegamenu-mobile > li.current > a:before {
    width: 40px;
}

.category-menu #iqitmegamenu-mobile .mm-expand {
    width: 40px;
    height: 48px;
    display: none;
    font-size: 24px;
    color: #000;
    line-height: 49px;
    position: absolute;
    top: 0;
    right: 0;
}

.category-menu #iqitmegamenu-mobile .mm-expand > .close-icon {
    display: none;
}

.category-menu #iqitmegamenu-mobile li.show > .mm-expand > .close-icon {
    display: inline-block;
}

.category-menu #iqitmegamenu-mobile li.show > .mm-expand > .expand-icon {
    display: none;
}

.category-menu #iqitmegamenu-mobile > li > ul {
    width: 230px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.category-menu #iqitmegamenu-mobile > li > ul:before {
    content: "";
    width: 0;
    height: 100vh;
    min-height: 100%;
    background: #ecf5fa;
    position: fixed;
    top: 0;
    left: 270px;
    z-index: -1;
    -webkit-transition: all .45s cubic-bezier(0.77, 0, .175, 1);
    transition: all .45s cubic-bezier(0.77, 0, .175, 1);
}

.category-menu #iqitmegamenu-mobile > li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.category-menu #iqitmegamenu-mobile > li:hover > ul:before {
    width: 230px;
}

.category-menu #iqitmegamenu-mobile > li > ul > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 15 px0;
    padding: 0;
}

.category-menu #iqitmegamenu-mobile > li > ul > li > a {
    display: block;
    position: relative;
    font-family: 'WorkSans-Light';
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    text-align: right;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
    padding: 0 25 px0 40px;
}

.category-menu #iqitmegamenu-mobile > li > ul > li > a:hover {
    color: #000;
}

.category-menu #iqitmegamenu-mobile > li > ul > li.current > a {
    font-family: 'WorkSans-SemiBold';
    font-size: 20px;
    color: #000;
}

.category-menu #iqitmegamenu-mobile > li > ul > li > a:before {
    content: "";
    width: 0;
    height: 5px;
    background: #101010;
    position: absolute;
    top: 8px;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.category-menu #iqitmegamenu-mobile > li > ul > li > a:hover:before,
.category-menu #iqitmegamenu-mobile > li > ul > li.current > a:before {
    width: 40px;
}

.category-menu #iqitmegamenu-mobile > li > ul > li ul {
    width: 100%;
    display: none;
    margin: 0;
    padding: 20px 0 0 0;
}

.category-menu #iqitmegamenu-mobile > li > ul > li:hover ul {
    display: block;
}

.category-menu #iqitmegamenu-mobile > li > ul > li ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 5 px0;
    padding: 0;
}

.category-menu #iqitmegamenu-mobile > li > ul > li ul li a {
    display: block;
    font-family: 'WorkSans-SemiBold';
    font-size: 16px;
    color: #000;
    text-align: right;
    line-height: 1;
    word-wrap: break-word;
    margin: 0;
    padding: 0 25 px0 40px;
}

.category-menu #iqitmegamenu-mobile > li > ul > li ul li a:hover {
    color: #000;
}

#w3n_productpage_related.products {
    padding-top: 25px;
}

#w3n_productpage_related.products .product-miniature {
    width: 100% !important;
}

#w3n_productpage_related.products .w3n_heart_img button img {
    width: 24px;
    margin: 0 auto;
}

#w3n_productpage_related.products .w3n_cart_img button img {
    width: 24px;
    margin: 0 auto;
}

#w3n_productpage_related .owl-nav {
    display: block;
    position: absolute;
    top: -40px;
    right: 0;
}

#w3n_productpage_related .owl-nav button {
    height: 37px;
    width: 37px;
    background: #FFFFFF !important;
    font-size: 25px !important;
    box-shadow: none;
    border-radius: 4px;
    outline: none !important;
}

#w3n_productpage_related .owl-nav button span {
    font-size: 0;
}

#w3n_productpage_related .owl-nav button.owl-prev {
    margin-right: 36px;
}

#w3n_productpage_related .owl-nav button.owl-prev:before {
    content: '';
    background: url(../images/chevron-left-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

#w3n_productpage_related .owl-nav button.owl-next {
    margin-left: 36px;
}

#w3n_productpage_related .owl-nav button.owl-next:before {
    content: '';
    background: url(../images/chevron-right-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.product-accessories p.h5 {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    display: inline-block;
}

.w3n_category h1 {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    font-family: 'Gotham-Bold';
    padding-left: 110px;
    margin-bottom: 40px;
}

/*-category-sidebar-*/

/*-block-categories-*/
#left-column {
}

#left-column .block-categories {
    display: block;
}

/*-block-categories-*/

/*-search-filters-wrapper-*/
.w3n_default_category_banner {
    display: none !important;
}

#search_filters_wrapper {
    display: block !important;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

#search_filter_controls {
    display: none !important;
}

#search_filters {
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

#search_filters:before,
#search_filters:after {
    content: "";
    display: table;
}

#search_filters:after {
    clear: both;
}

#search_filters .h6.text-uppercase {
    display: none !important;
}

#search_filters .clear-all-wrapper {
    display: none !important;
}

#search_filters .facet {
    width: 100%;
    float: left;
    border: none !important;
    margin: 0;
    padding: 0 15px;
    background: #FFFFFF;
}

#search_filters .facet .facet-title {
    display: none !important;
}

#search_filters .facet .title {
    display: none !important;
}

#search_filters .facet ul {
    display: block !important;
    margin: 15px 0;
    padding: 0;
}

#search_filters .facet ul li a {
    margin-left: 10px;
    font-size: 13px;
    color: #000000;
    font-family: 'GothamMedium';
}

#search_filters .facet ul li {
    border: none !important;
    margin: 5px 0;
    padding: 0 !important;
}

#search_filters .facet ul li .custom-radio {
    margin-right: 0;
    border-color: #000000;
}

#search_filters .facet ul li .custom-radio input[type="checkbox"] + span:before {
    background: #000000;
}

#search_filters .facet ul li .custom-radio input[type="checkbox"] + span:after {
    background: #000000;
}

#search_filters .facet .facet-dropdown {
    width: 100%;
    float: none;
    background: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#search_filters .facet .facet-dropdown .select-title {
    width: 100%;
    position: relative;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    line-height: 1;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0;
    padding: 12px 40px 12px 15px;
}

#search_filters .facet .facet-dropdown .select-title .material-icons {
    width: 20px;
    height: 20px;
    font-size: 24px;
    color: #909090;
    position: absolute;
    top: 8px;
    right: 15px;
}

#search_filters .facet .facet-dropdown .dropdown-menu {
    width: 100%;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0;
    padding: 0;
}

#search_filters .facet .facet-dropdown .dropdown-menu .select-list {
    width: 100%;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    line-height: 1;
    background: #FFF;
    border-bottom: 1px solid #f2f2f2;
    margin: 0;
    padding: 10px 15px;
}

#search_filters .facet .facet-dropdown .dropdown-menu .select-list:last-child {
    border-bottom: none;
}

#search_filters .facet .facet-dropdown .dropdown-menu .select-list:hover {
    color: #FFF;
    background: #44a1d1;
}

.w3n_cate_banner .w3n_banner_cat_page {
    position: relative;
    width: 100%;
    vertical-align: top;
}

.w3n_banner_cat_page .w3n_banner_block img {
    width: 100%;
}

.w3n_banner_cat_page .w3n_banner_block div {
    width: 100%;
    height: 370px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
}

.w3n_cate_banner .w3n_cat_banner_text {
    position: absolute;
    max-width: 1156px;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w3n_cate_banner .w3n_search_category_page .search-widget {
    max-width: 100%;
    width: 100%;
}

.w3n_cate_banner .w3n_search_category_page form input[type=text] {
    background: rgba(241, 241, 241, .80);
    border: none;
    outline: none;
    box-shadow: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 62px;
    padding: 10px 30px 10px 113px;
    font-family: 'Gotham-Bold';
    font-size: 14px;
    color: #0100C8;
    color: var(--main-bg-color);
}

.w3n_cate_banner .w3n_search_category_page form {
    position: relative;
}

.w3n_cat_banner_text .w3n_search_banner_text {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    margin-bottom: 25px;
}

/*-search-filters-wrapper-*/

.products-selection {
    margin: 0;
    padding: 0;
}

.products-selection .total-products {
    width: auto;
    float: right;
    margin: -60px 0 0 0;
    padding: 0;
}

.products-selection .sort-by-row {
    display: block;
}

.products-selection .showing {
    display: none;
}

.active_filters {
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0 0 30px 0;
    padding: 10px 15 px0 15px;
}

.active_filters .active-filter-title {
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #0100C8;
    color: var(--main-bg-color);
    font-weight: normal;
    margin: 0 10px 10px 0;
}

.active_filters ul {
    margin: 0;
    padding: 0;
}

.active_filters ul .filter-block {
    font-family: 'GothamMedium';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    box-shadow: none;
    margin: 0 10px 10px 0;
    padding: 8px 15px;
}

/*-products-grid-*/
.products {
}

.products.row {
    margin: 0 -15px;
}

.featured-products .products {
    margin: 0 -15px;
}

.products .product-miniature {
    width: 33.3333%;
    float: left;
    margin: 0 0 75px 0 !important;
    padding: 0 9px;
}

.products .product-miniature .thumbnail-container {
    width: 100% !important;
    height: 100% !important;
    background: none !important;
    border: none;
    box-shadow: none !important;
    margin: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.products .product-miniature .product-thumbnail {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.products .product-miniature .product-thumbnail img {
    width: 100%;
}

.products .product-miniature .product-description {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    text-align: center;
    background: none !important;
    margin: 0 0 0 0;
    padding: 0;
}

.products .product-miniature .product-description:after {
    display: none;
}

.products .product-miniature .product-description .product-title {
    font-family: 'Gotham-Bold';
    font-size: 18px;
    color: #000;
    text-transform: none !important;
    font-weight: normal;
    margin: 0 !important;
}

.products .product-miniature .product-description .product-title a {
    font-size: inherit !important;
    color: #000 !important;
}

.products .product-miniature .product-description .product-price-and-shipping {
    display: block;
    font-family: 'Gotham-Bold';;
    font-size: 22px;
    color: #000 !important;
    font-weight: normal !important;
    margin: 0;
    padding: 5px 0 0 0;
    text-align: left;
}

.products .product-miniature .thumbnail-container:hover .product-description .product-price-and-shipping {
    color: #44a1d1 !important;
}

.products .product-miniature .product-flags {
    display: none;
}

.products .product-miniature .highlighted-informations {
    width: 100% !important;
    height: auto !important;
    text-align: center;
    background: none !important;
    box-shadow: none !important;
    position: absolute;
    top: 50%;
    left: 0;
    bottom: auto !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    margin: -25px 0 0 0;
    padding: 0 !important;
}

.products .product-miniature .thumbnail-container:hover .highlighted-informations {
    opacity: 1;
    visibility: visible;
}

.products .product-miniature .highlighted-informations .view-more {
    min-width: 240px;
    display: inline-block;
    vertical-align: top;
    font-family: 'Gotham-Bold';
    font-size: 16px !important;
    color: #FFF !important;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    background: rgba(68, 161, 209, .70);
    border: none;
    border-radius: 50px;
    -webkit-box-shadow: 00 8px rgba(0, 0, 0, .20);
    box-shadow: 00 8px rgba(0, 0, 0, .20);
    margin: 0;
    padding: 17px 15px;
}

.products .product-miniature .highlighted-informations .view-more:hover {
    background: #44a1d1;
}

.w3n_homeproducts_tab .featured-products .products {
    margin: 0 -8px;
}

/*-products-grid-*/

/*-pagination-*/
#products .pagination {
    margin: 0 0 50px 0;
}

#products .pagination .col-md-4 {
    display: none;
}

#products .pagination .col-md-6 {
    width: 100%;
    margin: 0;
    padding: 0;
}

#products .pagination .page-list {
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
}

#products .pagination .page-list li {
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    padding: 0;
}

#products .pagination .page-list li a {
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 16px;
    color: #909090;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 10px 5px;
}

#products .pagination .page-list li a.w3n_previous_hide {
    display: none;
}

#products .pagination .page-list li a.w3n_next_hide {
    display: none;
}

#products .pagination .page-list li a:hover,
#products .pagination .page-list li.current a {
    color: #0100C8;
    color: var(--main-bg-color);
}

#products .pagination .page-list li a .material-icons {
    height: auto;
    font-size: 24px;
    line-height: 10px;
    margin: -2px 0 0 0;
}

.pagination .w3n_paggination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.pagination .w3n_paggination .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.pagination .w3n_paggination .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/*-pagination-*/
/* category slider sT */
.w3n_blog_slider {
    background: #FFFFFF;
}

/* Category Slider En */

.w3n_category .custom-checkbox input[type=checkbox] + span {
    display: none !important;
}

/*============ Category Page End ============*/

/*============ Product Page Start ============*/
.w3n-product-block {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 30px 0 30px 0;
}

.product-actions {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
}

.product-actions .product-variants {
    margin: 0 -15px;
    padding: 0;
}

.product-actions .product-variants:before,
.product-actions .product-variants:after {
    content: "";
    display: table;
}

.product-actions .product-variants:after {
    clear: both;
}

.product-actions .product-variants .product-variants-item {
    width: 240px;
    float: left;
    margin: 0;
    padding: 0 15px;
}

.product-actions .product-variants .product-variants-item .control-label {
    display: none;
}

.product-actions .product-variants .product-variants-item .form-control {
    width: 100%;
    position: relative;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 12px;
    color: #909090;
    text-transform: uppercase;
    line-height: 1;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 40px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0;
    padding: 12px 40px 12px 15px;
}

#product #content-wrapper #content {
    max-width: 452px;
    position: relative;
    margin: 0 auto;
}

.w3n-product-block .product-flags {
    display: none;
}

.w3n-product-block .images-container {
    width: 100%;
}

.w3n-product-block .images-container .product-cover {
    margin: 0 0 20px 0;
}

.w3n-product-block .images-container .product-cover img {
    width: 100%;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}

.w3n-product-block .images-container .js-qv-mask {
}

.w3n-product-block .images-container .js-qv-mask .product-images {
    text-align: center;
    margin: 0;
    padding: 0;
}

.w3n-product-block .images-container .js-qv-mask .product-images .thumb-container {
}

.w3n-product-block .images-container .js-qv-mask .product-images .thumb-container .thumb {
    width: 85px;
    max-width: 100%;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    margin: 0 5px;
}

.w3n-product-block .images-container .js-qv-mask .product-images .thumb-container .thumb:hover,
.w3n-product-block .images-container .js-qv-mask .product-images .thumb-container .thumb.selected {
    border-color: #44a1d1;
}

.w3n-product-block .scroll-box-arrows {
}

.w3n-product-block .scroll-box-arrows .material-icons {
    height: 85px;
    font-size: 30px;
    color: #909090;
    line-height: 85px;
    bottom: 0;
}

.w3n-product-detail {
    width: 100%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0 60px 0 0;
}

.w3n-product-detail h1 {
    font-family: 'WorkSans-ExtraBold';
    font-size: 30px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    margin: 0 0 5px 0;
    padding: 0;
}

.w3n-product-detail .product-prices {
    margin: 0 0 20px 0;
    padding: 0;
}

.w3n-product-detail .product-prices div {
    margin: 0;
}

.w3n-product-detail .product-prices .product-price {
    font-family: 'WorkSans-ExtraBold';
    font-size: 30px;
    color: #000;
    text-transform: none;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.w3n-product-detail .product-information {
    margin: 0;
    padding: 0 0 20px 0;
}

.w3n-product-detail .product-information p {
    font-family: 'WorkSans-Regular';
    font-size: 18px;
    color: #000;
    margin: 0 0 15px 0;
}

.w3n-product-detail .product-discounts {
    margin: 0;
}

.w3n-product-detail .product-add-to-cart {
    margin: 0;
    padding: 0;
}

.w3n-product-detail .product-add-to-cart .control-label {
    display: block;
    margin: 0 0 10px 0;
}

.w3n-product-detail .product-add-to-cart .product-quantity {
}

.w3n-product-detail .product-add-to-cart .product-quantity .qty {
    margin: 0 10px 10px 0;
}

.w3n-product-detail .product-add-to-cart .product-quantity .qty .input-group {
    display: table;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
}

.w3n-product-detail .product-add-to-cart .product-quantity .qty .input-group .form-control {
    width: 60px !important;
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #000;
    border: 1px solid #f2f2f2;
    box-shadow: none;
}

.w3n-product-detail .product-add-to-cart .product-quantity .qty .input-group .input-group-btn-vertical {
}

.w3n-product-detail .product-add-to-cart .product-quantity .qty .input-group .input-group-btn-vertical .btn {
    border: 1px solid #f2f2f2;
}

.w3n-product-detail .product-add-to-cart .product-quantity .add {
    margin: 0 0 10px 0;
}

.w3n-product-detail .product-add-to-cart .product-quantity .add .btn {
    margin: 0;
}

.w3n-product-detail .product-add-to-cart .product-quantity .add .btn .material-icons {
    font-size: 20px;
}

.w3n-product-detail .product-add-to-cart #product-availability {
    font-weight: normal;
}

.w3n-product-detail .product-additional-info {
    width: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 10;
}

.w3n-product-detail .product-additional-info .social-share {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.w3n-product-detail .product-additional-info .social-share .share-link {
    width: 40px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 30px 0;
}

.w3n-product-detail .product-additional-info .social-share .share-link > a {
    display: block;
    font-size: 24px;
    color: #909090;
    text-align: center;
}

.w3n-product-detail .product-additional-info .social-share .share-link > a:hover {
    color: #44a1d1;
}

.w3n-product-detail .product-additional-info .social-share .share-link > a svg {
    height: 24px;
}

.w3n-product-detail .product-additional-info .social-share .share-link .social-sharing {
    width: auto;
    white-space: nowrap;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 50px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: -14px;
    right: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin: 0;
    padding: 5px 3px;
}

.w3n-product-detail .product-additional-info .social-share .share-link:hover .social-sharing {
    opacity: 1;
    visibility: visible;
}

.w3n-product-detail .product-additional-info .social-share .share-link .social-sharing span {
    display: none;
}

.w3n-product-detail .product-additional-info .social-share .share-link .social-sharing ul {
    margin: 0;
    padding: 0;
}

.w3n-product-detail .product-additional-info .social-share .share-link .social-sharing ul li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #f2f2f2;
    box-shadow: none;
    margin: 0 3px;
    padding: 0;
}

/*============ Product Page End ============*/


/*============ Stores Page Start ============*/
#stores .page-stores {
    width: 100%;
}

#stores .page-stores .store-item {
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    margin: 0 0 20px 0;
    padding: 0;
}

#stores .page-stores .store-item .store-item-container {
    padding: 15 px0;
}

#stores .page-stores .store-item .store-item-container .store-picture {
}

#stores .page-stores .store-item .store-item-container .store-picture img {
    max-width: 100%;
}

#stores .page-stores .store-item .store-item-container .store-description {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #000;
}

#stores .page-stores .store-item .store-item-container .store-description .card-title {
    font-family: 'WorkSans-SemiBold';
    font-size: 18px;
    color: #44a1d1;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 12px 0;
    padding: 0;
}

#stores .page-stores .store-item .store-item-container .divide-left {
    font-family: 'WorkSans-Regular';
    font-size: 16px;
    color: #000;
}

#stores .page-stores .store-item .store-item-container .divide-left table {
}

#stores .page-stores .store-item .store-item-container .divide-left table th {
    font-family: 'WorkSans-SemiBold';
    font-weight: normal;
}

/*============ Stores Page End ============*/

/*============ Page-Not-Found Page Start ============*/
#pagenotfound #main .page-header,
#products #main .page-header {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 30px auto 0 !important;
}

#pagenotfound #main .page-header h1,
#products #main .page-header h1 {
    font-size: 26px;
}

#pagenotfound .page-not-found,
#products .page-not-found {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 30px !important;
    background: #FFF;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    box-shadow: 00 8 px0 rgba(0, 0, 0, .10);
    padding: 15px 15px;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
    font-family: 'GothamMedium';
    font-size: 18px;
    color: #0100C8;
    color: var(--main-bg-color);
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 12px 0;
    padding: 0;
}

#pagenotfound .page-not-found p,
#products .page-not-found p {
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #000;
    margin: 0 0 12px 0;
}

.page-not-found .search-widget {
    width: 100%;
}

.page-not-found .search-widget form {
    width: 100%;
    position: relative;
}

.page-not-found .search-widget form input[type="text"] {
    width: 100%;
    min-width: 100%;
    height: 44px;
    font-family: 'GothamMedium';
    font-size: 16px;
    color: #000;
    text-indent: 0;
    background: #FFF;
    border: 2px solid #F8CB18;
    border: 2px solid var(--secondary-bg-color);
    border-radius: 5px;
    margin: 0;
    padding: 0 75 px0 15px;
}

.page-not-found .search-widget form button {
    width: 30px;
    height: 24px;
    text-align: center;
    border: none;
    border-radius: 0 5px 5px 0;
    box-shadow: none;
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    padding: 0;
    left: auto;
}

.page-not-found .search-widget form button .material-icons {
    font-size: 24px;
    color: #FFF !important;
}

.page-search {
}

.page-search #js-product-list-header {
    width: 100%;
    max-width: 700px;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 26px;
    color: #010101;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin: 30px auto 20px !important;
    padding: 0;
}

.page-manufacturer {
}

.page-manufacturer #main > h1 {
    width: 100%;
    max-width: 700px;
    display: block;
    font-family: 'Gotham-Bold';
    font-size: 26px;
    color: #010101;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin: 30px auto 12px !important;
    padding: 0;
}

.w3n_manufacturer #manufacturer-description > p {
    font-family: 'Gotham-Book';
}

.w3n_manufacturer #manufacturer-description > p strong {
    font-family: 'Gotham-Bold';
}

.page-manufacturer #main #manufacturer-description {
    width: 100%;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

#wrapper .w3n_new-products .breadcrumb[data-depth="1"] {
    display: block;
}

/*============ Page-Not-Found Page End ============*/

/* Search Page St */
.w3n_search .dropdown button.select-title {
    background: #FFFFFF;
    border-radius: 4px;
    max-width: 240px;
    color: #000000;
    font-size: 13px;
    font-family: 'GothamMedium';
    outline: none;
    border: none;
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
}

.w3n_search {
    padding: 0 50px;
}

.w3n_search .w3n_products_search .w3n_product_blk {
    width: 100%;
}

/* Search Page EN */


/*===========================================*/
/*============= Inner Pages End =============*/
/*===========================================*/

/*===========================================*/
/*============= Home page tab Start =============*/
/*===========================================*/
#index .tabs {
    padding: 0
}

#index #home-page-tabs {
    margin: 0 10px;
    padding: 10 px000;
}

/*===========================================*/
/*============= Home page tab End =============*/
/* Addto cart Popup ST */
#blockcart-modal .modal-header {
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

#blockcart-modal .product-name {
    color: #0100C8;
    color: var(--main-bg-color);
}

/* ==============Product Detail Page ST ======*/
.w3n_category .products-selection {
    margin: 0 -15px 12px;
}

.w3n_category .products.row {
    margin: 0 -9px;
}

.w3n_product .w3n_product_tabs {
    margin-bottom: 67px;
    width: 100%;
    display: inline-block;
    float: right;
}

.w3n_product_tabs ul {
    padding: 20px 0;
    border: none !important;
}

.w3n_product_tabs ul li.nav-item a.nav-link {
    color: #C4C4C4;
    font-size: 18px;
    font-family: 'Gotham-Bold';
    font-weight: normal;
}

.w3n_product_tabs ul li.nav-item a.nav-link:hover {
    color: #000000;
}

.w3n_product_tabs ul li.nav-item a.nav-link.active {
    color: #000000;
}

.w3n_product_tabs .tabs .nav-tabs .nav-link:after {
    width: 2px;
    height: 18px;
    color: #000000;
    background: #000000;
    margin: 2px 25px 0;
}

.w3n_product_tabs .tab-content {
    background: #FFFFFF;
}

.w3n_product_tabs .tab-content .product-description span {
    color: #000000;
    font-family: 'Gotham-Book';
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
}

.w3n_product_details {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 23px 46px 32px;
    position: relative;
}

.w3n_product_details .row {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.w3n_product_details .images-container {
    width: 321px;
}

.w3n_product .w3n_product_details .product-prices {
    margin-top: 0;
}

.w3n_product .w3n_product_details .product-prices .current-price {
    margin-bottom: 0;
}

.w3n_product .w3n_product_details .product-prices .current-price span {
    color: #0100C8;
    color: var(--main-bg-color);
    line-height: 33px;
    font-size: 25px;
    letter-spacing: -0.02em;
    font-family: 'GothamMedium';
}

.w3n_product_details .product-quantity #quantity_wanted {
    width: 227px;
    background: #F1F1F1;
    border-radius: 0;
    border: none;
    padding: 0 20px;
    height: 55px;
}

.w3n_product_details .product-quantity .input-group-btn-vertical button {
    background: #F1F1F1;
    border: none;
    outline: none;
    padding: 14.3px 17px;
}

.w3n_product_details .product-actions .add-to-cart {
    height: 55px;
    width: 260px;
    padding: 5px 0 0;
}

.w3n_product_details .w3n_product_detail_contant p:first-child {
    color: #000000;
    font-size: 10px;
    font-family: 'Gotham-Bold';
}

.w3n_product_details .w3n_product_detail_contant p {
    color: #000000;
    font-size: 13px;
    font-family: 'GothamMedium';
    font-weight: normal;
}

.w3n_social_sharing .product-additional-info {
    position: absolute;
    left: -105px;
    top: 0;
    width: 52px;
}

.w3n_social_sharing .product-additional-info ul {
    margin-top: 10px;
}

.w3n_social_sharing .product-additional-info ul li {
    list-style: none;
    width: 100%;
    background-color: transparent;
    box-shadow: none;
    margin: 20px 5px;
}

.w3n_product_details .w3n_product_close_icon {
    position: absolute;
    right: 22px;
    top: 20px;
}

.w3n_product_details .w3n_product_close_icon a {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 5;
}

.w3n_product_details .w3n_product_close_icon a i {
    font-weight: bold;
    color: #999999;
}

.ias-trigger-next a {
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    width: 251px;
    height: 47px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    font-family: 'Gotham-Bold';
    line-height: 47px;
    font-size: 15px;
    display: inline-block;
    letter-spacing: -0.02em;
    -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;
    margin-bottom: 15px;
}

.ias-trigger-next a:hover {
    background: #F8CB18;
    background: var(--secondary-bg-color);
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover {
    color: #F8CB18;
    color: var(--secondary-bg-color);
}

.w3n_product_tabs .tab-content .product-manufacturer img.img-thumbnail {
    max-width: 150px;
    margin-bottom: 20px;
}

.social-share .w3n_productpage_share {
    padding-bottom: 61px;
}

.w3n_productpage_share .social-sharing {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
}

.w3n_productpage_share .social-sharing a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #999999;
}

/*.w3n_productpage_share .social-sharing a:hover + ul {display:block;opacity:1;
-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;}*/
.w3n_productpage_share .social-sharing:hover a + ul {
    display: block;
    opacity: 1;
    -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;
}

.w3n_productpage_share .social-sharing ul {
    display: none;
    width: 100%;
    opacity: 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;
}

.w3n_productpage_share .wrap_allert {
    text-align: center;
    padding-top: 65px;
}

.w3n_productpage_share .wrap_allert a {
    color: #999999;
}

.product-additional-info .share-link {
    text-align: center;
    color: #999999;
}

.product-additional-info .share-link a {
    color: #999999;
    font-size: 29px;
}

.w3n_product_details .product-cover img {
    box-shadow: none;
}

.w3n_category .left-column .total-products {
    display: none;
}

.w3n_detail_right_block .product-actions .control-label {
    display: none;
}

/* ==============Product Detail Page EN ======*/

/*===========================================*/

main {
    overflow: hidden;
}

.carousel {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    box-shadow: none;
}

.carousel .carousel-inner {
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

figure {
    margin: 0;
}

.carousel .carousel-item .caption {
    max-width: 1156px;
    width: 100%;
    left: 50%;
    top: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.carousel .carousel-item .caption h2 {
    font-family: 'Gotham-Bold';
    font-size: 70px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
    padding: 0 0 28px;
}

.carousel .carousel-item .caption .caption-description {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.carousel .carousel-item .caption .caption-description p {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, .5);
}

.w3n_poslistcategories .row {
    margin-left: 0;
    margin-right: 0;
}

.w3n_poslistcategories .pos_content {
    max-width: 1158px;
    display: block;
    margin: 0 auto;
}

.w3n_poslistcategories .block-content {
    position: relative;
    width: 100%;
    display: inline-block;
}

.w3n_poslistcategories .owl-carousel {
    position: static;
}

.w3n_poslistcategories .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.w3n_poslistcategories .pos_title h2 {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 53px;
}

.w3n_poslistcategories .w3n_poslistcategories_viewall {
    display: none;
}


.w3n_homeproducts_tab {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.w3n_homeproducts_tab .tabs {
    margin: 0;
    background: none;
    box-shadow: none;
}

.w3n_homeproducts_tab .tabs ul {
    max-width: 1156px;
    display: block;
    margin: 0 auto !important;
    padding: 55px 0 37px !important;
}

.w3n_homeproducts_tab .tab-content {
    padding: 0 31px;
}

.w3n_manufacture_list {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #fff;
    padding: 47px 0 44px;
}

.w3n_manufacture_list .laberTitle {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 12px;
}

.w3n_manufacture_list .laberTitle h3 {
    font-family: 'Gotham-Bold';
    font-size: 30px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    text-transform: uppercase;
}

.w3n_manufacture_list .content-manufacturer {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

#w3n_brandlist .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#w3n_brandlist .item img {
    max-width: 100px;
    width: auto;
}

#w3n_brandlist .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#w3n_brandlist .owl-stage .owl-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#w3n_brandlist .owl-nav {
    position: absolute;
    top: -60px;
    right: 30px;
    display: block;
}

#w3n_brandlist .owl-nav button {
    height: 37px;
    width: 37px;
    background: #F1F1F1 !important;
    font-size: 25px !important;
    box-shadow: none;
    border-radius: 4px;
    outline: none !important;
}

#w3n_brandlist .owl-nav button span {
    font-size: 0;
}

#w3n_brandlist .owl-nav button.owl-prev {
    margin-right: 36px;
}

#w3n_brandlist .owl-nav button.owl-prev:before {
    content: '';
    background: url(../images/chevron-left-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

#w3n_brandlist .owl-nav button.owl-next {
    margin-left: 36px;
}

#w3n_brandlist .owl-nav button.owl-next:before {
    content: '';
    background: url(../images/chevron-right-solid.svg) no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 37px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.w3n_image_sliderhome .direction {
    display: none;
}

.header-navbar .search-widget {
    display: none;
}

.w3n_gharnu_slider {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.w3n_gharnu_slider .w3n_search {
    max-width: 1156px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 58px 0 0;
    padding: 0;
}


/* BLog Page ST */
.ybc_block_categories .blog_view_all_button a {
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    font-family: 'Gotham-Bold';
}

.ybc_block_categories .blog_view_all_button a:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

.w3n_ybc_blog_page .blog_view_all_button a {
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    font-family: 'Gotham-Bold';
}

.w3n_ybc_blog_page .blog_view_all_button a:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

.w3n_ybc_blog_page .ybc-blog-form-comment .blog-submit .button {
    background: #F8CB18;
    background: var(--secondary-bg-color);
    font-family: 'Gotham-Bold';
}

.w3n_ybc_blog_page .ybc-blog-form-comment .blog-submit .button:hover {
    background: #0100c8;
    background: var(--main-bg-color);
    font-family: 'Gotham-Bold';
}

.ybc_comment_form_blog .title_blog {
    font-family: 'Gotham-Bold';
}

.page-heading .title_cat {
    font-family: 'Gotham-Bold';
}

.ybc_block_search input {
    background-color: #F1F1F1 !important;
    border: none !important;
    outline: none !important;
    border-radius: 5px;
}

.tree li a:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

.tree li a {
    font-family: 'Gotham-Bold';
}

.w3n_ybc_blog_page .title_blog {
    font-family: 'Gotham-Bold';
}

.ybc_title_block {
    font-family: 'GothamMedium';
}

.ybc_title_block a:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

.ybc_blog_ltr_mode a:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

.author_infor .view_post {
    color: #0100C8;
    color: var(--main-bg-color);
    font-family: 'GothamMedium';
}

.ybc_author_post_count {
    font-family: 'GothamMedium';
}

.blog_view_all_button a {
    background: #0100C8 !important;
    background: var(--main-bg-color) !important;
    font-family: 'Gotham-Bold';
}

.blog_view_all_button a:hover {
    background: #F8CB18 !important;
    background: var(--secondary-bg-color) !important;
}

.block_content .owl-nav button {
    height: 37px;
    width: 37px;
    background: #F1F1F1 !important;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 22px !important;
    text-align: center;
    margin-top: 10px;
    border: none;
    font-weight: bold !important;
}

.block_content button.owl-prev {
    background: url(../images/chevron-left-solid.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.block_content button.owl-next {
    background: url(../images/chevron-right-solid.svg) no-repeat center center;
    background-size: contain;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

a.view_detail_link.blog_view_all {
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
    font-family: 'Gotham-Bold';
}

a.view_detail_link.blog_view_all:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
    background: #F8CB18;
    background: var(--secondary-bg-color);
}

a.read_more {
    font-family: 'Gotham-Bold';
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

a.ybc_title_block:hover {
    color: #0100C8;
    color: var(--main-bg-color) !important;
}

.blog-category .page-heading {
    font-family: 'Gotham-Bold';
}

.w3n_ybc_blog_page .ybc_block_categories .active > a {
    color: #0100C8;
    color: var(--main-bg-color);
}

.ybc-blog-wrapper .page-heading {
    font-family: 'Gotham-Bold';
}

.w3n_ybc_blog_page .ybc-blog-slider.carousel .slick-dots .slick-active button {
    background: #0100c8;
    background: var(--main-bg-color);
}

.w3n_ybc_blog_page .ybc-blog-wrapper-content .ybc-blog-related-posts .owl-nav button {
    height: 37px;
    width: 37px;
    background: #F1F1F1 !important;
    outline: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    border: none;
    font-weight: bold;
}

.w3n_ybc_blog_page .ybc-blog-wrapper-content .ybc-blog-related-posts .owl-nav button.owl-prev {
    margin-right: 5px;
}

.w3n_ybc_blog_page .ybc-blog-wrapper-content .ybc-blog-related-posts .owl-nav button.owl-next {
    margin-left: 5px;
}

/*================ w3n_manufacturer ST==============*/
.w3n_manufacturer #products .products-selection {
    display: none;
}

/*================ w3n_manufacturer EN ==============*/

.w3n_cart .w3n_cart_voucherright .checkout a.label {
    background: #FFFFFF;
    color: #000000;
    font-size: 15px;
    letter-spacing: -0.02em;
    font-family: 'Gotham-Bold';
    width: 250px;
    height: 55px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    line-height: 55px;
    float: left;
}

.w3n_cart .w3n_cart_voucherright .checkout a.btn {
    float: right;
    height: 55px;
    line-height: 55px;
    padding: 0;
    width: 250px;
}

.w3n_cart .card.cart-summary .w3n_row .col-md-8 {
    width: 61%;
}

.w3n_cart .card.cart-summary .w3n_row .col-md-4 {
    width: 39%;
}

.post-details .form-polls .form-polls-body button {
    background: #0100c8;
    background: var(--main-bg-color);
}

.post-details .form-polls .form-polls-body button:hover {
    background: #0100c8;
    background: var(--main-bg-color);
    outline: none;
    border: none;
    border-radius: 5px;
}


/* 05-04-2019 Css ST */

/* Checkout Process row reverse CSS */
.w3n_chceckout_process > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

/* EN*/
.card-block .register-form a {
    font-family: 'Gotham-Bold';
    font-size: 15px;
    color: #0100C8;
    color: var(--main-bg-color);
}

.checkout-page-title h1.h1 {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    line-height: normal;
    font-family: 'Gotham-Bold';
    padding: 58px 0 24px 112px;
}

body#checkout #cart-summary-product-list .media-body {
    display: block;
}

.w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li .ets_mm_block_content ul li a:hover {
    color: #F8CB18 !important;
    color: var(--secondary-bg-color) !important;
}

.w3n_chceckout_process .block-promo .cart-voucher .promo-code .alert {
    position: absolute;
    width: 94%;
}


/* Search Page ST */
.page-search .w3n_search.container {
    padding: 0;
    width: 1400px;
    display: block;
    margin: 0 auto;
}

.page-search .w3n_search .products-selection .total-products {
    margin: 0;
}

.w3n_productpage_share #wishlist_button_block i.material-icons {
    color: #999999;
}

.w3n_productpage_share .social-sharing a + ul {
    position: absolute;
    right: 100%;
    width: 135px;
    bottom: -8px;
}

.share-link .social-sharing li a {
    font-size: 0 !important;
}

.w3n_social_sharing .product-additional-info ul li {
    width: 35px;
}

.w3n_productpage_share .social-sharing {
    position: relative;
}

.w3n_password .page-footer ul li a {
    color: #0100C8;
    color: var(--main-bg-color);
}

.renew-password button.btn.btn-primary {
    margin-left: 0;
    text-align: center;
}

.w3n_password {
    padding-top: 15px;
}

/* Search Page EN */

/* 19-04-2019 ST */
.w3n_productpage_share .social-sharing a + ul {
    left: 50px;
    width: 165px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 30px;
    bottom: -9px;
}

.w3n_social_sharing .product-additional-info ul li {
    margin: 0 5px;
}

.product-additional-info .share-link a.w3n-notifications-icon {
    display: inline-block;
    padding-top: 60px;
}

.w3n-notifications-img {
    position: relative;
}

.w3n-notifications-img .w3n-notifications-icon:hover .material-icons {
    color: #ca0000;
}

.w3n-notifications-img:hover .w3n-info-text {
    opacity: 1;
    display: block;
    -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;
}

.w3n-notifications-img .w3n-info-text {
    background: rgba(30, 18, 18, .5);
    -webkit-box-shadow: 00 8px rgba(0, 0, 0, .3);
    box-shadow: 00 8px rgba(0, 0, 0, .3);
    position: absolute;
    width: 166px;
    height: 50px;
    left: 65px;
    bottom: -15px;
    display: none;
    opacity: 0;
}

.w3n-notifications-img .w3n-info-text p {
    color: #FFFFFF;
    font-size: 10px;
    font-family: 'GothamMedium';
    line-height: 14px;
    margin-bottom: 0;
    padding-top: 10px;
}

.w3n-notifications-img .w3n-info-text:before {
    right: 101%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: rgba(30, 18, 18, .5);
    border-width: 15px;
    margin-top: -15px;
}


.in-stock-dot {
    width: 10px;
    height: 10px;
    background: #52FF00;
    border-radius: 100%;
    float: left;
    line-height: 14px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 5px;
}

.out-stock-dot {
    width: 10px;
    height: 10px;
    background: #CA0000;
    border-radius: 100%;
    float: left;
    line-height: 14px;
    margin-top: 2px;
    display: inline-block;
    margin-right: 5px;
}


.product-add-to-cart #product-availability {
    display: none;
}

.thumbnail-container .w3n-count-box {
    position: absolute;
    top: -7px;
    z-index: 100;
    left: 10px;
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
}

.thumbnail-container .w3n-count-box span {
    color: #FFFFFF;
    font-size: 11px;
    font-family: Gotham;
}

.thumbnail-container .w3n-count-box i {
    color: #FFFFFF;
    font-size: 11px;
}

.product-information.w3n_product {
    margin-top: 10px;
}

.product-information.w3n_product .w3n_ean {
    margin-bottom: 3px;
}

/* 19-04-2019 EN */


/* 26-04-2019 ST */
.cms-id-14 .advance_search_title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-family: 'Gotham-Bold';
}

.cms-id-14 .advance_search_title h1 .svg-inline--fa {
    margin-right: 30px;
}

.cms-id-14 .products-sort-order.dropdown {
    display: none;
}

.cms-id-14 .products-selection .total-products {
    margin: 0;
    float: left;
}

.cms-id-14 .products-selection .total-products p {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gotham-Bold';
}

.cms-id-14 .selectize-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: #FFFFFF;
    border-radius: 4px;
    max-width: 240px;
    color: #000000;
    font-size: 13px;
    font-family: 'GothamMedium';
    position: relative;
    padding-left: 15px;
    height: 49px;
    box-shadow: none;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
}

.cms-id-14 .selectize-input:after {
    display: none !important;
}

.cms-id-14 .selectize-input:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 15px;
    background: url(../images/down-arrow.svg) no-repeat center center;
    width: 12px;
    height: 14px;
}

.w3n_cate_banner .w3n_search_category_page form input[type=text] {
    max-width: 706px;
}


.cms-id-14 .advance_search_title {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 53px 0 19px;
}

.cms-id-14 .advance_search_block {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 17px;
}

.cms-id-14 .card {
    box-shadow: none;
    border: none;
}

.cms-id-14 .card-block .checkbox input[type=checkbox] {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: relative;
}

.cms-id-14 .card-block .checkbox input[type=checkbox]:checked:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    color: #000000;
    font-size: 11px;
    font-family: 'FontAwesome';
    text-align: center;
}

/* 26-04-2019 EN */

/* 30-04-2019 ST */
.advance_search_block .PM_ASForm {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.advance_search_block .PM_ASForm input[type=text] {
    border-radius: 4px;
    background: #F1F1F1;
    width: 425px;
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 12px;
    line-height: 47px;
    height: 47px;
    border: none;
    float: left;
    margin: 0 20px 27px 0;
    padding: 0 18px;
}

.advance_search_block .PM_ASForm input[type=text]:nth-child(3) {
    clear: both;
}

.advance_search_block .PM_ASForm input[type=button] {
    max-width: 260px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 14px;
    letter-spacing: -0.02em;
    font-family: 'GothamMedium';
    float: left;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
}

/* 30-04-2019 EN */


/*================ New Search Page ST============ */

.page-search .advance_search_title h1 {
    font-size: 30px;
    line-height: 36px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-family: 'Gotham-Bold';
}

.page-search .advance_search_title h1 .svg-inline--fa {
    margin-right: 30px;
}

.page-search .products-sort-order.dropdown {
    display: none;
}

.page-search .products-selection .total-products {
    margin: 0;
    float: left;
    padding: 36 px0 27px 110px;
}

.page-search .products-selection .total-products p {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gotham-Bold';
}

.page-search .advance_search_title {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 53px 0 19px;
}

.page-search .advance_search_block {
    background: #FFFFFF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 17px;
}

.page-search .card {
    box-shadow: none;
    border: none;
}

.page-search .card-block .checkbox input[type=checkbox] {
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    position: relative;
}

.page-search .card-block .checkbox input[type=checkbox]:checked:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    color: #000000;
    font-size: 11px;
    font-family: 'FontAwesome';
    text-align: center;
}

.advance_search_block .PM_ASForm {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.advance_search_block .PM_ASForm input[type=text] {
    border-radius: 4px;
    background: #F1F1F1;
    width: 425px;
    color: #000000;
    font-family: 'GothamMedium';
    font-size: 12px;
    line-height: 47px;
    height: 47px;
    border: none;
    float: left;
    margin: 0 20px 27px 0;
    padding: 0 18px;
}

.advance_search_block .PM_ASForm input[type=text]:nth-child(3) {
    clear: both;
}

.advance_search_block .PM_ASForm input[type=button] {
    max-width: 260px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #0100c8;
    background: var(--main-bg-color);
    border-radius: 4px;
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 14px;
    letter-spacing: -0.02em;
    font-family: 'GothamMedium';
    float: left;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
}

.w3n_search .advance-search .no-res {
    color: #F8CB18;
    color: var(--secondary-bg-color);
    font-size: 30px;
    line-height: 36px;
    font-family: 'Gotham-Bold';
    padding: 15px 10px;
}

/*================ New Search Page EN============ */


/* || Responsive css ST || */

@media (min-width: 1200px) and (max-width: 1299px) {
    .carousel .carousel-item .caption h2 {
        font-size: 60px;
        padding: 0 0 20px;
    }

    .carousel .carousel-item .caption .caption-description p {
        font-size: 26px;
    }

    .w3n_price_section .product-price-and-shipping span.price {
        font-size: 16px;
    }

    .w3n_price_section .w3n_cart_blk img {
        width: 20px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_heart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_cart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .w3n_gharnu_slider .w3n_search {
        max-width: 960px;
        margin: 38px 0 0;
    }

    .carousel .carousel-item .caption {
        max-width: 960px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 60px;
        padding: 0 0 20px;
    }

    .carousel .carousel-item .caption .caption-description p {
        font-size: 26px;
    }

    .w3n_poslistcategories .pos_content {
        max-width: 960px;
    }

    .page_home .title_blog {
        max-width: 960px;
    }

    .ybc_block_slider h4.title_blog {
        font-size: 26px;
    }

    .w3n_home_page_slider .w3n_blog_list span {
        font-size: 25px;
    }

    .w3n_homeproducts_tab .tabs ul {
        max-width: 960px;
    }

    .tabs .nav-tabs .nav-link {
        font-size: 26px;
    }

    .w3n_price_section .product-price-and-shipping span.price {
        font-size: 16px;
    }

    .products .product-miniature {
        width: 25% !important;
        margin: 0 0 45px !important;
    }

    .w3n_price_section .w3n_cart_blk img {
        width: 20px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_heart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_cart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_manufacture_list .laberTitle h3 {
        font-size: 26px;
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-wrapper {
        width: calc(100% - 180px);
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-submit {
        width: 150px;
    }

    .w3n_search .search-widget form input[type=text] {
        height: 52px;
    }

    /* Megamenu ST */
    .w3n_megamenu {
        padding: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content {
        text-align: left;
    }

    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle {
        padding: 15px 0;
        color: #fff;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .w3n_megamenu .ets_mm_megamenu .container {
        background-color: transparent;
        padding: 0 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul {
        background-color: #F8CB18 !important;
        background-color: var(--main-bg-color) !important;
        display: block;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_1 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_2 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_3 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li {
        position: relative;
        padding: 0 40px 0 0;
        display: inline-block !important;
        vertical-align: top;
        border-right: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li > a {
        padding: 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li + li + li {
        margin-left: 0;
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
        width: 100%;
        margin: 0;
    }

    .w3n_megamenu .arrow {
        height: 100%;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::before {
        border-top: 2px solid #F8CB18 !important;
        border-top: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::after {
        border-left: 2px solid #F8CB18 !important;
        border-left: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.close_menu {
        padding: 15px;
        background: #F8CB18;
        background: var(--secondary-bg-color);
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
        position: relative;
        padding-top: 0;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle {
        padding: 15px 0;
        color: #fff;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li + li + li {
        margin-left: 0 !important;
    }

    /* Megamenu EN */
}

@media (min-width: 768px) and (max-width: 991px) {

    /* Megamenu ST */
    .w3n_megamenu {
        padding: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content {
        text-align: left;
    }

    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle {
        padding: 15px 0;
        color: #fff;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .w3n_megamenu .ets_mm_megamenu .container {
        background-color: transparent;
        padding: 0 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul {
        background-color: #0100C8 !important;
        background-color: var(--main-bg-color) !important;
        display: block;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_1 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_2 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_3 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li {
        position: relative;
        padding: 0 40px 0 0;
        display: inline-block !important;
        vertical-align: top;
        border-right: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li > a {
        padding: 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li + li + li {
        margin-left: 0;
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
        width: 100%;
        margin: 0;
    }

    .w3n_megamenu .arrow {
        height: 100%;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::before {
        border-top: 2px solid #F8CB18 !important;
        border-top: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::after {
        border-left: 2px solid #F8CB18 !important;
        border-left: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.close_menu {
        padding: 15px;
        background: #F8CB18;
        background: var(--secondary-bg-color);
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
        position: relative;
        padding-top: 0;
    }

    /* Megamenu EN */
    .header-right {
        margin-right: 15px;
    }

    .w3n_megamenu {
        padding: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content {
        text-align: left;
    }

    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle {
        padding: 15px 0;
        color: #fff;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .w3n_home_banner {
        height: 425px;
    }

    .w3n_gharnu_slider .w3n_search {
        max-width: 720px;
    }

    .carousel .carousel-item .caption {
        max-width: 720px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 60px;
        padding: 0 00;
    }

    .search-widget form button[type=submit] {
        left: 20px;
    }

    .carousel .carousel-item .caption .caption-description p {
        font-size: 26px;
    }

    .w3n_poslistcategories .pos_content {
        max-width: 720px;
    }

    .page_home .title_blog {
        max-width: 720px;
    }

    .ybc_block_slider h4.title_blog {
        font-size: 26px;
    }

    .ybc_block_slider.page_home {
        padding: 37px 0 34px;
    }

    .w3n_home_page_slider .w3n_blog_list img {
        display: block !important;
    }

    .w3n_home_page_slider .w3n_blog_list div {
        display: none;
    }

    .ybc_item_img:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .w3n_home_page_slider .w3n_blog_list span {
        font-size: 20px;
    }

    .w3n_homeproducts_tab .tabs ul {
        max-width: 720px;
        padding: 55px 0 15px !important;
    }

    .tabs .nav-tabs .nav-link {
        font-size: 26px;
    }

    .w3n_price_section .product-price-and-shipping span.price {
        font-size: 16px;
    }

    .products .product-miniature {
        width: 33.33% !important;
        margin: 0 0 45px !important;
    }

    .w3n_price_section .w3n_cart_blk img {
        width: 20px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_heart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_cart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_manufacture_list .laberTitle h3 {
        font-size: 26px;
    }

    #w3n_brandlist .item img {
        max-width: 70%;
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-wrapper {
        width: calc(100% - 180px);
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-submit {
        width: 150px;
    }

    .w3n_search .search-widget form input[type=text] {
        height: 52px;
        padding: 10px 30px 10px 90px;
    }
}

@media (max-width: 767px) {
    .header-right {
        margin-right: 15px;
    }

    .w3n_megamenu {
        padding: 0;
    }

    .w3n_megamenu .ets_mm_megamenu_content {
        text-align: left;
    }

    .changestatus.ets_mm_megamenu.hook-custom {
        margin-top: 0 !important;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle {
        padding: 15px 0;
        color: #fff;
    }

    .ets_mm_megamenu_content_content .ybc-menu-toggle .icon-bar {
        background-color: #fff;
    }

    .w3n_megamenu .ets_mm_megamenu .container {
        background-color: transparent;
        padding: 0 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul {
        background-color: #0100C8 !important;
        background-color: var(--main-bg-color) !important;
        display: block;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_1 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_2 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.w3n_mm_3 {
        max-width: 100%;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li {
        position: relative;
        padding: 0 40px 0 0;
        display: inline-block !important;
        vertical-align: top;
        border-right: 0;
        border: none;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li > a {
        padding: 15px;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li + li + li {
        margin-left: 0;
        border: none;
        padding: 3px 0;
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul li {
        width: 100%;
        margin: 0;
    }

    .w3n_megamenu .arrow {
        height: 60px;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::before {
        border-top: 2px solid #F8CB18 !important;
        border-top: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_index .w3n_megamenu .mm_menus_ul .arrow::after {
        border-left: 2px solid #F8CB18 !important;
        border-left: 2px solid var(--secondary-bg-color) !important;
    }

    .w3n_megamenu .ets_mm_megamenu_content .mm_menus_ul > li.close_menu {
        padding: 15px;
        background: #F8CB18;
        background: var(--secondary-bg-color);
    }

    .w3n_megamenu ul.mm_menus_ul li.mm_menus_li ul.mm_columns_ul {
        position: relative;
        padding-top: 0;
    }

    .w3n_home_banner {
        height: 325px;
    }

    .w3n_gharnu_slider .w3n_search {
        max-width: 100%;
        padding: 0 15px;
        margin: 38px 0 0;
        top: auto;
        bottom: 63px;
        left: 0;
        -moz-transform: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .w3n_search .search-widget form input[type=text] {
        height: 62px;
        padding: 10px 30px 10px 111px;
    }

    .search-widget form button[type=submit] {
        width: 32px;
        height: 32px;
        left: 28px;
    }

    .carousel .carousel-item .caption {
        max-width: 100%;
        padding: 0 15px;
    }

    .carousel .carousel-item .caption h2 {
        font-size: 50px;
        padding: 0;
    }

    .carousel .carousel-item .caption .caption-description p {
        font-size: 20px;
        margin: 0 0 5px;
    }

    .w3n_poslistcategories .pos_content {
        max-width: 100%;
        padding: 0 15px;
    }

    .page_home .title_blog {
        max-width: 100%;
        padding: 0 15px;
    }

    .ybc_block_slider h4.title_blog {
        font-size: 20px;
        margin-bottom: 30px !important;
    }

    .ybc_block_slider.page_home {
        padding: 30px 0 34px;
    }

    .w3n_home_page_slider ul .owl-nav {
        right: 15px;
        top: 32px;
    }

    .w3n_home_page_slider ul .owl-nav button.owl-prev {
        margin-right: 10px;
    }

    .w3n_home_page_slider ul .owl-nav button.owl-next {
        margin-left: 10px;
    }

    .w3n_home_page_slider .w3n_blog_list img {
        display: none !important;
    }

    .w3n_home_page_slider .w3n_blog_list div {
        display: block;
        height: 180px;
    }

    .ybc_item_img:hover img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .w3n_homeproducts_tab .tab-content {
        padding: 0 10px;
    }

    .w3n_homeproducts_tab .tabs ul {
        max-width: 100%;
        padding: 55px 15px 15px !important;
    }

    .tabs .nav-tabs .nav-link:after {
        margin: 2px 20px 0;
    }

    .tabs .nav-tabs .nav-link {
        font-size: 20px;
    }

    .w3n_price_section .product-price-and-shipping span.price {
        font-size: 14px;
    }

    .products .product-miniature {
        width: 50% !important;
        margin: 0 0 45px !important;
    }

    .w3n_price_section .w3n_cart_blk img {
        width: 20px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_heart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_price_section .w3n_cart_blk .w3n_cart_img a {
        width: 45px;
        height: 45px;
        line-height: 45px;
    }

    .w3n_manufacture_list .laberTitle h3 {
        font-size: 22px;
    }

    #w3n_brandlist .item img {
        max-width: 81%;
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-wrapper {
        width: calc(100% - 180px);
    }

    .footer-newsletter .block_newsletter .newsletter-form .input-submit {
        width: auto;
    }

    #w3n_brandlist .owl-nav button.owl-next {
        margin-left: 10px;
    }

    #w3n_brandlist .owl-nav button.owl-prev {
        margin-right: 10px;
    }

    #w3n_cat_feature .owl-nav button.owl-prev {
        margin-right: 10px;
    }

    #w3n_cat_feature .owl-nav button.owl-next {
        margin-left: 10px;
    }

    .w3n_home_newproducts_span .w3n_home_newproducts {
        width: 245px;
    }

    /* Home Page ST */
    .w3n_product_blk {
        width: 100%;
    }

    /*Disable Slider of Latest Posts in Mobile*/
    .w3n_home_page_slider .owl-item.cloned {
        display: none !important;
    }

    .w3n_home_page_slider .owl-stage {
        transform: none !important;
        transition: none !important;
        width: auto !important;
    }

    .w3n_home_page_slider .owl-item {
        width: auto !important;
    }

    .ybc_block_latest .w3n_home_page_slider .owl-item {
        width: 100% !important;
    }

    .w3n_home_page_slider .owl-carousel .owl-nav {
        display: none !important
    }

    .w3n_home_page_slider .w3n_blog_list span {
        left: 13px;
        right: 10px;
        font-size: 25px;
        bottom: 40px;
    }

    .w3n_home_page_slider .owl-carousel .owl-item:nth-child(even) .w3n_blog_list span {
        left: 13px;
        right: 10px;
    }

    /*End*/
    /* 19-04-2019 ST */
    .w3n_productpage_share .social-sharing a + ul {
        left: auto;
    }

    .w3n-notifications-img .w3n-info-text {
        left: auto;
        right: 100%;
    }

    .w3n-notifications-img .w3n-info-text:before {
        display: none;
    }

    .w3n-notifications-img .w3n-info-text:after {
        left: 101%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-left-color: rgba(30, 18, 18, .5);
        border-width: 15px;
        margin-top: -15px;
    }

    /* 19-04-2019 EN */

}

/* || Responsive css EN || */

.w3n-count-box svg {
    font-size: 11px;
    color: #ffffff;
    width: auto;
    margin-left: -4px;
}