﻿.collection-list h2 span,
.collection-list .h2 span {
    border: 1px solid #030303;
    padding: 10px 20px 13px;
    text-transform: uppercase;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.detail-accordion li li:first-child {
    border-top: 0px solid #d8d8d8;
}

.detail-accordion li li {
    border-bottom: 0px solid #d8d8d8;
}

.visual-block {
    align-items: flex-start;
}

.about-wrapper {
    max-width: 930px;
    margin: 0 auto;
}

.about-grid {
    display: flex;
    /* Magic begins */
    flex-wrap: wrap;
    /* Allow multiple lines */
}

.about-left,
.about-right {
    flex: 1 600px;
    min-width: 0;
}

.about-text {
    padding: 60px 75px
}

.about-text h3 {
    font: 600 18px/2.02 "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #000
}

.item-list>li.active>a {
    color: #5084a4
}


/* LOCATOR BUY STYLES */

.table-size.locator {
    width: 100%;
}

.table-size.locator td {
    font-size: 80.8888889%;
    font-weight: 300;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    vertical-align: top;
}

.table-size.locator th:first-child,
.table-size.locator td:first-child {
    padding-left: 17px;
}

.table-size.locator th {
    background-color: #e7edf0;
    color: #5084a4;
    text-align: left;
}

.buy-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.buy-grid {
    display: flex;
    /* Magic begins */
    flex-wrap: wrap;
    /* Allow multiple lines */
    justify-content: space-between;
}

.buy-left {
    width: 45%;
}

.buy-left .detail-col {
    width: 100%;
}

.buy-right {
    width: 55%;
}

.caption-holder {
    max-width: 100%;
}

.about-ol {
    padding-left: 12px
}

.about-text ol>li {
    margin-bottom: .5rem;
}

.order-form .label {
    margin: 0 0 10px;
}

@media (min-width: 1024px) {
    .box-slide .description-list dd {
        margin-bottom: 6.8%;
    }
}

@media (max-width: 768px) {
    .buy-grid {
        display: block;
    }
    .buy-left,
    .buy-right {
        width: 100%;
    }
    .about-text {
        padding: 30px 35px
    }
    .nav>ul>li {
        margin: 0 0 20px;
    }
}

.news-content {
    overflow: hidden;
    padding: 10px 0 0;
    max-width: 1200px
}

.news-content ul {
    width: 100%;
    overflow: hidden;
    list-style: none;
}

.news-content li {
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 20px
}

.news-content li:before {
    content: "";
    color: #5084a4;
    font-weight: bold;
    width: 15px;
    margin-left: -15px;
    line-height: 1;
    font-size: 111.1111111%;
    position: absolute;
    top: 0;
}

.pick-text {
    float: right;
    width: 60%;
    padding: 0 20px 0 20px;
}

.pick-text b {
    margin: 0;
    color: #404040;
    font: 400 14px/18px "sofia-pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.pick-image {
    padding: 0;
    margin: 0px 0 0;
    width: 40%;
    float: left;
    display: table;
}

.pick-image img {
    width: 100%;
    max-width: 230px
}

.toupper {
    text-transform: uppercase;
}

.main-holder {
    padding: 25px 0px;
}

@media only screen and (max-width: 900px) {
    .news-content li {
        float: left;
        display: inline;
        width: 100%;
        margin-bottom: 20px
    }
    .pick-text {
        width: 70%;
    }
    .pick-image {
        width: 30%;
    }
    .pick-text {
        padding: 0 20px 0 20px;
    }
}

@media only screen and (max-width: 640px) {
    .pick-text {
        width: 100%;
        margin-bottom: 20px
    }
    .pick-image {
        width: 100%;
    }
    .news-content li {
        float: none;
        display: inline;
        width: 100%;
    }
    .pick-text {
        padding: 0 40px 0 0px;
    }
}

.banner.left .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


/*.banner.left {
    color: #fff;
    text-shadow: 2px 2px #000000;
}
    .banner.left .container .btn-outline {
      background-color:#000;
        text-shadow: none;
     
    }*/


/*.slide-img {
	min-height: 80vh;*/


/* set height as you need */


/*display: flex;
	flex-direction: column;
	background: grey;
}

.size-holder {
	margin-top: auto;
	background: green;
}*/

.size-holder .size-list label {
    width: 18px;
    height: 18px;
    font-size: 10px;
    line-height: 1.1;
}

.size-holder .size-list li {
    margin: 5px 3px;
    position: relative;
}

.banner .btn-outline {
    border-color: #000;
    color: #000;
}

.banner {
    color: #000;
}


/*
.banner .container {
    background-size: contain;
}
*/

@media (min-width: 1024px) {
    .banner .container {
        padding: 0px 40px;
        min-height: 900px;
    }
}

@media only screen and (max-width: 640px) {
    .banner .container {
        background-size: COVER;
    }
}

.banner .container {
    -webkit-box-align: center;
    -ms-flex-align:center;
    align-items: center;
    -webkit-box-pack: center;
}