﻿/** Product Slider **/
.thumbnail_slider {
    display: block;
    float: left;
    width: 25%;
}

.thumbnail {
    padding: 0;
}

    .thumbnail.thumbnail_slider_product {
        border: 4px solid transparent;
        padding: 2%;
    }

        .thumbnail.thumbnail_slider_product:hover {
            border: 2px solid #ccc;
            padding: 2%;
        }

.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}

.carousel-control.right {
    background-image: none;
}


/** Headers **/

.background_customer {
    background: none; background-color: #e60012; margin: 0; font-weight: bold; padding: 2px 0px 2px 20px; text-align: left; color: white; font-size: 4vw;
}

@media (min-width: 992px) {
    .background_customer {
        font-size: 2em;
    }
}


/** font **/
h4.lg_title
{
    font-size:1.3em;
    font-weight:bold;
    padding: 8px 0 4px 0;
}

h3.lg_title {
    font-size: 1.1em;
    font-weight: bold;
    padding: 8px 0 4px 0;
}

.btn {
    /*font-size: 3.2vw;*/
    /*margin:  1.408451%;*/
}/*
@media (min-width: 992px)
{

    .btn {
        font-size: 0.933333vw;
    }
}*/

.c-sec {
    margin-top: 7.017544%;
    padding-top: 5.701754%;
    padding-right: 2.666667%;
    padding-bottom: 7.633588%;
    padding-left: 2.666667%;
}

@media (min-width: 992px) {

    .c-sec {
        margin-top: 20px;
        padding-top: 20px;
        padding-right: 2.666667%;
        padding-bottom: 20px;
        padding-left: 2.666667%;
    }
}


.field-validation-error {
    color: #ff0000;
}
.field-validation-error span {
    color: #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
}
.validation-summary-errors li{
    color: #ff0000;
}

.dl-table dt{
    font-weight:bold;
    width:50%;
}

.dl-table dd {
    margin-left: 52%;
}

@media (max-width: 768px) {

    .dl-table dd {
        margin-left: 2%;
    }
    .dl-table dt {
        font-weight: bold;
        width: 100%;
    }
}


.address-panel {
    padding-right:0;
}



.address-panel .panel {
    position: relative;
    padding-bottom: 50px;
}

    
    
    .address-panel .panel .bottom-row {
        position: absolute;
        bottom: 0;
        width: 100%;
    }


    .address-panel strong {
        font-weight: bold;
    }
@media (max-width: 992px) {

    .checkout-wrap .progress-indicator > li {
        font-size: 2vw;
    }
}


.payment .rounded {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.payment h6 {
    font-weight: bold;
}


.top .p-sec:nth-of-type(2) .p-sec_itemLinkTxt {
    /*background: rgba(233, 65, 78, 0.2);*/
    background: #FFF;
    color: #000;
}


#js-product_list .o-product_item-single .o-product_itemWrite-single i,
#js-product_list .o-product_itemIn .o-product_itemWrite i {
    width: 2.1vw;
    text-align:center;
}


@media (min-width: 992px) {
    #js-product_list .o-product_item-single .o-product_itemWrite-single i,
    #js-product_list .o-product_itemIn .o-product_itemWrite i {
        width: 0.933333vw;
        text-align: center;
    }
}


.o-product_itemIn:nth-of-type(1) .o-product_itemTxt-new {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px;
}

@media (min-width: 992px) {
    .o-product_itemIn:nth-of-type(1) .o-product_itemTxt-new {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 2px;
    }
}

.product .p-sec:nth-of-type(1) .p-sec_col:nth-of-type(1) .p-sec_colTxt-new {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2px;
}

@media (min-width: 992px) {
    .product .p-sec:nth-of-type(1) .p-sec_col:nth-of-type(1) .p-sec_colTxt-new {
        background-color: rgba(255, 255, 255, 0.7);
        padding: 2px;
    }
}



.payment .o-ttl_sub-col {
    padding-top: 4%;
    font-size: 3.466667vw;
    font-weight: 700;
}

@media (min-width: 992px) {
    .payment .o-ttl_sub-col {
        margin-top: 0;
        font-size: 1.066667vw;
    }
}

@media (max-width: 992px) {
    #payment-selection .btn.btn-lg.btn-default img {
        width: 100%;
    }
}

@media (max-width: 420px) {
    .cvv2image img {
        width: 100%;
    }
}


.p-sec_colItemIn {
    display: block;
    box-shadow: none;
}

.p-sec_colItem.is-active .p-sec_colItemIn {
    display: block;
    box-shadow: 0 0 0 2px #4faa99 inset;
}

@media (max-width: 420px) {
    .b2b-banner-sp img {
        width: 100%;
    }
}

.mb0 {
    margin-bottom: 0;
}
@media (max-width: 768px) {
    main {
        padding-top: 150px;
    }
}
@media (min-width: 768px) {
    body {
        padding-top: 180px;
    }
}
    .top-main-banners .slick-slide img {
        width: 100%;
    }