.navbar-top{
    background-color : #391C6A;
    border-radius: 0;
    margin-bottom: 0
}

.navbar-top li a{
    color: #fff;
}
.navbar-top li a:hover , .navbar-top li a:active , .navbar-top li a:focus {
    background-color: transparent !important;
    color: #ccc;
}
.btn-link{
    color: #fff;
    text-decoration: none !important
}
.btn-link:hover{
    color: #ccc
}

.navbar-main{
    background-color : #E8E8E8;
    border-radius: 0;
    margin-bottom: 0
}

.navbar-main li a{
    color: #333333;
}
.navbar-main li a i{
    line-height: 15px;
    margin-left: 8px;
    font-size: 14px;
}

.dropdown-menu {
    padding-top: 20px;
    padding-bottom: 0
}
.dropdown-menu img {
    margin: auto;
    margin-top: 15px;
}
.dropdown-menu li{
    line-height: 32px;
}
.dropdown-menu li a{
    color: #666;
    margin-right: 15px;
    position: relative
}
.dropdown-menu li a:before {
    position: absolute;
    content: "-";
    right: -7px;
    color: #888;
}
.dropdown-menu li.show-all a{
    margin-right: 0px;
    background: #F5F5F5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.dropdown-menu li.show-all a:before {
    display: none
}
.dropdown-menu li a:hover{
    color:#000
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.navbar-main .navbar-header .navbar-toggle .icon-bar {   
    background: #00B74D; 
}
.main-top{
    min-height: 100px;
    background-color: #4E2691;
    background-image: url("../img/pattern.png");
    background-size: 15%;
    background-repeat: repeat-x;
    background-position: center;
    padding-top: 10px;
    padding-bottom: 20px;
}


.img-logo{
    width: 40%;
}



.cart-class-top{
    text-align: left;
    margin-top: 22px;
    margin-bottom: 22px;
}
.cart-class-top a{
    background-color: #00B74D;
    color: #fff;
    border-radius: 4px;
    padding: 3px 8px;
}

span.cart{
    border-right: 1px solid #eee;
    padding-right: 10px;
}
.num-cart{
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
}
span.cart i{
    font-size: 13px;
}

.slider{
    margin-top: 10px;
    margin-bottom: 10px;
}


.flex-parent {
    height: 353px;
    margin: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}
.flex-child a{
    color: #fff;
}
.flex-child{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    font-weight: 400;
    text-shadow: 0 2px 3px rgba(0,0,0,0.5);
    height: 100%;
    margin-bottom: 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.flex-child:hover{
    background: #dfdfdf !important
}


.slides--titles li{

}
.slides--titles{
    border-bottom: 2px solid #dadada;
    border-left: 1px solid #dadada;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #dadada;
}
.slides--titles .title--active{
    background: #FFC70C !important
}


.title-section{
    background-color: #fdf9ed;
    color: #ff5a00;
    background-image: url("../img/theme/separator-for-bala-mahsool.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
    padding: 10px 20px 10px 10px;
    margin-bottom: 0
}

.top-new-product .title-section{
    background-color: #FDF3EC;
    color: #D32C2B;
    background-image: url("../img/theme/separator-for-zire-mahsool.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 90% auto;
    padding: 10px 20px 10px 10px;
    margin-bottom: 0;
    margin-top: 30px;
}



.loadslick{
    background-image: url('../img/loading2.gif');
    background-repeat: no-repeat;
    background-position: center;
    min-height: 407px
}

.slick-top-sale{
    display: none;
}



.cart-product:hover{
    background: #F8F6FB;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}
.cart-product{
    transition: 0.2s;
    font-weight: bold;
    margin: 0 10px 10px;
    min-height: 270px;
    /*padding: 35px;*/
    position: relative;
    text-align: center;
}

.cart-product:after{
    background-image: url("../img/theme/seperator-for-mahsool.png");
    background-size: contain;
    content: "";
    display: block;
    height: 170px;
    left: -11px;
    position: absolute;
    top: 20px;
    width: 1px;
}
.cart-product img{
    box-shadow: 0 0 13px rgba(0,0,0,0.10);
    margin: auto;
    height: 232px;
    margin-bottom: 10px;
}

.page-into .cart-product{
    max-height: 260px;
}
.page-into .cart-product img{
    max-height: 160px;
}

.cart-product span{
    /*bottom: 14px;*/
    color: #000;
    /*position: absolute;*/
    right: 0;
    text-align: center;
    width: 100%;

    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}





.cat .cart-product{
    transition: 0.2s;
    font-weight: bold;
    margin: 0 10px 10px;
    /*min-height: 320px;*/
    /*padding: 35px;*/
    position: relative;
    text-align: center;
}




















.arrow {
    background: #fff;
    color: #000;
    height: 54px;
    left: 0;
    margin-top: -27px;
    opacity: 0.2;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease-out 0s;
    width: 44px;
    z-index: 4;
    cursor: pointer;
}
.arrow:hover {
    opacity: 0.5;
}
.arrow--left {
    right: auto;
    left: -45px;
}
.arrow--right {
    left: auto;
    right: -45px;
}
.arrow::before {
    border: 14px solid transparent;
    margin-top: -14px;
    right: 16px;
    transition: opacity 0.2s ease-out 0s;
    width: 0;
}
.arrow::after, .arrow::before {
    content: " ";
    height: 0;
    left: auto;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transition: opacity 0.2s ease-out 0s;
}
.arrow::after {
    border: 10px solid transparent;
    margin-top: -10px;
    right: 15px;
    transition: opacity 0.2s ease-out 0s;
    width: 0;
}
.arrow--left::before {
    border-right-color: #fff;
}
.arrow--left::before, .arrow--left::after {
    border-right-color: #000;
}
.arrow--right::before, .arrow--right::after {
    border-left-color: #000;
    right: 0;
}
.arrow--right::before {
    border-left-color: #000;
    left: 16px;
}


.arrow--left::after {
    border-right-color: #fff;
}
.arrow--right::after {
    border-left-color: #fff;
    right: 9px;
}




footer{
    min-height: 200px;
    background-color: #4E2691;
    color: #fff;
    position: relative;
    font-size: 12px;
    padding-top: 50px;
    padding-bottom: 100px;

}
footer i{
    font-size: 21px;
}
.minimal-p p{
    margin-bottom: 5px;
}
ul.ulfoot{
    padding: 0;
    list-style: none;
    text-align: center
}
ul.ulfoot li a{
    color: #fff;
}
footer .col-md-3, footer .col-md-4{
    background-image: url("../img/theme/separator-on-footer.png");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 150px;
}
.copyright{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333333;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.socials{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 30px;
    text-align: center;
}

ul.socials li img{
    height: 16px;
    margin: 8px auto auto;
    width: 16px;
}

ul.socials li {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    margin-left: 3px;
    transition: 0.1s ease-in;
}
ul.socials li:hover {
    background: #00B74D
}

.breadcrumb{
    background-color: transparent
}
.brc{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
    z-index: 3
}
.brc .breadcrumb{
    margin-bottom: 0;
    padding: 2px 15px;
}




/*page product*/
.product{
    margin-top: 30px;
}
.product .item{
    margin: 10px;
}
.product .item img{
    width: 100%;
    max-height: 375px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1)
}
.thumb.borb:first-child{
    margin-top: 10px;
}
.thumb.borb{
    margin-bottom: 25px;
    cursor: pointer
}
.thumb.borb img{
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.1)
}

.through{
    text-decoration: line-through;
}
.off-th{
    margin-right: 20px;
    color: red
}
.tt1 , .tt2 , .price{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
}

.title-produc{
    background: #F4F4F4;
    position: relative;
    z-index: 1;
    padding-top: 20px;
    padding-bottom: 20px;
}
.title-produc h4{
    color: #622D97;
    font-size: 111%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.small-content{
    height: 230px;
}

.nav-tabs.nav-justified > li > a{
    border-radius: 0; 
    border: none;
    box-shadow: 0 2px 2px #cccccc;
    color: #000000;
}
.nav-tabs.nav-justified > li > a:hover , .nav-tabs.nav-justified > li > a:focus , .nav-tabs.nav-justified > li > a:active{
    background-color: transparent;
}
.nav-tabs.nav-justified > li.active a , .nav-tabs.nav-justified > li.active a:hover , .nav-tabs.nav-justified > li.active a:active , .nav-tabs.nav-justified > li.active a:focus{
    border-top:3px solid #5FCF39;
    border-bottom: 1px solid #FAFAFA;
    border-radius: 0;  
    background-color: #FAFAFA;
    box-shadow: inset 0 2px 2px rgba(0,0,0,0.09);
    border-right: 0;
    border-left: 0;
    color: #000;
    font-weight: bold;
}

.image-product{
    margin-top: -122px;
    position: relative;
    z-index: 3
}
.product-title{
    position: relative;
}
.product-favorite{
/*    position: absolute;*/
    top: 50px;
    left: 0;
    /*text-align: left;*/
}


.favorit{
    color: #5D5D5D;
    font-size: 16px;
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.favorit i{
    font-size: 20px;
    /*color: #fff;*/
}

.valign-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 500px;
    width: 100%;
}

.valign {
    text-align: center !important;
    width: 100%;
}



.filtering{
    display: none;
    background-color: #F2F2F2;
    padding: 10px;
    border-radius: 3px;
    margin-top: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12);
    color: #3c3c3c;
}
.filtering label{
    font-weight: 100;
    font-size: 12px;
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cat .col-md-3{
    padding-right: 0;
    padding-left: 0;
}

ul.pagination li a{
    cursor: pointer;
}




/*input label*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0px 0px 0px 2px;
    vertical-align: middle;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border-radius: 3px;
}

input[type="checkbox"]:checked + label span {
    position: relative;
    border: 1px solid #391C6A;

}

input[type="checkbox"]:checked + label span:after {
    background: #5A3598;
    content: "";
    display: block;
    height: 14px;
    left: 0;
    margin-left: 1px;
    margin-top: 1px;
    position: absolute;
    width: 14px;
    border-radius: 3px;
}

/*boxs*/
ul.cart-class li.select-boxs {
    cursor: pointer;
    list-style: none;
    padding: 0;
    margin-top: 8px;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

ul.cart-class li.select-boxs {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 6px;
    padding-left: 6px;
    margin-left: 15px;
}

ul.cart-class li.select-boxs.active {
    border: 1px solid rgba(0, 0, 0, 1);
    position: relative;
}

ul.cart-class li.select-boxs.active:before {
    bottom: 0;
    content: "\f154";
    display: block;
    font-family: "Flaticon";
    height: 25px;
    left: 0;
    position: absolute;
    width: 20px;
}

/*select-color*/
.colors {
    margin-top: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: right;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

ul.cart-class {
    list-style: none;
    padding: 0;
}

ul.cart-class li.select-color {
    display: inline-block;
    margin-left: 15px;
    margin-top: 8px;
    border-radius: 100%;
    height: 22px;
    position: relative;
    width: 22px;
}

ul.cart-class li.select-color span {
    border-radius: 100%;
    display: block;
    height: 22px;
    position: relative;
    width: 22px;
}

ul.cart-class li.select-color span::after {
    background-color: transparent;
    border: 1px solid;
    border-radius: 100%;
    content: "";
    display: block;
    height: 30px;
    position: absolute;
    right: -4px;
    top: -4px;
    width: 30px;
    opacity: 0.3
}

ul.cart-class li.select-color:hover span::after {
    opacity: 1
}

ul.cart-class li.select-color.active span::after {
    border: 2px solid;
    opacity: 1
}

.col-md-2.namad > img
{
    width:50%;
    float:right;
}
.item-filter.submenu
{
margin-right:15px;
}
.item-filter.submenu label
{
font-size:12px;
}

.product-box
{
    margin-top: 20px;
    bottom: 0 !important;
}
.old-price strike
{
    color: red;
}
.old-price
{
    float: right;
    font-size: 13px;
    width:auto !important;
}
.product-price
{
    width: auto !important;
    font-size: 11px;
}

.navbar-top .navbar-header
{
    display: none;
}


.addtocart {
    background: #5aba73 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    height: 36px;
    line-height: 36px;
}
.addtocart > span
{
    color: #ffffff;
    margin-right: 17%;
    text-align: right;
}

.addtocart .fa.fa-shopping-cart
{
    float: right;
    font-size: 17px;
    margin-top: 9px;
    padding-left: 17px;
}
.addtocart:hover {
    background: #017E22 none repeat scroll 0 0;
}

.modal-dialog
{
    width:720px;
}
.top-login
{
    color: #fff;
    cursor: pointer;
    margin-top: 12px;
}
img{.img-responsive();}

.top-banner > img {
    margin-right: 2.7%;
    margin-top: 10px;
    width: 94.7%;
}

/*******************************************News Css************************/
.latest-news li {
    border-bottom: 0.5px solid #cfcfcf;
    height: 54px;
    list-style: outside none none;
}
.truncate > a {
    line-height: 2 !important;
}
.news-list img {
    width: 40%;
}
.news-list img
{
    width: 90%;
}
.well.col-lg-9.col-md-9.col-sm-12.col-xs-12.news-list
{
    padding:20px 0 0;
}
.news-list .list-inline.list-unstyled > li
{
    font-size: 12px;
}
.news-content
{
    border-bottom: 1px solid #4e2691;
    font-size: 12px;
    margin-right: 25%;
}
.main-content {
    padding-top: 11px;
}

/*******************************************Landing page for pre buy form****
****************************************************************************/
.l-left-sec.col-md-6.col-sm-12.col-xs-12 {
    background-color: #F7F7F7;
    border-radius: 9px;
    margin-top: 20px;
    padding: 10px 35px;
}
.l-left-sec {
    background-color: #F7F7F7;
    border-radius: 9px;
    margin-top: 20px;
    padding: 10px 35px;
}



.centered-form .panel{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;
}
.l-left-sec .panel-body {
    padding: 5px 25px;
}
.l-left-sec .fa.fa-check {
    color: #906854;
}
.l-main.col-md-8.col-sm-12.col-xs-12
{
    border-radius: 10px;
    background: #f7f7f7;
    margin-top: 20px;
}

.col-md-12.product-title > h4 {
    float: right;
}
.exist {
    color: green;
    font-weight: bolder;
}

h1.mag-Single {
    font-size: 20px;
}
/*********************************************************************/

.main-modal img {
    display: block;
    max-width: 100%;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    margin-top: 90px;
    position: absolute;
    top: 50%;
    width: 400px;
}

.popup1 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
}
.popup1 img {
    height: autho;
    left: 50%;
    margin-left: -200px;
    margin-top: -159px;
    position: absolute;
    top: 50%;
    width: 480px !important;
}
.option-count {
    width: 60px;
    margin-right: 10px;
}
.danger-checkout
{
    font-weight: bold;
    font-size: 14px;
}

.package-prd-wrap {
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-top: 10px;
    padding: 8px;
}

.row.col-md-12.package-prd-wrap.zerocount {
    background: #e28e8e;
}

.warning-note {
    font-weight: bold;
    text-align: center;
}
.transfer-type {
    background: #e0e0e0;
    padding: 5px;
    border-radius: 5px 5px 0 0;
}

.delivery-info {
    background: rgb(238,239,244);
    background: radial-gradient(circle, rgba(238,239,244,1) 0%, rgba(147,172,179,1) 100%);
    margin-top: 5px;
    line-height: 1;
    border-radius: 5px;
}
