/**
Buy Site
*/

/* Offers */
.banner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 20px 0;
}
.banner-item {
    flex: 0 0 calc(33.333% - 25px);
}
.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* Horizontal Strip */
.full-width-strip {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #cb0201;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 30px;
}
.strip-inner {
    font-size: 2em;
    font-weight: 300;
    color: #fff;
    text-shadow: 0px 0px 10px #f1eded;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}

/* Full-width background strip */
.categories-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f7f7f7;
}

/* Categories */
.categories-grid {
    max-width: 1200px;       /* keeps items centered in container */
    margin: 0 auto;          /* centers the grid */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 25px;
}
.cat-box {
    flex: 0 0 calc(16.66% - 20px); /* exactly 6 items per row */
    background: #fff;
    margin: 5px;
    text-align: center;
    box-sizing: border-box;
}
.cat-box a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    padding: 25px;
}
.cat-box img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.cat-box p {
    margin: 0 0 10px;
    display: block;
    text-align: center;
    color: #444;
}

/* Featured & Pre-order */
.featured-section-wrapper {
    padding: 30px 0px 0px 0px;
}
.home-section-title {
    margin-bottom: 25px;
    font-family: Lato;
    line-height: 40px;
    font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 25px !important;
    margin-bottom: 25px;
}
.products .type-product {
    border: 0 !important;
}
.product_item .product_details h5 {
    display: block;
    width: 100%;
    height: 72px;
    overflow: hidden;
    font-size: 15px;
}

/* Testimonials */
#metaslider_30101 img {
    display: none !important;
}
#metaslider_30101 .caption-wrap {
    background: transparent !important;
    color: #000 !important;
    opacity: 1 !important;
    position: relative !important;
    text-align: center;
    font-size: 14px;
    font-family: verdana;
    position: inherit;
}
#metaslider_30101 .caption {
    padding: 5px 50px;
    word-wrap: break-word;
    font-size: 14px;
}
.metaslider-30101.ms-theme-cubic .flexslider ul.flex-direction-nav li a::before{
    height: 20px !important;
    top: 25% !important;
}
.metaslider-30101.ms-theme-cubic .flexslider ul.flex-direction-nav li a::after{
    height: 20px !important;
    top: 25% !important;
}
/*.testimonials-section{
    background:#dedede;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.testimonials-grid .widget-title {
    text-align: center;
    font-size: 25px !important;
    padding-top: 25px;
    margin-bottom: 25px;
    margin-top: 0;
}
.testimonials-panel {
    margin-top: 30px;
}*/

/* Responsive breaks */

/* Categories */
@media (max-width: 1024px) {
    .cat-box {
        flex: 0 0 calc(25% - 20px);
    }
}
@media (max-width: 768px) {
    .cat-box {
        flex: 0 0 calc(50% - 20px);
    }
}
/* Offers */
@media (max-width: 991px) {
    .banner-item {
        flex: 0 0 calc(50% - 25px);
    }
}
@media (max-width: 600px) {
    .banner-item {
        flex: 0 0 100%;
    }
}
/* Red Strip */
@media (max-width: 767px) {
    .strip-inner {
        font-size: 4vw !important;
    }
}

/* Featured & Pre-order */
@media (min-width: 990px) {
    .textwidget .woocommerce .tcol-md-3 {
        width: 16.66%;
        height: 400px;
    }
}
@media (max-width: 768px) {
    .tcol-md-3 {
        width: 50% !important;
    }
}

/**
Sell Site
*/

/* Devices */
.sell-device-section {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background: #f7f7f7;
    padding: 25px 0 10px 0;
    text-align: center;
}

/* Heading */
.sell-title {
    color: #cb0201;
    font-size: 32px;
}

.sell-subline {
    color: #444;
    font-size: 18px;
    margin-bottom: 30px;
}

/* Reset Virtue theme interference */
.sellcatmain *,
.sellcatwrapper *,
.sellinner * {
    box-sizing: border-box !important;
}

/* Main wrapper */
.sellcatmain {
    width: 100%;
    float: left;
    background: #f7f7f7;
    padding-bottom: 15px;
}
.sellcatwrapper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.sellinner {
    float: left;
    width: 19%;
    margin: 5px;
    background: #fff;
    padding: 15px;
    text-align: center;
    border: 3px solid transparent;
    position: relative;
}
.wc-scoll-links{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
}
.sellinner:hover {
    border-color: #cb0201;
}
.sellimages img {
    display: block !important;
    width: 70% !important;
    height: auto;
    margin: 0 auto;
}
.sellheading p {
    font-size: 0.9em;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 60px;
    margin: 0;
}

@media (max-width: 1024px) {
    .sellcatwrapper {
        width: 100%;
        padding: 0 10px;
    }

    .sellinner {
        width: calc(33.333% - 10px);
        margin: 5px;
    }
}

@media (max-width: 600px) {
    .sellinner {
        width: calc(50% - 10px);
        margin: 5px;
    }
}


/* STEPS */
.sell-steps {
    text-align: center;
    padding: 30px 0;
    float: left;
}
.sell-steps h2{
    color: #cb0201;
}
.steps-grid {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    flex-wrap: nowrap;
}

.step-box {
    width: calc(33.3333% - (0.66666666666667 * 30px));
}
.step-box .heading{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 10px; 
}
.step-box img {
    margin-bottom: 10px;
    padding: 4px;
}
.step-box p{
    padding: 4px;
}
.sell-btn {
    background: #D20202;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin: 20px 0;
    text-decoration: none;
}
.sell-steps .center-btn {
    margin-bottom: 10px;
}
.sell-steps .request-link{
    font-weight: 600;
    margin-bottom: 10px;
}
.center-btn .sell-btn:hover{
    background: #000;
    color: #fff;
}

@media (max-width: 600px) {

    .steps-grid {
        flex-direction: column; 
        align-items: center;
        flex-wrap: nowrap;
    }

    .step-box {
        width: 100%;
        max-width: 320px;
        text-align: center;           
        margin-bottom: 20px;
    }
}

/* FAQ */
.sell-faq {
    margin: auto;
    float: left;
}

.sell-faq h2 {
    text-align: center;
    color: #cb0201;
}

.faq-list{
    margin-top: 30px;
}

#faqstext ol li {
    padding-bottom: 20px;
}

div.product .product_title {
    font-size: 24px;
}