:root {
    --main-color: #ffa6a8;
    --transition: .3s ease-in-out;
    --font: "Gotham Book", sans-serif;
}

@font-face {
    font-family: 'Gotham Light';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
    url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('../fonts/Gotham-Medium.woff2') format('woff2'),
    url('../fonts/Gotham-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('../fonts/Gotham-Book.woff2') format('woff2'),
    url('../fonts/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('../fonts/Gotham-Bold.woff2') format('woff2'),
    url('../fonts/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Gotham Medium', sans-serif !important;
}

.primaryButton {
    height: 50px;
    padding: 0 30px;
    font-size: 15px;
    font-weight: 500;
    background: var(--main-color);
    letter-spacing: .2em;
    justify-content: center;
    border: none;
    outline: none;
    color: white;
    text-transform: uppercase;
    transition: var(--transition);
}

.primaryButton:hover {
    background: #000;
    transition: var(--transition);
}

@font-face {
    font-family: 'Linearicons-Free';
    src: url('../fonts/Linearicons-Free.eot?w118d');
    src: url('../fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
    url('../fonts/Linearicons-Free.woff2?w118d') format('woff2'),
    url('../fonts/Linearicons-Free.woff?w118d') format('woff'),
    url('../fonts/Linearicons-Free.ttf?w118d') format('truetype'),
    url('../fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
    content: "\e800";
}

.lnr-apartment:before {
    content: "\e801";
}

.lnr-pencil:before {
    content: "\e802";
}

.lnr-magic-wand:before {
    content: "\e803";
}

.lnr-drop:before {
    content: "\e804";
}

.lnr-lighter:before {
    content: "\e805";
}

.lnr-poop:before {
    content: "\e806";
}

.lnr-sun:before {
    content: "\e807";
}

.lnr-moon:before {
    content: "\e808";
}

.lnr-cloud:before {
    content: "\e809";
}

.lnr-cloud-upload:before {
    content: "\e80a";
}

.lnr-cloud-download:before {
    content: "\e80b";
}

.lnr-cloud-sync:before {
    content: "\e80c";
}

.lnr-cloud-check:before {
    content: "\e80d";
}

.lnr-database:before {
    content: "\e80e";
}

.lnr-lock:before {
    content: "\e80f";
}

.lnr-cog:before {
    content: "\e810";
}

.lnr-trash:before {
    content: "\e811";
}

.lnr-dice:before {
    content: "\e812";
}

.lnr-heart:before {
    content: "\e813";
}

.lnr-star:before {
    content: "\e814";
}

.lnr-star-half:before {
    content: "\e815";
}

.lnr-star-empty:before {
    content: "\e816";
}

.lnr-flag:before {
    content: "\e817";
}

.lnr-envelope:before {
    content: "\e818";
}

.lnr-paperclip:before {
    content: "\e819";
}

.lnr-inbox:before {
    content: "\e81a";
}

.lnr-eye:before {
    content: "\e81b";
}

.lnr-printer:before {
    content: "\e81c";
}

.lnr-file-empty:before {
    content: "\e81d";
}

.lnr-file-add:before {
    content: "\e81e";
}

.lnr-enter:before {
    content: "\e81f";
}

.lnr-exit:before {
    content: "\e820";
}

.lnr-graduation-hat:before {
    content: "\e821";
}

.lnr-license:before {
    content: "\e822";
}

.lnr-music-note:before {
    content: "\e823";
}

.lnr-film-play:before {
    content: "\e824";
}

.lnr-camera-video:before {
    content: "\e825";
}

.lnr-camera:before {
    content: "\e826";
}

.lnr-picture:before {
    content: "\e827";
}

.lnr-book:before {
    content: "\e828";
}

.lnr-bookmark:before {
    content: "\e829";
}

.lnr-user:before {
    content: "\e82a";
}

.lnr-users:before {
    content: "\e82b";
}

.lnr-shirt:before {
    content: "\e82c";
}

.lnr-store:before {
    content: "\e82d";
}

.lnr-cart:before {
    content: "\e82e";
}

.lnr-tag:before {
    content: "\e82f";
}

.lnr-phone-handset:before {
    content: "\e830";
}

.lnr-phone:before {
    content: "\e831";
}

.lnr-pushpin:before {
    content: "\e832";
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-map:before {
    content: "\e834";
}

.lnr-location:before {
    content: "\e835";
}

.lnr-calendar-full:before {
    content: "\e836";
}

.lnr-keyboard:before {
    content: "\e837";
}

.lnr-spell-check:before {
    content: "\e838";
}

.lnr-screen:before {
    content: "\e839";
}

.lnr-smartphone:before {
    content: "\e83a";
}

.lnr-tablet:before {
    content: "\e83b";
}

.lnr-laptop:before {
    content: "\e83c";
}

.lnr-laptop-phone:before {
    content: "\e83d";
}

.lnr-power-switch:before {
    content: "\e83e";
}

.lnr-bubble:before {
    content: "\e83f";
}

.lnr-heart-pulse:before {
    content: "\e840";
}

.lnr-construction:before {
    content: "\e841";
}

.lnr-pie-chart:before {
    content: "\e842";
}

.lnr-chart-bars:before {
    content: "\e843";
}

.lnr-gift:before {
    content: "\e844";
}

.lnr-diamond:before {
    content: "\e845";
}

.lnr-linearicons:before {
    content: "\e846";
}

.lnr-dinner:before {
    content: "\e847";
}

.lnr-coffee-cup:before {
    content: "\e848";
}

.lnr-leaf:before {
    content: "\e849";
}

.lnr-paw:before {
    content: "\e84a";
}

.lnr-rocket:before {
    content: "\e84b";
}

.lnr-briefcase:before {
    content: "\e84c";
}

.lnr-bus:before {
    content: "\e84d";
}

.lnr-car:before {
    content: "\e84e";
}

.lnr-train:before {
    content: "\e84f";
}

.lnr-bicycle:before {
    content: "\e850";
}

.lnr-wheelchair:before {
    content: "\e851";
}

.lnr-select:before {
    content: "\e852";
}

.lnr-earth:before {
    content: "\e853";
}

.lnr-smile:before {
    content: "\e854";
}

.lnr-sad:before {
    content: "\e855";
}

.lnr-neutral:before {
    content: "\e856";
}

.lnr-mustache:before {
    content: "\e857";
}

.lnr-alarm:before {
    content: "\e858";
}

.lnr-bullhorn:before {
    content: "\e859";
}

.lnr-volume-high:before {
    content: "\e85a";
}

.lnr-volume-medium:before {
    content: "\e85b";
}

.lnr-volume-low:before {
    content: "\e85c";
}

.lnr-volume:before {
    content: "\e85d";
}

.lnr-mic:before {
    content: "\e85e";
}

.lnr-hourglass:before {
    content: "\e85f";
}

.lnr-undo:before {
    content: "\e860";
}

.lnr-redo:before {
    content: "\e861";
}

.lnr-sync:before {
    content: "\e862";
}

.lnr-history:before {
    content: "\e863";
}

.lnr-clock:before {
    content: "\e864";
}

.lnr-download:before {
    content: "\e865";
}

.lnr-upload:before {
    content: "\e866";
}

.lnr-enter-down:before {
    content: "\e867";
}

.lnr-exit-up:before {
    content: "\e868";
}

.lnr-bug:before {
    content: "\e869";
}

.lnr-code:before {
    content: "\e86a";
}

.lnr-link:before {
    content: "\e86b";
}

.lnr-unlink:before {
    content: "\e86c";
}

.lnr-thumbs-up:before {
    content: "\e86d";
}

.lnr-thumbs-down:before {
    content: "\e86e";
}

.lnr-magnifier:before {
    content: "\e86f";
}

.lnr-cross:before {
    content: "\e870";
}

.lnr-menu:before {
    content: "\e871";
}

.lnr-list:before {
    content: "\e872";
}

.lnr-chevron-up:before {
    content: "\e873";
}

.lnr-chevron-down:before {
    content: "\e874";
}

.lnr-chevron-left:before {
    content: "\e875";
}

.lnr-chevron-right:before {
    content: "\e876";
}

.lnr-arrow-up:before {
    content: "\e877";
}

.lnr-arrow-down:before {
    content: "\e878";
}

.lnr-arrow-left:before {
    content: "\e879";
}

.lnr-arrow-right:before {
    content: "\e87a";
}

.lnr-move:before {
    content: "\e87b";
}

.lnr-warning:before {
    content: "\e87c";
}

.lnr-question-circle:before {
    content: "\e87d";
}

.lnr-menu-circle:before {
    content: "\e87e";
}

.lnr-checkmark-circle:before {
    content: "\e87f";
}

.lnr-cross-circle:before {
    content: "\e880";
}

.lnr-plus-circle:before {
    content: "\e881";
}

.lnr-circle-minus:before {
    content: "\e882";
}

.lnr-arrow-up-circle:before {
    content: "\e883";
}

.lnr-arrow-down-circle:before {
    content: "\e884";
}

.lnr-arrow-left-circle:before {
    content: "\e885";
}

.lnr-arrow-right-circle:before {
    content: "\e886";
}

.lnr-chevron-up-circle:before {
    content: "\e887";
}

.lnr-chevron-down-circle:before {
    content: "\e888";
}

.lnr-chevron-left-circle:before {
    content: "\e889";
}

.lnr-chevron-right-circle:before {
    content: "\e88a";
}

.lnr-crop:before {
    content: "\e88b";
}

.lnr-frame-expand:before {
    content: "\e88c";
}

.lnr-frame-contract:before {
    content: "\e88d";
}

.lnr-layers:before {
    content: "\e88e";
}

.lnr-funnel:before {
    content: "\e88f";
}

.lnr-text-format:before {
    content: "\e890";
}

.lnr-text-format-remove:before {
    content: "\e891";
}

.lnr-text-size:before {
    content: "\e892";
}

.lnr-bold:before {
    content: "\e893";
}

.lnr-italic:before {
    content: "\e894";
}

.lnr-underline:before {
    content: "\e895";
}

.lnr-strikethrough:before {
    content: "\e896";
}

.lnr-highlight:before {
    content: "\e897";
}

.lnr-text-align-left:before {
    content: "\e898";
}

.lnr-text-align-center:before {
    content: "\e899";
}

.lnr-text-align-right:before {
    content: "\e89a";
}

.lnr-text-align-justify:before {
    content: "\e89b";
}

.lnr-line-spacing:before {
    content: "\e89c";
}

.lnr-indent-increase:before {
    content: "\e89d";
}

.lnr-indent-decrease:before {
    content: "\e89e";
}

.lnr-pilcrow:before {
    content: "\e89f";
}

.lnr-direction-ltr:before {
    content: "\e8a0";
}

.lnr-direction-rtl:before {
    content: "\e8a1";
}

.lnr-page-break:before {
    content: "\e8a2";
}

.lnr-sort-alpha-asc:before {
    content: "\e8a3";
}

.lnr-sort-amount-asc:before {
    content: "\e8a4";
}

.lnr-hand:before {
    content: "\e8a5";
}

.lnr-pointer-up:before {
    content: "\e8a6";
}

.lnr-pointer-right:before {
    content: "\e8a7";
}

.lnr-pointer-down:before {
    content: "\e8a8";
}

.lnr-pointer-left:before {
    content: "\e8a9";
}

.headerAraeMenu > ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headerAraeMenu > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.headerAraeMenu > ul > li > a {
    padding: 20px 15px;
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-family: 'Gotham Medium', sans-serif;
    position: relative;

}


.headerAraeMenu > ul > li > a i {
    transition: .3s ease-in-out;
    font-size: 13px;
    margin-left: 8px;
    line-height: 11px;
}

.headerAraeMenu > ul > li:hover > a i {
    transform: rotate(90deg);
    transition: .3s ease-in-out;
}

.headerAraeMenu > ul > li > ul {
    margin: 0;
    position: absolute;
    left: 0;
    background: hsla(0, 0%, 96%, .99);
    z-index: 9;
    min-width: 200px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease-in-out;

}

.headerAraeMenu > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: .3s ease-in-out;
}

.headerAraeMenu > ul > li > ul > li {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.headerAraeMenu > ul > li > ul > li > a {
    display: block;
    color: black;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    font-family: 'Gotham Medium', sans-serif;

}

.headerAraeRight {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.headerAreaRightBox a {
    width: 40px;
    height: 40px;
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    font-size: 20px;
    color: #333333;
    line-height: 17px;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 8px;
    position: relative;
}

.memberEntry a {
    width: auto;
    font-size: 14px;
    padding: 0 5px;
}

.memberEntry a i {
    font-size: 20px;
}

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

    .memberEntryLanguage {
        margin-right: 0 !important;
        position: absolute !important;
        top: -65px;
    }
}

.headerAreaRightBox:hover a {
    background: #f3f3f3;
    transition: .3s ease-in-out;
}

.headerBasketBox span {
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: -3px;
    top: -3px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    color: white;
    border-radius: 50%;
}

.headerLanguageBox {
    position: relative;
}

.headerCountryBox {
    position: relative;
}

.headerLCBoxHead {
    height: 40px;
    display: grid;
    grid-auto-flow: column;
    place-items: center;
    font-size: 15px;
    color: #333333;
    line-height: 17px;
    text-decoration: none;
    transition: .3s ease-in-out;
    border-radius: 8px;
    position: relative;
    background: #f3f3f3;
    padding: 0 10px;
    cursor: pointer;
}

.headerLCBoxHead img {
    margin-right: 5px;
}

.headerLCBoxHead i {
    font-size: 10px;
    line-height: 5px;
    margin-left: 5px;
    transition: .3s ease-in-out;
    transform-origin: center;
    transform: rotate(0deg);
}

.headerLCBoxHead.active i {
    transition: .3s ease-in-out;
    transform: rotate(90deg);
}

.headerLCBoxDropdown {
    margin-top: 10px;
    position: absolute;
    background: #f3f3f3;
    padding: 15px;
    min-width: 200px;
    right: 0;
    z-index: 9;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-in-out;
}

.headerLCBoxDropdown.active {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
}

.headerLCBoxDropdown ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.headerLCBoxDropdown ul li {
    display: block;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;

}

.headerLCBoxDropdown ul li a {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 14px;
    color: black;
    text-decoration: none;
    transition: .3s ease-in-out;
}

.headerLCBoxDropdown ul li a img {
    margin-right: 10px;
}

.headerCountryBox .headerLCBoxDropdown {
    min-width: 150px;
}

.headerCountryBox .headerLCBoxHead i.fi-rr-globe {
    font-size: 16px;
    line-height: 11px;
    margin-right: 5px;
    transform: rotate(0) !important;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.bodyAreaBanner1BoxContent {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 7%;
    width: 250px;
}

.bodyAreaBanner1Box {
    position: relative;
    overflow: hidden;
}

.bodyAreaBanner1Box::after {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    left: 10px;
    right: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transition: var(--transition);
    opacity: 0;
    visibility: hidden;
    transform: scaleX(0);
    z-index: 9;
}

.bodyAreaBanner1Box::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 20px;
    right: 20px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out 0s;
    transform: scaleY(0);
    z-index: 9;
}

.bodyAreaBanner1Box:hover::before,
.bodyAreaBanner1Box:hover::after {
    transform: scale(1, 1);
    opacity: 1;
    visibility: visible;
    transition: var(--transition);
}

.bodyAreaBanner1Box:hover img {
    transition: var(--transition);
    transform: scale(1.1);
}

.bodyAreaBanner1BoxImage {
    object-fit: contain;
}

.bodyAreaBanner1BoxImage img {
    transition: var(--transition);
}

.bodyAreaBanner1BoxTitle {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Gotham Light', sans-serif;
}

.bodyAreaBanner1BoxButton a {
    height: 45px;
    font-size: 15px;
    line-height: 15px;
    font-weight: 500;
    color: #fff;
    font-family: 'Gotham Book', sans-serif;
    background-color: #222;
    border-color: #000;
    padding: 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--transition);
}

.bodyAreaBanner1BoxButton a:hover {
    background: var(--main-color);
    transition: var(--transition);
}

.indexTitleArae {
    font-size: 26px;
    text-align: center;
    color: #000;
    position: relative;
    font-family: 'Gotham Medium', sans-serif;
    margin-bottom: 15px;

}

.indexTitleArae::after {
    content: "";
    height: 1px;
    width: 50px;
    background: #000;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
}
.productAraeBox{
    border: 1px solid #e1e1e1;
    padding: 20px;
}
.productAraeBoxButtons button {
    visibility: visible;
    opacity: 1;
}



.productAraeBoxButtons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 10px;
}

.productAraeBoxButtons button {
    color: #232529;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    font-size: 15px;
    line-height: 9px;
    border-radius: 50%;
    font-weight: 400;
    margin-right: 10px;
    background-color: #fff;
    box-shadow: 0 3px 10px #00000014;
    border: none;
    outline: none;

}


.productAraeBoxButtons button:hover {
    color: #fff;
    background-color: var(--main-color);
    transition: var(--transition);
}

.productAraeBoxTitle {
    margin-top: 10px;
}

.productAraeBoxTitle a {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    transition: var(--main-color);
}

.productAraeBoxTitle a:hover {
    color: var(--main-color);
    transition: var(--transition);
}

.productAraeBoxPrice {
    margin-top: 5px;
    width: 100%;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: var(--main-color);
}

.productAraeBoxPrice strike {
    color: #cccccc;
    font-size: 14px;
    margin-right: 10px;
}

.bodyAreaBanner2 {
    background: #e1e1e1;
    padding-top: 120px;
    padding-bottom: 35px;
    margin-bottom: 50px;
}

.bodyAreaBanner2Box {
    overflow: hidden;
}

.bodyAreaBanner2BoxImage {
    transition: var(--transition);
}

.bodyAreaBanner2Box:hover .bodyAreaBanner2BoxImage {
    transform: rotate(5deg) scale(1.2);
    transition: var(--transition);
}

.bodyAreaBanner2BoxTitle {
    padding-top: 40px;
}

.bodyAreaBanner2BoxTitle a {
    color: #000;
    font-weight: 400;
    font-size: 24px;
    transition: var(--transition);
    text-align: center;
    display: block;
    text-decoration: none;
}

.bodyAreaBanner2BoxTitle a:hover {
    color: var(--main-color);
    transition: var(--transition);
}

.footerAreaColumnListContact a {
    display: flex !important;
    align-items: center !important;
}

.footerAreaColumnListContact a i {
    line-height: 10px;
}

.accordionBox {
    background: #f3f3f3;
    margin-bottom: 10px;
    cursor: pointer;
    border-radius: 8px;

}

.accordionTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 15px;
    font-weight: bold;
}

.accordionTitle i {
    font-size: 13px;
    transition: .3s ease-in-out;
}

.accordionContent {
    padding: 15px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: top center;
}

.accordionContent span {
    font-size: 16px !important;
}

.accordionContent.accordionView {
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
    position: relative;
    transform: scaleY(1);
}

.accordionArea .accordionBox:last-child {
    margin-bottom: 0;
}


.border-bottom {
    border-bottom: 1px solid #e1e1e1;
}


.add-to-fav:hover img:first-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.add-to-fav:hover img:last-child {
    visibility: visible;
    opacity: 1;
    position: relative;
}

.add-to-fav img:last-child {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.add-to-fav {
    font-size: 25px;
}

.product-title {
    min-height: auto;
    font-size: 24px;
}

.share-whatsap-icon i {
    font-size: 25px;
    color: #25D366;
}

.comments {
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 10px;
}

.comments:last-child {
    margin-bottom: 0px;
}

.product-thumb img {
    max-height: 180px;
    object-fit: contain;
}

.slider-for .slick-slide {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9;
}

.slider-nav .slick-slide {
    width: 100px;
    height: 100px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-nav .slick-slide img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.diger-varyasyonlar li {
    float: left;
    list-style-type: none;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    padding: 3px;
    width: 17%;
    margin-right: 2%;
}

@media only screen and (max-width: 767px) {
    .diger-varyasyonlar li {
        float: left;
        list-style-type: none;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 4px;
        padding: 3px;
        width: 30.9%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}

.diger-varyasyonlar li:last-child {

    margin-right: 0px;
}

.diger-varyasyonlar li:hover {
    border: 1px solid #DA204A;
}

.diger-varyasyonlar li.selected {
    border: 1px solid #ff2556;
}

.selected .selected-active {
    background: #ff2556;
    color: white;
    font-size: 9px;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -3px;
    top: -3px;
    left: initial;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: visible;
    opacity: 1;

}

.selected-active {

    visibility: hidden;
    opacity: 0;
}

.diger-varyasyonlar .resim img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.diger-varyasyonlar a {
    display: flex;
    position: relative;
}

.diger-varyasyonlar .detay {
    display: inline-block;
}

.diger-varyasyonlar .detay {
    display: flex;
    align-items: center;
    justify-content: center;
}

.diger-varyasyonlar .adi {
    height: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    text-align: left;
    line-height: 1;
    font-size: 12px;
    width: 50px;
}

.diger-varyasyonlar .fiyat {
    width: 100%;
    padding-top: 1px;
    display: block;
    color: #484848;
    text-align: left;
    line-height: 1;
    white-space: nowrap;
    font-size: 12px;
}


.gallery-top .swiper-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.gallery-thumbs .swiper-wrapper {
    height: 110px;
}

.gallery-thumbs .swiper-wrapper img {
    width: 80px;
    height: 80px;
    border: 1px solid #CCCCCC;
    padding: 2px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;

}

.sale-box {
    background: #f90909;
    width: 60px;
    height: 50px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.sale-box span:first-child {
    font-size: 18px;
    font-weight: bold;

}


.quantity-box {
    display: flex;
    height: 50px
}

.quantity-box input {
    text-align: center
}

.quantity-box input[type=text] {
    height: 100%;
    width: 50px;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);

    -moz-appearance: textfield
}

.quantity-box input[type=text]::-webkit-inner-spin-button, .quantity-box input[type=text]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}


.quantity-box input[type=button]:first-of-type {
    height: 100%;
    width: 35px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}

.quantity-box input[type=button]:last-of-type {
    height: 100%;
    width: 35px;
    border: 1px solid rgba(0, 0, 0, .2);
    background: transparent;
    cursor: pointer;
    font-size: 20px;
}


.swiperProductDetailButtonRight::after,
.swiperProductDetailButtonLeft::after {
    content: '';
}

.swiperProductDetailButtonLeft {
    left: 30px;
}

.swiperProductDetailButtonRight {
    right: 30px;
}

.pageBreadcrumb {
    display: flex;
    align-items: center;
    justify-content: left;
    height: 60px;
}

.pageBreadcrumb a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
    text-decoration: none;
}


.pageBreadcrumb a:last-child {
    font-weight: 500;
    color: #878787;
}

.pageBreadcrumb span {
    font-size: 10px;
    line-height: 5px;
}

.productTitle {
    font-size: 24px;
    font-weight: 400;
    color: #000;
}

.productPrice {
    display: flex;
    align-items: center;
}

.productPrice .old-price {
    font-size: 17px;
    font-weight: 400;
    color: #b2b2b2;
    margin-right: 10px;
}

.productPrice .new-price {
    font-size: 20px;
    font-weight: 400;
    color: #ffa6a8;
}

.productPrim {
    font-size: 16px;
    color: #444;
}

.productButton {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .headerLCBoxHead {
        width: 40px;
    }

    .headerLCBoxHead img {
        margin-right: 0;
    }

    .productAraeBoxButtons button {
        visibility: visible;
        opacity: 1;
    }

    .productAraeBoxButtons button:nth-of-type(1),
    .productAraeBoxButtons button:nth-of-type(3) {
        transform: translateX(0);
    }

    .bodyAreaBanner2BoxTitle {
        padding-top: 20px;
    }

    .productAraeBoxTitle a {
        font-size: 16px;
    }
}

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

    .headerAraeMobileMenu {
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 999;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .4);
        visibility: hidden;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    .headerAraeMobileMenu.active {
        visibility: visible;
        opacity: 1;
        transition: .3s ease-in-out;
    }

    .headerAraeMobileMenuInner {
        width: 80%;
        height: 100vh;
        background: white;
        padding: 75px 30px 100px;
    }

    .headerAraeMobileMenuInner > ul {
        margin: 0;
        padding: 0;
    }

    .headerAraeMobileMenuInner > ul > li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .headerAraeMobileMenuInner > ul > li > a {
        padding: 10px 0;
        color: black;
        text-decoration: none;
        font-size: 23px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Gotham Medium', sans-serif;
    }

    .headerAraeMobileMenuInner > ul > li > a i {
        transition: .3s ease-in-out;
        font-size: 13px;
        line-height: 11px;
    }

    .headerAraeMobileMenuInner > ul > li > a i.active {
        transform: rotate(90deg);
        transition: .3s ease-in-out;
    }

    .headerAraeMobileMenuInner > ul > li > ul {
        padding: 0;
        margin: 0;
        height: 0;
        transition: .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .headerAraeMobileMenuInner > ul > li > ul.active {
        height: auto;
        transition: .3s ease-in-out;
        visibility: visible;
        opacity: 1;
    }

    .headerAraeMobileMenuInner > ul > li > ul > li {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .headerAraeMobileMenuInner > ul > li > ul > li > a {
        padding: 5px 0;
        color: black;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: 'Gotham Medium', sans-serif;
    }

    .headerAraeMobileMenuClose {
        width: 40px;
        height: 40px;
        background: #e1e1e1;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 8px;
        color: #333;
        font-size: 15px;
        line-height: 10px;
        position: absolute;
        z-index: 9999;
        left: 30px;
        top: 15px;
    }

    .headerAraeMobileMenuClose i {
        transform-origin: center;
        transform: rotate(45deg);
    }

    .openMenu {
        font-size: 25px;
        line-height: 18px;
    }

}