/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

.breadcrumb > li {
    text-transform: uppercase;
}

.front .banners {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#cboxContent #bootstrap-2016-mailing-list-form {
  display: none;
}

.newsletter-body,
.newsletter-body p {
  margin: 0;
}

#newsletter h2 {
  display: none;
}

.header-region .header-search-form.show {
  border: 1px solid #bdbdbd;
  background-color: #fff;
  padding-left: 5px;
}

.header-search-form::before {
  left: 10px;
}

.header-search-form {
  border: 1px solid #bdbdbd;
}

select#edit-currency,
#uc-currency-alt-picker select {
    border: 0;
    background-color: transparent;
}

#edit-currency-wrapper span.select::after {
    top: 40%;
    background-color: transparent;
}

@media (max-width: 767px) {
    #edit-currency-wrapper span.select::after {
        top: 35%;
    }
}

/* Product Detail Option Size */
div.add-to-cart .attributes .form-item .selectbutton-container {
    display: flex;
    align-items: center;
    margin: 0;
    flex-wrap: wrap;
}

div.add-to-cart .attributes .form-item .selectbutton-container .selectbutton-option.soldout {
    position: relative;
}

div.add-to-cart .attributes .form-item .selectbutton-container .selectbutton-option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 7px 7px 0;
    line-height: 1em;
    padding: 5px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

div.add-to-cart .attributes .form-item .selectbutton-container .selectbutton-option.soldout::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(49%),#000 50%,rgba(0,0,0,0) calc(51%),rgba(0,0,0,0) 100%);
}

div.add-to-cart .attributes .form-item .selectbutton-container .selectbutton-option.selectbutton-active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

div.add-to-cart .attributes .form-item .selectbutton-container .selectbutton-option.selectbutton-active.soldout::after {
    background: linear-gradient(to top left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(49%),#fff 50%,rgba(0,0,0,0) calc(51%),rgba(0,0,0,0) 100%); 
}

#edit-attributes-Size-wrapper {
    display: flex;
}

/******************************************************************************
* Product Listing
*******************************************************************************/
.productrow .product-img {
    overflow: hidden;
}

.productrow .myribbon {
    pointer-events: none;
}

.productrow .product-img .size-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 13px 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    transition: transform .5s ease-in-out,opacity .5s ease-in-out;
}

.productrow .product-img .size-overlay .size-options {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10px;
}

.productrow .product-img .size-overlay .size-options .size-option {
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    color: #4d5266;
    background-color: rgba(255,255,255,.7);
    margin: 0 6px 8px;
    position: relative;
    padding: 0 5px;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 767px) {
   .productrow .product-img .size-overlay .size-options .size-option {
       height: 25px;
       min-width: 25px;
       margin: 0 5px 8px;
   } 
}

.productrow .product-img .size-overlay .size-options .size-option.soldout::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top left,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(49%),#000 50%,rgba(0,0,0,0) calc(51%),rgba(0,0,0,0) 100%);
}

.productrow .product-img .size-overlay .size-options .size-option:focus,
.productrow .product-img .size-overlay .size-options .size-option:hover {
    text-decoration: none;
}

.productrow.touch .product-img .size-overlay, .productrow:hover .product-img .size-overlay {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.product-message-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.product-message-wrapper .product-message {
    background-color: white;
    padding: 10px;
    margin: 20px;
}

div.add-to-cart span.select select {
    width: 77px;
    height: 35px;
    padding: 10px;
}

.shopcada-checkout .product-description {
    padding-left: 0px;
    margin: 0px;
}

.shopcada-checkout span.select select,
.shopcada-checkout select {
    padding-right: 24px;
}

.table-odd-grey-rows tr:nth-child(odd) {
    background-color: #f2f2f2;
}

div.table-responsive-scrollable {
    overflow: auto;
}

/* Product Detail Page */
.product-info-accordion .panel-collapse {
    color: #8c736d;
}

.product-info-accordion .panel-collapse table tr:first-child td {
    background: #f2efed;
}

#product-information table tr {
    border-color: #f2efed;
}

/******************************************************************************
* Product Video
*******************************************************************************/
.product-video {
    display: block;
    width: 100%;
}

.productrow .product-video {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

#node-product-image .product-video {
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

#node-product-tn-wrapper .product-video {
    aspect-ratio: 2 / 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.thumb-link-video {
    display: block;
}

.thumb-link-video.cloudzoom-gallery-active video {
    border: 1px solid #000000;
}