body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    background: #000000 url(../image/bghome.jpg);
    background-position: 0 211px;
    background-size: contain;
    background-repeat: no-repeat;
    color: #fff;
}

.home {
    background: #000000 url(../image/bghome.jpg);
    background-position: 0 500px;
    background-size: contain;
    background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 {
    color: #92278f;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-family: 'Lato', sans-serif;
}

/* default font size */
.fa {
    font-size: 14px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 36px;
    font-weight: bold;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 31px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 22px;
}

h6 {
    font-size: 18px;
}

a {
    color: #e69be4;
}

a:hover {
    text-decoration: none;
}

.page-title {
    text-align: center;
    padding-top: 0px;
    margin-top: 0px;
    color: #92278f;
    border-bottom: 1px solid #92278f;
    text-transform: uppercase;
    font-size: 30px;
}

.title {
    text-align: center;
    padding: 30px;
    /* font-weight: bold; */
    /* color: #606062; */
}

legend {
    font-size: 18px;
    padding: 7px 0px;
    /* color: #dedcdc; */
}

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;
    background: rgba(121, 121, 121, 0.61);
    border: 1px solid #989898;
    color: #fff;
}

.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;
    background: #92278f;
    color: #fff;
}

/* 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: #ab30a9;
}

/* top */
#content {
    min-height: 500px;
}

.slider-wrapper {
    box-shadow: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.search-click {
    cursor: pointer;
    background: #e2e3e4;
    margin: 10px 0px 0px;
    color: #000;
    padding: 0px 20px;
}

.search-click .fa {
    color: #000;
    display: initial;
    text-align: center;
    vertical-align: middle;
    padding: 0px 10px 0px 0px;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

#top {
    border-bottom: none;
    margin: 0;
    min-height: 40px;
    padding: 3px 0;
    color: #ffffff;
}

.top-contact {
    text-align: right;
    font-size: 20px;
    color: #000;
    margin-top: 36px;
}

.top-contact a {
    color: #000;
}

.top-contact a:hover {
    color: #000;
}

.top-contact .fa {
    background: #000;
    color: #ffffff;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 7px;
    border-radius: 50%;
    font-size: 14px;
    border: 1px solid #000;
    cursor: pointer;
    margin: 0 10px;
}

#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, #000, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
    text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
    color: #ea65e5;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links > ul {
    margin-bottom: 0;
    margin: 10px 0;
}

#top-links > ul > li > a {
    color: #ffffff;
    text-transform: capitalize;
    transition: color 0.4s ease 0s;
    /* font-weight: bold; */
}

#top-links .fa {
    color: #92278f;
}

#top-links > ul > li:last-child, #top-links > ul > li:nth-child(4) {
    border-right: none;
}

#top-links > ul > li {
    line-height: 1em;
    border-right: 1px solid #606062;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links a + a {
    margin-left: 15px;
}

/* logo */
#logo {
    max-width: 500px;
    margin: -45px auto 0 auto;
}

#logo img {
    margin: 0 auto;
    margin-top: 11px;
    max-width: 300px;
}

/* search */
#search-overlay.closed {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 16777271;
}

#search .input-lg {
    height: 50px;
    padding: 0 10px;
    background: transparent;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-right: none;
    border-top: none;
    width: 100%;
    font-size: 20px;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
}

#search-overlay #search-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
    display: block;
    max-width: 1170px;
    width: 100%;
}

#search-overlay .search-close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #000;
    border-color: #000;
    opacity: 1;
    padding: 0;
    font-size: 36px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#search-overlay.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: none;
    background-image: none;
    background: #000;
    border-color: #000;
    color: #fff;
}

#search .input-lg::-moz-placeholder {
    color: #fff;
    opacity: 1;
    font-style: italic;
}

.search-button {
    display: table;
    margin: 20px auto;
}

/* cart */
#cart {
    margin-bottom: 10px;
    color: #fff;
}

#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.42);
}

#cart a {
    padding: 2px;
    color: #fff;
    font-size: 13px;
}

#cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open > .btn {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.42);
    border: 1px solid #E6E6E6;
    color: #fff;
    box-shadow: none;
    text-shadow: none;
}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: rgba(0, 0, 0, 0.31);
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
    /* min-width: 427px; */
    color: #fff;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li > div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    color: #fff;
}

/* menu */
/*homepage menu style*/
#page {
    position: relative;
}

/*-----------------------------*/
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

#menu {
    background-color: transparent;
    background-image: none;
    background-repeat: repeat-x;
    border-color: transparent;
    min-height: 40px;
    margin-bottom: 0;
    /* margin-top: 40px; */
}

#menu .nav > li > a {
    color: #ffffff;
    padding: 0 10px;
    min-height: 15px;
    background-color: transparent;
    font-size: 16px;
    transition: all 1s;
    font-weight: 700;
    line-height: 2.2;
    text-transform: uppercase;
    z-index: 2;
}

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

#menu .dropdown-menu {
    padding-bottom: 0;
    top: 36px;
    background: rgba(165, 47, 161, 0.81);
    margin: 0 auto;
    padding: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 250px;
    display: block;
    padding: 9px 20px;
    clear: both;
    color: #ffffff;
    white-space: nowrap;
    font-size: 16px;
    text-align: center;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #1f9898;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 16px;
    text-align: center;
    display: none;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #000, #1f90bb);
    background-repeat: repeat-x;
}

#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:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

/*menu hover effect for #menu */
#menu .nav > li > a {
    position: relative;
}

#menu .nav > li > a:before {
    content: "";
    width: 0;
    height: 37px;
    display: block;
    top: 0;
    background: #cc52c8;
    position: absolute;
    transition: all 0.5s;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 21px;
}

#menu .nav > li > a:hover:before {
    width: 100%;
}

@media (max-width: 767px) {
    #menu {
        display: none;
    }

    .top-contact {
        text-align: center;
    }
}

/*mobile menu css */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #a02da0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 9999;
}

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

.sidenav a {
    padding: 4px 20px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-size: 15px;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    margin-left: 50px;
}

.sidenav .dropdown-menu {
    position: relative;
    background: #000;
    width: 100%;
    min-width: inherit;
    box-shadow: none;
    text-shadow: none;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.sidenav h4 {
    color: #fff;
    background: rgba(0, 0, 0, 0.14901960784313725);
    padding: 10px 10px;
    margin: 0;
}

.socialmob a {
    padding: 5px ;
    text-align: center;
    display: inline-block;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

/*mobile menu css ends here*/
.mobmenu-icon {
    display: block;
    width: 100%;
    height: 36px;
    color: #fff;
    text-align: center;
    font-size: 19px;
    z-index: 9999;
    cursor: pointer;
}

.mobmenu-icon .fa {
    color: #fff !important;
    font-size: 20px;
}

/* content */
/* footer */
footer {
    margin-top: 30px;
    padding: 30px 0 20px 0;
    border-top: none;
    color: #fff;
    clear: both;
    background: #000000 url(../image/footerbg.jpg);
}

.home footer {
    margin-top: 0;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #fff;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #92278f;
}

footer h5 {
    font-size: 16px;
    color: #fff;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
}

/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}

/* breadcrumb */
.breadcrumb {
    margin: 10px 0 20px 0;
    padding: 8px 0;
    border: 1px solid #92278f;
    background: #92278f;
}

.breadcrumb, .breadcrumb a {
    color: #fff;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #202021;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

@media (max-width: 768px) {
    footer .container {
        /* background: rgba(0, 0, 0, 0.7); */ text-align: center;
    }

    .payment-logos {
        margin: 0 auto;
        display: block !important;
    }

    .footer-social {
        text-align: center !important;
    }
}

/* buttons */
.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 0;
    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;
    text-shadow: none;
    background-color: #92278f;
    background-image: none;
    text-transform: uppercase;
    border-radius: 0;
    background-repeat: repeat-x;
    border-color: #92278f;
    background: linear-gradient(to bottom,#000 50%,#92278f 50%) repeat scroll right bottom / 100% 210% rgba(0,0,0,0) !important;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.btn-primary {
    color: #ffffff;
    text-shadow: none;
    background-color: #92278f;
    border-radius: 0;
    background-image: none;
    text-transform: uppercase;
    background-repeat: repeat-x;
    border-color: #92278f;
    background: linear-gradient(to bottom,#000 50%,#92278f 50%) repeat scroll right bottom / 100% 210% rgba(0,0,0,0) !important;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] ,.btn-default:hover {
    background-color: #e65000 !important;
    border-color: #000;
    color: #ffffff;
    background-position: right top !important;
}

.btn-default.focus, .btn-default:focus,.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
    color: #fff;
}

.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:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: none;
    border-color: #000;
}

.btn-success {
    color: #ffffff;
    text-shadow: none;
    background-color: #92278f;
    border-radius: 0;
    background-image: none;
    text-transform: uppercase;
    background-repeat: repeat-x;
    border-color: #92278f;
    background: linear-gradient(to bottom,#000 50%,#92278f 50%) repeat scroll right bottom / 100% 210% rgba(0,0,0,0) !important;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #92278f;
}

.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: #000;
    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: rgba(0, 0, 0, 0.5686274509803921);
}

.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);
}

/* list group */
.list-group a {
    border: 1px solid #000;
    color: #ffffff;
    padding: 8px 12px;
    background: #252627;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #ffffff;
    background: #92278f;
    border: 1px solid #92278f;
    text-shadow: 0 1px 0 #2a2a2b;
}

/* 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 #4a4a4a;
    margin-bottom: 30px;
    overflow: auto;
    background: #92278f42;
    padding: 20px;
}

.product-thumb .image {
    text-align: center;
    /* background: #fff; */
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    /* background: #fff; */
    /* border: 1px solid #ddd; */
}

.product-grid .product-thumb .image {
    float: none;
}

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

.product-thumb h4 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

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

.product-list .product-thumb .caption {
    margin-left: 290px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: auto;
        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 {
    font-size: 20px;
}

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

.product-thumb .price-old {
    color: #fff;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-layout.product-grid .product-description {
    display: none;
}

.product-thumb .price-tax {
    color: #fff;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: none;
    background-color: #fff;
    overflow: auto;
    text-align: center;
    width: 100%;
    border-radius: 19px;
    margin: 0 auto;
    border: 1px solid #fff;
}

.featured .product-thumb .button-group {
    width: 80%;
}

.product-list .product-thumb .button-group {
    border-left: none;
}

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

.product-thumb .button-group button {
    width: auto;
    border: none;
    display: inline-block;
    float: none;
    color: #73278f;
    padding: 0 7px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    background: #ffffff;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.product-thumb .button-group button + button {
}

.product-thumb .button-group button:hover {
    text-decoration: none;
    cursor: pointer;
    color: #73278f;
    text-shadow: 0px -1px 2px #98568f;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 31.33%;
    }
    .product-thumb .button-group.more-details button{
        width : 90%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 31.33%;
    }
    .product-thumb .button-group.more-details button{
        width: 100%;
    }
}

.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 {
    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-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-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-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%;
    }
}

/* 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: #750005;
    border: 1px solid #000;
}

.information-page #content img, .html-module img {
    max-width: 100%;
    height: auto!important;
}

.modal-dialog {
    margin: 100px auto;
}

.modal-content {
    border-radius: 0;
    background: #fff;
}

.modal-header {
    border-bottom: none;
    text-align: center;
}

.modal-header .close {
    font-size: 28px;
    opacity: 1;
    color: #fff;
}

.modal-footer {
    border-top: none;
}

.toggle-bar {
    background: #000;
    padding: 2px 15px;
    display: none;
    width: 100%;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}

.top-toggle {
    cursor: pointer;
    color: #ffffff;
    float: right;
    text-transform: uppercase;
    line-height: 30px;
}

.top-toggle:hover {
    color: #fff;
}

.number-spinner #input-quantity {
    min-width: 40px;
    max-width: 40px;
    padding: 6px;
    border-left: none;
    border-color: #ccc;
    border-radius: 0;
    border-right: none;
}

.number-spinner .btn {
    border-radius: 0
}

.number-spinner {
    display: table;
    margin-bottom: 15px;
}

.container {
    width: 100%;
    max-width: 1170px;
}

.search-click img {
    cursor: pointer;
    max-width: 30px;
}

.search-click:hover i {
    color: #ea65c0;
}

.search-click:hover {
    color: #ea65c0;
}

.modal-content {
    background: #000000b3;
    background-position: center center;
    color: #fff;
}

.modal-content a {
    color: #fff;
}

.footer-social {
    text-align: right;
}

.payment-logos {
    display: block;
    margin-bottom: 15px;
    margin: 0 auto;
    max-width: 400px;
}

.footer-social ul li a i {
    font-size: 28px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #92278f;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    transition: all .5s;
    text-shadow: -1px -1px 2px #e088de;
}

.footer-social ul li a:hover i {
    background: #92278f;
    color: #fff;
}

.nivo-controlNav {
    right: 0 !important;
    bottom: 8% !important;
    left: 0 !important;
    position: absolute !important;
    text-align: center !important;
}

.nivo-caption {
    background: transparent !important;
    right: 0% !Important;
    max-width: 40% !important;
    color: #606062 !important;
    font-size: 26px;
    left: inherit !important;
    top: inherit !important;
    bottom: 20% !important;
    font-family: 'Roboto Condensed', sans-serif;
}

.nivo-caption a {
    color: #4cb4b7;
    background: transparent;
    width: 200px;
    text-align: center;
    margin: 20px 0;
    border: 2px solid #83e6e9 !important;
    transition: all 1s;
    font-size: 21px;
}

.nivo-caption a:hover {
    color: #fff;
    background: #000000;
}

.nivo-caption ul {
    list-style: none;
}

.nivo-caption ul li {
    position: relative;
    padding-left: 20px
}

.nivo-caption ul li::before {
    content: "\f111";
    color: red;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 3px;
}

#banner-section {
    position: relative;
}

#home-logo img {
    display: inline-block;
    display: block;
    position: relative;
    margin: 0 auto;
}

img:focus,img:active,a:focus,a:active {
    outline: none;
}

.more-info a {
    background: #000;
    font-weight: bold;
    text-transform: uppercase;
    padding: 3px 30px;
    color: #fff;
    width: 100%;
    max-width: 316px;
    text-align: center;
    font-size: 25px;
    margin: 29px auto;
    display: block !important;
}

#content strong {
    color: #f1a4ee;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.product-btn-group button {
    margin-right: 5px;
}

.product-btn-group #button-cart {
    padding-left: 30px;
    padding-right: 30px;
}

.product-btn-group {
    margin-bottom: 15px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #000;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.product-tabs {
    padding: 30px;
    margin: 10px 0 !important;
    border: 1px solid #ccc;
    background: transparent;
}

.product-tabs .nav-tabs > li.active > a, .product-tabs .nav-tabs > li.active > a:focus, .product-tabs .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    border-bottom-color: transparent;
    border-bottom-color: #fff;
}

.product-tabs .nav-tabs {
    border-color: transparent;
    background: #92278f;
    border: 0;
}

.product-tabs .nav-tabs > li > a {
    color: #817d7d;
    font-weight: bold;
    text-transform: uppercase;
}

.product-tabs .nav-tabs > li > a:hover {
    color: #fff;
    background: transparent;
    border-color: transparent;
}

.home .item {
    position: relative;
}

.home .bannertitle {
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    line-height: 2;
    position: absolute;
    top: 27%;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home #banner1 .bannertitle {
    width: 70%;
    transform: translate(0%, -50%);
    top: 50%;
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
}

.home .bannertitle h2, .home .bannertitle h3, .home .bannertitle h4 {
    color: #fff;
}

.home .bannertitle a {
    color: #000;
}

.home .bannertitle .btn {
    width: 200px;
    background: transparent;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    border: 2px solid;
    text-transform: uppercase;
}

.home .bannertitle .btn:hover {
    background: #0b5043;
    color: #ffffff;
}

#mailchimp-section {
    text-align: center;
    background: #000000 url(../image/contactbg.jpg);
    clear: both;
    color: #fff;
    padding: 150px 0;
    background-attachment: fixed;
    background-size: cover;
}

.mailchimp-integration {
    width: 100%;
    margin: 0 auto;
}

.mi-toptext {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
}

.mailchimp-integration .box-heading h3 {
    color: #fff!important;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
}

.mailchimp-integration .mi-block {
    width: 94%;
}

.mailchimp-integration .btn-primary {
    width: 200px;
    /* background: transparent !important; */
    /* border: 2px solid; */
    font-size: 20px;
    margin: 10px auto;
    /* max-width: 80%; */
    font-size: 16px;
    float: left;
    border-radius: 20px;
}

.mailchimp-integration .btn-primary:hover {
    background: #92278f;
}

#featured {
    width: 80%;
    max-width: 100%;
    margin: 0 auto;
}

.featured-title {
    text-align: center;
}

.html-module a {
    color: #92278f;
    display: inline-block;
    margin: 10px;
    font-size: 20px;
    font-weight: 600;
    transition: all .5s;
}

.html-module a:hover {
    color: #ffffff;
    background: #000;
}

.homepage-contactustext {
    padding: 30px 0;
}

.container2 {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
}

.fulbanner {
    clear: both;
}

.welcometext {
    clear: both;
}

.testimonials {
    background: #891451 url(/catalog/view/theme/default/image/testimonial.jpg);
    float: left;
    color: #000;
    font-weight: 700;
    text-align: center;
}

.testimonials h2 {
    color: #fff;
}

.testimonials .col-sm-3:before {
    display: block;
    content: " \f10d";
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-weight: 900;
    font-size: 63px;
}

@media (max-width: 1200px) {
    .home .bannertitle h2, .home .bannertitle h3, .home .bannertitle h4 {
        font-size: 15px;
    }

    .home .bannertitle, .home .bannertitle p {
        font-size: 13px;
        font-weight: normal;
    }

    .home .bannertitle {
        transform: inherit;
        top: 0;
        line-height: 1.4;
    }

    .welcometext img {
        float: none !important;
        margin: 0 auto;
        display: block;
    }

    .welcometext p, .welcometext h1, .welcometext h2 {
        text-align: center !important;
    }
}

@media (max-width: 991px) {
    .nivo-caption {
        font-size: 13px;
    }

    .container2 > div {
        padding: 1%;
    }
}

@media (max-width: 767px) {
    footer img {
        margin: 0 auto !important;
        float: none !important;
    }

    #top {
        position: relative;
        background: #a53ca5;
        z-index: 1;
    }

    #logo {
        margin-top: 0;
    }

    .home header {
        position: relative;
    }

    .welcometext p, .welcometext h1, .welcometext h2 {
        text-align: center !important;
    }
}

.panel-default>.panel-heading {
    color: #fff;
    background-color: #92278f;
    border-color: #ddd;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    background: #c760c5;
    color: #fff;
}

.panel-default, .well {
    border-color: #ddd;
    background: rgba(0, 0, 0, 0.5);
}

div#paypal_smart_button_container {
    margin-top: 33px !important;
}