/*global*/
.gray-holder {
    background: #f4f6f8;
}
#category-main {
    width: 80%;
    float: left;
    padding-top: 30px;
}
#description-holder h2,
#product-holder h2 {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
} /* header */
.page-title-wrapper {
    border-bottom: 2px solid #e7e7e7;
}
.page-title-wrapper h1 {
    display: inline-block;
}
.page-title-wrapper a {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 20px;
    color: #34b4c9;
}
.page-title-wrapper a:after {
    content: '\f138';
    font-family: FontAwesome;
    margin-left: 5px;
    color: #34b4c9;
    display: inline-block;
    text-decoration: none !important;
} /* side list */
#category-side {
    width: 20%;
    float: left;
    padding-top: 30px;
}
#category-side h3 {
    margin-top: 0px;
    font-size: 21px;
}
#category-side h3 br {
    display: none;
}
#category-side ul {
    padding: 5px 0 0;
    margin-bottom: 18px;
}
#category-side li {
    color: #8b8b8b;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px;
}
#category-side p {
    color: #34b4c9;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
}
#category-side ul .list-hide {
    display: none;
} /*images*/
#main-img-row,
#small-img-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding-bottom: 30px;
}
#main-img-row img,
#small-img-row img {
    display: block;
}
#main-img-row .main-img {
    width: calc(50% - 15px);
}
#small-img-row .small-img-text p {
    font-size: 16px;
}
#small-img-row .small-img-text a {
    font-size: 16px;
    color: #34b4c9;
    font-weight: bold;
    text-transform: uppercase;
} /*staff picks*/

#product-holder .amstockstatus-category {
    display: none;
}
#product-holder .widget-product-grid {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    grid-template-rows: auto !important;
    gap: 30px !important;
    width: 100% !important;
}
#product-holder .block.widget .products-grid .product-item {
    padding: 0 !important;
    width: 100%;
    margin: 0;
    min-width: 100px;
}
.product-item-inner,
.product-reviews-summary,
.product-items .product-item .swatch-render,
.product-item .product-badges {
    display: none !important;
}
#product-holder .block.widget:nth-of-type(1) {
    padding: 0 !important;
}
#product-holder .block.widget .product-item-name {
    flex-grow: 0;
    display: block;
}
#product-holder .block.widget:nth-of-type(odd) {
    background-color: #f4f6f8;
}
#product-holder {
    padding: 20px 30px 0;
    margin: 10px 0 80px;
}
#product-holder .single-carousel .cloned {
    display: none !important;
}
#product-holder .single-carousel .owl-stage {
    transform: inherit !important;
    width: 0 !important;
}
#product-holder .single-carousel .product-item {
    padding: 0 !important;
}
#product-holder .single-carousel .price-hp-wrapper {
    height: auto !important;
}
#product-holder .single-carousel .product-item-name {
    min-height: auto !important;
}
#product-holder .full-carousel {
    border: 2px solid #dcdcdc !important;
}
#product-holder .full-carousel .product-item {
    box-shadow: none;
}
#product-holder .product-item .price-box .price {
    font-family: gothambook;
}
#product-holder .block-products-list h3 {
    padding-top: 15px !important;
    text-align: center;
    text-transform: initial;
    margin-bottom: 0;
}
#product-holder .product-item .price-box .price-label {
    display: inherit;
    padding-bottom: 12px;
}
#product-holder .block.widget .products-grid .product-item {
    box-shadow: none;
}
#product-holder .block.widget:nth-of-type(odd):before,
#product-holder .block.widget:nth-of-type(odd):after {
    background-color: unset;
    z-index: -1;
} /*text*/
#description-holder {
    margin-bottom: 80px;
}
#description-holder p {
    font-size: 22px;
    text-align: center;
    color: #8b8b8b;
    padding: 0px 80px;
} /*video*/
#video-holder {
    display: flex;
}
#video-holder #video {
    float: left;
    position: relative;
    width: 67%;
}
#video-holder #video iframe {
    width: 100%;
    height: 100%;
    transition: 0.3s height;
    position: absolute;
    top: 0;
    border: none;
}
#video-holder #video:before {
    content: '';
    width: 100%;
    display: block;
    padding-bottom: 56.23%;
}
#video-holder #description {
    color: white;
    background: #001422;
    padding: 20px 40px 40px 40px;
    text-align: center;
    float: left;
    width: 33%;
    box-sizing: border-box;
}
#video-holder #description h4 {
    font-size: 24px;
}
#video-holder #description p {
    font-size: 18px;
}
#video-holder #description #video-button {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    font-size: 17px;
    font-weight: bold;
    border: 4px solid white;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 20px;
}
#video-spacer {
    padding: 30px 0 0 30px;
} /*signal*/
.article-carousel #logo-holder img {
    width: 200px;
}
.article-carousel #logo-holder {
    text-align: center;
}
.article-carousel #logo-holder h2 {
    text-align: center;
    font-weight: 500;
    font-size: 32px;
    margin-top: 1rem;
}
.article-carousel.homepage-videos-outer {
    padding: 60px 0 40px;
    margin: 60px 0;
}
.article-carousel.homepage-videos-outer,
.article-carousel .videos-title {
    background: #f4f6f8;
}
.article-carousel .owl-carousel .owl-stage {
    gap: 30px;
}
.article-carousel .owl-carousel.videos-widget {
    margin-top: 0;
}
.article-carousel .slide-container {
    box-shadow: unset;
}
.article-carousel .slide-container .information-container .article-button {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.article-carousel .slide-container .information-container .article-button {
    order: unset;
    transform: unset;
}
.article-carousel .slide-container .information-container .vid-text {
    order: unset;
    margin: 0 0 75px;
}
.article-carousel .owl-carousel .owl-stage-outer .owl-stage .owl-item {
    padding: 0;
}
.article-carousel.homepage-videos-outer .videos-widget .owl-stage-outer .owl-item .slide-container p {
    font-size: 16px;
    color: black;
}
@media only screen and (max-width: 1120px) {
    .article-carousel .slide-container .information-container .vid-text {
        padding: 0 18px;
    }
    .article-carousel .owl-carousel .owl-stage {
        gap: 15px;
    }
    #video-spacer {
        padding-left: 15px;
    }
}
@media only screen and (max-width: 1085px) {
    #category-side h3 br {
        display: inline;
    }
}
@media only screen and (max-width: 1023px) {
    #category-main {
        padding-left: 15px;
        box-sizing: border-box;
    }
    h3 {
        font-size: 18px;
    }
    #main-img-row,
    #small-img-row {
        padding-bottom: 15px;
    }
    #main-img-row,
    #small-img-row,
    .widget-product-grid {
        gap: 15px !important;
    }
    #video-holder {
        flex-direction: column;
    }
    #video-holder #description,
    #video-holder #video {
        width: 100%;
    }
    .article-carousel .slide-container .information-container .vid-text {
        max-height: 250px;
    }
}
@media only screen and (max-width: 850px) {
    #product-holder h2 {
        margin: 10px 0 0;
    }
    #product-holder .product-item .product-item-info .product-item-details {
        justify-content: center;
        padding-right: 20px;
    }
    #product-holder .product-item .product-item-info .product-item-photo {
        width: 50%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    #product-holder .product-item .product-image-wrapper {
        padding: 0;
    }
    #product-holder .product-item .product-image-container {
        width: auto;
    }
    #product-holder .product-item .product-image-photo {
        top: 0;
        bottom: 0;
    }
    #product-holder .widget-product-grid {
        grid-template-columns: auto !important;
    }
    #product-holder .product-item-info {
        flex-direction: row;
    }
    #product-holder li.product-item:nth-child(2) .product-item-info {
        flex-direction: row-reverse;
        padding: 0 0 0 20px;
    }
    #product-holder .block.widget .products-grid .product-item:nth-child(n + 4) {
        display: none;
    }
    .page-title-wrapper a {
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .article-carousel .slide-container .information-container .vid-text {
        margin-bottom: 10px;
        padding: 20px;
    }
    .homepage-videos-outer {
        margin-bottom: 0;
        padding-top: 40px;
    }
    .page-title-wrapper {
        border-bottom: 0;
    }
    #category-side {
        display: none;
    }
    #category-main {
        width: 100%;
        padding: 0;
    }
    #category-main h2 {
        font-size: 32px;
    }
    #description-holder p {
        font-size: 16px;
        padding: 0px 20px;
    }
    #product-holder {
        padding: 20px 20px 0;
    }
    #product-holder,
    #description-holder {
        margin-bottom: 40px;
    }
    #video-spacer {
        padding: 15px 0 0 15px;
    }
    .page-wrapper .article-carousel .owl-item .slide-container .information-container .vid-text p {
        display: inline;
    }
    .article-carousel.homepage-videos-outer {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 648px) {
    .page-title-wrapper h1 {
        display: block;
        margin-bottom: 1rem;
    }
    .page-title-wrapper a {
        margin: 0;
    }
    .page-title-wrapper {
        margin-bottom: 16px;
    }
    #main-img-row {
        flex-direction: column;
    }
    #small-img-row .small-img-holder:nth-child(2) {
        display: none;
    }
    .small-img-text p {
        display: none;
    }
    #product-holder .product-item .price-box .price {
        font-size: 20px;
    }
}
@media only screen and (max-width: 550px) {
    .product-item-name {
        line-height: 20px;
    }
}
