.frontpage main {
    padding: 0;
}
body.modal-open {
    padding-right: 0 !important;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .hikashop_checkout_cart .hikashop_product_quantity_change_div_leftright .hikashop_product_quantity_field {
        margin: 0 !important;
    }
}
.hikashop_cart_product_quantity_delete {
    margin-left: 10px;
}
.hikashop_checkout_cart thead {
    display: none;
}
.hikashop_checkout_cart table {
    margin-bottom: 0;
}
.hikashop_free_shipping_notice {
	margin-top: 10px;
	margin-bottom: 15px;
	background: #eaffea;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #bde5bd;
	text-align: center;
  font-size: 0.8rem;
}
.hikashop_free_shipping_progress {
	margin-top: 8px;
	background-color: #e0e0e0;
	height: 8px;
	border-radius: 4px;
	overflow: hidden;
}
.hikashop_free_shipping_progress_bar {
	height: 100%;
	background-color: #4caf50;
	width: 0%;
	transition: width 0.5s ease-in-out;
}
div.hikashop_messages {
    color: #be1b2d;
    margin-bottom: 20px;
}
.text-red {
  color: #be1b2d;
}
.text-left-h {
    font-size: 1.6rem;
    color: #010944;
    font-family: "Baloo", "Helvetica Neue", "Noto Sans", sans-serif;
    line-height: 1.2;
}
.hikashop_product_image_subdiv {
    width: 100% !important;
    max-width: 100% !important;
}
.hikashop_product_price.hikashop_product_price_0 {
    color: #5c5c5c;
    font-weight: 700;
}
.hikashop_products_listing .pagination {
    justify-content: center;
    padding-top: 36px;
}
.hikashop_results_counter {
    font-size: 13px;
    padding-top: 12px;
    display: block;
    text-align: center;
}
.hikashop_products_pagination {
    color: #a9a9a9;
}
.interestedin {
    border-top: 1px solid #e9e9e9;
    margin-top: 20px;
    padding-top: 20px;
}
#hikashop_register_form_button {
    background: var(--color-cariba);
    color: #fff;
    width: 100%;
    display: block;
}
.hikashop_checkout_shipping_description, .hikashop_checkout_payment_description {
    font-size: 13px;
    margin: 5px 0 0 17px;
}
.hikashop_checkout_shipping_name, .hikashop_checkout_payment_name {
    font-weight: 700;
}
.hikashop_checkout_payment_price, .hikashop_checkout_shipping_price, .hikashop_checkout_shipping_cost {
    float: right;
}
button.btn.btn-outlines.btn-primary.hikabtn_checkout_coupon_add {
    background: #ffffff;
    color: #16697a;
    border-color: #16697a;
}
button.btn.btn-outlines.hikabtn_checkout_login_form {
    width: 100%;
}
.hikabtn-success.hikabtn_checkout_next {
    color: #fff;
    background-color: #ff6b35;
    border-color: #ff6b35;
}
.hkform-group.control-group.hikashop_login_forgot_username_line, .hika_registration_address legend {
    display: none;
}
#hikashop_product_custom_info_main h4, #hikashop_product_custom_name_16 {
  display: none;
}
div#hikashop_product_custom_info_main {
    margin-top: 20px;
}
.hikashop_product_page .hikashop_next_product_btn {
    margin-left: 10px;
    float: none;
}
.breadcrumb {
    background-color: transparent;
    justify-content: center;
    font-size: 14px;
}
:root {
    --cassiopeia-color-primary: #FF6B35;
    --cassiopeia-color-link: #15a4b9;
    --cassiopeia-color-hover: #E4521C;
    --link-color: #15a4b9;
    --link-color-rgb: 34, 79, 170;
    --link-hover-color: #16697A;
    --link-hover-color-rgb: 66, 64, 119;
	--cassiopeia-font-weight-headings: 700;
	--blue: #16697A;
  --color-beige: #fff4f2;
  --color-skyblue: #82C0CC;
  --color-moonstone: #489FB5;
  --color-cariba: #16697A;
  --color-peach: #F7C59F;
  --body-font-family: "Manrope", "Helvetica Neue", "Noto Sans", sans-serif;
  --cassiopeia-font-family-headings: "Baloo", "Helvetica Neue", "Noto Sans", sans-serif;
}
/* manrope-regular - latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  src: local(''),
  url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
@font-face {
  font-display: swap;
  font-family: 'Baloo';
  src: local(''),
  url('../fonts/BalooChettan2-VariableFont_wght.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* Font Awesome – force font-display swap */
@font-face {
  font-family: 'Font Awesome 6 Free';
  font-display: swap;
}
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}
html {overflow-y: scroll;}
.row {
    --gutter-x: 2em;
}
ul.checkmark, ul.heartmark, ul.rosemark {
list-style-type: none;
}
ul.checkmark li:before {
    content: '\2714';
    color: #be1b2d;
    margin-right: 5px;
    margin-left: -20px;
    font-size: 1.1em;
}
ul.heartmark li:before {
    content: '\2764'; /*light verzija 2661*/
    color: #be1b2d;
    margin-right: 5px;
    margin-left: -20px;
    font-size: 1.1em;
}
ul.rosemark li:before {
    content: '\273d';
    color: #be1b2d;
    margin-right: 5px;
    margin-left: -20px;
    font-size: 1.1em;
}
body {
    background: linear-gradient(180deg, #fff4f2 0%, #ffffff 100%);
}
main {
    padding: 40px 0 60px;
}
h2, .h2 {
    font-size: 1.6rem;
	color: #010944;
}
h3, .h3 {
    font-size: 1.3rem;
}
.leadhr {
    text-align: center;
    padding: 0 15%;
}
hr.decorhr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	text-align: center;
	overflow: visible;
	opacity: 0.6;
	margin: 3rem 0;
}
hr.decorhr:after {
    content: "\039e";
    display: inline-block;
    position: relative;
    top: -0.8em;
    font-size: 1.5em;
    padding: 0 1em;
    background: #fff8f6;
}
.center-service .page-header, .center-service figure.item-image {
	text-align: center;
}
.container-header {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "top below" 
                         "logo logo" 
                         "nav nav";
}
.container-header .container-topbar {
    padding: .5em;
}
.container-header .container-topbar {
    grid-area: top;
}
.container-header .container-below-top {
    grid-area: below;
    justify-content: flex-end;
}
.container-header .grid-child:has(.navbar-brand) {
    grid-area: logo;
}
.container-header .container-nav {
    grid-area: nav;
}
.loginpage .grid-child.container-component, .view-reset .grid-child.container-component {
    max-width: 600px;
}
.com-users-login__remind, .com-users-login__register {
    display: none;
}
.com-users-reset legend {
    font-size: 1.2rem;
    margin-bottom: 15px;
}
@media (width >= 991.98px) {
    .container-header {
        grid-template-columns: 
            [full-start] minmax(0,1fr) 
            [main-start] repeat(4,minmax(0,19.875rem))
            [main-end] minmax(0,1fr)[full-end];
        grid-template-areas: ". logo nav nav nav .";
        gap: 0 1rem;
    }
    .container-header:has(.container-below-top, .container-topbar) {
        grid-template-areas: ". top top below below ." 
                             ". logo nav nav nav .";
    }
}
.container-bottom-a {
    padding: 60px 0;
}
.bottom-footer .grid-child {
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 1em;
}
.bottom-footer {
	color: #fff;
    padding: 2rem 0;
    background: #010944;
}
.footer .grid-child {
	justify-content:space-between;
	align-items:center;
	padding:1.5rem 1em
}
.footer {
    color: #fff;
    background: #010944;
    font-size: 14px;
  margin-top: 0;
}
.bottom-footer a {
    color: #fff;
    opacity: 0.8;
}
.bottom-footer .mod-list li {
    padding: .45em 0;
}
#bottom-end {
    padding: 30px 0;
}
.btn {
    --btn-padding-x: 2rem;
    --btn-font-size: 1rem;
}
.btn-outlines:hover {
  border-color: var(--bs-btn-border-color);
  color: var(--bs-btn-border-color);
}
.btn-outlines {
  border-color: var(--color-cariba);
  color: var(--color-cariba);
}
.btn-primary {
    background-color: var(--cassiopeia-color-primary);
    border-color: var(--cassiopeia-color-primary);
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    color: #fff;;
}
.view-featured .container-header.scrolled {
    background-color: var(--color-beige);
    background-image: linear-gradient(135deg, var(--color-beige) 0%, var(--color-peach) 100%);
  box-shadow: 0px 1px 10px #4444444d;
}
.container-header {
    background-color: var(--color-beige);
    background-image: linear-gradient(135deg, var(--color-beige) 0%, var(--color-peach) 100%);
}
.container-header .container-search {
    margin-top: 0;
    display: flex;
    align-items: center;
}
.container-header .container-nav {
    padding-bottom: 0.2em;
}
/*banner*/
.container-banner {
    padding: 100px 0;
}
.modal-header .btn-close {
    background-color: #e3e3e3;
    opacity: 0.8;
}
.addon {
	position: relative;
    z-index: 1;
    width: 100%;
}
.addon-bg {
    margin-top: 0px;
    margin-right: -200px;
    margin-bottom: 30px;
    margin-left: 0px;
    position: absolute;
    left: -47px;
    top: -55px;
}
#addon-pulse {
    position: absolute;
    left: 340px;
    top: 340px;
    z-index: 100;
}
@media (min-width: 1200px) and (max-width: 11399px) {
	#addon-pulse {
    left: 280px;
    top: 300px;
}
}
@media (min-width: 990px) and (max-width: 1199px) {
	#addon-pulse {
    left: 220px;
    top: 240px;
}
}
@media (min-width: 768px) and (max-width: 989px) {
	#addon-pulse {
    left: 160px;
    top: 180px;
}
}
@media (min-width: 561px) and (max-width: 767px) {
	#addon-pulse {
    left: 260px;
    top: 290px;
}
}
@media (max-width: 560px) {
	#addon-pulse {
    left: 50%;
    top: 160px;
}
}
#addon-pulse .modal-selector span {
    display: inline-block;
    line-height: 1;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 35px;
    color: var(--cassiopeia-color-primary);
}
.ripple-effect {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, .8), 0 0 0 30px rgba(255, 255, 255, .6), 0 0 0 45px rgba(255, 255, 255, .4);
    z-index: -1;
    animation: sppbModalRipple 2s infinite;
}
@-webkit-keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    10% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
@keyframes sppbModalRipple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    10% {
        opacity: 1
    }
    90% {
        opacity: 0
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.container-banner .banner-overlay .overlay {
    text-align: center;
    background-color: #00000080;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    padding: 0;
    display: flex;
}
.box-orange {
    background: color(srgb 1 0.42 0.21 / 0.7);
    padding: 50px 70px;
}
.box-blue {
    background: color(srgb 0 0.04 0.27 / 0.7);
    padding: 50px 70px;
}
.top-a {
  background: var(--color-peach);
    margin: 0;
}
.modal-backdrop {
    --backdrop-zindex: 9;
}
.popuplogin a {
    font-size: 28px;
    line-height: 1;
    display: block;
    width: 28px;
    padding-top: 6px;
}
.modal .btn.input-password-toggle {
    margin-right: 0;
}
/*menu*/
#joffcanvas1 .offcanvas.show .offcanvas-body ul {
    position: relative;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}
    #joffcanvas1 .offcanvas .offcanvas-body a,
    #joffcanvas1 .offcanvas .offcanvas-body button {
    color: var(--body-color);
}
    #joffcanvas1 .offcanvas .offcanvas-body .active > a,
    #joffcanvas1 .offcanvas .offcanvas-body button:active,
    #joffcanvas1 .offcanvas .offcanvas-body a:hover,
    #joffcanvas1 .offcanvas .offcanvas-body button:hover {
    color: var(--link-hover-color);}
    #joffcanvas1 .offcanvas.show .offcanvas-body .active > a,
    #joffcanvas1 .offcanvas.show .offcanvas-body .active > button {
    color: var(--link-hover-color);}
/*Testimonial*/
.jt_testimonial-block-slide .rating .fa-star, .jt_testimonial-block-slide .rating .fa-star-half-o {
    color: var(--cassiopeia-color-primary);
    text-shadow: none;
    font-size: 16px;
}
.testimonial_block-data .rating {
    border-bottom: 1px solid #ede5e0;
    max-width: 400px;
}
.testimonial_block-text::after {font-weight: bold;font-family: "Font Awesome 6 Free" !important;}
.testimonial_block-name {
    font-family: "Manrope", "Helvetica Neue", "Noto Sans", sans-serif !important;
    font-size: 22px !important;
}
.vtisi .card-header {
    background: transparent;
    border: none;
}
/*Shop*/
.hikashop_previous_product_btn a, .hikashop_next_product_btn a {
    opacity: 0.8;
}
.hikashop_previous_product_btn p, .hikashop_next_product_btn p {
    font-size: 13px;
}
.hikashop_subcontainer.thumbnail .hikashop_listing_img_title {
    display: grid;
    justify-items: center;
}
.hikashop_subcontainer.thumbnail .hikashop_product_image { 
order: 1; 
}
.hikashop_subcontainer.thumbnail .hikashop_product_name {
    order: 2;
    margin-top: 10px;
    font-weight: 600;
}
.hikashop_subcontainer.thumbnail .hikashop_product_price_full { 
order: 3;
margin: 10px 0;
}
.hikashop_subcontainer.thumbnail .btn-cart { 
order: 4;
  margin: 5px 0 15px;
}
#hikashop_product_quantity_main {
	display: flex;
    align-items: center;
}
.view-product .hikashop_quantity_form .control-group, .view-product .hikashop_quantity_form.hika_j4 .control-group {
    margin: 0;
}
.hikashop_product_quantity_div.hikashop_product_quantity_change_div_leftright {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 10px;
}
.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright input.hikashop_product_quantity_field {
    height: 45px;
    border-radius: 0;
    border: 2px solid #eee;
    padding: 0 3px;
    text-align: center;
}
.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on a {
    height: 45px;
    width: 30px;
    line-height: 45px;
    padding: 0;
    background: #eee;
    text-align: center;
    border: none;
    position: relative;
    top: 0;
}
.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on {
    top: 0;
}
.hikashop_product_right_part .hikashop_product_quantity_change_div_leftright span.add-on a.hikashop_product_quantity_field_change_minus {
    left: 0;
}
.hikashop_product_price_main {
    font-size: 22px;
	margin-top: 20px;
  display: block;
}
.hikashop_product_page span.hikashop_product_price_before_discount {
    font-size: 15px;
}
span.hikashop_product_price_before_discount {
    margin-right: 8px;
    color: #747474;
}
.hikashop_product_discount {
    margin-right: 10px;
}
.hikashop_product_discount_amount {
    color: #fff;
    font-size: 15px;
    background: #ff6b35;
    padding: 4px 10px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1;
}
.media-product .hikashop_quantity_form {
    display: none;
}
.introtext-product {
    margin: 30px 0;
}
.btn-cart span:before {
    width: 22px;
    height: 22px;
    background: url(../images/bg-cart.svg) no-repeat center;
    content: "";
    display: inline-block;
    float: left;
    margin-right: 10px;
    background-size: contain;
    vertical-align: text-bottom;
}
/*cart mod*/
#hikashop_cart_module .hikashop_cart_dropdown_content {
    padding: 0;
    border: none;
}
.btn.hikashop_cart_proceed_to_checkout {
    background: var(--link-color);;
}
.hikashop_cart_dropdown_container td.hikashop_cart_module_product_quantity_value.hikashop_cart_value {
    text-align: center;
}
.hikashop_cart_dropdown_container .hikashop_product_quantity_change_div_leftright span.add-on, .hikashop_cart_dropdown_container .hikashop_cart_product_quantity_refresh {
    display: none;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content thead {
	font-size: 12px;
}
.hikashop_cart tr {
    border-bottom: 1px solid #e8e8e8
}
.hikashop_cart td,.hikashop_cart th {
    padding: 10px 5px
}
.hikashop_cart tr td:last-child,.hikashop_cart tr th:last-child {
    padding-right: 0
}
.hikashop_cart tr td:first-child,.hikashop_cart tr th:first-child {
    padding-left: 0
}
.hikashop_cart td,.hikashop_cart th i {
    font-size: 14px
}
.hikashop_cart_dropdown_content .hikashop_cart_module_product_delete_value {
    text-align: right
}
.hikashop_cart_dropdown_content .hikashop_product_price_before_discount {
    font-size: 12px;
    display: inline-block;
    padding-top: 3px;
    margin-right: 2px
}
.hikashop_cart_dropdown_content .hikashop_cart tfoot tr:last-child {
    border-bottom: 0
}
#hikashop_cart_module {
    background: url(../images/bg-cart.svg) no-repeat center;
    height: 36px;
    width: 50px;
}
#hikashop_cart_module > .hikashop_cart {
    margin-left: 5px;
}
#hikashop_cart_module .empty-cart {
    display: none;
}
.hikashop_cart_module .hikashop_small_cart_checkout_link {
    display: inline-block;
    width: 50px;
    height: 36px;
    text-align: center;
    position: relative;
}
.hikashop_cart_proceed_to_checkout {
    color: #fff !important;
    width: 100%;
    margin-top: 12px;
    text-align: center;
    font-weight: 700
}
.hikashop_cart_module .hikashop_small_cart_checkout_link span.hikashop_small_cart_total_title {
    background: var(--cassiopeia-color-primary);
    width: 24px;
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    left: 14px;
    color: #fff;
	font-size: 14px;
}
/*#hikashop_cart_module div.hikashop_cart_dropdown_content {
    background: #fff none repeat scroll 0 0;
    display: block;
    line-height: 1.5;
    padding: 20px;
    position: absolute;
    right: 15px;
    border-radius: 4px;
    margin-top: 10px;
    z-index: 999;
    min-width: 340px;
    color: #757575;
}
#hikashop_cart_module div.hikashop_cart_dropdown_content {
    border-color: transparent !important;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2)
}*/
body .vex.vex-theme-default .vex-content {
	width: 350px;
}
.vex-dialog-button {
    width: 100%;
}
body .vex.vex-theme-default .vex-dialog-button.vex-first {
    background: var(--cassiopeia-color-primary);
	margin-bottom: 10px;
}
/*listing pane mini šola*/
#hikashop_category_information_menu_117 div.hikashop_subcontainer.thumbnail {
    background: transparent;
    padding: 0;
    box-shadow: 0px 12px 12px 4px #00000017;
}
#hikashop_category_information_menu_117 .hkc-md-12 {
	padding: 0; 
 }
.hikashop_img_pane_panels, .hk_img_pane_products.row .hikashop_product_images {
    background-color: var(--color-beige);
}
.duration-catlist-product {
    margin-bottom: 15px;
}
.hikashop_img_pane_panels .btn-cart {
    display: block;
    width: 100%;
    border-radius: 0;
    padding: 1.3rem;
}
.hikashop_img_pane_panels .hikashop_product_price_full {
    font-size: 1.3rem;
}
.hikashop_img_pane_panels .hikashop_product_vote {
    display: block;
    padding: 20px 0;
}
.hikashop_img_pane_panels .btn-cart span {
    display: inline-block;
}
/*checkout*/
.hikashop_checkout_login h1 {
    font-size: 1.2rem;
    padding-left: 6px;
}
.hikashop_checkout_login h2, .hikashop_checkout_login legend, .hikashop_checkout_shipping legend, .hikashop_checkout_payment legend {
    font-size: 1.2rem;
    font-weight: 700;
}
.hikashop_checkout_terms_checkbox[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #6d6d6d;
    position: relative;
    margin-right: 8px;
}
.hikashop_checkout_terms_checkbox[type=checkbox]:checked::before {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #c23d2b;
    position: absolute;
    top: 2px;
    left: 2px;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
#hikashop_checkout .hikashop_checkout_buttons {
    margin: 20px 0;
}
#hikashop_checkout_login_form, #hikashop_checkout_registration {
    background: #fff;
    padding: 20px;
}
#hikashop_checkout_coupon_1_4 {
    background: #fdf7f3;
}
#hikashop_checkout .hikashop_checkout_cart {
    background: #fdf7f3;
    /* padding: 15px; */
    text-align: end;
    margin: 15px 0;
    border: 1px solid #dee2e6;
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_change_div_leftright span.add-on {
    top: 0;
}
.hikashop_cart_product_quantity_value .hikashop_product_quantity_change_div_leftright span.add-on a {
    background: #fff;
}
.hikashop_product_checkout_cart_image {
    max-width: 100px;
}
.hikashop_checkout_status {
    border: 1px solid #dee2e6;
    padding: 15px;
}
#hikashop_checkout .hikashop_checkout_buttons .buttons_right {
    float: none;
}
.hikashop_category_description {
	background: #feebe3;
	margin-bottom: 15px;
}
.hikashop_category_description .hikashop_category_image {
    padding: 30px;
}
.hikashop_category_description_content {
    padding: 0 20px 20px;
}
/*Hika user cp*/
.hikashop_search_block {
    margin-bottom: 15px;
}
.hk-card-order span.order-label {
    font-size: 12px !important;
}
.hika_cpanel_icon.hikashop_cpanel_cart_div {
	display: none;
}
/*media*/
@media (min-width: 768px) {
	.hikashop_category_description {
    display: flex;
    align-items: center;
}
}
@media (max-width: 768px) {
main {
    padding: 10px 0 60px;
}
.hikashop_img_pane_panels .hikashop_product_vote {
    text-align: center !important;
}
.vex-dialog-button {
    width: 100%;
}
.container-header .container-nav .container-search, .container-header .container-nav nav {
        margin-top: 0;
}
  .text-left-h {
  display: none;
}
  .vtisi .jt_testimonial132 .jt_testimonial-block-slide {
    padding: 20px 30px 20px 10px;
}
}
@media (min-width: 990px) {
	.view-featured .container-header {
    background-color: transparent;
    background-image: unset;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
	transition: all 0.8s;
}
  .minisola .hikashop_product_bottom_part {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
}
.minisola .hikashop_product_description_main {
    max-width: 50%;
}
}
@media (max-width: 990px) {
.container-header .navbar-toggler {
    color: var(--navbar-color);
  border: none;
    font-size: 28px;
}
.container-header .navbar-brand {
    margin: 0 auto;
    width: 400px;
    border-bottom: 1px solid #fff5f3;
    text-align: center;
}
  .jt_testimonial132 .testimonial_block {
    flex-direction: column !important;
}
}
@media (min-width: 580px) and (max-width: 991px) {
.hkc-md-3 {
  width: 50% !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hkc-md-3 {
  width: 33% !important;
}
}
@media (min-width: 1200px) {
    h1, .h1 {
        font-size: 2.2rem;
    }
  .hkc-md-3 {
  width: 25% !important;
}
}
@media (max-width: 560px) {
.box-orange, .box-blue {
    padding: 35px;
}
  .container-banner {
    padding: 60px 20px;
}
}
@media (min-width: 768px) and (max-width: 990px) {
.box-orange, .box-blue {
    padding: 35px;
}
}
@media (max-width: 1060px) {
.metismenu.mod-menu .metismenu-item {
    border-bottom: 1px solid #ccc;
}
}