@font-face {
    font-family: 'ralewayregular';
    src: url('raleway-regular-webfont.eot');
    src: url('raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('raleway-regular-webfont.woff') format('woff'),
         url('raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
   font-family: 'ralewayregular', sans-serif !important;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1, h2, h3, h4, h5, h6, p{
    color: #444;
}
/* default font size */
.fa {
    font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
    font-size: 33px;
}
h2 {
    font-size: 27px;
}
h3 {
    font-size: 21px;
}
h4 {
    font-size: 15px;
}
h5 {
    font-size: 12px;
}
h6 {
    font-size: 10.2px;
}
a {
    color: #772081;
}
a:hover {
    text-decoration: none;
}
legend {
    font-size: 18px;
    padding: 7px 0px
}
label {
    font-size: 12px;
    font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}
.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #e7eaea;
}


/* top */

.top-header{
    border-bottom: 1px solid #ddd;
}

.top-header ul{
    padding: 0;
    list-style: none;
    margin: 0 0 0;
} 

.top-header ul li{
    display: inline-block;   
} 

.top-header ul li a{
    color: #772081;
    text-decoration: none;
    font-size: 1em;
    padding: 0px 8px;
    font-weight: 600;
    letter-spacing: 1px;
} 


#top {
    background-color: #772081;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 0px 0;
    min-height: 40px;
}
#top .container {
    padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
    color: #666;
    text-decoration: none;
    font-size: 1em;
    padding: 2px 6px;
}

#top-links li{   
    line-height: 6px;
}

.goog-te-gadget-icon{
    width: 19px ! important;
    height: 19px ! important;
}

#top .btn-link:hover, #top-links a:hover{
    color: #772081;
    text-decoration: underline;
    cursor: pointer;

}
#top-links .dropdown-menu a {
    text-shadow: none;
}
#top-links .dropdown-menu a:hover {
    color: #FFF;
}
#top .btn-link strong {
    font-size: 14px;
        line-height: 14px;
}
#top-links {
    padding-top: 8px;
    float: right;
}
#top-links a + a {
    margin-left: 15px;
}

/* search */
#search {
    margin-bottom: 10px;
    margin-top: 5px;
}
#search .input-lg {
    height: 32px;
    line-height: 20px;
    padding: 0 10px;    
    border-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
        box-shadow: none;
    font-size: 14px;
    color: #5C5C31;
    font-family: sans-serif;
}

#search .input-lg::placeholder {
  color: #777;
  opacity: 1; /* Firefox */
}

#search .input-lg:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777;
}

#search .input-lg::-ms-input-placeholder { /* Microsoft Edge */
  color: #777;
}
#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 6px 30px;
    height: 32px;
    text-shadow: 0 1px 0 #FFF;
    background: #772081;
    border: 1px solid #772081;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    color: #fff;
}

#search .btn-lg .fa{
    font-size: 18px;
}
/* cart */
#cart {
    margin-bottom: 10px;
    margin-top: 5px;
}
#cart > .btn {
        font-size: 12px;
    line-height: 23px;
    color: #772081;
    text-transform: capitalize;
    font-weight: 700;
    padding: 3px 8px;
    font-family: sans-serif;
}
#cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}
#cart.open > .btn:hover {
    color: #444;
}
#cart .dropdown-menu {
    background: #fff;
    z-index: 1001;
}
#cart .dropdown-menu {
    min-width: 100%;
}

#cart .dropdown-menu .table-striped>tbody>tr:nth-of-type(odd){
    background-color: #fff;
}
@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}
#cart .dropdown-menu table {
    margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
    min-width: 427px;
    padding: 0 10px;
}
@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}
#cart .dropdown-menu li p {
    margin: 20px 0;
    color: #71127e;
}
/* menu */
#menu {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 0%, #e8e8e8 51%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(51%, #e8e8e8), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%, #e8e8e8 51%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #e8e8e8 51%, #ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #e8e8e8 51%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #e8e8e8 51%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    min-height: 40px;
    margin-bottom: 10px;
}

#menu .nav > li > a {   
    padding: 12px 18px;
    text-decoration: none;
    color: #737373;
    font-size: 16px;
    /* text-transform: lowercase; */
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
    background-color: transparent;
    color: #772081;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    min-width: 243px;
    background: #fafafa;
    border-top: none;
    border-radius: 0px 0px 5px 5px;
    padding: 1px 0 1px 0;
    box-shadow: 0 0px 2px #ddd;
    border: 1px solid #eee;
}
#menu .dropdown-inner {
    display: block;
}
#menu .dropdown-inner ul {
    display: block;
}

#menu .dropdown-inner ul li{

    border-bottom: 1px solid #ddd;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 10px 5px 10px 27px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 15px;   
    background: url(/image/nexts.png) no-repeat scroll 2% center;
    background-size: 5%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

#menu .dropdown-inner li a:hover {
    color: #772081;
    background: #ececec url(/image/nexts.png) no-repeat scroll 5%;    
    background-size: 5%;
    
}
#menu .see-all {
    display: block;
    padding: 8px 10px;
    clear: both;
    line-height: 20px;
    color: #772081;
    font-size: 14px;
}
#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #772081;
}
#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
    font-size: 17px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: transparent;
    border-color: transparent;
    border: none;
    box-shadow: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

/* Custom css */

.swiper-viewport{
    box-shadow: none;
}

.container-fluid{
    padding-right: 20px;
    padding-left: 20px;
}

.head-currency{
    float: right;
    color: #666;
    line-height: 17px;
    text-transform: uppercase;
}



.head-currency ul{

}

.head-currency ul li{
    font-size: 14px;
}

.head-currency ul li strong{
    font-weight: normal;
    color: #000;
}

.head-currency ul li a:nth-child(2){
    display: none;
}

.head-currency ul li.c-select{
    font-size: 16px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
}

.head-currency ul li a{
    cursor: pointer;
    padding: 2px 4px;
    color: #999;
}

.categories-list{

}

.categories-list .box-heading{
    -webkit-border-radius: 2px 2px 0px 0px;
    -moz-border-radius: 2px 2px 0px 0px;
    -khtml-border-radius: 2px 2px 0px 0px;
    border-radius: 2px 2px 0px 0px;
    border: 1px solid #581C5F;
    background: #772081;
    background: #772081;
    background: -moz-linear-gradient(top, #772081 0%, #6d097c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#772081), color-stop(100%,#6d097c));
    background: -webkit-linear-gradient(top, #772081 0%,#6d097c 100%);
    background: -o-linear-gradient(top, #772081 0%,#6d097c 100%);
    background: -ms-linear-gradient(top, #772081 0%,#6d097c 100%);
    background: linear-gradient(to bottom, #772081 0%,#6d097c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#772081', endColorstr='#6d097c',GradientType=0 );
    padding: 10px 10px 10px 10px;    
    font-size: 1.5em;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
}

.categories-list .box-content{
    background: #FFFFFF;
    -webkit-border-radius: 0px 0px 2px 2px;
    -moz-border-radius: 0px 0px 2px 2px;
    -khtml-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 15px;
    box-shadow: 0 0 4px #eee inset;
}

.categories-list .box-content ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-right: 5px;
}

.categories-list .box-content ul li{
    list-style-type: square;
    border-bottom: 1px dotted #ddd;
    list-style-position: inside;
    padding: 2px 2px 2px 0px;
    font-size: 16px;
}

.categories-list .box-content ul li:last-child{ 
    border-bottom: none;    
}

.categories-list .box-content ul li a{  
    line-height: 30px;
    font-size: 14px;
    display: inline;
    text-decoration: none;
    color: #333;
}

.categories-list .box-content ul li a.active{   
    font-weight: 600;
}

.categories-list .box-content ul li a:hover{        
    color: #772081;
    text-decoration: underline;
    cursor: pointer;
}


/* Home Banner */

.banner-grid{

}

.banner-grid img{
    margin: 0 auto;
}

.sliderbox{    
    padding: 10px 0;
}

#common-home .sliderbox:first-child{    
    border-top: 1px solid #ddd; 
}

.sliderbox .owl-carousel .owl-item{
    text-align: center;
    padding: 0 0 15px 0;
}

.sliderbox .owl-carousel .owl-item .item{
    text-align: center;
}

.sliderbox .owl-carousel .owl-item:hover .item{
    box-shadow: 0px 1px 4px 2px #f1efef;
}

.sliderbox .owl-carousel .owl-item .item .prodname{
    padding: 14px 0;
}

.sliderbox .owl-carousel .owl-item .item .prodname a{
    color: #666;
    font-size: 14px;
}

.sliderbox .owl-carousel .owl-item .item .price{           
    padding: 0px 0 15px 0;
    font-size: 17px;
    color: #772081;
}

.sliderbox .owl-carousel .owl-item .item .price .price-new{

}

.sliderbox .owl-carousel .owl-item .item .price .price-old{
    text-decoration: line-through;
    color: red;
    padding-right: 20px;
    display: none;
}

.sliderbox .box-title{
    margin: 0 0 26px;
}

.sliderbox .box-title h2{
    margin: 0 0 6px;
}

.sliderbox .box-title a{
    color: #666;
}

.sliderbox .owl-carousel .owl-nav button.owl-prev{
    width: 40px;
    height: 50px;
    top: 30%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 30px;
    display: inline-block !important;
    position: absolute;
    left: 0px;
    background: url(/image/prev.png) no-repeat scroll 5%;
    background-size: 100%;
    font-size: 0;
    opacity: 0.3;
}

.sliderbox .owl-carousel .owl-nav button.owl-next{
    width: 40px;
    top: 30%;
    height: 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    line-height: 30px;
    display: inline-block !important;
    position: absolute;
    right: 0px;
    background: url(/image/nexts.png) no-repeat scroll 5%;
    background-size: 100%;
    font-size: 0;
    opacity: 0.3;
}

.sliderbox .owl-carousel .owl-nav button.owl-prev:focus, .sliderbox .owl-carousel .owl-nav button.owl-next:focus{
    outline: none;
}

.product-grid .product-thumb:hover {
    box-shadow: 0 0 8px #ddd inset;
}

.product-grid .product-thumb:hover .cart button {
    background: #ef8b32 !important;
    color: #fff;
    border: 1px solid #E68127;
}

.product-thumb .caption{
    min-height: 50px;
    text-align: center;
    padding: 0 5px;
}

.product-thumb .caption .price {
    font-size: 15px;
    font-weight: 100;
    color: #444;
    font-family: sans-serif;
    margin: 0;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-grid .cart {
    text-align: center;
}

.product-grid .wishlist button {
    background: #fff;
    box-shadow: none;
    border: none;
    color: #581C5F;
    font-family: arial;
    font-size: 12px;
}

.product-grid .wishlist button i.fa {
    margin-right: 5px;
    color: #666;
}

.product-grid .compare {
    text-align: center;
    margin: 4% 0;
}

.product-grid .compare button {
    background: #fff;
    box-shadow: none;
    border: none;
    color: #581C5F;
    font-family: arial;
    font-size: 12px;
}

.product-grid .compare button i.fa {
    margin-right: 5px;
    color: #666;
}

.product-grid .cart button {
    border: 1px solid #BEBEBE;
    border-radius: 1px;
    background: #fff;
    display: inline-block;
    color: #444;
    padding: 5px 23px 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.product-grid .wishlist {
    text-align: center;
    margin: 4% 0;
}

#product-category .product-thumb .button-group button{
    background-color: #72157e;
    color: #fff;
}

#product-category #content h2{
    margin: 0 0 10px;
}

#product-category #content hr{
    margin-top: 0px;
    margin-bottom: 15px;
}

#product-category #content .product-thumb:hover{
        box-shadow: 0 0 8px #ddd inset;
}

/**/

.customer-stories{
    border-top: 1px solid #ddd;
}

.customer-stories h2 a{
    font-size: 18px;
    color: #444;
}

.customer-stories .costom{
    text-align: center;
    margin-bottom: 1.5%;
    vertical-align: top;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    border: 1px solid #F3F3F3;
    background: #fff;
    padding: 15px 10px 0 10px;
    border-radius: 2px;
}

.customer-stories .costom p {    
    font-style: italic;
    font-size: 14px;
    color: #444;
    text-align: justify;
    font-family: georgia;
}

.customer-stories .costom strong {
    color: #772081;
}

.customer-stories .costom .col1 {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    vertical-align: top;
}

.customer-stories .costom .col1 p {
    font-family: georgia;
    text-align: right;
    padding: 2% 5% 2% 5%;
    font-style: normal;
    line-height: 22px;
    color: #772081;
    display: inline-block;
    border-radius: 2px;
}

#common-home .slideshow0.swiper-pagination{
    display: none;
}

#common-home .swiper-viewport{
    margin: 0 0 3px;
}

.fix-logo{
    display: none;
    position: absolute;
    top: 1px;
    left: 7%;
}

.fix-logo a img{
    width: 52px;
}

#menu.fixedIt .fix-logo{
    display: block;
}

.owl-carousel .owl-nav.disabled{
    display: block ! important;
}

@media (min-width: 768px) {
    
    #menu.fixedIt{
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;
        padding: 8px 0;
        margin-left: 0%;
    }

    /* logo */
    #logo {
        margin: 4px 0 0 30%;
    }  

    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }

    #menu .navbar-nav{
        float: none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
    
}
@media (max-width: 767px) {

    #menu.fixedIt .fix-logo{
        display: none;
    }
    
    .head-currency{
        float: none;
        text-align: center;
    }

    #top-links {        
        float: none;
        text-align: center;
    }

    #top-links ul li:first-child{       
        display: block;
        margin-bottom: 14px;  
    }

    #logo a img{
        width: 25%;
        margin: 5px auto;
    }

    #menu {
        border-radius: 0;
        background: #772081;
    }

    #menu .nav > li > a{
        color: #fff;
    }

    #menu .nav > li{
        border-bottom: 1px solid #744479;
    } 

    #menu .nav > li:last-child{
        border-bottom: none;
    }       

    #menu .nav > li > a.dropdown-toggle:after {
        display: inline-block;
        width: auto;
        height: auto;
        vertical-align: inherit;
        border-top: none;
        border-right: none;
        border-bottom: 0;
        border-left: none;
        color: #fff;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f078";
        position: absolute;
        line-height: 24px;
        right: 15px;
    }

    #menu .nav > li > a:hover, #menu .nav > li.open > a {
        background-color: transparent;
        color: #fff;
    }

    #menu .navbar-toggle{
        padding: 0 0;
        margin-top: 4px;
        margin-right: 8px;
        margin-bottom: 8px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
        border: none;
        box-shadow: none;
    }

    #menu .dropdown-inner ul li{
        border-bottom: 1px solid #744479;
    }

    #menu .dropdown-inner ul li:last-child{
        border-bottom: none;
    }

    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}
/* content */
#content {
    min-height: 400px;
}

/* also-buy-product*/

.also-buy-product{
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.logoproduct{
    margin: 0px 0;
    padding: 30px 0 30px 0;
    float: left;
    width: 100%;
    text-align: center;
}

.logoproduct li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 19%;
    margin: 0;
    padding: 0px 0;
    float: left;
    position: relative;  
    margin-bottom: 20px;
    margin-right: 1%;
}

.logoproduct li a {
    position: relative;
    padding: 20px 0;
    display: block;
}

.logoproduct li a span {
    position: relative;
}

.logoproduct li a img {
    width: 60%;
}

.logoproduct li strong {
    position: absolute;
    bottom: -23px;
    right: 7%;
    margin: auto;
    display: block;
    font-weight: bold;
    color: #999;
}

/* footer */
footer {
    margin-top: 30px;
    padding-bottom: 0px;
    background-color: #fff;
    color: #868686;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}
footer a {
    color: #868686;
}
footer a:hover {
    color: #772081;
    text-decoration: underline;
}
footer h5 { 
    font-size: 20px;
    color: #999;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.floating-icon-whatsapp {
    float: left;
    margin: 0 8px;
    position: fixed;
    bottom: 10px;
    left: 1px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.floating-icon-whatsapp a i {
    color: #fff;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 35px;
}

.bottom-footer{
    background: #F8F8F8;
    background: -moz-linear-gradient(left, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(50%, #f0f0f0), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    background: -o-linear-gradient(left, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    background: -ms-linear-gradient(left, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    background: linear-gradient(to right, #ffffff 0%, #f0f0f0 50%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
    padding: 30px 0 0 0;
}

.bottom-footer .widget{
    text-align: center; 
    min-height: 185px;
}

.primary-color{
    color: #772081;
}

.bdr{
    border-right: 1px solid #D2B3E4;
}

.bdr-grey{
    border-right: 1px solid #949494;
}

.bottom-footer .widget h5{
        font-size: 1.5em;
    color: #333;
    font-weight: 600;
    margin: 0 0 1px;
}

.bottom-footer .widget p{
    color: #772081;
    font-size: 1.1em;
    margin-bottom: 4px;
}

.bottom-footer .widget ul{
    
}

.bottom-footer .widget ul li{
    line-height: 22px;
    color: #333;
    font-size: 1.2em;
}

.bottom-footer .widget ul li a{
    
}

.copyright{
    padding: 12px 0 5px 0;
    border-top: solid 1px #ddd;
}

.copyright .social{

}

.copyright .social ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.copyright .social ul li{
    display: inline-block;
    padding: 0 5px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    background: transparent;
    border: none;
    margin: 0;
    padding: 8px 0; 
}
.breadcrumb i {
    font-size: 15px;
}
.breadcrumb > li {
    text-shadow: none;
    padding: 0 18px 0 0;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}
.breadcrumb > li:after {
    content: '»';
    display: block;
    position: absolute;
    top: 0px;
    right: 5px;
    width: auto;
    height: auto;
    border-right: none;
    border-bottom: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.breadcrumb > li a {
    color: #646565;
}

.breadcrumb > li:last-child:after{
    content: none;
}

.pagination {
    margin: 0;
}
/* buttons */
.buttons {
    margin: 1em 0;
}
.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
    font-size: 9px;
}
.btn-sm {
    font-size: 10.2px;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}
.btn-group > .btn-xs {
    font-size: 9px;
}
.btn-group > .btn-sm {
    font-size: 10.2px;
}
.btn-group > .btn-lg {
    font-size: 15px;
}
.btn-default {
    color: #fff;
    background-color: #772081;
    border-color: #772081;
    box-shadow: none;
}

.btn-default:hover{
    color: #fff;
    background-color: #772081;
    border-color: #772081;
}
.btn-primary {
    color: #ffffff;
    background-color: #FF9900;
    background-repeat: repeat-x;
    border-color: #FF9900;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-color: #CC6633;
    border-color: #FF9900;  
}
.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}
.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.head-cart {
    text-shadow: none;
    background-color: #fff;
    background-image: none;
    background-repeat: repeat-x;
    border-color: #ccc;
    border-radius: 0;
    box-shadow: none;
}

.head-cart .fa{
    float: left;
    width: 32px;
    height: 24px;
    background: url(/image/iconBg.png) no-repeat 0 0;
    display: inline-block;
    background-size: 70%;
}

.head-cart #cart-total{
    background: #FFFFFF url(/image/arrow-down.png) 100% 50% no-repeat;
    padding-right: 15px;
}

/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}
.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}
/* product list */
.product-thumb {
    /*border: 1px solid #ddd;*/
    margin-bottom: 20px;
    overflow: auto;
    padding: 1px;
}
.product-thumb .image {
    text-align: center;
}
.product-thumb .image a {
    display: block;
}
.product-thumb .image a:hover {
    opacity: 0.8;
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}
.product-grid .product-thumb .image {
    float: none;
}

.home-cat-banner{   
    padding: 0 0 15px 0;
}

.home-cat-banner .cat-inner{
    text-align: center;    
    padding-bottom: 14px;
    padding-top: 5px;
}

.home-cat-banner .col-md-4:hover .cat-inner{
    box-shadow: 0 0 8px #ddd inset;
}

.home-cat-banner .cat-inner img{
    width: 300px;
    height: 300px;
    margin: 0 auto;
}

.home-cat-banner .col-md-4:hover .cat-inner img{
    opacity: 0.8;
}

.home-cat-banner .cat-inner h1{
    margin: 20px 0 0;
    padding: 0;
    font-size: 22px;
    color: #666;
    text-transform: capitalize;
}

.home-cat-banner .cat-inner h1 a{
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #666;
}

.our-story{
    text-align: center;
}

.our-story p{
margin: 1em 0;
    font-size: 16px;
}

#product-product #tab-description{
        line-height: 22px;
    color: #4D4D4D;
    font-size: 14px;
}

@media (min-width: 767px) {
.product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
}
}

.product-thumb h4 {
    font-weight: 600;
    font-size: 12px;
}

.product-thumb h4 a{
    color: #581C5F;
}

.product-list .product-thumb .caption {
    margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
}
.product-grid .product-thumb .caption {
    min-height: 0;
}
}
.product-thumb .rating {
    padding-bottom: 10px;
}
.rating .fa-stack {
    font-size: 8px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}
.rating .fa-star + .fa-star-o {
    color: #E69500;
}
h2.price {
    margin: 0;
}
.product-thumb .price {
    color: #444;
}
.product-thumb .price-new {
    font-weight: 600;
}
.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
    display: none;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}
.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}
.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

#common-home .swiper-button-next:before{
	top: 0;
    bottom: 0;
    right: -9px;
    position: absolute;
    z-index: 99;
    color: White;
    background: #CCC;
    text-align: center;
    padding: 40px 10px;
    width: 60px;
    height: 60px;
    line-height: 8px;
    background: rgba(51, 51, 51, 0) url(/image/nexts.png) no-repeat scroll 5%;
    background-size: 100%;
    font-size: 0;
    opacity: 0.8;
}

#common-home .swiper-button-next:hover:before{
	opacity: 1;    
}    

#common-home .swiper-button-prev:before{
	margin: auto;
    top: 0;
    bottom: 0;
    left: -9px;
    position: absolute;
    z-index: 99;
    color: White;
    background: rgba(51, 51, 51, 0) url(/image/prev.png) no-repeat scroll 5%;
    text-align: center;
    padding: 40px 10px;
    width: 60px;
    height: 60px;
    line-height: 8px;
    font-size: 0;
    background-size: 100%;
    opacity: 0.8;
}

#common-home .swiper-button-prev:hover:before{
	opacity: 1;    
}

.product-curr{
    padding: 0;
}

.product-curr .head-currency{
	float: none;
}

.product-curr .head-currency ul li.c-select {
    font-size: 16px;
}

#checkout-checkout #collapse-shipping-method. panel-body p{

}

#checkout-checkout #collapse-shipping-method .panel-body p strong{
	font-size: 14px;
     
}

#checkout-checkout #collapse-shipping-method .panel-body .radio label{
	font-size: 14px;
    color: #000;   
}

.ship-rate{
    position: absolute;
    right: 0;
    font-size: 12px;
    font-weight: 100;
}

.product-related .product-thumb .caption{
    min-height: 85px;
}

.product-related .product-thumb .button-group button{
    background-color: #72157e;
    color: #fff;
}

.product-related .product-thumb .button-group button:hover {
    background: #ef8b32;
    color: #fff;
    border: 1px solid #E68127;
    border-left: 1px solid #ddd;
}

.contact-talk{

}
.contact-talk input[type="text"], .contact-talk textarea{
    padding: 10px 10px;
    font-size: 14px;
    color: #666;
    background: #F8F8F8;
    border: 1px solid #CCCCCC;    
    margin-left: 0px;
    margin-right: 0px;
    border-radius: 0;
}

#checkout-cart h1{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}

#checkout-checkout h1{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 15px;
}

#checkout-checkout h2{
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

#checkout-cart h2{
        font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px;
}

#checkout-cart table tr .td-head{
    color: #4D4D4D;
    font-weight: 600;
    background-color: #F7F7F7;
}

#checkout-cart table tr .td-value{
    font-size: 13px;
    color: #000;
    font-weight: 500;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }

    .logoproduct li { width: 48%; } 
}
.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}
.thumbnails > li {
    margin-left: 20px;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails > img {
    width: 100%;
}
.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional a.thumbnail{
    border: 1px solid #E7E7E7;
}
.image-additional {
    max-width: 78px;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear:left;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear:left;
    }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #product-category .col-sm-3{
        width: 20%;
    }

    #product-category .col-sm-9{
        width: 80%;
    }

    #product-product .col-sm-3{
        width: 20%;
    }

    #product-product .col-sm-9{
        width: 80%;
    }

    .sliderbox .owl-carousel .owl-stage-outer{
        margin: 0 50px;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
    width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
    min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
