@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;500;900&display=swap');
body {
    font-family: "inter";
    background: var(--bg);
}


/*
@font-face {
    font-family: "typograph";
    src: url("../fonts/TYPOGRAPH_PRO_Light.eot");

    src: url("../fonts/TYPOGRAPH_PRO_Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TYPOGRAPH_PRO_Light.woff2") format("woff2"),
    url("../fonts/TYPOGRAPH_PRO_Light.woff") format("woff"),
    url("../fonts/TYPOGRAPH_PRO_Light.ttf") format("truetype");

}

@font-face {
    font-family: "typograph";
    font-weight: bold;
    src: url("../fonts/TYPOGRAPH_PRO_Semi_Bold.eot");

    src: url("../fonts/TYPOGRAPH_PRO_Semi_Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/TYPOGRAPH_PRO_Semi_Bold.woff2") format("woff2"),
    url("../fonts/TYPOGRAPH_PRO_Semi_Bold.woff") format("woff"),
    url("../fonts/TYPOGRAPH_PRO_Semi_Bold.ttf") format("truetype");

} */


/* global */

:root {
    --bg: #f3eeee;
    /* --red: #ef533b; */
    --red: #d01f1f;
    --white: #fff;
    --yellow: #fed03b;
    --black: #000;
    --brown: #bf7f28;
    --gray: #f1edee;
    --muted: #797979;
    --lightGray: #fbfbfb;
}

.rtl {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    transition: 0.2s;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
    color: var(--brown);
}

p {
    text-align: left;
    /* line-height: 42px; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "tanha";
    font-weight: bold;
}


/* btns */

.btn-red {
    background-color: var(--red);
    color: var(--white);
}

.itemQty {
    position: absolute;
    font-size: 12px;
    background: #fff;
    padding: 0 5px;
    color: #000;
    border-radius: 1px;
    top: calc(50% - 8px);
    left: 4px;
    border-radius: 2px;
}

.btn-yellow {
    background-color: var(--yellow);
    color: var(--black);
}

.btn-wide {
    padding-left: 50px;
    padding-right: 50px;
}


/* bg */

.bg-brush {
    background-color: #f6ecd7;
    background-image: url("https://www.transparenttextures.com/patterns/scribble-light.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    overflow: auto;
    height: calc(100vh - 107px);
}


/* forms */

.form-control.red:focus {
    border-color: var(--red) !important;
}

.form-control.noeffect {
    outline: none !important;
    box-shadow: none !important;
}

.line-group {
    background: var(--white);
    padding: 22px 10px;
    border-radius: 10px;
}

.line-group input {
    background: none;
    border-left: none;
    border-right: none;
    border-radius: unset;
    border-color: #000;
    margin-right: 24px;
}


/* header */

header .logo {
    max-width: 50px;
    max-height: 32px;
}

header .social {
    font-size: 17px;
    margin: 10px;
}

header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--white);
}

header nav {
    text-align: right;
}

header .social i {}


/* first section */

.firstSlider {}

.choiceTab {
    transform: translateY(-61px);
    z-index: 9;
    padding: 0;
    box-shadow: 0px 12px 20px -12px #000000a3;
}

.choiceTab li button.nav-link {
    background: #ccc;
    height: 100%;
    width: 100%;
    color: #000;
    vertical-align: bottom;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.choiceTab li button.nav-link svg {
    width: 24px;
}

.choiceTab li button.nav-link.active {}

.choiceTab li {
    flex: 1 0 0%;
    vertical-align: bottom;
}

.choiceTab ul.nav {
    display: flex;
    justify-content: center;
}

.choiceTab .tab-content {
    background: #fff;
}


/* title */

.sepratorTitle {
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}

.sepratorTitle::after {
    margin-left: 10px;
}

.sepratorTitle::before {
    margin-right: 10px;
}

.sepratorTitle::after,
.sepratorTitle::before {
    border-width: 1px;
    border-color: #0000006e;
    flex: 1 1 0%;
    position: relative;
    content: "";
    height: 1px;
    top: -2px;
    z-index: 99999;
    display: block;
    border-style: solid;
}


/* footer */

footer {
    background: #1f1f1f;
    color: #fff;
    padding: 70px 0;
}

footer a {
    display: block;
    text-decoration: none;
    font-size: 12px;
    margin: 5px;
}

.copyright p {
    text-align: center;
    font-size: 9px;
    color: #ccc;
}


/* Menu Nav */

.menuNav {
    background: var(--white);
    border-top: 1px solid #ccc;
}

.menuNav a {
    padding: 12px 20px;
    text-decoration: none;
    border-right: 1px solid #ccc;
    white-space: nowrap;
    /* font-weight: bold; */
}

.menuNav a:last-child {
    border: none;
}

.menuNav a:hover,
.menuNav a.active {
    background: var(--red);
    color: var(--white);
    background-image: url(/images/bg.jpg);
    background-size: auto 83%;
}

.menuNav a:first-child {
    margin-left: 34px;
}


/* Product Card */

.productCard .select {}

.productCard .select select {
    width: 100%;
    background: #f6f6f6;
    border: none;
    margin-bottom: 11px;
}

.productCard .select h5 {
    font-size: 14px;
    font-weight: normal;
}

.productCard .select .price {
    font-size: 13px;
    float: right;
    margin-top: 3px;
}

.productCard .select a {}

.productCard {
    margin: 25px 15px;
    background: var(--white);
    box-shadow: 0 0 2px #0000005c;
    position: relative;
}

.productCard img {
    height: 190px;
}

.productCard .content {
    padding: 15px;
}

.productCard h4 {
    font-weight: normal;
    font-size: 20px;
}

.productCard h4 .spesification {
    background: #449f81;
    padding: 2px 9px;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}

.productCard p {}

.productCard .footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.productCard .footer .price {}

.productCard .footer .discount {
    margin-left: -40px;
    color: var(--red);
    position: relative;
}

.productCard .footer .discount::before {
    content: '';
    width: 130%;
    height: 1px;
    background: var(--red);
    position: absolute;
    transform: rotate(-19deg);
    top: 13px;
    left: -3px;
}


/* Bsaket */

.basket {
    height: 100vh;
}

.basketDivider {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    height: 100%;
    position: fixed;
    top: 0;
    background: #fff;
}

.basket .topBasket {
    padding: 10px;
}

.basket .topBasket h4 {
    display: inline-block;
    color: var(--red);
}

.basket .topBasket i {
    font-size: 30px;
    color: var(--red);
}

.basket .topBasket p {
    font-size: 12px;
    display: inline-block;
}

.basket .topBasket img {
    width: 20px;
}

.basketItem {
    display: flex;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 5px;
}

.basketItem img {
    max-width: 36%;
}

.basketItem button {
    background: #fff;
    margin: 7px auto;
    padding: 2px 5px;
}

.basketItem button.btn-plus {
    color: green;
}

.basketItem button.btn-minus {
    color: red;
}

.basketItem h6 {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.basketItem h6 span {
    color: #fff !important;
    font-size: 24px;
}

.basketItem a span {
    color: #ccc;
}

.basketItem>div span {
    flex: 1 0 50%;
    text-align: center;
    color: var(--white);
}

.basketItem .price {
    font-size: 13px;
    display: inline-block;
    float: right;
    margin: 0;
}

.basketItem .price i {
    margin: 0 4px;
}

.basketItem>div:not(.itemData) {
    background: rgb(158, 41, 68);
    background: linear-gradient(0deg, rgba(158, 41, 68, 1) 0%, rgba(178, 76, 61, 1) 100%);
    flex: 1 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    flex-wrap: wrap;
}

.basketItem>div:not(.itemData)>div {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    display: flex;
}

.basketItem>div.itemData {
    display: flex;
    background: rgb(158, 41, 68);
    background: linear-gradient(0deg, rgba(158, 41, 68, 1) 0%, rgba(178, 76, 61, 1) 100%);
    flex: 1 0 70%;
    color: var(--white);
    text-decoration: none;
}

.basketItem>div.itemData>div {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
}

.basketFooter .btn {
    position: relative;
}

.basketFooter img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.basketFooter p {
    text-align: center;
}

.select-but {
    text-align: center;
}

.flag {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 75px;
    height: 75px;
    overflow: hidden;
    z-index: 1;
}

.flag__inner {
    position: absolute;
    top: 19px;
    left: -21px;
    display: block;
    width: 100px;
    font-size: 10px;
    color: rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 20px;
    background: hsla(0, 0%, 100%, .9);
    box-shadow: 0 1px 8px -3px rgb(0 0 0 / 60%);
    transform: rotate( -45deg);
}

.flag__inner:before {
    left: 0;
    border-color: hsla(207, 8%, 51%, .2) transparent transparent hsla(207, 8%, 51%, .2);
}

.flag__inner:after,
.flag__inner:before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 2px;
}


.flag__inner:after {
    right: 0;
    border-color: hsla(207,8%,51%,.2) hsla(207,8%,51%,.2) transparent transparent;
}
.text-left{
    text-align: left !important;
}
