@import url("https://fonts.googleapis.com/css?family=Overpass:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap");

@import url("https://fonts.googleapis.com/css?family=DM+Serif+Display:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i&display=swap");

:root {
    --font-OP: "Overpass";
    --font-DS: "DM Serif Display";
}

body {
    font-family: Overpass, Arial;

    font-family: var(--font-OP);
}
#cart {
    font-family: var(--font-DS);
    font-size: 220%;
}
/*****************************  Path ****************************************/
#hr2 {
    margin-top: -0.7%;
    background-color: #fbfbfb;
}
.text-primary {
    color: #BA7A2D !important;
    /* color:#007bff!important; */
  }
.breadcrumb {
    background-color: transparent;
}
.breadcrumb li {
    font-size: 13px;
}
.breadcrumb-item > p {
    line-height: 0px;
}
.breadcrumb-item a:hover {
    text-decoration: none;
}
#shopcart:hover {
    color: gray;
}
/*****************************  Progress bar ****************************************/
#prog-text {
    font-size: 13px;
}
.progress {
    border-radius: 0;
    height: 13px;
}
#prog-price {
    font-size: 13px;
    font-weight: bold;
}
/*****************************  Warning Alert ****************************************/
.alert {
    background-color: #fbf8e5;
    color: #947a54;
    height: 70%;
    font-size: 14px;
}
span {
    margin: 0;
}

/***************************** Added Product  ******************************************/
/***product specification ***/
.form-control {
    outline: 0;
}
.h-desktop {
    display: none;
}
.cart-header {
    background-color: #fafafa;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #505050;
    justify-content: space-between;
}
.details {
    font-size: 14px;
}
ul {
    list-style-type: none;
}
.product-name {
    font-size: 13px;
}
.form-check-input {
    margin-left: 0px;
}
.delete-btn {
    height: 3vh;
    border: none;
    width: 3vh;
    font-weight: bold;
    background-color: white;
}
.delete-btn:hover {
    background-color: #f4f4f4;
    transition: 0.5s;
}
/*** end product specification ***/
/*** additional ***/
#gift {
    font-size: 14px;
}
#gift p {
    font-weight: bold;
}
#gift button {
    padding: 5px 12px;
    margin-left: 12px;
    background-color: #fff;
    border: solid 1px black;
}
textarea {
    padding-top: 2%;
}
textarea::placeholder {
    font-size: 14px;
}
textarea input {
    font-size: 14px;
}
#comment-input {
    font-size: 14px;
    display: flex;
    align-items: center;
}
#comment-input small {
    line-height: 10px;
    color: #cbcbcbc5;
    letter-spacing: 0.2px;
}
.icon {
    height: 20px;
}
.icon svg {
    width: 25px;
    height: auto;
    position: relative;
    top: 0.5rem;
    margin-left: 0.19rem;
    color: #8a8787;
    fill: #8a8787;
}
/*** end additional ***/
#hr {
    border: 1px solid;
}
/*** order summery ***/
.float-left {
    font-size: 17px;
}
.img {
    width: 25%;
    padding: 10px;
}
.product-img {
    padding-left: 0;
}
.cart--info {
    padding: 10px;
    width: 75%;
}
.cart--info h6 {
    font-size: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    line-height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0px;
}
#address_province:focus {
    outline: none;
}
#address_country:focus {
    outline: none;
}
#calculate button {
    padding: 12px 15px;
    margin-left: 12px;
    font-size: 15px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    border: solid 1px black;
}
#calculate button:hover {
    background-color: #293355;
    color: white;
    transition: 0.4s;
}
#address_province {
    border-radius: 0;
    height: 45px;
    width: 100%;
    background-color: transparent;
    -webkit-appearance: none;
    border: 0.1px solid #cbcbcb;
    padding-left: 5%;
}
#address_country {
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 45px;
    -webkit-appearance: none;
    padding: 3px 15px;
    border: 0.1px solid #cbcbcb;
}
#address_zip {
    border-radius: 0;
    width: 100%;
    height: 45px;
}
#term {
    text-decoration: underline;
}
#coupon:focus {
    outline: none;
}
#coupon {
    border-radius: 0;
    border: 0.1px solid #cbcbcb;
    height: 45px;
}
#coupon-p {
    color: #a5a1a1;
    font-size: 14px;
}
.text-muted {
    font-size: 14px;
}
#defaultCheck1:focus {
    border-radius: 0px;
    outline: none;
}
#show {
    border-radius: 0;
    margin: 20px 0;
    background: #293355;
    width: 100%;
    color: white;
    height: 57px;
    border: solid 1px #747a90;
}
#ship {
    padding: 7px 15px;
    margin-left: 12px;
    background-color: #fff;
    width: 100%;
    height: 57px;
    border: none;
    text-transform: uppercase;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.13),
        0 6px 10px 0 rgba(0, 0, 0, 0.19);
}
#ship:hover {
    background-color: #293355;
    color: white;
    transition: 0.4s;
}
#prod {
    width: 100%;
}
#details {
    width: 100%;
    margin-right: 28px;
}
#alert {
    margin-bottom: 2.5%;
}

.cart-thumb {
    display: flex;
}

@media (min-width: 769px) and (max-width: 1023px) {
    .container {
        padding: 0;
    }
    .cart-list {
        margin-right: 1%;
    }
}

@media (min-width: 1440px) {
    .container {
        padding: 0;
    }
    #prod {
        margin-top: 6.9%;
    }
}
@media (min-width: 1024px) {
    #city {
        margin-left: 0.1%;
        margin-right: 0.1%;
    }
    #prod {
        margin-top: 6.9%;
    }
}
@media (max-width: 1024px) {
    /* #prod {
        max-width: 280px;
    } */
    #details {
        /* max-width: 630px; */
        margin-right: 17px;
    }
    .container {
        padding: 0 2%;
    }
}
@media (max-width: 768px) {
    .h-desktop {
        display: block;
        margin-left: 8%;
    }
    .h-mobile {
        display: none;
    }
    .order_div {
        display: none;
    }
    .cart-header {
        justify-content: space-between;
    }
    .cart-header .cart--price {
        padding-right: 4%;
    }
    #city {
        margin-left: 0.1%;
        margin-right: 0.1%;
    }
    /* #prod {
        max-width: 279px;
    } */
    #details {
        /* max-width: 420px; */
        margin-right: 17px;
    }

    #prod {
        margin-top: 6.9%;
    }
    .h-desktop .product-quantity {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .img {
        width: 55%;
    }
    .product-img {
        padding-left: 0;
    }

    .cart--info h6 {
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .cart-header .cart--price {
        padding-left: 0;
        margin-left: 0;
    }
}

@media (max-width: 425px) {
    #order_div {
        display: none;
    }
    .h-desktop {
        display: block;
        padding-right: 0;
    }
    .order_div {
        display: none;
    }
    .h-mobile {
        display: none;
    }
    .cart-header {
        justify-content: space-between;
    }
    .container {
        padding: 0 7%;
    }
    /* #prod {
        max-width: 420px;
    } */
    #details {
        /* max-width: 420px; */
        margin-right: 0;
    }
    .size small {
        font-size: 15px;
    }
    .product-vendor h5 {
        font-size: 13px;
    }
    .img {
        width: 45%;
    }
    #alert {
        margin-bottom: 0%;
    }
}

@media (max-width: 375px) {
    .h-desktop {
        display: block;
    }
    .h-mobile {
        display: none;
    }
    .order_div {
        display: none;
    }
    .cart-header {
        justify-content: space-between;
    }
    .container {
        padding: 0 8%;
    }
    #alert {
        margin-bottom: 0%;
    }
    .cart--info h6 {
        text-overflow: ellipsis;
        overflow: hidden;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .h-desktop.col-6 {
        padding: 0px 10px 0px 0px;
    }
}

@media (max-width: 320px) {
    .h-desktop {
        display: block;
    }
    .h-mobile {
        display: none;
    }
    .cart-header {
        justify-content: space-between;
    }
    .container {
        padding: 0 7.5%;
    }
    #alert {
        margin-bottom: 0%;
    }
    .h-desktop .product-quantity {
        display: block;
        padding-left: 30px;
    }
    .img {
        width: 100%;
        margin: auto 0;
    }

    .h-desktop.col-6 {
        padding: 0px;
    }
    .cart-thumb {
        display: block;
        text-align: center;
    }
    .cart--info {
        padding: 10px;

        width: 100%;
    }
    .cart--info h6 {
        text-overflow: inherit;
        overflow: inherit;
        line-height: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        width: 100%;
        -webkit-box-orient: horizontal;
    }
}

/*** end order summery ***/
/***************************** Slick Slider *********************/
.slide .col-12 {
    padding: 0;
}
#sell--section {
    font-family: var(--font-DS);
    font-size: 225%;
    margin-top: 60px;
    margin-bottom: 40px;
}
.slider .post {
    width: 200px;
}
.slick-slide {
    margin: 0px 5px;
}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.prev {
    position: absolute;
    padding-top: 17%;
    left: 10%;
    font-size: 3em;
    cursor: pointer;
}
.next {
    position: absolute;
    padding-top: 17%;
    right: 11%;
    font-size: 3em;
    cursor: pointer;
}
.post {
    position: relative;
}
.const {
    margin-top: 390px;
    padding-right: 17px;
}
.const .const2 {
    margin-top: 420px;
    position: relative;
}
.const .const2 a {
    font-size: 14px;
    font-weight: 800;
    color: black;
}
.const a {
    font-size: 13px;
    font-weight: bold;
}
.const h6 {
    font-weight: 700;
    font-size: 15px;
    color: black;
    padding-top: 4%;
}
.bs-prod__card__ftr--rating .stars {
    display: flex;
}
.bs-prod__card__ftr--rating {
    margin-top: 0.5rem;
    display: inline-flex;
}

.bs-prod__card__ftr--rating .stars > img {
    width: 11px;
    height: 11px;
    margin-left: 0.215rem;
}

.bs-prod__card__ftr--rating > img:first-of-type {
    margin-left: 0;
}
.bs-prod__card__ftr--rating > span {
    color: grey;
    margin-left: 80px;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.375rem;
    text-transform: uppercase;
}
.hover-animation img {
    width: 270px;
    height: 410px;
    position: absolute;
    left: 0;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.hover-animation .img-front:hover {
    opacity: 0;
    cursor: pointer;
}

.small-img-row {
    display: flex;
}
.small-img-col {
    width: 10%;
    flex-basis: 10%;
}
.small-img1,
.small-img2,
.small-img3,
.small-img4,
.small-img5,
.small-img6,
.small-img7,
.small-img8,
.small-img9,
.small-img10 {
    cursor: pointer;
    height: 70%;
    border-radius: 70%;
}
.size2 {
    padding-left: 75px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .bs-prod-body > .row > div {
        margin-left: 4rem;
    }

    .bs-prod-body > .row > div:first-of-type {
        margin-left: 0;
    }

    .bs-prod-body > .row > .h_bc {
        display: none;
    }
}
@media (max-width: 1440px) {
    .prev {
        padding-top: 25%;
        left: 6%;
    }
    .next {
        padding-top: 25%;
        right: 6%;
    }
}
@media (max-width: 1024px) {
    .bs-prod__card__ftr--rating {
        width: 121%;
        display: block;
    }

    .bs-prod__card__ftr--rating > span {
        margin-left: 0.75rem;
        display: block;
    }
    .prev {
        color: white;
    }
    .next {
        color: white;
    }
    .hover-animation img {
        width: auto;
        height: 350px;
    }
    .const .const2 {
        margin-top: 0px;
    }
    .bs-prod__card__ftr--rating .stars {
        display: none;
    }
    .const {
        margin-top: 359px;
        padding-right: 3px;
    }
    .const .const2 {
        position: relative;
    }
    .size2 {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .bs-prod__card__ftr--rating {
        width: 76%;
    }
    .prev {
        color: white;
    }
    .next {
        color: white;
    }
    .bs-prod__card__ftr--rating > span {
        margin-left: 0px;
    }
    .outer {
        margin-left: 5%;
    }
}

@media (max-width: 425px) {
    body {
        padding: 0px;
    }
    .slide .container {
        padding: 0px;
    }
    .bs-prod__card__ftr--rating {
        width: 65%;
    }
    .prev {
        color: white;
    }
    .next {
        color: white;
    }
    .hover-animation img {
        width: 190px;
        height: auto;
        padding-left: 4%;
    }
    .slider .post {
        width: 150px;
        overflow: hidden;
    }
    .const .const2 {
        margin-top: 0;
        position: relative;
    }
    .const .const2 a {
        font-size: 13px;
        font-weight: 800;
        color: black;
    }

    .const {
        margin-top: 275px;
        padding: 0;
        width: 190px;
        margin-right: 0;
        padding-left: 4%;
    }
    .const a {
        font-size: small;
    }
    .outer {
        margin-left: 0;
    }
}

@media (max-width: 375px) {
    .bs-prod__card__ftr--rating {
        width: 75%;
    }
    .prev {
        color: white;
    }
    .next {
        color: white;
    }
    .hover-animation img {
        width: 160px;
        height: auto;
        padding-left: 2.3%;
    }
    .const {
        margin-top: 235px;
        width: 160px;
        padding-left: 2.3%;
    }
}

@media (max-width: 320px) {
    .bs-prod__card__ftr--rating {
        width: 89%;
    }
    .prev {
        color: white;
    }
    .next {
        color: white;
    }
    .hover-animation img {
        width: 140px;
        height: auto;
        padding-left: 3%;
    }
    .const .const2 {
        margin-top: 0;
        position: relative;
    }
    .const .const2 a {
        font-size: 12px;
        font-weight: 800;
        color: black;
    }
    .const .const2 i {
        margin-top: 3px;
    }
    .const {
        margin-top: 200px;
        width: 140px;
        padding-left: 3%;
    }
    .const a {
        font-size: 10px;
    }
}

.quantity-btn {
    border-radius: 0px;
}
.product-quantity span,
.cart--quantity span {
    padding: 10px 10px;
}
.product-quantity td,
.cart--quantity td {
    border: 1px solid black;
}
/***************************** Frequently Bought Together (end) ***********************/

/***************************** Banner Section (start) *********************************/
