#myModal2 .modal-header h4 {
	font-size: 18px;
	text-align: center;
}
#myModal2 .modal-header {
	position: relative;
}
#myModal2 .modal-header .close {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 29px;
	z-index: 100010;
	margin-right: 0;
	padding: 0;
}
#myModal2 .modal-content {
	background: #eee;
}
#myModal2 {
	z-index: 105099;
}
.cart-store-details {
	padding: 26px 20px;
	padding-top: 10px;
	background-color: #fff;
}
.cart-store-details__store-name {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cart-store-details__total-price {
	font-size: 14px;
	text-align: right;
}
.text--danger {
	color: #f34343 !important;
}
.cart-items-product:first-child {
	border-top: 1px solid #f8f8f8;
}
.cart-card {
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cart-items-product {
	border-bottom: 1px solid #f8f8f8;
	position: relative;
	padding: 2px 20px 0px 2px;
	background: #FFF;
	height: 106px;
}
.cart-card__img {
	height: 68px;
	margin-right: 4px;
	position: relative;
	vertical-align: top;
	width: 68px;
	float: left;
}
.img-loader__wrapper__wrapper {
	height: 100%;
}
.img-loader__wrapper {
	height: 100%;
	position: relative;
}
#cart_count {
	position: absolute;
	width: 25px;
	height: 25px;
	text-align: center;
	background: #984806;
	line-height: 25px;
	border-radius: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	top: -10px;
	right: -15px;
}
#myModal2 {
	z-index: 105099;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal.right.fade .modal-dialog {
	right: -440px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.left .modal-dialog, .modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 440px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.right.fade.show .modal-dialog {
	left: auto;
	margin: 0;
	right: 0;
}
#myModal2 .modal-content {
	background: #eee;
}
.modal.left .modal-content, .modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal-content {
	border-radius: 0;
	border: none;
}
.modal-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.2);
 border-radius: .3rem;
	outline: 0;
	font-size: 14px;
}
.modal.left .modal-body, .modal.right .modal-body {
	padding: 15px 15px 80px;
}
.modal_cart_body {
	overflow: hidden;
	overflow-x: auto;
}
#myModal2 .modal-header {
	position: relative;
}
.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}
.cart-checkout {
	position: absolute;
	bottom: 10px;
	width: 94%;
}
.btn--full {
	border-radius: 3px;
	border: none;
	background: #984806;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	outline: none;
	padding: 13px 12px;
	text-align: center;
	color: #fff;
}
.btn--full {
	display: inline-block;
	width: 100%;
}
.btn--full:hover {
	background: #000;
	color: #fff;
}
.text-red_cart {
	cursor: pointer;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 18px;
	height: 18px;
	height: 18px;
	background: red;
	text-align: center;
	border-radius: 50%;
	color: #FFF !important;
	font-size: 12px;
	font-weight: 600;
}
.product-items .new-price {
	padding-top: 10px;
	font-size: 12px;
}
.add-to-cart--cart-modal {
	height: 20px;
	width: 100px;
	float: left;
}
.add-to-cart__dec {
	height: 27px;
	width: 27px;
	border: 1px solid #984806;
	font-size: 22px;
	line-height: normal;
	padding: 1px;
	border-radius: 50%;
	line-height: 12px;
	text-align: center;
	display: block;
}
.add-to-cart__quantity {
	border: none;
	background: none;
}
.add-to-cart__dec:hover {
	background: #984806;
	color: #FFF;
}
.cart-product-image img {
	width: 60px;
	height: auto;
}
.remove-product {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	color: #fff !important;
	font-size: 14px;
	text-align: center;
	line-height: 22px;
	background-color: #d9534f;
}
.order_thank_you {
	text-align: center;
	width: 50%;
	margin: 0px auto;
	border: 1px solid #ccc;
	border-radius: 16px;
	padding: 15px 0px;
	background-color: #f4f4f4;
}
.woocommerce-thankyou-order-received {
	font-size: 20px;
	font-weight: bold;
}
.order_details {
	list-style-type: none;
}
.woocommerce-order-details {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 0;
}
.woocommerce-customer-details {
	margin-left: 20px;
	float: left;
	width: 45%;
	text-align: left;
	padding-top: 2rem;
	padding-bottom: 0;
}
.product-style-01 .content .title {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 30px;
}
.product-style-01 .content {
	margin-top: 12px;
	padding: 0px 10px;
}
.cart-action li a {
	cursor: pointer;
}
.size-option li {
	cursor: pointer;
}
.active a {
	color: #984806 !important;
}
.choose_length {
	color: #545353;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	padding-top: 0px;
}
.size-option {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
padding-bottom: 5px;
}
.size-option li {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 0px;
	letter-spacing: 1.19px;
	border-radius: 0px !important;
	min-width: 45px;
min-height: 45px;
	color: #706d5a;
	font-weight: 400;
	position: relative;
	background: #fff;
	padding: 0 0px;
	line-height: initial;
	margin: 0 10px 10px 0;
	transition: all .3s ease-in-out;
	
}
.size-option li img
{
	width:100%;
	height:auto;
}
.soldout {
	opacity: 0.5 !important;
	cursor: not-allowed !important;
}
.size-option .soldout::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top left, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	top: 0px;
	left: 0px;
	z-index: -1;
}
.size-option .soldout::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top right, transparent calc(50% - 1px), #979797, transparent calc(50% + 1px));
	top: 0px;
	left: 0px;
	z-index: -1;
}

.print_product_listing li a {
	width: 25px;
height: 28px;
	display: block;
	line-height: 25px;
	border-radius: 0px;
}
.product-style-01 .thumb img
{
	height:auto !important;
}
.print_details
{
    border:0px!important;
  }

.print_product_listing 
{
    padding-top: 6px !important;
padding-bottom: 6px !important;
}
.list-inline-item
{
    position: relative;
}
.print_count
{
    position: absolute;
top: 6px;
}