:root{
    --header-top-bg : #000;
    --header-top-text: #ccc;

    --header-links: #666;
    --link-hover: #0071e3;

    --footer-bg: #f5f5f5;
    --footer-links: #555;
    --footer-links-hover: #000;
}



body {
    /* font-family: 'Lato', "Helvetica Neue", Helvetica, Arial, sans-serif; */
    font-family: 'SF Pro Display' !important;
    font-size: 14px;
    line-height: 1.6;

}

.container .container{
    width: 100% !important;
}

.justify-content-center{
    justify-content: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, button, .btn{
    font-family: 'SF Pro Display' !important;
}
h1{
    font-weight: 500;
    font-size:27px;
    margin-top: 0;
}
h2{
    margin-top: 0;
    margin-bottom: 10px;
    font-size:23px;
    text-transform: unset;
}

h3{
    font-weight: 500;
    font-size:20px;
    margin-top: 0;
}

h4{
    margin-top: 0;
}

.d-block{
    display: block;
}
.mb-0{
    margin-bottom: 0;
}

/* Apple AI search */
body .ai-search-fulltext-page .list-grid-button-wrapper .btn {
    color: #0071e3 !important;
    border: 1px solid #0071e3;
}
body .ai-search-fulltext-page .list-grid-button-wrapper .btn span { margin: 0; }
body .ai-search-fulltext-page .list-grid-button-wrapper .btn.active {
    color: #fff !important;
    background: #0071e3 !important;
}
body .ai-search-fulltext-page .products-top {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body .ai-search-fulltext-page .products-top .clearfix,
body .ai-search-fulltext-page .products-top::after { display: none !important; }
body .ai-search-fulltext-page .products-top .pull-left,
body .ai-search-fulltext-page .products-top .pull-right {
    float: unset !important;
    display: flex;
    align-items: center;
}
body .ai-search-fulltext-page .input-group {
    display: flex;
    align-items: center;
}
body .ai-search-fulltext-page .input-group input {
    margin: 0 !important;
    height: unset;
}
body .ai-search-fulltext-page .input-group .input-group-btn { width: 100px; border: none; }
body .ai-search-fulltext-page .input-group .input-group-btn button {
    background: #0071e3 !important;
    border: none;
}
body .ai-search-fulltext-page .mobile-ai-search-close-button { display: none; }
body .ai-search-fulltext-page .filter-pills .filter-pill,
body .ai-search-fulltext-page .filter-pills span.filter-pill {
    border: 1px solid #0071e3 !important;
    background: #fff;
    color: #0071e3 !important;
}
body .ai-search-fulltext-page .filter-pills .filter-pill.active,
body .ai-search-fulltext-page .filter-pills span.filter-pill.active {
    background: #0071e3 !important;
    color: #fff !important;
}
body .ai-search-fulltext-page .category-title {
    color: #0071e3 !important;
    padding: 15px 10px;
    display: block;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: capitalize !important;
    text-align: left !important;
    border: none;
}
body #ai-results-container.index-req-products {
    border-top: 1px solid #eee;
    margin-top: 20px;
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
}
body #ai-results-container.index-req-products .category_product_wrapper .product-grid {
    border: none;
    margin: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
body #ai-results-container.index-req-products .category_product_wrapper .product-grid:hover { transform: none; }
body #ai-results-container.index-req-products .category_product_wrapper .product-grid .short_desc_no_styling,
body #ai-results-container.index-req-products .category_product_wrapper .product-grid .price-box { height: auto; }
#ai-results-container.index-req-products .category_product_wrapper .product-grid .img {
    border-bottom: 1px solid rgba(204, 204, 204, .33);
}
#ai-results-container.index-req-products .category_product_wrapper .product-grid .title h6,
#ai-results-container.index-req-products .product-list .title h6 {
    font-size: 16px;
    text-transform: capitalize !important;
}
#ai-results-container.index-req-products .category_product_wrapper .product-grid .title h6 { margin-bottom: 0; }
#ai-results-container.index-req-products .product-list .title h6 { margin-top: 0; }
#ai-results-container.index-req-products .category_product_wrapper .product-grid .price-box {
    line-height: normal;
    width: 100%;
    padding: 0;
}
#ai-results-container.index-req-products .category_product_wrapper .product-grid .list-price { margin: 20px 0 6px; }
#ai-results-container.index-req-products .category_product_wrapper .product-grid .availability,
#ai-results-container.index-req-products .product-list .availability {
    display: flex;
    align-items: center;
}
#ai-results-container.index-req-products .category_product_wrapper .product-grid .availability .icon-phone,
#ai-results-container.index-req-products .product-list .availability .icon-phone {
    display: flex;
    height: 20px;
    width: 20px;
    padding: 0 !important;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
#ai-results-container .w-100 { width: 100%; }
body #ai-results-container.index-req-products .category_product_wrapper .product-grid .btn-primary,
#ai-results-container.index-req-products .product-list .btn-primary {
    width: 100% !important;
    padding: 6px 10px;
    text-align: center;
    background: #0071e3 !important;
    color: #fff !important;
}
#ai-results-container.index-req-products .product-list .btn-primary { width: auto !important; display: inline-flex; }
#ai-results-container.index-req-products .product-list .font-md.mb-2 { margin-bottom: 10px; }
body .ai-search-fulltext-page .pagination { background: #0071e3 !important; }
body .ai-search-fulltext-page .pagination > li.active > a {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #0071e3 !important;
    border-radius: 50%;
    width: 33px;
}
body .ai-search-fulltext-page .pagination > li > a { color: #fff !important; }
body .ai-search-fulltext-page .pagination > li.disabled > a:hover { background: none !important; }
.ai-search-page .ai-search-container #ai-main-column { width: 100%; }
.ai-search-page .ai-search-container #ai-main-column .card-body { font-size: 14px; line-height: 1.2; }
.ai-search-page .ai-search-container #ai-main-column .ai-search-message.system { font-size: 14px; text-align: right; }
.ai-search-page .ai-search-container .ai-chat-subtitle { font-size: 13px; }
.ai-search-page .ai-search-container .ai-chat-title { font-size: 16px; font-weight: 500; }
.ai-search-page .ai-search-container .ai-chat-status,
.ai-search-page .ai-search-container .ai-state-empty,
.ai-state-empty,
.ai-search-page .ai-state-products-header { font-size: 12px; }
.ai-search-page .ai-search-container .ai-state-title { font-size: 14px; margin-bottom: 4px; font-weight: 500; }
.ai-search-page .ai-search-container .ai-state-search { font-size: 13px; padding: 7px 10px; }
.ai-search-page .ai-search-container .ai-state-pill { font-size: 12px; padding: 6px 12px; }
body .ai-search-page .ai-search-container .ai-state-pill.active,
body .ai-search-page .ai-search-container .ai-keyword-submit-btn.btn {
    background: #0071e3 !important;
    border-color: #0071e3 !important;
    color: #fff !important;
}
body .ai-search-page .ai-search-container .ai-keyword-submit-btn.btn svg { color: #fff; }
body .ai-search-page .ai-search-container #ai-state-filters { margin-top: 4px; }
body .ai-search-page .ai-search-container button#ai-filters-reset {
    background: #0071e3;
    border: 1px solid #0071e3;
    color: #fff !important;
    font-size: 13px !important;
    padding: 4px 10px !important;
    border-radius: 50px !important;
}
.ai-search-page .ai-search-container .input-group .form-control { font-size: 15px; }
.ai-search-container #ai-main-column #ai-panel-column { width: 75%; }
.ai-search-page .ai-search-form .btn-primary { padding: 0 !important; }
.ai-search-page .ai-listing-products .ai-state-section { border-bottom: 1px solid #e5e7eb; padding-bottom: 7px; }
.ai-search-page .ai-search-message.bot .ai-quick-reply-button { padding: 5px 10px; font-size: 12px; }
.ai-search-page .ai-listing-products > .ai-state-section:last-child { border: none; margin: 0; padding: 0; }
.ai-search-page .ai-listing-layout .ai-state-section { margin-bottom: 17px; }
.ai-search-page .ai-state-products-header .ai-state-title { margin-bottom: 0; }
.ai-search-page .ai-listing-products .ai-product-card-name { font-size: 14px; }
.ai-search-page .ai-listing-products .ai-product-card-meta { font-size: 13px; }
.ai-search-page .ai-listing-products .ai-product-card-description { font-size: 12px; }
.ai-search-page .ai-listing-products .ai-product-card-price-wrapper { align-items: start; }
.ai-search-page .ai-listing-products .ai-product-card-price-wrapper .ai-product-card-price { font-size: 16px; }

@media only screen and (max-width: 767px) {
    body #ai-debug-column { display: none; }
    body .ai-search-fulltext-page > .row { margin: 0 -15px; }
    body #ai-results-container.index-req-products { margin: 0; }
    body .ai-search-fulltext-page .mobile-ai-search-button {
        background: #0071e3 !important;
        color: #fff;
        border-color: #0071e3;
        padding: 7px 10px !important;
        border-radius: 5px !important;
    }
    body .ai-search-container .card,
    body .ai-search-container .card-body {
        background: none !important;
        box-shadow: none !important;
        border: none !important;
        overflow: visible;
    }
    body .ai-search-container .ai-main-card { height: auto !important; min-height: unset; max-height: none; margin-top: 0; }
    body .ai-search-container .ai-main-card #ai-search-column {
        width: 100%; height: auto; box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
        border-radius: .25rem; border: 1px solid rgba(15, 23, 42, .06); overflow: visible;
        padding: 10px; min-height: unset; margin-bottom: 30px;
    }
    body .ai-search-container .ai-main-card #ai-search-column .ai-search-chat { min-height: 410px; }
    body .ai-search-container .ai-main-card #ai-panel-column { display: flex !important; width: 100% !important; padding: 0; }
    body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-sidebar { max-width: 100%; overflow: visible; padding: 0; height: auto; border: 0; }
    body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-products { width: 100%; }
    body .ai-search-container .ai-main-card #ai-panel-column .ai-panel-card .card-body { padding: 0; border: 0; }
    body .ai-search-container .ai-main-card #ai-panel-column .ai-listing-layout { display: flex; flex-direction: column; overflow: visible; }
    body .ai-search-container .ai-main-card #ai-panel-column .ai-panel-tab-content {
        display: flex !important; flex-direction: column; height: auto; max-height: 100%; flex: none !important;
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: .25rem;
        border: 1px solid rgba(15, 23, 42, .06); background: #fff; padding: 1rem;
    }
    body .ai-search-container .ai-main-card #ai-panel-column #ai-rewrite-preview-wrapper {
        box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important; border-radius: .25rem;
        border: 1px solid rgba(15, 23, 42, .06); background: #fff; padding: 1rem;
    }
}
.my-2{
    margin-top: 15px;
    margin-bottom: 15px;
}
.text-capitalize{
    text-transform: capitalize;
}
.d-flex{
    display: flex;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: flex-end;
}
.align-items-center{
    align-items: center;;
}
.position-relative{
    position: relative;
}
body #top-header{
    background-color: var(--header-top-bg);
    padding: 6px 0;
}
body #top_apple_uk{
    background: white;;
}

a, a:focus, a:hover {
    color: #333;
    text-decoration: none;
}
body a.secondary_button{
    color: #0071e3;
}
body a.secondary_button:hover{
    text-decoration: underline;
    color: #0071e3;
}
p{
    word-wrap: break-word;
}

#top_apple_uk .top-link{
    color: var(--header-links);
    word-spacing: -1px;
    display: flex;
    align-items: center;
    line-height: 1.4;
}
#top_apple_uk .dropdown {
    display: flex;
}
#top-header .top-link{
    color: var(--header-top-text);
}
.text-color a:hover{
    text-decoration: none;
}
.modal-dialog .btn{
    text-transform: unset !important;
}
#top{
    background: rgb(51,51,51);
    background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(36,36,36,1) 100%);
    color: white;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 16px;
}

#top_apple_uk {
    background: rgb(51,51,51);
    background: linear-gradient(180deg, rgba(51,51,51,1) 0%, rgba(36,36,36,1) 100%);
    /*color: white;*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
    font-size: 12px;
    line-height: 3.66667 !important;
    font-weight: 400;
    letter-spacing: -.01em;
    color: #f5f5f7;
    border-top: 1px solid #cccccc54;
}
.header-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

body #apple-header-icons{
    margin: 0 !important;
    justify-content: flex-end;
}
body #apple-header-icons > a {
    border-left: 2px solid var(--header-links);
    padding-left: 9px;
    margin-left: 7px;
}
body #apple-header-icons > a:first-child {
    padding-left: 0;
    border: none;
    margin-left: 0;
}
#top_apple_uk .top-link:hover {
    color: var(--link-hover);
}
.index-bundle-products .product-grid .img, .index-bundle-products  .product-list .img{
    margin: 0 0 10px !important;
    height: auto !important;
    line-height: 1 !important;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 10px !important;
}
.product-list .title h2{
    word-wrap: break-word;
}
.index-bundle-products .product-grid .img img,.index-bundle-products  .product-list .img img {
    max-width: 80% !important;
    max-height: unset !important;
    object-fit: contain;
    padding: 5px;
}

.index-bundle-products .product-grid .img-wrap,.index-bundle-products  .product-list .img-wrap {
    max-width: 50% !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-bundle-products .product-grid .img-wrap span,.index-bundle-products  .product-list .img-wrap span{
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}
.index-bundle-products .product-grid .img-wrap:last-child span,.index-bundle-products  .product-list .img-wrap:last-child span{
    display: none;
}

.index-bundle-products .product-grid .title , .index-bundle-products  .product-list .title{
    max-height: unset;
    min-height: unset;
    overflow: hidden;
    margin: 0 0 !important;
    text-align: center;
}
.index-bundle-products .product-grid .title h2 , .index-bundle-products  .product-list .title h2{
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px !important;
    padding: 0 !important;
    text-align: center;
    margin-bottom: 5px !important;
    word-wrap: break-word;
}
.index-bundle-products  .bundlestitle span{
    color: #666666;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
}
.index-bundle-products  .bundlestitle .plus{
    font-size: 20px;
    line-height: 1;
    color: #666666;
}
.text-center{
    text-align: center;
}

#top .navbar-brand{
    margin-top: 5px;
    margin-bottom: 0;
    color: #fff;
    padding: 0;
    font-size: 18px;
    line-height: 20px;
    height: auto;
}

#top .top-link{
    color: #cccccc;
    margin: auto 0 auto 2%;
    vertical-align:middle;
    font-size: 16px !important;
}

.product-title-apple{
    color: black;
    text-align: left;
    line-height: 1.5;
    margin-top: 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.grey-text{
    color: #ababab;
    font-size: 14px;
}

.price{
    color: #ababab !important;
}


.apple-shop-button , body ._footer-button , body .btn.custom-background, body .forgot-password , .contact .btn{
    display:block;
    border: 2px solid #0071e3;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 10px;
    background: #0071e3;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    line-height: 1.1;
    margin-bottom: 0;
    width: auto;
    height: auto;
    font-weight: 400;
}
.contact .btn{
    display: inline-block;
    background-image: none !important;
    box-shadow: none !important;
}
.apple-shop-button:hover , .apple-shop-button:focus ,
body ._footer-button:hover ,  body ._footer-button:focus{
    background: #0077ed;
}
body ._footer-button{
    margin: 0;
}
.section-wrapper{
    margin-top: 40px;
    margin-bottom: 40px;
}

.list-price {
    font-weight: 500;
    font-size: 14px;
}

.product-list .list-price {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 3px;
}


.apple-shop-button-sec{
    background-color: white !important;
    border: 2px solid #0071e3 !important;
    color: #0071e3 !important;
    display:block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
    -webkit-transition: background 0.35s; /* For Safari 3.0 to 6.0 */
    transition: background 0.35s; /* For modern browsers */
}

.apple-shop-button-sec:hover{
    background-color: #0071e3 !important;
    border: 2px solid #0071e3 !important;
    color: white !important;
}

.apple-shop-button-sec-trade{
    background-color: white !important;
    border: none !important;
    color: #0071e3 !important;
    display:block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 2%;
    -webkit-transition: background 0.35s; /* For Safari 3.0 to 6.0 */
    transition: background 0.35s; /* For modern browsers */
}

.model-select .product-img{
    max-width: 50%;
}

.rc-productbundle-activecolorlabel {
    margin-top: 0;
    margin-bottom: 5px;
    color: #5c5c5d;
    margin-left: 0;
}

.panel-group button, .panel-group .display {
    border-radius: 10px !important;
    border: 1px solid #ccc;
    outline: 2px solid transparent;
    display: block;
    padding: 14px;
    margin: 0 0 15px 0;
    width: 100%;
    text-align: left;
    background: #fff;
    position: relative;
    transition: all 0.5s ease;
}

.selectedOption {
    border-style: solid !important;
    border-color: #00b1e2 !important;
}

.panel-group button.selectedOption, .panel-group .display:hover , .panel-group button:hover {
    border: 1px solid #0d6efd !important;
    outline: 2px solid #0d6efd !important;
    padding-right: 35px;
}
.panel-group button.selectedOption::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0d6efd;
    font-size: 22px;
    padding-right: 0.5em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
}

.panel-group button.selectedOption:hover::after{
    color: #fff;
}
.product-selector select{
    border-radius: 10px;
}


.panel-group .active{
    border: 1px solid #0c4067;
    background: #f2f2f2;
}

.panel-group button:hover{
    border: 1px solid #0c4067;
}

.product-selector .list-group-item:hover, .product-selector .list-group-item:focus, .product-selector .list-group-item:visited  {
    border: 2px solid #c1e0fe;
    border-radius: 10px !important;
}

label.span.featureCategoryName:active {
    outline: 1px solid #0c4067;
    outline-offset: 1px;
}

.product-selector .list-group {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.product-selector .summary-box{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.product-detail h2, .price-request h2{
    text-transform: unset;
}

.product-selector .panel-title{
    font-weight: 700;
    margin-bottom: 10px;
}

.product-selector .product-img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-height: 450px;
}

.category-page {
    background-color: #000;
    color: #fff;
    padding-bottom: 5%;
}

.compare-page .icon-circle-with-cross {
    margin-bottom: 30px;
    font-size: 24px;
}

.compare-page .img {
    width: 100% !important;
    margin: 30px auto !important;
    height: 300px !important;
    line-height: 300px !important;
}

.compare-page .img img {
    max-height: 300px;
}

.compare-page .feature-title{
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}

.compare-page .product-title-apple {
    padding: 0 25% !important;
}
.sort-wrap label{
    margin-bottom: 0;
}
.sort-wrap {
    padding: 20px 0;
}
.product-detail .nav-pills > li {
    float: none;
    display: inline-block;
    padding: 2px;
    border: 1px solid #ddd;
    /*margin: 0 5px;*/
    overflow: hidden;
}

.product-detail .thumb img {
    width: 100%;
}

.product-detail .img img {
    max-height: 300px;
    max-width: 80%;
}
.product-title-apple.price {
    text-align: left;
    margin: 10px 0 0;
    color: #0071e3 !important;
    font-size: 25px;
}
.secondary-button {
    display: block;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 16px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background: #f8f8f8;
    color: #000000 !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
}

.product-detail-wrapper{
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.apple-product-data .nav-tabs li.active > a > .secondary-button {
    color: #0071e3 !important;
    border: 1px solid #0071e3 !important;
}

.compare {
    margin-bottom: 30px;
}

.compare label.compare-selected.compare_checkbox-label::after {
    margin-left: -13px;
    margin-top: 4px;
    margin-bottom: inherit;
}

.contact {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.col-md-4 .min-height-model-select-specs{
    min-height: 150px;
}

.col-sm-6 .min-height-model-select-specs{
    min-height: 330px;
}

.category-billboard{
    height: 128px;
    background-color: #f5f5f7;
    border: 1px solid #d2d2d7;
}

.category-sort{
    height: auto;
    background-color: white;
    border-bottom: 1px solid #d2d2d7 !important;
}
.flex-column{
    flex-direction: column;
}
.product-grid{
    box-shadow: 2px 3px 5px 2px rgb(0 0 0 / 8%);
    transition: all .3s;
    border-radius: 10px;
    padding: 12px;
    position: relative;
}

.product-grid:hover{
    box-shadow: 2px 4px 10px rgba(0,0,0,.16);
    transform: scale3d(1.01,1.01,1.01);
}


a.product_hover {
    color: black !important;
}
a.product_hover:hover {
    color: #06c !important;
}

.footer{
    background-color: var(--footer-bg);
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer li a , .footer , .footer-links li i{
    color: var(--footer-links);
}
.footer li a:hover{
    color: var(--footer-links-hover);
}
/* product page common desktop version: 17th August */

.product-detail .nav-pills > li > a , .product-selector .nav-pills > li > a {
    position: relative;
    display: block ;
    padding-top: 100% !important;
    width: 100%;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}



.product-selector .nav>li>a>img , .product-detail .nav>li>a>img {
    max-width: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain;

}
.product-selector .tab-content.img img ,  .product-detail .tab-content.img img{
    max-width: 95%;
    object-fit: contain;
    height: 100%;
    width: 100%;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 60vh;
}
.product-selector .tab-content > .active ,  .product-detail .tab-content > .active{
    border-top: 0;
    padding: 0;
    max-height: 100%;
    max-width: 100%;
}

.panel-wrap {
    margin-bottom: 40px;
}

#productDetailsButton{
    margin-right: 10px;
}
.selectedOption {
    border: 3px solid #0d6efd  !important;
    /*border-color: coral !important;*/
}
.price-span {
    font-family: "SF Pro Display","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif !important;
    font-size: 1.5em;
}
.marginBBox {
    margin-bottom: 50px;
}

#product_detail {
    color: white !important;
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    font-size: 20px;
}

li.apple-li-features {
    line-height: 1.4 !important;
    font-size: 15px;
    margin-bottom: 8px;
}

.selector-thumb{
    max-width: 100% !important;
}

.nav-pills > li{
    padding: 0;
    border: none !important;
    height: auto !important;
}

.apple-selector-highlight-img{
    max-width: 80%;
}

.btn-item{
    background-color: rgba(133, 161, 188, 0.1) !important;
    -webkit-transition: background 0.35s; /* For Safari 3.0 to 6.0 */
    transition: background 0.35s; /* For modern browsers */
    color: #686868;
}

.btn-item:hover {
    border: 3px solid #0d6efd  !important;
    background-color: #0d6efd  !important;
    color: white  !important;
}

body select{
    height: auto;
    background-color: white !important;
    border: 1px solid #d2d2d7;
    border-radius: 0;
    padding: 0 0 0 10px;
    margin: 0;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    cursor: inherit;
    line-height: inherit;
    font-weight: 400;
    padding: 10px;
    line-height: 1;

}

.nav-pills > li {
    height: auto !important;
    border: 1px solid #ccc !important;
    border-radius: 5px;
    width: 75px;
}
.nav-pills > li.active,
.nav-pills > li.active{
    border:1px solid #0d6efd !important;
}

.open-button {
    background-color: #0071e3; /* Use Apple's default blue color */
    color: white;
    border: none;
    border-radius: 50%; /* Make it round */
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: fixed;
    bottom: 50px;
    left: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); /* Add some shadows */
    transition: background-color 0.3s ease-in-out; /* Add smooth transition */
}
.category-list-page .product-grid:last-child, .category-list-page .product-list:last-child{
    border-right: 1px solid #ddd;
}

#filters_static .collapse , #filters_static .collapsing{
    padding: 0px 10px 10px 10px;
}

.filter-options .filter, #filters .filter , #vendors_filter .filter{
    margin: 0 0 5px 10px;
}

.panel-group {
    margin: 0;
}
.panel-group:after {
    clear: both;
    display: block;
    content: "";
}


.open-button:hover {
    background-color: #0056b3; /* Make it darker when hovering */
}

.chat-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9;
    width: 100%;
    max-width: 310px;
    background-color: #f9f9f9;
    box-shadow: 0px 2px 10px rgba(0,0,0,.25);
    overflow: auto;
    padding: 20px;
    border-radius: 20px;
    height: 85vh; /* Adjust this value to suit your needs */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    display: none;

}
.form-container {
    display: flex;
    flex-direction: column;
    margin-top: auto; /* This will push the form to the bottom */
}

.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: 1px solid #ddd;
    background: #fff;
    resize: none;
    min-height: 50px;
    border-radius: 20px;
    box-shadow: inset 0px 2px 5px rgba(0,0,0,.05);
}

.form-container .btn {
    background-color: #000;
    color: #fff;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-bottom:10px;
    opacity: 0.8;
    border-radius: 20px;
    transition: opacity 0.3s ease-in-out;
}

.form-container .btn:hover {
    opacity: 1;
}

.form-container .cancel {
    background-color: red;
}

.messages-container {
    overflow-y: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding: 10px;
    height: 50vh; /* Changed from max-height to height */
}

.user {
    text-align: right;
    background-color: #007aff;
    color: #fff;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    width: fit-content;
    align-self: flex-end; /* Align user messages to the right */
    max-width: 80%;
    margin-left: auto; /* Align user messages to the right */
}
div#tradeinModal{
    box-shadow: none !important;
}

.bot {
    text-align: left;
    background-color: #ddd;
    color: #000;
    padding: 10px;
    margin: 10px;
    border-radius: 20px;
    width: fit-content;
    align-self: flex-start; /* Align bot messages to the left */
    max-width: 80%;
    margin-right: auto; /* Align bot messages to the left */
}

.flash-message {
    position: fixed;
    top: 0;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;
    background-color: #0071e3;
    color:white !important;
    z-index: 999;
    border-radius: 0 0 10px 10px;
    transition: 0.3s;
    animation: slideDown 0.5s ease-in-out forwards;
}

.flash-message.hide {
    animation: slideUp 0.5s ease-in-out forwards;
}

textarea[disabled] {
    /* Styles for disabled textarea */
    background-color: #f0f0f0;
    color: #999;
    cursor: not-allowed;
}

.tab-content.img {
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}


/* Category Section */

.product-wrapper{
    box-shadow: 2px 4px 4px rgba(0,0,0,.08);
    transition: all .3s;
}
.product-wrapper .product-title-apple{
    text-align: center;
}
.product-wrapper:hover{
    box-shadow: 2px 4px 10px rgba(0,0,0,.16);
    transform: scale3d(1.01,1.01,1.01);
}

.product-img-apple ,  .product-detail .product-wrapper .img , .product-wrapper .img{
    /* margin-top: 10%; */
    padding-top: 80%;
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.product-img-apple .slider_img , .product-detail .product-wrapper .img img, .product-wrapper .img img{
    /* max-width: 25em; */
    /* max-height: 350px; */

    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.recommended-products{
    display: flex;
    flex-wrap: wrap;
}

.recommended-products .rec-products-img{
    margin: 0 0 20px;
}
.prod-img-text-wrap{
    margin-top: 50px;
    margin-bottom: 50px;
}

.prod-price-wishlist-wrap .heart-like-button{
    margin-left: 10px;
}
.prod-price-wishlist-wrap{
    margin-bottom: 20px;
    line-height: 1;
}
.prod-price-wishlist-wrap .fa-clock-o{
    padding-right: 5px;
}
.prod-color-image{
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.product-tabs ul{
    margin-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid #cccccc !important;
}

.product-tabs ul a{
    padding: 0;
}
.panel-group button p, .panel-group .display p {
    margin: 0;
}

.open>.dropdown-menu.second-level{
    display: flex;
    padding: 0 2px;
    flex-wrap: wrap;
    justify-content: center;
}
.navbar-nav  .dropdown-menu.third-level{
    column-count: 5;
    padding: 10px;
    box-shadow: none;
    line-height: 1.5;
}
body .second-level > li > a{
    padding: 10px 20px;
}
.third-level > li > ul {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    margin: 0 0 5px 0;
}
.third-level  li  ul h3 a , .third-level  li  ul h3 a:hover , .third-level  li  ul h3 a:focus , .dropdown-menu-large > li ul > li > a:hover, .dropdown-menu-large > li ul > li > a:focus,
.dropdown-menu-large.third-level  li.sub-font a:hover, .dropdown-menu-large.third-level  li.sub-font a:focus{
    font-weight: 400;
}
.dropdown-menu-large.third-level  li.sub-font a {
    color: #999;
}



ul.feature-list-apple {
    margin-left: 17px;
    margin-bottom: 0;
}

.bandcolour_color_option + .panel-group,
.productcolour_color_option + .panel-group{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.category-list-page .product-grid, .category-list-page .product-list{
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-shadow: none;
    transition: none;
    border-radius: 0;
    padding: 0;
    position: relative;
    margin: 0;
}
.category-list-page .product-grid:hover, .category-list-page .product-list:hover{
    box-shadow: none;
    transform: none;
}
.product-wrapper .heart-like-button , .category-list-page  .heart-like-button , .wishlist-heart-like-button{
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
}
.wishlist-heart-like-button{
    left: 0;
    right: auto;
}

#filters_static h5{
    /* border-bottom: 1px solid #ccc;
    padding-bottom: 10px; */
    margin: 0;
}

#filters_static{
    padding-top: 15px;
    padding-bottom: 15px;
}
.filter-options .filter:last-child, #filters .filter:last-child{
    margin-bottom: 0;
}

.checkbox-wrap {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    padding-right: 30px;
    position: relative;
}

.checkbox-wrap input:checked ~ .checkmark {
    background: #0071e3;
}
.checkbox-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 2px;
}
.checkbox-wrap input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 30px;
    left: 0;
    height: 100%;
    transform: none;
    z-index: 1;
}
.checkbox-wrap .checkmark:after {
    content: "";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 11px;
    padding-right: 0.5em;
    position: absolute;
    top: 1px;
    left: 4px;
    right: 0;
    bottom: 0;
    margin: auto;
}
.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f00c";
}
.filter-container .title a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.filter-container .title a i {
    transition: all 0.5s ease;
}
.prod-category-wrap .carousel-inner .item{
    width: 100%;
}
.prod-category-wrap .carousel-inner{
    padding: 15px;
}
.prod-category-wrap .carousel-inner .item img{
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.prod-category-wrap .carousel-inner .item{
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 140%;
}
.flex-wrap{
    flex-wrap: wrap;
}
/* product modal */
body ._step{
    margin-bottom: 0;
}
.modal-header{
    margin-bottom: 15px;
}
.modal-product .card{
    margin-top: 0;
    padding: 0;
    gap: unset;
    width: 100%;
    margin-bottom: 10px;
}
.modal-product .btn-select {
    border-radius: 7px !important;
    height: 100% !important;
    width: 100% !important;
    justify-content: center;
    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    background-position: 5px center;
    background-size: 33px;
    box-shadow: 0px 0px 0px 1px transparent;
    font-size: 13px;
}
.modal-product  .btn-selected{
    border-radius: 7px !important;
    height: auto !important;
    width: 100% !important;
    padding: 10px;
    font-size: 13px;
    margin: 0;
}
.modal-product .btn-select:hover ,.modal-product  .btn-selected {
    border: 1px solid #0071e3 !important;
    box-shadow: 0px 0px 0px 1px #0071e3;
}

.modal-product ._button-wrapper {
    border: none;
    background-color: transparent;
    width: 100%;
    height: 100%;
    padding-left: 0;
    text-align: left;
    text-transform: capitalize;
}

.modal-product .category-button-wrap ._button-wrapper{
    padding-left: 33px;
}

._footer-container{
    margin-top: 15px;
    margin-bottom: 23px;
}
.modal-product  .modal-button-wrapper{
    margin: 10px 0;
}
.modal-product  .question-wrap{
    padding: 15px 0px;
    height: 100%;
    border-bottom: 1px solid #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-product ._input{
    border-radius: 5px;
    height: auto;
    padding: 10px;
    font-size: 13px;
    line-height: 1.2;
}

.modal-product ._label {
    font-size: 15px;
    color: #333;
    margin-bottom: 5px;
    text-transform: capitalize;
}

.modal-product ._container{
    width: 85%;
}

.modal-product  ._heading{
    font-weight: 600;
    font-size: 15px !important;
    margin-bottom: 0;
}
.cart-subtotal{
    margin-top: 0 !important;
}
.coupon , .cart-subtotal{
    margin: 0;
}
.card-total-box {
    padding: 0;
    border-radius: 10px;
    background: #f1f1f1;
    margin-bottom: 10px;
    overflow: hidden;
}
body .card-inner-wrap {
    padding: 0 10px;
}
body .cart-first-element{
    padding-left: 0;
}

.card-total-box h3{
    padding: 10px;
    background: #0071e3;
    border-bottom: 1px solid lightgray;
    color: white;
}
body .cart-total-item {
    padding: 10px;
    border: none !important;
}
.cart-footer {
    border-top: 1px solid lightgray;
    margin-top: 10px;
}

.monthly-payment-wrap{
    border-top: 1px solid lightgray;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    width: 40px;
    height: 40px;
    margin-top: 0;
    font-size: 18px;
    background: #ffffff5c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    right: 20px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    left: 20px;
}

.home-section-wrap{
    margin-bottom: 40px;
}
.index-bundle-products .product-grid{
    margin-bottom: 0;
}

.specification-wrap{
    border: 1px solid #f7f7f7;
}

.specification-wrap p{
    margin: 0;
}


.welcome-section img{
    height: auto !important;
    max-width: 100%;
}
.header-border-wrapper {
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.ex-vat-price{
    margin: 0 0 10px 0;
}
body .availability {
    margin: 0 0 10px;
    display: block;
    color: #448048;
    height: auto;
    padding-top: 0;
}
body .availability .icon-check {
    padding: 0 !important;
    margin-right: 5px;
    height: 26px;
    width: 26px;
    display: inline-flex;
    justify-content: center;
}
.availability .icon:before{
    display: flex;
    align-self: center;
    justify-self: center;
    top: 0;
}

a{
    color: #337ab7;
}

.products-listing {
    border: 1px solid #ccc;
    padding: 10px;
    display: flex;
    clear: both;
    flex-wrap: wrap;
}

.products-listing-inner{
    display: flex;
    width: 100%;
}

.product-name a , .product-name{
    font-weight: 500;
    line-height: 1.1;
    font-size: 16px;
}

.product-name a {
    display: flex;
    margin-bottom: 10px;
}


.cart-table img {
    max-width: 100%;
    margin-bottom: 0;
}
.checkout-cart .dropdown-menu{
    padding: 0;
}
.checkout-cart .dropdown-menu > li > a{
    padding: 10px;
}
a.product-cross {
    float: right;
    top: 10px;
    position: absolute;
    right: 10px;
}

.checkout-cart .quantity-wrap .icon {
    background: #0071e3;
    color: white;
    height: 25px;
    width: 25px;
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.quantity-wrap a{
    display: inline-flex;
}

.quantity-wrap{
    border: none;
    display: inline-flex;
    flex-wrap: wrap;
}

.quantity-wrap .icon:before{
    top: 0;
}

.cover-image-wrap{
    position: relative;
    padding-top: 100%;
    height: 100%;
    width: 100%;
}


.cover-image-wrap img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}


.cart-table .products-listing{
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-top: 1px solid #efefef;
    border-bottom: none;
    padding: 20px;
}
.cart-table .products-listing:last-child{
    border-bottom: 1px solid #efefef;
}
.checkout-cart input{
    line-height: 1;
}

body .cart-button-wrap .btn , .cart-subtotal .apple-shop-button-sec{
    width: 100%;
    padding: 8px 0 !important;
    font-size: 13px;
}
.cart-inner-btn{
    margin-bottom: 10px;

}
.rec-cart-wrap {
    border-top: none;
    padding: 20px 10px 0;
    margin-top: 10px;
    background: #fafafa;
    width: 100%;
}
.rec-cart-wrap .rec-products-img{
    box-shadow: 2px 4px 4px e;
    transition: all .3s;
    border-radius: 0;
    padding: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rec-cart-wrap p{
    line-height: 1.3;
    font-size: 13px;
}
body .checkout-cart .list-price {
    margin-top: 0;
}
.service-wrap{
    padding: 10px;
    box-shadow: 2px 1px 4px 0 rgba(0,0,0,0.5);
    /* width: 100% !important; */
    margin: 0 0 20px;
}
.service-wrap:last-child{
    border-bottom:none !important;
}
.rec-products-img-wrap:last-child {
    border-right:none;
}

.apple-shop-button-sec.btn-small{
    font-size: 12px;
    padding: 6px 8px;
    border-radius: 5px;
    margin: 0;
    width: 100%;
}
.apple-shop-button-sec.btn-small:hover, .apple-shop-button-sec.btn-small:focus{
    border-radius: 5px !important;
}
.rec-products-img .product-img-apple{
    height: auto;
}
.checkout-cart .list-price {
    font-size: 11px;
}
.checkout-cart {
    margin-bottom: 40px;
    clear: both;
}
.cart-subtotal .apple-shop-button-sec{
    width: 100%;
}
.breadcrumbs-cart , .breadcrumbs {
    background: white;
    margin: 10px 0 30px;
    padding: 10px 0 1px;
    border-bottom: 1px solid #f1f1f1;
}

.breadcrumbs-cart * , .breadcrumbs-cart * {
    font-size: 12px;
}
.checkout-cart .btn.custom-background .icon {
    font-size: 15px;
    margin-left: 2px;
}

body label {
    margin-bottom: 2px;
    font-weight: 500;
}

.contact-btn-wrap{
    text-align: left;
    margin-top: 15px;
}
.company-detail-wrap{
    border-left: 1px solid #eee;
}
.company-detail-wrap h4{
    padding-bottom: 14px;
    position: relative;
    margin-bottom: 20px;
}
.company-detail-wrap h4:after{
    position: absolute;
    bottom: 0px;
    left: 0;
    background: #321212;
    content: "";
    height: 3px;
    width: 65px;
}
.icon-name-wrp {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.icon-name-wrp .icon-wrapper {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    margin-right: 8px;
}

body .contact-us-form .contact-btn-wrap{
    text-align: left;
    margin-left: 0;
    display: flex;
}
body .contact-us-form .contact-btn-wrap span{
    padding-left: 5px;
    display: inline-flex;
}
.captcha_image +input {
    width: calc(70% - 15px);
    float: right;
    margin-left: 10px;
    height: 42px;
}
.captcha_image {
    height: 42px;
}
.map-wrap {
    margin-top: 30px;
}
.form-group:after {
    /* position: relative; */
    display: block;
    content: "";
    clear: both;
}
body #model_select div{
    font-size: 16px;
    text-align: center !important;
    display: inline-block;
    cursor: pointer;
    border:#d2d2d7 solid 1px;
    color: black;
    padding: 15px 18px;
    width: auto;

}
body #model_select div.checked{
    border: 2px solid #0071e3;
    background-color: white;
}
body #model_select {
    margin-bottom: 30px;
    margin-top: 30px;
}
.box-image-wrapper {
    margin-bottom: 20px;
}
.custom-uk-title{
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #444;
    margin-bottom: 20px;
}
h2.price-apple-config{
    color: #0071e3;
    font-size: 25px;
    padding-inline-start: 0;
    margin-bottom: 0;
}

.color-selector-wrap{
    margin-bottom: 15px;
}
.modal-box-footer {
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.sticky-footer h2{
    margin-bottom: 4px;
    text-align: right;
}
.sticky-footer p:not(.bot){
    margin-bottom: 0;
    text-align: right;
    line-height: 1.2;
}
body .sticky-footer .btn {
    margin: 2px 0;
}

.product-detail .availability{
    padding: 0;
    margin: 10px 0;
}
.product-detail.border {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}
.product-detail .product-list p{
    color: #777;
}
.rec-products-img-wrap {
    border-right: 1px solid #ccc;
}
.wishlist-heart-like-button i {
    color: #0071e3;
}
.coupon input[type=text] {
    border: 1px solid #ddd;
    padding: 10px;
}
/* FOOTER  */
.footer .footer-title {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.footer .footer-title::after{
    position: absolute;
    content: "";
    height: 2px;
    width: 36px;
    background: var(--footer-links);
    bottom: 0;
    left: 0;
}

.footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links li i{
    margin-right: 10px;
    width: 14px;
    text-align: center;
    font-size: 16px;
}

.footer-links li+li{
    margin-top: 9px;
}

.products-listing-inner ul {
    list-style: none;
}
.coupon input[type=text]{
    margin: 0;
    border: 1px solid #ddd;
    padding: 7px 15px;
    width: 100%;
    border-radius: 7px !important;
    height: 37px;
}
body .coupon button.custom-background{
    margin: 0;
    font-size: 13px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    padding: 6px 6px !important;
    height: 37px;
    border-radius: 0 7px 7px 0px !important;
}
body #top_apple_uk .navbar-brand{
    padding: 0;
}

.banner-wrap .carousel-inner .item{
    /*position: relative;*/
    width: 100%;
    overflow: hidden;
}

.banner-wrap .carousel-inner .item img{
    /* position: absolute; */
    left: 0;
    top: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
}
.banner-wrap .carousel-indicators {
    left: 0;
    width: auto;
    padding-left: 0;
    margin-left: auto;
    z-index: 9;
    margin: 0 auto;
    right: 0;
}
body .sticky-footer .btn#product_detail {
    margin-right: 10px;
}
#filters_static .filter a{
    padding: 5px 10px;
    display: block;
}
.color_circle{
    cursor: pointer;
    margin: 5px 5px 5px 0;
}

.search-page{
    padding: 0 0 20px;
}
.search-page .form-control{
    width: calc(100% - 30px);
    margin: 0 auto 30px;
}

body .search-multiselect .category-title {
    font-weight: 300;
    font-size: 14px !important;
    color: #242424 !important;
    margin: 0 0 0 !important;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px 0;
}

.contact .icon-wrapper {
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    border: 2px solid #0672cb;
    border-radius: 50%;
    justify-content: center;
    margin-right: 15px;
}
.contact .icon-wrapper + div {
    width: calc(100% - 50px);

}


.contact .icon-wrapper i{
    color:  #0672cb;
}
.map-wrap {
    padding: 20px;
    background: #f6f6f6;
    margin-top: 0;
}
.email-wrap {
    padding: 20px;
    background: #e6e5e5;
}
.add-wrap {
    padding: 20px;
    background: #dcdada;
}
.add-email-phone-wrap {
    margin:0 0 22px;
}
.cart-button-wrap{
    margin-top: 25px;
    margin-bottom: 20px;
}
.navbar-brand h4{
    color: #666
}


body #top-header .dropdown-menu > li > a{
    padding: 2px 10px;
    font-size: 10px;
}
body #top-header .dropdown-menu{
    border-radius: 0;
}

.footer-sticky-middle li{
    margin-top: 0 !important;
}

#top-header li.dropdown {
    line-height: 17px;
}

.navbar-brand h4{
    margin-bottom: 0;
}

.apple-right-icons > a {
    border-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ccc;
}

.apple-right-icons{
    line-height: 1;
}

body .open-button{
    height: 50px;
    width: 50px;
    padding: 2px 5px;
    font-size: 14px;
}
/*
.inner-footer:after {
    background: #f7f7f7;
    left: 0;
    content: "";
    position: absolute;
    width: 400%;
    left: 0;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: -1;
    border-bottom: 1px solid #ccc;
} */
/* ****************************  RESPONSIVE  ********************************* */




@media (min-width: 992px) {
    /* product page: 17th August */
    body .sticky-footer{
        margin-top: 30px;
        display: flex;
        align-items: center;
    }
    .footer-sticky-middle{
        text-align: center;
    }
    /* body .global-sticky-footer{
        height: 80px;
    } */

    .product-selector{
        margin-top: 50px;
    }

    #galleryDesktop{
        display: block;
    }
    #galleryMobile{
        display: none;
    }
    .rec-products-img-wrap:last-child {
        border-right: none;
    }
    .open>.dropdown-menu.second-level{
        align-items: center;
        justify-content: center;
        padding: 2px 0;
    }
    /* .banner-wrap .carousel-inner .item{
        height: 60vh;
    } */
    .modal-content {
        -webkit-box-shadow: 2px 2px 1px 0px rgba(0,0,0,.22);
        box-shadow: 2px 2px 1px 0px rgba(0,0,0,.22);
    }

}

@media (max-width: 991px) {
    /* product page: 17th August */
    body .sticky-footer{
        margin-top: 10px;
        display: flex;
        align-items: center;
    }
    /* body .global-sticky-footer{
        height: 80px;
    } */
    .panel-group button, .panel-group .display{
        padding: 11px 12px;
    }
    .product-selector select{
        height: 46px;
        padding-left: 12px;
        padding-right: 12px;
    }
    /* .apple-shop-button{
        font-size: 11px;
    } */
    .h2, h2{
        font-size: 20px;
    }
    #addToCartButton{
        margin-top: 15px;
    }

    #productDetailsButton{
        margin-top: 15px;
    }
    #saveRibbon{
        display: none;
    }

    #galleryDesktop{
        display: none;
    }
    #galleryMobile , .product-img-wrapper{
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #f6f6f6;
    }

    h2{
        margin-top: 0;
    }

    .product-selector{
        margin-top: 0px;
    }

    #customize-title{
        padding-top: 0;
    }
    .panel-wrap {
        margin-bottom: 20px;
    }
    .product-name a, .product-name{
        font-size: 13px;
    }
    .banner-wrap  .carousel-inner .item{
        height: 35vh;
    }
    body .second-level > li > a{
        padding: 7px 15px;
        font-size: 12px;
    }
    .rec-products-img-wrap:nth-child(2n) {
        border: none;
    }

}

/*Mobile*/
@media (max-width: 767px) {
    .sticky-footer h2 , .sticky-footer p:not(.bot){
        text-align: left;
    }
    .sticky-footer-inner .open-button{
        right:60px;
        left: auto;
    }
    .sticky-footer-inner {
        padding-right: 90px !important;
    }
    *{
        word-wrap: break-word;
    }
    #productDetailsButton{
        margin-bottom: -5px !important;
    }
    .tab-content.img{
        height: 290px;
        margin: 20px 0;
    }
    .product-selector .tab-content.img img{
        max-height: 290px;
    }
    .nav-pills > li{
        width: 40px;
        max-width: 100% !important;
    }
    .prod-img-text-wrap {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .h2, h2{
        font-size: 20px;
    }
    li.apple-li-features {
        line-height: 1.5 !important;
        font-size: 13px;
    }
    .summary-box  ul{
        margin-bottom: 5px;
    }
    .checkout-cart .btn.custom-background .icon{
        font-size: 12px;
    }
    .panel-title {
        text-align: left;
    }
    .tab-content>.tab-pan{
        margin-bottom: 0;
    }
    .rec-products-img {
        margin-bottom: 15px;
    }
    .secondary-button{
        font-size: 12px;
        padding: 8px 9px;
    }
    .open>.dropdown-menu.second-level{
        display: block;
        text-align: left;
    }

    .open>.dropdown-menu.second-level > li > a{
        border-bottom: 1px solid #f5f5f5;
    }

    .second-level  li  a{
        padding: 10px;
    }
    .category-list-page .product-grid:last-child, .category-list-page .product-list:last-child{
        border-right: 0;
    }
    .pagination>li>a, .pagination>li>span{
        padding: 4px 7px;
        font-size: 10px;
    }
    .sort-wrap {
        padding: 10px 0;
    }
    body select{
        padding: 6px;
        font-size: 10px;
    }
    .modal-product .modal-button-wrapper{
        margin: 5px 0;
    }
    .modal-product ._subTitle {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.2;
    }
    .modal-product ._footer-container{
        flex-direction: row;
    }

    .modal-product .modal-header{
        padding: 10px 0;
    }
    .modal-product ._step-point{
        font-size: 10px;
        width: 24px;
        height: 24px;
    }
    .modal-product .step-bar{
        height: 4px;
        width: 24px;
    }
    .modal-product .step-bar-active{
        height: 4px;
    }
    .modal-product ._step {
        gap: 3px;
    }
    .cart-subtotal {
        margin-top: 20px !important;
    }
    body .btn.custom-background, body .forgot-password , .apple-shop-button-sec{
        border-radius: 6px !important;
    }
    .apple-shop-button, body ._footer-button, body .btn.custom-background, body .forgot-password , .apple-shop-button-sec{
        font-size: 12px;
    }
    .cart-button-wrap{
        margin-right: -10px;
        margin-left: -10px;
        margin-top: 25px;
        margin-bottom: 20px;
    }
    .cart-inner-btn{
        padding-left: 10px;
        padding-right: 10px;
    }
    .map-wrap {
        margin-top: 0;
    }
    .company-detail-wrap {
        border-top: 1px solid #eee;
        margin-top: 20px;
        padding-top: 20px;
        border-left: none;
    }
    .custom-uk-title{
        font-size: 20px;
        line-height: 1.2;
    }
    body #model_select div{
        padding: 9px 5px;
        font-size: 11px;
    }
    body #model_select {
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .model-box-inner{
        padding: 10px;
    }
    h2.price-apple-config{
        font-size: 14px;
    }
    body .model-box-outer {
        margin-bottom: 20px;
    }

    .colour-picker-option-selected , .colour-picker-option , body .color_circle ,body  div.selected-color {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }

    .navbar-header{
        display: inline-flex;
        margin: auto 0 auto 10px;
    }
    .header-wrap .navbar-toggle .icon-bar{
        width: 18px;
        height: 2px;
        height: 2px;
        background: white;
    }
    .header-wrap .navbar-toggle.collapsed .icon-bar:last-child,.header-wrap .navbar-toggle.collapsed .icon-bar:nth-last-child(3),.header-wrap .navbar-toggle.collapsed .icon-bar:nth-last-child(2) {
        transform: none ;
        display:  block ;
        position: relative ;
        right: auto;
        left: auto;
    }

    .header-wrap .navbar-toggle.collapsed .icon-bar:last-child{
        margin-top: 4px;
    }
    .navbar-toggle{
        padding: 0;
        border-radius: 4px;
        margin: 0;
        background: #0071e3;
        width: 32px;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    /* .header-wrap .navbar-toggle .icon-bar:last-child{
        transform: rotate(45deg);
        margin: 0;
        position: absolute;
        left: 6px;
    }
    .header-wrap .navbar-toggle .icon-bar:nth-last-child(3){
        transform: rotate(135deg);
        margin: 0;
        position: absolute;
        right: 6px;
    } */
    /* .header-wrap .navbar-toggle .icon-bar:nth-last-child(2){
        display: none;
    } */

    #top_apple_uk .top-link {
        margin: auto 0 auto 10px;
        font-size: 15px;
        line-height: 1.5;
    }
    .header-wrap{
        padding: 10px 0;
    }
    .search-wrap {
        padding-top: 8px;
    }
    body #apple-header-icons {
        display: flex;
        justify-content: flex-end;
    }

    #bs-navbar-collapse{
        z-index: 999;
    }
    /* .category-menu-wrapper{
        display: none;
    } */
    body li.dropdown.mega-dropdown.open{
        border-bottom: 1px solid #f5f5f5;
    }

    .section-wrapper{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .recommended-products .rec-products-img {
        margin:  0 0 15px;
    }
    .recommended-products{
        display: block;
    }
    .product-selector .tab-content.img img, .product-detail .tab-content.img img{
        max-height: unset;
    }

    .product-title-apple.price{
        font-size: 16px;
    }

    .product-selector .tab-content.img img, .product-detail .tab-content.img img{
        max-height: 290px;
    }

    .product-detail .product-list {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .product-detail .product-list p{
        font-size: 13px;

    }
    .rec-products-img-wrap:nth-child(3n) {
        border-right: none;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{
        color: #333;
    }
    .dropdown-menu-large > li {
        margin-bottom: 0px;
    }
    li.dropdown.dropdown-large.open {
        background-color: #ffffff;
    }
    .dropdown-menu-large.third-level li.sub-font a {
        padding: 2px 0;
    }
    .third-level li ul h3 a {
        display: block;
        padding: 0 0 6px;
    }
    .open>.dropdown-menu.second-level {
        padding-left: 30px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu.second-level > li > a{
        background: white;
        margin-left: 0 !important;
        color: #333;

    }
    .navbar-nav .dropdown-menu.third-level{
        column-count: 1;
        padding: 0 0  0 20px;
    }
    body .navbar-default .navbar-nav > .open > a,body  .navbar-default .navbar-nav > .open > a:focus,body  .navbar-default .navbar-nav > .open > a:hover{
        border-color: #f5f5f5 !important;
        background-color: #fff !important;
    }
    .dropdown-menu.second-level > .dropdown > a{
        position: relative;
    }
    .dropdown-menu.second-level > .dropdown > a:after{
        content: "\f078";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #6d6d6d;
        font-size: 12px;
        padding-right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 13px;
        margin: auto;
        line-height: 1;
        display: flex;
        align-items: center;
    }

    .dropdown-menu.second-level > .dropdown.open > a:after{
        content: "\f077";
    }
    .footer .footer-title{
        padding-bottom: 6px;
        margin-bottom: 9px;
        font-size: 12px;
    }
    .footer-links li+li{
        margin-top: 2px;
    }
    .footer-inner.section1 ul li+li {
        margin-top: 8px;
    }
    .banner-wrap  .carousel-inner .item{
        height: 320px;
    }
    .rec-products-img-wrap:nth-child(2n){
        border-right: 1px solid #ccc;
    }
    body nav.navbar.navbar-default {
        background: white;
        min-height: unset;
        line-height: 1.5;
        margin-left: 0;
        margin-right: 0;
        box-shadow: none;
    }
    body #bs-navbar-collapse > ul > li > a , body #main-ul-other-menu > li > a , body #bs-navbar-collapse > ul > li.dropdown.mega-dropdown.open > a{
        color: #8b8b8b !important;
    }
    body #main-ul-other-menu ,body  #main-ul-other-menu > li.dropdown.dropdown-large.open > a , body #other-menu{
        background-color: #fff !important;
    }
    .footer-sticky-middle{
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .mac-sub-items.sub ul li  a{
        color: #888;
        font-size: 14px;
        padding: 5px 0 5px 26px;
        font-weight: 400;
        display: block;
        width: 100%;
        margin-left: 30px;
    }
    .mac-sub-items.sub ul li.sub {
        height: auto !important;
        display: flex !important;
    }
    .mac-sub-items.sub > a{
        position: relative;
        padding-left: 19px !important;
        border-bottom: 1px solid #f5f5f5;
        display: block !important;
        opacity: 1 !important;
    }

    .subcategory_hasdropdown{
        position: relative;
    }

    .mac-sub-items.sub > a.subcategory_hasdropdown::after{
        content: "\f054";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        /*--adjust as necessary--*/
        color: #888;
        font-size: 12px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }
}
@media (max-width: 450px) {
    .secondary-button{
        font-size: 9px;
        padding: 8px 5px;
    }
    .recommended-products .rec-products-img ,  .bundle-prod-wrap {
        width: 100%;
    }
    .rec-products-img-wrap{
        width: 50%;
    }
    .rec-products-img{
        padding-top: 10px;
        padding-bottom: 10px;
        width: 100%;
    }
    .cart-table .products-listing{
        padding: 10px;
    }
    .cart-inner-btn{
        width: 50%;
    }
    body #model_select div {
        font-size: 10px;
    }
    .rec-products-img-wrap:nth-child(2n) {
        border-right: none;
    }
    .rec-products-img-wrap:nth-child(3n) {
        border-right: 1px solid #ccc;
    }


}
@media screen and (min-width: 400px ) and (max-width:767px){
    .footer-inner.section4, .footer-inner.section3 {
        padding-top: 20px;
        border-top: 1px solid #e7e7e7;
        margin-top: 14px;
    }
}
@media screen and (max-width: 400px ) {
    .footer-inner{
        width: 100% !important;
        padding-bottom: 20px;
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 20px;
    }
    .footer-inner:last-child{
        padding-bottom: 0;
        border-bottom: none;
        margin-bottom: 0;
    }
}

@media screen and (min-width:768px){
    .sticky-footer-inner .open-button{
        left: auto;
        position: absolute;
        right: -78px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 60px;
    }
    .sticky-footer-inner {
        padding-right: 90px !important;
    }
    .sticky-footer-inner .inner-footer{
        position: relative;
    }
}

/* Temp */

#myCarousel{
    padding-bottom: 30px;
}
.carousel-indicators {
    bottom: -10px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev , .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-left: -10px;
    background: #000000b8;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-left: auto;
}
.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
    color: white;
    font-size: 19px;
}

.carousel-control{
    width: 50px;
    height: calc(100% - 30px);
    top: 0;
    margin: 0 !important;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
    top: calc(50% - 15px);
}

.overlay-open{
    position: relative;
    overflow: hidden;
    display:none;
}
.overlay-open.open{
    display: block;
    position: fixed;
    z-index: 999;
    background: #0000008a;
    content: "";
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    overflow: hidden;
    /* pointer-events: none ; */
}


.overlay-body-open #top_apple_uk {
    pointer-events: none;
    z-index: -1;
}
.overlay-body-open #top_apple_uk{
    z-index: -9;
    position: relative;
}

.overlay-body-open{
    position: fixed;
    overflow: hidden;
    height: 100vh;
}


.apple-new-modal-box h2 , .apple-new-modal-box{
    text-align: center;
}

.apple-new-modal-box .min-height-model-select-specs ul{
    text-align: left;
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.apple-new-modal-box  .modal-box-footer  {
    border: none;
}

.apple-new-modal-box .modal-box-footer{
    flex-direction: column !important;
    align-items: flex-start !important;
}

.apple-new-modal-box .model-box-inner{
    background: white;
    border: none !important;
}

.apple-new-modal-box  .price-wrap{
    margin-bottom: 20px;

}
.apple-new-modal-box  .price-apple-config{
    color: black;
}


.apple-new-modal-box .apple-shop-button{
    width: 100%;
}

.apple-new-modal-box .color-selector-wrap{
    margin-bottom: 5px;
}

.apple-new-modal-box .product-title-apple{
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 20px;
}

.apple-new-modal-box .button-wrapper{
    width: 100%;
}

.apple_category_content_box img{
    margin: 30px 0;
    max-width: 60% !important;
}

.apple_category_content_box .description{
    margin-bottom: 20px;
    /* font-size: 16px; */
    font-size: 32px;
}

.apple_category_content_box h3{
    font-size: 30px;
}

.apple_category_content_box  .footnote{
    display: none;
}
.colour-picker-option {
    cursor: pointer;
}
.apple_category_content_box  h1{
    font-size: 64px;
    font-weight: 600;
}
.apple_category_content_box  .h4{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 50px;
}
.apple_category_content_box{
    margin: 40px 0;
    font-weight: 500;
}

.navbar-nav>li>.dropdown-menu > li > a{
    padding: 15px 20px;
}

.navbar-nav>li>.dropdown-menu > li > a img{
    height: auto !important;
    max-width: 60px;
    /* height: auto; */
    width: auto;
    max-height: 70px;
}
.apple-news-wrapper.index-news-wrapper .news-wrapper .news-wrapper-inner {
    border: 1px solid #e4e3e3;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.apple-news-wrapper.index-news-wrapper .news-wrapper .news-wrapper-inner .img {
    background-color: white;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    /* border: none !important;
     */
    max-width: calc(100% - 25px);
    margin: 0;
    border-bottom: none;
    padding-bottom: 10px;
    padding-top: 100%;
    position: relative;
    width: 100%;
}
.apple-news-wrapper.index-news-wrapper .news-wrapper .news-wrapper-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.apple-news-wrapper.index-news-wrapper .news-wrapper .news-wrapper-inner .news-description {
    padding: 15px;
}
.apple-news-wrapper.index-news-wrapper .news-wrapper .news-wrapper-inner .news-description .title{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
}
.apple-news-wrapper.index-news-wrapper.index_news_2 .index_news_inner {
    width: 25%;
}
.apple-news-wrapper.index-news-wrapper.index_news_2 .index_news_inner .index_news_img {
    width: 100%;
}
.apple-news-wrapper.index-news-wrapper.index_news_2 .index_news_inner .index_news_img .img {
    max-width: 100% !important;
}
.apple-news-wrapper.index-news-wrapper.index_news_2 .index_news_inner .index_news_text {
    width: 100%;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner {
    width: 33.33%;
}
.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    background: #f3f3f3;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_img {
    width: 100%;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_img .img {
    max-width: 100% !important;
    padding-top: 70%;
    background-color: white;
    margin-bottom: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_text {
    width: 100%;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_text .news-description {
    padding: 25px 15px 15px;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_text .news-description h6 {
    border-bottom: 1px dashed #d2cfcf;
    padding-bottom: 10px;
}
.apple-news-wrapper.index-news-wrapper.index_news_3 .index_news_inner .news-wrapper-inner .index_news_text .news-description .wrap {
    font-size: 13px;
    line-height: 1.5;
}

.news_detail_page{
    border-bottom: 1px solid #eee;
}

.news_detail_page .title h2{
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    color: #337ab7 !important;
    font-size: 21px;
    padding-bottom: 10px;
}
.news_detail_page .detail-product-list-wrapper{
    margin-top: 30px;
}
.news_detail_page .detail-product-list-wrapper .img{
    margin: 0 !important;
}
.news_detail_page .detail-product-list-wrapper .product-list{
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.d-none{
    display: none;
}
@media (max-width: 991px) {
    .apple_category_content_box  h1{
        font-size: 48px;
    }
    .apple_category_content_box  .h4 , .apple_category_content_box .description{
        font-size: 28px;
    }
    .apple-new-modal-box .product-title-apple{
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .apple_category_content_box  h1{
        font-size: 23px;
    }
    .apple_category_content_box  .h4 , .apple_category_content_box .description{
        font-size: 18px;
    }
    .apple-new-modal-box .product-title-apple{
        font-size: 19px;
    }
}

.mb-0{
    margin-bottom: 0;
}
