@media screen and (min-width: 1900px) {
    .custom-head ul.sub-menu.large {
        left: -316px;
    }
}
@media screen and (max-width: 1280px) {
    .custom-head ul.sub-menu.large li {
        width: 45%;
    }
}
@media screen and (max-width: 1200px) {
    .product-detail-nav {
    grid-template-columns: 30% 1fr;
    }
}
@media screen and (max-width: 1024px) {
    .checkout-page {
    width: 100%;
    }

    .checkout-page main {
    column-gap: 70px;
    }
}
@media screen and (max-width: 1025px) {
    .site-nav .custom-head ul.sub-menu.large{
        width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        padding: 20px;
    }
    .site-nav .xytttt ul.sub-menu {
    left: 23px;
    transform: none;
    max-width: 100%;
    word-break: break-all;
    }

    ul.sub-menu.large li>ul {
        padding-left: 30px;
    }

    .site-nav ul li ul.sub-menu.open {
        display: none !important;
    }
    a.grey-border-btn, .blue-btn {
        padding: 12px 15px;
        font-size: 14px;
    }
}
@media screen and (min-width:800px){
   .custom-model-main:before {
     content: "";
     display: inline-block;
     height: auto;
     vertical-align: middle;
     margin-right: -0px;
     height: 100%;
   }
}
@media screen and (max-width:799px){
  .custom-model-inner{margin-top: 45px;}
}
/* Make adjustments for tablet */
@media screen and (max-width: 768px) {
    .shopping-cart-main {
    padding: 0 10px;
    }

    .shopping-cart-main .shopping-cart {
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
    padding: 20px 0;
    }

    .shopping-cart-main .column-labels {
    display: none;
    }

    .shopping-cart-main .product-image {
    float: right;
    width: auto;
    }

    .shopping-cart-main .product-image img {
    margin: 0 0 10px 10px;
    }

    .shopping-cart-main .product-details {
    float: none;
    margin-bottom: 10px;
    width: auto;
    }

    .shopping-cart-main .product-price {
    clear: both;
    width: 70px;
    }

    .shopping-cart-main .product-quantity {
    width: 150px;
    }


    /*.shopping-cart-main .product-quantity:before {
    content: 'x';
    }*/

    .shopping-cart-main .product-removal {
    width: auto;
    }

    .shopping-cart-main .product-line-price {
    float: right;
    width: 70px;
    }
}
@media screen and (max-width: 767px) {
    .custom-head ul.sub-menu.large {
        width: 85% !important;
        margin: 10px 0 0 0;
        max-width: 100%;
        left: unset;
        transform: none;
    }
    .share-btn .custom_share {
        left: -110px;
        top: -155px;
    }

    .store-nav {
        padding: 0 10px;
    }

    .store-nav label.dropdown__options-filter ul.dropdown__filters {
        display: block !important;
    }

    .profile_detail_container .single_btn {
        gap: 0;
    }

    .product_item_main {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-detail-nav {
    padding: 0 10px;
    }

    .breadcrumb ul {
    display: flex !important;
    margin: 20px 0 0;
    }

    .share_sec ul {
    display: flex !important;

    }

    .product-detail-nav {
    grid-template-columns: 1fr;
    }

    .checkout-page {
    width: 100%;
    padding: 0 10px;
    }

    .checkout-page main {
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 50px;
    }

    .checkout-page main .checkout-form {
    width: 100%;
    margin-top: 35px;
    }

    .checkout-page main .checkout-details {
    width: 100%;
    }

    .checkout-page footer {
    height: 10%;
    }

    .checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-image {
    width: 50%;
    }

    .checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details {
    display: block;
    width: 50%;
    }

    .checkout-page main .checkout-details .checkout-details-inner .checkout-lists .card .card-details .card-price {
    margin: 10px 0;
    }
    .product_content {
    max-width: 60%;
    }
    .bootr-club-wrapper .row .col-xl-3  .club-card {
        margin-bottom: 0;
    }
    .bootr-club-wrapper .club-card .club-card-text .location {
        position: inherit;
    }
}
@media screen and (max-width:575px) {
    .content_wrap {
        max-width: 100%;
    }

    .share_button img {
        margin: 0;
    }

    .product_item_main {
        grid-template-columns: repeat(1, 1fr);
    }
    .product-detail-content {
    grid-template-columns: 1fr;
    }

    .product-img {
    padding: 0 10px;
    }
}
/* Make more adjustments for phone */
@media screen and (max-width: 480px) {
    .shopping-cart-main .product-removal {
    float: right;
    }

    .shopping-cart-main .product-line-price {
    float: right;
    clear: left;
    width: auto;
    margin-top: 10px;
    }

    .shopping-cart-main .product .product-line-price:before {
    content: 'Item Total: $';
    }

    .shopping-cart-main .totals .totals-item label {
    width: 60%;
    }

    .shopping-cart-main .totals .totals-item .totals-value {
    width: 40%;
    }

    .shopping-cart-main .product-quantity {
    width: 100px;
    }
}