/*
* BASIC STYLE
  - General Style
  - Headings Style
  - Button Style
  - Form Style
  - Spacer Style

* HEADER
  - Header Style
  - Navigation Menu Style
  - Megamenu Style

* CONTANT
  - Banner Style
  - Bread-crumb
  - Sub-banner
  - Product Box
  - Site Services Features Block
  - Special Product Block
  - Custom News Letter
  - Testimonial
  - Blog
  - Brand-Logo
  - Sidebar
  - Sorting
  - Product Detail Page
  - Cart Page
  - Checkout Page
  - Login Register Page
  - Account Page
  - Blog Page
  - About Page
  - 404 Page
  - Contact Page

* FOOTER
*/

@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");

::-moz-selection {
    background-color: #5b031f;
    color: #fff;
}

::selection {
    background-color: #5b031f;
    color: #fff;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 22px;
    color: #000;
    font-size: 15px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    /* letter-spacing: 1px; */
}
a {
    text-decoration: none;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
    /*background:#FFF;
    box-shadow: 0 0 3px 1px rgba(0,0,0,0.18);   */
}

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url(../images/Preloader_2.gif) center no-repeat #fff; */

    background: url("https://tenor.com/view/loading-buffering-spinning-gif-16944557.gif") center no-repeat #fff;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    margin: 5px;
    outline: none;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}

.img-thumbnail {
    background-color: transparent;
    padding: 0;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

a,
a:focus,
a:active,
a:link,
img {
    outline: none;
    text-decoration: none;
}

#product-product .soc-sss .amazon-icon {
    margin: 10px 3px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

a:hover {
    color: #5b031f;
    text-decoration: none;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

br {
    font-size: 0;
    line-height: 0;
}

hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #dedede;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

.footer hr {
    border-color: #c7c7c7;
}

ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.position-r {
    position: relative;
}

.position-s {
    position: static;
}

.align-center {
    text-align: center;
}

.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
    color: #fff;
}

.dark-bg {
    background: #2a2931;
    color: #fff;
}

.gray-bg {
    background: #f5f5f5;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}
.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

/* - Headings Style   //---------------- */
/* default font size */
/* .fa {
    font-size: 14px;
} */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1a1a1a;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 43px;
    letter-spacing: 1px;
    /* line-height: 40px; */
}

h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    line-height: 32px;
}

h2.heading {
    font-size: 22px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 22px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 600;
}

.heading-part {
    position: relative;
}

.heading-part:before {
    border-top: 36px solid #eaeaea;
    content: "";
    left: 0;
    position: absolute;
    top: 2px;
    width: 100%;
}

h2.main_title {
    background: #5b031f;
    color: #fff;
    display: inline-block;
    padding: 3px 40px 3px 10px;
    font-size: 20px;
    position: relative;
    margin-bottom: 0;
}

h2.main_title:before {
    border-bottom: 20px solid transparent;
    border-right: 20px solid #eaeaea;
    border-top: 20px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
}

.heading-part span {
    background: url("../images/title-icon.html") no-repeat scroll 0 0;
    width: 42px;
    height: 42px;
    display: inline-block;
    margin-bottom: -11px;
    margin-right: 10px;
}
.heading-bg h2.heading {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 17px 8px 0;
}
.men {
    text-align: end;
}
/* - Button Style  //----------------*/

.btn,
button {
    border: none;
    padding: 12px 16px;
    line-height: 16px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

.btn.full {
    width: 100%;
    text-align: center;
}

.btn.big-width {
    padding: 13px 30px;
}

.btn.big {
    padding: 18px 30px;
}

.btn.small {
    padding: 5px 10px;
}

.btn i.fa {
    font-size: 18px;
    margin: 0 5px;
}

.btn-black {
    color: #fff !important;
    background: #2a2931 !important;
    border: none;
}

.btn-black:hover {
    color: #fff !important;
    background: #5b031f !important;
}

.btn-color {
    color: #fff !important;
    background: #5b031f;
}

.btn-color:hover {
    color: #fff !important;
    background: #5b031f;
}

.btn-white {
    color: #2a2931;
    background: rgba(255, 255, 255, 1);
    border: none;
}

.btn-white:hover {
    color: #fff;
    background: #2a2931;
}
img.img-responsive {
    width: 100%;
}

/* - Form Style */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #eaeaea;
    padding: 7px 24px 7px 5px;
}

.full select {
    width: 100%;
}

.main-form input,
.main-form textarea,
.main-form select {
    background: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #eaeaea;
    min-height: 40px;
}

.check-box label {
    color: #2a2931;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
}

.vdocard img {
    width: 34%;
}

/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}

.left-side {
    float: left;
}

.plr-8 {
    padding-left: 8px;
    padding-right: 8px;
}

.mlr_-8 {
    margin-left: -8px;
    margin-right: -8px;
}

.plr-20 {
    padding-left: 10px;
    padding-right: 10px;
}

.mlr_-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.ptb-250 {
    padding-top: 250px;
    padding-bottom: 250px;
}

.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.mlr_-25 {
    margin-left: -25px;
    margin-right: -25px;
}

.ptb-85 {
    padding-top: 85px;
    padding-bottom: 85px;
}

.pt-85 {
    padding-top: 85px;
}

.pb-85 {
    padding-bottom: 85px;
}

.ptb-65 {
    padding-top: 65px;
    padding-bottom: 65px;
}

.pt-65 {
    padding-top: 65px;
}

.pb-65 {
    padding-bottom: 65px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.p-0 {
    padding: 0px;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mt-60 {
    margin-top: 60px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

/* - Newsletter   //----------------- */
.modal {
    padding: 0 !important;
    display: block;
    height: 100%;
}
.modal-lg {
    /*display: table;
    height: 400px;*/
    margin: auto;
    width: 790px;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%) !important;
}
.modal-body {
    padding: 0;
}
.modal-main {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 auto;
}

.modal-content .newsletter-inner button {
    /* position: relative; */
    background: url(../images/sprite.png) no-repeat scroll -85px -787px;
    top: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    height: 60px;
    font-size: 0;
    width: 66px;
}

.modal-content .modal-footer {
    border: none;
    padding: 0;
}

#newslater-popup {
    display: inline-flex;
    max-width: 790px;
    max-height: 600px;
    margin: 0 auto;
    position: relative;
}

.nl-popup-main {
    color: #313038;
    background: #fff;
    padding: 90px 50px;

}

.modal-footer button {
    background: #5b031f;
    border: none;
    color: #fff;
    padding: 11px 10px;
    position: absolute;
    right: 0;
    top: 0;
}

.nl-popup-inner {
    max-width: 370px;
    margin: 0 auto;
}

.nl-popup-title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    text-transform: uppercase;
}

.nl-popup-main .sub-text {
  margin: 0 0 35px 0;
}


.email-box-main {
    max-width: 360px;
    margin: 0 auto;
}

.email-box {
    position: relative;
}

.email-box input.input-text {
    background: #5b031f;
    border: none;
    color: #fff;
    text-align: center;
    padding: 6px 0 6px 16px;
    height: 60px;
    width: 100%;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    text-align: left;
    float: none;
}

.email-box input.input-text::placeholder {
    color: #fff;
}

.email-box input.input-text::-moz-placeholder {
    color: #fff;
}

#newslater-popup .mfp-close {
    background-color: #313038;
    border: 2px solid #5b031f;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    bottom: -20px;
    box-shadow: 0 0 0 6px #313038;
    color: #5b031f;
    height: 50px;
    left: 50%;
    opacity: 1;
    top: auto;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 50px;
}

.newsletter-icon {
    background: none repeat scroll 0 0 #332f30;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 116px;
    left: 50%;
    padding: 40px 0;
    position: absolute;
    top: -60px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 116px;
}

.newsletter-img {
    background: url(../images/popup-image.html) no-repeat scroll 0 0;
    float: left;
    width: 331px;
    height: 400px;
}


/* - Header Style    //---------------- */

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-repeat: repeat-x;
}

header {
    background: #f8f8f8;
    z-index: 1;
    position: relative;
}
.main-header{
/* position: fixed; */
top: 0px !important;
width: 100% !important;
}

.common-home header {
    margin-bottom: 40px;
}

.header-top {
    display: inline-block;
    width: 100%;
    position: relative;
}

.header-bottom {
    background: #5b031f;
    display: inline-block;
    margin: -6px 0;
    width: 100%;
}

.header-right-part {
    margin: 52px 0;
    padding: 0 180px 0 248px;
    position: relative;
}
.main-format{
position: relative;
/* top: 25%; */
}
/* Header top Start */
#top {
    background: #f0f0f0;
    border-bottom: 2px solid #eaeaea;
}

.header-top-inner {
    padding: 10px 0;
    position: relative;
}
.top-link > ul > li {
    float: left;
    line-height: 22px;
    padding: 0 15px;
}

.top-link > ul > li span,
.top-link > ul > li strong {
    margin-left: 5px;
    text-transform: uppercase;
}

.top-link > ul > li .btn-group {
    display: inline;
}

.top-link ul li a:hover,
.top-link ul li a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.top-link ul li:first-child {
    padding-left: 0;
}

.top-link ul li:last-child {
    border-right: none;
    padding-right: 0;
}

#top ul.dropdown-menu {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    top: calc(100% + 8px);
}

#top ul.dropdown-menu li button {
    padding: 3px 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}
#top #form-language .dropdown-menu,
#top #form-currency .dropdown-menu {
    right: 0px;
    left: auto;
}

#top #form-language ul li .btn {
    border: 0 none;
}
/* #top #form-language .btn img{
    margin-right:8px;
} */
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    color: #5b031f;
}
#top .btn-link {
    color: #000;
    text-decoration: none;
    padding: 0;
    font-weight: 400;
    margin-right: 0px;
}
#top .btn-link i.fa {
    font-size: 14px;
}
#top .btn-link:hover,
.top-link a:hover {
    color: #5b031f;
}
.top-responsive {
    display: none;
}
/* .top-link .dropdown-menu a {
    text-shadow: none;
} */
.top-link .dropdown-menu a:hover {
    color: #5b031f;
}
#top .btn-link,
#top .btn-link strong,
#top .btn-link span {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
}
.top-link,
.top-link .fa {
    font-size: 13px;
}
.top-link a + a {
    margin-left: 15px;
}
/* Header top End */

/* logo */
#logo {
    width: 80%;
    padding: 28px 0;
}
/* search */
#search {
    margin-bottom: 0px;
}
.header_search {
    cursor: pointer;
    position: relative;
}
.haeder_search_image {
    display: block;
    height: 50px;
    width: 0px;
}
.category-dropdown {
    left: 0;
    position: absolute;
    top: 0;
}
.category-dropdown select {
    border: 2px solid #5b031f;
    height: 45px;
    width: 250px;
}

.category-dropdown select:focus {
    border: 2px solid #5b031f;
}
.search-box {
    padding-right: 43px;
    position: relative;
}
.search-box input.input-text {
    border: 2px solid #5b031f;
    height: 45px;
    padding: 6px;
    transition: all 0.4s ease 0s;
    width: 100%;
}
.search-box button.search-btn {
    background: #5b031f url("../images/sprite.png") no-repeat scroll -3px -83px;
    border: medium none;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.search-box button.search-btn:hover {
background-position: -3px -118px;
}

/*Live-Search*/
.live-search {
    width: 100%;
    position: absolute;
    z-index: 1000;
    padding: 5px 0px;
    top: 100%;
    background-color: #fff;
    left: 0;
    display: none;
}
.live-search .loading {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.live-search ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    max-height: 377px;
    overflow: auto;
}
.live-search ul li {
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
    display: inline-table;
    padding: 10px;
    /* margin:0px 5px; */
    background-color: #fff;
    min-height: 40px;
    clear: both;
    width: 100%;
}
/* .live-search ul li:nth-child(even) {
    background-color: #FAFAFA;
} */
.live-search ul li:hover {
    background-color: #f0f7fa;
}
.live-search ul li a {
    text-decoration: none;
    display: block;
}
.live-search ul li .product-image {
    float: left;
    margin-right: 5px;
}
.live-search ul li .product-name p {
    font-weight: normal;
    font-style: italic;
    margin: 0px;
    padding: 0px;
}
.live-search ul li .product-name {
    font-weight: bold;
    float: left;
    width: 50%;
}
.live-search ul li .product-price {
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-top: 10px;
    width: 25%;
}
.live-search ul li .product-price .price {
    color: #333333;
    display: block;
}
.live-search ul li .product-price .special {
    color: #ff0000;
    text-decoration: line-through;
    display: block;
}

.live-search .product-price > .special {
    margin-top: -5px;
}

.live-search .result-text {
    font-weight: bold;
    text-align: center;
    font-size: 11px;
    line-height: 20px;
    background-color: #302f37;
    position: absolute;
    bottom: 0;
    width: 100%;
    /* border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}
.live-search .view-all-results:hover {
    color: #5b031f;
}
.live-search .view-all-results {
    color: #fff;
}

/* header Shipping */
.header-right-part .shipping-icon {
    width: 145px;
    float: left;
}

.header-right-part .header-right-text,
#cart-total {
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    display: inline-block;
    text-transform: uppercase;
}

.header-right-part .header-price,
.cart-total-price {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    line-height: 18px;
}

.header-price a {
    color: #fff;
}

.header-right-part span.icon {
    background: transparent url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    height: 22px;
    transition: all 0.4s ease 0s;
    width: 22px;
}

.header-right-part .shipping-icon span.icon {
    background-position: -54px -151px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.header-right-part .shipping-icon:hover > a span {
    background-position: -54px -192px;
}

/* cart */
#cart {
    margin-bottom: 0;
    padding-left: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#cart .dropdown-menu tr {
    background-color: transparent;
    border-color: #3d3d3d;
}
#cart .dropdown-menu .table-striped tr td:first-child {
    padding-left: 0;
}

#cart .dropdown-menu .table-striped tr:first-child td {
    border-top: none;
    padding-top: 0;
}

#cart .dropdown-menu tr td:last-child {
    padding-right: 0;
}
.header-right-part #cart span.icon {
    background-position: -54px -234px;
    float: left;
    margin-right: 10px;
    position: relative;
}

/* .header-right-part #cart:hover span.icon {
    background-position: -54px -278px;
} */

#cart > .btn {
    background: #5b031f;
    border: none;
    box-shadow: none;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    padding: 12px 15px;
    text-align: left;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
}
#cart.open > .btn {
    /* background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none; */
}
#cart > .btn:hover {
    background: #5b031f;
}

#cart .dropdown-menu .btn {
    font-size: 15px;
}

#cart-total {
    display: inline-block;
    margin-top: 0px;
}
#cart-total .cart-total {
    display: inline-block;
}

#cart > .btn small.cart-notification {
    float: left;
}
#cart .dropdown-menu {
    background: #fff;
    border: none;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.25);
    /*color: #fff;*/
    padding: 35px 25px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    width: 330px;
    z-index: 1001;
}
#cart .dropdown-menu {
    width: 500px;

}


#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0 0;
}

#cart .dropdown-menu li table .btn {
    padding: 0;
}

#cart .dropdown-menu li .table-bordered,
#cart .dropdown-menu li td {
    border-color: #bfbfbf;
}
#cart .dropdown-menu li td .cart-pro-detail {
    padding: 3px 0;
}
#cart .dropdown-menu li .table-bordered td {
    padding: 5px 7px;
}

#cart .dropdown-menu li p .btn i.fa {
    margin: 0;
}

/* menu */
#wrapper.toggled #page-content-wrapper {
    position: inherit;
}

.hamburger {
    background-color: transparent;
    position: absolute;
    top: 25px;
    right: 5px;
    padding: 0;
}
#sidebar-wrapper {
    background: #222;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #5b031f;
}
.overlay {
    background-color: transparent;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
.sidebar-nav {
    width: 250px;
}

#menu {

    padding: 0px;
    border: none;
}

.navbar {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    margin-bottom: 0;
}

.navbar-collapse {
    padding: 0;
    position: relative;
    width: 100%;
}

#menu .nav > li {
    padding: 0 20px;
}

#menu .nav > li:hover {
    background: #dda446;
}

#menu .nav > li > a {
    color: #ffffff;
    padding: 16px 0;
    line-height: 20px;
    font-size: 15px;
    background-color: transparent;
    text-transform: capitalize;
    position: relative;
}

#menu .nav > li.dropdown > a::after {
    border-color: transparent transparent #5b031f;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
}

#menu .nav > li.dropdown:hover > a::after {
    opacity: 1;
}

#menu .nav > li:first-child > a:before {
    content: inherit;
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    text-decoration: none;
}
#menu .dropdown-menu {
    border: 0 none;
    color: #a4a4a4;
    left: 0;
    min-width: 606px;
    padding: 0px;
    z-index: 999;
    position: absolute;
    text-align: left;
    display: none;
    height: 0;
}

#menu .dropdown-menu-small {
    width: 250px;
    min-width: 1px;
}

#menu .dropdown-menu-small .dropdown-inner ul {
    width: 100%;
}

#menu .dropdown-inner {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #4dbeee;
    display: block;
    overflow: hidden;
    padding: 30px;
    position: relative;
}


#menu .dropdown-inner ul {
    float: left;
    padding: 0px;
    width: 33%;
}
#menu .dropdown-inner ul {
    margin-right: 20px;
}
#menu .dropdown .dropdown-menu ul li {
    float: none;
    /* margin-right: 15px; */
    list-style: none;
}
#menu .dropdown .dropdown-menu ul li ul {
    display: inline-block;
    width: 100%;
    padding: 0px;
}
#menu .dropdown .dropdown-menu ul li ul li a {
    color: #878787;
    display: block;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 400;
    padding: 4px 0;
    margin: 0px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
    /* border-bottom:1px solid #ededed; */
}
#menu .dropdown .dropdown-menu ul li ul:last-child li a {
    border-bottom: 0 none;
}
#menu .dropdown .dropdown-menu ul li ul li a:hover {
    color: #5b031f;
}
#menu .dropdown .dropdown-menu ul li a:hover {
    color: #a4a4a4;
    background: none;
}
#menu .dropdown .dropdown-menu ul li a {
    color: #5b031f;
    display: block;
    letter-spacing: 0.3px;
    font-weight: 500;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
#menu .dropdown-inner li a:hover {
    color: #ffffff;
}

#menu .dropdown-inner .category-image {
    display: inline-block;
    margin-top: 20px;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    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: 12px;
}
#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #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 {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}
#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;
}

.ochow-menu-item-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 10px 15px;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: transparent;
}

.ochow-menu-item-toggle:hover {
    cursor: pointer;
}

.ochow-menu-item-toggle.ochow-close .fa-plus {
    display: inline-block;
}

.ochow-menu-item-toggle.ochow-close .fa-minus {
    display: none;
}

.ochow-menu-item-toggle.ochow-open .fa-plus {
    display: none;
}

.ochow-menu-item-toggle.ochow-open .fa-minus {
    display: inline-block;
}

.ochow-menu-item-arrow {
    position: absolute;
    top: 12px;
    right: 5px;
    color: #fff;
    display: none;
}
@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}
@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #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);
    }
    #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;
    }
}

@media (min-width: 0px) and (max-width: 992px) {
    
    .f-logo {
        width: 70px;
        padding: 28px 0;
    }
    .footer-static-block .title {
        font-size: 14px !important;
    }
}
@media (min-width: 280px) and (max-width: 320px) {
    #logo {
    width: 70%;
    padding: 28px 0;
}
}
@media (min-width: 321px) and (max-width: 485px) {
        #logo {
    width: 70%;
    padding: 28px 0;
}
}
@media (min-width: 486px) and (max-width:575px) {
        #logo {
    width: 70%;
    padding: 28px 0;
}

}

/* content       //---------------- */

/* Banner Start */
#slideshow0 {
    z-index: 0;
}

/* #content {
    min-height: 600px;
} */
/* Footer CSS Start */

.footer {
}

.footer,
.footer a,
.footer p {
    color: #fff;
}

.footer a:hover {
    color: #5b031f;
}

.footer.links li a:hover {
    color: #000;
}

.footer-inner {
    /* padding: 40px 0px 0; */
    background: #f0f0f0;
    margin: 50px 0 0px;
}

.site-link ul li {
    display: inline-block;
}

ul.social-icon li {
    display: inline-block;
    margin-right: 5px;
}

ul.social-icon li i.fa {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px;
    font-size: 18px;
    height: 36px;
    width: 36px;
    text-align: center;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.social-link ul.social-icon li i.fa {
    font-size: 18px;
    height: 36px;
    width: 36px;
    padding: 10px;
}

ul.social-icon li i.fa.fa-facebook:hover {
    color: #fff;
}

ul.social-icon li i.fa.fa-twitter:hover {
    color: #fff;
}

ul.social-icon li i.fa.fa-linkedin:hover {
    color: #fff;
}

ul.social-icon li i.fa.fa-rss:hover {
    color: #fff;
}

ul.social-icon li i.fa.fa-pinterest:hover {
    color: #fff;
}

ul.social-icon li i.fa:hover {
    background: #5b031f;
    border-color: #5b031f;
}

.payment {
    margin-top: 8px;
}

.footer-top {
    background: #000;
}

.footer-top .f-logo {
    margin-bottom: 25px;
    /*width: 100px;*/
}

.footer-static-block .title {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
}

.footer-static-block .title::before {
    border-bottom: 2px solid #5b031f;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 30px;
}

.footer-static-block ul.address-footer li {
    margin-bottom: 15px;
}

.footer-static-block ul.address-footer li:last-child {
    margin-bottom: 0px;
}

.footer-static-block ul li {
    line-height: 25px;
}

.footer-static-block .address-footer ul li {
    line-height: 22px;
}

.footer-static-block li i.fa {
    float: left;
    font-size: 16px;
    color: #fff;
    margin-top: 3px;
}

.footer-static-block li p {
    margin-bottom: 0px;
    margin-left: 29px;
    max-width: 250px;
}

ul.tagcloud li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}

ul.tagcloud li a {
    border: 1px solid #444444;
    display: inline-block;
    padding: 5px 10px;
}

.sidebar-block ul.tagcloud li a {
    border-color: #ebebeb;
}

ul.tagcloud li a:hover {
    border-color: #131218;
    background: #131218;
    color: #fff;
}

.footer-bottom-outer2 {
    float: right;
}

.footer-static-block li a span {
    font-size: 9px;
    float: left;
    margin-top: -1px;
    margin-right: 9px;
    color: #505050;
}

.footer-static-block li a:hover span {
    color: #5b031f;
}

.footer-static-block .field {
    margin-bottom: 5px;
}

.footer-static-block input,
.footer-static-block textarea {
    background-color: transparent;
    border: 1px solid #444;
    width: 100% !important;
    padding: 5px;
}

.footer-bottom .site-link li {
    display: inline-block;
}

.footer-bottom .site-link li a {
    padding: 0 12px;
}
.footer.links {
    margin: 0;
    padding: 0;
}
.footer.links li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.footer.links li a {
    border-right: 1px solid #fff;
    padding: 0 5px;
    transition: all 0.3s ease 0s;
}
.footer.links li:first-child a {
    padding-left: 0;
}

.footer.links li:last-child a {
    border-right: none;
}
.copyright {
    margin-top: 13px;
}
.footer-bottom {
    background: #5b031f;
    padding: 4px 25px;
    width: 100%;
}

/* Custom News Letter CSS Start */
.footer-middle .border-l {
    border-left: 1px solid #444444;
}

#newsletter-validate-detailnew .form-group {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.newsletter-title .title span {
    background: url("../images/subscibre.html") no-repeat scroll 0 0;
    width: 37px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-left: 25px;
}

.newsletter-box {
    position: relative;
    padding-right: 0px;
    margin-top: 0px;
}

.newsletter-inner input {
    border: 2px solid #5b031f;
    color: #fff;
    width: 320px;
    height: 42px;
    padding: 6px 20px;
    margin-left: 0px;
    float: right;
}

.newsletter-inner button {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 11px;
    color: #fff !important;
    background: #5b031f;
    border: 0 none;
    font-weight: normal;
    line-height: 20px;
}
/* Custom News Letter CSS End */

.copy-right {
    margin-top: 3px;
    letter-spacing: 0;
}

.payment ul li {
    display: inline-block;
    line-height: 12px;
}

.payment ul li a {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 48px;
}

.payment ul li.discover a {
    background-position: -6px -684px;
}

.payment ul li.visa a {
    background-position: -6px -725px;
}

.payment ul li.mastro a {
    background-position: -6px -767px;
}

.payment ul li.paypal a {
    background-position: -6px -805px;
}
/* Footer CSS Start */
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* Bread-crumb CSS Start */

.bread-crumb .page-title {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.bread-crumb {
    background: #f0f0f0 none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    padding: 30px 0px;
    /* margin-bottom: 40px; */
}

.bread-crumb ul li {
    display: inline-block;
    position: relative;
}

.bread-crumb ul li:after {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: -5px;
}

.bread-crumb ul li:last-child:after {
    display: none;
}

.bread-crumb ul li a,
.bread-crumb ul li span {
    margin: 0 10px;
    text-transform: capitalize;
}

.bread-crumb ul li a:hover {
    color: #5b031f;
}

.bread-crumb ul li:first-child {
    padding-left: 0;
}
.bread-crumb ul li span {
    color: #2a2931;
}

/* Bread-crumb CSS End */
.pagination {
    margin: 0;
}
/* Privacy css */
.privacy {
    font-weight: 600;
    color: #000;
    font-size: 35px;
    text-align: center;
}
/* About Us Content */
.About {
    font-size: 35px;
    font-weight: 600;
    padding: 22px 0px;
}
.platform {
    color: #555;
    font-size: 16px;
    line-height: 25px;
}
p.personal {
    color: #2f2f2f;
    line-height: 23px;
    letter-spacing: 1px;
    font-size: 16px;
    padding: 11px 0px;
}
strong.info {
color: #000;
}
.background-color {
    height: 400px;
    background-color: #e7ffea;
    width: 100%;
    opacity: 0.9;
    margin-top: 4%;
}
.main-content {
padding: 5px 0px;
width: 100%;
/* background-color: #06a957; */
}
h1.information {
font-weight: bold;
font-size: 20px;
}

p.welcome {
color: #000000;
font-weight: 500;
line-height: 28px;
font-size: 19px;
}
h6.rasayur {
    font-weight: 600;
    font-size: 35px;
    padding: 16px 0px;
}
.cards-content {
    margin-top: 5%;
}
p.founded {
    letter-spacing: 0px;
    line-height: 26px;
    font-size: 16px;
    color: #555;
}
h4.discover {
    color: #000000;
    font-weight: bold;
    font-size: 19px;
}
p.catalog {
    color: #000;
    line-height: 25px;
    text-align: justify;
    padding: 0px 24px;
}
.shilajit-main {
    text-align: center;
}
ul.content-points {
    line-height: 27px;
    font-size: 16px;
    padding: 34px 0px;
}

.thank {
    line-height: 27px;
    font-size: 25px;
    text-align: center;
}
.shilajit-main .fa {
    padding: 31px 0px;
    font-size: 101px;
}

/* - Sub-banner Style  //---------------- */

.sub-banner-block .sub-banner:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    /*opacity: 0.6;*/
}
.sub-banner {
    display: block;
    /*background: #000;*/
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
    max-width: 100%;
}
.sub-banner .sub-banner-detail {
    color: #282828;
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
}
.sub-banner.sub-banner1 .sub-banner-detail {
    top: 10%;
}
.sub-banner.sub-banner2 .sub-banner-detail,
.sub-banner.sub-banner3 .sub-banner-detail {
    bottom: 35px;
    left: auto;
    top: auto;
}
.sub-banner .sub-banner-detail .sub-banner-subtitle {
    color: #1a1a1a;
    font-size: 35px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 45px;
}
.sub-banner .sub-banner-detail .sub-banner-type {
    color: #727272;
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
}
.sub-banner .sub-banner-detail .sub-banner-title {
    color: #1a1a1a;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 45px;
}
.sub-banner .sub-banner-detail .sub-banner-title span {
    font-weight: 300;
}
.sub-banner6 .sub-banner-detail .sub-banner-title,
.sub-banner7 .sub-banner-detail .sub-banner-title {
    font-size: 22px;
}
.sub-banner .sub-banner-detail span.line {
    background: #1a1a1a none repeat scroll 0 0;
    display: inline-block;
    height: 3px;
    margin: 35px 0;
    transform: rotate(90deg);
    width: 70px;
}
.sub-banner3 .sub-banner-detail span.line {
    margin: 50px 0;
}
.sub-banner.sub-banner4 .sub-banner-detail {
    top: 60px;
}
.sub-banner4 .sub-banner-detail .sub-banner-title {
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    font-weight: 700;
}
.sub-banner4 .sub-banner-detail .sub-banner-subtitle {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
}
span.sub-btn,
span.sub-btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-top: 30px;
}
.sub-banner.sub-banner5 .sub-banner-detail {
    bottom: auto;
    left: -90px;
    right: auto;
    top: 110px;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
}

/* 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;
}

/* Brand-Logo CSS Start */
.brand {
    padding: 72px 31px 31px;
}

.brand .owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #f6f6f6;
}

.brand .item {
    border-right: 1px solid #e8e8e8;
    text-align: center;
}

.brand .item img {
    opacity: 0.5;
}

.brand .item img:hover {
    opacity: 1;
}
/* Brand-Logo CSS End */

/* Blog CSS Start */

.blog-main .p-0 {
    overflow: hidden;
}

.blog-widget-recent.owl-slider.blog-main.pt-30 {
    position: relative;
}

.blog-widget-recent.owl-slider .owl-carousel .owl-item {
    padding: 0px;
}

.blog-carousel {
    background: #fff;
    margin: 0 auto;
    max-width: none;
}

.blog-main .blog-carousel {
    position: relative;
}

.blog-media {
    overflow: hidden;
    position: relative;
}

.blog-item .blog-media img {
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.blog-item:hover .blog-media img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.blog-item a.read {
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.4s ease 0s;
}

.blog-item:hover a.read {
    opacity: 1;
}

.blog-item a.read:after {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #ffffff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    height: 45px;
    padding: 10px;
    text-align: center;
    width: 45px;
}

.blog-detail {
    margin-top: 13px;
}

.blog-main .blog-detail {
    margin: 0px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}


.blog-main .blog-detail .row {
    height: 100%;
}

.blog-main .blog-detail .blog-detail-inner {
    background: rgba(0, 0, 0, 0);
    color: #fff;
    margin-top: 30px;
    padding-right: 20px;
}

.blog-main .blog-contant {
    height: 100%;
    position: relative;
}

.blog-contant span {
    color: #878787;
    line-height: 20px;
}
button.quantity.pro-quantity36 {
margin: 5px 0px;
line-height: 13px;
background-color: #8f6623;
}
button.quantity.pro-quantity30 {
margin: 5px 0px;
line-height: 13px;
background-color: #8f6623;
}
button.quantity.pro-quantity26 {
margin: 5px 0px;
line-height: 13px;
background-color: #8f6623;
}
button.quantity.pro-quantity24 {
margin: 5px 0px;
line-height: 13px;
background-color: #8f6623;
}
button.quantity.pro-quantity23 {
margin: 5px 0px;
line-height: 13px;
background-color: #8f6623;
}
/* .blog-main .blog-title{
    margin-bottom:30px;
} */
.pro-detail-info {
    text-align: center;
}
.blog-main .blog-item,
.blog-listing .blog-item {
    /* border: 1px solid #eaeaea; */
}

.blog-main .blog-item {
    height: 220px;
    padding: 15px;
}
.blog-main .blog-media {
    height: 220px;
    width: auto;
    background-position: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.blog-main .blog-media img {
    width: 75%;
}

@media (max-width: 575px) {
    .blog-main .blog-item {
        height: auto;
    }
    .blog-main .blog-media img {
        width: auto;
        height: 220px;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .blog-main .blog-item {
        height: auto;
    }
    .blog-main .blog-media img {
        width: auto;
        height: 220px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .blog-main .blog-item {
        height: auto;
    }
    .blog-main .blog-media img {
        width: auto;
        height: 220px;
    }
}

.blog-main .blog-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blog-title a {
    color: #f7941d;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.post-date {
    color: #5b031f;
}

.blog-detail p {
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.blog-tag {
    margin-bottom: 15px;
}

.blog-tag span {
    background: #ffe547;
    color: #2a2931;
    font-size: 13px;
    padding: 0 5px;
}

.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}

.blog-main .blog-detail .post-info ul li a {
    color: #fff;
}

img.women {
    height: 284px;
    width: 50%;
}
img.men {
    width: 50%;
}
/* Blog CSS End */

/* About Page CSS Start */
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}
/* About Page CSS End */

/* Testimonial CSS Start */
.client-main .item {
    display: inline-block;
}

.client-main .item p {
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
}

.user-detail-inner {
    display: inline-block;
    margin-top: 30px;
}

.client-main .item .client-title {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}

.client-main .item .designation {
    font-size: 12px;
    display: inline-block;
    margin-left: 1px;
}

.owl-pagination {
    display: inline-block;
    margin-top: 20px;
}

.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}

.owl-pagination .owl-page > span {
    background: #7d7d7c;
    display: inline-block;
    height: 4px;
    width: 20px;
}

.owl-pagination .owl-page.active > span,
.owl-pagination .owl-page:hover > span {
    background: #5b031f;
}

.client-inner {
    padding: 0 10px;
}

.client-main .owl-carousel {
    position: inherit;
}

.client-img {
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    /* overflow: hidden; */
}

.testimonial-list .client-main {
    border-bottom: 1px solid #eaeaea;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.testimonial-list .client-main .client-img {
    margin-right: 20px;
}

/* Testimonial CSS End */

/* product list */
.product-grid,
.product-list {
    margin-bottom: 30px;
}

.common-home .box-products {
    margin-bottom: -30px;
}

/* .common-home  */
.box-products .product-thumb {
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    position: relative;
}
.product-thumb .shortdesc {
    font-size: 14px;
    color: #5b031f;
}

.product-grid .product-thumb {
    margin: auto;
    /* max-width: 280px; */
    width: 100%;
    border: 1px solid #d7d7d7;
}
.product-thumb .image {
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5 !important;
}
.product-list .product-thumb .image {
    border: 1px solid #d7d7d7;
    margin-right: 20px;
    float: left;
}
.product-list .iframe .icon {
    margin-left: 7px;
}
.product-thumb .image > a {
    display: block;
    position: relative;
}
.product-thumb .image a:hover {
}
.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}



.product-thumb .image img.hover-image {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.product-thumb:hover .image img.hover-image {
}

.product-thumb .image .sale-label {
    background: #5b031f;
    color: #fff;
    padding: 8px 11px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 12px;
    position: absolute;
    left: 12px;
    top: 12px;
}


.product-thumb .quickview {
    margin-top: 70%;
    position: absolute;
    top: 0px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    left: 0%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    height: fit-content;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-grid .product-thumb .quickview {
    margin-top: 70%;
    position: absolute;
    top: 0px;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    left: 5%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    height: fit-content;
    width: 90%;
}


.product-list .product-thumb .quickview {
    position: relative;
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    left: auto;
    top: auto;
    float: left;
    margin-left: 0;
    margin-right: 5px;
    height: 40px;
}

.product-thumb .quickview:hover .fa-search {
    color: #fff;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0 5px;
}
.product-thumb h3 a {
    color: #878787;
}
.product-thumb:hover h3 a {
    color: #2a2931;
}
.product-thumb .caption {
    padding: 0 10px 30px;
    min-height: 80px;
}
.product-thumb .caption .name {
    height: 70px;
}
.product-list .product-thumb .caption {
    overflow: hidden;
}
.product-thumb .rating {
    padding-top: 0px;
    padding-bottom: 0px;
}
.rating .fa-stack {
    font-size: 5px;
}
.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}
.rating .fa-star,
.table-striped .fa-star {
    color: #c7c7c7;
    font-size: 13px;
}
.rating .fa-star + .fa-star,
.table-striped .fa-star + .fa-star {
    color: #ffc600;
}
.product-item-details .label-review {
    color: #878787;
    display: inline-block;

    font-style: italic;
    padding: 0 15px 0 10px;

    margin-right: 15px;
    line-height: 15px;
}
.product-item-details .reviewwrite {
    color: #2a2931;
    font-style: italic;
}
h2.price {
    margin: 0;
}

.product-thumb .price,
.product-page-price .product-price {
    color: #1a1a1a;
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 5px;
    height: 25px;
}
.sidebar-box .pro-detail-info .price-box {
    color: #1a1a1a;
    margin-bottom: 0px;
}
.product-page-price {
    color: #1a1a1a;
    display: inline-block;
    margin-bottom: 12px;
    /* font-size: 24px; */
}
.product-page-price .product-price {
    font-size: 22px;
}
.product-thumb .price-old,
.product-page-price li span {
    color: #b8b8b8;
    font-weight: normal;
    padding: 1px 6px;
    text-decoration: line-through;
    font-size: 14px;
}
.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: none;
}
.product-grid .category-description {
    display: none;
}

.product-thumb:hover .product-item-action {
    bottom: 25px;
}
 .product-thumb .product-item-action .hover-actions {
    display: inline-block;
}
.product-thumb .product-item-action .hover-actions .minus {
    width: 30px;
    display: flex;
    justify-content: center;
}
.product-thumb .product-item-action .hover-actions .add {
    width: 30px;
    display: flex;
    justify-content: center;
}
.product-thumb .product-item-action .hover-actions .add-cart-box button {
    margin-right: 0px;
}
.product-thumb .product-item-action .hover-actions .quantity {
    background-color: #8f6623;
}


.product-list .product-thumb .product-item-action {
    position: static;
    opacity: 1;
    margin-top: 25px;
}
.product-list .product-thumb h3 {
    margin-top: 0px;
}
.product-grid .product-thumb /* .caption */ .product-item-action.product-list-btn,
.product-list .product-thumb /* .image */ .product-item-action.product-grid-btn {
    display: none;
    opacity: 0;
}
.button-group.main-product-btn button {
    border: none;
    display: inline-block;
    float: left;
    color: #222;
    text-align: center;
    margin-right: 6px;
}


.button-group.main-product-btn .only-icon {
    border: 1px solid #5b031f;
    display: inline-block;
    margin-left: 0px;
    /* margin: 12px 0px; */
}

.button-group.main-product-btn .only-icon button {
    background: rgb(76 175 80);
    border-right: 1px solid rgb(76 175 80);
    padding: 0px;
    height: 39px;
    width: 100px;
    margin-right: 0px;
    color: #fff;
}

.button-group.main-product-btn .only-icon button:last-child {
    border-right: none;
}

.product-thumb .button-group button + button {
    min-width: 30px;
    margin-left: 0px;
}
.button-group.main-product-btn button:hover {
    background: #5b031f;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.button-group.main-product-btn button span.icon,
.button-group.main-product-btn .iframe span.icon {
    background: url("../images/sprite.png") no-repeat scroll 0 0;
    display: inline-block;
    margin-right: 3px;
    height: 19px;
    width: 21px;
    margin-bottom: -3px;
}

.product-thumb .button-group button:last-child span.icon {
    margin-right: 0;
}

.button-group.main-product-btn button + button span.icon {
    margin-left: 2px;
}
.button-group.main-product-btn button.addtocart span.icon {
    background-position: -11px -363px;
}
.button-group.main-product-btn button.whishlist span.icon {
    background-position: -11px -429px;
}
.button-group.main-product-btn button.compare span.icon {
    background-position: -11px -495px;
}
.button-group.main-product-btn .iframe span.icon {
    background-position: -11px -525px;
}
.button-group.main-product-btn button.addtocart:hover span.icon {
    background-position: -11px -330px;
}
.button-group.main-product-btn button.whishlist:hover span.icon {
    background-position: -11px -396px;
}
.button-group.main-product-btn button.compare:hover span.icon {
    background-position: -11px -462px;
}
.button-group.main-product-btn .iframe:hover span.icon {
    background-position: -11px -558px;
}

.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 {
    padding: 5px;
    display: block;
}
.image-additional {
    max-width: none;
    text-align: center;
    color: #5b031f;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {

}

/* 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;
}

/* Quickview-Popup CSS Start */
.quickview-popup {
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1000px;
    padding: 30px;
    position: relative;
}
/* Quickview-Popup CSS Start */

/* pro-small-view Start */
.pro-small-view .product-thumb {
    border: none;
    display: inline-flex;
    margin-bottom: 5px;
    padding: 15px 0;
    width: 100%;
}
.pro-small-view .product-thumb:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}
.pro-small-view .product-thumb .image {
    margin-right: 20px;
    overflow: visible;
    /* width: 115px; */
}
.pro-small-view .pro-detail-info {
    width: 100%;
}
.pro-small-view .pro-detail-info .button-group {
    border-top: 1px solid #dedede;
    padding-top: 10px;
    margin-top: 20px;
}
.pro-small-view .product-thumb .button-group button {
    opacity: 0;
}
.pro-small-view .product-thumb:hover .button-group button {
    opacity: 1;
}
.pro-small-view .product-thumb .caption {
    min-height: 1px;
}

/* category-banner Start */
.cate-banner-bg {
    position: relative;
}

.cate-banner-detail {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.cate-banner-inner {
    display: table;
    height: 100%;
    width: 100%;
}

.cate-banner-info {
    display: table-cell;
    vertical-align: middle;
}

.cate-banner-detail .cate-banner-title {
    color: #fff;
    font-family: "Courgette", cursive;
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
    line-height: 25px;
}

.cate-banner-detail .cate-banner-desc {
    margin: auto;
    max-width: 370px;
}

.cate-banner-detail .cate-banner-more a {
    color: #5b031f;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}

.cate-banner .cate-banner-more a:before {
    background: none repeat scroll 0 0 #5b031f;
    content: "";
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    width: 0%;
    z-index: -1;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.cate-banner:hover .cate-banner-more a:before {
    width: 100%;
}

.cate-banner:hover .cate-banner-more a {
    /* background:#5b031f
; */
    color: #000;
}

.cate-banner:hover .cate-banner-title {
    color: #5b031f;
}
/*category-banner End*/

/* perellex Start */

.perellex-banner {
    background: url("../images/parallax.html") no-repeat fixed center;
}

.perellex-bg-color {
    background-color: rgba(255, 255, 255, 0.2);
}

.perellex-banner .video {
    margin: -90px 0;
}

.perellex-delail {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.perellex-delail .perellex-title {
    color: #5b031f;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.perellex-delail .perellex-subtitle {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 20px 0;
    text-transform: capitalize;
    width: 90%;
}
.perellex-delail a.sub-btn {
    margin-top: 0;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}
.perellex-delail a.sub-btn:hover {
    background-color: #5b031f;
    border-color: #5b031f;
}

/* perellex End */

/*sub category block css strat*/
.sub-category-block {
    background-color: #fff;
    position: relative;
}

.sub-category-block::after {
    border-bottom: 1px solid #f6f6f6;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}

.sub-cat-line {
    background-color: #5b031f;
    width: 40px;
    height: 2px;
    margin: 10px auto;
}
.sub-cat-title {
    color: #343434;
}
.sub-category-block .col-md-3 {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 40px 0;
}
.sub-category-block .col-md-3:hover img {
    /* transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);*/
    opacity: 0.5;
}
.sub-category-btn {
    bottom: 50%;
    position: absolute;
    width: 100%;
    opacity: 0;
}
.sub-category-block .col-md-3:hover .sub-category-btn {
    opacity: 1;
}


/*sub category block css end*/

/* Site Services Features Block css Star */
.ser-feature-block {
height: 350px;
border: 1px solid #d7d7d7;
padding: 38px 17px;
text-align: center;
}

.ser-feature-block .feature-box .icon {
    /* background: url("../images/shipping_icon.png") no-repeat scroll 0 0; */
    display: inline-block;
    height: 52px;
    width: 52px;
    cursor: pointer;
    margin-bottom: 30px;
}

.ser-feature-block .feature-box .ser-title {
    color: #06a957;
    font-size: 21px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 25px;
}

.ser-feature-block .feature-box:hover .ser-title {
    color:#5b031f ;
}

.ser-feature-block .feature-box.feature1 .icon {
    background-position: -1px -11px;
}

.ser-feature-block .feature-box.feature2 .icon {
    background-position: -2px -107px;
}

.ser-feature-block .feature-box.feature3 .icon {
    background-position: -2px -205px;
}
.price{
font-size: 15px;
}
.ser-feature-block .feature-box.feature2 .icon {
font-size: 50px;
color: #5b031f;
}
.ser-feature-block .feature-box.feature1 .icon {
font-size: 50px;
color: #5b031f;
}
.ser-feature-block .feature-box.feature3 .icon {
font-size: 50px;
color: #5b031f;
}
/* Site Services Features Block css Star */

/* Sidebar CSS Start */
.pro-detail-info .rating {
    padding: 0;
    margin-top: -5px;
}

.gray-box {
    background: #f0f0f0;
    padding-bottom: 25px;
}

.sidebar-title {
    padding: 0 0 8px;
}

.sidebar-title h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}

.sidebar-contant {
    border: 1px solid #d7d7d7;
}

.sidebar-contant .test-content {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 6 !important;
    -webkit-box-orient: vertical !important;
}

.listing-box ul li:first-child a {
    padding-top: 0;
}

.listing-box .accordion-group {
    border-bottom: 1px solid #ededed;
}

.listing-box .accordion-group:last-child {
    border-bottom: none;
}

.listing-box .accordion-group .accordion-toggle {
    position: relative;
}
.listing-box .accordion-group .accordion-toggle:after {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -92px -413px;
    content: "";
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: absolute;
    right: 0;
    width: 30px;
    top: 7px;
}
.listing-box .accordion-group .accordion-toggle.collapsed:after {
    background-position: -92px -375px;
}
.listing-box .accordion-group a {
    /* border-bottom: 1px solid #ebebeb; */
    padding: 12px 11px;
    display: inline-block;
    width: 100%;
}
.listing-box .accordion-group .accordion-body a {
    border-bottom: 0 none;
    padding: 3px 0 !important;
}
.listing-box .accordion-group:first-child a {
    /* display: inline-block;
    width: 100%; */
}
.listing-box .accordion-group:last-child a {
    border-bottom: none;
}

.listing-box .accordion-group .accordion-inner {
    padding: 10px 0 10px 15px;
}

.listing-box .accordion-group .accordion-inner a:before {
    content: "";
    font-family: FontAwesome;
}

.gray-box .sidebar-contant {
    padding: 0 17px;
}

.inner-title {
    color: #000;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}

.price-range .price-txt {
    color: #7f7f7f;
    font-weight: 600;
}

.filter-sidebar .filter-inner-box ul li {
    cursor: pointer;
    display: inline-flex;
    margin: 3px 0;
    width: 100%;
}

.filter-inner-box ul li.active > span,
.filter-inner-box ul li:hover > span {
    background: none repeat scroll 0 0 #f95200;
}

.filter-inner-box ul li > span {
    border: 1px solid #b6b6b6;
    box-shadow: 0 0 0 1px #fff inset;
    display: inline-block;
    height: 12px;
    margin-right: 7px;
    margin-top: 1px;
    width: 12px;
    z-index: 0;
}

.filter-inner-box ul li span input[type="checkbox"] {
    margin-top: 0;
    min-height: auto;
    opacity: 0;
}

.filter-inner-box ul li.active label {
    color: #2a2931;
}

.filter-inner-box ul li label {
    color: #666;
    cursor: pointer;
    font-weight: normal;
    margin-top: -5px;
    width: 100%;
}

.sidebar-contant .product-thumb {
    /* border-bottom: 1px solid #d7d7d7 !important; */
    /* display: inline-flex; */
    padding: 7px 0;
    width: 100%;
}
.sidebar-contant .product-thumb .pro-detail-info h6 {
    font-size: 12px;
}
.sidebar-contant .scroller {
    overflow: scroll;
    overflow-x: scroll;
    height: 100px;
    min-height: 40vh;
}

.sidebar-contant .scroller::-webkit-scrollbar {
    width: 5px;
}
.sidebar-contant .scroller::-webkit-scrollbar:horizontal {
    height: 8px;
}
/* Track */
.sidebar-contant .scroller::-webkit-scrollbar-track {
    background: #e8e8e8;
}
.sidebar-contant .scroller::-webkit-scrollbar-track:horizontal {
    background: #e8e8e8;
}
/* Handle */
.sidebar-contant .scroller::-webkit-scrollbar-thumb {
    background: #c7c7c7;
    border-radius: 5px;
}
.sidebar-contant .scroller::-webkit-scrollbar-thumb:horizontal {
    background: #c7c7c7;
    border-radius: 5px;
}
.sidebar-contant .product-thumb:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar-contant .pro-detail-info .rating {
    margin-bottom: 5px;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item .pro-media {
    padding: 18px 10px 0 0;
    /* width: 150px; */
}

.sidebar-item-wide .pro-media {
    width: 110px;
}

.pro-detail-info .price-box .price {
    font-size: 14px;
    margin-right: 5px;
}

.pro-detail-info .rating-summary-block {
    padding: 0;
}

.sidebar-item .cart-link button {
    background-color: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
}

.sidebar-item .cart-link button:hover {
    color: #1a1a1a;
}

/* Sidebar CSS END */

/* Sorting CSS Start */

.shorting select {
    padding: 5px 24px 5px 5px;
}

.shorting .view {
    float: left;
    margin-right: 20px;
}

.view button#grid-view,
.view button#list-view {
    background: url(../images/grid-list.png) no-repeat scroll 0 0;
    border: 1px solid transparent;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 0;
    -webkit-box-shadow: 0px 0 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0px 0 1px rgba(0, 0, 0, 0);
}

.view button#grid-view {
    background-position: 1px 1px;
}

.view button#list-view {
    background-position: -33px 1px;
}

.view button#grid-view:hover,
.view button#grid-view.active {
    background-position: 1px -24px;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.view button#list-view:hover,
.view button#list-view.active {
    background-position: -33px -24px;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
}

.shorting select {
    font-size: 14px;
}
.short-by,
.select-item {
    float: left;
    position: relative;
}
.short-by > span,
.show-item > span {
    float: left;
    margin: 5px 10px 3px;
}

.compare {
    float: right;
    margin-left: 10px;
}

.compare .btn {
    padding: 8px 15px;
}

.pagination-bar {
    /* text-align: center;
    margin-top: 20px; */
}
.pagination-bar ul {
    display: inline-flex;
}
.pagination-bar ul li {
    float: left;
    margin: 0 2px;
}
.pagination-bar ul li a,
.pagination-bar ul li span {
    background: #fff;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    border: 1px solid #dddddd;
}
.pagination-bar ul li.active a,
.pagination-bar ul li.active span {
    background: #292929;
    color: #fff;
}
/* Sorting CSS End */

/* Product Detail Page Start         |================ */

.thumbnails-image a {
    border: 1px solid #d7d7d7;
    display: inline-block;
    max-width: 100%;
}

.quickview-popup .thumbnails-image a {
    display: inline-block;
    max-width: 100%;
}

/*zoom-windown*/
.zoomWindow {
    width: 478px !important;
}
.quickview-popup .zoomWindow {
    width: 370px !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomContainer {
    top: 0px !important;
    left: 0px !important;
    margin-left: 18px !important;
    z-index: 9;
}

/* Detailing Start */
.product-detail-main .product-item-details .product-item-name {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.product-detail-main .button-group.main-product-btn button.addtocart {
    height: auto;
    width: auto;
}
.product-detail-main .button-group.main-product-btn button.addtocart span.icon {
}
.product-detail-main .button-group.main-product-btn button {
    margin-left: 0px;
}

.product-detail-main .rating {
    margin-bottom: 20px;
    padding-top: 4px;
}

.form-control {
    border-color: #dedede;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
}

.form-control::-moz-placeholder {
    /* color: #c3998a; */
}

.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active:hover > a,
.nav-tabs > li.active > a:focus {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
}

.list-unstyled.product-page-price > li {
    display: inline-block;
    width: 100%;
}
.list-unstyled.product-page-price > li:first-child {
    float: left;
    width: auto;
}
.list-unstyled.product-page-price > li.product-special-price {
    width: auto;
    font-size: 14px;
    color: #878787;
}

.product-detail-main .product-item-details label {
    color: #2a2931;
    margin-bottom: 2px;
}

.product-detail-main .product-item-details .radio label,
.product-detail-main .product-item-details .checkbox label {
    color: #878787;
}

/* Detailing End */

/* Product Page Tab CSS Start */
.nav-tabs {
    border-bottom: 0 none;
}
.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}
.tab-content {
    background: #fff;
    border: 1px solid #ededed;
    padding: 65px 35px;
}

.product-detail-tab {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.product-detail-tab .nav > li {
    margin-bottom: 0;
}

.product-detail-tab .nav > li > a {
    background-color: #fff;
    text-decoration: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border: none;
    font-size: 17px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.2px;
    color: #000;
    margin: 3px 3px 0px 3px;
    padding: 11px 33px 10px 22px;
}
.product-detail-tab .nav > li:first-child > a {
    margin-left: 0;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus,
.product-detail-tab .nav > li:hover > a {
    background-color: #5b031f;
    color: #fff;
}

.tab_content {
    border-bottom: 1px solid #e1e1e1;
    border-top: 0;
    padding: 30px 0;
}
.Description,
.items-Product-Tags,
.items-Reviews,
.comments-area-main {
    line-height: 25px;
}
.tab_content ul li strong {
    font-weight: 500;
    color: #2a2931;
}
.items-Description,
.items-Product-Tags,
.items-Reviews {
    display: none;
}
.items-Description.selected,
.items-Product-Tags.selected,
.items-Reviews.selected {
    display: block;
}
.product-detail-tab p font {
    font-family: "Montserrat", sans-serif !important;
}
/* Product Page Tab CSS End */

/* Product Detail Page End |----------- */

/* Scroll-top Arrow CSS Start */
.scroll-top {
    bottom: 20px;
    position: fixed;
    right: 20px;
}

.scroll-top #scrollup:before {
    color: #5b031f;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
}

.scroll-top #scrollup {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #5b031f;
    cursor: pointer;
    display: none;
    padding: 8px 15px;
}
/* Scroll-top Arrow CSS End */

ul.ui-autocomplete {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    padding: 5px 10px;
    max-width: 720px;
}

ul.ui-autocomplete li:hover {
    background: #ddd !important;
    border: none !important;
}

.home-content {
    margin-top: 57px;
}

.review-seccc .review-box {
    border: 1px solid #ccc;
    padding: 15px;
    width: 100%;
    min-height: auto;
    /* height: 200px; */

    margin-bottom: 20px;
}

.review-seccc .review-box .date-align {
    text-align: right;
}
.review-seccc .review-box .star-div {
    display: flex;
    justify-content: end;
}
.review-seccc .card-div-content .review {
    font-size: 12px;
    margin-bottom: 0px;
}
.review-seccc .card-div-content .name {
    font-size: 13px;
    margin-bottom: 0px;
}
.review-seccc .review-client-rate-star {
    width: 10px;
}

.listing-box .accordion-group .accordion-inner a:before {
    margin-right: 5px;
}

@media (max-width: 575px) {
    #cart .dropdown-menu {
        width: 250px;
    }
    .home-content .owl-buttons {
        display: block;
    }

    .listing-box .accordion-group .accordion-inner a:before {
        margin-right: 5px;
    }
    .product-grid .product-thumb .quickview {
        margin-top: 32%;
    }
    .product-thumb .quickview {
        margin-top: 40%;
    }
    .sidebar-contant .product-thumb .pro-detail-info h6 {
        font-size: 12px;
        text-align: center;
    }
    .sidebar-box .pro-detail-info .price-box {
        text-align: center;
    }
    .sidebar-contant .scroller {
        overflow-y: scroll;
        overflow-x: scroll;
        height: 100px;
        min-height: 70vh;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .product-grid .product-thumb .quickview {
        margin-top: 32%;
    }
    .sidebar-contant .product-thumb .pro-detail-info h6 {
        font-size: 12px;
        text-align: center;
    }
    .sidebar-box .pro-detail-info .price-box {
        text-align: center;
    }
    .sidebar-contant .scroller {
        overflow-y: scroll;
        overflow-x: scroll;
        height: 100px;
        min-height: 70vh;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .product-grid .product-thumb .quickview {
        margin-top: 37%;
    }
    .product-thumb .quickview {
        margin-top: 39%;
    }
}
@media (min-width: 993px) and (max-width: 1200px) {
}

/*#contact us style */

.contact .form-div {
    width: 60%;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-left: 0;
    margin-top: 40px;
}
.contact .form-section {
    padding: 40px;
    /* box-shadow: 0px 0px 5px 0px #ccc; */
}
.contact .title {
    font-size: 24px;
    font-weight: 700;
}
.contact .contact-icon {
    width: 20px;
}
.contact .icon-subtext {
    font-size: 12px;
    color: #000;
    margin: 2px 0px 0px 30px;
}
.contact .bd-bottom {
    border-bottom: 2px solid #d1d1d1;
    margin-top: 35px;
}
.contact .contact-social-icons {
    width: 32px;
    margin: 25px 10px 0px 0px;
}

.contact .form-section .form-control {
    border-color: #dedede;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 40px;
    margin-bottom: 15px;
}
.contact .send-btn-align {
    text-align: center;
}
.contact #content {
    margin: auto;
}

@media (min-width: 280px) and (max-width: 320px) {
    .contact .form-div {
        width: 100%;
        padding: 15px;
    }
    .form-div .send-btn,
    .form-div .send-btn:hover {
        font-size: 10px;
        padding: 8px 10px;
    }
    .social-icon-align {
        justify-content: center;
    }
    .contact .contact-icon {
        width: 15px;
    }
    .contact .icon-subtext {
        margin: 2px 0px 0px 10px;
    }
    .privacy {
    font-size: 16px;
    }
    p.personal {
    text-align: justify;
    font-size: 14px;
    }
    .pull-right {
        float: left!important;
    }
    img.img-responsive {
        width: 77%;
    }
    .sidebar-item .pro-media {
    text-align: -webkit-center;
    }
    .background-color {
    height: auto;
    }
    .men {
    text-align: center;
    }
    .women {
    text-align: center;
    }
    img.women {
    height: auto;
    }
    .pro-media {
        text-align: -webkit-center;
    }
    .pro-detail-info {
        text-align: center;
    }
    .button-group.main-product-btn.product-item-action {
        margin: 31px 0px;
    }
.owl-pagination {
    display: none !important;
    text-align: center;
    bottom: 20px;
    position: relative;
     left: 28%;
}

/* .button-group.main-product-btn .only-icon {
   margin: 12px 0px;
} */
}

@media (min-width: 321px) and (max-width: 485px) {
    .contact .form-div {
        width: 100%;
        padding: 15px;
    }
    .form-div .send-btn,
    .form-div .send-btn:hover {
        font-size: 10px;
        padding: 8px 10px;
    }
    .social-icon-align {
        justify-content: center;
    }
    .contact .contact-icon {
        width: 15px;
    }
    .contact .icon-subtext {
        margin: 2px 0px 0px 10px;
    }
    .privacy {
     font-size: 17px;
    }
    p.personal {
    text-align: justify;
    font-size: 14px;
    }
    .pull-right {
        float: left!important;
    }
   img.img-responsive {
    width: 50%;
}
    .sidebar-item .pro-media {
    text-align: -webkit-center;
    }
    .men {
    text-align: center;
    }
    .women {
    text-align: center;
    }
    img.women {
    height: auto;
    }
    .pro-media {
        text-align: -webkit-center;
    }
    .pro-detail-info {
        text-align: center;
    }
    .button-group.main-product-btn.product-item-action {
        margin: 31px 0px;
    }
.owl-pagination {
    display: none !important;
    left: 37%;
}
    /* .button-group.main-product-btn .only-icon {
        margin: 12px 0px;
     } */
}
@media (min-width: 486px) and (max-width: 574px) {
.contact .form-div {
width: 100%;
padding: 15px;
}
.form-div .send-btn,
.form-div .send-btn:hover {
font-size: 10px;
padding: 8px 10px;
}
.social-icon-align {
justify-content: center;
}
.contact .contact-icon {
width: 15px;
}
.contact .icon-subtext {
margin: 2px 0px 0px 10px;
}
.privacy {
font-size: 20px;
}
p.personal {
text-align: justify;
font-size: 14px;
}
.pull-right {
float: left!important;
}
img.img-responsive {
    width: 50%;
}
.sidebar-item .pro-media {
text-align: -webkit-center;
}
.men {
text-align: center;
}
.women {
text-align: center;
}
img.women {
height: auto;
}
.pro-media {
text-align: -webkit-center;
}
.pro-detail-info {
text-align: center;
}
.pro-media {
    text-align: -webkit-center;
}
.pro-detail-info {
    text-align: center;
}
   .owl-pagination {
    display: none!important;
     left: 50%;
  }
}
@media (min-width: 575px) and (max-width: 767px) {
.privacy {
font-size: 23px;
}
p.personal {
text-align: justify;
font-size: 15px;
}
img.img-responsive {
    width: 50%;
}
.sidebar-item .pro-media {
text-align: -webkit-center;
}
.men {
text-align: center;
}
.women {
text-align: center;
}
img.women {
height: 275px;
}
.pro-media {
    text-align: -webkit-center;
}
.pro-detail-info {
    text-align: center;
}
.owl-pagination {
    display:none!important;
    left: 43%;
}
}
@media (min-width: 769px) and (max-width: 991px) {
.contact .form-div {
width: 100%;
}
.social-icon-align {
justify-content: center;
}
p.personal {
text-align: justify;
font-size: 16px;
}
.privacy {
font-size: 30px;
}
.men {
text-align: center;
}
.women {
text-align: center;
}
.pro-media {
    text-align: -webkit-center;
}
.pro-detail-info {
    text-align: center;
}
 .owl-pagination {
    display: none!important;
    left: 44%;
}
/* img.women {
height: auto;
} */
}
@media (min-width: 992px) and (max-width: 1023px) {
.contact .form-div {
width: 100%;
}
img.women {
height: 222px;
width: 50%;
}
.pro-media {
    text-align: -webkit-center;
}
.pro-detail-info {
    text-align: center;
}
   .owl-pagination {
    display: none!important;
     left:50%;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
.contact .form-div {
width: 100%;
}
img.women {
height: 225px;
width: 50%;
}
   .owl-pagination {
    display: none!important;
     left:50%;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
.contact .form-div {
width: 100%;
}
   .owl-pagination {
    display: none!important;
     left:50%;
  }
}

/*#contact us style */

.header-top-inner .top-head-title {
margin-bottom: 0px;
}
.header-top-inner .top-head-title {
color: #5b031f;
font-weight: 800;
}

.header-top-inner .tracking-in-expand {
-webkit-animation: tracking-in-expand 3s cubic-bezier(0.215, 0.61, 0.355, 1)
infinite alternate-reverse forwards;
animation: tracking-in-expand 3s cubic-bezier(0.215, 0.61, 0.355, 1)
infinite alternate-reverse forwards;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-7-10 18:10:17
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}
img.img-background {
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
height: auto !important;
}
.ui-slider .ui-slider-range {
z-index: 0 !important;
}

.ui-slider .ui-slider-handle {
z-index: 0 !important;
}

.owl-slider .owl-controls .owl-buttons .owl-prev,
.owl-slider .owl-controls .owl-buttons .owl-next {
height: 25px !important;
width: 25px !important;
}

.owl-slider .owl-controls .owl-buttons .owl-prev {
background-position: -103px -118px !important;
}
.owl-slider .owl-controls .owl-buttons .owl-next {
background-position: -147px -118px !important;
right: 10px;
}

.whatsapp-icon .icon {
position: fixed;
right: 20px;
bottom: 50px;
width: 40px;
}
.pusha-title-text-div {
position: absolute;
right: 275px;
}

.pusha-head-text {
font-size: 14px;
color: #5b031f;
}
@media (min-width: 0px) and (max-width: 349px) {
.pusha-title-text-div {
right: 75px;
top: 23px;
}
.pusha-head-text {
font-size: 12px;
}
.header-top-inner .top-head-title {
color: #5b031f;
font-weight: 800;
font-size: 12px;
}
.main-content h4.Radiate {
font-size: 18px;
}
p.welcome {
font-size: 13px;
text-align: center;
}
.platform {
text-align: justify;
font-size: 14px;
}
.About {
padding: 6px 0px;
}
h6.rasayur {
font-size: 27px;
padding: 9px 0px;
}
p.founded {
padding: 0px 0px;
text-align: justify;
font-size: 14px;
}
p.catalog {
text-align: justify;
}
ul.content-points {
text-align: justify;
font-size: 14px;
}
}
@media (min-width: 350px) and (max-width: 768px) {
    .pusha-title-text-div {
        right: 75px;
        top: 23px;
    }
    .pusha-head-text {
        font-size: 12px;
    }
    .footer-bottom {
        padding: 4px 9px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .pusha-title-text-div {
        right: 0px;
        top: 10px;
    }
       .owl-pagination {
    display: none!important;
     left:50%;
  }
}

.header-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 993px) and (max-width: 1024px) {
    p.catalog {
        font-size: 14px;
    }
    .owl-pagination {
    display: none!important;
    left:50%;
  }

}
.owl-pagination {
    /*display: none !important;*/
    text-align: center;
    bottom: 20px;
    position: relative;
}
