@charset 'UTF-8';

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on August 15, 2025 */
@font-face {
    font-family: fontawesomeregular;
    src: url('fontawesome-webfont.woff2') format('woff2'), url('fontawesome-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: fontawesomeregular;
    src: url('fontawesome-webfont-webfont.woff2') format('woff2'), url('fontawesome-webfont-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: slickregular;
    src: url('slick-webfont.woff2') format('woff2'), url('slick-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

aside,
details,
footer,
header,
main,
nav,
section {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

h1 {
    margin: .67em 0;
    font-size: 2em
}

img {
    border: 0
}

button,
input,
select {
    margin: 0;
    font: inherit;
    color: inherit
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

input {
    line-height: normal
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

button,
input,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h4,
.h5,
h4,
h5 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

p {
    margin: 0 0 10px
}

.text-center {
    text-align: center
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul {
    margin-bottom: 0
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-9,
.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-6 {
    float: left
}

.col-xs-6 {
    width: 50%
}

@media (min-width:992px) {

    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

input[type=file]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.btn.active:focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled] {
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active {
    background-image: none
}

.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.dropdown {
    position: relative
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav>li>a>img {
    max-width: none
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}

.breadcrumb>.active {
    color: #777
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media {
    overflow: hidden;
    zoom: 1
}

.media>.pull-right {
    padding-left: 10px
}

.media>.pull-left {
    padding-right: 10px
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.nav:after,
.row:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.show {
    display: block !important
}

@-ms-viewport {
    width: device-width
}

.visible-sm,
.visible-xs {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */




body {
    font-family: Montserrat, sans-serif;
    font-weight: 300;
    color: #333
}

h1,
h2,
h3,
h4,
h5 {
    color: #2b2d42;
    font-weight: 400;
    margin: 0 0 10px
}

a {
    color: #2b2d42;
    font-weight: 500;
    -webkit-transition: .2s color;
    transition: .2s color
}

a:focus,
a:hover {
    color: #d10024;
    text-decoration: none;
    outline: 0
}

#tab2 p {
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
    text-align: left ;
    font-size: 16px;
    font-weight: 400
}

.heading_and_p h2 {
    color: #d10024;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: right;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
}

.heading_and_p p {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
}

.category-description h2,
.category-description h3,
.category-description p {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
}

.product-details p {
    font-size: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr,
}

.category-description p {
    font-size: 18px;
    font-weight: 400;
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.input {
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    width: 100%
}

.input-number {
    position: relative
}

.input-number input[type=number]::-webkit-inner-spin-button,
.input-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.input-number input[type=number] {
    -moz-appearance: textfield;
    height: 40px;
    width: 100%;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    padding: 0 35px 0 15px
}

.input-select {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e4e7ed;
    height: 40px
}

.section {
    padding-top: 30px;
    padding-bottom: 30px
}

.section-title {
    position: relative;
    margin-bottom: 30px;
    margin-top: 15px
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    margin: 0
}

#breadcrumb {
    padding: 30px 0;
    background: #fbfbfc;
    border-bottom: 1px solid #e4e7ed;
    margin-bottom: 30px
}

#breadcrumb .breadcrumb-tree {
    display: inline-block
}

#breadcrumb .breadcrumb-tree li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

#breadcrumb .breadcrumb-tree li+li {
    margin-left: 10px
}

#breadcrumb .breadcrumb-tree li+li:before {
    content: '/';
    display: inline-block;
    color: #8d99ae;
    margin-right: 10px
}

#breadcrumb .breadcrumb-tree li a {
    color: #8d99ae
}

#breadcrumb .breadcrumb-tree li a:hover {
    color: #d10024
}

#top-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #1e1f29
}

.header-links li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px
}

.header-links li:last-child {
    margin-right: 0
}

.header-links li a {
    color: #fff
}

.header-links li a:hover {
    color: #d10024
}

.header-links li i {
    color: #d10024;
    margin-right: 5px
}

#header {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #15161d
}

.header-logo {
    float: left
}

.header-logo .logo img {
    display: block
}

.header-search {
    padding: 15px 0;
    display: flex
}

.header-search form {
    position: relative;
    display: flex
}

.header-search form .input-select {
    margin-right: -4px;
    border-radius: 40px 0 0 40px;
    display: flex
}

.header-search form .input {
    width: calc(100% - 260px);
    margin-right: -4px
}

.header-search form .search-btn {
    height: 40px;
    width: 100px;
    background: #d10024;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 0 40px 40px 0
}

.header-ctn {
    float: right;
    padding: 15px 0
}

.header-ctn>div {
    display: inline-block
}

.header-ctn>div+div {
    margin-left: 15px
}

.header-ctn>div>a {
    display: block;
    position: relative;
    width: 90px;
    text-align: center;
    color: #fff
}

.header-ctn>div>a>i {
    display: block;
    font-size: 18px
}

.header-ctn>div>a>span {
    font-size: 12px
}

.header-ctn .menu-toggle {
    display: none
}

#navigation {
    background: #fff;
    border-bottom: 2px solid #e4e7ed;
    border-top: 3px solid #d10024
}

.main-nav>li+li {
    margin-left: 30px
}

.main-nav>li>a {
    padding: 20px 0
}

.main-nav>li.active>a,
.main-nav>li>a:focus,
.main-nav>li>a:hover {
    color: #d10024;
    background-color: transparent
}

.main-nav>li>a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #d10024;
    -webkit-transition: .2s all;
    transition: .2s all
}

.main-nav>li.active>a:after,
.main-nav>li>a:focus:after,
.main-nav>li>a:hover:after {
    width: 100%
}

@media only screen and (max-width:991px) {
    .header-ctn .menu-toggle {
        display: inline-block
    }

    #responsive-nav {
        position: fixed;
        left: 0;
        top: 0;
        background: #15161d;
        height: 100vh;
        max-width: 250px;
        width: 0%;
        overflow: hidden;
        z-index: 22;
        padding-top: 60px;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: .2s all;
        transition: .2s all
    }

    #responsive-nav.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        width: 100%
    }

    .main-nav {
        margin: 0;
        float: none
    }

    .main-nav>li {
        display: block;
        float: none
    }

    .main-nav>li+li {
        margin-left: 0
    }

    .main-nav>li>a {
        padding: 15px;
        color: #fff
    }
}

.product {
    position: relative;
    margin: 15px 0;
    -webkit-box-shadow: 0 0 0 0 #e4e7ed, 0 0 0 1px #e4e7ed;
    box-shadow: 0 0 0 0 #e4e7ed, 0 0 0 1px #e4e7ed;
    -webkit-transition: .2s all;
    transition: .2s all
}

.product:hover {
    -webkit-box-shadow: 0 0 6px 0 #e4e7ed, 0 0 0 2px #d10024;
    box-shadow: 0 0 6px 0 #e4e7ed, 0 0 0 2px #d10024
}

.product .product-img {
    position: relative
}

.product .product-img>img {
    width: 100%;
    height: 250px
}

.product .product-img .product-label {
    position: absolute;
    top: 15px;
    right: 15px
}

.product .product-img .product-label>span {
    border: 2px solid;
    padding: 2px 10px;
    font-size: 12px
}

.product .product-img .product-label>span.sale {
    background-color: #fff;
    border-color: #d10024;
    color: #d10024
}

.product .product-img .product-label>span.new {
    background-color: #d10024;
    border-color: #d10024;
    color: #fff
}

.product .product-body {
    position: relative;
    padding: 15px;
    background-color: #fff;
    text-align: center;
    z-index: 20
}

.product .product-body .product-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #8d99ae
}

.product .product-body .product-name {
    text-transform: uppercase;
    font-size: 14px
}

.product .product-body .product-name>a {
    font-weight: 700
}

.product .product-body .product-name>a:focus,
.product .product-body .product-name>a:hover {
    color: #d10024
}

.product .product-body .product-price {
    color: #d10024;
    font-size: 18px
}

.product .product-body .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8d99ae
}

.product .product-body .product-rating {
    position: relative;
    margin: 15px 0 10px;
    height: 20px
}

.product .product-body .product-rating>i {
    position: relative;
    width: 14px;
    margin-right: -4px;
    background: #fff;
    color: #e4e7ed;
    z-index: 10
}

.product .product-body .product-rating:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 1px;
    background-color: #e4e7ed
}

.product .product-body .product-btns>button {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: 0 0;
    border: none;
    -webkit-transition: .2s all;
    transition: .2s all
}

.product .product-body .product-btns>button:hover {
    background-color: #e4e7ed;
    color: #d10024;
    border-radius: 50%
}

.product .add-to-cart {
    position: absolute;
    left: 1px;
    right: 1px;
    bottom: 1px;
    padding: 15px;
    background: #1e1f29;
    text-align: center;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .2s all;
    transition: .2s all;
    z-index: 2
}

.product:hover .add-to-cart {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.aside+.aside {
    margin-top: 30px
}

.store-filter {
    margin-bottom: 15px;
    margin-top: 15px
}

.store-pagination {
    float: right
}

.store-pagination li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e7ed;
    -webkit-transition: .2s all;
    transition: .2s all
}

.store-pagination li+li {
    margin-left: 5px
}

.store-pagination li:hover {
    background-color: #e4e7ed;
    color: #d10024
}

.store-pagination li.active {
    background-color: #d10024;
    border-color: #d10024;
    color: #fff;
    font-weight: 500;
    cursor: default
}

.store-pagination li a {
    display: block
}

.store-qty {
    margin-right: 30px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px
}

#product-main-img .slick-prev {
    -webkit-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
    left: 15px
}

#product-main-img .slick-next {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
    right: 15px
}

#product-main-img .slick-next,
#product-main-img .slick-prev {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s all;
    transition: .2s all
}

#product-main-img:hover .slick-next,
#product-main-img:hover .slick-prev {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}

#product-imgs .product-preview {
    margin: 0 5px;
    border: 1px solid #e4e7ed
}

#product-imgs .slick-prev {
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#product-imgs .slick-next {
    top: calc(100% - 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

#product-imgs .slick-prev:before {
    content: "\f137"
}

#product-imgs .slick-next:before {
    content: "\f138"
}

.product-preview img {
    width: 100%
}

.product-details .product-name {
    text-transform: uppercase;
    font-size: 18px
}

.product-details .product-rating {
    display: inline-block;
    margin-right: 15px
}

.product-details .product-rating>i {
    color: #e4e7ed
}

.product-details p {
    white-space: pre-wrap;
    word-wrap: break-word;
    direction: ltr;
    text-align: left;
    font-size: 16px;
    font-weight: 400
}

.product-details .product-price {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #d10024
}

.product-details .product-price .product-old-price {
    font-size: 70%;
    font-weight: 400;
    color: #8d99ae
}

.product-details .product-available {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 30px;
    color: #d10024
}

.product-details .product-options {
    margin-top: 30px;
    margin-bottom: 30px
}

.product-details .product-options .input-select {
    width: 90px
}

.product-details .add-to-cart {
    margin-bottom: 30px
}

.product-details .add-to-cart .qty-label {
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-bottom: 0
}

.product-details .add-to-cart .qty-label .input-number {
    width: 90px;
    display: inline-block
}

.product-details .product-btns li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px
}

.product-details .product-btns li+li {
    margin-left: 15px
}

.product-details .product-links {
    margin-top: 15px
}

.product-details .product-links li {
    display: inline-block;
    text-transform: uppercase;
    font-size: 12px
}

.product-details .product-links li+li {
    margin-left: 10px
}

#tab2 p {
    font-size: 16px;
    font-weight: 500
}

#product-tab {
    margin-top: 60px
}

#product-tab .tab-nav {
    position: relative;
    text-align: center;
    padding: 15px 0;
    margin-bottom: 30px
}

#product-tab .tab-nav:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e4e7ed;
    z-index: -1
}

#product-tab .tab-nav li {
    display: inline-block;
    background: #fff;
    padding: 0 15px
}

#product-tab .tab-nav li+li {
    margin-left: 15px
}

#product-tab .tab-nav li a {
    display: block;
    font-weight: 700;
    color: #8d99ae
}

#product-tab .tab-nav li.active a {
    color: #d10024
}

#product-tab .tab-nav li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 2px;
    background-color: #d10024;
    -webkit-transition: .2s all;
    transition: .2s all
}

#product-tab .tab-nav li a:focus:after,
#product-tab .tab-nav li a:hover:after,
#product-tab .tab-nav li.active a:after {
    width: 100%
}




#footer {
    background: #15161d;
    color: #b9babc
}

#bottom-footer {
    background: #1e1f29
}

.footer {
    margin: 30px 0
}

.footer .footer-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 30px
}

.footer-links li+li {
    margin-top: 15px
}

.footer-links li a {
    color: #b9babc
}

.footer-links li i {
    margin-right: 15px;
    color: #d10024;
    width: 14px;
    text-align: center
}

.footer-links li a:hover {
    color: #d10024
}

.footer-payments li {
    display: inline-block;
    margin-right: 5px
}

.footer-payments li a {
    color: #15161d;
    font-size: 36px;
    display: block
}

.slick-next,
.slick-prev {
    width: 40px;
    height: 40px;
    border: 1px solid #e4e7ed;
    background-color: #fff;
    border-radius: 50%;
    z-index: 22;
    -webkit-transition: .2s all;
    transition: .2s all
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background-color: #d10024;
    border-color: #d10024
}

.slick-next:before,
.slick-prev:before {
    font-family: icomoon;
    color: #2b2d42
}

.slick-prev:before {
    content: "\f137"
}

.slick-next:before {
    content: "\f138"
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    color: #fff
}

.slick-prev {
    left: -20px
}

.slick-next {
    right: -20px
}

@media only screen and (max-width:991px) {
    #top-header .header-links.pull-left {
        float: none !important
    }

    #top-header .header-links.pull-right {
        float: none !important;
        margin-top: 5px
    }

    .header-logo {
        float: none;
        text-align: center
    }

    .header-logo .logo {
        display: inline-block
    }

    #product-imgs {
        margin-bottom: 60px;
        margin-top: 15px
    }
}

@media only screen and (max-width:480px) {
    [class*=col-xs] {
        width: 100%
    }

    .store-pagination {
        float: none;
        margin-top: 10px
    }
}

@font-face {
    font-family: icomoon;
    src: url('fonts/icomoon.eot?pd0wq7');
    src: url('fonts/icomoon.eot?pd0wq7#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?pd0wq7') format('truetype'), url('fonts/icomoon.woff?pd0wq7') format('woff'), url('fonts/icomoon.svg?pd0wq7#icomoon') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block;
font-display: swap;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-chevron_left:before {
    content: "\f137"
}

.icon-chevron_right:before {
    content: "\f138"
}

.icon-whatsapp:before {
    content: "\e900";
    color: #25d366
}

.icon-download:before {
    content: "\f019"
}

.icon-map_marker:before {
    content: "\f041"
}

.icon-twitter:before {
    content: "\f081"
}

.icon-facebook:before {
    content: "\f082"
}

.icon-phone:before {
    content: "\f095"
}

.icon-envelope:before {
    content: "\f0e0"
}

.icon-whatsapp1:before {
    content: "\e901"
}

.icon-bars:before {
    content: "\e902"
}

.icon-whatsapp2:before {
    content: "\ea93"
}
.product-preview img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1; /* لأن صورك 600x600 */
  display: block;
}

/*????????????????????????????????????????????????????????????????????*/
/* تحسينات عامة للعرض على الشاشات الصغيرة */
@media only screen and (max-width: 991px) {
  /* عرض القائمة على الموبايل باستخدام CSS فقط */
  #responsive-nav {
    position: fixed;
    left: 0;
    top: 0;
    background: #15161d;
    height: 100vh;
    max-width: 250px;
    width: 0;
    overflow: hidden;
    z-index: 22;
    padding-top: 60px;
    transform: translateX(-100%);
    transition: all 0.3s ease;
  }
/* عند الضغط على زر القائمة */
  .menu-toggle:focus ~ #responsive-nav,
  #responsive-nav:target {
    transform: translateX(0);
    width: 100%;
  }
.close-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;      /* خلفية حمراء */
  color: black;         /* علامة × بالأسود */
  font-size: 22px;      /* حجم الخط */
  font-weight: bold;
  text-decoration: none;
  padding: 8px 12px;    /* مسافة داخلية */
  border-radius: 4px;   /* زوايا مربعة مع انحناء بسيط */
  transition: 0.3s;
  z-index: 9999;
}

.close-menu:hover {
  background: darkred;  /* أحمر غامق عند المرور */
  color: #000;
}


 
 
  /* إغلاق القائمة عند الضغط على الروابط */
  #responsive-nav a {
    display: block;
    padding: 15px;
    color: #fff;
    border-bottom: 1px solid #2a2b38;
  }
#responsive-nav a:active,
  #responsive-nav a:focus {
    color: #d10024;
  }
}
@media only screen and (min-width: 992px) {
  #responsive-nav {
    display: block !important;
    position: static;
    height: auto;
    width: auto;
    transform: none;
    padding: 0;
    background: transparent;
  }
}
/* تحسينات معرض الصور الرئيسي */

.slider-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}

.slider-container input {
  display: none;
}

.slides {
  display: flex;
  width: 100%;
  transition: transform 0.6s ease;
}
.product-preview {
  min-width: 100%;
  text-align: center;
}
.product-preview img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
}

/* الحركة بالـ radio */
#slide1:checked ~ .slides { transform: translateX(0%); }
#slide2:checked ~ .slides { transform: translateX(-100%); }
#slide3:checked ~ .slides { transform: translateX(-200%); }
#slide4:checked ~ .slides { transform: translateX(-300%); }
/* لو عندك أكتر كمل بنفس النمط */

.arrows label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 12px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  background: rgba(0,0,0,0.5);
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
}
.arrows .prev { left: 10px; }
.arrows .next { right: 10px; }

/* الصور المصغرة */
#product-imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  max-width: 120px;
}

/* للشاشات الصغيرة والمتوسطة */
@media (max-width: 991px) {
  #product-imgs {
    flex-direction: row; /* تغيير إلى صف أفقي */
    flex-wrap: wrap; /* السماح بالتفاف العناصر */
    justify-content: center; /* توسيط العناصر */
    max-width: 100%; /* جعلها تأخذ العرض الكامل */
  }
  
  #product-imgs .product-preview img {
    width: 60px;
    height: 60px; /* إضافة ارتفاع ثابت للمربعات */
    object-fit: cover; /* الحفاظ على تناسق الصور */
  }
}

/* للشاشات الكبيرة */
@media (min-width: 992px) {
  #product-imgs {
    max-width: 100px;
    flex-direction: column; /* البقاء كعمود في الشاشات الكبيرة */
  }
  
  #product-imgs .product-preview img {
    width: 70px;
  }
}

/* للموبايل (شاشات صغيرة جداً) */
@media (max-width: 576px) {
  #product-imgs {
    gap: 5px;
  }
  
  #product-imgs .product-preview img {
    width: 50px;
    height: 50px;
  }
}
