@font-face {
    font-family: 'IranYekan';
    src: url('../font/iranyekanwebmedium.ttf');
    font-weight: 400;
}

@font-face {
    font-family: 'IranYekan';
    src: url('../font/iranyekanwebbold.ttf');
    font-weight: 500;
}

.site-main {
    width: 100% !important;
}

body {
    font-family: IranYekan !important;
}

.inline_block {
    display: inline-block;
}

.hidden {
    display: none !important;
}

.show {
    display: block !important;
}

.arta_loading {
    background: url("../images/loading.gif") center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
    z-index: 100;
}

.arta_form_content {
    padding: 30px 0;
}

.arta_form_box, .arta_show_cart {
    background: #FFFFFF;
    box-shadow: 2px 4px 30px 1px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    width: 100%;
    margin-top: 50px;
}
.arta_show_cart .product-remove , .arta_show_cart .coupon{
	display:none!important;
}
.select_currency {
    position: relative;
}

.zh_select_currency {
    position: relative;
    background: none;
    width: 100% !important;
    text-align: right !important;
    font-size: 11px !important;
    border: 1px solid #E0DFDF;
    border-radius: 5px !important;
    color: #3E3E3E !important;
    padding: 15px 30px !important;
    margin-bottom: 50px;
}

.zh_s_icon {
    background: url("../images/zh_deselect_location.png") center center no-repeat;
    background-size: cover;
    width: 14px;
    height: 18px;
    position: absolute;
    right: 10px;
}

.zh_s_icon_select {
    background: url("../images/zh_select_location.png") center center no-repeat !important;
    background-size: cover;
    width: 14px;
    height: 18px;
    position: absolute;
    right: 10px;
}

.zh_select_flag {
    position: absolute;
    left: 10px;
    top: 10px
}

#zh_select_flag_try {
    background: url("../images/turkie.png") center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 25px;
}

#zh_select_flag_usa {
    background: url("../images/usa.png") center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 25px;
}

#zh_select_flag_aed {
    background: url("../images/uae.png") center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 25px;
}

.arta_input {
    padding: 10px;
    border: 1px solid #E0DFDF;
    border-radius: 5px;
    width: 100%;
}

.arta_input::placeholder {
    color: #3E3E3E;
    font-size: 10px;
}

.arta_input:focus, .select_currency:focus {
    outline: none !important;
    border: 1px solid #FF6D00 !important;
}

.buy_form {
    padding: 40px;
    border-left: 1px solid #E4E4E4;
}

.buy_form label {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}

.arta_price, .arta_wight {
    width: 30%;
    margin: 40px 0;
    margin-left: 35px;

}

.arta_number {
    width: 20%;
    margin: auto;
}

.calculate_price, .single_add_to_cart_button {
    background: linear-gradient(258.94deg, #FF6D00 6.28%, #FF4D00 97.82%);
    border-radius: 6px;
    color: #FFFFFF;
    font-size: 12px;
    border: none;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
}

.total_price_hidden {
    margin-bottom: 10px;
}

.total_price_number {
    font-size: 20px;
    font-weight: bold;
    color: gray;
}

.form_guide {
    padding: 40px;
}

.arta_guide_title {
    margin-bottom: 20px;
}

.arta_guide_body, .arta_guide_footer {
    text-align: justify;
    line-height: 30px;
    font-size: 14px !important;
}

.arta_guide_footer {
    background: #F4F3F3;
    border-radius: 6px;
    padding: 15px;
}


/* add site styles  */

.show_sites {
    width: 100%;
    margin: 100px 0;
    position: relative;
}

.site_item {
    background: #FFFFFF;
    box-shadow: 2px 4px 30px 1px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    padding: 30px 20px;
    width: 250px !important;
    margin: 0 20px !important;
}

.site_item_header {
    width: 100%;
}

.site_item_header img {
    width: 70%;
    height: 50px;
    margin: auto;
}

.site_item_title {
    text-align: center;
    margin: 15px 0;
}

.site_item_desc {
    font-size: 11px;
    line-height: 30px;
    text-align: justify;
    height: 150px;
    overflow-y: hidden;
    text-end-overflow: ellipsis;
    margin-bottom: 30px;
}

.site_item_footer {
    width: 80%;
    margin: auto;
    text-align: center;
}

.site_item_link {
    background: #D9D9D9;
    border-radius: 10000px;
    width: 100%;
    padding: 10px 30px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    color: #000000;
}

.site_item_link:hover {
    background: #FF6D00;
    color: #FFFFFF;

}

#clearinput {
    background: url("../images/refresh.png") center center no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

#submit_address {
    background: #79f380 !important;
}

@media screen and (max-device-width: 1024px) {
    .buy_form, .form_guide {
        padding: 25px;
    }
}

@media screen and (max-device-width: 992px) {
    .arta_form_content {
        padding: 0;
    }

    .buy_form {
        border: none;
    }

    .zh_select_currency {
        margin-bottom: 15px;
    }
}

@media screen and (max-device-width: 480px) {
    .arta_form_content {
        padding: 0;
    }

    .buy_form {
        border: none;
    }

    .arta_price, .arta_wight, .arta_info, .arta_number, .arta_link {
        width: 100%;
        margin: 10px 0;
    }
}

#billing_state {
    width: 100%;
    background: #f1f5f7;
    padding: 10px;
    font-size: 13px;
}

.remove_choose_address {
    padding: 5px !important;
    margin: 10px !important;
    background-color: red !important;
    border: none !important;
    color: #FFFFFF !important;
}
.arta_guide_body p {
	font-size: 13px !important ;
}
.arta_guide_footer  p {
	font-size: 13px !important ;
}