
/* PRODUCT LIST PAGE STYLES */

.products-list {
    min-height: 800px;
    margin-left: 40px;
    flex: 1;
}

.product {
    width: 31%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    /* box-shadow: 0 0 11px 0 #828080; */
    margin-bottom: 20px;
    border-radius: 4px;
    min-width: 200px;
}

.prd-img-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
	
}

.prd-img-container img {
    width: 100%;
}

.prd-name {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 10px;
}

.product .light-gray-bg {
    border-top: 5px solid #bfbfbf;
}

.action-button-red {
}


.subcat-list li:last-child {
    border-bottom: none !important;
}

.prd-desc {
    font-size: .95em;
}


.prd-list-hdr-strip h3 {
    margin: 0;
    color: #FFF;
    padding-left: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.prd-list-hdr-strip h3 a{
    color: white;
    text-decoration: none;
}

.prd-list-hdr-strip {
    margin-bottom: 30px;
    background-color: #505050;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 8px;
}

#search-icon {
    width: 50px;
    height: inherit;
    display: flex;
    align-items: center;
    font-size: 1.36em;
    justify-content: center;
    color: #fff;
    cursor: pointer;
}


.action-button-red:hover {
    background-color: #fff !important;
    cursor: pointer;
}

.action-button-red img:hover{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
}


.subcat-list li.selected a{
    font-weight: bold;
}

#browse-catalog-type li {
    cursor: pointer;
}



/* PRODUCT DETAILS PAGE STYLES */


h2.prd-title {
    font-size: 1.7em;
    text-transform: capitalize;
}

.breadcrumb.container {
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumb.container ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

}

.breadcrumb.container a {
    font-size: 1.17em;
    color: #FFF;
    text-decoration: none;
}


.breadcrumb.container li::after {
    content: "|";
    color: #ededed;
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px;
    position: relative;
    top: 2px;
}

.product a {
    color: initial;
}

.product-list-wrapper {
    width: 275px;
}


.product-list-wrapper ul {
    width: 100%;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
}

.product-list-wrapper ul li {
    width: 100%
}

.product-list-wrapper a {
    width: 100%;
    color: #000;
}


.maincat-list {
    max-height: 420px;
    overflow-y: auto;
}

.maincat-list h4 {
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    text-transform: initial;
    color: #000;
    position: relative;
    padding-left: 15px;
}

.subcat-list li {
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc !important;
    padding-left: 15px;
    font-size: inherit;
}

ul#browse-catalog-type h3 {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 2px solid #e6e6e6;
    color: #000;
    font-stretch: condensed;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.3em;
    position: relative;
    padding-left: 15px;
}

.prd-search {
    padding: 5px 12px;
    box-sizing: border-box;
    width: 100%;
    background-color: #efefef;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
    margin: 4px 0px;
    align-items: center;
    flex-wrap: wrap;
}

#close-search {
    margin-top: 5px;
    cursor: pointer;
    padding: 0px 5px;
    font-style: italic;
    font-size: 0.9em;
}

.prd-dtls-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
    display: none;
}

.prd-search span {
    width: 100%;
    border: none;
    outline: none;
    font-style: normal;
    font-size: 1em;
    font-weight: bold;
    padding: 6px;
}

.search-wrapper {
    height: 40px;
    width: 80%;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 3px;
}

.search-wrapper img {
    border-right: 1px solid #dedede;
    padding: 6px;
}

.prd-search input {
    width: 100%;
    padding: 6px 12px;
    border-radius: 3px;
    outline: none;
    font-style: normal;
    border: none;
    height: 40px;
    font-size: 1em;
    font-weight: bold;
}

.prd-search input:focus {
    background-color: #ffffff;
}

.prd-search button {
    border: none;
    cursor: pointer;
    margin-left: 5px;
    border-radius: 3px;
    outline: none;
    font-weight: bold;
    background-color: #7c7c7c;
    color: white;
    font-size: 1.2em;
    width: 40px;
    height: 40px; 
}

.maincat-list li {
    border-bottom: 1px solid #d8d8d8;
}

.sub-type.selected h4{
    background-color: #565656;
    color: #FFF;
}

.sub-type.selected h4 a{
    color: #FFF;
}

.type h3 .icon:after {
    content: "\f067";
    position: absolute;
    top: 5px;
    font-size: .85em;
    left: 10;
    font-family: FontAwesome;
}
.prd-other-img img {
    border: 1px solid #ededed;
    margin: 5px;
}


.type.selected h3 .icon:after {
    content: "\f068";
    position: absolute;
    top: 5px;
    font-size: 1em;
    font-family: FontAwesome;
}



.sub-type h4 .icon:after {
    content: "\f0d7";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 2px;
    top: 5px;
    color: #a2a1a1;
    font-family: FontAwesome;
    font-size: .65em;
}



.sub-type.selected h4 .icon:after {
    content: "\f0d8";
    position: absolute;
    width: 25px;
    height: 25px;
    right: 2;
    top: 5px;
    color: #FFF;
    font-family: FontAwesome;
}

#sub-type-bakery span.icon {
    font-size: 1.7em;
}


.subcat-list .selected a.selected{
    font-weight: bold;
}

#product-dtls-wrapper {
    flex: 1;
    margin-left: 40px;
}

.prd-other-img{
    margin-top: 20px;
}
s
.features-section h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.features-section ul li {
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.4em;
    list-style: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 3px 12px;
    background-image: url(../images/arrow.gif);
    padding: 5px 18px;
}

.features-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}


.prd-dtls-left button{
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    width: 120px;
    margin-top: 40px;
}

.prd-video {
    width: 100%;
    height: 250px;
    background-color: #757575;
    position: relative;
}

.capacities {
    font-style: italic;
    margin-top: 10px;
}

.ideal-for {
    font-style: italic;
    margin-top: 5px;
}

.subcat-list a {
    font-size: 1em;
    display: inline-block;
}

.more-product-details-section {
    padding: 0;
    width: 100%;
    margin-left: 20px;
    list-style: none;
    margin-top: 80px;
    /*border: 1px solid #dddddd;*/
    border-radius: 5px;
    padding: 10px 20px 25px;
    box-sizing: border-box;
    zoom: 90%;
    /*background-color: #f5f5f5;*/
}

.more-product-details-section li {
    border-bottom: 1px dashed #bdbdbd;
    width: 100%;
}

.more-product-details-section a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 5px 0 3px 0;
}

.more-product-details-section img {
    padding-right: 5px;
}

#product-dtls-wrapper {
    flex: 1;
}

.prd-video iframe {
    width: 100%;
    height: 100%;
}

.side-bar-btn {
   display: none;
}

.prd-list-hdr-strip.left-side {
    margin-bottom: 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0;
}

.cat-strip-images {
    height: 175px;
    background-color: #a19c98;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 0;
    margin-top: -30px;
}



/* PRODUCT LIST PAGE STYLES */

.products-list {
    margin-left: 40px;
    flex: 1;
}


.product-wrapper {
    flex-wrap: wrap;
}


.product-wrapper div:nth-child(3n) {
    margin-right: 0;
}

.product {
    width: 31%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    margin-bottom: 20px;
    border-radius: 4px;
    min-width: 200px;
    margin-right: 29px;
    cursor: pointer;
}


.prd-img-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.prd-img-container img {
    width: 100%;
}

.prd-name {
    font-size: 1.2em;
    font-weight: bold;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 10px;
}

.product .light-gray-bg {
    border-top: 5px solid #bfbfbf;
    height: 125px;
}

.action-button-red {
    width: 35px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    top: 0px;
    border-left: 1px solid #DEDEDE;
    border-top: 1px solid #DEDEDE;
    background-color: #f3f3f3;
}


.subcat-list li:last-child {
    border-bottom: none !important;
}

.prd-desc {
    font-size: .95em;
    overflow: hidden;
}


.prd-list-hdr-strip h3, .prd-list-hdr-strip h1 {
    margin: 0;
    color: #FFF;
    padding-left: 15px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.4em;
    letter-spacing: 0.03em;
}

.prd-list-hdr-strip h3 a, .prd-list-hdr-strip h1 a {
    color: white;
    text-decoration: none;
}

.prd-list-hdr-strip {
    margin-bottom: 30px;
    background-color: #4e4e4e;
    height: 45px;
    display: flex;
    align-items: center;
    border-top-left-radius: 7px;
    border-bottom-right-radius: 8px;
}

.action-button-red:hover {
    background-color: #f3f3f3;
    cursor: pointer;
}

.action-button-red img:hover{
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.24);
    border-radius: 50%;
}


.subcat-list li.selected a{
    font-weight: bold;
}

#browse-catalog-type li {
    cursor: pointer;
}



/* PRODUCT DETAILS PAGE STYLES */


h2.prd-title {
    font-size: 1.7em;
    text-transform: capitalize;
}

.breadcrumb.container {
    height: 45px;
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumb.container ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;

}

.breadcrumb.container a {
    font-size: 1.17em;
    color: #FFF;
    text-decoration: none;
}


.breadcrumb.container li::after {
    content: "|";
    color: #ededed;
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px;
    position: relative;
    top: 2px;
}

.product a {
    color: initial;
}

.product-list-wrapper {
    width: 275px;
}


.product-list-wrapper ul {
    width: 100%;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
    margin: 0;
}

.product-list-wrapper ul li {
    width: 100%;
    position: relative;
    cursor: pointer;
}

.product-list-wrapper a {
    width: 100%;
    color: #000;
}


.maincat-list h4 {
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    font-weight: normal;
    text-transform: initial;
    color: #000;
    position: relative;
    padding-left: 15px;
}

.subcat-list li {
    padding: 5px;
    box-sizing: border-box;
    border-bottom: 1px dashed #dcdcdc !important;
    padding-left: 32px;
    font-size: inherit;
    color: #565656;
}

ul#browse-catalog-type h3 {
    margin: 0;
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 2px solid rgb(193, 39, 39);
    color: #000;
    font-stretch: condensed;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.3em;
    position: relative;
    padding-left: 15px;
    background-color: #dc2827;
    color: white;
}

.prd-dtls-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
}

.maincat-list li {
    border-bottom: 1px solid #d8d8d8;
}

.sub-type .selected h4{
    background-color: #db2827;
    color: #FFF;
}


.type h3 .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
}

.prd-other-img img {
    border: 1px solid #ededed;
    margin: 5px;
}


.type.selected h3 .icon {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 15px;
}



.sub-type h4 .icon:after {
}


.sub-type.selected h4 .icon:after {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 2;
    top: 5px;
    color: #FFF;
}



.subcat-list .selected a.selected{
    font-weight: bold;
}

#product-dtls-wrapper {
    flex: 1;
    margin-left: 40px;
}

.prd-other-img{
    margin-top: 20px;
}
s
.features-section h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.features-section ul li {
    border-bottom: 1px solid #d2d2d2;
    line-height: 1.4em;
    list-style: none;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 3px 12px;
    background-image: url(../images/arrow.gif);
    padding: 5px 18px;
}

.features-section ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}


.prd-dtls-left button{
    border: none;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    width: 120px;
    margin-top: 40px;
}

.prd-video {
    width: 100%;
    height: 250px;
    background-color: #757575;
    position: relative;
}

.capacities {
    font-style: italic;
    margin-top: 10px;
}

.ideal-for {
    font-style: italic;
    margin-top: 5px;
}

.subcat-list a {
    font-size: 1em;
    display: inline-block;
}

.more-product-details-section {
    padding: 0;
    width: 100%;
    margin-left: 20px;
    list-style: none;
    margin-top: 80px;
    /*border: 1px solid #dddddd;*/
    border-radius: 5px;
    padding: 10px 20px 25px;
    box-sizing: border-box;
    zoom: 90%;
    /*background-color: #f5f5f5;*/
}

.more-product-details-section li {
    border-bottom: 1px dashed #bdbdbd;
    width: 100%;
}

.more-product-details-section a {
    color: #000;
    width: 100%;
    display: inline-block;
    padding: 5px 0 3px 0;
}

.more-product-details-section img {
    padding-right: 5px;
}

#product-dtls-wrapper {
    flex: 1;
}

.prd-video iframe {
    width: 100%;
    height: 100%;
}

.side-bar-btn {
   display: none;
}




.cat-strip-images {
    height: 175px;
    background-color: #a19c98;
    margin-bottom: 30px;
    background-size: cover;
    background-position: 0;
}





/************************** MOBILE STYLES IN LANDSCAPE ***********************************/


/********* TABLET LANDSCAPE *********/
@media screen and (max-device-width: 1024px) and (orientation: landscape){

    .side-bar-btn {
        display: flex;
        width: 50px;
        height: 45px;
        background-color: rgb(78, 78, 78);
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        padding: 0px;
        padding-right: 10px;
        box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    #product-list {
        display: none;
        padding-left: 15px;
    }

    .side-bar-btn.open, .side-bar-btn.close {
        left: -23px;
        top: 148px;
    }

    .side-bar-btn i {
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
    }

    .product-list-wrapper {
        width: 400px;
    }

    
    .products-list, #product-dtls-wrapper {
        margin-left: 0;
        padding: 0 15px;
    }

    .product-list-wrapper.show{
        display: block;
    }

    .cat-strip-images {
        display: none !important;
    }
    
}




/********* LARGE PHONE LANDSCAPE *********/
@media screen and (max-device-width: 736px) and (orientation: landscape){

  .product {
        min-width: 30%;
        width: 25%;
    }
    
}




/********* SMALL PHONE LANDSCAPE *********/
@media screen and (max-device-width: 640px) and (orientation: landscape){

    

}






/************************** MOBILE STYLES IN PORTRAIT ***********************************/


/********* TABLET PORTRAIT */
@media screen and (max-device-width: 768px) and (orientation: portrait){

    .side-bar-btn {
        display: flex;
        width: 50px;
        height: 45px;
        background-color: rgb(78, 78, 78);
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        padding: 0px;
        padding-right: 10px;
        box-shadow: inset 0 0 20px 5px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .side-bar-btn.open {
        left: -24px;
        top: 14%;
    }

    .side-bar-btn.close {
        left: -24px;
        top: 14%;
    }
    

    #product-list {
        display: none;
    }

    .side-bar-btn i {
        color: #FFF;
        font-size: 2em;
        font-weight: bold;
    }


    .products-list, #product-dtls-wrapper {
        margin-left: 0;
    }

    .product-list-wrapper.show{
        display: block;
    }

    .cat-strip-images {
        display: none !important;
    }


    
    
}



/********* LARGE PHONE PORTRAIT */
@media screen and (max-device-width: 414px) and (orientation: portrait){
    
    .international-brand-logo-wrapper div img {
        margin: 0; 
        width: 76px;
    }

    .products-list, #product-dtls-wrapper {
        padding-left: 20px;
        width: 100%;
        box-sizing: border-box;
    }

    #product-dtls-wrapper {
        padding-left: 0px;
    }

    #product-dtls-wrapper .flex{
        flex-wrap: wrap;
    }

    .prd-dtls-left {
        width: 100%;
    }

    .prd-dtls-right {
        width: 100%;
    }

    .features-section {
        width: 100%;
    }

    #product-list {
        width: 100%;
        margin-left: 20px;
    }

    .product-list-wrapper {
        width: 100%;
        margin: 0;
    }

    .side-bar-btn.open, .side-bar-btn.close {
        top: 150px;
    }

    .product {
        width: 100%;
        margin-right: 0;
    }
        
}



/********* SMALL PHONE PORTRAIT */
@media screen and (max-device-width: 360px) and (orientation: portrait){

    
    .international-brand-logo-wrapper div img {
        width: 75px;
    }

}