html{
    font-family: 'Rajdhani', sans-serif;
    min-height: 101vh;
}
body{
    margin:0;
    position:relative;

}
a{
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
h1{
    font-size:30px;
    font-weight:500;
}
ul{
    list-style-type: none;
    padding: 0;
}
li{
    list-style-type: none;
}
input:focus{
    outline: none;
}
.vertical-middle{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
header{
    height: 130px;
    width: 100%;
    background-color: black;
    z-index:11111;
    position:relative;
}
.filter-available label{
    padding-left: 25px;
}
.header-info{
    height: 50px;
    width: 1400px;
    margin: auto;
}
.header-info > a{
    margin: 0 15px;
}
.header-info a:first-child{
    margin-right: 0;
}
.header-info a:nth-child(3){
    /*    margin-right: 0;*/
}
.header-info a:nth-child(-n+2){
    float: right;
}
.header-info a:nth-child(n+3){
    float: right;
}
.header-info i{
    display: inline-block;
    vertical-align: baseline;
    margin: 13px 4px 0 0;
    color: #6abc45;
    font-size: 22px;
}
.header-info .cf-heart-line{
    font-size: 20px;
}
.header-info .cf-user-line{
    font-size: 19px;
}
.header-info p,
.header-info a{
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 2px;
    margin: 0;
    font-size: 17px;
    font-weight: 500;
    color: white;
}
.header-info > a{
    margin: 0 16px;
}
.header-main{
    height: 75px;
    width: 1400px;
    margin: auto;
    color: white;
}
.header-logo{
    height: 31px;
    margin-top: 22px;
    display: inline-block;
    vertical-align: bottom;
    width: 350px;
}
.header-logo img{
    width: 100%;
    margin-top: -50px;
    margin-left: -12px;

}
#search_box{
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 330px;
    margin-left: 48px;
}
.search-holder {
    position: absolute;
    right: 0;
}
.search-holder i{
    position: absolute;
    right: 8px;
    top: 6px;
    color: #6abc45;
}
#search_field{
    height: 31px;
    width: 100%;
    color: rgba(255,255,255,0.5)!important;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #6abc45;
    font-size: 17px;
    font-family: 'Rajdhani', sans-serif;
}
#search_field:focus{
    outline: none;
}
#search_btn {
    background: transparent;
    position: relative;
    z-index: 1;
    outline: none;
    border: none;
    float: right;
    height: 30px;
    width: 33px;
    cursor: pointer;
}
#search_form > div > div img {
    height: 16px;
    position: absolute;
    top: 14px;
    left: 10px;
}
.header-menu{
    display: inline-block;
    vertical-align: bottom;
    margin: 20px 0 0 0;
    height: 42px;
    color: white;
    float: right;
}
.header-menu li{
    display: inline-block;
    list-style: none;
    margin: 0 10px;
    height: 100%;
    line-height: 42px;
    font-size: 18px;
    font-weight: 500;
    cursor:pointer;
}
.header-basket{
    position: relative;
    float: right;
    display: inline-block;
    vertical-align: bottom;
    height: 42px;
    margin-left: 10px;
    margin-top: 6px;
}
.header-basket i{
    font-size: 34px;
    color: #6abc45;
    margin-right: 18px;
    vertical-align: middle;
}
.header-basket .header-basket-qty{
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    bottom: 4px;
    left: 28px;
}
.header-basket .header-basket-qty i{
    font-size: 24px;
}
.header-basket .header-basket-qty span{
    position: absolute;
    top: 0;
    left: 1px;
    width: 22px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    font-weight: 500;
}
.header-basket-label{
    display: inline-block;
    vertical-align: middle;
}
.header-basket-label p{
    margin: 0;
    margin-bottom: -8px;
    font-size: 25px;
    font-weight: 500;
}
.header-basket-label span{
    font-size: 17px;
    font-weight: 500;
    text-transform: lowercase;
}
.la-linea{
    height: 5px;
    width: 100%;
    background-color: #6abc45;
}
footer{
    width: 100%;
    color: white;
    clear: both;
    position: relative;
    z-index: 11111;
}
footer .newsletter-wrap{
    position: relative;
    height: 130px;
    width: 100%;
}
footer .newsletter-background{
    position: absolute;
    height: 100%;
    width: 100%;
}
footer .newsletter-background div{
    float: left;
    height: 100%;
    width: 50%;
    background-color: #71ba4d;
}
footer .newsletter-background div:first-child{
    background-color: #64a543;
}
footer .newsletter{
    position: relative;
    height: 130px;
    width: 1400px;
    margin: auto;
    color: white;
}
footer .newsletter > div{
    float: left;
    height: 130px;
    width: 50%;
}
footer .newsletter h1{
    float: left;
    font-size: 30px;
    font-weight: 500;
    margin: 4px 0;
    margin-top: 34px;
}
footer .newsletter p{
    float: left;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}
footer .newsletter form{
    position: relative;
    float: right;
    width: 350px;
    margin-right: 80px;
    margin-top: 48px;
}
footer .newsletter form .submit_email{
    position: absolute;
    height: 100%;
    width: 30px;
    right: -8px;
    top: 0;
    background-color: transparent;
    border: 0;
    z-index: 99;
    cursor: pointer;
}
footer .newsletter form .submit_email:focus{
    outline: none;
}
footer .newsletter #footer_email,
footer .newsletter #footer_telephone{
    height: 45px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 36px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid white;
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: white;
}
footer .newsletter #footer_email:focus,
footer .newsletter #footer_telephone:focus{
    outline: none;
}
footer .newsletter #footer_email::-webkit-input-placeholder,
footer .newsletter #footer_telephone::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: white;
}
footer .newsletter #footer_email:-moz-placeholder,
footer .newsletter #footer_telephone:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: white;
    opacity: 1;
}
footer .newsletter #footer_email::-moz-placeholder,
footer .newsletter #footer_telephone::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: white;
    opacity: 1;
}
footer .newsletter #footer_email:-ms-input-placeholder,
footer .newsletter #footer_telephone:-ms-input-placeholder{ /* Internet Explorer 10-11 */
    color: white;
}
footer .newsletter .sms-newsletter h1,
footer .newsletter .sms-newsletter p{
    margin-left: 80px;
}
footer .newsletter .sms-newsletter form{
    margin-right: 0;
}
footer .newsletter i{
    position: absolute;
    left: 0;
    top: 11px;
    font-size: 24px;
}
footer .newsletter .cf-arrow-right{
    top: 15px;
    right: 0;
    left: auto;
    font-size: 17px;
}
.footer-main-wrap{
    /*height: 538px;*/
    height: auto;
    width: 100%;
    background-color: black;
    display: table;
}
.clear{
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.footer-main{
    height: 100%;
    width: 1400px;
    margin: auto;
}
.footer-shops{
    float: left;
    height: 100%;
    width: 375px;
}
.footer-shops div{
    margin-top: 45px;
}
.footer-shops h1{
    margin: 0 0 10px 0;
    font-size: 25px;
    font-weight: 500;
}
.footer-shops div:nth-child(2) h1 {
    letter-spacing: -1px;
}
.footer-shops p{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
}
.footer-menu{
    float: left;
    height: 100%;
    width: 1025px;
}
.footer-menu > ul{
    margin-top: 44px;
}
.footer-menu ul{
    height: 220px;
    list-style: none;
    padding: 0;
}
.footer-menu > ul > li {
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
}
.footer-menu > ul > li:not(:last-child){
    margin-right: 62px;
}
.footer-menu > ul > li ul{
    padding: 0;
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
    color: rgba(255,255,255,0.5);
}
.footer-menu > div{
    height: 255px;
    width: auto;
    /*padding-top: 66px;*/
    padding-top: 205px;
    display: inline-block;
}
.footer_social_networks {
    display: inline-block;
    vertical-align: middle;
    /*width: 298px;*/
    margin-top: 50px;
    line-height: 70px;
    margin-right: 30px;
}
.footer_social_networks a {
    display: inline-block;
    width: 55px;
    margin: 0;
    margin-right: 14px;
    text-align: center;
}
.footer_social_networks a i {
    font-size: 32px;
}
.footer-info {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*margin-left: 125px;*/
}
.footer-info:not(:last-child) {
    margin-right: 116px;
}
.footer-info i{
    font-size: 72px;
}
.footer-info h1{
    margin: 0;
    font-size: 24px;
    font-weight: 500;
}
.footer-info p{
    width: 110px;
    margin: auto;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.5);
}
a.footer-info{
    position: relative;
}
a.footer-info .cf-stores{
    position: absolute;
    font-size: 40px;
    left: 35px;
    top: 19px;
    color: white;
}
.footer-menu div div:nth-child(3) p{
    width: 155px;
}
.footer-copyright{
    height: 92px;
    width: 100%;
    background-color: black;
    border-top: 1px solid rgba(255,255,255,0.5);
    line-height: 92px;
    font-size: 14px;
    font-weight: 500;
    color: #3f3f3f;
}
.footer-copyright div{
    height: 100%;
    width: 1400px;
    margin: auto;
}
.footer-copyright div p{
    margin: 0;
    float: left;
}
.footer-copyright div p:last-child{
    float: right;
}
.footer-copyright div p span{
    color: #6abc45;
}
#topcontainer{
    width: 1400px;
    margin: auto;
    margin-top: 18px;
    min-height: 500px;
}
#leftcol_2col{
    position: relative;
    float: left;
    width: 372px;
}
#maincontent_2col_with_left,
.one_page_checkout_wrapper{
    float: left;
    width: 1028px;
}
.uporedni-prikaz-wrap{
    float: right;
    width: 1027px;
}
#categories,
.home-pre-order{
    position: relative;
    width:327px;
    z-index: 1000;
}
.categories-menu-btn{
    position: absolute;
    top: -30px;
    left: 20px;
}
.categories-menu-btn h1{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 -2px 5px;
    background-color: white;
}
.home-vertical-slider{
    max-height: 2125px;
    width: 330px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin-top: 28px;
    margin-bottom: 38px;
    margin-left: 0!important;
    background-color: #fbfbfb;
    overflow: hidden;
}
.home-vertical-slider .slick-list{
    margin-right: 0!important;
}
.home-vertical-slider .home-pre-order-item{
    position: relative;
    height: 425px!important;
    width: 326px!important;
    border-bottom: 1px solid #e2e2e2!important;
    box-sizing: border-box;
    text-align: center;
}
.home-vertical-slider .home-pre-order-item img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 190px;
    margin: auto;
}
.home-pre-order h2{
    display: inline-block;
    margin: 0;
}
.pre-order-nav{
    position: absolute;
    top: 0;
    right: 0;
}
.hexagon {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 28.87px;
    background-color: #6abc45;
    margin: 14.43px 0;
    color: white;
    text-align: center;
}
.hexagon:before,
.hexagon:after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
}

.hexagon:before {
    bottom: 100%;
    border-bottom: 14.43px solid #6abc45;
}

.hexagon:after {
    top: 100%;
    width: 0;
    border-top: 14.43px solid #6abc45;
}

.hexagon i{
    font-size: 20px;
    line-height: 28px;
}
.product-basket i{
    font-size: 26px;
    line-height: 28px;
    padding-left: 4px;
}
.categories_menu{
    height: auto;
    width: 330px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin-top: 28px;
    margin-bottom: 38px;
    background-color: #fbfbfb;
}
.categories_menu ul{
    margin: 0;
    padding-top: 44px;
    /*padding-left: 30px;*/
    list-style: none;
}
.categories_menu ul li{
    height: 48px;
    line-height: 48px;
    /*margin-bottom: 21px;*/
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 30px;
}
.categories_menu ul li i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 10px;
    color: #c9c9c9;
}
.categories_menu ul li a{
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
    overflow: hidden;
}
#maincontent_2col_with_left .home-banner-slider {
    margin: 0;
    margin-bottom: 25px;
    max-height: 445px;
    overflow: hidden;
}
#maincontent_2col_with_left .home-banner-slider > div{
    margin: 0;
}
#maincontent_2col_with_left .home-banner-slider img {
    width: 100%;
    height: auto;
}
.home-middle-banners-wrap{
    width: 100%;
}
.home-middle-banners-full-width{
    width: 100%;
    margin-bottom: 40px;
}
.home-middle-banners {
    float: right;
    width: 500px;
    height: auto;
    margin-bottom: 20px;
}
.home-middle-banners:first-child{
    float: left;
}
.thm-promo-box-title{
    clear: both;
    height: 57px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    line-height: 57px;
}
.thm-promo-box-title a,
.home-pre-order > a{
    height: 100%;
    font-size: 30px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
}
.thm-promo-box-nav,
.pre-order-nav{
    position: relative;
    float: right;
    padding: 0 25px;
    height: 100%;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}
.thm-promo-box-nav i,
.pre-order-nav i{
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: #e2e2e2;
}
.thm-promo-box-nav .slick-prev,
.thm-promo-box-nav .cf-angle-left,
.pre-order-nav .cf-angle-left{
    left: 0;
}
.thm-promo-box-nav .slick-next,
.thm-promo-box-nav .cf-angle-right,
.pre-order-nav .cf-angle-right{
    right: 0;
}
.home_page .thm-promo-box {
    overflow:hidden;
    height:400px;
}
.similar_products{
    width:100%;
    height:510px;
    overflow: hidden;
}
.similar_products .thm-promo-box-title{
    text-transform: uppercase;
}
.thm-promo-box .thm-promo-box-product{
    position: relative;
    height: 348px;
    width: 255px;
    text-align: center;
    margin: 0 12px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-top: 0;
}
.thm-promo-box .thm-promo-box-product:focus {
    outline: none;
}
.thm-promo-box.slick-initialized.slick-slider {
    margin: 0;
    margin-bottom: 48px;
}
.thm-promo-box .slick-list{
    margin-right: -1px;
    width: calc(100% + 24px);
    margin-left: -12px;
}
.thm-promo-box .slick-track{
    margin-bottom: 50px;
}
.thm-promo-box .thm-promo-box-picture,.product-square-table .product-item-image{
    margin: auto;
    height: 195px;
}

.thm-promo-box .thm-promo-box-picture img, .product-item-image img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    max-height: 80%;
    max-width: 190px;
    margin: auto;
}
.stars,
.stars li{
    display: inline-block;
    margin: 0;
    color: #6abc45;
}
.thm-promo-box-product{
    box-sizing: border-box;
}
.thm-promo-box-product:hover{
    border: 1px solid #e2e2e2;
    border-top: 0;
}
.thm-promo-box-product h3, .product-square-table h3, .home-pre-order-item h3{
    width: 200px;
    margin: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 100;
    font-family: 'Roboto Condensed', sans-serif;
}
.thm-promo-box-product h3 a, .product-item-name h3 a, .home-pre-order-item h3 a{
    display: block;
    overflow: hidden;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:400;
    text-align: center;
}
.thm-promo-box-product h3 a:nth-child(2), .product-item-name h3 a:nth-child(2), .home-pre-order-item h3 a:nth-child(2){
    color: rgba(0, 0, 0, 0.6);
}
.thm-promo-box-product .thm-promo-box-price-wrap, .product-square-item .product-item-price, .home-pre-order-item .thm-promo-box-price-wrap{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
.product-square-item .product-item-price{
    margin-top: 15px;
}
.thm-promo-box-product .thm-promo-box-old-price, .home-pre-order-item .thm-promo-box-old-price, .thm-promo-box-old-price-grid{
    display: block;
    width: 100%;
    height: 15px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #cc724a;
    text-decoration: line-through;
}
.thm-promo-box-old-price-grid{
    position: absolute;
    bottom: 85px;
}
.promo-box-buttons,
.product-list-product-buttons{
    position: absolute;
    right: 25px;
    top: 328px;
    height: 40px;
    width: 190px;
    border: 1px solid #e2e2e2;
    border-radius: 50px;
    background-color: white;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}
.promo-box-buttons p,
.product-list-product-buttons p{
    margin: 0;
    padding-right: 32px;
    font-size: 16px;
    line-height: 40px;
    color: rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    opacity: 1;
    transition: all 0.2s linear;
    transition-delay: 0.2s;
}
.promo-box-buttons .hexagon,
.product-list-product-buttons .hexagon{
    top: -10px;
    position: absolute;
    right: -4px;
    transition: all 0.2s linear;
    z-index: 4;
}
.promo-box-buttons [class^="product-"],
.product-list-product-buttons [class^="product-"]{
    position: absolute;
    top: 8px;
    visibility: hidden;
    opacity: 0;
    color: #6abc45;
    font-size: 22px;
    transition: all 0.2s linear;
    z-index: 2;
}
.promo-box-buttons .product-wish,
.product-list-product-buttons .product-wish{
    left: 24px;
}
.product-share input{
    cursor: pointer;
}
.promo-box-buttons .product-share,
.product-list-product-buttons .product-share{
    right: 24px;
}
.thm-promo-box-product:hover .promo-box-buttons p, .product-square-item:hover .promo-box-buttons p, .product-list-product-buttons:hover p, .home-pre-order-item:hover .promo-box-buttons p{
    opacity: 0;
    transition: all 0.3s linear;
    transition-delay: 0.5s;
}
.thm-promo-box-product:hover .promo-box-buttons .hexagon,  .product-square-item:hover .promo-box-buttons .hexagon, .product-list-product-buttons:hover .hexagon, .home-pre-order-item:hover .promo-box-buttons .hexagon{
    right: 70px;
    transition: all 0.5s cubic-bezier(0, 0, 0.36, 1.59);
    transition-delay: 0.7s;
}
.thm-promo-box-product:hover .promo-box-buttons [class^="product-"],
.thm-promo-box-product:hover .promo-box-buttons [class*=" product-"],
.product-square-item:hover .promo-box-buttons [class^="product-"],
.product-square-item:hover .promo-box-buttons [class*=" product-"],
.product-list-product-buttons:hover [class^="product-"],
.product-list-product-buttons:hover [class*=" product-"],
.home-pre-order-item:hover .promo-box-buttons [class^="product-"],
.home-pre-order-item:hover .promo-box-buttons [class*=" product-"]
{
    visibility: visible;
    opacity: 1;
    transition: all 0.2s linear;
    transition-delay: 0.5s;
}
/*.thm-promo-box-product:hover .promo-box-buttons, .product-square-item:hover .promo-box-buttons{
    right: 24px;
}*/
.product-box-link{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left: 0;
    z-index: 1;
}
.custom_paging{
    margin: 0;
    text-align: center;
}
.custom_paging li{
    display: none;
}
.custom_paging .slick-active{
    display: block;
}
.one_page_checkout_wrapper .breadcrumb_wrap{
    margin-top: 23px;
}
.one_page_checkout_title{
    margin: 28px 0;
    margin-top: 5px;
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    color: black;
    font-weight: 500;
    text-transform: uppercase;
}
.basket_header td,
.basket_item td{
    text-align: center;
    font-size: 18px;
    color: black;
    border-bottom: 1px solid #e2e2e2;
}
.basket_header td{
    color: rgba(0,0,0,0.5);
    font-size: 20px;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
}
.basket_header td:first-child,
.basket_item td:first-child{
    text-align: left;
}
.basket_item td{
    height: 132px;
}
.basket_item td:last-child{
    text-align: right;
}
.basket_product_img_wrap{
    display: inline-block;
    vertical-align: middle;
    width: 138px;
    height: 100%;
    margin-right: 42px;
    text-align: center;
}
.basket_product_img{
    max-width: 100%;
    max-height: 90%
}
.name_and_brand{
    color: black;
    font-weight: 500;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}
.basket_product_img,
.name_and_brand{
    display: inline-block;
    vertical-align: middle;
}
.name_and_brand a{
    display: block;
    max-width: 350px;
}
.product_info .stars:hover{

    cursor:pointer;
}
.quantities,
.checkout_item_gross{
    color: black;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    text-transform: uppercase;
}
.quantities{
    width: 60px;
    height: 38px;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
    text-align: center;
}
.quantities:focus {
    outline: none;
}
.plus-minus {
    display: inline-block;
    vertical-align: middle;
    font-size: 50px;
    color: #6abc45;
    cursor:pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome and Opera */
}
.coupon-code-wrap td{
    height: 78px;
}
#check_coupon_code_btn, #fnc-remove-coupon {
    float: right;
    width: 190px;
    height: 42px;
    margin: 18px 0;
    line-height: 42px;
    border: 1px solid #6abc45;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #6abc45;
    box-sizing: border-box;
    cursor: pointer;
}
.coupon-code-wrap p{
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}
.opc-coupon-code{
    display: inline-block;
    vertical-align: middle;
    width: 520px;
    height: 14px;
    margin-left: 55px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    font-size: 16px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);
    padding-bottom: 14px;
}
.opc-coupon-code:focus{
    outline: none;
}
.opc-total-info td{
    height: 80px;
    padding: 0 20px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fbfbfb;
    color: black;
    font-size: 30px;
    font-weight: 500;
}
.opc-total-info p{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.opc-total-info p span{
    font-size: 18px;
}
.opc-total-info #checkout_items_total{
    float: right;
    line-height: 80px;
    text-transform: lowercase;
}
#troskovi-isporuke-poruka {
    float:right;
    line-height: 80px;
    color:black;
}
.nacini_placanja,
.opc-delivery-address span{
    display: inline-block;
    vertical-align: middle;
    width: 230px;
}
.opc-delivery-address input {
    width: 234px;
    box-sizing: border-box;
}
.opc-delivery-address-part,
.nacin-placanja-wrap{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
}
.nacin-placanja-wrap select{
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    color: black;
}
.opc-delivery-address-part input:not(:last-child){
    margin-right: 40px;
}
.opc-delivery-address-part input:not(#accept_terms_chb){
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    color: black;
    background-size: 15px;
    line-height: inherit;
}
.opc-delivery-address-part input:focus{
    outline: none;
}
.opc-spacer{
    height: 20px;
}
.nacin-placanja-wrap,
.opc-delivery-address-part td{
    height: 70px;
}
.opc-delivery-address-second{
    padding-left: 234px;
}
.opc-delivery-address-second #street{
    width: 514px;
    box-sizing: border-box;
}
.opc-delivery-address-second #floor, .opc-delivery-address-second #flat {
    width: 94px;
    box-sizing: border-box;
}
.customer_payment,
.kartica_wrapper select{
    display: inline-block;
    vertical-align: middle;
    width: 373px;
    border: none;
    border-bottom: 1px solid #e2e2e2;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background: url(../images/dole.svg) no-repeat 95%;
    background-size: 15px;
    line-height: inherit;
    cursor: pointer;
    box-sizing: border-box;
}
.customer_payment{
    margin-right: 40px;
}
.kartica_wrapper{
    display: inline-block;
    vertical-align: middle;
}
.customer_payment:focus,
.kartica_wrapper select:focus{
    outline: none;
}
.terms-and-confirm{
    height: 80px;
    padding-left: 40px;
//text-align: right;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fbfbfb;
}
#accept_terms,
.nastavi-btn-cnt{
    display: inline-block;
    vertical-align: middle;
}
#accept_terms input{
    display: none;
}
#accept_terms img{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}
.nastavi-btn-cnt{
    float: right;
    margin-right: 28px;
}
.nastavi-btn-cnt input{
    float: right;
    width: 190px;
    height: 42px;
    margin: 18px 0;
    line-height: 42px;
    background-color: #6abc45!important;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white!important;
    box-sizing: border-box;
    cursor: pointer;
}
#one_page_checkout_form{
    margin-bottom: 80px
}

.star-wrap, .product-item-image{
    text-align: center;
}
.star-wrap{
    margin-top:10px;
}
.product_grid_cell_top{
    width:21%;
    display:inline-block;
    margin-right:50px;
    margin-top:50px;
}
.btn_wrapper{
    position:relative;
    height:50px;
}
.btn_wrapper .promo-box-buttons{
    top:0;
}
.product-square-item .price-wrap{
    margin-bottom:5px;
}
.product_grid_cell_top:nth-of-type(4n){
    margin-right:0;
}
.products_tbl.product-square-table>span{
    display:block;
}
.register-wrap h1{
    color: black;
    font-size: 30px;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.register-wrap input,
.register-wrap select, .login-form input{
    border: none;
    border-bottom: 1px solid #e2e2e2;
    color: black;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
}
.register-form-row{
    height: 60px;
    width: 100%;
}
.register-form-col{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 480px;
}
.register-form-col:not(:last-child){
    margin-right: 62px;
    margin-left: -4px;
}
.register-form-col input{
    width: 100%;
}
.register-form-half-col{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 220px;
}
.register-form-half-col:first-child{
    margin-right: 35px;
}
.register-form-submit, .login_form_submit{
    height: 80px;
    margin-top: 15px;
    padding: 0 30px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fbfbfb;
    color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 500;
}
.register-form-submit-btn, .login-form-submit-btn{
    float: right;
}
.register-form-submit-btn input, .login-form-submit-btn input, .submit_button button{
    width: 190px;
    height: 42px;
    margin: 18px 0;
    line-height: 42px;
    background-color: #6abc45;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
}
.register-form-news,
.register-form-more-info{
    display: inline-block;
    vertical-align: middle;
}
.register-form-more-info{
    color: black;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
    cursor: pointer;
}
.register-form-col select{
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}
.register-form-col select:focus{
    outline: none;
}
.register-form-more-info-wrap{
    display: none;
}
.register-form-mandatory{
    position: absolute;
    top: 0;
    right: 0;
    color: #6abc45;
    font-size: 20px;
}
.filter_box_div{
    background-color: #fbfbfb;
    border:1px solid #e2e2e2;
    margin-top:20px;
}
.filters .filter_box_div:first-child{
    margin-top:30px;
}
.filter_list_box_name{
    font-size:20px;
    text-transform: uppercase;
    font-weight:500;
    margin:15px 0 15px 20px;
}
.filter_list_box_name .drop-cat{
    margin-right:20px;
    cursor:pointer;
}
.filter_box_div .drop-cat-collapse{
    margin-left:49px;
}
.filters_list_box, .filter_value_search_selected, .filter_value_search_link{
    font-size:20px;
    font-weight:500;
}
.filters_list_box::first-letter,
.filter_value_search_selected::first-letter,
.filter_value_search_link::first-letter{
    text-transform: uppercase;
}
.filter_value_search_selected{
    color:#6abc45;
}
.breadcrumb_wrap{
    margin-top:27px;
}
.breadcrumb_wrap a{
    font-size: 14px;
    color:black;
    font-weight: 500;
}
.breadcrumb_wrap{
    color:#adadad;
    font-size: 14px;
    font-weight: 500;
}
.table_products .title-wrap-view{
    border-bottom:1px solid #e4e4e4;
    padding-bottom:9px;
    margin-top:14px;
    display: block;
    overflow: hidden;
}
.table_products .title-wrap-view h1{
    float: left;
    margin: 0;
}
.filters_list_box{
    position: relative;
    width: 230px;
}
.select-filter{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}
.filters_list_box,
.filters_list_box label{
    cursor: pointer;
}
.filters_list_box .filter-checkbox{
    display: inline-block;
    vertical-align: middle;
}
.filter_value_label{
    box-sizing: border-box;
    padding-left: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 40px);
}
.filter_value_label label{
    display: block;
}
.pricerange input{
    border:0;
    font-weight:400;
    font-size:20px;
    display:block;
    text-align: center;
    margin-bottom:10px;
    color:black;
    background-color: #fbfbfb;
}
.slider_price_info{
    text-align: center;
}
#price_range{
    margin:0 55px 30px 0;
}
.table_products .title-wrap-view{
    text-transform: uppercase;
    margin: 0;
}
.ui-widget-content{
    background-color:white;
    border:1px solid #e5e5e5;
}
.ui-widget-header, .ui-slider-range{
    background: #6abc45;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    background: #fff;
    border:2px solid #6abc45;
    height:20px;
    width:20px;
    margin-top:-4px;
}
.ui-slider-horizontal{
    height:7px;
}
.slider_price_info{
    display:inline-block;
}
.pricerange li:first-child{
    text-align: center;
    margin-right:40px;
}
.message-success-wrap h1{
    text-transform: uppercase;
    margin-top:5px;
}
.product-square-table{
    padding-bottom: 30px;
    border-bottom:1px solid #e4e4e4;
}
.number_products, .paginationTG li{
    color:rgba(0, 0, 0, 0.5);
    font-size:20px;
    text-transform: uppercase;
    margin-top:20px;
    display: inline-block;
}
.pager-right, .header_user{
    float:right;
}
.pager-left, .pager-right{
    display:inline-block;
}
.paginationTG li .currentpage{
    color:#6abc45;
}
.pager{
    margin-bottom:200px;
}
.pricerange{
    margin-top:-13px;
}
.uporedni-prikaz{
    background-color: black;
    opacity: 0.9;
    height: 90px;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 111111;
    visibility:visible;
    margin:0;
}
.uporedni-prikaz li{
    display:inline-block;
    background-color: transparent;
    height:80%;
    margin-top:9px;
    margin-right:5px;
    vertical-align: middle;
}
.uporedni-prikaz li img{
    height:100%;
    width:100%;
    position:relative;
    z-index:4;
}
.uporedni-prikaz .inactive{
    color: rgba(255, 255, 255, 0.30);
}
.login-wrap{
    width:100%;
}
.login-wrap #password, .login-wrap #email{
    width:46.5%;
}
.login-wrap #email{
    margin-right:57px;
}
.login-facebook {
    display:inline-block;
    vertical-align: middle;
}
.login-facebook .fa{
    color:white;
    background-color:#3b5998;
    width:55px;
    height:42px;
    border-radius:42%;
    vertical-align: middle;
    text-align: center;
    font-size:25px;
    line-height:42px;
}
.login-facebook span{
    margin-left:10px;
}
.dropdown_login{
    visibility: hidden;
    transition: 0.5s all;
    opacity: 0;
    transition-delay: 1s;
    width: 260px;
    border: 1px solid #181c21;
    position: fixed;
    z-index: 10;
    background-color: black;
    margin-left: -70px;
    box-shadow: 0 4px 8px rgba(128, 128, 128, 0.25);
    margin-top: 10px;
    cursor: default;
    padding:15px 10px;
}
.user_log_reg{
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    text-align: left;
    margin-left: 10px;
    cursor: pointer;
}
.user_log_reg a,
.user_log_reg p{
    padding-top: 13px;
}
.header_user{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 16px;
}
.header_user:hover .dropdown_login{
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.3s;
}
.header_user > a{
    display: inline-block;
    float: none!important;
    vertical-align: baseline;
}
.dropdown_login input{
    background-color: transparent;
    color:#9fa5af;
    border-bottom:1px solid #24282d;
    font-size:17px;
    font-weight:500;
    width:100%;
}
.dropdown_login form{
    width:90%;
    margin:auto;
}
.header_user i{
    vertical-align: baseline;
}
.dropdown_login .login-btn{
    color:white;
    background-color: #6abc45;
    margin-top:20px;
    border-radius: 25px;
    width:130px;
    height:28px;
    text-transform: uppercase;
    font-weight: 500;
    cursor:pointer;
}
.header-info .login-form  a{
    font-size:15px;
    color:#9fa5af;
    width:85px;
    float:right;
    margin:20px 0 0 0;
}
.dropdown_login p{
    display:block;
    text-align: center;
    position:relative;
}
.dropdown_login p span:before{
    content:"";
    width:85px;
    height:1px;
    background-color:#24282d;
    position:absolute;
    left:15px;
    top:8px;
}
.dropdown_login p span:after{
    content:"";
    width:85px;
    height:1px;
    background-color:#24282d;
    position:absolute;
    right:15px;
    top:8px;
}
.dropdown_login p{
    font-size:15px;
    color:#9fa5af;
    margin: 15px 0;
}
.dropdown_login .login-facebook{
    width:90%;
    margin:auto;
    height:30px;
    line-height: 30px;
    color:white;
    background-color:#3b5998;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin-left:15px;
    border-radius:25px;
}
.dropdown_login .login-facebook a{
    float:none;
}
.dropdown_login .login-facebook i{
    background-color: transparent;
    padding:0;
    font-size: 15px;
    width: inherit;
    height:initial;
    line-height: 30px;
    margin-top: 0;
}
.dropdown_login #password_header{
    margin-top:15px;
}
.header_register{
    text-align:center;
    margin-top:20px;
    color:#9fa5af;
    font-size:16px;
    margin-left:15px;
}
.header-info  .header_register a{
    float:none;
    color:#6abc45;
    font-weight: 500;
}
.dropdown_login input:-webkit-autofill {
    box-shadow:inset 10px 46px 11px #0d1013;
    -webkit-text-fill-color:#9fa5af;
}
.login-wrap input:-webkit-autofill{
    box-shadow:inset 10px 46px 11px white;
}
.login_form_submit{
    margin-top:30px;
}
.header-info .logged_in a{
    float:none;
    color:white;
    border-bottom:1px solid #24282d;
    display:block;
    width:90%;
    margin: 5px 5px 5px 10px;
    padding-bottom: 5px;
    cursor:pointer;
}
.header-info .logged_in a:hover{
    border-bottom:1px solid white;
}
.remove_thumb{
    background-color: #6abc45;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: relative;
    bottom: 70px;
    visibility: hidden;
    text-align: center;
    z-index:6;

}
.uporedni-prikaz li{
    border: 1px solid rgba(255, 255, 255, 0.30);
    height:70px;
    width:55px;
    overflow:hidden;
}
.uporedni-prikaz li img:hover ~ .remove_thumb, .remove_thumb:hover{
    visibility: visible;
    opacity: 0.9;
    cursor:pointer;
    cursor:pointer;
    transition: all 0.5s;
}
.uporedni-prikaz li i{
    color:white;
    border:1px solid white;
    border-radius:50%;
    padding:10px;
}
.number_li{
    width:inherit;
    height:inherit;
    position: absolute;
    color:rgba(255, 255, 255, 0.30);
    font-size:16px;
    font-weight: 500;
    text-align: center;
    line-height: 70px;
}
.compared_prod_thumbnails{
    display: inline-block;
    margin: 0;
}
.uporedni-prikaz-uporedi.inactive{
    border-color: rgba(255, 255, 255, 0.30);
}
.uporedni-prikaz-uporedi{
    display: inline-block;
}
.uporedni-prikaz-uporedi{
    display:inline-block;
    color:white;
    text-transform: uppercase;
    font-size:16px;
    font-weight:500;
    border:1px solid #fff;
    border-radius: 25px;
    width:190px;
    height:40px;
    line-height: 40px;
    text-align: center;
    float:right;
    vertical-align: middle;
    margin-top:25px;
}
.thumbnail_wraper{
    width:1035px;
    margin:auto;
}
.inactive.uporedi{
    border: 1px solid rgba(255, 255, 255, 0.30);
    color:rgba(255, 255, 255, 0.30);
}
.close_uporedi{
    color:white;
    border-radius:50px;
    padding: 10px;
    display:inline-block;
    float:right;
    margin-top:15px;
    margin-left:50px;
    cursor: pointer;
    font-size:40px;
}
.remove_product{
    color:white;
    font-size:34px;
    vertical-align: middle;
    margin-left:-4px;
}
.compare-product input{
    vertical-align: middle;
    width: 27px;
    height: 27px;
    z-index: 2;
    position: absolute;
    right: -7px;
    visibility: visible;
    opacity:0;
    bottom:-25px;
}
.compare-product i{
    position: absolute;
    right: 0px;
    z-index: 1;
}
.main_image{
    position: relative;
    left:30px;
    margin-top:-82px;
    display:inline-block;
    width:200px;
    height:250px;
}
.main_image img{
    width:100%;
}
.product_info {
    display:inline-block;
    border-bottom:0;
    vertical-align: top;
    margin-left:55px;
    margin-top:23px;
}
.product_descirpiton{
    font-size:18px;
    font-weight:400;
    color:rgba(0,0,0, 0.6);
    height:120px;
    overflow:hidden;
}
.pegi, .product_name{
    display:inline-block;
}
.product_name{
    margin-left:20px;
    vertical-align: top;
}
.product_wrap .star-wrap{
    text-align:left;
    margin-top:0;
}
.product_name h1{
    margin-bottom:5px;
    margin-top: -7px;
    overflow: hidden;
    width: 420px;

}
#buy-price h1{
    font-size:45px;
}
.product_wrap{
    margin-bottom:30px;
    position:relative;
}
.main_pic{
    margin-top:20px;
}
#buy-rows{
    display:inline-block;
    float:right;
    margin-top:13px;
    text-align: right;
    margin-right:4px;
}
#buy-old-price, .saving_percent,#buy-savings {
    color:#cc724a;
    font-size:15px;
    font-weight:500;
    display:inline-block;
    text-transform: lowercase;
}
#buy-old-price{
    text-decoration-line: line-through;
}
.cena_info{
    color: rgba(0,0,0, 0.6);
    font-size:16px;
    font-weight:400;
}

.product_wrap .promo-box-buttons{
    right: 8px;
    top: 123px;
}
#heart_wrapper.hexagon, .gift-wrap.hexagon{
    background-color: rgba(0,0,0, 0.5);
    right: 20px;
    position: absolute;
    bottom: 20px;
    z-index:1;
}
.gift-wrap.hexagon{
    right:80px;
    cursor:pointer;
}
.product-item-image .gift-wrap.hexagon{
    right:inherit;
    left:20px;
    top:20px;
}


#heart_wrapper.hexagon:before, .gift-wrap.hexagon:before {
    border-bottom: 14.43px solid rgba(0,0,0, 0.5);
}
#heart_wrapper.hexagon:after, .gift-wrap.hexagon:after{
    border-top: 14.43px solid rgba(0,0,0, 0.5);
}
.slick-list .gift-wrap.hexagon{
    top:20px;
    left:20px;
    right:initial;
    z-index:6;
}
.similar_products .popover.bottom > .arrow {
    top: -11px;
    left: 42px;
    border-top-width: 0;
    border-bottom-color: #cccccc;
}
.similar_products .popover.bottom > .arrow:after {
    top: 2px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.popover{
    color: black;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111112;
    display: none;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #CCCCCC;
    line-height: 16px;
    border-radius: 0;
}
.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 #6abc45;
    padding: 0;
    margin: 0 0 5px 0;
    line-height: 25px!important;
    text-align: left;
    width: 100%;
}
.popover.bottom{
    left:5px !important;
}
.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: #cccccc;
    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: 20px;
    margin-left: -12px;
    border-top-width: 0;
    border-bottom-color: #cccccc;
}
.popover.bottom > .arrow:after {
    top: 2px;
    margin-left: -11px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff;
}
.hexagon.gift-wrap img{
    height:27px;
    min-height: initial;
    width:auto;
}
.main_pic_wrraper{
    position:relative;
    margin-top:13px;
    height:250px;
}
.main_pic_wrraper li{
    height:inherit;
}
.main_pic_wrraper img{
    min-height:100%;
}
.product_info_wrapper{
    position:relative;
}
.product_info_wrapper_brand{
    margin-top:9px;
}
.title_name{
    font-size:18px;
    font-weight: 400;
    color:rgba(0,0,0, 0.6);
    width:86px;
    display:inline-block;
}
.product_brand_date a{
    font-size:18px;
    font-weight:500;
}
.video{
    width:500px;
    height:274px;
    display:inline-block;
    vertical-align:top;
    float:right;
}
.video iframe{
    width:100%;
    height:100%;
}
.additional_images .slick-slide img{
    width:100%;
    height:auto;
}
.additional_images.slick-slider{
    margin-left:0;
    display:inline-block;
    width:500px;
    height:280px;
    margin:0;
}
.additional_images{
    opacity: 0;
    transition:0.1s
}
.additional_images.slick-initialized{
    opacity: 1;
}

.filters_list_box_numbers{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.media_wrapper{
    overflow: hidden;
    margin-top:33px;
}
.additional_images .cf-hexagon-left-line {
    display: inline;
    position: absolute;
    bottom: 24px;
    left: 191px;
    z-index: 5;
    font-size:24px;
    color:white;
}
.additional_images .cf-hexagon-right-line {
    display: inline;
    position: absolute;
    bottom: 24px;
    left: 273px;
    z-index: 5;
    font-size:24px;
    color:white;
}
.shop_name{
    font-size:22px;
    font-weight:500;
    margin-bottom:10px;
}
.shop{
    display:inline-block;
}
/* samo privremeno dok se ne nadje drugo resenje, zbog uporedi crne linije
.product-square-table, .newsletter-wrap{
    position:relative;
    z-index: -1;
}*/
.list-view-img{
    position: relative;
    float: left;
    margin-right: 30px;
    width: 200px;
    height: 250px;
}
.list-view-img img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    margin-left: -5px;
}
.product-list-product-wrap td{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e4e4e4;
}
.product-list-product-info{
    float: left;
    width: 520px;
    height: 250px;
}
.product-list-product-info h2{
    margin: 0;
    margin-bottom: 10px;
    line-height: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 400;
}
.product-list-product-brand{
    font-family: 'Roboto Condensed', sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}
.product-list-product-info .star-wrap{
    text-align: left;
    margin-top: 13px;
}
.product-list-short-description p{
    overflow: hidden;
    height: 104px;
    margin-bottom: 10px;
    font-family: 'Rajdhani', sans-serif;
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: justify;
}
.product-list-short-description a{
    font-family: 'Roboto Condensed', sans-serif;
    color:  #6abc45;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.product-list-product-buttons{
    top: 175px;
    right: 4px;
}
.product-list-product-buttons-wrap{
    float: right;
    width: 200px;
    text-align: right;
}
.product-list-product-prices{
    display: inline-block;
    margin-top: 34px;
    text-align: right;
}
.product-list-old-price,
p.product-list-savings{
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    color:  #cd724a;
    font-size: 18px;
    font-weight: 500;
}
.product-list-old-price{
    color: black;
    text-decoration: line-through;
}
.product-list-price{
    margin: 0;
    font-family: 'Rajdhani', sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 25px;
}
.tabs_box_wrapper{
    background-color: #fbfbfb;
    clear:both;
    border-top:1px solid #e2e2e2;
}

.tabs_box_wrapper .tab-content, .similar_products .thm-promo-box-title{
    width:1400px;
    margin:auto;
}
.tabs_box_wrapper .promo-box-buttons {
    right:35px;
}
/*.tabs_box_wrapper .thm-promo-box-product:hover .promo-box-buttons{
    right:34px;
}*/
.tabs_box_wrapper .thm-promo-box.slick-initialized.slick-slider{
    margin-bottom:0;
}
.similar_products .thm-promo-box-title{
    border-bottom: 0;
}
.product_wrap .promo-box-buttons{
    width:230px;
}
.product_wrap .promo-box-buttons p{
    color:#000000;
}
.shops_wrapper{
    text-align: left;
    margin-bottom: 100px;
}
.shop_info{
    display:inline-block;
    vertical-align: top;
    text-align: left;
    padding:0 107px;
    border-left:1px solid #e6e7e7;
    margin-right: -5px;
    box-sizing: border-box;
    width: 50%;

}
.shops_wrapper .shop_info:last-of-type{
    border-right:1px solid #e6e7e7;
}
.shop_name{
    font-size:22px;
    font-weight:500;
}
.shop_address, .shop_phone{
    font-size:18px;
    font-weight: 400;
    color:#707070;
}
.shop_email{
    font-size:18px;
    font-weight: 400;
    color:#6abc45;
}
.shop_working_hours{
    font-size:18px;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
    width:285px;
    margin-top:10px;

}
#map{
    margin-bottom:50px;
    width:1030px;
    height:430px;
}
.contact_page #maincontent_2col_with_left h1{
    text-transform: uppercase;
    margin-bottom:40px;
    margin-top:5px;
}
.cf-category-fill{
    font-size:60px;
    color: #6abc45;
    display: inline-block;
    vertical-align: middle;
}
.countdown{
    background-color: #f7f6f6;
    height:50px;
    text-align: center;
    line-height:50px;
    margin:10px 0 20px 0;
}
.countdown_number{
    font-size:24px;
    font-weight:600;
    color: #6abc45;
    width:30px;
    display:inline-block;

}
.countdown_txt{
    font-size:16px;
    font-weight:500;
    margin-right:20px;
    margin-left:5px;
}
.home-pre-order-item .countdown_number{
    width: auto;
}
.home-pre-order-item .countdown-seconds{
    width: 28px;
}
.home-pre-order-item .countdown_txt{
    margin-left: 0;

}

.home-pre-order-item .new-timer span:last-child{
    margin-right: 0;
}
.play_zine{
    position:relative;
    font-size:18px;
    color: rgba(0,0,0,0.6);
    padding:22px 105px 22px 30px;
    margin-top:40px;
    background: #f4f4f4 url(../images/playzine.png) no-repeat 100%;
    height:100px;
}
.hexagon.play_zine_rate{
    position:absolute;
    top:-30px;
    right:40px;
    font-size:20px;
    font-weight:600;
}
.play_zine_desc{
    line-height: 24px;
    font-style: italic;
    font-weight: 500;
}
.hexagon.play_zine_rate span{
    font-size:14px;
    display:block;
    margin-top:-13px;
    font-weight:400;
}
.hexagon.play_zine_rate div{
    margin-top:-4px;
    margin-bottom:5px;
}
.on_stock>div, .no_on_stock>div{
    font-size:22px;
    text-transform: lowercase;
    font-weight:400;
}
.on_stock>div{
    color:#71ba4d;
    font-weight: 600;
}
.shops_wrapper.product_details .shop_name{
    margin-bottom: 0;
}
.shops_wrapper.product_details .shop_info{
    padding:0 108px;
    height:190px;
    margin-bottom: 20px;
}
.shops_wrapper.product_details{
    margin-top:45px;
}
.array{
    display:none;
}
.shop_name i{
    font-size:10px;
    vertical-align: middle;
    margin-bottom:4px;
    margin-left:-15px;
}
.on_stock i{
    color:#6abc45;
}
.no_on_stock>div{
    color:rgb(0,0,0, 0.7);
}
.no_on_stock i{
    color:#5a5a5a;
}
.cf-stores{
    font-size:26px;
    color:#6abc45;
    vertical-align: middle;
    margin-right: 5px;
}
.show_on_map{
    font-size:18px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: middle;
    margin-top:10px;
}
.similar_products h3{
    font-weight:500;
}
.filter-reset-btn{
    display:inline-block;
    float: right;
    margin-right: 20px;
}
.filter-reset-btn .cf-dismiss{
    font-size: 12px;
    color: #000;
    opacity: 0.5;
}
.filters ul{
    margin-top:0;
}
.filters_list_box_promo input{
    display:none;
}
.filters_list_box input[type="radio"]:checked + label{
    color:#6abc45;
}
.reset-all{
    border:1px solid #e2e2e2;
    height:42px;
    line-height: 42px;
    border-radius:20px;
    font-size:18px;
    text-transform: uppercase;
    color:rgba(0,0,0, 0.7);
    font-weight:400;
    padding:0 20px;
    margin-top:20px;
    margin-bottom:50px;
}
.reset-all i{
    color: #6abc45;
    float: right;
    line-height: 42px;
}
.nacin-prikaza i{
    color:#ccc;
    font-size:23px;
}
.nacin-prikaza a:active i{
    color:#7f7f7f;
}
.empty_basket h1{
    margin-top:5px;
    text-transform: uppercase;
}
.empty_basket_txt{
    margin-top:100px;
}
.empty_basket_txt p, .message-success-wrap p{
    color:rgba(0,0,0, 0.5);
    font-size:18px;
    font-weight:400;
    line-height: 28px;
    text-align: center;
}
.empty_basket_txt span, .message-content p:first-of-type{
    display:block;
    font-size:35px;
    font-weight:500;
    color:#000000;
    margin-bottom:15px;
}
.message-content p:first-of-type{
    margin-top:100px;
}
.message-img{
    text-align:center;
}
.empty_basket .nastavi-btn{
    background-color: #6abc45;
    width:220px;
    height:42px;
    line-height:42px;
    border-radius: 20px;
    color:#ffffff;
    font-size:16px;
    text-transform: uppercase;
    font-weight:600;
    text-align:center;
    margin-top:15px;
    display:inline-block;
}
.cf-empty-card-line{
    font-size:155px;
    color:#6abc45;
}
.nastavi_btn_wrapper{
    text-align: center;
    position:relative;
}
.nastavi_btn_wrapper i{
    position: absolute;
    top: 53px;
    right: 436px;
}
.active_view,
.active_view i{
    color:#6abc45;
}
.view-selection{
    float: right;
}
.view-selection > div{
    display: inline-block;
    vertical-align: middle;
}
.show-sort-box a{
    margin: 0 10px;
    font-weight: 500;
}
.show-sort-box i{
    font-size: 12px;
    margin: 0 5px;
}
.nacin-prikaza a:first-child{
    margin: 0 5px;
}
ul.dropdown1{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 100%;
    background-color: #f4f4f4;
    width: 330px;
    top: 0;
    z-index: 9;
    border: 1px solid #e2e2e2;
    border-left: 0;
    height: 814px;
    box-sizing: border-box;
    padding-bottom: 38px;
}
ul.dropdown1 .dropdown1{
    top: -1px;
}
.submenu_cat:hover{
    background-color: #f4f4f4;
}
.submenu_cat:hover > a,
.submenu_cat:hover > i{
    color: #6abc45;
}
.submenu_cat:hover > .dropdown1{
    visibility: visible;
    opacity: 1;
    transition: 0.3s all;
    transition-delay: 0.3s;
}
.animate-menu{
    top: -35px;
}
.animate-menu .categories_menu{
    visibility: hidden;
    height: 0;
}
.animate-menu .categories-menu-btn h1{
    display: none;
}
.home-pre-order-item .promo-box-buttons{
    top: 365px;
    right: 65px;
}
.home-pre-order-item .countdown{
    margin: 0;
    margin-top: 15px;
    background-color: #fbfbfb;
}
.home-pre-order-item .thm-promo-box-picture {
    height: 165px;
}
.compare_products2, td.remove_product{
    border-collapse: collapse;
    margin-bottom: 45px;
}
.compare-info{
    position: absolute;
    top: 92px;
    width: 330px;
    z-index: 1;
}
.compare-info li{
    height: 50px;
    background-color: #fbfbfb;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0;
    margin-bottom: 16px;
    padding-left: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif;
}
.compare-info li:first-child{
    margin-bottom: 182px;
}
.remove-product-compare-page{
    font-size: 25px;
    color: #e2e2e2;
}
.compare_products2 td{
    position: relative;
    height: 50px;
    margin-bottom: 16px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}
.compare_products2 td.remove_product{
    height: 51px;
    margin: 0;
    border-top: 1px solid #e2e2e2;
    text-align: right;
}
.compare_products2 .compare-product-pic{
    height: 177px;
    margin: 0;
}
.compare_products2 .compare-product-name{
    height: 50px;
    background-color: #fbfbfb;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    font-weight: 400;
    color: black;
}
.compare_products2 td .promo-box-buttons{
    top: 0;
    position: relative;
    margin: auto;
    right: initial;
}
.compare-product-title{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
}
.compare-product-spacer {
    height: 16px;
}
.compare_products2 .compare-products-specification {
    vertical-align: top;
}
.compare_products2 .compare-products-specification .product_specs {
    text-align: left;
    margin: 0;
}
.compare_products2 .compare-products-specification .product_specs span.dg_row {
    display: inline-block;
    width: 100%;
}
.compare_products2 .compare-products-specification .product_specs div {
    min-height: 60px;
    height: auto;
}
.compare_products2 .compare-products-specification .product_specs div div:first-child {
    width: 150px;
}
.compare_products2 .compare-products-description{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
    vertical-align: top;
}
.compare_products2 .compare-products-description:hover,
.compare_products2 .compare_hover:hover{
    background-color: #fbfbfb;
}
.compare_products2 .pricetxt{
    font-family: 'Rajdhani', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: black;
}
.compare_products2 .old-price-value{
    display: block;
    width: 100%;
    height: 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #cc724a;
    text-decoration: line-through;
}
.compare_products2 img{
    max-height: 100%;
}
.pricerange{
    background: #fbfbfb !important;
}
.my_orders_info_wrapper{
    text-align: center;
}
.my_orders_info_title{
    font-size:35px;
    font-weight:500;
}
.my_orders_info_exp{
    font-size:18px;
    font-weight:500;
    color:rgba(0,0,0, 0.5);
    margin-top:10px;
}
.cancel_order{
    background-color: #ffffff;
    border:1px solid #6abc45;
    color:#6abc45;
    width:190px;
    height:45px;
    text-transform: uppercase;
    border-radius: 20px;
    font-size:16px;
    font-weight:400;
    float:right;
    cursor:pointer;
    margin-bottom:20px;
}
.spec_code{
    background-color: #f8f8f8;
    font-size:24px;
    font-weight: 500;
    border-top: 1px solid #ececec;
    border-bottom:1px solid #ececec;
    border-left:0;
    border-right:0;
    height:85px;
    line-height:85px;
    text-align:center;
    clear:both;
}
.title_spec{
    border-bottom:1px solid #ececec;
    height:85px;
    line-height:85px;
}
.title_spec div{
    width:167px;
    display:inline-block;
    text-align: center;
    font-size:18px;
    font-weight: 400;
    color:rgba(0,0,0,0.7);
}
.title_spec div:first-of-type{
    color:#000000;
}
.spec_content a{
    width:167px;
    line-height: initial;
    display:inline-block;
    vertical-align: middle;
}
.spec_content div:first-of-type{
    font-weight: 400;
    color:rgba(0,0,0,0.7);
}
.spec_content {
    height:60px;
    line-height:60px;
}
.total_value{
    border-bottom:1px solid #b2b2b2;
    border-top:1px solid #b2b2b2;
}
.spec_content div, .total_value div:last-of-type{
    color:#000000;
    font-size:16px;
    font-weight:500;
}
.spec_content div:last-of-type{
    margin-right: 40px;
    width: auto;
    float: right;
}
.total_value div{
    display:inline-block;
}
.total_value div:first-of-type{
    font-size:18px;
    font-weight: 400;
    color:rgba(0,0,0,0.7);
}
.total_value div:last-of-type{
    float:right;
}
.delivery_cost{
    border-top:0;
    border-bottom:1px solid #ececec;
}
.spec_info{
    width:515px;
    border-top:0;
    border-bottom:1px solid #ececec;
}
.customer_info_spec, .spec_info_wrapper{
    width:515px;
}
.spec_info_wrapper , .spec_logo{
    display:inline-block;
    vertical-align: middle;
}
.spec_logo{
    margin-left:150px;
}
.customer_info_spec .title{
    background-color: #f8f8f8;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    line-height:85px;
    height:85px;
    font-size:24px;
    font-weight:500;
    color:rgba(0,0,0,0.7);
}
.customer_info_spec a{
    width:initial;
    line-height:60px;
}
.spec_logo img{
    width:265px;
}
.typ_order_specification{
    margin-bottom: 100px;
}
.typ_order_specification h1, .my_account h1{
    margin-top:5px;
    text-transform: uppercase;
}
.my_account h1{
    margin-bottom:45px;
}
#maincontent_2col_with_left.my_account{
    margin-bottom:50px;
}
.order_status span{
    font-size: 20px;
    font-family: 'Roboto Condensed', regular;
    text-transform: lowercase;
    line-height: 22px;
    vertical-align: middle;
    display:inline-block;
}
.order_status .red{
    color:#dd4864;
}
.order_status .green{
    color:#62be3c;
}
.spec_title{
    vertical-align: middle;
    text-align: center;
}
.order_status i{
    display:block;
}
.edit_account{
    background-color: #fafafa;
    height:170px;
    border:1px solid #e7e7e7;
    position:relative;
    text-align: center;
}
.edit_account .cf-user-hexagon{
    color:#6abc45;
    font-size:105px;
    position:absolute;
    left: 45%;
    top: -55px;
}
.edit_account .name{
    font-weight:500;
    font-size:25px;
}
.edit_account .email{
    color:rgba(0,0,0,0.6);
    font-size:18px;
    font-weight:200;
}
.edit_profile{
    position:absolute;
    right:20px;
    bottom:15px;
}
.edit_profile a{
    text-decoration: underline;
}
.profile_info{
    margin-top:60px;
}
.profile_info .loyalty{
    font-size:20px;
    font-weight:500;
    color:#70b94c;
}
.orders_for_payment h1{
    font-size:20px;
    margin-bottom:5px;
    margin-top:55px;
}
.orders_for_payment .title_spec>div, .my_orders .title_spec>div {
    color:#000000;
    font-size:18px;
    font-weight:400;
    width:200px;
}
.orders_for_payment .spec_content div:last-of-type, .my_orders .spec_content div:last-of-type {
    margin-right:0;
    float:none;
}
.orders_for_payment .title_spec{
    border-top:1px solid #ececec;
}
.spec_content.title_spec .see_more{
    color:#6abc45;
    font-size:14px;
    text-decoration: underline;
    font-weight:600;
}
.orders_for_payment .spec_content.title_spec .links a{
    width:auto;
}
.orders_for_payment .card-payment{
    background-color: #6abc45;
    color:#ffffff;
    width:100px;
    height:35px;
    border-radius: 20px;
    border:0;
    font-size:16px;
    font-weight:500;
    text-transform: uppercase;
}
.orders_for_payment .ddTitle{
    font-size:16px;
    text-transform: uppercase;
    color:#000000;
}
.orders_for_payment  .ddChild li{
    height:30px;
    font-size:12px;
    font-weight: 500;
    text-align: left;
}
.ddcommon{
    position:relative;
}
.orders_for_payment  .ddChild{
    left:0;
}
.orders_for_payment  .ddChild ul {
    background-color: #fafafa;
    width:205px;
    height:145px;
    border-top:1px solid #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    padding-left:20px;
}
.spec_content .ddcommon, .spec_content.title_spec.my_account div:last-of-type{
    float:none !important;
}
.my_account_tabs{
    border-bottom:1px solid #e5e5e5;
    margin-top:50px;
    padding-bottom:15px;
}
.my_account_tabs a{
    font-size:20px;
    text-transform: uppercase;
    font-weight:500;
}
.my_account_tabs a:first-of-type{
    margin-right:40px;
}
.my_orders .title_spec>div{
    width:167px;
}
.my_orders .cancel_order{
    width:100px;
    height:35px;
    float:none;
    margin-bottom:0;
    line-height:35px;
}
.my_account_tabs a:first-of-type, .my_account_tabs.wish_list a:last-of-type, .change_pass.my_account_tabs a:last-of-type{
    border-bottom:3px solid #6abc45;
    padding-bottom:14px;
}
.my_account_tabs.wish_list a:first-of-type, .change_pass.my_account_tabs a:first-of-type {
    border-bottom:0;
}
.wish_list_title.thm-promo-box-title{
    margin-top:-58px;
    border-bottom:0;
}
.wish_list_slider .thm-promo-box-product:hover .promo-box-buttons .hexagon{
    right:0;
}
.wish_list_slider .thm-promo-box-product:hover .promo-box-buttons p{
    opacity:1;
}
.wish_list_slider .thm-promo-box-picture i{
    color: #6abc45;
    position: absolute;
    top: 30px;
    font-size: 24px;
    right: 10px;
}
.wish_list_slider .thm-promo-box-picture {
    position:relative;
}
.countdown{
    margin-top:60px;
}
.submit_button{
    text-align: right;
}
.submit_button button{
    border:0;
}
.my-account-wrap-outer.register-wrap{
    margin-top:25px;
}
.subtitle{
    font-size:18px;
    font-weight:500;
    margin:50px 0 25px 0;
}
.my_account_tabs.change_pass{
    margin-bottom:20px;
}
.customer_info_spec_wrapper .customer_info_spec{
    width:513px;
    display:inline-block;
    margin-left:-4px;
    vertical-align: top;
}
#thank_you_page h1{
    margin-top:5px;
    text-transform: uppercase;
}
#thank_you_page .empty_basket_txt p{
    font-weight:500;
}
.thank_you_page_txt{
    color:rgba(0,0,0, 0.5);
    font-size:18px;
    font-weight:500;
    width:700px;
    margin:auto;
}
.thank_you_page_txt_wrapper{
    text-align: center;
}
.cf-thank-bag-line{
    color:#6abc45;
    font-size:150px;
}
#thank_you_page .empty_basket_txt{
    margin-top:-30px;
    text-align: center;
}
#typ_save_order_btn, #typ_print_order_btn{
    border:1px solid #6abc45;
    border-radius: 20px;
    color:#6abc45;
    font-size:16px;
    text-transform: uppercase;
    font-weight: 600;
    width:180px;
    height:40px;
    text-align: center;
    line-height: 40px;
    display:inline-block;
    cursor:pointer;
}
.home-middle-banners img{
    width:100%;
}
.button_wrapper{
    text-align: right;
}
#typ_save_order_btn{
    margin-right:50px;
    margin-bottom:25px;
    margin-top:25px;
}
.slick-list.draggable{
    height:100%;
}
.current_platform{
    width:350px;
    height:30px;
    border-bottom:1px solid #e5e5e5;
    text-align: right;
    cursor: pointer;
    margin-top:15px;
}
.platforms{
    display:none;
    position:absolute;
    z-index:15;
    background-color: white;
    /* border:1px solid #e5e5e5;
     border-top:0;
     margin-top:0;*/
}
.platform{
    cursor:pointer;
    width:350px;
}
.platform a{
    width:100%;
    height:100%;
    display:block;
}
.platform img{
    height:22px;
    display:block;
    margin-bottom:5px;
}
.product_details_breadcrumb .breadcrumb_wrap{
    display:inline-block;
}
.current_platform_wrapper{
    display:inline-block;
    float:right;
    position:relative;
}
.current_platform img{
    float:left;
    height:22px;
}
.current_platform i{
    margin-top:10px;
    display:inline-block;
}
.pricerange li:last-of-type{
    margin-left:15px;
}
.submit_price_range{
    float:right;
    margin-right:43px;
}
.submit_price_range i{
    font-size:22px;
    color:rgba(0,0,0, 0.6);
}
.filter_box_div input[type='checkbox'], .filter_box_div input[type='radio']{
    display: none;
}
.filter_box_div input[type='checkbox'] + .filter-checkbox:after, .filter_box_div input[type='radio'] + .filter-checkbox:after{
    content: "\f10c";
    font-family: FontAwesome;
    color: transparent;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: 0 3px;
    background-size: 15px;
}
.filter_box_div input[type='checkbox']:checked + .filter-checkbox:after, .filter_box_div input[type='radio']:checked + .filter-checkbox:after{
    content: "\f05d";
    font-family: FontAwesome;
    color: transparent;
    background-image: url(../images/checkbox_checked.png);
    background-repeat: no-repeat;
    background-position: -2px 2px;
    background-size: 18px;
}
#accept_terms input[type='checkbox'] + .accept-terms-opc:after{
    content: "\f10c";
    font-family: FontAwesome;
    color: transparent;
    font-size: 26px;
    background-image: url(../images/checkbox.png);
    background-repeat: no-repeat;
    background-position: -1px 4px;
    background-size: 22px;
}
#accept_terms input[type='checkbox']:checked + .accept-terms-opc:after{
    content: "\f05d";
    font-family: FontAwesome;
    color: transparent;
    font-size: 26px;
    background-image: url(../images/checkbox_checked.png);
    background-repeat: no-repeat;
    background-position: -2px 2px;
    background-size: 26px;
}
.accept-terms-opc{
    cursor: pointer;
}
.loyalty-value {
    position: absolute;
    top: 190px;
    right: 0;
    text-align: left;
}
.product-list-product-wrap .loyalty-value{
    top: 210px;
}
.loyalty-value span {
    color: #6abc45;
}
.read_more{
    cursor:pointer;
    color:#6abc45;
    text-align:right;
}
div.product_specs{
    margin: 20px 0;
}
div.product_specs div{
    min-height: auto;
    font-size: 18px;
    font-family: 'Rajdhani', sans-serif;
}
div.product_specs [class^="dg_row"]{
    border-bottom: 1px solid #ececec;
}
div.product_specs div div{
    display: inline-block;
}
div.product_specs div div:first-child{
    width: 250px;
    padding-left: 25px;
}
.spec_value {
    width: 700px;
    word-wrap: break-word;
    /*overflow-wrap: break-word*/
}

div.product_specs .specification-title{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
}
div.product_specs .spec-tab-active{
    border-bottom: 3px solid #6abc45;
}

a.login-btn.register-btn {
    width: 190px;
    height: 42px;
    margin: 18px 0;
    line-height: 42px;
    background-color: #6abc45;
    border-radius: 25px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: white;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
}
.remodal-confirm:hover, .remodal-confirm:focus, .remodal-cancel:hover, .remodal-cancel:focus{
    filter:brightness(100%) !important;
}
.remodal-confirm{
    width: 147px !important;
    border: 1px solid #6abc45  !important;
    border-radius: 25px  !important;
    text-align: center  !important;
    text-transform: uppercase  !important;
    font-family: 'Roboto Condensed', sans-serif  !important;
    font-size: 16px  !important;
    font-weight: 600  !important;
    color: #6abc45  !important;
    box-sizing: border-box  !important;
    background-color: white !important
}
.remodal-cancel{
    width: 147px !important;
    border: 1px solid rgb(252,108,69)  !important;
    border-radius: 25px  !important;
    text-align: center  !important;
    text-transform: uppercase  !important;
    font-family: 'Roboto Condensed', sans-serif  !important;
    font-size: 16px  !important;
    font-weight: 600  !important;
    color: rgb(252,108,69) !important;
    box-sizing: border-box  !important;
    background-color: white !important;
    margin-right:187px !important;
}
.remodal{
    border:1px solid #e2e2e2 !important;
}
.category_banners{
    width: 100%;
    margin-top: 50px;
}
.category_banners a:not(:last-child){
    margin-right: 20px;
}
.category_banners a{
    display: inline-block;
    width: 326px;
    height: 252px;
}
.category_banners a img{
    width: 100%;
}
.arrow_box_2{
    position: absolute;
    background-color: white;
    padding: 13px;
    color: rgba(0,0,0,0.6);
    border: 1px solid #e2e2e2;

}
.payment_footer_content {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    width: 44px;
    height: 28px;
}
.tiktok {
    display: inline-block;
    vertical-align: middle;
    padding-right: 3px;
    width: 35px;
    height: 28px;
    margin-top: -15px;
}
.intesa_footer {
    width: 91px;
    height: 13px;
    margin-right: 2px;
    margin-left: 7px;
}
.product_info .pegi{
    width:60px;
}
.pegi img{
    width:100%;
}
.product_info .pegi h1{
    width:100%;
}
.shop_email_wrapper{
    height:48px;
}
.sslsecure{
    width:80px;
    height:38px;
    margin-right: 5px;
}
.tax_free{
    width:60px;
    height:60px;
    margin-right: 5px;
}
.maincontent_search.no_result{
    margin-left:50px;
}
.home-middle-banners-full-width img{
    margin-right:13px;
}
.home-middle-banners-full-width img:last-of-type{
    margin-right: 0;
}
#accept_terms .link{
    text-decoration: underline;
    padding-bottom: 3px;
}
.hoveredStarFull.fa.fa-star-o:before{
    content: "\f005";
}
.category_main_banner{
    margin-top: 25px;
    display: block;
}
.terms-and-confirm .g-recaptcha{
    width: auto;
    float: right;
    margin-top: 2px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle;
}
.home-banner-slider{
    position:relative;
}
.home-banner-slider .cf-angle-right{
    position: absolute;
    color: white;
    font-size: 25px;
    z-index: 999999999;
    bottom: 210px;
    right: 5px;
}
.home-banner-slider .cf-angle-left{
    position: absolute;
    position: absolute;
    color: white;
    font-size: 25px;
    z-index: 99999;
    left: 5px;
    top: 210px;
}
.slick-lightbox-slick-img{
    height: auto!important;
    background: white;
}
.slick-slide .slick-lightbox-slick-img {
    margin: 0 auto;
}
.slick-lightbox{
    z-index: 999999!important;
}
.slick-lightbox .slick-prev, .slick-lightbox .slick-next, .slick-lightbox-close{
    z-index: 999999!important;
    width: 40px!important;
}

.slick-lightbox .slick-prev:before, .slick-lightbox .slick-next:before, .slick-lightbox-close:before{
    font-size: 40px!important;
}
.slick-slide{
    outline: none!important;

}
[class^="bubble-price"]{
    opacity: 0;
    position:absolute;
    z-index:99999999;
    padding: 2px;
    height: 13px;
    width: 13px;
    line-height: 13px;
    text-align: center;
    color: white;
    border-radius: 50%;
    background-color: #6abc45;
    border: 1px solid white;
}
.promo_custom_flake {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 37px;
}
.promo_custom_flake img{
    width: 100% !important;
}
.product-item-image .promo_custom_flake,
.thm-promo-box-picture .promo_custom_flake{
    top: -20px;
    right: 36px;
    width: 36px;
}
.list-view-img .promo_custom_flake{
    right: 18px;
}
.similar_products .thm-promo-box-picture .promo_custom_flake{
    top: 0;
    right: 46px;
}
.thm-promo-box-picture .promo_custom_flake{
    top: 0px;
    right: 44px;
    width: 36px;
}
.skin {
    position: fixed;
    z-index: 9999;
}
.skin-left {
    /*height: 1500px;*/
    height: 1083px;
    left: 0;
    margin-left: 0;
    position: fixed;
    text-align: right;
    top: 0px;
    width: calc((100vw - 1437px)/2);
    overflow: hidden;
}
.skin-left img{
    position: absolute;
    right: 0;
}
.skin a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.skin-right img{
    position: absolute;
    left: 0;
}
.skin-right {
    height: 1083px;
    right: 0;
    margin-right: 0;
    position: fixed;
    text-align: left;
    top: 0px;
    width: calc((100vw - 1437px)/2);
    overflow: hidden;
}

#cookie-msg {
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 15px 50px;
    background-color: rgba(47, 52, 61, 0.95);
    color: rgb(255, 255, 255);
    font-size: 15px;
    box-sizing: border-box;
    z-index: 1;
}
.msg {
    line-height: 32px;
}
.msg a {
    color: #6abc45;
    text-decoration: underline;
}
.cookie-input {
    color: rgb(13, 13, 13);
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #6abc45;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.skin-banner-left,
.skin-banner-right {
    z-index: 3;
    position: absolute;
    top: 220px;
}

.skin-banner-left {
    right: 0px;
}

.skin-banner-right {
    left: 0px;
}
.hexa-gray{
    background-color: #727272;
}
.hexa-gray:before{
    border-bottom: 14.43px solid #727272;
}
.hexa-gray:after{
    border-top: 14.43px solid #727272;
}
@media screen and (max-width: 1400px){
    .footer-main-wrap{
        height: 765px;
    }
    .footer-menu > div{
        padding-top: 310px;
    }
    .compare-info{
        width:220px;
    }
    .uporedni-prikaz-wrap{
        float:none;
        margin:auto;
    }
    #search_box{
        width:280px;
    }
    .header-info, .header-main, .footer-main, .footer-copyright div{
        width:1250px;
    }
    .header-menu li{
        margin:0 5px;
    }
    .footer-shops{
        width:240px;
    }
    .footer-menu{
        width:1000px;
    }
    .footer-menu > ul > li:not(:last-child){
        margin-right:50px;
    }
    .footer-menu > ul > li:first-child{
        margin-left:25px;
    }
    .footer_social_networks{
        margin-right:15px;
    }
    .footer-info:not(:last-child){
        margin-right:90px;
    }
    #leftcol_2col, #categories, .categories_menu,  .home-pre-order, .home-vertical-slider{
        width:220px;
    }
    .categories_menu ul li{
        font-size:18px;
        line-height: 42px;
        height:42px;
    }
    #leftcol_2col{
        margin-right: 50px;
        margin-left: 10px;
    }
    footer .newsletter{
        width:1250px;
    }
    footer .newsletter form{
        width:315px;
    }
    .categories_menu ul li a:not(.category-item){
        overflow: hidden;
        width: 150px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #topcontainer{
        width:100%;
    }
    .home-vertical-slider .home-pre-order-item{
        width:220px !important;
    }
    .home-pre-order-item .promo-box-buttons{
        right:17px;
    }
    .home-pre-order-item .countdown_number{
        margin-right:0px;
        font-size:16px;
    }
    .home-pre-order-item .countdown_txt{
        margin-right:5px;
        font-size:14px;
    }
    .home-pre-order-item .countdown{
        width:100%;
    }
    .filter_list_box_name, .filter_value_search_link{
        font-size:18px;
    }
    .filter_box_div .drop-cat-collapse{
        margin-left:20px;
    }
    .filter_value_label, .filter_value_search_link{
        /*overflow: hidden;*/
        /*width: 130px;*/
        /*text-overflow: ellipsis;*/
        /*white-space: nowrap;*/
        font-size:17px;
        /*display: inline-block;*/
    }
    .filters_list_box, .filter_value_search_link{
        width:180px;
    }
    .filters_list_box_numbers{
        font-size: 18px;
    }
    .mCSB_inside>.mCSB_container{
        margin-right: 0
    }
    .pricerange li:first-child{
        margin-right: 0px;
    }
    .filter_list_box_name .drop-cat{
        margin-right: 10px;
    }
    ul.dropdown1{
        left:99%;
    }
    .pricerange input{
        font-size:17px;
    }
    .tabs_box_wrapper .tab-content, .similar_products .thm-promo-box-title{
        width:100%;
    }
    .footer-shops div {
        margin-top: 30px;
    }
    #page-wrapper{
        width: 1250px;
        margin: auto;
    }
}
@media screen and (max-width: 1330px){
    #leftcol_2col{
        margin-right: 10px;
    }
    #maincontent_2col_with_left {
        width: 980px;
    }
    .home-middle-banners {
        width: 485px;
    }
    .home-middle-banners-full-width img {
        width: 31%;
        margin-right: 1%;
    }
}
#autofill-container{
    width: 100%;
    height: auto!important;
    max-height: 340px;
}
#autofill-container ul{
    width: 100%;
    height: auto!important;
    max-height: 340px;
    overflow-y: auto;
    overflow-x: hidden;
}
#autofill-container a{
    display: block;
    height: 100%;
    width: 100%;
}
#autofill-container a div {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    text-align: left;
}
#autofill-container img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
#autofill-container p{
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 10px;
    box-sizing: border-box;
    height: 36px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
}
#autofill-container span{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    font-size: 12px;
}
.autofill-list3 {
    width: 100%!important;
}
.mCSB_inside>.mCSB_container {
    margin-right: 12px!important;
}
.trust{
    width: 180px;
    display: inline-block;
    vertical-align: middle;
}
.video-holder{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1111111111111111111;
    background: rgba(0, 0, 0, 0.8);
}
.video-holder iframe{
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%,-50%);
}
.video-close{
    position: fixed;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
.thm-promo-box .thm-promo-box-product.yt-slide{
    border: 1px solid #e2e2e2!important;
    background: #fbfbfb;
    cursor: pointer;
}
.yt-slide h3{
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    margin: 20px auto;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 10px;
    box-sizing: border-box;
}
.yt-slide img:not(.play-img){
    max-width: none!important;
    width: 100% !important;
}
.yt-slide img.play-img{
    width: auto;
    height: 40%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0.8;
    transition: opacity 0.5s;
    backface-visibility: hidden;
}
.yt-slide:hover img.play-img{
    opacity: 1;
}
.yt-slide .thm-promo-box-picture{
    position: relative;
}
.views{
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding: 20px;
    opacity: 0.5;
}
.views span{
    display: inline-block;
    vertical-align: middle;
}
.yt-slide .views img{
    display: inline-block!important;
    vertical-align: middle;
    width: 15px!important;
    height: 15px;
    margin-left: 5px;
}
.promo-slider-5{
    margin-bottom: 0!important;
}
table.dg {
    border-width: 1px;
    border-spacing: 0px;
    border-style: solid;
    border-color: #E5E5E5;
    border-collapse: collapse;
    margin-top:15px;
    margin-bottom:15px;
}
table.dg td {
    border-width: 1px;
    padding: 5px;
    border-style: solid;
    border-color:#E5E5E5;
    color:#666;

}

.dg_header 			{ font-size:14px; color: #000; font-weight:500; background-color:#E5E5E5; border: 1px solid #E5E5E5; border-collapse:collapse; } /* data grid header*/
table tr.dg_row_1				{ background-color:#FFF; }
table tr.dg_row_1:hover, table tr.hover		{ background-color:#E5E5E5; }
table tr.dg_row_2				{ background-color:#fafafa; }
table tr.dg_row_2:hover, table tr.hover		{ background-color:#E5E5E5; }
.dg_comm_1 			{ background-color:#fafafa; }
.dg_comm_1:hover 			{ background-color:#E5E5E5; }
.dg_comm_2 			{ background-color:#fafafa; }
.dg_comm_2:hover 			{ background-color:#E5E5E5; }

.dg_ticket_row				{ height:30px;}

.coupons-box-content {
    border: 1px solid #CCC;
    padding: 10px;
    margin-bottom: 10px;
}

#blanket{
    display: block;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2222222221;
}
#popUpDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 22222222222;
}
#popUpDiv a{
    display: block;
}
#popUpDiv .close{
    position: absolute;
    top: 0;
    right: 0;
}
#popUpDiv img{
    max-width: 100%;
    max-height: 100%;
    border: 3px solid white;
    box-sizing: border-box;
}

.popUpDivContainer{
    position: relative;
}

.close_banner{
    position: absolute;
    top:10px;
    right: 10px;
    font-size: 30px;
    color: white;
}