﻿/*shopping cart styles */


.advanced-shopping-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1224px;
/*    max-height: 960px;*/
    align-self: center;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .advanced-shopping-cart {
        max-height: unset;
        min-width: 90%;
    }
}

.sections {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.empty-section {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}


@media (max-width: 767px) {
    .sections {
        flex-direction: column;
        min-width: 90%;

    }
}

[data-section="cart-section"] {
    width: 592px;
    min-height: 366px;
    padding: 48px 64px 48px 64px;
    gap: 16px;
    background: rgba(200, 201, 199, 0.2);
    margin: 10px;
}

@media (max-width: 767px) {
    [data-section="cart-section"] {
        width: auto;
        height: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }
}

[data-section="cart-section"] .cart-header {
    font-family: gotham-narrow;
    font-size: 24px;
    font-weight: 700;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: rgba(83, 86, 90, 1);
}






[data-section="cart-section"] .cart-header .cart-header-text .left-content {
            display: flex;
        }


@media (max-width: 767px) {
    [data-section="cart-section"] .cart-header .cart-header-text .left-content {
        justify-content: center;
    }
}


        [data-section="cart-section"] .cart-header .cart-header-text .right-content {
            display: flex;
            margin: auto 0;
            color: black;
            font-size: 20px;
        }



            [data-section="cart-section"] .cart-header .cart-header-text .right-content:hover {
                color: #97999b;
            }

            [data-section="cart-section"] .cart-header .cart-header-text .right-content a {
                border: 1px white solid;
                padding: 10px;
                display: flex;
                align-items: center;
            }

@media screen and (max-width: 767px) {
    [data-section="cart-section"] .cart-header .cart-header-text .right-content a {
        max-width: 100px;
    }
}

@media screen and (max-width: 320px) {

    [data-section="cart-section"] .cart-header .cart-header-text .right-content a .fa-chevron-circle-left {
        display: none;
    }
}

@media screen and (max-width: 320px) {
    [data-section="cart-section"] .cart-header .cart-header-text .right-content a {
        max-width: 80px;
    }
}


[data-section="cart-section"] .cart-header .cart-header-text .right-content a:hover {
    border-color: #97999b;
}


[data-section="cart-section"] .cart-header .cart-header-text .right-content .text-label {
    padding-left: .75em;
    display: inline;
    font-size: 12px;
    font-family: "gotham";
    font-weight: normal;
    text-transform: capitalize;
    vertical-align: middle;
}

@media screen and (max-width: 320px) {
    [data-section="cart-section"] .cart-header .cart-header-text .right-content .text-label {
        padding-left: 0em;
    }
}

[data-section="cart-section"] .cart-header .cart-header-text .left-content img {
    height: 40px;
    width: auto;
}


[data-section="cart-section"] .cart-header .left-content h2 {
    color: #black;
    font-size: 22px;
    font-family: "gotham";
    font-weight: 700;
    text-transform: capitalize;
    margin: auto 0;
    padding-left: 0;
    margin-bottom: 20px;
}

[data-section="cart-section"] h2:after {
    display: none;
}


.divider{
    width: 100%;
    border-top: 1px solid #C8C9C7;
    margin-top: 1rem;
    margin-bottom: 1rem;
}




[data-section="action-buttons"] .btnContainer {
    justify-content: space-between;
}

ul.cart-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    justify-content: space-between;
    gap: 10px;
}

li.cart-item {
    width: 227px;
    height: 80px;
    padding: 14px;
    border: 1px solid rgba(200, 201, 199, 1);
}

@media (max-width: 767px) {
    li.cart-item {
        width: 100%;
    }
}









li.cart-item .cart-details a, .button-bar a.clear-all {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    color: rgba(151, 153, 155, 1);
    text-decoration: underline;
    border: 0;
    width: auto;
}

@media (max-width: 767px) {
    .button-bar a.clear-all {
        width: 100%;
        background: transparent;
    }
}

       

.gridblock-background-hover {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.0);
}

    .gridblock-background-hover:hover {
        background: rgba(0,0,0,0.5);
        opacity: 1;
    }

.gridblock-links-wrap {
    position: absolute;
    text-align: center;
    bottom: 29%;
    width: 100%;
    z-index: 100;
}

.column-gridblock-icon {
    display: inline-block;
    opacity: 1;
    height: 50px;
    width: 50px;
    color: #fff;
    font-weight: 400;
    line-height: 60px;
    text-align: center;
    font-size: 12px;
    margin: 0 5px -5px 5px;
    position: relative;
    z-index: 0;
}

    .column-gridblock-icon:hover:after {
        background: #FFF;
    }

    .column-gridblock-icon:after {
        position: absolute;
        top: 2px;
        right: 0;
        width: 100%;
        height: 100%;
        display: block;
        content: " ";
        background: transparent;
        background: rgba(255,255,255,0.6);
        border-radius: 45px;
        -webkit-transition: background-color 0.15s;
        -moz-transition: background-color 0.15s;
        transition: background-color 0.15s;
        z-index: -1;
    }



li.cart-item > h6 {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #000000;
}

    li.cart-item > h6 .remove-x {
        height: 7px;
        width: 7px;
        color: #000000;
        text-decoration: none;
    }



[data-section="cart-section"] h2 {
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 3px;
}


.button-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.controls.button-bar {
    display: flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
}

    .controls.button-bar #getSeedGuide {
        margin-right: 10px;
    }

        .controls.button-bar #getSeedGuide div {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

.controls.button-bar #getSeedGuide div i {
    margin-left: 5px;
}

@media (max-width: 767px) {

    .button-bar {
        flex-direction: column;
        justify-content: center;
    }

    .controls.button-bar {
        justify-content: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .controls.button-bar #getSeedGuide {
        margin-right: 0;
        
        color: #FFF;
    }
}

.button-bar .left, .button-bar .right {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

@media (max-width: 767px) {
    .button-bar .left, .button-bar .right {
        flex-direction: column;
    }
}



.button-bar a, .button-bar button {
    /*width: 141px;*/
    height: 40px;
    border: 1px solid rgba(200, 201, 199, 1);
    font-family: gotham-narrow;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: center;
    text-decoration: none;
    color: #343333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}



        .button-bar button:hover {
            /*width: 141px;*/
            background: #000000;
        }

        .button-bar a.explore-plots:hover {
            color: #FFF;
            background: #000000;
        }






        .button-bar a:visited {
            color: #343333;
        }


@media (max-width: 767px) {
    .button-bar a, .button-bar button {
        width: 100%;
        background-color: #000000;
        color: #FFF;
    }
        .button-bar button:hover {
            background: #154734;
        }

        




    .button-bar a:visited {
        color: #FFF;
    }
}


.button-bar a.explore-products {
    border: none;
    color: #FFFFFF;
    background: #154734;
}

.button-bar a.explore-products:hover {
    background: #000;
}



/* Preview Modal */
.modal-dialog, .modal-content {
     /* 80% of window height */
     height: 100%;
     width: 100%;
     margin: 0;
     background: transparent;
     max-width: unset;
    pointer-events: all;
 }

.modal-header {
    background-color: #000;
}

/*.modal-body {*/
    /* 100% = dialog height, 120px = header + footer */
   /*height: 100%;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}*/

.modal-body {
    height: 100%;
    max-width: 800px;
    margin: auto;
    background-color: white;
}

.pdf-content {
    height: 100%;
    width: 100%;

}

.pdf-toolbar {
    position: fixed;
    left: calc((100% - 216mm) / 2 + 216mm + 20px);
    top: 20px;
    margin-top: 0;
    margin-right: 0;
    height: 100%;
    width: 40px;
}

    .pdf-toolbar a {
        cursor: pointer;
    }

.pdf-toolbar .column-gridblock-icon {
    width: 34px;
    height: 34px;
    font-size: 10px;
    line-height: 28px;
    margin-bottom: 10px;
}

.pdf-toolbar .column-gridblock-icon i {
    font-size: 14px;
}



#loadImg {
    position: fixed;
    top: 25%;
    left: calc(50% - 50px);
}

#loadImg img {
    width: 100px;
}


