/********** Template CSS **********/
:root {
    font-family: 'IranSans';
    font-size: .8rem;
    --primary: #0463FA;
    --light: #FFF;
    --dark: #1B2C51;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    left: 8px;
    bottom: 4px;
    z-index: 99;
}

/**--fonts--**/
@font-face{
     font-family:'ziba_font';
     src: url('./fonts/ziba_font.eot?#') format('eot'),
     url('./fonts/ziba_font.woff') format('woff'),
     url('./fonts/ziba_font.ttf') format('truetype')
	font-weight: normal;
	font-style: normal;
}

@font-face{
     font-family:'iranyekanBakh';
     src: url('./fonts/iranyekanBakh.eot?#') format('eot'),
     url('./fonts/iranyekanBakh.woff') format('woff'),
     url('./fonts/iranyekanBakh.ttf') format('truetype')
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanX-Black';
	src: url( './fonts/IRANYekanX-Black.eot' );
	src: url( './fonts/IRANYekanX-Black.eot?#iefix' ) format( 'embedded-opentype' ),
		url( './fonts/IRANYekanX-Black.woff2' ) format( 'woff2' ),
		url( './fonts/IRANYekanX-Black.woff' ) format( 'woff' ),
		url( './fonts/IRANYekanX-Black.ttf' ) format( 'truetype' ),
		url( './fonts/IRANYekanX-Black.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'IRANYekanXVF';
	src: url( './fonts/IRANYekanXVF.eot' );
	src: url( './fonts/IRANYekanXVF.eot?#iefix' ) format( 'embedded-opentype' ),
		url( './fonts/IRANYekanXVF.woff2' ) format( 'woff2' ),
		url( './fonts/IRANYekanXVF.woff' ) format( 'woff' ),
		url( './fonts/IRANYekanXVF.ttf' ) format( 'truetype' ),
		url( './fonts/IRANYekanXVF.svg#Yekan' ) format( 'svg' );
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'BTitrBold';
  src: url('./fonts/BTitrBold.eot?#') format('eot'),  /* IE6-8 */
       url('./fonts/BTitrBold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('./fonts/BTitrBold.ttf') format('truetype');  /* Saf3-5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: normal;
	font-style: normal;
}
@font-face
{
  font-family: 'Vazir';
  src: url('./fonts/Vazir-FD.woff2') format("woff2"),
  url('./fonts/Vazir-FD.woff') format("woff"),
  url('./fonts/Vazir-FD.ttf') format("ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: "IranSans";
  src: url("./fonts/IRANSansWeb(FaNum)_UltraLight.woff2") format("woff2"),
  url("./fonts/IRANSansWeb(FaNum)_UltraLight.woff") format("woff"),
  url("./fonts/IRANSansWeb(FaNum)_UltraLight.ttf") format("ttf");
	font-weight: normal;
	font-style: normal;
}

/**--fonts/--**/


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/

.btn {
    font-family: IranSans, BTitrBold, tahoma, Serif;
    font-size: 1rem;
    font-weight: 500;
    transition: .5s;
}

.btnup {
    font-size: 1.5rem;
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
}

.btn-lg-square {
    width: 55px;
    height: 55px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn1 {
    border-radius: 0.5rem;
    font-family: ziba_font, BTitrBold, tahoma, Serif;
    font-size: 1.4rem;
    font-weight: 500;
    transition: .5s;
}


.btn2 {
    font-family: IranSans, BTitrBold, tahoma, Serif;
    font-size: 5rem;
    font-weight: 500;
    transition: .5s;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    font-family: BTitrBold, tahoma, Serif;
    padding-right: 0.5rem;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    font-family: BTitrBold, tahoma, Serif;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    font-family: ziba_font, tahoma, Serif;
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
    font-family: BTitrBold, tahoma, Serif;
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
    font-family: BTitrBold, tahoma, Serif;
        border-top: 1px solid #EEEEEE;
    }
}

.navbar .navbar-brand,
.navbar a.btn {
    font-family: BTitrBold, tahoma, Serif;
    font-size: 1.5rem;
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    font-family: ziba_font, tahoma, Serif;
    color: var(--dark);
    font-weight: 500;
}

.navbar.sticky-top {
    font-family: ziba_font, tahoma, Serif;
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
    font-family: ziba_font, tahoma, Serif;
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        right: 1.6rem;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
    font-family: ziba_font, tahoma, Serif;
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .owl-carousel-text {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3rem;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.header-carousel .owl-nav {
    position: absolute;
    width: 200px;
    height: 25px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 15px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 20px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: url(../img/koodak.webp) top center no-repeat;
    background-size: cover;
    text-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item {
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .08);
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: #FFFFFF;
    border-radius: 40px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
    font-family: ziba_font, tahoma, Serif;
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 75px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -45px;
    height: 120px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: #FFFFFF;
    background: #0463fa;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #0463fa;
    background: #FFFFFF;
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: .8rem;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
    font-family: IranSans, tahoma, Serif;
}

.footer .copyright a:hover {
    color: var(--primary);
}

.dark-box-news .main-media-style .image .icon {
    font-size: 6em;
    color: #fff;
    width: 45px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: #4150fc;
    text-indent: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


.eitaa{
  background:url(https://ketabehadi.ir/img/eitaa1.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 0px;

}

.eitaa:hover{
  background:url(https://ketabehadi.ir/img/eitaa2.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
}

.my{
  background:url(https://ketabehadi.ir/img/my.png) no-repeat 0 0;
  text-align: center;
  width: 60px;
  height: 60px;
  border: 0px solid #ddd;
  border-radius: 0px;
  padding-right: 0px;

}

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #069bff;
  padding: 0;
  margin: 0;
  border: none;
}

button:hover {
  opacity: 1;
}

.bttn {
    font-family: 'IRANYekanX-Black';
    display: flex;
    width: 115px;
    height: 30px;
    text-align: center;
    align-items: center;
    border-radius: 0.4rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1);
    user-select: none;
    border: 0.4px solid #000;
    outline: 0;
    color: #fff;
    background-color: #4599f7;
    transition: filter .4s ease;
    justify-content: center;
}

.bttn:hover {
    background-color: #2b7bfb;
}

.bttnn {
    display: flex;
    width: 150px;
    height: 40px;
    text-align: center;
    align-items: center;
    border-radius: 0.4rem;
    cursor: pointer;
    user-select: none;
    outline: 0;
    transition: filter .4s ease;
    justify-content: center;
}

.bttnn:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
    width: auto;
    font-family: 'IranSans';
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    border-radius: 8px;
    padding: 10px 18px;
    background-color: #f44336;
}

.cancelbtn:hover {
    background-color: #ab0202;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 1px 0 1px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.container-1 {
    border-top-right-radius: .7rem;
    border-top-left-radius: .7rem;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.7);
  padding-top: 5px;
}


/* Modal Content/Box */
.modal-content {
  max-width: 500px;
  background-color: #eff5ff;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 3px solid #97bbf5;
  width: 90%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 2px;
  top: -15px;
  color: #ff0000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #ab0202;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
    width: 100%;

  }
}












.dark-box-news .main-media-style .image .icon{
font-size:.0em;color:#fff;width:45px;height:45px;line-height:50px;text-align:center;border-radius:50%;background:#ff9800;text-indent:5px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}




.dark-box-news .main-media-style .image .icon i{
    color: #0ff00;
    position: relative;
    font-size: 2rem;
    z-index: 1;
    text-indent: 0px;
    line-height: 1.85em;
}




.dark-box-news .main-media-style .image .icon:after,.dark-box-news .main-media-style .image .icon:before{background:#4150fc;width:30px;height:30px;display:block;border-radius:50%;position:absolute;left:calc(50% - 15px);top:calc(50% - 15px);content:""}




.dark-box-news .main-media-style .image .icon:before{animation:wave-animate 3s infinite ease-out}.dark-box-news .main-media-style .image .icon:after{opacity:0;animation:wave-animate 3s 1.5s infinite ease-out}@keyframes wave-animate{0%{transform:scale(0);opacity:1}100%{transform:scale(3);opacity:0}}









.tooltip .tooltiptext {
 display: none;
 width: 150px;
 background-color: #000000;
 color: #fff;
 text-align: center;
 border-radius: 3px;
 padding: 5px 0;
 position: absolute;
 z-index: 1;
 top: 150%;
 left: 50%;
 margin-left: -70px;
}

.tooltip .tooltiptext::after {
 content: "";
 position: absolute;
 bottom: 100%;
 left: 50%;
 margin-left: -5px;
 border-width: 5px;
 border-style: solid;
 border-color: transparent transparent #000000 transparent;
}

.tooltip:hover .tooltiptext {
 display: block;
}











.dark-box-news .main-media-style .image .icon:after, .dark-box-news .main-media-style .image .icon:before {
    background: #ff9800;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    content: "";
}








/*** نظرات ***/

.text-blue-700 {
    --tw-text-opacity: 1;
    font-family: 'IRANYekanX-Black';
    font-size: 2rem;
    color: #fff;
    text-shadow: 0rem 0 4px black;
}

.font-bold {
    font-weight: 700;
}
.text-27 {
    font-size: 1.6875rem;
}
.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.mb-3 {
    margin-bottom: 0.75rem;
}


.bg-customOrange-550 {
    --tw-bg-opacity: 1;
    background-color: rgba(255,190,23,var(--tw-bg-opacity));
}
.bg-customOrange-650 {
    --tw-bg-opacity: .3;
    background-color: rgba(0,212,255,var(--tw-bg-opacity));
}

.rounded-lg {
    border-radius: 0.5rem;
    border: 0.3px solid #000;
}

.justify-between {
    justify-content: space-between;
}
.items-center {
    align-items: center;
}

@media (min-width: 768px)
.md\:flex-row {flex-direction: row;}

.ml-4 {
    margin-left: 1rem;
}
.mr-4 {
    margin-right: 1rem;
}
.flex-col-- {
    flex-direction: column;
}







.comment, .review {
    margin: 20px 0;
}



.comment .comment-container, .review .comment-container, .comment .comment-container .comment-data img, .review .comment-container .comment-data img, .mp-comments .comment-form, .mp-comments .mp-must-log-in-container, .mp-comments .no-comments-yet-container, .woocommerce-Reviews .comment-form, .woocommerce-Reviews .mp-must-log-in-container, .woocommerce-Reviews .no-comments-yet-container {

    border-radius: 4px;

}
a, abbr, acronym, address, applet, big, blockquote, body, caption, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, ul, var {
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.comment .comment-container .comment-data img, .review .comment-container .comment-data img {
    width: auto !important;
    height: auto !important;
    position: relative !important;
    float: none !important;
    border-radius: 50px !important;
    border: 0 !important;
}
.comment .comment-container .comment-data .comment-meta, .comment .comment-container .comment-data p.meta, .review .comment-container .comment-data .comment-meta, .review .comment-container .comment-data p.meta {
    font-family: 'IranSans';
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    color: #000;
    font-size: 1rem;
    text-align: center;
    line-height: 2rem;
}

.mb-3 {
    margin-bottom: 1rem !important;
}
.comment .comment-container .comment-data .comment-meta .comment__author, .comment .comment-container .comment-data .comment-meta .woocommerce-review__author, .comment .comment-container .comment-data p.meta .comment__author, .comment .comment-container .comment-data p.meta .woocommerce-review__author, .review .comment-container .comment-data .comment-meta .comment__author, .review .comment-container .comment-data .comment-meta .woocommerce-review__author, .review .comment-container .comment-data p.meta .comment__author, .review .comment-container .comment-data p.meta .woocommerce-review__author {
    font-family: 'ziba_font';
    color: #35495c !important;
    font-size: 1.1rem;
    font-weight: 900;
    display: block;

}

.comment .comment-container .comment-content, .review .comment-container .comment-content {
    width: 100% !important;
    border: 0 !important;
    padding: 0 1px 1px !important;
}

.comment.depth-2, .comment.depth-3, .comment.depth-4, .comment.depth-5, .review.depth-2, .review.depth-3, .review.depth-4, .review.depth-5 {
    margin-right: 10px;
}
.comment, .review {
    margin: 0px 0;
}
.comment .comment-container, .review .comment-container {
    width: 100% !important;
    display: block;;
    display: -ms-flexbox !important;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.comment.depth-2 .comment-content, .comment.depth-3 .comment-content, .comment.depth-4 .comment-content, .comment.depth-5 .comment-content, .review.depth-2 .comment-content, .review.depth-3 .comment-content, .review.depth-4 .comment-content, .review.depth-5 .comment-content {
    padding: .1rem !important;
    margin: 0;
    border-radius: 6px;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.comment .comment-container .comment-content .comment-text, .comment .comment-container .comment-content .description, .review .comment-container .comment-content .comment-text, .review .comment-container .comment-content .description {
    text-align: right;
    color: #000;
    padding: 1rem 0.5px;
    border-radius: 10px;
    position: relative;

}
.comment .comment-container .comment-data .comment-meta .comment__published-date, .comment .comment-container .comment-data .comment-meta .woocommerce-review__published-date, .comment .comment-container .comment-data p.meta .comment__published-date, .comment .comment-container .comment-data p.meta .woocommerce-review__published-date, .review .comment-container .comment-data .comment-meta .comment__published-date, .review .comment-container .comment-data .comment-meta .woocommerce-review__published-date, .review .comment-container .comment-data p.meta .comment__published-date, .review .comment-container .comment-data p.meta .woocommerce-review__published-date {
    width: 100%;
    display: block;
    font-size: .8rem;
    background: rgba(108, 117, 125, 0.25);
    border-radius: 5px;
    color: #000;
    -webkit-box-shadow: 0 5px 20px rgba(108, 117, 125, 0.25);
    box-shadow: 0 5px 20px rgba(108, 117, 125, 0.25);
    padding: 0 5px;
}

@media screen and (max-width: 684px)
.comment-container.flex-sm-nowrap.flex-wrap.pr-1.pl-1.pr-sm-2.pl-sm-2.pr-md-3.pl-md-3 {
    display: block !important;
    text-align: center;
}
.box, .card, .card .card__thumbnail, .widget_container li, .comment .comment-container, .review .comment-container, .single-product .related, .comment-form {
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 7px !important;
}


@media (max-width: 992px){
.foot{
    z-index: 99999999999999999999999999;
    background: #2ea5dd;
    color: #fff;
    padding: 1rem;
    text-align: center;
    width: 98%;
    position: fixed;
    bottom: 10px;
    border-radius: 2rem;
}
}

.mobilefoot {
    z-index: 99999999;
    transform: translate(0%, 0%);
    margin: auto;
    bottom: -10px;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.box {
    height: 50px;
    width: 700px;
    background: #069bff;
    border: .3px solid #000;
    box-shadow: 0px 5px 20px 5px rgba(0, 0, 0, 0.075);
    text-shadow: 1px 1px black;
    border-radius: 7px;
    z-index: -1;
    z-index: 99999999;
    transform: translate(0%, 0%);
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

svg {
	height: 0;
	width: 0;
}

.circle-styles:hover {
	background: #2285f5;
}

.circle-styles {
	position: absolute;
	width: 49px;
	height: 49px;
	transform: translate(0, -10px);
	clip-path: circle(42px at center);
	border-radius: 50%;
}

.circle-styles:nth-child(1) span {
	width: 35px;
	height: 5px;
	background: rgb(255, 255, 255);
	position: absolute;
	border-radius: 15px;
}
.circle-styles:nth-child(1) span:nth-child(2) {
	transform: rotate(90deg);
}
.circle-styles:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
}

.first {
	transition: transform 0.5s 100ms ease-out;
	background: hsl(307, 70%, 58%);
}

.second {
	transition: transform 0.5s 300ms ease-out;
	background: hsl(277, 70%, 58%);
}
.last {
	transition: transform 0.5s 500ms ease-out;
	background: hsl(247, 70%, 58%);
}
.first.show {
	transform: translate(-100px, -120px);
}
.second.show {
	transform: translate(0px, -150px);
}
.last.show {
	transform: translate(100px, -120px);
}
.cross {
	transform-origin: center center;
	transition: all 0.5s ease-in-out;
}
.bg {
	transition: all 0.4s ease-in-out;
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 100%;
	transform: scale(0);
	background: hsla(0, 0%, 100%, 0.459);
}
.bg.show {
	transform: scale(0.7);
	opacity: 0;
}

.cross.show {
	transform: rotate(45deg);
}

.main-circle {
	z-index: 2;
	margin:auto;
    border: .3px solid #000;
 position:absolute;
 top:0;bottom:0;
 left:0;right:0;
 max-width:100%;
 max-height:100%;
}

.icons {
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.icons svg {
	width: 40px;
	height: 40px;
	/* margin: 30px; */
	fill: hsl(0, 0%, 100%);
	transition: fill 0.5s ease-out;
}
.icons svg.colorchange {
	fill: hsla(0, 0%, 67%, 0.534);
}
.circles svg {
	transition: fill 0.3s ease-out;
	fill: hsl(0, 0%, 92%);
}
.circles:hover svg {
	fill: hsl(0, 0%, 100%);
}
.main-icons {
	fill: rgb(255, 255, 255);
	width: 50px;
	height: 50px;
}

.center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.move-left {
	transform: translate(20px, 0px);
}
.move-right {
	transform: translate(-20px, 0px);
}
.footmenua {
	padding: .3rem;
	font-family: 'IranSans', sans-serif !important;
	font-size: large;
	transition: 0.5s all;
	cursor: default;
	text-align: right;
}

.footmenua:hover {color: #ede0fb;}
.footmenua:hover svg {fill: #ede0fb;}
@media (max-width: 1198px) {.max{max-width:785px;}}
@media (min-width: 992px) {.mobilesize {display:none !important; visibility: hidden !important;}.back-to-top {display: flex !important;}}
@media (max-width: 991px) {.pcsize {display:none !important;visibility: hidden !important;}.max{max-width:548px;}}
@media (max-width: 767px) {.max{max-width:575px;}}
@media (max-width: 582px) {.container {direction: rtl;}.container-2 {direction: ltr;}.box {clip-path: unset !important;}.icons{justify-content: space-between;}.move-left,.move-right {transform: translate(0px, 0px);}.footmenua{font-size: initial !important;}.icons svg {width: 30px;height: 30px;}.max{max-width:220px;}}
@media (min-width: 580px) {.move-left {width: 80%;transform: translate(20px, 0px);}}

/***  خط  ***/
span.widget-title {
    content: " ";
    width: 144px;
    height: 4px;
    background: #ffcb08 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 3rem;
    opacity: 1;
    border: 0.1px solid #000;
    position: absolute;
    display: flex;
    align-items: flex-end;
}

.socials {
    content: " ";
    width: 1142px;
    height: 4px;
    background: #fff 0% 0% no-repeat padding-box;
    border-radius: 8px;
    opacity: 1;
    border: 0.1px solid #000;
    position: absolute;
    display: flex;
    margin-right: 146px;
}

/***  بازگشت  ***/
.feedback-btn-wrapper {
    position: fixed;
    z-index: 1100;
    bottom: 7rem;
    left: .2rem;
}
.feedback-btn-wrapperr {
    position: fixed;
    z-index: 1000;
    bottom: 4rem;
    left: .2rem;
}
.feedback-btn-wrapperrr {
    position: fixed;
    z-index: 1000;
    bottom: 1rem;
    left: .2rem;
}

#feedback-btn {
    height: 30px;
    display: flex;
    align-items: center;
    padding: 1.2rem 1.2rem;
    border-radius: 0.4rem;
    cursor: pointer;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    user-select: none;
    border: 0;
    outline: 0;
    color: #fff;
    background-color: #2196F3;
    transition: filter .4s ease;
}

media="not all and (prefers-color-scheme: dark)"
#feedback-btn span {
    margin-right: 0.5rem;
    margin-left: unset !important;
}
.imge{
    height: 30px;
    width: 30px;
    padding-right: 0.3rem;
    fill: red;
}


/***  پاپ آپ  ***/
.medal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: #fff;
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: 1px;
    --bs-modal-border-radius: 0.5rem;
    --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-modal-inner-border-radius: calc(0.5rem - 1px);
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: 1px;
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: 1px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 50%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.medal.show .medal-dialog {
    transform: none;
}

.medal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2);
}
.medal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.medal-dialog-scrollable .medal-content {
    max-height: 100%;
    overflow: hidden;
}

.medal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.medal-dialog-scrollable .medal-body {
    overflow-y: auto;
}

.medal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
*, ::after, ::before {
    box-sizing: border-box;
}
.medal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}

.medal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.namber {
    font-family: 'BTitrBold';
    font-size: 1.5rem;
    FONT-WEIGHT: 700;
    float: right;
    background-color: #199cf5;
    padding: 0.2rem 1rem;
    color: #fff;
    border-radius: 50%;
    margin: 0.3rem;
    /* border: 0.1rem solid #ff0000; */
}


.iLbIxB .home-page .sale-flow-section .single-info-card .image-and-index .index {
    width: 60px;
    height: 60px;
    font-size: 30px;
    right: 10px;
    bottom: 18px;
    border: 2px solid var(--white);
}

.text-white {
    color: #fff!important;
}
.font-weight-bold {
    font-weight: 700!important;
}
.position-absolute {
    position: absolute!important;
}
.rounded-pill {
    border-radius: 50rem!important;
}
.bg-primary-dark {
    background-color: #ff793f!important;
}
.al-center {
    align-items: center;
}
.jus-center {
    justify-content: center;
}
.flex-row {
    z-index: auto;
    height: 40px;
    width: 40px;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    font-size: 15px;
    right: -10px;
    top: -10px;
    border: 2px solid #00ffff;
    -ms-flex-direction: row;
}





.new1 {
    margin-top: 160px;
    table-layout: fixed;
    width: 120px;
    top: 0;
    z-index: 9999999999999;
}
.new {
    position: absolute;
    right: 0rem;
    top: 0rem;
}
.newtext {
    width: -moz-fit-content;
    font-family: 'vazir';
    width: 50px;
    height: 1rem;
    color: #fff;
    text-shadow: 0px 0px 2px black;
    font-size: 18px;
    font-weight: 900;
    padding: 1.125rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    box-shadow: -0.3px 0.3px 0px black;
    border-bottom-left-radius: 0.8rem;
    background: #f14499;
    display: flex;
    justify-content: center;
    align-items: center;
}
.newtext1 {
    width: -moz-fit-content;
    font-family: 'vazir';
    width: 50px;
    height: 1rem;
    color: #fff;
    text-shadow: 0px 0px 2px black;
    font-size: 18px;
    font-weight: 900;
    padding: 1.125rem 0.5rem 1.125rem 0.5rem;
    box-sizing: border-box;
    box-shadow: -0.3px 0.3px 0px black;
    border-bottom-left-radius: 0.8rem;
    background: #4599f7;
    display: flex;
    justify-content: center;
    align-items: center;
}










/***  پاپ آپ 2  ***/
#lightWindow {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: #000000ad;
    display: none;
}

#alertPopup {
    border: 3px solid #a10138;
    position: fixed;
    top: 70px;
    left: calc(50% - 190px);
    z-index: 999999999999;
    background: #FFF;
    border-radius: 10px;
    width: 380px;
    text-align: right;
    display: none;
    overflow: hidden;
}


.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    animation-duration: .75s;
}

.popupDef {
    position: fixed;
    top: 150px;
    left: calc(50% - 200px);
    z-index: 9999;
    background: #f1f1f2;
    border-radius: 10px;
    width: 400px;
    text-align: center;
    display: none;
    padding-bottom: .1px;
    overflow: hidden;
}


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.alertHeader {
    /* background: #D41355; */
    background: #d9014b;
    height: 35px;
    line-height: 35px;
    padding-right: 1rem;
    padding-bottom: 3.2rem;
    padding-top: 0.2rem;
    font-family: 'BTitrBold';
    font-size: 1.2rem;
    color: #FFF;
}



.alertBody {
    background: #FFF;
    font-family: 'IranSans';
    line-height: 2rem;
    color: black;
    padding: 10px;
}

.alert_btn_containerr {
    width: 80%;
    margin-left: 15px;
    padding: 0.1px;
    text-align: left;
}

.confirm_alert {
    width: fit-content;
    display: flex;
    font-family: 'IranSans';
    font-size: 1rem;
    color: red;
    cursor: pointer;
    font-weight: bold;
}
/***  پاپ آپ2  ***/

.red{
    color: red;
    font-weight: 900;
}








@media (max-width: 576px)
.video-box video {
    border-radius: 0;
}

.land-header .right .video-box img, .land-header .right .video-box video {
    display: block;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    margin-right: 0;
}
.video-js {
    background-color: transparent !important;
    line-height: 0 !important;
}
.vjs-theme-fantasy {
    --vjs-theme-fantasy--primary: #007bec;
    --vjs-theme-fantasy--secondary: #fff;
}
.video-js {
    border-radius: 1rem;
    border: 0.3rem solid #ed0808;
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    word-break: initial;
}
.land-player {
    height: 100%;
    width: 102%;
    margin-right: -1%;
}
<style>
.video-js {
    width: 300px;
    height: 150px;
}

.t-1 {
    display: inline-flex;
    width: 35px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: IRANYekanXVF;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}

.t-2 {
    display: inline-flex;
    width: 130px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: IRANYekanXVF;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-3 {
display: inline-flex;
    width: 150px;
    height: 35px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: IRANYekanXVF;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-4 {
    display: inline-flex;
    width: 22px;
    height: 30px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #00042ab8;
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}
.t-5 {
    display: inline-flex;
    width: 137px;
    height: 30px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #00042ab8;
    color: #fff;
    margin: 0.1rem;
    justify-content: center;
    align-content: flex-start;
    flex-direction: column;
}

.t-6 {
    display: inline-flex;
    width: 152px;
    height: 50px;
    font-size: 0.9rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IranSans';
    FONT-WEIGHT: 700;
    font-variation-settings: "wght" 627, "dots" 4;
    font-feature-settings: "ss02";
    text-align: center;
    color: #000 !important;
    --tw-bg-opacity: .5;
    background-color: #0245b1db;
    border-color: #011a41;
    margin: 0.3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.t-7 {
    display: inline-flex;
    width: 152px;
    height: 50px;
    font-size: 1rem;
    border-radius: 0.5rem;
    padding: 0;
    font-family: 'IRANYekanXVF';
    FONT-WEIGHT: 900;
    font-variation-settings: "wght" 627, "dots" 4;
    text-shadow: 0.05rem 0.05rem 0.2rem black;
    font-feature-settings: "ss02";
    text-align: center;
    color: #fff !important;
    --tw-bg-opacity: .5;
    background-color: #0245b1db;
    border-color: #011a41;
    margin-right: 2.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

w-1{
    width: 300px;
}


.slider-container {
    position: relative;
    width: 372px;
    height: 260px;
    margin-top: 18px;
}

.main-slide {
    position: absolute;
    top: 0;
    right: 68px;
    width: 250px;
    height: 250px;
    margin-right: 0.4rem;
    overflow: hidden;
}

.main-slide img {
  border-radius: 4% !important;
  border: solid 0.1rem #8db4bd;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbnail-slide {
  position: absolute;
  top: 0;
  right: 2px;
  display: flex;
  flex-direction: column;
}

.thumbnail {
    border-radius: 10% !important;
    border: solid 0.1rem #8db4bd;
    width: 60px;
    height: 60px;
    margin-bottom: 3.5px;
    cursor: pointer;
}


/***  contact  ***/

.bg-con {
    background-color:#8D8E92;
    border-radius: 1rem;
    box-shadow: 0 0 0px 5px #00000099;
    padding:20px;
    text-align:right;
    dir:rtl;
}

.sender-name{
background-color:#eeee;
padding:20px;
text-align:right;
 
}

.sender-txt{
color: #a83250; 
background : red;
}

.sender-txt span{
color: black; 
}





