@font-face {
    font-family: "Champagne & Limousines Bold";
    font-display: swap;
    src: url(../fonts/ChampagneAndLimousinesBold.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Thin";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Thin.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Medium";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Roboto-Bold";
    font-display: swap;
    src: url(../fonts/Roboto/Roboto-Bold.ttf) format("truetype");
}

@font-face {
    font-family: "Bowlby One";
    font-display: swap;
    src: url(../fonts/BowlbyOne-Regular.ttf) format("truetype");
}

:root {
    --pedellus-grey: #7a787d;
}

a:hover {
    color: inherit;
}

body {
    font-family: "Roboto-Medium", sans-serif;
}

header div.container-fluid,
.main.container-fluid,
footer div.container-fluid {
    background-color: #10967c;
}

header .desktop-view div.container,
.main div.container {
    background-color: #fbfcfd;
    padding: 0.3em 1.6em;
}

footer div.container {
    background-color: #eeeeee;
    padding-left: 1.6em;
    padding-right: 1.6em;
}

.sos-banner {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #ff4e00;
    padding-top: 0.7em;
    padding-bottom: 0.7em;
}

.sos-banner > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sos-banner h1 {
    font-family: "Bowlby One", cursive;
    font-size: 30px;
    margin-bottom: 0;
}

.sos-banner p {
    font-family: "Champagne & Limousines Bold", cursive;
    font-size: 22px;
    margin-bottom: 0;
}

.nav-link {
    color: #908e92 !important;
    font-size: 14px;
}

.dropdown-item {
    color: #4d4d4d !important;
    font-size: 15px;
    padding: 0.4rem 0.5rem;
    border-top: 1px solid #c0bfbf;
    display: flex;
    align-items: center;
}

.desktop-view .dropdown-item {
    padding: 0.1rem 0.5rem;
    height: 30px;
}

.dropdown-menu li:nth-last-child(1) {
    border-bottom: 1px solid #c0bfbf;
}

.dropdown-submenu > .dropdown-menu {
    position: relative;
}

.main-category > a{
    text-transform: uppercase;
}

.sub-item-1nd li > a {
    color: #3790db !important;
    font-weight: bold;
    text-transform: initial !important;
}

.sub-item-2nd li > a {
    color: black !important;
    font-weight: normal;
}

.dropdown-submenu li .dropdown-item {
    font-size: 13px;
    font-weight: 500;
}

.input-before,
.input-after {
    background-color: #fff;
    height: 38px;
    width: 28px;
    border: 1px solid var(--pedellus-grey);
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-before {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}

.input-after {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    color: var(--pedellus-grey);
}

.form-control.search {
    border-radius: unset;
    border: 1px solid var(--pedellus-grey);
    border-left: none;
    border-right: none;
    box-shadow: none;
    width: 300px;
}

.form-control.search::placeholder {
    font-family: "Roboto-Thin";
    font-size: 15px;
}

form .fa-search {
    color: var(--pedellus-grey);
}

.facebook-logo {
    border-radius: 50%;
    border: 2px solid var(--pedellus-grey);
    aspect-ratio: 1 / 1;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shopping-basket {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.product-count {
    position: absolute;
    top: -5px;
    right: -12px;
    background-color: #0a9279;
    color: #fff;
    font-family: "Roboto-Thin";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.cart-sum {
    position: absolute;
    bottom: -13px;
    left: -7px;
    font-size: 14px;
    color: #0a9279;
    font-weight: 400;
    width: 74px;
    text-align: center;
}

.navbar .dropdown-menu {
    width: 300px;
    left: -164px;
    border-radius: 0;
    z-index: 1001;
}

.navbar .dropdown-submenu .dropdown-menu {
    left: 0;
}

.main .carousel-inner img {
    height: 410px;
    object-fit: cover;
}

.carousel-indicators {
    top: 425px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border: 1px solid var(--pedellus-grey);
    border-radius: 50%;
    margin-left: 6px;
    margin-right: 6px;
}

.carousel-indicators .active {
    background-color: var(--pedellus-grey);
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: 0.8em;
}

.new-slider-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--pedellus-grey);
    margin-top: 4em;
    margin-bottom: 1em;
}

.new-slider-title h2 {
    font-family: "Roboto-Thin";
    font-size: 28px;
    margin-bottom: 0;
}

.new-slider-title .more {
    font-family: "Roboto-Bold";
    color: #008573;
    margin-bottom: 0;
    cursor: pointer;
}

.new-slider-product {
    padding-top: 1em;
    padding-bottom: 0.5em;
}

.new-slider-product:hover {
    -webkit-box-shadow: 0px 5px 9px -4px var(--pedellus-grey);
    -moz-box-shadow: 0px 5px 9px -4px var(--pedellus-grey);
    box-shadow: 0px 5px 9px -4px var(--pedellus-grey);
}

.new-slider-product .product-image {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    display: block;
    overflow: hidden;
    margin: 0 auto;
    max-height: 180px;
    min-height: 180px;
    max-width: 130px;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.new-slider-product .img-block {
    height: 190px;
    display: block;
    overflow: hidden;
    border-bottom: 3px solid #aab0b8;
    width: 87%;
    padding-top: 25px;
    margin: 0 auto;
    position: relative;
}

.discount-badge {
    color: white;
    background-color: #10967c;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom-right-radius: 100%;
    width: 70px;
    height: 40px;
    font-size: 21px;
    padding-left: 5px;
    padding-top: 2px;
    z-index: 5;
}

.title-block.list,
.new-slider-product .title-block {
    margin: 0 1em;
    color: #000;
    font-size: 16px;
    height: 88px;
    display: flex;
    align-items: center;
    overflow: hidden;
}


.add-to-cart-button {
    background-color: #c30410;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

.extra-btn {
    background-color: #287dd2;
    margin-top: 1em;
    color: #fff !important;
    border-radius: 15px;
    line-height: 1;
    padding: .5em 1em;
}

.add-to-cart-button:hover {
    background-color: #e90010;
}

.new-slider-product .price-block {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.new-slider-product .original-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #6e717dbe;
    margin-left: 0.6em;
}

.package-offer .original-price {
    font-size: 18px;
    text-decoration: line-through;
    color: #6e717dbe;
    line-height: 1em;
}

.package-offer .actual-price,
.new-slider-product .actual-price {
    font-size: 26px;
    color: #6e717d;
    margin-left: 7px;
}

.lSAction > .lSPrev {
    background-image: url(../images/slider-arrow-left.png);
    left: 0;
}

.lSAction > .lSNext {
    background-image: url(../images/slider-arrow-right.png) !important;
    right: 0;
}

.lSAction > .lSPrev,
.lSAction > .lSNext {
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.lSAction > a {
    width: 40px;
    height: 120px;
    top: 24%;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
}

.blank-bottom {
    height: 10px;
}

.new-shipping .shipping-text-block {
    background-color: #61dddb;
    color: #302627;
    padding-top: 15px;
}

.new-shipping .shipping-image-block img {
    width: 100%;
}

.new-shipping .shipping-image-block {
    padding-left: 0;
    padding-right: 0;
}

.new-shipping {
    padding: 0 1rem;
    margin-top: 3em;
    margin-bottom: 3em;
}

.new-shipping .shipping-title {
    font-family: "Roboto-Bold";
    font-size: 28px;
}

.new-shipping .highlight {
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    line-height: 1em;
    margin-bottom: 15px;
}

.new-shipping .shipping-sub {
    font-size: 20px;
    text-align: center;
    padding: 10px 1em 0 1em;
}

.footer-bottom-text {
    justify-content: center;
    text-align: center;
    margin-top: 2em;
}

.footer-title,
.footer-menu {
    font-size: 15px;
}

.footer-title,
.footer-title:hover,
.footer-title a {
    color: #000 !important;
    margin-bottom: 1em;
}

.footer-menu,
.footer-menu a {
    color: #868686;
}

.footer-menu p,
.footer-bottom-text p,
.footer-menu a {
    margin-bottom: 8px;
}

.footer-bottom-text,
.footer-bottom-text a {
    color: #bcbcbc;
    font-size: 14px;
}

.footer-menu {
    display: flex;
    flex-direction: column;
}

.footer-block {
    padding-top: 2em;
}

.footer a:hover {
    text-decoration: underline !important;
}

/* ALOLDAL */
.package-offer h3 {
    font-size: 30px;
    color: #c30410;
    margin-bottom: 0;
}

.package-offer .discount-amount {
    color: #10967c;
    border: 2px solid #10967c;
    border-radius: 15px;
    width: 100%;
    text-align: center;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    font-size: 35px;
    margin: 0.5em 1em;
}

.package-offer .add-to-cart {
    color: #fff;
    background-color: #c30410;
    transition: all ease-in-out 0.2s;
    font-size: 25px;
    padding: 0.2em 1em;
    border-radius: 15px;
    margin-top: 0.5em;
}

.package-offer .add-to-cart:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e90010;
    cursor: pointer;
}

.package-offer .description {
    color: #505050;
    margin: 1em 0;
    font-size: 16px;
}

.offer-row {
    border: 1px solid var(--pedellus-grey);
    padding: 15px 0;
}

.offer-row .offered-products {
    border: 1px solid var(--pedellus-grey);
    margin-right: 0px;
}

.offered-products .new-slider-product .title-block {
    /*height: 130px;*/
    font-size: 17px;
    overflow: hidden;
}

.offered-products .new-slider-product:hover .title-block {
    text-decoration: underline;
}

.offered-products .new-slider-product {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-view {
    margin-top: 3em;
    margin-bottom: 3em;
}

.product-view .carousel-control-prev-icon {
    background-image: url(../images/slider-arrow-left.png);
}

.product-view .carousel-control-next-icon {
    background-image: url(../images/slider-arrow-right.png);
}

.product-view .carousel-control-prev-icon,
.product-view .carousel-control-next-icon {
    height: 120px;
    width: 40px;
    background-repeat: no-repeat;
    background-size: auto;
    background-color: rgba(255, 255, 255, 0.7);
}

.product-view .package-offer .discount-amount,
.product-view .package-offer .add-to-cart {
    font-size: 21px;
}

.product-view .package-offer .discount-amount {
    padding: 0;
    line-height: 1em;
}

.product-view .package-offer .add-to-cart {
    padding: 6px 35px;
}

.product-view h3:nth-child(1) {
    color: #71bf4e;
    margin-bottom: 0;
}

.product-view h3:nth-child(2) {
    color: #008675;
    margin-bottom: 0.8em;
}

.product-view h3 {
    font-size: 25px;
}

.product-view .details {
    color: #626366;
    font-size: 15px;
    margin-top: 45px;
}

.product-view .title-row {
    border-bottom: 2px solid #c5c5c5;
    min-height: 200px;
}

.product-view .product-description {
    padding-top: 1em;
    text-align: justify;
    font-size: 18px;
    color: #454649;
}

.product-view .product-description.expandable {
    height: 230px;
    overflow: hidden;
}

#expand-button,
#collapse-button {
    width: 240px;
    color: #287dd2;
    border: 2px solid #2665b9;
    text-align: center;
    cursor: pointer;
}

.expand-container {
    width: 96%;
    position: absolute;
    bottom: -38px;
    justify-content: center;
    -webkit-box-shadow: 0px -43px 46px 11px #fbfcfd;
    -moz-box-shadow: 0px -43px 46px 11px #fbfcfd;
    box-shadow: 0px -43px 46px 11px #fbfcfd;
    display: none;
}

.collapse-container {
    display: none;
    justify-content: center;
    margin-top: 2em;
}

.downloadable {
    width: 500px;
    height: 150px;
    color: #fff;
    background-color: #5fa5eb;
    font-size: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1em;
    text-align: initial;
}

.downloadable:hover {
    text-decoration: none;
    color: #fff;
}

.downloadable img {
    padding: 0 1em;
}

.main .product-view .carousel-inner img {
    max-width: 100%;
    height: 440px;
    padding: 0 4em 1em 4em;
    object-fit: cover;
}

.product-view .carousel-inner {
    background: rgb(210, 215, 218);
    background: linear-gradient(
        0deg,
        rgba(210, 215, 218, 1) 0%,
        rgba(210, 215, 218, 1) 80%,
        rgba(255, 255, 255, 0) 80%,
        rgba(255, 255, 255, 0) 100%
    );
}

.product-view .carousel-control-next,
.product-view .carousel-control-prev {
    top: 90px;
}

.horizontal-line-before {
    height: 1px;
    width: 170px;
    display: flex;
    align-items: center;
    position: relative;
}

.horizontal-line-before .line {
    position: absolute;
    background-color: var(--pedellus-grey);
    height: 1px;
    width: 170px;
    left: 0;
}

.horizontal-line-after {
    height: 1px;
    width: 70px;
    margin-right: 10px;
    background-color: var(--pedellus-grey);
}

.dot {
    width: 4.5px;
    height: 4.5px;
    border-radius: 50%;
    background-color: var(--pedellus-grey);
}

.categories-absolute {
    position: absolute;
    left: 175px;
    top: 75px;
}

#navbarDropdownMenuLink {
    font-size: 17px;
    color: #10967c !important;
}

.category.dropdown-toggle:after {
    display: none;
}

.category.dropdown-toggle {
    padding: 0;
    margin-right: 25px;
    cursor: pointer;
}

.blank-div {
    height: 21px;
    width: 15px;
    position: absolute;
    top: -3px;
    right: -4px;
    border-right: 1px solid var(--pedellus-grey);
    border-top: 1px solid var(--pedellus-grey);
    border-top-right-radius: 10px;
    display: none;
}

.blank-div::after {
    content: "";
    display: block;
    height: 5px;
    width: 17px;
    position: absolute;
    top: -5px;
    right: -11px;
    background-color: #fbfcfd;
    z-index: 5;
    border-bottom-left-radius: 2px;
}

.category[aria-expanded="true"] + div {
    display: block;
}

/* MOBILE HEADER */
header .mobile-view .search-container {
    background-color: #434850;
    justify-content: center;
}

header .mobile-view .search {
    background-color: #949eae;
    border-radius: 15px;
    font-size: 16px;
}

.dots-mobile {
    color: var(--pedellus-grey);
    padding: 1.8em 1em 0 1em;
}

.mobile-view nav>.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5em 1em;
}

.mobile-view nav>.row>div {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#dropdownMenuButton-profile.dropdown-toggle::after {
    display: none;
}

#dropdownMenuButton-profile+.dropdown-menu {
    left: -42px !important;
}

#dropdownMenuButton-profile+.dropdown-menu .dropdown-item {
    border-top: none;
    text-align: center;
}

#dropdown-category-mobile,
#dropdown-category-mobile .dropdown-menu {
    width: 300px;
}

#navbarDropdownMenuLink-mobile {
    cursor: pointer;
}

/* MOBILE FOOTER */
.mobile-view .footer-title {
    margin-top: 1.5em;
    margin-bottom: .5em;
}

footer .mobile-view img {
    width: 250px;
    margin-left: -50px;
}

.mobile-carousel {
    display: none;
}

#mobile-carouselExampleControls img {
    height: 280px;
    object-fit: cover;
}

.product-view .add-to-cart-button {
    background-color: #c30410;
    position: absolute;
    bottom: -30px;
    right: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease-in-out 0.2s;
    z-index: 5;
    cursor: pointer;
}

.product-view .add-to-cart-button:hover {
    background-color: #e90010;
}

.product-view .discount-badge {
    width: 95px;
    height: 50px;
    font-size: 26px;
    padding-left: 10px;
    padding-top: 3px;
}

.mobile-view .cart-sum {
    bottom: -23px;
    right: 0;
    color: #92cac7;
}

.mobile-view .product-count {
    background-color: #92cac7;
    color: #015b4f;
    font-weight: 500;
}

#banner-home-mobile,
#banner-productview-mobile-1,
#banner-productview-mobile-2,
#banner-productview-desktop {
    margin: 2em 0;
}

.main #banner-home-mobile img,
.main #banner-productview-mobile-1 img,
.main #banner-productview-mobile-2 img,
.main #banner-productview-desktop img {
    height: unset;
    margin: 0 auto;
    display: block;
    width: 95%;
}

.main #banner-home-mobile img {
    height: 300px;
    object-fit: contain;
}

.main #banner-productview-mobile-1 img {
    height: 120px;
    object-fit: contain;
}

.main #banner-productview-mobile-2 img {
    height: 355px;
    object-fit: contain;
}

.main #banner-productview-desktop img {
    height: 175px;
    object-fit: contain;
}

footer .home-link {
    position: absolute;
    top: 0;
    right: 30px;
}

.logged-in-user {
    width: 110px;
    text-align: right;
}

.logout-btn {
    width: 82px;
    text-align: right;
}

#login-btn,
#login-btn-mobile {
    cursor: pointer;
}

.container-fluid {
    background: #10967c;
}

.old-design .container {
    background-color: #fbfcfd;
}

.base_container {
    min-height: unset;
    padding-top: 0;
    padding-bottom: 0;
}

.base_container .container {
    min-height: 500px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.old-design input,
.old-design textarea,
.old-design .category-list,
.old-design select,
.old-design .navbar-toggle.category-button-list {
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75) !important;
}

.old-design .registration_part,
.old-design .list-group-item-elfogad.reg,
.old-design .list-group-item-newsletter,
.old-design .account-subtitle,
.old-design .contact_sub_title,
.old-design .contact-details,
.old-design .contact-details p a,
.old-design .container-label,
.old-design .forgot_desc{
    color: #000 !important;
}

.old-design .account-title,
.old-design .contact_title,
.old-design .thanks-order-title {
    color: #008675;
    padding-top: 1em;
}

.old-design #reg_form {
    overflow: unset;
}

.old-design.container-fluid {
    padding: 0 !important;
}

.old-design .list-group-item-order {
    margin-left: 0;
}

.old-design #reg_button {
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.old-design.cart-fluid .container {
    padding-top: 1em;
    min-height: 400px;
}

footer .desktop-view .simplepay-logo {
    width: 290px;
}

footer .mobile-view .simplepay-logo {
    width: 250px;
}

small.help-block {
    color: #f00;
}

.old-design #forgot_mail_form input,
.old-design #lost_mail_form input {
    width: 93%;
}

.store_fluid {
    min-height: unset;
}

.store_fluid .container {
    min-height: 400px;
}

.desktop-view .cart-sum.emptycartsum {
    color: #6e717d;
}

.pagination {
    display: inline-block;
    margin-top: 2em;
}

.pagination .page-link {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(115,115,115,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(115,115,115,1);
    box-shadow: 0px 0px 5px 0px rgba(115,115,115,1);
}

.alert {
    margin-bottom: 0 !important;
}

.old-design .category-list {
    margin-top: 2em;
}

.cart_view_price p {
    width: 70px;
}

.cart_view_piece div {
    width: 100px;
}

.cart_view_amount p {
    width: 80px;
}

.cart_view_name p {
    width: 275px;
}

header div.akcio-button {
    background-color: #fd8f8f !important;
    color: #750e0e !important;
    cursor: pointer;
}

#dropdown-category,
#dropdown-category-mobile,
#dropdown-category .dropdown-menu,
#dropdown-category-mobile .dropdown-menu{
    padding: 0;
    z-index: 1001;
}

.can-not-order {
    color: #c30410;
    font-size: 22px;
    text-align: center;
}

.old-design.digital .container {
    min-height: unset;
}

.old-design .order-title {
    padding-top: 1em;
}

.old-design.order .list-group-item-order {
    margin-left: 10px;
}

#kupon_check_button {
    background-color: #ffdd00;
    color: #40485a !important;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    margin: 1.5em auto;
    margin-bottom: .5em;
    display: inline-block;
    padding: 6px 0;
    border-radius: 30px;
    border: 0 !important;
    width: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.success_message_kupon {
    color: #10967c;
    margin-top: 1em;
    display: none;
}

.error_message_kupon {
    color: #f00;
    display: none;
}

.side-banner {
    position: absolute;
    top: 70px;
    width: 240px;
    object-fit: cover;
}

.left-banner {
    left: -260px;
}

.right-banner {
    right: -260px;
}

.side-banner p {
    color: #fff;
    font-size: 20px;
    padding: .3em;
    margin-bottom: 0;
    font-family: "Roboto-Regular";
}

.side-banner span {
    font-family: "Roboto-Bold";
}

.side-banner .main-text {
    font-size: 22px;
    background-color: #a6f115;
    color: #10967c;
}

.side-banner img {
    padding-bottom: 1em;
}

#back_to_order_button {
    background-color: #a2a2a2;
    color: #fff;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'Roboto-Bold';
    display: inline-block;
    padding: 12px 0;
    border-radius: 30px;
    border: 0 !important;
    width: 100px;
    text-align: center;
    margin: 2.5em auto;
    margin-right: 1.5em;
}

.order-sum .order-payment-title {
    margin-top: 1.4em;
    margin-bottom: 0;
    text-align: left;
}

.order-sum .payment-block {
    color: #656c78;
    font-family: 'Roboto-Regular';
}

.order-sum .payment-block div p {
    margin-bottom: .5em;
}

.order-sum .table-title {
    font-family: 'Roboto-Medium';
}

.order-sum .sum-price-block {
    color: #656c78;
    font-size: 22px;
    margin: 1.8em auto;
    width: 60%;
}

.order-sum .sum-price-block p {
    display: flex;
    justify-content: space-between;
}

.order-sum .old-price {
    text-decoration: line-through;
    font-family: 'Roboto-Regular';
    font-size: 15px;
    font-weight: normal;
}

.order-sum .table-title div,
.order-sum .table-content div {
    display: flex;
    align-items: center;
}

.order-sum .mobile-table-name {
    display: none;
    font-family: 'Roboto-Medium';
}

.category-icon {
    height: 27px !important;
    width: 27px !important;
    margin-right: .4em;
}

#inputSearc {
    margin-left: 15px;
    margin-right: 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.searched-product-block {
    display: block;
    overflow: hidden;
}

a {
    text-decoration: none !important;
}

.new-col {
    display: flex;
    flex-wrap: wrap;
}

.new-col .product-list-product-block  {
    display: flex;
    height: initial !important;
    min-height: initial !important;
    max-height: initial !important;
}

.new-col .product-list-product-block a {
    width: 100%;
}

#carouselExampleIndicators {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.products-in-package {
    text-align: left !important;
}

.products-in-package .new-slider-product:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.products-in-package .new-slider-product:hover .title-block {
    text-decoration: underline;
}

.light.cc_dialog {
    padding: 1em 1.5em !important;
    max-width: 90% !important;
}

.new-product-list {
    width: 100%;
}

.new-product-list .new-slider-product:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.download-icon-container {
    display: inline-block;
    background-color: #5fa5eb;
    padding: .8em;
    margin-top: 15px;
    border-radius: 15px;
}

.download-icon-container img {
    width: 35px;
}

/*eof*/