﻿.Hs-login-user-v1 {
    background-position: center 25px;
    width: 340px;
    background-color: rgba(255,255,255,1.0);
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 4453;
    padding: 12px;
    padding-top:204px;
    display: none;
    background-image: url('/img/user.png');
    background-repeat: no-repeat;
    background-size:170px;
    transform:translate(-50%,-50%);
    
}
    .Hs-login-user-v1  input {
    text-align:center;
    margin:3px 6px;
    font-family:'yekan','B Nazanin',Arial;
    }

.Hs-parent {
    transition:all .4s ease;
    position:fixed;
    left:0px;right:0px;bottom:0px;top:0px;
    background-color:rgba(30,30,30,.5);
    z-index:500;
    display:none;
}
#RecoverPassword {
color:#0094ff;
font-weight:bold;
font-family:'Yekan','B Nazanin',Arial;
margin:3px auto;
outline:none;
text-decoration:none;
}
.Hs-close-user {
    position: absolute;
    top: 10px;
    left:10px;
    z-index: 8566;
    cursor:pointer;
    font-size:large;
}

.Hs-register-box-v1 {
 
    width: 710px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    z-index: 4453;
    padding: 48px;
    padding-top:100px;
    display: none;
   
}

#Hs-login-div {
display:none;
    text-align: center;
    padding: 10px 2px;
}
.userLogo {
     background-image: url('/Images/user.png');
    background-repeat: no-repeat;
    background-size:cover;
     height:180px;
     width:180px;
     position:absolute;
     top:-210px;
     left:36px;
}
.RegisterBtnBox {
    margin-top: 190px;
}



.Hs-register-box-v1  input {
    text-align: center;
    margin: 3px auto;
    font-family: 'yekan','B Nazanin',Arial;
}
.Hs-login-user-loader-v1L {
    background-image: url('Images/Hyper_load.gif');
    background-repeat: no-repeat;
    width:64px;
    height:64px;
    position:fixed;
    top:12px;
    left:20px;
    display:none;
    z-index:4700;

}



/*************** Caller*********** */


input::-webkit-input-placeholder { 
  color: #555555;
}
input:-moz-placeholder { 
    
  color: #555555;
}
input::-moz-placeholder { 
    
  color: #555555;
}
input:-ms-input-placeholder { 
    
  color: #555555;
}

textarea::-webkit-input-placeholder { 
    
  color: #555555;
}
textarea:-moz-placeholder { 
    
  color: #555555;
}
textarea::-moz-placeholder { 
    
  color: #555555;
}
textarea:-ms-input-placeholder { 
    
  color: #555555;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*---------------------------------------------*/
.container {
	max-width: 1200px;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/
.container-contact100 {
  width: 100%;  
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
}

.contact100-map {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.wrap-contact100 {
  width: 1170px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}

.show-wrap-contact100 {
  visibility: visible;
  opacity: 1;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  direction:rtl;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-family: Poppins-Bold;
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 20px;
  text-align:right !important;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  padding-bottom: 13px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
      margin-bottom: 25px;
}

.label-input100 {  font-size: 15px;
  color: #999999;
  line-height: 1.5;
  padding-left: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding: 0 5px;
      border: none !important;
     box-shadow:  none!important;
     text-align: right;
    direction: rtl;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  background: #ff4b5a;
}


/*---------------------------------------------*/
input.input100 {
  height: 40px;
}


textarea.input100 {
  min-height: 110px;
  padding-top: 9px;
  padding-bottom: 13px;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
      text-align: right;
    direction: rtl;
    padding-top: 32px
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  background-color: #ff4b5a;
  border-radius: 25px;
      position: absolute;
    left: 10px;
    bottom: 25px;
  
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
}
    .contact100-form-btn[disabled] {
    background-color: #bcbcbc;
    cursor: not-allowed !important;
    box-shadow: 0 10px 30px 0px rgba(181, 181, 181, 0.5);
    -moz-box-shadow: 0 10px 30px 0px rgba(181, 181, 181, 0.5);
    -webkit-box-shadow: 0 10px 30px 0px rgba(181, 181, 181, 0.5);
    -o-box-shadow: 0 10px 30px 0px rgba(255, 75, 90, 0.5);
    -ms-box-shadow: 0 10px 30px 0px rgba(181, 181, 181, 0.5);
    }

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover {
  background-color: #333333;
  box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
  -ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}


/*------------------------------------------------------------------
[ Responsive ]*/


@media (max-width: 768px) {
    .rs1-wrap-input100 {
        width: 100%;
    }

    .Hs-shopping-cart-list > table th > i {
        margin: 4px;
        font-size: small;
    }
}




/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;

  
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
`
.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 58%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.contact100-more-highlight {
  color: #ff4b5a;
}

/*==================================================================
[ Button hide form ]*/

.contact100-btn-hide {
  color: #333333;
  font-size: 14px;

  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  top: -15px;
  right: -15px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-btn-hide:hover {
  background-color: #333333;
  color: #fff;
}


.closer {
position:absolute;
left:10px;
top:4px;
cursor:pointer;
}
.envelope {
position:absolute;right:10px;
top:4px;
}
.caller {
width:80%;
display:block;
margin:0px auto;
}
#Calling {
    position:fixed;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    z-index:555;
    background-color:#fff;
    opacity: .95;
    padding-top: 50px;
    padding-bottom:20px;
    width:60%;
    display:none;
}

#Calling .call-head
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    text-align: right;
    padding: 2px;
    padding-right: 50px;
    font-size: x-large;
    background-color: #444;
    color: #fff;
}



@media(max-width:768px) {

    .rs1-wrap-input100 {
        margin-bottom: 8px;
    }

    .input.input100 {
        height: 18px;
    }

    .label-input100 {
        display: none;
    }

    .contact100-form-btn {
        border-radius: 17px;
        bottom: 0;
        left: -8px;
        height: 90px;
        min-width: 100px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    #Calling {
        z-index: 9999;
        width: 90%;
    }

    .input100
    {
text-align:center !important;
    }
}



/**************** Caller ***********/



.Hs-shopping-cart-display {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 999;
    background-color: rgba(0,0,0,.7);
    padding: 9px;
    border-radius: 7px;
    box-shadow: -6px 11px 24px 3px rgba(0,0,0,.6);
    width:115px;
    
    }

    .Hs-shopping-cart-display > i {
    color:#fff;
    }

    .Hs-shopping-cart-display > a {
color: #fff;
    position: absolute;
    right: 9px;
    top: 15px;
    font-size: small;
    }
    .Hs-shopping-cart-display > span {
        color: #fff;
    position: absolute;
    background-color: #c83c3c;
    width: 23px;
    height: 24px;
    border-radius: 50%;
    font-size: medium;
    text-align: center;
    left: 25px;
    top: 2px;
    }

.Hs-float-box {
position:fixed;
left:50%;top:50%;transform:translate(-50%,-50%);
z-index:999;
}
.Hs-show {
display:unset !important;
}
.Hs-shopping-cart-list {
    background-color: #333;
    padding: 9px;
    color: #eee;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    width: 700px;
    padding-top: 27px;
    display:none;font-size:small;
}
    .Hs-shopping-cart-list > table {
     width:100%;
    }
    .Hs-shopping-cart-list tr {
    border-bottom: 1px solid #5d5d5d;
    }
        .Hs-shopping-cart-list tr:last-child {
        border:none;
        }
        .Hs-shopping-cart-list > table td,.Hs-shopping-cart-list > table th {
        padding:4px;
        border-left:1px solid #ccc;
         color: #eee;
        }
    .Hs-shopping-cart-list > table td {
    font-size:small;
    }
            .Hs-shopping-cart-list > table tr > td:last-child,.Hs-shopping-cart-list > table tr > th:last-child {
            border:none;
            text-align:center;
            }
        .Hs-shopping-cart-list > table th {
        background-color:#444;
        text-align:right !important;
           
        }


.Hs-shopping-cart-list tfoot {
background-color: #565656;
border-top: 1px solid #ccc;
}

.Hs-close-icon {
position:absolute;
top:5px;
left:5px;
cursor:pointer;
transition:all .2s ease;
}
    .Hs-close-icon:hover {
    color:#ffd800;
    }

    /*  ShareBox - Products Pop up*/

    .Hs-Post-Share-Box {
position:fixed;
width:250px;
height:auto;
bottom:10px;
right:10px;
text-align:center;
display:none;
z-index:250;
}
    .Hs-Post-Share-Box img {
        width:100%;
    transition:all 0.1s ease;
    }
.Hs-Post-Share-Box img:hover {
    transform:scale(1.04)
}
    .Hs-Post-Share-Box span {
    display:block;
    color:#555;
    font:700 x-large 'Sans',Arial;
    margin-top:22px;
    }
.Hs-Share-Closer {
    position: absolute;
    top: 1px;
    left: 2px;
    z-index: 251;
    color: #404040;
    clear: both;
    cursor: pointer;
    font-size: x-large;
    text-shadow: 0px 0px 8px #fff;
}

/* / ShareBox - Products Pop up*/



/************* Slider *********************/

.hs-slide-parent {
background-color: rgb(77, 81, 70);
border-radius: 4px;
overflow: hidden;
box-shadow: 16px 16px 19px -14px #555;
position:relative;
}
    .hs-slide-parent i.fa {
    position: absolute;
    left: 50%;
    top: 34%;
    transform: translate(-50%,-50%);
    border-radius: 50%;
    font-size: xx-large;
    color: #000000;
    box-shadow: 0px 0px 70px 45px rgba(165, 165, 165, 0.86);
    background-color: rgba(165, 165, 165, 0.86);
    transition: all .3s ease;
    opacity: .8;
    }
    .hs-slide-parent i.fa:hover {
    opacity:1;
    }

.hs-slide-title {
font-size: medium;
background-color: rgb(164, 164, 164);
padding: 8px;
width: 35%;
min-width: 225px;
margin-right: 4%;
color: rgb(255, 255, 255);
border-radius: 4px;
border-top-left-radius: 30px;
}
    .hs-slide-parent a {
    color:#fff;
    }

    .hs-slide-parent > a > span {
display: block;
padding: 6px;
height: 57px;
overflow: hidden;
direction: rtl;
line-height: 23px;
font-size:small;
    }
/************* Slider *********************/


/************* Link Shorter ******************/
.hs-short-linker {
position: relative;
padding: 8px;
height: 47px;
background-color: #8faf5d;
border-radius: 8px;
overflow:hidden;
}
    .hs-short-linker > input {
width: 64%;
position: absolute;
left: 5%;
padding: 4px;
height: 30px;
text-align: center;
    }

    .hs-short-linker > a {
        position: absolute;
width: 25%;
right: 5%;
background-color: #666565;
height: 32px;
top: 7px;
padding: 4px;
color: #fff;
text-align: center;
border-radius: 6px;
    }

/************* Link Shorter ******************/


/***************** Comments********************/

/* Comments */
.cmd-box {
    text-align:right;
    direction:rtl;
    margin-bottom:18px;
    border:1px solid #999;
    padding:0;
    background-color:#f2f2f2;
}
    .cmd-box > h3 {
        padding: 7px;
        background-color: #898989;
        margin: 0;
        font-size: small;
        color: #fff;
        position: relative;
        padding-right: 44px;
    }

        .cmd-box > h3 > span {
            float: left;
        }

    .cmd-box > .cmd-body {
        border-right: 1px solid #999;
        padding: 7px;
        margin-bottom: 16px;
        font-size: small;
        position:relative;
    }

    .cmd-box > .cmd-answer {
    
    margin-right:7%;
    margin-bottom:7px;
    margin-top:20px;
    }

    .cmd-box > .cmd-answer > h3 {
        padding: 1px;
        padding-right:3%;
        background-color: #8faf5d;
        border-radius:0 8px 0 0;
        margin:0;
        font-size: small;
        color: #fff;
    }
        .cmd-box > .cmd-answer > h3 > span {
        font-size:small;
        }
        .cmd-box > .cmd-answer > .cmd-body {
            border-right: 1px solid #999;
            padding: 7px;
            margin: 0;
            margin-bottom: 8px;
            background-color: #fff;
            position: relative;
            padding-bottom: 23px;
        }

.cmd-profile-img {
    width: 32px;
    display: inline-block;
    position: absolute;
    right: 0.8%;
    top: 2px;
}


.commentWriteBox {
padding:0;
border-right:10px solid #444;
border-bottom:5px solid #444;

}
    .commentWriteBox > div {
    border-radius:6px 0 0 0;
    }

    
._CmdBox {
max-width:700px;
display:block;
margin:7px auto;
padding:6px 6%;
}
    ._CmdBox input,._CmdBox textarea,._CmdBox select,._CmdBox a {
    margin-top:12px;
    }
._CmdBox .cmdCloser {
display:none;
}
._CmdBox-fixed {
max-width:700px;
display:block;
margin:20px auto;
padding:5%;
position:fixed;
left:50%;
top:50%;
transform:translate(-50%,-50%);
z-index:4600;
}
    ._CmdBox-fixed input,._CmdBox-fixed textarea,._CmdBox-fixed select,._CmdBox-fixed a {
    margin-top:12px;
    }
    ._CmdBox-fixed .cmdCloser {
display:normal;
}

/***************** Comments********************/
.Hs-blur-mode {
filter : blur(5px) brightness(70%);
}

#Hs-News-box .tab-pane {
    padding:20px;
}
#Hs-News-box .tab-pane ul {
}
    #Hs-News-box .tab-pane li {
        padding: 4px;
        border-bottom: 1px solid #ddd;
        border-radius:3px;
        position:relative;
        padding-right:20px;
    }
#Hs-News-box .nav-tabs li {
padding:5px 0px;
}
        #Hs-News-box .tab-pane li:hover #Hs-News-box .tab-pane li > i {
        color:red !important;
        }
        #Hs-News-box .tab-pane li > i {
            position: absolute;
            top: 9px;
            right: 8px;
        }
        #Hs-News-box .tab-pane li:last-child {
        border:none;
        }
        #Hs-News-box .tab-pane li:nth-child(2n+1) {
        background-color: #b4a46033;
        }
/*  Scrolling Text */


.scroll-right {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.scroll-right p {
 position: absolute;
 margin: 0;
 text-align: center;
 /* Starting position */
 -moz-transform:translateX(-100%);
 -webkit-transform:translateX(-100%);	
 transform:translateX(-100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 10s linear infinite;
 -webkit-animation: scroll-left 10s linear infinite;
 animation: scroll-left 10s linear infinite;
 white-space:nowrap;
 padding:0px;
}
/* Move it (define the animation) */
/*@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(-100%); }
 100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(-100%); }
 100% { -webkit-transform: translateX(100%); }
}*/
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(-50%); /* Browser bug fix */
 -webkit-transform: translateX(-50%); /* Browser bug fix */
 transform: translateX(-50%); 		
 }
 100% { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 
 }
}




/*  Scrolling Text */