body{
    direction: rtl;
    font-family:Yekan,Tahoma;
    margin: 0;
	padding: 0;
    background-color: #F5F5F5;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
    display: inline-block;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
    padding:0;
}
a img {
	border: none;
}

a:link {
	text-decoration:none;
}
a:visited {

}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
.container{
    width: 95%;
	margin: 0 auto;
    position: relative;
}
.box-shadow{
    -webkit-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
}
@media only screen and (max-width:993px) {
    body{

    }
    .navbar{
        padding: 0 10px;
        position: absolute !important;
    }
    div#menu-bar{
        height: 70px;
    }
    .navbar .sub-menu{
       border-right: 1px solid gray;
    }
    .navbar .sub-menu-item{
       padding-right: 20px
    }

    .navbar .sub-menu-item li{
        padding-right: 20px
    }

}
@media only screen and (max-width:800px){
   #logo img{
       width: 25% !important;
       height: auto !important;
   }
   #product-category .sidebar{

   }

   #product-category .sidebar #sidebar-wrap{
       position: fixed !important;
       top:0;
       right:0;
       overflow-y: scroll !important;
       width: 100% !important;
       height: 100% !important;
       display: none;
   }

   #product-category .sidebar .sidebar1

   {
       background-color: white;
   }
   .sidebar .sidebar1
   ,.sidebar .sidebar2{



   }
   #filters-btn{
      z-index: 1000;
      height: 35px;
      background-color: #FCFCFC;
      border: 1px solid #F0F0F0;
      width: 30%;
      display: inline-block;
      margin: 5px;
   }
   #filters-btn a{
       color: black;
   }
   .sidebar1 #apply-btn{
       display: inline-block;
       background-color: #C7C7C7;
       border: 1px solid #F0F0F0;
       width: 60%;
       height: 35px;
   }
   .sidebar1 #apply-btn a{
       color: black;
   }

}
div#dpt_header{
    background-color: white;
    text-align: center;
}
ul#dpt-cat{
    text-align: center;
    border-bottom: 1px solid #D1D1D1;
}

ul#dpt-cat li{
    display: inline-block;
    min-width: 150px;
    border-right:10px solid #D1D1D1;

    text-align: right;
    padding: 5px 0;
    padding-right:10px;
    background-color: #FFFFFF;
    height: 35px;
}
ul#dpt-cat li.active-link{
    border-right:10px solid #FF6A00;

}

ul#dpt-cat li a{
    color: black;
    display: block;
}

div#top-bar{
   background-color: #0096bc;
   color: #fff;
   min-height: 32px;
   position: relative;
   padding: 0px 0;
   vertical-align: top;
   text-align: center;
}
div#top-bar #date{
    position: absolute;
    right: 0;
    top: 0;
}

#cd-board {
    max-width: 600px;
    height: 32px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background-color: #CC0044;
    padding: 0 5px;
}
div#top-bar #login{
    position: absolute;
    left: 0;
    top: 0;
}
div#top-bar #login ul li{
    display: inline-block;
    padding: 0px 22px;
}
div#top-bar #login ul li a {
    color: #fff;
    line-height: 10px;
}
div#middle-bar{
   background-color: white;
   min-height: 100px;
   position: relative;
   padding: 0 0;
   text-align: center;
   vertical-align: top;
   -webkit-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
}
div#middle-bar #logo{
    position: absolute;
    right: 0;
    text-align: right;
    top:0px;
}
div#middle-bar #search-bar{
    display: inline-block;
    text-align: center;
    margin-top: 30px;
    vertical-align: top;
    width: 40%;

    background: #fff;
    color: #525865;
    border: 1px solid #d1d1d1;

    font-family: inherit;
    font-size: 1em;
    line-height: 1.45;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
}
div#middle-bar #search-bar form input[type=text] {
    float: left;
    vertical-align: top;
    width: 90%;
    height: 30px;
    background: transparent;
    border: 0;
    direction: rtl;
    font-family: Yekan,"Helvetica Neue",Helvetica,Arial,sans-serif;
    padding: 0.6em 1.25em 0.7em;
}
div#middle-bar #search-bar form input[type=submit]  {
    border: 0;
    height: 30px;
    width: 30px;
    background: url(../img/search.png) center center no-repeat;
    cursor: pointer;
    background-size: auto 17px;
    vertical-align: top;
}
div#middle-bar #shopping-card{
    position: absolute;
    left: 0;
    text-align: right;
    top:0;
    margin-top: 30px;
}
div#menu-bar{
    margin-top: 10px;
}
.navbar-collapse{
    overflow-y: hidden !important;
}
#cat-button-wrap #cat-button{
    text-align: center;
    padding: 10px 10px;
    display: inline-block;
    background: #FF9A52 url(../img/cat-icon.png) no-repeat 95% center;
    background-size: 20px 20px;
    width: 170px;
    border: 1px outset #E8E8E8
}

/*---------FOOTER  ----------*/

#footer #bottom-bar{
   background-color: #0096bc;
    color: #fff;
    height: 40px;
    position: relative;
    padding: 10px 0;
    text-align: center;
}
#footer #menu-block{
    min-height: 150px;
    background-color: white;
    margin-top:15px;
    -webkit-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
}
#footer #menu-block .block{
    display: inline-block;
    vertical-align: top;
    padding: 30px 30px;
    width: 20%;
    line-height: 30px;
}
#footer #menu-block .block .title{
    font-weight: bold;
}

#footer #menu-block .block ul{
    list-style: none ;
}
#footer #menu-block .block ul li a{
    color: #6B6B6B;
}

/*---------PRODUCTS ---------*/
.products{
    text-align: center;
    padding:10px 0;
    background-color: white;
}

.product-box{
  width: 18.4%;
  height: 320px;

  display: inline-block;
  margin: 0.3%;
  margin-bottom: 0.4%;
  background-color: #FFFFFF;
  vertical-align: top;
  position: relative;
  padding: 20px 0;


}


.product-box a{
    color: black;
}

.product-box .pic{
    text-align: center;
    overflow: hidden;
    height: 180px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-box .pic img{

    max-width: 90%;
    max-height: 160px;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    overflow:hidden;

}
.product-box:hover .pic img{
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
	 overflow:hidden;
}

.product-box .title{
    height: 42px;
}
.product-box .title h3{
     font-size: 14px;
     color: black;
     font-weight:normal;
}
.product-box .price {
    font-size: 16px;
    color: black;
    padding: 5px 0;
}

.product-box .price h3{
     font-size: 14px;

     font-weight:normal;
     display: inline-block;
}
.product-box .price .b1{
     display: inline-block;
}
.product-box .price .b1 span{
    font-size: 18px;
    font-weight: bold;
    color: #00994F;
    padding: 0 5px;
}
.product-box .orderbtn{
    width: 60%;
    position: absolute;
    bottom:0;
    right:25%;
    font-weight: bold;

}
.product-box:hover .orderbtn{
    color:#FF7700;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.product-box .text{
    height: 180px;
}
.product-box .text .name{
    font-size: 24px;
    max-width: 100%;
    max-height: 200px;
    padding: 30% 0;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    overflow:hidden;
}
.product-box:hover .text .name{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
	 overflow:hidden;
     color:  #FF7700;
}


#product-category{
}
#product-category .products{
    width: 80%;
    float: left;
}
#product-category .sidebar{
    width: 20% !!important;
    float: right;
    vertical-align: top;
    padding-left: 10px;
}
#product-category .sidebar #sidebar-wrap{
    vertical-align: top;
}

#product-category #categories{
    text-align: center;
    padding: 0;
    background-color: white;

}
#index-page #product-category #categories{
    background-color: white;
}
#index-page #content{
    background-color: #E8E8E8;
    text-align: right;
}

#product-category div.main-title{
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #CECDCD;
}
#product-category #categories div.main-title{
    border-bottom:none;
}

#product-category div.main-title h2{
    font-size: 16px;

}
#category-page #product-category div.main-title{

}

#product-category #categories .item
,#product-category #categories .item .img-bg
,#product-category #categories .item .img
,#product-category #categories .item img{
    width: 150px;
}
#product-category #categories .item {
    height: 180px;
}
#product-category #categories .item .img-bg
,#product-category #categories .item .img{
   height: 150px;
}

#category-page #product-category #categories .item
,#category-page #product-category #categories .item .img-bg
,#category-page #product-category #categories .item .img
,#category-page #product-category #categories .item img{
    width: 110px;
}
#category-page #product-category #categories .item {
    height: 140px;
}
#category-page #product-category #categories .item .img-bg
,#category-page #product-category #categories .item .img{
   height: 110px;
}


#product-category #categories .item{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 10px 10px 10px 10px;
    position: relative;
    position: relative;
}


#product-category #categories .item .title{
    font-size: 14px;
    color: black;
    font-weight: bold;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
#product-category #categories .item:hover .title{
    color: #F56600;
}
#product-category #categories .item .img-bg{

    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left:0;
    top:0;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
.bg-gr1{
    background: rgb(255,255,255);
    background: linear-gradient(301deg, rgba(255,255,255,1) 0%, rgba(194,211,233,1) 32%, rgba(232,232,232,1) 93%);
}
.bg-gr2{
    background: rgb(255,255,255);
    background: linear-gradient(126deg, rgba(255,255,255,1) 0%, rgba(194,233,221,1) 32%, rgba(232,232,232,1) 93%);
}
.bg-gr3{
    background: rgb(255,255,255);
    background: linear-gradient(126deg, rgba(255,255,255,1) 0%, rgba(233,229,194,1) 32%, rgba(232,232,232,1) 93%);
}
.bg-gr4{
    background: rgb(255,255,255);
    background: linear-gradient(126deg, rgba(255,255,255,1) 0%, rgba(220,194,233,1) 32%, rgba(232,232,232,1) 93%);
}
.bg-gr5{
    background: rgb(255,255,255);
    background: linear-gradient(126deg, rgba(255,255,255,1) 0%, rgba(233,194,206,1) 32%, rgba(232,232,232,1) 93%);
}
.bg-gr6{
background: rgb(255,255,255);
background: linear-gradient(126deg, rgba(255,255,255,1) 0%, rgba(224,230,255,1) 32%, rgba(232,232,232,1) 93%);
}
#product-category #categories .item .img{
    display: inline-block;
}
#product-category #categories .item:hover .img-bg{
    transform: scale(1) rotate(50deg);

}

#product-category #categories .item img{
    max-height: 100%;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    overflow:hidden;
    position: absolute;
    left:0;
    margin-top:20px;
}
#product-category #categories .item:hover .img img{
    -webkit-transform:scale(1.2); /* Safari and Chrome */
    -moz-transform:scale(1.2); /* Firefox */
    -ms-transform:scale(1.2); /* IE 9 */
    -o-transform:scale(1.2); /* Opera */
     transform:scale(1.2);
     overflow:hidden;
}
#products-block{
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.28);
}

/*---- brands -----*/

#product-category #brands{
    text-align: center;
    padding: 0;
    background-color: #F0F0F0;
}
#product-category #brands .item{
    display: inline-block;
    width: 180px;
    height: 120px;
    text-align: center;

    margin: 10px;
}


#product-category #brands .item .title{
    font-size: 14px;
    color: black;
    font-weight: bold;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
}
#product-category #brands .item:hover .title{
    color: #F56600;
}
#product-category #brands .item .img{
    overflow: hidden;
    height: 70px;
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}
#product-category #brands .item img{
    height: 50px;
    max-width: 100%;
    max-height: 80px;
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -moz-transition: all 0.5s ease; /* Firefox */
    -o-transition: all 0.5s ease; /* IE 9 */
    -ms-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease;
    overflow:hidden;
}
#product-category #brands .item:hover .img img{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
     transform:scale(1.1);
     overflow:hidden;
}
div#page-nav{
    text-align: right;
}
div#page-nav ul li{
    display: inline-block;
    margin: 5px;
}
div#page-nav ul li a{
    color: #8C8C8C;
}
/*--------ADS----------------*/
#ads{
    margin-top: 20px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.28);
    text-align: center;
}
#ads h2{
    font-size: 16px;
}
#ads div.main-title {
    padding: 20px;
    text-align: center;
    border-bottom: 1px solid #CECDCD;
}
#ads #no-ads{
    padding: 10px;
}

/*--------KEYWORDS ----------*/
#keyword-title{
    width: 100%;
    text-align: center;
    background-color: white;

}
#keyword-title #img{
    border-bottom: 2px solid #E0E0E0;
    width: 300px;
    display: inline-block;
    vertical-align: top;
}

#keyword-title #img img{
    max-width: 200px;
    margin: 20px;
}

#keyword-title h1{
    font-size: 44px;
}
#keyword-title h2{
    font-size: 24px;
    display: block;
    color: #6B6B6B;
}

#ads{
    width: 100%;
}
#ads .ad{
    background-color: white;
    margin-top: 20px;
    height: 170px;
    position: relative;
    -webkit-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
}
#ads .ad .location{
    position: absolute;
    top:60px;
    right:0;
    height: 30px;
    width: 10%;
    font-size: 13px;
    padding: 10px 30px;
    text-align: right;
    background: transparent url(../img/icon/location.png) no-repeat 95% center;
    background-size: 20px 20px;
}
#ads .ad .name{
    right:0;
    height: 100px;
    width: 20%;
    font-size: 20px;
    padding: 2.2% 1%;
    text-align: right;
    position: absolute;
    color: #007BBD;
}
#ads .ad .website{
    position: absolute;
    left: 20%;
    height: 100px;
    width: 20%;
    font-size: 20px;
    padding: 35px 40px;
    text-align: center;
    background: transparent url(../img/icon/website.png) no-repeat 5% center;
    background-size: 30px 30px;
    color: #007BBD;
}
#ads .ad .phone{
    position: absolute;
    left: 0;
    height: 100px;
    width: 20%;
    font-size: 20px;
    padding: 35px 40px;
    text-align: left;
    background: transparent url(../img/icon/phone.png) no-repeat 5% center;
    background-size: 30px 30px;
    color: #007BBD;

}
#ads .ad .text{
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
    font-size: 14px;
    padding: 15px 1%;
    text-align: right;
    background-color: #E6E6E6;

}
/*----Domain List ----*/
.domain-list .products h2{
    padding: 5px;
    background-color: #E3E3E3;
    width: 100%;
}

.domain-box {
    width: 100%;
    border: 1px solid #cecdcd;
    text-align: right;
    margin-top: -1px;
}
.domain-box:nth-child(odd) {background: #F0F0F0}
.domain-box .name
,.domain-box .persian
,.domain-box .price
,.domain-box .name
,.domain-box .order{
    padding: 5px 10px;
}

.domain-box .name{
    width: 25%;
    display: inline-block;
    text-align: left;
}
.domain-box .name h3{
    font-size:14px;
}

.domain-box .persian{
    width: 25%;
    display: inline-block;
    text-align: right;
}
.domain-box .persian a{
    color: black;
}

.domain-box h3,.domain-box .b1{
    display: inline-block;
}

.domain-box .price{
    width: 25%;
    display: inline-block;
    text-align: right;
}
.domain-box .price h3{
    font-weight: normal;
}

.domain-box .price .b1{
    padding: 0 10px;
    color: #006622;
}
.domain-box .price .b1 span.unit{
    padding: 0 10px;
}

.domain-box .order{
    width: 20%;
    display: inline-block;
    text-align: center;
}
.domain-box .order a{
    color:#006CE0;
}

.domain-box .order #order-btn{
    padding: 0;
    width: auto!important;
}

/*-----DOMAIN---------*/
#domain{
    text-align: center;
    width: 100%;
    background-color: white;
}

#domain ul#top{
    background-color: #C9C9C9;
    height: 40px;
}
#domain ul#top li{
    display: inline-block;
    padding: 5px 10px;
}
#domain ul#top li a{
    color: black;
    font-weight: bold;
}
#domain #wrap{
    padding: 5% 0;
}

#domain #title{
    font-size: 28px;
    width: 100%;
    text-align: center;
}
#domain #title h2{
    color: #8A8A8A;
}

#domain #name{
    font-size: 68px;
    width: 100%;
    text-align: center;
}
#domain #name a{
    color: #00466B;
}

#domain #price{
    font-size: 28px;
    padding: 30px;
}
#domain #price #digit
,#domain #price #unit{
    color: #007512;
}
#domain #holder span#holder-title{
    font-weight: bold;
}
#domain #order-btn{
    background-color: #FF7700;
    width: 200px;
    padding: 10px;
    display: inline-block;
}
#domain #order{
    color: black;
    font-weight: bold;
}
#domain #desc{
    width: 100%;
    background-color: #C9C9C9;
    padding: 20px 0;
    margin-top: 40px;
    text-align: right;
}
#domain #links{
    background-color: #DBDBDB;
}
#domain #links a{
    color: #616161;
}
#domain #links p{
    display: inline-block;
}
#domain div.photo{
    float: right;
    margin: 0 0 30px 30px;
    width: 300px;
}

/*-------- PRODUCT PAGE -----------*/
#product-page #product{
    background-color: transparent;
    width: 100%;
    min-height: 200px;
}
#h1{
    width: 100%;
    text-align: center;
    padding: 0 0 25px 0;
    font-size: 16px;
}
#h1 #img{
    display: inline-block;
    width: 100px;
    text-align: center;
}
#h1 #img img{
    width: 80px;
}
#h1 h1{
    font-size: 32px;
}
#h1 h2{
    font-size: 16px;
    color: #999999;
    display: block;
}
#product-page #product #product-info{
    background-color: white;
    padding-bottom: 30px;
}

#product-page #product #photo{
    direction: ltr;
    float: right;
}
#product-page #product #photo .show{
    display: flex;
    justify-content: center;
    align-items: center;
}

#product-page #product #data{
    width: 65%;
    min-height: 300px;
    float: right;
    padding: 30px 0;
    line-height: 35px;
    font-size: 14px;
    text-align: right !important;
}
#product-page #product #data div{
    display: inline-block;
    width: 100%;
}

#product-page #product #data div span.title{
    color: #636363;
    padding: 0 10px;
}

#product-page #details {display: block;padding:50px 0;}
#product-page #details .title {padding: 10px;background-color: #E6E6E6;}
#product-page #details tr td:first-child {width: 200px;}
#product-page #details tr td {border-bottom: 1px solid #DADADA; padding:5px 10px;background-color: #EDEDED;}

#product-page #details td.title{
    background-color: #CFCFCF;
    font-weight: bold;

}

#product-page #content{
    text-align: right;
    font-size: 15px;
}
#product-page #product-specification td{
    text-align: right !important;
}

#sellers{
    width: 100%;
    min-height: 100px;
    margin-bottom: 20px;
    text-align: right !important;  
}
#sellers #title{
    background-color: #E6E6E6;
    padding: 20px;
    font-weight: bold;
}

#sellers .seller{
    width: 100%;
    height: 90px;
    -webkit-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    -moz-box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    box-shadow: 0px 0px 05px rgba(0,0,0,0.28);
    margin-top:10px;
    padding: 0 20px;
    font-size: 15px;
    background-color: white;
}
#sellers .seller a{
    color: inherit;
}

#sellers .seller .name
,#sellers .seller .price-update
,#sellers .seller .guarantee
,#sellers .seller .order-type
,#sellers .seller .price{
    display: inline-block;
    padding: 30px 10px;
    vertical-align: top;
    float: right;
}
#sellers .seller .name{
    width: 17%;
    background: white url(../img/icon/shop.png) no-repeat 100% center;
    background-size: 30px 30px;
    padding-right: 40px;
    height: 90px;

}
#sellers .seller .name .loc{
    font-size: 12px;
}

#sellers .seller .name a{
    color: black;
}
#sellers .seller .name a:hover{
    color: #FF7700;
}

#sellers .seller .price-update {
    width: 17%;
}
#sellers .seller .guarantee {
    width: 12%;
}
#sellers .seller .order-type {
    width: 17%;
}
#sellers .seller .price{
    font-weight: bold;
    width: 20%;
    text-align: center;
    float: left;
}
#sellers .seller .price h2{
    font-size: 18px;
}

#sellers .seller .price span.digit
,#sellers .seller .price span.unit{
    font-size: 24px;
    color:#009439;
    font-weight: bold;
}

#sellers .seller .order-btn{
    display: inline-block;
    left:0;
    background-color: #FF7700;
    padding: 15px 30px;
    font-weight: bold;
    float: left;
    margin-top: 17px;
}
#sellers .seller .info-btn{
    display: inline-block;
    left:0;
    background-color: #00B4E0;
    padding: 15px 30px;
    font-weight: bold;
    float: left;
    margin-top: 17px;
}
#sellers .noseller{
    padding: 20px;
}

/*-------SHOP PAGE -----------*/
#shop-page{
    width: 100%;
    background-color: white;
}
#shop-page a{
    color:black;
    font-weight: bold;
}
#shop-page a:hover{
    color: #FF7700;
}

#shop-page .title{

}

#shop-page .name{
    background: white url(../img/icon/shop.png) no-repeat 100% center;
    background-size: 60px 60px;
    padding-right: 70px;
    height: 100px;
    padding-top: 25px;
}

#shop-page .row .td1
,#shop-page .row .td2{
    display: inline-block;
    padding: 15px;
}

#shop-page .row .td1{
    width: 10%;
}
#shop-page .row:nth-child(odd) {background: #FFF;}
#shop-page .row:nth-child(even) {background: #EDEDED;}

/*------PAGE --------------*/
#page{
    background-color: white;
    width: 100%;
    padding: 20px;
}
#page #title{
    text-align: center;
}

#page-content ul {
    padding :0 30px;
}
#page-content{
    padding: 10px 0;
    line-height: 35px;
    font-size: 16px;
}


.sidebar {float: right;margin: 50px 0;min-height: 100px;width: 20%;z-index: 1000}
.sidebar1,.sidebar2 {width:100%;min-height: 94px;border:1px solid #cecdcd;direction:rtl;padding:0 5px 10px ;margin-bottom: 30px;}
.sidebar1 p,.sidebar h2{color:#3e3e3e;padding:10px 5px;border-bottom:2px double #cccccc;font-size: 18px;width:100%;}
.sidebar1 ul{list-style:none !important;}
.sidebar1 #nav{width: 100%;list-style: none !important;direction: rtl;text-align:right}
.sidebar1 #nav > li{
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

.sidebar1 #nav li li ul {}
.sidebar1 #nav a.selected {color: #345966;}
.sidebar1 #nav li li ul li a:before,.sidebar1 #nav li li ul li a.active:before{ }
.sidebar1 #nav  li.dropdown > a:before {content: url(../img/icon/arrow-down.png);position: absolute;right: 12px;top:6px;font-size: 23px;color: #345966;}
.sidebar1 #nav  li.dropdown > a.active:before {content: url(../img/icon/arrow-up.png);}
.sidebar1 #nav  li.active ul {display:block; }
.sidebar1 #nav li {display: block;line-height: 22pt;color: #000;margin-top: 5px;padding-right: 33px;font-size: 15px;position: relative;}
.sidebar1 #nav li a{color:#3e3e3e;}
.sidebar1 #nav li ul{display: none;-webkit-padding-start: 0px;margin: 0px auto;margin-right: -21px;}
.sidebar1 #nav li ul li{margin-bottom: 0px;position: relative;}
.sidebar1 #nav li ul li a{color: #000;}
.sidebar1 #nav li ul li a:before{font-family: FontAwesome;content: url(../img/icon/nav-checkbox.png);position: absolute;right: 10px;top: 0;font-size: 26px;  }
.sidebar1 #nav a.selected{color: black;}
.sidebar1 #nav li ul li a.selected:before{font-family: FontAwesome;content: url(../img/icon/nav-checkbox-selected.png);position: absolute;right: 10px;top: 0;}
.sidebar1 #nav li ul li a:hover{color: #007A99;}
.sidebar1 #nav li ul li a:hover:before{font-family: FontAwesome;content: url(../img/icon/nav-checkbox-hover.png);position: absolute;right: 10px;top: 0;}
.sidebar .sidebar2{
    background-color: #F7F7F7;
}
.sidebar .sidebar2 ul{
    list-style: none;
}
.sidebar .sidebar2 ul li{
    padding: 7px 0;
    border-bottom: 1px solid #CFCFCF;
}
.sidebar .sidebar2 ul li a{
    color: black;
}

ul.cms-pagination{
    background-color: white !important;
    border: 1px solid silver;
    margin-top: 20px;
    direction: ltr!important;
}
ul.cms-pagination li{
    width: 25px!important;
    height: 25px!important;
    padding: 0 !important;
    background-color: #E3E3E3;
    border: none !important;

}
ul.cms-pagination li.active a{
    background-color: transparent !important;
}
ul.cms-pagination li.active{
    background-color: #0096BC !important;
}
ul.cms-pagination li#total{
    width: 100px!important;
    background-color: transparent;
}

