
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

/*
colors
*/
:root {
    --extra-title: #a5a4a4;
    --red: #ee3423;
    --blue: rgba(72,163,252,1);
    --dark-red: #d02f29;
    --dark-red-hover: #a81d19;
    --baby-green: #6ec621;
    --dark-baby-green: #46771c;
    --baby-blue: #d2e3fb;
    --dark-baby-blue: #7890b2;
    --dark-brown: #4f4f4f;
    --green: #5ab93b;
    --green-hover: #3b941e;
    --gray: #f6f6f6;
    --dark-gray: #e6e6e6;
    --bs-border-radius: 3px;
}
.form-card {
    background: #f6f6f6;
    margin-top: -70px; border: solid 1px #ffffff; box-shadow: 0px 0px 3px #33333354; border-radius: 3px;
}
.form-card-3 {
    background: #f6f6f6;
    border: solid 1px #ffffff; box-shadow: 0px 0px 3px #33333354; border-radius: 3px;
}
.form-card-3 input, .form-card-3 select  {
    min-height: 45px;
    font-size:13px;
}
.form-card-2 input {
    min-height: 45px;
    font-size:13px;
}
.form-card input {
    min-height: 45px;
}
.form-control-lg {
    border-radius: 3px;
}
.fs-13 {
    font-size: 13px;
}
.fs-26 {
    font-size: 26px;
}
.fs-28 {
    font-size: 28px;
}
.fw-300 {
    font-weight: 300;
}
.image-boxx {
    float:left;
    width:100%;
}
.image-boxx a {
    float: left;
    border: solid 1px #EEE;
    margin-right: 5px;
    margin-bottom: 5px;
}
.image-boxx a img{
    float:left;
    height:70px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
td, th {
    border: unset;
    text-align: left;
    padding: 15px;
    font-size: 14px;
}
th {
    font-weight: 500;
}
tr:nth-child(odd) {
    background-color: #eeeeee;
}
tr:nth-child(even) {
    background-color: #fafafa;
}
.info-box {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 15px;
    left: 0;
}
.prece {
    border: solid 1px #d5d5d5;
    border-radius: var(--bs-border-radius);
    float: left;
    padding: 15px;
    position:relative;
    height: calc(100% - 20px);
    margin-bottom: 20px;
    padding-bottom: 120px;
}
.prece .prece_img {
    position: relative;
    float: left;
    width: 100%;
}
.prece .prece_img div {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 99;
}
.prece .prece_img-2 a.a {
    background: #67df80;
}
.prece .prece_img-2 a.b {
    background: #ee3423;
}
.prece .prece_img-2 a.c {
    background: #2e90d9;
}
.prece .prece_img-2 div {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -100px;
}
.prece .prece_img-2 div a {
    margin-bottom: 5px;
    color: #FFF;
    float: left;
    clear: both;
    padding: 5px 20px;
    margin-left: -16px;
    font-size: 13px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    text-decoration: none;
}
.prece .titlee {
    font-size: 15px;
    line-height: 18px;
    float: left;
    width: calc(100% - 30px);
    color: #252525;
    text-decoration: none;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prece .titlee:hover {
    color: #000;
    text-decoration: underline;
}
.prece .sirds {
    right: 15px;
    top: 15px;
    font-size: 25px;
    color: #b2aaaa;
    position: absolute;
    cursor: pointer;
    z-index: 9;
}
.prece .sirds.active:hover .bi-heart {
    display: block;
}
.prece .sirds.active:hover .bi-heart-fill {
    display: none;
    color: #b2aaaa;
}
.prece .sirds:hover .bi-heart {
    display: none;
}
.prece .sirds:hover .bi-heart-fill {
    display: block;
    color: var(--red);
}
.prece .sirds .bi-heart {
    display: block;
}
.prece .sirds .bi-heart-fill {
    display: none;
}
.prece .sirds.important:hover .bi-heart {
    display: block;
}
.prece .sirds.important:hover .bi-heart-fill {
    display: none;
}
.prece .sirds.active.important:hover .bi-heart {
    display: none;
}
.prece .sirds.active.important:hover .bi-heart-fill {
    display: block;
    color: var(--red);
}
.prece .sirds.active .bi-heart {
    display: none;
}
.prece .sirds.active .bi-heart-fill {
    display: block;
    color: var(--red);
}
.prece .sirds i {
    
}
.prece .w-a {
    width: 130px;
}
.prece .w-b {
    width: calc(100% - 130px);
}
.lpp {
    list-style: none;
}
.lpp li {
    float: left;
}
.lpp li a {
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    border: solid 1px #DDD;
    text-align: center;
    text-decoration: unset;
    color: #676464;
    background-color: #fcfcfc;
    margin-right: 10px;
    font-size: 14px;
    border-radius: var(--bs-border-radius);
}
.lpp li a:hover, .lpp li.active a {
    border: solid 1px #7ebf56;
    color: #FFF;
    background-color: #7ebf56;
}
.lpp li span {
    float: left;
    min-width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    text-decoration: unset;
    color: #676464;
    margin-right: 10px;
    font-size: 14px;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    .prece .w-a {
        width: 100%;
        padding-right: 0!important;
        margin-bottom: 5px;
    }
    .prece .w-b {
        width: 100%;
    }
    .form-card {
        margin-top: 0;
    }
    .mb30mob {
        margin-bottom: 30px;
    }
    .type-name {
        border-top-left-radius: 0px;
    }
    .w60100mob {
        width: 100%;
    }
    .mobsm100 {
        width: 100%;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    .prece .w-a {
        width: 100%;
        padding-right: 0!important;
        margin-bottom: 5px;
    }
    .prece .w-b {
        width: 100%;
    }
    .form-card {
        margin-top: 0;
    }
    .type-name {
        border-top-left-radius: 0px;
    }
    .w60100mob {
        width: 100%;
    }

    .mobsm100 {
        width: 100%;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    .prece .w-a {
        width: 100%;
        padding-right: 0!important;
        margin-bottom: 5px;
    }
    .prece .w-b {
        width: 100%;
    }

    .form-card {
        margin-top: -70px;
    }

    .mb30mob {
        margin-bottom: 0px;
    }
    .type-name {
        border-top-left-radius: 0px;
    }
    .w60100mob {
        width: 60%;
    }
    .mobsm100 {
        width: calc(100% - 290px);
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .prece .w-a {
        width: 100%;
        padding-right: 0!important;
        margin-bottom: 5px;
    }
    .prece .w-b {
        width: 100%;
    }

    .form-card {
        margin-top: -70px;
    }
    .mb30mob {
        margin-bottom: 0px;
    }
    .type-name {
        border-top-left-radius: 10px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .prece .w-a {
        width: 100%;
        padding-right: 0!important;
        margin-bottom: 5px;
    }
    .prece .w-b {
        width: 100%;
    }

    .form-card {
        margin-top: -70px;
    }
    .mb30mob {
        margin-bottom: 0px;
    }
    .type-name {
        border-top-left-radius: 10px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1400px) {
    .prece .w-a {
        width: 130px;
        padding-right: 5px!important;
    }
    .prece .w-b {
        width: calc(100% - 130px);
    }

    .form-card {
        margin-top: -70px;
    }
    .mb30mob {
        margin-bottom: 0px;
    }
    .type-name {
        border-top-left-radius: 10px;
    }
}
.color-extra-title {
    color: var(--extra-title);
}
.color-white {
    color: #FFF;
}
.color-gray {
    color: var(--extra-title);
}
.color-baby-blue {
    color: var(--baby-blue);
}
.iesk_pvn {
    color: #afafaf;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}
.radius-3 {
    border-radius: var(--bs-border-radius);
}
.hhh {
    min-height: calc(100% - 45px);
}
#html, body {
    padding:0;
    margin:0;
}
.h6, h6 {
    font-size: 0.8rem;
}
#header, #footer {
    float: left;
    width:100%;
}
#header .top {
    width:100%;
    height: 50px;
    background: rgb(231,69,78);
    background: linear-gradient(90deg, rgba(231,69,78,1) 28%, rgba(103,223,128,1) 50%, rgba(72,163,252,1) 70%);
}
#header .top-btn {
    height: 50px;
    float: right;
    color: #FFF;
    text-decoration: unset;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
}
#header .top-btn.reg {
    background: #1d66ac;
    padding: 0 15px;
}
#header .span_holder {
    height: 50px;
    float: left;
    color: #FFF;
    text-decoration: unset;
    line-height: 48px;
    padding: 0 10px;
    font-size: 14px;
}
#header .span_holder a {
    color: #FFF;
}
#mobile-menu {
    float: right;
    width: 50px;
    height: 50px;
    padding: 11px;
    cursor: pointer;
}
#mobile-menu span {
    float: left;
    width: 100%;
    height: 3px;
    background: #000;
    margin: 3px 0;
    border-radius: 10px;
    opacity: 1;
    transition: 0.5s;
}
#mobile-menu-list {
    position: fixed;
    top: 50px;
    width: 100%;
    height: calc(100% - 50px);
    background: white;
    left: 0;
    z-index: 9999;
    display: none;
}
#mobile-menu-list.active {
    display: block;
}
#mobile-menu-list ul {
    margin: 20px 0;
    text-align: right;
    float: left;
    width: 100%;
    padding: 0;
}
#mobile-menu-list ul li {
    list-style: none;
    font-weight: bold;
    float: left;
    width: 100%;
    font-size: 13px;
    padding-right: 10px;
}
#mobile-menu-list ul li.bb2 {
    border-top: solid 1px #DDD; padding-top: 20px;
}
#mobile-menu-list ul li a {
    padding: 10px;
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 15px;
    padding-right: 0;
    text-decoration: unset;
}
#mobile-menu.active span:first-child {
    transform: rotate(45deg);
    margin-top: 12px;
}
#mobile-menu.active span:last-child {
    transform: rotate(-45deg);
    margin-top: -15px;
}
#mobile-menu.active span:nth-child(2) {
    transform: rotate(-360deg);
    opacity: 0;
    margin-left: 0px;
}
.top.active {
    position: fixed;
    width: 100%;
    z-index: 9;
}
#logo {
    display: block;
}
#logo img {
    display: block;
    float:left;
    width: 100px;
}
.search_holder {
    float: left;
    width: calc(100% - 400px);
    margin-left: 20px;
    min-height: 1px;
}
.search_holder button {
    font-size: 14px;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #2ca5ff;
    --bs-btn-border-color: #2ca5ff;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #1e93ea;
    --bs-btn-hover-border-color: #1e93ea;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--baby-green);
    --bs-btn-border-color: var(--baby-green);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--dark-baby-green);
    --bs-btn-hover-border-color: var(--dark-baby-green);
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--red);
    --bs-btn-border-color: var(--red);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--dark-red);
    --bs-btn-hover-border-color: var(--dark-red);
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #d5d5d5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none;
}
#container > div {
    min-height: 500px;
}
#footer .top {
    width:100%;
    min-height: 100px;
    background: rgb(231,69,78);
    background: linear-gradient(90deg, rgba(231,69,78,1) 28%, rgba(103,223,128,1) 50%, rgba(72,163,252,1) 70%);
}
.type-name {
    background-color: var(--red);
    padding: 10px;
    color: #fff;
}
.border-style-a {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#banner-slider img {
    max-height: 80px;
    padding: 10px 0;
    margin: 0 10px;
    max-width: 130px;
}
#left-menu {
    list-style-type: none;
    padding-left: 0px;
}
#left-menu ul {
    float: left;
    width: 100%;
    list-style: none;
    padding-left: 0px;
    background: #dadada;
    display: none;
}
#left-menu li.active > ul {
    display: block;
}
#left-menu li.cat-main i {
    transition: 0.5s;
}
#left-menu li.cat-main.active > i {
    transform: rotate(180deg);
}
.cat-main-next:hover ul {
    display: block!important;
    margin-left: calc(100% - 9px);
    position: absolute;
    z-index: 99;
    margin-top: 10px;
}
#left-menu ul li {
    padding-left: 10px;
    background: #f0f0f0;
}
#left-menu li.cat-main ul li i {
    transform: rotate(-90deg);
}
#left-menu ul li:hover {
    background-color: #cccccc;
    cursor: pointer;
}
#left-menu li {
    min-height: 45px;
    line-height: 45px;
    position: relative;
    float: left;
    background: #FFF;
    width: 100%;
}
#left-menu li.cat-main i {
    transform: rotate(0deg);
}
#left-menu li:hover {
    background-color: var(--dark-gray);
    cursor: pointer;
}
#left-menu li a {
    text-decoration: unset;
    height: 100%;
    float: left;
    width: 100%;
}
#left-menu li.akcija a span {
    color: var(--dark-red);
}
#left-menu li.akcija:hover a {
    color: var(--dark-red-hover);
}
#left-menu li.jaunumi a span {
    color: var(--green);
}
#left-menu li.jaunumi:hover a {
    color: var(--green-hover);
}
#left-menu.item-list-cat li {
    display:none;
}
#left-menu.item-list-cat li.active {
    display:block;
    background-color: var(--dark-gray);
}
#left-menu.item-list-cat li.active i {
    display:none;
}
.border-radius-0 {
    border-radius: 0!important;
}
.extra-top {
    float: left;
    border-top: solid 1px #DDD;
    padding: 10px;
    padding-left: 0;
}
a.akcija {
    color: var(--dark-red);
    text-decoration: unset;
}
a.akcija:hover {
    color: var(--dark-red-hover);
}
a.jaunumi {
    color: var(--green);
    text-decoration: unset;
}
a.jaunumi:hover {
    color: var(--green-hover);
}
#left-menu li span {
    color: var(--dark-brown);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    float: left;
}
#left-menu li span span {
    color: var(--dark-brown);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    float: left;
    padding-right: 40px;
    padding-left: 20px;
}
#left-menu li i {
    background-image: url(../img/arrow.svg);
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0px;
    top: 0;
}
#left-menu-2 > div {
    background: #FFF;
    border: solid 3px #f3f3f3;
    float: left;
    width: 100%;
}
#left-menu-2 > div > div i {
    background-image: url(../img/arrow.svg);
    background-size: 25px;
    width: 25px;
    height: 25px;
    float: right;
    margin-top: -38px;
    margin-right: 15px;
    transform: rotate(-90deg);
    pointer-events: none;
}
#left-menu-2 > div > div > div {
    display: none;
}
#left-menu-2 > div > div.active > div {
    display: block;
    margin-top: -5px;
}
#left-menu-2 > div > div.active i {
    transform: rotate(0deg);
}
#left-menu-2 label {
    width:100%;
    float:left;
    padding-left: 15px;;
}
#left-menu-2 label:hover {
    background-color: var(--gray);
    background: linear-gradient(90deg, rgb(246 246 246) 1%, rgba(255,255,255,1) 100%);
}
#left-menu-2 > div > div {
    border-bottom: solid 1px #dfdfdf;
    min-height: 50px;
}
#left-menu-2 > div > div > span {
    height: 50px;
    float: left;
    line-height: 50px;
    padding-left: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #7e7373;
    width: 100%;
}
#left-menu-2 > div > div.active > span {
}
#left-menu-2 .checkboxees {
    max-height: 200px;
    overflow-y: auto;
    margin-top: 2px;
}
.form-select-top {
    width: 230px;
    background-color: #DDD;
    font-size: 13px;
    color: #6b6b6b;
    margin-right: -10px;
}
.left-menu-holder {
    background-color: var(--gray);
}
.bg-green {
    background-color: var(--baby-green);
}
.bg-gray {
    background-color: var(--gray);
}
.bg-baby-blue {
    background-color: var(--baby-blue);
}
.bg-blue {
    background-color: var(--blue);
}
.fs-7 {
    font-size: 0.5rem!important;
}
.fs-14 {
    font-size: 14px!important;
}
.fs-12 {
    font-size: 12px!important;
}
.price-new-a {
    font-size: 13px;
    color: var(--red);
    font-weight: bold;
}
.price-old-a {
    font-size: 13px;
    color: var(--dark-baby-blue);
    text-decoration: line-through;
}
.price-old-b {
    font-size: 13px;
    color: var(--dark-baby-green);
    text-decoration: line-through;
}

.extra-title {
    color: var(--extra-title);
    font-size: 14px;
    line-height: 17px;
    float: left;
    margin-top: 5px;
}
.bottom-10 {
    bottom: 10px;
}
.line-height-1 {
    line-height: 1;
}
.w-30 {
    width:30%;
}
.w-33 {
    width:33%;
}
.w-40 {
    width:40%;
}
.w-60 {
    width:60%;
}
.w-70 {
    width:70%;
}
.w-77 {
    width:77%;
}
.banner-mini {
    position: absolute;
    background: red;
    width: 200px;
    text-align: center;
    color: #FFF;
    transform: rotate(45deg);
    right: -60px;
    top: 25px;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 0;
}
.logo-white-bg {
    height: 170px;
}
.logo-white {
    max-width: 120px;
    margin: auto;
}

#slider .watermark {
    position: absolute;
    z-index: 99;
    width: 100px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -20px;
}
.slider-bg  {
    animation-duration: 8s;
    animation-name: slidein;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-bottom-left-radius: 30px;
}
  
#banner-slider  {
    animation-duration: 60s;
    animation-name: slidebanner;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
  
@keyframes slidein {
    0% {
        background-position: 0%;
    }

    25% {
        background-position: 50%;
    }

    50% {
        background-position: 100%;
    }

    75% {
        background-position: 50%;
    }

    100% {
        background-position: 0%;
    }
}
@keyframes slidebanner {
    0% {
        margin-left: 0px;
    }
    25% {
        margin-left: -900px;
    }
    50% {
        margin-left: -1756px;
    }
    75% {
        margin-left: -900px;
    }
    100% {
        margin-left: 0px;
    }
}
#footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 15px;
    float: left;
    font-weight: bold;
    width: 100%;
}
#footer ul li {
    float: left;
    width: 100%;
}
#footer ul li a {
    color: #FFF;
    text-decoration: unset;
    float: left;
    width: 100%;
    padding: 2px 0;
}
#footer ul li a:hover {
    color: #333;
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 1400px;
    }
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 1400px;
    }
}