﻿/* #Clearing
================================================== */

/* Self Clearing Goodness */
.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns,
    or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after, .clearfix:after {
    clear: both;
}

.row, .clearfix {
    /*	zoom: 1;
*/
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.att-size-detail {
    background-color: #222;
    color: #fff;
    padding: 6px;
    -webkit-border-top-radius: 3px;
    -moz-border-top-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: default;
    text-align: center;
    font-size: 13px;
}

.att-size-price {
    background-color: #B80709;
    color: #eee;
    padding: 1px 6px 2px 6px;
    cursor: default;
    text-align: center;
    font-size: 11px;
    white-space: nowrap;
}

.att-color-title {
    padding: 5px 11px;
    background-color: #444;
    border: 1px solid #444;
    border-bottom: none;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase
}

.att-color-box {
    border: 1px solid #444;
    border-top: none;
    margin-bottom: 10px;
    padding: 5px;
}

.w-100 {
    width: 100%;
}

.p-5 {
    padding: 5px;
}

.float-l {
    float: left;
}

.display-n {
    display: none;
}

.display-i {
    display: inline;
}

.input.att-qty-detail, .att-qty-detail {
    width: 63px;
    font-weight: bold;
    border: 1px solid #000 !important;
    padding: 6px !important;
    text-align: center;
}

    .input.att-qty-detail, .att-qty-detail.one-size-fits-all {
        width: 108px;
    }

.att-color-bottom {
    text-align: center;
    margin: 2px auto;
    padding-top: 10px;
    padding-bottom: 5px;
    height: 50px;
    font-size: small;
}

.tooltip {
    cursor: default;
}

    .tooltip.out-of-stock {
        color: #eee;
    }

.att-color-bottom-guest {
    text-align: center;
    margin: 2px auto;
    padding-top: 10px;
}

.att-top-text {
    color: #666;
    font-size: small;
    margin-top: 10px
}

.clear-l {
    clear: left;
}

.clear-b {
    clear: both;
}

.input-checkbox {
    display: block;
    margin: 0 auto;
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.colour-name {
    text-align: center;
    height: 40px;
    display: block;
    width: 100%;
}

.control-group {
    display: inline-block;
    height: 30px;
    margin: 5px auto 1px auto;
    padding: 5px;
    text-align: left;
    vertical-align: top;
    background: #f9f9f9;
    -webkit-border-bottom-radius: 3px;
    -moz-border-bottom-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top: 1px solid #eee;
    width: 126px;
    margin-top: 10px;
}

.control {
    font-size: 14px;
    position: relative;
    display: block;
    margin-bottom: 5px;
    padding-left: 30px;
    cursor: pointer;
    margin-left: 3px;
}

.color-picture {
    width: 128px;
    margin: 0.7%;
    text-align: center;
}

.container1 .seven.columns {
    width: 100%;
}

.seven.columns {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom: none;
    margin-bottom: 0;
}

.color-picture img {
    display: block;
    margin: 0 auto;
}

.product-img-box ul {
    margin: 0 auto 30px auto;
}

.seven.columns ul li, .place-order ul li {
    float: left;
    list-style: none;
    width: 128px;
    margin-left: 1.2%;
    margin-right: 1.2%;
    margin-bottom: 8px;
    border: 1px solid #cacaca;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-top: 4px;
    padding-right: 5px;
}

.control__indicator {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #e6e6e6;
    margin-top: -2px;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    background: #ccc;
}

/* Checked state */
.control input:checked ~ .control__indicator {
    background: #B80709;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
    background: #D80000;
}

/* Disabled state */
.control input:disabled ~ .control__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after {
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after {
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after {
    top: 4px;
    left: 8px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after {
    border-color: #7b7b7b;
}

.overview .qty-label {
    display: inline !important;
    padding-top: 12px;
    font-size: 16px;
}

#spanTotalQty {
    margin: 0 10px 0 5px;
    padding-top: 12px;
    font-size: 16px;
}

.custom-color-item {
    float: left;
    margin: 0 10px 0 0px;
}

.text-red {
    color: red;
}

.qty-input {
    width: 45px;
    height: 43px;
    padding: 0px 0px 0px 7px;
    text-align: center;
    font-size: 15px;
    color: #444 !important;
    float: left;
    border: 1px solid #ddd;
}

.add-to-cart-panel-varient {
    float: left;
    margin-left: 18px !important;
}

@media (max-width: 768px) {
    .variant-picture-add-to-cart {
        display: none;
    }

    .add-to-cart-panel-varient {
        margin-left: 0px !important;
    }
}

.add-to-cart-button {
    height: 43px;
    border: none;
    background-color: #4ab2f1;
    padding: 0 24px;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

.add-to-cart-button:hover {
   background-color: #248ece;
}
