.swTopproductDiv{
    width: 100%;
    margin-top: 3em;
}
/*.productmainDiv{
max-width: 25%;
display: inline-block;
padding: 20px;
min-width: 300px;
}*/
/*.productmainDiv{
    max-width: 25%;
    display: inline-block;
    min-width: 300px;
    bottom: -8px;
    left: 0;
    width: 22%;
    position: relative;
    padding: 10px;
    margin: 0 0 40px 0;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-sizing: border-box;
    margin-right: 1%;

}*/

/*.addToShoppingCart{
   display: none; 
}*/
.productmainDiv{
    /*float: left;*/
    width: 22%;
    position: relative;
    padding: 10px;
    margin: 0 0 40px 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1%;
    display: inline-table;
    min-width: 269px;

}
.productmainDiv:before {
    bottom: -4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
    background-color: #4536c7;
}
.prQtyDiv {
    display: none;
}
.productmainDiv:after {
    bottom: -8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 96%;
}
.productmainDiv1{
    text-align: center;
    padding: 1em 0;
    border-bottom: 3px solid #f8c51c;
}
.productmainDiv .p-mask{
    opacity: 0;
    /*visibility: hidden;*/
    background: rgba(0, 0, 0, 0.72);
    bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    width:84%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
    margin-bottom:58%;
    margin-left: 4%;
}
.productmainDiv:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li {
    display: inline-block;
    margin-right: 12px;
}
ul.social-icons li a{
    color:#fff;
}
.coGruopproduct {
 width: 100%;
    cursor: pointer;
    color: white;
}
.th{
   background-color: #2d0dc0;
   
}
.prPriceDiv {
    text-align: center;
    color: #10936c;
    padding-top: 10px;
  
}
#contBuyBtn {
    background-color: #4536c7;
    color: white;
}
.prTitleSpan a{
    color: white;
}
.detail{
     width: 100%;
    cursor: pointer;
    background-color: #5846f9;
color: white;
}
div .productmainDiv{
    text-align:right;
}
div .productabstarctDiv{
    margin-right: 36%;
    text-align: right;
}
div .productDatespan{
    display:none;
}

div .productDisCount{
    color:red;
    text-align: right;
}
div .productPrePrice{
    color:green;
    text-align: right;
}
div .productRemTime{
    display: none;
    color:royalblue;
    text-align: right;
}
#hierarchyListDiv .heading{
    background-color: #ffbb05;
    /* line-height: 84px; */
    margin-bottom: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*float: right;*/
    /*        margin-bottom: 26px;*/
}
#hierarchyListDiv{
    float: right;
    width: 21%;
    /*min-width: 37%;*/
    margin-right: 1%;
}
#hierarchyListDiv a{
    color: black;
}
.topproductDiv {
    text-align: left;
}
.prDisCountDiv{
    direction: rtl;
}
.prDisCountDiv{
    direction: rtl;
}
.prPrePrice{
    direction: rtl;
}