/*
Theme Name: قالب اختصاصی فروشگاه سنگ لاین
Theme URI:
Author: تیم طراحی امیرحسین فراهانی
Author URI:
Description: قالب اختصاصی سنگ لاین
Requires PHP: 5.6
Version: 1.3
Text Domain: sangline
*/
@font-face{
    font-family:'Peydalight';
    src:url('fonts/PeydaFaNum-Light.ttf')
    format('truetype'), url('fonts/PeydaWebFaNum-Light.woff2') format('woff');
}
@font-face{
    font-family:'PeydaMeduim';
    src:url('fonts/PeydaFaNum-Medium.ttf')
    format('truetype'), url('fonts/PeydaWebFaNum-Medium.woff2') format('woff');
}
@font-face{
    font-family:'PeydaRegular';
    src:url('fonts/PeydaFaNum-Regular.ttf')
    format('truetype'), url('fonts/PeydaWebFaNum-Regular.woff2') format('woff');
}
@font-face{
    font-family:'PeydaBold';
    src:url('fonts/PeydaFaNum-Bold.ttf')
    format('truetype'), url('fonts/PeydaWebFaNum-Bold.woff2') format('woff');
}
*{
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    font-family: 'PeydaRegular';
}
body {
    direction: rtl;
    text-align: right;
    background-color: #F9F9F7;
}
.sang_container {
    max-width: 1233px;
    width: 93%;
    margin: 0 auto;
    box-sizing: border-box;
}
:root {
    --primary_color: #FDC500;
    --secondray_color: #3d402d ;
    --border-color:#E0E0E0;
    --radius-md: 16px;
    --radius-pill: 99px;
}
header.sang_header {
    position:relative;
    border-radius: var(--radius-md);
    width: 100%;
    background-color: #fff;
    margin: 1rem auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.sang_header .sang_header_logo {
    flex-basis: 15%;
}
.sang_header .sang_header_logo img {
    width: 135px;
}
.sang_header .sang_header_menu {
    flex-basis: 55%;
}
.sang_header .sang_header_menu ul {
    display: flex;
}
.sang_header .sang_header_menu ul li {
    margin-left: 1.5rem;
    list-style: none;
    display: flex;
    position: relative;
    align-items: center;
}
.sang_header .sang_header_menu ul li svg {
    margin-right: .5rem;
}
.sang_header .sang_header_menu ul li > ul {
    position: absolute;
    top: 40px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    min-width: 200px;
    z-index: 999;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    border-radius: .75rem;
    margin-right: -2rem;
    margin-top: .5rem;
    cursor: pointer;
    transition: .5s all;
    opacity: 0;
    visibility: hidden;
    overflow:hidden;
}
.sang_header .sang_header_menu ul li:hover > ul {
    top: 25px;
    opacity: 1;
    visibility: visible;
    
}
.sang_header .sang_header_menu ul li > ul li > ul {
    right: 117%;
    top: -22% !important;
}
.sang_header .sang_header_menu ul li > ul li {
    width: 100%;
    padding: .7rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    transition: .5s all;
}
.sang_header .sang_header_menu ul li > ul li:hover {
    background-color: #F1C40F;
}
.sang_header .sang_header_menu ul li > ul li:last-child {
    border-bottom: none;
}
.sang_header .sang_header_menu ul li > ul li a {
    text-decoration: none;
    color: #4B4B4B;
    font-family: 'PeydaMeduim';
    font-size: 13px;
}
.sang_header .sang_header_menu ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
}
.sang_header .sang_header_menu_link {
    flex-basis: 24%;
    display: flex;
    justify-content: space-around;
}
.sang_header .sang_header_menu_link a.sang_header_login,
.sang_header .sang_header_menu_link a.sang_header_cart_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 16px;
    gap: 4px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
    transition-property: color, background-color, border-color, opacity;
}
.sang_header .sang_header_menu_link a.sang_header_login {
    background-color: transparent;
    border: 1.5px solid #E0E0E0;
    color: #333333;
    margin-right: .5rem;
}
.sang_header .sang_header_menu_link a.sang_header_login:hover {
    background-color: #F5F5F5;
    border-color: #BDBDBD;
}
.sang_header .sang_header_menu_link a.sang_header_login svg {
    width: 25px;
    height: 25px;
}
.sang_header .sang_header_menu_link a.sang_header_login span {
    color: #333;
    font-family: PeydaRegular, sans-serif !important;
}
.sang_header .sang_header_menu_link a.sang_header_cart_link {
    background-color: #FDC500 ;
    border: 1.5px solid #FDC500 ;
    color: #FFFFFF;
    margin-right: .75rem;
}
.sang_header .sang_header_menu_link a.sang_header_cart_link:hover {
    opacity: 0.85;
}
.sang_header .sang_header_menu_link a.sang_header_cart_link svg {
    width: 25px;
    height: 25px;
}
.sang_header .sang_header_menu_link a.sang_header_cart_link span {
    font-family: PeydaRegular, sans-serif !important;
    color: #333;
    font-weight: 500;
}
.sang_header .sang_header_menu_link a.sang_header_responsive_menu{
    padding: 12px;
    background: #EFF0F2;
    border-radius: var(--radius-md);
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
}
.sang_header .sang_header_menu_link a.sang_header_responsive_menu svg {
    width: 23px;
    height: 23px;
}
/* Start style responsive header */
.sang_header_responsive {
    display: none;
    position: fixed;
    background-color: #ffff;
    right: 0;
    top: 0;
    z-index: 999;
    min-height: 180%;
    box-shadow: rgba(0, 0, 0, 0.15) -1px 0px 8px;
    transition: all .5s;
    width: 70%;
}
.sang_header_responsive .sang_header_responsive_wrapper {
	width: 100%;
    margin: 1rem 0;
	padding: 1rem;
	position: relative;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li {
    list-style: none;
    padding: .8rem 0;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li>ul {
    margin: 1rem;
    background-color: #f0f0f0;
    border-radius: var(--radius-md);
    display: none;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li ul li > ul {
    background-color: #e0dfdf;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li ul li > ul li {
    border-bottom: 1px solid #b6b5b5b0;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li>ul li {
    padding: .8rem .5rem;
    border-bottom: 1px solid #dfdddd;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li>ul li:last-child {
    border-bottom: none;
}
.sang_header_responsive .sang_header_responsive_wrapper .sang_header_responsive_menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #333;
    display: block;
    width: 100%;
    font-weight: 450;
}
.sang_header_responisve_close {
    position: absolute;
    left: -10%;
    margin-top: 65%;
    width: 50px;
    background: #fff;
    display: flex;
    justify-content: center;
    height: 60px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--radius-md);
}
.sang_header_responisve_close a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    cursor: pointer;
}
.sang_header_responisve_close svg {
	transform: rotate(3.142rad);
	width: 40px;
	height: 40px;
}
.sang_header_responsive  .sang_header_responsive_wrapper .sang_header_responsive_wrapper_logo img{
    display: block;
    margin: auto;
    width: 150px;
}
.sang_header_responsive  .sang_header_responsive_wrapper .sang_header_responsive_login {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}
.sang_header_responsive li.menu-item-has-children > a {
    width: 90% !important;
}

.sang_header_responsive li.menu-item-has-children > svg {
    width: 10%;
}

.sang_header_responsive li.menu-item-has-children > ul {
    width: 100%;
}
.sang_header_responsive_login a.sang_header_responsive_login_a {
    width: 100%;
    margin-bottom: .75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 24px;
    border: 1.5px solid #E0E0E0;
    border-radius: var(--radius-pill);
    background-color: transparent;
    color: #555555;
    font-family:  PeydaMeduim;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sang_header_responsive_login a.sang_header_responsive_login_a:hover {
    background-color:  #2c3e50;
    border-color: #2c3e50;
    color: #FFFFFF;
}
.sang_header_responsive_login a.sang_header_responsive_login_a svg {
    width: 20px;
    height: 20px;
    margin-left: 0;
}
.sang_header_responsive_login a.sang_header_responsive_login_a span {
    margin-top: 0;
}
.sang_footer_wrapper_left_item svg {
    width: 110px;
    height: 110px;
    display: block;
    float: left;
    padding: 1rem;
    margin-top: 3rem;
}
.sang_header_cart_responsive_link {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 44px;
    padding: 0 24px;
    border-radius: var(--radius-pill);
    font-family:  PeydaMeduim;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    background-color: #FDC500;
    border: 1.5px solid #FDC500;
    color: #FFFFFF;
}
.sang_header_cart_responsive_link span{
    font-family: PeydaRegular, sans-serif !important;
    color: #333;
    font-weight: 500;
}
.sang_header_cart_responsive_link svg{
    width: 25px;
    height: 25px;
}
@media only screen and (max-width: 335px) {
    .sang_header_cart_link {
        display: none !important;
    }
}
@media only screen and (max-width: 800px) {
    .sang_container {
        width: 96%;
    }
    .sang_header_cart_link {
        display:none !important;
    }
    .sang_header_menu , .sang_header_login  {
        display: none !important;
    }
    .sang_header .sang_header_menu_link a.sang_header_responsive_menu, .sang_header_menu_link {
        display: flex;
        justify-content: flex-end;
    }
    header.sang_header {
        padding: 1rem !important;
    }

    footer.sang_footer .sang_footer_wrapper , footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left {
        flex-direction: column;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left {
        margin-top: 1rem;
    }
    .site_card {
        display: flex;
        align-content: center;
        justify-content: center;
    }
    .sang_header_responsive_login {
        flex-direction: column;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1100px)  {
    .sang_container {
        width: 94%;
        max-width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .sang_header .sang_header_menu ul {
        display: none ;
    }
    .sang_header {
        padding: .5rem 1rem;
    }
    .sang_header .sang_header_menu_link  a.sang_header_login {
        display: none;
    }
    .sang_header .sang_header_menu_link a.sang_header_responsive_menu {
        display: flex;
    }
    .sang_header_responsive  {
        width: 70%;
    }
    footer.sang_footer .sang_footer_wrapper {
        flex-direction: column;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left {
        flex-direction: column;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item {
        flex-basis: 100% !important;
        flex-direction: column;
        align-content: center;
        justify-content: center;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left {
        width: 100%;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item h3 {
        margin-bottom: .5rem;
        text-align: center;
    }
    footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item ul li {
        text-align: center;
    }
    .sang_header_responsive_login a.sang_header_responsive_login_a span {
        margin-top: .2rem;
        font-size: 14px;
    }
}
.sang_header_logo a {
    display: flex;
    align-items: center;
}
/* Start style footer */
footer.sang_footer {
    margin-top: 3rem;
    background-color: #fff;
    padding: 2rem 2rem 1rem 2rem;
    border-radius: 50px 50px 0 0;
    border: 1px solid var(--border-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
footer.sang_footer .sang_footer_wrapper {
    display: flex;
    justify-content: space-between;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_right {
    flex-basis: 50%;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_right h3{
    font-size: 20px;
    color: var(--secondray_color);
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_right p {
    margin-right: .5rem;
    line-height: 35px;
    font-size: 14px;
    color: #333;
    text-align: justify;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left {
    flex-basis: 45%;
    display: flex;
    justify-content: space-between;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item {
    flex-basis: 50%;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item h3 {
    font-size: 20px;
    color: var(--secondray_color);
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item ul {
    margin-right: 1rem;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item ul li{
    list-style: none;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item ul li a{
    text-decoration: none;
    font-size: 14px;
    color: #333;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item  .sang_footer_wrapper_left_item_input_group {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item  .sang_footer_wrapper_left_item_input_group input.sang_footer_wrapper_left_item_input {
    flex-basis: 85%;
    height: 48px;
    border-radius: 0 .5rem .5rem 0;
    font-size: 14px;
    outline: 0;
    border: 1px solid #e7e7e7;
    -webkit-box-shadow: 0 0 7px #f1f1f3 inset;
    box-shadow: 0 0 7px #f1f1f3 inset;
    -webkit-appearance: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    padding: .5rem;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item  .sang_footer_wrapper_left_item_input_group button {
    flex-basis: 15%;
    background-color: var(--primary_color);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: .5rem  0 0 .5rem;
    cursor: pointer;
}
footer.sang_footer .sang_footer_wrapper .sang_footer_wrapper_left .sang_footer_wrapper_left_item  .sang_footer_wrapper_left_item_input_group button  svg {
    width: 20px;
    height: 20px;
}
a.theme_webdeveloper {
    width: 100%;
    text-decoration: none;
    text-align: center;
    color: #333;
    display: block;
    font-size: 14px;
    padding-bottom: 1rem;
}
h2.eh-form-title {
    font-size: 14px;
}
img#qBzuXZiO8rmILuISxK7a {
    width: 150px;
    height: 150px;
    display: block;
    float: left;
    padding: 1rem;
    margin-top: 2rem;
}
li#menu-item-103 a {
    color: #000;
    font-weight: bold;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px)  {

    .sang_container {
        width: 93%;
        max-width: 1233px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
@media only screen and (min-width: 1367px) {
    .sang_container {
        width: 93%;
        max-width: 1230px;
        margin: 0 auto;
        box-sizing: border-box;
    }
}
/* start style find btn */
#find_btn {
    background-color: transparent;
    border: 1.5px solid #E0E0E0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 0 10px;
    gap: 4px;
    border-radius: var(--radius-pill);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: 0.2s ease;
    transition-property: color, background-color, border-color, opacity;
    margin-right: .5rem;
}
.header_search_form {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #F1F1F1;
    border-radius: var(--radius-md);
    z-index: 99999;
    display: none;
}

.header_search_form form.header_new_search_form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.header_search_form form.header_new_search_form input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-size: 18px;
    border: none;
    font-weight: 400;
    padding: 1rem 3rem;
    color: #333
}

.header_search_form form.header_new_search_form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin-left: 2rem
}

.header_search_form form.header_new_search_form button svg {
    width: 30px;
    height: 30px;
    fill: #333
}

.header_search_form a.remove_search_form {
    cursor: pointer;
    position: absolute;
    top: -18%;
    right: -1%
}

.header_search_form a.remove_search_form svg {
    width: 55px;
    height: 55px
}

.sang_archive_product_page_content_item_bottom .price {
  display: inline-flex;
  align-items: baseline;
  font-size: 14px;
  font-weight: 600;
  color: #2b2b2b;
  font-family: 'PeydaMeduim', sans-serif;
  gap: 0.25em;
  padding: 6px 10px;
  border-radius: 12px;

}

.price bdi {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a1a;
    letter-spacing: -0.5px;
}
.price .woocommerce-Price-currencySymbol {
    font-family: 'PeydaMeduim', cursive;
    margin-right: 4px;
    transform: translateY(-2px);
    display: inline-block;
    background-color: #fdc500;
    padding: 2px 6px;
    border-radius: 8px;
    color: #000 !important;
    font-size: 15px !important;
}

/* end style find btn */
nav.woocommerce-pagination ul {
    justify-content: center !important;
}
nav.woocommerce-pagination ul a {
    text-decoration:none;
}
.woocommerce-pagination {
  display: flex;
  justify-content: center;
  margin: 1rem auto 1rem;
  font-family: 'PeydaMedium', sans-serif;
  direction: rtl;
}

.woocommerce-pagination .page-numbers {
  display: flex;
  gap: 0.4rem;
  padding: 0;
  list-style: none;
}

.woocommerce-pagination .page-numbers li {
  display: inline;
}

.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
  display: inline-block;
  min-width: 2.6rem;
  padding: 0.6rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 0.6rem;
  background-color: #fff;
  color: #333;
  font-weight: 500;
  text-align: center;
  transition: all 0.25s ease-in-out;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.woocommerce-pagination .page-numbers a:hover {
  background-color: #FDC500;
  color: #111;
  border-color: #FDC500;
}

.woocommerce-pagination .page-numbers .current {
  background-color: #FDC500;
  color: #000;
  border-color: #FDC500;
  font-weight: 600;
  pointer-events: none;
}

.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
  font-family: 'PeydaMedium', sans-serif;
  font-size: 1.1rem;
}
