/* Container shouldn't exceed the viewport width */
.wp-caption {
    max-width: 100%;  /* Caption box is responsive */
    margin: 0 auto;   /* Centered within its parent */
}

/* Image scales responsively but won’t be larger than its natural size */
.wp-caption img {
    max-width: 100%;  /* Limit to 100% of its container */
    height: auto;     /* Maintain the image's aspect ratio */
    width: auto;      /* Prevent forced scaling up */
}

/* Handle the caption text if necessary */
.wp-caption-text {
    text-align: center; /* Center the caption text */
    font-size: 14px; /* Adjust the font size as needed */
    padding: 10px 0;
}
.pricemargin{
	margin: 0 0 12px 0;
	padding-top: 12px;
}
#zarinpal {
    margin: auto;
}
.telephones{
	font-weight: 800;
    margin-bottom: 0;
    font-family: var(--title-font);
    color: var(--color-site);
line-height: 1.5;}







.AppDetails__row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

[dir=rtl] .AppDetails__col--main {
    margin-left: 1rem;
}
.AppDetails__col--main, .AppDetails__col--second {
    flex-grow: 1;
	width:100%
   /* max-width: calc(50% - .5rem);
    min-width: calc(50% - .5rem);
    width: calc(50% - .5rem); */
}

.margin-b {
    margin-bottom: 1rem;
}
.padding {
    padding: 1rem;
}
.Box {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
    display: flex;
    flex-direction: column;
}
.Box__body {
    flex-grow: 1;
}
.DetailsPageHeader__desktop {
    display: block;
}
[dir=rtl] .DetailsPageHeader__icon {
    margin-left: .5rem;
}
.AppIcon {
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    overflow: hidden;
	    margin-left: 10px;
}
.AppIcon img{
width:180px;
height:240px;
border-radius:5px;
}

/*
picture.AppIcon>img {
    width: 100%;
}
*/
.DetailsPageHeader__row {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    flex-wrap: nowrap;
	justify-content: center;
}
.DetailsPageHeader__info {
    flex-grow: 1;
    line-height: 1.5rem;
}
.AppName{

	    font-size: 20px;
}
.DetailsPageHeader__info span {
    margin-bottom: .5rem;
	
}
.fs-14 {
    font-size: .875rem;
}
[dir=rtl] .AppSubtitles__item {
    margin-left: .25rem;
}
.fs-12 {
    font-size: .75rem;
}
.DetailsPageHeader__buttons {
    align-self: flex-end;
}
.newbtn[data-color=primary] {
    background-color: #0ea960;
    border-color: #0ea960;
    color: #fff;
}
.newbtn[data-size=lg] {
    font-size: 1rem;
    height: 2.75rem;
	margin: 3px 0;
}
.newbtn, .newbtn[data-color=default] {
    background-color: #e5e7f0;
    border-color: #e5e7f0;
    color: #373737;
}
.newbtn, .newbtn[data-size=md] {
    font-size: 1rem;
    height: 2.5rem;
}
.newbtn, .newbtn:active, .newbtn:focus, .newbtn:hover {
    outline: none !important;
	width: 100%;
}
.vipbtn {
background: #e74c3c !important;
cursor: no-drop !important;
border-color: #e74c3c !important;	
}
.newbtn {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    padding: 0 1rem;
  /*  white-space: nowrap; */
}
.AppInstallBtn {
    min-width: 125px;
}
.DetailsPageHeader__cubes {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    overflow-x: auto;
}
.InfoCubes {
    display: block;
}
.InfoCubes__table {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: .5rem; 
    margin: 0;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
	
	flex-wrap: wrap;
   justify-content: center;
 align-items: center;
}
.InfoCube {
    align-items: center;
    background: #f9fafd;
    border-radius: 8px;
    color: #2a2a2a;
    cursor: default;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    padding: .5rem 1rem;
}
.InfoCube__title {
    color: #4e4e4e;
    font-weight: 400;
}
.InfoCube__content {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.InfoCube>* {
    margin: 0;
    padding: 0;
    white-space: nowrap;
}







.AppDetails__row {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

@media (max-width: 1199.98px) {
    .AppDetails__row {
        flex-direction:column
    }
}

.AppDetails__col--main {
    height: auto;
 /*   position: -webkit-sticky;
    position: sticky; */
    top: calc(68px + 1rem)
}

[dir=rtl] .AppDetails__col--main {
    margin-left: 1rem
}

[dir=ltr] .AppDetails__col--main {
    margin-right: 1rem
}


@media (max-width: 1199.98px) {
    .AppDetails__col--main,.AppDetails__col--second {
        margin-bottom:1rem;
        max-width: 100%;
        position: relative;
        top: auto;
        width: 100%
    }

    [dir=rtl] .AppDetails__col--main,[dir=rtl] .AppDetails__col--second {
        margin-left: 0
    }

    [dir=ltr] .AppDetails__col--main,[dir=ltr] .AppDetails__col--second {
        margin-right: 0
    }
}

@media (max-width: 639.98px) {
    .AppDetails__col--second {
        margin-top:1rem
    }
}
@media (max-width: 639.98px) {
    .AppInstallBtn {
        width: 100%;
    }
}

.newbtn[data-color=preview] {
    background-color: #f88300;
    border-color: #f88300;
    color: #fff;
}



/* MY style paste */
.mypassword{
font-weight: 500;
	}


.mytooltip {
  position: relative;
  display: inline-block;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.mytooltip .mytooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
  opacity: 1;
}
.mycopy {
background: #f9fafd;
    color: #4e4e4e;
    border: 1px solid #ffffff;
    border-radius: 7px;
    margin-right: 7px;
    cursor: pointer;
}

.gozaresh_left {
    float: left;
}
.gozareshbtn {
line-height: 30px;
    margin: 3px;
    padding: 0 5px 0 10px;
    cursor: pointer;
    background: #ffffff;
    border-radius: 6px;
    border: none;
    color: #4e4e4e;

}
.gozaresh_left .gozaresh i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    float: right;
    border-radius: 5px;
}




/* The Modal (background) */
.gozareshmodal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.gozareshmodal-content {
direction:rtl;
text-align:right;
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: min-content;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  transform: scaleX(0.9);
  transform-origin: center;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The myclose Button */
.myclose {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.myclose:hover,
.myclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.gozareshmodal-header {
  padding: 16px 16px;
  background-color: #5cb85c;
  color: white;
}

.gozareshmodal-body {
    padding: 10px 16px;
    color: #000;
}

.gozareshmodal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* End my sdtyle paste */

.dl_box_content{width: 100%;height: auto;clear: both;margin: 15px auto;background: #fff;
border-radius: 5px;}
.dl_box_content_title {
    width: 100%;
    height: auto;
    padding: 10px 15px;
    color: #434343;
    font-size: 16px;
    position: relative;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.dl_box_content_tc{width: 100%;padding: 15px;}
.dl_box_content_tc p{margin-bottom: 5px;}
.gallerii {
    border: 1px solid #e5e5e5;
}
.gallerii_boxe {
    background: #f9fafd;
}

.gallery_box ul{margin: 0 -10px;}
.gallery_box ul li{width: 25%;float: right;padding: 10px;list-style:none;}
.gallery_box ul li::before {content:none;}
.gallery_box ul li a{line-height: 0;display: block;position: relative;}
.gallery_box ul li img{width: 100%;height: 100%;border-radius: 5px;}
.gallery_box li a i{font-size: 25px;padding: 5px;background: red;color: #fff;
position: absolute;top: 10px;left: 10px;border-radius: 5px;opacity: 0;visibility: hidden;}
.gallery_box li a:hover i{opacity: 1;visibility: visible;}

@media (max-width: 600px){
.gallery_box ul{margin: 0 -5px;}
.gallery_box ul li{width: 50%;padding: 5px;}
}

.dl_password{    width: 100%;
    height: auto;
    padding: 7px 10px;
    background: #f9fafd;
    color: #4e4e4e;
	margin-top:5px;}
.dl_password i,.dl_box_content_title i{font-size: 20px;display: inline-block;vertical-align: middle;}
.dl_pass_right{float: right;margin-top: 6px;}

.blog-card-items{
	margin-bottom:12px;

}
.blog-card-items img{
	border-radius:8px;
}


/*comments */

.comments_boxes_p ul{margin: 7px 0;}
.comments_boxes_p li{position: relative;padding-right: 22px;}
.comments_boxes_p li::before {
    content: "\eed6";
    font-family: IcoFont !important;
    vertical-align: middle;
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #43b649;
}
#comment-nav-above{text-align: center;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
box-shadow: 1px 1px 7px rgba(0,0,0,.2);-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);-ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);margin: 5px auto;border: none;
display: table;white-space: nowrap;padding: 3px;}
#comment-nav-above a,#comment-nav-above span {padding: 7px 14px;display: inline-block;
border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;}
#comment-nav-above a:focus,#comment-nav-above a:hover,#comment-nav-above span.current {background: #e54a3a;color: #fff;}

#comments,.woocommerce-Reviews{width: 100%;height: auto;margin: 10px auto;}
#commentform{width: 100%;height: auto;margin: 0 auto;}
.comment-form-rating{width: 100%;float: right;margin-bottom: 0 !important;}
.right-commentss{width: 100% !important;height: auto;float: right;}
.leftss00{width: 100%;float: left;}
.comment-form-author{width: 49.4%;float: right;}
.comment-form-email{width: 49.4%;float: left;}
.comment-form-url{display: none;}

textarea#comment,.woocommerce #review_form #respond textarea,#reviews textarea{width: 100% !important;
height: 150px !important;float: left !important;margin-bottom: 5px;}
.comment-form-comment{width: 100%;height: auto;float: none;margin: 0 auto;}
.comment-content{width: 100%;float: left;height: auto;position: relative;text-align: justify;}

#comments input{
  width: 100%;
  height: 40px;
  float: right;
  position: relative;
  font-size: 13px !important;
background: #fff;
border: 1px solid #ccc;
  text-indent: 10px;
  border-radius: 5px;
}
.comment-form-comment textarea#comment{width: 100% !important;}
.logged-in .comment-form-comment textarea#comment{width: 100% !important;}
.comment-form-comment textarea#comment,#reviews textarea,.rkianoosh_txt form textarea{
  font-size: 13px !important;
  height: 150px;background: #fff;
border: 1px solid #ccc;
  padding: 10px;
  position: relative;
  text-align: justify !important;
  float: left;border-radius: 5px;}
  #comments input#author,#comments input#email,#comments input#url,#comments textarea#comment,
#reviews input#author{transition: all 0.5s;margin:0 0 10px 0;}
.form-submit #submit,#reviews #submit,.rkianoosh_txt form input[type="submit"]{
width: 140px !important;
height: 40px !important;
font-size: 15px;border: unset;outline: unset;
cursor: pointer;
float: left;
background: #50a2ff;
color: #fff;
border-radius: 5px;
}
.form-submit #submit:hover,.rkianoosh_txt form input[type="submit"]:hover{color: #fff;}
.bypostauthor{}
.comment-content{width: 100%;float: left;height: auto;position: relative;text-align: justify;}
.rkianoosh_ir_com{width: 100%;position: relative;margin-top: 5px;}
#respond{width:100%;height:auto;margin-bottom: 25px;}
.commentlist li{width:100%;height:auto;margin:0 auto;position: relative;border: 1px solid rgba(0,0,0,0.05);
padding:15px;margin-bottom: 25px;background: #f7f7f7;
border-radius: 5px;}
.commentlist li:last-child{/**border-bottom: unset;**/margin-bottom: 0;}
.commentlist li footer{border-bottom: 1px solid rgba(0,0,0,0.05);padding-bottom: 10px;margin-bottom: 10px;}

#reply-title{margin:0 20px;font-size: 14px;}
.left_kianoosh_like{width: auto;float: left;text-align: center;margin-top: 3px;
font-size: 13px;padding: 0;line-height: 25px;}
.comments_likes{width: 40%;float: right;display: inline-grid;}
.comment-date{float: left;text-align: left;padding: 0;}
#comments .avatar,.woocommerce-Reviews .avatar{
  width: 45px !important;
  height: 45px !important;
  border-radius: 3px;
}
.fn{line-height: 23px;float: right;font-size: 15px;position: relative;z-index: 2;
background-color: #e1e1e1;
    border-radius: 4px;
    padding: 0 5px;}
.fn a{color: #49962d !important;}

.comment-meta{padding-bottom: 0;padding: 0 !important;width: 50px;display: none;
position: absolute;right: 15px;top: 20px;
margin-top: 0 !important;border-top: none !important;}
.comment-replay a{text-align: center;float: left;padding: 0 10px;border-radius: 25px;}
.comment-replay a::before{vertical-align: middle;margin-left: 5px;}
.comment-replay a:hover{background: #50a2ff;color: #fff;}

#commentnotes{font-size:10px;}
.comment .depth-2,.comment .depth-3,.comment .depth-4,.comment .depth-5{width:97%;margin-bottom: 15px;}
.comment-title{font-size: 16px;padding: 15px;}
.attachment-shop_thumbnail{width: 23%;height: 50px;padding: 0.5%;margin: 5px 0.48%;float: right;border: 1px solid #D4D4D4;}
.last_item_c{margin-bottom: 0 !important;}

.commentlist {
padding:0px!important}

.rounded-pill {
    font-size: large;
	font-weight:bold;
}
.mb-20{
margin-bottom:20px}

.my-paginate li span {
    box-shadow: var(--shadow-md);
    font-weight: bold;
    padding: 5px 15px;
    color: #515151;
    background: #fff;
    width: 42px;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}
.my-paginate li.active span {
    background: var(--main-color-one);
    border-color: var(--main-color-one);
}
.searchwp-live-search-result img {
width:30%;
height:auto;
    margin-left: 20px;}
	.searchwp-live-search-result a {
margin-right: 10px;}

.single_add_to_cart_button{
    background-color: var(--main-color-one) !important;
    color: #fff !important;
    padding: 6px 50px;
    border: none;
    border-radius: 5px;
    font-size: large;
    font-weight: bold;
}


/* Standardize comment form styles */
.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.comment-form .form-submit input {
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
}

/* Additional styles to ensure consistency */
.product-page .comment-form,
.single-blog .comment-form {
    /* Add shared styles here */
}

.product-box .product-title .title h2,h3 {
    margin: 7px 0;
	font-size: 19px;
    font-weight: 800;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}	

.mt-40{
    margin-top: 40px;
}
.product-mete-title li {
        line-height: 40px;
    font-size: 18px;
    text-align: justify;
}
.info-box-nav {
    flex-direction: column !important;
}



.clear{clear: both;}


.wpcf7-form-control { border-radius: 10px;}


.wpcf7-submit {
background-color: #5fc312;
    color: #fff !important;
    
    border: inherit;
    width: 100%;
    padding: 2px;
    font-size: large;
    font-weight: bold;
}

.gozareshmodal-header span {color:white;}

.blog-single-content {
    margin-right: 15px;
    margin-left: 15px;
}



.product-scroll-container {
    overflow-x: scroll; /* Allows horizontal scrolling */
    white-space: nowrap; /* Prevents items from wrapping */
    -webkit-overflow-scrolling: touch; /* Enables smooth scrolling on touch devices */
    scrollbar-width: none; /* Firefox: Hides scrollbar */
}

.product-scroll-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera: Hides scrollbar */
}

.product-scroll-container .row {
    flex-wrap: nowrap; /* Ensures items are aligned in a single row */
}

.product-scroll-container .col-md-4,
.product-scroll-container .col-xl-2,
.product-scroll-container .col-xxl-2 {
    flex: 0 0 auto; /* Prevents columns from shrinking */
}


.product-box .product-title {

    overflow: hidden; /* Ensures the title content does not spill out */
    text-overflow: ellipsis; /* Adds ellipsis (...) if text overflows */
    white-space: nowrap;
}

.text-overflow-1 {
    max-width: 100%; /* Ensures the text takes up only the available width */
}
.product-title h3 {
font-weight: normal;
}

.blog-single-content a {
	 color: blue;
}


#ez-toc-container ul li {
    direction: rtl;
}
.ez-toc-title-container {
    text-align: right;
}

.woocommerce-checkout .border_html {
    text-align: right;
}

.commentlist li {
    list-style: none;
}



@media only screen and (max-width: 768px) {
  .woocommerce table.cart .product-thumbnail,
  .woocommerce table.shop_table_responsive tbody th {
    display: block;
  }
}

 .woocommerce table.shop_table_responsive tr td::before {content: none;}
 
 
 .top-header-logo img {
  width: auto;
  height: auto;
  max-height: 45px;
}


#ez-toc-container nav ul ul li {
    font-size: initial;
}

#ship-to-different-address
 {
   display: none;
}



.product-attributes-section {
    margin: 2em 0;
}

.product-attributes-list {
    list-style: none;
    padding: 0;
}

.attribute-item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.attribute-label {
    font-weight: bold;
    min-width: 150px;
}

.attribute-value {
    flex: 1;
}


