/** Shopify CDN: Minification failed

Line 1160:0 Unexpected "#"

**/
/* .bt-dropdown.language-switcher {
    display: -webkit-flex;
    display: flex;
} */
/* .language-switcher .bt-dropdown__trigger, .language-switcher .bt-dropdown__trigger i{
  display : -webkit-flex;
 display: flex;
} */
.header-lower-wrap .header-right-menu nav{
  margin-right:20px!important;
}
a#open_contact_popup {
    cursor: pointer;
}

.mailto-link:hover .mailto-message,
.mailto-link:focus .mailto-message,
.mailto-link:focus-within .mailto-message {
	display: block;
}
.mailto-link {
	position: relative;
	padding: 8px 0;
}
.mailto-message {
	top: 1px;
	left: 50%;
	margin-bottom: -5px;
	transform: translate(-50%, -100%);
	position: absolute;
	display: none;
	width: auto;
	white-space: nowrap;
	font-size: 12px;
	background-color: black;
	color: white;
	padding: 2px 6px;
	border-radius: 2px;
	&:after,
	&:before {
		content: '';
	}
	&:before {
		top: 100%;
		left: 50%;
		border: solid transparent;
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(0, 0, 0, 0);
		border-top-color: #000000;
		border-width: 4px;
		margin-left: -4px;
	}
}

.products .item__top img,
.cart-page__cross_sell__content .item__top img {
    border-radius: 20px;
}

.header .magnifying-glass:hover svg path,
.header .user:hover svg path,
.header .shopping-bag:hover svg path {
  stroke: #9dd3d7;
}

.header .heart2:hover svg path {
    fill: #9dd3d7;
}

.lnr-minus::before,
.lnr-plus::before {
  display: none;
}

.lnr-minus {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  background: url(Remove_Minus_Circle.svg);
  background-size: 20px 20px;
  display: block;
}

.lnr-plus {
  width: 20px !important;
  height: 20px !important;
  border: none !important;
  background: url(Add_Plus_Circle.svg);
  background-size: 20px 20px;
  display: block;
}

.button--wl.added {
  background-color: #e9733c !important; 
  border-radius: 50%;
}

.template-product .product-form .button--wl.added .lnr-heart2:before, 
.added .lnr-heart2:before {
  background-image: url(heart-white.png);
  width: 17px;
  background-size: 17px 16px;
  content: "" !important;
}

.home-blog {
  display: flex;
  background: #404951;
  border-radius: 25px;
  padding: 5px 5px 20px 20px;
}

.home-blog .section__heading,
.home-blog .section__content {
  width: 50% !important;
}

.home-blog .section__heading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start !important;
  padding-left: 20px;
}

.home-blog h4 {
  color: #FCFCFC !important;
  font-size: 20px;
  line-height: 26px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.home-blog h2 {
  color: #FCFCFC !important;
  font-size: 72px;
  line-height: 72px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
}

.blog-link-wrap {
  margin-left: 0px !important;
  margin-top: 30px;
}

.home-blog img {
  border-radius: 20px;
}

.home-blog .article__date {
  position: relative;
  top: auto;
  left: auto;
  padding: 0px;
  background: transparent;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #FCFCFC;
  margin-top: 20px;
  text-transform: none;
  display: block;
  transform: none;
}

.home-blog .article-feature__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #FCFCFC;
}

.home-blog .article-feature__bottom  {
  padding-top: 10px;
}

.blog-link-wrap i {
  display: none;
}

.blog-link-wrap a {
  background: #FDED4F;
  border-radius: 30px;
  width: 202px;
  height: 50px;
  line-height: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
  color: #404951;
}

.blog-link-wrap a:hover {
  background: #FFFAC4;
}

.home-blog .article-feature__bottom p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #FCFCFC;
  margin-top: 10px;
}

.home-blog .read-more {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #FCFCFC;
  height: 30px;
  line-height: 30px;
  border: 2px solid #FCFCFC;
  border-radius: 30px;
  padding: 4px 10px;
  min-width: 85px;
  text-align: center;
}

.blog-home-wrapper {
  display: flex;
}

.blog-home-wrapper .grid__item {
  width: 50%;
}

#nav_navigation li a:hover {
  color: #9dd3d7 !important;
}

#bt-sidebar-cart .bt-sidebar__content {
  height: calc(100% - 90px);
}

#bt-sidebar-cart .bt-sidebar__content .header__cart {
  height: 100%;
}

#bt-sidebar-cart .cart {
    height: inherit;
    display: flex;
    flex-direction: column;
}

#bt-sidebar-cart .hc__total {
    margin-top: auto;
}

.main-nav .featured-products-wrap img {
  border-radius: 20px;
}

.collection__products .products .alert-danger {
  background: transparent !important;
  color: #577076 !important;
  border: none !important;
}

.collection__products .products .alert-danger:after {
  display: none;
}

.product-template-section .gutter-ele-top-tbs .pg__option--single.pg__option .__select__content {
    border-radius: 0px 0px 25px 25px!important;
    border-width: 0px 2px 2px 2px!important;
}

.nav__item__link--arrow:after {
  content: "";
  background: url(/s/files/1/0529/5724/9712/files/menu-arrow.png);
  width: 10px;
  height: 6px;
  background-size: 10px 6px;
}

.nav__item__dropdown::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #D4E4E8 !important;
}

.nav__item__dropdown::after {
  content: "";
  position: absolute;
  right: -100%;
  top: 0px;
  height: 100%;
  width: 100%;
  background: #D4E4E8 !important;
}

.products .item__name,
.cart-page__cross_sell__content .item__name{
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    color: #404951;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.products .product-price .product-price__price,
.cart-page__cross_sell__content .product-price .product-price__price{
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #404951;
}

.products .product-price .product-price__price.product-price__sale,
.cart-page__cross_sell__content .product-price .product-price__price.product-price__sale {
    font-weight: 500;
    font-size: 14px;
}

.section__sub-title-template--15664772382896__1542710459860 {
    padding: 0px 15px 0px 0px;
}

.products.grid .pg__lbs, 
.trm-grid-item .pg__lbs,
.cart-page__cross_sell__content .pg__lbs,
.cart-page__cross_sell__content .pg__lbs {
    top: 20px;
    right: 20px;
    left: auto;
    bottom: auto;
}

.lb-item {
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    color: #ECF1F1;
}

.products .effect-hover .effect-hover__content,
.cart-page__cross_sell__content .effect-hover .effect-hover__content{
    opacity: 1;
    visibility: visible;
    top: auto;
    bottom: 20px;
    right: 20px !important;
    border-radius: 50%;
}

.product-single .contact__form-page input[type="text"],
.product-single .contact__form-page input[type="email"],
.product-single .contact__form-page input[type="tel"] {
  background: #ECF1F1;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 67px;
  border: none;
}

#dummy-chat-button-iframe {
  z-index: 10!important;
}


#bt-sidebar-cart .hc__actions button,
.top-header-text {
  font-family: 'Montserrat';
}

.cart-page__countdown {
  font-weight: 500 !important;
}

.cart-countdown {
  font-family: 'Montserrat';
}

.field--float-label label {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.cart-icon-list .db {
  font-weight: 600;
}

.cart-icon-list .pt10 {
  font-weight: 400;
}

#sidebar-filter [data-childurl1]>div .cfc__link.cf__link {
    color: #404951;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 130%;
}

#sidebar-filter .cf__item__categories li.open.active>div .cfc__link.cf__link {
    font-weight: 800;
}

#sidebar-filter .mobile-nav__item--level1 {
    border-bottom: 2px solid #D4E4E8;
}

#sidebar-filter .link-list__item {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sidebar-filter .mobile-nav__item--level1:last-child {
    border-bottom: none;
}

#sidebar-filter .cfc__dropdown .link-list__item {
    padding-top: 17px;
    padding-bottom: 17px;
}

.slick--arrow-trm.products-arrow .slick-arrow,
.logo-bar.slick--arrow-trm .slick-arrow,
.rich-banner-section img {
    border-radius: 30px;
}

.section__title__text {
    text-transform: uppercase;
    color: #404951;
    letter-spacing: 0.06em;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
}

.product-tabs-section .collection-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    color: #404951;
    text-transform: uppercase;
}

.row.header__wrap {
    border-bottom: none;
}

.cart-note__input::placeholder {
  font-family: 'Montserrat';
}

.cart-note__input:-ms-input-placeholder {
  font-family: 'Montserrat';
}

.cart-note__input::-ms-input-placeholder {
  font-family: 'Montserrat';
}

.slick--arrow-trm .slick-dots>li button {
    width: 10px;
    height: 10px;
}

.slick-dots>li button:before {
    background: #577076;
    width: 10px;
    height: 10px;
}

.slick-dots>li.slick-active button:before {
    background: #404951;
    width: 10px;
    height: 10px;
}

.slick-dots > li {
    margin: 0px 4px;
}

.slick-dots {
    bottom: 10px;
}

.product-tabs-section .collection-link .lnr-chevron-right {
    font-size: 0px;
    display: inline-block;
    background: url(small-arrow.svg);
    width: 6px;
    height: 8px;
    background-size: 6px 8px;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 7px;
}

.back-top__button {
    margin-top: 10px;
    border-radius: 50%;
    background: #ECF1F1;
}

.back-top__button i {
    font-size: 0px;
    display: block;
    background: url(scroll-top.svg);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.bottom-fixed {
    border: none;
    box-shadow: none;
}

.cart-sidebar-trigger {
    border: none !important;
    background: #FDED4F;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart-sidebar-trigger i {
    font-size: 0px;
    display: block;
    background: url(side-small-cart.svg);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.bottom-fixed .cart-number {
    width: 9px !important;
    height: 10px !important;
    font-size: 5px !important;
    top: 10px !important;
    right: 9px !important;
    line-height: 10px !important;
}

.header__link--top, 
.header__link-text {
    font-size: 14px;
    letter-spacing: 0.02em;
    font-weight: 600;
}

.nav__item__dropdown {
    background: #D4E4E8 !important;
    box-shadow: none !important;
}

.link-list__item.level0.first-link a {
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #404951;
}

/* mine css start */
.collection__filter .label-prekes-zenklas, 
.collection__filter .label-цена, 
 .collection__filter .label-бренд, 
.collection__filter .label-size, 
.collection__filter .label-brand,
.collection__filter .label-brends,
.collection__filter .label-price,
.collection__filter .label-cena,
.collection__filter .label-pieejamiba{
    background: #ECF1F1 !important;
    border-radius: 25px !important;
    border: none !important;
}
/* mine css end */

.lnr-arrow-point-to-down:before {
    content: "" !important;
    background: url(dropdown-arrow.svg);
    display: block;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    background-repeat: no-repeat;
}

.cf__item:not(.label-availability) .cf__item__title {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    padding-left: 0px;
}
.cf__current-list .cf__item-current .cf__link--current{
    background: #D4E4E8;
    border-radius: 30px;
}
.cf__current-list .cf__item-current .cf__link--current::before{
  font-weight: 800;
}
/* .cf__current-list .cf__item-current .cf__link--current.cf__link--current-all{
    color: var(--color_hover);
} */
.video-button {
    background: #FDED4F;
    border-radius: 30px;
    color: #404951;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 14px;
    border: none;
    display: flex;
    height: 50px;
    padding: 0px 20px;
    font-weight: 600;
    padding-right: 40px;
    align-items: center;
    position: relative;
}
.video-button:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: url('https://cdn.shopify.com/s/files/1/0529/5724/9712/files/warning.svg?v=1656448234');
    right: 14px;
    top: 14px;
}
.breadcrumb-col li span {
    color: #404951 !important;
    letter-spacing: 0.02em;
    font-size: 14px;
    font-weight: 600;
}

.breadcrumb-col li.gutter-ele-bottom a {
    letter-spacing: 0.02em;
    font-size: 14px;
    color: #B7B7B7;
}

.top-toolbar-wrap {
    border-bottom: none;
}

.modal-backdrop {
    background: rgba(212, 228, 232, 0.8);
}

.modal-header .close {
    width: 50px !important;
    height: 50px !important;
    background: #404951;
    border-radius: 50%;
    border: none;
}

.modal-header .close:hover {
    background: rgb(64 73 81 / 80%);
}

.modal-body {
    border-radius: 30px;
    overflow: hidden;
}

.modal-content {
    border-radius: 30px;
    border: none;
    box-shadow: none;
}

.lnr-cross:before {
    content: "";
    background: url(close-icon.svg);
    display: block;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}

.modal-dialog {
    margin: 70px auto;
}

.cf__item__categories li .mobile-nav__arrow {
    left: auto !important;
    right: 0px;
}

.cf__item__categories li .mobile-nav__arrow.lnr-arrow-point-to-down {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(-180deg) !important;
}

.pg__thumbs--single img {
    border-radius: 20px;
}

.pg__thumbs--single.pg__thumbs--slider-vertical .pg__thumb {
    opacity: 0.6;
}

.pg__thumbs--single.pg__thumbs--slider-vertical .pg__thumb.active {
    opacity: 1;
}

.pg__thumb.active .stick-item img {
    border: none;
}

.pg__thumb.active .stick-item:before {
    display: none;
}

.product-single {
    padding: 20px 240px 0px 120px;
}

.pg__thumbs-wap--single-ver-slider {
    padding-right: 0px;
}

.product-single .img-container {
    border-radius: 20px;
}

.product-single .col-xs-12.gutter-ele-top-tbs.col-md-6 {
    padding-left: 60px;
}

.template-product .slick--arrow-trm .product-single__photos .slick-arrow.slick-prev:before {
    content: "" !important;
    background: url(single-product-slider-arrow.svg);
    display: block;
    width: 9px;
    height: 16px;
    background-size: 9px 16px;
    background-repeat: no-repeat;
    right: auto !important;
    left: 18px !important;
}

.template-product .slick--arrow-trm .product-single__photos .slick-arrow.slick-next:before {
    content: "" !important;
    background: url(single-product-slider-arrow.svg);
    display: block;
    width: 9px;
    height: 16px;
    background-size: 9px 16px;
    background-repeat: no-repeat;
    right: 18px !important;
    left: auto !important;
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(-180deg) !important;
}

.template-product .prod-media {
    padding-left: 21px;
    padding-right: 78px;
}

.lnr-zoom:before {
    content: "";
    background: url(single-zoom-expand.svg);
    display: block;
    width: 24px;
    height: 24px; 
    background-size: 24px 24px;
    background-repeat: no-repeat;
}

.pg__vendor--single {
    font-size: 0px;
    background: url(single-kokos-logo.svg);
    display: block;
    width: 172px;
    height: 30px;
    background-size: 172px 30px;
    background-repeat: no-repeat;
}

.product-single__title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 20px;
    line-height: 130%;
    color: #404951;
}

.template-product .product-form__item .button--single-cart {
    background: #FDED4F;
    border-radius: 30px;
    padding: 0px 20px 0px;
    color: #404951;
    font-weight: 600 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: none;
    height: 50px !important;
    line-height: 54px !important;
}

.template-product .product-form__item .button--single-cart:hover {
    background: rgb(253 237 79 / 80%);
}

.template-product .product-form .button--wl {
    background: #ECF1F1;
    border-radius: 30px;
    width: 50px;
    height: 50px;
    border: none;
    position: relative !important;
}

.template-product .product-form .button--wl:hover {
    background: #D4E4E8;
}

.template-product .product-form .button--wl .lnr-heart2 {
    background: transparent;
}

.template-product .product-form .button--wl .lnr-heart2:before,
.lnr-heart2:before {
    content: "";
    background: url(single-heart.svg);
    display: block;
    width: 18px;
    height: 16px;
    background-size: 18px 16px;
    background-repeat: no-repeat;
}

.pg__collapse-tab {
    border-bottom: 2px solid #D4E4E8;
}

.template-product .product-form {
    border-bottom: 2px solid #D4E4E8;
    padding: 10px 0px 48px;
}

.pg__collapse-tab__title {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #404951;
    padding: 22px 0px;
}

.size-popup .size-table-wrap {
    top: 0px !important;
    position: relative !important;
}

.size-popup {
    padding-right: 10px;
    padding-left: 10px;
}

.size-popup .modal-dialog {
    width: 100%;
}

.size-popup .modal-header {
    margin: 0px !important;
}

.size-popup .size-table-wrap .table-ul li {
    color: #404951 !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: 16px !important;
    letter-spacing: 0.02em;
}

.size-popup .size-table-wrap .table-ul li.active {
    color: #E9733C !important;
}

.size-popup .size-table-wrap .new-size-table .sizetabclass .sizetabclass-title {
    font-weight: 700 !important;
    font-size: 36px !important;
    line-height: 130% !important;
    letter-spacing: 0.06em;
    text-transform: uppercase !important;
    color: #404951 !important;
}

.sizes-title > p {
    width: 890px;
    max-width: 100%;
    margin: 0 auto;
}

.sizes-title p,
.sizes-title p span {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #000000 !important;
}

.size-popup .sizes-table thead {
    background: #ECF1F1;
}

.size-popup .sizes-table td,
.size-popup .sizes-table th {
    border: 1px solid #B7B7B7 !important;
    height: auto !important;
}

.size-popup .sizes-table th {
    padding: 34px 10px !important;
    font-weight: 700;
}

.size-popup .sizes-table td {
    padding: 10px !important;
}

.size-popup .sizes-table {
    width: 942px;
    margin: 0 auto;
    max-width: 100% !important;
}

.template-product .pg__option[data-option-name=size] .pg__option__value_start, 
.template-product .pg__option[data-option-name=izmers] .pg__option__value_start {
    border: none;
    border-top: 2px solid #D4E4E8;
    border-bottom: 2px solid #D4E4E8;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .02em;
    color: #404951;
    padding: 22px 0 !important;
}

.template-product .pg__option[data-option-name=size] div, 
.template-product .pg__option[data-option-name=izmers] div {
    height: auto !important;
}

.table-size-link:before {
    content: "";
    background: url(ruler.svg);
    display: block;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.template-product .product-price-wrap {
    padding-bottom: 45px;
}

.template-product .product-popup-modal__button {
    font-size: 11px;
    font-weight: 600;
    color: #404951;
    letter-spacing: 0.02em;
}

.template-product .table-size-link {
    padding-right: 25px !important;
    position: relative;
    right: 0px;
    justify-content: flex-end;
}

.pg__option .pg__option__label {
    display: none;
}

.pg__option {
    padding-top: 15px;
}

.pg__collapse-tab {
    margin: 0px 0 20px;
}

.qty-box__ctrl:hover, .qty-box__ctrl:focus {
  background: transparent;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content {
    background: #ECF1F1;
    padding: 20px 0px;
    text-align: center;
    margin-bottom: 4px;
    position: relative;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content .no-gutter,
.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content .no-gutter {
    float: none;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 img {
    margin: 0px 25px;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 img {
    max-width: 100%;
}

.footer__column--b3f1aac8-20d2-4ef5-a57b-a7cbe76e7548 .footer__column__content {
    display: flex;
    flex-direction: column-reverse;
}

.footer__column--b3f1aac8-20d2-4ef5-a57b-a7cbe76e7548 img {
    margin-top: 38px;
}

.footer__inner h2 {
    color: #B7B7B7;
    font-size: 16px;
}

.footer__inner a {
    color: #404951;
    font-weight: 600;
}

.footer__column--text-social .footer__column__content,
.footer__column--text-social .footer__column__content strong {
    font-weight: 600;
}

.footer__column--text-social .footer__column__content a {
    color: #E9733C;
}

.footer__column--text-social .footer__column__content .copyrights {
    font-weight: 400;
}

.footer__inner {
    padding-bottom: 110px;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content {
    background: #E9733C;
    padding: 22px 0px;
    position: relative;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::after,
.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::before {
    content: "";
    position: absolute;
    background: #E9733C;
    height: 100%;
    width: 100%;
    top: 0px;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::before {
    left: -100%;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::after {
    right: -100%;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content::after,
.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content::before {
    content: "";
    position: absolute;
    background: #ECF1F1;
    height: 100%;
    width: 100%;
    top: 0px;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content::after {
    left: -100%;
}

.footer__column--1ab10488-6436-4968-9c75-f8f54897c657 .footer__column__content::before {
    right: -100%;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content .no-gutter {
    display: flex;
    justify-content: center;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d span {
    color: #FCFCFC;
    font-weight: 600;
    font-size: 11px;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .info {
    padding: 0px 25px;
}

.footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .info img {
    margin-right: 5px;
}

.bottom-fixed {
    background: transparent;
}

.back-top__button:hover {
    background: #D4E4E8;
}

.cart-sidebar-trigger:hover {
    background: #FFFAC4;
}

#header-cart-canvas .checkout-btn {
    display: none;
}

#/*bt-sidebar-cart {
  top: 33px;
  border-radius: 20px;
  height: auto;
  margin-top: 70px;
  overflow-x: visible;
  overflow-y: visible;
}

#bt-sidebar-cart .bt-sidebar__close {
    background: #404951;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    justify-content: center;
    position: absolute;
    right: 0px;
    top: -70px;
}

#bt-sidebar-cart .bt-sidebar__close span {
    font-size: 0px;
}

#bt-sidebar-cart .lnr-cross:before {
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}*/

#bt-sidebar-cart .bt-sidebar__title {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 20px;
    color: #404951;
}

#bt-sidebar-cart .bt-sidebar__header {
    border-bottom: none;
    margin-bottom: 50px;
}

#bt-sidebar-cart .hc__item__name > a {
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 20px;
    color: #404951;
    line-height: 130%;
    font-weight: 700;
}

#bt-sidebar-cart .hc__actions button {
    background: #FDED4F;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    border: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #404951;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

#bt-sidebar-cart .hc__actions button:hover {
    color: #fff;
    background: #404951;
}

#bt-sidebar-cart .hc__total {
    border: none;
    background: #ECF1F1;
    border-radius: 25px;
    padding: 20px 20px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 16px;
}

#bt-sidebar-cart .checkbox-one-line {
    display: none;
}

#bt-sidebar-cart .qty-box {
    border: none;
}

#bt-sidebar-cart .qty-box__ctrl {
    width: 20px;
    height: 20px;
    padding: 0px;
}

#bt-sidebar-cart .qty-box--very-small {
    width: 93px;
    height: 28px;
}

#bt-sidebar-cart .qty-box__input--very-small {
    width: 45px;
}

#bt-sidebar-cart .cart__meta-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    color: #404951;
    margin-top: 11px;
}

#bt-sidebar-cart .hc__item__name {
    padding-left: 54px;
    padding-bottom: 45px;
}

#bt-sidebar-cart img {
    border-radius: 20px;
}

#bt-sidebar-cart .hc__item__image {
    padding-right: 0px;
}

#bt-sidebar-cart .hc__item__price {
    padding-top: 16px;
}

#bt-sidebar-cart .money {
    color: #404951;
    letter-spacing: 0.06em;
    font-weight: 700;
    font-size: 16px;
}

.bt-sidebar__inner .hc__items {
    max-height: 50vh;
}

#bt-sidebar-cart .remove-money-box {
    justify-content: space-between;
    align-items: center;
}

#bt-sidebar-cart .update-cart-btn {
    margin-top: 0px;
    width: 30px;
    height: 30px;
    background: #ECF1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.bt-sidebar__inner--right.open {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
}
*/
.bt-sidebar__content {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.collection__products .cf__current-list a {
    font-weight: 600;
    font-size: 11px;
    color: #404951;
    padding: 3px 7px 0px;
}

/* .collection__toolbar .toolbar-filter-form .label-size,
.collection__toolbar .toolbar-filter-form .label-brends,
.collection__toolbar .toolbar-filter-form .label-cena,
.collection__toolbar .toolbar-filter-form .label-in-stock {
    width: 33.33333% !important;
} */

.collection__toolbar .collection__filter {
    width: 100%;
}

.add-cart-btn.button--single-cart span {
    position: relative;
}

.add-cart-btn.button--single-cart span::before {
    content: "";
    background: url(single-cart-icon.svg);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -25px;
    top: 50%;
    margin-top: -11px;
}

.template-product .product-single .product-price-wrap .pg__discount-text {
    color: #E9733C !important;
    letter-spacing: 0.02em;
    font-weight: 600;
    font-size: 11px !important;
    padding: 2px 5px !important;
    border: 2px solid #E9733C !important;
    border-radius: 25px;
    font-family: 'Montserrat';
    text-align: center;
}

.template-product .product-single .product-price-wrap .discount-title {
    padding-right: 0px !important;
}

#cf_filter_desktop .cf__item {
    margin-bottom: 20px;
    margin-right: 20px;
}

.cart-countdown .alert-warning {
    background: #FFFAC4;
    border-radius: 30px;
    padding: 21px 20px 21px 53px;
    border: none;
    color: #404951;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 40px;
}

.cart-page__countdown {
    font-weight: normal;
}

.cart-countdown span {
    display: inline-block;
    text-decoration: underline;
    font-weight: normal;
}

.cart-page__countdown {
    margin: 0px;
}

.cart-countdown .alert:after {
    content: "";
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background: url(Info.png);
    left: 22px;
    top: 50%;
    margin-top: -12px;
}

.cart-icon-list .lnr-sync::before {
    content: "";
    background: url(arrow-reload.svg);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

.cart-icon-list .lnr-truck:before {
    content: "";
    background: url(bus-outline.png);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

.cart-icon-list .lnr-check:before {
    content: "";
    background: url(Shield_Check.png);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

.tl__title-template--15156558102704__cart-template {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 130%;
}

.tl__subtitle-template--15156558102704__cart-template {
    font-weight: 400;
    letter-spacing: 0.02em;
    font-size: 16px !important;
    line-height: 130%;
    padding-top: 21px;
}

.cart-icon-list .secondary-font {
    padding-top: 20px;
}

.cart-icon-list .tl--border-right {
    border-right: 1px solid #9DD3D7;
}

.cart-page__items-table .list-view-item__title a {
    color: #404951;
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
}

.cart-page__items-table .cart__meta-text {
    letter-spacing: 0.02em;
    color: #404951;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
}

.cart__price-wrapper .product-price__percent {
    letter-spacing: 0.02em;
    color: #E9733C;
    font-weight: 600;
    font-size: 11px;
    border: 2px solid #E9733C;
    border-radius: 25px;
    padding: 2px 5px;
    margin: 0px 0px 12px;
    white-space: nowrap;
}

.product-price__percent.pg__discount-text:before {
    display: none;
}

.product-price__price.compare-true {
    color: #E9733C;
}

.cart__price-wrapper .product-price {
    display: flex;
    flex-direction: column;
}

.cart__price-wrapper .product-price__price.compare-true {
    font-size: 16px;
    font-weight: 800;
}

.cart__price-wrapper .product-price__price {
    font-weight: 500;
    font-size: 14px;
}

.cart__price-wrapper .product-price-wrap {
    flex-direction: column-reverse;
}

.cart__price-wrapper .product-price__price + .product-price__price {
    margin-bottom: 12px;
}

.cart-page-title {
    color: #404951;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    margin-bottom: 16px;
}

.cart-page__items-table {
    margin-top: 42px;
}

.cart__row th {
    padding: 15px 25px 18px 0;
    font-size: 14px;
    font-weight: 600 !important;
}

.cart__image-wrapper,
.cart__row--item td {
    padding: 18px 0px 18px 0px !important;
}


.cart-page__items-table .cart__meta {
    padding-left: 19px !important;
    max-width: 157px;
}

.cart-note__input {
    padding: 15px 15px 64px;
    background: #ECF1F1;
    border: 2px solid #D4E4E8;
    border-radius: 25px !important;
    height: 150px !important;
    resize: none;
}

.cart-note__input::placeholder {
  color: #B7B7B7;
}

.cart-note__input:-ms-input-placeholder {
  color: #B7B7B7;
}

.cart-note__input::-ms-input-placeholder {
  color: #B7B7B7;
}

.cart-note__label {
    display: none;
}

.cart__remove {
    background: #ECF1F1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart__remove .lnr-trash,
.cart__remove .lnr-cross {
    display: block;
    background: url(trash-icon.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.cart__remove .lnr-trash::before,
.cart__remove .lnr-cross::before {
    content: "";
    display: none;
}

.css-1yu49by b {
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #404951;
}

.css-rpehd9 {
    height: 50px;
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
}

.ct__sort,
.ct__collections {
    width: 33.33333%;
    background: #ECF1F1!important;
    justify-content: center;
  border-radius: 25px!important;
}

.ct__sort .bt-dropdown__trigger--sort,
.ct__collections .bt-dropdown__trigger--collections {
    height: 50px;
    transition: border-radius .4s ease,background .4s ease,border-color .4s ease;
    border: none!important;
    width: 100%;
    max-width: 100%;
    line-height: 46px;
    width: 100%;
    padding: 0px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.02em;
    color:#1c1c1c;
    font-family: 'Montserrat';
    text-transform: capitalize;
    padding-left: 34px
}

.ct__sort .icon-sort,
.ct__collections .icon-sort {
    display: none;
}

.bt-dropdown__trigger--sort:before,
.ct__sort.active .bt-dropdown__trigger--sort:before,
.bt-dropdown__trigger--collections:before,
.ct__collections.active .bt-dropdown__trigger--collections:before{
    content: "" !important; 
}

.ct__sort::after,
.ct__collections::after {
    content: "";
    background: url(dropdown-arrow.svg);
    display: block;
    width: 10px;
    height: 6px;
    background-size: 10px 6px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 28px;
}

.cf__item__categories {
    border-top: 2px solid #D4E4E8;
}

#sidebar-filter a {
    color: #577076 !important;
    font-weight: 600;
}

#sidebar-filter .cfc__dropdown .mobile-nav__item--level2 > div > a {
    font-size: 14px;
}

#sidebar-filter .cfc__dropdown .cfc__dropdown a {
    font-size: 11px;
}

#sidebar-filter .cf__item__categories .cfc__dropdown .cfc__dropdown  li.open.active>div .cfc__link.cf__link,
#sidebar-filter a:hover {
    color: #E9733C !important;
}

.products.grid .pg__lbs .lb-item.lb-item--sale, 
.trm-grid-item .pg__lbs .lb-item.lb-item--sale {
    background-color: #E9733C !important;
}

.products.grid .pg__lbs .lb-item.lb-item--sale .lb__percent,
.trm-grid-item .pg__lbs .lb-item.lb-item--sale .lb__percent {
    font-size: 11px;
}

.reviews-blog {
    width: 100%; 
}

.size-popup .modal-body > h2 {
  display: none !important;
}

.size-popup .modal-content {
  background: transparent !important;
}

.size-popup .modal-header {
    right: 11px !important;
    top: 11px !important;
}

.size-popup .modal-header .close {
  background: #404951 !important;
}

.size-popup .modal-header .close:hover {
  background: #577076 !important;
}

.modal-header {
    top: 12px;
    right: 12px;
    margin-right: 0px;
}

.sizes-table {
  border-spacing: 0 !important;
  border-collapse: separate !important;
  border-radius: 20px !important;
  border: 1px solid #B7B7B7 !important;
}

.size-popup .sizetabclass .sizes-table .table-bordered.table-with-border>tbody>tr>td {
  border-color: #B7B7B7 !important;
}

.size-popup .sizes-table td, .size-popup .sizes-table th {
  border: none !important;
}

.sizes-table th:not(:last-child),
.sizes-table td:not(:last-child) {
 border-right: 1px solid #B7B7B7 !important;
}

.sizes-table>thead>tr:not(:last-child)>th,
.sizes-table>thead>tr:not(:last-child)>td,
.sizes-table>tbody>tr:not(:last-child)>th,
.sizes-table>tbody>tr:not(:last-child)>td,
.sizes-table>tfoot>tr:not(:last-child)>th,
.sizes-table>tfoot>tr:not(:last-child)>td,
.sizes-table>tr:not(:last-child)>td,
.sizes-table>tr:not(:last-child)>th,
.sizes-table>thead:not(:last-child),
.sizes-table>tbody:not(:last-child),
.sizes-table>tfoot:not(:last-child) {
 border-bottom: 1px solid #B7B7B7 !important;
}

.size-popup .sizes-table thead {
  background: transparent !important;
}

.size-popup .sizes-table thead th,
.size-popup .sizes-table thead td {
  background: #ECF1F1 !important;
  border-bottom: 1px solid #B7B7B7 !important;
}

.sizes-table thead tr:first-child th:first-child {
 border-top-left-radius: 20px;
}

.sizes-table thead tr:first-child th:last-child {
 border-top-right-radius: 20px;
}

.sizes-table tbody tr:first-child td:first-child {
 border-top-left-radius: 20px;
}

.sizes-table tbody tr:last-child td:first-child {
 border-bottom-left-radius: 20px;
}

.sizes-table tbody tr:first-child td:last-child {
 border-top-right-radius: 20px;
}

.sizes-table tbody tr:last-child td:last-child {
 border-bottom-right-radius: 20px;
}

.product-single .gutter-ele-top .pg__option__values .__select .__select__content {
    position: relative;
    top: 0px;
    border: none !important;
    height: 0px !important;
}

.product-single .gutter-ele-top .pg__option__values .__select[data-state="active"] .__select__content {
      height: auto !important;
}

.product-single .gutter-ele-top.pg__option .__select .__select__title {
    font-weight: 600 !important;
    font-size: 14px !important;
    border-radius: 0px !important;
}

.product-single .gutter-ele-top.pg__option .__select[data-state=active] {
    border-bottom: 2px solid #D4E4E8 !important;
}

.product-single .gutter-ele-top .__select .__select__content {
  padding: 0px !important;
  margin: 0px !important;
}

.product-single .gutter-ele-top.pg__option .__select[data-state=active] .__select__title {
  border-top: 2px solid #D4E4E8 !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.product-single .gutter-ele-top .__select .__select__content a.__select__label {
  border: none !important;
  height: 50px !important;
  line-height: 50px !important;
  margin: 0px !important;
  max-height: 100%!important;
  border-radius: 50px;
  margin-bottom: 8px !important;
}

.product-single .gutter-ele-top .__select .__select__content a.__select__label span {
  width: 100%;
  font-weight: 600;
  font-size: 11px;
  padding: 0px;
}

.product-single .gutter-ele-top .pg__option .__select__content,
.product-single .gutter-ele-top .pg__option__values .__select .__select__content{
  border: none !important;
}

.product-single .gutter-ele-top .__select .__select__content a.__select__label:hover {
  background: #ECF1F1;
}

.pg__option .__select[data-state=active] .__select__title span {
  margin-left: 0px !important;
}

.items-count {
  display: block !important;
}


.__select_sticky .__select__content {
    top: auto;
    bottom: 67px;
}

.form-tab-title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #404951;
  margin-bottom: 21px;
  margin-top: -24px;
}

#contact_form label {
  padding-left: 20px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #404951;
  margin-bottom: 12px;
}

#contact_form textarea {
  height: 134px;
  background: #ECF1F1;
  border-radius: 25px;
  border: none;
  resize: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
}

#contact_form .button {
  padding: 0px 20px 0px;
  width: 100%;
  height: 50px;
  background: #fff;
  line-height: 50px;
  border: 2px solid #404951;
  border-radius: 30px;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #404951;
  margin-top: 34px;
}

#contact_form .button:hover {
  border-color: #D4E4E8;
  color:#D4E4E8;
}

.product-single #contact_form input[type="text"], .product-single #contact_form input[type="email"], .product-single #contact_form input[type="tel"] {
    margin-bottom: 58px;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1920px)  {
  .reviews-blog {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 992px)  {
  .nav__item__dropdown {
      border-top: solid 50px #ffff;
  }
}

@media (min-width: 768px) {
  .bt-sidebar__inner {
        width: 508px;
        padding: 50px 40px 40px;
  }
}

@media (min-width: 992px) {
  .header__cart {
      max-width: 100%;
  }
}

@media (max-width: 1300px) {
  .trm-reviews .article-feature__inner p {
        font-size: 13px;
        line-height: 18px;
  }
}

@media (max-width: 1300px) {
  .reviews-blog h2,
  .reviews-blog .reviews-link-wrap {
    margin-left: 0px !important;
  }
  
  .product-single {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .template-product .prod-media {
    padding-right: 21px;
  }
  
  .product-single .col-xs-12.gutter-ele-top-tbs.col-md-6 {
    padding-left: 21px;
  }
}

@media (max-width: 996px){
  .section__title__text{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
  }
}

@media (max-width: 991px) {
  .lb-item {
      font-size: 11px;
      font-weight: 400;
      padding: 5px 6px;
  }
  
  .products.grid .pg__lbs, .trm-grid-item .pg__lbs {
    right: 10px;
    top: 10px;
  }

  .home-blog {
    flex-direction: column;
    background: transparent;
    padding: 0px;
  }

  .home-blog .section__heading, 
  .home-blog .section__content {
    width: 100% !important;
  }

  .home-blog .section__heading {
    padding: 46px 20px;
    background: #404951;
    border-radius: 25px;
  }

  .blog-home-wrapper {
    display: block;
    padding-top: 30px;
  }

  .blog-home-wrapper .grid__item {
    width: 100%;
    padding: 0px 0px 30px 0px !important;
  }

  .home-blog .article__date,
  .home-blog .article-feature__title,
  .home-blog .article-feature__bottom p,
  .home-blog .read-more {
    color: #404951;
  }

  .home-blog .read-more {
    border: 2px solid #404951;
  }

  .home-blog h2 {
    font-size: 40px;
    text-align: left;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .footer__column.mobile-text-center {
      width: 100%;
  }

  .section__sub-title-template--15664772382896__1542710459860 {
    text-align: left;
  }
  
  .footer__inner {
    padding-bottom: 0px;
  }
  
  .footer__column__content .no-gutter {
    flex-direction: column;
  }
  
  .footer__column__content .no-gutter .info {
    padding-bottom: 19px;
  }
  
  .banner-item__text .banner-item__text__sub {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  #featured-blog_template--15156558495920__1542710459860,
  #featured-blog_template--15156558495920__1636423780fed81f82 {
  flex-direction: column;
  }
  
  #featured-blog_template--15156558495920__1542710459860 .section__heading,
  #featured-blog_template--15156558495920__1542710459860 .section__content,
  #featured-blog_template--15156558495920__1636423780fed81f82 .section__heading,
  #featured-blog_template--15156558495920__1636423780fed81f82 .section__content {
    width: 100% !important;
    border-radius: 0px !important;
  }
  
  .template-product .prod-media {
    padding: 0px !important;
  }

  .template-product .slick-slide {
    padding: 0px 20px !important;
  }
  
  .product-single .col-xs-12.gutter-ele-top-tbs.col-md-6 {
    padding-top: 40px;
  }
  
  .template-product .product-single__photos .slick-dots>li button:before {
    border: none !important;
    background: #B7B7B7 !important;
    opacity: 0.6 !important;
  }
  
  .template-product .product-single__photos .slick-dots>li.slick-active button:before {
    background: #404951 !important;
  }
  
  .template-product .button--single-cart-main {
    width: 100% !important;
  }
  
  .button--cart span {
    max-width: 100%;
  }
  
  .reviews-blog {
    flex-direction: column;
  }
  
  .reviews-blog .section__heading,
  .reviews-blog .section__content {
    width: 100% !important;
    border-radius: 0!important;
  }
 
}

@media (max-width: 538px) {
  .product-tabs-section .section__title__text {
    margin-bottom: 15px !important;
  }
}
.cf__content {
    display: flex;
    justify-content: space-between;
    grid-column-gap: 20px;
}
.cf__form_desktop {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
}
#cf_filter_desktop .cf__item {
    width: 100%;
    display: flex;
    max-width: none;
}

.top-toolbar-wrap {
    width: 100%;
    max-width: 338px;
}
.label-in-stock {
    position: absolute !important;
    right: 0;
    top: 73px;
}
.collection__toolbar .ct__total {
    float: right;
    width: 100%;
    color: #404951;
    font-weight: 600;
    font-size: 14px;
}

.collection__products.gutter-ele-top-mb {
    margin-top: 69px;
}
@media only screen and (max-width:992px){
    .bt-sidebar__header {
        display: flex;
        justify-content: space-evenly;
    }
    
    .custom-nav-drawer-header {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    
    .custom-nav-info {
        width: 100%;
        text-align: right;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    #sidebar-filter a {
        border-radius: 69px;
    }
    
    .custom-nav-linklist {
        margin-bottom: 5px;
    }
    .custom-nav-linklist a {
        font-size: 11px;
        color: #404951;
        font-weight: 600;
        margin-right: 15px;
    }   
    .bt-sidebar__inner--left.open {
        padding-left: 0;
        padding-right: 0;
    }
    
    .bt-sidebar__header {
        background: white;
        height: 64px;
        padding-left: 22px;
        padding-right: 22px;
    }
    
    h4.bt-sidebar__title {
        display: block;
        padding-left: 22px;
    }
    
    div#sidebar-filter {
        background: #D4E4E8;
    }
    
    .bt-sidebar__inner--left.open {
        padding-top: 0;
    }
    
    .cf__content {
        padding-left: 22px;
        padding-right: 22px;
        display: block;
    }
    
    .collection__filter .cf__form .cf__item.label-in-stock {
        position: relative !important;
    }
    
/* Mine css start */
  .collection__filter .label-prekes-zenklas,
  .collection__filter .label-цена, 
 .collection__filter .label-бренд,   
 .collection__filter .label-size, .collection__filter .label-brand, .collection__filter .label-brand, .collection__filter .label-price, .collection__filter .label-cena, .collection__filter .label-pieejamiba{
        height: 50px;
        line-height: 0;
        display: block;
        padding-left: 20px;
        padding-top: 8px;
        align-items: center;
        padding-bottom: 16px;
        line-height: 5px;
        margin-bottom: 20px;
    }
/* Mine css end */
    a.cfc__arrow.mobile-nav__arrow.lnr-arrow-point-to-down.fw-bold.expand-trigger {
        top: 42%;
        left: 90%;
    }
    .bt-sidebar__content {
        margin-top: 20px;
    } 
    /* .w100.cf__item__content.expand-content.category-mobile-nodrop.cf__item__content--scroll.custom-scrollbar {
        background: white;
        z-index: 999999999999;
        margin-top: 0;
        position: relative;
        left: -10px;
    } */
    .collection__filter .cf__form .cf__item.label-in-stock {
        top: 0;
        position: relative !important;
    }
    a#idVideoClick {
        text-align: left;
        font-size: 13px;
        line-height: 15px;
        text-transform: initial;
    }
    .apply-filter-custom {
        display: flex;
        padding-top: 15px;
        padding-bottom: 15px;
        color: #404951;
        background: #FDED4F;
        border-radius: 30px;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 15px;
        margin-right: 15px;
        text-transform: uppercase;
        margin-top: 37px;
        font-weight: 600;
        font-size: 16px;
    }
    .collection__filter .cf__form .cf__item.label-in-stock .cf__link__box-circle:before{
        background: white;
    }
    .flex-align-space-between.filter-action-mobile.flex.w100.transition {
        display: none;
    }
    .bt-dropdown.active .bt-dropdown__content {
        /* right: 100%;
        left: -497%; */
        width: 100%;
        padding: 0;
        width: auto;
        height: auto;
        /* margin-left: 69%; */
        display: block;
    }
}
@media only screen and (min-width:992px){
    .hidedesk{
        display:none !important;
    }
    .ct__sort.bt-dropdown.nooverlay.flex:last-child {
        display: none;
    }
    .trm-filter-item.cf__item.flex.flex-align-space-between.flex-align-ver.label-in-stock h2.cf__item__title.margin0.current-cat.flex {
        display: flex;
        justify-content: flex-start !important;
        margin-left: auto !important;
        padding-left: 0;
    }
    .trm-filter-item.cf__item.flex.flex-align-space-between.flex-align-ver.label-in-stock {
        width: 30% !important;
    }
    .category-mobile-nodrop .gutter-top.text-center {
        display: flex;
        justify-content: space-evenly;
    }
    .category-mobile-nodrop .money {
        font-weight: bold;
    }
}

.toolbar-filter-form .cf__item .cf__link__box-circle:before {
    border-radius: 6px !important;
    border: 2px solid #404951;
    width: 24px;
    height: 24px;
    color: black;
}

.cf__link__box:after {
    left: 5px;
    top: 5px;
    background: none;
    color: black;
}



.cf__link--option:hover .cf__link__box:not(.color-load):after {
    color: black;
    font-size: 15px;
}

.cf__link--option:hover .cf__link__box:not(.color-load):before {
    background: white;
}

label.cf__link--option.flex.flex-align-ver.flex-align-space-between.facet-checkbox {
    position: relative;
}

span.cf__link--title {
    position: relative;
    top: 5px;
    padding-left: 15px;
}
/* 
li.w100.cf__item__link {
    margin-bottom: 10px;
}

li.w100.cf__item__link:hover {
    background: #D4E4E8;
    padding-bottom: 18px;
    transition: 0.2s all;
}

li.w100.cf__item__link {
    padding-bottom: 18px;
    transition: 0.2s all;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 15px;
} */

span.cf__link--count {
    position: relative;
    top: 5px;
}

.cf__link__input:checked+.cf__link--option .cf__link__box:not(.color-load):before {
    background: #FDED4F;
    border: none;
    border-radius: 6px;
}

.cf__link__input:checked+.cf__link--option .cf__link__box:not(.color-load):after {
    color: #404951;
    font-weight: bold;
    font-size: 15px;
}
.label-in-stock li.w100.cf__item__link {
    padding: 0;
}

.collection__filter .label-in-stock ul~span {
    position: relative;
    top: -10px;
}
.bt-dropdown.language-switcher.lp.active .bt-dropdown__content {
    width: 177% !important;
    padding-left: 5px;
    padding-right: 5px;
    background: white;
    border: 2px solid black !important;
    border: 11px !important;
    right: -5% !important;
    left: -29%;
}

.show-overlay .overlay {
  opacity: 0 !important;
}

.news-popup__checkbox .checkbox-one-line__label:before,
.news-popup__form-wrap .checkbox-one-line__label:before {
  top: -4px;
}

#newsPopupEmail {
    border-radius: 50px;
     font-family: Montserrat, sans-serif;
}

.nav__item__dropdown .link-list .first-link {
  margin-bottom: 0px !important;
}

.nav__item__dropdown .link-list .first-link a {
  margin-bottom: 16px !important;
}

.nav__item__dropdown .link-list .first-link a {
  text-transform: uppercase !important;;
  font-weight: 500 !important;;
  font-size: 24px !important;;
  line-height: 130% !important;;
}

#nav_navigation li.nav__item--parent.hover > a {
  color: #E9733C !important;
}

.table-size .product-popup-modal__button {
  font-family: Montserrat, sans-serif;
  color: #404951 !important;
}

.template-product .pg__option[data-option-name=size] .pg__option__value, 
.template-product .pg__option[data-option-name=size] .pg__option__value_start, 
.template-product .pg__option[data-option-name=izmers] .pg__option__value, 
.template-product .pg__option[data-option-name=izmers] .pg__option__value_start {
  font-family: Montserrat, sans-serif !important;
}

.footer__inner a,
.footer__column--text-social .footer__column__content .copyrights,
.footer__inner h2 {
  font-family: Montserrat, sans-serif !important;
}

@media only screen and (max-width:992px){
    .bt-dropdown.active .bt-dropdown__content{
        width: calc(100% + 4px)!important;
        left: -2px;
    }
    .bt-dropdown.language-switcher.lp.h100.active .bt-dropdown__content {
        width: 300% !important;
        left: -140%;
    }
    .bt-sidebar-btn span:before {
        top: 0;
    }
}

@media only screen and (max-width:992px){
    .ct__sort .bt-dropdown__trigger--sort{
        padding-left: 10%;
        width: 100%;
    }
    .expand-trigger.open::before {
        transform: translateY(3px);
        -webkit-transform: scale(1, -1);
        -o-transform: scale(1, -1);
        -ms-transform: scale(1, -1);
        transform: scale(1, -1);
    } 
    h2.cf__item__title.margin0.current-cat.flex {
        padding-top: 5%;
    }
    .cf__item__content.custom-scrollbar {
        max-height: 210px;
        overflow-y: scroll !important;
    }
    /* .custom-scrollbar::-webkit-scrollbar {
        width: 18px;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
        border: none !important;
        border-right: 14px #fbfbfa solid !important;
        background-clip: padding-box;
        box-shadow: none;
        background: #404951;
        height: 90px;
        outline: none !important;
        border-radius: 0px;
        border-bottom: none !important;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    } */
    .custom-scrollbar::-webkit-scrollbar {
        width: 6px;
        -webkit-appearance: none;
    }
}
.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #404951;
    border-right: none;
    border-left: none;
}
.custom-scrollbar::-webkit-scrollbar-track-piece:end {
    background: white !important;
    margin-bottom: 20px; 
}
.custom-scrollbar::-webkit-scrollbar-track-piece:start {
    background: white !important;
    margin-top: 0px;
    margin-right:5px;
}

@media only screen and (min-width:992px){
    span.curfilters {
        position: absolute;
        left: 9.5%;
    }
    a.bt-dropdown__trigger.bt-dropdown__trigger--sort.dib.ct__toolbar__typo {
        position: relative;
    }
}
@media only screen and (min-width:992px) and (max-width:1200px){
    .ct__sort .bt-dropdown__trigger--sort{
        padding-left: 23px;
    }
}
@media only screen and (min-width:1200px) and (max-width:1400px){
    .ct__sort .bt-dropdown__trigger--sort{
        padding-left: 28px;
    }
}
@media only screen and (min-width:1400px){
    .ct__sort .bt-dropdown__trigger--sort{
        padding-left: 43px;
    }
}
#cf_filter_desktop .cf__item .cf__item__content{
    z-index:1; 
}

.pg__option .__select__content {
    border-radius: 25px 25px 0px 0px!important;
    border-width: 2px 2px 0px 2px!important;
}

@media only screen and (max-width: 991px){
  .cart__price-wrapper:not(.mobile-price) {
    display: none;
  }
}

.header--mobile {
  border: none;
}

.cart-note__content button,
.cart__error.text-small__ p,
.cart-checkout .checkout-btn,
.cart-box___, 
.cart-terms--cart-page,
.cart__footer__bkg,
.css-rpehd9 input {
  font-family: 'Montserrat';
}

.css-rpehd9 > div {
  border: none !important;
}

.css-rpehd9 input {
  font-weight: 600;
  font-size: 14px;
  color: #404951;
}

.css-1rw3am3 {
  color: #404951;
  font-weight: 600;
}

.css-1r90s5w {
    flex-wrap: wrap;
    gap: 0px 1em !important;
}

.css-1r90s5w span {
  width: 100%;
  margin-left: 0px !important;
}

.cart__error.text-small__ p {
  font-weight: 600;
  padding-top: 20px;
  line-height: 130%;
  margin-bottom: 31px;
}

.cart__footer__actions .checkbox-one-line__label {
    padding-left: 44px;
    font-size: 14px !important;
    font-family: 'Montserrat';
    font-weight: 600;
    line-height: 130%;
    color: #404951;
}

.template-product .product-form__item .button--single-cart {
  font-family: 'Montserrat';
}

.cart-terms--cart-page {
    padding: 14px 20px 12px !important;
}

.cart__footer__actions .checkbox-one-line__label:before {
  top: 6px;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .tl__content {
  border: none !important;
  display: block;
  text-align: center;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px !important;
    margin-top: 35px !important;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex .col-xs-12 {
  border: none !important;
  text-align: center;
  border-bottom: 1px solid #9DD3D7 !important;
  width: 238px;
  max-width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex .col-xs-12:nth-of-type(1) {
  border-top: 1px solid #9DD3D7 !important;
}

#shopify-section-template--15664772317360__1644023674ec911a3a  .tl__svg-template--15664772317360__1644023674ec911a3a {
  margin: 0 auto 14px;
}

#shopify-section-template--15664772317360__1644023674ec911a3a  .tl__svg-template--15664772317360__1644023674ec911a3a svg {
  display: none !important;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex .col-xs-12:nth-of-type(3) .tl__svg-template--15664772317360__1644023674ec911a3a {
    background: url(arrow-reload.svg);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex .col-xs-12:nth-of-type(1) .tl__svg-template--15664772317360__1644023674ec911a3a {
    background: url(bus-outline.png);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .row.flex .col-xs-12:nth-of-type(2) .tl__svg-template--15664772317360__1644023674ec911a3a {
    background: url(Shield_Check.png);
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
    display: block;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .pl5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #404951;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

#shopify-section-template--15664772317360__1644023674ec911a3a .pl15 {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #B7B7B7;
  padding-left: 0px;
  padding-right: 0px;
}

.cart-number--header {
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #FCFCFC;
    background: #E9733C;
    position: absolute;
    font-size: 11px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    top: -3px;
    text-indent: 1px;
    right: 12px;
    font-weight: normal;
}

#trmDeliveryItem {
  display: none;
}

body .header__bottom__ele {
    display: unset;
}

@media only screen and (max-width: 767px){
  .cart__price-wrapper .product-price__percent {
    padding: 2px 5px !important;
    width: auto;
  }

  .template-product .product-single .pg__discount-text {
      color: #fff !important;
      font-size: 18px !important;
  }

  .footer__column--1ab10488-6436-4968-9c75-f8f54897c657 img {
      margin: 10px 35px;
  }

  #featured-blog_template--15664772382896__1542710459860 .section__heading {
    flex-wrap: wrap;
  }

  .section__sub-title-template--15664772382896__1542710459860 {
    flex: 1 1 100%;
  }

  .cart__remove.update-cart-btn {
    display: flex;
  }

  .cart-page__items-table .cart__meta {
    max-width: 100%;
  }

  .cart-page__content tr td {
    padding: 6px 5px !important;
  }

  .collection-grid-item .collection-grid-item__link .collection-grid-item__title-wrapper {
    margin-top: 10px !important;
  }

  .collection-grid-item .collection-grid-item__link .collection-grid-item__title-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-grid-item {
    margin-bottom: 5px;
  }

  .banner-item__text {
    justify-content: flex-start !important;
  }

  .product-tabs-section .section__heading .section__title__text {
    text-align: center;
  }

  .product-tabs-section .section__heading {
    padding-bottom: 0px;
  }

  .product-tabs-section .collection-link-wrap {
    margin-top: 0px;
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
  }

  .footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content {
    background: #D4E4E8;
    padding: 26px 0px 7px;
  }

  .footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::after, 
  .footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d .footer__column__content::before {
    background: #D4E4E8;
  }

  .footer__column.mobile-text-center {
    text-align: left;
  }

  .footer__column--8fa73095-3e21-4856-9c15-e6c8f69d415d span {
    color: #577076;
    font-weight: 600;
    font-size: 11px;
    line-height: 130%;
  }

  .footer__column__content .no-gutter .info {
    position: relative;
    padding-left: 25px;
    margin: 0px 10px;
  }

  .footer__column__content .no-gutter .info img {
    display: none;
  }

  .footer__column__content .no-gutter .info:nth-of-type(1)::before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(File_Document.png);
    background-size: 20px 20px;
    left: 0px;
  }

  .footer__column__content .no-gutter .info:nth-of-type(2)::before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(Paper_Plane.png);
    background-size: 20px 20px;
    left: 0px;
  }

  .footer__column__content .no-gutter .info:nth-of-type(3)::before {
    content:"";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(Arrows_Reload_01.png);
    background-size: 20px 20px;
    left: 0px;
  }

  body {
    padding-top: 57px;
  }

  .header-sticker__inner {
    background: #fff !important;
    position: fixed;
    z-index: 10;
    top: 0px;
    width: 100%;
  }

  .size-popup .size-table-wrap .table-ul li {
    margin-bottom: 30px !important;
  }

  .cart__remove-row {
    top: auto;
    left: auto;
    width: auto !important;
    bottom: 12px;
  }

  .cart__update-wrapper {
    border-top: 2px solid #D4E4E8;
    border-bottom: 2px solid #D4E4E8;
  }

  .cart-page__content tr td.cart__update-wrapper {
    padding: 20px 0px !important;
  }

  .cart-page__items-table .cart__meta {
    padding-left: 0px !important;
  }

  .cart-page__content tr td.cart__image-wrapper {
    padding-right: 19px !important;
  }

  .qty-box__ctrl {
    font-size: 11px;
  }

  .cart__price-wrapper .product-price-wrap {
    align-items: flex-start;
  }

  .cart__price-wrapper .product-price {
    font-family: 'Montserrat';
  }

  .cart__price-wrapper .product-price__price.product-price__sale {
    color: #404951 !important;
    font-size: 14px;
    font-weight: 500;
  }

  .cart-note__expand-trigger {
    display: none;
  }

  .cart-note__content {
    background: transparent;
  }
  
  .cart-note__content {
    display: flex !important;
  }

  .footer__column--1ab10488-6436-4968-9c75-f8f54897c657 img {
    margin: 9px 0px;
  }

  .reviews-blog .section__content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}



/* New Chnages */
/* https://kokoshop.eu/products/adamo-tumsi-bruna-adas-josta-ar-metalisku-spradzi-lv-pp */
.sc.pg.w100.sc--active.open .__select_sticky a.swatch__item--soldout {
    display: none!important;
}
.feks_price_final_amount {
  min-width: unset !important;
}

@media all and (max-width:767px){
  .ot-cookie-btn {
    display: none!important;
}
}