.single_product_section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
}

.woocommerce-product-details__short-description .dop_atribute {
	width: 100%;
	margin-bottom: 20px;
	border-collapse: collapse;
}
.woocommerce-product-details__short-description .dop_atribute th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.woocommerce-product-details__short-description .dop_atribute td:last-child{
    border-bottom:none;
}
.woocommerce-product-details__short-description .dop_atribute td {
	border-bottom: 1px solid #dddddd;
	padding: 5px;
}
.woocommerce-product-details__short-description .dop_atribute tbody tr{
    border: 1px solid #dddddd;
    border-radius: 5px;
}
   
.single_product_block{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
}
.woocommerce-Price-currencySymbol{
	margin-left:5px;
}
.single_product_block_col_one{
    display: flex;
    flex-direction: column;
    width: 62%;
}
.single_product_block_col_two{
    display: flex;
    width: 38%;
    padding-right: 10px;
    box-sizing: border-box;
}
.related.products{
    display: flex;
    flex-direction: column;
}
.related_products_zag{
    font-size: 30px;
    font-weight: 700;
   	color: #3A8142;
    margin-top: 30px;
    margin-bottom: 30px;
}
.single_product_block_col_one .zag_h2_sec_5{
    margin-bottom: 30px;
	font-size:30px;
}
.iksweb{
    width: 100%;
}
.iksweb tbody tr{
    display: flex;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid grey;
}
.iksweb tbody tr:hover{
    color: #f9922d;
    transition: .3s;
}
.iksweb tbody tr td{
    width: 50%;
}
.har{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    display: flex;
    box-sizing: border-box;
    padding-left: 20px;
    align-items: center;
    color: white;
    border-radius: 5px;
    background-image: linear-gradient(91.11deg, #3A8142 0.58%, #39C948 85.84%);
}
.woocommerce-product-details__short-description{
    width: 60%;
    margin-right: 20px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}
.callback_single_product .main_button,.callback_single_product .buy_one_click_ind{
    height: 40px;
    font-size: 16px;
}
.callback_single_product .buy_one_click_ind{
    font-weight: 300;
}
.callback_single_product{
    background: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 20px;
}
.callback_single_product p{
    margin-bottom: 0;
}
.callback_single_product .pnd_link{
    font-weight: 500;
}
.price_block{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f7f7f7;
    box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.row_price{
    display: flex;
    justify-content:center;
    width: 100%;
}
.name_price{
    margin-right: 5px;
    font-weight: 400;
    margin-left: 10px;
}
.price{
    font-weight: 600;
}
.main_button{
    cursor: pointer;
}
.price_block p{
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 25px;
    color:green;
}
.warning{
    display: flex;
    align-items: center;
    background: #f7f7f7;
    box-shadow: 0px 0px 4px 0px rgba(34, 60, 80, 0.2);
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.warning span{
    font-weight: 700;
}
.warning img{
    margin-right: 10px;
    margin-left: 10px;
}
.block_har{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.block_lead{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 40%;
}
.warning .woocommerce.product.compare-button{
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-sizing: border-box;
}
.warning .woocommerce.product.compare-button .compare.button{
    border-radius: 5px;
}
.product img{
    display: flex;
    width: 100%;
    height: auto;
    padding-right: 10px;
    box-sizing: border-box;
}
.flex-control-nav.flex-control-thumbs{
    display: flex;
    padding: 0;
}
.flex-control-nav.flex-control-thumbs li{
    padding: 0;
    cursor: pointer;
    margin-right: 5px;
}
.flex-control-nav.flex-control-thumbs li::marker{
    display: none;
    content:'';
}
@media screen and (max-width: 1200px) { 
    .single_product_block_col_two{
        width: 30%;
    }
    .single_product_block_col_one{
        width: 70%;
    }
}
@media screen and (max-width: 1000px) {
    .single_product_section .zag_h2_sec_5{
        text-align: left;
    }
    .single_product_block_col_two{
        width: 35%;
    }
    .single_product_block_col_one{
        width: 65%;
    }
    .row_price p{
        font-size: 24px;
    }
    .warning span{
        font-size: 24px;
    }
    .callback_single_product .main_button, .callback_single_product .buy_one_click_ind{
        width: 100%;
    }
}

@media screen and (max-width: 790px) {
    .single_product_block{
        flex-direction: column-reverse;
    }
    .single_product_block_col_two, .single_product_block_col_one{
        width: 100%;
    }
}
@media screen and (max-width: 630px) {
    .woocommerce-product-details__short-description, .block_lead{
        width: 100%;
    }
    .block_har{
        flex-direction: column;
    }
    .har{
        font-size: 16px;
        justify-content: center;
        padding-left: 0;
    }
}
@media screen and (max-width: 480px) {
    .single_product_section{
        margin-top: 60px;
    }
}