/*common styling*/
.page-ptb-wrapper.shop {
    background-image: url("../images/ifinh-header-asian-boy.jpg");
    background-size: cover;
    background-position: center;
    min-height: 280px;
}

.ptb-column-left {
    padding: 20px 0px 20px 25px;
}

.ptb-column-wrapper {
    padding: 30px 15px 30px 15px;
    max-width: 900px;
}

.ptb-column-wrapper .title-heading {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1.5px;
    color: var(--white);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.89);
    margin: 10px 0px 5px;
    line-height: 25px;
}

.ptb-column-wrapper .title-subheading-left {
    font-weight: 400;
    font-size: 29px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.91);
    margin: 15px 0px 8px;
    color: var(--white);
    line-height: 26px;
}

.ptb-column-wrapper .title-text-left {
    max-width: 600px;
    margin-top: 20px;
    font-size: 16px;
    text-shadow: 1px 1px 4px #000000;
    font-weight: 500;
    margin-bottom: 0px;
    color: var(--white);
    line-height: 27.2px;
}

.main-content .content-wrapper {
    padding: 20px 57px 25px 57px;
}

.shop-categories-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 22px;
}

/*custom view page*/
.page-ptb-wrapper.shop.custom {
    background-image: url("../images/code-patterns-bg.png");
    background-size: unset;
    background-position: unset;
    min-height: 210px;
}

.page-ptb-wrapper.shop.custom.oceanbg {
    min-height: 330px;
}

.page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-title {
    font-size: 29px;
    margin: 15px 0px 8px 0px;
}

.page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-Desc {
    font-size: 16px !important;
    font-weight: 500;
    margin: 20px 0px 0px 0px;
    line-height: 27px;
}

.custom-bnr-title {
    font-weight: 400;
    font-size: 34px;
    line-height: 34px;
    color: var(--white);
    margin: 0;
}

.custom-bnr-Desc {
    color: var(--white);
    font-weight: 400;
    margin: 14px 0px 0px 0px;
    font-size: 18px;
    line-height: 25px;
    max-width: 600px;
}

.page-ptb-wrapper.shop.custom .signup-nav {
    margin-top: 10px;
    padding-top: 8px;
}

.page-ptb-wrapper.shop.custom .signup-nav nav link {
    padding-right: 10px;
    padding-left: 0px;
    font-size: 16px;
    font-weight: 600;
}

.page-ptb-wrapper.shop.custom .signup-nav nav link.active {
    font-weight: bold;
    color: #27AAE1;
}

.page-ptb-wrapper.shop.custom .signup-nav nav link.grey {
    color: #e3e3e3;
}

.custom-shop-wrapper {
    padding: 20px 76px 25px 76px;
}

.custom-shop-wrapper .custom-content-wrapper {
    max-width: 840px;
    margin: 15px auto 0 auto;
    padding: 30px 0px;
}

.custom-head-div h4,
.items_tr .item-info .item-name {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: var(--primary-heading-color);
    margin: 0;
}

.custom-head-div ul {
    padding-left: 20px;
    margin: 14px 0px;
}

.shopping-cart2 {
    border-top: 2px solid #6d6e71;
    padding: 10px 0px !important;
    margin: 10px 0px !important;
}

.shopping-cart2 .section-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-parent .shopping-cart-head-section-left {
    max-width: 60%;
    width: 100%;
    margin-bottom: 6px;
}

.section-parent .shopping-cart-head-section-left h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 19px;
    color: var(--primary-heading-color);
    margin-bottom: 0px;
}

.section-parent .shopping-cart-head-section-left span {
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #4b4e56;
}

.section-parent .shopping-cart-head-section-right h5 {
    font-weight: 600;
    font-size: 16px;
    color: #4b4e56;
    margin: 0;
}

.section-parent .shopping-cart-head-section-right h5 b {
    font-weight: bold;
}

.shopping-cart2 .item-list {
    margin-top: 10px;
}

.btn-sm-blue.backBTN {
    background-color: #000 !important;
    padding: 4.5px 20px !important;
    min-width: 170px !important;
}

.item-list .items_tr {
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #6d6e71;
    padding: 10px 0px;
}

.item-list .items_tr .item-info-wrapper {
    display: flex;
    max-width: 580px;
    width: 100%;
}

.items_tr .item-img {
    max-width: 130px;
    max-height: 130px;
    width: 100%;
    height: 100%;
    margin-right: 10px;
    float: left;
    border: 1px solid #58595b;
}

.items_tr .item-img img {
    width: 128px;
    height: 128px;
}

.items_tr .item-info {
    max-width: 430px;
    width: 100%;
    padding: 0px 20px 0px 0px;
    float: left;
}

.items_tr .item-info .item-name {
    margin-bottom: 6px;
}

.items_tr .item-info .item-description h6 {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 17px;
    color: #4b4e56;
}

.items_tr .item-select-q {
    display: flex;
}

.color_row .cr_title {
    font-size: 14px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 2px;
    text-align: left;
    font-weight: 400;
}

.items_tr .item-select-q .item-select {
    width: 80px;
    margin: 0;
    display: inline-block;
    text-align: center;
}

.item-select-q .item-select .checkbox {
    position: relative;
    display: unset;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 32px;
    font-weight: bold;
    -webkit-user-select: none;
    color: #1C1D21 !important;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
    margin-left: 0px;
    min-height: unset !important;
}

.item-select-q .item-select .checkbox a {
    color: #1C1D21 !important;
    text-decoration: underline !important;
}

.item-select-q .item-select .checkbox a:hover {
    color: #F71F4D !important;
}

.item-select-q .item-select .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.item-select-q .item-select .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 30px;
    width: 30px;
    background: var(--white);
    border-radius: 2px;
    border: 1px solid var(--primary-heading-color);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.item-select-q .item-select .checkmark::after {
    display: none;
    content: "";
    position: absolute;
    left: 10px;
    top: 3px;
    width: 7px;
    height: 16px;
    border: solid #131313;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.item-select-q .item-select input:checked~.checkmark::after {
    display: block;
}

.item-select-q .item-select input:checked~.checkmark {
    background: #f0f7ff;
}

.shopping-cart2 .item-quantity {
    text-align: left;
    width: 180px;
}

.item-quantity .number {
    width: 100px;
    display: flex;
    height: 45px;
    background: var(--white);
    border-radius: 30px;
    line-height: 36px;
    overflow: hidden;
}

.item-quantity .number .minus,
.item-quantity .number .plus {
    width: 30px;
    background: transparent;
    border: 1px solid var(--primary-heading-color);
    text-align: center;
    padding: 3px;
    cursor: pointer;
}

.item-quantity .number .minus {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right: none;
}

.item-quantity .number .plus {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left: none;
}

.item-quantity .number .minus:hover,
.item-quantity .number .plus:hover {
    background: #f0f7ff;
}

.item-quantity .number input {
    text-align: center;
    font-size: 14px;
    background: transparent;
    box-shadow: none !important;
    border: 1px solid var(--primary-heading-color) !important;
    width: 45px;
    height: 100% !important;
    padding: 0px !important;
    border-radius: 0px !important;
}

.custom-content-wrapper .btn-sm-blue {
    padding: 6px 20px;
    font-size: 22px;
    border-radius: 6px;
    min-width: 200px !important;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    margin: 8px 6px 0px 0px;
    font-weight: 500;
}

.custom-content-wrapper .btn-sm-blue:hover {
    background-color: var(--secondary-color) !important;
    color: var(--white) !important;
}

.custom-content-wrapper .form-footer {
    border-top: 1px solid #6d6e71;
    text-align: right;
}

/*custom view fields*/
.shopping-cart2 .custom-field-heading {
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 22px;
    line-height: 17px;
    color: var(--primary-heading-color);
    margin-top: 3px;
}

.shopping-cart2 .head-small-text {
    font-weight: 600;
    font-size: 16px;
    color: #4b4e56;
    margin-bottom: 20px;
}

.custom-content-wrapper.field .shopping-cart2 {
    border-top: none;
}

.shopping-cart2 .item {
    margin-top: 20px;
}

.form-group.half {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.form-group.half label {
    max-width: 35%;
    width: 100%;
    margin: 0;
}

.form-group.half input {
    max-width: 40%;
    width: 100%;
}

.custom-content-wrapper.field .control-btns-custom {
    border-top: 1px solid #c7c8c9;
    margin-top: 8px;
    padding-top: 8px;
    text-align: right;
    margin-bottom: 20px;
}

.from_blocks {
    border-top: 1px solid #c7c8c9;
    padding: 8px 0px;
}

.block-head {
    display: flex;
    justify-content: space-between;
}

.block-head h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary-heading-color);
    margin-bottom: 6px;
}

.clear-btn {
    border-radius: 6px;
    font-size: 12px;
    color: #232323;
    padding: 12.5px 19px;
    margin-bottom: 10px;
    background: #c0c0c0;
    font-weight: 700;
    font-family: sans-serif;
}

.control-btns-custom .btn-sm-blue.back-btn {
    padding: 4px 20px;
}

/*Shop Main page*/
.shop-col-right {
    text-align: center;
    position: sticky;
    top: 25px;
    width: 25%;
    margin-left: 55px;
    padding-right: 14px;
    background: var(--white);
    align-self: flex-start;
    overflow: hidden;
}

.shop-col-right h3 {
    margin: 0;
    line-height: 26px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 17px;
    padding: 6px 14px;
    width: 100%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.shop-col-right ul {
    list-style: none;
    padding: 0 0 0 20px;
    margin: 14px 0px;
}

.shop-col-right li {
    border-bottom: 1px solid #d3d3d3;
    padding: 5px 0px;
}

.shop-col-right li:last-child {
    border-bottom: none;
}

.shop-col-right ul li span {
    font-size: 16px;
    line-height: 21px;
    padding: 6px 8px 4px 2px;
    letter-spacing: 0.96px;
    background-color: transparent;
    color: #3A4656;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}

.shop-col-right span:hover {
    color: #9ab853;
}

.shop-cat-items-container {
    width: 75%;
}

.shop-cat-items-container .shop-header {
    margin: 4px 0 14px 0;
    padding-bottom: 5px;
}

.shop-cat-items-container .shop-header h1 {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    font-size: 24px;
    color: #456488;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 2px;
    margin-bottom: 0px;
}

.shop-cat-items-container .shop-header h6 {
    font-size: 13px;
    font-weight: 500;
    color: #4b4e56;
    line-height: 15px;
    margin-top: 15px;
}

.shop-item-wrapper {
    background: var(--white);
    overflow: hidden;
    transition: transform 0.3s;
    padding-bottom: 20px;
    height:100%;
}

.shop-item-wrapper .item-image {
    max-height: 244.23px;
    width: 100%;
    height: 100%;
    border: 1px solid #e1e1e1;
    font-size: 8px;
    padding: 0px;
    background-image: none !important;
    
    overflow:hidden;
}
.shop-item-wrapper .shop-item{height:100%;}
.shop-item-wrapper .item-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: 280px !important;
    max-height: 280px !important;
}

.shop-item-wrapper h4 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    white-space: nowrap;
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-heading-color);
    margin: 0;
    line-height: 25px;
    padding-top: 10px;
}

.shop-item-wrapper h5 {
    margin-bottom: 10px;
    padding-top: 7px;
    color: #2d3946;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.btn-old-large.option {
    font-size: 14px;
    letter-spacing: 2px;
    background-color: var(--primary-color);
    margin: 0 0 26px 0 !important;
    color: var(--white);
    padding: 14px 10px !important;
    width: 100%;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    display: inline-block;
    border: none;
}

.btn-old-large.option:hover {
    background-color: var(--secondary-color);
}

.scroll-arrows .arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: var(--primary-color);
    color: var(--white);
    padding: 0 5px;
    border-radius: 0px;
    height: 40px;
    margin: auto 0px;
}

.scroll-arrows .left-arrow {
    left: 0;
}

.scroll-arrows .right-arrow {
    right: 0;
    display: none;
}

.scroll-arrows .hidden {
    display: none !important;
}

/*shop featured page*/
.content-wrapper .selection-heading {
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
    color: var(--primary-heading-color);
    margin-bottom: 20px;
    padding-top: 45px;
}

.row-regular-mode {
    margin-top: 25px;
    margin-bottom: 30px;
}

.row-regular-mode input:focus,
.row-company-mode input:focus {
    border: none !important;
}

.btn-old-large.shop {
    margin-top: 0px !important;
}

.btn-old-large.shop.regular {
    max-width: 224px;
}

.shop-items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0;
}

.shop-featured-wrapper {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
}

@media (max-width: 992px) {
    .shop-featured-wrapper {
        width: 33.33%;
    }
}

@media (max-width: 550px) {
    .shop-featured-wrapper {
        width: 50%;
    }
}

.shop-featured-wrapper .item-image {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.shop-featured-wrapper .item-image img {
    display: block;
}

.shop-featured-wrapper .item-caption {
    display: block;
    background-color: var(--primary-color);
    color: var(--white);
    text-align: center;
    padding: 2px 0;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.shop-featured-wrapper .item-caption:hover {
    background-color: var(--secondary-color);
}

.mid-content-row-cat {
    color: var(--white);
    padding: 22px 10px 30px;
    margin-bottom: 15px;
}

.mid-content-row-cat h3.col-heading {
    margin: 0;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 17px;
    line-height: 26px;
    padding: 6px 0px 6px 12px;
    width: 100%;
    font-weight: 600;
    margin-right: 0px;
}

.featured-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
    .featured-categories {
        grid-template-columns: 1fr;
    }
}

.featured-categories ul {
    list-style: none;
    padding: 10px;
    margin: 14px 0px;
}

.featured-categories ul li {
    text-align: left;
    border-bottom: 1px solid #d3d3d3;
    padding: 9px 0px;
}

.featured-categories ul li span {
    cursor: pointer;
    transition: color 0.2s;
    font-size: 16px;
    line-height: 21px;
    padding: 6px 8px 6px 2px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.96px;
    background-color: transparent;
    color: #2E3949;
}

.featured-categories ul li span:hover {
    color: #9ab853;
}

/* popular-items-slider*/
.popular-items-section h1 {
    font-size: 28px;
    color: #3A4656;
    font-weight: 500;
    margin-bottom: 26px;
    text-align: center;
    line-height: 34px;
}

.slider-wrap {
    overflow: hidden;
}

.fusion-rollover-content .fusion-link-wrapper,
.rollover-content .fusion-link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 1;
}

.popular-items-section .fusion-carousel {
    overflow: hidden;
    position: relative;
    margin-left: -37px;
    margin-bottom: 55px;
}

.popular-items-section .fusion-carousel-item {
    margin-left: 37px;
    box-sizing: border-box;
    background: #e1e1e1;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 285px;
}

.popular-items-section .fusion-classic-product-image-wrapper {
    overflow: hidden;
}

.popular-items-section .fusion-image-wrapper {
    padding: 20px 0px;
}

.popular-items-section .fusion-image-wrapper img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.popular-items-section .fusion-rollover {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #65bc7b 0, rgba(101, 188, 123, 0.8) 100%);
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out;
    z-index: 10;
}

.popular-items-section .fusion-image-wrapper:hover .fusion-rollover {
    opacity: 1;
    transform: translateX(0);
}

.popular-items-section .fusion-rollover-content {
    text-align: center;
    width: 100%;
    padding: 20px;
}

.popular-items-section .fusion-product-buttons .fusion-btn {
    padding: 8px 5px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #222;
}

.popular-items-slider .slick-prev,
.popular-items-slider .slick-next {
    display: inline;
    z-index: 1000;
    color: transparent;
    background-color: rgba(29, 36, 45, 0.7) !important;
    opacity: .8;
    position: absolute;
    top: 50%;
    height: 29px;
    width: 29px;
    text-align: center;
    cursor: pointer;
}

.popular-items-slider .slick-prev {
    left: 36px;
}

.popular-items-slider .slick-next {
    right: 0px;
}

.popular-items-slider .slick-prev:before {
    content: "<";
    position: relative;
    font-size: 14px;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.popular-items-slider .slick-next:before {
    content: ">";
    position: relative;
    font-size: 14px;
    color: var(--white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.popular-items-slider .slick-prev:hover,
.popular-items-slider .slick-prev:focus,
.popular-items-slider .slick-next:hover,
.popular-items-slider .slick-next:focus {
    background-color: rgba(29, 36, 45, 0.9) !important;
}

/*RESPONSIVE*/
@media(max-width:1199px) {
    .page-ptb-wrapper.shop {
        min-height: 220px;
    }

    .ptb-column-wrapper {
        padding: 10px 15px 15px 0px;
    }

    .ptb-column-wrapper .title-heading {
        margin: 10px 0px;
        font-size: 14px;
    }

    .ptb-column-wrapper .title-subheading-left {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .ptb-column-wrapper .title-text-left {
        font-size: 14px;
        max-width: 510px;
        line-height: 23.2px;
    }

    .main-content .content-wrapper {
        padding: 20px 30px 25px 30px;
    }

    .shop-categories-wrapper {
        margin-top: 10px;
    }

    .shop-cat-items-container .shop-header {
        margin-bottom: 16px;
    }

    .shop-cat-items-container .shop-header h1 {
        font-size: 20px;
    }

    .shop-item-wrapper {
        margin-bottom: 0px;
    }
    .shop-item-wrapper .item-image {
    max-height: 210.16px;}

    .shop-item-wrapper h4 {
        font-size: 14px;
        line-height: 16px;
    }

    .shop-item-wrapper h5 {
        font-size: 15px;
    }

    .btn-old-large.option {
        padding: 10px 10px !important;
        margin: 0 0 16px 0 !important;
    }

    .shop-col-right {
        padding-right: 0px;
    }

    .shop-col-right h3 {
        font-size: 15px;
        line-height: 22px;
    }

    .shop-col-right ul li span {
        font-size: 14px;
        line-height: 18px;
    }

    /*featured shop page*/
    .content-wrapper .selection-heading {
        font-size: 19px;
        padding-top: 25px;
    }

    .product-slider-heading h1 {
        font-size: 22px;
    }

    .shop-featured-wrapper .item-caption {
        font-size: 14px;
    }

    .popular-items-section .fusion-carousel-item {
        margin-left: 30px;
    }

    .popular-items-section .fusion-image-wrapper {
        padding: 20px 0px;
    }

    .popular-items-section .fusion-carousel {
        margin-bottom: 25px;
        margin-left: -30px;
    }

    .popular-items-section h1 {
        font-size: 23px;
        line-height: 23px;
    }

    .popular-items-slider .slick-prev {
        left: 30px;
    }

    /*custom view page*/
    .page-ptb-wrapper.shop.custom {
        min-height: 190px;
    }

    .custom-bnr-title {
        font-size: 28px;
        margin-top: 8px;
    }

    .custom-shop-wrapper .custom-content-wrapper {
        padding-top: 10px;
    }

    .custom-head-div h4,
    .items_tr .item-info .item-name {
        font-size: 19px;
        line-height: 23px;
    }

    .section-parent .shopping-cart-head-section-left h4 {
        font-size: 19px;
        line-height: 19px;
    }

    .section-parent .shopping-cart-head-section-right h5,
    .section-parent .shopping-cart-head-section-left span {
        font-size: 14px;
        line-height: 14px;
    }

    .items_tr .item-info .item-description h6 {
        font-size: 14px;
        line-height: 15px;
    }

    .custom-content-wrapper .btn-sm-blue {
        padding: 6px 20px;
        font-size: 19px;
        min-width: 180px !important;
    }

    .page-ptb-wrapper.shop.custom.oceanbg {
        min-height: 230px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-title {
        font-size: 25px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-Desc {
        margin: 15px 0px 0px 0px;
        line-height: 23px;
    }

    .custom-content-wrapper.field .shopping-cart2 {
        padding: 0 !important;
        margin: 0 !important;
    }

    .shopping-cart2 .custom-field-heading {
        font-size: 20px;
    }

    .block-head h4 {
        font-size: 19px;
    }

    .shopping-cart2 .head-small-text {
        font-size: 14px;
    }

    .clear-btn {
        padding: 8px 18px;
    }
}

@media(max-width:991px) {
    .ptb-column-wrapper {
        padding: 0;
    }

    .page-ptb-wrapper.shop {
        min-height: 188px;
    }

    .ptb-column-wrapper .title-subheading-left {
        font-size: 22px;
        margin-top: 10px;
    }

    .ptb-column-wrapper .title-text-left {
        line-height: 20.2px;
        margin-top: 12px;
    }

    .shop-cat-items-container .shop-header h1 {
        font-size: 17px;
        padding-bottom: 6px;
    }

    .shop-col-right {
        margin-left: 25px;
    }

    .popular-items-section h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .content-wrapper .selection-heading {
        font-size: 16px;
    }

    .featured-categories ul {
        margin: 0;
    }

    .featured-categories ul li {
        padding: 7px 0px;
    }

    .featured-categories ul li span {
        font-size: 14px;
        line-height: 16px;
    }

    .mid-content-row-cat {
        padding: 10px 10px 30px;
    }

    .mid-content-row-cat h3.col-heading {
        font-size: 15px;
    }

    .custom-shop-wrapper {
        padding: 20px 45px 25px 45px;
    }

    .custom-shop-wrapper .custom-content-wrapper {
        padding: 0px;
    }

    .custom-head-div h4,
    .items_tr .item-info .item-name {
        font-size: 18px;
        line-height: 20px;
    }

    .item-quantity .number input {
        min-height: 45px !important;
        min-width: 45px !important;
    }

    .items_tr .item-img {
        max-width: 100px;
        max-height: 100px;
    }

    .items_tr .item-img img {
        width: 98px;
        height: 98px;
    }

    .custom-content-wrapper .btn-sm-blue {
        padding: 7px 20px;
        font-size: 16px;
        min-width: 150px !important;
    }

    .custom-bnr-title {
        font-size: 25px;
        margin-top: 15px;
    }

    .custom-bnr-Desc {
        margin: 12px 0px 0px 0px;
        font-size: 16px;
        line-height: 16px;
    }

    .page-ptb-wrapper.shop.custom {
        min-height: 175px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg {
        min-height: 200px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-Desc {
        margin: 12px 0px 0px 0px;
        line-height: 20px;
        font-size: 14px !important;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-title {
        font-size: 22px;
    }

    .shopping-cart2 .custom-field-heading {
        font-size: 18px;
    }

    .block-head h4 {
        font-size: 16px;
    }

    .form-group.half label {
        max-width: 38%;
    }

    .popular-items-slider .slick-prev {
        left: 30px;
    }

}

@media(max-width:850px) {
    .shop-categories-wrapper {
        flex-direction: column;
    }

    .scroll-arrows .right-arrow {
        display: block;
    }

    .shop-col-right {
        order: 1;
        position: unset;
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .shop-cat-items-container {
        order: 2;
        width: 100%;
    }
    .shop-item-wrapper .item-image {
        max-height: 233.16px;
    }

    .menu-wrapper .menu {
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        position: relative;
        display: flex;
        align-items: center;
    }

    .menu-wrapper {
        position: relative;
        height: 75px;
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .shop-col-right ul {
        padding: 0;
        margin: 0;
    }

    .shop-col-right li {
        border-bottom: none;
        border-right: 1px solid #d3d3d3;
        padding: 2px 12px;
    }
}

@media(max-width:767px) {
    .ptb-column-left {
        padding: 20px 0px 20px 10px;
    }

    .section-parent .shopping-cart-head-section-left {
        max-width: 50%;
    }

    .section-parent .shopping-cart-head-section-left h4 {
        font-size: 17px;
        line-height: 17px;
    }

    .custom-head-div h4,
    .items_tr .item-info .item-name {
        font-size: 16px;
        line-height: 17px;
    }

    .shopping-cart2 .item-quantity {
        width: 160px;
    }

    .item-quantity .number {
        width: 90px;
        height: 40px;
        line-height: 33px;
    }

    .item-quantity .number input {
        min-height: 40px !important;
        min-width: 40px !important;
    }

    .item-quantity .number .minus {
        width: 25px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
    }

    .item-quantity .number .plus {
        width: 25px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .items_tr .item-select-q .item-select {
        width: 70px;
    }

    .item-select-q .item-select .checkmark {
        height: 25px;
        width: 25px;
    }

    .custom-bnr-title {
        font-size: 22px;
        margin-top: 9px;
    }

    .custom-bnr-Desc {
        margin: 10px 0px 0px 0px;
        font-size: 14px;
        line-height: 14px;
    }

    .page-ptb-wrapper.shop.custom {
        min-height: 160px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-title {
        font-size: 20px;
        line-height: 24px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg {
        min-height: 184px;
    }

    .block-head h4 {
        font-size: 15px;
    }

    .shopping-cart2 .custom-field-heading {
        font-size: 17px;
    }

    .form-group.half label {
        line-height: 18px;
    }

    .form-group.half label,
    .form-group.half input {
        max-width: 45%;
    }

    .main-content .content-wrapper {
        padding: 20px 30px 5px 30px;
    }

    .shop-featured-wrapper .item-caption {
        letter-spacing: 0px;
    }

    .mid-content-row-cat h3.col-heading {
        font-size: 15px;
    }

    .product-slider-heading h1 {
        font-size: 19px;
    }

}

@media(max-width:700px) {
    .custom-shop-wrapper {
        padding: 20px 30px 25px 30px;
    }

    .item-list .items_tr,
    .shopping-cart2 .section-parent {
        flex-direction: column;
    }

    .items_tr .item-select-q {
        margin-left: auto;
        margin-top: 20px;
    }

    .section-parent .shopping-cart-head-section-left {
        margin-right: auto;
        max-width: 100%;
    }

    .section-parent .shopping-cart-head-section-right {
        margin-left: auto;
        margin-top: 15px;
    }

    .items_tr .item-info {
        padding: 0;
    }
}

@media(max-width:600px) {

    .form-group.half label,
    .form-group.half input {
        max-width: 50%;
    }

    .shop-items-container {
        padding: 0;
    }
}

@media(max-width:500px) {
    .page-ptb-wrapper.shop {
        min-height: 167px;
    }

    .ptb-column-left {
        padding: 15px 0px 20px 5px;
    }

    .ptb-column-wrapper .title-heading {
        margin: 8px 0px;
        letter-spacing: 0px;
    }

    .ptb-column-wrapper .title-subheading-left {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .shop-col-right {
        margin-bottom: 8px;
    }

    .shop-cat-items-container .shop-header h1 {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 6px;
    }

    .shop-col-right h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .main-content .content-wrapper {
        padding: 10px 20px;
    }

    .shop-cat-items-container .shop-header h6 {
        margin-top: 0;
    }
    .shop-item-wrapper .item-image {
        max-height: 172px;
    }

    .custom-content-wrapper .btn-sm-blue {
        font-size: 14px;
        min-width: 125px !important;
    }

    .items_tr .item-img {
        max-width: 75px;
        max-height: 75px;
    }

    .items_tr .item-img img {
        width: 73px;
        height: 73px;
    }

    .custom-shop-wrapper {
        padding: 15px;
    }

    .custom-bnr-title {
        font-size: 20px;
        line-height: 24px;
        margin-top: 14px;
    }

    .section-parent .shopping-cart-head-section-left h4,
    .custom-head-div h4,
    .items_tr .item-info .item-name {
        font-size: 15px;
        line-height: 15px;
    }

    .item-quantity .number input {
        min-height: 35px !important;
        min-width: 35px !important;
    }

    .item-quantity .number {
        width: 80px;
        height: 35px;
        line-height: 27px;
    }

    .item-select-q .item-select .checkmark::after {
        left: 8px;
        top: 1px;
    }

    .block-head h4 {
        font-size: 14px;
    }

    .form-group.half {
        flex-direction: column;
        gap: 2px;
    }

    .form-group.half label,
    .form-group.half input {
        max-width: 100%;
    }

    .clear-btn {
        padding: 5px 14px;
    }

    .shopping-cart2 .custom-field-heading {
        font-size: 16px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-title {
        font-size: 18px;
        line-height: 20px;
    }

    .block-head {
        margin-bottom: 10px;
    }

    .page-ptb-wrapper.shop.custom.oceanbg .custom-bnr-Desc {
        line-height: 17px;
    }

    /*featured*/
    .content-wrapper .selection-heading {
        font-size: 14px;
        line-height: 20px;
    }

    .mid-content-row-cat h3.col-heading {
        font-size: 14px;
    }

    .product-slider-heading h1 {
        font-size: 17px;
    }

    .popular-items-section .fusion-carousel-item {
        margin: 0;
    }

    .featured-categories ul li span {
        letter-spacing: 0px;
    }

    .popular-items-section .fusion-carousel-item {
        margin-left: 20px;
    }

    .popular-items-section .fusion-carousel {
        margin-left: -20px;
    }

    .popular-items-slider .slick-prev {
        left: 20px;
    }

    .popular-items-section h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .page-ptb-wrapper.shop.custom .signup-nav {
        margin-top: 6px;
    }
}
@media(max-width:400px){
    .shop-item-wrapper .item-image {
        max-height: 150px;
    }
}