/* -------------------------------------------------------------- Box Product -------------------------------------------------------------- */
.borderline-top{
    border-top: 1px solid #e4e4e4;
}
.magin-down{
    margin-bottom: 50px;
}
.padding-top{padding-top: 15px;}
.category-title{
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 200;
}
.box-categories img{
   max-width: 100%;
}
.more{
    padding-top: 20px;
    text-align: center;
}

.box-categories div{
   margin: 3px 8px 10px 30%;
  -webkit-box-shadow: 0px 3px 3px 1px rgba(184,184,184,1);
  -moz-box-shadow: 0px 3px 3px 1px rgba(184,184,184,1);
  box-shadow: 0px 3px 3px 1px rgba(184,184,184,1);
}
.box-product{
    -webkit-box-shadow: 1px 2px 10px 2px rgba(230,216,216,1);
-moz-box-shadow: 1px 2px 10px 2px rgba(230,216,216,1);
box-shadow: 1px 2px 10px 2px rgba(230,216,216,1);
}
.box-product-outer {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 0px;
    
}

@media (min-width: 768px ) {
  .row {
      position: relative;
  }

  .pull-down {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .pull-down-left {
    position: absolute;
    bottom: 0;
  }
}

.init-row{position: initial}

.tab-content .box-product-outer { margin-bottom: 0 }
.box-product-slider-outer { padding: 10px }
.box-product .img-wrapper {
    position: relative;
    overflow: hidden
}
.box-product .img-wrapper > :first-child {
    position: relative;
    display: block
}
.box-product .img-wrapper > a > img { width: 100% }
.box-product .img-wrapper .tags:hover {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl
}
.box-product .img-wrapper .tags-left {
	right: 0;
	direction: ltr
}
.box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 1px 0 0 0;
    text-align: left;
    opacity: .92;
    filter: alpha(opacity=92);
    direction: ltr
}
.box-product .img-wrapper .tags > .label-tags:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.box-product .img-wrapper .tags > .label-tags a:hover { text-decoration: none }

.img-wrapper .tags {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl
}

.box-product .img-wrapper .tags-left {
    left: 0;
    direction: ltr
}

.box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 1px 0 0 0;
    text-align: left;
    opacity: .92;
    filter: alpha(opacity=92);
    direction: ltr
}

.box-product .img-wrapper .tags > .label-tags:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.box-product .img-wrapper .tags > .label-tags a {
    color: white
}

.box-product .img-wrapper .tags > .label-tags a:hover {
    text-decoration: none
}
.box-product .img-wrapper > .option {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: auto;
    height: 28px;
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(9, 54, 97, .55)
}
.box-product .img-wrapper .option > a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    color: #FFF
}
.box-product .img-wrapper .option > a:hover, .more a:hover,
.box-product .img-wrapper .option2 > a:hover{
    text-decoration: none;
}
.box-product .img-wrapper:hover > .option {
    top: 50%;
}
.box-product .img-wrapper > .option2 {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: auto;
    height: 28px;
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: left;
    vertical-align: middle;
}
.box-product .img-wrapper .option2 > a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    color: #FFF
}

.box-product .img-wrapper:hover > .option2 {
    top:0;
}
.box-product h6 a { line-height: 1.4 }
.product-type-text{
    margin-top: 10px;
    font-weight: 300;
    font-size: 20px;
}
.product-best-text{
    font-weight: 300;
    font-size: 20px;
}
.btn-default{
    color: #939393 !important;
}
.best-product-detailes{
    color: #939393 !important;
}
.rating i { color: #fc0 }


.price {
    margin-bottom: 5px;
    font-size: 18px;
    color: #666 
}
.price .price-down {
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    background: #f44336
}

.price-old {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 100px;
    margin-bottom: 10px;
    color: #666;
    font-weight: 200;
}
.price-old:before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    border-bottom: 1px solid #666


}

.pname {
    text-overflow: clip;
    max-height: 30px;
    overflow: hidden;
}
/* -------------------------------------------------------------- End of Box Product -------------------------------------------------------------- */
