/* Custom styles */
* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    background: transparent;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
    color: #D96768;
    margin: 0 0 24px;
}

h1, h2 {
    font-size: 26px;
    line-height: 35px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4, h5, h6 {
    font-size: 1.1rem;
    line-height: 1.1rem;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

a {
    color: #D96768;
    text-decoration: none;
}
a:hover {
    color: #D96768;
    text-decoration: none;
}
.wp-block-button__link:hover {
	color: #fff;
}

img, svg {
    max-width: 100%;
    height: auto;
}

#content input:not([type=checkbox]):not([type=radio]),
#content textarea {
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    padding: 10px;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 37px;
    height: 37px;
    width: 100%;
}

#content textarea {
    height: 200px;
    padding-top: 0;
}

#content input[type=submit]:not([type=checkbox]):not([type=radio]) {
    border: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    background: #21B1A9;
    border-radius: 4px;
    display: inline-block;
    padding: 0 25px;
    height: auto;
    width: auto;
}

#content input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
#content input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus-visible,
#content textarea:focus,
#content textarea:focus-visible {
    border-color: #D96768;
    outline: none;
}

#content.page-content .wpcf7-form label {
    width: 100%;
}

#content.page-content form label .wpcf7-form-control-wrap {
    display: block;
    margin-top: 4px;
}
.wpcf7-list-item {
	margin: 0;
}

.container-fluid {
    max-width: 1199px;
}

.header {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}

.top-header {
    background: #F4A08C;
    padding: 8px 0;
    margin-bottom: 20px;
}

.top-header * {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
	align-items: center;
}
.top-header p {
	margin: 0;
}
.top-header .kiyoh-schema p {
	white-space: nowrap;
    margin: 11px 10px 10px 10px;
}

.top-header .col {
    text-align: center;
}

.top-header .col:first-child {
    text-align: left;
}

.top-header .col:last-child {
    text-align: right;
}

.top-header img {
    margin-right: 6px;
}

.search-form {
    max-width: 588px;
    margin: auto;
    margin-bottom: 15px;
}

.search-form label {
    width: 100%;
    position: relative;
}

.search-form input[type="search"] {
    border: 1px solid #CBCBCB;
    border-radius: 2px;
    padding: 10px;
    color: #979797;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 37px;
    height: 37px;
    width: 100%;
}

.search-form input[type="submit"] {
    background: url(../images/icons/search.svg) no-repeat center / contain;
    width: 18px;
    height: 19px;
    position: absolute;
    top: 8px;
    right: 8px;
    overflow: hidden;
    text-indent: 999px;
}

.logo {
	max-width: 118px;
}

.main-menu ul.primary-menu {
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
	padding: 0;
    margin-bottom: 22px;
    justify-content: center;
}

.main-menu ul li {
    padding: 0 18px;
	position: relative;
}

.main-menu ul li a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
    padding: 6px 0 3px;
    text-decoration: none;
    border-bottom: 3px solid #fff;
}
.main-menu ul li ul li ul li a,
.mobile_men li ul li ul li a {
	font-weight: 400;
}

.openMenu {
	background: none;
    font-size: 26px;
	color: #1C1C1C;
}

.mobile_menu {
	display: none;
	position: absolute;
	z-index: 20;
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	padding: 15px;
	width: 100%;
	margin: 0;
	left: 0;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 30%);
}

.mobile_menu li {
	position: relative;
}

.mobile_menu li a {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #1C1C1C;
    padding: 6px 0 3px;
    text-decoration: none;
}

.mobile_menu li .caret {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 10;
}

.caret::before {
    content: '+';
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #000;
}

.mobile_menu li.menu-open > .caret::before {
  content: '-';
  display: block;
}

.mobile_menu .sub-menu {
	display: none;
	height: 0;
}
.mobile_menu li.menu-open > .sub-menu {
	display: block;
	height: auto;
}

.carts_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding-bottom: 20px;
}

.carts_menu a {
    margin-left: 23px;
    width: 20px;
    position: relative;
}

.carts_menu a .count {
    width: 16px;
    height: 16px;
    display: block;
    border-radius: 50%;
    font-weight: 700;
    font-size: 11px;
    line-height: 16px;
    background: #D96768;
    position: absolute;
    top: -8px;
    right: -8px;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.carts_menu a.cart-contents .count {
    background: #21B1A9;
}

#content {
    padding: 0 8px;
    overflow: hidden;
}

.home #content {
    padding-top: 40px;
    padding-bottom: 0;
}

#content.page-content {
    padding-bottom: 70px;
}

.page-content ul {
    list-style: disc;
    padding-left: 20px;
}

.home .container-fluid > h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    padding: 50px 0 0;
    color: #D96768;
}

.slider-home {
    /*background-image: url(../images/bg/bg-banner.png);
    background-repeat: no-repeat;
    background-position: center;*/
    max-height: 528px;
    overflow: hidden;
    margin-bottom: 20px;
}

.slider-home.wp-block-cb-carousel .slick-slide {
    padding: 0;
}

.slider-home .wp-block-cover {
    min-height: 528px;
}

.slide-content {
    padding: 30px 30px 30px 100px;
}

.slide-content * {
    color: #fff;
}

.slide-content h2 {
    font-size: 60px;
    line-height: 68px;
    margin-bottom: 18px;
}

.slide-content p {
    font-size: 26px;
    line-height: 39px;
    margin-bottom: 33px;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots, .slick-next, .slick-prev {
    z-index: 10;
}

.slick-next, .slick-prev,
.slick-next:focus, .slick-next:hover,
.slick-prev:focus, .slick-prev:hover {
    background: url(../images/icons/arrow.svg) no-repeat center!important;
    width: 14px;
    height: 25px;
    transform: none;
    -webkit-transform: none;
    margin-top: -12px
}

.slick-slider .slick-prev, .slick-slider .slick-prev:focus, .slick-slider .slick-prev:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.slick-prev:before, .slick-next:before {
    content: "";
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 7px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}

.slick-dots li button:before {
    font-family: slick;
    font-size: 8px;
    line-height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #D96768;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #F7D6BD;
}

.btn {
    background: #D96768;
    border-radius: 4px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 13px 25px;
}

.btn-secondary {
    background: #22b0a8;
    border-color: #22b0a8;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    top: 28px;
    right: 25px;
    left: auto;
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -10px;
    margin-right: -10px;
}

.woocommerce .related ul.products {
	overflow: visible;
}

.woocommerce ul.products li.product {
    text-align: center;
    width: 25%;
    padding: 10px;
    margin: 0;
	display: flex;
    flex-direction: column;
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 33.333%;
}

.post .post__img,
.woocommerce ul.products li.product .imagewrapper {
    background: #F2F2F2;
    border-radius: 5px;
    overflow: hidden;
    padding: 100% 60% 0 0;
    position: relative;
    margin-bottom: 10px;
}

.post .post__img img,
.woocommerce ul.products li.product .imagewrapper img {
    margin: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
	border: none;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    color: #1C1C1C;
    padding: 0 0 5px 0;
    text-transform: none;
}

.woocommerce .cross-sells ul.products li.product .woocommerce-loop-product__title,
.woocommerce.carousel ul.products li.product .woocommerce-loop-product__title,
.woocommerce-cart .related.products .woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-checkout .related.products .woocommerce ul.products li.product .woocommerce-loop-product__title {
    margin: 0 !important;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.post .button,
.woocommerce ul.products li.product .button, 
.wishlist_table .product-add-to-cart a.button {
    background: #21B1A9;
    border-radius: 3px;
    padding: 9px 30px;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin: auto;
	margin-bottom: 0;
	width: auto;
}

.wishlist_table .product-add-to-cart a.button {
	display: inline-block!important;
}

.post .button,
.home .woocommerce ul.products li.product .button {
    display: inline-block;
}

.woocommerce ul.products li.product p,
.woocommerce ul.products li.product .price {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin: 0;
    padding: 0 0 5px 0;

}

.woocommerce.carousel ul.products li.product p,
.woocommerce.carousel ul.products li.product .price,
.woocommerce-cart .related.products .woocommerce ul.products li.product p,
.woocommerce-cart .related.products .woocommerce ul.products li.product .price,
.woocommerce-checkout .related.products .woocommerce ul.products li.product p,
.woocommerce-checkout .related.products .woocommerce ul.products li.product .price {
    font-size: 13px;
    line-height: 21px;
}

.woocommerce-cart .related.products,
.woocommerce-checkout .related.products {
    margin-top: 50px;
}

.woocommerce ul.products li.product a.add_to_wishlist {
    color: #1C1C1C;
}

.woocommerce ul.products li.product .yith-wcwl-add-to-wishlist .feedback + a {
    color: #D96768;
}

.related.products .products .slick-track,
.carousel .products .slick-track,
.cart-collaterals .cross-sells .products .slick-track {
    display: flex;
}

.cart-collaterals .cross-sells .products .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.related.products .products .slick-track .product,
.carousel .products .slick-track .product,
.cart-collaterals .cross-sells .products .slick-track .product {
    margin: 0;
    padding: 8px;
}

.cart-collaterals .cross-sells .products .slick-track .product.first {
    clear: none;
}

.cart-collaterals .cross-sells .products .slick-list {
    width: 100%;
}

.woocommerce ul.products li.product-category a {
    position: relative;
    display: block;
	border-radius: 10px;
    overflow: hidden;
}

.woocommerce ul.products li.product-category a img {
    margin: 0;
}

.woocommerce ul.products li.product-category a .woocommerce-loop-category__title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 35px 31px;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #FFFFFF;
    width: 100%;
    text-align: left;
}

.product-category a .woocommerce-loop-category__title .count {
    display: none;
}

.subscribe {
    padding: 45px 0;
    background: #F2F2F2;
    min-height: 1px;
    position: relative;
}

.subscribe:before,
.subscribe:after {
    background: #F2F2F2;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
}

.subscribe:before {
    left: 100%;
}

.subscribe:after {
    right: 100%
}

.wp-block-cover.subscribe h2 {
    font-weight: 700;
    font-size: 26px !important;
    line-height: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #D96768;
    margin-bottom: 17px;
}

.subscribe p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}

#content .subscribe-inner {
    width: 100%;
    max-width: 695px;
    display: flex;
    margin: 40px auto 0;
}

#content .subscribe-inner input[type="email"]:not([type=checkbox]):not([type=radio]),
#content .subscribe-inner input[type="text"] {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 62px;
    height: 62px;
    color: #979797;
    padding: 0 22px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    width: 100%;
    outline: none;
}

#content .subscribe-inner input[type=submit]:not([type=checkbox]):not([type=radio]),
#content .subscribe-inner button {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 62px;
    color: #fff;
    background: #D96768;
    border-radius: 0 4px 4px 0;
    text-align: center;
    padding: 0 22px;
    width: 100%;
	margin-top: 30px;
}
#content .subscribe-inner div {
	width: 100%;
}

#content .subscribe-inner label {
	margin-top: 20px;
}

.review-block-group:not(:first-child) {
    margin-top: 40px;
}

.review_carousel.slick-dotted.slick-slider {
    text-transform: none;
}

.review_carousel:not(.slick-slider) {
    max-height: 200px;
    overflow: hidden;
}

.review_carousel .slick-list .slick-track {
	display: flex;
	align-items: stretch;
}

.review_carousel .row {
    margin-left: -7px;
    margin-right: -7px;
}

.review_carousel .col {
    padding: 0 7px 25px;
	height: auto;
}

.review-item {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0 5px 11px rgba(0, 0, 0, .05);
    border-radius: 5px;
    padding: 15px 10px;
	display: flex;
    flex-direction: column;
	height: 100%;
}

.review-item p {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 19px;
    color: #1C1C1C;
}

.review-item .name {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #1C1C1C;
    border-top: 1px solid #F2F2F2;
    padding-top: 15px;
    padding-left: 6px;
	margin-top: auto;
}

.review-item .avatar {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 9px;
    line-height: 19px;
    color: #979797;
    padding-bottom: 8px;
}

.review-item .avatar img {
    width: 52px;
    height: 52px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 13px 0 0;
}

.rating {
    margin-right: 9px;
}

.rating i {
    color: #E1DFDF;
    margin-right: 2px;
}

.rating i.active {
    color: #FDDD07;
}

.woocommerce .woocommerce-breadcrumb,
#breadcrumbs {
    padding: 20px 0;
    margin: 0;
    color: #1C1C1C;
}

.woocommerce .woocommerce-breadcrumb a,
#breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
    margin-right: 12px;
    text-decoration: none;
    font-weight: 400;
}

.woocommerce-breadcrumb i,
#breadcrumbs i {
    color: #F4A08C;
    font-weight: 700;
    margin-right: 7px;
}

.woocommerce-breadcrumb,
#breadcrumbs .breadcrumb_last {
    font-weight: 600;
}

.woocommerce-products-header {
    text-align: center;
    margin-bottom: 80px
}

.banner {
    margin-bottom: 70px;
}

.woocommerce-products-header h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #D96768;
    margin-bottom: 24px;
}

@media (min-width: 768px) {
    .sidebar {
        padding-right: 90px;
    }
}

.sidebar h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    text-transform: none;
    margin-bottom: 5px;
}

.bapf_sfilter .bapf_body .mCSB_container>ul,
.bapf_sfilter .bapf_body>ul {
	padding-left: 0;
}
.bapf_sfilter .bapf_body ul li ul {
    margin-top: 2px;
    margin-left: 22px;
    padding: 0;
}

.bapf_slidr_main.ui-widget-content .ui-slider-range,
.berocket_filter_price_slider.ui-widget-content .ui-slider-range {
    background: #D96768;
    height: 2px;
}

.bapf_slidr_main.ui-widget-content, .berocket_filter_price_slider.ui-widget-content {
    height: 2px;
}

.bapf_slidr_main.ui-widget-content .ui-slider-handle {
    background: #fff;
    border: 2px solid #D96768;
}

.sidebar-item {
    margin-bottom: 30px;
}

.sidebar label {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #1C1C1C;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .sidebar label {
        margin-bottom: 10px;
    }
}

.sidebar label:before {
    width: 14px;
    height: 14px;
    background: #FFFFFF;
    border: 2px solid #D96768;
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 6px;
    transform: translateY(1px);
}

.archive .woocommerce ul.products li.product .button,
.woocommerce .woocommerce-result-count,
.sidebar input[type="checkbox"] {
    display: none !important;
}

.sidebar input[type="checkbox"]:checked + label:before {
    background: #D96768;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 33.333%;
}

.woocommerce div.product .product_title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 13px;
	margin-top: -13px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    text-transform: uppercase;
    color: #D96768;
    margin-bottom: 26px;
}

.woocommerce div.product form.cart .button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    background: #21B1A9;
    border-radius: 4px;
	padding: 13px 20px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background: #21B1A9;
}

.woocommerce div.product form.cart div.quantity {
    margin-right: 20px;
}

.woocommerce div.product.has-subscription-plans form.cart div.quantity {
    display: none;
}

.woocommerce .quantity .qty {
    border: 1px solid #979797;
    border-radius: 4px;
    width: 82px;
    height: 50px;
    font-size: 16px;
    line-height: 24px;
}

.single-product .yith-wcwl-add-to-wishlist {
    display: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
    line-height: 24px;
}

.woocommerce div.product .woocommerce-product-rating a {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
}

.woocommerce .woocommerce-product-rating .star-rating {
    color: #FDDD07;
    font-size: 11px;
    letter-spacing: 2px;
    width: 6.4em;
	margin-top: 7px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image img {
    max-height: 509px;
    object-fit: contain;
}

.woocommerce span.onsale {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    background: #F4A08C;
    padding: 5px;
    border-radius: 0;
    min-height: 27px;
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: 18px 0 0 0;
}

#accordionProduct {
    max-width: 60%;
    padding-right: 20px
}

body.sk-product-v2 #accordionProduct {
    max-width: 100%;
    padding-right: 0;
}

.accordion .accordion-header button {
    font-weight: 700;
    font-size: 20px;
    line-height: 60px;
    color: #D96768;
    padding: 10px 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.accordion .accordion-header button:focus {
    box-shadow: none;
    border: none;
}

.accordion .accordion-item {
    border: none;
    border-bottom: 1px solid #D96768;
    border-radius: 0;
}

.addition_content {
    margin-top: 90px;
    margin-bottom: 60px;
}
.related.products h2,
.addition_content h2 {
    text-align: center;
}

.addition_content .review_carousel {
    margin-bottom: 60px;
}

.accordion .woocommerce-Reviews-title {
    display: none;
}

.accordion .accordion-body {
    padding: 10px 0 20px 0;
}

.accordion .accordion-body p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #1C1C1C;
}

.accordion .accordion-body p:last-child {
    margin: 0;
}

.woocommerce nav.woocommerce-pagination {
    text-align: right;
    padding-top: 25px;
}

.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #1C1C1C;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #D96768;
    text-decoration: underline;
    background: none;
}

footer {
    background: #F4A08C url(../images/bg/bg-footer.jpg) no-repeat center center / cover;
    padding-top: 70px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer ul li {
    margin-bottom: 10px;
}

footer h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

footer a:hover {
    color: #fff;
}

footer .col .col-inner h2,
footer .col .col-inner ul {
    display: inline-block;
}

footer .col:nth-of-type(2) {
    text-align: center;
}

footer .col:nth-of-type(3) {
    text-align: right;
}

footer .col:nth-of-type(2) .col-inner,
footer .col:nth-of-type(3) .col-inner {
    display: inline-block;
    text-align: left;
}

.social-box {
    text-align: right;
    margin-top: 40px;
}

.social-box a {
    width: 51px;
    height: 51px;
    background: #D96768;
    display: inline-block;
    margin-right: 12px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    font-size: 30px;
}

.copyright {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFF7F7;
    padding: 10px 0;
    display: block;
    border-top: 1px solid #fff;
    margin-top: 70px;
}


.additional_information ul {
    font-size: 16px;
    line-height: 37px;
    color: #000;
	margin: 0;
}

.additional_information ul li:before {
    background: url(../images/icons/check.svg) no-repeat left top;
    content: '';
    width: 15px;
    display: inline-block;
    height: 11px;
    margin-left: -25px;
    margin-right: 10px;
}

.accordion-button::after {
    background-image: url(../images/icons/arrow-pink.svg);
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/icons/arrow-pink.svg);
    transform: rotate(360deg);
}

.woocommerce ul.products li.product .star-rating {
    color: #FDDD07;
    display: inline-block;
}

.woocommerce ul.products li.product .short-description,
.woocommerce ul.products li.product .short-description p {
    height: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #1C1C1C;
    font-size: 13px;
    line-height: 26px;
}

.woocommerce ul.products li.product .short-description:last-child {
    margin-bottom: 26px;
}

.woocommerce .woocommerce-ordering select {
    border: 1px solid #C0C0C5;
    border-radius: 2px;
    padding: 9px 16px;
	color: #1C1C1C;
}

.content_for_seo {
    padding-top: 65px;
    padding-bottom: 50px;
}

.content_for_seo h3 {
    text-transform: none;
}

#wpgis-gallery .slick-slide {
    margin: 0;
    padding: 10px 18px 10px 0;
    border: none;
}

#wpgis-gallery .flex-control-nav {
    transform: none !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#wpgis-gallery .slick-list .slick-track {
    transform: none !important;
}

.flex-control-nav .slick-slide:first-child {
    /*display: none!important;*/
}

.wpgis-slider-for .btn-prev,
.wpgis-slider-for .btn-next {
    background: none;
}

.wpgis-slider-for .btn-prev:before,
.wpgis-slider-for .btn-next:before {
    font-size: 38px;
}

/*.wpgis-slider-for .slick-list {
    background: #F2F2F2;
}*/

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 40%;
    clear: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 60%;
    padding-right: 20px;
}

.vertical-img-left.wpgis-slider-for {
    margin: 0;
}

a.wpgis-popup {
    background: url(../images/icons/search.svg) no-repeat center / contain;
    width: 18px;
    height: 19px;
}

a.wpgis-popup:before {
    content: '';
}

.woocommerce div.product .product_meta .sku_wrapper {
    display: none;    
}

.woocommerce div.product form.cart {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 34px;
    margin-top: 29px;
}

.woocommerce div.product p.stock {
    margin-top: 29px;
}

.woocommerce div.product form.cart .button {
    flex: 1;
    width: 100%;
}

.woocommerce div.product.has-subscription-plans form.cart .button {
    flex: auto;
}

.woocommerce div.product form.cart .variations select {
    padding: 4px 6px;
    border: 1px solid #CBCBCB;
}

.woocommerce div.product form.cart .variations select:focus {
    border-color: #D96768;
    outline: none;
}

.woocommerce div.product form.cart .single_variation_wrap {
    width: 100%;
}

.woocommerce div.product form.cart .single_variation_wrap .single_variation {
    margin-bottom: 1em;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
    display: flex;
}

.woocommerce-product-details__short-description {
    text-align: justify;
}

.error404 .inner-content {
    text-align: center;
}

.woocommerce-product-details__short-description {
    /*
    overflow: hidden;
    max-height: 72px;
    */
}

.morelink {
    display: inline-block;
}

.morelink:hover,
.readless:hover {
    color: #D96768;
}

.woocommerce-product-details__short-description p:last-child {
    margin: 0;
}

.content-area table {
	border-collapse: separate;
    border-spacing: 2px;
	border: 1px dashed #BBB;
}

.content-area table td, .content-area table th {
	border: 1px dashed #BBB;
	padding: 5px 10px;
}

.content-area table td,
.content-area table th {
    border: 1px solid #BBB;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
	border: 3px solid #D96768;
	font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 35px;
    color: #1C1C1C;
	padding-left: 2em;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
	display: none;
}


@media screen and (min-width: 1200px) {
    #wpgis-gallery .slick-slide {
        width: 140px !important;
    }
}

@media screen and (min-width: 767px) {
    .review_carousel .slick-dots {
        display: none !important;
    }

    .social-box h2 {
        display: none;
    }
	
	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		min-height: 523px;
		display: flex;
		flex-direction: column;
	}
	
	.summary .product_meta {
		margin-top: auto;
	}
	
	.main-menu ul li a:hover {
		border-color: #D96768;
	}

	.main-menu ul.primary-menu > li > ul { 
		position: absolute;
		z-index: 11;
		top: 100%;
		left: 0;
		padding: 20px 0;
		background: #fff;
		box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 30%);
		display: none;
	}
	
	/*.main-menu ul.primary-menu > li:first-child > ul {
		column-count: 2;
		column-rule: 2px solid #f2f2f2;
	} */


	.main-menu ul li ul {
		padding: 0;
		margin: 0;
	}

	.main-menu ul li ul li {
		padding: 5px 25px;
	}

	.main-menu ul li ul li a {
		white-space: nowrap;
	}

	.main-menu ul.primary-menu > li:hover > ul {
		display: block;
	}
	.hidden-sm {
		display: none!important;
	}
}

@media screen and (min-width: 1300px) {
	/*.main-menu ul.primary-menu > li:first-child > ul {
		column-count: 3;
		column-rule: 2px solid #f2f2f2;
	}*/
}

@media screen and (max-width: 768px) {
    .banner {
        margin-bottom: 50px;
    }

	.top-header {
		padding: 4px 0;
		margin-bottom: 13px;
	}
	
    .top-header .col:first-child,
    .top-header .col:last-child {
        display: none;
    }
	
	header .row {
		align-items: center;
	}
	
	.logo {
		max-width: 94px;
	}

	.search-form {
		margin-top: 15px;
		margin-bottom: 15px;
	}

    .home #content {
        padding-top: 0;
    }

    .menu {
        display: none;
    }

    .home .container-fluid > h2 {
        font-size: 20px;
        line-height: 24px;
        padding: 9px 0;
    }
	
	.carts_menu {
		padding-bottom: 0;
	}
	
	.carts_menu a {
	  margin-left: 17px;
	}
	
	.mobile_menu ul ul li a {
		font-weight: 400;
	}

    .slider-home {
        margin-left: -20px;
        margin-right: -20px;
        max-height: unset;
    }

    .slider-home .wp-block-cover {
        min-height: 250px;
    }

    .slider-home .wp-block-columns {
        flex-wrap: nowrap !important;
        margin-bottom: 0;
    }

    .slide-content {
        padding: 30px 0 30px 4px;
    }

    .slide-content h2 {
        font-size: 23px;
        line-height: 26px;
        margin-bottom: 7px;
    }

    .slide-content p {
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 13px;
    }

    .slide-content .wp-block-button__link {
        font-size: 10px;
        line-height: 15px;
        padding: 10px 20px;
    }

    .slick-dots {
        bottom: 8px;
    }

    .slider-home .slick-dots {
        bottom: 10px;
    }

    .slick-dots li {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

    .slick-dots li button {
        width: 5px;
        height: 5px;
    }

    .home .woocommerce ul.products {
        margin-top: -10px;
    }

    .home .woocommerce ul.products li.product {
        width: 50%;
        margin: 0;
    }

    .woocommerce ul.products li.product-category a .woocommerce-loop-category__title {
        padding: 0 15px 15px;
        font-size: 13px;
        line-height: 18px;
    }

    .review-item .avatar {
        font-size: 6px;
        line-height: 14px;
    }

    .review-item .avatar img {
        width: 37px;
        height: 37px;
    }

    .review-item .name {
        font-size: 9px;
        line-height: 12px;
    }

    .review_carousel {
        margin: 0 -10px;
    }

    .slick-next {
		right: 0px;
	}
	
    .slick-prev {
        left: 0px;
    }

    .review_carousel .col {
        padding: 0 10px;
    }
	
	.review_carousel.slick-dotted.slick-slider {
		padding-bottom: 30px;
	}

    .wp-block-cover.subscribe h2 {
        font-size: 20px !important;
        line-height: 24px;
        margin-bottom: 8px;
    }

    /*
    .subscribe {
        padding: 15px 0;
    }
    */

    .subscribe p {
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 8px;
    }
	#content .subscribe-inner {
		margin-top: 8px;
	}
	
	#content .subscribe-inner label {
		margin-top: 8px;
	}
	
	#content .subscribe-inner div {
		font-size: 13px;
        line-height: 15px;
	}
	
	#content .subscribe-inner input[type="email"]:not([type=checkbox]):not([type=radio]),
	#content .subscribe-inner input[type="text"] {
		font-size: 13px;
        line-height: 37px;
        height: 37px;
		border-radius: 4px;
	}
	
	#content .subscribe-inner input[type=submit]:not([type=checkbox]):not([type=radio]),
	#content .subscribe-inner button {
		white-space: nowrap;
		font-size: 14px;
		line-height: 37px;
		border-radius: 4px;
		margin-top: 8px;
	}

    #content .mc4wp-form-fields {
        margin-top: 15px;
    }

    #content .mc4wp-form-fields input[type=submit]:not([type=checkbox]):not([type=radio]),
    #content .mc4wp-form-fields input[type=email]:not([type=checkbox]):not([type=radio]) {
        font-size: 10px;
        line-height: 25px;
        height: 25px;
    }

    footer {
        padding-top: 0;
    }

    footer .row {
        display: block;
        margin: 0;
        padding: 0 8px;
    }

    footer .col {
        padding: 10px 0;
        border-bottom: 1px solid #fff;
    }

    footer h2 {
        margin-bottom: 0;
        font-size: 12px;
        line-height: 16px;
    }

    footer ul.menu {
        padding-top: 10px;
    }

    footer ul li {
        margin: 0;
        line-height: 100%;
    }

    footer a {
        font-size: 10px;
        line-height: 15px;
    }

    footer .col:nth-of-type(2) .col-inner,
    footer .col:nth-of-type(3) .col-inner {
        display: block;
    }

    footer .col .col-inner h2 {
        display: block;
    }

    footer h2.click {
        display: block;
        line-height: 24px;
        position: relative;
        background: url(../images/icons/arrow-white.svg) no-repeat right center;
    }

    footer h2.click.open {
        background: url(../images/icons/arrow-pink.svg) no-repeat right center;
    }


    footer h2.click + div {
        display: none;
    }

    .social-box {
        text-align: left;
        margin: 10px 0 0;
        padding: 0 8px;
    }

    .social-box .inner-social {
        padding-top: 10px;
        display: none;
    }

    .social-box a {
        width: 34px;
        height: 34px;
        margin-right: 8px;
        line-height: 34px;
        font-size: 20px;
    }

    .copyright {
        text-align: center;
        margin: 10px 8px 0;
        font-size: 13px;
        line-height: 20px;
        padding: 8px 0;
    }

    #accordionProduct {
        max-width: 100%;
        padding-right: 0;
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        width: 100%;
    }

    #wpgis-gallery .slick-slide {
        width: 100% !important;
		max-width: 150px;
		padding: 10px;
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images {
        padding: 0;
    }

    #wpgis-gallery .flex-control-nav {
        margin: 0;
		flex-direction: row;
    }

    #wpgis-gallery .slick-slide {
        padding-right: 0;
    }
	
	.hidden-xs {
		display: none!important;
	}
	
	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 50%;
	}
	
	.vertical-img-left.wpgis-slider-for {
		width: 100%;
		float: none;
	}
}

#content.page-content :is(h2, h3, h4, h5, h6) {
    margin-bottom: 0;
}

#content.page-content :is(h2, h3, h4, h5, h6):not(:first-child) {
    margin-top: 40px;
}

#content.page-content :is(h2, h3, h4, h5, h6):not(:last-child) {
    margin-bottom: 24px;
}

#content.page-content .wp-block-cover.subscribe:last-child {
    margin-bottom: -70px;
}

.blog-items:not(:first-child) {
    margin-top: 40px;
}

.blog-items:not(:last-child) {
    margin-bottom: 40px;
}

.blog-items > .row {
    margin-bottom: calc(var(--bs-gutter-x, 20px) * -1);
}

.blog-items > .row > [class*="col-"] {
    margin-bottom: var(--bs-gutter-x, 20px);
}

.blog-items .post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}

.blog-items .post > * {
    flex: 0 0 auto;
    max-width: 100%;
}

.blog-items .post .post__img {
    width: 100%;
}

.blog-items .post .post__title {
    font-size: 20px;
    line-height: 27px;
}

#content .blog-items .post .post__title:not(:first-child) {
    margin-top: 0;
}

#content .blog-items .post .post__title:not(:last-child) {
    margin-bottom: 5px;
}

.blog-items .post .post__excerpt {
    color: #1C1C1C;
}

.blog-items .post .button {
    margin-top: auto;
}

.kiyoh-shop-snippets {
    font-size: 13px;
	justify-content: center;
    display: flex!important;
}

.kiyoh-shop-snippets .rating-box {
    background: url(../images/rating-sprite-white.svg) no-repeat 0 0px !important;
	width: 67px!important;
	height: 10px!important;
}

.kiyoh-shop-snippets .rating-box .rating {
    background: url(../images/rating-sprite-yellow.svg) no-repeat 0 0 !important;
}

.woocommerce table.shop_table,
#add_payment_method .cart-collaterals .cart_totals table, 
.woocommerce-cart .cart-collaterals .cart_totals table, 
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: collapse;
}

.woocommerce .woocommerce-ordering select {
    background: white;
}

@media (min-width: 768px) {
    .bapf_sfilter .bapf_hascolarr {
        padding-right: 0;
    }
    
    .bapf_sfilter .bapf_hascolarr i {
        display: none !important;
    }
    
    .bapf_body {
    	display: block !important;
    }
    
    .woocommerce .woocommerce-ordering {
        /*display: flex;
        justify-content: flex-end;
        width: 100%;*/
		display: inline-block;
		width: auto;
    }
    
    .woocommerce .woocommerce-ordering select {
        /*width: calc(33.333% - 14px);*/
		width: auto;
		margin-left: 15px;
    }
}

.woocommerce .woocommerce-ordering select {
	margin-left: 15px;
	background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 16px) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 30px !important;
	color: #000;
}

#payment label {
	vertical-align: top;
}

#content .woocommerce input:not([type=checkbox]):not([type=radio]),
#content .woocommerce textarea {
	font-size: 14px;
}

.woocommerce .comment .star-rating {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
}

.woocommerce .comment .star-rating span::before {
	color: #FDDD07;
}

.woocommerce .cart-collaterals .cross-sells, 
.woocommerce-page .cart-collaterals .cross-sells {
	width: 100%;
}
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 25%;
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce .cart-collaterals:before,
.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after {
    content: none;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    order: 1;
    margin-top: 20px;
    margin-left: auto;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    order: 2;
    width: 100%;
    margin-top: 20px;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 25%;
}
.woocommerce .cart-collaterals .cross-sells ul.products.columns-5 li,
.woocommerce-page .cart-collaterals .cross-sells ul.products.columns-5 li {
    width: 16.95%;
}

.accordion .comment {
    margin-bottom: 25px;
}
.accordion .comment p {
    margin-bottom: 10px;
}
.accordion .comment:last-child {
    margin-bottom: 0;
}

/**
 * Worck Code
 */

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

    .ticss-c00aadba .innerblocks-wrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
        .ticss-c00aadba .innerblocks-wrap .wp-block-themeisle-blocks-advanced-column {
            width: 44%;
            flex: initial;
        }

}

@media only screen and ( max-width: 599px ) {

    .sk-equal-height {
        height: auto !important;
    }

}

.sk-viv-carousel {
    display: none;
}

.sk-viv-logo-carousel {
    margin-top: 40px;
    margin-bottom: 30px;
}

.sk-viv-section-heading {
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    color: #000;
}

/* Tiny Slider - Controls */

.tns-controls {
	display: none;
}

	.tns-controls button {
		position: absolute;
		top: 50%;
		color: #fff;
		font-size: 50px;
		cursor: pointer;
		z-index: 500;
		background: transparent;
		padding: 0;
	}

	.tns-controls button:nth-child(1) {
		left: 30px;
	}

	.tns-controls button:nth-child(2) {
		right: 30px;
	}

/* Tiny Slider - Nav */

.tns-nav {
	margin-top: 20px;
	text-align: center;
}

	.tns-nav button {
		width: 10px;
		height: 10px;
		line-height: 1;
		border-radius: 50%;
		background: #ddd;
		padding: 0;
		margin: 0 5px;
	}

	.tns-nav button.tns-nav-active {
		background: #d96768;
	}

.woocommerce span.onsale {
    background: #21B1A9;   
}

/**
 * Hero
 */

/**
 * Hero
 */

 .slide-content p.sk-hero-content {
    font-size: 19px;
    line-height: 1.6;
}

    .sk-hero-content strong {
        color: inherit;
        font-size: 25px;
        font-weight: 400;
    }

@media only screen and ( max-width: 599px ) {

    .sk-hero .wp-block-buttons {
        margin-bottom: 25px;
    }

    .sk-hero-content strong {
        font-size: 13px;
    }

	.slide-content p.sk-hero-content {
		font-size: 12px;
	}

    .sk-hero-title {
        width: 250px;
    }

    .sk-hero img {
        object-position: 75% 0;
    }

    .sk-hero .slide-content {
        padding: 0 !important;
    }

    .sk-hero .slider-home .wp-block-cover {
        min-height: 200px;
    }

}

/**
 * Bulk
 */

 .sk-bulk {
    margin-bottom: 30px;
}

    .sk-bulk h4 {
        color: #000;
        text-transform: none;
    }

    .sk-bulk-choices {

    }

        .sk-bulk-choice {
            display: flex;
            justify-content: space-between;
            align-items: center;
            box-shadow: 0 1px 1px rgba(0,0,0,.1), 0 9px 0 -5px #eee, 0 9px 1px -4px rgba(0,0,0,.1), 0 18px 0 -10px #eee, 0 18px 1px -9px rgba(0,0,0,.1);
            padding: 10px;
            margin-bottom: 20px;
            border: 1px solid rgba( 0, 0, 0, 0.1 );
            border-radius: 5px;
            transition: transform .4s;
            cursor: pointer;
            background: #fff;
            color: inherit;
        }

        .sk-bulk-choice:hover {
            transform: scale(1.02);
            background: #f5f5f5;
        }

            .sk-bulk-choice-primary {
                display: flex;
                align-items: center;
            }

                .sk-bulk-choice-image {
                    margin-right: 10px;   
                }

                    .sk-bulk-choice-image {
                        width: 40px;
                    }

            .sk-bulk-choice-secondary {
                display: flex;
                align-items: center;
            }

                .sk-bulk-choice-save {
                    background: #21B1A9;
                    color: #fff;
                    font-size: 12px;
                    text-transform: uppercase;
                    padding: 3px 8px;
                    font-weight: bold;
                    margin-right: 15px;
                    text-align: right;
                }

                    .sk-bulk-choice-save small {
                        font-size: 10px;
                        font-weight: 400;
                        display: block;
                        margin-top: -7px;
                        display: block;
                    }

                    /*
                    body.logged-in .sk-bulk-choice-save small {
                        display: block;
                    }
                    */

                .sk-bulk-choice-price-per-item {
                    text-align: right;
                }

                    .sk-bulk-choice-price-per-item > span {
                        display: block;
                    }

                    .sk-bulk-choice-price-per-item > span:nth-child(1) {
                        font-size: 18px;
                        font-weight: bold;
                    }

                    .sk-bulk-choice-price-per-item > span:nth-child(2) {
                        font-size: 12px;
                    }

/**
 * SK List
 */

.sk-list-check {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    padding-left: 0;
}

    .sk-list-check li {
        position: relative;
        padding: 0 24px;
    }

        .sk-list-check li::after {
            content: '✔️';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
        }

/**
 * Cross sell
 */

 .sk-btn {
    display: inline-block;
    text-align: center;
    line-height: 40px !important;
    padding: 0 13px !important;
    background: #21B1A9 !important;
    border: 1px solid transparent !important;
    color: #fff !important;
    font-weight: 400 !important;
}

.sk-btn:hover {
    color: #fff !important;
}

.sk-btn-secondary,
.sk-btn.added {
    background: transparent !important;
    color: inherit !important;
    border: 1px solid #000 !important;
}

body.single-product .added_to_cart.wc-forward {
    display: none !important;
}

.sk-btn-secondary:hover,
.sk-btn.added:hover {
    color: inherit !important;
}

.sk-cross-sell-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2140483689;
    display: none;
}

.sk-cross-sell-cover {
    background: rgba( 0, 0, 0, 0.2 );
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}

.sk-cross-sell {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 15px;
    width: 367px; 
    bottom: 0;
    overflow-y: auto;   
    transform: translateX(100%);
    transition: transform .4s;
    max-width: 95%;
}

body.sk-show-cross-sell .sk-cross-sell-container {
    display: block;
}

body.sk-show-cross-sell-inner .sk-cross-sell {
    transform: translateX(0);
}

body.admin-bar .sk-cross-sell {
    top: 32px;
}

    .sk-cross-sell .added_to_cart {
        display: none !important;
    }


    .sk-cross-sell-close {
        display: block;
        position: absolute;
        top: 11px;
        right: 12px;
        font-size: 18px;
        color: #aaa;
        cursor: pointer;
    }

    .sk-cross-sell h4 {
        text-transform: none;
        font-size: inherit;
        color: inherit;
        padding-right: 30px;
    }

    .sk-cross-sell-actions {
        margin-bottom: 30px;
    }

        .sk-cross-sell-actions .sk-btn {
            width: 100%;
            display: block;
            margin: 8px 0;
        }

    .sk-cross-sell-product {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ddd;
        align-items: center;
    }

        .sk-cross-sell-product-primary {
            width: 30%;
        }

            .sk-cross-sell-product-image {
                border: 1px solid #ddd;
            }

                .sk-cross-sell-product-image img {
                    display: block;
                }

        .sk-cross-sell-product-secondary {
            width: 65%;
        }

            .sk-cross-sell-product-title {
                margin-bottom: 0;
                font-size: 14px;
                line-height: 1.3;
            }

            .sk-cross-sell-product-price {
                margin-top: 5px;
                font-size: 16px;
            }

            .sk-cross-sell-product-buttons {
                margin-top: 5px;
            }

.sk-free-shipping-note {
    margin-top: 15px;
}

@keyframes skPulse {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.05);
    }
    20% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.sk-animation-pulse {
    transform: scale(1);
    animation-name: skPulse;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.woocommerce-cart-form__cart-item .product-thumbnail a {
    cursor: default;
}

body.single-product .product .slick-slide {
    position: relative;
}

body.single-product .product a.wpgis-popup {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    background-size: 17px;
    background-position: 94% 5%;
}

.sk-sticky-add-to-cart {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px;
    text-align: center; 
    transform: translateY(-100%);
    transition: transform .4s;
}

.sk-sticky-add-to-cart.sk-active {
    transform: translateY(0);
}

body.admin-bar .sk-sticky-add-to-cart {
    top: 32px;
}

@media only screen and ( max-width: 783px ) {
    body.admin-bar .sk-sticky-add-to-cart {
        top: 0;
    }
    .sk-sticky-add-to-cart form button.button.alt {
        font-size: 13px;
    }
}

    .sk-sticky-add-to-cart form {
        display: flex;
        justify-content: center;
    }

        .sk-sticky-add-to-cart form button.button.alt {
            height: 38px;
            line-height: 38px;
            padding: 0 12px;
            font-size: 17px;
            margin-left: 20px;
        }

        .sk-sticky-add-to-cart form .quantity .qty {
            height: 38px;
            width: 60px;
        }

.sk-free-shipping-note-cart {
    text-align: left;
    font-size: 13px;
}

    .sk-free-shipping-note-cart strong {
        font-weight: 400;
    }

/**
 * Single product
 */

.sk-woo-related-button {
    text-align: center;
    margin-bottom: 30px;
}

.sk-viv-woo-single-blog {
    padding: 80px 0;
}

    .sk-viv-woo-single-blog h2 {
        text-align: center;
    }

/**
 * Accordion
 */

.sk-accordion-section-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
    margin-top: 30px;
    text-transform: none;
}

.sk-accordion-item-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 10px;
    text-transform: none;
    cursor: pointer;
}

.sk-accordion-item-title::before {
    content: '+';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #cb6d6b;
    border-radius: 50%;
    margin-right: 5px;
}

.sk-accordion-item-title.sk-active::before {
    content: '-';
}

.sk-accordion-item-content {
    font-size: 16px;
    font-style: italic;
    padding-left: 30px;
    color: #868484;
    margin-top: 10px;
    display: none;
}


.sk-accordion-item-content.sk-active {
    display: block;
}

/**
 * Single - Info columns
 */

.sk-woo-single-info-columns {
    clear: both;
    display: none;
}

.product .images .sk-woo-single-info-columns {
    display: block;
}

.product .images .sk-woo-single-experiences {
    display: none;
}

.sk-woo-single-experiences-mobile {
    display: none;
}

@media only screen and ( max-width: 760px ) {

    .sk-woo-single-info-columns {
        display: block;
    }

    .product .images .sk-woo-single-info-columns {
        display: none;
    }

    .sk-woo-single-experiences {
        display: none;
    }

    .sk-woo-single-experiences-mobile {
        display: block;
        padding: 30px 0;
    }

    /*
    

    .product .images .sk-woo-single-experiences {
        display: block;
        padding: 30px 0;
    }
    */

}

    .sk-woo-single-info-columns-items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .sk-woo-single-info-columns-item {
            width: 31%;
            background: #fef3f0;
            padding: 15px;
        }

        .sk-woo-single-info-columns-item:nth-child(2) {
            background: #fdece8;
        }

        .sk-woo-single-info-columns-item:nth-child(3) {
            background: #fef5f3;
        }

            .sk-woo-single-info-columns-item-image {
                height: 77px;
            }

                .sk-woo-single-info-columns-item-image img {
                    display: block;
                    width: auto !important;
                    mix-blend-mode: overlay;
                }

            .sk-woo-single-info-columns-item-title {
                margin-bottom: 0;
                margin-top: 10px;
                font-size: 16px;
            }

            .sk-woo-single-info-columns-item-content {
                font-size: 13px;
            }

@media only screen and ( max-width: 1023px ) {

    .sk-woo-single-info-columns-item {
        width: 100%;
        margin-bottom: 25px;
    }

}

/**
 * Experiences
 */

.sk-woo-single-experiences {
    clear: both;
    padding: 80px 0;
}

    .sk-woo-single-experiences > h2 {
        text-align: center;
    }

    .sk-woo-single-experiences-items {
        width: 815px;
        max-width: 100%;
    }

        .sk-woo-single-experiences-item {
            margin-bottom: 20px;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            font-style: italic;
        }

            .sk-woo-single-experiences-item-left {
                width: 93px;
                flex-shrink: 0;
                margin-right: 20px;
            }

                .sk-woo-single-experiences-item-left img {
                    width: 93px !important;
                    height: 93px !important;
                    object-fit: cover;
                    object-position: center;
                }

                .sk-woo-single-experiences-item-left a {
                    position: relative;
                    display: block;
                }

                .sk-woo-single-experiences-item-left .fa {
                    width: 50px;
                    height: 50px;
                    font-size: 24px;
                    border: 3px solid rgba( 255, 255, 255, 0.5 );
                    border-radius: 50%;
                    text-align: center;
                    line-height: 1;
                    display: block;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translateY(-50%) translateX(-50%);
                    color: #fff;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

            .sk-woo-single-experiences-item-right {
                width: 100%;
            }

                .sk-woo-single-experiences-item-right > div:first-child {
                    display: flex;
                    margin-bottom: 10px;
                }

                .sk-woo-single-experiences-item-rating {
                    color: #f9ab33;
                }

                .sk-woo-single-experiences-item-title {
                    margin-left: 10px;
                }

/**
 * Popup video
 */

.sk-video-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( 0, 0, 0, 0.8 );
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    display: none;
}

.sk-video-popup.sk-active {
    display: flex;
}

    .sk-video-popup-inner {
        position: relative;
        max-width: 90%;
    }

        .sk-video-popup-content {
            max-width: 100%;
            max-height: 90vh;
        }

            .sk-video-popup-content video {
                width: 1000px;
                max-width: 100%;
                max-height: 90vh;
            }

        .sk-video-popup-close {    
            position: absolute;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            top: -15px;
            right: -15px;
            background: #D96768;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }

/**
 * Banner
 */

body.sk-product-v2.single-product #main .woocommerce-breadcrumb {
    display: none;
}

body.sk-product-v2.single-product #main {
    padding-top: 50px;
}

.sk-banner {
    background-size: cover;
    background-position: center;
    position: relative;
}

.sk-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 247, 239, 0.8);
}

    .sk-banner-breadcrumbs {
        position: relative;
    }

    .sk-banner-inner {
        width: 690px;
        max-width: 95%;
        padding: 60px 0 100px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        text-align: center;
    }

        .sk-banner-title {
            font-size: 34px;
            margin-bottom: 30px;
        }

        .sk-banner-content {
            font-size: 18px;
        }

        .sk-banner-button {
            display: none;
            margin-top: 30px;
        }

            .sk-banner-button form {
                display: flex;
                justify-content: center;
            }

                .sk-banner-button button {
                    font-size: 14px !important;
                    margin-left: 15px !important;
                }

@media only screen and (max-width: 768px) {

    .sk-banner-button {
        display: block;
    }

    .sk-banner-title {
        font-size: 25px;
    }

}

/**
 * Reviews
 */

 .site-reviews-header {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .site-reviews-header-primary {
        width: 34%;
        border: 1px solid #ddd;
        padding: 30px;
        text-align: center;
    }

        .site-reviews-header-score {
            display: block;
            width: 130px;
            height: 130px;
            line-height: 130px;
            text-align: center;
            background: #D96768;
            border-radius: 50%;
            color: #fff;
            font-size: 35px;
            margin-left: auto;
            margin-right: auto;
        }

        .site-reviews-header-stars {
            margin-top: 20px;
            color: #D96768;
        }

    .site-reviews-header-secondary {
        width: 62%;
        border: 1px solid #ddd;
        padding: 30px;
    }

        .site-reviews-header-meta {

        }

            .site-reviews-header-meta > div {
                display: flex;
                justify-content: space-between;
                width: 100%;
                margin-bottom: 10px;
            }

                .site-reviews-header-meta > div > span {
                    width: 50%;
                }

        .site-reviews-header-buttons {
            margin-top: 30px;
        }

.site-reviews-filters {
    text-align: right;
    margin-top: 30px;
}

.site-reviews-items {
    margin-top: 60px;
}

    .site-reviews-item {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

        .site-reviews-item-score-big {
            width: 100px;
            margin-right: 40px;
            flex-shrink: 0;
        }

            .site-reviews-item-score-big > span {
                display: block;
                width: 100px;
                height: 100px;
                line-height: 100px;
                text-align: center;
                background: #D96768;
                border-radius: 50%;
                color: #fff;
                font-size: 30px;
            }

        .site-reviews-item-main {
            width: 100%;
        }

            .site-reviews-item-score {
                color: #D96768;
            }

            .site-reviews-item-short {
                margin-top: 15px;
            }

            .site-reviews-item-full {
                margin-top: 15px;
            }

            .site-reviews-item-meta {
                margin-top: 15px;
                display: flex;
            }

                .site-reviews-item-date {
                    margin-right: 30px;
                    font-weight: bold;
                }

            .site-reviews-item-answer {
                border-top: 1px solid #ddd;
                margin-top: 25px;
                padding-top: 25px;
            }

                .site-reviews-item-answer h4 {
                    margin-bottom: 20px !important;
                }

@media only screen and (max-width: 768px) {

    .site-reviews-header {
        flex-wrap: wrap;
    }

        .site-reviews-header-primary {
            width: 100%;
        }

        .site-reviews-header-secondary {
            width: 100%;
            margin-top: 25px;
        }

    .site-reviews-item-score-big {
        width: 40px;
        margin-right: 20px;
    }

        .site-reviews-item-score-big > span {
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
        }

    .site-reviews-item-meta {
        flex-wrap: wrap;
    }

        .site-reviews-item-date,
        .site-reviews-item-author {
            width: 100%;
        }

}

/**
 * Leave Review
 */

.leave-review {
    margin-top: 60px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding: 30px;
    border: 1px solid #ddd;
}

    .leave-review-form {

    }

        .leave-review-form-row {
            margin-bottom: 30px;
            display: flex;
            align-items: center;
        }

            .leave-review select {
                border: 1px solid #ddd;
                font-size: 14px;
                padding: 10px;
                max-width: 100%;
            }

            .leave-review label {
                display: inline-block;
                margin-right: 10px;
            }

            .leave-review-form-stars {
                color: #FDDD07;
                font-size: 25px;
                position: relative;
            }

                .leave-review-form-stars-inner {

                }

                    .leave-review-form-stars-inner span {
                        display: inline-block;
                        padding: 0 2px;
                    }
            
                .leave-review-form-stars-selector {
                    position: absolute;
                    display: flex;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                }

                    .leave-review-form-stars-selector span {
                        display: block;
                        width: 10%;
                        cursor: pointer;
                    }
                
                #content .leave-review input:not([type=checkbox]):not([type=radio]),
                #content .leave-review textarea,
                #content .leave-review select {
                    font-size: 15px;
                }

/**
 * Review list
 */

.woocommerce-Reviews {

}

    .woocommerce #reviews #comments ol.commentlist {
        padding-left: 0;
    }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            display: none;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            padding: 0;
            margin-left: 0;
            border: 0;
        }

        .woocommerce div.product #reviews .comment img {
            float: none;
        }

        .woocommerce #reviews #review_form {
            display: none;
        }

        .comment .woocommerce-review__verified {
            display: none;
        }

.btn-hover-green {
    background: #19938c !important;
}

.btn-hover-red {
    background: #c15b5b !important;
}

/* Blog */

.sk-blog {
    display: flex;
}

    .sk-blog-filters {
        width: 200px;
        margin-right: 25px;
        flex-shrink: 0;
    }

        .sk-blog-filter-label {
            padding-bottom: 15px;
            margin-bottom: 15px !important;
            border-bottom: 1px solid #ddd;
        }

        .sk-blog-filters p {
            margin-bottom: 10px;
        }

        .sk-blog-filters input[type="checkbox"] {
            accent-color: #D96768;
        }

    .sk-blog-results {

    }

    .sk-blog.load-in-progress .sk-blog-results {
        opacity: 0.5;
    }

        .sk-blog-filters-2 {
            
        }

            .sk-blog-filters-2 > span {
                display: inline-flex;
                align-items: center;
                background-color: #f5f5f5;
                border: 1px solid #ddd;
                padding: 10px 16px;
                white-space: nowrap;
                margin-right: 10px;
                text-transform: uppercase;
                font-size: 12px;
            }

            .sk-blog-filters-2 svg {
                margin-left: 8px;
                width: 15px;
                display: block;
                fill: #aaa;
            }

            .sk-blog-filter-2-close {
                cursor: pointer;
            }

@media only screen and ( max-width: 768px ) {

    .sk-blog {
        flex-wrap: wrap;
    }

        .sk-blog-filters {
            width: 100%;
            margin-right: 0;
            margin-bottom: 0;
        }

            .sk-blog-filter-options {
                display: flex;
            }

                .sk-blog-filter-options p {
                    margin-right: 15px;
                }

        .sk-blog-filters-2 {
            display: none;
        }

}

/**
 * Subscription selection
 */

.wcsatt-add-to-subscription-wrapper {
    display: none;
}

.product.has-subscription-plans .wcsatt-add-to-subscription-wrapper {
    display: block;
}

.wcsatt-options-wrapper {
    width: 100%;
    margin-bottom: 20px;
}

    .wcsatt-options-product-prompt {
        margin-bottom: 0;
    }

        ul.wcsatt-options-prompt-radios {
            padding-left: 0;
        }

            .wcsatt-options-prompt-label {
                display: block;
                border: 1px solid #000;
                border-radius: 15px;
                padding: 15px;
                cursor: pointer;
                margin-bottom: 15px;
                border-color: rgba( 0, 0, 0, 0.1 );
                font-weight: bold;
            }

            .wcsatt-options-prompt-label:hover {
                border-color: rgba( 0, 0, 0, 0.2 );
            }

            .wcsatt-options-prompt-label:has(input[type="radio"]:checked) {
                border-color: #000;
            }

            /*
            .wcsatt-options-prompt-radio:nth-child(2) .wcsatt-options-prompt-label {
                border-bottom: 0;
                border-radius: 15px 15px 0 0;
                margin-bottom: 0;
            }
            */

                input[type="radio"].wcsatt-options-prompt-action-input {
                    accent-color: #000;
                }

/* pretty select */

.sk-pretty-select {
    position: relative;
}

    .sk-pretty-select-current {
        display: block;
        padding: 10px;
        border: 1px solid #f2f2f2;
        position: relative;
        border-radius: 10px;
        cursor: pointer;
        font-weight: bold;
    }

    .sk-pretty-select:hover .sk-pretty-select-current,
    .sk-pretty-select.sk-active .sk-pretty-select-current {
        border-color: #000;
    }

    .sk-pretty-select.sk-active .sk-pretty-select-current {
        border-radius: 10px 10px 0 0;
        border-width: 2px;
        border-bottom: 0;
    }

        .sk-pretty-select-current::after {
            content:"\f107";
            font-family: "FontAwesome";
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            color: #000;
        }

    .sk-pretty-select-options {
        position: absolute;
        top: 100%;
        list-style: none;
        list-style-position: inside;
        padding: 0;
        background: #fff;
        width: 100%;
        left: 0;
        right: 0;
        border: 1px solid #000;
        border-radius: 0 0 10px 10px;
        z-index: 99999;
        font-size: 14px;
        line-height: 1.4;
        display: none;
    }

    .sk-pretty-select.sk-active .sk-pretty-select-options {
        border-width: 2px;
    }

    .sk-pretty-select.sk-active .sk-pretty-select-options {
        display: block;
    }

        .sk-pretty-select-options li {
            margin: 0;
            padding: 10px;
            border-bottom: 1px dashed #ddd;
            cursor: pointer;
        }

        .sk-pretty-select-options li:last-child {
            border-bottom: 0;
        }

        .sk-pretty-select-options li:hover {
            background: #f5f5f5;
        }

/* quantity selector */

.sk-wcsatt-options-prompt-radio-subscription {
    margin-top: 20px !important;
}

.sk-woo-quantity-selector {
    border: 1px solid #000;
    border-radius: 15px;
    border-radius: 0 0 15px 15px;
    padding: 15px;
    margin-top: -30px;
    padding-top: 15px;
    cursor: pointer;
    border-color: rgba( 0, 0, 0, 0.1 );
    border-top: none;
    background-color: #fff;
    display: none;
}

/* interval options */

.wcsatt-options-product-wrapper {
    border: 1px solid #000;
    border-radius: 15px;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
    margin-top: -30px;
    padding-top: 15px;
    cursor: pointer;
    border-color: rgba( 0, 0, 0, 0.1 );
    border-top: none;
    background-color: #fff;
}

.wcsatt-options-product-wrapper:has(input[type="radio"]:checked) {
    border-color: #000;
}

    .wcsatt-options-product-dropdown-label {
        display: none;
    }

    .sk-wcsatt-options-product-dropdown-subtitle {
        font-size: 13px;
        margin-bottom: 10px;
    }

        .sk-wcsatt-options-product-dropdown-subtitle a {
            font-weight: bold;
            color: inherit;
        }

        select.wcsatt-options-product-dropdown,
        .sk-woo-quantity-selector select {
            border: 1px solid #000;
            border-color: rgba( 0, 0, 0, 0.1 );
            padding: 10px;
            font-size: 14px;
            width: 100%;
        }

        .wcsatt-options-prompt-radio:has( input[type="radio"]:checked ) .sk-woo-quantity-selector {
            border-color: #000;
        }

/* subscription slide in info */

.sk-sub-slidein-info-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2140483689;
    display: none;
}

.sk-sub-slidein-info-cover {
    background: rgba( 0, 0, 0, 0.2 );
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
}

.sk-sub-slidein-info {
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    padding: 15px;
    width: 367px; 
    bottom: 0;
    overflow-y: auto;   
    transform: translateX(100%);
    transition: transform .4s;
    max-width: 95%;
}

body.sk-show-sub-slidein-info .sk-sub-slidein-info-container {
    display: block;
}

body.sk-show-sub-slidein-info-inner .sk-sub-slidein-info {
    transform: translateX(0);
}


body.admin-bar .sk-sub-slidein-info {
    top: 32px;
}

    .sk-sub-slidein-info-close {
        display: block;
        position: absolute;
        top: 11px;
        right: 12px;
        font-size: 18px;
        color: #aaa;
        cursor: pointer;
    }

    .sk-sub-slidein-info h4 {
        text-transform: none;
        font-size: inherit;
        color: inherit;
        padding-right: 30px;
    }

    .sk-sub-slidein-info ul {
        list-style-type: disc;
    }

    .sk-sub-slidein-info ol {
        list-style-type: decimal;
    }

/**
 * Sticky cart
 */

body.sk-sticky-cart::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999999;
    background: rgba( 0, 0, 0, 0.5 );
}

body.sk-sticky-cart .cart {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9999999999;
    padding: 15px;
    padding-bottom: 80px;
    margin-bottom: 0 !important;
    width: 550px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.sk-sticky-add-to-cart-close {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    display: none;
}

body.sk-sticky-cart .sk-sticky-add-to-cart-close {
    display: flex;
}

/**
 * Woo
 */

.price .wcsatt-sub-options,
.price .wcsatt-sub-discount {
    display: none;
}

.sk-wcsatt-options-prompt-action-save {
    display: inline-block;
    padding: 2px 6px;
    color: #fff;
    background: #21B1A9;
    border-radius: 5px;
    margin-left: 5px;
    font-size: 14px;
}

.sk-pretty-select-current:has(span:empty) {
    display: none;
}

body.single-product.sk-single-product-fix-initial-selection .wcsatt-options-product-wrapper {
    display: none !important;
}

.sk-wcsatt-options-prompt-radio-regular {
	position: relative;
}

.sk-wcsatt-options-prompt-radio-regular .wcsatt-options-prompt-label::after {
	content:"\f107";
	font-family: "FontAwesome";
	display: block;
	position: absolute;
	right: 20px;
	top: 17px;
}

.wcsatt-options-prompt-label:has(input[type="radio"]:checked)::after {
    opacity: 0;
}