@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

body {
    background-color: #ffffff;
    font-family: 'Roboto', sans-serif
}

.modal-button {
    margin: 5px;
    text-decoration: none;
}

.title {
    color: #757575;
    font-weight: bold;
}

.modal {
    text-align: left;
}

.modal-content {
    border: none;
    border-radius: 15px;
    background-size: cover;
    background-position: center;
}

.modal-header {
    background: #00AAA7;
    padding: 10px;
    justify-content: space-between;
    overflow: hidden;
}

.modal-button {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}

.modal-button:hover {
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.close-modal {
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #F44336;
    text-align: center;
    height: 28px;
    line-height: 28px;
    outline: 0;
    padding: 0 10px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
    position: relative;
    right: 1px;
    top: 1px;
}

.img-modal img {
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 53%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: .2s ease-out;
    padding: 2px;
    width: 300px;
    height: 300px;
    object-fit: scale-down;
}

.img-modal1 img,
.zoomimg img {

    padding: 0;

    width: 412px;

    height: 340px;

    object-fit: cover;

    border-radius: 10px;

    box-shadow: -2px 2px 10px #0d16f240;
}

.zoomimg {
    position: relative;
}

.close-modal:hover,
.close-zoomimg:hover {
    background-color: #c70e00;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.close-zoomimg {
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #F44336;
    text-align: center;
    height: 25px;
    line-height: 25px;
    outline: 0;
    padding: 0 8px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
    position: absolute;
    right: 4px;
    top: -10px;
}

.modal-title {
    font-size: 20px;
}

.modal-body {
    border-bottom: 0;
    padding-top: 10px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 15px;
    font-size: 15px;
}

.modal-ecom .item {
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 8%), 0 2px 10px 0 rgb(0 0 0 / 6%);
    transition: .2s ease-out;
    padding: 3px;
    text-align: center;
    margin: 0;
    border: 1px solid #d3d3d38c;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.modal {
    background: rgba(0, 0, 0, 0.5); 
  }
  .modal-backdrop {
    display: none;
  }
.modal-ecom .item img {
    width: 150px;
    height: 150px;
    object-fit: scale-down;
}

@media (max-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 90%;
    }

}

/* === HEADING STYLE #3 === */
.modal-heading {
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 0;
    position: relative;
    margin-left: 29px;
}



.ecommerce .modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.ecommerce .modal-body::-webkit-scrollbar {
    width: 6px;
    background-color: #060606;
}

.descrip {
    height: 300px;
    overflow: auto;
}

.havellshead {
    text-align: left;
    font-size: 15px;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 800;
    color: #fff;
    background: #F43047;
    padding: 9px;
    width: auto;
    margin-right: 18px;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.owl-nav button:focus {
    outline: none;
}

.owl-slider .owl-carousel {
    padding: 6px;
}

.iconshead {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translate(0%, -50%);
}

.iconshead ul {
    margin: 0;
    padding: 7px 0;
}

.iconshead ul li {
    list-style: none;
    padding: 8px 7px;
    border-radius: 10px;
    box-shadow: 0px 3px 11px #00000075;
    margin: 10px 0;
    background: #444444;
    line-height: 1;
    color: white;
    cursor: pointer;
}

.iconshead ul li:hover {
    background: #00AAA7;
}

.select-theme {
    color: #CAFA08;
    margin-bottom: 0px;
    font-size: 19px;
}

.img-modal1 h5 {
    margin: 10px;
    font-weight: 550;
    font-size: 19px;
}

.product {
    font-weight: 550;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.texture-card {
    height: 355px;
    overflow: auto;
}

.tex-box {
    color: #918A8A;
    margin: 10px;
}

.texture-box {
    border: 1px solid #e1e1e1;
    background: #ECFFFF;
    border-radius: 10px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px #0d16f240;
    text-align: center;
    cursor: pointer;
}

.tex-box img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-bottom: 5px;
}

.texture-box h5 {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: black;
    margin-bottom: 0;
}

.texture-foot {
    display: flex;
    margin: 0;
    padding-left: 0;
    gap: 17px;
}

.texture-foot p {
    font-size: 12px;
    margin: 0;
}

.texture-foot li {
    list-style: none;
    text-align: center;
}

.texture-card::-webkit-scrollbar {
    display: none;
}

/* Demonstrate a "mostly customized" scrollbar
   * (won't be visible otherwise if width/height is specified) */
.texture-card::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
    /* or add it to the track */
}

/* Add a thumb */
.texture-card::-webkit-scrollbar-thumb {
    background: #000;
}

.foot {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

/* -------------------------------nav */
.burger-wrapper {
    cursor: pointer;
}

#meny {
    background: #333333ea;
    width: 15rem;
    height: auto;
    position: absolute;
    left: 0;
    transition-timing-function: cubic-bezier(10, 2, 3, 1);
    transform: translateX(-18rem);
    top: 0;
    z-index: 0;
    transition: 0.5s;
    height: 100%;
}

#menyAvPaa {
    display: none;
    width: 30px;
    height: 30px;
}

#menyAvPaa:checked~#meny {
    transform: translateX(0rem);
    z-index: 9;
}

#burger {
    position: absolute;
    cursor: pointer;
    width: 23px;
    height: 1rem;
    left: 10px;
    top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

#burger>div {
    height: 3px;
    background-color: #fff;
    transition: 0.5s;
    z-index: 999;
}

#meny ul {
    padding: 10px;
    margin-top: 35px;
}

#meny ul li {
    padding: 9px;
    border-bottom: 1px solid #bbb9b9;
}

#meny ul li a {
    color: white;
    text-decoration: none;
}

#meny ul li a:hover {
    color: #CAFA08
}

#menyAvPaa:checked~#burger>div {
    background-color: #CAFA08;
}

#menyAvPaa:checked~#burger>div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

#menyAvPaa:checked~#burger>div:nth-child(2) {
    opacity: 0;
}

#menyAvPaa:checked~#burger>div:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.overflow {
    overflow: hidden;
    box-shadow: none;
}

.texture-foot li a {
    text-decoration: none;
    color: #646363
}

.texture-foot li a:hover {
    color: black
}

.text-img {
    position: relative;
}

.zoom {
    position: absolute;
    bottom: 5px;
    right: 1px;
    background: #aeb1b1d9;
    border-radius: 5px 0 0 0;
    padding: 3px;
}

/* ---------------------------- */
@media only screen and (min-device-width: 300px) and (max-device-width: 940px) and (orientation: landscape) {}

@media (max-width: 640px) and (orientation: portrait) {
    .img-modal img {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 53%), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        transition: .2s ease-out;
        padding: 2px;
        width: 130px;
        height: 130px;
        object-fit: scale-down;
    }

    .img-modal1 img {
        padding: 2px;
        width: 300px;
        height: 300px;
        object-fit: scale-down;
    }

    .descrip {
        height: 174px;
        overflow: auto;
    }
}


/* --------------------orders--modal------------------------------ */
.pricing {
    border: 1px solid #565151;
}

table thead,
table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.order-img {
    display: flex;
    border-bottom: 0 !important;
    gap: 15px;
    /* padding: 3px 10px !important; */
}

.order-title p {
    color: black;
    margin-bottom: 0px;
}

.order-img img {
    width: 74px;
    height: 74px;
    object-fit: contain;
    margin-bottom: 5px;
}

.order-title small {
    color: #AFABAB;
}

.pricing th {
    font-weight: 500;
    font-size: 17px;
    padding: 5px 10px;
}

.pricing tbody {
    display: block;
    max-height: 260px;
    overflow-y: auto;
    width: 100%;
}

.form-control {
    border: 1px solid #999b9d;
}

.btn-email {
    background: #014F13;
    color: white;
    border-radius: 12px;
    font-size: 14px;
    margin-top: 10px;
}

.pricing tbody tr {
    border-bottom: 1px solid #d5d3d3;
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 3px;
}

.pricing tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #F5F5F5;
}

.pricing tbody::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
}

.pricing tbody::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/* -------------------orders-modal-------------------------------- */

/* --------------------------customize--------------- */
.menuicon {
    display: flex;
    align-items: center;
    gap: 10px
}
.menuicon .modal-heading{
    margin-left: 0;
}


.img-modal3 img {
    padding: 0;
    width: 300px;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: -2px 2px 10px #0d16f240;
}

.img-modal3 {
    display: flex;
    gap: 10px;
}

.details h5 {
    font-size: 18px;
    font-weight: 550;
    color: black;
}

.pricing-text {
    color: #1805F6;
}

.count {
    display: flex;
    padding-left: 0;
    gap: 10px;
}

.count li {
    list-style: none;
    position: relative;
}

.count li img {
    position: relative;
    padding: 0;
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0;
}

.check {
    position: absolute;
    padding-left: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    right: 22px;
}

.check:hover input~.checkmark {
    background-color: transparent;
}

.check input:checked~.checkmark {
    background-color: #00AAA7;
}

.check input:checked~.checkmark:after {
    display: block;
}

.check .checkmark::after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.check input {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0;
    cursor: pointer;
}

.check .checkmark {
    background-color: transparent;
    position: absolute;
    top: 2px;
    height: 20px;
    aspect-ratio: 1;
    border-radius: 4px;
}

.check .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

.custom .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #046665;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.custom .accordion-button {
    background-color: #dae5e580;
}

.accordion-button::after {
    background-image: url('../image/download.svg')
}

.accordion-button:not(.collapsed)::after {
    background-image: url('../image/download1.svg')
}

.texture-foot.cust li img {
    padding: 0;
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-bottom: 5px;
    margin-top: 2px;
}

.texture-foot.cust p {
    font-size: 12px;
    margin: 0;
    color: black;
}
#buyorder img, .texture-foot img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.texture-foot.cust p small {
    color: #918A8A
}

.texture-foot.cust li {
    list-style: none;
    text-align: center;
    position: relative;
}

.closing {
    border: none;
    border-radius: 50%;
    display: inline-block;
    color: #ffffff;
    background-color: #F44336;
    text-align: center;
    height: 16px;
    line-height: 17px;
    outline: 0;
    padding: 0 3px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
    position: absolute;
    right: 10px;
    top: 15px;
}
