﻿
:root {
    --gg-body-color: #121212;
    --gg-black-color-2: #1E1E1E;
    --gg-black-color-3: #323232;
    --gg-black-color-4: #7B7B7B;
    --gg-gray-color: #32312e;
    --gg-border-color: #625a1b;
    --gg-breadcrumb-color: #FFF390;
    --gg-yellow-color: #F3D825;
    --gg-yellow-color-2: #FFEE5E;
    --gg-yellow-color-3: #fff4ab;
    --gg-yellow-color-4: #FFBB78;
    --gg-text-color: #ECECEC;
    --gg-text-color-2: #C7C7C7;
    --gg-footer-text-color: #BFBFBF;
    --gg-red-color: #E22D2D;
    --gg-red-2-color: #F16060;
    --gg-red-3-color: #B62C2C;
    --gg-green-color: #B5FF8F;
    --gg-blue-color: #2474FF;
    --gg-blue-3-color: #9CB9F2;
    --gg-shadow-yellow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
    --gg-nav-bg-color: #111;
    --yellow-eb: #FFEE5E;
    --bg-eb: #111;
    --text-eb: #f9f9f9;
    --kategori-menu-yellow-eb: #FFEE5E;
    --kategori-menu-bg-eb: #111;
    --kategori-menu-text-eb: #f9f9f9;
    --main-yellow-color: #FFF390;
}

a, a:hover, a:hover * {
    text-decoration: none;
}

.vh75 {
    min-height: 75vh !important;
}
/*a {
    padding: 3px 5px;
}

    a:hover {
        box-shadow: 0px 0px 0px 1px #fff;
    }*/

*:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

input:focus,
input:focus + .input-group-prepend .input-group-text {
}

.container-fluid {
    max-width: 2000px;
    padding-left: 2vw;
    padding-right: 2vw;
}

.text-danger {
    color: #c1240b !important;
}

.text-warning {
    color: var(--color-itopya-orange) !important;
}

.text-success {
    color: #4a9738 !important;
}

.text-link {
    color: #1541a6;
    text-decoration: underline;
}

.row-5 .col {
    -ms-flex: 0 0 calc(100% / 5);
    -webkit-box-flex: 0;
    flex: 0 0 calc(100% / 5);
    max-width: calc(100% / 5);
}

p {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /* Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    /*word-break: break-all;*/
    white-space: normal;
}

input::-webkit-input-placeholder {
    color: var(--color-input-placeholder) !important;
}

input::-moz-placeholder {
    color: var(--color-input-placeholder) !important;
}

input:-ms-input-placeholder {
    color: var(--color-input-placeholder) !important;
}

input:-moz-placeholder {
    color: var(--color-input-placeholder) !important;
}

:root {
    /* Font Family Variable */
    --heading-font: "Montserrat", sans-serif;
    --heading-font-two: "Montserrat", sans-serif;
    --heading-font-three: "Montserrat", sans-serif;
    --heading-font-four: "Montserrat", sans-serif;
    --body-font: "Montserrat", sans-serif;
    /* White Color */
    --white: #F3FAF2;
    --black: #010000;
    --neutral: #00273a;
    --light: 0 0% 51%;
    --heading-color: var(--black);
    --body-color: var(--black);
    --body-bg: var(--gray);
    --border-color: 236 13% 77%;
    --bg-color-one: #F3FAF2;
    --bg-color-two: #FFFBF4;
    --bg-gray: #f1f1f1;
    --select-light: #F6E4D4;
    --select-border-color: #FA9D28;
    --main-two-600: #F48221;
    --main-800: #c96d1c;
    --main-color: #F48221;
    --neutral-50: #ECF1F9;
    --neutral-100: #E6E6E6;
    --neutral-200: #CCCCCC;
    --neutral-300: #B3B3B3;
    --neutral-400: #999999;
    --neutral-500: #808080;
    --neutral-600: #121535;
    --neutral-700: #060710;
    --neutral-800: #11132e;
    --neutral-900: #1A1A1A;
    --gray-50: #F1F1F1;
    --gray-100: #E6E3E3;
    --gray-200: #CCCCCC;
    --gray-300: #B3B3B3;
    --gray-400: #999999;
    --gray-500: #808080;
    --gray-600: #666666;
    --gray-700: #4D4D4D;
    --gray-800: #333333;
    --gray-900: #1A1A1A;
    --light-50: #F5F6FA;
    --light-100: #F3F4F6;
    --light-600: #E4F1FF;
    --light-700: #374151;
    --light-800: #1F2937;
    --primary-50: #E4F1FF;
    --primary-100: #BFDCFF;
    --primary-200: #95C7FF;
    --primary-300: #6BB1FF;
    --primary-400: #519FFF;
    --primary-500: #458EFF;
    --primary-600: #487FFF;
    --primary-700: #486CEA;
    --primary-800: #4759D6;
    --primary-900: #4536B6;
    --danger-50: #FEF2F2;
    --danger-100: #FEE2E2;
    --danger-200: #FECACA;
    --danger-300: #FCA5A5;
    --danger-400: #F87171;
    --danger-500: #EF4444;
    --danger-600: #DC2626;
    --danger-700: #B91C1C;
    --danger-800: #991B1B;
    --danger-900: #7F1D1D;
    --success-50: #F0FDF4;
    --success-100: #DCFCE7;
    --success-200: #BBF7D0;
    --success-300: #86EFAC;
    --success-400: #4ADE80;
    --success-500: #22C55E;
    --success-600: #27AE60;
    --success-700: #15803D;
    --success-800: #166534;
    --success-900: #14532D;
    --warning-50: #FEFCE8;
    --warning-100: #FEF9C3;
    --warning-200: #FEF08A;
    --warning-300: #FDE047;
    --warning-400: #FACC15;
    --warning-500: #EAB308;
    --warning-600: #FF9F29;
    --warning-700: #f39016;
    --warning-800: #e58209;
    --warning-900: #d77907;
    --info-50: #EFF6FF;
    --info-100: #DBEAFE;
    --info-200: #BFDBFE;
    --info-300: #93C5FD;
    --info-400: #60A5FA;
    --info-500: #3B82F6;
    --info-600: #2563EB;
    --info-700: #1D4ED8;
    --info-800: #1E40AF;
    --info-900: #1E3A8A;
    --tertiary-50: #d1c8ff;
    --tertiary-100: #c2b6ff;
    --tertiary-600: #3C23B5;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --color-itopya-blue-navy: #00273a;
    --color-itopya-orange: #fa9d28;
    --color-itopya-orange-dark: #f07d00;
    --color-input-placeholder: #d6d6d6;
    --color-itopya-primary: #003399;
    --color-itopya-success: #669933;
    --color-itopya-blue-navy: #00273a;
    --color-itopya-orange: #fa9d28;
    --color-itopya-orange-dark: #f07d00;
    --color-input-placeholder: #d6d6d6;
    --color-itopya-primary: #003399;
    --color-itopya-success: #669933;
    --it-white: #FFF;
    --it-white-2: #F2F2F2;
    --it-black: #010000;
    --it-red: #BE1919;
    --it-red-2: #F8B0B0;
    --it-border-color: #F90202;
    --it-medium: #BE191929;
    --it-orange: #F48221;
    --it-orange-light: #FA9D28;
    --it-orange-ultra-light: #FFC48E;
    --it-orange-ultra-light-2: #F6E4D4;
    --it-orange-medium: #F7882A24;
    --it-blue: #00273a;
    --it-blue-2: #1541A6;
    --it-gray: #D6D6D6;
    --it-gray-2: #D9D9D9;
    --it-gray-dark: #626262;
    --it-gray-dark-2: #4D4D4D;
    --it-gray-color: #6a6a6a;
    --it-gray-light: #E6E3E3;
    --it-gray-medium: rgba(33, 37, 41, 0.31);
    --translate-x-middle: translateX(-50%);
    --translate-y-middle: translateY(-50%);
    --size-2: 0.125rem;
    --size-3: 0.1875rem;
    --size-4: 0.25rem;
    --size-5: 0.3125rem;
    --size-6: 0.375rem;
    --size-7: 0.4375rem;
    --size-8: 0.5rem;
    --size-9: 0.5625rem;
    --size-10: 0.625rem;
    --size-11: 0.6875rem;
    --size-12: 0.75rem;
    --size-13: 0.8125rem;
    --size-14: 0.875rem;
    --size-16: 1rem;
    --size-18: 1.125rem;
    --size-20: 1.25rem;
    --size-22: 1.375rem;
    --size-24: 1.5rem;
    --size-26: 1.625rem;
    --size-28: 1.75rem;
    --size-30: 1.875rem;
    --size-32: 2rem;
    --size-36: 2rem;
    --size-40: 2.5rem;
    --size-44: 2.75rem;
    --size-48: 3rem;
    --size-52: 3.25rem;
    --size-56: 3.5rem;
    --size-60: 3.75rem;
    --size-64: 4rem;
    --size-68: 4.25rem;
    --size-72: 4.5rem;
    --size-76: 4.75rem;
    --size-80: 5rem;
    --size-90: 5.625rem;
    --size-110: 6.875rem;
    --size-120: 7.5rem;
    --size-144: 9rem;
    --size-160: 10rem;
    --size-210: 13.125rem;
    --font-xs: 0.75rem;
    --font-sm: 0.875rem;
    --font-md: 1rem;
    --font-lg: 1.125rem;
    --font-xl: 1.25rem;
    --font-2xl: 1.5rem;
    --font-3xl: 1.875rem;
    --font-4xl: 2.25rem;
    --font-5xl: 3rem;
    --font-6xl: 3.75rem;
    --bs-border-width: 1px;
}

body {
    overflow: visible !important;
    font-family: var(--body-font), sans-serif !important;
    word-break: break-word;
    position: relative;
    -webkit-font-smoothing: antialiased;
    background: #121212;
}




#collapseFilters {
    padding: 15px;
}


header .search-wrapper {
    display: flex;
    align-items: center;
}

header .header-left-side {
    display: flex;
    align-items: center;
    gap: 15px;
}

header .search-wrapper .quic-links {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

    header .search-wrapper .quic-links a {
        font-size: 13px;
        font-weight: 500;
        color: #BFBFBF;
        text-wrap: nowrap;
        text-decoration: underline;
    }
/* Header */

header {
    background-color: var(--gg-body-color);
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1000;
    padding: 18px 0;
}

    header .logo {
        display: inline-block;
        border: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        header .logo img {
            width: 100%;
            max-width: 150px;
            height: auto;
        }

    header .search {
        position: relative;
        width: 100%;
        height: 35px;
        border-radius: 5px;
        border: 0.5px solid #ffffff;
        background-color: #bfbfbf;
    }

        header .search input[type="text"] {
            width: 100%;
            height: 100%;
            border: none;
            padding: 5px 70px 5px 12px;
            background: #bfbfbf;
            overflow: hidden;
            border-radius:5px;
        }

        header .search input::-webkit-input-placeholder {
            color: #000 !important;
            font-size: 14px;
            font-weight: 500;
            opacity: .5;
        }

        header .search button {
            position: absolute;
            right: 0;
            top: 0;
            width: 46px;
            height: 100%;
            border: none;
            transition: all .3s ease;
            background: var(--main-yellow-color);
            border-radius: 5px;
        }

        header .search input {
            background-color: #fff !important;
        }

    header .quic-links a {
        display: block;
        font-size: 12px;
        padding: 1px 8px;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border: 1px solid transparent;
    }

        header .quic-links a + a {
        }

        header .quic-links a:hover {
            color: #fff;
            border-color: #FFFFFF;
        }

    header .login {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        margin-left: 1.25vw;
    }

        header .login .btn {
            min-width: 60px;
            border: 1px solid transparent;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

  #loggedUserContent {
    border: 1px solid transparent;
    border-radius: 10px;
}

    #loggedUserContent.show {
        border-color: #fff;
    }

    #loggedUserContent:hover {
        border-color: #fff;
        background: transparent;
    }

#unLoggedUserContent {
    border-radius: 10px;
    border:1px solid transparent;
}

    #unLoggedUserContent.show {
        border-color: #fff;
    }

    #unLoggedUserContent:hover {
        border-color: #fff;
        background: transparent;
    }

header .login .btn svg {
    font-size: 28px;
    color: #fff;
}

header .login .btn:after {
    border-top-color: var(--white);
}

header .login .btn span {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 12px;
}

    header .login .btn span strong {
        line-height: 16px;
    }

header .login .dropdown-menu {
    border-radius: 10px;
    margin-top: 16px;
    z-index: 1600;
    background: #111;
    border: 1px solid #faec6c;
}

    header .login .dropdown-menu .dropdown-item:not(.text-danger):hover,
    header .login .dropdown-menu .dropdown-item.active:not(.text-danger),
    header .login .dropdown-menu .dropdown-item:active:not(.text-danger) {
        background-color: rgba(255, 238, 94, 0.1);
        color: #FFFFFF;
    }

.dropdown-item {
    color: #faec6c !important;
}

header .dropdown-menu .dropdown-item:focus {
    color: #faec6c;
    background-color: unset;
}

header .dropdown-menu .text-danger span {
}

header .login .dropdown-menu .dropdown-divider {
    border-top: 1px solid var(--gg-black-color-2);
}

header .shopping-box {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    padding: 0 6px;
    border: 1px solid transparent;
    border-radius: 10px;
}

    header .shopping-box:hover {
        border-color: #fff !important;
    }

.header-login-cart-section {
    gap: 10px;
}

header .shopping-box:hover {
    border-color: #FFFFFF;
    color: #ffff
}

header .shopping-box svg {
    font-size: 28px;
    color: #fff;
}

header .shopping-box em {
    display: block;
    position: absolute;
    left: 10px;
    top: 20px;
    width: 20px;
    font-family: "Barlow Bold";
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: var(--gg-body-color);
    font-size: 13px;
}

header .shopping-box span {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06em;
    margin-left: 11px;
}

    header .shopping-box span strong {
        display: block;
        font-size: 16px;
        letter-spacing: normal;
    }

/* END: Header */

header > .container-fluid {
    /*padding: 0 12px;*/
}

#sliderContainer {
    padding: 0 12px 12px;
    overflow: hidden;
}

    header > .container-fluid > .row, #sliderContainer .row {
        margin-left: -6px;
        margin-right: -6px;
    }

        header > .container-fluid > .row *[class*="col-"], #sliderContainer .row *[class*="col-"] {
            padding-left: 6px;
            padding-right: 6px;
        }

    #sliderContainer .sliderContainer, #sliderContainer .linksWrapper {
        padding-top: 12px;
    }

    #sliderContainer .product-link {
        position: relative;
        display: block;
    }

        #sliderContainer .product-link img {
            width: 100%;
            height: auto;
            border-radius: 18px;
        }

        #sliderContainer .product-link span {
            position: absolute;
            left: 0;
            bottom: 20px;
            width: 100%;
            font-size: 12px;
            color: #fff;
            text-align: center;
        }

#mainSlider .owl-dots {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    bottom: 5px;
}

    #mainSlider .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 2px;
    }

        #mainSlider .owl-dots .owl-dot.active {
            background-color: #242496;
        }



#mainSlider .owl-prev {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    padding-left: 15px;
    transform: translateY(-50%);
    display: block !important;
    fill: white;
}

#mainSlider .owl-next {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    padding-right: 15px;
    transform: translateY(-50%);
    display: block !important;
    right: 0;
    fill: white;
}





#gamerSlider .owl-dots {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    bottom: 5px;
}

    #gamerSlider .owl-dots .owl-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #fff;
        margin: 0 2px;
    }

        #gamerSlider .owl-dots .owl-dot.active {
            background-color: #f58220;
        }



#gamerSlider .owl-prev {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    padding-left: 15px;
    transform: translateY(-50%);
    display: block !important;
    fill: white;
}

#gamerSlider .owl-next {
    width: 50px;
    height: 100%;
    position: absolute;
    top: 50%;
    padding-right: 15px;
    transform: translateY(-50%);
    display: block !important;
    right: 0;
    fill: white;
}



/*
#leftMenu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: start;
    height: 100%;
    border-radius:18px;
    background: var(--gg-nav-bg-color);
    box-shadow: 0 0 13px rgba(255, 238, 94, 0.15);
    border: 1px solid #FFEE5E;
}

    #leftMenu .leftMenu-links {
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
    }


        #leftMenu .leftMenu-links ul {
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
       
            margin: 0;
            padding: 26px;
        }

    #leftMenu ul li {
        display: inline-block;
        width: 100%;
    }

        #leftMenu ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            padding: 11px 10px 10px 0px;
            background-color: rgba(0, 0, 0, 0);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        #leftMenu ul li:hover a,
        #leftMenu ul li.active a {
            background-color: rgba(0, 0, 0, 0.04);
        }

        #leftMenu ul li a .icon {
            width: 40px;
        }

            #leftMenu ul li a .icon img {
                width: 100%;
                height: 40px !important;
                height: auto;
               
            }

        #leftMenu ul li a .text {
            position: relative;
            display: block;
            width: calc(100% - 0px);
            font-size: 14px;
            font-weight: 600;
            color: #FFEE5E !important;
            margin-left: 15px;
            padding-right: 35px;
        }

        #leftMenu ul li a:hover .text,
        #leftMenu ul li.active a .text {
            color: var(--gg-red-color);
        }

        #leftMenu ul li a .text:after {
            content: "";
            position: absolute;
            right: 15px;
            top: 50%;
            border: solid #FFEE5E;
            border-width: 0 1px 1px 0;
            display: inline-block;
            padding: 3px;
            transform: translate(0, -50%) rotate(-45deg);
            -webkit-transform: translate(0, -50%) rotate(-45deg);
        }
        #leftMenu ul li:hover a, #leftMenu ul li.active a {
            background-color: rgba(255, 238, 94, 0.1);
            outline: none;
        }
        #leftMenu ul li .submenu {
            position: absolute;
            z-index: 2;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: var(--gg-breadcrumb-color);
            -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
            -webkit-transition: transform 0.3s ease;
            transition: transform 0.3s ease;
        }

        #leftMenu ul li a.active + .submenu {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

    #leftMenu .submenu .back {
        display: block;
        color: var(--white);
 
        background-color: var(--gg-black-color-2) !important;
    }

        #leftMenu .submenu .back:hover {
            background-color: var(--gg-black-color-2) !important;
        }

        #leftMenu .submenu .back svg {
            margin: -2px 8px 0 0;
            fill: #fff;
        }

    #leftMenu .submenu .all-list {
        display: block;
        color: var(--white);
        border-bottom: 1px solid var(--color-itopya-orange);
        background-color: var(--color-itopya-orange);
    }

        #leftMenu .submenu .all-list:hover {
            background-color: var(--color-itopya-orange-dark);
            text-decoration-color: white;
        }

    #leftMenu .submenu ul {
        position: relative;
        height: auto;
    }
*/
.collect-computer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    background-color: var(--gg-breadcrumb-color);
    padding: 15px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top: 1px solid;
}

    .collect-computer img {
        width: auto;
        height: calc(34px + (56 - 40) * ((100vw - 574px) / (3000 - 574)));
        filter: invert(100%) grayscale(100%) brightness(200%);
    }

    .collect-computer span {
        margin: 0 10px;
    }

        .collect-computer span em {
            display: block;
            font-style: normal;
            font-size: calc(12px + (18 - 12) * ((100vw - 574px) / (3000 - 574)));
            line-height: calc(12px + (18 - 12) * ((100vw - 574px) / (3000 - 574)));
            color: var(--dark);
        }

        .collect-computer span strong {
            display: block;
            font-size: calc(20px + (32 - 20) * ((100vw - 574px) / (3000 - 574)));
            line-height: calc(20px + (32 - 20) * ((100vw - 574px) / (3000 - 574)));
            color: var(--dark);
        }

/* Section Title */

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--gg-breadcrumb-color) !important;
    letter-spacing: -0.02em;
    padding: 20px 0;
}

    .section-title a {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        text-decoration: underline;
        opacity: 0.3;
        color: #000;
        padding-left: 12px;
    }

/* Products List */

.product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
}

    .product-list .product-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: calc(20% - 30px);
        margin: 20px 18px;
    }

        /*.product-list .product-box + .product-box:before {
content: '';
position: absolute;
left: -18px;
top: 0;
width: 1px;
height: 100%;
background-color: #e8e8e8;
}*/

        .product-list .product-box .product-header {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            min-height: 25px;
        }

            .product-list .product-box .product-header img {
                margin-top: 14px;
                max-height: 40px;
                max-width: 100%;
            }

            .product-list .product-box .product-header .block {
                width: 50%;
            }

                .product-list .product-box .product-header .block:last-child {
                    text-align: right;
                }

                .product-list .product-box .product-header .block .compare {
                    display: block;
                    font-size: 12px;
                    letter-spacing: 0.02em;
                    color: rgba(0, 0, 0, 0.7);
                }

                    .product-list .product-box .product-header .block .compare:before {
                        content: "";
                        display: inline-block;
                        vertical-align: middle;
                        width: 15px;
                        height: 15px;
                        margin: -3px 3px 0 0;
                        background-color: #ccc;
                        border-radius: 50%;
                    }

                    .product-list .product-box .product-header .block .compare.active:before {
                        background-color: #f49a27;
                    }

                .product-list .product-box .product-header .block .rater {
                    white-space: nowrap;
                    margin-top: -4px;
                }

                    .product-list .product-box .product-header .block .rater .rating {
                        display: inline-block;
                        vertical-align: middle;
                        margin-right: 10px;
                        font-size: 18px;
                    }

                        .product-list .product-box .product-header .block .rater .rating .rate-select-layer {
                            color: #f57f1b;
                        }

                .product-list .product-box .product-header .block .stock {
                    display: block;
                    font-size: 12px;
                    color: #14b933;
                }

                    .product-list .product-box .product-header .block .stock strong {
                        display: block;
                        margin-left: 0;
                    }

        .product-list .product-box .image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 300px;
        }

            .product-list .product-box .image img {
                max-width: 80%;
                max-height: 80%;
                height: auto;
                -webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .product-list .product-box:hover .image img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        .product-list .product-box .brand-logo {
            height: 35px;
            padding: 0px 0;
        }

            .product-list .product-box .brand-logo img {
                width: auto;
                max-height: 25px;
            }

        .product-list .product-box .title {
            flex: 1 0 auto;
            color: #111;
            font-weight: 700;
            font-size: 14px;
        }

        .product-list .product-box:hover .title {
            color: #f1931d;
        }

        .product-list .product-box .price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .product-list .product-box .price span span {
                font-size: 16px;
                letter-spacing: -0.04em;
                color: rgba(19, 18, 18, 0.5);
                text-decoration: line-through;
                padding-right: 3px;
            }

            .product-list .product-box .price span .pricespecialdiscount {
                font-size: 14px;
                font-weight: 700;
                color: #c1240b;
                display: block;
            }

            .product-list .product-box .price strong {
                font-size: 24px;
                color: #131212;
            }

@media only screen and (max-width:1000px) {
    .product-list .product-box .price {
        height: 60px;
        align-items: baseline;
    }

        .product-list .product-box .price span span {
            display: block;
        }

        .product-list .product-box .price strong {
            width: 100%;
        }
}



.product-list .product-box .price small {
    display: block;
    font-size: 14px;
    color: #736050;
}


.product-list .product-box ul {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
}

    .product-list .product-box ul li {
        display: block;
        position: relative;
    }

        .product-list .product-box ul li img {
            width: 20px;
            height: 20px;
            margin-left: -40px;
        }

        .product-list .product-box ul li p {
            font-size: 12px;
            margin: -20px 0 2px -15px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 30ch;
        }



        .product-list .product-box ul li:not(:last-child) {
            margin-bottom: 5px;
        }

        .product-list .product-box ul li:before {
            /*  content: "";
                    position: absolute;
                    top: 1.5em;
                    left: -30px;
                    margin-top: -.9em;
                    background: #f07d00;
                    height: 5px;
                    width: 5px;
                    border-radius: 50%;*/
        }

.product-list.product-list-bordered {
    margin: 0 -15px 0 -16px;
}

    .product-list.product-list-bordered .product-box {
        margin: 0 18px;
        padding: 20px 0;
    }


/* Prepared Systems */

.prepared-systems {
    background: url("https://img-itopya.mncdn.com/cdn/assets/images/bg-prepared-systems.jpg") no-repeat center;
    background-size: cover;
    padding: 35px 32px;
    margin-bottom: 50px;
}

    .prepared-systems .title {
        font-size: 16px;
        color: #fff;
    }

        .prepared-systems .title img {
            vertical-align: middle;
            margin-right: 3px;
            max-height: 38px;
        }

        .prepared-systems .title span {
            display: inline-block;
            vertical-align: middle;
            padding-top: 3px;
        }

    .prepared-systems .products {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -17px;
    }

        .prepared-systems .products .product {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 17px;
        }

            .prepared-systems .products .product .rating {
                color: #fff;
                padding-bottom: 4px;
            }

            .prepared-systems .products .product .logo-properties {
                padding-bottom: 14px;
            }

                .prepared-systems .products .product .logo-properties img {
                    vertical-align: middle;
                    max-height: 20px;
                }

            .prepared-systems .products .product .product-content p {
                font-size: 12px;
                color: #fff;
                width: 175px;
            }

            .prepared-systems .products .product .product-content .price {
                font-size: 20.74px;
                font-weight: bold;
                color: #fff;
                letter-spacing: -0.04em;
                padding-bottom: 10px;
            }

            .prepared-systems .products .product .product-content a {
                display: inline-block;
                font-size: 12.13px;
                font-weight: bold;
                letter-spacing: -0.04em;
                color: #000;
                background-color: #f57d17;
                padding: 6px 16px 4px 15px;
                border-radius: 50px;
            }

            .prepared-systems .products .product .product-image img {
                max-width: 100%;
                height: auto;
                max-height: 260px;
            }

/* Company Logos */

.company-logos {
    text-align: center;
    font-size: 0;
    padding: 75px 0;
}

    .company-logos a {
        display: inline-block;
        vertical-align: middle;
        max-width: 75px;
        padding: 6px 0;
        margin: 0 6px;
    }

        .company-logos a img {
            max-width: 75px;
            max-height: 25px;
        }

/* Customer Info */

.customer-info {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    padding: 22px 0;
    margin-bottom: 30px;
    line-height: 0;
    text-align: center;
}

    .customer-info .row > *[class*="col-"] + *[class*="col-"] {
        border-left: 1px solid #d1d1d1;
    }

    .customer-info img {
        max-height: 50px;
    }

    .customer-info span {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        line-height: normal;
        color: #2c3d50;
        padding-left: 36px;
    }

/* Footer */

.container-footer {
    background: rgba(28, 28, 28, 1);
}

footer {
    font-size: 14.37px;
    font-weight: bold;
    color: var(--gg-text-color);
    padding: 40px 0 0px;
}

    footer strong {
        display: block;
        font-size: 16px;
        letter-spacing: -0.04em;
        color: var(--gg-footer-text-color);
        font-weight: 700;
        padding-bottom: 18px;
    }

    footer ul {
        display: block;
        padding: 0;
    }

.footer_list_container {
    background: #333333;
    padding: 25px;
    gap: 20px;
    margin-top: 120px;
}

.footer_list {
    gap: 15px;
}

.footer_list_item {
    border-right: 1px solid;
    padding-right: 10px;
    color: rgba(191, 191, 191, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

    .footer_list_item:last-child {
        border: 0 !important;
    }

.copyright {
    color: rgba(191, 191, 191, 1);
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
}

footer ul li {
    display: block;
    padding: 3px 0;
}

    footer ul li a {
        display: inline-block;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: -0.04em;
        color: var(--gg-footer-text-color);
        padding: 2px 6px;
        margin: 0 -6px;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

        footer ul li a:hover {
            color: #000;
            border-color: var(--color-itopya-blue-navy);
        }

footer .contact-phone {
    text-align: end;
    color: var(--gg-footer-text-color);
}

.footer-tel {
    color: var(--gg-footer-text-color);
}

footer .contact-phone span {
    display: flex;
    align-items: center;
    font-size: 34px;
    color: #1b1b4e;
    width: 100%;
    justify-content: end;
}

    footer .contact-phone span img {
        max-height: 40px;
        margin-right: 10px;
        filter: brightness(11);
    }

footer .contact-phone p {
    display: inline-block;
    max-width: 320px;
    font-size: 14px;
    font-weight: 500;
    color: var(--gg-text-color);
    margin-bottom: 0;
}

.social-media-text {
    display: flex;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: var(--gg-footer-text-color);
    padding: 2px 6px;
    margin: 0 -6px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    justify-content: end;
    flex-direction: column;
    gap: 10px;
}
/* Social Media */
.social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
}

    .social-media .text {
        font-size: 11px;
        font-weight: 700;
        color: #706464;
        margin-right: 12px;
    }

    .social-media a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        padding: 5px;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }


        .social-media a img {
            width: auto;
            height: 30px;
        }

    .social-media.social-media-small {
        margin: 0;
    }

        .social-media.social-media-small a {
            margin: 5px;
        }

            .social-media.social-media-small a img {
                height: 18px;
            }

.img-text-container_footer {
    font-size: 128px;
    font-weight: bold;
    color: #D9D9D90F;
    position: absolute;
    z-index: 1;
    line-height: 122px;
    font-family: "Black Han Sans", sans-serif;
    display: flex;
    flex-direction: column;
    bottom: 103px;
    align-items: end;
    width: 90%;
}

.img-transparent-text_footer {
    color: transparent;
    -webkit-text-stroke: 1px #D9D9D90F;
}
/* ################### Buttons ################### */
.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100px;
    height: 46px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: -0.02em;
}

    .btn.btn-nowrap {
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .btn[disabled] {
        cursor: default;
    }

    .btn.icon-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .btn.icon-start span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: end;
            -ms-flex-align: end;
            align-items: flex-end;
            padding-left: 5px;
        }

        .btn.icon-start i {
            width: 30px;
            text-align: center;
        }

            .btn.icon-start i img {
                max-width: 30px;
                height: auto;
                max-height: 100%;
            }

.btn-product .btn.btn-link {
    font-size: 16px;
    letter-spacing: -0.02em;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    text-decoration: none;
    padding: 12px 30px;
    margin: 60px 0;
}

    .btn-product .btn.btn-link:hover {
        background-color: #000;
        color: #fff;
    }

.btn.btn-gray {
    border: 1px solid rgba(0, 0, 0, 0.17);
    background-color: #f2f2f2;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    color: rgba(13, 47, 68, 0.9);
    border-radius: 3px;
}

    .btn.btn-gray:hover, .btn.btn-gray.active {
        background-color: rgba(0, 0, 0, 0.17);
    }

/* Button Orange */

.btn.btn-orange {
    background-color: var(--color-itopya-orange);
    color: #fff;
}

.btn.btn-orange-2 {
    font-size: 13px;
    line-height: 22px;
    color: #fff;
    background-color: var(--color-itopya-orange);
    border: 1px solid rgba(0, 0, 0, 0.17);
    border-radius: 0;
    height: 30px;
}

/* Button Blue */

.btn.btn-blue {
    background-color: #00d1e4;
    color: #fff;
}

.btn.btn-filter {
    white-space: nowrap;
    background-color: var(--color-itopya-orange);
    color: var(--white);
    font-size: 16px;
    height: auto;
}

/* Todays Products */

#todaysProducts {
    position: relative;
    height: 100%;
}

    #todaysProducts .title {
        position: absolute;
        z-index: 2;
        left: 21px;
        top: 14px;
        right: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #todaysProducts .title > span {
            font-size: 18px;
            letter-spacing: -0.02em;
        }

        #todaysProducts .title .rater .rating, #todaysProducts .title .rater .rating .rate-base-layer {
            display: inline-block;
            vertical-align: middle;
        }

        #todaysProducts .title .rater .rating {
            margin-right: 10px;
        }

    #todaysProducts .rater .rating .rate-base-layer {
        color: #fff;
    }

    #todaysProducts .rater .rating .rate-select-layer {
        color: #f57f1b;
    }

    #todaysProducts .owl-carousel, #todaysProducts .owl-carousel .owl-stage-outer, #todaysProducts .owl-carousel .owl-stage-outer .owl-stage {
        height: 100%;
    }

        #todaysProducts .owl-carousel .owl-item {
            position: relative;
            height: 100%;
        }

            #todaysProducts .owl-carousel .owl-item .item {
                display: block;
                height: 100%;
            }

                #todaysProducts .owl-carousel .owl-item .item .image {
                    position: relative;
                    display: block;
                    height: 100%;
                }

                    #todaysProducts .owl-carousel .owl-item .item .image img {
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        min-width: 100%;
                        width: auto;
                        height: 100%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                    }

                #todaysProducts .owl-carousel .owl-item .item .info {
                    position: absolute;
                    left: 0;
                    bottom: 25px;
                    width: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                }

                    #todaysProducts .owl-carousel .owl-item .item .info .logo {
                        display: block;
                    }

                        #todaysProducts .owl-carousel .owl-item .item .info .logo img {
                            width: auto;
                            height: auto;
                        }

                    #todaysProducts .owl-carousel .owl-item .item .info .price {
                        text-align: right;
                        letter-spacing: -0.02em;
                        color: #000;
                        padding: 0 13px 0 0;
                    }

                        #todaysProducts .owl-carousel .owl-item .item .info .price em {
                            display: block;
                            font-size: 18px;
                            font-style: normal;
                            line-height: 18px;
                            text-decoration: line-through;
                        }

                        #todaysProducts .owl-carousel .owl-item .item .info .price span {
                            display: block;
                            font-size: 28px;
                            line-height: 28px;
                        }

        #todaysProducts .owl-carousel .owl-dots {
            position: absolute;
            left: 50%;
            bottom: 21px;
            line-height: 0;
            -webkit-transform: translate(-50%, 0);
            -moz-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
        }

            #todaysProducts .owl-carousel .owl-dots .owl-dot {
                display: inline-block;
                vertical-align: middle;
                width: 10px;
                height: 10px;
                background-color: #fff;
                border-radius: 50%;
            }

                #todaysProducts .owl-carousel .owl-dots .owl-dot + .owl-dot {
                    margin-left: 3px;
                }

                #todaysProducts .owl-carousel .owl-dots .owl-dot.active {
                    background-color: #1d1d7a;
                }

/* Special Offers */

#specialOffers {
    position: relative;
    height: 100%;
}

    #specialOffers h4 {
        position: absolute;
        z-index: 2;
        left: 34px;
        top: 22px;
        font-size: 18px;
        color: #fefefe;
        margin-bottom: 44px;
    }

    #specialOffers .owl-carousel, #specialOffers .owl-carousel .owl-stage-outer, #specialOffers .owl-carousel .owl-stage-outer .owl-stage {
        height: 100%;
    }

        #specialOffers .owl-carousel .owl-item {
            width: 100%;
            height: 100%;
        }

            #specialOffers .owl-carousel .owl-item .item {
                position: relative;
                display: block;
                height: 100%;
            }

                #specialOffers .owl-carousel .owl-item .item img {
                    position: absolute;
                    z-index: 5;
                    left: 50%;
                    top: 50%;
                    min-width: 100%;
                    height: 100%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                }

    #specialOffers .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 15px;
    }

        #specialOffers .owl-dots .owl-dot {
            display: inline-block;
            vertical-align: middle;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: #fff;
        }

            #specialOffers .owl-dots .owl-dot.active {
                background-color: #1d1d7a;
            }

            #specialOffers .owl-dots .owl-dot + .owl-dot {
                margin-left: 3px;
            }

/* Create Yourself */

#create-yourself-box {
    display: block;
    background: url("https://img-itopya.mncdn.com/cdn/assets/images/create-yourself.jpg") no-repeat center;
    background-size: cover;
    letter-spacing: -0.02em;
    height: 100%;
    min-height: 330px;
    padding: 17px 35px;
}

    #create-yourself-box > span {
        display: inline-block;
        font-size: 18px;
        color: #fefefe;
        margin-bottom: 44px;
    }

    #create-yourself-box .content {
        display: block;
    }

        #create-yourself-box .content strong {
            display: block;
            font-size: 38px;
            line-height: 36px;
            color: #fefefe;
            padding-bottom: 8px;
        }

        #create-yourself-box .content p {
            font-size: 20px;
            line-height: 25px;
            color: #fefefe;
            margin-bottom: 0;
        }

#breadcrumbContainer {
    background-color: #010101;
    padding: 5px 0;
    padding-left: 10vw;
}

    #breadcrumbContainer .breadcrumb {
        background: transparent;
        margin-bottom: 0;
        padding: 0 0 3px;
        margin-left: 15px;
    }

        #breadcrumbContainer .breadcrumb > * {
            display: block;
            font-size: 12px;
            letter-spacing: 0.02em;
            color: #E4E4E4;
            padding: 2px 3px;
            font-weight: 500;
            opacity: .7;
        }

        #breadcrumbContainer .breadcrumb > a {
            border: 1px solid transparent;
            transition: all .3s ease;
        }

            #breadcrumbContainer .breadcrumb > a:hover {
                border-color: var(--dark);
            }

            #breadcrumbContainer .breadcrumb > a:after {
                content: "/";
                margin: 0 4px;
            }

            #breadcrumbContainer .breadcrumb > a:nth-last-child(1):after {
                content: "";
                cursor: pointer;
                margin: 0 4px;
            }


    #breadcrumbContainer h1 {
        font-size: 23px;
        font-weight: 700;
        color: var(--gg-text-color);
        margin: 0;
    }

#productMenu {
    padding: 0 0 30px 0px;
}

    #productMenu .card {
        border: none;
        border-radius: 0;
        background: var(--gg-body-color);
        color: #C7C7C7;
    }

        #productMenu .card + .card {
            border-top: 1px solid #e5e5e5;
            margin-top: 30px;
        }

        #productMenu .card .card-header {
            position: relative;
            font-size: 12px;
            color: #C7C7C7;
            background-color: transparent;
            border-bottom-width: 0;
            margin-bottom: 0;
            padding: 20px 0 20px 5px;
        }

            #productMenu .card .card-header[aria-expanded]:before {
                content: "";
                position: absolute;
                right: 0;
                top: 50%;
                width: 0;
                height: 0;
                margin-top: -2px;
                border-left: 4px solid transparent;
                border-right: 4px solid transparent;
                border-top: 6px solid #7f7f7f;
            }

            #productMenu .card .card-header[aria-expanded="false"]:before {
                border-right-width: 0;
                border-left: 4px solid #7f7f7f;
                border-bottom: 4px solid transparent;
                border-top: 6px solid transparent;
            }

        #productMenu .card .collapse {
            padding-bottom: 28px;
        }

            #productMenu .card .collapse .card-body, #productMenu .card .collapsing .card-body {
                padding: 5px 0 10px 3px;
            }

    #productMenu + .btn.btn-orange {
        font-size: 14px;
        height: 46px;
    }

/* Product List Header */

.product-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: var(--gg-body-color);
    padding: 6px 17px;
    margin: 30px 0px;
}

    .product-list-header .filters {
        width: 100%;
        border-bottom: 6px solid var(--gg-text-color);
        margin-bottom: 20px;
    }

        .product-list-header .filters .custom-control-label {
            font-size: 12px;
            color: #000;
            line-height: 24px;
        }

        .product-list-header .filters .dropdown-filter {
            position: relative;
        }

            .product-list-header .filters .dropdown-filter .btn.dropdown-toggle {
                background-color: #fff;
                border: none;
                font-size: 12px;
                color: #000;
                padding: 8px 20px;
                height: auto;
                width: 250px;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                justify-content: space-between;
            }

                .product-list-header .filters .dropdown-filter .btn.dropdown-toggle::after {
                    font-size: 18px;
                    color: #999;
                }

            .product-list-header .filters .dropdown-filter .dropdown-menu {
                width: 100%;
                margin: -3px 0 0;
                border: none;
                border-radius: 0 0 5px 5px;
                -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
            }

                .product-list-header .filters .dropdown-filter .dropdown-menu .dropdown-item {
                    font-size: 12px;
                    color: #000;
                    padding: 10px 20px;
                }

                    .product-list-header .filters .dropdown-filter .dropdown-menu .dropdown-item:active, .product-list-header .filters .dropdown-filter .dropdown-menu .dropdown-item.active {
                        background-color: var(--color-itopya-orange);
                        color: #fff;
                    }

    .product-list-header .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
    }

    .product-list-header .filters .filtersorder {
    }

    .product-list-header .actions > * {
        margin: 0 7px;
    }

    .product-list-header .actions .view-catalog {
        font-size: 24px;
    }

    .product-list-header .actions .view-list {
        font-size: 20px;
    }

        .product-list-header .actions .view-catalog svg path, .product-list-header .actions .view-list svg path {
            fill: #a8a8a8;
        }

        .product-list-header .actions .view-catalog:hover svg path, .product-list-header .actions .view-list:hover svg path {
            fill: #222;
        }

    .product-list-header .actions .btn-group {
        border: 1px solid #d9d9d9;
        border-radius: 6px;
        overflow: hidden;
    }

        .product-list-header .actions .btn-group .btn {
            border: none;
            background-color: #fff;
            padding: 0;
            min-width: auto;
            width: 46px;
            height: 30px;
            border-radius: 0;
        }

            .product-list-header .actions .btn-group .btn + .btn {
                border-left: 1px solid #d9d9d9;
            }

            .product-list-header .actions .btn-group .btn svg path {
                fill: #222222;
            }

            .product-list-header .actions .btn-group .btn:hover, .product-list-header .actions .btn-group .btn.active {
                background-color: #e4e4e4;
            }

                .product-list-header .actions .btn-group .btn:hover svg path, .product-list-header .actions .btn-group .btn.active svg path {
                    fill: #b8b8b8;
                }

/* Pagination */

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f3f5f7;
    border-radius: 0;
    margin: 0 0 50px;
    padding: 7px 0;
}

    .pagination .btn-group {
        margin: 0 15px;
    }

        .pagination .btn-group .btn {
            background-color: #fff;
            font-size: 13px;
            line-height: normal;
            height: 32px;
            min-width: auto;
        }

            .pagination .btn-group .btn:hover, .pagination .btn-group .btn:active, .pagination .btn-group .btn.active {
                background-color: #707070;
                color: #fff;
            }

            .pagination .btn-group .btn[disabled] {
                background-color: #e4e4e4;
                color: inherit;
            }

/* END: Pagination */

.info-box {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.time-remaining {
    padding: 20px 20px 0;
}

    .time-remaining .title {
        font-size: 14px;
        padding: 2px 0;
    }

    .time-remaining .timer {
        font-size: 0;
        margin: 0 -20px;
        padding: 20px 20px 25px;
        border-bottom: 1px solid #e5e5e5;
    }

        .time-remaining .timer:before {
            content: url("https://img-itopya.mncdn.com/cdn/assets/images/icon-time-remaining.png");
            display: inline-block;
            vertical-align: middle;
            margin-right: 13px;
        }

        .time-remaining .timer .box {
            display: inline-block;
            vertical-align: middle;
            text-align: center;
        }

            .time-remaining .timer .box + .box {
                margin-left: 7px;
            }

            .time-remaining .timer .box span {
                display: block;
                background-color: #7bc039;
                font-size: 30px;
                color: #000;
                border-radius: 5px;
                width: 47px;
                height: 44px;
                line-height: 44px;
            }

            .time-remaining .timer .box em {
                display: block;
                font-size: 10px;
                line-height: normal;
                font-style: normal;
                color: rgba(0, 0, 0, 0.3);
            }

.info-box .price em {
    display: block;
    font-style: normal;
    font-size: 17.77px;
    letter-spacing: -0.02em;
    text-decoration: line-through;
    color: rgba(27, 27, 78, 0.4);
}

.info-box .price > span {
    font-size: 26.75px;
    letter-spacing: -0.02em;
    color: #f49a27;
}

    .info-box .price > span span {
        display: inline-block;
        vertical-align: text-bottom;
        font-size: 12px;
        color: rgba(31, 7, 7, 0.3);
        padding-bottom: 3px;
    }

.counter-wrapper {
    font-size: 13px;
    line-height: 21px;
    color: rgba(31, 7, 7, 0.3);
}

    .counter-wrapper .counter {
        display: inline-flex;
        background-color: #e5e5e5;
        border-radius: 5px;
        padding: 3px;
        margin-right: 5px;
    }

        .counter-wrapper .counter input {
            width: 36px;
            height: 40px;
            font-size: 23px;
            font-weight: 700;
            letter-spacing: -0.02em;
            color: #1b1b4e;
            text-align: center;
            border: none;
            background-color: #fff;
        }

        .counter-wrapper .counter a.icon-plus, .counter-wrapper .counter a.icon-minus {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            text-align: center;
            color: #1b1b4e;
        }

#productInfo {
    border-left: 1px solid #e4e4e4;
    padding: 0px 20px;
    /*padding: 0px 5px;*/
    /*margin: 10px 0;*/
}

    #productInfo h5 {
        font-size: 21px;
        font-weight: 700;
        line-height: 21px;
        color: #ff0000;
        margin: 0;
    }

    #productInfo #countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
        margin: 20px 0 0px 0px;
        min-height: 60px;
        text-align: center;
        background-size: 40px;
    }

        #productInfo #countdown .timer-wrapper .time {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 50px;
            height: 60px;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background-color: #00273a;
            border-radius: 5px;
            font-size: 35px;
            color: #fff;
            margin: 0 4px;
        }

        #productInfo #countdown .timer-wrapper .text {
            font-size: 13px;
            letter-spacing: 0.02em;
            color: rgba(0, 39, 58, 0.6);
        }

    #productInfo .amount {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }



        #productInfo .amount .pricespecialdiscount {
            font-size: 26px;
            color: #c1240b;
            padding-left: 0px;
        }

    #productInfo .info-link {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #0d2f44;
        margin: 12px 0;
    }

        #productInfo .info-link a {
            font-weight: 700;
        }

    #productInfo .add-list {
        display: block;
        border: 1px solid #d4d4d4;
        background-color: #f2f2f2;
        color: rgba(13, 47, 68, 0.9);
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #0d2f44;
        padding: 11px 17px;
        border-radius: 5px;
    }

        #productInfo .add-list:hover {
            background-color: #ffffff;
        }

    #productInfo .share {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 20px 0;
    }

        #productInfo .share span {
            margin-right: 10px;
            font-size: 15px;
            font-weight: 600;
            color: #01273a;
        }

        #productInfo .share a {
            display: block;
            font-size: 28px;
            color: #01273a;
            margin: 0;
            padding: 0 6px;
            border: 1px solid transparent;
            transition: all .3s ease;
        }

            #productInfo .share a:hover {
                border-color: var(--dark);
            }

#productDetail {
    padding-top: 0px;
}

    #productDetail > .row {
        height: 100%;
    }

    #productDetail .big-image {
        cursor: pointer;
        margin-bottom: 25px;
        text-align: center;
    }

        #productDetail .big-image img {
            height: 100%;
            width: 100%;
            object-fit: contain;
            max-height: calc(100dvh - 300px);
        }

.zoomWrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

    .zoomWrapper img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
    }

#productDetail .image-small {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

    #productDetail .image-small a {
        position: relative;
        display: block;
        width: 4vw;
        padding-top: 4vw;
        margin: 0 4px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
    }

        #productDetail .image-small a img {
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 90%;
            max-height: 90%;
            transform: translate(-50%, -50%);
        }

#productDetail .product-code, #readySystem .product-code {
    font-size: 12px;
    color: #7B7B7B;
    text-decoration: none;
}

#productDetail h1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 20px;
}

#productDetail .rater {
    display: flex;
    margin-bottom: 15px;
}

    #productDetail .rater .rating {
        width: 100px !important;
    }

        #productDetail .rater .rating span {
            font-size: 20px;
            line-height: 20px;
        }

        #productDetail .rater .rating .rate-select-layer span {
            color: #f57f1b;
        }

    #productDetail .rater .count, #productDetail .rater a {
        display: inline-block;
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: -0.02em;
        color: var(--dark);
        text-decoration: underline;
        margin: 0 2px;
    }

    #productDetail .rater a {
        border: 1px solid transparent;
        padding: 0 3px;
    }

        #productDetail .rater a:hover {
            border-color: var(--dark);
            text-decoration: none;
        }

#productDetail .brand {
    display: flex;
    margin-bottom: 18px;
}

    #productDetail .brand a {
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #1541a6;
        text-decoration: underline;
        border: 1px solid transparent;
        padding: 0 3px;
    }

        #productDetail .brand a:hover {
            border-color: var(--dark);
            text-decoration: none;
        }

    #productDetail .brand .badge {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
        color: #fff;
        margin-left: 15px;
        background-color: var(--color-itopya-orange);
        padding: 1px 13px 2px;
    }

#productDetail .properties {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

    #productDetail .properties .item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        #productDetail .properties .item + .item {
            margin-left: 24px;
        }

        #productDetail .properties .item .icon {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            margin-right: 13px;
            background-color: #a9a9a9;
            border-radius: 50%;
        }

        #productDetail .properties .item .text {
            font-size: 14px;
            line-height: 20px;
            color: rgba(34, 33, 33, 0.8);
        }

        #productDetail .properties a.item:hover .icon, #productDetail .properties .item.active .icon {
            background-color: #5a9e19;
        }

        #productDetail .properties a.item:hover .text, #productDetail .properties .item.active .text {
            color: #5a9e19;
        }

#productDetail .amount {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -3px;
}

@media only screen and (max-width:1000px) {
    #productDetail .amount {
        margin-bottom: 30px;
    }
}

#productDetail .amount span {
    font-size: 16px;
    line-height: 18px;
    text-decoration: line-through;
    color: rgba(27, 27, 78, 0.8);
    margin-right: 10px;
}

#productDetail .amount strong {
    font-size: 34px;
    line-height: 43px;
    letter-spacing: -0.02em;
    color: #222121;
}

#productDetail .amount .pricespecialdiscount {
    font-size: 18px;
    line-height: 43px;
    letter-spacing: -0.02em;
    color: #c1240b;
    margin-left: 20px;
}

@media only screen and (max-width:1000px) {
    #productDetail .amount .pricespecialdiscount {
        display: block;
        position: absolute;
        margin-left: 0px;
        margin-top: 70px;
    }
}

#productDetail .stockWeb {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

    #productDetail .stockWeb a {
        border: 1px solid transparent;
        padding: 0 3px;
    }

        #productDetail .stockWeb a:hover {
            border-color: var(--primary)
        }

.product-discount {
    margin: 0;
    padding: 0;
}

    .product-discount span {
    }

#productDetail .more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #010101;
}

    #productDetail .more a {
        color: #1541a6;
        text-decoration: underline;
        margin-right: 10px;
        white-space: nowrap;
        border: 1px solid transparent;
        padding: 0 3px;
        margin-left: -4px !important;
    }

        #productDetail .more a:hover {
            border-color: var(--primary);
            text-decoration: none;
        }

#productDetail .product-properties table {
    width: 100%;
    margin-bottom: 5px;
}

    #productDetail .product-properties table tr td:nth-child(1) {
        /*max-width: 15px;*/
        width: 32%;
        font-weight: bold;
    }

    #productDetail .product-properties table tr td:nth-child(2) {
        /* width: 10px;*/
    }

    #productDetail .product-properties table tr td {
        font-size: 14px;
        font-weight: 600;
        line-height: 28px;
        color: #000000;
    }

#productDetail .product-properties a {
    font-size: 14px;
    font-weight: 600;
    color: #1541a6;
    text-decoration: underline;
    border: 1px solid transparent;
    padding: 0 3px;
}

    #productDetail .product-properties a:hover {
        border-color: var(--primary);
        text-decoration: none;
    }

#productDetail .select-properties {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

    #productDetail .select-properties a {
        text-align: center !important;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 120px;
        max-width: 30%;
        min-height: 56px;
        background-color: #fff;
        border: 1px solid rgba(0, 0, 0, 0.42);
        border-radius: 5px;
        margin: 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
        padding: 5px;
    }

        #productDetail .select-properties a:hover, #productDetail .select-properties a.active {
            background-color: #fdf2e5;
            border-color: #ff0000;
        }

.taken-together {
    display: inline-flex;
    flex-direction: column;
    padding: 13px 0 22px;
}

    .taken-together .products {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 40px;
    }

        .taken-together .products .items {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            color: #151515;
            margin: 20px 0;
        }

            .taken-together .products .items img {
                max-width: 110px;
                max-height: 150px;
            }

        .taken-together .products .action p {
            font-size: 14px;
            font-weight: 600;
            line-height: 20px;
            letter-spacing: -0.02em;
            color: #151515;
            margin: 0 0 13px;
        }

    .taken-together p {
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
        margin: 0 0 12px;
    }

#relatedProducts {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 8px 0;
    text-align: center;
}

    #relatedProducts .product {
        width: calc(12.5% - 40px);
        margin: 30px 20px;
    }

        #relatedProducts .product a {
            display: block;
        }

            #relatedProducts .product a .image {
                display: block;
            }

                #relatedProducts .product a .image img {
                    max-width: 100%;
                    height: 170px;
                }

            #relatedProducts .product a .name {
                display: block;
                font-size: 12px;
                font-weight: 600;
                color: #000000;
                letter-spacing: -0.03em;
                margin: 10px 0;
                padding: 8px;
                border: 1px solid transparent;
                transition: all .3s ease;
                align-items: center;
                min-height: 100px;
            }

            #relatedProducts .product a:hover .name {
                border-color: var(--dark);
            }

            #relatedProducts .product a .rater {
                display: flex;
                align-content: center;
                justify-content: center;
            }

                #relatedProducts .product a .rater .rating {
                    display: block;
                    width: 43px;
                    height: 9px;
                }

                    #relatedProducts .product a .rater .rating .rate-base-layer {
                        color: #000;
                    }

                    #relatedProducts .product a .rater .rating .rate-select-layer {
                        color: #f57f1b;
                    }

                #relatedProducts .product a .rater .count {
                    display: block;
                    color: #000000;
                    padding: 0 5px;
                }

                #relatedProducts .product a .rater strong {
                    display: block;
                    font-weight: 500;
                    color: #000000;
                }

            #relatedProducts .product a .price {
                display: flex;
                align-items: center;
                justify-content: center;
            }

                #relatedProducts .product a .price span {
                    display: block;
                    font-size: 12px;
                    color: rgba(0, 0, 0, 0.8);
                    letter-spacing: -0.04em;
                    text-decoration: line-through;
                    margin-right: 10px;
                }

                #relatedProducts .product a .price strong {
                    display: block;
                    font-size: 14px;
                    color: #736050;
                    letter-spacing: -0.04em;
                }

            #relatedProducts .product a:hover .price strong {
                color: rgba(0, 0, 0, 0.8);
            }



.customer-comments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    padding: 16px 10px;
    background: #292825;
    border: 1px solid #544d16;
    border-radius: 10px;
    position: relative;
}

    .customer-comments .comment {
        padding: 10px 0 5px 0px;
        color: var(--gg-text-color);
    }

        .customer-comments .comment span {
            margin: 10px 0px;
        }

        .customer-comments .comment .title {
            display: flex;
            font-size: 14px;
            font-weight: 600;
            color: var(--gg-text-color);
            align-items: center;
        }

            .customer-comments .comment .title img {
                margin-right: 13px;
                filter: invert(100%) grayscale(100%) brightness(200%);
                height: 100%;
            }

        .customer-comments .comment .rater {
            display: flex;
            align-items: center;
            margin: 0 0 0 10px;
        }

            .customer-comments .comment .rater .rating {
                display: block;
                width: 80px;
                height: 15px;
            }

                .customer-comments .comment .rater .rating .rate-base-layer {
                    color: #000;
                }

                .customer-comments .comment .rater .rating .rate-select-layer {
                    color: #f57f1b;
                }

        .customer-comments .comment p {
            font-size: 14px;
            margin-bottom: 0;
        }

        .customer-comments .comment .info {
            padding: 20px 0;
        }

            .customer-comments .comment .info span {
                display: block;
                font-size: 14px;
                color: rgba(0, 0, 0, 0.6);
            }

            .customer-comments .comment .info .action {
                display: flex;
                align-items: center;
                padding: 15px 0;
            }

                .customer-comments .comment .info .action a.useful {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background-color: #e8feff;
                    border-radius: 5px;
                    font-size: 12px;
                    font-weight: bold;
                    color: rgba(38, 38, 38, 0.8);
                    width: 115px;
                    height: 33px;
                }

                .customer-comments .comment .info .action a.bad-notification {
                    display: block;
                    font-size: 12px;
                    letter-spacing: -0.02em;
                    color: rgba(5, 5, 5, 0.5);
                    border-left: 1px solid rgba(5, 5, 5, 0.5);
                    margin-left: 15px;
                    padding-left: 15px;
                }

#bYorum p {
    margin-bottom: 25px;
}

#bYorum strong {
    display: block;
    text-align: center;
    margin-bottom: 20px !important;
    font-size: 25px;
    margin-top: 20px;
    color: #121212;
}

#yorumDivNotPermit {
    color: var(--gg-text-color) !important;
    background-color: var(--gg-red-2-color) !important;
    /*    border-color: var(--gg-black-color-4) !important;*/
}

    #yorumDivNotPermit a {
        color: var(--gg-text-color);
        font-size: 18px;
        font-weight: 800;
    }
/*.overall-rating .rater .rating {
    display: block;
    width: 255px !important;
    height: 43px !important;
}

    .overall-rating .rater .rating span {
        font-size: 62px;
        line-height: 40px;
    }

    .overall-rating .rater .rating .rate-hover-layer {
        color: #f49a27;
    }*/
#formComment {
    padding: 48px 0;
}

    #formComment h6 {
        font-size: 18px;
        font-weight: bold;
        color: rgba(0, 0, 0, 0.8);
        margin-bottom: 20px;
    }

    #formComment .form-group {
        margin-bottom: 15px;
    }

        #formComment .form-group .form-control {
            background: #292825 !important;
            border: 1px solid #544d16;
            min-height: 40px;
        }

    #formComment .btn {
        background-color: #F3D825;
        font-size: 14px;
        font-weight: 600;
        color: var(--dark);
        width: 115px;
        height: 33px;
    }

.jq-ry-container > .jq-ry-group-wrapper > .jq-ry-group.jq-ry-rated-group svg {
    fill: #F3D825;
}

#productList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

    #productList .product {
        display: flex;
        flex-direction: column;
        width: 20%;
        border: 0 !important;
    }

        #productList .product:nth-child(5n - 4) {
            border-left: none;
        }

        #productList .product .product-header {
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 0 15px;
            height: 250px;
        }

            #productList .product .product-header .image {
                display: block;
            }

                #productList .product .product-header .image img {
                    max-width: 100%;
                    height: auto;
                    max-height: 300px;
                    -webkit-transform: scale(1);
                    transform: scale(1);
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

        #productList .product:hover .product-header .image img {
            -webkit-transform: scale(1.05);
            transform: scale(1.05);
        }

        #productList .product .product-header .info {
            width: 120px;
        }

            #productList .product .product-header .info .brand {
                display: block;
                padding-bottom: 3px;
            }

                #productList .product .product-header .info .brand img {
                    width: auto;
                    height: auto;
                    max-height: 15px;
                }

            #productList .product .product-header .info .inStock {
                display: block;
                font-size: 13px;
                color: #5a9e19;
                padding-top: 3px;
            }

        #productList .product .product-body {
            flex-grow: 1;
            padding: 15px 15px 25px 15px;
        }

            #productList .product .product-body .title {
                display: block;
                color: #111;
                font-weight: 700;
                font-size: 14px;
                padding: 18px 0;
            }

                #productList .product .product-body .title:hover {
                    color: #f1931d;
                }

            #productList .product .product-body .info {
                display: block;
                color: #c1240b;
                font-size: 13px;
                font-weight: 700;
                font-style: italic;
            }

        #productList .product .product-footer {
            border-bottom: 1px solid #e8e8e8;
            padding: 0 15px 40px;
        }


        #productList .product .product-body ul {
            display: block;
            margin-left: -10px;
        }

            #productList .product .product-body ul li {
                display: block;
                position: relative;
            }

                #productList .product .product-body ul li img {
                    width: 20px;
                    height: 20px;
                    margin-left: -40px;
                }

                #productList .product .product-body ul li p {
                    font-size: 12px;
                    margin: -20px 0 2px -15px;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 30ch;
                }



                #productList .product .product-body ul li:not(:last-child) {
                    margin-bottom: 5px;
                }

                #productList .product .product-body ul li:before {
                    /*  content: "";
                    position: absolute;
                    top: 1.5em;
                    left: -30px;
                    margin-top: -.9em;
                    background: #f07d00;
                    height: 5px;
                    width: 5px;
                    border-radius: 50%;*/
                }

.discount-cargo {
    display: grid;
    align-items: center;
    justify-content: left;
    white-space: nowrap;
}

    .discount-cargo > span {
        background-color: #cc4100;
        padding: 2px 14px 1px;
        /*margin-left: 20px;*/
        /*transform: skewX(-25deg);*/
        border-radius: 6px 6px 6px 6px;
    }

        .discount-cargo > span > strong {
            display: block;
            font-size: 15px;
            color: #fff;
            /*transform: skewX(25deg);*/
        }

    .discount-cargo strong {
        font-size: 13px;
        color: #1541a6;
    }

    .discount-cargo > label {
        padding: 2px 3px 1px !important;
        margin-bottom: 0;
        font-size: 12px !important;
        color: #c1240b !important;
        font-weight: bold;
    }

@media only screen and (min-width: 1450px) {
    .discount-cargo {
        display: inline-flex;
    }

        .discount-cargo > span {
            background-color: #cc4100;
            padding: 2px 6px 1px;
            margin-right: 20px;
            /*transform: skewX( -25deg);*/
            border-radius: 6px 6px 6px 6px;
        }
}

#productList .product .product-footer .price {
    /*display: flex;*/
    align-items: center;
    justify-content: flex-start;
    letter-spacing: -0.04em;
    padding: 15px 0;
}

    #productList .product .product-footer .price span {
        display: block;
        text-decoration: line-through;
        font-size: 12px;
        color: #707070;
        margin-right: 12px;
        float: left;
    }

    #productList .product .product-footer .price strong {
        display: block;
        font-size: 20px;
        font-weight: 700;
        color: #001d48;
    }

    #productList .product .product-footer .price .pricespecialdiscount {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #c1240b;
        /*margin-left: 10px;*/
    }

#productList .product .product-footer .custom-checkbox {
    font-size: 13px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
}


@media only screen and (max-width: 1000px) {
    #productList .product .product-footer .custom-checkbox {
        margin-top: 15px;
    }

    #productList .product .product-footer .price span {
        float: none;
    }
}



#productList.productList-best-sellers {
    padding-top: 0;
}

    #productList.productList-best-sellers .product {
        border-left: 1px solid #e8e8e8;
        width: 12.5%;
    }

        #productList.productList-best-sellers .product:nth-child(8n - 7) {
            border-left: none;
        }

        #productList.productList-best-sellers .product .product-header {
            height: auto;
        }

        #productList.productList-best-sellers .product .product-footer {
            border-bottom: none;
            padding-bottom: 0;
        }

            #productList.productList-best-sellers .product .product-footer .discount-cargo > span > strong {
                font-size: 11px;
            }

            #productList.productList-best-sellers .product .product-footer .discount-cargo > strong {
                font-size: 11px;
            }

[class*="icon-link"] {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid transparent;
    transition: all 0.1s linear;
    color: #fff;
}



    [class*="icon-link"] + [class*="icon-link"] {
        margin-left: 15px;
    }

    [class*="icon-link"] .icon {
        margin-right: 5px;
    }

    [class*="icon-link"] .text {
        text-decoration: underline;
        color: #222121;
    }

.icon-link-blue .text {
    color: #1541a6;
}

.collect-yourself-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

    .collect-yourself-price .price {
    }

        .collect-yourself-price .price strong {
            font-size: 26px;
            font-weight: 700;
            color: var(--gg-text-color);
            line-height: normal;
        }

        .collect-yourself-price .price span {
            font-size: 12px;
            color: var(--gg-text-color);
        }
/*
.list-group.product-vertical-list .list-group-item:first-child,
.list-group.product-vertical-list .list-group-item:last-child {
    border-radius: 0;
}

.list-group.product-vertical-list .list-group-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: none;
    padding: 0;
    border-bottom: 1px solid #e4e4e4;
}

    .list-group.product-vertical-list .list-group-item .remove {
        position: absolute;
        z-index: 50;
        right: 10px;
        top: 10px;
        width: 27px;
        height: 27px;
        background: url("https://img-itopya.mncdn.com/cdn/assets/images/icon-close.png") no-repeat center;
    }

    .list-group.product-vertical-list .list-group-item .image {
        width: 160px;
        padding: 15px;
    }

        .list-group.product-vertical-list .list-group-item .image img {
            max-width: 100%;
            height: auto;
        }

    .list-group.product-vertical-list .list-group-item .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 15px;
    }

        .list-group.product-vertical-list .list-group-item .content > strong {
            font-size: 14px;
            font-weight: 700;
            max-width: 310px;
            margin-bottom: 30px;
        }

        .list-group.product-vertical-list .list-group-item .content .price {
            color: #2f2f2f;
        }

            .list-group.product-vertical-list .list-group-item .content .price strong {
                font-size: 18px;
            }

            .list-group.product-vertical-list .list-group-item .content .price span {
                font-size: 15px;
            }
*/

.product-vertical-list .list-group-item {
    display: flex;
    align-items: center;
    border: none;
}

    .product-vertical-list .list-group-item + .list-group-item {
        border-top: 1px solid rgba(0,0,0, .08);
    }

    .product-vertical-list .list-group-item .product-info {
        display: flex;
        align-items: center;
    }

        .product-vertical-list .list-group-item .product-info .image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 160px;
            height: 160px;
        }

            .product-vertical-list .list-group-item .product-info .image img {
                max-width: 100%;
                max-height: 100%;
                min-width: 150px;
            }

        .product-vertical-list .list-group-item .product-info .content {
            display: flex;
            flex-direction: column;
        }

            .product-vertical-list .list-group-item .product-info .content small {
                display: block;
                padding-bottom: 6px;
            }

            .product-vertical-list .list-group-item .product-info .content span {
                font-size: 13px;
                line-height: 17px;
            }

    .product-vertical-list .list-group-item .product-price {
        display: flex;
        flex-direction: column;
        /*align-items: center;*/
        justify-content: center;
        /*padding: 0 18px;*/
    }

        .product-vertical-list .list-group-item .product-price span {
            display: block;
            font-weight: 600;
            white-space: nowrap;
        }

            .product-vertical-list .list-group-item .product-price span.new {
                color: var(--success);
            }

    .product-vertical-list .list-group-item .product-action {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: auto;
    }

        .product-vertical-list .list-group-item .product-action .btn {
            min-width: auto;
            font-size: 14px;
            text-decoration: underline;
        }

        .product-vertical-list .list-group-item .product-action strong {
            display: block;
            white-space: nowrap;
            color: var(--primary);
        }



.iconlist-main-category, .iconlist-sub-category {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .iconlist-main-category label, .iconlist-sub-category label {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        border: 1px solid rgba(0, 40, 58, 0.1);
        background-color: #f4f4f4;
        white-space: nowrap;
        width: 95px;
    }

        .iconlist-main-category label input, .iconlist-sub-category label input {
            position: absolute;
            z-index: -1;
            opacity: 0;
        }

        .iconlist-main-category label i[class*="icon-"], .iconlist-sub-category label i[class*="icon-"] {
            background: transparent url("https://img-itopya.mncdn.com/cdn/assets/images/icon-sprite-collect-yourself.png") no-repeat 0 0;
            display: inline-block;
            vertical-align: middle;
            width: 95px;
            height: 60px;
        }

        .iconlist-main-category label:hover i[class*="icon-"], .iconlist-sub-category label:hover i[class*="icon-"], .iconlist-main-category label input[type="radio"]:checked + i, .iconlist-sub-category label input[type="radio"]:checked + i {
            background-color: var(--color-itopya-orange);
            background-position-x: -95px;
        }

        .iconlist-main-category label.title, .iconlist-sub-category label.title {
            display: table-cell;
            vertical-align: middle;
            font-size: 14px;
            font-weight: 600;
            color: #173a4b;
            width: 225px;
        }

        .iconlist-main-category label.title {
            background-color: #173a4b;
            color: #fff;
        }

            .iconlist-main-category label.title i, .iconlist-sub-category label.title i {
                width: 60px;
            }

            .iconlist-main-category label.title:hover i[class*="icon-"], .iconlist-sub-category label.title:hover i[class*="icon-"] {
                background-color: transparent;
            }

            .iconlist-main-category label.title i[class*="icon-"], .iconlist-main-category label.title:hover i[class*="icon-"] {
                background-position: -110px 0;
                color: red;
            }

        .iconlist-sub-category label.title i[class*="icon-"], .iconlist-sub-category label.title:hover i[class*="icon-"] {
            background-position: -15px -60px;
        }

        .iconlist-main-category label i.icon-0, .iconlist-sub-category label i.icon-0 {
            background-position-y: -60px;
        }

        .iconlist-main-category label i.icon-1, .iconlist-sub-category label i.icon-1 {
            background-position-y: 0;
        }

        .iconlist-main-category label i.icon-2, .iconlist-sub-category label i.icon-2 {
            background-position-y: -120px;
        }

        .iconlist-main-category label i.icon-3, .iconlist-sub-category label i.icon-3 {
            background-position-y: -180px;
        }

        .iconlist-main-category label i.icon-4, .iconlist-sub-category label i.icon-4 {
            background-position-y: -240px;
        }

        .iconlist-main-category label i.icon-5, .iconlist-sub-category label i.icon-5 {
            background-position-y: -300px;
        }

        .iconlist-main-category label i.icon-6, .iconlist-sub-category label i.icon-6 {
            background-position-y: -360px;
        }

        .iconlist-main-category label i.icon-7, .iconlist-sub-category label i.icon-7 {
            background-position-y: -420px;
        }

        .iconlist-main-category label i.icon-8, .iconlist-sub-category label i.icon-8 {
            background-position-y: -480px;
        }

        .iconlist-main-category label i.icon-9, .iconlist-sub-category label i.icon-9 {
            background-position-y: -540px;
        }

        .iconlist-main-category label i.icon-10, .iconlist-sub-category label i.icon-10 {
            background-position-y: -600px;
        }

        .iconlist-main-category label i.icon-11, .iconlist-sub-category label i.icon-11 {
            background-position-y: -660px;
        }

        .iconlist-main-category label i.icon-12, .iconlist-sub-category label i.icon-12 {
            background-position-y: -720px;
        }

        .iconlist-main-category label i.icon-13, .iconlist-sub-category label i.icon-13 {
            background-position-y: -780px;
        }

        .iconlist-main-category label i.icon-14, .iconlist-sub-category label i.icon-14 {
            background-position-y: -840px;
        }

        .iconlist-main-category label i.icon-15, .iconlist-sub-category label i.icon-15 {
            background-position-y: -900px;
        }

        .iconlist-main-category label i.icon-16, .iconlist-sub-category label i.icon-16 {
            background-position-y: -960px;
        }

        .iconlist-main-category label i.icon-17, .iconlist-sub-category label i.icon-17 {
            background-position-y: -1020px;
        }

        .iconlist-main-category label i.icon-18, .iconlist-sub-category label i.icon-18 {
            background-position-y: -1080px;
        }

        .iconlist-main-category label i.icon-19, .iconlist-sub-category label i.icon-19 {
            background-position-y: -1140px;
        }

        .iconlist-main-category label i.icon-20, .iconlist-sub-category label i.icon-20 {
            background-position-y: -1200px;
        }

        .iconlist-main-category label i.icon-21, .iconlist-sub-category label i.icon-21 {
            background-position-y: -1260px;
        }

        .iconlist-main-category label i.icon-22, .iconlist-sub-category label i.icon-22 {
            background-position-y: -1320px;
        }

        .iconlist-main-category label i.icon-23, .iconlist-sub-category label i.icon-23 {
            background-position-y: -1380px;
        }

#accordion-itopya .card {
    border: none;
    border-radius: 0;
    overflow: inherit;
}

    #accordion-itopya .card .card-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #232323;
        border-bottom: 0;
        padding: 0 5px;
        /*        min-height: 50px;*/
        color: #FAEB86;
        font-size: 25px;
        font-weight: 700;
        border: 1px solid rgb(49 49 49);
        margin-bottom: 0 !important;
    }

        #accordion-itopya .card .card-header .title {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 700;
            color: inherit;
            cursor: pointer;
        }

            #accordion-itopya .card .card-header .title .fa-minus-circle,
            #accordion-itopya .card .card-header .title[aria-expanded] .fa-minus-circle,
            #accordion-itopya .card .card-header .title[aria-expanded="false"] .fa-minus-circle,
            #accordion-itopya .card .card-header .title[aria-expanded="true"] .fa-plus-circle {
                display: none;
            }

            #accordion-itopya .card .card-header .title[aria-expanded="true"] .fa-minus-circle,
            #accordion-itopya .card .card-header .title[aria-expanded="false"] .fa-plus-circle {
                display: block;
            }

        #accordion-itopya .card .card-header .actions {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            /*padding-right: 10px;*/
        }

            #accordion-itopya .card .card-header .actions > * {
                margin-left: 8px;
            }

            #accordion-itopya .card .card-header .actions .dropdown {
                padding: 8px 0;
                /*margin: 0 10px 0 0;*/
            }

                #accordion-itopya .card .card-header .actions .dropdown .btn {
                    background-color: #fff;
                    border: none;
                    height: 24px;
                    font-size: 10px;
                    line-height: 12px;
                    color: #000;
                }

                #accordion-itopya .card .card-header .actions .dropdown .dropdown-menu .dropdown-item {
                    font-size: 12px;
                    line-height: 12px;
                    color: #000;
                    padding: 0.55rem 1.5rem;
                }

            #accordion-itopya .card .card-header .actions .filter {
                display: flex;
                align-items: center;
                white-space: nowrap;
                font-size: 12px;
                font-weight: 600;
                color: inherit;
                margin: 0 20px;
            }

            #accordion-itopya .card .card-header .actions .filter,
            #accordion-itopya .card .card-header .actions .view-catalog,
            #accordion-itopya .card .card-header .actions .view-list {
                color: inherit;
            }

                #accordion-itopya .card .card-header .actions .filter svg,
                #accordion-itopya .card .card-header .actions .view-catalog svg,
                #accordion-itopya .card .card-header .actions .view-list svg {
                    width: 16px;
                    height: 16px;
                    color: inherit;
                }

                #accordion-itopya .card .card-header .actions .view-catalog svg {
                    width: 20px;
                    height: 20px;
                }

    #accordion-itopya .card .collapse .sub-filter, #accordion-itopya .card .collapsing .sub-filter {
        display: flex;
        align-items: center;
        justify-items: flex-start;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin: -12px 0 20px;
        padding: 12px 24px;
    }

        #accordion-itopya .card .collapse .sub-filter strong, #accordion-itopya .card .collapsing .sub-filter strong {
            display: block;
            font-size: 14px;
            font-weight: 800;
            color: rgba(0, 0, 0, 0.7);
            margin-right: 14px;
        }

        #accordion-itopya .card .collapse .sub-filter .custom-control + .custom-control, #accordion-itopya .card .collapsing .sub-filter .custom-control + .custom-control {
            margin-left: 1.7vw;
        }

        #accordion-itopya .card .collapse .sub-filter .custom-control .custom-control-label, #accordion-itopya .card .collapsing .sub-filter .custom-control .custom-control-label {
            font-size: 14px;
            font-weight: 800;
        }

.product-card {
    position: relative;
    display: flex;
    border: 1px solid rgb(72 69 58);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0);
    padding: 12px 30px 12px 14px;
    margin: 0px 0 14px;
    transition: all 0.3s ease;
    justify-content: flex-start;
    /*    opacity: .5;*/
    background: #32312e;
    gap: 20px;
    border-radius: 10px;
}

    .product-card.active {
        opacity: 1;
        background: #32312e;
        border-color: #625a1b;
    }

    .product-card:hover {
        opacity: 1;
        background: #44423b;
        border-color: #625a1b;
    }

    .product-card .product-card-header {
        display: flex;
        align-items: flex-start;
    }

    .product-card .icon-forward {
        display: inline-block;
        width: 20px;
        height: 17px;
        background: url("https://img-itopya.mncdn.com/cdn/assets/images/icon-forward-sprite.png") no-repeat 0 0;
    }

        .product-card .icon-forward:hover {
            background-position: -20px 0;
        }

    .product-card .product-card-body .image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 210px;
    }

    .product-card .product-card-header .image img {
        max-width: 70px;
        max-height: 70px;
        height: auto;
    }

    .product-card .product-card-body .name {
        display: block;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        color: var(--gg-text-color);
        transition: all 0.3s ease;
    }

    .product-card .product-card-footer {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-top: 8px;
    }

        .product-card .product-card-footer .difference {
            display: flex;
            flex-direction: column;
        }

            .product-card .product-card-footer .difference strong {
                font-size: 12px;
                font-weight: 700;
                color: #000;
                width: 60px;
            }

            .product-card .product-card-footer .difference span {
                font-size: 14px;
                font-weight: 700;
                color: #64a836;
            }

        .product-card .product-card-footer .counter-wrapper .counter {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0;
        }

            .product-card .product-card-footer .counter-wrapper .counter .icon-plus, .product-card .product-card-footer .counter-wrapper .counter .icon-minus {
                width: 17px;
                line-height: 17px;
                font-size: 17px;
                margin-left: 3px;
                margin-right: 3px;
                font-weight: 700;
            }

            .product-card .product-card-footer .counter-wrapper .counter input {
                width: 35px;
                height: 25px;
                font-size: 13px;
                font-weight: 700;
            }

.main-category-link {
    display: block;
    position: relative;
    margin: 15px 0;
}

    .main-category-link img {
        width: 100%;
        height: auto;
    }

    .main-category-link .content {
        position: absolute;
        z-index: 3;
        left: 25px;
        top: 25px;
    }

        .main-category-link .content strong {
            display: block;
            font-size: 22px;
            font-weight: bold;
            color: #fff;
        }

        .main-category-link .content small {
            display: block;
            font-size: 15px;
            color: #fff;
            text-decoration: underline;
            padding-top: 2px;
        }

.main-category-menu {
    border-right: 1px solid #e5e5e5;
    height: 100%;
}

    .main-category-menu a {
        display: inline-block;
        font-size: 16px;
        font-weight: 600;
        color: #000;
        padding: 5px 0 4px;
    }

        .main-category-menu a:hover {
            color: var(--color-itopya-orange);
        }

    .main-category-menu ul {
        display: block;
        margin: 0;
        padding: 0;
    }

        .main-category-menu ul li {
            display: block;
        }

/* Accoun 12321t */

.account-quick-links a {
    display: flex;
    align-items: center;
    justify-content: start;
    border: 1px solid rgb(93 82 27);
    background-color: rgb(43 42 39);
    padding: 10px;
    height: calc(100% - 20px);
    margin: 10px 0;
    border-radius: 10px;
    transition: all 0.3s ease;
}

    .account-quick-links a:hover {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .account-quick-links a .icon {
        margin: 20px;
    }

    .account-quick-links a .text strong {
        display: block;
        font-size: 20px;
        font-weight: 600;
        color: var(--gg-text-color);
    }

    .account-quick-links a .text span {
        display: block;
        font-size: 12px;
        line-height: 18px;
        color: var(--gg-text-color);
    }

/* Login */

#login {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    max-width: 500px;
    min-height: calc(100vh - 60px);
    margin: 30px auto;
}

    #login .login-box {
        flex: 0 0 100%;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 10px;
        padding: 30px;
        /*        box-shadow: 0px 0px 20.4px rgba(255, 234, 0, 0.78);*/
        border: 1px solid #FFEA00;
    }

        #login .login-box .logo {
            display: inline-block;
            font-size: 0;
            margin-bottom: 18px;
        }

            #login .login-box .logo img {
                width: auto;
                height: 37px;
            }

        #login .login-box .button-group {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 20px 30px 0px;
        }

            #login .login-box .button-group .btn {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                line-height: 20px;
                font-weight: 800;
                width: 150px;
                height: 50px;
                border: none;
                border-radius: 2px;
            }

                #login .login-box .button-group .btn + .btn {
                    margin-left: 7px;
                }

                #login .login-box .button-group .btn.btn-sign-in, #login .login-box .button-group .btn.btn-sign-up {
                    background-color: var(--gg-breadcrumb-color);
                    color: #00273a;
                }

                    #login .login-box .button-group .btn.btn-sign-in:hover, #login .login-box .button-group .btn.btn-sign-in.active, #login .login-box .button-group .btn.btn-sign-up:hover, #login .login-box .button-group .btn.btn-sign-up.active {
                        background-color: var(--gg-red-color);
                        color: #fff;
                    }

        #login .login-box h1 {
            font-size: 25px;
            font-weight: 800;
            line-height: 28px;
            color: var(--gg-text-color);
            border-bottom: 1px solid var(--gg-black-color-4);
            padding-bottom: 30px;
            margin: 0;
        }

        #login .login-box .form {
            padding: 20px 30px;
        }

            #login .login-box .form .btn.btn-orange {
                font-size: 18px;
                line-height: 28px;
                font-weight: 600;
                letter-spacing: -0.02em;
                margin-bottom: 24px;
            }

            #login .login-box .form .forgot-password {
                position: relative;
                font-size: 14px;
                font-weight: 600;
                line-height: 16px;
                color: var(--gg-text-color);
                margin: 25px 0px;
                display: inline-block;
            }

            /*                #login .login-box .form .forgot-password::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    bottom: 1px;
                    width: 100%;
                    height: 1px;
                    background-color: #000;
                }
*/
            #login .login-box .form .input-group {
                margin-top: 20px;
            }

                #login .login-box .form .input-group .input-group-prepend {
                    order: 1;
                }

                    #login .login-box .form .input-group .input-group-prepend .input-group-text {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-color: #cacdd3;
                        border-right: none;
                        background-color: transparent;
                        width: 55px;
                        border-radius: 0;
                        -webkit-border-top-left-radius: 3px;
                        -webkit-border-bottom-left-radius: 3px;
                        -moz-border-radius-topleft: 3px;
                        -moz-border-radius-bottomleft: 3px;
                        border-top-left-radius: 3px;
                        border-bottom-left-radius: 3px;
                    }

                #login .login-box .form .input-group .form-control {
                    order: 2;
                    border-color: #cacdd3;
                    border-left: none;
                    height: 50px;
                    font-size: 12px;
                    font-weight: 600;
                    line-height: 16px;
                    text-align: left;
                    color: rgba(0, 0, 0, 1);
                    border-radius: 0;
                    -webkit-border-top-right-radius: 3px;
                    -webkit-border-bottom-right-radius: 3px;
                    -moz-border-radius-topright: 3px;
                    -moz-border-radius-bottomright: 3px;
                    border-top-right-radius: 3px;
                    border-bottom-right-radius: 3px;
                }

/*#login .login-box .form .input-group .form-control:focus, #login .login-box .form .input-group .form-control:focus + .input-group-prepend .input-group-text {
                        border-color: #99a3b4;
                    }*/

.field-validation-error {
    display: block;
    border: 1px solid var(--red);
    background-color: rgba(242, 12, 12, .04);
    padding: 4px;
    margin: 5px 0;
    font-size: 12px;
}

/*#login .login-box .form .input-group input.form-control::-webkit-input-placeholder {
                    color: rgba(0, 0, 0, 0.5);
                    transition: all 0.3s ease;
                }

                #login .login-box .form .input-group input.form-control:focus::-webkit-input-placeholder {
                    color: rgba(0, 0, 0, 1);
                }

                #login .login-box .form .input-group input.form-control:-moz-placeholder {
                    color: rgba(0, 0, 0, 0.5);
                    transition: all 0.3s ease;
                }

                #login .login-box .form .input-group input.form-control:focus:-moz-placeholder {
                    color: rgba(0, 0, 0, 1);
                }

                #login .login-box .form .input-group input.form-control::-moz-placeholder {
                    color: rgba(0, 0, 0, 0.5);
                    transition: all 0.3s ease;
                }

                #login .login-box .form .input-group input.form-control:focus::-moz-placeholder {
                    color: rgba(0, 0, 0, 1);
                }

                #login .login-box .form .input-group input.form-control:-ms-input-placeholder {
                    color: rgba(0, 0, 0, 0.5);
                    transition: all 0.3s ease;
                }

                #login .login-box .form .input-group input.form-control:focus:-ms-input-placeholder {
                    color: rgba(0, 0, 0, 1);
                }*/

#login .login-box .form-group-sign-up {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: calc(100% - 8px);
    margin: 0 -4px;
    padding: 0 30px;
}

    #login .login-box .form-group-sign-up .form-control {
        width: calc(100%);
        min-width: auto;
        height: 50px;
        /*border: none;*/
        /* border-color: #cacdd3;*/
        margin: 0 4px;
        font-size: 14px;
        /*font-weight: 600;*/
        line-height: 16px;
        color: #000;
        text-align: center;
        /*background-color: #eaeaea;*/
    }

/*#login .login-box .form-group-sign-up .form-control::-webkit-input-placeholder {
                    color: #000;
                }

                #login .login-box .form-group-sign-up .form-control:-moz-placeholder {
                    color: #000;
                }

                #login .login-box .form-group-sign-up .form-control:-ms-input-placeholder {
                    color: #000;
                }*/

#login .login-box .form .custom-checkbox {
    margin-bottom: 5px;
}

    #login .login-box .form .custom-checkbox .custom-control-label {
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        color: var(--gg-text-color-2);
        text-align: left;
    }

        #login .login-box .form .custom-checkbox .custom-control-label a {
            font-weight: 600;
            color: var(--gg-text-color-2);
        }

#login .login-box .form small {
    display: block;
    font-size: 11px;
    line-height: 16px;
    text-align: left;
    color: #000;
}

    #login .login-box .form small a {
        font-weight: 700;
        color: #000;
    }

#login .login-box .content {
    text-align: left;
    font-size: 23px;
    line-height: 28px;
    color: #494949;
    padding: 0 30px 15px;
}

    #login .login-box .content strong, #login .login-box .content span {
        display: block;
    }

    #login .login-box .content span {
        font-size: 14px;
        line-height: 16px;
        padding-top: 24px;
    }

    #login .login-box .content .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 37px;
        height: 37px;
        border-radius: 50%;
        background-color: #f1f1f1;
        margin-bottom: 25px;
    }

#login .login-box .form-group .form-control {
    width: calc(100%);
    min-width: auto;
    height: 50px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    color: var(--gg-text-color) !important;
    font-size: 13px;
    text-align: center;
    background: #322f25;
    border: none;
}


/*    #login .login-box .form-group .form-control:focus {
        box-shadow: -1px 0px 14px rgba(255, 234, 0, 0.78) !important;
    }
*/
.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    width: 10% !important;
    min-width: 43px !important;
    font-size: 12px;
}

.loginBoxCustomInput {
    width: calc(100%);
    min-width: auto;
    height: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #000;
    font-size: 13px;
    text-align: center;
    border-color: #cacdd3;
}


loginBoxCustomInput:hover {
    border-color: #99a3b4;
}

/*#login .login-box .form-group .form-control::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease;
            }

            #login .login-box .form-group .form-control:focus::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 1);
            }

            #login .login-box .form-group .form-control::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease;
            }

            #login .login-box .form-group .form-control:focus::-webkit-input-placeholder {
                color: rgba(0, 0, 0, 1);
            }

            #login .login-box .form-group .form-control:-moz-placeholder {
                color: rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease;
            }

            #login .login-box .form-group .form-control:focus:-moz-placeholder {
                color: rgba(0, 0, 0, 1);
            }

            #login .login-box .form-group .form-control:-ms-input-placeholder {
                color: rgba(0, 0, 0, 0.5);
                transition: all 0.3s ease;
            }

            #login .login-box .form-group .form-control:focus:-ms-input-placeholder {
                color: rgba(0, 0, 0, 1);
            }*/

/* My Order */

.order-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    margin-top: 15px;
}

    .order-header .info {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        padding: 30px 0 10px 0;
    }

        .order-header .info > * + * {
            margin-left: 12px;
        }

        .order-header .info h2 {
            font-size: 26px;
            font-weight: 800;
            color: #000;
            margin: 0;
        }

        .order-header .info h3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
            flex: 0 1 100%;
            font-size: 22px;
            font-weight: 700;
            color: #000;
            margin: 0;
        }

            .order-header .info h3 + p {
                margin: 15px 0 20px 0;
            }

        .order-header .info p {
            flex-basis: 100%;
            font-size: 18px;
            line-height: 24px;
            color: #000;
            margin: 0;
        }

        .order-header .info span {
            display: block;
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            color: #fff;
            white-space: nowrap;
        }

        .order-header .info .form-control {
            width: auto;
            background-color: #f2f2f2;
            border-color: rgba(0, 0, 0, 0.17);
            text-align: center;
            font-size: 13px;
            font-weight: 700;
            line-height: 22px;
            margin-bottom: 0;
        }

        .order-header .info a {
            margin: 8px 0;
            font-size: 15px;
            color: #fff;
            text-decoration: underline;
        }

    .order-header .search {
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

        .order-header .search .input-group {
            max-width: 380px;
        }

            .order-header .search .input-group .form-control {
                background-color: #f3f3f3;
                border-color: #f3f3f3;
                height: 41px;
                font-size: 12px;
                font-weight: 700;
                line-height: 20px;
                color: #000;
                text-align: center;
            }

            /*.order-header .search .input-group .form-control::-webkit-input-placeholder {
                    color: #797979;
                }

#login .login-box .form-group .form-control:-moz-placeholder {
    color: #797979;
}

#login .login-box .form-group .form-control:-ms-input-placeholder {
    color: #797979;
}*/

            .order-header .search .input-group .input-group-append .btn {
                background: var(--color-itopya-orange) url("https://img-itopya.mncdn.com/cdn/assets/images/icon-search.png") no-repeat center;
                background-size: 40%;
                border: none;
                width: 44px;
                min-width: auto;
                height: 41px;
            }

/* My Order Links */

.order-links {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 18px;
}

    .order-links a {
        display: block;
        font-size: 14px;
        font-weight: 600;
        line-height: 20px;
        color: #737373;
    }

        .order-links a + a {
            margin-left: 2vw;
        }

        .order-links a.active, .order-links a:hover {
            color: #1541a6;
        }

/* Order Card Collapse */

.order-card + .order-card {
    margin-top: 16px;
}

.order-card .card-header, .order-card .card-header[aria-expanded="false"] {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    color: var(--gg-text-color);
    border-bottom: 0;
    border-radius: 10px 10px 0px 0px;
    gap: 4%;
}

    .order-card .card-header .order-title-text span {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        display: flex;
        align-items: center;
        letter-spacing: 0.24px;
        color: #FFFFFF;
    }

    .order-card .card-header .order-title-text .text-bold {
        font-weight: 700 !important;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    color: var(--gg-text-color);
    border-radius: 0px 0px 10px 10px;
}

.order-card-body {
    background-color: #2b2a27;
    border: 1px solid #5d521b;
}

.order-card .card-header .block, .order-card .card-header .block small {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
}

    .order-card .card-header .block strong {
        display: block;
        font-weight: 800;
    }

    .order-card .card-header .block a, .order-card .card-header .block small {
        color: #fff;
        cursor: pointer;
    }

    .order-card .card-header .block a {
        text-decoration: underline;
    }

    .order-card .card-header .block small:after, .order-card .card-header .block .arrow-down:after {
        font-family: "Font Awesome 5 Free";
        content: "\f078";
        display: inline-block;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
        margin-left: 5px;
    }

    .order-card .card-header .block[aria-expanded="true"] small:after {
        content: "\f077";
    }

.order-card .card-body h4 {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.04em;
}

.order-card .card-body .view-all {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    color: #F3D825;
    letter-spacing: -0.02em;
}

.order-card .card-body .product {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

    .order-card .card-body .product .buttons {
        display: flex;
        gap: 15px;
    }

        .order-card .card-body .product .buttons .btn {
            border: 1px solid rgba(0, 0, 0, 0.17);
            background-color: #f2f2f2;
            font-size: 13px;
            font-weight: 700;
            line-height: 22px;
            color: rgba(13, 47, 68, 0.9);
        }

            .order-card .card-body .product .buttons .btn:hover, .order-card .card-body .product .buttons .btn.active {
                background-color: rgba(0, 0, 0, 0.17);
            }

            .order-card .card-body .product .buttons .btn + .btn {
                margin-top: 8px;
            }

    .order-card .card-body .product .detail {
        display: flex;
        align-items: center;
        /*        justify-content: center;*/
        gap: 20px;
        padding: 0;
        width: 100%;
    }

        /*        .order-card .card-body .product .detail .image {
            width: 200px;
        }*/

        .order-card .card-body .product .detail .image img {
            width: 100%;
            height: auto;
        }

        .order-card .card-body .product .detail .content {
            display: flex;
            flex-direction: column;
            /*            width: calc(100% - 100px);*/
            padding-left: 20px;
        }

            .order-card .card-body .product .detail .content .logo-name {
                display: block;
                font-size: 12px;
                font-weight: 600;
                color: #000;
                padding-bottom: 5px;
            }

            .order-card .card-body .product .detail .content .id {
                font-size: 14px;
                line-height: 24px;
                color: #7B7B7B;
            }

            .order-card .card-body .product .detail .content .logo img {
                width: auto;
                height: 15px;
            }

            .order-card .card-body .product .detail .content .name {
                display: block;
                padding: 4px 0 4px;
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
                color: #ECECEC;
            }

            .order-card .card-body .product .detail .content .price {
                font-weight: 700;
                font-size: 15px;
                line-height: 24px;
                color: #ECECEC;
            }

.order-detail-product {
    display: flex;
    align-items: center;
    padding: 0 0 16px 0;
}

    .order-detail-product > * {
        font-size: 13px;
        font-weight: 600;
        line-height: 20px;
        color: #000;
    }

        .order-detail-product > * + * {
            margin-left: 1vw;
        }

            .order-detail-product > * + *:before {
                content: "|";
                margin-right: 1vw;
            }

    .order-detail-product .dropdown .btn {
        font-size: 13px;
        font-weight: 700;
        line-height: 20px;
        color: #1541a6;
        min-width: auto;
        height: auto;
        padding: 0;
    }

        .order-detail-product .dropdown .btn::after {
            border: solid #1541a6;
            width: 6px;
            height: 6px;
            border-width: 0 2px 2px 0;
            display: inline-block;
            padding: 1px;
            margin-left: 8px;
            transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

.order-detail-content {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

    .order-detail-content h6 {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #000;
    }

    .order-detail-content table tr td:last-child {
        text-align: right;
    }

.fault-record-list {
    display: flex;
    margin: 0;
    padding: 0;
}

    .fault-record-list li {
        position: relative;
        display: block;
        width: 100%;
        padding: 0 15px;
    }

        .fault-record-list li + li:before {
            content: "";
            position: absolute;
            right: 100%;
            top: 0;
            width: 1px;
            height: 100%;
            background-color: #d4d3d1;
        }

        .fault-record-list li h6 {
            font-size: 12px;
            font-weight: 800;
            line-height: 24px;
            color: #000;
        }

        .fault-record-list li em {
            display: block;
            font-size: 12px;
            font-weight: 600;
            line-height: 18px;
            color: #000;
        }

    .fault-record-list .product-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .fault-record-list .product-item .image img {
            width: 90px;
            height: auto;
        }

        .fault-record-list .product-item .content {
            display: flex;
            flex-direction: column;
            font-size: 11px;
            line-height: 14px;
            color: #000;
        }

            .fault-record-list .product-item .content .price {
                padding-top: 0.5rem;
                font-weight: 800;
            }

.steps-wrapper {
    display: flex;
    align-items: center;
    background-color: transparent;
    padding: 33px 0 40px 0;
    margin-top: -1px;
    gap: 100px;
    justify-content: center;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 0 0 10px 10px;
}

    .steps-wrapper .icon {
        position: relative;
        display: block;
        width: 82px;
        height: 82px;
        margin: 0 auto 16px auto;
        /*        background: #fff url("https://img-itopya.mncdn.com/cdn/assets/images/sprite-cargo-tracking.png") no-repeat 0 0;*/
        /*        background: #fff url('../images/sprite-cargo-tracking1.png') no-repeat 0 0;*/
        border: 1px solid #919191;
        border-radius: 50%;
        background: #121212;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .steps-wrapper .confirmIcon {
        position: relative;
        display: block;
        width: 82px;
        height: 82px;
        margin: 0 auto 16px auto;
        background: #fff url("https://img-itopya.mncdn.com/cdn/assets/images/sprite-cancel-confirm.png") no-repeat 0 0;
        border: 1px solid #919191;
        border-radius: 50%;
    }

    .steps-wrapper .rejectionIcon {
        position: relative;
        display: block;
        width: 82px;
        height: 82px;
        margin: 0 auto 16px auto;
        background: #fff url("https://img-itopya.mncdn.com/cdn/assets/images/sprite-cancel-rejection.png") no-repeat 0 0;
        border: 1px solid #919191;
        border-radius: 50%;
    }

    .steps-wrapper .step.active .icon, .steps-wrapper .step:hover .icon {
        border-color: var(--main-yellow-color);
    }

    .steps-wrapper .step.active .confirmIcon, .steps-wrapper .step:hover .confirmIcon,
    .steps-wrapper .step.active .rejectionIcon, .steps-wrapper .step:hover .rejectionIcon {
        border-color: var(--main-yellow-color);
    }

    .steps-wrapper .icon.icon-in-basket {
        background-position-x: 0;
    }

    .steps-wrapper .icon.icon-payment-expected {
        background-position-x: -82px;
    }

    .steps-wrapper .icon.icon-order-confirmed {
        background-position-x: -164px;
    }

    .steps-wrapper .icon.icon-order-preparing {
        background-position-x: -246px;
    }

    .steps-wrapper .icon.icon-was-delivered {
        background-position-x: -328px;
    }

    .steps-wrapper .confirmIcon.icon-in-cancel, .steps-wrapper .rejectionIcon.icon-in-cancel {
        background-position-x: 0;
    }

    .steps-wrapper .confirmIcon.icon-in-examine, .steps-wrapper .rejectionIcon.icon-in-examine {
        background-position-x: -164px;
    }

    .steps-wrapper .confirmIcon.icon-in-confirm, .steps-wrapper .rejectionIcon.icon-in-rejection {
        background-position-x: -330px;
    }

    .steps-wrapper .step.active .icon, .steps-wrapper .step:hover .icon {
        background-position-y: -80px;
    }

    .steps-wrapper .step.active .confirmIcon, .steps-wrapper .step:hover .confirmIcon,
    .steps-wrapper .step.active .rejectionIcon, .steps-wrapper .step:hover .rejectionIcon {
        background-position-y: -82px;
    }

    .steps-wrapper .step:not(:last-child) .icon:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: calc(200%);
        height: 15px;
        margin-top: -7px;
        background-color: #8d8d8d;
    }

    .steps-wrapper .step:not(:last-child) .confirmIcon:before, .steps-wrapper .step:not(:last-child) .rejectionIcon:before {
        content: "";
        position: absolute;
        left: 100%;
        top: 50%;
        width: calc(380%);
        height: 15px;
        margin-top: -7px;
        background-color: #8d8d8d;
    }

    .steps-wrapper .step.active .icon:before {
        background-color: var(--main-yellow-color);
    }

    .steps-wrapper .step.active .confirmIcon:before,
    .steps-wrapper .step.active .rejectionIcon:before {
        background-color: var(--main-yellow-color);
    }

    .steps-wrapper .step .text {
        display: block;
        font-size: 14px;
        font-weight: 700;
        line-height: 24px;
        color: #8d8d8d;
    }

    .steps-wrapper .step.active .text, .steps-wrapper .step:hover .text {
        color: var(--main-yellow-color);
    }

.alert.alert-danger-order {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    color: #1e1d1d;
    background-color: #f9e2cd;
    border-color: #cccccc;
    padding: 5px 25px;
}

.card-order-cancellation .card-body {
    padding: 3px;
}

    .card-order-cancellation .card-body .product-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 3px;
        width: 100%;
    }

    .card-order-cancellation .card-body .icon {
        width: 100px;
        padding: 13px;
    }

    .card-order-cancellation .card-body .product-block {
        width: 100%;
    }

        .card-order-cancellation .card-body .product-block h4 {
            font-size: 14px;
            font-weight: 700;
            color: #ff0000;
            margin: 0 0 15px 0;
        }

        .card-order-cancellation .card-body .product-block .product {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 30px 0 0;
        }

            .card-order-cancellation .card-body .product-block .product .image {
                width: 100px;
            }

                .card-order-cancellation .card-body .product-block .product .image img {
                    width: 100%;
                    height: auto;
                }

            .card-order-cancellation .card-body .product-block .product .content {
                width: calc(100% - 100px);
                display: flex;
                flex-direction: column;
                font-size: 12px;
                font-weight: 600;
                line-height: 22px;
                color: #000;
            }

                .card-order-cancellation .card-body .product-block .product .content .price {
                    font-weight: 700;
                }

                .card-order-cancellation .card-body .product-block .product .content .dropdown .btn {
                    min-width: auto;
                    height: auto;
                    padding: 0;
                    font-size: 12px;
                    font-weight: 600;
                    line-height: 22px;
                    color: #000;
                }

                    .card-order-cancellation .card-body .product-block .product .content .dropdown .btn:after {
                        display: none;
                    }

                .card-order-cancellation .card-body .product-block .product .content .dropdown .dropdown-menu {
                    padding: 0;
                }

                    .card-order-cancellation .card-body .product-block .product .content .dropdown .dropdown-menu .dropdown-item {
                        font-size: 12px;
                        font-weight: 600;
                        line-height: 22px;
                        color: #000;
                    }

    /*    .card-order-cancellation .card-body .form-block {
        width: 100%;
        background-color: #f7f7f7;
        padding: 35px;
    }*/

    .card-order-cancellation .card-body .form-block .form-group {
        margin: 0;
    }

        .card-order-cancellation .card-body .form-block .form-group + .form-group {
            margin-top: 27px;
        }

        .card-order-cancellation .card-body .form-block .form-group .form-control {
            height: 48px;
            font-size: 14px;
            font-weight: 600;
            line-height: 24px;
            color: #000;
            padding: 10px 12px;
            margin: 0;
        }

        .card-order-cancellation .card-body .form-block .form-group textarea.form-control {
            height: auto;
        }

        .card-order-cancellation .card-body .form-block .form-group.form-danger .form-control {
            border-color: #fe4242;
        }

        .card-order-cancellation .card-body .form-block .form-group.form-success .form-control {
            border-color: #6bb978;
        }

.form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    padding: 2px 0;
}

    .form-label .form-control {
        width: 60px;
        padding: 0;
        border: none;
        background-color: transparent;
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
    }

.add-photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
}

    .add-photo label {
        position: relative;
        display: block;
        font-size: 12px;
        line-height: 13px;
        font-weight: 700;
        color: #000;
        margin: 0;
    }

        .add-photo label img {
            margin-right: 7px;
        }

        .add-photo label input {
            position: absolute;
            z-index: -1;
            left: 0;
            top: 0;
            width: 1px;
            opacity: 0;
        }

    .add-photo ul {
        display: flex;
        padding: 0;
        margin: 0;
    }

        .add-photo ul li {
            display: block;
            width: 42px;
            height: 42px;
            border-radius: 3px;
            overflow: hidden;
        }

            .add-photo ul li + li {
                margin-left: 3px;
            }

            .add-photo ul li img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

.cancellation-items .title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    padding-bottom: 10px;
}

.cancellation-items .product {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .cancellation-items .product .image {
        width: 70px;
        padding-right: 10px;
    }

        .cancellation-items .product .image img {
            width: 100%;
            height: auto;
        }

    .cancellation-items .product .content {
        width: calc(100% - 80px);
        display: flex;
        flex-direction: column;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        color: #000;
    }

        .cancellation-items .product .content > * + * {
            margin-top: 5px;
        }

.why-order-cancellation + .why-order-cancellation {
    margin-top: 7px;
}

.why-order-cancellation .card-body {
    padding: 1px;
}

    .why-order-cancellation .card-body .product-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #f7f7f7;
        padding: 20px;
    }

        .why-order-cancellation .card-body .product-wrapper .desc {
            flex-basis: 100%;
            text-align: center;
            font-size: 22px;
            font-weight: 600;
            line-height: 60px;
            color: #1e1d1d;
        }

        .why-order-cancellation .card-body .product-wrapper .product {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .why-order-cancellation .card-body .product-wrapper .product .image {
                width: 70px;
                padding-right: 10px;
            }

                .why-order-cancellation .card-body .product-wrapper .product .image img {
                    width: 100%;
                    height: auto;
                }

            .why-order-cancellation .card-body .product-wrapper .product .content {
                width: calc(100% - 80px);
                display: flex;
                flex-direction: column;
                font-size: 12px;
                font-weight: 600;
                line-height: 14px;
                color: #000;
            }

                .why-order-cancellation .card-body .product-wrapper .product .content > * + * {
                    margin-top: 5px;
                }

.pay-back {
    border: 1px solid #888888;
    border-radius: 5px;
    padding: 13px;
}

    .pay-back .block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .pay-back .block .image {
            display: flex;
            align-content: center;
            align-items: center;
            flex-direction: column;
            width: 170px;
            padding: 20px;
        }

            .pay-back .block .image img {
                width: 100%;
                max-width: 80px;
                height: auto;
                margin: 0 auto 15px auto;
            }

            .pay-back .block .image a {
                font-size: 12px;
                font-weight: 700;
                line-height: 16px;
                text-decoration: underline;
                color: #000cf4;
            }

        .pay-back .block .content {
            width: calc(100% - 170px);
            padding-left: 40px;
        }

        .pay-back .block .fast-refund {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }

            .pay-back .block .fast-refund > span {
                transform: skew(-17deg);
                background-color: #efa055;
                margin-right: 20px;
            }

                .pay-back .block .fast-refund > span > span {
                    display: block;
                    transform: skew(17deg);
                    font-size: 15px;
                    line-height: 20px;
                    color: #fff;
                    padding: 3px 21px 2px 21px;
                }

            .pay-back .block .fast-refund a {
                font-size: 13px;
                font-weight: 700;
                line-height: 22px;
                color: #0d2f44;
                text-decoration: underline;
            }

        .pay-back .block .content ul {
            display: block;
            padding: 0;
            margin: 0;
        }

            .pay-back .block .content ul li {
                display: flex;
                align-items: flex-start;
            }

                .pay-back .block .content ul li + li {
                    border-top: 1px solid rgba(0, 0, 0, 0.5);
                    padding-top: 11px;
                }

                .pay-back .block .content ul li .radio-check {
                    margin-left: -30px;
                }

                .pay-back .block .content ul li .label {
                    padding: 0 0 5px 20px;
                }

                    .pay-back .block .content ul li .label > span {
                        display: block;
                        font-size: 12px;
                        font-weight: 600;
                        line-height: 16px;
                        color: #171717;
                        padding: 0 0 10px 0;
                    }

                    .pay-back .block .content ul li .label strong {
                        display: block;
                        font-size: 13px;
                        line-height: 22px;
                        color: #0d2f44;
                    }

                    .pay-back .block .content ul li .label label {
                        display: flex;
                        align-items: center;
                    }

                        .pay-back .block .content ul li .label label span {
                            font-size: 12px;
                            font-weight: 600;
                            line-height: 16px;
                            color: #171717;
                            margin-left: 6px;
                        }

.card-gray {
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
}

    .card-gray .inside {
        background-color: #f7f7f7;
        padding: 22px 18px;
    }

        .card-gray .inside .big-note {
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            font-weight: 600;
            color: #1e1d1d;
            text-align: center;
        }

            .card-gray .inside .big-note a {
                font-size: 14px;
                text-decoration: underline;
                color: #0042ff;
            }

.product-small {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 250px;
}

    .product-small + .product-small {
        margin-top: 25px;
    }

    .product-small .image {
        width: 66px;
        text-align: center;
        margin-right: 12px;
    }

        .product-small .image img {
            width: 50px;
            height: auto;
        }

    .product-small .content span {
        display: block;
        font-size: 11px;
        font-weight: 600;
        line-height: 15px;
        color: #000;
    }

        .product-small .content span + span {
            margin-top: 3px;
        }

.product-dropdown {
    display: inline-flex;
    flex-direction: column;
}

    .product-dropdown .image {
        text-align: center;
        margin-bottom: 10px;
    }

        .product-dropdown .image img {
            width: 75px;
            height: auto;
        }

    .product-dropdown .dropdown-wrapper > a {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        color: #000cf4;
    }

        .product-dropdown .dropdown-wrapper > a:after {
            display: none;
        }

.custom-radio-itopya {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #181818;
}

    .custom-radio-itopya .custom-control-input + .custom-control-label:before {
        border-color: #00273a !important;
        background-color: #fff !important;
    }

    .custom-radio-itopya .custom-control-input + .custom-control-label:after {
        background-image: none !important;
    }

    .custom-radio-itopya .custom-control-input + .custom-control-label:before {
        box-shadow: none !important;
    }

    .custom-radio-itopya .custom-control-input:checked + .custom-control-label:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-size: 10px;
        line-height: 14px;
        color: #00273a;
        text-align: center;
        box-shadow: none !important;
    }

.congratulations {
    text-align: center;
    padding: 60px 0;
    margin-bottom: 20px;
    /* margin-top: 30px; */
    border-bottom: 1px solid #5d521b;
}

    .congratulations img {
        width: 75px;
    }

    .congratulations h2 {
        font-size: 36px;
        font-weight: 800;
        line-height: 45px;
        color: #66cc44;
        margin: 22px 0 10px 0;
    }

    .congratulations h4 {
        font-size: 22px;
        font-weight: 800;
        line-height: 38px;
        color: #66cc44;
        margin: 0 0 10px 0;
    }

    .congratulations p {
        font-size: 16px;
        font-weight: 700;
        line-height: 35px;
        color: var(--gg-text-color-2) !important;
        margin: 0;
    }

.result-products {
    margin-bottom: 20px;
}

    .result-products .product {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 15px 0;
    }

        .result-products .product + .product {
            border-top: 1px solid #ededed;
        }

        .result-products .product .image {
            width: 100px;
        }

            .result-products .product .image img {
                width: 100%;
                height: auto;
                max-width: 90px;
                max-height: 150px;
            }

        .result-products .product .name {
            width: 100%;
            font-size: 14px;
            font-weight: 800;
            line-height: normal;
            color: #0d2f44;
        }

            .result-products .product .name span {
                display: block;
                max-width: 50%;
            }

        .result-products .product .price {
            width: 200px;
            font-size: 14px;
            color: #2f2f2f;
        }

/*
            yeni
        */




.address-box span {
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 5px;
}

.address-box h6 {
    margin: 0;
    color: var(--gg-text-color) !important;
}



.address-box .actions a {
    color: #7da7ff;
    margin-right: 10px;
    font-size: 0.85em;
    text-decoration: none;
}

    .address-box .actions a:hover {
        text-decoration: underline;
    }

.custom-control-input {
    cursor: pointer;
}

.custom-control-label {
    cursor: pointer;
    font-size: 0.8em;
    color: #7da7ff;
}

.custom-control-input:checked ~ .custom-control-label {
    color: #ffde00;
}

.address-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 100%;
    background-color: #ffde00;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.add-address {
    display: flex;
    align-items: center;
}

    .add-address strong {
        color: #F3D825 !important;
        text-decoration: underline;
    }

/*
            eski
        */
.address-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    color: #000;
    height: 100%;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
    background-color: #2c2c2c;
    border-radius: 10px;
    padding: 15px 35px;
    position: relative;
    color: var(--gg-text-color);
    border: 1px solid #555;
    transition: all 0.3s ease;
}

    .address-box:hover {
        border-color: #ffde00;
    }

    .address-box > input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

        /*   .address-box label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: transparent;
        height: 100%;
        padding: 25px;
        margin: 0;
    }*/

        .address-box > input + label:hover, .address-box > input:checked + label {
            background-color: #ededed;
        }

    .address-box > span {
        display: block;
        font-weight: bold;
    }

    .address-box > p {
        -webkit-box-flex: 50;
        -ms-flex-positive: 50;
        flex-grow: 50;
        margin: 0 0 5px 0;
        font-size: 0.85em;
        color: var(--gg-text-color);
        font-weight: 400;
    }

    .address-box .actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-weight: 600;
    }

        .address-box .actions * + * {
            margin-left: 20px;
        }

        .address-box .actions .remove {
            text-decoration: underline !important;
        }

        .address-box .actions .edit {
            text-decoration: underline !important;
        }

    .address-box.add-address {
        background: var(--gg-gray-color);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 50px 0;
        border: 1px solid var(--gg-border-color);
    }

        .address-box.add-address strong {
            display: block;
            font-size: 14px;
            color: var(--gg-text-color);
            padding-top: 14px;
        }

.modal {
    z-index: 9999 !important;
}

.addressModal .modal-content {
    border-radius: 0;
}

.addressModal .modal-header {
    position: relative;
    border-bottom-color: #bdbcba;
}

    .addressModal .modal-header .modal-title {
        font-size: 22px;
        font-weight: 800;
        color: #000;
    }

    .addressModal .modal-header .close {
        position: absolute;
        left: 100%;
        top: 0;
        background-color: var(--main-yellow-color);
        color: #2A2A2A;
        font-weight: 800;
        width: 32px;
        height: 32px;
        opacity: 1;
        padding: 0;
        margin: 0;
    }

        .addressModal .modal-header .close span {
            font-weight: normal;
        }

.addressModal .modal-body {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

    .addressModal .modal-body .form-group {
        margin-bottom: 15px;
    }

        .addressModal .modal-body .form-group .form-control:not(textarea) {
            font-size: 14px;
            color: #000;
            height: 40px;
        }

.addressModal .btn {
    font-size: 13px;
    line-height: 22px;
    height: 40px;
    background: var(--main-yellow-color);
    color: var(--gg-text-color);
    border: none;
}

    .addressModal .btn:hover {
        background-color: #F3D825;
        color: var(--gg-body-color) !important;
    }

.addressModal .form-title {
    font-size: 14px;
    color: rgba(0, 0, 0, .5);
}

.addressModal .custom-control-label::before {
    background-color: transparent !important;
    border: #7da7ff 1px solid;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #e5e5e7;
}

.addressModal .custom-control-input:checked ~ .custom-control-label::before {
    z-index: 2;
    top: -2px;
    left: -21px;
    width: 10px;
    height: 10px;
    background-color: var(--gg-yellow-color);
    border-color: #4f4f4f;
    margin-top: 10px;
}

.addressModal .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    z-index: 1;
    background-image: none;
    background-color: #e5e5e7;
    border-color: #e5e5e7;
    margin-left: 0px;
    border-radius: 50%;
    margin-top: 0px;
    width: 18px;
    left: -25px;
    top: 4px;
    height: 18px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs-address .nav-link {
    background-color: #e8e8e8;
    border: none;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    padding: 18px;
}

    .nav-tabs-address .nav-link.active {
        background-color: transparent;
        color: #000;
    }

.nav-tabs-address + .tab-content .tab-pane {
    padding: 30px 0;
}

.payment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 0;
    border-top: 1px solid #cfcecc;
}

    .payment-box:first-child {
        border-top: none;
    }

    .payment-box > .title {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #1e1d1d;
        width: 30%;
        cursor: pointer;
    }

    .payment-box > span {
        display: block;
        font-size: 13px;
        color: #1e1d1d;
        max-width: 300px;
    }

    .payment-box > .edit {
        width: 100px;
        text-align: right;
    }

        .payment-box > .edit a {
            font-size: 13px;
            color: #1541a6;
            text-decoration: underline;
        }

    .payment-box .content {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }

.payment-form {
    padding: 24px 0;
}

    .payment-form label {
        display: block;
        font-size: 14px;
        color: #fff;
        letter-spacing: -0.04em;
    }

        .payment-form label span svg {
            color: #fff;
        }

    .payment-form .form-group .form-control {
        background-color: #eee;
        border-radius: 6px;
        padding: 22px 20px;
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
    }

.hire-purchase-wrapper {
    margin: 0 auto 60px auto;
    max-width: 380px;
}

.hire-purchase .hp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

    .hire-purchase .hp-row .hp-cell {
        width: 100%;
        background-color: #f9f9f7;
        border-left: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-content: space-between;
    }

    .hire-purchase .hp-row:first-child .hp-cell {
        border-top: 1px solid #e6e6e6;
    }

    .hire-purchase .hp-row .hp-cell:last-child {
        border-right: 1px solid #e6e6e6;
    }

    .hire-purchase .hp-row:hover .hp-cell, .hire-purchase .hp-row input:checked + .hp-cell, .hire-purchase .hp-row input:checked + .hp-cell + .hp-cell {
        background-color: #FFF;
        font-weight: 600;
    }

    .hire-purchase .hp-row .hp-cell > span {
        position: relative;
        padding-left: 30px;
    }

    .hire-purchase .hp-row input {
        position: absolute;
        opacity: 0;
    }

        .hire-purchase .hp-row input + .hp-cell span:before {
            content: '';
            position: absolute;
            left: 0;
            top: 5px;
            width: 14px;
            height: 14px;
            border: 1px solid #999;
            background-color: #FFF;
            border-radius: 50%;
        }

        .hire-purchase .hp-row input:checked + .hp-cell span:after {
            content: '';
            position: absolute;
            left: 3px;
            top: 8px;
            width: 8px;
            height: 8px;
            background-color: #121212;
            border-radius: 50%;
        }

#paymentWrapper .card-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    #paymentWrapper .card-block em {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 22px;
        flex: 0 1 22px;
        display: block;
        width: 18px;
        height: 20px;
        border-radius: 50%;
        border: 1px solid #7f939c;
        font-size: 11px;
        font-style: normal;
        line-height: 18px;
        text-align: center;
        margin-right: 8px;
    }

    #paymentWrapper .card-block .content {
        width: 100%;
    }

        #paymentWrapper .card-block .content strong {
            display: block;
        }

        #paymentWrapper .card-block .content .line {
            width: 100%;
            border: none;
            border-bottom: 1px solid #000;
            margin-bottom: 20px;
        }

        #paymentWrapper .card-block .content .form-control {
            border: none;
            background-color: #eee;
            max-width: 160px;
        }

#bank.accordion .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 19px 0 18px 0;
    cursor: pointer;
}

    #bank.accordion .title > * {
        margin-right: 30px;
    }

    #bank.accordion .title[aria-expanded] em {
        position: relative;
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 1px solid #7f939c;
        background-color: #FFF;
    }

    #bank.accordion .title[aria-expanded="true"] em:before {
        content: '';
        position: absolute;
        left: 3px;
        top: 3px;
        width: 10px;
        height: 10px;
        background-color: #7f939c;
        border-radius: 50%;
    }

    #bank.accordion .title .name strong {
        display: block;
        font-size: 14px;
        color: #6a6a6a;
    }

    #bank.accordion .title .name span {
        display: block;
        font-size: 14px;
        color: #7f7f7f;
    }

#bank.accordion .collapse, #bank.accordion .collapsing {
    padding: 30px 0;
}

.iban-wrapper {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f8f8f8;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

    .iban-wrapper .iban {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 60px;
        font-size: 14px;
        font-weight: 700;
        color: #000;
        height: 100%;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

        .iban-wrapper .iban strong {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            width: 100px;
            background-color: #ebebeb;
        }

        .iban-wrapper .iban span {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: flex-start;
            border: 1px solid #ebebeb;
            padding: 15px 30px;
            width: 100%;
        }

    .iban-wrapper .info {
        margin-left: 15px;
    }

        .iban-wrapper .info .info-item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            background-color: #ededed;
            padding: 5px 14px 4px 14px;
        }

            .iban-wrapper .info .info-item + .info-item {
                margin-top: 3px;
            }

            .iban-wrapper .info .info-item strong {
                display: block;
                margin-right: 20px;
            }

.img-wrapper {
    text-align: center;
}

    .img-wrapper img, .img-wrapper .img-fluid {
        max-width: 440px;
        margin: 0 auto;
    }

.icon-canvas {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 0;
    border-radius: 10px;
    margin: 0 0 20px 0;
    width: 100%;
}

.icon-cell {
    flex: 0 0 75px;
    box-sizing: border-box;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 5px 0px;
    padding: 0;
    background: rgb(50 49 46);
    border: 1px solid #706726;
    transition: background-color 0.5s ease, transform 0.3s ease-in-out;
    flex-direction: column;
}

    .icon-cell img {
        width: 50%;
        filter: invert(100%) grayscale(100%) brightness(200%);
    }

    .icon-cell span {
        font-size: 10px;
        color: var(--gg-text-color);
    }

    .icon-cell:hover {
        background: var(--main-yellow-color);
    }

    .icon-cell.selected {
        background: var(--main-yellow-color);
    }

        .icon-cell.selected img {
            filter: invert(0%) grayscale(100%) brightness(0%);
        }

        .icon-cell.selected span {
            color: var(--gg-body-color);
            text-decoration: none;
        }

    .icon-cell:hover img {
        filter: invert(0%) grayscale(100%) brightness(0%);
    }

    .icon-cell:hover span {
        color: var(--gg-body-color);
        text-decoration: none;
    }
/*.nav-pills-iconlist {
    display: flex;
    justify-content: stretch;
    background-color: #32312e;
    border: 1px solid rgba(0, 40, 58, 0.1);
    border-radius:5px;
}

    .nav-pills-iconlist .nav {
        width: 222px;
    }

    .nav-pills-iconlist .nav-link {
        display: flex;
        align-items: center;
        font-size: 14px;
        font-weight: 600;
        color: #173a4b;
        white-space: nowrap;
        border-radius: 0;
        padding: 0 5px;
        width: 100%;
    }

        .nav-pills-iconlist .nav-link.active {
            background-color: #173a4b;
            color: #fff;
        }

    .nav-pills-iconlist [class*='icon-'] {
        display: block;
        width: 95px;
        height: 60px;
        background: transparent url("https://img-itopya.mncdn.com/cdn/assets/images/icon-sprite-collect-yourself.png") no-repeat 0 0;
    }

    .nav-pills-iconlist .tab-content {
        width: calc(100% - 222px);
        border-left: 1px solid rgba(0, 40, 58, 0.1);
    }

        .nav-pills-iconlist .tab-content .tab-pane.active {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            align-content: flex-start;
            width: 100% !important;
            height: 100%;
            max-height: 137px;
            overflow: auto;
        }*/
/*
        .nav-pills-iconlist .tab-content .scrollbar {
            height: 120px;
        }

        .nav-pills-iconlist .tab-content .tab-pane [class*='icon-'] {
            border: 1px solid rgba(0, 40, 58, 0.1);
        }

    .nav-pills-iconlist .nav-link [class*='icon-'] {
        width: 60px;
    }

    .nav-pills-iconlist .nav-link.active [class*='icon-'] {
        background-position-x: -115px;
    }

    .nav-pills-iconlist .icon-0 {
        background-position: -18px 0;
    }

    .nav-pills-iconlist .icon-1 {
        background-position: -18px -60px;
    }

    .nav-pills-iconlist .icon-2 {
        background-position-y: -120px;
    }

    .nav-pills-iconlist .icon-3 {
        background-position-y: -180px;
    }

    .nav-pills-iconlist .icon-4 {
        background-position-y: -240px;
    }

    .nav-pills-iconlist .icon-5 {
        background-position-y: -300px;
    }

    .nav-pills-iconlist .icon-6 {
        background-position-y: -360px;
    }

    .nav-pills-iconlist .icon-7 {
        background-position-y: -420px;
    }

    .nav-pills-iconlist .icon-8 {
        background-position-y: -480px;
    }

    .nav-pills-iconlist .icon-9 {
        background-position-y: -540px;
    }

    .nav-pills-iconlist .icon-10 {
        background-position-y: -600px;
    }

    .nav-pills-iconlist .icon-11 {
        background-position-y: -660px;
    }

    .nav-pills-iconlist .icon-12 {
        background-position-y: -720px;
    }

    .nav-pills-iconlist .icon-13 {
        background-position-y: -780px;
    }

    .nav-pills-iconlist .icon-14 {
        background-position-y: -840px;
    }

    .nav-pills-iconlist .icon-15 {
        background-position-y: -900px;
    }

    .nav-pills-iconlist .icon-16 {
        background-position-y: -960px;
    }

    .nav-pills-iconlist .icon-17 {
        background-position-y: -1020px;
    }

    .nav-pills-iconlist .icon-18 {
        background-position-y: -1080px;
    }

    .nav-pills-iconlist .icon-19 {
        background-position-y: -1140px;
    }

    .nav-pills-iconlist .icon-20 {
        background-position-y: -1200px;
    }

    .nav-pills-iconlist .icon-21 {
        background-position-y: -1260px;
    }

    .nav-pills-iconlist .icon-22 {
        background-position-y: -1320px;
    }

    .nav-pills-iconlist .icon-23 {
        background-position-y: -1380px;
    }

    .nav-pills-iconlist .icon-24 {
        background-position-y: -1440px;
    }

    .nav-pills-iconlist .icon-memo {
        background: none;
        padding: 10px;
        text-align: center;
    }

        .nav-pills-iconlist .icon-memo img {
            height: 100%;
            filter: invert(100%) grayscale(100%) brightness(200%);
        }

    .nav-pills-iconlist .nav-link .active [class*='icon-'], .nav-pills-iconlist .tab-content .tab-pane a .active [class*='icon-'] {
        background-position-x: -112px;
    }

    .nav-pills-iconlist .tab-content .tab-pane a:hover [class*='icon-'], .nav-pills-iconlist .tab-content .tab-pane a.active [class*='icon-'] {
        background-position-x: -95px;
    }

    .nav-pills-iconlist .tab-content .tab-pane a.active, .nav-pills-iconlist .tab-content .tab-pane a:hover {
        background-color: var(--color-itopya-orange);
    }

*/
/*memo stylez*/
.ribbon {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    display: none;
}

    .ribbon::before,
    .ribbon::after {
        position: absolute;
        z-index: 0;
        content: '';
        display: block;
        border: 3px solid rgba(140,75,0,0.9);
    }

    .ribbon span {
        position: absolute;
        display: block;
        width: 150px;
        padding: 2px 0;
        background-color: rgba(240,125,0,1);
        /*box-shadow: 0 5px 10px rgba(0,0,0,.1);*/
        color: #fff;
        font: 700 12px/1 'Lato', sans-serif;
        text-shadow: 0 1px 1px rgba(0,0,0,.2);
        text-align: center;
    }


/* top right*/
.ribbon-top-right {
    top: -18px;
    right: -20px;
}

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 5px;
    }

    .ribbon-top-right::after {
        bottom: 5px;
        right: 0;
    }

    .ribbon-top-right span {
        left: -34px;
        top: 17px;
        transform: rotate(45deg);
    }


.ribbon-top-rightAdres {
    top: -5px;
    right: 8px;
}

    .ribbon-top-rightAdres::before,
    .ribbon-top-rightAdres::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-rightAdres::before {
        top: 0;
        left: 5px;
    }

    .ribbon-top-rightAdres::after {
        bottom: 5px;
        right: 0;
    }

    .ribbon-top-rightAdres span {
        left: -34px;
        top: 17px;
        transform: rotate(45deg);
    }

.product-card .product-card-body .name:hover {
    color: var(--gg-breadcrumb-color);
}

.icon-forward-new {
    position: absolute;
    top: 50px;
    right: -4px;
}
/*�r�n aside nav*/
.sidenavurun {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -4px;
    background-color: rgb(21 21 21);
    overflow-x: visible;
    transition: 0.3s;
    border: 2px solid rgba(255, 234, 0, 1);
}

    .sidenavurun a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: var(--gg-text-color);
        display: block;
    }

        .sidenavurun a:hover {
            color: black;
        }

    .sidenavurun .closebtn {
        font-size: 36px;
        background: #2b2a27;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #423c14;
        border-radius: 10px;
        padding: 0px 20px !important;
    }

    .sidenavurun memo {
        position: absolute;
        left: -110px;
        text-align: center;
        top: 50vh;
        transform: rotate(270deg);
        color: white;
        background: #32312e;
        cursor: pointer;
        font-size: 15px;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        border: 1px solid #625a1b;
        border-bottom: none;
        border-radius: 5px 5px 0px 0px;
        transition: all ease 0.2s;
        width: 165px;
        height: 53px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

        .sidenavurun memo:hover {
            color: #00273a !important;
        }
/*yorum aside nav*/
.sidenavyorum {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -4px;
    background-color: rgb(240,240,240);
    overflow-x: visible;
    transition: 0.3s;
    border-left: 2px solid var(--secondary);
}

    .sidenavyorum a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenavyorum a:hover {
            color: black;
        }

    .sidenavyorum .closebtn {
        position: relative;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-right: 25px;
        text-align: right;
    }


    .sidenavyorum memo {
        position: absolute;
        left: -110px;
        text-align: center;
        top: calc(25vh + 352px);
        transform: rotate(270deg);
        color: white;
        padding: 5px;
        background-color: var(--secondary);
        cursor: pointer;
        border-radius: 5px;
        font-size: 20px;
        letter-spacing: -0.02em;
        border: 1px solid var(--secondary);
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        transition: all ease 0.2s;
        font-weight: bold;
        width: 175px;
    }

        .sidenavyorum memo:hover {
            color: #cccccc !important;
        }

.sidenavgb {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -4px;
    background-color: rgb(240,240,240);
    overflow-x: visible;
    transition: 0.3s;
    border-left: 2px solid var(--color-itopya-blue-navy);
}

    .sidenavgb a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
    }

        .sidenavgb a:hover {
            color: black;
        }

    .sidenavgb .closebtn {
        position: relative;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-right: 25px;
        text-align: right;
    }


    .sidenavgb memo {
        position: absolute;
        left: -110px;
        text-align: center;
        top: calc(25vh + 176px);
        transform: rotate(270deg);
        color: white;
        padding: 5px;
        background-color: var(--color-itopya-blue-navy);
        cursor: pointer;
        border-radius: 5px;
        font-size: 20px;
        letter-spacing: -0.02em;
        border: 1px solid var(--color-itopya-blue-navy);
        border-bottom: none;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        transition: all ease 0.2s;
        font-weight: bold;
        width: 175px;
    }

        .sidenavgb memo:hover {
            color: #999999 !important;
        }

@media screen and (max-height: 450px) {
    .sidenavurun, .sidenavyorum, .sidenavgb {
        padding-top: 15px;
    }

        .sidenavurun a {
            font-size: 18px;
        }
}

@media screen and (max-width: 575px) {
    .navOpen {
        width: 90vw;
    }

    .btnSepetEkleHS {
        width: 75%;
    }
}










.btnSepetEkleHS {
    width: 200px;
}

.sideNavKategoriAdi {
    font-weight: bold;
    font-size: 1.5em;
    color: #818181
}

.sideNavColor {
    color: #818181;
}

.sideNavHR {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.spButton {
    font-size: 18px !important;
    border: 1px solid #5c5316;
    text-decoration: underline !important;
    text-align: center !important;
    padding: 10px 25px !important;
    transition: all 0.1s linear;
    font-weight: bold;
    background: rgb(43 42 39);
    border-radius: 10px;
}

    .spButton:hover {
        border: 1px solid #999999 !important;
        color: var(--gg-text-color) !important;
    }

.mySidenavUrun_scroll {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
    padding: 0 20px;
    scrollbar-color: #ffe932 #444;
}


    .mySidenavUrun_scroll::-webkit-scrollbar {
        width: 4px;
    }

    .mySidenavUrun_scroll::-webkit-scrollbar-track {
        background: #444;
        border-radius: 2px;
    }

    .mySidenavUrun_scroll::-webkit-scrollbar-thumb {
        background-color: #ffe932;
        border-radius: 10px;
        min-height: 40px;
        border: 2px solid #444;
    }

.summary-item {
    display: flex;
    align-items: center;
    background: #2b2a27;
    border: 1px solid #5c5316;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
    align-items: stretch;
}

.summary-item__info {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    flex: 1;
}

.summary-item__logo {
    width: 50px;
    margin-right: 40px;
}

.summary-item__meta {
    color: #fff;
    line-height: 1.3;
}

.summary-item__title {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 4px;
}

    .summary-item__title h2 {
        margin: 0 0 10px 0 !important;
        padding: 0;
    }

.summary-item__specs {
    font-size: 13px;
    color: #ccc;
    margin-bottom: 6px;
}

    .summary-item__specs h3 {
        margin: 0 0 10px 0 !important;
        padding: 0;
    }

    .summary-item__specs a {
        padding: 0;
    }

.summary-item__qty {
    font-size: 12px;
    color: #999;
}

.summary-item__price {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-right: 0;
    display: flex;
    align-items: center;
}

.summary-price-div {
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
/*.summary-item__delete-container {
    width: 68px;
    min-height: 144px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3636;
    box-shadow: -7px 0px 29.2px 1px rgba(255, 94, 94, 0.28);
}*/

.summary-item__delete {
    border: none;
    color: #fff;
    width: 50px;
    min-height: 118px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF3636;
    box-shadow: -7px 0px 29.2px 1px rgba(255, 94, 94, 0.28);
}

.mySidenavUrun_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #ffd700;
}

.sideNavUrun {
    border: 1px solid transparent;
    transition: all 0.1s linear;
    cursor: pointer;
    padding: 0 !important;
    font-size: 18px !important;
}

    .sideNavUrun:hover {
        color: #00273a !important;
        border: 1px solid #999999 !important;
    }

#accordion-itopya .card-body.list-view .col {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

    #accordion-itopya .card-body.list-view .col .product-card {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 12px 14px;
        height: auto;
        justify-content: flex-start;
        gap: 40px;
        min-height: 103px;
    }

        #accordion-itopya .card-body.list-view .col .product-card.active {
        }

            #accordion-itopya .card-body.list-view .col .product-card.active::after {
                content: "Seçildi";
                position: absolute;
                top: 0;
                right: 0;
                width: 19px;
                height: 100%;
                background: #FFEE5E;
                box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
                border-radius: 0px 10px 10px 0px;
                writing-mode: sideways-lr;
                text-orientation: mixed;
                color: #211221;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 12px;
                font-weight: 600;
            }

#accordion-itopya .card-body.catalog-view .col .product-card.active::after {
    content: "Seçildi";
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 100%;
    background: var(--main-yellow-color);
    box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);
    border-radius: 0px 10px 10px 0px;
    writing-mode: sideways-lr;
    text-orientation: mixed;
    color: #211221;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}

#customScrollWrapper .eseoContainerH3Font {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#accordion-itopya .card-body.list-view .col .product-card .product-card-header {
}

    #accordion-itopya .card-body.list-view .col .product-card .product-card-header > img {
        display: none;
    }

    #accordion-itopya .card-body.list-view .col .product-card .product-card-header .ribbon {
        width: 10px;
        height: 10px;
        left: 12px;
        top: 26px;
        /*top: 16px;*/
    }

        #accordion-itopya .card-body.list-view .col .product-card .product-card-header .ribbon span {
            display: none;
        }

        #accordion-itopya .card-body.list-view .col .product-card .product-card-header .ribbon:before {
            left: 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background-color: var(--color-itopya-orange);
            border: none;
        }

        #accordion-itopya .card-body.list-view .col .product-card .product-card-header .ribbon:after {
            display: none;
        }

    #accordion-itopya .card-body.list-view .col .product-card .product-card-header > span {
        position: absolute;
        top: -7px;
        right: -7px;
    }

        #accordion-itopya .card-body.list-view .col .product-card .product-card-header > span a {
            position: relative;
            right: 10px;
            top: 10px;
        }

#accordion-itopya .card-body.list-view .col .product-card .product-card-body {
    line-height: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
}

    #accordion-itopya .card-body.list-view .col .product-card .product-card-body .image {
        display: block;
        height: auto !important;
        width: auto !important;
    }

#accordion-itopya .card-body.list-view .col .product-card .product-card-header .image img {
    display: block;
    width: 85px !important;
    height: 85px !important;
}

#accordion-itopya .card-body.list-view .col .product-card .product-card-footer {
    padding: 0;
    min-width: 100px;
    justify-content: center;
}



.btn-itopya {
    /*    background-color: var(--gg-breadcrumb-color);*/
    background-color: var(--main-yellow-color);
    color: #2A2A2A !important;
    font-size: 16px;
    font-weight: 700 !important;
    line-height: 22px;
    text-transform: none;
}


.btn-itopya-click-bg, .btn-itopya-click-bg:hover {
    background-color: #c4c4c4;
}

.btn-itopya-filter {
    background-color: var(--main-yellow-color);
    color: var(--dark);
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-transform: none;
    cursor: pointer;
    float: right;
    width: 35px;
    height: 35px;
}



    .btn-itopya-filter:active {
        background-color: #c4c4c4;
    }

.btn-itopya-click-bg, .btn-itopya-click-bg:hover {
    background-color: #c4c4c4;
}

.btn-itopya-link {
    font-size: 16px;
    line-height: 22px;
    text-decoration: underline;
}

    .btn-itopya-link:hover,
    .btn-itopya-link:focus,
    .btn-itopya-link.active {
        background-color: var(--light);
    }

.sticky-filter {
    position: sticky;
    bottom: 0;
    background-color: var(--white);
    padding: 10px 0;
}
/* Scroll Up */
#scrollUp {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    right: 30px;
    bottom: 30px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: #f3d825;
}

    #scrollUp span {
        border: solid var(--dark);
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 6px;
        margin-top: 6px;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }


.properties-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

    .properties-wrapper .property-item {
        flex: 0 1 auto;
        margin: 0 10px;
        -webkit-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
        transform: skewX(-25deg);
    }

        .properties-wrapper .property-item.success {
            background-color: var(--color-itopya-success);
        }

        .properties-wrapper .property-item.warning {
            background-color: var(--color-itopya-orange);
        }

        .properties-wrapper .property-item.primary {
            background-color: var(--color-itopya-primary);
        }

        .properties-wrapper .property-item span {
            display: block;
            font-size: 16px;
            font-weight: 700;
            color: var(--white);
            padding: 3px 16px;
            -webkit-transform: skewX(25deg);
            -moz-transform: skewX(25deg);
            transform: skewX(25deg);
        }



.add-compare-list {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #ababab;
    border-radius: 5px;
    padding: 12px 10px;
}

    .add-compare-list:before {
        content: '';
        width: 17px;
        height: 17px;
        border: 1px solid #0d2f44;
    }

    .add-compare-list input {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .add-compare-list strong {
        font-size: 16px;
        font-weight: 700;
        color: #0d2f44;
        padding: 0 10px;
    }

    .add-compare-list input:checked + strong:after {
        content: '';
        border-left: 1px solid var(--color-itopya-primary);
        border-bottom: 1px solid var(--color-itopya-primary);
        position: absolute;
        left: 14px;
        top: 20px;
        width: 9px;
        height: 4px;
        transform: rotate( -50deg );
    }

.title-search {
    position: relative;
    display: inline-flex;
    height: 34px;
    max-width: 200px;
    border-radius: 3px;
    overflow: hidden;
}

    .title-search input[type="text"] {
        background-color: #f3f3f3;
        width: 100%;
        height: 100%;
        border: none;
        padding: 5px 70px 5px 12px;
        text-align: center;
    }

    .title-search button {
        position: absolute;
        right: 0;
        top: 0;
        width: 58px;
        height: 100%;
        border: none;
        background: var(--color-itopya-orange) url("https://img-itopya.mncdn.com/cdn/assets/images/icon-search.png") no-repeat center;
        background-size: 15px;
        transition: all .3s ease;
    }

        .title-search button:hover {
            background-color: var(--color-itopya-orange-dark);
        }


.list-link {
    display: inline-flex;
    margin-bottom: 1rem;
}

    .list-link .list-group-item {
        border: none !important;
        font-weight: 700;
    }

        .list-link .list-group-item.active,
        .list-link .list-group-item:hover {
            color: var(--color-itopya-primary);
            background-color: transparent;
        }

        .list-link .list-group-item:hover {
            background-color: var(--light);
        }

.list-myList {
    border-radius: 0px;
    overflow: hidden;
    position: relative;
    gap: 10px;
    margin-top: 10px;
}

    .list-myList .list-group-item h6 {
        color: var(--gg-text-color);
    }

    .list-myList .list-group-item small {
        color: #c3c4c6;
    }

    .list-myList .list-group-item.active::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 19px;
        height: 100%;
        background: var(--main-yellow-color);
        /*        box-shadow: -7px 0px 29.2px 1px rgba(255, 238, 94, 0.28);*/
        border-radius: 10px 0px 0px 10px;
    }

    .list-myList .list-group-item.active,
    .list-myList .list-group-item:hover {
        background-color: #2b2a27;
    }

.list-group-flush .list-group-item {
    border-radius: 10px;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    color: var(--gg-text-color);
    padding: 17px;
}

.list-group-item + .list-group-item.active {
    margin-top: 0 !important;
}

.favorite-product {
    border: 1px solid #3A3A3A;
    box-shadow: 0px 0px 2px rgba(153, 153, 153, 0.6);
    border-radius: 16px;
}

.listHsLink {
    color: var(--gg-text-color);
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0px 15px;
}

    .listHsLink:hover {
        color: var(--gg-text-color);
    }

.card-product-wrapper {
    /*    padding: 0px 12px;*/
    padding: 0;
}

.card-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border: none;
    padding: 12px 20px;
}

    .card-product + .card-product {
        border-top: 1px solid #e5e5e5;
    }

    .card-product .info {
        display: flex;
        align-items: center;
    }

        .card-product .info .image {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 140px;
        }

            .card-product .info .image img {
                max-width: 90%;
                max-height: 120px;
            }

        .card-product .info .detail {
            display: flex;
            flex-direction: column;
        }

            .card-product .info .detail > small {
                font-weight: 600;
            }

            .card-product .info .detail > a {
                display: inline-block;
                font-size: 12px;
                line-height: 16px;
                font-weight: 800;
                color: var(--color-itopya-blue-navy);
                text-decoration: underline;
                margin: 4px 0 8px 0;
            }

            .card-product .info .detail .amount {
                display: flex;
            }

                .card-product .info .detail .amount > span {
                }

                    .card-product .info .detail .amount > span span {
                        text-decoration: line-through;
                    }

                .card-product .info .detail .amount > strong {
                    text-decoration: underline;
                    margin-left: 16px;
                }



    .card-product .action {
        display: flex;
        flex-direction: column;
    }

        .card-product .action .btn-itopya-link {
            justify-content: flex-start;
            color: var(--color-itopya-primary);
            text-decoration: none;
            font-weight: 600;
            font-size: 11px;
            height: auto;
        }

.alert-warning {
    background: #292825;
    border: 1px solid #544d16;
    padding: 20px;
}

    .alert-warning .btn-itopya {
        border: 1px solid;
        background: var(--gg-yellow-color);
        color: var(--gg-black-color-2);
        margin-top: 10px;
    }

.karsilastirmaListesiBg {
    background-color: red;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    font-size: 20px;
    background-color: #2c2c2c !important;
    color: #fff;
}

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        background-color: #2c2c2c !important;
        color: #fff;
        border: 1px solid #d1c753 !important;
        font-weight: 700;
        font-size: 20px;
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--gg-yellow-color);
    background-color: var(--gg-yellow-color);
}

.custom-control-label::before {
    background-color: transparent !important;
}


.loader {
    color: #fa9d28;
    font-size: 20px;
    margin: 100px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

@-webkit-keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #F3D825;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}


.mobilktBar {
    display: none;
}

.lira55 {
    width: 0.55em !important;
}

.lira65 {
    width: 0.65em !important;
}

span.content > span.name > a {
    color: #000;
    border: 1px solid transparent;
    text-decoration: none;
}

    span.content > span.name > a:hover {
        border: 1px solid black;
    }


.tagClass {
    height: 35px;
}


.seeAll {
    color: var(--gg-text-color) !important;
    opacity: 1 !important;
    font-weight: bold;
    transition: all 0.1s linear;
}

    .seeAll:hover {
        color: var(--gg-breadcrumb-color) !important;
    }



#divRead {
    height: 19em;
    line-height: 1.2em;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 1s ease-out;
}

#divReadMore {
    cursor: pointer;
    transition: 0.1s ease all;
}

    #divReadMore:hover {
        color: #f07d00;
    }


#productDetail > div > div > div.properties-wrapper > a {
    background-color: #1269ac !important;
}


.stage {
    display: flex;
    float: left;
    padding-right: 5px;
    clear: both;
}

.box {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}

.bounce-7 {
    animation-name: bounce-7;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-7 {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.1,.9) translateY(0);
    }

    30% {
        transform: scale(.9,1.1) translateY(-10px);
    }

    50% {
        transform: scale(1.05,.95) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-7px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.box-two {
    align-self: flex-end;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    margin: 0 auto 0 auto;
    transform-origin: bottom;
}

.bounce-detail {
    animation-name: bounce-detail;
    padding: 0 !important;
    animation-timing-function: cubic-bezier(0.280, 0.840, 0.420, 1);
}

@keyframes bounce-detail {
    0% {
        transform: scale(1,1) translateY(0);
    }

    10% {
        transform: scale(1.05,.95) translateY(0);
    }

    30% {
        transform: scale(.95,1.05) translateY(-4px);
    }

    50% {
        transform: scale(1.02,.98) translateY(0);
    }

    57% {
        transform: scale(1,1) translateY(-2px);
    }

    64% {
        transform: scale(1,1) translateY(0);
    }

    100% {
        transform: scale(1,1) translateY(0);
    }
}

.typography {
    text-align: center;
}

.bigtypography a h2 {
    font-size: 150px;
    color: #fa9d28;
    font-weight: 800;
}

.items {
    font-size: 24px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    margin: 15px 35px;
    padding: 10px 0px;
}

    .items a {
        color: black;
    }

.icon-geo {
    /*    color: #fa9d28;*/
    color: #F3D825;
}

@media only screen and (max-width: 500px) {
    .items {
        margin: 10px 0px;
        padding: 10px 0px;
    }
}

.filter-span {
    height: 25px;
    padding: 5px 5px 5px 5px;
    margin: 2px 2px 2px 2px;
}

    .filter-span a {
        font-style: italic;
        cursor: default;
        font-family: Verdana;
        font-size: 12px;
    }

    .filter-span b {
        cursor: pointer;
        font-family: "Font Awesome 5 Free";
        font-size: 13px;
        margin: 0 4px 0 6px;
    }



#leftMenu.leftMenu-brand {
    background-color: transparent;
    height: inherit;
}

    #leftMenu.leftMenu-brand ul li a .text {
        margin: 0;
    }

.page-title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    background: #302f2e;
    padding: 10px;
    padding-left: 2%;
    border-radius: 10px;
    color: var(--gg-breadcrumb-color) !important;
}

    .page-title img {
        width: auto;
        height: 2.5rem;
        margin-right: 1rem;
        filter: invert(100%) grayscale(100%) brightness(200%);
    }

.brand-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 50px 0;
    background: #302f2e;
    border-radius: 10px;
}

    .brand-logos span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem;
        width: 225px;
    }

        .brand-logos span img {
            width: 140px;
            max-height: 100%;
            object-fit: cover;
        }

#showMoreBtn {
    color: var(--gg-text-color-2) !important;
}

.category-menu a {
    display: flex;
    align-items: center;
    font-size: .8rem;
    font-weight: 600;
    color: #00273a;
    background-color: var(--light);
    border-radius: 2px;
    margin: 10px 0;
    padding: 11px 12px;
    transition: background-color .2s ease;
}

    .category-menu a:hover,
    .category-menu a.active {
        background-color: var(--color-itopya-orange)
    }


.category-list li {
}

.category-list .category-list-content {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgb(93 82 27);
    background-color: rgb(43 42 39);
    border-radius: 10px;
    padding: 3rem 2rem;
}

.category-list li .content {
    display: flex;
    flex-direction: column;
    width: 35%;
}

    .category-list li .content strong {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .category-list li .content a:not(.view-all) {
        color: var(--gg-text-color);
    }

    .category-list li .content a.view-all,
    .category-list li .content a:hover {
        text-decoration: underline;
    }


.category-list li .image {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 45%;
}

    .category-list li .image img {
        width: 80%;
        object-fit: cover;
    }

#cookiePolicy {
    position: fixed;
    z-index: 999;
    bottom: .5rem;
    left: 50%;
    max-width: 100%;
    transform: translateX(-50%);
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    background-color: #121212;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
}

    #cookiePolicy .text {
        font-size: 14px;
        font-weight: 500;
        color: #C7C7C7;
    }

        #cookiePolicy .text a {
            color: #F3D825;
        }

            #cookiePolicy .text a:hover {
                text-decoration: underline;
            }

    #cookiePolicy .closeCookiePolicy {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 700;
        border-radius: 20px;
        background-color: #F3D825;
        color: #2A2A2A;
        cursor: pointer;
        text-wrap: nowrap;
        padding: 5px 20px;
    }

        #cookiePolicy .closeCookiePolicy:hover {
            background-color: #4a4a4a;
            color: #dfdfdf;
        }

    #cookiePolicy .cookie-buttons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.btn-viewMore {
    display: block;
    font-weight: bold;
    font-size: 11px;
    text-align: left;
    transition: all 0.1s linear;
    color: #007bff;
}

[aria-expanded="false"].btn-viewMore .viewLess {
    display: none;
}

[aria-expanded="true"].btn-viewMore .viewMore {
    display: none;
}


#productViewModal .modal-header .close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color-itopya-orange);
    color: #FFF;
    width: 42px;
    height: 42px;
    opacity: 1;
    padding: 0;
    margin: 0;
}

    #productViewModal .modal-header .close span {
        font-size: 1.5rem
    }

#productViewModal .modal-dialog {
    max-width: inherit;
    max-height: inherit;
    width: 90dvw;
    height: 90dvh;
    overflow: auto;
}

    #productViewModal .modal-dialog .modal-body {
        display: flex;
        flex-wrap: wrap;
    }

        #productViewModal .modal-dialog .modal-body > strong {
            width: 100%;
            flex: 1 1 auto;
            font-size: 1.4rem;
            line-height: 1.6rem;
            text-align: center;
            order: 1;
        }

        #productViewModal .modal-dialog .modal-body .view {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            order: 2;
        }

            #productViewModal .modal-dialog .modal-body .view img {
                width: auto;
                max-width: 90dvw;
                max-height: 72dvh;
                object-fit: cover;
            }

        #productViewModal .modal-dialog .modal-body .thumb {
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 100px;
            order: 3;
        }

            #productViewModal .modal-dialog .modal-body .thumb a {
                position: relative;
                display: block;
                width: 80px;
                height: 80px;
                line-height: 0;
                border: 1px solid #e5e5e5;
                border-radius: 5px;
                overflow: hidden;
            }

                #productViewModal .modal-dialog .modal-body .thumb a:hover,
                #productViewModal .modal-dialog .modal-body .thumb a.active {
                    border-color: var(--color-itopya-orange);
                }

                #productViewModal .modal-dialog .modal-body .thumb a + a {
                    margin-top: .5rem;
                }

                #productViewModal .modal-dialog .modal-body .thumb a svg {
                    width: .8rem;
                    margin: 0 !important;
                    transform: translate(-50%, -50%);
                }

                #productViewModal .modal-dialog .modal-body .thumb a img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

.productDiscountArea {
    background-color: #c1240b;
    color: white;
    width: 100%;
    min-height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 6px 6px;
    text-align: center;
}

    .productDiscountArea a {
        margin-bottom: 0.3em;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
    }

    .productDiscountArea .productDiscountAreaDoted {
        border: 1px;
        border-style: dashed;
        padding: 2px 2px 2px 2px;
        font-family: Tahoma;
        font-size: 13px;
        font-weight: bold;
    }


.productListDiscountArea {
    color: #c1240b;
    width: 100%;
    border-radius: 6px 6px 6px 6px;
    text-align: left;
    margin-bottom: 5px;
}

    .productListDiscountArea a {
        margin-bottom: 0.3em;
        font-family: Tahoma;
        font-size: 11px;
        font-weight: bold;
    }

    .productListDiscountArea .productListDiscountAreaDoted {
        border: 1px;
        border-style: dashed;
        padding: 2px 2px 2px 2px;
        font-family: Tahoma;
        font-size: 13px;
        font-weight: bold;
    }

.eseoContainer {
    display: none;
}

.eseoContainerH2Font {
    font-size: 16px;
    font-weight: 700;
    margin-top: 6px;
}

.eseoContainerH3Font {
    font-size: 12px;
    font-weight: 600;
}

ul.footer-nav {
    margin: 0;
    width: 50%;
    float: left;
}

    ul.footer-nav:nth-last-child(1) {
        margin-bottom: 80px;
    }

@media only screen and (max-width: 600px) {
    ul.footer-nav {
        width: 100% !important;
    }
}

.unit {
    /*    font-size: 100% !important;*/
    font-size: 70% !important;
    color: rgba(255, 255, 255, 1);
    margin-left: 3px;
}

.home-section-title {
    font-weight: bold;
    background-color: #302f2e;
    margin-left: -2vw;
    margin-right: -2vw;
    padding-left: 2%;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.hc-offcanvas-nav.hc-nav-1.nav-levels-overlap.nav-position-left li.level-open > .nav-wrapper {
    left: 40px;
}

.recommendation_container {
    max-width: 1500px !important;
    margin: 0 auto;
    padding: 0 1rem;
}

.recommendation_products {
    background: #1e1e1e;
    margin: 50px 0px;
    padding: 50px 0px;
}

.recommendation_title {
    text-align: center;
    color: rgba(222, 222, 222, 1);
    font-size: 40px;
    font-weight: 700;
    line-height: 28px;
}

.Account-title {
    color: var(--gg-text-color);
    font-size: 30px;
    font-weight: 800;
    margin: 20px 0px;
}

.kategori-menu-container-eb {
    width: 100%;
    max-width: 400px;
    height: 100%;
    margin: auto;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 18px;
    box-shadow: 0 0 5px rgba(255, 238, 94, 0.15);
    overflow: hidden;
    position: relative;
}

.kategori-menu-body-eb::-webkit-scrollbar {
    display: none;
}

.kategori-menu-body-eb::-webkit-scrollbar-thumb {
    display: none;
}

.kategori-menu-body-eb::-webkit-scrollbar-track {
    display: none;
}

.kategori-menu-view-eb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-direction: column;
    background-color: #2b2a27;
}

    .kategori-menu-view-eb.kategori-menu-active-eb {
        display: flex;
    }

.kategori-menu-header-eb {
    padding: 24px 24px 0 24px;
    flex-shrink: 0;
}

.kategori-menu-title-eb {
    font-size: 20px;
    font-weight: 800;
    color: var(--main-yellow-color);
    margin-bottom: 16px;
    text-align: start;
}

.kategori-menu-body-eb {
    flex-grow: 1;
    padding: 0 24px 32px;
    overflow-y: auto;
}

    .kategori-menu-body-eb nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .kategori-menu-body-eb nav li {
        font-size: 17px;
        font-weight: 500;
    }

    .kategori-menu-body-eb nav a {
        color: #fff;
        text-decoration: none;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 6px;
        transition: background 0.2s ease;
        cursor: pointer;
    }

        .kategori-menu-body-eb nav a:hover {
            background-color: rgba(255, 238, 94, 0.1);
            color: var(--main-yellow-color);
        }

.kategori-menu-chevron-eb {
    font-weight: bold;
    font-size: 16px;
}

.kategori-menu-back-link-eb {
    font-size: 15px;
    color: var(--main-yellow-color);
    cursor: pointer;
    margin-bottom: 16px;
    display: inline-block;
    text-decoration: underline;
}

.hamburger-toggle-btn-eb {
    color: #fff;
}

    .hamburger-toggle-btn-eb span {
        display: block;
        height: 4px;
        background-color: var(--gg-text-color);
        border-radius: 4px;
        transition: all 0.3s ease;
    }

.hamburger-menu-overlay-eb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

    .hamburger-menu-overlay-eb.active-eb {
        display: block;
    }

.hamburger-menu-panel-eb {
    position: fixed;
    top: 4%;
    left: -400px;
    width: 100%;
    max-width: 360px;
    height: 70vh;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-left: 0;
    box-shadow: 10px 0 30px rgba(255, 238, 94, 0.1);
    z-index: 1000;
    transition: left 0.3s ease;
    overflow: hidden;
    border-radius: 0 18px 18px 0;
}

    .hamburger-menu-panel-eb.active-eb {
        left: 0;
    }

.hamburger-menu-close-btn-eb {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    color: var(--yellow-eb);
    font-size: 28px;
    cursor: pointer;
    z-index: 1002;
}

.hamburger-menu-content-eb {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
}

    .hamburger-menu-content-eb.active-eb {
        display: flex;
    }

.hamburger-menu-header-eb {
    padding: 24px 32px 0;
    flex-shrink: 0;
}

.hamburger-menu-title-eb {
    font-size: 23px;
    font-weight: 800;
    color: var(--yellow-eb);
    margin-bottom: 16px;
}

.hamburger-menu-body-eb {
    flex-grow: 1;
    padding: 0 32px 32px;
    overflow-y: auto;
}

    .hamburger-menu-body-eb ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hamburger-menu-body-eb li {
        font-size: 17px;
        font-weight: 500;
    }

    .hamburger-menu-body-eb button {
        width: 100%;
        text-align: left;
        background: none;
        border: none;
        color: var(--yellow-eb);
        font-size: 17px;
        font-family: inherit;
        cursor: pointer;
        padding: 8px 4px;
        display: flex;
        justify-content: space-between;
        border-radius: 6px;
        transition: background 0.2s ease;
    }

        .hamburger-menu-body-eb button:hover {
            background-color: rgba(255, 238, 94, 0.1);
        }

.chevron-eb {
    font-weight: bold;
    font-size: 16px;
}

.back-link-eb {
    font-size: 15px;
    color: var(--yellow-eb);
    cursor: pointer;
    margin-bottom: 16px;
    text-decoration: underline;
    background: none;
    border: none;
    font-family: inherit;
}

.owl-carousel .owl-item img.owl-lazy {
    border-radius: 18px;
}

.contact-info .social-media {
    justify-content: start;
    gap: 15px;
}

    .contact-info .social-media a {
        padding: 0;
        margin: 0;
    }

.contact-wrap .form-control {
    padding: 10px 13px;
    height: auto;
    background-color: rgba(231, 231, 231, 1);
}

    .contact-wrap .form-control::placeholder {
        color: rgba(14, 17, 19, .3 ) !important;
    }

    .contact-wrap .form-control:focus {
        outline: none !important;
    }

@media (max-width: 990px) {


    .order-card .card-body .product .detail {
        flex-direction: column;
    }

    .order-card .card-body .product .buttons {
        flex-direction: column;
        gap: 5px;
    }

    .contact-wrap .form, .contact-wrap .contact-info {
        padding: 30px;
    }

    .swal2-container {
        padding: 1em 1em !important;
    }
}


.hover-shadow-none:hover {
    background-color: var(--gg-breadcrumb-color) !important;
    color: var(--black) !important;
}

.checkbox-form-section {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 0 20px 0;
}

    .checkbox-form-section span {
        color: var(--gg-text-color-2);
        font-weight: 600;
    }

.header-menu-search-section {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.searchRow {
    border-bottom: 1px dotted #cccccc;
    color: black;
    padding: 10px;
    gap: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

    .searchRow:hover {
        background-color: var(--gg-body-color);
        color: var(--gg-text-color);
        cursor: pointer;
    }

.searchResult {
    transition: transform 0.3s ease-in-out;
    position: absolute;
    height: auto;
    background-color: var(--gg-breadcrumb-color);
    z-index: 9999;
    border-top: 2px solid var(--gg-body-color);
    text-align: center;
    max-height: 450px;
    overflow-y: auto;
    display: none;
    color: black !important;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

    .searchResult::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .searchResult::-webkit-scrollbar-thumb {
        background: #B3AFB3;
        border-radius: 0px;
    }

        .searchResult::-webkit-scrollbar-thumb:hover {
            background: #00273a;
        }

    .searchResult::-webkit-scrollbar-track {
        background: #F1F1F1;
        border-radius: 0px;
        box-shadow: inset 0px 0px 0px 0px #F0F0F0;
    }

.SearchName {
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
}

.searchRow .img {
    width: 50px;
    height: 50px;
    min-width: 50px;
}

    .searchRow .img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.searchRow .price {
    font-size: 14px;
    font-weight: 500;
    text-wrap: nowrap;
}

.swal2-close {
    background: var(--main-yellow-color);
    color: #2A2A2A;
}

.swal2-title {
    color: #2A2A2A !important;
}

.header-menu-search-section .searchResult {
    background-color: #fff !important;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    background: #d9d9d9;
    color: var(--gg-body-color) !important;
}

.col-form-label {
    color: #000;
    font-size: 13px;
}

.btn, .form-control, .custom-select {
    height: 45px;
}

.contact-wrap {
    -webkit-box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.2);
}

    .contact-wrap .col-form-label {
        font-size: 18px;
        color: rgba(255, 255, 255, 1);
        font-weight: 500;
        display: inline-block;
        padding: 0;
        margin-bottom: 10px;
    }

    .contact-wrap .form, .contact-wrap .contact-info {
        padding: 40px;
    }

    .contact-wrap .contact-info {
        background: #393833;
        border: 1px solid #5a5220;
        border-radius: 10px;
    }

.contact-container {
    padding: 20px;
}

.contact-wrap .contact-info ul li {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}

    .contact-wrap .contact-info ul li .wrap-icon {
        font-size: 15px;
        color: #fff;
    }

.form-container {
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 10px;
}

.contact-wrap .form h3 {
    color: #35477d;
    font-size: 20px;
    margin-bottom: 30px;
}

.contact-wrap .contact-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
}

label.error {
    font-size: 12px;
    color: red;
}

#message {
    resize: vertical;
}

#form-message-warning, #form-message-success {
    display: none;
}

#form-message-warning {
    color: #B90B0B;
}

#form-message-success {
    color: #55A44E;
    font-size: 18px;
    font-weight: bold;
}

.submitting {
    float: left;
    width: 100%;
    padding: 10px 0;
    display: none;
    font-weight: bold;
    font-size: 12px;
    color: #000;
}

.social-media-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* margin: 30px 0; */
}

    .social-media-new a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 5px;
        padding: 5px;
        border: 1px solid transparent;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
    }

#message:focus {
    border-color: #fa9d28;
    outline-color: #fa9d28
}

.mb-10px {
    margin-bottom: 10px;
}

.hire-purchase {
    margin-top: 10px;
}

.comments-date {
    color: #121212;
}

.margin-b-20px {
    margin-bottom: 20px;
}

#bYorum {
    overflow: auto;
    padding: 0 20px;
}

.my-confirm-btn {
    color: #111;
}

.acizgisiz {
    color: #fff;
    transition: all linear 0.1s;
}

    .acizgisiz:hover {
        color: var(--main-yellow-color) !important;
        transition: all linear 0.1s;
    }

.order-card .step:hover {
    text-decoration: none;
}

.margin-top-30px {
    margin-top: 30px;
}

.siparis-durum .order-card-body {
    margin-top: 30px;
    border-radius: 10px;
}

    .siparis-durum .order-card-body .logo-name {
        color: #7B7B7B !important;
        font-weight: 600 !important;
    }

.detail-order-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 30px;
}

    .detail-order-top .date-product {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
    }

    .detail-order-top .e-fatura {
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        text-decoration: underline;
    }

.order-detail-page-card {
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 10px;
    margin-top: 15px;
}

    .order-detail-page-card .order-detail-content {
        padding: 0 !important;
        border-radius: 0 0 10px 10px;
    }

        .order-detail-page-card .order-detail-content .top {
            padding: 1.25rem;
            border-bottom: 1px solid #5d521b;
            background: #2b2a27;
            border-radius: 10px 10px 0 0;
        }

            .order-detail-page-card .order-detail-content .top h4 {
                margin: 0;
            }

.ssm-text {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}

.order-detail-page-card .order-detail-content .product {
    background: #2b2a27;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.order-detail-page-card .logo-name {
    color: #7B7B7B !important;
    font-weight: 600 !important;
}

.order-detail-review-button {
    padding: 8px 16px;
    background-color: var(--main-yellow-color);
    color: #121212;
    font-weight: 600;
    text-wrap: nowrap;
    border-radius: 10px;
}

.addressModal .form-control:focus {
    border-color: #ccc;
    background: #d9d9d9;
}

.addressModal .modal-body .form-group .form-control:not(textarea) {
    padding: 10px;
}

.addressModal label {
    font-size: 14px;
    font-weight: 500;
    color: #121212;
}

.addressModal .modal-title {
    color: #121212 !important;
}

.card-order-cancellation {
    background-color: #2b2a27 !important;
    border: 1px solid #5d521b;
    border-radius: 10px;
    padding: 35px;
}

    .card-order-cancellation .product-wrapper {
        width: 100%;
    }

        .card-order-cancellation .product-wrapper .form-block {
            width: 100%;
        }

.iptal-button {
    color: #121212;
    border-radius: 10px;
    background-color: var(--main-yellow-color) !important;
    padding: 10px;
    width: 100%;
    font-weight: 600;
    display: flex;
    justify-content: center;
}

.cancellation-items {
    padding: 15px;
    background-color: #2b2a27 !important;
    border: 1px solid #5d521b;
    border-radius: 10px;
    margin-top: 15px;
}

    .cancellation-items .logo-name {
        font-size: 12px;
        color: #7B7B7B;
        font-weight: 500;
    }

    .cancellation-items .id {
        color: #7B7B7B;
        font-size: 12px;
        font-weight: 500;
    }

    .cancellation-items .name a {
        color: #fff !important;
        border: none !important;
    }

        .cancellation-items .name a:hover {
            border: none !important;
        }

    .cancellation-items .pieces {
        color: #fff;
    }

.swal2-styled.swal2-confirm {
    background: var(--main-yellow-color) !important;
    color: #121212 !important;
    font-weight: 500;
}

.product-detail-namesection {
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 14px;
}

.karsilastir-text {
    color: #000;
}

.karsilastir-sayfasi strong {
    color: #000 !important;
}

#SozlesmeRow .form-control {
    padding: 6px !important;
}

input[type="radio"].radioFatura {
    accent-color: #000;
}

    input[type="radio"].radioFatura:focus-visible {
        outline: none;
        box-shadow: 0 0 0 3px rgba(243, 216, 37, 0.35);
        border-radius: 50%;
    }

.payment-success-page .order-box-product {
    /*    background-color: #2b2a27;
    border: 1px solid #5d521b !important;*/
    border-radius: 10px;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .payment-success-page .order-box-product .price strong {
        color: #000;
    }

.payment-success-page .product-info .order-image {
    width: 100px;
    height: 100px;
    min-width: 100px;
}

    .payment-success-page .product-info .order-image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.payment-success-page .urundetay {
    color: #0043AE;
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
}

.payment-success-page .product-info {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 75%;
}

    .payment-success-page .product-info .productprice {
        font-size: 16px;
        font-weight: 700;
        color: #000;
    }

.payment-success-page .name-sec {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

    .payment-success-page .name-sec small {
        font-size: 14px;
        color: #7B7B7B;
    }

.payment-success-page .productname {
    font-weight: 400;
    font-size: 16px;
    color: #070707;
    text-decoration: underline;
}

.payment-success-page .marka-name {
    font-size: 14px;
    color: #7B7B7B;
    font-weight: 600;
}

.order-box-product-div-payment {
    background: #fff;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

.payment-collapse-content .title {
    font-size: 18px;
    color: #000 !important;
    font-weight: 700;
}

.payment-collapse-content .collapse-text {
    font-size: 14px;
    color: #000 !important;
}

.payment-collapse-content {
    background: #fff;
    border-top: 1px dashed #DBDBDB;
    border-radius: 0 0 10px 10px;
    padding: 20px !important;
}

.siparis-durum .image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

    .siparis-durum .image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

.order-detail-page-card .image {
    width: 100px;
    height: 100px;
    min-width: 100px;
    max-width: 100px;
}

    .order-detail-page-card .image img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

a.siparis-durumu-btn {
    text-wrap: nowrap;
    color: #121212;
    font-weight: 600;
}

.siparis-tab-item {
    font-size: 18px !important;
}

.not-found-item {
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

    .not-found-item .text {
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }

    .not-found-item span {
        color: #F3D825;
        font-size: 22px;
    }

.margin-b-30px {
    margin-bottom: 30px;
}

.siparis-hr {
    border-color: #5d521b;
}

.fav .product-price-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.order-left-list-tab .list-group-item:first-child {
    border-top-width: 1px !important;
}

.order-left-list-tab .list-group-item:last-child {
    border-bottom-width: 1px !important;
}

.list-margin {
    margin-top: 10px !important;
}

.product-card-close {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    min-width: 30px !important;
    border: 1px solid #3A3A3A;
    background: transparent;
    color: var(--gg-text-color);
}


    .product-card-close:hover {
        background-color: #F3D825;
    }

.toplanan-sistemler .badge-campaignn {
    border: none !important;
    justify-content: start !important;
}

.product-card-close span {
    color: #121212;
}

.toplanan-sistemler .product-block-header {
    justify-content: space-between !important;
}

#bTableUrunDetay {
    background: #F3F5F7 !important;
}

#divAciklama > p, h1, h2, h3, h4i h5, h6, span, label {
    word-break: keep-all;
    font-size: 16px
}

#divAciklama img {
    max-width: 100%;
}


.disabledVaryant {
    background-color: rgba(0,0,0,0.1) !important;
    border-color: rgba(0,0,0,0.3) !important;
    color: rgba(0,0,0,0.5) !important;
}

#txtYorum::placeholder {
    color: #d6d6d6;
}

.more-text {
    color: #F3D825 !important;
}

    .more-text span {
        color: #F3D825 !important;
    }

.menu-bottom-fix {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 20px;
    background: var(--main-yellow-color);
    color: #121212;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    width: 100%;
}

.order-bottom-status {
    display: flex;
    align-items: center;
    gap: 15px;
}

.owl-carousel .product {
    width: 100% !important;
}

    .owl-carousel .product .advice-system-feature img {
        width: 20px;
        height: 20px;
        max-width: 20px;
    }
    /*.owl-carousel .product .product-block-body
{
    min-height:480px;
}*/
    .owl-carousel .product .product-block {
        min-height: 650px;
        box-shadow: none !important;
    }

.mainpage-product-slider .owl-nav.disabled {
    display: flex !important;
}

.mainpage-product-slider .owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0px !important;
    fill: #00273a !important;
    display: block !important;
    font-size: unset !important;
}

.mainpage-product-slider .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0px !important;
    fill: #00273a !important;
    display: block !important;
    font-size: unset !important;
}



#product_list_slider .owl-nav.disabled {
    display: flex !important;
}

#product_list_slider .owl-prev {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 0px !important;
    fill: #fff !important;
    display: block !important;
    font-size: unset !important;
}

#product_list_slider .owl-next {
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 0px !important;
    fill: #fff !important;
    display: block !important;
    font-size: unset !important;
}

.login-password-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.login-flex-sec {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.login-form-text {
    font-size: 15px;
    color: #fff;
}

.login-password-checkbox:checked {
    background-color: #F3D825;
    border-color: #F3D825;
}

    .login-password-checkbox:checked::after {
        content: "✔";
        color: #000;
        font-size: 14px;
        position: absolute;
        left: 2px;
        top: -1px;
    }

.login-pages {
    display: flex;
    flex-direction: column;
}

.login-page-buttons {
    background: var(--main-yellow-color);
    color: #121212;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    padding: 9px;
    width: 100%;
}

    .login-page-buttons:hover {
        background: var(--gg-breadcrumb-color) !important;
    }

.sign-section .form-group {
    margin-bottom: 0 !important;
}

.sign-modals .modal-title {
    color: #121212 !important;
}

.sign-modals .modal-body * {
    color: #121212 !important;
    font-size: 14px !important;
}

.footer-menu-sec.mobile-none {
    display: none;
}

.dropdown-item.logout {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.difference-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list-view .difference-section {
    gap: 15px;
}

.difference-section .product-href {
    font-size: 12px;
    color: #F3D825;
    font-weight: 600;
    text-decoration: underline;
    z-index: 1;
}

.table-product-link {
    color: #F3D825;
    font-weight: 600;
    text-decoration: underline;
    font-size: 12px;
    width: fit-content;
}

    .table-product-link:hover {
        color: #F3D825;
        text-decoration: underline;
    }

.hazir-sistem-accordion-scroll .product-card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cancellation-items .product {
    margin-bottom: 10px;
}

.product.siparis-detay {
    border-radius: 0 !important;
}

    .product.siparis-detay:last-child {
        border-radius: 0 0 10px 10px !important;
    }

.steps-wrapper .step:not(:last-child) .icon.two:before {
    width: calc(250%);
}

.steps-wrapper .icon.two {
    padding: 15px;
}

.sifre-goster {
    color: #fff !important;
}

.showFilterAll {
    position: absolute;
    bottom: 13px;
    left: 0px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11px;
    transition: all 0.1s linear;
}

    .showFilterAll:hover {
        color: #f07d00
    }

.swal-main-modals {
    background: #121212 !important;
}

.swal-main-text {
    color: #fff !important;
    font-size: 14px;
}

    .swal-main-text * {
        color: #fff !important;
        font-size: 14px;
    }

.swal-main-title {
    color: #fff !important;
    font-size: 22px !important;
}

.swal2-styled.swal2-cancel {
    border-radius: 1.25em !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    padding: 6px 50px !important;
}

.addressModal .close span {
    font-size: 30px;
}

.product-list-left-sidebar {
    margin-bottom: 30px;
}

.yorum-yap-text {
    padding: 0 20px;
}

.sub-cat-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2b2a27;
    border: 1px solid #5d521b;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

    .sub-cat-content .left .lists {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .sub-cat-content .right .image {
        width: 180px;
        height: 180px;
    }

        .sub-cat-content .right .image img {
            width: 100%;
            height: 100%;
            max-width: 100%;
        }

    .sub-cat-content .left .sub-cat-items {
        color: #fff;
        font-size: 14px;
    }

    .sub-cat-content .left .sub-cat-title {
        font-size: 20px;
    }

.mb-20px {
    margin-bottom: 20px;
}

.sub-cat-content .tumunu-gor {
    color: var(--gg-text-color-2) !important;
    text-decoration: underline;
    font-weight: 600;
}

.brand-logos.cat-lists {
    background: #fff !important;
}

.product-list-bottom-seo * {
    color: #FFFF !important;
    margin-top: 30px;
}

.product-price abbr {
    font-size: 11px !important;
}

.detail-price-div abbr {
    font-size: 22px !important;
}

.adres-goster-popup {
    background: #121212 !important;
}

.adres-goster-popup-title {
    color: #fff !important;
}

.icon-link.flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.kupon-kod-input {
    padding: 10px;
}

.kupon-kod-uygula {
    line-height: unset !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-top: 10px !important;
}


.mt-10px {
    margin-top: 10px;
}

@media(max-width:990px) {
    .summary-price-div {
        align-items: center;
    }

    .sub-cat-content .right .image {
        width: 120px;
        height: 120px;
    }

    .sub-cat-content {
        /*        flex-direction: column;*/
        gap: 15px;
    }

    .mainpage-product-slider .owl-next {
        transform: translateY(-60%);
    }

    .mainpage-product-slider .owl-prev {
        transform: translateY(-60%);
    }

    .footer-left-col {
        flex-direction: column;
    }

    .footer-col-items.mobile-none {
        display: none;
    }

    .mobile-footer-flex {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .footer-menu-sec.mobile-none {
        display: flex;
    }

    .difference-section {
        flex-direction: column;
        align-items: start;
    }

    .summary-item__delete {
        width: 100%;
        padding: 15px;
        min-height: auto;
    }

    .product-list-header-right {
        width: 100%;
    }

        .product-list-header-right .breadcrumb-sec {
            flex-wrap: nowrap;
            overflow: auto;
            padding-bottom: 10px;
        }

            .product-list-header-right .breadcrumb-sec .breadcrumb-items {
                text-wrap: nowrap;
            }

    .card-order-cancellation {
        padding: 15px;
    }

    .cancellation-items .name {
        line-height: unset;
        font-size: 12px;
    }

        .cancellation-items .name a {
            line-height: unset;
            font-size: 12px;
        }

    .cancellation-items .pieces {
        font-size: 12px;
    }

    .mobile-wrap-address {
        flex-direction: column !important;
        align-items: start !important;
        margin-bottom: 15px;
    }
}

.sm-price-tl {
    font-style: normal !important;
    font-size: 70% !important;
}

.topla-tl {
    font-size: 70% !important;
}


/* DENEME CSS */
.column-dflex#readySystem {
    display: flex;
    flex-direction: column;
}

.hs-detail-top-sec {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

    .hs-detail-top-sec .red-info-text {
        color: #F16060;
        font-size: 11px !important;
        font-weight: 400;
        display: flex;
        align-items: center;
        gap: 3px;
    }

        .hs-detail-top-sec .red-info-text span {
            font-size: 11px !important;
        }

    .hs-detail-top-sec .svg-inline--fa.fa-w-16 {
        width: 11px;
    }

    .hs-detail-top-sec .svg-inline--fa {
        display: inline-block;
        font-size: inherit;
        height: 11px;
        overflow: visible;
        vertical-align: -.125em;
    }

    .hs-detail-top-sec .pr-name {
        font-size: 14px;
        color: #DEDEDE !important;
        font-weight: 700;
        line-height: 1.2;
    }

    .hs-detail-top-sec .tavsiye-kod {
        color: #7B7B7B;
        font-size: 10px;
        font-weight: 400;
    }

.center-image-section {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .center-image-section .absolute-text {
        position: absolute;
        top: 5px;
        right: 15px;
        color: #ff2300 !important;
        font-size: 12px;
        font-weight: 600;
    }

#icerik * {
    color: #fff ;
}

.brand-filter-left {
    border: 1px solid #5d521b;
    border-radius: 15px;
    position: sticky;
    top: 105px;
    background: #2b2a27;
    overflow-y: auto;
    height: calc(100vh - 175px);
    padding: 0 !important;
    scrollbar-width: none;
}

    .brand-filter-left .logo-section {
        padding: 15px;
        border-bottom: 1px solid #5d521b;
        display: flex;
        justify-content: center;
    }

    .brand-filter-left .list-brand-filter .brand-filter-text a {
        color: #FFEE5E;
        font-size: 15px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 5px !important;
    }

        .brand-filter-left .list-brand-filter .brand-filter-text a:hover {
            background: rgba(255, 238, 94, 0.1);
        }

    .brand-filter-left .list-brand-filter.one {
        padding: 15px 15px 0 15px;
    }

    .brand-filter-left .list-brand-filter.two {
        padding: 0 15px 15px 15px;
    }

    .brand-filter-left .viewMore {
        color: #FFEE5E;
        font-weight: 600;
        font-size: 14px;
    }

    .brand-filter-left .viewLess {
        color: #FFEE5E;
        font-size: 14px;
        font-weight: 600;
    }

.product-list-left-sidebar.marka {
    padding-left: 15px;
}

.product-old-price abbr {
    font-size: 70% !important;
}

@media(max-width:990px) {

    #product_list_slider .owl-next {
        font-size: unset !important;
    }

        #product_list_slider .owl-next svg {
            width: 30px;
            height: 30px;
        }

    #product_list_slider .owl-prev {
        font-size: unset !important;
    }

        #product_list_slider .owl-prev svg {
            width: 30px;
            height: 30px;
        }

    .mobile-brand-image {
        height: 15px !important;
    }
}

.element-color {
    background: #fff !important;
    background-color: #fff !important;
    color: #000 !important;
}

.line-price-sec .tl-span {
    color: #868686;
    font-size: 70%;
    font-weight: 500;
    text-decoration: line-through;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e") !important;
}

.share-product-detail {
    cursor: pointer;
}

.discount-karsilastir {
    background-color: #323232;
    color: #F3D825;
    border: none;
    padding: 8px 12px;
    font-size: 12px !important;
    font-weight: 600;
    border-radius: 8px;
}

.list-group.list-group-flush {
    flex-direction: column;
    gap: 3px;
}

.compare-card {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #5d521b;
    padding: 13px;
    display: flex;
    gap: 15px;
}

    .compare-card .img-box {
        width: 47px;
        height: 47px;
        min-width: 47px;
    }

        .compare-card .img-box img {
            width: 100%;
            height: 100%;
            max-width: 100%;
            object-fit: cover;
        }

    .compare-card .name-box .compare-card-name {
        font-size: 12px;
        color: #000;
        font-weight: 600;
    }

    .compare-card svg {
        color: #000;
    }

.compare-title-two {
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    color: #fff !important;
}

.compare-button-sec {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin-top: 10px;
}

    .compare-button-sec .compare-delete {
        background-color: #b53d3d;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
        font-weight: 500;
        border-radius: 5px;
        padding: 9px;
    }

    .compare-button-sec .compare-button {
        background: var(--main-yellow-color);
        color: #121212;
        font-weight: 600;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
        padding: 9px;
    }

.tippy-content {
    background-color: #2b2a27;
    border-radius: 10px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
    border-bottom-color: #2b2a27;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
    border-top-color: #2b2a27;
}

.tippy-box[data-theme~=light-border] {
    background-color: #2b2a27;
    border-radius: 10px;
    border: 1px solid #FFEA00;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
    top: -10px;
}

.navOpen {
    border-radius: 10px 0 0 10px;
}

color: #ECECEC;
}



@media (min-width: 768px) and (max-width: 990px) {
    .product-list-page #productList {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.compare-title-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .compare-title-section .right-section {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .compare-title-section .right-section a {
            text-decoration: none !important;
            font-size: 16px !important;
            padding: 6px 25px !important;
        }

        .compare-title-section .right-section span {
            font-size: 15px;
        }

.black-modal-content {
    background: #121212 !important;
}

    .black-modal-content label {
        color: #fff !important;
    }

    .black-modal-content .kopyala-form {
        padding: 5px 10px;
        font-size: 14px;
        height: auto;
    }

.compare-discount-card {
    background-color: #323232;
    color: #F3D825;
    border: none;
    padding: 8px 25px;
    font-size: 12px;
    border-radius: 5px;
    font-weight: 600;
}

.black-modal-content .kopyala-button {
    color: #2A2A2A;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    background-color: var(--main-yellow-color) !important;
    padding: 7px 20px;
}

@media(max-width:990px) {
    .Account-title {
        font-size: 24px;
        margin: 10px 0;
    }

    .compare-title-section {
        margin-bottom: 15px;
    }

        .compare-title-section .right-section a span {
            font-size: 12px;
        }

        .compare-title-section .right-section a {
            padding: 5px 15px !important;
        }

    .share-button-compare svg {
        display: none !important;
    }

    .share-button-compare {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .compare-brand-image {
        height: 15px !important;
    }

    #accordion-itopya .card {
        overflow: visible;
    }
}

.compare-page-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 10px 0;
    justify-content: space-between;
}

    .compare-page-flex .compare-line-sec {
        display: flex;
        gap: 5px;
        align-items: end;
    }

    .compare-page-flex .compare-line-sec-div {
        line-height: 1;
        min-height: 15px;
    }

    .compare-page-flex .compare-new-price-div {
        line-height: 1;
        font-size: 22px;
        min-height: 23px;
    }

    .compare-page-flex .compare-cart-price-div {
        line-height: 1;
        font-size: 12px;
        min-height: 13px;
    }

    .compare-page-flex .compare-page-button-div {
        line-height: 1;
        min-height: 38px;
    }

    .compare-page-flex .compare-new-price {
        color: #000;
        font-weight: 700;
        font-size: 22px;
        line-height: 1;
    }

    .compare-page-flex .compare-cart-price {
        color: #FE1B1B;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
    }

    .compare-page-flex .compare-old-price {
        color: rgba(27, 27, 78, 0.80);
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        text-decoration: line-through;
    }

    .compare-page-flex .compare-tl-icon {
        color: rgba(27, 27, 78, 0.80);
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        text-decoration: line-through;
    }

        .compare-page-flex .compare-tl-icon.two {
            text-decoration: none;
            font-size: 70%;
            font-weight: 700;
            color: #000;
        }

        .compare-page-flex .compare-tl-icon.three {
            text-decoration: none;
            font-size: 70%;
            font-weight: 700;
            color: #FE1B1B;
        }

.compare-column-div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}

#productInfo .amount span {
    font-size: 14px;
    color: rgba(27, 27, 78, 0.8);
    text-decoration: line-through;
}

.compare-column-div strong {
    font-size: clamp(16px, 1.3vw, 30px);
    color: #222121;
    padding-left: 10px;
}

.main-banner-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.main-banner-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: rgb(255 255 255 / 80%);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.3s ease;
}

    .main-banner-slider .swiper-button-prev:after,
    .main-banner-slider .swiper-button-next:after {
        font-size: 20px !important;
        font-weight: 600;
        color: #000 !important;
    }

.main-banner-slider:hover .swiper-button-next,
.main-banner-slider:hover .swiper-button-prev {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 990px) {
    #drpSiralama {
        display: none;
    }

    .filter-top-side .right {
        border: 1px solid #fff;
        border-radius: 5px;
        padding: 5px 15px;
    }

    .product-list-mobile-filter {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
    }
}

.custom-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 5px 0;
    margin-top: 5px;
    list-style: none;
    z-index: 999;
    width: 200px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

    .custom-dropdown li {
        padding: 8px 12px;
        cursor: pointer;
        padding: 2px 12px;
        cursor: pointer;
        color: #000;
        font-weight: 600;
        font-size: 12px;
    }

        .custom-dropdown li:hover {
            background: #f5f5f5;
        }

.new-form-group input,
.new-form-group select,
.new-form-group textarea {
    font-size: 14px;
    padding: 10px !important;
}

@media (min-width: 991px) {
    .custom-dropdown {
        display: none !important;
    }
}

@media(max-width:990px) {
    .login-password-checkbox:checked::after {
        font-size: 12px;
    }

    .product-detail-namesection {
        margin-bottom: 10px;
    }
}

#KisaAciklama {
    scroll-margin-top: 150px;
    margin-top: 20px;
    padding: 0 15px;
}

.offcanvas-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    background: #2b2a27;
    box-shadow: -3px 0 10px rgba(0,0,0,.3);
    transition: right .3s ease-in-out;
    z-index: 1060;
    overflow-y: auto;
}

    .offcanvas-collapse.show {
        right: 0;
    }

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    z-index: 1050;
    transition: opacity .3s ease-in-out;
    opacity: 0;
    pointer-events: none;
}

    .offcanvas-backdrop.show {
        opacity: 1;
        pointer-events: auto;
    }

@media(max-width:990px) {
    #loggedUserContent {
        border: none !important;
        border-radius: 0 !important;
    }

    #unLoggedUserContent {
        border: none !important;
        border-radius: 0 !important;
    }

    .filter-section-left-sidebar .filter-text {
        font-size: 18px;
    }

    .filter-section-left-sidebar .sifirla-text {
        font-size: 14px;
    }

    .filter-section-left-sidebar {
        padding: 10px 20px;
    }

    .product-list-left-sidebar #productMenu .card {
        padding: 0;
    }

    #productMenu .card .card-header {
        padding: 10px 0 10px 0;
    }

    #productMenu {
        padding: 0 !important;
    }

    .custom-checkbox {
        margin-bottom: 5px !important;
    }

        .custom-checkbox label {
            font-size: 14px !important;
        }

    #productMenu .card + .card {
        margin-top: 10px;
    }

    .brand-canvas {
        background: #2b2a27;
        height: 100%;
    }

        .brand-canvas .logo-section {
            padding: 10px;
            border-bottom: 1px solid #5d521b;
            display: flex;
            justify-content: center;
        }

        .brand-canvas .list-brand-filter.one {
            padding: 15px 15px 0 15px;
        }

        .brand-canvas .list-brand-filter.two {
            padding: 0 15px 0 15px;
        }

        .brand-canvas .list-brand-filter .brand-filter-text a {
            color: #FFEE5E;
            font-size: 15px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 7px 5px !important;
        }

        .brand-canvas .viewMore,
        .brand-canvas .viewLess {
            font-size: 14px;
            color: #FFEE5E;
            font-weight: 600;
        }

    .addressModal .modal-header .modal-title {
        font-size: 18px;
    }

    .addressModal .close span {
        font-size: 24px;
    }

    .addressModal .modal-header .close {
        width: 27px;
        height: 27px;
    }

    .addressModal .modal-header {
        padding: 1rem
    }

    .addressModal .modal-body .form-group .form-control:not(textarea) {
        height: 32px;
        padding: 0 5px !important;
    }

    .addressModal .form-group {
        margin-bottom: 10px !important;
    }

    .payment-success-page .productname {
        font-size: 14px;
    }

    .payment-success-page .name-sec {
        gap: 5px;
    }

        .payment-success-page .name-sec small {
            font-size: 12px;
        }

    .payment-success-page .marka-name {
        font-size: 12px;
    }

    .payment-success-page .detail-link a {
        font-size: 12px;
    }

    .payment-collapse-content .title {
        font-size: 14px;
    }

    .payment-collapse-content .collapse-text {
        font-size: 12px;
    }
}

.addressModal .field-validation-valid {
    display: none;
}

.iban-card-copy-section {
    display: flex;
    align-items: center;
    gap: 15px;
}

.iban-card:hover {
    border-color: #F3D825;
}

.iban-card.selected {
    border-color: #F3D825;
    background: #fff;
}

.payment-success-page .payment-username {
    font-size: 100%;
    font-weight: 600;
    color: #FFF390;
}

.payment-success-page p .yellow-text {
    color: #F3D825;
}

.payment-success-page .payment-info-card {
    background: #292825;
    border: 1px solid #544d16;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin-top: 20px;
}

    .payment-success-page .payment-info-card .info-card-items {
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

        .payment-success-page .payment-info-card .info-card-items .title {
            color: #fff;
            line-height: 1;
            font-weight: 600;
        }

        .payment-success-page .payment-info-card .info-card-items .text {
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 1;
        }

.container-fluid.payment-success-page {
    max-width: 75%
}

.payment-home-link {
    display: flex;
    justify-content: center;
}

    .payment-home-link a {
        font-size: 16px;
        color: #2A2A2A;
        background: #F3D825;
        padding: 10px 25px;
        font-weight: 800;
        line-height: 1;
        border-radius: 40px;
        text-transform: uppercase;
    }

@media(max-width:990px) {
    header .login .btn {
        border: none;
        border-radius: 0;
    }

    header .shopping-box {
        border-radius: 0;
        border: none;
    }

    .container-fluid.payment-success-page {
        max-width: 100%
    }

    .payment-address-tab .payment-address-tab-item {
        background-color: #2b2a27;
        border: 1px solid #5d521b;
        color: #fff;
        font-weight: 400;
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 7px;
        border-radius: 5px 5px 0 0;
    }

    .payment-address-tab .nav-item {
        flex: 1;
        width: 100%;
    }

    .payment-address-tab .payment-address-tab-item.active {
        border-color: #d1c753;
        font-weight: 700;
    }

    .payment-page-mobile-tab .tab-content {
        border: none;
        padding: 0;
    }

    .payment-address-tab-content .payment-address-tab-content-text {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }

    .payment-address-tab-content {
        border: 1px solid rgb(93 85 21);
        border-radius: 0 0 5px 5px;
        padding: 20px;
    }

    .paymentKrediKarti-title {
        margin-top: 0 !important;
    }

    .payment-page-mobile-tab .adres-adi {
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        margin-top: 10px;
        line-height: 1;
    }

    .order-box-product .product-info > div strong a {
        font-size: 14px !important;
    }

    .margin-top-50px {
        margin-top: 20px !important;
    }

    .payment-success-page .payment-info-card {
        flex-direction: column;
        align-items: start;
        padding: 15px;
        gap: 16px;
    }

        .payment-success-page .payment-info-card .info-card-items {
            gap: 10px;
        }

    .payment-success-page .product-info {
        width: 100%;
    }

        .payment-success-page .product-info .productprice {
            font-size: 14px;
        }

    .payment-success-page .urundetay {
        font-size: 14px;
    }

    .payment-success-page .order-box-product .price strong {
        font-size: 14px;
    }

    .payment-success-page .order-box-product .price {
        margin-top: 0 !important;
    }

    .order-box-product-div-payment .collapse-text-one {
        font-size: 14px !important;
    }
}

.order-box-product-div-payment .collapse-text-one {
    font-size: 18px;
    font-weight: 700;
    color: #000 !important;
}

.order-box-product-div-payment .collapse-text {
    font-size: 14px;
    color: #000 !important;
    font-weight: 500;
}

.amount.karsilastir-sayfasi {
    display: flex !important;
    align-items: center !important;
    flex-direction: unset !important;
}

    .amount.karsilastir-sayfasi .unit {
        font-size: 10px !important;
        text-decoration: line-through;
        color: rgba(27, 27, 78, 0.8) !important;
    }

.compare-column-div .unit {
    color: #000 !important;
}

@media (min-width:1200px) {
    .header-menu-search-w {
        display: flex;
        justify-content: center;
    }

        .header-menu-search-w .header-menu-search-section {
            width: 80%;
        }
}

@media (min-width: 576px) and (max-width: 989px) {
    .order-box-product .product-info {
        flex-direction: unset !important;
    }

    .delete-cart-items {
        justify-content: start !important;
        width: fit-content !important;
    }

    .order-box-product .product-info .order-image {
        width: 50% !important;
    }

    .order-box-product .price {
        width: 40% !important;
    }
}

@media (min-width: 391px) and (max-width: 720px) {
    .icon-canvas .icon-cell {
        width: 80px !important;
    }
}


@media(max-width:990px) {
    .adres-goster-popup {
        height: 80%;
    }

        .adres-goster-popup .swal2-html-container {
            height: 100%;
            overflow-x: hidden;
            overflow-y: auto;
        }
}

.product.fav .product-block .product-block-footer,
.product.mainpage-card.ready-system-card .product-block .product-block-footer,
.product.toplanan-sistemler .product-block .product-block-footer {
    height: 100px;
}

/*.product.mainpage-card.ready-system-card .product-block {
    margin: 10px !important;
}
*/
.product.fav .unit {
    color: #212529 !important;
    margin-left: 0 !important;
}

@media(max-width:990px) {
    .product.fav .product-block .product-block-footer,
    .product.mainpage-card.ready-system-card .product-block .product-block-footer,
    .product.toplanan-sistemler .product-block .product-block-footer {
        height: auto;
    }

    .product.mainpage-card.ready-system-card .product-block {
        margin: 0 !important;
    }
}

@media(max-width:576px) {
    .shop-list-mobile-grid {
        display: grid !important;
        grid-template-columns: repeat(2,1fr) !important;
    }

        .shop-list-mobile-grid .product-block .product-block-body h2 {
            font-size: 12px;
            min-height: 45px;
        }

    .urun-fiyati {
        font-size: 11px !important;
    }

    .shop-list-mobile-grid .product-block .product-date {
        font-size: 10px;
    }

        .shop-list-mobile-grid .product-block .product-date span {
            font-size: 9px !important;
            display: -webkit-box !important;
            -webkit-line-clamp: 1 !important;
            -webkit-box-orient: vertical !important;
            overflow: hidden !important;
        }

    .shop-list-mobile-grid .product-price-sec span {
        font-size: 10px;
    }

    .shop-list-mobile-grid .product .product-block {
        margin: 0;
    }

    .shop-list-mobile-grid .product .product-card-close {
        width: 20px;
        height: 20px;
        min-width: 20px !important;
    }

        .shop-list-mobile-grid .product .product-card-close span {
            font-size: 15px !important;
        }

    .shop-list-mobile-grid .product .product-block {
        padding: 0 !important;
    }

    .shop-list-mobile-grid .eklenme-tarih {
        font-size: 10px !important;
    }

    .shop-list-mobile-grid .badge-campaignn {
        min-height: unset;
    }

    .sub-cat-content .left .sub-cat-title {
        font-size: 16px;
    }

    .sub-cat-content .left .sub-cat-items {
        font-size: 12px;
    }

    .sub-cat-content .left .tumunu-gor {
        font-size: 14px;
    }

    .sub-cat-content {
        padding: 15px;
    }

        .sub-cat-content .right .image {
            width: 90px;
            height: 90px;
        }
}

.payment-tables-section table {
    color: #c7c7c7 !important;
}

.error-home-link {
    display: flex;
    justify-content: center;
    width: 100%;
}

    .error-home-link .link {
        background: #F3D825;
        font-weight: 700;
        color: #121212;
        border-radius: 5px;
        padding: 8px 20px;
    }

@media(max-width:990px) {
    header .search input[type="text"]::placeholder {
        font-size: 10px;
        line-height: 1;
    }

    header .search input[type="text"] {
        font-size: 12px;
    }

    .submenu-list-eb a:hover,
    .kategori-menu-body-eb nav a:hover {
        background-color: transparent !important;
        color: inherit !important;
    }
}

.product.toplanan-sistemler .truncate-text {
    min-height: auto;
}

.product.toplanan-sistemler .product-image img {
    width: 180px !important;
    height: 180px !important;
}

.product.fav .Lowest-Price-img span {
    background-color: #323232;
    color: #F3D825;
    border: none;
    padding: 8px 12px;
    font-size: 11px !important;
    border-radius: 8px;
    font-weight: 600;
    line-height: 1;
}

.alisveris-list-indirim-flex {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.product.fav .product-price-sec {
    display: flex;
    align-items: end;
    min-height: 40px;
}

.alisveris-list-indirim-flex .alisveris-list-through {
    line-height: 1;
    font-size: 14px;
}

    .alisveris-list-indirim-flex .alisveris-list-through span {
        color: #868686;
        font-weight: 500;
        text-decoration: line-through;
        font-size: 14px;
    }

    .alisveris-list-indirim-flex .alisveris-list-through .unit {
        text-decoration: line-through;
        color: #868686 !important;
    }

@media(max-width:576px) {
    .alisveris-list-indirim-flex .alisveris-list-through,
    .alisveris-list-indirim-flex .alisveris-list-through span {
        font-size: 10px !important;
    }
}
/* giriş sayfasında kayıtlı şifreyi doldururken input stilleri */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #21201e inset !important;
    -webkit-text-fill-color: var(--gg-text-color) !important;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill {
    box-shadow: 0 0 0 1000px #21201e inset !important;
    -moz-text-fill-color: var(--gg-text-color) !important;
}

.alisveris-list-indirim-orani {
    padding: 8px 12px;
    color: #F3D825;
    font-size: 12px !important;
    line-height: 1;
    font-weight: 600;
    background-color: #323232;
    border-radius: 5px;
}

.product-card.ek-bilgi {
    padding: 5px 14px !important;
}

.birlestir-section .product-card.ek-bilgi.active::after {
    font-size: 10px;
}

@media(max-width:990px) {
    footer .footer-menu-sec .footer-items {
        width: auto !important;
    }

    .alisveris-list-indirim-orani {
        padding: 5px !important;
        font-size: 8px !important;
    }
}

#modalYorumEkle textarea {
    padding: 10px;
}

.sign-modals button {
    font-size: 16px !important;
    color: #fff !important;
}

@media(max-width:990px) {
    .product-card.ek-bilgi {
        height: 60px !important;
    }

    .mobile-margin-top {
        margin-top: 15px !important;
    }
}

.siparis-before-icon .tl:after {
    content: "TL";
    font-size: 70%;
    padding: 0 3px;
}

.order-detail-badge-flex {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .order-detail-badge-flex .order-detail-more-badge {
        color: #272826;
        background: var(--main-yellow-color);
        border-radius: 30px;
        font-weight: 600;
        padding: 3px 7px;
        line-height: 1;
        font-size: 12px;
    }

.iptal-iade-siparisler .buttons {
    display: flex;
    gap: 15px;
}

@media(max-width:990px) {
    #uyariDiv svg {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .alert-kt-warning span {
        font-size: 12px !important;
    }
}

.musteri-dogrulama .content {
    padding: 15px !important;
}

.musteri-dogrulama small {
    color: var(--gg-text-color-2);
}

.new-address-add {
    background: #F3D825;
    color: #121212;
    font-weight: 600;
    line-height: 1;
    padding: 17px 40px;
    border-radius: 30px;
    font-size: 20px;
}

.new-address-add-section {
    display: flex;
    justify-content: center;
}

@media(max-width:990px) {
    .new-address-add {
        background: #F3D825;
        color: #121212;
        font-weight: 600;
        line-height: 1;
        padding: 10px 20px;
        border-radius: 30px;
        font-size: 16px;
    }

    .kt-table tbody tr td .title .image.mobile-kendin-topla {
        margin: 10px !important;
    }
}
.container-fluid.error-page 
{
    padding-bottom:50px;
    padding-top:50px;
}
@media(max-width:576px) {
    .container-fluid.error-page {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.password-user-text {
    color: #fff;
    font-size: 12px;
}

.sign-eye-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    color: #fff;
}

.sozlesme-tab {
    border-bottom: 1px solid #ddd;
    padding: 0 10px 10px 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .sozlesme-tab .sozlesme-tab-item {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

        .sozlesme-tab .sozlesme-tab-item.active {
            font-weight: 700;
        }

.sozlesme-tab-content {
    padding: 10px;
}

.field-validation-error span {
    font-size: 12px;
}

.sign-in-user-text 
{
    font-size:14px;
    font-weight:500;
    color:#fff;
}
.icon-kendin-topla 
{
    margin-left:5px;
}
.mainpage-product-slider [class*='product-carousel_'] .owl-stage,
.mainpage-product-slider [class*='product-carousel_'] .owl-stage .owl-item {
    display: unset;
}

[class*='product-carousel_'] .owl-stage .owl-item .product {
    height: auto;
}
.footer-bottom-section 
{
    padding:10px 0 ;
    display:flex;
    justify-content:center;
    background:#141414;
}
.footer-bottom-section .footer-bottom-flex 
{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
}
.footer-bottom-section .footer-bottom-flex .text 
{
    color:#BFBFBF !important;
    font-size:12px;
    line-height:1;
}
.footer-bottom-section .footer-bottom-flex .text a 
{
    color:#BFBFBF !important;
    font-size:12px;
    line-height:1;
    text-decoration:underline;
}
@media(max-width:576px)
{
    .footer-bottom-section img {
        width: 95%;
    }
}
#productDetailSlider .swiper-slide 
{
    padding:10px;
}
.contact-info .company-info 
{
    display:flex;
    flex-direction:column;
    gap:5px;
}
.contact-info .company-info .company-info-text
{
    color:#fff;
    font-weight:500;
    font-size:12px;
}
.contact-info .company-info .company-info-text span 
{
    font-weight:600;
    font-size:12px;
    color:#fff;
}
.footer-grid-system {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 25px;
}
footer .footer-right-section 
{
    display:flex;
    flex-direction:column;
    gap:30px;
    align-items:end;
}
footer .footer-right-section .logo-section 
{
    display:flex;
    flex-direction:column;
    gap:15px;
    align-items:end;
}
footer .footer-right-section .logo-section span 
{
    color:#BFBFBF;
    font-size:14px;
    font-weight:500;
    line-height:1;
}
footer .footer-right-section .logo-section .logo img 
{
    width:220px;
}
footer .footer-right-section .social-media-section 
{
    display:flex;
    gap:25px;
}
footer .footer-right-section .phone-section 
{
    display:flex;
    align-items:center;
    gap:15px;
}
footer .footer-right-section .phone-section .phone-info
{
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:end;
}
footer .footer-right-section .phone-section .phone-info .phone-text
{
    color:#C7C7C7;
    font-size:24px;
    font-weight:700;
    text-decoration:underline;
    line-height:1;
}
footer .footer-right-section .phone-section .phone-info .phone-info-bottom 
{
    display:flex;
    flex-direction:column;
    gap:5px;
    align-items:end;
}
footer .footer-right-section .phone-section .phone-info .phone-info-bottom .text-top
{
    color:#BFBFBF;
    font-size:10px;
    font-weight:400;
    line-height:1;
}
footer .footer-right-section .phone-section .phone-info .phone-info-bottom .text-bot
{
    color:#BFBFBF;
    font-size:10px;
    font-weight:600;
    line-height:1;
}
.destekmobil 
{
    display:none;
}
.desk-m-top{
    margin-top:0;
}
.footer-top-section 
{
    background:#141414;
    padding:25px 0;
}
.footer-top-section .footer-top-card
{
    display:flex;
    align-items:center;
    gap:15px;
}
.footer-top-section .footer-top-card .icon 
{
    display:flex;
    justify-content:center;
    align-items:center;
    width:95px;
    height:95px;
    border-radius:10px;
    background:#fff;
    min-width:95px;
}
.footer-top-section .footer-top-card .icon img 
{
    width:70px;
}
.footer-top-section .footer-top-card .info 
{
    display:flex;
    flex-direction:column;
    gap:3px;
}
.footer-top-section .footer-top-card .info .title 
{
    margin:0;
    color:var(--main-yellow-color) !important;
    font-size:18px;
    font-weight:700;
    line-height:1.4;
}
.footer-top-section .footer-top-card .info .text 
{
    color: #FFF !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}
.footer-top-section .footer-top-card .info .text a 
{
    text-decoration:underline;
    color: #FFF !important;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}
@media(max-width:990px)
{
    .footer-top-section .footer-top-card .icon
    {
        width:80px;
        height:80px;
        min-width:80px;
    }
    .footer-top-section .footer-top-card .icon img
    {
        width:55px;
    }
    .footer-top-section .footer-top-card .info .title
    {
        font-size:16px;
    }
    .footer-bottom-section .footer-bottom-flex 
    {
        justify-content:center;
        gap:10px;
    }
    footer .footer-right-section .logo-section
    {
        align-items:center;
    }
}
