/*
Theme Name:           One
Author:               One


*/


/***************
All custom CSS should be added to One > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


p{
    font-size: 0.9em;
    font-family: Helvetica,Arial;
}
h1,h2,h3,h4,h5,h6,a,body,p,span{
   font-family: Helvetica,Arial; 
}


a {

    border-bottom: 0.1em solid #eee;
}


.nav > li > a {
    font-weight: 500;
}


.flickity-button {
    opacity: 1;
}

div#comments {
    display: none;
}
.button.is-underline:before {
    width: 100%;
    left: 0;
    opacity: 0.8;
    height: 1px;
}

.button.secondary span {
    font-weight: 400;
}

.button.secondary  {
    color: #222;
}


.cat-light-button .button.is-outline {
    border: 1px solid #ddd;
}
.cat-light-button .button.is-outline:hover {
    border: 1px solid #ffe256;
    background-color:#fff;
}

.cat-light-button .button span {

    color:#555
}

.yellow span {
    color: #ffe256;
}

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

.border-bottom {
   border-bottom: 1px solid #eee; 
}

 .padding-top15{
    padding-top: 15px;
 }
  .padding-15{
    padding: 15px;
 }

.border-all{
    border:1px solid #eee;
}
.no-padding-b.col, .gallery-item, .columns{
    padding-bottom: 0px;
}

.long-arrow h5:after {content: '';background-image: url(/wp-content/uploads/long-arrow.png);background-repeat: no-repeat;width: 25px;height: 10px;background-size: 16px;display: inline-block;transition: all 0.5s;margin-left: 30px;}
.long-arrow a:hover h5:after{
    margin-left:35px;
 
}
i.long-arrow:after {content: '';background-image: url(/wp-content/uploads/long-arrow.png);background-repeat: no-repeat;width: 25px;height: 10px;background-size: 16px;display: inline-block;transition: all 0.5s;margin-left: 6px;opacity: 0.8;}

.white-font span{
    color: #fff;
}
.button.white-font {
    color: #fff;
}





.no-padding-b{padding-bottom: 0px;}

.bold span{
    font-weight: 600;
}



.ux-menu-title.flex {
    text-transform: none;
        border: none;
}

.ux-menu-link.flex.menu-item {
    font-size: 14px;
    padding:0px;
}

.ux-menu-link__link{
    padding:0em;
    min-height:30px;
     border: none;
}

.social-icons{
    color: #555;
}
.page-wrapper {
    padding: 0px;
   
}


.banner-notice p {
    display: block;
    padding: 5px;
    margin: 0px;
    font-size: 0.9em;
}

.flickity-button {
    opacity: 0.8;
}


.flickity-prev-next-button.previous:after {

    content: '';
    background-image: url(/wp-content/uploads/long-arrow.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
    background-size: 16px;
    display: inline-block;
    transition: all 0.5s;
    margin-left: 30px;
    transform:rotateY(180deg);
    margin-left:-40px;

}

.flickity-prev-next-button.next:after {

    content: '';
    background-image: url(/wp-content/uploads/long-arrow.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 10px;
    background-size: 16px;
    display: inline-block;
    transition: all 0.5s;
    margin-left: 30px;
  
    margin-left:40px;

}

.big-arrow .flickity-prev-next-button.previous:after {

    content: '';
    background-image: url(/wp-content/uploads/big-arrow.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 20px;
    background-size: 22px;
    display: inline-block;
    transition: all 0.5s;
    margin-left: 30px;
    transform:rotateY(180deg);
    margin-left:0px;

}

.big-arrow  .flickity-prev-next-button.next:after {

    content: '';
    background-image: url(/wp-content/uploads/big-arrow.png);
    background-repeat: no-repeat;
    width: 32px;
    height: 20px;
    background-size: 22px;
    display: inline-block;
    transition: all 0.5s;
    margin-left: 30px;
    margin-left:0px;

}

.big-arrow-s .flickity-prev-next-button.previous:after {

    content: '';
    background-image: url(/wp-content/uploads/big-arrow.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    transition: all 0.5s;
    transform:rotateY(180deg);
    margin-left:5px;

}

.big-arrow-s  .flickity-prev-next-button.next:after {

    content: '';
    background-image: url(/wp-content/uploads/big-arrow.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    background-size: 16px;
    display: inline-block;
    transition: all 0.5s;
    margin-left:-5px;

}

ol.flickity-page-dots {
    left: 0px;
    text-align: left;
}

.flickity-page-dots .dot {
    border: 1px solid #000;
    width: 10px;
    height: 10px;
}


button.flickity-button svg{
    display:none;
}



a.quick-view.quick-view-added {
    background-color: #ffe256;
    color: #222;
    font-size: 0.6em;
}
.single-product .flickity-slider>div:not(.col), .flickity-slider>a, .flickity-slider>p, .flickity-slider>a>img, .flickity-slider>img, .flickity-slider>figure {
    width: 40% !important;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    transition: opacity .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
    -o-transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s;
    transition: transform .6s,opacity .6s,box-shadow .6s,-webkit-transform .6s,-webkit-box-shadow .6s;
}

.single-product .slider-style-container .flickity-slider>*:not(.is-selected), .slider-style-shadow .flickity-slider>*:not(.is-selected), .slider-style-focus .flickity-slider>*:not(.is-selected) {
    opacity: 1;
}

img.mfp-img{
    max-height: 720px;
}

.single-product button.flickity-button {
    display: none;
}

.single-product form.cart {
    margin-bottom: 0px;
    padding-top: 10px;
    text-align: right;
}

.single-product .add-to-cart-container.form-minimal.is-small {
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 20px;
}

.single-product table.variations tr {
    width: 50%;
    display: inline-table;
}

.single-product table.variations {
    width: 60%;
    display: inline-table;
}

.single-product .single_variation_wrap {
    width: 35%;
    display: inline-block;
    text-align: right;
    padding-top: 10px;
}

.single-product form.variations_form.cart {
    margin-bottom: 0px;
}


.single-product .tab-panels li {font-size: 0.8em;}



.single-product ul.tabs.wc-tabs li a {
    font-weight: 500;
}


.product-section-title-related {

     margin-left: 0px;
}


.single-product  .ux-swatch--image, .ux-swatch--color {
    width: 20px;
    height: 20px;
    padding: 2px;
}

.single-product  form.cart.customize-unpreviewable {
    padding-top: 10px;
    margin-bottom: 0px;
    text-align: right;
}


.checkout-button {
    color: #222;
}


.checkout-button:hover{
    background-color: #ffc107!important;
    box-shadow: none;
    color: #222;
}
button.single_add_to_cart_button.button.alt {
    color: #222;
}


/*Single post fullwidth*/
.single-post header.entry-header {
    display: none;
}

.single-post .article-inner {
    padding-top: 0px;
}

.single-post .entry-content.single-page {
    padding-top: 0px;
}

.single-post  .full-width .ubermenu-nav, .container, .row {
    max-width: 100%;
}

.single-post .col, .gallery-item, .columns {
    padding: 0px;
}


#shop-sidebar .is-divider {
    width: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #b8b8b8;
}

.shop-sidebar ul.menu>li+li, .widget>ul>li+li {
    border-top: none;
}

.shop-sidebar ul.menu>li ul, .widget>ul>li ul {
    border-left: none;
}

.shop-sidebar ul.menu>li li>a, .widget>ul>li li>a {
    width: 88%;
}


.widget_price_filter .price_slider_amount .button {
    background-color: #ffe256;
    color: #222;
}


#shop-sidebar span.widget-title.shop-sidebar {
    font-size: 0.88em;
}

#shop-sidebar a {
    font-size: 0.88em;
}
.widget_price_filter .ui-slider .ui-slider-range
{
    background-color: #ffe256;
    opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #ffe256;
}



/*footer#footer a {
    font-size: 0.9em;
}*/
#footer span {
    font-size: 0.92em;
}
.foot-sign {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 15px;
    /* margin: 0px; */
    /* padding: 0px 10px; */
}

.box-blog-post .is-divider {
    display: none;
}


.header-language-dropdown ul.nav-dropdown.nav-dropdown-default {
    padding: 0px;
    margin: 0px;
    min-width:120px;
    font-size:12px;

}

.header-language-dropdown .nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a {border:none;}
.header-language-dropdown a{
    border:none;
}

.selectron23 {
    padding-top: 5px;
}


i.icon-user {
    color: #999494;
}

i.icon-shopping-bag {
    color: #ffe76f;
}

i.wishlist-icon.icon-heart-o {
    color: #999494;
}
div#shop-sidebar{


     position: sticky;
    top: 0;
    font-size: 14px;
    width: 100%;
    padding: 0 15px 0px 0px;
    height: 700px;
    float: left;
    overflow-y: scroll;
}
.is-sticky-column
{


     position: sticky;
    top: 0;
    font-size: 14px;
    width: 100%;
    padding: 0 15px 0px 0px;
    height: 700px;
    float: left;
    overflow-y: scroll;
}

.notice {
    display: none;
}
footer#footer {
    background-color: #fff;
}