/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

@import url("../bridge/style.css");

#shop_fullwidth_row {
	margin: 60px -50vw 60px -50vw !important;
	padding-top: 70px;
	padding-bottom: 90px;
}

/* Menu Fixes */
nav.main_menu>ul>li>.second.drop_down_start:after {
    display: block !important;
	content: "";
    margin-left: 25px;
    width: 16px;
    height: 16px;
    border-left: 1px solid #d4dbe0;
    border-top: 1px solid #d4dbe0;
    position: absolute;
    top: -8px;
    z-index: 1061;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZborder-top-left-radius: 4px;
    border-top-left-radius: 4px;
    background: linear-gradient(-45deg,rgba(255,255,255,0) 50%,#fff 50%);
}

nav.main_menu>ul>li:hover>.second:after {
    transition: top .3s ease-in-out;
}

/* Cart Fixes */
.woocommerce-cart-form .shop_table td.product-name dl dt, 
.woocommerce-cart-form .shop_table td.product-name dl dd, 
.woocommerce-checkout-review-order .shop_table td.product-name dl dt, 
.woocommerce-checkout-review-order .shop_table td.product-name dl dd {
    display: block;
    text-align: left;
}

.woocommerce-cart-form .shop_table td.product-name dl dd,
.woocommerce-checkout-review-order .shop_table td.product-name dl dd {
    padding-left: 15px;
}

.woocommerce-shipping-calculator.shipping_calculator {
    display: none;
}

.woocommerce form.checkout .col2-set .form-row-wide {
    clear:both;
}

.woocommerce-message a.wc-forward {
    border-radius: 4px !important;
}

.woocommerce-message a.wc-forward:hover {
    color: #fff !important;
}

.wc-pao-addon-pupillary-distance-pd input {
    border: 1px solid #ccc !important;
	text-align: center;
}

.wc-pao-addon-prescription-upload-jpg-png-or-pdf p.form-row small {
	text-align: right;
	padding-left: 15px;
}

#btn_remove_upload {
    background-color: transparent;
    color: red;
	font-weight: bold;
	font-size: 17px;
    border: 0;
    padding: 0;
}

#btn_remove_upload:hover {
	color: #000;
	text-decoration: underline;
}

/* Product Page fixes for mobile */
@media only screen and (max-width: 792px) {
	.woocommerce ul.products li.product {
		width: 50% !important;
	}
}

/* Cart Fixes for mobile */
@media only screen and (max-width: 792px) {
	.woocommerce-cart-form .shop_table thead th {
		font-size: 10px !important;
	}
	
	.woocommerce-cart-form td.product-name a {
		font-size: 13px;
	}
	
	.woocommerce-cart-form td {
		font-size: 14px;
	}
	
	.woocommerce-cart-form th.product-thumbnail,
	.woocommerce-cart-form td.product-thumbnail {
		display: none;
	}
	
	.woocommerce-cart-form td.product-name dl.variation {
		display: none;
	}
	
	.woocommerce-cart-form td.product-quantity div.quantity.buttons_added .minus, 
	.woocommerce-cart-form td.product-quantity div.quantity.buttons_added .plus {
		display: none;
	}
	
	.woocommerce-cart-form td.product-quantity {
		text-align: center;
	}
	
	.page-id-47.woocommerce-page .content .container .container_inner {
		padding-top: 0px !important;
	    margin-left: 25px;
    	margin-right: 25px;
    	width: auto;
	}
	
	.woocommerce ul.products li.product {
		width: 45% !important;
		float: left !important;
	}
	
	.woocommerce ul.products li.product:nth-child(odd) {
		margin-right: 25px;
		margin-left: -13px;
	}
}

/* Cart Fixes for Desktop */
@media only screen and (min-width: 793px) {
    .woocommerce-cart-form .shop_table td.product-name dl dd, 
    .woocommerce-checkout-review-order .shop_table td.product-name dl dd {
        padding-left: 30px;
    }

    .woocommerce-checkout-review-order .shop_table td.product-name {
        text-align: left !important;
    }

    .woocommerce-checkout-review-order .shop_table td.product-name dl.variation {
        margin-left: 25px;
    }

    .woocommerce form.checkout table.shop_table td, .woocommerce form.checkout table.shop_table th {
        text-align: left !important;
    }
}