body, html{
	font-family: 'Inter', sans-serif;
	background-color: #ffffff;
	margin: 0; padding: 0;
    overflow-x: hidden;
    font-size: 15px;
    color: #0D0E10;
}

::-webkit-scrollbar {
    width: 13px;
    height: 13px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    min-height: 20px;
    border: solid transparent;
    border-width: 1px 3px;
    border-radius: 6px;
    background-clip: content-box;
    box-shadow: inset 0 0 0 10px rgba(35,40,45,0.85);
}

a{
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    color: #e6333b;
    text-decoration: none !important;
}

a:hover{
    color: #0D0E10;
}

* {
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.btn{
    background-color: #000;
    color: #fff;
    font-weight: 100;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid;
    outline: none;
}
.btn:hover{
    background-color: #f1f1f1;
    color: #000; border: 1px solid #f1f1f1;
}
.btn-success{
    background-color: #77bb00;
}
.btn-success:hover{
    background-color: rgba(119,187,0,0.85);
    color: #fff;
}

.message_error{
    background-color: #e6333b;
    color: #fff;
    padding: 8px 12px;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.container-fluid{
	max-width: 1200px;
}
.section-title{
    text-align: center;
    margin: 50px 0 40px;
}
.section-title:after{
    content: '';
    display: block;
    width: 80px;
    border-bottom: 2px solid #e6333b;
    margin: 0 auto;
}

.fn-old_price{
    color: #999; margin-left: 5px;
    text-decoration: line-through;
}

.topper{
    background-color: #ededed;
    padding: 13px 0;
    color: #808080;
    font-size: 14px;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}
    .topper a{
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }
    .topper a:hover{
        color: #a1a1a1 !important;
    }

header.default{
    padding-bottom: 15px;
    background-color: #ffffff;
}
footer.default{
    margin-top: 50px;
    padding: 45px 0 10px 0;
    background-color: #f7f7f7;
}
    footer .line{
        background: url(data:image/svg+xml;base64,CjxzdmcgaGVpZ2h0PSI5IiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNkMWQxZDEiIGQ9Ik0tMSw4TDUsMkwxMSw4IiBzdHJva2Utd2lkdGg9IjFweCI+Ij48L3BhdGg+PC9zdmc+Cg==) center center repeat-x;
        height: 10px; width: 100%;
        margin-bottom: 40px;
    }
    footer h5{
        text-transform: uppercase;
        font-weight: bold;
        margin-bottom: 20px;
    }
    footer ul{
        padding: 0; margin: 0 0 10px 0;
        list-style: none;
    }
    footer ul a{
        color: #000;
        margin-bottom: 8px;
        display: inline-block;
        letter-spacing: 1px;
        font-size: 14px;
        text-decoration: none !important;
    }
    footer ul a:hover{
        color: #787878;
    }
    footer ul.links a{
        font-size: 30px;
    }

    .copyright{
        font-size: 14px;
        color: #808080;
        letter-spacing: 1px;
        padding: 20px 0;
    }

.nav-box{
}
.nav-main, .toolbar{
    padding-top: 30px;
}
    .nav-main ul{
        list-style: none;
        padding: 0; margin: 0;
        display: block;
    }
    .nav-main li{
        display: inline-block;
        position: relative;
        margin: 5px 16px 10px 16px;
    }
    .nav-main li a{
        text-transform: uppercase;
        color: #0D0E10;
        font-size: 17px;
        text-decoration: none;
    }
    .nav-main li:hover a, 
    .nav-main li.current a{
        color: #e6333b;
    }
    .nav-main a:after{
        content: '';
        width: 0%; height: 1px;
        background-color: #e6333b;
        display: block;
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        -moz-transition: all .6s ease;
        transition: all .6s ease;
        opacity: 0;    
    }
    .nav-main li:hover a:after,
    .nav-main li.current a:after{
        opacity: 1; width: 100%;
    }

#catalog{

}
    .catalog-nav ul{
        list-style: none;
        padding: 0; margin: 0px 20px 0px 0px;
    }
    .catalog-nav li{
        border: 1px solid #EEE;
        border-bottom: none;
    }
    .catalog-nav li:last-child{
        border-bottom: 1px solid #EEE;
    }
    .catalog-nav li a{
        display: block;
        padding: 10px 20px;
        color: #0D0E10;
    }
    .catalog-nav li a:hover{
        color: #e31e25;
    }

.toolbar{

}
    .toolbar span{
        display: inline-block;
        padding: 0 12px;
        cursor: pointer;
    }
    .toolbar i{
        font-size: 26px;
    }
    .toolbar a{
        color: #000;
    }
    .toolbar a:hover{
        color: #555;
    }

.cart{
    position: relative;
}   
    .cart a{
        text-decoration: none;
        color: #000;
    }
    .cart-informer{
        background-color: #e6333b;
        color: #ffffff;
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 1.85;
        margin-left: -5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center !important;
    }

.visual{
    overflow: hidden;
}
    .visual .owl-stage-outer{
        overflow: visible !important;
    }
    .visual .owl-item{
        opacity: 0.25;
    }
    .visual .owl-item.active{
        opacity: 1;
    }

.visual-item {
    padding: 0 5px;
}
    /*.visual-item img{
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }*/

.owl-nav .owl-prev, 
.owl-nav .owl-next {
    color: #fff;
    font-size: 18px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    text-align: center;
    line-height: 40px;
    opacity: 0;
    border:1px solid #fff;
    width: 40px;
    height: 40px;
    outline: none;
    font-weight: bold;
    color: #fff !important;
    font-size: 4em !important;
    background-color: rgba(0,0,0,0.45) !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-nav .owl-next{
    right: 3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.owl-nav .owl-prev{
    left: 3%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover{
    color: #ffffff !important;
    background-color: #ec0928 !important;
}
.owl-nav .owl-prev span, 
.owl-nav .owl-next span{
    display: block;
    margin-top: -26px;
    font-size: 1em;
}
.owl-nav .disabled{
    opacity: 0.15;
}

.owl-dots{
    position: absolute;
    bottom: 12px;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}
.owl-dot{
    outline: none;
}
.owl-dot span{
    display: inline-block;
    margin-right: 7px;
    background-color: rgba(208,5,46,0.35);
    width: 20px; height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.owl-dot.active span
{
    background-color: #d0052e;
}

/*.owl-nav {
    position: relative;
    width: 100%; height: 10px;
}
    .owl-prev span,
    .owl-next span{
        color: #000 !important;
        font-size: 9em !important;
        outline: none !important;
        position: absolute;
        z-index: 9999; 
        bottom: 140px;
        opacity: 0.45;
    }
    .owl-prev span{
        left: 10px;
    }
    .owl-next span{
        right: 10px;
    }*/

.categories-box{
}
.category-item{
    margin: 0 0 20px 0;
    position: relative;
}
    .category-item img{
        width: 100%;
        display: block;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
   		box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
        border-radius: 8px;
    }
    .category-item:hover img{
        -webkit-filter: saturate(1.5);
    }
    .category-item .title{
        position: absolute;
        bottom: 20px; left: 20px;
        font-size: 16px;
        font-weight: bold;
        color: #fafafa;
        opacity: 0.75;
        background: rgba(0,0,0,0.3);
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
        padding: 8px 16px;
        border-radius: 6px;
    }
    .category-item:hover .title{
        color: #ffffff;
        opacity: 0.85;
    }

/*.categories-box .row > div{
    padding-left: 60px;
}
.categories-box .row > div:first-child{
    padding-left: 5px;
}
*/

#fx-widget{
    position: fixed;
    right: 0px; top: 40%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);;
}
    #fx-widget a{
        display: block;
        width: 60px; padding: 15px;
        border: 1px solid #EEE;
        text-align: center;
        font-size: 20px;
        color: #0D0E10;
        position: relative;
    }

    #fx-widget a .cart-informer{
        background-color: #e6333b;
        color: #ffffff;
        position: absolute;
        font-size: 10px;
        width: 20px;
        height: 18px;
        line-height: 1.85;
        margin-left: -5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center !important;
    }

.product-item{
    border: 1px solid #e7e9e8;
    text-align: center;
    margin-bottom: 20px;
    background-color: #ffffff;
    max-width: 295px;
    min-height: 300px;
}
.product-item:hover{
    position: absolute; z-index: 1;
    box-shadow: 0 7px 18px rgba(0,0,0,0.12);
    background-color: #ffffff;
}

.selector-carousel .product-item:hover{
    position: relative;
}

    .product-item-image img{
        width: 100%; margin-bottom: 8px;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
    }
    .product-item-image:hover img{
        -webkit-filter: saturate(1.5);
	}
    .product-item-name{
        padding: 7px 14px;
    }
    .product-item-name a{
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
        color: #0D0E10;
    }
    .product-item-text{
        font-size: 14px;
        font-weight: 300;
        text-align: center;
        color: #A9A9A9;
        margin-bottom: 10px;
    }
    .product-item-price{
        margin-bottom: 15px;
        font-weight: bold;
        font-size: 18px;
    }

.product-item-action{
    margin: 0px; display: none;
    padding: 10px 15px;
    opacity: 0;
}
.product-item:hover .product-item-action{
    display: flex; opacity: 1;
    width: 100%;
}
.selector-carousel .product-item-action{
    display: flex; opacity: 1;
}

    .product-item-action .amount{
        background-color: #f6f6f6;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 7px 14px;  
        border-radius: 8px;
        margin-right: 10px;
    }
    .product-item-action .amount input{
        text-align: center;
        background-color: #f6f6f6;
        border: none;
        font-weight: bold;
        width: 60px;
        padding: 4px 14px;
    }
    .product-item-action .amount i{
        color: #999; cursor: pointer;
    }
    .product-item-action .button{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .product-item-action button{
        display: block;
        padding: 10px 14px;
        width: 100%;
        border-radius: 8px;
        background-color: #e31e25;
        border: none;
        color: #ffffff;
        cursor: pointer;
        font-weight: 600;
    }
    .product-item-action button i{
        margin-right: 7px;
    }
    .product-item-action button:hover{
        opacity: 0.85;
    }

.cart-notify{
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.85);
    width: 40%;
    color: #ffffff;
    text-align: center;
    z-index: 99999;
    display: none;
    border-radius: 8px;
}
    .cart-notify-content{
        padding: 10px 15px;
    }
    .cart-notify-content a{
        color: #ffffff;
        text-decoration: underline;
    }

form.in-cart{
    
}
    form.in-cart button{
        color: #77bb00 !important;
        background-color: transparent !important;
        border: 1px solid #77bb00 !important;    
    }

#notify-pd-name{
    font-weight: bold;
}



    .product-item-postfix:before{
        content: '/';
        display: inline-block;
        margin: 0 7px 0 5px;
    }

    .wg-add-cart,
    .tm-button,
    .add-cart{
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
        padding: 12px 24px;
        font-weight: 100;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        min-width: 150px;
    }
    .wg-add-cart:hover,
    .tm-button:hover,
    .add-cart:hover{
        background-color: #f1f1f1;
        border: 1px solid #f1f1f1;
        color: #888;
        -webkit-transition:  all ease-out 0.3s;
        -moz-transition: all ease-out 0.3s;
        -o-transition: all ease-out 0.3s;
        transition: all ease-out 0.3s;
    }
    .wg-add-cart i,
    .tm-button i,
    .add-cart i{
        margin-right: 7px;
    }

    .tm-button,
    .add-cart{
        margin-top: 10px;
        display: inline-block;
        background-color: #000 !important;
        color: #fff;
        cursor: pointer;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
    }
    .tm-button:hover,
    .add-cart:hover{
        background-color: #f1f1f1 !important;
        color: #000;
    }
    .add-cart{
        margin-top: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-top: 16px;
    }

.catalog h1{
    font-size: 32px; font-weight: bold;
    margin-bottom: 10px;
}

section.page{
    margin-top: 40px;
    background-color: #ffffff;
}
section.page.slim{
	margin-top: 0;
}
	section.page.slim h1{
		margin-top: 0;
	}
    section.page h1{
        font-weight: bold;
        margin-bottom: 15px;
        font-size: 32px;
    }
    section.page h2{
        font-size: 28px;
    }
    section.page h3{
        font-size: 26px;
    }

section.page .empty{
    text-align: center;
    padding: 3vh 0 10vh 0;
}

.catalog-categories{
    margin: 30px 0 20px 0;
    text-align: center;
}
.catalog-categories ul{
    padding: 0; margin: 0;
    display: block;
    margin-bottom: 5px;
}
.catalog-categories li{
    display: inline-block;
    text-align: center;
    margin-right: 35px;
    position: relative;
}
.catalog-categories li:after{
    content: ''; position: absolute;
    width: 7px; height: 7px;
    display: block;
    background-color: #0D0E10;
    margin: 0 7px; margin-top: -3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: 10px; right: -27px;
}
.catalog-categories li:last-child:after{
    display: none;
}
.catalog-categories li a{
    display: inline-block;
    text-transform: uppercase;
    color: #000; font-size: 18px;
    letter-spacing: 1px;
}
.catalog-categories li a:hover,
.catalog-categories li.current a{
    color: #CCC;
}

.wg-post-box{
    margin-top: 20px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f1f1f1;
    box-shadow: 0 1px 3px rgba(0,0,0,.05);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-bottom: 15px;
}
    .wg-post-image img{
        width: 100%;
        -webkit-transition: all ease-out .2s;
        -moz-transition: all ease-out .2s;
        -o-transition: all ease-out .2s;
        transition: all ease-out .2s;
    }
    .wg-post-image img:hover{
        -webkit-filter: saturate(1.7);
    }
    .wg-post-date{
        margin-top: 15px;
        color: #888; font-size: 11px;
    }
    .wg-post-name{
        margin-top: 6px;
        font-size: 16px;
    }
    .wg-post-name a{
        text-transform: uppercase;
        color: #000; font-weight: bold;
    }
    .wg-post-name a:hover{
        color: #666;
    }
    .wg-post-text{
        margin-top: 6px;
        line-height: 18px;
        font-size: 14px;
    }
    .wg-post-date,
    .wg-post-name,
    .wg-post-text{
        padding: 0px 20px;
    }

.post h1{
    margin-bottom: 15px;
}

.product{
    background-color: #ffffff;
}
    .product .breadcrumb{
        margin-bottom: 15px;
    }
    .product-gallery{
        margin-top: 15px;
    }
    .product .fn-img{
        width: 100%;
        display: block;
    }
    .product h1{
        margin: 0 0 25px 0;
        font-size: 34px;
        font-weight: bold;
        color: #000;
    }
    .product h5{
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        margin: 20px 0 20px 0;
    }
    .product-price{
        margin-top: 5px;
        font-weight: bold;
        font-size: 24px;
    }
    .product-action{
        margin-top: 40px;
    }
    .product-action select{
        margin-bottom: 20px;
        max-width: 243px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .product-desc{
        border-top: 1px solid #e1e1e1;
        margin-top: 30px; padding-top: 20px;
        font-size: 14px;
        line-height: 1.8; 
    }
    .product-text{
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        padding: 30px 0; margin: 30px 0;
    }

.features{
    margin-top: 10px;
}
.features td{
    padding: 3px 10px;
    font-size: 13px;
    width: 50%;
    border: 2px solid #ffffff;
}
.features tr:nth-child(odd){
    background-color: #fafafa;
}

.amount {
  position: relative;
}

.amount input[type=number]::-webkit-inner-spin-button,
.amount input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

.amount input[type=number]
{
  -moz-appearance: textfield;
}

.btn-mobile-menu-box{

}
    .btn-mobile-menu-box a{
        color: #000;
    }

.window{
    background-color: #ffffff;
    width: 100vw; height: 300vh;
    top: 0; left: 0;
    position: absolute;
    z-index: 999998;
    padding: 50px 15px 0 15px;
    display: none;
}
    .window-toolbar a{
        font-size: 26px;
        color: #a1a1a1;
    }

.mobile-menu-box{
    margin-top: 40px;
    display: none;
}
    .mobile-menu-box ul{
        padding: 0; margin: 0 0 0 15px;
        list-style: none;
    }
    .mobile-menu-box li{
        margin-bottom: 16px;
    }
    .mobile-menu-box li.parent > a:after{
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        display: inline-block;
        margin-left: 15px;
        color: #000;
    }
    .mobile-menu-box ul a{
        color: #a1a1a1; font-size: 18px;
        text-decoration: none !important;
        text-transform: uppercase;
    }
    .mobile-menu-box li.parent ul{
        margin-top: 15px;
        display: none;
    }
    .btn-w-back{
        display: none;
    }

.search-box{
    display: none;
}

#search{
    margin-top: 30px;
}
#search input{
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
    position: relative;
    background-color: #ffffff;
}
#search button{
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    border: 0;
    padding: 2px 15px;
    font-size: 18px;
}

.autocomplete-suggestion{
    padding: 20px 0px 15px 11px;
    border-bottom: 1px dashed #CCC;
}
.autocomplete-suggestion a{
    color: #000;
}

#fn_products_content{
    padding-top: 30px;
}
.fn-variants.shadow{
    overflow: auto;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transition: box-shadow ease-out 0.55s, border ease-out 0.55s;
    -moz-transition: box-shadow ease-out 0.55s, border ease-out 0.55s;
    -o-transition: box-shadow ease-out 0.55s, border ease-out 0.55s;
    transition: box-shadow ease-out 0.55s, border ease-out 0.55s;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background-color: rgba(0, 0, 0, 0.6); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.pd-amount-box{
    margin-bottom: 10px;
    position: relative;
}
    .pd-amount-box a{
        border: 1px solid #CCC;
        background-color: transparent;
        color: #000;
        font-size: 14px; cursor: pointer;
        text-align: center;
        font-weight: bold;
        position: absolute;
        padding: 8px 10px;
    }
    .pd-amount-box a.pd-amount-up{
        margin-left: -32px;
    }    
    .pd-amount-box a:hover{
        border: 1px solid #999;
    }
    .pd-amount-box .placeholder{
        padding: 8px 15px; border: 1px solid #CCC;
        width: 154px; text-align: center;
        display: inline-block;
        min-height: 38px;
    }

.pd-scale{
    border: 1px solid #f8af21;
    margin: 10px 0;
    padding: 15px 20px;
    display: inline-block;
    background-color: rgb(248,175,33,0.35);
    color: #000;
}

.wa-box{
    position: fixed;
    bottom: 25px;
    left: 20px;
    z-index: 999;
}
.wa-box img{
    width: 75px; height: 75px;
    animation: shadow-pulse 3s infinite;
    border-radius: 50%;
}

@keyframes shadow-pulse
{
    0% {
      box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }
    100% {
      box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
    }
}

.zoom { transition: all .2s ease-in-out; cursor: pointer; }
.zoom:hover { transform: scale(1.05); }

.purchase-item{
    border-bottom: 1px dashed #CCC;
    margin-bottom: 15px; 
    padding-bottom: 15px;
    position: relative;
}
.purchase-item:last-child{
    border: none;
}

.purchase-title{
    display: flex;
}
    .purchase-image{
        width: 40%;
        padding-right: 20px;
    }
    .purchase-image img{
        display: block;
        width: 100%;
    }
    .purchase-name{
        width: 60%;
    }
    .purchase-name a{
        font-size: 18px !important;
    }
    .purchase-item .hint{
        display: block;
        color: #888; margin-bottom: 5px;
    }

.purchase-item .remove-button{
    position: absolute;
    font-size: 24px;
    top: -5px; right: 5px;
}

.purchase-status{
    display: flex;
    margin-top: 15px;
    font-size: 14px;
    padding: 5px 10px;
}
    .purchase-status > div.purchase-price{
        width: 30%; 
    }
    .purchase-status > div.purchase-form{
        width: 50%;
    }
    .purchase-status > div.purchase-total{
        width: 20%; 
    }

@media(min-width:940px) 
{
    .purchase-item{
        display: flex;
    }
    .purchase-item > div{
        width: 100%;
    }
}

/* header.default:before{
    background: url("../images/vesna.png?1") repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 65px;
    background-size: contain;
    content: '';
} */