﻿/* #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;
}

/* 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-size: 14px;
    color: #fff;
    /* text-transform: uppercase */
}

.att-color-box {
    border: 1px solid #444;
    border-top: none;
    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;
    width: 100%;
}
input.att-qty-detail, input.att-qty-detail:focus,
.att-qty-detail.one-size-fits-all, .att-qty-detail.one-size-fits-all:focus {
    font-family: normal 15px 'Fjalla One', sans-serif;
    background: none!important;
    color: unset !important;
}

/* Product-details page */
.product-details-page .custom-color-box .att-color-title {
    display: flex;
    align-items: center;
	color: inherit;
	background-color: #f9f9f9;
	border-color: #ccc;
	padding: 10px;
	width: 100%;
    border-bottom: 1px solid #ccc;
    position: relative;
    text-align: left;
    cursor: pointer;
}
.product-details-page .custom-color-box div.custom-color-item:not(:first-child) {
	margin-top: 20px;
}
.product-details-page .custom-color-box .att-color-box {
    border-color: #ccc;
}
.product-details-page .custom-color-box .att-color-box > div >ul {
    display: flex;
    flex-wrap: wrap;
}
.product-details-page .custom-color-box .att-color-box > div >ul > li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.product-details-page .custom-color-box .att-color-box > div > ul> li table tbody {
    border: 1px solid #ccc;
}
.product-details-page .custom-color-box .att-color-box .att-size-detail {
    background-color: #f2f2f2;
    text-transform: capitalize;
    font-weight: 300;
    color: #222;
    border-bottom: 1px solid #ccc;  
}
.product-details-page .custom-color-box .att-color-box td input {
    color: #222;
    max-width: 100%;
    height: 34px;
    border: 0 !important;
    width: 100%;
}
.product-details-page .att-color-title::after {
	font-family: "venture-font";
	text-transform: none;
	content: "c";
	font-size: 7px;
	width: 8px;
	height: 9px;
	position: absolute;
	top: 0;
    bottom: 0;
    right: 20px;
	margin: auto;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.product-details-page .att-color-title.open::after {
	-ms-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.product-details-page  .gc-att-image {
    padding-right: 5px;
}
.product-details-page .att-color-title span {
    font-size: 16px;
}
/* .product-details-page .custom-color-box .att-color-box > div > ul> li.active table tbody {
    border-color: #ac2024;
}
.product-details-page .custom-color-box .att-color-box .active .att-size-detail {
	background-color: #ac2024;
	color: #fff;
	border-radius: 0;
	border-bottom-color: #ac2024;
} */

span.group-qty {
    margin-left: 15PX;
    color: #ac2024;
}

.custom-color-box .att-color-box > div > ul > li.active table tbody {
    border-color: #ac2024;
}

.custom-color-box .att-color-box li.active .att-size-detail {
    color: #fff;
    background: #ac2024;
    border-color: #ac2024;
}

.custom-color-box .att-color-box li.active td input {
    color: #ac2024 !important;
}

@media (max-width: 1200px) {
    .product-details-page .custom-color-box .custom-color-item {
        float: none;
        margin-left: auto;
        margin-right: auto;
        max-width: 670px;
    }
 }
 @media (max-width:575px){
     .product-details-page .custom-color-box .att-color-box > div > ul> li {
         max-width: 25%;
         -ms-flex: 0 0 25%;
         flex: 0 0 25%;
     }
}