.shopFrame {
    box-sizing: border-box;
    margin-top: 60px;
}

.shopFrame .product {
    width: calc((100% - 80px) / 3);
    height: auto;
    box-sizing: border-box;
    float: left;
    margin-left: 40px;
    margin-bottom: 40px;
    cursor: pointer;
}

.shopFrame .product:hover {
    text-decoration: underline;
}

.shopFrame .product .image {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.shopFrame #products>div:nth-child(3n+1) {
    margin-left: 0px;
}

.shopFrame #products>div:last-child {
    margin: 0px !important;
}

.shopFrame .product .title {
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
}

.shopFrame .product .subTitle div {
    line-height: normal;
}

.shopFrame .product .subTitle p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
}

.shopFrame .product .price div {
    line-height: normal;
    margin-top: 10px;
}

.shopFrame .product .price p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
}

#cart {
    position: fixed;
    top: 80px;
    right: 80px;
    font-size: 26px;
}

#cart a {
    color: black;
    text-decoration: none;
}

#cart a:hover {
    text-decoration: underline;
}

#cart #miniCart {
    float: left;
}

#cart #currency {
    float: right;
    position: relative;
    margin-left: 20px;
    height: 31px !important;
    top: -15px;
}

#cart #currency span {
    font-size: 12px;
    text-transform: uppercase;
}

#cart #currency form {
    padding: 0px;
    margin: 0px;
    height: auto !important;
}

#cart #currency select {
    position: relative;
    bottom: 12px;
}

.shopFrame #product .title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 30px;
}

.shopFrame #product .image {
    width: calc(100% - 300px);
    float: left;
    box-sizing: border-box;
    padding-right: 40px;
}

.shopFrame #product .image img {
    width: 100%;
    height: auto;
    display: block;
}

.shopFrame #product .content {
    width: 300px;
    /*float: left;*/
    box-sizing: border-box;
    position: fixed;
}

.shopFrame #product .content p {
    padding: 0px;
    margin: 0px;
    margin-bottom: 40px;
}

.shopFrame #product .content .price {
    font-weight: bold;
}

.shopFrame #product .content .outOfStock {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.shopFrame #product .content .price div {
    display: inline-block;
}

.shopFrame #product .content .addToCartButton {
    width: 100%;
    border: 3px solid black;
    background-color: white;
    color: black;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
}

#cartFrame table {
    border-color: black;
    border-radius: 0px;
}

#cartFrame table td {
    border-color: black;
}

#cartFrame table th {
    border-color: black;
}

#cartFrame table thead {
    background-color: rgba(255, 255, 255, .3);
}

#cartFrame table thead th {
    font-weight: 400;
}

#cartFrame table .product-thumbnail {
    display: none;
}

#cartFrame table a {
    color: black;
    text-decoration: none;
}

#cartFrame table a:hover {
    text-decoration: underline;
}

#cartFrame table .cart_item td {
    padding-top: 14px;
    padding-bottom: 14px;
}

#cartFrame .coupon {
    display: none;
}

#cartFrame table input[type="number"] {
    border: 1px solid black;
    border-radius: 0px;
    height: 24px;
}

.woocommerce-billing-fields input[type="text"],
.woocommerce-billing-fields input[type="tel"],
.woocommerce-billing-fields input[type="email"],
.woocommerce-shipping-fields input[type="text"],
.woocommerce-shipping-fields input[type="tel"],
.woocommerce-shipping-fields input[type="email"] {
    border: 1px solid black;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    box-sizing: border-box;
    font-size: 14px;
}

#billing_state_field,
#shipping_state_field {
    width: 100%;
    box-sizing: border-box;
}

#billing_postcode_field,
#shipping_postcode_field {
    width: 100%;
    box-sizing: border-box;
}

#cartFrame .cart_totals h2,
#cartFrame h3 {
    padding: 0px;
    font-weight: 500;
    font-size: 20px;
}

#cartFrame .checkout-button,
.woocommerce .button.wc-backward {
    border: 3px solid black;
    background-color: white;
    border-radius: 0px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    font-family: "Helvetica Roman", arial;
    max-width: 100%;
    box-sizing: border-box;
}

.woocommerce #payment #place_order,
.woocommerce #payment #place_order_fake
 {
    border: 3px solid black;
    background-color: white;
    border-radius: 0px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    font-family: "Helvetica Roman", arial;
    max-width: 100%;
    box-sizing: border-box;
    display: none;
}

#cartFrame .checkout-button:hover,
.woocommerce #payment #place_order:hover {
    background-color: rgba(255, 255, 255, .6);
}

#order_comments_field {
    display: none;
}

.woocommerce table.shop_table {
    border-color: black;
    border-spacing: 0px;
}

.woocommerce-checkout #payment {
    background-color: rgba(255, 255, 255, .3);
}

.payment_box p {
    margin-top: 0px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: white;
    border: 1px solid black;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid black;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
    background-color: white;
}

#ship-to-different-address-checkbox,
#terms {
    -webkit-appearance: checkbox;
}

.wc-terms-and-conditions a {
    color: black;
}

.woocommerce .col2-set {
    width: 50%;
    float: left;
}

#cartFrame #order_review {
    width: 50%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
}

#cartFrame #order_review_heading {
    float: left;
    padding-left: 20px;
    margin-top: 1em;
}

.woocommerce .col2-set .col-1 {
    width: 100%;
    float: none;
    padding-right: 20px;
    box-sizing: border-box;
}

.woocommerce .col2-set .col-2 {
    width: 100%;
    float: none;
    padding-right: 20px;
    box-sizing: border-box;
}

#ship-to-different-address {
    background-color: rgba(255, 255, 255, .3);
    padding: 15px !important;
    border-radius: 0px;
    border: 1px solid black;
}

.woocommerce .woocommerce-thankyou-order-details.order_details {
    padding-left: 0px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    padding: 15px;
}

#thankyou .col-1 {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

#thankyou .col-2 {
    width: 50%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: black;
    text-decoration: none;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal:hover {
    text-decoration: underline;
}

.styledSelect {
    width: 183px;
    height: 33px;
    overflow: hidden;
    background: url(/wp-content/themes/rye/images/select_arrow.png) no-repeat right;
    border: 1px solid black;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: white;
    border-radius: 5px;
}

.styledSelect select {
    background: transparent;
    width: 200px;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 33px;
    -webkit-appearance: none;
    font-weight: 400;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
}

.variation dt {
    float: left;
    clear: none !important;
    display: inline;
    margin: 0px !important;
    margin-right: 10px !important;
}

.variation dd {
    margin: 0px !important;
    float: left;
}

.variation dd p {
    margin: 0px;
}

#shipping_method input {
    -webkit-appearance: radio;
}

/*
#shipping_method li:first-child {
    display: none;
}
*/

#passwordBoxOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    background-color: rgba(0, 0, 0, .5);
    z-index: 10;
}

#passwordBox {
    position: absolute;
    text-align: center;
    top: 0px;
    background-color: white;
    padding: 30px;
    box-sizing: border-box;
    max-width: 400px;
}

#passwordBox img {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

#passwordBox input {
    width: 100%;
    box-sizing: border-box;
}

#passwordBox input[type="password"] {
    border: 1px solid black;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    box-sizing: border-box;
    font-size: 14px;
}

#passwordBox input[type="submit"] {
    border: 3px solid black;
    background-color: white;
    border-radius: 0px;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    font-family: "Helvetica Roman", arial;
    max-width: 100%;
    box-sizing: border-box;
    margin-top: 8px;
}

#passwordBox a {
    float: left;
    color: black;
}

#pageing {
    padding-bottom: 50px;
    text-align: center;
}

#pageing img {
    height: 22px;
    width: auto;
    display: inline;
}

#pageing a:hover {
    opacity: .3;
}

#pageing a.inactive {
    cursor: default !important;
    opacity: .3;
}

#pageing div {
    display: inline-block;
    font-size: 14px;
    line-height: auto;
    height: 40px;
    position: relative;
    top: -6px;
    margin-left: 10px;
    margin-right: 10px;
}

/*
#pageing a {
    float: left;
    display: block;
    border: 1px solid black;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    padding-top: 25px;
    padding-bottom: 18px;
    color: black;
    margin-right: 10px;
    line-height: 0px;
    width: 45px;
    text-align: center;
    margin-bottom: 10px;
}

#pageing a:hover {
    background-color: #ededed;
}

#pageing a.current {
    background-color: black;
    color: white;
}
*/

@media (max-width:1024px) {
    
    #cart {
        top: 40px;
        right: 40px;
    }
        
    .shopFrame #product .image {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    
    .shopFrame #product .content {
        width: 100%;
        float: none;
        box-sizing: border-box;
        position: static;
        padding-bottom: 40px;
    }
    
}

@media (max-width:767px) {
    
    #cart {
        top: 100px;
        right: 40px;
    }
     
    .shopFrame {
        margin-top: 20px;
    }
    
    .shopFrame .product {
        width: calc((100% - 40px) / 2);
        height: auto;
        box-sizing: border-box;
        float: left;
        margin-left: 40px;
        margin-bottom: 40px;
        cursor: pointer;
    }
    
    .shopFrame #products>div:nth-child(3n+1) {
        margin-left: 40px;
    }
    
    .shopFrame #products>div:nth-child(2n+1) {
        margin-left: 0px;
    }
    
    .shopFrame #products>div:last-child {
        margin: 0px !important;
    }
    
}

@media (max-width:415px) {
    
    .shopFrame .product {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        float: none;
        margin-left: 0px;
        margin-bottom: 40px;
        cursor: pointer;
    }
    
    .shopFrame #products>div:nth-child(3n+1) {
        margin-left: 0px;
    }
    
    .shopFrame #products>div:nth-child(2n+1) {
        margin-left: 0px;
    }
    
}