.elementor-12 .elementor-element.elementor-element-f022dd4{--display:flex;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-12 .elementor-element.elementor-element-f022dd4{--padding-top:14px;--padding-bottom:80px;--padding-left:14px;--padding-right:14px;}}/* Start custom CSS for shortcode, class: .elementor-element-73961ff *//*------ righgt------*/
.cc-right {
    width: 75%;
    background-color: #fff;
    border: 1px solid #EDEBE4;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 36px 48px 0px #EDEBE480;
}
		
.cc-title, .cc-invoice-header {
    display: flex;
    align-items: center;
    gap: 16px;
    color: #383227;
    font-size: 20px;
    font-weight: 900;
    padding-right: 8px;
}

.cc-count {
    font-size: 16px;
    font-weight: 400;
    color: #747068;
}

.cc-header {
    display: flex;
    justify-content: space-between;
}

img.icon-cart {
    width: 16px;
    height: 16px;
}

a.cc-clear-all {
   border: 1px solid #EDEBE4;
    border-radius: 4px;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #383227;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
}

a.cc-clear-all:hover {
   border: 1px solid #383227;
   background-color: #FFC321;
}

.cc-card {
    display: flex;
    background: #fff;
    border: 1px solid #EDEBE4;
    border-radius: 16px;
    margin-top: 16px;
}

.cc-image {
    width: 20%;
    border-left: 1px solid #EDEBE4;
    align-content: center;
}

.cc-image img {
    width: 100%;
    border-radius: 12px;
    height: 160px;
    object-fit: contain;
}

.cc-content {
    width: 80%;
    padding: 16px;
}

.cc-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #383227;
    margin-top: 8px;
}

.cc-cat a{
    font-size: 16px;
    font-weight: 400;
    color: #747068;
}

button.cc-remove-btn
 {
    border: 1px solid #EDEBE4;
    border-radius: 4px;
    cursor: pointer;
}

button.cc-remove-btn:hover
 {
     background-color: #FFC321;
     border-color: #383227;
}

.cc-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    background: #EDEBE4;
    padding: 4px;
    border-radius: 8px;
    flex-direction: row-reverse;
}

.cc-price {
    font-weight: 600;
    color: #383227;
    padding-right: 12px;
}

.cc-price span.woocommerce-Price-currencySymbol{
    color: #00A118;
    font-weight: 400;
    font: 14px;
    padding-right: 4px;
}

.cc-qty {
    display: flex;
    align-items: center;
    gap: 4px;
}

button.cc-qty-btn {
    font-size: 16px;
    width: 48px;
    height: 48px;
    color: #747068;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

button.cc-qty-btn:hover {
    background-color:#383227;
    color: #fff;
}

/* قدیمی: span.cc-qty-number { width:48px; height:48px; ... } */

.cc-qty-number {
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #1B1B1B;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 !important;
	margin: 0 !important;
	direction: ltr;
	-moz-appearance: textfield;
	appearance: textfield;
}

.cc-qty-number::-webkit-outer-spin-button,
.cc-qty-number::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.cc-qty-number:focus,
.cc-qty-number:focus-visible {
	border: none !important;
	box-shadow: none !important;
	background-color: #fff !important;
}

.cc-qty-number.cc-qty-loading {
	opacity: .45;
	pointer-events: none;
}


.cc-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}





/*------ left------*/
.cc-invoice {
    width: 32%;
    background-color: #fff;
    border: 1px solid #EDEBE4;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0px 36px 48px 0px #EDEBE480;
}

.cc-invoice-box {
    display: grid;
    border: 1px solid #EDEBE4;
    border-radius: 4px;
    padding: 16px;
    margin: 24px 0px 16px 0px;
    gap: 16px;
}

.cc-invoice-row,.cc-invoice-row-total, .cc-invoice-row1 {
    color: #383227;
    display: flex;
    justify-content: space-between;
}

.cc-invoice-row1 {
    border-bottom: 1px solid #EDEBE4;
    padding-bottom: 16px;
}

span.cc-invoice-discount, span.cc-invoice-subtotal {
    font-weight: 600;
}

span.cc-invoice-discount span.woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 400;
    color: #747068;
    padding-right: 4px;
}

span.cc-invoice-subtotal span.woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 400;
    color: #747068;
    padding-right: 4px;
}

span.cc-invoice-total {
    font-size: 20px;
    font-weight: 900;
}

span.cc-invoice-total span.woocommerce-Price-currencySymbol{
    font-size: 14px;
    font-weight: 400;
    color: #00A118;
    padding-right: 3px;
}

.cc-checkout-btn {
  background-color: #FFC321;
  border: 1px solid #383227;
    border-radius: 4px;
    padding: 16px;
    color: #383227;
    display: flex;
    justify-content: space-between;
    align-items: anchor-center;
    font-weight: 600;
    line-height: 16px;
}

.cc-checkout-btn:hover {
   background-color: #18D638;
}

.cc-invoice-row-total {
    color: #383227;
    display: flex;
    justify-content: space-between;
    background-color: #F5F4F1;
    padding: 16px;
    border-radius: 4px;
    margin: 16px 0px;
 align-items: anchor-center;
}

.cc-invoice-discount-text {
    display: flex;
    gap: 8px;
    padding-right: 16px;
    align-items: anchor-center;
    color: #383227;
}

input.cc-coupon-input {
    font-family: inherit;
    background-color: #F5F4F1;
    border: none;
    border-radius: 4px;
    padding: 14.5px;
    width: 71%;
    margin: 8px 0px 0px 8px;
}

button.cc-coupon-btn {
	 width: 25%;
    font-family: inherit;
    border: 1px solid #EDEBE4;
    border-radius: 4px;
    cursor: pointer;
}

button.cc-coupon-btn:hover {
  background-color: #19D639;
  border-color: #383227;
}





/*------ empty------*/
.cc-empty-cart {
    display: grid;
    height: 480px;
    background-color: #fff;
    border: 1px solid #EDEBE4;
    box-shadow: 0px 36px 48px 0px #EDEBE480;
    border-radius: 16px;
    gap: 20px;
    align-content: center;
    justify-items: center;
}

.empty-text{
    font-size: 24px;
    font-weight: 900;
    color: #383227;
}

a.cc-empty-btn {
    display: flex;
    gap: 5px;
    border: 1px solid #EDEBE4;
    border-radius: 4px;
    padding: 16px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #383227;
}

a.cc-empty-btn:hover {
    background-color: #18D638;
    border: 1px solid #383227;
}

.cc-empty-text {
    display: flex;
    align-items: center;
    gap: 16px;
}








@media(max-width:768px){
.cc-wrapper {
    flex-direction: column;
    gap: 16px;
}

/*------ righgt------*/
.cc-right {
    width: 100%;
    padding: 14px;
}
		
.cc-title, .cc-invoice-header {
    gap: 12px;
    font-size: 18px;
}

.cc-count {
    font-size: 12px;
}

img.icon-cart {
    width: 14px;
    height: 14px;
}

a.cc-clear-all {
    gap: 6px;
    padding: 12px 14px;
    font-size: 12px;
}

.cc-card {
    margin-top: 12px;
}

.cc-image {
    width: 20%;
    height: 140px;
}

.cc-image img {
    height: 140px;
}

.cc-content {
    padding: 8px 12px 8px 8px;
}

.cc-top{
    align-items: flex-start;
}

.cc-text h4 {
    font-size: 14px;
    margin-top: 4px;
}

.cc-cat a{
    font-size: 14px;
}

button.cc-remove-btn
 {
    padding: 6px 8px;
}

.cc-bottom {
    margin-top: 10px;
}

.cc-price {
    font-size: 14px;
    padding-right: 8px;
}

.cc-price span.woocommerce-Price-currencySymbol{
    font-size: 12px;
}

button.cc-qty-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    width: 32px;
    height: 32px;
}

.cc-qty-number {
    width: 32px;
    height: 32px;
    font-size: 12px;
}


/*------ left------*/
.cc-invoice {
    width: 100%;
    padding: 14px;
}

.cc-invoice-box {
    padding: 14px;
    margin: 16px 0px 16px 0px;
    gap: 14px;
}

.cc-invoice-row1 {
    padding-bottom: 14px;
}

span.cc-invoice-discount, span.cc-invoice-subtotal , .cc-invoice-row1 span, .cc-invoice-row span{
    font-size: 14px;
}

span.cc-invoice-discount span.woocommerce-Price-currencySymbol, span.cc-invoice-subtotal span.woocommerce-Price-currencySymbol{
    font-size: 12px;
}


span.cc-invoice-total {
    font-size: 18px;
}

.cc-checkout-btn {
    padding: 14px;
    font-size: 14px;

}

.cc-invoice-row-total {
    padding: 14px;
    font-size: 14px;
}

button.cc-coupon-btn {
    font-size: 14px;

}

.cc-coupon-message{
    font-size: 14px;
    padding: 8px 8px 0px 0px;
}




/*------ empty------*/
.cc-empty-cart {
    height: 340px;
}

.cc-empty-text {
    gap: 10px;
    flex-direction: column;
}
    
.empty-text{
    font-size: 18px;
}

a.cc-empty-btn {
    padding: 14px;
    font-size: 14px;
}

img.cc-empty-img {
    width: 150px;
    height: 150px;
}
}/* End custom CSS */