#column-left {
    float: left;
    width: 280px;
    margin-bottom: 20px;
}
#column-left .filters {
    border: 1px solid #F2F2F2;
    background: white;
}
.account-page #column-left {
    margin-top: 0;
}

#content.left-wrapper {
    margin-left: 300px;
    width: calc(100% - 300px);
    padding-left: 10px;
}

.categorie-list .product-listing {
    grid-template-columns: repeat(4,1fr);
}

.top-bar {
    margin: 0 0 30px 0;
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(0, 150, 136, 0.2);
    padding: 8px 15px;
    background: white;
    align-items: center;
}
.top-bar .title {
    font-size: 16px;
    margin: 0;
}
.top-bar .filter-wrapper {
    display: flex;
    gap: 15px;
}
#lc-toggle, #column-left .lc-close {
    display: none;
}

.top-bar .custom-select {
    display: inline-block;
    padding-left: 5px;
}

.top-bar .custom-select select {
    border: 0;
    background: #F3F4F6;
    padding: 6px 10px;
    border-radius: 3px;
}
.bottom-bar {
    padding-top: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #dce1e5;
    width: 100%;
}
/*endregion*/

/*region filter css*/
.noUi-horizontal {
    width: 80% !important;
    margin: auto;
    height: 7px;
}
.noUi-handle {
    border: 1px solid black;
    background: black;
    box-shadow: none;
    top: -8px;
}
.noUi-connect {
    background: var(--secondary);
}

.panel .filters .price-filter .label {
    padding-bottom: 12px;
}

.range-label.from {
    margin-top: 10px;
}

.filter-group .toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
}

.filter-group.show .items {
    display: block;
    padding: 18px;
}

.filter-group .items {
    display: none;
}

input#range-to {
    margin-right: 4px;
    border-color: #999999;
}

.panel .range-label input {
    float: left;
    width: 48%;
    outline: 0;
    padding: 3px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-color: #999999;
    border-radius: 3px;
}

.panel .filters .filter-group,
.panel .filters .price-filter {
    display: table;
    width: 100%;
}

.filter-group .toggler:before {
    content: "\e5cf";
    font-family: 'Material Symbols Outlined';
    font-size: 20px;
    height: 100%;
    width: 24px;
    position: absolute;
    right: 5px;
    top: -2px;
}

.filter-group.show .toggler:before {
    content: "\e5ce";
}

.panel .filters .filter-group label.filter {
    display: flex;
    gap: 15px;
    margin-bottom: 7px;
}
.panel .filters .filter-group label.filter span {
    margin-top: 2px;
}
.range-label.from, .range-label.to{
    margin: 20px;
}

.panel .filters .filter-group .label,
.panel .filters .price-filter .label {
    font-size: 16px;
    color: #000;
    position: relative;
    cursor: pointer;
    background: rgba(11, 40, 81, 0.05);
    padding: 10px 18px;
    border-bottom: 1px solid #dddddda8;
    font-weight: 500;
}
.panel .filters .price-filter .label {
    background: transparent;
    border: none;
    margin-bottom: 15px;
}

/*endregion*/

/*region product details page */
.product-overview-area-wrapper {
    background: linear-gradient(180deg, #EEEEEE 19.07%, rgba(255, 255, 255, 0) 100.86%), #FFFFFF;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
}
.product-details-area-wrapper {
    background: #fafafa85;
    padding-top: 30px;
    padding-bottom: 40px;
;
}
.product-overview-area {
    background: white;
}
.customer-review-overview {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 15px;
}

.customer-review-overview .review-icon {
    background: black;
    padding: 3px 5px;
    border-radius: 3px;
    display: flex;
    gap: 6px;
    align-items: center;
    color: white;
    height: 20px;
}

.customer-review-overview .review-icon span.fa {
    color: white;
    font-size: 13px;
}

.customer-review-overview .review-icon span.review-count {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.customer-review-overview .customer-review-number {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

.product-info-all .short-info li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.product-info-all .short-info li span {
    font-weight: 600;
    color: black;
    margin-left: 10px;
}
.product-details .content {
    float: left;
    width: calc(100% - 320px);
}
.product-details .content .row {
    display: flex;
    flex-wrap: wrap;
}
.product-details .column-right {
    width: 300px;
    float: right;
}

.images.product-images {
    text-align: center;
    height: 100%;
}
.images.product-images .product-img-holder {
    padding: 0 25px;
    padding-top: 20px;
}

.product-info-all {
    padding: 20px;
    font-size: 12px;
}

.product-title h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000;
    margin: 0;
}
.product-details .basic .review .count{
   float: left;
    margin-right: 15px;
}
.product-overview-area .product-info-short .payment .actions .quantity {
    height: 52px;
    display: inline-block;
    border: 1px solid #000;
    margin-top: 7px !important;
}
.thumbnails {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}

.thumbnails li {
    margin: 0 5px;
}

.thumbnails li img {
    border: 1px solid #ddd;
    padding: 7px;
}

.cart-option .quantity {
        margin: 0;
    display: inline-block;
    border: 1px solid #000;
    margin: auto;
    margin-left: 0px;
}


.cart-option .quantity span {
    display: inline-block;
    padding: 0 9px;
    cursor: pointer;
}
.cart-option .quantity span.qty {
    padding: 0 15px;
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.cart-option .quantity span > i {
    transform: translateY(5px);
}
.cart-option .quantity input {
    padding: 0;
    width: 40px;
    height: 36px;
    border: none;
    text-align: center;
    font-weight: bold;
}

.payment-method .pay-items {
    float: left;
    width: 16.6666%;
    text-align: center;
}

.payment-method h3 {
    font-weight: 500;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
    margin-top: 20px;
}

.share-on {
    margin-top: 10px;
    display: inline-block;
}

.share-on span.share {
    font-size: 18px;
}

.share-on .share-ico {
    margin-left: 10px;
}

.buying-information {
    padding: 30px;
    border-left:  1px solid rgba(0, 150, 136, 0.1);
}

.buying-information .price-wrap p {
    color: black;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.buying-information .price-wrap .price, .buying-information .price-wrap .symbol {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
}

.buying-information .price-wrap .old-price,.buying-information .price-wrap .old-price .symbol {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    text-decoration: line-through;
}
.buying-information .price-wrap .wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
.buying-information .payment-option-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 150, 136, 0.1);
}

.buying-information .payment-option-wrapper .payment-item {
    display: flex;
    align-items: start;
    gap: 12px;
}

.payment-item .payment-info h4 {
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
    color: #000000;
}

.buying-information .payment-option-wrapper .payment-item input[type="radio"] {
    transform: scale(1.3);
    border: 1px solid #999999;
}

.payment-item .payment-info p {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
    margin-top: 8px;
}
.payment-item .payment-info p > span {
    font-weight: 600;
}


.short-info {
    margin-top: 30px;
}

.short-description {
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.short-description h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin: 0;
    margin-bottom: 15px;
}

.short-description ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 10px;
}
.short-description ul li:last-child {
    margin: 0;
}
.short-description .view-more {
    margin-top: 20px;
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.short-description ul {
    padding-left: 15px;
    list-style: disc;
}
.cart-option {
    margin-top: 20px;
}
.regular-price {
    margin: 10px 0;
}
.emi-info {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-details label input[type='checkbox'] {
    display: none;
}

.product-details label input[type="checkbox"] + .text::before {
    content: "";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    width: 14px;
    display: inline-block;
    margin-right: 15px;
    background-color: rgb(255, 255, 255);
    color: rgb(99, 83, 83);
    font-size: 24px;
    user-select: none;
    vertical-align: middle;
    font-variant: normal;
}
.product-details label input[type="checkbox"]:checked + .text::before {
    content: "";
    color: #2196F3;
    animation: 180ms ease-in 0s 1 normal none running tick;
}

#product .cart-option {
    float: left;
    width: 50%;
}

.payment-method {
    clear: both;
}

.emi-featured {
    border: 1px solid #ddd;
    display: inline-block;
    width: 300px;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.emi-featured .main-title {
    font-size: 96px;
    color: #D40015;
    float: left;
    line-height: 70px;
    margin-right: 18px;
}

.emi-featured .month-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
}

.options button {
    border: 1px solid #ddd;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 50px;
    background: #fff;
    font-weight: 600;
    transition: .3s;
    cursor: pointer;
}

.options button:hover {
    background: black;
    color: #fff;
}
.options button.compare-button {
    border: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: auto;
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}



.options button.compare-button:hover {
    background: transparent;
    color: black;
}

.options button i {
    margin-right: 5px;
}
.buying-information .button-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    margin: 24px 0;
    margin-bottom: 15px;
}
.buying-information .button-wrapper button {
    width: 100%;
}
.cart-option button#button-cart {
    background: var(--main);
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 15px 0;
    height: 52px;

}
.buying-information .button-wrapper .buy-now {
    background: var(--secondary);
}

.buying-information .button-wrapper .buy-now:hover{
    background: var(--main);
}

.cart-option button#button-cart:hover {
    background-color: var(--main);
    cursor: pointer;
}
.spec-top {
    margin-top: 10px;
}
.product-details-tab-list .tabList {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-details-tab-list .tabList li {
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    padding: 5px 15px;
    position: relative;
    transition: 0.3s all;
    cursor: pointer;
}

.product-details-tab-list .tabList li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: black;
}

.product-details-tab-list {
    margin-top: 30px;
}

.product-details-tab-list .tabList li.active {
    color: black;
}
.nav-tabs {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    background: #0b2851;
}
.nav-tabs li {
    flex: auto;
    text-align: center;
    position: relative;
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}
.nav-tabs li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f58220;
    transition: all .3s;
}
#specification{
    margin-bottom: 30px;
}
#description,
#ask-question,
#latest-price,
.review {
    box-shadow: 0px 1px 3px rgb(200 200 200 / 25%);
    padding: 25px;
    background: white;
    margin-bottom: 30px;
}
#latest-price .section-head {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
#description h1 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}
#description h2 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 5px;
    font-weight: 600;
}

#description p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #01132d;
    line-height: 26px;
}

#description h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
#latest-price p {
    margin-bottom: 10px;
    font-size: 15px;
    color: #01132d;
    line-height: 26px;
}
.specification-tab .data-table {
    margin-bottom: 15px;
}

.data-table {
    width: 100%;
}

.data-table .name {
    padding: 10px 30px;
    width: 25%;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.data-table .value {
    padding: 10px 30px;
    width: 75%;
    background: #ffffff;
    color: black;
    font-size: 14px;
    line-height: 22px;
    word-wrap: break-word; /* Ensures long words break */
    white-space: normal; /* Allows text to wrap */
    overflow-wrap: break-word; /* Breaks long text onto the next line */
}
.data-table .heading-row, .table > thead {
    background: #e0f2f1; /* Use rgba for opacity */
    padding: 10px 25px;
    font-size: 16px;
    color: black;
    font-weight: 600;
    border-top: 1px solid black;
}
.product-compare .table.table-bordered .name {
    font-weight: 700;
    background: #E2E2E2;
}
.product-compare .table.table-bordered tbody tr:nth-child(odd) {
    background: #f9f9f9;
}
.product-details-tab-box .single-tab-item {
    background: white;
}
.product-details .section-head {
    color: #222;
    font-weight: 600;
    font-size: 20px;

    line-height: 30px;
    margin: 0;
}
.product-details .section-head.specification {
    padding: 8px 25px;
}
.product-details form h3 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 700;
}
.product-details .form-input {
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 12px 15px;
    margin-bottom: 15px;
    font-size: 13px;
    color: #565656;
    resize: none;
}

.btn {
    display: inline-block;
    text-align: center;
    background: black;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 5px;
    border: medium none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px !important;
    cursor: pointer;
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn.submit-btn:hover {
    background: var(--main);
    transition: .3s;
}
.product-details-area .related-product {
    background: white;
}
.related-product h3 {
    padding: 20px;
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
}


.product-grid .product-thumb {
    WIDTH: 100%;
    border-bottom: 1px solid rgba(0, 150, 136, 0.1);
    padding: 15px 20px;
    display: grid;
    gap: 15px;
    grid-template-columns: 70px 180px;
}





.product-grid .caption h4 a {
    color: #000000;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
}

.product-grid .caption h4 {
    line-height: 17px;
    margin-bottom: 10px;
}

.view-product.related-product {
    margin-top: 15px;
}
.product-details-area .related-product .compare-button {
    border: none;
    background: transparent;
    margin-top: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #999999;
    padding:0;
}
.review-area #button-review {
    padding: 8px 17px !important;
}
#write-review .average-rating {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 20px;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

#write-review .average-rating span.count b {
    margin-right: 5px;
}

#write-review .average-rating .rating > span {
    color: #f58220;
}
#write-review .review-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #ecedef;
}


#write-review .review-wrap .rating {
    color: #f58220;
    margin-bottom: 7px;
}
#write-review .review-wrap .answer {
    margin-bottom: 10px;
}
#write-review .review-wrap .author {
    margin: 0;
    font-size: 13px;
    color: #666;
}

#write-review .review-wrap .author span.name {
    font-weight: bold;
    text-transform: uppercase;
}

/*endregion */

/*region additional-service*/
.additional-services {
    background: #EFEFEF;
    padding: 20px;
    box-shadow: 0px 0px 14px rgba(200, 200, 200, 0.1);
    margin-bottom: 20px;
}

.additional-services .single-service img {
    float: left;
}

.additional-services .single-service .service-caption {
    padding-left: 44px;
    margin-top: 20px;
}

.additional-services .single-service .service-caption h4 {
    line-height: 16px;
    font-size: 18px;
    margin-bottom: 5px;
}

.additional-services .single-service .service-caption p {
    color: #757575;
}
/*endregion*/

/*region owl-nav button*/

.owl-nav button {
    position: absolute;
    top: 30%;
    transform: translateY(-50%);
    width: 30px;
    height: auto;
    left: 0;
}

.owl-nav {
    font-size: 40px;
    background: red;
    display: block;
    width: 100%;
}
.owl-nav button.disabled {
    display: none;
}

.owl-nav button.owl-next {
    left: auto;
    right: 0;
}

.owl-stage-outer .item {
    text-align: center;
    color: #333;
}

.owl-stage-outer .item a {
    color: #333;
}

.owl-stage-outer .item {
    width: 100px;
    text-align: center;
}
.owl-stage-outer .item a .img-icon {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    background: white;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
    display: inline-block;
    padding: 10px;
}
.owl-stage-outer .item img {
    text-align: center;
    margin: 0 auto;
}
.item h4 {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 10px;
}
.category-description {
    background: #f2f2f2;
    padding: 15px;
    font-size: 12px;
    margin: 20px 0 30px;
}
.category-description h1 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 20px;
}
.category-description p {
    margin: 0 0 20px;
    font-size: 14px;
    color: #353637;
    line-height: 22px;
}
.category-description h2 {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
}
.category-description h3 {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}

    /*region owl-nav button*/


/* region search-criteria */
.search-criteria input#input-search,
.search-criteria select {
    width: 100%;
    padding: 10px;
}
/*endregion*/

/*region responsive css */
@media (min-width: 1300px) and (max-width: 2000px) {
}

@media (min-width: 1300px) and (max-width: 1850px) {
    .actions button {
        font-size: 12px;
        padding: 5px 7px !important;
    }
}



@media (max-width: 1299px)  {
    .top-buttons span {
        display: none;
        margin-left: 0;
    }
    .top-buttons i {
        margin-right: 0 !important;
    }
    .caption .manufacturer, .caption .price-wrap {
        float: initial !important;
        display: none;
    }
    .product .name {
        margin-top: 10px !important;
    }
    .product-details .content {
        width: 100%;
        float: none;
    }
    .product-details .column-right {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1299px) {
    .product-listing .product-wrap {
        width: 100%;
    }
    .categorie-list .product-listing .product-wrap  {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #lc-toggle {
        display: block;
        margin: 0;
        color: #000;
        font-size: 18px;
        line-height: 0;
        background: #f3f4f6;
        border: 0;
        padding: 11px 15px;
        border-radius: 4px;
    }
    button#lc-toggle span {
        font-size: 20px;
    }
    .show-sort, #column-left {
        display: none;
    }
    #column-left {
        right: -320px;
        background: #FFFFFF;
        display: block;
        width: 300px;
        position: fixed;
        top: 0;
        height: calc(100vh - 110px);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        margin-top: 0;
    }
    #column-left.open {
        right: 0;
        z-index: 999;
        height: 100%;
    }
    #column-left .close {
        font-size: 14px;
        height: 25px;
        width: 25px;
        background: #ddd;
        display: block !important;
        line-height: 25px;
        border-radius: 50%;
        position: absolute;
        left: -10px;
        top: -1px;
        text-align: center;
    }
    #content.left-wrapper {
        margin-left: 0;
        width: calc(100% - 0px);
        padding-left: 0;
    }
    .panel {
        height: 100%;
        overflow-y: auto;
        padding: 10px;
    }

    .thumbnails {
        position: inherit !important;
        margin-bottom: 20px;
    }

    .show-item-no {
        display:  none;
    }
    .product-info-all {
        margin-top: 20px;
    }

    .heading .left:before {
        left: 30% !important;
        width: 75% !important;
    }
}




@media (max-width: 767px) {

    .categorie-list .content {
        margin-top: 124px;
    }
    .data-table .name {
        padding: 10px 20px;
        font-size: 13px;
        width: 35%;
        line-height: 15px;
    }
    .data-table .value {
        padding: 10px 20px;
        font-size: 13px;
        width: 65%;
        line-height: 15px;
        word-break: break-all;
    }
    .data-table .heading-row {
        padding: 6px 20px;
        font-size: 14px;
    }
    .socila-links ul li {
        margin-right: 5px;
    }
    .related-product h3 {
        padding: 10px 20px;
        font-size: 16px;
    }
    .search-criteria select {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .old-price {
        margin-left: 7px;
    }
    .top-bar {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        padding: 10px;
    }
    .top-bar .filter-wrapper {
        width: 100%;
        justify-content: space-between;
    }
    .owl-stage-outer .item a .img-icon {
        width: 60px;
        height: 60px;
    }

    .item h4 {
        font-size: 12px;
    }
    .owl-stage-outer .item {
        width: 80px;
    }
    .buying-information {
        padding: 10px;
        margin-top: -20px;
        border: none;
    }
    .payment-item .payment-info {
        text-align: left;
    }

    .product-title h1 {
        font-size: 16px;
        line-height: initial;
    }

    .short-info {
        margin-top: 15px;
    }

    .product-info-all .short-info li {
        font-size: 13px;
    }

    .short-description {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .short-description h4 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .short-description ul li {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .short-description .view-more {
        font-size: 13px;
        margin-top: 10px;
    }
    .buying-information .price-wrap .price, .buying-information .price-wrap .symbol {
        font-size: 16px;
    }

    .payment-item .payment-info h4 {
        font-size: 13px;
    }

    .buying-information .payment-option-wrapper .payment-item input[type="radio"] {
        transform: scale(1);
    }
    .cart-option button#button-cart {
        font-size: 12px;
        height: 42px;
    }
    .buying-information .price-wrap .old-price, .buying-information .price-wrap .old-price .symbol {
        font-size: 14px;
    }
    .cart-option .quantity{
        margin: 0;
    }
    .product-details .section-head {
        font-size: 16px;
    }
    .buying-information .price-wrap p {
        margin-bottom: 0;
    }

    .product-details .section-head.specification {
        padding: 8px 16px;
    }
    .product-details-tab-list .tabList li {
        font-size: 13px;
        padding: 5px 12px;
    }
    .product-details-tab-list {
        margin-top: 0;
    }
    .buying-information .button-wrapper {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    #latest-price {
        margin: 20px 0;
    }
    .buying-information .button-wrapper button {
        width: 200px;
        padding: 10px 0 !IMPORTANT;
        font-size: 13px;
    }
    .options button.compare-button {
        margin: inherit;
        padding: 7px 0;
    }
    .images.product-images .product-img-holder .main-img {
        height: 270px;
        object-fit: cover;
        object-position: center;
    }
    #description h2 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 15px !important;
        margin-top: 10px;
    }
    .category-description h1 {
        font-size: 16px;
        line-height: initial;
    }

    .category-description h2 {
        line-height: initial;
        font-size: 15px;
    }

    .category-description h3 {
        font-size: 14px;
        line-height: initial;
    }
    #latest-price .section-head {
        font-size: 16px;
        line-height: initial;
        padding-bottom: 8px;
        font-weight: 500;
    }

    #latest-price p {
        font-size: 13px;
        line-height: 20px;
    }
    .images.product-images .product-img-holder {
        padding: 20px 30px;
    }
}


@media (max-width: 370px) {
    .buying-information .button-wrapper a,.buying-information .button-wrapper button{
        margin: auto;
    }
    .options button.compare-button {
        margin: auto;
    }
    .product-listing .product {
        margin: 0 5px;
        margin-bottom: 10px;
    }
    .actions button {
        padding: 5px 16px !important;
    }

    .actions button.btn-cart {
        padding: 7px 10px !important;
        font-size: 12px;
    }

    .caption .manufacturer, .caption .price-wrap {
        font-size: 13px !important;
    }

    .price-wrap .price-old.price {
        font-size: 12px !important;
    }
    .heading .left:before {
        left: 35% !important;
        width: 70% !important;
    }

    .product-info-all {
        padding: 15px;
    }
    .product-title h1 {
        font-size: 20px;
        line-height: 30px;
    }
    .product-info-all .price-wrap .old-price .symbol {
        font-size: 18px;
    }
    .product-info-all .price-wrap {
        font-size: 20px;
    }

    .product-info-all .price-wrap .symbol {
        font-size: 14px;
        margin-right: 0;
    }



    .options button {
        display: inline-block;
        padding: 10px 12px;
    }
    .cart-option {
        text-align: center;
    }
    .spec-top {
        margin-top: 20px;
    }
}

/*endregion*/