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
}

ol {
    list-style: none;
    padding: 0;
    margin: 0 0 .7rem
}

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
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px
}

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

.main {
    flex: 1;
    width: 100%
}

.page-content {
    padding-bottom: 3rem
}

@media screen and (min-width:1200px) {
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:1600px) {
    .container-fluid {
        padding-left: 70px;
        padding-right: 70px
    }
}

@media screen and (min-width:1920px) {
    .container-fluid {
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto
    }
}

a {
    font-family: Poppins
}

.breadcrumb-nav {
    border-bottom: .1rem solid rgba(235, 235, 235, .55)
}

.breadcrumb-nav .container-fluid {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.breadcrumb-item {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize
}

.breadcrumb-item a {
    color: #777
}

.breadcrumb-item a:focus,
.breadcrumb-item a:hover {
    color: #c96
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 1rem
}

.breadcrumb-item+.breadcrumb-item:before {
    color: #999;
    content: '\f112';
    font-family: molla;
    padding-right: .7rem;
    font-size: 1.1rem;
    vertical-align: middle;
    margin-top: -.1rem
}

.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
}

.old-price {
    color: #ccc;
    text-decoration: line-through
}

.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-action-dark .btn-product:not(:hover):not(:focus) span {
    color: #fff
}

.btn-cart:before {
    content: '\e812'
}

.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: 1rem 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
}

.product.product-sm .product-price .old-price {
    text-decoration: none
}

button:focus {
    outline: 0
}

.products .product {
    width: 100%
}

.product {
    overflow: hidden
}

.product-details-top {
    margin-bottom: 1rem
}

.product-main-image {
    position: relative;
    margin-bottom: 1rem
}

.product-main-image img {
    max-width: none;
    width: 100%
}

.product-image-gallery {
    display: flex;
    flex-flow: row wrap;
    margin-left: -.5rem;
    margin-right: -.5rem
}

.product-gallery-item {
    position: relative;
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: .5rem;
    padding-right: .5rem;
    margin-bottom: 1rem
}

.product-gallery-item img {
    max-width: none;
    width: 100%
}

.product-gallery-item:after,
.product-gallery-item:before {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    right: .5rem;
    top: 0;
    bottom: 0;
    transition: all .35s ease
}

.product-gallery-item:before {
    opacity: 0;
    visibility: hidden;
    border: .1rem solid #c96
}

.product-gallery-item:after {
    visibility: visible;
    opacity: 1;
    background-color: rgba(255, 255, 255, .4)
}

.product-gallery-item:hover:after {
    opacity: 0;
    visibility: hidden
}

/* .product-details {
    margin-bottom: 2rem
} */

.product-details-action {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    margin-bottom: 3rem
}

.product-details-action .btn-cart, .product-details-action .btn-disabled2  {
    padding: 1rem 1.5rem;
    max-width: 80%;
    color: #c96;
    border: .1rem solid #c96
}

.product-details-action .btn-cart span, .product-details-action .btn-disabled2 span {
    font-size: 1.4rem;
    color: inherit;
    text-transform: uppercase;
    box-shadow: none;
    transition: box-shadow .35s ease, color 0s ease
}

.product-details-action .btn-cart:before, 
.product-details-action .btn-disabled2:before {
    margin-right: .4rem
}

/* .product-details-action .btn-cart:focus,
.product-details-action .btn-cart:hover {
    color: #fff;
    border-color: #c96;
    background-color: #c96
} */

@media screen and (min-width:992px) {
    .container-fluid .product-details-top .col-lg-7 {
        -ms-flex: 0 0 56.5%;
        flex: 0 0 56.5%;
        max-width: 56.5%
    }

    .container-fluid .product-details-top .col-lg-5 {
        -ms-flex: 0 0 43.5%;
        flex: 0 0 43.5%;
        max-width: 43.5%
    }
}

@media screen and (min-width:1700px) {
    .container-fluid .product-details-action .btn-cart, .container-fluid .product-details-action .btn-disabled2 {
        min-width: 240px
    }
}

.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
}

@media screen and (min-width:768px) and (max-width:991px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start
    }

    .product-details-action .btn-cart, .product-details-action .btn-disabled2 {
        min-width: 100%
    }
}

@media screen and (max-width:575px) {
    .breadcrumb-nav .d-flex {
        flex-direction: column;
        align-items: flex-start !important
    }
}

@media screen and (max-width:580px) {
    .product-details-action {
        flex-direction: column;
        align-items: flex-start
    }

    .product-details-action .btn-cart, .product-details-action .btn-disabled2 {
        min-width: 90%
    }
}

.widget {
    margin-bottom: 4.5rem
}

/* .sidebar {
    margin-top: 3rem
} */

.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'
}

/* Styles for when video is
    active in main view */
/* Your existing styles here */
/* Modified styles for carousel indicators */


.product-gallery {
    position: relative;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.carousel-indicators {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 10;
    list-style: none
}

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

.product-details {
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative
}

.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
}

.old-price {
    color: #999;
    margin-left: 10px
}

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

.product-details-action .btn-cart:hover, .product-details-action .btn-cart:focus {
    border-color: #28a745;
    background-color: #28a745;
}

.carousel-indicators {
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background-color: #212529;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.carousel-indicators button.active {
    background-color: #6c757d
}

.sticky-btn {
    position: fixed;
    bottom: 10px;
    left: 0%;
    transform: translateX(0%);
    z-index: 1000;
    width: 90%
}

.product-main-image {
    position: relative
}

.icon-container {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 10
}

.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;
    /* color: #333 */
}

.left-icons {
    display: flex;
    justify-content: flex-start;
    gap: 10px
}

.right-icons {
    display: flex;
    justify-content: flex-end;
    gap: 10px
}

.share-btn {
    order: 1
}

.heart-btn {
    order: 2
}

.separator {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #000;
}

.discount {
    font-size: 1.2rem;
}

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

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

.icon-btn .icon-heart {
    color: red;
}
.icon-btn .icon-heart-o {
    color: grey;
}



.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cancel-btn {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #f44336;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 13px;
}

.cancel-btn:hover {
    background-color: #d32f2f;
}

.add-to-cart{
    border-radius: 3px;
}
