/*
Theme Name: ecommerce Responsive WordPress Theme
Theme URI: -
Author: Seyyed Armin Hejazi
Author URI: wp-meweb.ir
Description: A template wordpress ecommerce
Version: 1.0.0
*/
* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Vazir-Medium-FD';
    src: url('fonts/Vazir-Medium-FD.woff') format('woff');
}

body,
html {
    font-family: 'Vazir-Medium-FD';
    background-color: #faf4f4;
    font-size: 13px;
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}
header .top-access a {
    font-size: 17px;
    padding: 20px 7px;
}

header .logo-box {
    padding-top: 10px;
}

header .logo-box img {
    height: 50px;
    object-fit: contain;
}

header .top-menu {
    z-index: 10;
    height: 57px;
    position: relative;
}

header .main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

header .main-menu ul li {
    display: inline-block;
    margin: 4px;
    position: relative;
}

header .main-menu ul li a {
    display: inline-block;
    padding: 18px 5px;
    color: #faf4f4;
    position: relative;
}

header .main-menu ul li>ul>li>a {
    position: relative;
    right: 0;
    transition: all 0.5s ease;
}

header .main-menu ul li>ul>li>a::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 13px;
    right: 0;
    background-color: #888;
    transition: all 0.5s ease;
}

header .main-menu ul li>ul>li>a:hover {
    right: 8px;
    transition: all 0.5s ease;
}

header .main-menu ul li>ul>li>a:hover::before {
    position: absolute;
    content: "";
    width: 5px;
    transition: all 0.5s ease;
}

header .main-menu ul li ul {
    position: absolute;
    right: 0;
    top: 55px;
    width: 200px;
    background-color: #fff;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;

}



header .main-menu ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    padding: 8px;
}

header .main-menu ul li ul li {
    display: block;
}

header .main-menu ul li ul li a {
    color: #717171;
    padding: 5px 10px;
    display: block;
}

header .main-menu ul li>ul>li>ul {
    right: 100%;
    top: -12px;
}

header .slider-box,
header .page-title-box {
    margin-top: -57px;
    position: relative;
}

header .page-title-box {
    padding-top: 100px;
    background-image: url('img/top-workspace_EBAXPPGZLW.jpg');
    background-position: center center;
    background-repeat: repeat;
    background-size: 290px auto;
}

header .slider-box::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
}

header .slider-box .carousel-caption {
    top: 40%;
    z-index: 1;
}

header .slider-box,
header .page-title-box {
    margin-top: -57px;
    position: relative;
}

header .page-title-box {
    padding-top: 100px;
    background-image: url('img/top-workspace_EBAXPPGZLW.jpg');
    background-position: center center;
    background-repeat: repeat;
    background-size: 290px auto;
}

header .slider-box::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #00000073;
}

header .slider-box .carousel-caption {
    top: 40%;
    z-index: 1;
}
header .slider-box .carousel-caption h3{
    font-size: 50px;
}
header .slider-box .carousel-caption p{
    font-size: 20px;
}

.navbar {
   position: fixed; /* Set the navbar to fixed position */
    bottom: 0; /* Position the navbar at the bottom of the page */
    width: 100%; /* Full width */

        /* fixed keyword is fine too */
      /*  position: sticky;
        top: 0;   */
        z-index: 100;
        /* z-index works pretty much like a layer:
        the higher the z-index value, the greater
        it will allow the navigation tag to stay on top
        of other tags */
     
  }

  #myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
   /* background-color: red; /* Set a background color */

    color: green; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
  }
  
  #myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
  
  /* Main content */
  .main {
    margin-bottom: 30px; /* Add a bottom margin to avoid content overlay */
  }
.n
{
    font-size: 20px;
    color: #87bab5;
}

.index-services .item span.title {
    color: #717171;
    position: relative;
}

.index-services .item span.title::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #87bab5;
    bottom: -4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

.index-services .item p {
    color: #999;
    line-height: 1.8;
    font-size: 12px;
}


.colorblack {
    color: black !important;
    line-height: 1.8;
    font-size: 12px;
}

.produt-item-border {
    border: 1px solid #eee;
}

.product-item-vertical {
    min-height: 420px;
}

.product-item-horizontal {
    min-height: 238px;
}

.product-item span.off-badge{
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background-image: url(img/svg/star.svg);
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    top: -2px;
    z-index: 1;
    text-align: center;
}

.product-item span.off-badge sub{
    background: #e91e63;
    height: 32px;
    width: 32px;
    display: inline-block;
    position: absolute;
    top: 9px;
    right: 9px;
    line-height: 32px;
    font-size: 14px;
}

.product-item figure {
    height: 210px;
}

.product-item figure img {
    height: 210px;
    object-fit: contain;
}

.product-item figure figcaption {
    top: 0;
    right: 0;
    background-color: #e4e1e185;
    padding-top: 80px;
    opacity: 0;
    transition: all 0.3s ease;
}

.product-item figure:hover figcaption {
    opacity: 1;
    transition: all 0.3s ease;
}

.product-item figure figcaption ul li a {
    width: 40px;
    height: 40px;
    line-height: 44px;
    font-size: 14px;
    background-color: #fff;
    color: #212121;
    transition: all 0.3s ease;
}

.product-item figure figcaption ul li a:hover {
    background-color: #87bab5;
    color: #fff;
    transition: all 0.3s ease;
}

.product-item h5 {
    line-height: 1.8;
    font-size: 14px;
    height: 55px;
    color: #414141;
}

.product-item p {
    color: #717171;
    font-size: 12px;
    height: 37px;
}

.product-item .product-rate i {
    font-size: 10px;
}

.tooltip-inner {
    font-family: 'Vazir-Medium-FD';
}

.index-products .nav-pills .nav-link.active,
.index-products .nav-pills .show>.nav-link {
    color: #222;
    background-color: transparent;
}

.index-products .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #999;
}

.product-view .text-item h3 {
    color: #87bab5;
}

.product-view .text-item h5::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #87bab5;
    bottom: 0;
    right: 0;
    left: auto;
    transform: rotate(45deg);
}

.product-view .text-item p {
    line-height: 1.9;
    color: #888;
    text-align: justify;
}

a.site-btn {
    background-color: #0dcaf0;
    color: #eee;
    display: inline-block;
    padding: 8px 15px;
    font-size: 12px;
    transition: all 0.3s ease;
    float: right;
}

a.site-btn i {
    position: relative;
    top: 2px;
    right: 0;
    transition: all 0.3s ease;
}

a.site-btn:hover i {
    right: 4px;
    transition: all 0.3s ease;
}
.site-title-box span{
    font-size:16px;
}

.product-view .timer-box {
    flex-direction: row-reverse;
}

.product-view .timer-box div {
    width: 50px;
    height: 50px;
    background: #515151;
    text-align: center;
    line-height: 50px;
    color: #67ffee;
    font-size: 20px;
    margin: 3px;
    border-radius: 4px;
}

.product-view .timer-box div:last-child {
    display: none;
}
.pagination-box{
    display: table;
    margin: 0 auto;
}
.pagination-box a,
.pagination-box span {
    display: inline-block;
    width: 35px;
    height: 34px;
    line-height: 35px;
    font-size: 15px;
    background-color: #87bab5;
    color: #ffffff;
    margin: 0 1px;
    text-align: center;
    border-radius: 20px;
}
.page-body .contact-text span {
    font-size: 12px;
    color: #74a29d;
}

.page-body .contact-text span.title {
    font-size: 12px;
    color: #414141;
    position: relative;
}

.page-body .contact-text span.title::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #87bab5;
    bottom: -17px;
    right: 0;
    transform: rotate( 45deg);
}

.table-purchase table img {
    height: 60px;
    object-fit: contain;
}

.table-purchase table td {
    text-align: center;
    vertical-align: middle;
}

.pagination-box .current {
    background-color: #36ad9f;
    color: #313131;
}
footer {
   background-color: #1e2125;
    background-position: center center;
    background-repeat: repeat;
    background-size: 290px auto;
    color: #eee;
    font-size: 12px;
}

footer span.scrooltop {
    right: 0;
    left: 0;
    top: -20px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    z-index: 10;
    cursor: pointer;
}

footer::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    transform: rotate(45deg);
    background-color: #87bab5;
}

footer::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: -20px;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    transform: rotate(135deg);
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

footer .footer-menu li {
    display: inline-block;
    margin: 4px;
}

footer .footer-menu li a {
    color: #817575;
    padding: 5px;
}

footer li {
    line-height: 1.8;
    text-align: justify;
}

footer .footer-box span.title {
    font-size: 14px;
    color: #faf4f4;
}

footer .footer-box span.title::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #faf4f4;
    bottom: 10px;
    right: 0;
    left: auto;
    transform: rotate(45deg);
}

footer .footer-box span.title-center::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #faf4f4;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(45deg);
}

footer .social-ul li a {
    color: #616161;
    font-size: 17px;
}

footer .copy-right p{
    font-size: 11px;
    color: #817575;
}
#responsive_Menu_Btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 60px;
    right: 20px;
    border: 1px solid transparent;
    text-align: center;
    padding: 4px;
    border-radius: 2px;
    cursor: pointer;
    z-index: 100;
    background: #594e4e;
}

.close_responsive_Menu {
    left: auto !important;
    right: 1.5rem !important;
}

.close_responsive_Menu span:nth-child(1) {
    transform: rotate( 45deg);
    top: 7px;
    position: relative;
}

.close_responsive_Menu span:nth-child(2) {
    transform: rotate( -45deg);
    top: 0;
    position: relative;
}

#responsive_Menu_Btn span {
    width: 30px;
    height: 2px;
    background-color: #ffffffc2;
    margin: 6px 0;
    display: block;
}

.responsive-menu-container {
    height: 100vh;
    position: fixed;
    top: 0;
    right: -102%;
    z-index: 100;
    overflow-y: scroll;
    transition: all 0.3s ease;
}

.responsive-menu-container>ul {
    padding-right: 0;
    padding-top: 80px;
}

.responsive-menu-container>ul>li {
    border-bottom: 1px solid #eee;
}

.responsive-menu-container ul li {
    position: relative;
}

.responsive-menu-container>ul>li:last-child {
    border-bottom: 0;
}

.responsive-menu-container>ul>li>a {
    display: block;
    padding: 8px 20px 8px 0;
    color: #464444;
    position: relative;
}

.responsive-menu-container>ul>li>a::before {
    content: "\f1ba";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 0;
    top: 6px;
}

.responsive-menu-container ul>li>ul {
    padding-right: 15px;
    padding-left: 15px;
    display: none;
    background-color: #f0f1f1;
}

.responsive-menu-container ul>li>ul>li>ul {
    background: rgb(236, 233, 233);
}

.responsive-menu-container ul>li>ul li {
    border-bottom: 1px dotted #f8fafc;
}

.responsive-menu-container ul>li>ul li:last-child {
    border-bottom: 0;
}

.responsive-menu-container ul>li>ul li a {
    display: block;
    padding: 8px 20px 8px 0;
    color: #837f7f;
    position: relative;
}

.responsive-menu-container ul>li>ul li a::before {
    content: "\f11d";
    font-family: bootstrap-icons !important;
    position: absolute;
    right: 0;
    top: 6px;
}

.responsive-menu-container ul>li>ul>li>ul>li a {
    font-size: 12px;
}

.responsive-menu-container ul li span.resp-menu-ul-show {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #515151;
    text-align: center;
    line-height: 26px;
    position: absolute;
    left: 5px;
    top: 7px;
    cursor: pointer;
    z-index: 30;
    border-radius: 2px;
}

.responsive-menu-container ul li span.resp-menu-ul-show i {
    color: #eee;
}

.responsive-menu-show {
    right: 0;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    box-shadow: none;
}
.info{
    color: #8a2be2;
    font-size: 25px;
}
.info-age{
    font-size: 20px;
}
.post-single h1{
    font-size: 20px;
    text-align: center;
    color: #0b5ed7;
    margin: 15px;
}
.sidebar img{
    margin-top: 30px;
}
.background-inner img{
    top: -56px;
    position: relative;
}
.post-single p {
    font-size: 13px;
    text-align: justify;
    margin: 40px;
}
.bg-light{
    text-align: center;
}
.blog-sidebar ul {
    padding: 0;
    margin: 0;
}
.blog-sidebar ul li {
    margin: 7px;
    border-bottom: 1px dotted #eee;
    padding-bottom: 6px;
}
.blog-sidebar ul li a {
    display: block;
    color: #726363;
    padding: 4px 10px;
    position: relative;
    transition: all 0.2s ease;
}
.blog-sidebar ul li a:hover {
    color: #b49494;
    transition: all 0.3s ease;
}

::placeholder {
    color: #333131;
    font-size: 17px;
}
textarea {
    width: 100%;
    height: 150px;
    resize: none;
    background-color: #dcd6d6;
    padding: 8px;
    margin: 5px 0;
    outline: 0;
    color: #fff;
}

form button,
form input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: #90d2cc;
    color: #fff;
    padding: 8px;
    border: 0;
    margin: 5px 0;
    outline: 0;
}

button.sml-btn,
input[type="submit"].sml-input {
    width: auto;
    height: 35px;
    margin: 0;
}
.review-form div.set-rate {
    width: 100%;
    height: 45px;
    background-color: #eee;
    padding: 0 8px;
    border: 0;
    margin: 5px 0;
    outline: 0;
    line-height: 45px;
    color: #999;
}

.review-form div.set-rate .box-rate {
    position: relative;
    top: -25px;
    left: 10px;
}

::placeholder {
    color: #ffffff;
    font-size: 13px;
    background-color: #b6d1cf;
}

.review-form input[type="radio"] {
    display: none;
}

.review-form input[type="radio"]+label {
    position: relative;
    width: 1em;
    color: #333;
    cursor: pointer;
}

.review-form input[type="radio"]+label::before {
    content: "\f588";
    font-family: bootstrap-icons !important;
    position: absolute;
}

.review-form input[type="radio"]+label:hover::before {
    color: rgb(255, 215, 0);
}

.review-form input[type="radio"]+label:hover~label::before {
    color: rgb(255, 215, 0);
}

.review-form input[type="radio"]:checked~label::before {
    color: rgb(255, 215, 0);
}

input[type="email"], input[type="tel"], input[type="password"] {
    width: 100%;
    height: 45px;
    background-color: white;
    padding: 0 10px;
   
    margin: 5px 0;
    outline: 0;
    text-align: right;
    border-radius: 4px;
    border-color: #313131;
    color: black;
}
input[type="text"]{
    width: 100%;
    height: 45px;
    background-color: white;
    padding: 0 10px;
 
    margin: 5px 0;
    outline: 0;
    border-radius: 4px;
    border-color: #313131;
    color: black;
}
input[type="text"]{
    width: 100%;
    height: 45px;
    background-color: white;
    padding: 0 8px;
  
    margin: 5px 0;
    outline: 0;
    border-radius: 4px;
    border-color: #313131;
    color: black;
   
}


input[type="email"]{
    text-align: right;
    color: black;
}

input[type="number"] {
    border: 1px solid #87bab5;
    outline: 0;
    width: 40px;
    height: 29px;
    padding-left: 5px;
    color: #fff;;
}

textarea {
    width: 100%;
    height: 150px;
    resize: none;
    background-color:  white;
    padding: 8px;
   
    margin: 5px 0;
    outline: 0;
    color: black;
    border-color: #1e2125;
    border-radius: 4px;

}

form button,
form input[type="submit"] {
    width: 100%;
    height: 45px;
    background-color: #87bab5;
    color: #fff;
    padding: 8px;
    border: 0;
    margin: 5px 0;
    outline: 0;
}
.head1 {

  
    background : #87bab5;
   
    
   
   
   
}

button.sml-btn,
input[type="submit"].sml-input {
    width: auto;
    height: 35px;
    margin: 0 auto;
    display: table;
}
form {
    width: 100%;
    display: table;
    margin: 0 auto;
}
.review-form h2{
    text-align: center;
}
.login-register-div{
    margin: 0 auto;
}


.product-detail h1 {
    font-size: 20px;
    color: #888;
}

.product-detail .product-rating i {
    font-size: 11px;
}

.product-detail .product-rating span {
    color: #717171;
    font-size: 12px;
    padding-right: 20px;
}

.product-detail .color-picker-product span{
    position: relative;
    top: -6px;
    color: #888;
}

.product-detail .color-picker-product input {
    display: none;
}

.product-detail .color-picker-product label{
    width: 20px;
    height: 20px;
    border-radius: 30px;
    cursor: pointer;
    position:relative;
}

.product-detail .color-picker-product input:checked+label::after {
    position:absolute;
    content: "\f26e";
    font-family: bootstrap-icons !important;
    top:0;
    right:0;
    width:20px;
    height:20px;
    text-align:center;
    color:#fff;
    z-index:10;
}

.product-detail .add-to-cart select {
    border: 1px solid #87bab5;
    outline: 0;
    width: 100%;
    height: 29px;
    color: #333;
}
.add-to-cart button {
    display: inline-block;
    border: 0;
    outline: 0;
    background-color: #87bab5;
    padding: 5px 15px;
    color: #fff;
}
.post-single{
    text-align: center;
}

.domain-search {
    margin: 0;
    padding: 206px 0
}

.bg-pblue {
    background-color: #35abdf
}

.domain-search .form-title {
    margin-top: 0;
    margin-bottom: 2px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 100
}
.poduct-review-form div.set-rate {
    width: 100%;
    height: 45px;
    background-color: #eee;
    padding: 0 8px;
    border: 0;
    margin: 5px 0;
    outline: 0;
    line-height: 45px;
    color: #999;
}

.poduct-review-form div.set-rate .box-rate {
    position: relative;
    top: -25px;
    left: 10px;
}

::placeholder {
    color: #999;
    font-size: 12px;
}

.poduct-review-form input[type="radio"] {
    display: none;
}

.poduct-review-form input[type="radio"]+label {
    position: relative;
    width: 1em;
    color: #333;
    cursor: pointer;
}

.poduct-review-form input[type="radio"]+label::before {
    content: "\f588";
    font-family: bootstrap-icons !important;
    position: absolute;
}

.poduct-review-form input[type="radio"]+label:hover::before {
    color: rgb(255, 215, 0);
}

.poduct-review-form input[type="radio"]+label:hover~label::before {
    color: rgb(255, 215, 0);
}

.poduct-review-form input[type="radio"]:checked~label::before {
    color: rgb(255, 215, 0);
}

.domain-search p {
    color: #B0E7FF;
    margin: 0
}

.domain-search .input-group {
    -webkit-box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.1)
}

.domain-search .input-group-addon {
    border: none
}

.domain-search .form-title strong {
    display: block
}

.domain-search .form-control {
    height: 60px;
    border-radius: 0;
    border: none
}

.domain-search .form-control:focus {
    box-shadow: 0px 0px 0px 0px #ffffff !important
}

.input-group .input-group-addon [type="submit"],
.input-group .input-group-addon button {
    border: none;
    border-radius: 0
}

.domain-search .btn {
    padding: 0 54px;
    line-height: 60px
}

.btn-primary {
    padding: 0 28px;
    line-height: 54px;
    background: #ff6726;
    color: #fff
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.domain-search .input-group+p {
    color: #fff;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    margin-top: 15px;
    margin-bottom: 0
}

.domain-search .input-group+p strong {
    margin-right: 40px
}

.product-detail .product-price span {
    font-size: 17px;
}
@media screen and (max-width: 1400px) {
    #responsive_Menu_Btn {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    #responsive_Menu_Btn {
        display: block;
    }
}