.shop-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.shop-panel {
    width: 335px;
}

.shop-col {
    width: calc(100% - 335px);
    padding-left: 25px;
}

.panel-box {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
}

.panel-box .heading-md {
    color: #04243D;
    font-weight: 500;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.panel-list li a {
    font-size: 16px;
    line-height: 100%;
    padding: 7px 10px;
    color: #767787;
    display: block;
}

/*Search bar*/
.search-container {
    min-width: 243px;
    position: relative;
    margin-bottom: 30px;
}

.search-container .form-control {
    height: 52px;
    border-radius: 2px;
    font-size: 16px;
    text-transform: capitalize;
    color: #566B7B;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    border: 1px solid rgb(0 0 0 / 2%);
}

.search-container .submit {
    height: 52px;
    position: absolute;
    right: 0;
    background: url(../images/search-icon.svg) no-repeat top 16px right 17px #000000;
    padding: 8px;
    width: 52px;
    top: 0;
    border: 0;
    border-radius: 2px;
}

/*shop bar*/
.shop-bar {
    border: 1px solid #E6E9EB;
    padding: 12px 15px;
    min-height: 52px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
}

.grid-controler {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.gird-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.gird-nav li {
    padding: 0 8px;
}

.gird-nav li a:hover img, .gird-nav li.active a img {
    filter: brightness(0);
}

.short-ordering label {
    font-size: 16px;
    color: #767787;
    line-height: 100%;
    font-weight: normal;
    padding-right: 6px;
}

.short-ordering select {
    border: 0;
    height: 30px;
    background: url(../images/select-arrow.png) no-repeat right 25px top 13px;
    padding: 2px 12px 2px 8px;
    min-width: 105px;
    font-size: 16px;
    color: #121533;
}


.related_sec {
    background: #FAFBFC;
}

/* Shopping cart */
.shopping-wrapper {
    margin-bottom: 80px;
    display: flex;
    flex-wrap: wrap;
}

.shop-left {
    width: 895px;
    padding-right: 20px;
}

.shop-right {
    width: calc(100% - 895px);
    /*background: #f7f7f8;*/
    /*border: 1px solid rgba(0, 0, 0, .125);*/
    border-radius: 4px;
}

/* CART TABLE */
.summary-detail {
    padding-top: 0px !important;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table tbody > tr > td,
.table thead > tr > th {
    border: 1px solid #ddd;
    padding: 1rem;
}


.product-cart table.shop-table {
    border-radius: 0;
}

.product-cart table.shop-table tr td:first-child {
    border-left: 1px solid #E6E9EB;
}

.product-cart table.shop-table tr td:last-child {
    border-right: 1px solid #E6E9EB;
}

.product-cart table.shop-table {

    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    overflow: hidden;
}

.product-cart table.shop-table th {
    font-weight: normal;
    padding: 9px 12px;
    line-height: 18px;
    color: #000;
    font-size: 18px;
    background: #FAFBFC;
    border-top: 0;
    border: 1px solid #E6E9EB;
}

.product-cart table.shop-table tr td {
    border-bottom: 1px solid #E6E9EB;
    background: #FAFBFC;
}

.product-cart table.shop-table tr.spacer > td {
    border-left: none;
    border-right: 0;
    padding: 0;
    background: #fff;
}

.product-cart table.shop-table tr.spacer {
    height: 5px;
}

.product-cart table.cart td,
.product-cart table.cart th,
.product-cart table.cart td,
.product-cart table.cart th,
.product-cart table.cart td,
.product-cart table.cart th {
    vertical-align: middle;
}

.product-cart table.shop-table th {
    font-weight: 500;
    padding: 16px 15px;
    line-height: 100%;
    color: #04243D;
    text-transform: uppercase;
    font-size: 16px;
}

.product-cart table.cart .product-thumbnail {
    min-width: 32px;
}

.product-cart table.shop-table tbody td.product-remove {
    width: 90px;
    text-align: center;
}

.product-cart table.shop-table td.product-thumbnail {
    width: 215px;
    text-align: center;
}

.product-cart table.shop-table td {
    font-size: 16px;
    padding: 15px;
    position: relative;
}

.product-cart table.shop-table tbody td.product-quantity {
    width: 260px;
    text-align: left;
}

.product-cart table.shop-table td:last-child {
    border-right: 0;
}

.product-name .product-title {
    line-height: 100%;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #000000;
}

.prod-col {
    font-size: 14px;
    color: #767787;
    line-height: 100%;
    display: flex;
}

.prod-col .prod-detail {
    width: 105px;
    color: #121533;
    font-weight: 500;
}

.product-info li:not(:last-child) {
    margin-bottom: 10px;
}

.product-quantity .quantitybox {
    display: inline-flex;
}

.quantity-referesh {
    width: 44px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #00000038;
    position: relative;
    display: inline-flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
}

.product-cart table.shop-table th:not(:last-child) {
    border-right: 0;
}

.product-cart table.shop-table th:not(:first-child) {
    border-left: 0;
}

.product-cart table.shop-table th:last-child {
    border-left: 0;
}

.product-price-amount.amount {
    line-height: 100%;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #00274E;
}

.shopping-cart .product .remove {
    width: 40px;
    height: 40px;
    line-height: 100%;
    display: flex;
    background: #F2F2F2;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    font-size: 26px;
    right: 15px;
}

.summary-massage {
    padding: 0 20px;
    margin-top: 25px;
}

.discount-message {
    background: rgb(71 219 35 / 20%);
    font-size: 18px;
    color: #07A11F;
    line-height: 100%;
    border-radius: 3px;
    padding: 11px 20px;
    margin-bottom: 20px;
}

.shipping-summary {
    padding: 0 22px;
}

.shipping-detail .summary-total {
    border-top: 0;
    margin-top: 20px;
}

.coupon_input {
    display: flex;
    padding-left: 5px;
}

.coupon_input .form-control {
    border-color: #fff;
    background: #F2F2F2;
    box-shadow: 2px 0px 10px rgb(0 0 0 / 5%);
    border-radius: 5px;
    margin-right: 15px;
}

.coupon_input .btn-subscribe {
    background: #000000;
    color: #fff;
    height: 50px;
    line-height: 100%;
    padding: 8px 10px 13px;
}

.shipping-detail .head-line {
    margin-bottom: 0;
}

.coupon_input .btn-subscribe:hover {
    border-color: #000000;
    color: #000000;
    background: transparent;
}

.product-filter-click, .close-filter {
    display: none;
}

/*=====******* MEDIA QUERY *******=====*/


@media screen and (max-width: 1499px) {
    .shop-left {
        width: 700px;
        padding-right: 30px;
    }

    .shop-right {
        width: calc(100% - 700px);
    }

    .product-cart table.shop-table td.product-thumbnail {
        width: 145px;
    }

    .product-cart table.shop-table th {
        font-size: 14px;
    }

    .product-name .product-title {
        font-size: 16px;
    }

    .prod-col .prod-detail {
        width: 65px;
    }

    .product-cart table.shop-table tbody td.product-quantity {
        width: 180px;
    }

    .product-price .remove {
        width: 30px;
        height: 30px;
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .shop-panel {
        width: 300px;
    }

    .shop-col {
        width: calc(100% - 300px);
    }

    .prod-grid-col3 > li {
        width: 50%;
    }

    .realeted-product .sepcial-product-js {
        margin-bottom: 88px;
    }

    .shop-left {
        width: 620px;
    }

    .shop-right {
        width: calc(100% - 620px);
    }

    .product-cart table.shop-table td.product-thumbnail {
        width: 100px;
    }

    .product-price-amount.amount {
        font-size: 18px;
    }

    .discount-message {
        font-size: 14px;
        padding: 9px 10px;
    }

    .quantity-referesh {
        margin-left: 6px;
    }

    .coupon_input .form-control {
        min-width: 140px;
        margin-right: 8px;
        padding: 12px 10px;
    }

    .coupon_input .btn-subscribe {
        padding: 8px 10px 10px;
        font-size: 14px;
        width: 90px;
    }

    .product-cart table.shop-table tbody td.product-quantity {
        width: 164px;
    }
}

@media screen and (max-width: 991px) {
    .shop-panel {
        width: 100%;
    }

    .shop-col {
        width: 100%;
        padding-left: 0;
    }

    .product-filter-click {
        display: block;
        font-size: 16px;
        color: #fff;
        background: #000000;
        display: inline-block;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        cursor: pointer;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .product-list-overlay {
        display: none;
    }

    .product-list-overlay.active {
        display: block;
        position: fixed;
        width: 100%;
        background: #fff;
        top: 0;
        left: 0;
        padding: 65px 20px 20px;
        height: 100%;
        overflow-y: auto;
        z-index: 1001;
    }

    .close-filter {
        position: absolute;
        right: 20px;
        top: 15px;
        width: 35px;
        height: 35px;
        z-index: 11;
        display: block;
        border: 1px solid #000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .shop-left {
        width: 100%;
    }

    .shop-right {
        width: 100%;
        margin-top: 30px;
    }

    .coupon_input .btn-subscribe {
        margin-top: 0;
    }


}

@media screen and (max-width: 767px) {
    .shopping-cart .product .remove {
        width: 30px;
        height: 30px;
        font-size: 18px;
        top: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 370px) {
    .prod-grid-col3 > li {
        width: 100%;
    }
}

.shipping p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 100%;
    color: #00274E !important;
}

.orderlist table thead {
    background: #F2F2F2;
}

.orderlist table thead th {
    border: 0;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #00274E;
}

.orderlist table tbody td {
    border: 0;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    text-transform: capitalize;
    color: #00274E;
    background: #FFFFFF;
}

.order-box {
    height: 104px;
    border: 1px solid rgba(0, 0, 0, .125);
    background: #f7f7f8;
    border-radius: 5px;
    flex-direction: column;
    text-align: center;
}

.product-name {
    line-height: 25px;
}

.order-box p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    font-size: 18px;
    text-transform: capitalize;
    color: #00274E;
}

.order-box span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #536372;
    margin-top: 20px;
}

.order-detail-box {
    background: #f7f7f8;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px;
    padding: 5px;
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #536372;
}

.order-detail-box .title {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
}

.order-detail-box .title p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    text-transform: capitalize;
    color: #00274E;
}

.order-detail-box .o-details p {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: #00274E;
}

.order-detail-box .o-details .dot {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: #536372;
}

.order-detail-box .o-details span {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    text-transform: capitalize;
    color: #536372;
}

.orderdetailstable div.optiontitle {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #536372;
}

.orderdetailstable div.optionlabel {
    font-family: 'Jost';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-transform: capitalize;
    color: #536372;
}

.shoppingcart > .product-info {
    width: 100%;
    display: inline-block;
}
