@font-face {
    font-family: 'dxl-reg';
    src: url('fonts/DaxlinePro-Regular_13131.woff2') format('woff2'),
         url('fonts/DaxlinePro-Regular_13131.woff')  format('woff'),
         url('fonts/DaxlinePro-Regular_13131.ttf')   format('truetype'),
         url('fonts/DaxlinePro-Regular_13131.otf')   format('opentype');
}

@font-face {
    font-family: 'dxl-bold';
    src: url('fonts/DaxlinePro-Bold_13127.woff') format('woff'),
         url('fonts/DaxlinePro-Bold_13127.ttf')  format('truetype'),
         url('fonts/DaxlinePro-Bold_13127.eot')   format('embedded-opentype'),
         url('fonts/DaxlinePro-Bold_13127.svg')   format('svg');
}

@font-face {
    font-family: 'dxl-light';
    src: url('fonts/DaxlinePro-Light_13129.woff') format('woff'),
         url('fonts/DaxlinePro-Light_13129.ttf')   format('truetype'),
         url('fonts/DaxlinePro-Light_13129.eot')  format('embedded-opentype'),
         url('fonts/DaxlinePro-Light_13129.svg')   format('svg');
}

@font-face {
    font-family: 'dxl-med';
    src: url('fonts/DaxlinePro-Medium_13130.woff') format('woff'),
         url('fonts/DaxlinePro-Medium_13130.ttf')   format('truetype'),
         url('fonts/DaxlinePro-Medium_13130.otf')  format('opentype'),
         url('fonts/DaxlinePro-Medium_13130.svg')   format('svg');
}


@font-face {
    font-family: 'futura-med';
    src: url('fonts/fonnts.com-Futura_PT_Medium.woff') format('woff'),
         url('fonts/fonnts.com-Futura_PT_Medium.eot')   format('embedded-opentype'),
         url('fonts/fonnts.com-Futura_PT_Medium.otf')  format('opentype');
}

body.pt-c {
    padding-top: 123px;
}
body a {
    text-decoration: none;
}
.futura-med {
    font-family: "futura-med", sans-serif;
}
.dxl-reg {
    font-family: "dxl-reg", sans-serif;
}

.dxl-med {
    font-family: "dxl-med", sans-serif;
}


.dxl-light {
    font-family: "dxl-light", sans-serif;
}

.dxl-bold {
    font-family: "dxl-bold", sans-serif;
}

body .navbar-brand {
    padding: 0;
    margin: 0;
}
h2.main-title {
    font-size: 40px;
    text-transform: uppercase;
    color: #724e2c;
    line-height: 44px;
}
h3.main-title {
    font-size: 34px;
    color: #0084cd;
    line-height: 38px;
    margin-bottom: 30px;
}
p.section-text, 
.blog-post-content p, 
.orderform label, 
.product-description p {
    font-size: 22px;
    line-height: 26px;
    margin: 20px 0;
    font-family: "dxl-light", sans-serif;
}
.blog-post-content {
    padding-bottom: 30px;
}
.product-description {
    margin: 60px 0;
}
.cart-row {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
    margin-bottom: 15px;    
}
.orderform {
    padding-bottom: 70px;
}
.orderform .btn-basket {
    margin-top: 30px;
}
.orderform label {
    margin: 3px 0 0 0;
}

.orderform .form-check-input {
    width: 1.3rem;
    height: 1.3rem;
    border: 2px solid #555;
    cursor: pointer;
    margin-right: 10px;
}

.orderform .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.orderform .form-check-label {
    cursor: pointer;
}

.nav-item .nav-link {
    color: #048ad1;
    font-size: 20px;
}
nav.bg-light {
    background-color: transparent !important;
    transition: background-color 0.3s ease;
}
nav.bg-light.scrolled {
    background-color: white !important;
}
#main-top {
    background: url('../../img/top-main.jpg') no-repeat center center;
    height: 894px;
    align-items: center;
}
#main-top h2 {
    text-align: center;
    font-size: 44px;
    color: #633b15;
    text-transform: uppercase;
    margin-top: 190px;
}
#main-top p {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin: 25px 0;
    color: #000;
}
#main-top h2 span {
    color: #1d92d7;
}

#main-top .icons-row {
    margin-top: 70px;
}
#main-top .icons-row p {
    margin: 22px 0 0 0;
    font-size: 20px;
    font-family: "dxl-light", sans-serif;
    line-height: 22px;
}

.buttons-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.btn-eszkimo {
    border: 1px solid #1990d2;
    display: inline-block;
    border-radius: 8px;
}
.buttons-top .btn-eszkimo, .btn-lg-reszletes {
    padding: 0 15px;
    font-family: "dxl-reg", sans-serif;
    font-size: 24px;
    color: #1990d2;
    line-height: 59px;
    transition: background-color 0.3s, color 0.3s;
}

.buttons-top .btn-eszkimo:hover, .btn-lg-reszletes:hover {
    background-color: #1d92d7;
    color: #fff;
}
.buttons-top .btn-eszkimo:first-child, .btn-lg-reszletes {
    background-color: #1d92d7;
    color: #fff;
    transition: background-color 0.3s, color 0.3s;
}

.buttons-top .btn-eszkimo:first-child:hover, .btn-lg-reszletes:hover {
    background-color: #fff;
    color: #1d92d7;
}

.btn-cart {
    padding: 0;
    line-height: 34px;
}
.btn-cart .bi-cart3 {
    font-size: 30px;

}
.btn-cart .badge {
    background-color: #1d92d7;
    color: #fff;
    top: 5px;
}

#searchform {
    position: relative;
}
#searchform button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
}
#searchform input {
    border: 1px solid #309bd6;
    border-radius: 8px;
    padding: 0 15px;
    background-color: transparent;
    height: 37px;
    width: 320px;
}
div.srch-cart-btn {
    display: flex;
    gap: 50px;
    margin-bottom: 7px;
}

#categories {
    padding: 70px 0;
    background: url('../../img/eszkimo-bg.jpg') no-repeat bottom center;
    height: 1350px;
}
.cat-ikon {
    text-align: center;
    margin-top: -30px;
}

.category-card {
    border: 1px solid #ececec;
    border-radius: 15px;
    padding-bottom: 10px;
}
.category-card p.dxl-med {
    font-size: 22px;
    line-height: 24px;
    margin: 20px 0 10px 0;
}
.category-card p.dxl-light {
    font-size: 18px;
    line-height: 20px;
    margin: 10px 0 15px 0;
}

a.btn-categ-card {
    font-family: "dxl-reg", sans-serif;
    font-size: 17px;
    background-color: #1d92d7;
    color: #fff;
    border: 1px solid #1d92d7;
    padding: 7px 12px 6px 12px;
    border-radius: 8px;
    transition: background-color 0.3s, color 0.3s;
}
a.btn-categ-card:hover {
    color: #1d92d7;
    background-color: transparent;
}
#miert-az-eszkimo {
    margin-top: 110px;
}
a.btn-lg-reszletes {
    padding-left: 40px;
    padding-right: 40px;
    line-height: 51px;
    margin-top: 40px;
}

.r-cat-icon {
    margin-bottom: 30px;
}
.r-cat-icon p {
    margin: 10px 0;
    font-size: 20px;
    line-height: 22px;
}

#ajanlott-termekek {
    background: #633b15;
    padding: 70px 0;
}
#ajanlott-termekek h2 span {
    color: #0084cd;
}

#ajanlott-termekek h2 {
    margin-bottom: 15px;
}
.product-box {
    border-radius: 10px;
    overflow: hidden;
}
.webshop-list-container h2.main-title {
    margin-bottom: 50px;
    border-bottom: 1px solid #0c8acf;
    color: #0c8acf;
}
.webshop-list-container .product-box {
    margin-bottom: 30px;
    border: 1px solid #d3d3d3;
}
.product-box .product-img {
    height: 235px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.product-box-bottom {
    background-color: #fff;
    padding: 15px;
}
.product-box .pb-link {
    font-size: 24px;
    line-height: 26px;
    color: #000;
    height: 78px;
    display: inline-block;
}
a.btn-product {
    font-family: "dxl-med", sans-serif;
    font-size: 18px;
    color: #0084cd;
    line-height: 37px;
    padding: 2px 15px 0 15px;
    display: inline-block;
    margin: 10px 0;
    transition: all .3s ease-in-out;
}
a.btn-product:hover {
    background-color: #0084cd;
    color: #fff;
}
.product-box .product-price {
    font-size: 28px;
    line-height: 30px;
    margin: 5px 0;
}

.product-box .product-qty {
    width: 7.5ch;
    text-align: left;
    -moz-appearance: auto;
    appearance: auto;
    border-radius: 0;
    border: 1px solid #000;
}
/* Webkit böngészők (Chrome, Safari, Edge) */
.product-box .product-qty::-webkit-inner-spin-button {
    opacity: 1;
}
.product-box .form {
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}
.btn-basket {
    font-family: "dxl-reg", sans-serif;
    font-size: 22px;
    background-color: #0084cd;
    color: #fff;
    line-height: 44px;
    padding: 3px 25px 0 25px;
    text-transform: none;
}

#blog {
    padding: 80px 0;
    background-color: #fff;
}
#blog h2.main-title {
    color: #000;
}
#blog h3.main-title {
    margin-bottom: 70px;
}
.blog-1 img {
    border-radius: 15px;
}
.blog-1 a.blog-link, .blog-2 a.blog-link {
    font-size: 23px;
    line-height: 25px;
    margin: 25px 0 0 0;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
}
.blog-1 p.section-text, .blog-2 p.section-text {
    font-size: 20px;
    line-height: 22px;
}
.blog-1 a.btn-blog, .blog-2 a.btn-blog {
    font-size: 22px;
    color: #0084cd;
    line-height: 41px;
    padding: 3px 25px 0 25px;
    background-color: #fbfafa;
    transition: all .3s ease-in-out;

}
.blog-1 a.btn-blog:hover, .blog-2 a.btn-blog:hover {
    background-color: #0084cd;
    color: #fff;
}
.blog-2 a.blog-link {
    margin-top: 0;
}
.blog-2 p.section-text {
    margin: 12px 0;
}

.blog-2 a.btn-blog {
    font-size: 18px;
    line-height: 35px;
}
.blog-2 .blog-2__row {
    display: flex;
    gap: 16px;
    margin-bottom: 25px;
}

.blog-2 .blog-2__img-col {
    flex: 0 0 42%;
    
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}

.blog-2 .blog-2__content-col {
    flex: 1;
}
#blog a.btn-lg-reszletes {
    padding-top: 4px;
}

#videok {
    background: url('../../img/videok-bg.png') no-repeat center center;
    height: 820px;
    position: relative;
    z-index: 2;
    padding: 130px 0 70px 0;
}


.videok-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    margin-top: 12px;
}

.videok-carousel {
    position: relative;
    margin-top: 60px;
}


.videok-carousel .item {
    display: block;
    height: 270px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
}
.videok-carousel .item img {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #fff;
}
#videok h2.main-title {
    color: #fff;
}
#videok h3.main-title {
    color: #b0d182;
}
.videok-carousel .item {
    position: relative;
}

.videok-carousel .item__bg {
    width: 100%;
    display: block;
}

.videok-carousel .item__link img {
    border: none;
}
.videok-carousel .item__link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.videok-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 116px;
    left: 15px;
}
.videok-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 116px;
    right: 15px;
}


#rolunk-mondtak {
    background-color: #633b15;
    padding: 70px 0;
    margin-top: -110px;
    position: relative;
    z-index: 1;
}
#rolunk-mondtak h2.main-title, #rolunk-mondtak h3.main-title {
    color: #fff;
}
.velemenyek_slider .item .szoveg-box {
  background: #fff;
  padding: 30px 35px;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-family: "dxl-reg", sans-serif;
  line-height: 23px;
  color: #333;
}

.velemenyek_slider .item .szoveg-box p {
    margin: 0;
}

.velemenyek_slider .item .szoveg-box::after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 22px 18px 0 18px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Idézőjelek */
.velemenyek_slider .idezojel {
  font-size: 50px;
  line-height: 1;
  color: #333;
  font-family: Georgia, serif;
  position: absolute;
}

.velemenyek_slider .idezojel--bal {
  top: 10px;
  left: 15px;
}

.velemenyek_slider .idezojel--jobb {
  bottom: -10px;
  right: 15px;
}

/* Aláírás */
.velemenyek_slider .alairas {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-family: "dxl-light", sans-serif;
  line-height: 23px;
}
.velemenyek_slider.owl-carousel .owl-dots {
  text-align: center;
}

.velemenyek_slider.owl-carousel .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  display: block;
  transition: background 0.3s;
}

.velemenyek_slider.owl-carousel .owl-dots .owl-dot.active span {
  background: #fff;
  border-color: #fff;
}
.v-fotok img {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
    transition: opacity 0.4s ease;

}

.v-fotok {
  position: relative;
  height: 312px;
}

.v-fotok img.aktiv {
  opacity: 1;
}
.v-fotok img:first-child {
  opacity: 1;
}

#kapcsolat {
    padding: 80px 0;
    background-color: #fff;
}
#kapcsolat h2.main-title {
    color: #000;
}   
.cbox {
    margin: 40px 0 70px 0;
    justify-content: space-between;
}
.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
}
.contact-box p {
    font-family: "dxl-reg", sans-serif;
    font-size: 22px;
    line-height: 24px;
    margin: 0;
}
form .kapcs-form-input {
    border: 2px solid #0c8acf;
}
form input.kapcs-form-input, form select.kapcs-form-input {
    margin-bottom: 20px;
}
form.orderform input.kapcs-form-input, form.orderform select.kapcs-form-input {
    margin-bottom: 0px;
}
form.orderform label:not(.form-check-label) {
    margin-top: 20px;
}
form.orderform hr {
    margin: 2rem 0;
}
form.orderform .validation-error {
    font-family: "dxl-light", sans-serif;
    font-size: 17px;
}
#kapcsolati-form textarea {
    height: 136px;
}

#kapcsolati-form input,
#kapcsolati-form textarea {
  font-size: 20px;
  font-family: "dxl-reg", sans-serif;
  padding: 8px 10px 5px 10px;
}

#kapcsolati-form input::placeholder,
#kapcsolati-form textarea::placeholder {
  font-size: 20px;
  font-family: "dxl-reg", sans-serif;
}
.checkbox-label {
    font-size: 18px;
}

#map iframe {
    width: 100%;
    height: 600px;
    border: none;
    display: block;
}
#miert-az-eszkimo, #ajanlott-termekek, #blog, #videok, #rolunk-mondtak, #kapcsolat {
  scroll-margin-top: 120px; /* a sticky menü magassága + kis extra */
}

footer {
    padding: 40px 0 0 0;
    background-color: #633b15;
}
footer .footer-nav {
    flex-direction: row;
    gap: 30px;
}
.footer-nav a.nav-link {
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}
footer .copyright {
    margin-top: 25px;
    padding: 15px 0;
    background-color: #0083cb;
}
footer .copyright p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}
.webshop-list-container, .order-container, .blog-list-container {
    padding-top: 60px;
}
.blog-list-container .blogs {
    margin: 60px 0;
}

.blog-list-container .blogs .blog-1 {
    margin-bottom: 30px;
}
.order-container {
    min-height: 65vh;
}
main.webshop-list-main {
    background-color: #633b15;
}
.blog-post {
    margin-top: 60px;
}

#product-page .product-image {
    height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #a0a09f;
    border-radius: 15px;
    border: 1px solid #a6a6a5;
}
#product-page p.product-price {
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 15px 0;
}
h2.product-title {
    font-size: 30px;
    line-height: 32px;
    margin: 0;
}
.product-icons {
    display: flex;
    padding: 52px 0;
    justify-content: flex-start;
	gap: 20px;
}
.product-icons .product-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.product-icon p {
     width: min-content;
     font-family: 'dxl-light', sans-serif;
     font-size: 20px;
     line-height: 22px;
     margin: 15px 0 0 0;
}
#product-page form div {
    align-items: end;
}

#product-page form div input {
    width: 80px;
    height: 49px;
}
#product-page form div button {
    text-transform: uppercase;
}
#product-page form div span {
    font-size: 24px;
    line-height: 24px;
    padding: 0 25px 0 10px;
}
nav.nav-breadcrumb {
    margin: 40px 0;
}

span.out-of-stock-badge {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-family: 'dxl-bold', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 34.333%;
}

#euModal .modal-content {
    background-color: transparent;
    font-family: 'dxl-med', sans-serif;
}
#euModal .modal-body, #euModal .modal-footer {
    background-color: #fff;
}
#euModal .modal-header {
    background-color: #0084cd;
    color: #fff;
}
#euModal .modal-body {
    padding: 15px;
}
#payment-page {
    min-height: 65vh;
    padding: 70px 0;
}

#payment-page .btn-basket:hover {
    border: 1px solid #0083cb;
    color: #0083cb;
}
#payment-page .barion-logo {
    max-width: 100%;
}
div.webshop-list-categs {
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-top: 10px;
    padding-top: 10px;
}


div.webshop-list-categs .category-card {
    transition: all .3s ease-in-out;
}

div.webshop-list-categs .category-card.selected, div.webshop-list-categs .category-card:hover {
    border-color: #048ad1;
    box-shadow: 2px 1px 12px 2px #048ad1;
    -webkit-box-shadow: 2px 1px 12px 2px #048ad1;
}
div.webshop-list-categs .category-card:hover a {
    background-color: #1d92d7;
    color: #fff;
}
div.menu-second {
    display: flex; flex-direction: column; align-items: flex-end;
 }
 div.top-bar {
    gap: 50px;
 }


 .product-item {
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.product-item.d-none {
    display: none !important;
}

.product-item.fade-in {
    opacity: 1;
    transform: translateY(0);
}

a.change-lang img {
    width: 35px;
}
/* Mobil */
@media (max-width: 767px) {
    body {
        padding-top: 135px;
    }
    #main-top {
        background-position: top left;
        background-size: cover;
    }
    #main-top h2 {
        margin-top: 60px;
        font-size: 36px;
        line-height: 38px;
    }
    #main-top p {
        font-size: 26px;
        line-height: 28px;    
    }
    .buttons-top {
        text-align: center;
    }
    #main-top .icons-row {
        margin-top: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
        background-color: #fff;
    }
    
    #main-top .icons-row div {
        margin: 15px 0;
    }
    nav.bg-light {
        background-color: #fff !important;
    }
    div.cbox {
        flex-direction: column !important;
        margin: 0 0 30px 0;
    }
    #miert-az-eszkimo img {
        width: 100%;
    }
    #miert-az-eszkimo .r-cat-icon img {
        width: auto;
    }
    .buttons-top {
        flex-direction: column;
    }
    .row-cols-5>* {
        width: 100%;
    }
    footer .footer-nav {
        flex-direction: column;
        gap: 5px;
    }
    a.navbar-brand img {
        width: 120px;
    }
    #searchform input {
        width: 100%;
    }
    .change-lang {
        display: none;
    }
    div.menu-second {
        width: 100%;
    }
    div.menu-second .srch-cart-btn {
        justify-content: space-between;
        width: 100%;
        padding-right: 10px;
        margin-top: 10px;
    }
    #main-top {
        height: auto;
    }
    #categories {
        padding: 10px 0 0px 0;
        height: auto;
        background: none;
    }
    #ajanlott-termekek {
        padding: 30px 0;
    }
    #categories .row-cols-5>* {
        margin-bottom: 15px;
    }
    #miert-az-eszkimo {
        margin-top: 30px;
    }
    button.navbar-toggler {
        position: fixed;
        right: 15px;
        top: 15px;
    }
    #miert-az-eszkimo a.btn-lg-reszletes {
        margin-top: 5px;
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    div.top-bar {
        justify-content: space-between !important;
        padding-right: 15px;
        margin-top: 15px;
    }
    #miert-az-eszkimo, #ajanlott-termekek, #blog, #videok, #rolunk-mondtak, #kapcsolat {
        scroll-margin-top: 150px;
    }
    span.out-of-stock-badge {
        font-size: 26px;
    }
    #ajanlott-termekek .product-box {
        margin: 15px 0;
    }
    #blog {
        padding: 30px 0;
    }
    .blog-2 .blog-2__row {
        flex-direction: column;
    }
    .blog-2 a.btn-blog {
        font-size: 22px;
    color: #0084cd;
    line-height: 41px;
    }
    .blog-2 a.blog-link {
        margin: 12px 0 12px 0;
    }
    .blog-1 {
        margin-bottom: 25px;
    }
    #blog a.btn-lg-reszletes {
        margin-top: 10px;
    }
    #videok {
        padding: 30px 0;
        background: #0083cb;
        height: auto;
    }
    .videok-carousel {
        margin-top: 0px;
    }
    #rolunk-mondtak {
        margin: 0;
        padding: 30px 0;
    }
    .v-fotok {
        margin-top: 20px;
    }
    #kapcsolat {
        padding: 30px 0;
    }
    .contact-box {
        margin: 15px 0;
    }
    .contact-box p {
        font-size: 18px;
    }
    .contact-box img {
        width: 70px;
    }
    div.webshop-list-categs .category-card, div.webshop-list-categs .category-card.selected {
        margin-bottom: 0px;
        padding-bottom: 0px;
        border: none;        
        -webkit-box-shadow: none;
    }
    
    div.webshop-list-categs .category-card .cat-ikon {
        display: none;
    }
    
    div.webshop-list-categs .category-card a {
        width: 100%;
        text-align: center;
    }
    .webshop-list-container h2.main-title {
        margin-bottom: 0px;
        font-size: 36px;
    }
    .webshop-list-container, .order-container, .blog-list-container {
        padding-top: 30px;
    }
    .blog-post h2.main-title {
        font-size: 36px;
    }
    h2.product-title {
        margin-top: 20px;
        font-size: 28px;
    }
    #product-page .product-image {
        height: 300px;
    }
    .product-icons {
        flex-wrap: wrap;
    }
    .product-icons .product-icon {
        flex: 0 0 50%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    
    .product-icons .product-icon p {
        font-size: 18px;
        line-height: 20px;
    }
    #product-page form .form {
        flex-wrap: wrap;
    }
    #product-page form .form .form-control {
        flex: 0 0 80%;
    }
    #product-page form .form span {
        flex: 0 0 20%;
    }
    #product-page form .form button {
        flex: 0 0 100%;
        margin-top: 10px;
    }
    .szc-title {
        margin-top: 30px;
    }
    .orderform .form-check-input {
        margin-right: 0px;
    }
    .cart-row div {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}