html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size-adjust: 100%
}

body,
html {
    height: 100%
}

body {
    font: normal 300 1.4rem/1.86 Poppins, sans-serif;
    color: #666;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

::-moz-selection {
    color: #fff;
    background-color: #c96
}

::selection {
    color: #fff;
    background-color: #c96
}

i {
    font-style: italic
}

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

h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    color: #333;
    letter-spacing: -.03em
}

h3 {
    font-size: 2.6rem
}

h4 {
    font-size: 2.2rem
}

h5 {
    font-size: 2rem;
    letter-spacing: -.025em
}

h6 {
    font-size: 1.6rem;
    letter-spacing: -.01em
}

a {
    color: #c96;
    text-decoration: none;
    transition: color .3s ease
}

a:focus,
a:hover {
    color: #bf8040;
    text-decoration: none
}

@media screen and (min-width:768px) {
    h3 {
        font-size: 3rem
    }

    h4 {
        font-size: 2.4rem
    }
}

.col-md-6,
.col-md-8,
.col-xl-10,
.col-xl-2 {
    padding-right: 10px;
    padding-left: 10px
}

a {
    font-family: Poppins
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: .85rem 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -.01em;
    min-width: 170px;
    border-radius: 0;
    white-space: normal;
    transition: all .3s
}

.btn span {
    line-height: 1
}

.btn i:first-child {
    margin-right: 1rem
}

.btn i:last-child {
    margin-left: 1rem
}

.btn:focus {
    box-shadow: none
}

.btn:active,
.btn:focus {
    outline: 0 !important
}

.btn:active:focus {
    box-shadow: none !important
}

.btn:active {
    outline: 0
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #c96;
    border-color: #c96;
    box-shadow: none
}

.btn-outline:not(:disabled):not(.disabled).active,
.btn-outline:not(:disabled):not(.disabled):active {
    color: #c96;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15)
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #c96;
    background-color: transparent;
    border-color: #ebebeb;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05)
}

.btn-outline-dark-2:not(:disabled):not(.disabled).active,
.btn-outline-dark-2:not(:disabled):not(.disabled):active {
    color: #c96;
    background-color: #fafafa;
    border-color: #ebebeb;
    box-shadow: none
}

.btn-outline-dark-3 {
    color: #333;
    background-color: transparent;
    background-image: none;
    border-color: #d7d7d7;
    box-shadow: none
}

.btn-outline-dark-3:focus,
.btn-outline-dark-3:hover,
.btn-outline-dark-3:not(:disabled):not(.disabled).active,
.btn-outline-dark-3:not(:disabled):not(.disabled):active {
    color: #c96;
    background-color: transparent;
    border-color: #c96;
    box-shadow: none
}

.btn-outline-dark-3:disabled {
    color: #333;
    background-color: transparent
}

.product {
    position: relative;
    margin-bottom: 1rem;
    transition: box-shadow .35s ease;
    background-color: #fff
}

.product:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05)
}

.product-media {
    position: relative;
    display: block;
    background-color: #d7d7d7;
    margin-bottom: 0;
    overflow: hidden
}

.product-media>a {
    display: block
}

.product-image {
    display: block;
    width: 100%;
    height: auto
}

.product-body {
    position: relative;
    padding: 1.6rem 2rem;
    transition: all .35s ease;
    background-color: #fff
}

.product-title {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    letter-spacing: -.01em;
    color: #333;
    margin-bottom: .2rem
}

.product-title a {
    color: inherit
}

.product-title a:focus,
.product-title a:hover {
    color: #c96
}

.product-price {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.25;
    color: #c96;
    margin-bottom: 1.3rem
}

.new-price {
    color: #ef837b;
    margin-right: .8rem
}

.btn-product {
    color: #c96;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    line-height: 1;
    transition: all .35s ease;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    flex-grow: 1;
    flex-basis: 0
}

.btn-product:before {
    font-family: molla;
    margin-right: .9rem
}

.btn-product span {
    color: #666;
    font-weight: 400;
    font-size: 1.3rem;
    letter-spacing: -.01em;
    transition: all .35s ease
}

.btn-product:focus,
.btn-product:hover {
    outline: 0 !important
}

.btn-product:focus span,
.btn-product:hover span {
    color: #c96;
    box-shadow: 0 1px 0 0 #c96
}

.product.product-3 .btn-product:not(:hover):not(:focus) span {
    color: #333
}

.product.product-sm {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem
}

.product.product-sm:hover {
    box-shadow: none
}

.product.product-sm .product-media {
    flex: 0 0 80px;
    max-width: 80px
}

.product.product-sm .product-body {
    flex: 1 1 auto;
    padding: 0 0 0 2rem
}

.product.product-sm .product-title {
    font-size: 1.8rem
}

.product.product-sm .product-price {
    font-size: 1.6rem
}

.product.product-sm .product-title {
    margin-bottom: .5rem
}

.product.product-sm .product-price {
    margin-bottom: 0
}

.products .product {
    width: 100%
}

.product {
    overflow: hidden
}

.sidebar-product {
    /* max-width: 375px; */
    margin-left: auto;
    margin-right: auto
}

.sidebar-product .widget {
    margin-bottom: 4.5rem
}

.sidebar-product .widget-title {
    font-size: 2.4rem;
    letter-spacing: -.025em;
    margin-bottom: 2.4rem
}

.sidebar-product .products {
    margin-bottom: 3rem
}

.sidebar-product .btn {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase
}

.widget {
    margin-bottom: 4.5rem
}

.sidebar .widget:last-child {
    margin-bottom: 1.5rem
}

.widget-title {
    color: #333;
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 2rem
}

@media screen and (min-width:992px) {
    .sidebar {
        margin-top: -.3rem
    }
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: 1rem !important
}

@font-face {
    font-family: molla;
    src: url(../fonts/molla0ab2.eot?74273691);
    src: url(../fonts/molla0ab2.eot?74273691#iefix) format("embedded-opentype"), url(../fonts/molla0ab2.woff2?74273691) format("woff2"), url(../fonts/molla0ab2.woff?74273691) format("woff"), url(../fonts/molla0ab2.ttf?74273691) format("truetype"), url(../fonts/molla0ab2.svg?74273691#molla) format("svg");
    font-weight: 400;
    font-style: normal
}

[class^=icon-]:before {
    font-family: molla;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-long-arrow-right:before {
    content: '\f274'
}

.product-image {
    width: 100%;
    max-width: 300px;
    height: auto
}

.product-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px
}

.product-price {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px
}

.new-price {
    color: #e91e63
}

.btn-product {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #28a745;
    border: none;
    border-radius: 4px;
    cursor: pointer
}

.icon-btn {
    background: rgba(255, 255, 255, .7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color .3s ease
}

.icon-btn:hover {
    background: rgba(255, 255, 255, .9)
}

.icon-btn i {
    font-size: 18px
}

.related-product-price {
    font-weight: 600;
    font-size: 1.6rem
}

.related-product-publisher {
    font-weight: 500;
    font-size: 1.4rem;
    color: #000
}









.product-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.btn {
    padding: 8px 5px;
    font-size: 12px; /* Reduced from 14px */
    border-radius: 4px;
    transition: all 0.3s ease;
    min-width: auto; /* Remove the fixed min-width */
    flex: 1; /* Allow buttons to grow and shrink */
    margin: 0 5px; /* Add some margin between buttons */
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0056b3;
    border-color: #0056b3;
}

.btn i {
    margin-right: 3px; /* Reduced from 5px */
}

.btn i:last-child {
    margin-left: .4rem;
}

.btn i:first-child {
    margin-right: .1rem;
}


.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}