/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

@font-face {
font-family: ‘IRANSans’;
src: url(‘fonts/IRANSansWeb.eot’);
url(‘fonts/IRANSansWeb_FaNum.woff2’) format(‘woff2’),
url(‘fonts/IRANSansWeb.woff’) format(‘woff’),
url(‘fonts/IRANSansWeb.ttf’) format(‘truetype’),
url(‘fonts/IRANSansWeb.svg#IRANSansWeb’) format(‘svg’);
font-weight: normal;
font-style: normal;
}

*:not(.material-icons):not([class^="fa-"]){
	font-family: 'IRANSans' !important;
}

.rs-layer-contextmenu {
    position: fixed !important;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

body.page-id-15{
	padding: 0 !important;
}
body.page-id-15 .wd-toolbar {
    display: none !important;
}

#SR7_3_1-11-7{
	position: absolute !important;
      top: 50% !important; /* قرارگیری در مرکز عمودی */
      left: 50% !important; /* قرارگیری در مرکز افقی */
      transform: translate(-50%, -50%) !important; /* انتقال برای مرکز کردن دقیق */
      margin-top: -50px !important; /* جابه‌جایی ۵۰ پیکسل به بالا */
}

  #SR7_3_1-11-17{
	  display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	      height: max-content !important;
	  width: max-content !important;
	 	 left: 50% !important;
  		transform: translateX(-50%) !important;
	}

/* دسکتاپ (بزرگتر از 1200px) */
@media (min-width: 1200px) {

}

/* نوت‌بوک (بین 992px تا 1200px) */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* تبلت (بین 768px تا 991px) */
@media (min-width: 768px) and (max-width: 991px) {
 
}

/* موبایل (کوچکتر از 768px) */
@media (max-width: 767px) {
  #SR7_3_1-11-17{
		position: absolute !important;
		bottom: 110px;
		top: unset !important;
		margin: auto;
	}
}

