html{
    font-family: 'Roboto', sans-serif;
}
body{
    margin:0;
}
body *{
    outline: none;
}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display:inline-block;
}
h1{
    margin:0;
    padding:0;
}
h2{
    font-weight:300;
    font-size:28px;
    position: relative;
    margin-left:20px;
    color: #666666;
}
ul{
    margin:0;
    padding: 0;  
}
li{
    list-style-type: none;
}
p{
    margin:0;
}
i{
    font-style: normal;
}
footer{
    clear: both;
}
.header{
    width:100%;
    height:125px;
}
.header-fixed{
    height:55px;
    background-color: #000000;
    position: fixed;
    width:100%;
    z-index:10;
}
.header-fixed-wrap{
    height:55px;
}
.header-scroll{
    height:30px;
    box-shadow: 0 4px 2px -2px #fafafa;

}

.search-form{
    width:40%;
    height:35px;
    background-color: white;
    border-radius: 3px;
    float:left;
    position:relative;
}
.search-form i{
    position: absolute;
    right: 0;
    background-color: #ffcb05;
    padding: 9.5px;
    color: white;
    top:0
}
.content-wrap .main-content{
    display:inline-block;
    vertical-align: middle;
    width:inherit;
    margin-left: -5px;
}
.logo-wrap{
    float:left;
    width: calc(18.3vw + 5px);
    height:45px;
    max-width: 350px;
}
.logo-wrap img{
    max-width:200px;
    vertical-align: middle;   
    width:100vh;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  .logo-wrap img{
    width:100%;
} 
}
.content-wrap{
    overflow: hidden;
    max-width:1634px;
    margin:auto;
    width:100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.vertical{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-left:-4px;
}
.header-user{
    float:right;
    text-align: right;
    width:37%;
    height:35px;
}
.logo-wrap>div, .header-user>div{
    display:inline-block;
    vertical-align: middle;
}
.main-category-page .single-banner.slick-slider{
    margin:auto;

    margin-bottom:20px;
}
.header-fixed .content-wrap{
    padding-top:8px;
}
.header-user>div{
    font-size:14px;
    color:white;
    text-transform: uppercase;
    margin-right:30px;
    display:inline-block;
    cursor:pointer;
}
.main-col-category .slick-slide img{
    max-height:198px !important;
    height: auto !important;
}
.header-user>div:last-of-type{
    margin-right:0;
}
.empty-basket{
    text-align: center;
}

.my-account-orders td i,
.my-account-order-details td span i {
    margin-right: 5px;
}
.my-account-order-details-status-comment {
    padding-top: 10px;
    padding-bottom: 10px;
}
.empty-basket p{
    line-height: 33px;
    width: 35%;
    margin: auto;
}
.nastavi-btn{
    margin: 20px 0 50px 0;
    font-weight: 500;
}
.nastavi-btn:hover{
    color:#ffcb05;
}
.basket-header{
    font-weight: 900;
    position:relative;
    display:inherit;
    bottom: -4px;
}
.category-menu{
    background-color: #ffcb05;
    width:18.3vw;
    color:black;
    line-height: 30px;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    display:inline-block;
    cursor:pointer;
}
.header-links{
    display: inline-block;
    float: right;
    line-height: 30px;

}
.header-links a, .header-links h3{
    font-size:14px;
    font-weight: 400;
    margin-right:30px;
}
.header-links h3{
    margin: 0;
}
.promo-desc img{
    width:100% !important;
    height:auto !important;
}
.filter_value_search_link{
    margin:2px 0;
}
.bootstrap h2, .bootstrap h3{
    margin: 0;
    margin-top:0 !important;
    margin-bottom: 0 !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    color: inherit !important;
    height: inherit !important;
    line-height: inherit !important;
}
.category-wrap-categories {
    font-weight: initial;
    font-size: initial;
    position: initial;
    margin-left: initial;
    color: initial;
    margin: 0;
}
.header-links a:last-of-type{
    margin-right: 0;
}
.header-links a span{
    border-bottom:1px solid transparent;
    transition: all 0.3s ease-in-out;
}
.header-links a:hover span{
    border-bottom:1px solid #000000;

}
.header-user i{
    margin-right: 10px;
    font-size:22px;
}
.header-links i{
    margin-right: 12px;
}
.category-menu i{
    font-size: 18px;
    line-height: 18px;
    margin:0 20px;
    vertical-align: middle;
    cursor:pointer;
}
.footer{
    background-color: #2d2e33;
    padding:35px 0 20px 0;
    margin-bottom: -50px;
}
.footer ul{
    display:inline-block;
    vertical-align: top;
    margin-right: 65px;
    margin-bottom: 50px;
}
.footer li{
    color:rgba(255, 255, 255, 0.5);
    font-weight: 300;
    font-size:14px;
    padding:3px 0;   
}
.footer ul li.footer-heading{
    text-transform: uppercase;
    font-weight:500;
    color:#ffffff;
    position: relative;
    margin-bottom: 25px;
    min-height: 17px;
    padding-left:14px;
}
.footer ul li.footer-heading span:before{
    content: "";
    width:4px;
    height:15px;
    background-color:#fac513;
    position:absolute;   
    left: 0;
}
.footer-copyright{
    line-height: 69px;
    background-color: #000000;
}
.footer-copyright p{
    color:#666666;
    font-size:12px;
    font-weight: 400;
    display:inline-block;
    vertical-align: middle;
}

.footer-copyright p img{
    height:26px;
    vertical-align: middle;
}
.footer-copyright p:last-of-type{
    float:right;
}
.footer-copyright p span{
    border-left: 2px solid #fac50f;
    margin-left: 4px;
    padding-left: 4px;
}
.wish-list-page-wrap .btn{
        font-size: 13px;
        font-weight: 700;
}
.send-mail-btn.btn{
    padding:5px 10px;
}
.send-pass .input-field.hasLabel{
    width:70%;
    margin-right: 20px;
}
.footer-copyright p span a{
    color: #ccc;
}
.footer-newsletter{
    height: 80px;
    color:#000000;
    position: relative;
}
footer ul li ul{
    width: 100%;
    margin: 0!important;
}
footer .social-networks li ul li{
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    font-size: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: calc((100%  - 321px)/4);
    background: rgba(255, 255, 255, 0.5);
    color: #2d2e33;
    padding: 0;
}
footer .social-networks li ul li:last-child{
    margin-right: 0;
}
footer .social-networks{
    margin-left: 60px;
    margin-right: 0;
    min-width: 391px;
    width: calc(100% - 1020px);
}
footer .no-title{
    margin-right: 0;
}
.newsletter, .viber, .newsletter div, .viber div, .newsletter div input, .viber div input{
    display:inline-block;
    vertical-align: bottom;
    margin-right: -5px;
}
.newsletter div, .viber div{
    width:40%;
    min-width: 230px;
}
.newsletter-inner, .viber-inner{
    position: relative;
    width: 100%!important;
}
.footer-newsletter input{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    width: 60%;
    padding-right: 30px;
    box-sizing: border-box;
    line-height: 20px;
    color: #2d2e33;
    max-width: calc(100% - 230px);
}

.footer-newsletter input::-webkit-input-placeholder { 
    color: #2d2e33;
}
.footer-newsletter input::-moz-placeholder { 
    color: #2d2e33;
}
.footer-newsletter input:-ms-input-placeholder { 
    color: #2d2e33;
}
.footer-newsletter input:-moz-placeholder {
    color: #2d2e33;
}
.newesletter-submit{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0px;
}
.newsletter i, .viber i{
    position: absolute;
    top: 50%;
    right: 2px;
    z-index: 0;
    font-size: 20px;
    margin-top: -4px;
    cursor: pointer;
}
.newsletter>div p:last-of-type, .viber>div p:last-of-type{
    font-weight: 900;
    font-size:12px;
    white-space: nowrap;
    line-height: 16px;
}
.newsletter{
    text-align: left;
    padding-right: 20px;
    box-sizing: border-box;
}
.newsletter:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #fbd13f;
}
.newsletter, .viber{
    vertical-align: middle;
    width:50%;
    margin-right: -5px;
    line-height:normal;
    line-height: initial;
    z-index: 1;
}
.newsletter-inner form,
.viber-inner form{
    display:inline-block;
    display: initial;
}
.slider-wrapper-404{
    padding-top:90px;
}
.newsletter .newesletter-submit input,
.viber .newesletter-submit input{
    display: none;
}
.viber{
    padding-left: 25px;
    box-sizing: border-box;
}
.viber:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: #fac50f;
}
.newsletter>div p:first-of-type, .viber>div p:first-of-type{
    font-size:23px;
    line-height: 28px;
    font-weight: 300;
    white-space: nowrap;
}
.promo-desc{
    margin-top:20px;
}
.product-wrap-grid{
    position: relative;
    width:249px;
    height:585px;
    display:inline-block;
    border:1px solid #ebebeb;
    text-align: center;
    box-shadow: none;
    transform: none;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out ;  
}
.product-link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.product-wrap-grid .thm-discount-fill, .half-content-wrap .thm-discount-fill{
    font-size: 55px;
    color:#fac50f;
    display:inline-block;
    margin-top:-5px;
}
.promo-service-grid, .discount-grid{
    position: relative;
    display:inline-block;
    vertical-align: top;
}
.promo-service-grid{
    float:left;
    margin-left:4px;
}
.promo-flake-wrap{
    width:110px;
    margin-top:5px;
    border: 2px solid #666666;
    border-right: none;
    height: 20px;
}

.promo-flake-wrap.cc-bord-bck {
    background-color: rgb(244, 0, 0);
    border-color: rgb(244, 0, 0);
    width: 110px;
}

.triangle-border {
    position: absolute;
    right: -12px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #666666;
}
.triangle-background {
    position: absolute;
    right: -10px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid white;
}
.promo-flake-wrap i{
    position: absolute;
    top: 5px;
    right: -15px;
    font-size: 22px;
    color: #666666;
}
.promo-service-grid span{
    width: 110px;
    color: #666666;
    text-align: left;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding-left: 5px;
    position: relative;
    box-sizing: border-box;
    padding-right: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.discount-grid span{
    position: absolute !important;
    font-size: 18px;
    font-weight: 900;
    top: 6px;
    right: 0;   
    width: 100%;
    text-align: center;
}
.discount-grid{
    float: right;
    margin-right: 5px;
    margin-top:-1px;
}
.promo-services{
    height:46px;
    position: relative;
}
.product-img-wrap-grid{
    height:180px;
    overflow: hidden;
    width: 100%;
}
.product-img-wrap-grid img{
    max-height: 100%;
    max-width: 90%;
}
.product-img-wrap-grid .warranty-wrapper{
    position: absolute;
    margin-top: -30px;
    right: 10px;
}
.product-img-wrap-grid .warranty-wrapper img{
    max-width: 50px;
}
.product-wrap-grid .gift-wrapper.warranty-wrapper{
    top:172px;
}
.product-wrap-grid .gift-wrapper.warranty-wrapper + .popover{
    top:140px!important;
}
.product-slider-similar .product-wrap-grid .product-img-wrap-grid .gift-wrapper{
    margin-top:-5px !important;
}
.product-slider-similar .product-wrap-grid .product-img-wrap-grid .gift-wrapper{
    margin-top:-5px !important;
}
.product-slider-similar .product-wrap-grid .gift-wrapper.warranty-wrapper{
    top:180px !important;
}
.product-wrap-grid .product-img-wrap-grid .gift-wrapper {
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
    max-height: 50px;
    right: 10px;
    margin-top: -80px;
}
.gift-wrapper.warranty-wrapper-details{
    top:inherit !important;
    bottom:-30px;
}
.gift-wrapper.warranty-wrapper-details + .popover{
    top:inherit !important;
    bottom:-30px;
}
.gift-wrapper.warranty-wrapper-details + .popover img{
    max-width: 42% !important;
}
.gift-wrapper.warranty-wrapper-details + .popover a{
    cursor:pointer;
    text-decoration: underline !important;
    color:#000000 !important;
}
.star-wrap li{
    display: inline-block;
    font-size:12px;
    color:#fac50f;
    margin-left: -4px;
    padding-left: 4px;
}
.stars{
    margin-top:5px;
}
.category-menu-item1.second-level a.url-category-banner{
    position: absolute;
    right: 0;
    top: 0;
    width: 25%;
    display: block;
    max-height: 538px;
    height: calc(26.65vw + 26px);
    color:transparent;
}
.product-name-grid{
    font-size: 18px;
    font-weight: 300;
    height:70px;
    margin-top:2px;
    padding:0 7px;
}
.compare-products-grid{
    position: relative;
    z-index: 3;
    display:inline-block;
    vertical-align:middle;
}
.on-stock.grid.outlet-txt a{
    position:relative;
    margin-left:3px;
    z-index:5;
    top:1px;
}
.content-wrap.no-result{
    margin-bottom: 50px;
}
.content-wrap.no-result p{
    line-height: 22px;
}
.register-page .newsletter-check  .radio-checkbox-wrap input + i + i{                               
                                                                                                                                                                                                                             
    left:0px;
}
#accept_terms + i + i +.form-error{
    position: static;
    display: block;
    padding-top: 130px;
    margin-top: -65px;
}
#accept_terms + i + i + .form-error + label{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.register-page .register-accept-terms-error {
    padding-top: 90px !important;
    margin-top: -45px !important;
}
.register-page .register-g-recaptcha-error {
    position: inherit;
}
.send-pass, .empty-basket-wrap, .no-result{
    margin:30px auto;
    height:44vh
}                      
.send-pass li{
    position:relative;
    margin-bottom:20px;
}
.send-mail-btn.btn:hover{
    color:#ffcb05;
}
.opc-modal-left-inner .forgot-password a:hover{
    text-decoration: underline;
}
.newsletter-check .register-page .radio-checkbox-wrap input + i + i{
    left:0;
    font-size:16px;
}
/*search page - filter for price*/
.radio-checkbox-wrap a.filter_value_search_link {
    width: 100%;
}
.empty-basket-wrap .not-found-img{
    width:250px;
    top:0;
    position:absolute;
}
.custom-promo-link{
    z-index:8;
}
.empty-basket-wrap .not-found{
    margin-bottom:50px;
}
.basket-header a{
    position:relative;
    z-index:6;
}
.compare-products-grid input{
    vertical-align: middle;
    cursor:pointer;
}
.filter-button, .sort-button{
    display:none;
}
.sort-button{
    border-left-color: transparent!important;
}
.fnc-remove-product, .js-hide-promo{
    vertical-align: top;
    padding:8px 0 0 5px;
}
.category-menu-item1.second-level .second-level-category.submenu-category-item > a:hover{
    color:#fac50f;
}
.header-fixed{
    -webkit-transform: translate3d(0,0,0);
}
.compare-products-grid span{
    text-transform: lowercase;
    font-size:12px;
    color:#999999;
    font-weight: 400;
    vertical-align: text-top;
    cursor: pointer;
    margin-left:20px;
}
.bullet{
    font-size:34px;
    color:rgba(0,0,0,0.8);
    vertical-align: middle;
}
.price-wrap-grid .price{
    margin-top:3px;
}
.product-description-grid{
    margin-top:5px;
    padding:0 20px;
    height:49px;
}
.timer-grid i{
    font-size: 22px;
    vertical-align: middle;
    margin-right: 15px;
}
.product-description-grid div{
    line-height: 15px;
    color:rgba(0,0,0,0.8);
    font-size: 12px;
    text-align: left;
    width: 206px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 17px;
}
.filter-content span, .filters-sticky-title{
    color:#999999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
}
.filters-sticky-title{
    font-size:13px;
    letter-spacing: 1px;
}
.filters-sticky-btn{
    border:1px solid #ebebeb;
    border-radius:20px;
    padding:3px 10px 3px 15px;
    display:inline-block;
    margin-right: 10px;
}
.filters-sticky{
    display:inline-block;
    height:27px;
    margin-top:15px;
}
.filters-sticky-value>a{
    margin-left:15px;
}
.filters-sticky-name, .filters-sticky-value{
    color:#999999;
    font-size: 15px;
    font-weight: 400;
}
.filters-sticky-value{
    color:#666666;
}
.filters-sticky-btn .thm-dismiss{
    background-color: #ffcb05;
    color: #000000;
    border-radius: 50%;
    padding: 4px;
    font-size: 5px;
    font-weight: 900;
    vertical-align: middle;
}
.filter-content .thm-dismiss{
    float:right;
    color:#999999;
    margin-right: 20px;
}
.filter-content>a{
    width:100%;
}
.error-message-header{
    position: absolute;
    color: red;
    text-transform: lowercase;
    font-size: 12px;
    top: 88px;
}
.on-stock{
    color:#47c353;
    font-weight: 400;
}
.on-stock.supplier{
    color:#ffa333;
    font-weight: 400;
}
.on-stock.grid{
    font-size:14px;
    margin:15px 0 10px 0;
    text-align: left;
    padding:0 20px;
    height:16px;
    font-weight: 500;
}
.on-stock div{
    display: inline-block;
    vertical-align: middle;
}
.price-wrap-grid{
    height:61px;
}
.one-page-checkout .radio-checkbox-wrap input:checked + i{
    opacity:1;
}
.one-page-checkout .radio-checkbox-wrap input:checked + i + i, 
.js-current-payment i + i{
    color:#ffcb05;
    font-size: 18px;
    position: absolute;
}
.on-stock .dot{
    background-color :#47c353;
    width:8px;
    height:8px;
    vertical-align: middle;
    display:inline-block;
    border-radius: 50px;
}
.on-stock.supplier .dot{
    background-color :#ffa333;
    width:8px;
    height:8px;
    vertical-align: middle;
    display:inline-block;
    border-radius: 50px;
}
.product-info-wrap .on-stock{
    margin-top:40px;
    font-size:20px;
}
.timer-grid{
    height:30px;
    background-color: #f7f7f7;
}
.product-wrap-grid .timer-grid{
    display:none;
}
.timer-product-details-wrap .timer-grid{
    height:90px;
}
.not-found>div{
    display:inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.not-found{
    margin-top:20px;
}
.not-found-title{
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;
}
.not-found-txt p{
    padding:5px 0;
}
.notify-us-email{
    margin-left:0;
}
.not-found-img{
    width: 330px;
    position: relative;
    right: 0;
    top: 0;
    float:right;
   
}
.page-not-found .not-found-img{
     margin-top:-150px;
}
.notify-us{
    margin-top: 110px;
    margin-bottom:40px;
}
.not-found-img img{
    width:100%;
}
.not-found-txt a:hover, .not-found-title a:hover, .not-found-txt a, .not-found-title a {
    text-decoration: underline;
}
.timer-product-details{
    background-color: #f2f2f2;
    height:90px;
    width:320px;
    border-radius: 3px;
    text-align: center;
    line-height: 90px;
    margin-top: 66px;
}
.timer-product-details-wrap, .price-wrap-product-details {
    display:inline-block;
    vertical-align: bottom;
    width:50%; 
    margin-left: -4px;
}
.timer-product-details-wrap i{
   margin-right:5px;
}

.product-details .on-stock{
    margin-bottom: 15px;
    height:19px;
}
.product-details-slider-products{
    clear:both;
    padding-top: 50px;
}
.compare-product i{
    font-size:40px;
    margin-right: 20px;
    vertical-align: middle;
}
.compare-product{
    margin-top:20px;
}
.double-banner>div>a{
    width:100%;
}
.compare-product  span{
    font-size:14px;
    text-transform: uppercase;
    vertical-align: middle;
    cursor:pointer;
}
.price-wrap-product-details{
    text-align: right;
    position:relative;
}
.price-wrap-product-details .price-description.js-custom-popover + .popover  {
    top: -38px !important;
    z-index: 5;
}
.timer-grid>div, .timer-product-details>div {
    font-size:14px;
    font-weight: 300;
    line-height: 30px;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
}
.timer-grid>div:last-of-type{
    margin-right: 0;
}
.timer-product-details>div{
    font-size: 20px;
}
.timer-grid>div>span, .timer-product-details>div>span{
    text-transform: uppercase;
    font-size:8px;
    font-weight: 900;
    vertical-align: top;
    position: relative;
    margin-left:5px;
}
.timer-product-details>div>span{
    font-size: 10px;
}
.timer-grid>div>span:after, .timer-product-details>div>span:after{
    content: "";
    height:1px;
    background-color: #fac50f;
    width:10px;
    position: absolute;
    bottom: -2px;
    left: -2px;
}
.old-price{
    font-weight: 300;
    font-size:14px;
    color:rgba(0,0,0,0.6);
    text-decoration: line-through;
    text-align: right;
    margin-right: 18px;
    margin-top:5px;
}
.savings{
    font-size:12px;
    color:#fe6732;
    text-align: right;
    margin-right: 18px;
    margin:2px 18px 0 0;    
}
.price-wrap-grid .savings{
    height:15px;
}
.free-delivery{
    font-weight: 900;
    font-size: 14px;
    text-align: right;
    margin-right: 18px;
    color:rgba(0,0,0,0.4);
    letter-spacing: 1.5px;
    margin-top:2px;
    height:18px;
}
.price{
    font-size:26px;
    line-height: 26px;
    text-align: right;
    margin-right: 16px;
    letter-spacing: 1px;
}
.price-wrap-product-details .min-max-outlet-price {
    font-size: 34px;
    margin-top: 25px;
    padding-bottom: 6px;
    text-align: right;
}
.price.min-max-outlet-price {
    margin: auto;
    font-size: 22px;
}
.price-wrap-grid.outlet-price {
    height: 80px;
    background: #FECD04;
}
.min-max-outlet-price-currency {
    font-weight: 300;
}
.price-wrap-product-details .price.outlet-price .min-max-outlet-price {
    font-weight: 300;
}
.outlet-price-format {
    font-weight: normal;
}
.min-max-outlet-price-currency.custom-padding {
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.min-max-outlet-price-currency.custom-margin {
    text-align: center;
    width: 100%;
}
.product-wrap-grid.outlet-wrap-grid{
    height: 490px;
}
.price-wrap-product-details .min-max-outlet-price.both-prices-max {
    margin-top: 0px;
    padding-bottom: 6px;
}
.product-wrap-grid:hover{
    box-shadow: 5px 5px 5px #e2e2e2;
 
}
.slick-track{
    padding:5px 2px;
}
.basket, .btn, .bootstrap .comment-button.btn, .product-comments .nested-comment-button{
    background-color: #000000;
    color:#ffffff;
    border-radius:20px;
    font-weight: 900;
    text-transform: uppercase;  
    transition: color 0.3s ease-in-out;
    text-align: center;
    border: none;    
    font-size: 14px;
    cursor:pointer;
}
.bootstrap .comment-button.btn{
    width:150px;
    margin-right: 10px;
    margin-top:-13px;
}
.bootstrap .comment-button.btn:hover{
    color:#fac50f;
}
.product-slider-wrapper i.thm-arrow2-left{
    left:-20px;   
}
.product-slider-wrapper i.thm-arrow1-right2{
    right:-20px;
}
.category-menu-item0.first-level .submenu-category-item-first-level{
    border:1px solid transparent;
    box-sizing: border-box;
    margin-left:1px;
}
.category-menu-item0.first-level .submenu-category-item-first-level > a {
    max-height: 45px;
    height:2.7vw;
    background-color: #ffffff;
    text-transform: uppercase;
    width:100%;
    padding-left:20px;
    box-sizing: border-box;
    box-shadow: -3px 0px 4px 0px transparent;
    vertical-align: middle;
    display:inline-block;
}
.on-stock.outlet-txt{
    color:#666666; 
}
.on-stock.outlet-txt .dot {
    background-color: #666666;
}
.on-stock.grid.suppliers{
    color:#ffa333;
}
.on-stock.grid.suppliers .dot {
    background-color: #ffa333;
}
.submenu-category-item.second-level-category, .submenu-category-item.third-level-category, .submenu-category-empty {
    border-bottom:1px solid transparent;
    box-sizing: border-box;
    height:calc(1.6vw + 1.44px);
    position: relative;
    font-size:0.88vw;
    font-weight: 200;
    break-inside: avoid-column;
}
.submenu-category-item.second-level-category{
    color:black;
    font-weight: 700;
    font-size: 0.88vw;
    height: calc(1.6vw + 1.44px);

}

.category-menu-item1.second-level .third-level-category>a {
    font-size: 0.82vw;
    font-weight: 300;
    color:#000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.category-menu-wrap{
    position:relative;
    visibility: hidden;
    opacity:0;
    width:100%;
    height:0;
    z-index:1000;
}

.first-level {
    background-color: white;
    max-height:538px;
    height:calc(26.65vw + 26px);
    width:18.3vw;
    padding-top:4px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    max-width: 352px;
}
.category-menu-item0>.submenu-category-item:hover .first-level-link:only-child{
    border-right: 1px solid #e2e2e2;
}
#home-banner-web-js i{
    color:#ffffff;
    background-color: rgba(0,0,0,0.3);
    padding: 15px;
    border-radius: 50%;
    position: absolute;
    z-index:5;
    visibility: hidden;
    top:calc(50% - 36px);
    cursor: pointer;
}
#home-banner-web-js  .thm-arrow1-right2{
    right:15px;
}
#home-banner-web-js  .thm-arrow2-left{
   right:70%;
}
.tab-pane.wrapped{
    box-shadow: 2px -1px 2px #ebebeb;
}
.category-menu-item1.second-level a{

    height:1.6vw;
    font-size:0.88vw;
    width:100%;
}
.product-details-slider.slick-initialized .product-slider-img-wrapper.slick-slide.is-active{
    border:1px solid #fac50f;
    box-sizing: border-box;
}
.product-slider-wrapper .product-details-slider .slick-list{
    margin-left:-3px;
}
.product-pictures-wrapper .product-slider-wrapper{
    padding:0;
    text-align: center;
}
.js-product-slider-1-1.slick-slider{
    margin:16px 0 30px 0;
}
.category-page .js-product-slider-1-1.slick-slider{
     margin:5px 0 30px 0;
}
.main-col-category .slick-slider.single-banner{
    margin:0 0 30px 0;
    height:auto!important;
}
.single-banner.js-banner-slider .slick-list{
    margin-right: 0;
}
.category-menu-item1.second-level{
    background-color: white;
    max-height:538px;
    height:calc(26.65vw + 26px);
    width:81%;
    padding:0.7vw;
    max-width: 1244px;
    box-sizing: border-box;
    display:none;
}
.category-menu-item1.second-level .submenu-category-item>a{
    color:#000000;
    text-transform: none;
}
.category-menu-item1 .category-menu-item2 > .submenu-category-item a{
    border-bottom: 1px solid transparent;
    transition: all 0.2s ease-in;
    padding: 0 35px 0 0;
}
.submenu-category-item.third-level-category:hover:after {
    content:"";
    width:100%;
    height:1px;
    background-color: #ffcb05;
    transition: all 0.2s ease-in;
    position: absolute;
    left:0;
    top:0.9vw;
}
.search-products h1{
    margin-top:20px;
}
.category-menu-item1 .category-menu-item2>.submenu-category-item>a{
    font-weight:400;
    font-size:14px;
    color:#000000;
    text-transform: none;
}
.product-slider-similar .slick-arrow, .homepage .product-slider .slick-arrow,.product-slider .slick-arrow, .product-details-slider-products .slick-arrow{
    position: absolute;
    z-index:3;
    color:white;
    font-size: 20px;
    top:125px;
    cursor:pointer;
    padding:8px;
    border-radius: 25px;
    background-color:rgba(0,0,0,0.4);
}
.user-comment{
    margin-top:30px;
    border:1px solid #ebebeb;
    position: relative;
}
.user-avatar {
    width: 35px;
    height: 35px;
    margin: 8px 0 0 22px;
    position: relative;
    z-index: 2;
}
.bootstrap .user-avatar img {
    vertical-align: middle;
}
.user-comment>div:not(.comment-header) {
    display: inline-block;
    height: 100%;
}
.comment-right {
    margin-left: -65px;
    width: 100%;
    vertical-align: top;
}
.comment-header .user-name {
    position: absolute;
    font-weight: 500;
    left: 0px;
    top: 4px;
}
.new-comment{
    position: relative;
}
.new-comment .comment-name-wrap .popover{
    z-index: 11;
    display: block;
    left: initial!important;
    top:213px!important;
    right: 0!important;
}
.comment-new-message .two-column-form.delivery-form.wrapped ul{
    width:100%;
    display:inline-block;
}
.comment-new-message .two-column-form.delivery-form.wrapped ul li textarea, .product-comments .nested-comment-text textarea{
    height:inherit;
    resize:none;
}
.bootstrap .comment-button.btn:focus
{   outline:none;
    color:white;
}
.nested-user-name, .nested-comment-text{
    position:relative;
    z-index:1;
}
.nested-user-name{
    margin-left:26px;
    margin-top:20px;
    margin-bottom: 5px;
}
.bootstrap .nested-user-name label, .bootstrap .nested-comment-text label{
    font-weight: 400;
    margin-bottom: 0;
    padding-top:5px;
}
.comment-right .user-info { 
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-bottom: 1px solid #ebebeb;
    padding-left: 40px;
    margin: 0;
    position: relative;
    width: calc(100% - 85px);
    left: 75px;
}
.new-comment .message-success-wrap {
    background: #FAFAFA;
    box-sizing: border-box;
    border: 1px solid #73C773;
    color: #73C773;
    width: 865px;
    margin-top: 20px;
    padding: 0 30px;
    height: 50px;
    margin-left: -1px;
}
.tab-content.content-wrap{
    overflow: initial;
}
.new-comment .success-info {
    font-size: 16px;
}


.new-comment .message-error-wrap ul{
    display: inline-block;
    margin-top: 5px;
}
.new-comment .message-success-wrap ul{
    display: inline-block;
}
.new-comment .success-info-image {
    width: 27px;
    margin: 0 10px 0 20px;
}
.comment-footer-respond-link {
    float: right;
    text-decoration: underline;
    margin-right: 21px;
    cursor: pointer;
    margin-top: 6px;
}
.user-comment>div:not(.comment-header) {
    display: inline-block;
    height: 100%;
    padding-bottom:10px;
}
.product-comments .nested-user-comment {
    clear: both;
    height: 140px;
    display: inherit;
    border: 1px solid #fac613;
    width: 88%;
    float: right;
    margin: 20px 19px 20px 0;
    background-color: #FCFCFC;
}
.product-comments .close-nested-comment {
    float: right;
    margin: 5px 28px 0 0;
    font-size: 26px;
    color: #808080;
    font-weight: 100;
    cursor: pointer;
    z-index:3;
    position: relative;
}
.product-comments .nested-user-name input {
    border: none;
    outline: none;
    width: 230px;
    height: 30px;
    font-size: 14px;
    padding-left: 0px;
}
.product-comments .nested-user-name input{
    border-bottom: 1px solid #ebebeb;
}
.product-comments .nested-comment-text input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    font-size: 14px;
}
.product-comments .nested-comment-button {
    height: 30px;
    background-color: #000000;
    color: white;
    border: none;
    width: 150px;
    border-radius: 20px;
    float: right;
    margin-left:25px;
}
.half-content-wrap .warranty-wrapper, .half-content-wrap .gift-wrapper{
    z-index:5;
}
.product-comments .nested-comment-button:hover{
    color:#ffcb05;
}
.comment-button.btn{
    float:right;
}
.product-comments .nested-comment-text {
    width: 93%;
    margin-left: 26px;

    height: 50px;
}

.product-comments .admin-comment {
    background-color: #F7F7F7;
    margin-left: auto;
    width: 95%;
    margin-bottom: 10px;
}

.product-comments {
    margin-top: 10px
}
.product-comments .admin-comment-icon {
    width: 35px;
}
.comments-additional-info{
    float:right;
    text-decoration: none;
    margin-top:5px;
    margin-right: 13px;
}
.comment_name_wrap{
    width:100%;
    display:inline-block;
    vertical-align: middle;
}
.nested-success-top ,.nested-error-top {
    height: 50%;
}

.nested-success-image, .nested-error-image {
    width: 27px;
    margin: 20px 20px 0 20px;
}

.nested-success-text {
    color: #73C773;
    font-size: 18px;
    position: relative;
    left: 65px;
    top: -24px;
}

.nested-error-text {
    color: #F34C47;
    font-size: 18px;
    position: relative;
    left: 65px;
    top: -24px;
}

.nested-success-bottom, .nested-error-bottom {
    height: 20px;
    font-size: 14px;
    margin-left: 20px;
    margin-top: 10px;
}

.product-comments .success-info-image {
    width: 27px;
    margin: 0 10px 0 20px;
}

.product-comments .success-info {
    font-size: 16px;
}

.product-comments .error-info {
    color: #F34C47;
    font-size: 16px;
}
.new-comment .message-error-wrap {
    background: #FAFAFA;
    box-sizing: border-box;
    border: 1px solid #cc0000;
    color: #cc0000;
    width: 865px;
    margin-top: 20px;
    padding: 0 30px;
    height: 50px;
}
#load-more-comments{
    text-align:right;
    margin-top:20px;
    cursor: pointer;
    margin-right:5px;
}
.comment-text {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 18px;
    padding-top: 14px;
}
.user-post{
    position: relative;
    width: calc(100% - 85px);
    left: 75px;
    top: 5px;
}
.thm-promo-box ul > li:not(.user-name) {
    margin: 0;
    padding: 0;
}
.comment-time {
    float: right;
    position: relative;
    font-size: 12px;
    line-height: 35px;
}
.product-slider-similar .slick-arrow:hover, .homepage .product-slider .slick-arrow:hover, .product-slider .slick-arrow:hover, .product-details-slider-products .slick-arrow:hover{
     background-color:rgba(0,0,0,0.5);
}
.product-slider-similar .thm-arrow1-right2, .homepage .product-slider .thm-arrow1-right2,.product-slider .thm-arrow1-right2, .product-details-slider-products .thm-arrow1-right2{
    right:0;
}
.product-slider-similar .thm-arrow2-left, .homepage .product-slider .thm-arrow2-left,.product-slider .thm-arrow2-left, .product-details-slider-products .thm-arrow2-left{
    left:5px;
}
.product-slider-similar .slick-disabled, .product-slider .slick-disabled, .homepage .product-slider .slick-disabled, .product-details-slider-products .slick-disabled,.product-slider-similar .slick-disabled:hover,  .homepage .product-slider .slick-disabled:hover, .product-details-slider-products .slick-disabled:hover ,.product-slider .slick-disabled:hover{
    background-color:rgba(200,200,200,200.4);
}
.category-menu-item0>.submenu-category-item:hover{
    font-size:15px;
    font-weight: 900; 
    border:1px solid #e2e2e2;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    width:calc(100% + 1px);
}
.home-link img{
    width:70px;
}
.category-menu-item0>.submenu-category-item:hover .category-menu-item1{
    visibility:visible;
    opacity:1;
    -webkit-column-count: 4; /* Chrome, Safari, Opera */
    -moz-column-count: 4; /* Firefox */
    column-count: 4;
    -webkit-column-fill: auto; /* Chrome, Safari, Opera */
    -moz-column-fill: auto; /* Firefox */
    column-fill: auto; 
}
.category-menu-item0.first-level>.submenu-category-item:hover .first-level-link{
    color: #ffcb05;
    transition-delay: 0.1s;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}
.header-links h3 img{
    display:inline-block;
    vertical-align: middle;
    width:100vh;
    margin-right: 10px;
    max-width:14px;
}
.header-links h3 .apple-icon{
    margin-top: -2px;
    max-width: 18px;
    margin-right: 6px;
}
.category-menu-item0.first-level>.submenu-category-item .first-level-link{
    position: relative;
    width: 100%;
    max-width:350px;
    background-color: white;
    z-index: 2;
    height: 100%;
    display: block;
    height:2.2vw;
    max-height: 42px;
    font-weight: 500;
}
.my-account-wrap-img img{
    width:75px;
    height:75px;
    vertical-align: middle;
}
.my-account-wrap-img{
    width:40%;
    display:inline-block;
    vertical-align: middle;
}
.my-account-wrap-img div{
    margin-top: 20px;
}
.my-account-txt>span>span{
    font-weight: 300;
    color:#666666;
}
.welcome-txt-account{
    display: inline-block;
    vertical-align: middle;
}
.welcome-txt-account>span:first-of-type{
    font-weight: 900;
    font-size: 5vw; 
}
.welcome-txt-account>span:last-of-type{
    display: block;
    font-size: 18px;
}
.my-account-wrap-img div:first-of-type{
    margin-top:56px;
}
.my-account-txt>span{
    display:inline-block;
    font-weight: 500;
    font-size:18px;
    vertical-align: middle;
    margin-left:20px;
}
.category-menu-item0>.submenu-category-item>.category-menu-item1{
        position: absolute;
    left:18.3vw;
    top: 0;
    border:1px solid #e2e2e2;
    border-left:0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}
.show-menu .category-menu-item0>.submenu-category-item>.category-menu-item1{
    position: absolute;    
    top: 0;
    border:1px solid #e2e2e2;
    border-left:0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-fill: auto;
    -moz-column-fill: auto;
    column-fill: auto;
}
.register-btn.btn{
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    float: right;
    min-width: 200px;
}
.triple-banner i, .double-banner i{
    background-color: rgba(0,0,0,0.4);
    color:#ffffff;
    padding:12px;
    border-radius: 25px;
    font-size: 20px;
    position: absolute;
    top:calc(50% - 18px);
    z-index:3;
    cursor:pointer;
}
.product-slider-similar .slick-arrow, .homepage .product-slider .slick-arrow, .product-slider .slick-arrow, .product-details-slider-products .slick-arrow{
    padding:12px;
}
.triple-banner .thm-arrow2-left, .double-banner .thm-arrow2-left{
    left:5px;
}
.triple-banner .thm-arrow1-right2, .double-banner .thm-arrow1-right2{
    right:5px;
}
.basket.grid{
    max-width: calc(100% - 46px);
    width:160px;
    height:30px; 
    font-size: 13px;
    line-height: 30px;
    vertical-align: middle;
    display:inline-block;
}
.grid.wish-list i{
    vertical-align: initial;
}
.price-wrap-product-details .basket{
    width:400px;
    height:40px;
    line-height: 40px;
    font-size:17px;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    box-sizing: border-box;
    margin-bottom:-9px;
    display: inline-block;
}
.price-wrap-product-details .detail-outlet-shops {
    width:400px;
    height:40px;
    line-height: 40px;
    font-size:17px;
    vertical-align: middle;
    max-width: calc(100% - 65px);
    box-sizing: border-box;
    margin-bottom:-9px;
    display: inline-block;
}
.price-wrap-product-details .outlet-product-price {
    background: gray;
}
.product-wrap-grid .product-outlet-wrap-main-image {
    margin-top: 10px;
    margin-right: 50px;
}
.half-content-wrap.right img.product-info-outlet {
    width: 500px;
    height: auto;
    float: left;
    margin-top: 20px;
}
.compare-products-remove-all:hover{
    border-bottom:1px solid #ffffff;
    transition: all 0.1s ease-in;
}
.price-wrap-product-details>div{
    margin-right: 0;
}
.price-wrap-product-details .old-price{
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    line-height: 20px;
    height:20px;
}
.price-wrap-grid .old-price{
    height:18px;
}
.price-wrap-product-details .savings{
    font-size:15px;
    height:34px;
}
.price-wrap-product-details .price{
    font-size: 34px;
    line-height: 34px;
}
.price-wrap-product-details .free-delivery{
    font-size: 18px;
    margin-bottom: 23px;
}
.product-details .compare-product{
    margin-top: 40px;
}
.basket i{
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle;
}
.basket:hover, .wish-list i:hover, .thm-compare-circle:hover{
    color:#fac50f;
}
#footer-email-error-element.success, #footer-telephone-error-element.success{
  color:#094813;
  font-weight: 500;
}
#footer-email-error-element.error, #footer-telephone-error-element.error{
    color:red;
    font-weight: 500;
}
.my-account.edit-account.profile-page-with-menu ul li span{
    color:red;
}
.wish-list i, .thm-compare-circle {
    vertical-align: middle;
    color:#000000;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}
.wish-list.grid{
    font-size: 28px;
    margin-left: 10px;
    height: 28px;
    float: left;
}
.price-wrap-product-details .wish-list{
    font-size: 40px;
    margin-bottom: 0;
    vertical-align: middle;
    margin-right: 20px;
}
.buttons-grid{
    position: relative;
    margin-top:15px;
    z-index: 2;
    text-align: right;
    margin-right: 10px;
}
.buttons-grid.outlet-buttons {
    text-align: center;
    margin-right: 0px;
}
.buttons-grid.outlet-buttons .outlet-button {
    background-color: #000000;
    color: #ffffff;
    border-radius: 20px;
    font-weight: 900;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
    text-align: center;
    border: none;
    font-size: 14px;
    cursor: pointer;
    width: 160px;
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    vertical-align: middle;
    display: inline-block;
}
.buttons-grid.outlet-buttons .outlet-button:hover {
    color: #ffcb05;
}
.outlet-grid-bck-color {
    background: #FECD04;
    height: 141px;
}

.logo-wrap i{
    color:#fac50f;
    font-size: 24px;
    margin:0 24px 0 17px;
    vertical-align: middle;
    display:inline-block;
    visibility: hidden;
    opacity:0;
}
.sticker-wrap{
     position:fixed;
     right:calc(50% - 240px);
    width:250px;
    height:50px;
    z-index:9;
     display:none;
    color:black;
    font-weight: 500;
    position:absolute;
    height:90px;
    line-height:90px;
    text-align: center;
    border:1px solid #ccc;
    animation: popin 3s   ease-in;
    animation-fill-mode: forwards;

}

@keyframes  popin{
   0% { transform:scale(1.0);}
   50%{transform:scale(1.5)}
   100% { transform:scale(1.0) }
}
.header-fixed .content-wrap{
    height:inherit;
}
.header-scroll .content-wrap .main-content{
    margin-left:0;
}
.content-wrap .product-slider .slick-list{
    margin-right: -20px;
}
.product-slider .product-wrap-grid{
    margin-right: 20px;
}
.filter-wrap{
    float: left;
    vertical-align: top;
    width: 16.88%;
    margin-top:20px;
}
.product-price-header .price{
    white-space: nowrap;
}
.category-banner-wrap {
    width:100%;
    margin-top: 10px;
    display:block;
    padding-bottom: 40px
}
.category-banner-wrap img{
    width: 100%;
    height: auto;
}
.filter-wrap .categories{
    margin:20px;
}
.category-wrap-categories li{
    line-height:40px;
    font-size:0.88vw;
    font-weight:700;
    color:rgba(0,0,0,0.4);
}
.remodal .guest-btn:hover{
    color:#ffcb05;
}
.borderd-btn.fnc-popup-login-btn:hover{
    background-color: #000000;
    color:#ffffff;
}
.category-wrap .first-level-link{
    text-transform: uppercase;
    font-size:14px;
    color:rgba(0,0,0,0.8);
}
.category-wrap{
    display:initial;
}
.main-col,
.main-col-category{
    float: left;
    width: 83.12%;
}

.main-col-double-box{
    margin-right: 1.5%;
}
.products-wrap .product-wrap-grid, .main-col-single-box{
    float: left;
    width: calc(20% - 20px);
    margin-right: 20px;
}
.main-col .product-wrap-grid{
    margin-right: 20px;
}
.main-col-double-box{
    width:39.1%;
}
.main-col-category .slick-slider{
    margin-left: 0;
}
.product-slider .slick-slide{
    height:585px;
    margin-right: 20px;
    background: white;
}
.one-page-checkout .order-type .radio-checkbox-wrap input:checked + i + i{
    font-size: 14px;
}
.promo-service-title{
    font-size:36px;
    color:#666666;
    font-weight: 300;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 1055px;
    margin: auto;
    overflow: hidden;
}
.promo-service-title a{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.page-content h1{
    font-weight: 300;
    text-align: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom:20px;
}
.order-type .radio-checkbox-wrap i, .js-current-payment i{
    font-size:20px;
}
.order-type label{
    padding-bottom:4px;
}
.page-content{
    max-width:1200px;
    margin:auto;
    margin-bottom:50px;
}
.page-content h2{
    font-weight: 300;
    font-size:26px;
    border-left:3px solid #fac513;
    padding-left:20px;
    box-sizing: border-box;
}
.page-content h3{
    font-weight: 300;
    font-size:22px;
}
.page-content p, .page-content span{
    font-weight: 400;
    font-size:16px;
    line-height: 22px;
}
.promo-service-title span{
    position: relative;
}
.popover-link {
    text-decoration: underline;
}
.promo-service-title span::before{
    content: '';
    width: calc((100vw - 100%)/2);
    position: absolute;
    background-color: #ebebeb;
    height: 2px;
    top: 23px;
    left: calc(100% + 20px);
}
.promo-service-title span::after{
    content: '';
    width: calc((100vw - 100%)/2);
    position: absolute;
    background-color: #ebebeb;
    height: 2px;
    top: 23px;
    right: calc(100% + 20px);
}
.product-slider.slick-slider img{
    height: auto;
    width:auto;
    margin:auto;
    vertical-align: middle;
    display:inline-block;
}
.product-details-slider .slick-slide{
    margin:0;
    margin-left:0;
    background-color: white;
}
.product-details-slider .slick-slide img{
    max-width: 100%;
    max-height: 65%;
    height:auto;
    margin:auto;
    display:inline-block;
    vertical-align: middle;
}
.images-wrapper{
    vertical-align: middle;
    display:inline-block;
    height:100%;
}
.profile-page-with-menu li{
    position:relative;
    margin-top:20px;
}
.product-listing li{
    margin-top: 0;
}
.product-details-slider.slick-initialized .slick-slide{
    text-align: center;
    height: 120px;
    border: 1px solid #ebebeb;
    max-height: 8vw;
    box-sizing:border-box;
    cursor:pointer;
}
.page-content p img{
    width:100% !important;
}
.product-picture-wrap>div>div>span, .product-picture-wrap>div>div>span>div, .product-picture-wrap>div>div>span>div>div{
    height:100%;
}
.slider-picture-active-js .slick-slide img{
    height:auto;
    margin:auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    display:inline-block;
}
.timer-banner-wrapper-mobile{
    display:none;
}
.timer-banner-wrapper-desktop{
    display:block;
}
.bootstrap .nav.content-wrap{
    padding-left:20px;
}
.footer-newsletter .content-wrap{
    line-height: 74px;
}
.product-details-slider.slick-slider{
    width:95%;
    margin:auto;
    margin:0;
    margin-left:0;
    display:inline-block;
    height: 120px;
}
.product-slider-wrapper{
    padding: 0 5px;
    box-sizing: border-box;
}
.js-product-slider.slick-slider{
    margin-left: 0;
}
.terms-and-submit  a, .terms-iqos a {
    text-decoration: underline;
}
.product-details-slider .slick-list{
    margin:0;
}
#product-description{
    margin:20px 0 50px 0;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions h1 {
    font-size: 32px !important;
    font-weight: 400 !important;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions h2 {
    font-size: 28px !important;
    font-weight: 400 !important;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions h3 {
    font-size: 24px !important;
    font-weight: 400 !important;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions h4 {
    font-size: 20px !important;
    font-weight: 400 !important;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions h4 {
    font-size: 20px !important;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions ol li {
    font-size: 16px !important;
    list-style-type: decimal;
}
.bootstrap.product-details-bootstrap .tab-content.content-wrap.product-descriptions ul li {
    font-size: 16px !important;
    list-style: disc;
}
.product-slider-wrapper{
    position: absolute;
    width: 100%;
    bottom: 0;
}
.my-account-meni-wrap{
    width:22%;
    float:left;
}
.my-account-orders{
    width:100%;
}
.my-account-orders, .my-account-order-details{
    border-collapse: collapse;
    margin-bottom: 20px;
}
.my-account-order-details{
    width:100%;
}
.my-account-order-details h2{
    margin-left:0;
}
.my-account-order-details tr td:first-child, .my-account-order-details tr th:first-child {
    text-align: left;
}
.my-account-order-details tr td:last-child, .my-account-order-details tr th:last-child{
    text-align: right;
}
.my-account .basket.btn.outline{
    width:180px;
    background-color: white;
    color:#000000;
    border:2px solid #000000;
    margin-left:calc(50% - 170px);
}
.profile-page-with-menu p{
    color:#666666;
    letter-spacing: 1px;
    line-height: 24px;
    width:50%;
}
.order-details .basket{
    line-height: 30px;
    height:30px;

}
.my-order-details-customer{
    width:100%;
    table-layout: fixed;
}
.my-order-details-customer tr td:first-child{
    text-align: left;
}
.my-order-details-customer tr td:last-child{
    text-align: right;
}
.my-order-details-customer-title{
    width:50%;
    height:60px;
    line-height: 60px;
    background-color: #fbfbfb;
    margin-top: -20px;
    padding-left: 20px;
    box-sizing: border-box;
}
.my-account-orders td,  .my-account-order-details td, .my-account-orders th, .my-account-order-details th{
    border: 1px solid #ebebeb;
    padding:20px;
    color:#666666;
    border-left:0;
    border-right:0;
}
.my-account-order-details td label{
    display:none;
}
.my-account-orders tr:first-child td,  .my-account-order-details tr:first-child td{
    color:#000000;
}
.my-account-orders tr td, .my-account-order-details tr td{
    text-align: center;
}
.my-account-wrap{
    width: 75%;
    float: right;
    margin: 20px 0;
    width:calc(100% - 360px);
}
.required-cookie-checkboxes {
    margin-top: -5px;
}
.register-form-col.radio-checkbox-wrap.accept_terms {
    margin-bottom: 25px;
    margin-top: -10px;
}
.product-slider-wrapper i, .product-picture-wrap i {
    position:absolute;
    top:calc(50% - 12px);
    color:#b4b4b4;
    cursor:pointer;
    font-size: 20px;
}
.product-picture-wrap i{
    font-size:30px;
    top:calc(50% - 20px);
    z-index: 5;
}
.product-picture-wrap i.thm-arrow2-left{
    left:-5%;
}
.product-picture-wrap i.thm-arrow1-right2{
    right:-5%;
}
.product-slider-wrapper .slider-next{
    right:0;
}
.home-links{
    margin-bottom:30px;
}
.not-found-title p{
    line-height: 22px;
}
.home-link{
    display:inline-block;
    width:20%;
    text-align: center;
    margin-left: -4px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor:pointer;
    vertical-align: top;
}
.home-link i{
    font-size: 70px;
}
.home-link .title{
    font-size:22px;
    font-weight: 400;
    margin-top:10px;
    height:58px;
}
.home-link .subtitle{
    font-size: 13px;
    font-weight: 400;
}
.double-banner>div, .triple-banner>div{
    float:left;  
}
.double-banner>div{
    width:48.5%;
    max-height: 200px;
}
.double-banner>div:first-of-type{
    margin-right: 1.5%;
}
.double-banner>div:last-of-type{
    margin-left: 1.5%;
}
.triple-banner>div{
    margin:0 0.5%;
}
.triple-banner>div:first-of-type{
    margin-right: 1%;
    margin-left:0;
}
.triple-banner>div:last-of-type{
    margin-right: 0;
    margin-left:1%;
}
.triple-banner>div{
    width:32.3333%;
    max-height: 200px;
}

.single-banner img, .double-banner img, .triple-banner img{
    width:100%;
}
.single-banner, .double-banner, .triple-banner{
    margin:20px auto;
    overflow:hidden;
    height:auto;
}
.double-banner, .triple-banner, .triple-banner>div{
    max-height: 355px;
}
.wrap-timer{
    background-color:#ffffff;
    position:absolute;
    width:27.604vw;
    border:1px solid #ebebeb;
    border-right: 0; 
    box-sizing: border-box;
    text-align: center;
    z-index:3;
    padding-right:2.4vw;
}
.content-wrap.timer-banner-wrapper a{
    position:relative;
    height:100%;
    width:100%;
    overflow: hidden;
    max-height: 200px;
}

.wrap-timer span {
   margin-top:-10px;
}
.wrap-timer img{
    position:absolute;
    right:-52px;
    bottom:0px;
}
.timer-banner-wrapper .timer-banner{
    height:auto;
    width:100%;
}
.timer-banner-wrapper{
    height:auto;
    max-height: 200px;
    margin:20px auto 20px auto;
    overflow: hidden;
    position: relative;
}
.wrap-timer .timer-product-details{
    background-color: white;
    width:100%;
    line-height: initial;
    margin-top:-8px;
    display:inline-block;
    height:5.6vw;
    max-height:87px;
}
.wrap-timer .timer-product-details>div{
    font-size: 1.25vw;
}
.wrap-timer .timer-product-details>div>span{
    font-size:0.625vw;
    font-weight: 700;
}
.wrap-timer .timer-product-details>div:first-of-type{
    display:block;
    margin-bottom: 0.521vw;
}
.content-wrap.product-details .timer-product-details-wrap .timer-product-details>div:first-of-type {
    line-height:90px;
}
.wrap-timer .timer-product-details>div:first-of-type i{
    font-size: 1.3vw;
}
.wrap-timer .name-timer{
    text-transform: uppercase;
    font-size: 0.937vw;
    font-weight: 300;
    margin:0.8vw auto 0.78vw auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:20.83vw;
    max-width:400px;
}
.wrap-timer .desc-timer{
    font-size:0.88vw;
    font-weight: 400;
    margin:0 auto 8px auto;
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
     width:20.83vw;
    max-width:400px;
    
}
.wrap-timer .timer-product-details div{
    margin-right: 20px;
}
.wrap-timer .timer-product-details>div>span{
    font-size: 0.625vw;
    margin-left:5px;
    position: relative;
    left:4px;
    bottom:3px;
}
.wrap-timer .timer-product-details >div>span:after{
    content: "";
    height:2px;
    background-color: #fac50f;
    width:16px;
    position: absolute;
    bottom: -5px;
    left: -4px;
}
.link-txt{
    font-size:0.725vw;
    font-weight: 400;
    text-decoration: underline;
}

.main-col .single-banner
{
    margin: 20px 0;
    max-height: 200px;
}
.main-col .single-banner .slick-list{
    margin-right: 0;
}
.breadcrumb-wrap{
    font-size:12px;
    color:#999999;
    margin:15px 0 15px  20px;
    min-height: 14px;
}
.breadcrumb-wrap a:hover{
    text-decoration: underline;
}
.my-orders-empty{
    text-align: center;
    margin-top:20px;
}
.filter-content{
    padding:20px;
    padding-right: 0;
    box-sizing: border-box;
    border:1px solid #e7e7e7;
    margin:0 20px 20px 0;
}
.filter-title{
    font-weight: 900;
    color:#999999;
    font-size:14px;
    text-transform: uppercase;
    cursor: pointer;
}
.filter-title i{
    float:right;
    margin-right: 20px;
}
.filter-content li{
    position:relative;
}
.filter-content ul li input{
    font-size: 14px;
    cursor: pointer;
    border:0;
}
.filter-content ul li:not(.price-range) input:hover{
    color:#ffcb05;
    font-weight: 500;
}
.filter-content  ul{
    margin-top:15px;
    opacity: 0;
}
.wish-list-page-wrap .product-listing{
    margin-bottom:40px;
}
.filter-content  ul.mCustomScrollbar, .filter-content  ul.pricerange{
    opacity: 1;
}
.filter-content  ul.pricerange{
    padding-right: 20px;
}
.catgeory-name h1{
    font-weight:300;
    font-size:32px;
    position: relative;
    margin-left:20px;
}
.my-account-orders .btn{
    padding:6px 20px;
}
.my-account ul{
    overflow: hidden;
}
.my-account  .change-pass .basket{
    margin-left:calc(50% - 151px);
}
.my-account li{
    box-sizing: border-box;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
    width:50%;
}
.my-account.newsletters li{
    box-sizing: border-box;
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width:50%;
}
.my-account.newsletters li.four-colums{
    box-sizing: border-box;
    position: relative;
    height: 20px;
    margin-bottom: 20px;
    width: auto;
    float: left;
    white-space: nowrap;
    padding-right: 30px;
}
.register-page li.newsletters.four-colums{
    width: auto;
    white-space: nowrap;
    padding-right: 30px;
    margin-left: -1px;  /* ana izmjena */
}
.wish-list-page-wrap .heading{
    margin-top:0;
}
.my-account .basket{
    border: 0;
    width: 150px;
    height: 30px;
    margin-left:calc(100% - 154px);
    cursor:pointer;
    margin-bottom: 20px;
}
.my-account .wrapped{
    margin-bottom: 20px;
}

.my-account .main-col{
    margin-bottom: 20px;
}
.catgeory-name h1:before{
    content: "";
    width: 3px;
    height: 35px;
    background-color: #fac513;
    position: absolute;
    left:-20px
}
.category-box-single{
    position: relative;
    height:200px;
    border:1px solid #ebebeb;
    box-sizing: border-box;
    margin-top:20px;
    transition: background-color 0.3s, border-color 0.3s;
}
.category-box-double{
    position: relative;
    visibility: hidden;
    height:200px;
    border:1px solid #ebebeb;
    box-sizing: border-box;
    margin-top:20px;
    float:left;
    transition: background-color 0.3s, border-color 0.3s;
}
.category-box-single:hover,
.category-box-double:hover{
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    cursor: pointer;
}
.category-box-wrap{
    overflow: hidden;
    margin-bottom: 30px;
}
/*.main-category-page .double-banner{
    margin-bottom:30px;
        height: 200px;
    position: relative;
}*/
.category-wrap-categories ul{
    display:none;
    border-top:1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.category-wrap-categories-open ul{
    display: block;
}

.category.js-initially-open{
    color: #ffcb05;
    font-weight: 900;
}
.category{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height:20px;
    margin:10px 0;
}
.category i{
    float: right;
    color: #666666;
    line-height: 36px;
    margin-right: -20px;
}
.category.js-initially-open i{
    color: #ffcb05;
}
.categories .thm-arrow1-down.thm-arrow1-up:before{
    content: "\e91e";
}
.sub-category a{
    font-size: 14px;
    line-height: 36px;
    color: #999999;
    display: block;
    padding-left: 20px;
}

.sub-category a:hover{
    color: black;
}
.categories a{
    padding-right: 20px;
    transition: 0.3s all;
}
.categories a:hover{
    color: #fac50f;
}
.half-content-wrap{
    width:50%;
}
.right{
    float:right;
}
.left{
    float:left;
}
.compare-product-page .compare-products-wrapper{
    display:none !important;
}
.product-pictures-wrapper{
    height:750px;
    position: relative;
    max-height: 68vh;
    min-height: 440px;
}
.product-picture-wrap{
    border:1px solid #ebebeb;
    height:calc(100% - 96px);
    text-align:center;
    box-sizing: border-box;
}
.product-picture-wrap>div{
    display:inline-block;
    vertical-align: middle;
    width:100%;
    height:100%;
}
.product-picture-wrap>div>div{
    display:inline-block;
    vertical-align: middle;
    position: relative;
    width:80%;
    height: 70%;
    margin-left:-4px;
}
.product-picture-wrap img{
    max-width: 100%;
    max-height: 100%;


}
.half-content-wrap .gift-wrapper{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px #ddd;
    line-height: 100px;
    position: absolute;
    right: -50px;
    top: 0;
}
.product-picture-wrap .slick-slider{
    margin:0;
}
.half-content-wrap .warranty-wrapper{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px #ddd;
    line-height: 100px;
    position: absolute;
    bottom:0;
    right:-50px;
}
.half-content-wrap .gift-wrapper img, .warranty-wrapper img{
    max-width: 70px;
    max-height: 70px;
    vertical-align: middle;
}
.product-details .half-content-wrap:last-of-type{
    padding-left:20px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.product-slider{
    width:100%;
}
.product-details-slider-products .product-slider{
    margin: 20px auto 15px;
    width: 98%;
    overflow: hidden;
}
.product-details-slider-products .product-slider .slick-list{
    margin: 0;
}
.product-details-slider-products .product-slider .slick-track{
    padding-left: 10px;
}
.product-details .compare-product i{
    margin-right: 5px;
}
.product-slider-related .slick-slide, .product-slider-similar .slick-slide{
    height: auto;
    padding-bottom: 10px;
}
.compare-products-spec tbody>tr:nth-child(even){
    background-color: #f7f7f7;
}
.tab-items{
    max-height: 526px;
    overflow-y: auto;
    padding-bottom: 1px;
    border:1px solid #ebebeb;
    height:456.5px;
}
.tab-item{
    height: 106px;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: -1px;
    box-sizing: border-box;
    overflow: hidden;
}
.tab-item-price{
    float: right;
    height: 34px;
    margin-top: 33px;
    width: 125px;
}
.tab-item-price .old-price{
    font-size: 8px;
    line-height: 8px;
    margin-top: 0;
    height: 10px;
}
.single-banner{
    max-height:200px;
}

.tab-item-price .savings{
    font-size: 7px;
    line-height: 7px;
    margin-top: 0;
    height: 9px;
}
.tab-item-price .price{
    font-size: 15px;
    line-height: 15px;
    margin-top: 0;
    height: 15px;
}
.tab-item-image{
    float:left;
    width: 25%;
    height: 100%;
}
.tab-item-image{
    height: 100%;
    text-align: center;
    border-right: 1px solid #ebebeb;
}

.tab-item-image img{
    display: inline-block;
    vertical-align: middle;
    max-width: 90%;
    max-height: 90%;
}
.tab-item-price .product-slider-img-wrapper.slick-slide{ 
    float:left;
    border:1px solid #ebebeb;
    box-sizing: border-box;
    height: 116px;
}
.tab-item > a{
    display: block;
    height: 100%;
}
.tab-item-name{
    float: left;
    width: calc(75% - 130px);
    height: 100%;
}

.tab-item-name span{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}
.tab-item-name span:not(.vertical){
    padding: 0 0 0 10px;
    box-sizing: border-box;
    font-size: 14px;
}
.related-products-wrap .promo-service-title{
    margin-bottom: 25px;
}
.seen-products-wrap .promo-service-title{
    margin-bottom: 30px;
}
.four-column-wrap{
    width: 66.66%;
    float: left;
    box-sizing: border-box;
}
.two-column-wrap{
    width: 33.33%;
    float: right;
    box-sizing: border-box;
}
.payment-wrap{
    float: right;
    width: 100%;
}
.heading{
    font-size: 30px;
    color: #666666;
    font-weight: 300;
    margin: 20px 0;
}
.wrapped{
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    padding: 20px;
}
.register-page .wrapped{
    border: 1px solid #fac50f;/*ana izmjena*/
}
.product-listing{
    padding: 0;
}
.product-listing-product{
    border-bottom: 1px solid #ebebeb;
}
.product-listing .product-listing-product:last-child{
    border-bottom: none;
}
.product-listing-product ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    text-align: center;
    position: relative;
    padding: 50px 0 20px;
}
.edit-account li{
    display:inline-block;
    width:calc(50% - 20px);
}
.edit-account li:nth-child(odd){
    float:left;
}
.edit-account li:nth-child(even){
    float:right;
}
.product-listing-product .product-listing-column-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 200;
    color: #999999;
}

.product-listing-img{
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    height: 198px;
    text-align: center;
}
.product-listing-img img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 160px;
    padding: 5px 0;
    box-sizing: border-box;
    margin-left: -5px;
}
.one-page-checkout .product-listing-img img {
    margin-top: 35px;
    max-height: 140px;
}
.product-listing-name{
    width: 55%;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
    padding: 60px 15px 20px;
    box-sizing: border-box;
}
.qty-widget{
    width: 40px;
    border: 1px solid #ebebeb;
    margin: auto;
    border-radius: 5px;
}

.qty-widget div{
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 10px;
}

.qty-widget input{
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    text-align: center;
    padding:0; 
}
.product-listing-name h2{
    font-size: 18px;
    line-height: 20px;
    font-weight: 200;
    color: black;
    margin: 0;
}
.product-listing-name span{
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #666666;
    text-transform: uppercase;
    /*margin-top: 15px;*/
}
.product-listing-product ul li.product-listing-qty{
    width: 70px;
    position: relative;
    z-index: 1;
}
.product-listing-product ul li.product-listing-remove{
    width: 50px;
}
.product-listing-product ul li.product-listing-total{
    width: 190px;
}
.product-listing-product ul li.product-listing-price{
    width: 190px;
    padding: 55px 35px 0 0;
}
.product-listing-product ul li.product-listing-img-name{
    width: calc(100% - 535px);
    padding: 0;
}
.product-listing-remove i{
    font-size: 40px;
    cursor: pointer;
}
.product-listing-product > ul{
    position: relative;
}
.product-listing-product > ul:after{
    content: '';
    position: absolute;
    top: 0;
    left: calc((100% - 535px)*0.45);
    height: 100%;
    width: 1px;
    background: #ebebeb;
}
.product-listing-price-wrap{
    height: 60px;
}
.product-listing-price-wrap > div{
    min-height: 17px;
    margin-right: 0;
}
.product-listing-total .price{
    margin-top: 46px;
}
.opc-wrap .price{
    font-size: 21px;
    margin-right: 3px;
}

.product-listing-name .product-listing-column-header{
    width: 55%;
    left: 45%;
}
.two-column-form ul li{
    float: left;
    width: calc(50% - 10px);
    box-sizing: border-box;
    position: relative;
    height: 40px;
    margin-bottom: 20px;
}
.two-column-form ul li:nth-child(odd){
    margin-right: 20px;
    margin-bottom: 0;
}

.two-column-form ul li label, .hasLabel + label{
    position: absolute;
    left: 0;
    bottom: 3px;
    font-size: 16px;
    font-weight: 200;
    color: #000000;
    z-index: -1;
}
.promo-code-value .input-field{
    font-size:16px;
}

.two-column-form ul li label span, .hasLabel + label span{
    font-size: 14px;
}
.hasLabel.smallerLabel + label{
    z-index: 0;
}

.form-error{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: red;
}
.form-error.date_of_birth_error {
    position: relative;
}
.input-field{
    width: 100%;
    border: none;
    border-bottom: 1px solid #ebebeb;
    height: 30px;
    box-sizing: border-box;
    font-size: 20px;
    color: black;
    font-weight: 200;
    background: transparent;
    font-family: 'Roboto',Sans-Serif;
}
.register-page .input-field{
    border-bottom: 5px solid #ebebeb;  /*ana izmjena*/
}

.input-field.date_of_birth {
    width: 100% !important;
}

.input-field.hasLabel{
    padding-top: 10px;
    margin-top: 10px;
    padding: 4px 0 0 0;
}

.input-field:focus + label, .input-field.smallerLabel + label{
    bottom: inherit;
    top: 0;
    font-size: 12px;
    line-height: 12px;
    text-transform: none;
}
.input-field:focus + label span, .input-field.smallerLabel + label span{
    font-size: 10px;
}

.promo-code-value{
    display: inline-block;
    vertical-align: middle;
    width: 67%;
    box-sizing: border-box;
    margin-right: -5px;
}
.promo-code-submit{
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    box-sizing: border-box;
    height: 100%;
}

.promo-code-submit input{
    background: transparent;
    font-size: 17px;
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    width: 150px;
    min-width:125px;
    cursor: pointer;
    margin-left: 10px;
}
.small-inputs{
    width:calc(50% - 10px);
    display:inline-block;
    float: left;
}
.radio-checkbox-wrap{
    position: relative;
}
.radio-checkbox-wrap input{
    position: absolute;
    top:50%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    cursor: pointer;
}
.radio-checkbox-wrap i, 
.js-current-payment i{
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #999999;
    transition: all 0.2s;
    font-size: 22px;
    margin-left:1px;
}
.register-page .radio-checkbox-wrap i, 
.js-current-payment i{
    color: black; /*ana izmjena */
}
.js-current-payment i{
    margin-left: 11px;
}
.radio-checkbox-wrap input + i + i{
    opacity: 0;
}
.radio-checkbox-wrap input + i{
    opacity: 1;
}
.radio-checkbox-wrap input:checked + i + i{
    opacity: 1;
    color: black;
}
.radio-checkbox-wrap input:checked + i{
    opacity: 0;
}
.radio-checkbox-wrap label{
    margin-left: 32px;
    max-width: calc(100% - 35px);
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    font-size: 20px;
    color: #999999;
    font-weight: 400;
    transition: all 0.3s;
    display:inline-block;
    width: 100%;
}
.one-page-checkout .header-scroll{
    opacity: 0 !important;
    height:0;
    display: none;
}
.one-page-checkout .search-form{
    opacity:0;
}
.pager-left, .pager-right{
    font-weight: 900;
    font-size:13px;
    color:#999999;
    text-transform: uppercase;
    position: absolute;
    left:0;  
    letter-spacing: 1px;
}
.pager-right{
    right:0;
      left:auto;
    left:initial;
  
}
.pager{
    height:20px;
    position: relative;

    padding-top: 20px;
    margin-top: 10px;
}
.pager-right li{
    display:inline-block;
    border:1px solid #ccc;
    padding: 3px 5px;
    border-radius: 4px;
    cursor: pointer;
}
.pager-right .currentpage{
    background-color: #fac50f;
    border:1px solid #fac50f;
    color:#000000;
}
.pager-right li:not(.currentpage):hover, .fnc-change-url-param:hover, .items_per_page:hover{
    background-color: #f5f5f5;
}
.radio-checkbox-wrap input:checked + i + i + label{
    color: black;
}
.unchecked-btn::before{
    content: '\2b58';
    font-style: normal;
}
.checked-btn::before{
    content: '\2b57';
    font-style: normal;
}
.wish-list-checkbox{
    position: relative;
    top: -44px;
    width: 20px;
    height: 20px;
    margin-bottom: -20px;
}
.wish-list-checkbox.radio-checkbox-wrap input + i{
    opacity: 1!important;
    font-size: 20px;
    color: #ebebeb;
}
.wish-list-checkbox.radio-checkbox-wrap input + i + i{
    color: #ffcb05;
    font-size: 15px;
    line-height: 20px;
}
.wish-list-checkbox.radio-checkbox-wrap input{
    left: 0;
    width: 20px;
}
.delivery-form ul, .payment-method ul{
    overflow: hidden;
}
.wrapped h3{
    font-size: 20px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
}
.payment-method > div{
    position: relative;
    margin: 0;
    width: 100%;
    padding-left: 36px;
    box-sizing: border-box;
}
.payment-method > div h3{
    margin: 0;
}
.payment-method div h3:before{
    font-family: custom-font;
    content: "\e923";
    color: #999999;
    position: absolute;
    right: 0;
    top: 4px;
    z-index: -1;
}
.payment-method ul{
    background: white;
    width: 100%;
    border: 1px solid #ebebeb;
    border-bottom:none;
    box-sizing: border-box;
    left: 0;
    top: 30px;
    z-index: 1;
}
.payment-method ul li{
    width: 100%;
    float: left;
    border-bottom: 1px solid #ebebeb;
    padding: 5px 20px;
    box-sizing:border-box;
}
.payment-method .radio-checkbox-wrap label{
    margin-left:30px;
}
.payment-method .radio-checkbox-wrap i{
    font-size:20px;
}
.one-page-checkout .radio-checkbox-wrap input:checked + i + i{
    font-size:16px;
}
.opc-wrap.content-wrap{
    overflow: initial;
    /*display: table;*/
}
.opc-wrap{
    margin-bottom: 100px;
}
.opc-wrap .heading{
    margin: 15px 0;
}
.promo-code{
    padding: 8px 20px 12px;
}
.cart-summary ul li{
    border: 1px solid #ebebeb;
    margin-bottom: -1px;
    padding: 0 20px;
    box-sizing: border-box;
}
.cart-summary ul li:last-child{
    margin-bottom: 0;
}
.cart-summary-title{
    width: 52%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
}
.cart-summary-value{
    width: 48%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 2px;
}
.cart-summary-title div{
    float: left;
    font-size: 16px;
    line-height: 38px;
    font-weight: 200;
}
.cart-summary-title span{
    float: right;
    font-size: 12px;
    line-height: 50px;
    font-weight: 200;
    color: rgba(0, 0, 0, 0.6);
}
.cart-summary-title span i{
    font-size: 20px;
    position: relative;
    bottom: -3px;
    margin-left: 5px;
}
.terms-and-submit{
    margin-top: 15px;
    margin-bottom: 66px;
    padding:12px 20px;
}
.terms-iqos{
    margin-top: 15px;
    margin-bottom: 20px;
    padding:12px 20px;
}
.terms-and-submit label, .terms-iqos label{
    font-size: 15px;
    color: black;
    font-weight: 400;
}
.terms-and-submit .radio-checkbox-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    margin-right: -5px;
}
.terms-iqos .radio-checkbox-wrap{
    display: inline-block;
    vertical-align: middle;
    width: 260px;
    margin-right: -5px;
}
.terms-and-submit .basket, .terms-iqos .basket{
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.payment-method{
    padding: 0;
    border:none;
}
.submit-btn-wrap{
    display: inline-block;
    vertical-align: middle;
    margin-right: -5px;
    width:calc(100% - 220px);
    text-align: right;
}
.additional-notes{
    margin-top: 20px;
}
.additional-notes ul li{
    width: 100%;
}
.additional-notes textarea{
    resize: none;
}
.product-details-title{
    color:#000000;
    font-weight: 400;
    font-size: 24px;
    width:85%;
    display:inline-block;
    vertical-align: top;
}
.star-wrap{
    display: inline-block;
}
.product-info-wrap{
    padding:0 0 0 40px;
}
.product-info-wrap .star-wrap li{
    letter-spacing: 3px;
    font-size: 17px;
    margin-top: 5px;
}
.product-info-wrap .star-wrap .rating-info{
    letter-spacing:0;
}
.product-details-promo-wrap{
    padding-top: 10px;
}
.product-details-promo-wrap.gadget {
    width: 85%;
}
.gadget-wrapper {
    width: 45px;
    height: auto;
    margin: auto;
    right: 28px;
    top: 191px;
    display: block;
    position: absolute;
}
.gadget-wrapper img {
    margin-top: 5px;
    width: 45px;
    float: right;
}
.gadget-wrapper .popover {
    width: 270px;
    left: -304px !important;
    z-index: 5;
}
.promo-service-product-details{
    position:relative;
    line-height: 30px;
    margin-top:0px;
    height:30px;
    border:2px solid #333333;
    border-right:0;
    display: inline-block;
    padding:0 15px;
    margin-right: 20px;
}
.timer-product-details i{
    font-size: 40px;
    vertical-align: middle;
}
.promo-service-product-details .thm-promo-service{
    font-size:285px;
    line-height:45px;
}
.promo-service-product-details span{
    font-size:18px;
    color:rgba(0,0,0,0.6);
    left:10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 99%;
}
    .app-link{
    height: 0;
    vertical-align: middle; 
    position: relative;
    width: 100%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
   
  }

  .app-link > span > p{
      margin: 0;
      line-height: 40px;
      color:white;
      display: inline-block;
      vertical-align: middle;
      font-weight: 500;
      font-size: 15px;
      cursor: pointer;
  }
  .app-link .close-app-link .fa{
      margin: 0;
  }
  .close-app-link{
      position: absolute;
      top: 0;
      right: 0;
      height: 40px;
      line-height: 40px;
      color:white;
      font-size: 14px;
      padding:0  4.5rem;
      cursor: pointer;
  }
.app-link .fa{
   width:30px;
   color:#999999;
    display:inline-block;
}
.app-popup-inner{
    width: 100%;
    padding: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: #999 2px 2px 10px;
    transition: all 1s;
    overflow: hidden;
    position: fixed;
    bottom:0;
    left: 0;
    box-sizing: border-box;
    z-index:7;
    line-height: 50px;
    text-align: right;
}
#app-popup-close{
    display:inline-block;
    vertical-align: middle;
    float:left;
    text-align: left;
}
.app-popup-inner p{
    font-size: 14px;
    width:176px;
     padding:0 10px;
    box-sizing: border-box;
    box-sizing: border-box;
    color: black;
    line-height: initial;
    transition: all 1s;
    display:inline-block;
    vertical-align: middle;
    text-align: center;
}
.app-popup-inner img{
    width:auto;
    height:40px;
    display:inline-block;
    vertical-align: middle;
    text-align: right;
}
.app-bts{
    display:inline-block;
    vertical-align: middle;
    line-height: 40px;
    width:100px;
    text-align: center;
}

.app-bts #app-go{
    background-color: #000000;
    color: #ffffff;
    border-radius: 8px;
    font-weight: 900;
    width:100%;
}
.app-bts #app-popup-close{
    width: 50px;
    text-align: center;
    color: #999999;
    font-weight: 300;
    float:left;
}

.closed-app-popup{
    background: transparent;
    visibility: hidden;
}
.closed-app-inner-popup{
    width:0;
    height:0!important;
    color:transparent;
    padding:0;
    border:none;
    margin:0!important;
}
.closed-app-inner-popup p{
    opacity: 0;
}
.highlightImg{
    color: #FDC139;
}
.app-popup a{
    color: white;
    display: block;
    width: 100%;
    height: 100%;
}
#search_btn{
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
    cursor: pointer;
    opacity: 0;
}
.short-description-product-details{
    color:rgba(0,0,0,0.8);
    font-size:18px;
    font-weight: 300;
    margin-top: 20px;
    width:100%;
    height: 25vh;
    max-height: 25vh;
    min-height: 73px;
    margin-bottom: 20px;
    overflow: hidden;
    margin-left:0;
}
.short-description-product-details.gadget {
    width:90%;
    padding-bottom: 15px;
}
.gadget-wrapper-mobile img {
    width: 50px;
    background-color:#fff;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    margin-right: 10px;
}
.gadget-wrapper-mobile .popover {
    margin-top: -10px !important;
    z-index: 5;
}
.short-description-product-details li{
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}
.short-description-product-details.outlet-description li{
    font-weight: 400;
}
.short-description-product-details li::before {
    content: "•";
    color: rgba(0,0,0,0.8);
    position:absolute;
    left:0;
}
.page-content li{
    list-style-type: disc !important;
}
.page-content ul{
    padding-left:30px !important;
}
.opc-modal.remodal{
    overflow: hidden;
    padding: 0;
    width: 80%;
    max-width: 800px;
}
.opc-modal-left{
    width: 67%;
    float: left;
    padding: 25px 0 25px 25px;
    box-sizing: border-box;
}
.opc-modal-right{
    width: 33%;
    float: left;
    text-align: center;
    padding: 25px 25px 25px 0;
    box-sizing: border-box;
    background-color: #F5F5F5;
}
.opc-modal-left > ul{
    margin-top: 40px;
}
.opc-modal-left ul li{
    position: relative;
    margin-bottom: 20px;
}
.modal-heading ul {
    text-align: left;
}
.modal-heading ul li{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.modal-heading h1{
    font-size: 30px;
    line-height: 40px;
    color: black;
    font-weight: 200;
    margin: 0!important;
    padding-right: 20px;
    border-right: 2px solid #fac50f;
}

.modal-heading h2{
    font-size: 10px;
    line-height: 40px;
    color: black;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-left: 20px;
}
.forgot-password{
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 2px;
    font-weight: 900;
    text-align: right;
    width: 100%;
    margin-top: 15px;
    color: black;
}
.opc-modal .forgot-password{
    float: right;
    clear: both;
    width: auto;
}
.opc-modal-login-wrap{
    float: right;
}
.opc-modal .borderd-btn{
    font-size: 18px;
}
.opc-modal-left-inner{
    overflow: hidden;
    border-right: 1px solid #ebebeb;
    padding-top: 20px;
    padding-right: 20px;
}
.opc-modal .borderd-btn.fb {
    background: #3b5998;
    color: white;
    border:1px solid #3b5998;
}
.opc-modal .borderd-btn.fb i {
    margin-right: 10px;
}
.modal-heading{
    height: 60px;
}
.remodal .remodal-close{
    top: -5px;
}
.remodal .remodal-close::before{
    content: '\2715';
    font-size: 30px;
}
.guest-btn{
    text-transform: uppercase;
    color: black;
    font-weight: 900;
    border-bottom: 1px solid black;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 18px;
}
.remodal .guest-btn{
    margin:112px 0;
    cursor: pointer;
    letter-spacing: 0;
    height: 40px;
    line-height: 40px;
    width: 215px;
    background: black;
    color: white;
    border-radius: 20px;
    text-align: center;
    margin-left: 20px;
}
.category-box-single div{
    height: 89%;
    width: 100%;
    text-align: center;
}
.category-box-single h2{
    width: 100%;
    margin-top: 3%;
    font-family: Roboto;
    color:  #010000;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-left:0;
}
.category-box-double div{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 52%;
    text-align: center;
}
.category-box-double p{
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-left: -4px;
    padding-left: 10%;
    padding-right: 8.5%;
    box-sizing: border-box;
    font-family: Roboto;
    color:  #000000;
    font-size: 1.56vw;
    font-weight: 300;
    text-align: center;
}
.category-box-single img,
.category-box-double img{
    max-width: 100%;
    max-height: 100%;
}
.category-box-single a,
.category-box-double a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.fb{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 22px;
    border-radius: 50%;
    overflow: hidden;
    background: #3b5998;
    cursor: pointer;
}
.remodal .fb{
    margin-right: 10px;
    cursor: pointer;
}
.borderd-btn{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid black;
    color: black;
    text-align: center;
    padding: 0 20px;
    min-width: 150px;
    line-height: 38px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    background: transparent;
}
.remodal .remodal-confirm,
.remodal .remodal-cancel{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid black;
    color: white;
    text-align: center;
    padding: 0 20px;
    min-width: 150px;
    line-height: 38px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    background: black;
}
.remodal .remodal-confirm:hover
{
    color: #fac50f;
    -webkit-filter: brightness(100%);
}
.product-info-tabs{
    height:60px;
    line-height: 60px;
    background-color: white;
    box-shadow: 0 0 10px #ddd;
}
.nav.nav-tabs.tabs-as-buttons.content-wrap .tab-button{
    width:250px;
    height:40px;
    line-height: 40px;
    background-color: #ebebeb;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    cursor:pointer;
    float:none;
}
.product-description li{
    line-height:21px;
}
.bootstrap .tab-button a:hover, .bootstrap .tab-button a:focus, .bootstrap td a, .bootstrap td a:hover, .bootstrap td a:focus {
    color:black;
    text-decoration: none;
}
.bootstrap .tab-button a:focus, .bootstrap td a, .bootstrap td a:hover, .bootstrap td a:focus {
    padding:3px 0;
}
.bootstrap .content-wrap.nav-tabs > li > a{
    border:0;
    display:block;
    width:100%;
    height:40px;
}
#where-to-buy{
    margin:20px 0 50px 0;
}
#where-to-buy table td{
    border:1px solid #ebebeb;
    padding:10px;
}
.bootstrap .affix{
    bottom:0;
    width:100%;
    background-color: rgba(255,255,255, 0.8);
}
#where-to-buy table:first-of-type{
    width:37%;
    display:inline-block;
    margin-right:20px;
    vertical-align: top;
}
#where-to-buy table:last-of-type{
    width:100%;
    display:inline-block;
    margin-bottom: 20px;
}
.outlet-btn, .in-shop-btn{
    color:#000000;
    background-color: white;
    border:2px solid #000000;
}
.in-shop-btn.basket.grid{
    font-size:9px;
}
.in-shop-btn.basket.grid.fsize{
    font-size:13px;
}
.product-code{
    margin-top:10px;
    font-weight: 500;
    display:inline-block;
    margin-right: 30px;
}
.product-outlet-code{
    margin-top:10px;
    font-weight: 500;
    display:inline-block;
    margin-right: 30px;
}
#search-list-person .search-result, #search-list-person .no-results, #search-list .no-results, #search-list .search-result{
    height: 25px;
    color: #5A5A5A;
    padding-left: 5px;
    border-bottom: 1px solid #E5E5E5;
    border-left: 4px solid #FFFFFF;
    line-height: 25px;
    font-size: 13px;
    width: 100% !important;
    cursor:pointer;
}

#search-list{
    width:100%;
}

.two-column-form.delivery-form.wrapped ul{
    overflow:initial;
    display:table;
}
.price-wrap-product-details .basket.in-shop-btn{
    font-size:14px;
}
.outlet-btn:hover, .in-shop-btn:hover{
    color:#000000;
}
.two-column.customer-type .radio-checkbox-wrap{
    display:inline-block;
    width:49%;
}
.two-column.customer-type .radio-checkbox-wrap  input + i + i{
    left: 0px;
    top: 11px;
}
.register-page .two-column.customer-type .radio-checkbox-wrap input + i + i{
    top: 10px;
    
}
.two-column.title-type .radio-checkbox-wrap{
    display:inline-block;
    width:49%;
}
.no-on-stock-btn{
    background-color: #9fa5af;
    cursor: default;
}
.no-on-stock-btn:hover{
    color:#ffffff;
}
#where-to-buy table tr:first-child td{
    width:38%;
}
#where-to-buy table tbody, #where-to-buy table tr{
    width:100%;
}
.bootstrap .content-wrap.nav-tabs > li > a:hover, .bootstrap .nav > li > a:focus,  .bootstrap .content-wrap.nav-tabs > li > a:hover{
    background-color: initial;
    border-bottom: none;
    outline: none;
}
.bootstrap .product-info-tabs a{
    color:#000000;
    font-size:16px;
}
.bootstrap .product-info-tabs .nav-tabs{
    border-bottom:0;
    line-height: 60px;
    height:60px;
}
.bootstrap .product-info-tabs  .nav-tabs > li.active > a:hover, .bootstrap .product-info-tabs  .nav-tabs > li.active > a:focus, .bootstrap .product-info-tabs  .nav-tabs > li.active > a{
    background-color: #fac50f;
    border-radius: 4px;
    border: none;
    height: inherit;
    width: inherit;
    height:40px;
    padding:10px;
}
.comment-desc-wrap{
    font-size: 14px;
    line-height: 22px;
    margin:20px 0 ;
}
.comment-name-wrap{
    margin-top:20px;
}
.comment-name{
    display:inline-block;
    margin-right: 20px;
}
.two-column-form ul li{
    height:50px;
}
.comment-new-message .two-column-form ul li label, .hasLabel + label{
    font-weight: 400;
}
.comment-name li {
    position: relative;
    width:200px;
    font-weight: 400;
    margin-bottom:8px;
}
.comment-name  li label, .comment-name li input{
    font-weight:400;
}
.product-specification, #fnc-comments {
    margin:20px 0 50px 0;
}
.product-specification table,.product-declaration table{
    border-collapse: collapse;
    width:70%;
    display: inline-table;
    vertical-align: bottom;
}
.product-specification table tr td:first-child,.product-declaration table tr td:first-child{
    width:25%;
    font-weight: 500;
    color:#555555;
    font-size:14px;
}
.product-specification table tr td:last-child, .product-declaration table tr td:last-child{
    width:75%;
    font-weight:300;
    font-size: 13px;
    color:rgb(102, 102, 102);
}
.product-specification [class^="table-row"] td, .product-declaration [class^="table-row"] td{
    border:1px solid #e7e7e7;  
    padding:4px 0 4px 20px;
}
#product-options{
    display: inline-block;
    vertical-align: bottom;
    text-align: left;
}
#product-options .print-spec{
    display: inline-block;
    height: 40px;
    padding: 0 40px;
    border: 1px solid black;
    border-radius: 20px;
    line-height: 38px;
    box-sizing: border-box;
    margin-left: 40px;
}
#product-options .print-spec a{
    color: black;
    text-transform: uppercase;
    font-weight: 900;
    text-decoration: none;
    outline: none;
    display: block;
}
#product-options .print-spec i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 24px;
    margin-top: -2px;
}
#product-options .print-spec span{
    display: inline-block;
    vertical-align: middle;
}
.table-row2{
    background-color: #fafafa;
}
.account-menu-wrap{
    width: 355px;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;
}

.one-page-checkout .opc-wrap .terms-and-submit span, .terms-iqos span, .one-page-checkout .opc-wrap ul li>span{
    color:#fe6732;
    top:42px;
    position: absolute;
    font-size:14px;
}
.login-data .fb, .login-data .borderd-btn{
    margin-top:3px;
}
#payment-js span{
    font-size: 13px;
    margin-top: 15px;
    display: block;  
}
.one-page-checkout .opc-wrap .terms-and-submit span, .one-page-checkout .opc-wrap .terms-iqos span{
    top:22px;
}
.profile-page-with-menu{
    float: left;
    width:calc(100% - 355px);
}
.wish-list-page-wrap .product-listing-product ul li.product-listing-img-name{
    width: 530px;
}
.form_edit_account .btn{
    margin-bottom: 20px;
}
.wish-list-page-wrap .product-listing-remove{
    width: 210px!important;
    text-align: right;
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    box-sizing: border-box;
}
.wish-list-page-wrap .product-listing-remove .basket{
    font-size: 13px;
    line-height: 28px;
    font-weight: 900;
    padding: 0 20px;
    padding-top: 2px;
    position: absolute;
    bottom: 20px;
    right: 0;
    white-space: nowrap;
}
.wish-list-page-wrap .product-listing-remove .basket i{
    font-size: 20px;
    line-height: 28px;
    position: relative;
    top: -2px;
}
.opc-wrap .radio-checkbox-wrap label{
    font-size:15px;
}

.btn-outline{
    border: 1px solid black;
    height: 30px;
    box-sizing: border-box;
    background: transparent;
    color: black;
    line-height: 28px;
    padding: 0 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tagit-label{
    color: #666666;
    font-weight: 200;
    font-size: 12px;
    line-height: 24px;
    margin-right: 5px;
}
ul.tagit li.tagit-choice-editable{
    background: white;
    border: 1px solid #ebebeb;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0;
    margin-right: 2px;
    margin-bottom: 2px;
}
ul.tagit li.tagit-new{
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin: 0;
    margin-bottom: 2px;
}
ul.tagit{
    width: calc(100% - 190px);
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0;
}
.hidden{
    opacity: 0;
}
.email-wish{
    float: right;
    width: 60%;
    margin-top: -75px; 
}
.email-wish .btn{
    float: right;
    margin-top: -30px;
    width: 160px;
}
.wish-email-form{
    height: 26px;
}
.email-wish p{
    font-weight: 200;
    font-size: 12px;
}
.wish-list-page-wrap .product-listing-remove .product-listing-column-header{
    text-align: right;
}
.wish-list-page-wrap .product-listing-product > ul:after {
    left: 235px;
}
.account-menu{
    opacity: 0;
}
.account-menu.slick-initialized{
    margin: 0;
    opacity: 1;
}
.account-menu .slick-list{
    margin: 0;
}
.account-menu .slick-track{
    padding: 0;
}
.account-menu li.slick-slide{
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    color: #999999;
}
.account-menu li a{
    display: block;
    height: 100%;
    line-height: 78px;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px;
    overflow: hidden;
}
.compare-product-txt{
    min-height: calc(100vh - 574px );
}
.account-menu li a span{
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    margin-top: -2px;
}
.account-menu li a i{
    font-size: 40px;
    line-height: 78px;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 11px 0 15px;
}
.compare-products-title{
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 30px;
    font-weight: 300;
}
.remove_all_compared_products{
    margin-top: 15px;
    cursor: pointer;
    float: right;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}
.compare-products-spec{
    table-layout: fixed; 
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.compare-products-spec td{
    height: 45px;
    padding-left: 0.78vw;
    padding-right: 0.78vw;
    border: 1px solid #ebebeb;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 13px;
    transition: 0.3s all;
}
.compare-products-spec td:first-child{
    width: 7.29vw;
    padding-left: 1.3vw;
    text-align: left;
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.fnc-remove-product .thm-dismiss, .js-hide-promo .thm-dismiss{
    vertical-align: top;
    padding:10px;
}
.compare-products-spec .compare-products-name{
    color: #000;
    font-size: 13px;
    font-weight: 500;
}
.compare-products-spec img{
    height: 85px;
    margin:5px 0;
}
.compare-products-spec .buttons-grid {
    margin-top: 0;
    text-align: center;
    z-index: 1;
    position:static;
}
.compare-products-spec .buttons-grid .basket.grid{
    width: 80%;
    max-width: 269px;
}
.compare-products-btns td{
    border: none;
}

.products-wrap{
    overflow: hidden;
    width: calc(100% + 20px);
}
.compare-products-price{
    font-size: 24px;
    color: #2D2E33;
}
.compare-products-old-price{
    font-size: 18px;
    font-weight: normal;
    color: #808080;
    text-decoration: line-through;
}
.products-wrap .product-wrap-grid{
    margin-bottom:20px;
}
.user-wraper,.wish-list-wrap{
    position:relative;
    display:inline-block;
    margin-right: 30px;
}
.user-wraper{
    margin-right: 0;
}
.dropdown-login{
    width:260px;
    height:255px;
    background-color: white;
    border:1px solid #e2e2e2;
    position: absolute;
    left:-31px;
    padding:0 20px;
    box-sizing:border-box;
    text-align: left;
    top:33px;
    visibility: hidden;
    opacity:0;
    transition-delay: 5s; 
    transition: 0.5s all ease-in;      
}
.header-basket-content, .wish-list-content{
    width:520px;
    position: absolute;
    z-index:5;
    right:-1px;
    top:38px;
    border:1px solid #ebebeb;
    visibility: hidden;
    opacity:0;
    transition: all 0.5s ease-out;
    background: white;

}
.heart.thm-heart-outline-round {
    color: #fffff;
}
.heart.thm-heart-fill-round {
    color: #ffcb05;
}
.wish-lists-full {
    color: #ffcb05;
}
.wish-list-wrap:hover .wish-list-content, .basket-header:hover .header-basket-content {
    visibility:visible;
    opacity:1;
    transition: all 0.5s ease-in;
}
.one-page-checkout  .basket-header:hover .header-basket-content{
     visibility:hidden;
    opacity:0;
}
.one-page-checkout .heading{
    color:#000000;
    z-index:3;
    position:relative;
}
.wish-list-content{
    left:-153px;
}

.header-basket-product{
    width:100%;
    height:100px;
    background-color: white;
    text-align: left;
    position: relative;
}
.header-basket-product .delete-product{
    position:absolute;
    top:10px;
    right:10px;
}
.header-basket-product .delete-product i{
    font-size:12px;
    color:#cfcfcf;
}
.dropdown-login:before, .header-basket-content:before, .wish-list-content:before {
    content: "";
    border-style: solid;
    border-width: 15px;
    border-color: transparent transparent rgba(255,255,255, 0.2) transparent  ;
    position: absolute;
    left:30px;
    top:-31px;
}
.wish-list-content:before{
    left:150px;
}

.header-basket-content:before{
    left:initial;
    right:61px;
}
.basket-image-wrapper{
    width:20%;
    height:100%;
    display:inline-block;
    border-right: 1px solid #ebebeb;
    padding:10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
.basket-image-wrapper img{
    height: auto;
    max-width: 100%;
    width: auto;
    max-height: 100%;
}
.basket-image-wrapper a{
    display: block;
    height: 100%;
}
.basket-header span{
    display: inline-block;
}
.basket-header span span{
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 3px;
}
.basket-header span.header-basket-total{
    font-weight: 400;
    letter-spacing: 0;
}
.br-proizvoda{
    position: absolute;
    top: 8px;
    left: -2px;
    font-size: 12px;
    color: black;
    width: 35px;
    text-align: center;
    z-index:7;
}
.basket-header i{
    font-size: 32px;
    transition: all 0.5s;
}

.basket-header i.thm-cart-fill{
    color: #ffcb05;
}
.header-basket-content .qty-widget{
    display:inline-block;
    height:auto;
    width:20px;
    vertical-align: middle;
}
.header-basket-product-title{
    width: calc(80% - 275px);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    text-align: left;
    text-transform: none;
    vertical-align: middle;
    padding-left:10px;
    box-sizing: border-box;
}
.wish-list-content .header-basket-product-title{
    width:48%;
}
.user-wraper:hover .dropdown-login{
    visibility: visible;
    opacity:1;
    transition-delay: 0s; 
}
.dropdown-login li{
    position:relative;
    z-index: 1;
    margin-top:5px;
}

.login-button{
    background-color: #000000;
    color:white;
    border-radius: 20px;
    border:0;
    box-shadow: none;
    font-weight: 900;
    font-size:13px;
    text-transform: uppercase;
    width:100px;
    height:30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    cursor:pointer;
}
.login-links-wrap {
    margin-top:20px;
}
#price_range{
    height:4px;
    border:1px solid #e7e7e7;
    border-radius: 12px;
    margin-left:10px;
}

.footer-heading i{
    display: none;
}
.footer-tab-switch-wrap{
    display: none;
    height: 30px
}
.footer-switch{
    width: calc(50% - 58px);
    float: left;
    height: 100%;
    border-top: 2px solid #fac50f;
    box-sizing: border-box;
    margin: 0 28px;
    text-align: center;
    position: relative;
    cursor: pointer;
    line-height: 28px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(45, 46, 51, 0.9);
}
.footer-switch-left{
    float: left;
}
.footer-switch-right{
    float: right;
}
.footer-switch i{
    font-size: 32px;
    line-height: 30px;
    position: absolute;
    top: -1px;
    color: #fac50f;
}
.footer-switch i:nth-of-type(1){
    left: -28px;
}
#where-to-buy img{
    width:14px;
    margin-bottom: 4px;
}
.footer-switch i:nth-of-type(2){
    right: -28px;
}
.footer-active-tab{
    background: #fac50f;
}
.footer-active-tab .thm-tab-line-right:before{
    content: '\e94d';
}
.footer-active-tab .thm-tab-line-left:before{
    content: '\e94c';
}

.filter-content label{
    font-size: 14px;
    color:#000000;
}
.ui-slider-range.ui-widget-header.ui-corner-all{
    background-color: #b7b7b7;
}
.ui-slider-handle.ui-state-default.ui-corner-all{
    width:12px;
    height:12px;
    border-radius: 10px;
    background-color: #fac50f;
    border:0;
    top:-4px;
    cursor:pointer;
}
.first-level-link img{
    max-width: 25px;
    max-height: 80%;
    margin-right: 12px;
    display: inline-block;
    vertical-align: middle;
    width:100%;
}
.first-level-link>span:last-of-type{
    display:inline-block;
    vertical-align: middle;
}
.filter-content .radio-checkbox-wrap input:checked + i{
    opacity: 1;
}
.filter-content .radio-checkbox-wrap i{
    font-size:20px;
}
.filter-content .radio-checkbox-wrap input:checked + i + i{
    color:#fac50f;
    font-size:16px;
}
.filter-content .radio-checkbox-wrap {
    margin-bottom: 8px;
    padding-top: 3px;
}
.filter-content .radio-checkbox-wrap label{
    margin-left:40px;
    width: calc(100% - 85px);
    position: relative;
    top: -2px;
}

.header-fixed .content-wrap{
    overflow:visible;
}
.dropdown-login label{
    font-size:14px;
}
.dropdown-login .input-field{
    font-weight: 300;
    font-size:15px;
}
.table-arrow-right .thm-arrow1-right2 {
    position: fixed;
    top: 50%;
    right: 0;
    cursor: pointer;
}
.table-arrow-left .thm-arrow2-left{
    position: fixed;
    top: 50%;
    left: 0;
    cursor: pointer;
}
.td-inactive{
    width: 0;
}
.login-links-wrap .login-link{
    color:#9fa5af;
    font-weight: 700;
    font-size:12px;
    text-transform: initial;
    display:inline-block;
    width:79px;
    float:right;
    letter-spacing: 1px;
}
.login-button{
    vertical-align: top;
    display:inline-block;
}
.dropdown-login>p{
    text-align: center;
    position: relative;
    margin-top: 10px;
}
.dropdown-login>p>span{
    margin:auto;
    color:#9fa5af;
    font-weight: 500;
    font-size: 14px;   
}
.dropdown-login>p>span:before{
    content: "";
    height: 1px;
    width: 98px;
    background-color: #9fa5af;
    position: absolute;
    left: 0;
    top: 8px;
}
.dropdown-login>p>span:after{
    content: "";
    height: 1px;
    width: 98px;
    background-color: #9fa5af;
    position: absolute;
    right: 0;
    top: 8px;
}
.login-facebook a{
    width:100%;
    background-color: #3b5998;
    color:white;
    border-radius: 20px;
    line-height: 30px;
    height:30px;
    text-align: center;
    margin-top:15px;
    font-size: 13px;
    font-weight: 500;
}
.login-facebook i{
    vertical-align: middle;
    font-size: 15px;
}
.header-register{
    font-size: 12px;
    font-weight: 900;
    color: #9fa5af;
    margin-top: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}
.header-register {
    font-size: 12px;
    font-weight: 900;
    color:#9fa5af; 
}
.header-register a{
    font-size: 10px;
    color:#000000;
}
.header-basket-content .qty-widget div{
    height:20px;
    line-height: 20px;
}
.header-basket-content .qty-widget .qty-widget-value{
    height:30px;
    line-height: 30px;
}
.header-user .qty-widget i{
    font-size:8px;
    color:#000000;
    margin:auto;
}
.product-price-header{
    padding-right: 15px;
    box-sizing: border-box;
}
.header-basket-content .product-price-header .price, .wish-list-content .product-price-header .price{
    margin-left: 0;
}
.product-price-header, .header-basket-content .total-value, .wish-list-content .total-value {
    display:inline-block;
    vertical-align: bottom;
    margin-bottom:25px;
    width: 110px;
}
.header-basket-content .price, .wish-list-content .price{
    color:#000000;
    font-size:15px;
    margin-right: 0;
    margin-left: 10px;
}
.header-basket-content .old-price, .wish-list-content .old-price{
    font-size:8px;
    margin-right: 0;
    font-weight: 400;
    backface-visibility: hidden;
}

.header-basket-content .savings, .wish-list-content .savings{
    font-size:7px;
    text-transform: none;
    margin-right: 0;
    font-weight: 400;
    backface-visibility: hidden;
}
.total-basket-value-wrap{
    background-color: rgba(255,255,255, 0.8);
    height:46px;
    line-height: 46px;
    border-top:1px solid #e9e9e9;
}
.total-basket-value{
    display:inline-block;
    font-weight: 500;
    font-size:17px;
    color:#000000;
    text-transform: uppercase;
    width:70%;
    text-align: left;
}
.basket-header-button{
    display:inline-block;
    margin-right: 20px;   
}
.basket-header-button a{
    width:120px;
    height:30px;
    line-height: 32px;
    background-color: #000000;
    color:white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    border-radius: 20px;
    text-align: center;
    position: relative;
    top: -2px;
}
.user-wraper .user-name{ 
    width:90px;
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow: ellipsis;
    display:inline-block;
    vertical-align: middle;
    text-align: left;
}
.register-page form ul li{
    position: relative;
    margin-bottom: 12px;
    min-height: 40px;
}
.register-page .input-field.smallerLabel + label {
   top: 18px;
}
.register-page .input-field {
   height: 50px;
   padding-top: 16px;
}
.register-page .form-error {
   top: 100%;
}
.two-columns{
    width: 100%;
    overflow: hidden;
}
.register-page .two-columns{
    margin-bottom: 0.5rem; /*ana izmjena */
    margin-top: 1rem; /*ana izmjena */
}
.two-columns .two-column{
    width: calc(50% - 10px);
}
.two-columns .two-column:nth-child(odd){
    float: left;
}
.two-columns .two-column:nth-child(even){
    float: right;
    clear: right;
}
.one-column{
    width: 100%;
    float: left;
}
.newsletters-page .one-column{
    width: 100% !important;
}
.register-page .radio-checkbox-wrap{
    margin-top: 11px;
}
.min-screen{
    min-height: calc(100vh - 402px);
}
.message{
    margin-bottom: 20px;
}
.message a{
    color: #ffcb05;
    text-decoration: underline;
}
.message p{
    color: #666666;
    font-size: 16px;
    line-height: 24px;
}
.recaptcha {
    transform: scale(0.93);
    -webkit-transform: scale(0.93);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.additional-info{
    display: none;
}
.two-column-margin{
    margin-top: 10px;
}
.register-page form{
    min-height: 420px;
    margin-bottom: 50px;
    padding-left: 13px;
    padding-right: 15px;
}
.one-page-checkout .opc-wrap ul li>span {
   right: 0;
}
.additional-info-toggle{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 8px;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 10px
}
.additional-info-toggle i{
    display: inline-block;
    vertical-align: middle;
    width: 35px;
    color: #ffcb05;
}
.additional-info-toggle p{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
    font-size: 20px;
    color: black;
}
.register-page .additional-info-toggle p{
    font-weight: 450; /* ana izmjena */
}
.register-page .radio-checkbox-wrap{
    margin-top: 0;
    margin-bottom: 10px;
    
}
.register-page .radio-checkbox-wrap label{
    color: black; /* ana izmjena */
    font-size: 15px; /*ana izmjena */
    font-weight: 400!important;
    /*letter-spacing: 2px!important; - treba skinuti letter-spacing */ 
}
.register-page .consent-additional-text{
    color: black; /* ana izmjena */
    font-size: 15px; /* ana izmjena */
    font-weight: 400!important;
    clear: both;
}
.newsletters-page .radio-checkbox-wrap label{
    color: #666666!important;
    font-size: 16px!important;
    font-weight: 400!important;
    letter-spacing: 2px!important;
}
.additional-info-toggle p span{
    float: right;
    font-size: 14px;
    color: #999999;
    line-height: 26px;
}
.forgot-pass{
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #999999;
    float: left;
}
.register-page .forgot-pass{
    font-weight: 600; /* ana izmjena */
    letter-spacing: 2px;
    color: black; /* ana izmjena */
}
.register-user-exists .register-page .forgot-pass a {
    color: #999999;
    text-decoration: none;
}
.register-user-exists .register-user-exists-login-fb a {
    color: #FFFFFF;
}
.register-user-exists .register-page form{
    min-height: 200px;
    margin-bottom: 20px;
}
.register-user-exists .register-login-wrapper{
    max-width: 470px;
}
.register-user-exists .register-login-wrapper .login-form ul li{
    max-width: 100%;
    min-width: 180px;
}
.register-user-exists li.login-forgot-pass {
    min-height: 20px;
}
.register-user-exists .register-user-exists-login-btn {
    float: left;
}
.register-user-exists .register-user-exists-login-fb {
    float: left;
}
.register-page .login-wrap{
    text-align: right;
}

.register-page .login-wrap .fb{
    margin-right: 10px;
    margin-top: 10px;
}
.register-page .login-wrap .btn{
    margin-top: 10px;
}
.register-btn:hover{
    color:#ffcb05;
    transition: all 0.2s ease-in;
}
#brand-letters a{
    font-weight: 400;
    font-size:28px;
    width:30px;
}
#brand-letters a:hover{
    color:#ffcb05;
}
.brand-wrapper .brand-image {
    min-height: 100px;
    max-height: 100px;
    position: relative;
    margin: 0 0 5px 0;
}
.brand-wrapper .brand-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto;
    max-width: 100%;
}
.brand-wrapper .brand-item {
    min-width: calc(18% - 4px);
    max-width: calc(18% - 4px);
    text-align: center;
    float: left;
    margin: 0 0 30px 0;
    border: 1px solid transparent;
    padding: 10px;
}
.brand-wrapper .brand-title {
    line-height: 30px;
    padding: 0;
    margin: 0;
}
.brand-wrapper .brand-right-side {
    width: 75%;
    margin: auto;
    border-bottom: 1px solid #E5E5E5;
}
.brand-wrapper .clear{
    clear:both;
}
.login-form ul li{
    width: 66.66%;
    min-width: 425px;
}
.filters-list-box-numbers{
    float: right;
    font-size: 12px;
    color: #2e2d33;
}
.mCS_no_scrollbar .filters-list-box-numbers{
    margin-right: 20px;
}
.sort-wrap, .items-per-page, .sort-products{
    display:inline-block;
}
.sort-wrap{
    position: relative;
    float: right;
    color: #999;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 17px; 
    z-index:5;
}
.sort-wrap div{
    cursor: pointer;
}
.sort-select{
    position: absolute;
    display: none;
    width: 100%;
    background-color: white;
    z-index: 1;
    font-size: 15px;
    font-weight: 500;
    color: #666;
    box-sizing: border-box;
    border: 2px solid #e4e4e4;
    text-transform: none;
}
.sort-select div{
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
}
.sort-select div:hover{
    color: black;
    cursor: pointer;
}
.sort-select div:not(:last-child){
    border-bottom: 2px solid #e4e4e4;
}
.items-per-page .sort-select{
    text-align: center;
    float:right;
}
.items-per-page select, .sort-products select{
    border:none;
    font-size:13px;
    color:#999999;
    font-weight: 900;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    background: transparent;
}
.items-per-page, .sort-products{
    position:relative;
}
.compare-products-grid input{
    position:absolute;
    z-index: 1;
    left:0;
    top:0;
    margin:0;
    visibility:hidden;
    opacity: 0;  
}
.compare-products-grid i{
    position: absolute;  
    top:-1px;
    font-size: 16px;
    color:#999999;
}
.compare-products-grid input + i + i{
    opacity: 0;
}
.compare-products-grid input + i{
    opacity: 1;

}
.compare-products-grid input:checked + i + i{
    opacity: 1;
    color: #fac50f;
    font-size: 11px;
    left: 1.5px;
    top: 2px;
}
.promo-service-product-details .triangle-border{
    right: -20px;
    top: -2px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid #666666;
}
.promo-service-product-details .triangle-background{
    right: -18px;
    top: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 18px solid #666666;
}
.compare-products-grid input:checked + i{
    opacity: 1;
}
.items-per-page:before, .sort-products:before{
    font-family: custom-font;
    content:"\e923";
    color:#999999;
    position:absolute;
    right:0;
    top:4px;
    z-index:-1;
}
.items-per-page select{
    width:55px;
}
.items-per-page{
    width: 60px;
    margin-right: 20px;
    text-align: center;
}
.sort-products{
    width: 140px;
}
.sort-products select{
    width:145px;
}
.items-per-page{
    position:relative;
}
.items-per-page select option, .sort-products select option{
    border-top:1px solid #ebebeb;
    font-size:15px;
    text-transform: lowercase;
    color:#666666;
    font-weight: 500;
    height:22px;   
}
.shop-list-search{
    height: 40px;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.remodal .remodal-cancel{
    color:black;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.remodal .remodal-cancel:hover{
    filter:none;
    -webkit-filter:none;
}
.opc-modal-content::-webkit-scrollbar {
    -webkit-appearance: none;
}

.opc-modal-content::-webkit-scrollbar:vertical {
    width: 11px;
}

.opc-modal-content::-webkit-scrollbar:horizontal {
    height: 11px;
}

.opc-modal-content::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

.opc-modal-content::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 
.shop-list-search .input-field{
    font-size: 18px;
}
.shop-list-wrap{
    width: 400px;
    margin-right: 30px;
    float: left;
}
.shop-list{
    width: 100%;
    height: auto;
    max-height:400px;
    overflow-y: scroll;
    margin-bottom: 50px;
}
.shop-map{
    width: calc(100% - 430px);
    float: right;
    height: 460px;
    margin-bottom: 50px;
}
.shop{
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}
.page-not-found h1{
    font-size:40px;
    color:black;
    font-weight: 600;
    margin-bottom:20px;
    margin-top:80px;
    width:75%;
}
.page-not-found p{
    text-align: left;
    width:80%;
    margin:auto;
}
.shop-dropdown{
    cursor: pointer;
}
.shop-plus {
    float: left;
    height: 34px;
    width: 39px;
    text-align: center;
    cursor: pointer;
    background-color: #ffcb05;
    clear: left;
}
.shop-title {
    height: 34px;
    line-height: 34px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.shop-plus i.fa.fa-plus {
    line-height: 35px;
    color: #fff;
}
.shop-info-wrap{
    display: none;
}
.shop-info i {
    float: left;
    margin-right: 10px;
    min-height: 30px;
    width: 55px;
    text-align: center;
    color: #929497;
    font-size: 18px;
    clear: left;
}
.shop-info p{
    margin-bottom: 20px;
}
.shop-address-single {
    padding-left: 65px;
    margin-top: 0;
}
.hidden{
    display: none;
}
.shop-info{
    margin-top: 20px;
}
.shop-teaser {
    padding-left: 65px;
    padding-bottom: 10px;
}
.shop-border{
    height: 33px;
    border-bottom: 1px solid #ebebeb;
}
.shop-info a:hover{
    text-decoration: underline;
}
.shop-slider .slick-dots li.slick-active button:before, .shop-slider .slick-dots li button:hover:before, .shop-slider .slick-dots li button:focus:before{
    color: #ffcb05;
}
.shop-slider .slick-dots li button:before{
    color: #ebebeb;
}
.shop-slider .slick-dots{
    margin-top: 0;
}
.shop-slider .slick-dots li{
    background: transparent;
}
.shop-slider .slick-list{
    margin: 0;
}
.single-shop-wrap{
    margin-top: 70px;
}
.shop-content-left{
    float: left;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
}
.shop-content-right{
    float: right;
    width: 50%;
    padding-left: 15px;
    box-sizing: border-box;
}
.single-shop-map{
    height: 250px;
}
.back-to-shops{
    float: left;
    clear: left;
    margin: 50px 0;
    color: black;
    font-size: 16px;    
}
.back-to-shops i{
    color: #fac50f;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.back-to-shops span{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
}
.shop-content-right > span{
    display: block;
}
.shop-content-right > span:nth-child(odd), .shop-content-right strong{
    font-size: 13px;
    font-weight: 500;
    color: #666666;
}
.shop-content-right > span:nth-child(even){
    font-size: 12px;
    text-align: justify;
    color: #666666;
    font-weight: 100;
    margin-bottom: 20px;
}
.price-range input{
    width: 80px;
    max-width: calc(50% - 24px);
    height: 20px;
    background: #f7f7f7;
    margin-top: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    box-sizing: border-box;
    color: #666666;
}
.price-range i{
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
}
.pricerange .pricerange-info{
    overflow: hidden;
    text-transform: uppercase;
    color: #666666;
    font-size: 10px;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: 2px;
}

.pricerange .pricerange-info:first-of-type{
    font-size: 12px;
    color: #2e2d33;
    letter-spacing: 0;
}
.pricerange li .slider-price-info:first-of-type{
    float: left;
}
.pricerange li .slider-price-info:last-of-type{
    float: right;
}
.home-banner-carousel.slick-slider {
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
    top: -8px;
    width: calc(78% - 22px);
    margin: 0;
    margin-left: calc(22% + 22px);
}
.home-banner-carousel .slick-slide {
    text-align: center;
    height: 34px;
    background-color: #ffffff;
    opacity: 1;
    line-height: 27px;
    border: 1px solid #e5e5e5;
    border-right: none;
    cursor: pointer;
    color: #000;
    box-sizing: border-box;
}
.home-banner-carousel .slick-track {
    transform: translate3d(0, 0, 0)!important;
    padding: 0;
}
.home-banner-carousel .home-progress-bar {
    width: 100%;
    height: 3px;
    position: relative;
    left: 0;
}
.home-banner-carousel .home-progress-bar .inProgress {
    background-color: #FAC613;
    width: 0;
    height: 3px;
}
.home-banner-web .home-banner-image {
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: 100%;
    width: 100%;
}
.home-banner-carousel .slick-list,  .home-banner-web .slick-list{
    padding: 0!important;
    margin: 0;
}
.home-banner-web{
    margin: 0!important;
    overflow: hidden;
    opacity: 0;
}
.home-banner-web.slick-initialized{
    opacity: 1;
}
.home-banner-web .slick-track{
    padding: 0;
}
.home-banner-web a{
    width: 100%;
    height: 26.65vw;
    max-height: 512px;
    display: block;
    position: relative;
    overflow: hidden;
}
.home-banner-carousel-wrap{
    overflow: visible;
}
.two-column-form ul li.auto-height{
    height: auto;
}
.two-column-form ul li{
    height:40px;
}
.login-data-wrap{
    width: calc(200% + 20px);
    overflow: hidden;
}
.login-data{
    position: relative;
    margin-top: 20px;
    width: calc(50% - 10px);
    float: left;
    display: none;
}
.login-data-wrap .login-data:first-child{
    margin-right: 20px;
}
.login-data .fb{
    margin-right: 20px;
}
.login-data .forgot-password{
    width: auto;
    margin-top: 10px;
}
.register-page .one-column.password-notification {
    padding-top: 20px;
    margin-bottom: 0px;
    min-height: 20px;
    font-size: 12px;
}
.login-data input + label{
    bottom: inherit;
    top: 11px;
}
.login-data .errorbox{
    margin: 20px 0 10px;
    font-size: 11px;
    line-height: 10px;
    letter-spacing: 2px;
    font-weight: 900;
    color: black;
}
.two-column-wrap-payment{
    padding-left: 20px;
}
.payment-method.payment-type{
    margin-bottom: 20px;
    padding-top: 0;
}
.four-column-wrap-delivery-form{
    margin-bottom: 160px;
}
.header-user>div>.user-wraper>.logged-in>a{
    font-size:17px;
    display:block;
    font-weight: 400;
    color:#000000;  
    padding: 10px 0;
    text-transform: none;
}
.dropdown-login.logged-in{
    height:180px;
}
.home-banner-mobile.slick-slider{
    display: none;
    margin: 0;
    height:300px;
}
.mob .my-orders-mob{
    display:block;
    position: relative;
}
.mob .my-orders-mob .my-ord {
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px 20px 0 20px;
    margin: 20px 5px;
    margin-bottom: 10px;

}
.mob .my-orders-mob .btn{
    font-size: 14px;
    font-weight: 700;
    padding: 0px 15px;
}
.mob .profile-page-with-menu p{
    width:100%;
}
.web .my-orders-mob {
    display:none;
}
.mob .my-orders-web {
    display:none;
}
.web .my-orders-web {
    display:block;
}
.mob #mobile{
    display:table;
}
.web #mobile {
    display:none;
}
.mob #website {
    display:none;
}
.web #website {
    display:table;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before, .slick-dots li.slick-active button:before{
    color: #ffcb05!important;
}
#thank-you-page .header{
    background-color: #47c353;
    min-height:50px;
    height: auto;
    color:#fff;
    font-size:20px;
    font-weight:400;
    line-height:24px;
    margin-top: 25px;
    padding: 10px 0;
    box-sizing: border-box;
}
#thank-you-page .header-error{
    background-color: #f34c47;
    height:50px;
    color:#fff;
    font-size:20px;
    font-weight:400;
    /*line-height:50px;*/
    display:none;
    margin-top: 25px;
    display: block;
}
.min-height-ty{
    min-height: 52vh;
}
#thank-you-page .header-error span {
    margin-top: 0;
}
#thank-you-page .header span{
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 90px);
    margin-top: -4px;
}
#thank-you-page .typ-info{
    vertical-align:top;
    padding-top:15px;
    padding-left:20px;
}
.typ-success, .type-success{
    font-size:18px;
    font-weight:300;
}
.bold{
    font-weight:500;
    font-size:18px;
}
.thank-you-page-info{
    font-size:18px;
    color:#000;
    font-weight:500;
    margin:30px 0 30px 35px;
    display:block;
}
.thank-you-page-mail{
    font-size:18px;
    color:#000;
    font-weight:300;
    display:block;
}
#thank-you-page .typ-info .mainText{
    color:#000;
    font-size:25px;
    font-weight:500;
    padding-bottom: 5px;
    display:inline-block;
}
#thank-you-page .typ-info .br-porudzbine{
    font-size:18px;
    font-weight:500;
    display: inline-block;
    padding: 8px 0;
}
#thank-you-page .typ-info .order-code{
    color:#ffcb05;
    font-size:18px;
    font-weight:500;
}
#thank-you-page .header img{
    padding-left:20px;
    padding-right:15px;
    display: inline-block;
    vertical-align: middle;
    height: 30px;
}
#thank-you-page .header-registration{
    height:74px;
    background-color:#ffcb05;
    text-align:center;
    color:#fff;
    font-size:15px;
    font-weight: 300;
    padding: 0 20px;
    box-sizing: border-box;
}
#thank-you-page .header-registration img{
    vertical-align: middle;
    width: 50px;
}
#thank-you-page .header-registration span{
    font-size:22px;
    font-weight:400;
    display:inline-block;
    vertical-align: middle;
    margin-right:-14px;
}
#thank-you-page .header-registration div{
    display:inline-block;
}
#thank-you-page .header-registration span p{
    padding-left:36px;
    margin-top:0;
    font-size:15px;
    color:#fff;
    margin-bottom:0;
    font-weight:300;        
}
#thank-you-page .header-registration .registration{
    font-size: 18px;
    font-weight: 400;
    width: 197px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 20px;
    line-height: 38px;
    margin-left: 46px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}
#thank-you-page .header-registration .registration i{
    position: absolute;
    left: 50%;
    bottom: -9px;
    z-index:5;
    margin-left:-6px;
}
#thank-you-page .header-registration .registration i::before{
    height:25px;
    background-color: #ffcb05;
    padding: 0px 7px;
    margin-left: -7px;
    margin-right: -7px;
}
#thank-you-page .register-info{
    background-color: #f2f1f1;
    border:none;
    margin-bottom:-4px;
}
#thank-you-page .typ-login-registration{
    width:100%;
    height:auto;
    overflow: hidden;
    display: none;
}
#thank-you-page  .register-info{
    margin-left:0px;
}
#thank-you-page .registration-wrapper{
    display:none;
}
.button-wrapper span:not(.vertical){
    margin-top: -2px;
    padding-left: 15px;
    border-left: 1px solid white;
    width: 85px;
    display: inline-block;
    line-height: 22px;
}
.button-wrapper i{
    font-size: 20px;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
#typ-print-order-btn i{
    font-size: 24px;    
    margin-top: -2px;
}
#thank-you-page  #typ-save-order-btn img{
    height: 28px;
}
#typ-print-order-btn, #typ-save-order-btn{
    width:180px;
    margin-left:20px;
    margin-top:25px;
    height: 40px;
    background-color: black;
    color: white;
    border-radius: 20px;
    font-size: 18px;
    line-height: 38px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    cursor:pointer;
}
#typ-print-order-btn:hover, #typ-save-order-btn:hover{
    color: #ffcb05;
}
.typ-order-specification{
    margin:30px auto;
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}
#fast-delivery-typ {
    font-size: 15px;
    color: #999999;
    font-weight: 300;
    width: 540px;
    margin-right: 15px;
    background-color: #fafafa;
}
#fast_delivery-typ img {
    width: 80px;
    margin-left: 20px;
    opacity: 0.5;
}

#fast-delivery-thp span {
    text-align: center;
    margin-top: 10px;
    font-weight: 400;
    font-size: 18px;
    vertical-align: middle;
    position: relative;
    top: -34px;
    margin-left: 15px;
}
.login-error-box .errorbox{
    width:210px;
}
.homepage .product-slider.slick-slider{
    margin-left:0
}
.gadget-wrapper .popover, .bootstrap #fnc-comments .popover {
    max-width: 270px !important;
}
.popover, .bootstrap #fnc-comments .popover {
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    line-height: 16px;
    border-radius: 0;
}
.bootstrap #fnc-comments .popover.bottom>.arrow{
    left: 77%;
}
.bootstrap #fnc-comments .popover{
    max-width: 350px;

}
.popover-title, .bootstrap #fnc-comments .popover h3.popover-title {
    background: #fff;
    color: #2d2e33;
    font-size: 12px!important;
    font-weight: 500!important;
    border-bottom: 1px solid #FAC613;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 25px!important;
    text-align: left;
    width: 100%;
}
.popover-content {
    color: #666;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
    padding: 0;
    margin: 0;
}
.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.popover > .arrow {
    border-width: 11px;
}
.popover > .arrow:after {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #e5e5e5;
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #e5e5e5;
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -12px;
    border-top-width: 0;
    border-bottom-color:  #e5e5e5;
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color:  #e5e5e5;
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}
.product-wrap-grid .buttons-grid .popover, .promo-flake-wrap .popover{
    left: 5px!important;    
    width: calc(100% - 10px);
    max-width: 100%;
    margin-top: -20px;
    box-sizing: border-box; 
}
.product-wrap-grid .buttons-grid .popover.top > .arrow {
    margin-left: 20px;
}
.product-wrap-grid .popover.bottom{
    margin-top: 20px;
}
.promo-flake-wrap .popover{
    width: 200%;
    max-width: 150%;
}
.product-wrap-grid .promo-flake-wrap .popover.bottom > .arrow {
    margin-left: -25%;
}
.reclamation-page h2{
    width:50%;
    margin-left:0;
    margin-top:0;  
}
.reclamation-send-by{
    margin-top:20px;
}
.reclamation-page .btn{
    padding:5px 20px;
    margin:50px 0 100px;
    float:right;
}
#ProductCode{
    width:calc(100% - 150px);
}
.reclamation-page li .btn{
    margin:10px 0;
    width:150px;
}
.reclamation-page select{
    width:50%;
    display:block;
    margin:20px 0;
}
#cal-field-1, #cal-field-2{
    width:calc(100% - 150px);
}
.reclamation-page .profile-page-with-menu form>div{
    width:calc(50% - 10px);
}
.reclamation-page .profile-page-with-menu form>div:first-of-type{
    float:left;
}
.reclamation-page .profile-page-with-menu form>div:last-of-type{
    float:right;
}

#floater-banner {
    position: fixed;
    bottom: 11px;
    right: 11px;
    left: auto;
    top: auto;
    width: 300px;
    height: 70px;
    z-index: 100000;
    background-color: #E5E5E5;
    overflow: hidden;
    border-radius: 2px;
}
#floater-banner-center {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 100000;
    overflow: hidden;
    border-radius: 2px;
    display: none;
    transform: translate(-50%, -50%);
}
#floater-banner-center img{
    max-width:50vw;
    max-height: 70vw;
}

#floater-banner-x {
    position: fixed;
    width: 18px;
    height: 18px;
    bottom: 85px;
    right: 15px;
    z-index: 9999;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    opacity: 0.7;
}
#floater-banner-center-x img{
    width: 100%;
}
#floater-banner-center-x {
    position: fixed;
    width: 20px;
    height: 20px;
    top:2px;
    right:2px;
    z-index: 111111;
    border-radius: 2px;
    color: #000000;
    cursor: pointer;
    opacity: 0.7;
}
.order-type{
    float: right;
    margin-top: 4px;
}
.order-type li{
    float: right;
    margin-left: 30px;
    margin-right: 20px;
}
.order-type li label{
    white-space: nowrap;
}
.filter-content .mCSB_container:not(.mCS_no_scrollbar_y){
    margin-right: 20px!important;
}
.show-menu{
    height:calc(26.65vw + 26px);
   max-height:538px ;
   visibility:visible ; 
   opacity:1;
}

.homepage .category-menu-wrap{
     height:calc(26.65vw + 26px);
    max-height: 538px;
    width:0;
}
.contact-wrap{
    margin-bottom: 50px;
}
.contact-form ul li{
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}
.inf_wrapper img{
    display: none;
}
#submit3 i{
    margin-right: 10px;
}
#contactform{
    margin-top: -150px;
    padding-top: 150px;
}
.wish-list-page-wrap .product-listing-wrap{
    overflow: hidden;
    width: 100%;
}
.reserved-wish {
    width: 167px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 0;
    margin-top: -4px;
}
.search-field{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    padding-left: 10px;
    font-size:16px;
}
.js-hoveredStarFull{
    color: red;
}
.product-details-compare{
    display: none;
}
#autofill-container{
    font-size: 13px;
    height: 362px!important;
    max-width: 100%;
    width:100%;
    max-height: 80vh;
    overflow-y: auto;
}
#autofill-container .header-basket-item {
    padding: 2px 2px 2px 0;
}
#autofill-container .header-basket-item span img{
    display: inline-block;
    vertical-align: middle;
    max-height: 50px;
    max-width: 50px;
}
#autofill-container .header-basket-item > a > span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 50px;
    text-align: center;
}

#autofill-container .header-basket-item p {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    margin: 0;
    font-size: 12px;
    max-height: 33px;
    overflow: hidden;
    line-height: 11px;
    padding-left: 5px;
    white-space: normal;
}
#autofill-container .header-basket-item > a {
    width: 100%;
    text-align: left;
    display: block;
    padding: 0;
    height: 100%;
}
#autofill-container .header-basket-item span span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.autofill-list1, .autofill-list2, .autofill-list3{
    max-width: calc(33.33% - 1px);
    white-space: nowrap;
    overflow: hidden;
}
#autofill-container .autofill-title1, #autofill-container .autofill-title2, #autofill-container .autofill-title3 {
    max-width: calc(100% - 5px);
}
.autofill-list a{
    padding: 5px!important;
}
.compare-products-wrapper{
    background-color: rgba(0, 0, 0, 0.6);
    height: 100px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 999999;
    visibility: visible;
    margin: 0;   
}
.compare-products-item{
    float: left;
    width: calc(25% - 20px);
    height: 60px;
    margin: 20px 20px 20px 0;
    border: 1px dashed white;
    box-sizing: border-box;
    color: white;
    position: relative;
    padding: 5px 20px;
}
.compare-thumbs-wrapper{
    width: calc(100% - 170px);
}
.comapare-btns{
    float: right;
    width: 170px;
    margin: 17px 0;
}
.compare-products-btn{
    width: 170px;
    height: 40px;
    border-radius: 20px; 
    background: white;
    color: #666666;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.1s all ease;
}
.compare-products-btn:hover{
    color:#fac50f;
    transition: 0.1s all ease;
}

.compare-products-remove-all{
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
    width: 170px;
    text-align: center;
    border-bottom: 1px solid transparent;
}
.compare-active{
    background: white;
    color: #666666;
}
.position-index{
    position: absolute;
    top: 5px;
    left: 6px;
    font-size: 12px;
    color: white;
}
.compare-active .position-index{
    color: black;
}
.compare-product-img{
    height: 100%;
    border: 1px solid #ebebeb;    
    box-sizing: border-box;
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    position: relative
}
.compare-product-img img{
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    height: auto;
    width: auto;
    max-height: 80%;
    max-width: 80%;
}
.warranty_container .buttons-grid{
    margin-top: 3px;
}
.opc-modal-terms.remodal{
    height:89vh;
    text-align: left;
}
.opc-modal-content{
    overflow-y: scroll;
    height:75vh;
    padding:20px;
}
.opc-modal-terms.remodal{
    padding:0;
}
.opc-button-wrap{
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #f3f3f3;
    bottom: 0;
    padding: 5px 20px 5px 0px;
    box-sizing: border-box;
    border-top: 1px solid #fbfbfb;
    height:60px;
}
.compare-product-item-name{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 60px);
    font-size: 12px;
    color: black;
    text-align: left;
    padding: 0 5px;
    box-sizing: border-box;
    max-height: 100%;
    overflow: hidden;
}
.remove-compared-product{
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
}
.compare-products-message{
    font-size: 14px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
    padding-left: 5px;
}

.product-details-slider .slick-track{
    margin:auto;
    padding: 0;
}
.category-page h1{
    margin-left: 40px;
}
.gift-wrapper + .popover{
    margin-top: 10px;
    top: -15px!important;
}
.product-wrap-grid .gift-wrapper + .popover{
    margin-top: 10px;
    top: 40px!important;
}
.price-description.js-custom-popover +.popover{
    right:-4px !important;
    position:absolute !important;
    left:initial !important;
} 
.related-products-wrap h3 a, #seen-products-target h3 a{
    cursor:initial;
}
.price-description.js-custom-popover{
    position:relative !important;
}
.price-description .price{
    margin-right: 0;
}
.gift-wrapper + .popover .arrow{
    display: none;
}
.gift-wrapper + .popover img{
    display: block;
    margin: auto;
    max-width: 80%;
}
.product-wrap-grid .gift-wrapper{
      width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0 0 10px #ddd;
    line-height: 100px;
    position: absolute;
    right: 29px;
    top: 55px;
    z-index:5;
    max-height: 50px;
    cursor:pointer;
}
.product-wrap-grid .gift-wrapper img{
    width: 100%;
    vertical-align: middle;
    display: inherit;
}
.product-wrap-grid .gift-wrapper.warranty-wrapper{
    background-color: transparent;
    box-shadow: none;
}
.product-wrap-grid .gift-wrapper.warranty-wrapper img{
    width:auto;
    height:100%;
    margin:auto;
}
.related-products-wrap{
    width: 70%;
    float: left;
    margin-bottom: 20px;
}
.seen-products-wrap{
    width: 30%;
    float: right;
    padding-left: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.product-slider-similar{
    margin: 0!important;
}
.seen-products-wrap .promo-service-title span::before, .related-products-wrap .promo-service-title span::before, .seen-products-wrap .promo-service-title span::after, .related-products-wrap .promo-service-title span::after{
    display: none;
}
.close-menu{
    display:none;
}
.no-product-msg p {
    margin-top: 20px;
    font-size: 18px;
    color: rgba(0,0,0,0.8);
}
.category-description{
    width: 100%;
    margin: 20px 0;
    padding: 20px;
    background-color:#f7f7f7;
    box-sizing: border-box;
}
 span.outlet-shop {
    margin-top: 20px;
    float: left;
}
 span.outlet-shop a {
    color: #1a0dab;
}
.outlet-shop.contact-info {
    margin-bottom: 20px;
}
.category-description h2{
    font-size:24px;
    font-weight: 400;
    color:rgba(0,0,0,0.8);
    margin: 0;
    margin-bottom: 20px;
}
.category-description p{
    font-weight: 300;
    font-size: 16px;
    color:#2d2e33;
    line-height: 24px;
    margin-left:0;
}
.category-description h3 {
    font-weight: 400;
}
#product-description a{
    color:#88bce8 !important;
    text-decoration:none !important;
}
.category-description a{
    color:#0F52BA !important;
    text-decoration:none !important;
}
.js-shown-basket, .js-shown-wish{
    visibility: visible;
    opacity: 1;
    transition: 0.5s all;
}
.open-menu{
    display: block!important;
}
.tab-pane.wrapped{
    margin:30px 0;
}
.one-page-checkout .heading{
    font-size:20px;
    font-weight:500;
}
.opc-modal{
    display: none;
}
.opc-modal-terms{
    display: none;
}
opc-modal-error {
    display: none;
}
#error_popup_message {
    padding-right: 25px;
}
.register-page .radio-checkbox-wrap input:checked + i,
.newsletters-page .radio-checkbox-wrap input:checked + i{
    opacity:1
}
.register-page .radio-checkbox-wrap input + i + i,
.newsletters-page .radio-checkbox-wrap input + i + i{
   color:#ffcb05;
   font-size: 14px;
   left: 1px;
}
span#footer-telephone-error-element, span#footer-email-error-element {
    position: absolute;
    left: 40%;
    top: 5px;
    font-weight: 500;
}
.slick-lightbox-slick-item-inner{
    background-color:white;
    width:80%;
    margin-top:-50px;
    
}
.slick-lightbox-slick-item-inner img{
   
    margin:auto !important;
    height:auto !important;
}
.product-details-slider-products.content-wrap{
    padding:0;
}
.slick-lightbox-close{
    background-color: white !important;
    border:2px solid #ccc !important;
    height:30px !important;
    width:30px  !important;
    border-radius: 15px  !important;
    line-height: 30px  !important; 
    top:20px !important;
    right:20px !important;
}

.slick-lightbox-close:before{
    color:black !important;
    opacity:1  !important;
    font-size:23px !important;
    font-weight:800 !important;
}
.product-picture-wrap .slick-initialized .slick-slide{
    cursor:zoom-in;
}
 .slick-lightbox-inner .slick-next:before{
    content:"\e952" !important;
}
.slick-lightbox-inner .slick-prev:before{
     content:"\e951" !important;
}
.slick-lightbox-inner .slick-prev, .slick-lightbox-inner .slick-next{
    top:calc(50% - 36px) !important;
    margin-top:0 !important;
}
.slick-lightbox-inner .slick-prev:before, .slick-lightbox-inner .slick-next:before {
    font-family: 'icomoon' !important;
    z-index: 3 ;
    color: white;
    font-size: 20px;
    top: 125px;
    cursor: pointer;
    padding: 8px;
    border-radius: 25px;
    background-color: rgba(0,0,0,0.4);

}
.slick-lightbox .slick-next{
    right:13% !important;
     z-index:999!important;
}
.slick-lightbox .slick-prev{
    left:12% !important;
    z-index:999!important;
}
.sp-header img{
    width:100%;
    height:auto;
}
.sp-header{
    margin-bottom:-4px;
    display:block;
}
.sp-header-mob{
    display:none;
}
.product-details-footnote{
    margin-bottom:20px;
    line-height: 21px;
    color:rgba(0,0,0,0.8);
    font-size:12px;
}
#blanket {
    background-color:#000;
    opacity: 0.6;
    background:none;
    position:absolute;
    z-index: 9001;
    top:0px;
    left:0px;
    width:100%;
}
#popUpDiv {
    position:absolute;
    margin-top: 0px;
    padding: 0;
    width:763px;
    height:702px;
    background-color: #FFF;
    z-index: 999999;
}
#popUpDiv a {
    position:relative;
    top:0px;
    left:0px
}
.sk-bord-bck {
    background-color: rgba(21, 49, 99, 255);
    border-color: rgba(21, 49, 99, 255);
    width: auto;
}

.cc_wrap.cc_wrap_details.cc-bord-bck {
    background-color: rgb(244, 0, 0);
    border-color: rgb(244, 0, 0);
    width: auto;
}

.cc_wrap.checkout.cc-bord-bck {
    background-color: rgb(244, 0, 0);
    border-color: rgb(244, 0, 0);
    width: auto;
}

.sk_wrap {
    position: absolute;
    line-height: 29px;
    left: 7px;
    margin-top: 9px;
    border: 2px solid rgba(21, 49, 99, 255);
    border-right: 0;
    padding: 0 15px;
    z-index: 9;
}
.one-page-checkout .sk_wrap {
    padding: 0 5px;
}
.cc_wrap {
    position: absolute;
    line-height: 29px;
    left: 7px;
    margin-top: 9px;
    border: 2px solid rgb(244, 0, 0);
    border-right: 0;
    padding: 0 15px;
    z-index: 5;
}
.one-page-checkout .cc_wrap {
    padding: 0 5px;
}
.sk_wrap_details{
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 21px;
}
.cc_wrap_details{
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 21px;
}
.tri-border {
    position: absolute;
    right: -12px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgba(21, 49, 99, 255);
}
.cc-tri-border {
    position: absolute;
    right: -12px;
    top: 5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid rgb(244, 0, 0);
}
.tri-background {
    position: absolute;
    right: -10px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

}
.cc-tri-background {
    position: absolute;
    right: -10px;
    top: 7px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;

}
.sk_wrap .tri-border {
    right: -20px;
    top: -2px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid rgba(21, 49, 99, 255);
}
.cc_wrap .cc-tri-border {
    right: -20px;
    top: -2px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 20px solid rgb(244, 0, 0);
}
.sk_wrap .tri-background {
    right: -17px;
    top: -2px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid rgba(21, 49, 99, 255);
}
.cc_wrap .cc-tri-background {
    right: -17px;
    top: -2px;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 17px solid rgb(244, 0, 0);
}
.sk_col_plava {
    color: rgba(21, 49, 99, 255)
}
.sk_col_crvena {
    color: rgba(237, 28, 36, 255)
}
.sk_col_bela {
    color: rgba(255, 255, 255, 255)
}
.cc_col_bela {
    color: rgba(255, 255, 255, 255);
}
.cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela img {
    display: inline;
    width: 43px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 2px;
}

.promo-service-grid .promo-flake-wrap.cc-bord-bck .cc_col_bela img {
    width: 43px;
}

.cc_wrap.checkout.cc-bord-bck span.cc_col_bela img {
    width: 43px;
    float: left;
    margin-top: 3px;
    margin-left: -1px;
}

@media screen and (min-width: 1950px){
    .category-menu-item0>.submenu-category-item>.category-menu-item1{
        left:351px;
    }
    .category-menu{
        width:351px;
    }
    .category-menu-item1.second-level a, .submenu-category-item.second-level-category{
        font-size: 18px;
    }
    .category-menu-item1.second-level .third-level-category>a{
        font-size:17px;
    }
    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category, .submenu-category-empty{
        height:30px;
    }
}
@media  screen and (max-width: 1500px){
    .product-description-grid div{
        width:180px;
    }
    .promo-flake-wrap.sk-bord-bck{
        max-width: 124px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela {
        padding: 0;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span {
        padding: 0px!important;
    }
}
@media  screen and (max-width: 1456px){

    .footer .social-networks{
        margin-left: 14px;
        margin-right: 0;
        min-width: 375px;
        width:calc(100% - 922px);
    }

    .footer-section.no-title{
        margin-left: -45px;
    }
    .compare-products-spec table {
        border-collapse: collapse;
    }
    .account-menu li.account-menu-active{
        background: #f7f7f7;
        color: #ffcb05;
    }
    .tabs-box-grey-wrap{
        background: #f7f7f7;
        padding: 30px 0 60px;
    }
    .four-column-wrap-delivery-form{
        margin-bottom: 430px;
    }


}
@media  screen and (min-width: 1370px){
      .logo-wrap img{  
    width:100%;
} 

@-moz-document url-prefix() {
   .logo-wrap img{
        width: 98vh;
    }
}
}
@media  screen and (max-width: 1450px){
    .radio-checkbox-wrap label{
        margin-left:26px;
    }
}
@media  screen and (max-width: 1426px){
    .wish-list-page-wrap .product-listing-product ul li.product-listing-img-name{
        width: calc(100% - 482px);
    }
    .wish-list-page-wrap .product-listing-product > ul:after {
        left: calc((100% - 482px)*0.45);
    }
    .my-account-wrap-img{
        width:50%;
    }
    .promo-code-submit input{
        width: 125px;
    }

}
@media  screen and   (max-width: 1366px){
    .price-wrap-product-details .basket{
        width:230px;
    }
    .wrap-timer .timer-product-details{
        margin-top:0;
    }
        #home-banner-web-js  .thm-arrow2-left{
   right:72%;
}
.wrapped h3{
    font-size: 17px;
}
.terms-and-submit .basket, .terms-iqos .basket{
    font-size:12px;
    width:100%;
    max-width: 250px;
}
.submit-btn-wrap{
    width:160px;
}
.filter-content span, .filters-sticky-title, .filter-title{
    font-size: 12px;
}
.product-name-grid{
    font-size: 16px;
}
    .price-wrap-product-details{
        margin-top: -25px;
    }
    .timer-product-details-wrap .timer-grid{
        height:70px;
    }
    .category-menu-item0>.submenu-category-item>.category-menu-item1{
        left:300px;
        display:none;
    }

    .category-menu-item1.second-level{
        width:calc(100vw - 350px);
    }
    .promo-service-product-details{
        margin-top:0px;
    }
    .price-wrap-product-details .free-delivery{
        margin-bottom: 5px;
    }
    .product-details-title{
        font-size:20px;
    }
    .product-info-wrap .star-wrap li{
        font-size:16px;
        margin-top:0;
    }
    .short-description-product-details{
        font-size:14px;
    }
    .half-content-wrap .warranty-wrapper, .half-content-wrap .gift-wrapper{
        width:80px;
        height:80px;
        line-height: 80px;
        right:0;
    }

    .timer-product-details-wrap .compare-product{
        margin-top:30px;
    }
    .product-info-wrap .on-stock {
        margin-top: 10px;
        font-size: 17px;
    }
    .timer-product-details{
        margin-top:10px;
    }
    .logo-wrap{
        width:305px;
    }
    .category-menu{
        width:300px;
    }
    .home-banner-carousel {
        width: calc(100% - 322px);
        margin-left: 322px;
    }
    .header-user{
        width:444px;
    }
    .search-form{
        width:calc(100% - 750px);
    }
    .short-description-product-details li{
        line-height: 24px;
    }
    .short-description-product-details{
        margin-top:10px;
    }

    .timer-product-details{
        line-height:70px;
        height:70px;      
    }
    .timer-product-details i{
        font-size:34px;
    }
    .product-info-wrap{
        padding:0 0 0 20px;
        position:relative;
    }
    .category-menu-item0.first-level{
        width:300px;
        height:100%;
        
    }
    .product-description-grid div{
        width:165px;
    }
    .submenu-category-item.third-level-category:hover:after {
        top:1.2vw;
    }
    .gadget-wrapper {
        right: 8px;
        top: 53px;
    }
}
@media screen and (max-width: 1365px){

    .four-column-wrap-product-listing{
        width: 100%;
    }
    .two-column-wrap-payment{
        width: 50%;
    }
    .four-column-wrap-delivery-form{
        width: 50%;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-total{
        width: 160px;
    }
    .wish-list-page-wrap .product-listing-total .product-listing-column-header{
        margin-left: 15px;
    }
    .wish-list-page-wrap .price{
        margin-right: 0;
        font-size: 22px;
    }
    .wish-list-page-wrap .savings{
        font-size: 11px;
        margin: 0 0 -2px 0;
    }
    .wish-list-page-wrap .old-price{
        font-size: 13px;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-price{
        width: 160px;
        padding-right: 25px;
    }
    .wish-list-page-wrap .product-listing-name h2{
        font-size: 15px;
    }
    .wish-list-page-wrap .product-listing-name span{
        font-size: 12px;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-img-name {
        width: calc(100% - 440px);
    }
    .wish-list-page-wrap .product-listing-product > ul:after {
        left: calc((100% - 440px)*0.45);
    }
    .account-menu li a span{
        font-size: 20px;
    }
    .account-menu li a i{
        font-size: 35px;
    }
    .account-menu-wrap{
        width: 27.1%;
    }
    .profile-page-with-menu{
        width: 72.9%;
    }
    .footer ul{
        margin-right: 20px;
    }
    .footer .social-networks li ul li{
        line-height: 50px;
        height:50px;
        width:50px;
    }
    .footer-section.no-title {
        margin-left: -16px !important;
    }
    .footer-section.social-networks {
        min-width: 375px;
    }
}
@media screen and (min-width: 1366px) and (max-width: 1455px) {
    .e-trust-mart img {
        margin-left: -6%;
    }
    .footer-section.social-networks {
        width: calc(100% - 980px) !important;
        margin-left: 20px;
        margin-left: 25px !important;
    }

    .footer .social-networks li ul li:first-child {
        margin-left: 0px !important;
    }
    .footer-section.social-networks li ul li {
        margin-right: calc((90% - 220px)/4) !important;
    }
}
@media screen and (min-width: 1411px) and (max-width: 1455px) {
    .e-trust-mart img {
        margin-left: -12%;
    }
}

@media screen and (min-width: 1456px) {
    .footer-section.social-networks {
        width: calc(100% - 1020px) !important;
        margin-left: 25px !important;
    }
    .footer .social-networks li ul li:first-child {
        margin-left: 0px !important;
    }
    .footer-section.social-networks li ul li {
        margin-right: calc((100% - 300px)/4) !important;
    }
    .e-trust-mart img {
        margin-left: -21%;
    }
}
.e-trust-mart {
    width: calc(99% - 1020px);
    height: auto;
    margin: 20px auto;
    width: 200px;
}
.e-trust-mart img {
    width: 200px;
    height: auto;
    min-width: calc(99% - 832px);
}
@media  screen and (max-width: 1350px){

    .product-picture-wrap > div>div{
        width:80%;
        height:75%;
    }
    .half-content-wrap .gift-wrapper{
        right: -16px;
        top: -10px;
    }
    .half-content-wrap .warranty-wrapper{
        right:-16px;
    }
    .footer-copyright p{
        display: block;
        width: 100%;
        text-align: center;
    }
    .recaptcha {
        transform: scale(0.68);
        -webkit-transform: scale(0.68);
        transform-origin: 0 40px;
        -webkit-transform-origin: 0 40px;
    }
    .compare-products-message{
        font-size: 12px;
    }
}
@media  screen and (max-width: 1288px){
.home-banner-carousel.slick-slider{
    margin-left:calc(23% + 22px);
}
}
@media  screen and (max-width: 1260px){
    .category-menu i {
        font-size: 18px;
        margin: 0 10px;
    }
    .category-menu{
        font-size:12px;
    }
    .header-user>div{
        font-size:15px;
        margin-right: 20px;
    }
    .price-wrap-product-details .basket{
        width:200px;
    }
    .compare-products-message{
        font-size: 11px;
    }
    .related-products-wrap{
        width: 60%;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .seen-products-wrap{
        width: 40%;
        padding-left: 10px;
    }
    .promo-flake-wrap.sk-bord-bck{
        max-width: 124px;
    }
}
@media screen and (max-width: 1180px){
    .account-menu li a span{
        font-size: 16px;
    }
    .account-menu li a i{
        font-size: 28px;
    }
    .compare-product-img {
        height: 32px;
        width: 40px;
        margin: 8px 0;
    }
    .compare-product-item-name {
        width: calc(100% - 40px);
        font-size: 11px;
        line-height: 12px;
    }
    .compare-products-message{
        font-size: 11px;
    }
     .footer .social-networks{
        min-width: 345px;
    }
    .home-link .title {
        font-size: 20px;
    }
}
@media  screen and (min-width: 1181px) and (max-width: 1365px) {
    .footer .social-networks li ul li {
        margin-right: 20px !important;
    }
}
@media  screen and (min-width: 1151px) {
    .footer-section.social-networks {
        width: auto;
        min-width: auto !important;
    }
    .footer-section.social-networks li ul li {
        margin-right: calc((50% - 115px)/4);
    }
}
@media  screen and (max-width: 1150px){
    .price-wrap-product-details .basket{
        width:165px;
        font-size:14px;
    }
    .timer-product-details{
        width:260px;
    }
    .price-wrap-product-details .free-delivery{
        font-size:16px;
    }
    .price-wrap-product-details .price{
        font-size: 32px;
    }
    .footer .social-networks{
        min-width: 15vw;
        width: auto;
    }
    .footer .social-networks li ul li{
        margin-right:2px;
        line-height: 3.6vw;
        height: 3.6vw;
        width: 3.6vw;
        font-size: 2vw;
    }
    .promo-flake-wrap.sk-bord-bck{
        max-width: 100px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela{
        padding: 0!important;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 9px!important;
    }
    .on-stock.grid, .on-stock.supplier {
       font-size: 12px;
       padding: 0 10px;
    }
    .price-wrap-product-details .min-max-outlet-price {
        font-size: 32px;
    }
}
@media  screen and (min-width: 1637px) {
    .gadget-wrapper {
        margin-left: 703px;
        right: inherit;
    }
}
@media  screen and (min-width: 1365px) and (max-width: 1600px){
  
    .on-stock.grid{
        font-size:11px;
    }

    .payment-method ul li{
        width: 100%;
    }
    .submit-btn-wrap{
        text-align: left;
        margin-top:0;
    }
}
@media  screen and (min-width: 1365px) and (max-width: 1465px){
    .logo-wrap  a{
        width:12vw;
    }
}
@media only screen and (min-width: 1097px) and (max-width: 1365px){
    .content-wrap {
        max-width: 1365px;
    }
    .promo-code-submit input{
        width: 100%;
    }
    .filter-wrap{
        width: 20.3%;
    }
    .main-col,
    .main-col-category{
        width: 79.7%;
    }
    .products-wrap .product-wrap-grid, .main-col-single-box {
        width: calc(25% - 20px);
    }
    .main-col-double-box{
        width:49.05%;
    }
    .main-col .product-slider .product-wrap-grid{
        margin-right: 20px;
    }
    .on-stock.grid{
        font-size:11px;
    }
    .product-description-grid div{
        font-size:13px;
    }
    .category-box-single h2{
        font-size: 1.47vw;
    }
    .category-box-double h2{
        padding-left: 10%;
        padding-right: 8.11%;
        font-size: 2.2vw;
    }
    .terms-and-submit, .terms-iqos{
        text-align: center;
        width: 100%;
        margiin-top:20px;
    }
    .terms-and-submit .radio-checkbox-wrap, .terms-iqos .radio-checkbox-wrap{
        white-space: nowrap;
        width: auto;
    }
    .submit-btn-wrap{
        text-align: center;
        margin-left:30px;
    }
    .terms-and-submit .radio-checkbox-wrap label, .terms-iqos .radio-checkbox-wrap label{
        font-size: 18px;
    }
    .opc-wrap .heading{
        margin-left: -20px;
        margin-top: 0;
        padding: 20px 20px 0;
        font-weight: 500;
    }
    .order-type li{
        margin-left: 10px;
        margin-right: 0;
    }
    .two-column-wrap-payment{
        width:100%;
        padding-left: 0;
    }
}
@media  screen and (max-width: 1200px){
    .two-column.customer-type{
        width:70%
    }
}
@media only screen and (min-width: 828px) and (max-width: 1096px){
    .content-wrap {
        max-width: 1096px;
    }
    .filter-wrap{
        width: 25.47%;
    }
    .main-col,
    .main-col-category{
        width: 74.53%;
    }
    .products-wrap .product-wrap-grid, .main-col-single-box {
        width: calc(33.33% - 20px);
    }
    .main-col-double-box{
        width:65.82%;
    }

    .payment-method ul li{
        width: 100%;
    }
    .submit-btn-wrap{
        margin-top: 0px;
        margin-left: 30px;
    }
    .terms-and-submit, .terms-iqos{
        text-align: center;
    }
    .category-box-single h2{
        font-size: 1.82vw;
    }
    .category-box-double p{
        padding-left: 10%;
        padding-right: 7.46%;
        font-size: 2.74vw;
    }
    .home-link .title {
        font-size: 18px;
    }
}
@media screen and (max-width: 1280px) and (max-height: 620px) and (min-height: 500px) {
    .half-content-wrap.right .price-wrap-product-details {
        margin-top: 20px;
    }
}

.banner-outlet {
    display: block;
    width: 100%;
    height: auto !important;
}

h1.outlet-title {
    color: gray;
    font-weight: 300;
    margin-bottom: 10px;
}
.product-wrap-outlet-flag-details {
    position: absolute;
    top: 15px;
    right: 15px;
}
@media only screen and (max-width: 1076px) and (min-width: 1025px) {
    .half-content-wrap.right img.product-info-outlet {
        width: 100%;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1136px) {
    .header-links a, .header-links h3{
       margin-right:6px;
    }
}
@media screen and (min-width: 1025px){
    .filter-wrap{
        display: block!important;
    }
    .product-info-wrap.outlet-info {
        width: 100%;
        float: left;
    }
    .product-info-wrap.outlet-info
    .product-details-title.product-outlet-title {
        margin-left: 15px;
    }
    .product-info-wrap.outlet-info .product-outlet-code {
        margin-left: 15px;
    }
    .short-description-product-details.outlet-description {
        width: 425px;
        float: left;
        margin-left: 15px;
    }
    .half-content-wrap.left.outlet-flat-details {
        position: relative;
    }

    .footer-content li.promocije-u-radnjama {
        display: none;
    }
    .gadget-wrapper-mobile {
        display: none;
    }
    .footer-section.social-networks {
        margin-left: -5px;
    }
}

@media screen and (min-width: 1024px){

    .account-menu .slick-track{
        transform: translate3d(0, 0, 0)!important;
    }
    .footer-content{
        display: block!important;
    }
    .category-menu:hover + .category-menu-wrap, .category-menu-wrap:hover{
        visibility: visible !important;
        opacity:1 !important;
        height:calc(26.65vw + 26px);
        max-height: 538px;
        overflow: inherit;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
    .footer .social-networks li ul li:first-child {
        margin-left: 9px;
    }

}
@media only screen and (min-width: 1024px) and (max-width: 1180px){
    .footer .social-networks li ul li {
        margin-right: 8px !important;
    }
}
@media screen and (max-width: 1024px){
    .register-page li.newsletters.four-colums {
        width: 100%;
        white-space: normal;
    }
    .in-shop-btn.basket.grid.fsize{
        font-size:9px;
    }
    .my-account.newsletters li.four-colums {
        width: 100%;
        white-space: normal;
    }

    .timer-banner-wrapper-desktop{
        display:none;
    }
    .timer-banner-wrapper-mobile{
        display:block;
    }
    .timer-banner-wrapper-mobile .content-wrap{
            height: 180px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px !important;
    }
    .wrap-timer img{
        right:-62px;
    }
    .timer-banner-wrapper-mobile .timer-banner {
    height: auto;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: initial;
    right:0;
    margin: auto !important;
    height: 100% !important;
    min-width: 100%;
    width: auto;
}
 .timer-banner-wrapper-mobile .wrap-timer .timer-product-details>div{
    font-size: 13px;
}
 .timer-banner-wrapper-mobile .wrap-timer .timer-product-details>div i{
    font-size: 18px;
}
.timer-banner-wrapper-mobile .wrap-timer .timer-product-details>div>span{
    font-size:8px;
    font-weight: 700;
}
.timer-banner-wrapper-mobile .wrap-timer .timer-product-details>div:first-of-type{
    display:block;
    margin-bottom:10px;
}
.timer-banner-wrapper-mobile .wrap-timer{
    width:200px;
}
.timer-banner-wrapper-mobile .wrap-timer .timer-product-details >div>span:after{
    width:9px;
    left:-3px;
}
.timer-banner-wrapper-mobile .wrap-timer .name-timer{
    margin:15px 0 10px 15px;
    width:140px;
    white-space: initial;
  overflow: initial; 
 text-overflow: initial; 
 font-size:15px;
}
.timer-banner-wrapper-mobile .wrap-timer .timer-product-details div{
    margin-right: 10px;
}
.timer-banner-wrapper-mobile .wrap-timer .desc-timer{
        margin: 0;
   white-space: initial;
  overflow: initial; 
 text-overflow: initial;
    width: 144px;
    max-width: 400px;
    margin: 10px auto;
    font-size: 11px;
}
.timer-banner-wrapper-mobile .link-txt{
    font-size: 10px;
}
    #gameCanvas{
        display:none;
    }
    .sticker-wrap{
        display:none !important;
    }

    
    .sp-header-mob{
    display:block;
    }
     .sp-header{
    display:none;
    }
    .sp-header-mob{
    overflow: hidden;
    height: 80px;
    position: relative;
    margin-top:-10px;
    }
    .sp-header-mob img{
        min-height: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto !important;
        height: 100% !important;
        min-width: 100%;
        width: auto;
    }
    .promo-page .catgeory-name h1 {
        margin-bottom: 70px;
    }
    .promo-code-submit input{
        width: 100%;
    }
    .submit-btn-wrap{
        margin-top: 0px;
        margin-left: 30px;
    }
    .terms-and-submit, .terms-iqos{
        text-align: center;
    }
    .logo-wrap img{
        width:100%;
    }
    .terms-and-submit .radio-checkbox-wrap, .terms-iqos .radio-checkbox-wrap{
        white-space: nowrap;
        width: auto;
    }
    #floater-banner, #floater-banner-x {
        display: none !important;
    }
    .category-banner-wrap{
        width: calc(100% + 40px);
        display: block;
        overflow: hidden;
        height: 178px;
        position: relative;
        margin-top: 0px;
        margin-bottom: 10px;
        margin-left:-20px;
    }
    .category-banner-wrap img{
        min-height: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto !important;
        height: 100% !important;
        min-width: 100%;
        width: auto;
    }
    span#footer-telephone-error-element, span#footer-email-error-element {
        left: 0%;
        top: -26px;
    }
    .promo-desc img{
        margin-top:50px;
    }
    .promo-page .filters-sticky{
        display: initial;
        height: initial;
        margin-top: initial;
    }
    .product-details-bootstrap .product-info-tabs{
        position:initial!important;
    }
    .send-mail-btn.btn:hover{
        color:white;
    }
    .send-mail-btn.btn{
        margin-bottom: 20px;
    }
    .url-category-banner{
        display:none;
    }
    .category-menu-item1.second-level a{
        width:initial;
        display:inline-block;
    }

    .product-pictures-wrapper{
        height: 356px;
        position: relative;
        max-height: 64vh;
        margin-bottom: 20px;
    }
    .scroll-category{
        position:fixed;
        top:53px;
        height: calc(100vh - 53px);
        box-sizing: border-box;
    }
    /*.main-col-category .double-banner .slick-slide {
        overflow: hidden;
        position: relative;
        
    }*/
    .product-picture-wrap{
        height:100%;
    }
    .pager{
        margin-top:0;
    }
    .home-banner-mobile.slick-slider.slick-initialized{
        overflow: hidden;
    }
    .product-code{
        display:none;
    }
    .empty-basket p{
      width:100%;  
    }
    .brand-wrapper .brand-image img{
        position: initial;
        text-align: center;
    }
     .brand-wrapper .brand-right-side{
        width:100%;
    }
    .not-found-img{
        width:224px;
    }
    .page-not-found .not-found-img{
        display:none;
    }
    .brand-wrapper .brand-item{
        min-width:22%;
        max-width:22%;
    }
        .dropdown-login{
        display:none;
    }
    .header-user i{
        font-size:24px;
    }
    .category-menu-item1.second-level {
        background-image: none !important;
    }
    .home-banner-mobile.slick-slider.slick-initialized{
    height:250px;
}
.home-banner-mobile .slick-track{
    height:250px;
}
.home-banner-mobile  .slick-slide{
    overflow: hidden;
    height:250px;
    position: relative;
}
.home-banner-mobile.slick-slider .slick-slide img, .single-banner img{
     min-height: 100%;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto !important;
    height: 100% !important;
    min-width: 100%;
    width:auto;
}
.home-banner-mobile.slick-slider .slick-list{
    margin: 0;
}
.home-banner-mobile.slick-slider .slick-track{
    padding: 0;
}
.home-banner-mobile.slick-slider .slick-dots li{
    background: transparent;
}
     .footer-switch-right{
        float:left;
    }
    .one-page-checkout .search-form{
        display:none !important;
    }
    .order-type{
        margin-top:0;
    }
     .submenu-category-item.third-level-category:hover:after{
        background-color: transparent;
    }
    .submenu-category-empty{
    display: none!important;
    max-height: 0!important;
    height: 0!important;
    }
    .header-fixed .content-wrap{
        padding-top:0;
    }
    .opc-wrap{
        margin-bottom:20px;
    }
    .compare-product-img{
       width:100%;
    }
    .content-wrap.single-banner, .content-wrap.double-banner.slick-slider, .content-wrap.triple-banner.slick-slider{
        width:100%;
        padding:0;
        margin:0;
        margin-left:0;
        margin-bottom: 20px;
    }
    .double-banner .slick-slide a, .triple-banner .slick-slide a{
        height:auto;
        width:100%;
    }
    .double-banner .slick-slide img,.triple-banner .slick-slide img{
        height:auto;
        width:100%;
    }
     .content-wrap.single-banner.slick-slider a {
        height:200px;
        overflow: hidden;
        position: relative;
        width:100%;
    }
    .comapare-btns{
        float:left;
        width:100%;
        margin-top:0;
    }

    .compare-products-message{
        display:none;
    }
    .logo-wrap a{
        width:145px;
    }
        .compare-products-item {
        width: calc(25% - 20px);
        margin-bottom: -10px!important;
        height: 48px;
    }
    .header-basket-product-title{
        width:calc(80% - 315px);
    }
.header-basket-content .qty-widget div{
    line-height: 35px;
}
    .compare-product-item-name, .position-index{
        display:none;
    }
    .category-menu{
        width:100%;
        max-width: 100%;
    }
    .category-menu-item0.first-level{
        width:100%;
        max-width: 100%;
    }
    .category-menu-item0 > .submenu-category-item:hover{
      border:1px solid transparent;
    }
    .category-menu-item0.first-level > .submenu-category-item:hover .first-level-link {
    color: initial;
    transition-delay: 0.1s;
}
    .pager-left{
        display:none;
    }
    .pager-right{
        left:0;
        margin-top:5px;
    }
    .compare-thumbs-wrapper{
        width:100%;
    }
    .catgeory-name h1{
        position: relative;
        margin-left:20px;
        top:75px;
        font-size:28px;
    }
    .category-page .catgeory-name h1{
        position:relative;
        top:0;
    }
    .close-menu{
        padding-left: 47px;
        font-size: 24px;
        display: inline-block;
        vertical-align: middle;    
        cursor: pointer;
        width: 100%;
        box-sizing: border-box;
    }

    .category-menu-item0>.submenu-category-item:hover{
        box-shadow: none;
    }
    .search-form i{
        padding:17px;
    }
    .reclamation-page .profile-page-with-menu form > div{
        width:100%;
        display:block;
    }
    .header-scroll .content-wrap{
        padding:0;
    }
    .category-menu-item1.second-level .second-level-category{
        padding-left: 48px;
        font-size: 29px;
    }
    .header-fixed .header-fixed .content-wrap{
        margin-top:-16px;
    }
    .category-menu-item0.first-level{
        width: 100%;
        visibility: visible;
        opacity: 1;
        max-height: initial;
        height: 100%;
        overflow-y: scroll;
        box-shadow: none;
        background-color: white;
        display:block;
        margin-top:-1px;
        padding-bottom: 80px;
        overflow-x: hidden;
        box-sizing: border-box;
    }
    .third-level-wrap{
        display:none;
    }
    .category-menu-wrap, .homepage .category-menu-wrap, .category-menu-wrap:hover, .homepage .category-menu-wrap:hover{
        height: calc(100vh - 83px);
        width: 100vw;
        visibility: visible !important;
        max-height: initial;
        opacity: 1 !important;
        position: relative!important;
        display: block !important;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }
    .overlay{
        position: relative;
    }
    .overlay:after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    header.open-menu{
        height: 100vh;
        /*new*/
    }
    /*new*/
    .open-menu .header-fixed-wrap{
        height: 53px!important;
    }
    .open-menu .header-fixed{
        margin-top: 0!important;
        height: 50px!important;
        padding-top: 3px;
        overflow: hidden;
    }
    .category-wrap{
        /*position:fixed;*/
        height:100%;
        width:100vw;
       
        top:55px;
        opacity:1!important;
        visibility: visible !important;
    }
    .category-menu{
        border-radius: 0;
    }
    .submenu-category-item, .category-menu-item0.first-level > .submenu-category-item .first-level-link{
        line-height: 60px;
        height:60px;
        width: 100%;
        max-height: 60px;
        display:block;
    }

    .category-menu-item0 > .submenu-category-item:hover .category-menu-item1, .category-menu-item0 > .submenu-category-item .category-menu-item1 {
        -webkit-column-count: unset !important;
        -moz-column-count: unset !important;
        column-count: unset !important;
        -webkit-column-fill: auto !important;
        -moz-column-fill: auto !important;
        column-fill: auto !important;
        width: 100vw !important;
        overflow-x: hidden !important;
    }
    .submenu-category-item.third-level-category:hover{
        border-bottom:0px solid transparent;
        transition:none;
    }
    .category-menu-item1.second-level a.url-category-banner{
        display:none;
    }
    .category-menu-item0 > .submenu-category-item > .category-menu-item1{
        left: 0;
        display: none;
        position: fixed;
        visibility: visible;
        opacity: 1;
        width: 100%;
        z-index: 5;
        box-shadow: none;
        padding-left: 0;
        top:0;
        height: calc(100vh - 80px);
        max-height: 100vh;
        background-color: white;
        overflow-y: scroll;
        column-count:1;
        -webkit-column-count:1;
        padding-bottom: 80px;
    }
    .category-menu-item1.second-level .submenu-category-item > a, .category-menu-item1.second-level.second-level-category{
        font-size:29px;
        line-height: 55px; 
        height:55px; 
        max-height: 55px;
        box-sizing: border-box;

    }
    
    .category-menu-item1.second-level .submenu-category-item.third-level-category > a, .submenu-category-item.second-level-category{
        font-size:22px;
        max-height: initial;
        box-sizing: border-box;
        padding-left:54px;
    }
    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category{
        line-height: 55px;
        height:55px;
        max-height: 100%;
        width:100%;
        display:block;
    }
    .category-menu-item1.second-level{
        max-width: 100%;
    }
    .submenu-category-item.third-level-category, .category-menu-item1.third-level .submenu-category-item > a{

    }
    .header-scroll{
        position: relative;
        z-index: 11;
        top:0;
    }
    .category-menu i{
        margin:0 15px 0 15px;
        font-size: 16px;
        visibility: hidden;
    }
    .category-menu-item0.first-level .submenu-category-item-first-level > a{
        padding-left: 12px;
    }
    .header-scroll .content-wrap .main-content{
        margin-top:0;
    }
    .category-menu{
        width:100%;
    }
    .product-specification table, .product-declaration table{
        width:100%;
    }
    .sort-wrap{
        display: none;
        position: fixed;
        right: 0px;
        top: 184px;
        border-bottom: 1px solid rgb(235, 235, 235);
        width: 100%;
        padding: 20px 20px 10px 0;
        height: 27px;
        background-color: white;
        z-index: 5;
        text-align: right;
        margin-top: 0; 
    }
    .filters-sticky-btn{
        display:block;
        margin-top:15px;
    }
    .product-info-wrap h1{
        display: block;
        width: 60%;
        text-align: center;
        margin:auto;
        margin-top:20px;
    }
    .nav.nav-tabs.tabs-as-buttons.content-wrap .tab-button{
        display:block;
        margin:10px 0;
        width:100%;
    }
    .tab-content.content-wrap{
        margin-top:140px;
    }
    .product-details-bootstrap .tab-content.content-wrap{
        margin-top: 0;
    }
    .product-info-wrap .star-wrap{
        margin-top:25px;
        text-align: center;
        margin-bottom: 10px;
    }
    .product-details .discount-grid{
        position:absolute;
        right:10px;
        bottom:-61px;
    }
    .product-details .on-stock{
        margin:20px 0;
    }
    .price-wrap-product-details{
        margin-top: 0;
    }
    .timer-product-details-wrap .compare-product{
        margin-top:38px;
    }
    .product-info-tabs{
        background-color: transparent;
        box-shadow: none;
    }
    .product-details-bootstrap .product-info-tabs{
        height: auto;
    }
    .bootstrap.product-details-bootstrap .product-info-tabs .nav-tabs{
        height: auto;
    }
    .product-details-promo-wrap{
        position: absolute;
        left:7px;
        width: 100%;
    }
    .product-details .half-content-wrap:last-of-type{
        padding-left:0;
    }
    .product-info-wrap h1{
        display:block;
        width:100%;
        height: auto;
    }
    .product-slider-wrapper{
        display:none;
    }
    .half-content-wrap {
        width:100%;
    }
    .reclamation-page h2{
        margin-top:20px;
    }
    .breadcrumb-wrap{
        display:none;
    }
    .my-account li{
        width:100%;
    }
    .filter-button, .sort-button{
        display: block;
        width: 50%;
        font-size: 18px;
        font-weight: 900;
        color: #999999;
        border: 1px solid #ebebeb;
        padding: 20px 0;
        text-align: center;
        background-color: white;
        cursor: pointer;
        text-transform: uppercase;
        float: left;
        height: 60px;
        box-sizing: border-box;
    }
    .filters-buttons-wrap{
        position:fixed;
        width:100%;
        z-index:9;
        min-height: 60px;
    }
    .filter-wrap{
        display: block;
        height: 100%;
        position: fixed;
        z-index: 6;
        background-color: white;
        margin-top:0;
    }
    .filter-wrap.outlet-filter-wrap {
        top: 184px;
        position: absolute;
        height: 400px;
    }
    .filter-wrap.outlet-filter-wrap .filter-content .mCSB_container {
        background: white;
    }
    #FiltersForm, .filters-search{
        overflow-y: scroll;
        height: calc(100vh - 204px);
        margin-top: 20px; 
        margin-right: 20px;
    }
    .filters-sticky{
        margin-top:89px;
    }
    .filters-sticky-title{
        display:block;
    }
    .filters-sticky-btn{
        display:inline-block;
    }
    .header-scroll, .header-user>div>.wish-list-wrap{

    }
    .wish-list-wrap {
        margin-right: 0;
    }
    .basket-header:hover .header-basket-content{
        visibility:hidden;
        opacity:0;
    }
    .home-link .subtitle{
        font-size:12px;
    }
    .home-link .title{
        font-size: 18px;
    }
    .content-wrap .main-content{
        margin-top: -5px;
    }
    .header-fixed .content-wrap .main-content{
         margin-top: 0;                                         
}
    .dropdown-login{
        left:inherit;
        right:0;
        z-index:11;
    }
    .dropdown-login:before, .header-basket-content:before{
        right:5px;
        left:initial;
    }
    .logo-wrap i{
        visibility: visible !important;
        opacity: 1 !important;
        margin:0 3px 0 0 ;        
        transition: 0.2s all ease-in;
    }
    .header-user .basket-header i{
        margin-right: 0;
        font-size:32px;
    }
    .header-user .basket-header .header-basket-content i{
        font-size:12px;
    }
    
    .user-wraper .user-name, .basket-header  a  span, .wish-list-wrap a span {
        display:none;
    }
    .header-fixed{
        height:125px;
         margin-top:0;
    }
    .search-form{
        display:block;
        height:50px;
        width:100%;    
        margin-top: 5px;
    }
    .logo-wrap{
        width:69%;
    }
    .header-user{
        width:31%;
        margin-top: -2px;
    }
    .product-listing-product ul li.product-listing-img-name{
        width: 68%!important;
        box-sizing: border-box;
    }
    .product-listing-product ul li.product-listing-price{
        position: absolute;
        top: 0;
        right:0;
        width: 32%;
        max-width: 170px;
        padding-right: 25px;
        box-sizing: border-box;
        padding-top: 45px;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-price{
        top: initial;
        bottom: 50px;
    }
    .product-listing-product ul li.product-listing-qty{
        position: absolute;
        left: 27.2%!important;
        bottom: 10px;
        margin-left: 10px;
        padding: 0;
    }
    .product-listing-product ul li.product-listing-total{
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 32%;
        max-width: 170px;
        padding:0 25px 0 0;
        box-sizing: border-box;
    }
    .product-listing-qty .product-listing-column-header, .product-listing-img-name .product-listing-column-header, .product-listing-price .old-price, .product-listing-price .savings{
        display: none;
    }
    .product-listing-total .price{
        margin-top: 0;
        margin-right: 0;
        font-size: 16px;
        line-height: 16px;
        padding-top: 35px;
    }
    .product-listing-product ul li.product-listing-remove{
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
    }
    .product-listing-product .product-listing-column-header{
        text-align: left;
        font-size: 10px;
    }
    .product-listing-product > ul:after{
        left: 27.2%!important;
    }
    .header-basket-content .qty-widget{
        overflow: hidden;
        width: 65px;
        border-radius: 3px;
    }
    .qty-widget div{
        width: 33.33%;
        float: right;
        line-height: 24px;
        height: 22px;
        font-size: 6px;
    }
    .qty-widget{
        width:50px;
        height:25px;
    }
    .qty-widget input{
        font-size: 10px;
        line-height: 24px;
    }
    .product-listing-img{
        width: 40%;
        height: 110px;
    }
    .product-listing-name{
        width: 60%;
        padding: 10px;
    }
    .product-listing-name p{
        font-size: 14px;
        padding-bottom: 40px;
        text-align: left;
    }
    .product-listing-name span{
        display: none;
    }
    .product-listing-price .price{
        font-size: 14px;
        line-height: 14px;
    }
    .product-listing-price-wrap{
        height: auto;
    }
    .product-listing-remove i{
        font-size: 25px;
        position: absolute;
        top: 10px;
        right: 20px;
        line-height: 25px;
    }
    .product-listing-img img{
        max-height: 110px;
    }
    .one-page-checkout .product-listing-img {
        height: 160px;
    }
    .one-page-checkout .product-listing-img img {
        max-height: 90px;
    }
    .two-column-wrap-payment, .four-column-wrap-delivery-form, .payment-wrap{
        padding: 0;
        width: 100%;
    }
    .payment-method ul li{
        /*width: 50%;*/
    }
    .heading{
        font-size: 18px;
    }
    .input-field{
        font-size: 16px;
    }
    .wrapped h3{
        font-size: 16px;
    }
    .radio-checkbox-wrap label{
        font-size: 16px;
    }
    .four-column-wrap-delivery-form{
        margin-bottom: -10px;
    }
 
    .terms-and-submit .radio-checkbox-wrap label, .terms-iqos .radio-checkbox-wrap label{
        font-size: 18px;
    }
    .opc-wrap .heading{
        margin-left: -20px;
        margin-top: 0;
        padding: 20px 20px 0;
        font-weight: 500;
    }
    .order-type li{
        margin-left: 10px;
        margin-right: 0px;
    }
    .account-menu-wrap{
        width: 100%;
        padding: 0;
    }
    .profile-page-with-menu{
        width: 100%;
    }
    .wish-list-page-wrap .product-listing-remove .basket i{
        display: none;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-total{
        display: none;
    }
    .wish-list-page-wrap .product-listing-remove .basket{
        bottom: 10px;
        right: 30px;
    }
    .wish-list-page-wrap .product-listing-price .product-listing-column-header, .account-menu li a i{
        display: none;
    }
    .account-menu li a{
        padding: 0 15px;
    }
    .wish-list-page-wrap .product-listing-price .price{
        color: #666666;
        margin-right: 10px;
        margin-top: 5px;
    }
    .account-menu li.account-menu-active{
        background: none;
        border-bottom: 2px solid #fac50f!important;
    }
    .account-menu li.slick-slide{
        border: none;
        height: 50px;
        font-size: 18px;
        margin: 0;
    }
    .account-menu li a span {
        font-size: 18px;
        line-height: 50px;
        vertical-align: top;
    }
    .account-menu{
        width: calc(100% + 40px);
        margin-left: -20px!important;
        border-bottom: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        margin-bottom: 20px!important;
    }
    .triple-banner .slick-slide img{
     width:100%;
     height:auto;
    }
    .profile-page-with-menu .heading{
        display: none;
    }
    .footer ul.footer-section{
        display: block;
        margin: 0;
        min-width: auto;
        width:100%;
    }
    .footer ul.footer-section.no-title .footer-heading, .footer-content{
        display: none;
    }
    .footer{
        margin-bottom: 0;
    }
    .footer-heading {
        cursor: pointer;
    }
    .footer-heading i{
        display: block;
        float: right;
    }
    .social-networks .footer-heading{
        display: none;
    }
    .social-networks ul{
        text-align: center;
    }
    .footer-content li{
        margin-bottom: 15px;
    }
    .newsletter, .viber{
        width: 100%;
        height: 100%;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    .footer-newsletter{
        height: auto;
    }
    .viber:before{
        height: 100%;
        width: 100%;
    }
    .newsletter:before{
        height: 100%;
        width: 100%;
        background: #fac50f;
    }
    .newsletter div, .viber div {
        width: 100%;
        display: block;
        text-align: center;
    }
    .newsletter i, .viber i{
        max-width: 400px;
        width: 100%;
        /*right: calc((100% - 400px)/2);*/
        text-align: right;
        top:inherit;
        bottom: 5px;
    }
    .footer-newsletter input{
        width: 100%;
        max-width: 400px;
        margin-top: 25px;
    }
    .footer-tab-switch-wrap{
        display: block;
    }
    .newsletter-viber-wrap{
        position: relative;
        height: 135px;
    }
    .viber-inner, .newsletter-inner{
        padding-top: 15px;
    }   
    .footer-active-content{
        z-index: 2;
        display: block!important;
    }
    .footer-copyright p{
        line-height: 24px;
    }
    .footer-copyright p span{
        display: block;
        border: none;
    }
    .footer-copyright p{
        margin-top: 20px;
    }
    .footer-copyright p:last-of-type{
        margin-bottom: 20px;
    }
    footer{
        width: 100%;
        overflow: hidden;
    }
    .filter-wrap{
        width:100%;
        display:none;
    }
    .filter-content{
        border:none;
        padding:0;
        margin: 0 20px 20px 0;
    }
    .filter-title{
        border:1px solid #e7e7e7;
        padding:20px;
    }
    .filter-content ul{
        padding:0 20px;
        display:none;
    }
    .main-col,
    .main-col-category{
        width:100%;
    }
    .triple-banner>div{
        width:100%;
        margin-top:10px;
    }
    .triple-banner i, .double-banner i{
        z-index:5;
    }
    .triple-banner>div, .double-banner>div{
        z-index:1;
        position:relative;
    }
    .triple-banner>div:first-of-type{
        margin-right: 0;
    }
    .triple-banner>div:last-of-type{
        margin-left:0;
    }
    .triple-banner.slick-slide{
        margin-left:0;
    }
    .double-banner>div{
        width:100%;
    }
    .single-banner{
        width:100%;
        height:180px;
        overflow: hidden;
        position:relative;
        margin-bottom:20px !important;
    }
    .main-col-category .single-banner img{
        min-height: 100%;
        position: absolute;
        top: -9999px;
        bottom: -9999px;
        left: -9999px;
        right: -9999px;
        margin: auto;
        height: 100%;
        min-width: 100%;
        width: auto;
    }
    .main-col-category .slick-track{
        height:200px;
    }
    .double-banner>div:first-of-type{
        margin-right: 0;
    }
    .double-banner>div:last-of-type{
        margin-left: 0;
    }
    .header-fixed-wrap{
        height: 124px;
    }
    .one-page-checkout .header-fixed-wrap, .one-page-checkout .header-fixed{
        height:55px !important;
    }
    .one-page-checkout .logo-wrap i{
        visibility: hidden !important;
        opacity:0!important;
    }
    .register-page form{
        min-height: 0;
        margin-bottom: 0;
    }
    .register-page > .two-columns > .two-column{
        width: 100%;
    }
    .register-page .login-form{
        margin-bottom: 50px;
    }
    .login-form ul li{
        width: 100%;
        min-width: 0;
        max-width: 66.66%;
    }
    .register-page .login-wrap .btn{
        margin-right: 0;
    }
    .two-column-form ul li label, .hasLabel + label{
        font-size: 16px;
    }
    .additional-info-toggle p{
        font-size: 18px;
    }
    .additional-info-toggle p span{
        font-size: 12px;
    }
    .register-page .radio-checkbox-wrap label{
        font-size: 14px!important;
    }
    .shop-list-wrap{
        width: 100%;
        margin-right: 0;
        float: left;
    }    
    .shop-map{
        width: 100%;
    }
    .shop-list{
        max-height: 30vh;
    }
    .home-banner-mobile.slick-slider.slick-initialized{
        display: block!important;
        margin-bottom: 35px;
        margin-top:-10px;
    }
    .home-banner-web.slick-slider, .home-banner-carousel.slick-slider{
        display: none;
    }
    .wish-list-checkbox{
        top: 0;
    }
    .wish-list-page-wrap .product-listing-name h2 {        
        margin-top: 30px;
        padding-bottom: 35px;
        min-height: 70px;
    }
    .wish-list-page-wrap .product-listing-name h2, .product-listing-product .product-listing-name h2{
        text-align: left;        
        font-size: 11px;
    }
    .email-wish{
        margin-top: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .wish-list-page-wrap .heading{
        margin-top: 20px;
    }
    .reserved-wish{
        margin-right: 30px;
        text-align: right;
    }
    .compare-products-wrapper{
        height: auto;
    }
    .compare-thumbs-wrapper .compare-products-item:first-child, .compare-thumbs-wrapper .compare-products-item:nth-child(2){
        margin-bottom: 0;
    } 
    .compare-product-img {
        height: 100%;
        width: 60px;
        margin: 0;
    }
    .compare-product-item-name {
        width: calc(100% - 60px);
        font-size: 12px;
    }
    .category-page{
        margin-top: 20px;
    }
    .br-proizvoda{
         width: 18px;
        height: 18px;
        background-color: black;
        line-height: 18px;
        left: 20px;
        border-radius: 22px;
        top: -2px;
        color: #ffc50f;
        border: 2px solid #ffc50f;
        display:block !important;
        transition: all .4s ease-in-out;
        
    }
    .br-proizvoda-big{
        width: 26px;
        height: 26px;
        font-size: 14px;
        line-height: 26px;
    }
    #product-options .print-spec{
        margin-left: 0;
        margin-top: 20px;
    }
    .related-products-wrap{
        width: 100%;
        padding-right: 0;
    }
    .seen-products-wrap{
        width: 100%;
        padding-left: 0;
    }
    .footer .social-networks li ul li {
        margin-right: 2px;
        line-height: 40px;
        height: 40px;
        width: 40px;
        font-size: 18px;
    }
    .items-per-page:before, .sort-products:before{
        top: 2px;
    }
    .sort-products{
        padding-right: 25px;
    }
    .newsletter-inner form, .viber-inner form{
        position: relative;
    }
    .newesletter-submit{
        width: 20px;
        height:20px;
    }
    .promo-service-product-details{
        max-width: 100%;
    }
    .promo-service-product-details a{
        display:none;
    }
    .promo-service-product-details a:first-of-type{
        display:block;
    }
    .product-details-promo-wrap a{
         display:none;
    }

       .product-details-promo-wrap a:first-of-type{
        display:inline-block;
    }
    .promo-service-product-details span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        width: 100%;
    }
    #popUpDiv{
       display:none!important;
   }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 124px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 11px!important;
    }

    .product-info-wrap.outlet-info {
	position: absolute;
	float: left;
	margin-top: 455px;
        margin-left: -20px;
        display: show;
        padding-right: 20px;
    }
    .banner-outlet.margin-top {
        margin-top: 60px;
    }
    .product-info-wrap.outlet-info .product-outlet-title {
        text-align: left;
    }
    .category-banner-wrap.outlet-banner {
        padding: inherit;
    }
    .half-content-wrap.right img.product-info-outlet {
        margin-top: 90px;
    }
    .short-description-product-details.outlet-description {
        margin-top: 85px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela span {
        font-size: 18px;
    }
    .register-page .one-columns{
        font-size: 18px !important;

    }
    .half-content-wrap.left.outlet-flat-details {
        position: relative;
    }
    .product-wrap-outlet-flag-details img {
        width: 80%;
        float: right;
    }
    .product-wrap-grid.outlet-wrap-grid{
        margin-top: 80px;
        height: 480px;
    }
    .main-col.outlet-filters .filters-sticky {
        margin-top: 15px !important;
        float: left;
    }
    .on-stock.grid, .on-stock.supplier {
        margin: 5px 0 10px 0;
        padding: 0 20px;
    }
    .on-stock.grid.wish, .on-stock.supplier.wish {
      bottom: 25%;
      position: absolute;
    }
    #floater-banner-center img {
        max-width: 70vw;
        max-height: 70vw;
    }
    .header-basket-content, .wish-list-content{
        display:none;
    }
    .mob .my-orders-mob .my-ord {
        width:50vw;
    }
    .mob .profile-page-with-menu p{
        margin-bottom: 20px;
    }
    .navbar-fixed-bottom .container {
        width: 90% !important;
    }
    .buttons-read-more-cookie-agree {
        margin-right: 0px !important;
    }
    .e-trust-mart {
        margin-bottom: 0px;
    }
    .gadget-wrapper {
        display: none;
    }
    .short-description-product-details.gadget {
        height: auto;
    }
    .half-content-wrap.right .price-wrap-product-details {
        margin-top: 0px;
    }
    .content-wrap.home-banner-carousel-wrap {
        display: none;
    }
    .showHideClass {
        display:none;
    }
}
@media screen and (max-width: 1000px) {
    .home-link .title {
        font-size: 16px;
    }

}
@media only screen and (max-width: 980px){
    .remodal .remodal-close{
        position: absolute;
        top: 25px;
        right: 20px;
        left: initial;
    }
    .opc-modal-left{
        width: 100%;
        padding: 25px;
    }
    .opc-modal-right{
        width: 100%;
        padding-right: 0;
    }
    .opc-modal-left-inner{
        border-right: none;
        padding: 0;
    }
    .remodal .guest-btn{
        margin: 0;
    }    
    .home-link .title {
        height: 68px;
    }
}
@media only screen and (max-width: 870px){
    #where-to-buy table:first-of-type{
        width:100%;
        margin-bottom: 20px;
        display:block;
        margin-right: 0;
    }

    #where-to-buy table tr:first-child td{
        width:20%;
    }
    #where-to-buy table:last-of-type{
        width:100%;
        display:block;
    }
    .home-link{
        width:50%;
        margin-top:10px;
        vertical-align: top;
    }
    .shop-content-left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .shop-content-right{
        width: 100%;
        padding-left: 0;
    }

    /*   .category-menu-item1.second-level .submenu-category-item > a{
          font-size:6.04vw;
          line-height: 11.46vw; 
          height:11.46vw; 
          max-height: 55px;
      } */
    .category-menu-item1.second-level .submenu-category-item.third-level-category > a{
        /*font-size:4.58vw;*/
        max-height: initial;
    }
    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category{
        line-height: 55px;
        height:55px;
        max-height: initial;
    }
    form#one_page_checkout_form .sk_wrap {
        padding: 0 5px;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 16px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 12px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela img {
        width: 35px;
        margin-left: -10px;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 12px!important;
    }
    .one-page-checkout .cc_wrap.checkout.cc-bord-bck span.cc_col_bela img {
        margin-left: -1px;
    }
    .home-link {
        margin-top: 45px;
    }
    .home-link .title {
        height: 30px;
    }
}
@media only screen and (max-width: 830px){
    .products-wrap .product-wrap-grid{
        width:calc(33.33% - 20px);
    }
    .main-col-single-box{
        width:31.64%;
    }

    .cookie-read-more-wrapper .row .col-xs-3 {
        width: 30% !important;
    }

    .cookie-read-more-wrapper .row .col-xs-9 {
        width: 70% !important;
    }
}
@media only screen and (max-width: 764px){
    .two-column-form ul li{
        width: 100%;
    }
        .small-inputs{
        width:100%;
    }
     .brand-wrapper .brand-item{
        min-width:43%;
        max-width:43%;
    }
    .product-slider-similar .product-wrap-grid{
        height:450px;
    }
    .two-columns .two-column{
        width: 100%;
    }
    .product-description-grid{
        display:none;
    }
    .on-stock.grid{
        margin:5px 0 10px 0;
        font-size:11px;
    }
    .compare-products-grid{
        display:block;
        text-align: left;
        margin-left: 20px;
    }
    .product-wrap-grid, .product-slider .slick-slide{
        height:520px;
    }
    .on-stock .dot{
        width:8px;
        height:8px;
    }
    .on-stock div{
        margin-left:3px;
    }
    .register-btn.btn:not(.register-user-exists-login-btn){
        float: none;
        margin: 25px 0;
    }
    .login-form ul li{
        max-width: 100%;
    }
    .login-data-wrap{
        width: 100%;
    }
    .login-data{
        width: 100%;
    }
    .my-account-wrap-img{
        width: 100%;
        display:block;
        text-align: center;
    }
    .my-account-wrap-img img{
        width:20%;
        height:auto;
    }
    .my-account-txt > span{
        width:calc(78% - 20px);
        text-align: left;
    }
    .welcome-txt-account{
        display:block;
        width:100%;
        margin-top:40px;
        text-align: center;
    }
    .compare-product-img {
        height: 32px;
        width: 40px;
        margin: 8px 0;
    }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 115px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 10px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 16px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 12px!important;
        margin-left: 0!important;
    }
    .product-wrap-grid.outlet-wrap-grid{
        height: 420px;
    }
    .buttons-grid.outlet-buttons .outlet-button {
        max-width: calc(100% - 15px);
        font-size: 10px;
    }
    .my-order-details-customer td{
        overflow:scroll;
    }
}
@media only screen and (max-width: 660px){

    .products-wrap .product-wrap-grid, .main-col-single-box {
        width: calc(50% - 20px);
    } 
    .on-stock.grid{
        font-size:14px;
    }
    .reserved-wish{
        top: 19px;
        right: 30%;
        margin-right: 0;
        text-align: right;
        width: calc(90vw - 120px);
    }
    .reserved-wish span{
        display: inline-block;
        max-width: calc(100% - 70px);
    }
    .my-account-welcome-page table td{
        padding:10px;
    }
    .compare-thumbs-wrapper .compare-products-item:last-child{
        margin-bottom: 20px!important;
    }
    .compare-product-img{
        margin: 0;
    }
    .home-link .title{
        font-size:18px;
    }

    .gift-wrapper{
        display:none;
    }

    .product-pictures-wrapper .gift-wrapper {
        display:block;
    }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 124px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 11px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 15px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 10px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 10px!important;
    }
    .short-description-product-details.outlet-description {
        margin-top: 120px;
    }
    .cookie-read-more-wrapper .row .col-xs-9,
    .cookie-read-more-wrapper .row .col-xs-3 {
        width: 100% !important;
    }
    .tab-content {
        padding: 0px !important;
        padding-top: 10px !important;
    }
    .home-link .title {
        height: 55px;
    }
}
@media only screen and (max-width: 600px){
    footer .social-networks li ul li {
        width: 10vw;
        height: 10vw;
        line-height: 10vw;
        margin-right: 3vw;
        font-size: 5.83vw;
    }
    #thank-you-page .header-registration img{
        display: none;
    }
    #thank-you-page .header-registration span{
        text-align: left;
        margin: 0;
    }
    #thank-you-page .header-registration span p{
        padding: 0;
    }
    #thank-you-page .header-registration .registration{
        text-align: center;
        font-size: 16px;  
        width: 160px;
        height: 38px;  
        line-height: 34px;
        margin-left: 35px;
    }
    #thank-you-page .button-wrapper{
        text-align: center;
    }
    .product-details-footnote{
        font-size:9px;
    }
    .main-col.outlet-filters .filters-sticky {
        height: 125px;
    }
}
@media only screen and (max-width: 580px){     
    .timer-product-details, .price-wrap-product-details, .timer-product-details-wrap{
        width:100%;
        margin-top: -35px;
    }
    .opc-modal-login-wrap{
        display: block;
        margin: auto;
        float: none;
        margin-top: 50px;
        text-align: center;
        clear: both;
    }
    .register-btn.btn{
        width:100%;
        min-width:auto;
    }
    .login-wrap .register-btn.btn{
        width:calc(100% - 50px);
    }
    .opc-modal-right{
        text-align: left;
    }
    .opc-modal-right .modal-heading{
        display: none;
    }
    .remodal .guest-btn{
        display: block;
        margin: auto;
        margin-top: 20px;
        width: 204px;
        font-size: 16px;
    }
    .price-wrap-product-details .basket{
        width: 100%;
        margin-right: -1px;
    }
    .promo-service-product-details span{
        font-size: 16px;
    }
.opc-modal-terms.remodal{
     height:79vh;    
    }
.opc-modal-content{
    height:64vh;
  }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 12px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 8px!important;
    }
    .price-wrap-product-details .detail-outlet-shops {
        max-width: 100%;
        margin-left: 4px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela span {
        font-size: 16px;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 8px!important;
    }
    .product-wrap-outlet-flag-details img {
        width: 70%;
    }
}
@media only screen and (max-width: 550px){
    .responsive-table th{
        display:none;
    }
    .terms-and-submit, .terms-iqos{

        border: 1px solid #ebebeb;
        text-align: center;
        width: 100%;

    }
    .submit-btn-wrap{
        text-align: center;
        margin-top: 45px;
        width: 100%;
        margin-left: 0;

    }
    .on-stock.grid{
        font-size:11px;
    }
    .responsive-table td label{
        display:inline-block;
        width:50%;
        text-align: left;
    }
    .responsive-table td span{
        display:inline-block;
        width:50%;
        text-align: right;
    }
    .responsive-table td{
        display:block;
    }
    .my-account .wrapped{
        border:none;
        padding-left:0;
        padding-right:0;
    }
    .profile-page-with-menu p{
        width:100%;
        margin-bottom: 20px;
    }
    .autofill-list1, .autofill-list2, .autofill-list3{
        width: 100%!important;
        max-width: calc(100% - 5px);        
        height: auto!important;
    }
    #autofill-container .autofill-title1, #autofill-container .autofill-title2, #autofill-container .autofill-title3{
        width: 100%!important;
        max-width: calc(100% - 5px);
    }
    #autofill-container li.autofill-item{
        display: inline-block;
        vertical-align: top;
        width: calc(33.33% - 1px);
    }
    #autofill-container{
        height: auto!important;
    }
    #autofill-container .autofill-list3 li.autofill-item{
        width: calc(100% - 5px);
        display: block;
    }
    .product-name-grid{
        font-size:15px;
    }
    .promo-service-title, .page-content h1{
        font-size:24px !important;
        margin-top:15px;
    }
    .promo-service-title span::before,.promo-service-title span::after{
        top:15px;
    }
    .submenu-category-item.second-level-category, .submenu-category-item.third-level-category{
        line-height: 55px;
        height:55px;
    }
    .sp-header-mob{
        height:70px;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 11px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 7px!important;
    }

    .half-content-wrap.right .img-short-description-product-details.img-outlet-descriptions {
        margin-top: 110px;
    }
    .half-content-wrap.right img.product-info-outlet {
        margin-top: 0px;
        width: 100%;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela img {
        width: 30px;
        float: left;
        margin-top: 4px;
        marign-left: -8px;
        
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 7px!important;

    }
    .product-wrap-outlet-flag-details img {
        width: 60%;
    }
    .on-stock.grid.wish, .on-stock.supplier.wish {
        bottom: 18%;
    }
    #floater-banner-center img {
        max-width: 90vw;
        max-height: 70vw;
    }
    .logo-wrap img {
        width: 90%;
    }
    .logo-wrap {
        width: 59%;
    }
    .header-user {
        width: 41%;
    }
    .mob .my-orders-mob .my-ord {
        width:auto;
    }
    .my-account .basket.btn.outline{
       margin-left:calc(50% - 90px);
    }
}
@media only screen and (max-width: 490px){
    .remodal .fb{
        margin: 10px;
    }
    .empty-basket-wrap .not-found-img{
        width:180px;
        top:150px;
    }
    .product-img-wrap-grid{
        height:100px;
    }
    .product-wrap-grid, .product-slider .slick-slide{
        height:433px;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 10px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 6px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 6px!important;
        margin-bottom: 2px;
    }
    .product-wrap-grid.outlet-wrap-grid{
        height: 340px;
    }
    .price.min-max-outlet-price {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px){
    .register-page .login-wrap .fb {
        float: left;
        clear: left;
        margin-top: 20px;
    }
     .brand-wrapper .brand-item{
        min-width:100%;
        max-width:100%;
    }
    .register-page .login-wrap .btn{
        float: left;
        margin-top: 20px;
    }
    .register-page .login-wrap{
        overflow: hidden;
        margin-bottom: 0;
    }
    .single-shop-wrap{
        margin-top: 100px;
    }    
    .back-to-shops span{
        width: calc(100% - 40px);
        font-size: 14px;
    }
    #thank-you-page .header-registration span{
        display: block;
        text-align: center;
    }
    #thank-you-page .header-registration span.vertical{
        display: none;
    }
    #thank-you-page .header-registration{
        height: auto;
        padding: 10px 0;
    }
    #thank-you-page .header-registration .registration{
        margin: 20px auto 10px;
    }
    #submit3 {
        float: none;
        margin: 25px auto 10px;
        display: block;
    }
    .email-wish .btn{
        margin-top: 20px;
    }
    ul.tagit{
        width: 100%;
    }
    .compare-products-btn {
        width: 140px;
        height: 30px;
        border-radius: 15px;        
        line-height: 30px;
        font-size: 11px;        
    }
    .compare-products-remove-all{
        font-size: 11px;
        line-height: 11px;
        width: 140px;
    }
    .compare-products-message{
        line-height: 12px;
    }
    #product-options{
        display: block;
        margin: auto;
        text-align: center;
    }

       .category-menu-item1.second-level .submenu-category-item > a, .category-menu-item1.second-level .second-level-category{
        font-size:4.04vw;
    }
    .category-menu-item1.second-level .submenu-category-item.third-level-category > a{
        font-size:4.58vw;
    }
    .buttons-grid{
        margin-right: 5px;        
    }
    .basket.grid{
        font-size: 10px;
        max-width: calc(100% - 38px);
    }
    .wish-list.grid{
        margin-left: 5px;
    }
    .basket i {
        font-size: 12px;
        margin-right: 5px;
    }
    .promo-service-product-details span{
        font-size: 14px;
    }
        .outlet-txt.on-stock.grid{
        font-size:9px;
    }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 100px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 9px!important;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela span {
        font-size: 14px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela img {
        width: 38px;
    }
}
@media only screen and (max-width: 460px){
    .register-page .register-accept-terms-error {
        padding-top: 130px;
        margin-top: -65px;
    }
    .payment-method ul li{
        width: 100%;
    }
    .catgeory-name h1{
        font-size: 26px;
    }
    .main-col-single-box{
        width:100%;
    }
    .promo-code-submit{
        width: 36%;
    }
    .promo-code-submit input{
        font-size: 12px;
    }
    .promo-code-value{
        width: 64%;
    }
    .promo-code-value .input-field{
        font-size: 12px;
    }
 .cart-summary-value{
        width:49%;
    }
    .cart-summary ul li:last-of-type .cart-summary-title{
        width:100%;
    }
      .cart-summary ul li:last-of-type .cart-summary-value{
        margin-bottom: 20px;
        width: 100%;
    }
    .product-listing-img-name{
        text-align: left!important;
    }
    .product-listing-img{
        width: 50%;
        text-align: left;
        padding-left: 20px;
        padding-top: 10px;
        height: 90px;
    }
    .wish-list-page-wrap .product-listing-img{
        padding-left: 60px;
    }
    .wish-list-checkbox {
        top: -100px;
    }
    .product-listing-img img{
        max-height: 90px;
    }
    .product-listing-name{
        width: 80%;
    }
    .wish-list-page-wrap .product-listing-name p{
        padding: 0;
    }
    .product-listing-product ul li.product-listing-qty{
        left: initial!important;
        right: 20px;
        bottom: 60px;
    }
    .wish-list-page-wrap .product-listing-product ul li.product-listing-qty{
        bottom: 80px;
    }
    .product-listing-product > ul:after{
        display: none;
    }
    .wish-list-page-wrap .product-listing-remove .basket{
        right: 20px;
        font-size: 11px;
    }
    .product-listing-name p{
        padding: 0;
    }
    .product-listing-product ul li.product-listing-price, .product-listing-product ul li.product-listing-total{
        width: 130px;
        max-width: 100%;
    }
    .newsletter i, .viber i{
        width: 20px;
        height:20px;
        right: 0;
    }
    .footer-newsletter input{
        max-width: calc(100% - 40px);
        margin: 25px auto 0!important;
    }
    .modal-heading h1 {
        font-size: 22px;
        line-height: 30px;
        padding-right: 15px;
    }
    .modal-heading h2 {
        font-size: 8px;
        line-height: 30px;
        padding-left: 12px;
    }
    .remodal .remodal-close {
        position: absolute;
        top: 5px;
        right: 8px;
    }
    .footer-switch{
        font-size: 11px;
        font-weight: 600;
        line-height: 30px;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 16px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 12px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 12px!important;
    }
}
@media only screen and (max-width: 450px){
    .compare-products-spec td:first-child{
        width: 35px;
        padding:0;
    }
    .compare-products-spec table{
        width:100%;
        table-layout: fixed;
    }
    .compare-thumbs-wrapper{
        display: none;
    }
    .comapare-btns{
        margin:17px 0;
    }
    .header-user i{
        font-size: 20px;
    }
    .logo-wrap i{
        margin:0 4px 0 0;
    }
    .home-link .title{
        font-size: 14px;
    }
    .product-name-grid{
        height:60px;
        font-size: 13px;
    }
    .price{
        font-size:5vw;
    }
    .product-wrap-grid, .product-slider .slick-slide{
        height:434px;
    }
    .buttons-grid{
        margin-top:7px;
    }
    .promo-flake-wrap{
        width:80px;
    }
    .promo-service-grid span{
        width:80px;
    }
    .product-wrap-grid .thm-discount-fill, .half-content-wrap .thm-discount-fill{
        width:40px;
    }
    .discount-grid span{
        font-size: 13px;
        right: -1px;
    }
    .product-wrap-grid .thm-discount-fill, .half-content-wrap .thm-discount-fill{
        margin-top: -4px;
        font-size: 42px;
    }
    .free-delivery{
        font-size:11px;
    }
    .discount-grid{
        margin-right: 6px;
    }
    .product-img-wrap-grid{
        height:120px;
    }
    .product-details .discount-grid{
        margin-right: 5px;
    }
    .product-details .discount-grid i{
        width: 55px;
        margin-top: -5px;
        font-size: 55px;
    }
    .product-details .discount-grid span{
        font-size: 18px;
        right: 0;
    }
      .sp-header-mob{
        height:60px;
    }
    .timer-banner-wrapper{
        display:none;
    }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 100px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 7px!important;
    }
    .product-wrap-grid .product-wrap-outlet-flag img {
        width: 30% !important;
    }
    .promo-service-grid .promo-flake-wrap.cc-bord-bck img {
        width: 25px;
        margin-right: -8px;
    }
    .promo-service-grid .promo-flake-wrap.cc-bord-bck .cc_col_bela img {
        width: 30px;
        margin-right: -3px;
        margin-bottom: 2px;

    }
    .product-wrap-outlet-flag-details img {
        width: 50%;
    }
    .min-max-outlet-price-currency.custom-padding {
        padding-top: 17px;
    }
    .price-wrap-grid.outlet-price {
        height: 80px;
    }
    .product-wrap-grid.outlet-wrap-grid{
        height: 340px;
    }
    .price.min-max-outlet-price {
        font-size: 16px;
    }
    .short-description-product-details.gadget {
        padding-bottom: 45px;
    }
}
@media only screen and (max-width: 420px){
.in-shop-btn.basket.grid{
    font-size:7px
}
    .in-shop-btn.basket.grid.fsize{
        font-size:7px;
    }
}
@media only screen and (max-width: 410px){
.not-found-img {
    width: 200px;
    top: 190px;
}
.two-column.customer-type .radio-checkbox-wrap{
    display:block;
}

.app-bts{
    width:90px;
}
.app-popup-inner p{
    width:165px;
}
}
@media only screen and (max-width: 400px){
    .search-form{
        height:40px;
    }
    .home-link{
        width:100%;
    }
    .product-name-grid
    .filter-button, .sort-button{
        font-size: 16px;
    }
    .additional-info-toggle p{
        font-size: 16px;
    }
    .additional-info-toggle p span {
        font-size: 10px;
    }
    .home-link .title{
        height:22px;
    }
    .home-link{
        margin-top:30px;
    }
     .promo-service-product-details span{
        font-size:12px;   
    }
    .search-form i{
        padding:12px;
    }
    .notify-us-email{
        font-size:20px;
    }
    .compare-products-spec img{
        height:60px;
    }
    .compare-products-price{
        font-size:19px;
    }
    .compare-products-grid{
        display:none;
    }
    .register-page  .two-column.customer-type .radio-checkbox-wrap{
        width:100%;
    }
    .sp-header-mob {
        height: 55px;
    }
    .sk_wrap_details{
        width: 135px;
        padding: 0;
    }
    .sk_wrap_details .sk_col_bela span{
        font-size: 20px!important;
    }
    .sk_wrap_details .sk_col_bela span:nth-child(n+3){
        font-size: 11px!important;
        margin: 0!important;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela span {
        font-size: 12px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela img {
        width: 38px;
    }
    .gadget-wrapper-mobile img {
        width: 40px;
    }
    .price.min-max-outlet-price {
        font-size: 14px;
    }
}

@media only screen and (max-width:390px){
    .header-user i {
    font-size:17px;
}
.header-user .basket-header i {
    font-size: 28px;
}
.one-page-checkout .radio-checkbox-wrap label{
    font-size:14px;
}
.one-page-checkout .heading{
    font-size:15px;
}
    .half-content-wrap.right img.product-info-outlet {
        margin-top: 10px;
    }
.items-wrapper .item:nth-child(4) input[type="checkbox"] {
    margin-left: 0px;
}
.items-wrapper .item:nth-child(4) label.icheck-label {
    margin-left: 3px;
}
}
@media only screen and (max-width: 380px){
    .basket.grid {
    width: 98%;
    margin: auto;
    max-width:98%;
    }
    .outlet-txt.on-stock.grid{
        font-size:7px;
    }
    .product-slider-similar .slick-arrow, .homepage .product-slider .slick-arrow, .product-slider .slick-arrow, .product-details-slider-products .slick-arrow{
        top:38px;
    }
  .wish-list.grid,  .free-delivery, .basket i, .compare-products-grid{
        display:none;
    }
    .in-shop-btn.basket.grid{
        font-size: 8px;
    }
    .in-shop-btn.basket.grid.fsize{
        font-size:8px;
    }
    .product-name-grid{
        padding:0 2px;
    }
    .product-img-wrap-grid{
        height:90px;
        margin-top: 10px;
    }
    .product-name-grid{
        margin:8px 0;
    }
    .on-stock.grid {
        padding:0 5px;
    }
 
    .product-wrap-grid, .product-slider .slick-slide{
        height:365px;
    }
    .on-stock.grid{
        display:none;
    }
    .promo-services{
        position: relative;
        width:100%;
    }
    .promo-services .discount-grid{
        margin-right: 3px;
    }
    .product-wrap-grid.outlet-wrap-grid{
        height: 310px;
    }
}
@media only screen and (max-width: 370px){
    .app-popup-inner p{
       width:155px;
       font-size:13px;
        
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 14px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 10px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 10px!important;
    }
}
@media only screen and (max-width: 359px){
   .free-delivery{
        font-size:13px;
    }
  
    .main-col-single-box{
        width:100%;
    }

    .product-wrap-grid .thm-discount-fill, .half-content-wrap .thm-discount-fill{
        font-size: 42px;
    }

    .discount-grid span {
        font-size: 10px;
    }

    .basket i {
        font-size: 18px;
        margin-right: 8px;
    }
      .register-page .radio-checkbox-wrap label{
        font-size:12px!important
    }
     .app-popup-inner p{
       width:120px;
        
    }
    .promo-flake-wrap.sk-bord-bck {
        max-width: 56px;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(-n+3) {
        font-size: 10px!important;
    }
    .promo-flake-wrap.sk-bord-bck .sk_col_bela span:nth-child(n+3) {
        font-size: 5px!important;
    }
    .product-wrap-outlet-flag-details img {
        width: 45%;
    }
}
@media only screen and (max-width: 350px){
    .br-proizvoda{
        top:0;
        left:15px;
        font-size:10px;
        width:12px;
        height:12px;
        line-height: 12px;
    }
    .sp-header-mob {
        height: 50px;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela *{
        font-size: 10px!important;
    }
    form#one_page_checkout_form .sk_wrap .sk_col_bela span:nth-child(n+3) {
        font-size: 8px!important;
    }
    .cc_wrap.checkout.cc-bord-bck span.cc_col_bela span {
        font-size: 8px!important;
    }
    .promo-flake-wrap span {
        font-size: 9px;
    }
    .promo-flake-wrap {
        width: 70px;
    }
    .product-wrap-grid .thm-discount-fill, .half-content-wrap .thm-discount-fill{
        font-size: 35px;
    }
    .discount-grid span {
        font-size: 9px;
    }
}
@media only screen and (max-width: 340px){
  
    .header-user .basket-header i{
        font-size:23px;
    }
 
    .one-page-checkout .radio-checkbox-wrap label{
        font-size:11px;
    }
    .cart-summary-value{
        font-size:14px;
    }
    .login-wrap .register-btn.btn{
        min-width: 180px;
        float:right;
    }
    .logo-wrap a {
        width: 130px;
    }
}
@media only screen and (max-width: 330px){
    .logo-wrap>a{
        width:134px;
    }
    .promo-service-product-details span{
        font-size: 11px;
    }
    .register-page .radio-checkbox-wrap label{
        font-size: 11px !important;
    }
     .product-details-footnote{
        font-size:8px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela span {
        font-size: 11px;
    }
    .cc_wrap.cc_wrap_details.cc-bord-bck .cc_col_bela img {
        width: 35px;
    }    
}
@media only screen and (max-width: 330px){
    .header-user i {
        font-size: 15px;
    }
    .logo-wrap a {
        width: 120px;
    }
    .header-user i {
        font-size: 11px;
    }
    .header-user i.js-basket-icon.thm-cart-line {
        font-size: 16px;
    }
    .product-outlet-code {
        margin-right: 10px;
    }

    .half-content-wrap.right img.product-info-outlet {
        margin-top: 40px;
    }
}

@media only screen and (max-width: 320px){
    .items-wrapper .item .form-group-checklabel label {
        margin-left: -2px !important;
    }
    .home-link .title {
        font-size: 13px;
    }
}

    .product-wrap-grid .product-wrap-outlet-flag {
        position: absolute;
        right: 0;
        margin-right: -15px;
        margin-top: 10px;
        width: 100px;
        height: 100px;
        background-repeat: no-repeat;
    }

    .product-wrap-grid .product-wrap-outlet-flag img {
        width: 50%;
    }


#flix-inpage{ }

.register-page .one-columns{
    margin-left: 40px; /*ana izmjena*/
    font-size: 20px;/*ana izmjena*/
    margin-bottom: 10px; /*ana izmjena*/
    color: black;/*ana izmjena*/
    font-weight: 450;/*ana izmjena*/
}

.one-column.newsletter-check {
    margin-left: -1px;
}

.radio-checkbox-wrap.one-column.newsletter-check {
    margin-left: -1px;
}
.opc-modal-terms a{
    color:#0056C4;
}
/*.opc-modal-content.text-content {*/
    /*text-align: center;*/
    /*padding: 0 !important;*/
/*}*/

.opc-modal-content.text-content p {
        padding-left: 20px;
    }
.opc-modal-content.text-content ol li {
    padding-right: 35px;
}
.opc-modal-content.text-content ul li {
    padding-right: 5px;
}

@media  screen and (max-width: 550px){
    .opc-modal-content.text-content p {
        font-size: 1em;
    }
    
    .opc-modal-content.text-content ol li {
        font-size: 1em;
    }
}

.change_pass_wrapper .errorbox div {
    color: red;
}

/* Cookie Consent */
.cookie-info-slider {
    background: #fff;
    padding: 5px 0;
}

.navbar-fixed-bottom {
    padding-right: 0;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-bottom .container {
    width: 924px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

.appear.appeared {
    opacity: 1;
}

.cokie-info-wrapper {
    margin: auto;
}

.appear {
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -ms-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.cokie-info-wrapper-top {
    display: flex;
}

.cookie-read-more-wrapper {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.cookie-read-more-wrapper .row .col-xs-3 {
    width: 20%;
    float: left;
}

.item.read-more-btn.read-more-cookie {
    margin-right: 10px;
}

.buttons-read-more-cookie-agree {
    float: right;
    width: auto;
    margin-right: 2px;
}

.cookie-read-more-wrapper .row .col-xs-9 {
    width: 80%;
    float: right;
    position: relative;
    min-height: 1px;
    display: inline;
}

.cookie-read-more-wrapper .tabs-left {
    padding-left: 0;
    margin-bottom: -1px;
}

.cookie-read-more-wrapper ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}

.cookie-read-more-wrapper .tabs-left li a {
    font-size: 12px;
    display: block;
}

.tab-content > .tab-pane.active {
    opacity: 1;
    height: inherit;
}

.cookie-agree {
    background: #000;
    border: none;
    color: #fff;
    font-size: 13px;
    margin-top: 0;
    float: right;
    line-height: 34px;
    padding: 0 10px;
    margin-left: 1px;
}

.cookie-agree:hover {
    cursor: pointer;
}

.cokie-info-wrapper .title {
    font-weight: 700;
    margin-bottom: 10px;
}

.cokie-info-wrapper .img-wrapper {
    flex-shrink: 0;
    max-width: 60px;
}

.cokie-info-wrapper .description {
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    text-justify: inter-word;
}

.cokie-info-wrapper .items-wrapper .item {
    display: inline-block;
    padding: 5px 10px 5px 0;
}

.cokie-info-wrapper .form-group.form-group-checklabel {
    margin-bottom: 0;
}

.form-group-checklabel label {
    margin-left: 5px;
    margin-bottom: 0;
    color: #868692;
    font-size: 13px;
    font-weight: 300 !important;
    color: #ffffff;
}

.cokie-info-wrapper .items-wrapper .read-more-btn {
    border: 1px solid #ffcb05;
    font-size: 13px;
    line-height: 22px;
    background: #dedede47;
    cursor: pointer;
    margin-top: 0;
    padding: 5px 10px;
}

.cokie-info-wrapper .items-wrapper .read-more-btn.active {
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
    box-shadow: inset 0 0 3px 0 rgba(0,0,0,0.2);
}

.cokie-info-wrapper .items-wrapper {
    margin-left: -10px;
    display: inline-block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 6px;
}

.icheckbox_flat, .iradio_flat {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border: none;
    cursor: pointer;
    background-image: none;
}

.icheck-label {
    cursor: pointer;
}

.items-wrapper .item .form-group-checklabel label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.icheckbox_flat.checked.disabled {
    background: #fff;
}

.cookie-read-more-wrapper.active {
    height: 100%;
    overflow: visible;
    opacity: 1;
}

.cokie-info-wrapper-top .items-wrapper .required-checkbox {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
}

.cookie-read-more-wrapper .tabs-left li a {
    font-size: 12px;
    display: block;
}

.cookie-read-more-wrapper .tabs-left {
    padding-left: 0;
    margin-bottom: -1px;
}

.cookie-read-more-wrapper .tabs-left li:first-child {
    border-top: 0;
}

.cookie-read-more-wrapper .tabs-left li.active {
    background: #ffffff;
    border-right: 0;
}
.cookie-read-more-wrapper .tabs-left li.active a {
    color: #000000;
}

.cookie-read-more-wrapper .tabs-left li {
    list-style: none;
    border-bottom: 0;
    border-left: 0;
    padding: 3px 5px;
}

#modal-cookie-info {
    background: black;
    opacity: 0.9;
    z-index: 9998;
}

.cokie-info-wrapper.appear.appeared .text-wrapper {
    width: 100%;
}

.cokie-info-wrapper.appear.appeared .text-wrapper .description {
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
}

.tab-content p {
    font-size: 13px;
    font-weight: 300;
}

.item.read-more-btn.read-more-cookie,
.cookie-agree.fnc-accept-cookies {
    background: #ffcb05;
    color: black;
}

.cookie-read-more-wrapper {
    color: #ffffff;
}

.tab-content {
    margin-bottom: 40px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.tab-pane p {
    text-align: justify;
    text-justify: inter-word;
}

.tab-content > .tab-pane.active {
    opacity: 1;
    height: inherit;
}

.tab-content > .tab-pane {
    opacity: 0;
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -ms-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
    display: block;
    height: 0;
    overflow: hidden;
}

.cookie-read-more-wrapper .tab-content {
    font-size: 12px;
    line-height: 15px;
    max-height: 126px;
    overflow: auto;
    margin-bottom: 0;
    width: auto;
}

.edit_account .accept_terms {
    margin-top: 25px;
}

.edit_account .accept_terms label a {
    text-decoration: underline;
}