@media screen and (min-width: 1400px) {
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 10%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 80px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 90%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 30px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 22px;
        font-weight: 500;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 105px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 15px;
        align-items: center;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 14px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 30%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .d-md-none {
        display: none !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 29px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .desktop-logo a span {
        width: 70px;
        height: 70px;
        background: transparent;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 20px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .login-bg {
        background: #dee9eb;
        padding: 25px;
        color: #111;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 20px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 15%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 85%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 16px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 11px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .we-accept img {
        width: 40px;
        margin-right: 2px;
        height: 40px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, auto);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 12px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 20px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 15px 20px;
        text-align: left;
        color: #59606c;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 20px;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        display: flex;
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 60%;
    }
    .product-example-div .example-content h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 40%;
        display: flex;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 12px;
    }
    .prod-descrip-listdetail {
        padding: 0 20px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 13px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 18px;
        margin-right: 20px;
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1399px) {
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 10%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 80px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 90%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 30px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 22px;
        font-weight: 500;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 105px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 15px;
        align-items: center;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 14px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 30%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .bannerslider-height .tp-banner {
        height: 350px !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 29px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .desktop-logo a span {
        width: 70px;
        height: 70px;
        background: transparent;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 20px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .login-bg {
        background: #dee9eb;
        padding: 25px;
        color: #111;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 20px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 15%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 85%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 16px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 11px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .we-accept img {
        width: 40px;
        margin-right: 2px;
        height: 40px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, auto);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 12px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 20px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 15px 20px;
        text-align: left;
        color: #59606c;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 20px;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        display: flex;
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 60%;
    }
    .product-example-div .example-content h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 40%;
        display: flex;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 12px;
    }
    .prod-descrip-listdetail {
        padding: 0 20px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 13px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 18px;
        margin-right: 20px;
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
}

@media screen and (min-width: 993px) and (max-width: 1200px) {
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 10%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 80px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 90%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 30px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 22px;
        font-weight: 500;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(4, auto);
        grid-column-gap: 15px;
        align-items: center;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 14px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 30%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .d-lg-block {
        display: block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-md-none {
        display: none !important;
    }
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra .image img {
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .price {
        font-size: 14px;
        margin-bottom: 0;
    }
    .name a {
        font-family: 'Lato', sans-serif;
        font-size: 13px;
    }
    .bt-featured-pro.bt-nprolarge-tabs h3 {
        font-size: 14px;
    }
    .bt-service .bt-service-content h2 {
        padding: 0;
        font-size: 14px;
    }
    .bt-service .bt-service-content p {
        margin-bottom: 25px;
        font-size: 13px;
    }
    .bt-service .bt-service-content .btn {
        padding: 8px 28px;
        font-size: 13px;
    }
    .bt-service .bt-service-content {
        padding: 25px 10px 30px;
    }
    .bt-service .bt-service-content .bt-service-icon {
        margin-bottom: 18px;
    }
    .bt-service-icon i {
        font-size: 30px;
    }
    .bannerslider-height .tp-banner {
        height: 270px !important;
    }
    .boss-blog-featured .box-heading h1,
    .bt-featured-pro .box-heading h1,
    .bt-product-category .box-heading h1,
    .bt-service .box-heading h1 {
        font-size: 18px;
    }
    #column-left .box-heading h1,
    #column-right .box-heading h1,
    #boss-menu-category .box-heading h1 {
        font-size: 18px;
    }
    .header-cartbtn {
        width: 100% !important;
    }
    #cart>.btn {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding: 0 15px;
    }
    #boss-search .choose-select .input_cat {
        min-width: 165px;
    }
    #boss-search .choose-select .input_cat .sbToggle {
        background: url(../images/icon_selectsearch.png) no-repeat 0 0;
        height: 14px;
        position: absolute;
        right: 18px;
        top: 18px;
        width: 14px;
    }
    #boss-search .choose-select .input_cat .sbSelector {
        padding-left: 10px;
        padding-right: 10px;
        color: #000;
        font-size: 12px;
    }
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 17px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .desktop-logo a span {
        width: 55px;
        height: 55px;
        display: flex;
        background: transparent;
        /* display: inline-block; */
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 20px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .login-bg {
        background: #dee9eb;
        padding: 25px;
        color: #111;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 20px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 15%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 85%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 16px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 11px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 12px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .we-accept img {
        width: 40px;
        margin-right: 2px;
        height: 40px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, auto);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .cart-info .table thead td,
    .checkout .table thead td,
    .wishlist-info .table thead td,
    .b_bulk_order_ajax .table thead td {
        font-size: 14px;
    }
    .cart-info .table tr td,
    .checkout .table tr td,
    .wishlist-info .table tr td {
        text-align: center;
        padding: 10px;
    }
    .table tr td img {
        height: 90px;
        object-fit: contain;
        width: 100%;
    }
    .checkout h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    #content h3 {
        font-size: 14px;
    }
    #content>h1.block-title {
        font-size: 18px;
    }
    .btn,
    .compare-info .btn-cart,
    .compare-info .btn-wishlist {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
    }
    #content p {
        padding-top: 10px;
        font-size: 13px;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 10px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 18px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 15px 20px;
        text-align: left;
        color: #59606c;
        font-size: 14px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 20px;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        display: flex;
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 60%;
    }
    .product-example-div .example-content h5 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 40%;
        display: flex;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 12px;
    }
    .prod-descrip-listdetail {
        padding: 0 20px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 13px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 13px;
        margin-right: 20px;
    }
    .new-iconarrow .nav_title a {
        font-size: 13px
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
    .boss-testimonial .box-content .testimonial-item .testimonial-image img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }
    .boss-testimonial .box-content .testimonial-item .testimonial-message p {
        font-size: 13px;
    }
    .bt-footer-middle .desktop-logo a {
        justify-content: flex-start;
        font-size: 25px;
    }
    .bt-footer-middle .desktop-logo a span {
        width: 70px;
        height: 70px;
    }
    footer {
        font-size: 13px;
    }
    footer,
    footer h3,
    footer a {
        font-size: 14px;
    }
    select.form-control,
    textarea.form-control,
    input.form-control {
        font-size: 13px !important;
    }
    .bt-footer-bottom .link ul li a {
        font-size: 12px;
    }
    .breadcrumb {
        background: none;
        padding: 0 15px;
        margin: 0 0 12px;
    }
    #content>h1 {
        margin-bottom: 0;
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .bt-featured-pro .boss-category-pro .product-categories-box.prodheight {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 16px 20px;
    height: auto !important;
    margin-bottom:18px;
}
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 12%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 60px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 88%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 18px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 22px;
        font-weight: 500;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 100px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        align-items: center;
        grid-row-gap: 20px;
        font-size: 13px;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 12px;
    }
    .order-summary-div .btn-warning i {
        font-size: 12px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 40%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .register h1 {
        font-size: 14px;
        color: #303030;
        line-height: 30px;
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .login-new-container .content-login .left {
        margin-right: 0px;
    }
    .login-new-container .content-login .right {
        margin-left: 0px;
    }
    .box.account .box-heading {
        font-family: 'Quicksand', sans-serif;
        font-size: 12px;
    }
    .checkout h4.panel-title {
        font-size: 12px;
    }
    .checkout .new-cust-row {
        justify-content: center;
        display: flex;
        align-items: center;
    }
    .min-height-content {
        min-height: auto !important;
    }
    .cart-total table tr td {
        line-height: 35px;
        padding-right: 55px;
        font-size: 12px;
    }
    .buttons.btn-mr0 .btn.btn-blue {
        margin-right: 0px;
    }
    .mega-menu>ul.nav {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mega-menu>ul.nav>li .dropdown .menu-column {
        padding: 20px 14px 20px 14px;
    }
    .mega-menu>ul.nav>li .dropdown .menu-column ul.column.category li a,
    .mega-menu>ul.nav>li .dropdown .menu-column ul.column.information li a,
    .mega-menu>ul.nav>li .dropdown .menu-column .home-style a {
        font-size: 11px;
        font-weight: 400;
    }
    .mega-menu>ul.nav>li>a {
        font-family: 'Lato', sans-serif;
    font-size: 10px;
    white-space: nowrap;
    }
    .mega-menu>ul.nav>li>a {
        padding-left: 8px;
        padding-right: 8px;
    }
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra .image img {
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    #search .form-control {
        width: 100%;
        height: 40px !important;
        line-height: 36px !important;
        padding: 0 13px !important;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .price {
        font-size: 14px;
        margin-bottom: 0;
    }
    #search .btn {
        padding: 0 10px;
        height: 40px;
    }
    #search .btn .fa {
        vertical-align: top;
        line-height: 36px;
        font-size: 11px;
    }
    .name a {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
    }
    #boss-search {
        width: 100%;
        padding-top: 0;
        margin-bottom: 0;
    }
    .bt-featured-pro.bt-nprolarge-tabs h3 {
        font-size: 14px;
    }
    .bt-service .bt-service-content h2 {
        padding: 0;
        font-size: 12px;
    }
    .bt-service .bt-service-content p {
        margin-bottom: 20px;
        font-size: 12px;
    }
    .bt-service .bt-service-content .btn {
        padding: 6px 25px;
        font-size: 12px;
    }
    .bt-service .bt-service-content {
        padding: 15px 10px 15px;
    }
    .bt-service .bt-service-content .bt-service-icon {
        margin-bottom: 10px;
    }
    .bt-service-icon i {
        font-size: 25px;
    }
    .bannerslider-height .tp-banner {
        height: 270px !important;
    }
    .boss-blog-featured .box-heading h1,
    .bt-featured-pro .box-heading h1,
    .bt-product-category .box-heading h1,
    .bt-service .box-heading h1 {
        font-size: 16px;
    }
    .bt-service .box-heading h1 i {
        font-size: 18px;
        margin-right: 12px;
    }
    #column-left .box-heading h1,
    #column-right .box-heading h1,
    #boss-menu-category .box-heading h1 {
        font-size: 18px;
    }
    .header-cartbtn {
        width: 100% !important;
    }
    #cart>.btn {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        padding: 0 15px;
    }
    #boss-search .choose-select .input_cat {
        min-width: 113px;
        height: 40px;
        line-height: 36px;
    }
    #boss-search .choose-select .input_cat .sbToggle {
        background: url(../images/icon_selectsearch.png) no-repeat 0 0;
        height: 14px;
        position: absolute;
        right: 11px;
        top: 14px;
        width: 14px;
    }
    #boss-search .choose-select .input_cat .sbSelector {
        padding-left: 5px;
        padding-right: 5px;
        color: #000;
        font-size: 11px;
    }
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 17px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .desktop-logo a span {
        width: 55px;
        height: 55px;
        display: flex;
        background: transparent;
        /* display: inline-block; */
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 20px 0 15px 0px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    .read-agreement {
        font-size: 12px;
    }
    .checkout .panel .panel-body .form-control {
        width: 90%;
        font-size: 12px !important;
    }
    .checkout .panel .panel-body .left-content {
        margin-right: 12px;
    }
    .login-bg {
        padding: 15px;
    }
    label {
        font-size: 12px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
        padding-right: 0;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .login-bg {
        background: #dee9eb;
        padding: 15px;
        color: #111;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 115px;
    }
    .bt-home-page .boss_header {
        margin-bottom: 15px;
    }
    .boss-blog-featured .box-heading,
    .bt-featured-pro>.box-heading,
    .bt-product-category>.box-heading,
    .bt-service .box-heading {
        margin-bottom: 20px;
        position: relative;
    }
    footer .bt-footer-middle {
        padding: 35px 0;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 20px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 15%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 100px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 85%;
        padding-left: 15px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 14px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 11px !important;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 11px !important;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
    }
    .we-accept img {
        width: 30px;
        margin-right: 2px;
        height: 30px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 10%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, auto);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 75%;
    }
    .cart-info .table thead td,
    .checkout .table thead td,
    .wishlist-info .table thead td,
    .b_bulk_order_ajax .table thead td {
        font-size: 12px;
    }
    .cart-info .table tr td,
    .checkout .table tr td,
    .wishlist-info .table tr td {
        text-align: center;
        padding: 10px;
        font-size: 11px !important;
    }
    .cart-info .table tbody tr td.quantity input,
    .b_bulk_order_ajax .table tr td .input-group.btn-block input {
        height: 25px !important;
        padding: 5px !important;
        line-height: 15px !important;
        text-align: center;
        width: auto;
        min-width: 25px;
        margin: 0 3px;
    }
    .table tr td img {
        height: 75px;
        object-fit: contain;
        width: 100%;
    }
    .checkout h3 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    #content h3 {
        font-size: 12px;
    }
    #content>h1.block-title {
        font-size: 14px;
    }
    .btn,
    .compare-info .btn-cart,
    .compare-info .btn-wishlist {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }
    .box.account .box-content ul li a {
        font-size: 12px;
    }
    td .btn-cart i {
        font-size: 12px;
    }
    .price {
        font-family: 'Lato', sans-serif;
        font-size: 11px;
    }
    .cart-info .table tbody tr td.remove .btn-update {
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    #content p {
        padding-top: 6px;
        font-size: 12px;
    }
    #top,
    #top a,
    .currency .btn,
    .language .btn {
        color: #000000;
        font-size: 10px;
    }
    #top .pull-left .fa {
        margin-right: 3px;
        font-size: 10px;
    }
    #top .pull-right .fa {
        font-size: 10px;
        vertical-align: 0;
        margin-left: 0.5em;
    }
    .currency .btn strong {
        margin-right: 3px;
        font-size: 10px;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 55px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 20px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 10px !important;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 14px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 11px !important;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 15px 20px;
        text-align: left;
        color: #59606c;
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 20px;
        position: relative;
        overflow: hidden;
        font-size: 11px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 11px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 11px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        display: flex;
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 60%;
    }
    .product-example-div .example-content h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 40%;
        display: flex;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 11px !important;
        line-height: 18px;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 12px;
    }
    .product-example-div .examp-viewdiv img {
        width: 90px;
        height: 70px;
        object-fit: contain;
    }
    .prod-descrip-listdetail {
        padding: 0 20px;
        color: #59606c;
        font-size: 11px !important;
        line-height: 18px;
    }
    .prod-descrip-listdetail p {
        font-size: 11px !important;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 12px;
    }
    hr {
        margin-top: 5px;
        margin-bottom: 5px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
        font-size: 10px;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 13px;
        margin-right: 20px;
    }
    .new-iconarrow .nav_title a {
        font-size: 13px
    }
    .bt-language img {
        width: 12px;
        height: 12px;
        object-fit: contain;
    }
    .boss-testimonial .box-content .testimonial-item .testimonial-image img {
        width: 90px;
        height: 90px;
        object-fit: cover;
    }
    .boss-testimonial .box-content .testimonial-item .testimonial-message p {
        font-size: 13px;
    }
    .bt-footer-middle .desktop-logo a {
        justify-content: flex-start;
        font-size: 20px;
    }
    .bt-footer-middle .desktop-logo a span {
        width: 55px;
        height: 55px;
    }
    footer {
        font-size: 13px;
    }
    footer,
    footer h3,
    footer a {
        font-size: 12px;
    }
    select.form-control,
    textarea.form-control,
    input.form-control {
        font-size: 10px !important;
        height: 35px !important;
        padding: 0 10px !important;
        line-height: 35px !important;
    }
    .bt-footer-middle .footer-newsletter .boss-newsletter .btn-new {
        position: absolute;
        text-transform: uppercase;
        padding: 0px 16px;
        right: 0px;
        top: 0;
        height: 35px;
        border: none;
    }
    .bt-footer-middle .footer-newsletter .boss-newsletter .btn-new .fa {
        font-size: 12px;
        line-height: 35px;
        vertical-align: top;
    }
    .bt-footer-bottom .link ul li a {
        font-size: 10px;
    }
    .breadcrumb {
        background: none;
        padding: 0 15px;
        margin: 0 0 12px;
    }
    #content>h1 {
        margin-bottom: 0;
        font-size: 14px;
    }
    #cart .dropdown-menu .cart_bottom table td.text-right {
        font-size: 12px;
        line-height: 15px;
    }
    #cart .dropdown-menu .cart_bottom table {
        font-size: 12px;
    }
    #cart .dropdown-menu .table td.name span.price {
        font-size: 12px;
    }
    .breadcrumb a {
        font-family: 'Lato', sans-serif;
        font-size: 10px;
    }
    .breadcrumb .fa {
        font-size: 15px;
    }
}

@media screen and (min-width: 577px) and (max-width: 767px) {
    .blog-list-row .article-name h2 {
        margin-bottom: 0;
    }
    .article-layout .time-stamp {
        margin: 5px 0 0px !important;
        font-size: 11px;
    }
    .article-name a {
        color: #f7941d;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }
    .content-p h2 {
        font-size: 12px;
    }
    .article-grid .article-image img {
        width: 100%;
        height: 127px !important;
        object-fit: cover !important;
        background: white;
    }
    .content-p ul {
        padding-left: 25px;
        margin-bottom: 8px;
    }
    .content-p ul li {
        list-style: disc;
        font-size: 11px;
        line-height: 18px;
    }
    h4.panel-title {
        font-size: 12px;
    }
    .cart-total+.buttons {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .cart-total+.buttons .btn.btn-gray,
    .cart-total+.buttons .btn.btn-blue,
    #button-confirm {
        padding: 8px 10px;
        font-size: 11px;
        margin: 0;
    }
    .cart-total+.buttons .pull-left {
        float: none !important;
    }
    .cart-total+.buttons .pull-right {
        float: none !important;
        margin-top: 0;
        text-align: right;
    }
    .cart-info .table tbody tr td.quantity button .fa {
        font-size: 10px;
    }
    .cart-info .table tbody tr td.quantity .input-group {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .cart-total table tr td {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.product-price,
    .cart-info .table tbody tr td.total,
    .checkout .table tbody tr td.product-price,
    .checkout .table tbody tr td.total {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.name,
    .wishlist-info .table tbody tr td.name {
        min-width: 130px;
        float: none;
    }
    .cart-info .table td.image,
    .wishlist-info .table td.image {
        min-width: 80px;
        margin-bottom: 0;
        padding-bottom: 17px;
    }
    .cart-info {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .breadcrumb a {
        font-size: 10px;
    }
    .breadcrumb .fa {
        font-size: 14px;
    }
    .breadcrumb {
        background: none;
        padding: 0 8px;
        margin: 10px 0;
    }
    .bt-product-category {
        margin-bottom: 20px;
    }
    .product-example-div .examp-viewdiv .view img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info.prod-info-wishlist {
        width: 100%;
        text-align: right;
        padding: 5px 0;
        font-size: 12px;
    }
    .bt-footer-bottom .link ul li a {
        font-size: 9px;
    }
    footer,
    footer h3,
    footer a {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .bt-contact-me .btn {
        padding: 8px 40px;
        font-size: 13px;
    }
    .bt-footer-middle .footer-newsletter input.form-control {
        font-size: 11px;
    }
    .bt-contact-me input.form-control {
        height: 35px;
        padding: 0 17px;
        line-height: 40px;
        font-size: 11px;
    }
    .bt-contact-me textarea.form-control {
        font-size: 11px;
    }
    .prod-descrip-listdetail h2 {
        font-size: 12px;
    }
    footer .bt-footer-middle {
        padding: 20px 0;
    }
    .prod-descrip-listdetail p,
    .prod-descrip-listdetail ul li {
          font-size: 10px !important;
    padding-top: 0!important;
    overflow: hidden;
    }
    .bt-service .bt-service-content p {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .bt-service {
        margin-bottom: 22px;
    }
    .bt-service-icon i {
        font-size: 35px;
    }
    .bt-service .bt-service-content .bt-service-icon {
        margin-bottom: 12px;
    }
    select.form-control,
    textarea.form-control,
    input[type="text"].form-control,
    input[type="password"].form-control,
    input[type="datetime"].form-control,
    input[type="datetime-local"].form-control,
    input[type="date"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control,
    input[type="week"].form-control,
    input[type="number"].form-control,
    input[type="email"].form-control,
    input[type="url"].form-control,
    input[type="search"].form-control,
    input[type="tel"].form-control,
    input[type="color"].form-control {
        font-size: 12px;
    }
    .bt-service .bt-service-content .bt-service-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .bt-service .bt-service-content h2 {
        font-size: 13px;
    }
    .bt-service .box-heading h1 i {
        font-size: 18px;
        margin-right: 4px;
    }
    .bt-featured-pro .boss-category-pro .product-categories-box.prodheight {
        height: auto!important;
        display: flex;
        padding: 10px 12px !important;
        flex-direction: column;
        justify-content: center;
    }
    .bt-featured-pro .boss-category-pro+.boss-category-pro {
        /* margin-top: 0px; */
        margin-top: 20px;
    }
    .bt-featured-pro.bt-nprolarge-tabs h3 {
        margin-bottom: 6px;
        position: relative;
        padding-bottom: 3px;
        font-size: 12px;
    }
    .boss-blog-featured .box-heading h1,
    .bt-featured-pro .box-heading h1,
    .bt-product-category .box-heading h1,
    .bt-service .box-heading h1 {
        font-size: 14px;
    }
    .contactus-cont .panel-body {
        font-size: 12px;
    }
    #content.col-sm-12,
    .boss-blog-featured,
    .bt-product-category {
        padding: 0 10px;
    }
    #content p {
        font-size: 11px;
    }
    .drug_contect_padding {
        padding-top: 10px;
        font-size: 12px;
    }
    .login-bg h3 {
        font-size: 13px;
    }
    .content-p p {
        font-size: 11px;
    }
    .read-agreement {
        font-size: 11px;
    }
    .register h1 {
        font-size: 15px;
        color: #303030;
        line-height: 25px;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .cart-info .table thead td,
    .checkout .table thead td,
    .wishlist-info .table thead td,
    .b_bulk_order_ajax .table thead td {
        font-size: 11px;
    }
    .btn,
    .compare-info .btn-cart,
    .compare-info .btn-wishlist {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }
    .checkout .table tfoot tr td {
        font-size: 12px;
    }
    .register {
        margin-bottom: 20px;
    }
    .checkout .panel .panel-body .form-control {
        width: 100%;
    }
    label {
        font-size: 12px;
        font-weight: normal;
    }
    .checkout .panel .panel-body {
        font-size: 12px;
    }
    .boss-blog-featured .box-heading,
    .bt-featured-pro>.box-heading,
    .bt-product-category>.box-heading,
    .bt-service .box-heading {
        margin-bottom: 20px;
    }
    .bt-featured-pro {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-bottom img {
        height: 145px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    #cart .dropdown-menu .cart_bottom .buttons .btn {
        font-size: 9px;
    }
    #cart .dropdown-menu .cart_bottom .buttons {
        background-color: #118acb;
        padding: 16px 8px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart .dropdown-menu .cart_bottom table td.text-right {
        font-size: 15px;
    }
    #cart .dropdown-menu .table td.name span.price {
        font-size: 15px;
    }
    table.minicart_total {
        font-size: 13px;
    }
    .name a {
        font-size: 13px;
    }
    #cart .dropdown-menu {
        min-width: 270px;
        right: -54px;
    }
    .marque-row marquee {
        font-size: 10px;
    }
    .desktop-logo img {
        width: 40px !important;
    }
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 15%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 50px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 85%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 10px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding-top: 0;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    .thank-you-section {
        padding: 0 8px;
    }
    .thank-content-p p {
        font-size: 12px;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 65px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 60px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        align-items: center;
        grid-row-gap: 20px;
        font-size: 13px;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 12px;
    }
    .order-summary-div .btn-warning i {
        font-size: 12px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 40%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 29px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .desktop-logo a span {
        width: 70px;
        height: 70px;
        background: transparent;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
        right: 0 !important;
        top: 0 !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .checkout h3 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .checkout .panel .panel-body .control-label {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .login-bg {
        background: #dee9eb;
        padding: 15px 20px;
        color: #111;
        font-size: 11px;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100%;
        height: 45px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
        padding-bottom: 0;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 11px;
        flex-wrap: wrap;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 30%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 65px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 70%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 13px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 9px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 11px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }
    .we-accept img {
        width: 25px;
        margin-right: 2px;
        height: 25px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 12px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 14px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 10px 8px;
        text-align: left;
        color: #59606c;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 8px;
        position: relative;
        overflow: hidden;
        font-size: 10px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        /* display: flex; */
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 100%;
    }
    .product-example-div .example-content h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 15px;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 10px;
        line-height: 18px;
        padding-top: 3px !important;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 3px;
    }
    .prod-descrip-listdetail {
        padding: 0 10px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 11px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 18px;
        margin-right: 20px;
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
}

@media screen and (min-width: 380px) and (max-width: 576px) {
    .blog-list-row .article-name h2 {
        margin-bottom: 0;
    }
    .article-layout .time-stamp {
        margin: 5px 0 0px !important;
        font-size: 11px;
    }
    .article-name a {
        color: #f7941d;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }
    .content-p h2 {
        font-size: 12px;
    }
    .article-grid .article-image img {
        width: 100%;
        height: 127px !important;
        object-fit: cover !important;
        background: white;
    }
    .content-p ul {
        padding-left: 25px;
        margin-bottom: 8px;
    }
    .content-p ul li {
        list-style: disc;
        font-size: 11px;
        line-height: 18px;
    }
    h4.panel-title {
        font-size: 12px;
    }
    .cart-total+.buttons {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .cart-total+.buttons .btn.btn-gray,
    .cart-total+.buttons .btn.btn-blue,
    #button-confirm {
        padding: 8px 10px;
        font-size: 11px;
        margin: 0;
    }
    .cart-total+.buttons .pull-left {
        float: none !important;
    }
    .cart-total+.buttons .pull-right {
        float: none !important;
        margin-top: 0;
        text-align: right;
    }
    .cart-info .table tbody tr td.quantity button .fa {
        font-size: 10px;
    }
    .cart-info .table tbody tr td.quantity .input-group {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .cart-total table tr td {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.product-price,
    .cart-info .table tbody tr td.total,
    .checkout .table tbody tr td.product-price,
    .checkout .table tbody tr td.total {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.name,
    .wishlist-info .table tbody tr td.name {
        min-width: 130px;
        float: none;
    }
    .cart-info .table td.image,
    .wishlist-info .table td.image {
        min-width: 80px;
        margin-bottom: 0;
        padding-bottom: 17px;
    }
    .cart-info {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .breadcrumb a {
        font-size: 10px;
    }
    .breadcrumb .fa {
        font-size: 14px;
    }
    .breadcrumb {
        background: none;
        padding: 0 8px;
        margin: 10px 0;
    }
    .bt-product-category {
        margin-bottom: 20px;
    }
    .product-example-div .examp-viewdiv .view img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info.prod-info-wishlist {
        width: 100%;
        text-align: right;
        padding: 5px 0;
        font-size: 12px;
    }
    .bt-footer-bottom .link ul li a {
        font-size: 9px;
    }
    footer,
    footer h3,
    footer a {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .bt-contact-me .btn {
        padding: 8px 40px;
        font-size: 13px;
    }
    .bt-footer-middle .footer-newsletter input.form-control {
        font-size: 11px;
    }
    .bt-contact-me input.form-control {
        height: 35px;
        padding: 0 17px;
        line-height: 40px;
        font-size: 11px;
    }
    .bt-contact-me textarea.form-control {
        font-size: 11px;
    }
    .prod-descrip-listdetail h2 {
        font-size: 12px;
    }
    footer .bt-footer-middle {
        padding: 20px 0;
    }
    .prod-descrip-listdetail p,
    .prod-descrip-listdetail ul li {
          font-size: 10px !important;
    padding-top: 0!important;
    overflow: hidden;
    }
    .bt-service .bt-service-content p {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .bt-service {
        margin-bottom: 22px;
    }
    .bt-service-icon i {
        font-size: 35px;
    }
    .bt-service .bt-service-content .bt-service-icon {
        margin-bottom: 12px;
    }
    select.form-control,
    textarea.form-control,
    input[type="text"].form-control,
    input[type="password"].form-control,
    input[type="datetime"].form-control,
    input[type="datetime-local"].form-control,
    input[type="date"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control,
    input[type="week"].form-control,
    input[type="number"].form-control,
    input[type="email"].form-control,
    input[type="url"].form-control,
    input[type="search"].form-control,
    input[type="tel"].form-control,
    input[type="color"].form-control {
        font-size: 12px;
    }
    .bt-service .bt-service-content .bt-service-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .bt-service .bt-service-content h2 {
        font-size: 13px;
    }
    .bt-service .box-heading h1 i {
        font-size: 18px;
        margin-right: 4px;
    }
    .bt-featured-pro .boss-category-pro .product-categories-box.prodheight {
        height: auto!important;
        display: flex;
        padding: 10px 12px !important;
        flex-direction: column;
        justify-content: center;
    }
    .bt-featured-pro .boss-category-pro+.boss-category-pro {
        /* margin-top: 0px; */
        margin-top: 20px;
    }
    .bt-featured-pro.bt-nprolarge-tabs h3 {
        margin-bottom: 6px;
        position: relative;
        padding-bottom: 3px;
        font-size: 12px;
    }
    .boss-blog-featured .box-heading h1,
    .bt-featured-pro .box-heading h1,
    .bt-product-category .box-heading h1,
    .bt-service .box-heading h1 {
        font-size: 14px;
    }
    .contactus-cont .panel-body {
        font-size: 12px;
    }
    #content.col-sm-12,
    .boss-blog-featured,
    .bt-product-category {
        padding: 0 10px;
    }
    #content p {
        font-size: 11px;
    }
    .drug_contect_padding {
        padding-top: 10px;
        font-size: 12px;
    }
    .login-bg h3 {
        font-size: 13px;
    }
    .content-p p {
        font-size: 11px;
    }
    .read-agreement {
        font-size: 11px;
    }
    .register h1 {
        font-size: 15px;
        color: #303030;
        line-height: 25px;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .cart-info .table thead td,
    .checkout .table thead td,
    .wishlist-info .table thead td,
    .b_bulk_order_ajax .table thead td {
        font-size: 11px;
    }
    .btn,
    .compare-info .btn-cart,
    .compare-info .btn-wishlist {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }
    .checkout .table tfoot tr td {
        font-size: 12px;
    }
    .register {
        margin-bottom: 20px;
    }
    .checkout .panel .panel-body .form-control {
        width: 100%;
    }
    label {
        font-size: 12px;
        font-weight: normal;
    }
    .checkout .panel .panel-body {
        font-size: 12px;
    }
    .boss-blog-featured .box-heading,
    .bt-featured-pro>.box-heading,
    .bt-product-category>.box-heading,
    .bt-service .box-heading {
        margin-bottom: 20px;
    }
    .bt-featured-pro {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-bottom img {
        height: 145px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    #cart .dropdown-menu .cart_bottom .buttons .btn {
        font-size: 9px;
    }
    #cart .dropdown-menu .cart_bottom .buttons {
        background-color: #118acb;
        padding: 16px 8px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart .dropdown-menu .cart_bottom table td.text-right {
        font-size: 15px;
    }
    #cart .dropdown-menu .table td.name span.price {
        font-size: 15px;
    }
    table.minicart_total {
        font-size: 13px;
    }
    .name a {
        font-size: 13px;
    }
    #cart .dropdown-menu {
        min-width: 270px;
        right: -54px;
    }
    .marque-row marquee {
        font-size: 10px;
    }
    .desktop-logo img {
        width: 40px !important;
    }
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 15%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 50px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 85%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 10px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding-top: 0;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    .thank-you-section {
        padding: 0 8px;
    }
    .thank-content-p p {
        font-size: 12px;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 65px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 60px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        align-items: center;
        grid-row-gap: 20px;
        font-size: 13px;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 12px;
    }
    .order-summary-div .btn-warning i {
        font-size: 12px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 40%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 29px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .desktop-logo a span {
        width: 70px;
        height: 70px;
        background: transparent;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
        right: 0 !important;
        top: 0 !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .checkout h3 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .checkout .panel .panel-body .control-label {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .login-bg {
        background: #dee9eb;
        padding: 15px 20px;
        color: #111;
        font-size: 11px;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100%;
        height: 45px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
        padding-bottom: 0;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 11px;
        flex-wrap: wrap;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 30%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 65px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 70%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 13px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 9px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 11px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }
    .we-accept img {
        width: 25px;
        margin-right: 2px;
        height: 25px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 12px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 14px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 10px 8px;
        text-align: left;
        color: #59606c;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 8px;
        position: relative;
        overflow: hidden;
        font-size: 10px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        /* display: flex; */
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 100%;
    }
    .product-example-div .example-content h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 15px;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 10px;
        line-height: 18px;
        padding-top: 3px !important;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 3px;
    }
    .prod-descrip-listdetail {
        padding: 0 10px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 11px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 18px;
        margin-right: 20px;
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
}

@media screen and (min-width: 240px) and (max-width: 379px) {
    .blog-list-row .article-name h2 {
        margin-bottom: 0;
    }
    .article-layout .time-stamp {
        margin: 5px 0 0px !important;
        font-size: 11px;
    }
    .article-name a {
        color: #f7941d;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        text-transform: uppercase;
    }
    .content-p h2 {
        font-size: 12px;
    }
    .article-grid .article-image img {
        width: 100%;
        height: 127px !important;
        object-fit: cover !important;
        background: white;
    }
    .content-p ul {
        padding-left: 25px;
        margin-bottom: 8px;
    }
    .content-p ul li {
        list-style: disc;
        font-size: 11px;
        line-height: 18px;
    }
    h4.panel-title {
        font-size: 12px;
    }
    .cart-total+.buttons {
        display: flex;
        align-items: center;
        padding: 0 10px;
    }
    .cart-total+.buttons .btn.btn-gray,
    .cart-total+.buttons .btn.btn-blue,
    #button-confirm {
        padding: 8px 10px;
        font-size: 11px;
        margin: 0;
    }
    .cart-total+.buttons .pull-left {
        float: none !important;
    }
    .cart-total+.buttons .pull-right {
        float: none !important;
        margin-top: 0;
        text-align: right;
    }
    .cart-info .table tbody tr td.quantity button .fa {
        font-size: 10px;
    }
    .cart-info .table tbody tr td.quantity .input-group {
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .cart-total table tr td {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.product-price,
    .cart-info .table tbody tr td.total,
    .checkout .table tbody tr td.product-price,
    .checkout .table tbody tr td.total {
        font-size: 13px;
    }
    .cart-info .table tbody tr td.name,
    .wishlist-info .table tbody tr td.name {
        min-width: 130px;
        float: none;
    }
    .cart-info .table td.image,
    .wishlist-info .table td.image {
        min-width: 80px;
        margin-bottom: 0;
        padding-bottom: 17px;
    }
    .cart-info {
        margin-bottom: 12px;
        margin-top: 12px;
    }
    .breadcrumb a {
        font-size: 10px;
    }
    .breadcrumb .fa {
        font-size: 14px;
    }
    .breadcrumb {
        background: none;
        padding: 0 8px;
        margin: 10px 0;
    }
    .bt-product-category {
        margin-bottom: 20px;
    }
    .product-example-div .examp-viewdiv .view img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info.prod-info-wishlist {
        width: 100%;
        text-align: right;
        padding: 5px 0;
        font-size: 12px;
    }
    .bt-footer-bottom .link ul li a {
        font-size: 9px;
    }
    footer,
    footer h3,
    footer a {
        font-size: 12px;
        padding-bottom: 0px;
    }
    .bt-contact-me .btn {
        padding: 8px 40px;
        font-size: 13px;
    }
    .bt-footer-middle .footer-newsletter input.form-control {
        font-size: 11px;
    }
    .bt-contact-me input.form-control {
        height: 35px;
        padding: 0 17px;
        line-height: 40px;
        font-size: 11px;
    }
    .bt-contact-me textarea.form-control {
        font-size: 11px;
    }
    .prod-descrip-listdetail h2 {
        font-size: 12px;
    }
    footer .bt-footer-middle {
        padding: 20px 0;
    }
    .prod-descrip-listdetail p,
    .prod-descrip-listdetail ul li {
           font-size: 10px !important;
    padding-top: 0!important;
    overflow: hidden;
    }
    .bt-service .bt-service-content p {
        font-size: 11px;
        margin-bottom: 4px;
    }
    .bt-service {
        margin-bottom: 22px;
    }
    .bt-service-icon i {
        font-size: 35px;
    }
    .bt-service .bt-service-content .bt-service-icon {
        margin-bottom: 12px;
    }
    select.form-control,
    textarea.form-control,
    input[type="text"].form-control,
    input[type="password"].form-control,
    input[type="datetime"].form-control,
    input[type="datetime-local"].form-control,
    input[type="date"].form-control,
    input[type="month"].form-control,
    input[type="time"].form-control,
    input[type="week"].form-control,
    input[type="number"].form-control,
    input[type="email"].form-control,
    input[type="url"].form-control,
    input[type="search"].form-control,
    input[type="tel"].form-control,
    input[type="color"].form-control {
        font-size: 12px;
    }
    .bt-service .bt-service-content .bt-service-icon img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }
    .bt-service .bt-service-content h2 {
        font-size: 13px;
    }
    .bt-service .box-heading h1 i {
        font-size: 18px;
        margin-right: 4px;
    }
    .bt-featured-pro .boss-category-pro .product-categories-box.prodheight {
        height: auto!important;
        display: flex;
        padding: 10px 12px !important;
        flex-direction: column;
        justify-content: center;
    }
    .bt-featured-pro .boss-category-pro+.boss-category-pro {
        /* margin-top: 0px; */
        margin-top: 20px;
    }
    .bt-featured-pro.bt-nprolarge-tabs h3 {
        margin-bottom: 6px;
        position: relative;
        padding-bottom: 3px;
        font-size: 12px;
    }
    .boss-blog-featured .box-heading h1,
    .bt-featured-pro .box-heading h1,
    .bt-product-category .box-heading h1,
    .bt-service .box-heading h1 {
        font-size: 14px;
    }
    .contactus-cont .panel-body {
        font-size: 12px;
    }
    #content.col-sm-12,
    .boss-blog-featured,
    .bt-product-category {
        padding: 0 10px;
    }
    #content p {
        font-size: 11px;
    }
    .drug_contect_padding {
        padding-top: 10px;
        font-size: 12px;
    }
    .login-bg h3 {
        font-size: 13px;
    }
    .content-p p {
        font-size: 11px;
    }
    .read-agreement {
        font-size: 11px;
    }
    .register h1 {
        font-size: 15px;
        color: #303030;
        line-height: 25px;
        margin-bottom: 0;
        padding: 10px 0;
    }
    .cart-info .table thead td,
    .checkout .table thead td,
    .wishlist-info .table thead td,
    .b_bulk_order_ajax .table thead td {
        font-size: 11px;
    }
    .btn,
    .compare-info .btn-cart,
    .compare-info .btn-wishlist {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
    }
    .checkout .table tfoot tr td {
        font-size: 12px;
    }
    .register {
        margin-bottom: 20px;
    }
    .checkout .panel .panel-body .form-control {
        width: 100%;
    }
    label {
        font-size: 12px;
        font-weight: normal;
    }
    .checkout .panel .panel-body {
        font-size: 12px;
    }
    .boss-blog-featured .box-heading,
    .bt-featured-pro>.box-heading,
    .bt-product-category>.box-heading,
    .bt-service .box-heading {
        margin-bottom: 20px;
    }
    .bt-featured-pro {
        display: flex;
        flex-wrap: wrap;
    }
    .banner-bottom img {
        height: 145px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 20px;
    }
    #cart .dropdown-menu .cart_bottom .buttons .btn {
        font-size: 9px;
    }
    #cart .dropdown-menu .cart_bottom .buttons {
        background-color: #118acb;
        padding: 16px 8px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart .dropdown-menu .cart_bottom table td.text-right {
        font-size: 15px;
    }
    #cart .dropdown-menu .table td.name span.price {
        font-size: 15px;
    }
    table.minicart_total {
        font-size: 13px;
    }
    .name a {
        font-size: 13px;
    }
    #cart .dropdown-menu {
        min-width: 270px;
        right: -54px;
    }
    .marque-row marquee {
        font-size: 10px;
    }
    .desktop-logo img {
        width: 40px !important;
    }
    /* blog-comment  */
    .comment-list-div li.item {
        display: flex;
        /* align-items: center; */
        max-width: 100%;
    }
    .comment-list-div li.item .user-comment-img {
        width: 15%;
        text-align: center;
        margin-right: 10px;
    }
    .comment-list-div li.item .user-comment-img img {
        border: 4px solid #e9e6e0;
        border-radius: 100%;
        height: 50px;
        object-fit: contain;
    }
    .comment-list-div li.item .user-comment-content {
        width: 85%;
        background-color: #f6f6f6;
        border: 1px solid #f6f6f6;
        border-radius: 0px;
        padding: 10px;
        box-shadow: 0 0px 6px gainsboro;
    }
    /* blog-comment-end */
    /* thank you css  */
    .thankyou-title h1 {
        font-size: 40px;
        margin-bottom: 8px;
    }
    .thankyou-title h3 {
        text-transform: none;
        font-size: 14px;
        font-weight: 500;
        padding-top: 0;
    }
    .thank-you-section .thankyou-row {
        justify-content: center;
    }
    .thank-you-section {
        padding: 0 8px;
    }
    .thank-content-p p {
        font-size: 12px;
    }
    /* thank you css end  */
    #cart .dropdown-menu .table td .image img {
        height: 65px;
        width: 100%;
        object-fit: contain;
    }
    .bt-featured-pro.bt-nprolarge-tabs .bt-product-content .bt-items .image img {
        height: 60px;
        width: 100%;
        object-fit: contain;
        margin-bottom: 12px;
    }
    .min-height-content {
        min-height: auto !important;
    }
    /* order-summary  */
    .order-summary-div .card {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.10rem
    }
    .order-summary-div .card-header:first-child {
        border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
    }
    .order-summary-div .card-header {
        padding: 12px 15px;
        margin-bottom: 0;
        background-color: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .order-summary-div .card-body {
        padding: 12px 15px;
    }
    .order-summary-div .track {
        position: relative;
        background-color: #ddd;
        height: 7px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px;
        margin-top: 50px
    }
    .order-summary-div .card-grid-div {
        display: grid;
        grid-template-columns: repeat(2, auto);
        grid-column-gap: 15px;
        align-items: center;
        grid-row-gap: 20px;
        font-size: 13px;
    }
    .order-summary-div .track .step {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 25%;
        margin-top: -18px;
        text-align: center;
        position: relative
    }
    .order-summary-div .track .step.active:before {
        background: #119dcb
    }
    .order-summary-div .track .step::before {
        height: 7px;
        position: absolute;
        content: "";
        width: 100%;
        left: 0;
        top: 18px
    }
    .order-summary-div .track .step.active .icon {
        background: #118acb;
        color: #fff
    }
    .order-summary-div .track .icon {
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: relative;
        border-radius: 100%;
        background: #ddd
    }
    .order-summary-div .track .step.active .text {
        font-weight: 400;
        color: #000
    }
    .order-summary-div .track .text {
        display: block;
        margin-top: 7px;
        font-size: 12px;
    }
    .order-summary-div .itemside {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }
    .order-summary-div .itemside .aside {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .order-summary-div .img-sm {
        width: 80px;
        height: 80px;
        padding: 7px
    }
    .order-summary-div ul.row,
    .order-summary-div ul.row-sm {
        list-style: none;
        padding: 0
    }
    .order-summary-div .itemside .info {
        padding-left: 15px;
        padding-right: 7px
    }
    .order-summary-div .itemside .title {
        display: block;
        margin-bottom: 5px;
        color: #212529
    }
    .order-summary-div .btn-warning {
        color: #ffffff;
        background-color: #118acb;
        border-color: #118acb;
        border-radius: 1px;
        font-size: 12px;
    }
    .order-summary-div .btn-warning i {
        font-size: 12px;
    }
    .order-summary-div .btn-warning:hover {
        color: #ffffff;
        background-color: #119dcb;
        border-color: #119dcb;
        border-radius: 1px
    }
    .product-orderdiv {
        display: grid;
        grid-template-columns: repeat(4, auto);
        align-items: center;
        grid-column-gap: 15px;
        margin-bottom: 15px;
        padding: 10px 15px;
    }
    .product-orderdiv .order-prodimg img {
        height: 60px;
        width: 100%;
        object-fit: contain;
    }
    .product-orderdiv .order-prod-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .product-orderdiv .order-prod-quantity input {
        border: 1px solid #bebebe;
        width: 40%;
        margin: 10px auto 0 auto;
        padding: 3px 10px;
        border-radius: 15px;
        text-align: center;
        font-size: 12px;
    }
    /* order-summary end  */
    .product-thumb:hover .btn-quickshop {
        visibility: hidden !important;
    }
    .desktop-logo a {
        font-size: 29px;
        display: inline;
        color: #118acb;
        letter-spacing: 1px;
        line-height: 55px;
        font-family: 'Roboto Condensed', sans-serif;
    }
    .desktop-logo a span {
        width: 70px;
        height: 70px;
        background: transparent;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        border: 5px dotted #118acb;
    }
    header {
        border-bottom: 1px solid #e4e4e4;
        padding: 8px 0 15px 10px;
        background-color: #f8f8f8;
        border-top: 1px solid #e4e4e4;
        font-size: 15px;
        line-height: 17px;
    }
    #boss-search .choose-select {
        float: unset;
        display: flex;
        background: white;
    }
    .d-flex {
        display: flex;
    }
    .align-items-center {
        align-items: center;
    }
    .cart-column .cart-icons {
        margin-left: 0px !important;
        float: unset !important;
        padding-bottom: 0px !important;
        right: 0 !important;
        top: 0 !important;
    }
    .bt-contact-me {
        margin-top: 25px;
    }
    .image-additional a img {
        height: 135px;
        object-fit: contain;
    }
    .boss-additional .image #wrap a,
    .boss-additional .image #wrap a img {
        display: inline-block;
        height: 400px;
        margin: auto;
        object-fit: contain;
    }
    .checkout h3 {
        margin-bottom: 5px;
        font-size: 12px;
    }
    .checkout .panel .panel-body .control-label {
        margin-bottom: 8px;
        font-size: 11px;
    }
    .login-bg {
        background: #dee9eb;
        padding: 15px 20px;
        color: #111;
        font-size: 11px;
    }
    .cart-total table {
        float: right;
        text-align: right;
        width: auto;
        max-width: 100%;
        padding: 25px;
        min-width: 100%;
        border: 1px solid #ffb5b5;
        background: #f9cfcf;
    }
    .cart-product-images a img {
        width: 100%;
        height: 45px;
        object-fit: contain;
    }
    /* .desktop-logo {
            width: 250px;
            float: left;
        } */
    .bt-featured-pro.bt-nprolarge-tabs.heightcard .bt-product-content .bt-item-extra {
        height: 200px;
        padding-bottom: 0;
    }
    /* product description  */
    .product-description-div .product-descrip-title {
        margin-bottom: 18px;
    }
    .product-description-div .product-descrip-content .product-categories-box {
        padding: 20px 0;
    }
    .product-descrip-content .product-categories-box .product-item {
        display: flex;
        padding: 0 11px;
        flex-wrap: wrap;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image {
        width: 30%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-image img {
        width: 100px;
        height: 65px;
        object-fit: contain;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info {
        width: 70%;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .prod-title-subtile h5 {
        font-size: 13px;
        color: #231f20;
        font-weight: 600;
        margin: 0 0px 5px 0;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para {
        font-size: 9px;
        text-transform: uppercase;
        color: #98a2b1;
        padding: 0 !important;
        margin: 0 2px 0 0;
    }
    .color-green {
        color: green;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info p {
        color: #59606c;
        font-size: 11px;
        line-height: 1.6;
        font-weight: 300;
        margin-bottom: 10px;
        padding-top: 0 !important;
    }
    .we-accept img {
        width: 25px;
        margin-right: 2px;
        height: 25px;
        object-fit: contain;
    }
    .prod-otherlinks {
        font-size: 11px;
        text-transform: uppercase;
        padding-top: 5px;
    }
    .product-descrip-content .product-categories-box .product-item .prod-info .subtitle-para.mt-15 {
        margin-top: 15px;
    }
    .prod-item-bottomdiv {
        display: flex;
        align-items: center;
        padding-top: 13px;
        margin-bottom: 25px;
        border-top: 1px solid #dcddd9;
        margin-top: 15px;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
    }
    .prod-item-bottomdiv .zoom-image {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 15%;
    }
    .prod-item-bottomdiv .zoom-image img {
        width: 100%;
        height: 37px;
        object-fit: contain;
        cursor: pointer;
    }
    .prod-item-bottomdiv .zoom-image span {
        color: #a9b1bd;
        font-size: 12px;
        padding: 8px 0;
    }
    .prod-date {
        overflow: hidden;
        border-radius: 10px;
        border: 1px solid #dcddd9;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 15%;
        margin-right: 20px;
    }
    .prod-date p.date-month {
        padding: 6px;
        background-color: #0e9ddd;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }
    .prod-date p.date-value {
        font-size: 22px;
        padding: 5px;
        background-color: #fff;
        color: #231f20;
        text-transform: uppercase;
        margin-bottom: 0;
    }
    .prod-delivery {
        display: grid;
        align-items: center;
        grid-template-columns: repeat(5, 1fr);
        grid-column-gap: 10px;
    }
    .prod-delvry-list {
        width: 70%;
    }
    .prod-delivery img.delivery-brand-img {
        margin: 0 auto;
        width: 65px;
        height: auto;
        object-fit: contain;
    }
    .prod-delivery .delivery-country img {
        height: 25px;
        margin: 0 auto;
        width: 100%;
        object-fit: contain;
    }
    .prod-item-bottomdiv p {
        color: #231f20;
        font-size: 12px;
        text-align: center;
    }
    .delivery-value {
        /* color: #eb008e; */
        color: #119dcb;
        font-weight: 600;
    }
    .product-table-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
    }
    .product-table-title h5 {
        font-size: 14px;
        font-weight: 600;
        color: #231f20;
        margin: 0 0 10px 0px;
    }
    .product-table-title p {
        font-size: 12px;
        font-weight: 600;
        margin: 0 0 10px 0px;
    }
    .product-tablediv thead.table-light {
        background: #f3f3f3;
    }
    .product-tablediv .table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 0 !important;
        padding: 10px 8px;
        text-align: left;
        color: #59606c;
        font-size: 11px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .product-tablediv .table>tbody>tr>td {
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 0;
        padding: 8px 8px;
        position: relative;
        overflow: hidden;
        font-size: 10px;
        border-bottom: 1px solid #ddd;
    }
    .product-tablediv .table>tbody>tr>td .color-green {
        font-size: 12px;
    }
    .product-tablediv .table>tbody>tr>td .color-red {
        font-size: 12px;
        color: red;
    }
    .product-tablediv .table tbody tr td .btn-cart {
        border: 1px solid #ffffff;
        padding: 8px 11px;
        background: #dc2900;
        color: white;
        border-radius: 8px;
    }
    .product-example-div {
        /* display: flex; */
        padding: 0 20px;
    }
    .product-example-div .example-content {
        width: 100%;
    }
    .product-example-div .example-content h5 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .product-example-div .examp-viewdiv {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 15px;
    }
    .product-example-div p {
        color: #59606c;
        font-size: 10px;
        line-height: 18px;
        padding-top: 3px !important;
    }
    .product-example-div .examp-viewdiv p {
        text-align: center;
        color: #98a2b1;
        margin-bottom: 3px;
    }
    .prod-descrip-listdetail {
        padding: 0 10px;
        color: #59606c;
        font-size: 12px;
        line-height: 18px;
    }
    .prod-descrip-listdetail h5 {
        margin: 0 0 0 0;
        font-weight: 700;
        font-size: 11px;
    }
    hr {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 0;
        border-top: 1px solid #d8d8d8;
    }
    .zoom-imgbig-div {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 400px;
        padding: 32px 23px;
        box-shadow: 0 3px 7px rgb(0 0 0 / 25%);
        border-radius: 15px;
        border: 4px solid #f2f2f2;
        background-color: #ffffff;
        z-index: 10;
        transition: opacity 0.3s, visibility 0.3s;
        max-height: 75vh;
        overflow: auto;
        display: none;
    }
    .zoom-imgbig-div .close-icon {
        position: absolute;
        top: 6px;
        right: 6px;
        font-weight: 700;
        font-size: 13px;
        background: #118acb;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        border-radius: 50%;
        cursor: pointer;
    }
    .zoom-imgbig-div img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }
    .prod-item-bottomdiv .zoom-image img:hover .zoom-imgbig-div {
        display: block;
    }
    .hide {
        display: none;
    }
    .show {
        display: block;
    }
    .bt-footer-bottom .link ul li a {
        color: white;
    }
    .bt-footer-bottom .powered p {
        margin-bottom: 0;
        color: white;
    }
    .new-iconarrow .nav_title {
        display: flex;
        align-items: center;
    }
    .new-iconarrow .nav_title i {
        color: #4cbded;
        font-size: 18px;
        margin-right: 20px;
    }
    .bt-language img {
        width: 16px;
        height: 11px;
        object-fit: contain;
    }
}


/* product list css  */

.breadcrumb-search-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.breadcrumb-search-div .search-bar-list {
    display: flex;
    align-items: center;
    border: 1px solid #118acb;
    height: 45px;
    width: 30%;
    border-radius: 8px;
    position: relative;
}

.breadcrumb-search-div .search-bar-list input {
    width: 85%;
    border: 0;
    outline: 0;
    padding: 0 15px;
}

.breadcrumb-search-div .search-bar-list .input-group-append {
    width: 15%;
    border-left: 1px solid #118acb;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: #118acb;
    color: white;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.product-list-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    justify-content: center;
}

.product-list-grid .product-thumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
}

.product-list-grid .product-thumb .image {
    height: 130px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-grid .product-thumb .image img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.product-list-grid .product-thumb .small_detail {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-list-grid .product-thumb .caption {
    padding: 0;
}


/* product list css end */


/* user profile css  */

.main-body.user-profile-div {
    padding: 15px;
}

.user-profile-div .card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.user-profile-div .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.user-profile-div .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1rem;
}

.user-profile-div .gutters-sm {
    margin-right: -8px;
    margin-left: -8px;
}

.user-profile-div .gutters-sm>.col,
.user-profile-div .gutters-sm>[class*=col-] {
    padding-right: 8px;
    padding-left: 8px;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem!important;
}

.m-0 {
    margin: 0 !important;
}

.user-profile-div .bg-gray-300 {
    background-color: #e2e8f0;
}

.h-100 {
    height: 100%!important;
}

.shadow-none {
    box-shadow: none!important;
}

.userprof-edit-form {
    display: none;
}


/* user profile css end  */

.flex-column {
    flex-direction: column !important;
}

.content-p {
    margin-bottom: 80px;
}

.content-new h5 {
    color: #007386;
    font-size: 23px;
    margin-bottom: 17px;
}

.content-new {
    margin: 15px 0px;
}

.shipping-address h6 {
    color: #007386;
    font-size: 20px;
}

.shipping-address-card {
    padding: 0px 30px;
}

.desc-list {
    list-style: circle;
    list-style-position: inside;
}

.desc-list li {
    padding-top: 15px;
}

.blog-list-row {
    margin-top: 20px;
}

.blog-list-row .article-title p {
    -webkit-line-clamp: 2;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.blog-list-row .article-name h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 96%;
    white-space: nowrap;
    color: #f7941d;
}

.blog-detail-div .article-title img {
    margin-bottom: 25px;
    width: 100%;
    height: 245px;
    object-fit: contain;
    background: white;
}

.blog-detail-relatedart .relt-article .caption .title p {
    -webkit-line-clamp: 2;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-box-orient: vertical;
}

.testimonial-left .testimonial-item .testimonial-image img {
    height: 75px;
}

.advertisment-div .product-thumb .image img {
    width: 80%;
    object-fit: contain;
    height: 200px;
    margin: 20px auto;
}

.advertisment-div .product-thumb .image {
    margin-bottom: 0;
}

.advertisment-div .box-heading h1 {
    color: #000000;
}

.blog-pagination nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.result-pagination.blog-pagination {
    margin-top: 0;
}

.result-pagination.blog-pagination nav {
    float: right;
}

.right-to-left .result-pagination.blog-pagination nav {
    float: left;
}

.result-pagination.blog-pagination nav .pagination li>a,
.result-pagination.blog-pagination nav .pagination li>span {
    width: 30px;
    height: 30px;
    font-size: 13px;
    line-height: 28px;
}

.result-pagination nav {
    overflow: hidden;
    text-align: right;
}

.result-pagination nav .pagination {
    margin: 0;
}

.result-pagination nav .pagination li {
    margin-bottom: 5px;
    display: inline-block;
}

.result-pagination nav .pagination li>a,
.result-pagination nav .pagination li>span {
    border: 1px solid #e8e8e8;
    color: #e8e8e8;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
    background: #fff;
    width: 40px;
    margin-left: 0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.result-pagination nav .pagination li>a:hover,
.result-pagination nav .pagination li.active>span {
    border: 1px solid #118acb;
    color: #118acb;
}

.article-related .relt-article .image img {
    height: 200px;
    margin: 0 auto;
    background: white;
    width: 100%;
    object-fit: contain;
}


/* new  */

.service-addimg .bt-service-content a {
    margin-bottom: 0 !important;
}

.service-addimg .bt-service-content a img {
    width: 100%;
    height: 55px;
    margin-bottom: 25px;
    object-fit: contain;
}

.service-addimg .bt-service-content {
    height: 365px;
}

.caption .name a {
    font-weight: bold!important;
    color: #0081ff;
}

.medicine-heading-list h1 {
    font-weight: bold !important;
    color: #0081ff !important;
}

.new-iconarrow .nav_title .title {
    font-weight: 600 !important;
}

.mega-menu.menuhover-white>ul.nav>li>a:hover,
.mega-menu.menuhover-white>ul.nav>li>a:focus {
    background: none;
    border-radius: 0;
    color: #000;
    background: linear-gradient( 175deg, white, #bed6ed);
}

.boss_header.header-bggreen {
    background-color: #02c101;
}

.color-red {
    color: red !important;
}

.color-golden {
    color: goldenrod !important;
}

.header-cartbtn.product-found button {
    background-color: black !important;
    border-color: black !important;
}

.desktop-logo a {
    font-weight: 700 !important;
}

.listhome ul li {
    list-style: disc;
    padding: 4px 0;
}

.listhome ul {
    padding-left: 20px;
}

.marque-row {
    background: #02c101;
    color: red;
    font-weight: 700;
    letter-spacing: 1px;
}

footer .bt-footer-bottom.bggreen-footer {
    background-color: #02c101;
}

.footer-quicklinks li {
    padding: 5px 0;
}

.bt-featured-pro .boss-category-pro .product-categories-box.prodheight {
    border: 1px solid #d7d7d7;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 16px 20px;
    height: 265px;
    margin-bottom:18px;
}

.desktop-logo a {
    color: #0081ff !important;
}

.color-new-red {
    color: red !important;
}

.mega-menu>ul.nav>li>a {
    font-weight: bold!important;
    letter-spacing: 0.5px!important;
}

.header_category .box-content .box-category.boss-menu-cate>li>.nav_title a {
    font-weight: bold !important;
    color: red !important;
}

.new-iconarrow .nav_title i {
    color: red !important;
}
.prod-descrip-listdetail h1{
        font-size: 12px;
}
.desktop-logo a{
        display: flex;
    align-items: center;
}