.page-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#pages-banner {
    position: relative;
}

.pages-banner-image {
    height: 445px;
    background-position: center top;
}

.pages-wrapper {
    position: absolute;
    display: flex;
    height: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
}

.content-side-heading {
    height: 65px;
    background: #e42128;
    text-align: left;
    padding: 5px 15px 5px 25px;
    display: table;
    width: 100%;
}

.content-side-heading h1 {
    font-size: 21px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    display: table-cell;
    line-height: 1.2em;
    font-family: var(--secondary-font-family);
}

.breadcrumb {
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 100%);
    height: 65px;
}

#pages-content {
    background: #fff;
    position: relative;
    background-image: url(../media/img/bg-banner.jpg);
    padding-bottom: 15px;
    font-family: var(--secondary-font-family);
    color: var(--info-color);
}

#pages-content a {
    color: #e42128;
}

.content-side-wrapper {
    background: #fff;
    padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #d9cec5;
    margin-bottom: 25px;
}

.content-side-nav li a {
    font-size: 17px;
    color: var(--info-color);
    font-weight: 600;
    display: block;
    padding: 6px 5px 6px 20px;
}

.content-heading {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0 10px 0;
}

#pages-content ul {
    font-size: 16px;
}

.box-item {
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .25);
    display: block;
    margin-bottom: 25px;
}

.box-item .box-image {
    overflow: hidden;
    width: 100%;
    text-align: center;
    display: table;
}

.box-item .box-image a img,
.box-item .box-image img {
    width: 100%;
    height: auto;
}

.box-item .box-text {
    font-size: 15px;
    color: #4a300e;
    padding: 12px 0;
    margin-bottom: 0;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 90px;
    line-height: 1.2em;
}

.box-item .box-text span {
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
    color: #363636;
    font-size: 14px;
    font-weight: 400;
}

.box-item .box-text .box-text-link {
    display: block;
    font-size: 18px;
    margin-top: 6px;
    text-align: right;
    position: absolute;
    right: 25px;
    bottom: 35px;
    color: #e42128;
}

.box-text i {
    color: #e42128;
}

.thumbnail {
    display: inline-block;
    padding: 4px;
    margin: 10px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}

.pull-left {
    float: left !important;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.contact-table {
    width: 100%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.u-margin-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.u-fifth-four {
    width: 80%;
}

.product-list-item {
    position: relative;
    display: block;
    font-size: 16px;
    margin-bottom: 35px;
    border-radius: 23px;
}

.product-list-item-image {
    overflow: hidden;
}

.product-list-item-image img {
    max-width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-out;
}

.product-list-item-body {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    display: flex;
}

.product-list-item-body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 159, 235, 0.7);
    border-radius: 0 10px 10px 0;
}

.product-list-item-body::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: rgba(0, 159, 235, 0.7);
    transition: all 0.1s ease-out;
}

.product-list-item:hover .product-list-item-body::before {
    width: 50px;
    left: -50px;
    animation: border-width 0.3s ease-in-out 1;
}

.product-list-item-body .pl-text {
    position: relative;
    width: 60%;
    height: 100%;
    padding: 0 10px;
    text-align: center;
    z-index: 1;
    flex: 2;
}

.product-list-item-body .pl-text h2 {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    margin: 0;
    color: #fff;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 900;
    transform: translateY(-50%);
}

.product-list-item-body .pl-text span {
    position: absolute;
    bottom: 8%;
    left: 10px;
    right: 0;
    height: 20px;
    width: 230px;
    color: #fff;
    font-size: 1.25em;
    font-weight: 700;
}

.product-list-item-body .pl-image {
    position: relative;
    width: 40%;
    height: 100%;
    text-align: right;
    vertical-align: bottom;
    z-index: 1;
    flex: 2;
}

.product-list-item-body .pl-image img {
    position: absolute;
    bottom: 10%;
    right: 20%;
    max-width: 60%;
    max-height: unset;
    padding: 0 10px 10px;
}

/* Category-based Background Overlays */
.product-list-item.blue .product-list-item-body::before,
.product-list-item.blue .product-list-item-body::after,
.product-list-item.gold .product-list-item-body::before,
.product-list-item.gold .product-list-item-body::after {
    background: var(--color-blue);
}

.product-list-item.green .product-list-item-body::before,
.product-list-item.green .product-list-item-body::after,
.product-list-item.peynir .product-list-item-body::before,
.product-list-item.peynir .product-list-item-body::after,
.product-list-item.bulgur .product-list-item-body::before,
.product-list-item.bulgur .product-list-item-body::after,
.product-list-item.bitkisel .product-list-item-body::before,
.product-list-item.bitkisel .product-list-item-body::after {
    background: var(--color-green);
}

.product-list-item.red .product-list-item-body::before,
.product-list-item.red .product-list-item-body::after {
    background: var(--color-red);
}

.product-list-item.brown .product-list-item-body::before,
.product-list-item.brown .product-list-item-body::after {
    background: var(--color-brown);
}

.product-list-item.green-white .product-list-item-body::before,
.product-list-item.green-white .product-list-item-body::after {
    background: var(--color-green-white);
}

.product-list-item.orange .product-list-item-body::before,
.product-list-item.orange .product-list-item-body::after {
    background: var(--color-orange);
}

.product-list-item.lightbrown .product-list-item-body::before,
.product-list-item.lightbrown .product-list-item-body::after {
    background: var(--color-lightbrown);
}

.product-list-item.darkgreen .product-list-item-body::before,
.product-list-item.darkgreen .product-list-item-body::after {
    background: var(--color-dark-green);
}

.product-list-item.pink .product-list-item-body::before,
.product-list-item.pink .product-list-item-body::after {
    background: var(--color-pink);
}

.product-list-item.purple .product-list-item-body::before,
.product-list-item.purple .product-list-item-body::after {
    background: var(--color-purple);
}

.product-list-item.darkpurple .product-list-item-body::before,
.product-list-item.darkpurple .product-list-item-body::after,
.product-list-item.darkred .product-list-item-body::before,
.product-list-item.darkred .product-list-item-body::after {
    background: var(--color-dark-purple);
}

.product-list-item.yellow .product-list-item-body::before,
.product-list-item.yellow .product-list-item-body::after {
    background: var(--color-yellow);
}

.product-list-item.lightblue .product-list-item-body::before,
.product-list-item.lightblue .product-list-item-body::after {
    background: var(--color-lightblue);
}

.product-list-item.new-products .product-list-item-body::before,
.product-list-item.new-products .product-list-item-body::after {
    background: var(--color-darkblue);
}

.product-list-item.lightgreen .product-list-item-body::before,
.product-list-item.lightgreen .product-list-item-body::after {
    background: var(--color-light-green);
}

.product-list-item.meat-and-meat .product-list-item-body::before,
.product-list-item.meat-and-meat .product-list-item-body::after {
    background: var(--color-et);
}

.product-list-item.milk-and-milk .product-list-item-body::before,
.product-list-item.milk-and-milk .product-list-item-body::after,
.product-list-item.yogurt .product-list-item-body::before,
.product-list-item.yogurt .product-list-item-body::after {
    background: var(--color-dairy);
}

.product-list-item.kek .product-list-item-body::before,
.product-list-item.kek .product-list-item-body::after,
.product-list-item.kraker .product-list-item-body::before,
.product-list-item.kraker .product-list-item-body::after {
    background: var(--color-biscuit);
}

.product-list-item.miniki .product-list-item-body::before,
.product-list-item.miniki .product-list-item-body::after {
    background: var(--color-darkblue);
}

.product-list-item.niko-biscuites .product-list-item-body::before,
.product-list-item.niko-biscuites .product-list-item-body::after,
.product-list-item.ikramliklar .product-list-item-body::before,
.product-list-item.ikramliklar .product-list-item-body::after,
.product-list-item.surulebilir .product-list-item-body::before,
.product-list-item.surulebilir .product-list-item-body::after {
    background: var(--color-chocolate);
}

.product-list-item.geleneksel .product-list-item-body::before,
.product-list-item.geleneksel .product-list-item-body::after {
    background: var(--color-traditional);
}

.product-list-item.sekerlemeler .product-list-item-body::before,
.product-list-item.sekerlemeler .product-list-item-body::after {
    background: var(--color-candy);
}

.product-list-item.seker .product-list-item-body::before,
.product-list-item.seker .product-list-item-body::after {
    background: var(--color-sugar);
}

.product-list-item.dondurulmus .product-list-item-body::before,
.product-list-item.dondurulmus .product-list-item-body::after {
    background: var(--color-frozen);
}

.product-list-item.icecekler .product-list-item-body::before,
.product-list-item.icecekler .product-list-item-body::after {
    background: var(--color-beverage);
}

.product-list-item.sirke .product-list-item-body::before,
.product-list-item.sirke .product-list-item-body::after {
    background: var(--color-vinegar);
}

.product-list-item.modern .product-list-item-body::before,
.product-list-item.modern .product-list-item-body::after {
    background: var(--color-modern);
}

@keyframes border-width {
    0% {
        width: 0;
        left: 0;
        border-radius: 100% 0 0 100%;
    }

    50% {
        border-radius: 100% 0 0 100%;
    }

    100% {
        width: 50px;
        left: -50px;
        border-radius: 0%;
    }
}

.product-list-heading {
    color: #342621;
    font-size: 50px;
    font-family: var(--secondary-font-family);
    text-align: center;
    font-weight: bold;
    padding: 30px 0 0 0;
}

.product-list-wrapper {
    padding: 35px 35px;
}

/*=================
  CONTACT FORM PAGE
  =================*/
.panel {
    margin-bottom: 25px
}

.panel .panel-heading {
    background: rgba(74, 48, 14, .2);
    display: block
}

.panel .panel-heading h4 {
    color: #4a300e;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px
}

.panel .panel-body {
    background: rgba(255, 255, 255, .4);
    padding: 15px
}

.panel-arrow {
    float: right;
    padding: 15px;
    color: #4a300e
}

.accordion-wrapper .panel .panel-body {
    display: none
}

.form-btn {
    color: #4a300e;
    font-size: 18px;
    font-weight: 600;
    background: rgba(74, 48, 14, .2);
    padding: 12px 15px;
    display: block;
    width: 100%;
    text-align: center
}

.panel .form-btn.iletisim {
    border: none
}

.checkbox-item {
    margin: 0 0 15px 0
}

.permission {
    position: relative;
    left: 15px;
    padding-top: 7px;
    margin-top: -15;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    color: #4a300e
}

.form-control[type="text"],
.form-control[type="password"],
.form-control[type="email"],
.form-control[type="url"],
.form-control[type="time"],
.form-control[type="date"],
.form-control[type="datetime-local"],
.form-control[type="tel"],
.form-control[type="number"],
.form-control[type="search"],
textarea.form-control,
select.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.43;
    color: #4a300e;
    background: transparent;
    border: 1px solid #b0a393;
    box-sizing: border-box;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control {
    height: auto;
}

a.legal-permits {
    float: right;
    font-size: 17px;
    text-decoration: underline;
    font-style: italic;
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.white-popup {
    position: relative;
    background: #fff;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

#privacy-policy {
    display: none;
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    max-width: 400px;
    z-index: 1001;
    border-radius: 8px;
}

#privacy-policy.show {
    display: block;
    opacity: 1;
}

#popup-overlay.show {
    display: block;
}

#popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#privacy-policy .close-btn {
    cursor: pointer;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    border: none;
    background: none;
}

.content-label {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

a.open-popup-link {
    cursor: pointer;
    text-decoration: underline;
}

.captcha-img {
    float: right;
    margin: 0;
    height: 45px;
    max-width: 100px !important;
    width: 100%;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

[type="checkbox"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
    box-sizing: border-box;
    padding: 0;
}

input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="checkbox"]+span {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-right: 10px;
    height: 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #4a300e;
    cursor: pointer;
    user-select: none;
}

/* Base checkbox box */
[type="checkbox"]+span::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked+span::before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;

    border-right: 2px solid #4a300e;
    border-bottom: 2px solid #4a300e;
    border-top-color: transparent;
    border-left-color: transparent;

    transform: rotate(40deg);
    transform-origin: 100% 100%;
    backface-visibility: hidden;
}

.contact-table tr {
    vertical-align: top;
}

.contact-table tr td {
    color: #4a300e;
    font-size: 18px;
    padding: 6px 4px;
}

.products-family-heading {
    font-size: 45px;
    font-weight: 900;
    text-align: center;
    padding: 35px 0;
}

.product-new-item {
    margin-bottom: 25px;
    position: relative;
}

.product-new-item-icon {
    background: url(../media/img/new-product-icon.png);
    position: absolute;
    top: 0;
    left: 0;
    width: 127px;
    height: 127px;
    z-index: 9;
}

.product-new-item .product-new-item-images {
    height: 280px;
    text-align: center;
    position: relative;
}

.product-new-item .product-new-item-images img {
    max-height: 90%;
    max-width: 80% !important;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.product-new-item .new-product-text {
    max-width: 350px;
}

.product-new-item .new-product-text {
    font-weight: 600;
    z-index: 1000;
    line-height: 1.6em;
    position: relative;
    text-align: center;
    color: #4a300e;
    max-width: 300px;
    height: 90px;
    margin: 50px auto;
    display: table;
}


.product-new-item .new-product-text h2:before,
.product-new-item .new-product-text h2::after {
    background-position: 0 0;
}

.new-product-text.effect-one h2:before {
    content: "";
    background: url(../media/img/effect-one-top.png) no-repeat;
    background-size: contain;
    width: 180px;
    height: 25px;
    display: block;
    margin-left: -90px;
    position: absolute;
    top: -15px;
    left: 50%;
    transition: all .1s ease-out 0s;
}

.new-product-text.effect-one h2:after {
    content: "";
    background: url(../media/img/effect-one-bottom.png) no-repeat;
    background-size: contain;
    width: 180px;
    height: 25px;
    display: block;
    margin-left: -90px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transition: all .2s ease-out 0s;
}

.new-product-text h2 {
    display: table-cell;
    height: 70px;
    vertical-align: middle;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.6em;
    position: relative;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #4a300e;
}

.new-products-wrapper,
.catalog-container {
    padding: 35px 30px;
    margin: 0;
}

/*==========================
  SINGLE-PRODUCT-PAGES-STYLE
  ==========================*/
#product-detail {
    width: 100%;
    height: 48.7vw;
    position: relative;
    background: url('../media/img/bg-banner-2.png') no-repeat;
    background-size: 100%;
}

#js-product-title span:not(.vtitle-active),
.content-heading-base span:not(.vtitle-active) {
    display: none;
}

.product-image .js-product-image:not(.js-product-image-active),
.product-image-mobile .mobile-image:not(.active-image),
.product-scale-con div:not(.p-size-active),
.mobile-scale div:not(.p-size-active) {
    display: none;
}

.product-detail-image-bg {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.product-detail-image-bg img {
    width: 100%;
    max-width: 100%;
}

.product-list-nav-alternative {
    position: absolute;
    right: 20px;
    top: 130px;
    z-index: 8;
}

.product-list-nav-toggle {
    height: 2.4vw;
    min-width: 10.2vw;
    border-radius: 5px 5px 0 0;
    display: block;
    line-height: 2.5vw;
    background: #e42129;
    color: #fff;
    padding: 0 2.1vw 0 0.8vw;
    font-size: 0.7vw;
    border: 1px solid #cdcbcc;
    border-top: 0;
    border-bottom: 0;
    position: relative;
}

.product-list-nav-toggle a {
    color: #fff;
}

.product-list-nav-toggle span {
    display: block;
    position: absolute;
    right: 1vw;
    top: 0;
    height: 2.4vw;
    line-height: 2.4vw;
}

.product-scale,
.product-type {
    position: absolute;
    bottom: 2%;
    left: 18.2vw;
    right: 18.2vw;
    z-index: 850;
}

.product-type {
    bottom: auto;
    top: 160px;
}

.product-scale-con {
    margin: 0 auto;
    display: table;
}

.product-type-con {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.product-scale a,
.product-type span {
    display: block;
    float: left;
    text-align: center;
    padding: 0.8vw;
    margin: 0 0.5vw;
    min-width: 4.2vw;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1vw;
    border-radius: 5px;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
}

.product-scale a:hover,
.product-scale a.v-size-active,
.product-type span:hover,
.product-type span.active {
    background: #e42129;
}

.product-type span:hover,
.product-type span.active {
    background: #e42129;
}

.product-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 10.4vw;
}

.product-image {
    position: absolute;
    left: 50%;
    bottom: 12%;
    top: 0;
    margin-left: 0%;
}

.product-image img {
    position: absolute;
    bottom: 0;
    max-height: 80%;
    max-width: unset;
    transform: translateX(-50%);
}

@keyframes swingRotate {
    0% {
        transform: rotateZ(-1deg);
    }
    50% {
        transform: rotateZ(1deg);
    }
    100% {
        transform: rotateZ(-1deg);
    }
}

.swing-1 {
    animation: swingRotate 4s infinite ease-in-out;
    transform-origin: center;
}

.product-text-frame {
    width: auto;
    transform-origin: 50% 0%;
    position: absolute;
    top: -6vw !important;
    left: 4.17vw !important;
    overflow: hidden;
    perspective: 400px;
    transition: all .3s ease-out 0s;
}

.product-text-body {
    position: absolute;
    top: 60%;
    bottom: 15%;
    text-align: center;
    overflow: hidden;
    width: 100%;
    padding-left: 20%;
    padding-right: 15%;
}

.product-text-body .body-wrap {
    height: 100%;
    width: 100%;
    overflow: auto;
    padding-right: 5%;
    opacity: 1;
    display: table;
    text-align: center;
    padding-left: 5%;
}

.product-text-body h1 {
    color: #3a2515;
    font-size: 1vw;
    font-weight: 600;
    margin-top: 0;
    vertical-align: middle;
    display: table-cell;
    font-family: var(--secondary-font-family);
    filter: blur(0.4px);
    transform: scaleY(1.2);
}

@keyframes t {
    0% {
        height: 1px;
        left: 5%;
        right: 100%;
        top: 5%;
    }
    50% {
        right: 5%;
        height: 1px;
        left: 5%;
        top: 5%;
    }
    100% {
        right: 5%;
        height: 1px;
        left: 100%;
        top: 5%;
    }
}
@keyframes r {
    0% {
        width: 1px;
        top: 5%;
        bottom: 100%;
        right: 5%;
    }
    50% {
        bottom: 5%;
        width: 1px;
        top: 5%;
        right: 5%;
    }
    100% {
        bottom: 5%;
        width: 1px;
        top: 100%;
        right: 5%;
    }
}
@keyframes b {
    0% {
        height: 1px;
        right: 5%;
        left: 100%;
        bottom: 5%;
    }
    50% {
        left: 5%;
        height: 1px;
        right: 5%;
        bottom: 5%;
    }
    100% {
        left: 5%;
        height: 1px;
        right: 100%;
        bottom: 5%;
    }
}
@keyframes l {
    0% {
        width: 1px;
        bottom: 5%;
        top: 100%;
        left: 5%;
    }
    50% {
        top: 5%;
        width: 1px;
        bottom: 5%;
        left: 5%;
    }
    100% {
        top: 5%;
        width: 1px;
        bottom: 100%;
        left: 5%;
    }
}

.product-scale .productScaleClick {
    position: relative;
}

.product-scale .productScaleClick.v-size-active span {
    background: rgba(255, 255, 255, .7);
    position: absolute;
    display: block;
}

.product-scale .productScaleClick.v-size-active .t {
    animation: t 1s ease-in-out infinite;
}

.product-scale .productScaleClick.v-size-active .r {
    animation: r 1s ease-in-out infinite;
}

.product-scale .productScaleClick.v-size-active .b {
    animation: b 1s ease-in-out infinite;
}

.product-scale .productScaleClick.v-size-active .l {
    animation: l 1s ease-in-out infinite;
}

/*=================================
  SINGLE-PRODUCT-PAGES-STYLE-MOBILE
  =================================*/
#content {
    background-image: url(../media/img/bg-banner.jpg);
    font-family: var(--secondary-font-family);
    padding-bottom: 50px;
}

.content-heading-base {
    color: #4a300e;
    font-size: 35px;
    text-align: center;
    font-weight: 600;
    padding: 30px 0 25px;
}

.content-nav {
    position: relative;
}

.content-nav>a {
    display: block;
    background: #cc102a;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    padding: 15px 75px 15px 15px;
    position: relative;
    overflow: hidden;
}

.content-nav>a>em {
    animation: mt-animation 0.5s ease-in-out infinite;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #b30a21;
    font-size: 16px;
    padding: 25px;
    transition: rotate 0.5s ease;
}

@keyframes mt-animation {
    50% {
        top: -5px;
    }
}

.content-nav-list {
    position: relative;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    z-index: 1000;
}

.content-nav.open .content-nav-list {
    max-height: 800px;
    position: relative;
}

.content-nav.open em {
    rotate: 180deg;
}

.content-nav-list li {
    list-style-type: none;
}

.content-nav-list li a {
    padding: 15px;
    font-size: 15px;
    color: #fff;
    display: block;
    background: #b30a21;
    box-shadow: inset 0 5px 6px 0 rgba(0, 0, 0, 0.1);
}

.product-mobile-image {
    text-align: center;
    padding: 25px 15px;
    height: 300px;
    background: #d0d1d3;
    position: relative;
    overflow: hidden;
}


.product-mobile-image img {
    max-width: 90% !important;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.product-mobile-scale {

    margin-top: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.product-mobile-scale .item {
    flex: 0 0 calc((100% - 40px) / 3);
    box-sizing: border-box;
}

.product-mobile-scale a.v-size-active {
    background: #cc102a;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    flex: 0 0 calc(33.333% - 13.333px);
    padding: 15px 0;
}

.product-mobile-scale a {
    background: #5a5a5a78;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    flex: 0 0 calc(33.333% - 13.333px);
    padding: 15px 0;
}