a {
   text-decoration:none; 
}
.fancybox-title {
 display:none;   
}

.rk-container {
    border:1px solid #cccccc;
    background: #efefef none;
}
/* OTSINGUNUPP */
/* OTSINGUVORM */
.cf-searchmod-wrapper .input-text:focus {
    box-shadow: 0px 0px 0px;
    border-color: rgb(0, 115, 143);
    outline: 0px
}

.cf-searchmod-wrapper .form-control {
    border: 1px solid #cccccc
}

.cf_apply_button {
    line-height: 19px;
}

.cf-searchmod-wrapper {
    margin-top:15px;   
}



/* filtrinupp */

.cf_filtering_knob {
    background-color: rgb(128,0,0);
    
}

.cf_filtering_knob:hover,
.cf_filtering_knob:focus{
    --focus-color: rgb(192,0,0);
}

/* ostukorvinupp */
.summarum {
    position:absolute;
    top:5px;
    left:35px;
    display:block;
    width:20px;
    height:20px;
    background:#990000;
    border-radius: 55px;
    font-size:14px;
    line-height:20px;
}

.otsinguriba .list-inline {
    padding-top:20px;
    padding-bottom:10px; 
}

/* ümarnupp */
.btn-circle.btn-sm { 
    width: 30px; 
    height: 30px; 
    padding: 6px 0px; 
    border-radius: 15px; 
    font-size: 8px; 
    text-align: center; 
} 
.btn-circle.btn-md { 
    width: 50px; 
    height: 50px; 
    padding: 10px 10px; 
    border-radius: 25px; 
    font-size: 20px; 
    text-align: center; 
} 

.btn-circle.btn-md i {
    margin:auto auto;   
}
.btn-circle.btn-xl { 
    width: 70px; 
    height: 70px; 
    padding: 10px 16px; 
    border-radius: 35px; 
    font-size: 12px; 
    text-align: center; 
} 


/* ======================== */

h1 {
    margin-bottom:30px;   
}
.ylamenyy ul li {
    display:inline-block;
    margin: 0 0 0 10px;
}

i {
    margin-right:5px;   
}




.rk-image {
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.rk-image img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
}



/*Fade Hover Effect*/

.rk-image img {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.rk-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0.5)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
}


/*.rk-product {
    border-top:5px solid #800000;
    background: #ffffff none;
}*/

.rk-product, .rk-category {
    position:relative;
    border:1px solid #cccccc;
    background: #efefef none;
    overflow:visible;
}

.rk-plink {
    font-weight:600;
}


.rk-new-product {
    position: absolute; 
    top: -4px; 
    left: -52px; 
    background:url("../images/new_bg.png") no-repeat center center; 
    display:block;
    width:160px;
    height:63px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    line-height:63px;
    text-align:center;
    z-index:99;
    /*z-index: 99;*/ }
    /*      .vm-product-media-container .product-thumb .rk-new-product span {*/
    .rk-new-product span {
        color: #fff !important;
        font-size: 16px !important; }
        
        .rk-discount { 
            position: absolute; 
            top: -4px; 
            right: -52px; 
            background:url("../images/percent_bg.png") no-repeat center center; 
            display:block;
            width:160px;
            height:63px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            line-height:63px;
            text-align:center;
            z-index:99;
        } 
        .rk-discount span { color: #fff !important; font-size: 16px !important; }

                
                
                
                input.quantity-controls {
                    height:15px;
                    width:15px;
                    line-height:15px;
                    text-align:center;
                    padding:0;
                }
                
                /* hinnad */
                .PricebasePriceVariant,
                .PricesalesPrice
                {
                    white-space:nowrap;   
                }
                
                

                
                
                /* ümarnupp */
                .btn-circle { 
                    width: 30px; 
                    height: 30px; 
                    padding: 6px 0px; 
                    border-radius: 15px; 
                    font-size: 8px; 
                    text-align: center; 
                } 
                .btn-circle.btn-md { 
                    width: 40px; 
                    height: 40px; 
                    padding: 5px 5px; 
                    border-radius: 25px; 
                    font-size: 20px; 
                    text-align: center; 
                } 
                
                
                
                /* OTSINGUVORM */
                .cf-searchmod-wrapper .input-text:focus {
                    box-shadow: 0px 0px 0px;
                    border-color: rgb(0,191,255);
                    outline: 0px
                }
                
                .cf-searchmod-wrapper .form-control {
                    border: 1px solid #cccccc
                }
                
                .cf_apply_button {
                    line-height: 19px;
                }
                
                .cf-searchmod-wrapper {
                    margin-top:15px;   
                }
                
                .rk-prodlist .PricesalesPrice {
                    font-weight:500;
                    font-size: 1.2em;
                    color:#636363;
                }
                
                .vm-product-container .PricebasePriceWithTax {
                    color:#333333;
                    margin-bottom:3px;
                }
                
                .vm-product-container .PricesalesPrice {
                    font-weight:500;
                    font-size: 1.2em;
                    color:#636363;
                }
                
                .PricebasePriceVariant .PricebasePriceWithTax {
                    color:#333333;
                    margin-bottom:3px;
                }
                
                .rk-prodlist .PricebasePriceVariant,
                .rk_prodinfo .PricebasePriceVariant,
                .vm-product-container .PricebasePriceVariant {
                    display:none;   
                }
                
                span.line-through {
                    color:#666666;
                    text-decoration-line: line-through;
                }
                
                .product-field product-field-type-S .product-fields-title-wrapper {
                    display:none;
                }
                
                .product-field-type-R p.product_s_desc {
                    display:none;
                    height:0;
                }
                
                .tootetiitel {
                    border-bottom:5px solid #800000;
                    margin-bottom: 10px;
                }
                
                .ostukaart h3 {
                    border-bottom:5px solid #800000;
                    margin-bottom: 10px;
                }
                
                /* KORVIMOODUL */
                .moduletable.mod_ostukorv {
                    border: 1px solid #800000;  
                }
                
                .moduletable.mod_ostukorv h3 {
                    padding:3px 5px;
                    background:#800000 none;
                    color:#ffffff;
                }
                
                
                .moduletable.mod_ostukorv .mod_ostukorv {
                    padding:10px;
                }
                
                .vm-shipment-select select {
                    width:240px;   
                }
                
                .rk-catname {
                    display: block;
                    background:none;
                    text-align:center;
                }
                .rk-catlink {
                    font-weight:500;
                    font-size:1em;
                    color:#636363;
                    padding:5px 10px;
                    text-transform:uppercase;
                }
                .rk-catlink:link, .rk-catlink:visited {
                    color:#636363;
                    text-decoration:none;
                }

                
.peida {
 display:none;   
}

.additional-images img {
 min-width:80px;   
}

.vm-product-container h2 {
 border-bottom: 1px solid #636363;
 margin-bottom:30px;
}

.rk-lisatoode .product-price {
    text-align:center;
    padding:10px 0;
}

.rk-lisatoode img {
    margin-bottom:10px;
}

.rk-lisatoode a {
    font-weight:600;
}

.tootekood {
 color:#636363;
 font-style: italic;
 margin-bottom:30px;
}

.cf_resetAll_link:link, .cf_resetAll_link:visited {
  background: #800000;
color: #ffffff;
padding: 10px 10px;
}


.nupumenyy {
    line-height:65px !important;
    text-align:center;
}


/*======================= SHOWCASE =======================*/

.snip1482 {
    position: relative;
    margin: 10px 20px;
    min-width: 230px;
    max-width: 295px;
    min-height: 220px;
    width: 100%;
    color: #ffffff;
    text-align: right;
    line-height: 1.4em;
    background-color: rgb(231, 134, 3);
    font-size: 1em;
}
.snip1482 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.snip1482 img {
    position: absolute;
    right: 0%;
    top: 50%;
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
.snip1482 figcaption {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
}
.snip1482 h2,
.snip1482 p {
    margin: 0;
    width: 100%;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0;
}
.snip1482 h2 {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size:1.1em;
}
.snip1482 p {
    font-size: 0.8em;
}
.snip1482 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.snip1482:hover img,
.snip1482.hover img {
    width: 35%;
    right: -10%;
}
.snip1482:hover figcaption h2,
.snip1482.hover figcaption h2,
.snip1482:hover figcaption p,
.snip1482.hover figcaption p {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

.avalehepildid .wf-column {
    padding-bottom:20px;
}
