/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.onerow {
	clear: both;
	padding: 0 10px;
}





/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	float: left;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
	margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
	width: 100%;
	height: auto;
	display: block;
}





/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
	.onepcssgrid-1000 {
		max-width: 1000px;
	}

	.onepcssgrid-1000 .onerow {
		padding: 0;
	}
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
	.onerow {
	}

	.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
		float: none;
		width: 99%;
	}
}


/*#wvpc_qt_txt{
	width: 40px;
height: 40px;
line-height: 40px;
padding: 0 !important;
text-align: center;
display: inline-block;
float: right;
margin-right: 5px;
}*/


.wvpc-item-thumbnail{
	position: relative;
}

.wvpc-cart-name span{
	display: block;
}
.wvpc-item-thumbnail img{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px !important;
}
.wvpc-item-thumbnail img[src = '']{
    display: none;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.wvpc-customize-product-link{
    text-decoration: none !important;
    color: rgb(255, 255, 255);
    cursor: pointer;
    /*height: 44px;*/
    letter-spacing: 1px;
    min-width: 40px;
    text-decoration: none solid rgb(255, 255, 255);
    text-transform: uppercase;
    width: 131px;
    background: rgb(104, 184, 196) none repeat scroll 0% 0% / auto padding-box border-box;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-right: 0px none rgb(255, 255, 255);
    border-bottom: 1px solid rgb(3, 137, 156);
    border-left: 0px none rgb(255, 255, 255);
    border-radius: 2px 2px 2px 2px;
    font: normal normal bold 14px/14px effra, sans-serif;
    margin: 0px 10px 0px 0px;
    outline: rgb(255, 255, 255) none 0px;
    padding: 14px;
    transition: all 0.15s ease 0s;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    float: left;
    display: block;
}

.wvpc_cart_item_thumb_placeholder{
    position: static !important;
    visibility: hidden;
}

/*quantity */
#wvpc-qty-container .minus, #wvpc-qty-container .plus, #wvpc-qty-container .wvpc-qty {
    padding: 5px;
    height: 40px;
    text-align: center;
}
#wvpc-qty-container .minus, #wvpc-qty-container .plus{
    background: #0099cc;
    border-bottom: 3px solid #067DA5;
    color: #fff;
}
#wvpc-qty-container{
    float: right;
}

#wvpc-qty-container input[type=number]::-webkit-outer-spin-button,
#wvpc-qty-container input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#wvpc-qty-container input[type=number] {
    -moz-appearance:textfield;
}