/*
* 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
*/

/*Google Fonts*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Raleway:300,400,500,500i,600,700');

 /* - General Style //---------------- */ 

* {
    outline: medium none !important;
}

::-moz-selection {
 background-color: #f25453;
    color: #FFF;
}
::selection {
    background-color: #f25453;
    color: #FFF;
}
body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: 24px;
    color: #878787;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.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;
}

.main {
    position: relative;
    overflow: hidden;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    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;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #6d6d6d;
    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: #f25453;
        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 #f1f1f1;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.position-s {
    position: static;
}

.position-r {
    position: relative; 
}

.position-initial {
    position: initial; 
}

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

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

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

.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: #222;
    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: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
}
h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 3px;
}
h3 {
    font-size: 21px;
    line-height: 32px;
}
h2.heading {
    font-size: 25px;
    line-height: 32px;
}

h4 {
    font-size: 17px;
    line-height: 28px;
}
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 span {
    border-bottom: 3px solid #0eadc7;
    left: calc(100% - 52%);
    position: absolute;
    top: 45px;
    width: 50px;
} */
.heading-bg h2.heading {
    border-bottom: 1px solid #f0f0f0;
    padding: 0 17px 8px 0;
}

.main_title {
    display: inline-block;
    margin-bottom: 0;
    color: #333;
    font-weight: 600;
}

.main_title span {
    /*display: inline-block;*/
    padding: 0 100px 0 0;
    position: relative;
}
.main_title span {
    font-weight: 400;
}

/*.main_title span::before {
    background: #f25453 none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 80px;
}*/

.main_title span::after {
    background: #f25453 none repeat scroll 0 0;
    content: "";
    height: 3px;
    right: 0;
    position: absolute;
    top: 45%;
    width: 80px;
}

/* - Button Style  //----------------*/ 

.btn, button {
    padding: 13px 15px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    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: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn:focus, .btn.focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
}

.btn.full {
    width: 100%;
    text-align: center;
}

.btn.big-width {
    padding: 13px 30px;
}

.btn.big {
    padding: 25px;
}

.btn.small {
    padding: 5px 10px;
}

.btn i.fa {
    font-size: 18px;
    margin: 0 5px;
}

.btn-black {
    color: #fff;
    background: #222;
    border: none;
}

.btn-black:hover, .btn-black:focus {
    color: #fff;
    background: #f25453;
}

.btn-color{
    color: #fff !important;
    background: #f25453;
    border: none;
}

.btn-color:hover, .btn-color:focus {
    color: #fff;
    background: rgba(242,84,83,0.80);
}



.btn-white {
    color: #222;
    background: rgba(255,255,255,1);
    border: none;
}

.btn-white:hover, .btn-white:focus {
    color: #222;
    background: #f25453;
}

.btn-gray {
    color: #222;
    background: #f0f0f0;
    border: none;
}

    .btn-gray:hover, .btn-gray:focus {
    color: #fff;
    background: #f25453;
    }



/* - 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;
    line-height: 18px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}

.full select {
    width: 100%;
}
.main-form textarea {
    max-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;
}

.radio, .checkbox {
    position: relative;
}

.check-box label {
    color: #222;
    display: inline;
    font-size: 15px;
    font-weight: 400;
}

.checkout-section .check-box input[type="checkbox"] {
    margin: 5px 0 0;
    min-height: 1px;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 0;
    position: relative;
}

.checkbox input.checkbox-btn, .radio input.radio-btn {
    display: none;
}

.radio label, .checkbox label {
    padding-left: 24px;
}

.checkbox-btn + label::before, .radio-btn + label::before {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f25453;
    border-radius: 2px;
}

.checkbox-btn + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
}

/* .radio-btn + label::after {
    background-image: url("../images/radio-icon.png");
    background-repeat: no-repeat;
} */
input.radio-btn:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-position: -2px -2px;
    background-repeat: no-repeat;
}

.radio-btn + label::before {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.checkbox-btn + label::before, .radio-btn + label::before, .checkbox-btn + label::after {
    content: "";
    height: 17px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 17px;
}

.checkbox-btn:checked + label::before, .radio-btn:checked + label::before {
    background: #f25453 none repeat scroll 0 0;
    border-color: #f25453;
}
.feture_product .feture_product-inner {
    overflow: hidden !important;
    position: relative !important;
}
.feture_product .owl-carousel .owl-wrapper-outer, .feture_product .carousel-inner {
    overflow: visible !important;
}

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



.plr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.mlr_-25 {
    margin-left: -25px;
    margin-right: -25px;
}


.ptb-95 {
    padding-top: 95px;
    padding-bottom: 95px;
}

.pt-95 {
    padding-top: 95px;
}

.pb-95 {
    padding-bottom: 95px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}

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

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.m-0 {
    margin: 0px;
}


/* - Newsletter   //----------------- */
.modal {
    padding: 0 !important;
    display: block;
}
.modal-lg {
    /* display: table;
    height: 400px; */
    margin: auto;
    max-width: 750px;
    top: 50%;
    transform: translateY(-50%) !important;
}
.newslater-popup-main .modal-body {
    padding: 0;
}
.modal-main {
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin: 0 auto;
}

/* #newslater-popup .newsletter-inner button {
    margin-left: 0;
    padding: 20px 0px;
    position: relative;
} */

.modal-backdrop.in {
    opacity: 0.7;
}

#modal_position button.mfp-close {
    background-color: #171c34;
    color: #fff;
    opacity: 1;
    right: 0px;
    top: 0px;
    font-size: 35px;
}

#newslater-popup {
    display: inline-flex;
    max-width: 940px;
    max-height: 600px;
    margin: 0 auto;
    position: relative;
}

#newslater-popup img {
    min-width: 300px;
}

.nl-popup-main {
    color: #313038;
    background: #171c34;
}

.nl-popup-inner {
    border: 2px solid #f25453;
    border-radius: 0;
    display: block;
    margin: 20px;
    overflow: hidden;
}

#newslater-popup .newsletter-inner {
    padding: 30px 60px;
}

#newslater-popup .newsletter-inner .main_title {
    color: #fff;
    font-size: 46px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.newsletter-inner > span {
    display: inline-block;
    color: #f25453;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px 0;
}
.newsletter-inner span.newsletter-msg.success {
    color: #3c763d;
}
.newsletter-inner span.newsletter-msg.error {
    color: #e80000;
}

#newslater-popup .newsletter-inner p {
    color: #878787;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 35px;
}

.email-box-main {
    display: inline-block;
}

#newslater-popup .newsletter-inner input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #000;
    float: left;
    padding: 8px;
    width: 270px;
    margin-right: 5px;
}

.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 #f25453;
    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: #f25453;
    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-img {
    background: url(../images/popup-image.jpg) no-repeat scroll 0 0;
    float: left;
    width: 331px;
    height: 400px;
}

/* - Header Style    //---------------- */


.navbar-brand img {
    height: 59px;
}

.header-fixed .navbar-header .navbar-brand {
    padding: 28px 0;
}

.navbar-header .navbar-brand {
    height: auto;
    padding: 25px 0;
    margin-top: 0 !important;
    margin-left: 0 !important;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}

header#header {
    background: rgba(24,30,70,0.9);
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    padding: 0 20px;
    /*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;
*/}
header#header.header-fixed {
    position: fixed;
}
header#header.header-fixed {
    background: rgba(24,30,70,0.9);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.3);
    position: fixed;
}
.search-box {
    position: relative;
}
.navbar-collapse.collapse {

    display: inline-block !important;
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    float: right;
}
.navbar-collapse.collapse.menu-open 
{
    opacity: 1;
    visibility: visible;
}
.collapsing {
    display: inline-block;
}
.navbar-collapse > ul {
    display: inline-block;
    float: none !important;
    text-align: left;
}

.nav.navbar-nav {
    display: block;
}

.header-right-link {
    float: right;
}

/* .header-right-link > ul {
    display: inline-block;
} */

.header-right-link > ul > li {
    float: left;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}
.header-right-link ul li:hover {
    overflow: visible;
}
.header-right-link ul li.main-search {
    overflow: visible;
}
.search-box input.input-text {
    background: #fff;
    border: 1px solid #dedede;
    width: 0;
    opacity: 0;
    padding: 6px;
    margin-top: -3px;
    position: absolute;
    right: 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;
}
.search-box:hover input.input-text, .search-box input.input-text:focus {
    width: 250px;
    opacity: 1;
}
.search-box button.search-btn {
    background: url("../images/sprite.png") no-repeat scroll -11px -89px transparent;
    border: none;
    height: 30px;
    width: 25px;
    position: relative;
    right: 0;
    top: -5px;
    z-index: 2;
}
.search-box button.search-btn:hover {
    background-position: -11px -123px;
}
.header-right-link > ul > li > a, .header-right-link > ul > li > .header_search_toggle.desktop-view {
    padding: 40px 0;
    display: inline-flex;
    transition: all 0.4s ease 0s;
}

.header-fixed .header-right-link > ul > li > a, .header-fixed .header-right-link > ul > li > .header_search_toggle.desktop-view {
    padding: 36px 0 ;
}

.header-right-link > ul > li > a span {
    background: url("../images/sprite.png") no-repeat scroll 0 0 transparent;
    height: 30px;
    width: 35px;
    display: inline-block;
    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;
}

.header-right-link ul li.search-box > a span {
    background-position: -7px -91px;
}

.header-right-link ul li.account-icon > a span {
    background-position: -9px -235px;
}

.header-right-link ul li.cart-icon > a span {
    background-position: -9px -14px;
    position: relative;
}

.header-right-link ul li.search-box:hover > a span {
    background-position: -7px -125px;
}

.header-right-link ul li.account-icon:hover > a span {
    background-position: -9px -273px;
}

.header-right-link ul li.cart-icon:hover > a span {
    background-position: -9px -52px;
}


.header-right-link ul li.cart-icon > a span small.cart-notification {
    background: #f25453;
    color: #ffffff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    height: 15px;
    line-height: 13px;
    position: absolute;
    right: 0;
    text-align: center;
    top: -3px;
    width: 15px;
}

.side-toggle {
    display: block;
}
.header-inner button i.fa {
    font-size: 24px;
}

.sidebar-search-wrap, .sidebar-cart-wrap {
  background: #ffffff none repeat scroll 0 0;
  border-left: 1px solid #f7f7f7;
  height: 100%;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 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;
  z-index: -1;
  width: 100%;
}
.navbar-toggle 
{
    border: none;
    background: none;
    color: #fff;
    height: 42px;
    margin-right: -10px;
    margin-top: 32px;
    padding: 8px 10px;
    width: 42px;
    display: block;
}
.header-fixed  .navbar-toggle 
{
   margin-top: 30px;  
}
.navbar-toggle:hover {
    color: #f25453;
}
.sidebar-search-wrap.open, .sidebar-cart-wrap.open {
  opacity: 1;
  z-index: 8;
}

.sidebar-table-container {
    height: 100%;
    width: 100%;
}

.sidebar-align-container {
    height: 100%;
    width: 100%;
}

.search-closer, .cart-closer {
    background: url("../images/sprite.png") -53px -1366px;
    height: 30px;
    width: 25px;
    cursor: pointer;
}
.search-container, .cart-container {
  clear: both;
  margin: 0 auto;
  overflow: hidden;
  padding: 40px;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 970px;
  max-width: 100%;
  z-index: 2;
}

.cart-container {
    border: 1px solid #dbdbdb;
    width: 1050px;
    text-align: left;
}

.search-container input[type="text"] {
  border-left: medium none;
  border-right: medium none;
  border-top: medium none;
  box-shadow: none;
  color: #000000;
  font-size: 50px;
  font-weight: 700;
  height: auto;
  padding: 18px;
  text-align: center;
  line-height: 65px;
  max-width: 100%;
}
.search-container span.search-tag {
  color: #777777;
  float: left;
  font-size: 12px;
  letter-spacing: 0.5px;
  margin-top: 27px;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-search-wrap.open, .sidebar-cart-wrap.open {
  opacity: 1;
  z-index: 8;
}

/* Navigation Menu Style */

.navbar-nav > li > a {
    padding: 43px 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
    position: relative;
}

.header-fixed .navbar-nav > li > a {
    padding: 39px 18px;
}

.nav > li {
    position: inherit;
    display: inline-block;
}
.nav > li:hover > a, .nav > li.active > a, .nav > li > a:focus {
    background: none;
    color: #f25453;
}
.header_search_toggle.mobile-view {
    display: none;
}

.navbar-nav > li.dropdown > a::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f25453;
    border-style: solid;
    border-width: 11px;
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 0;
    position: absolute;
    transform: translateX(-50%);
}

.navbar-nav > li.dropdown:hover > a::after {
    opacity: 1;
}

.header-link-dropdown {
    background: #fff;
    border-top: 3px solid #f25453;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 320px;
    display: inline-block;
    right: 0;
    top: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    max-height: 450px;
    overflow-y: auto;
    z-index: 3;
}
.header-link-dropdown > ul {
    padding: 35px;
}

.header-right-link > ul > li:hover .header-link-dropdown {
    opacity: 1;
}
.header-right-link .link-dropdown-list > li {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.header-right-link .link-dropdown-list > li:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.header-fixed .nav > li .menu-label {
    top: 6%;
}

.nav > li .menu-label {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 25px;
    transition: all 0.4s ease 0s;
}

.menu-label span {
    padding: 2px 4px;
    color: #ffffff;
    font-size: 11px;
    display: inline-block;
    line-height: initial;
    text-transform: uppercase;
}
.menu-label span::after{
    background: url("../images/sprite.png");
    width: 20px;
    height: 20px;
    content: "";
    top: 9px;
    left: -2px;
    position: absolute;
    display: inline-block;
}

.menu-label .hot-menu {
    background: #ff7878;
}

.menu-label .new-menu {
    background: #f25453;
}

.menu-label .hot-menu:after {
    background-position: -104px -613px;
}

.menu-label .new-menu:after {
    background-position: -104px -635px;
}

.cart-dropdown ul li a:hover {
    color: #f25453;
}
.cart-dropdown .cart-list li .media {
    padding-right: 25px;
    margin-top: 0;
}
.cart-dropdown .media-body span {
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}
.cart-dropdown .cart-list li .media .pull-left {
    width: 95px;
    padding-right: 20px;
}
.cart-dropdown .cart-list li .media .pull-left img {
    max-width: 100%;
}

.cart-dropdown .product-qty {
    width: 100%;
}

.close-cart {
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
}
.cart-dropdown .input-text.qty {
    background-color: transparent;
    padding: 2px 13px;
}
.cart-dropdown .cart-price {
    font-weight: 500;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}
.account-link-dropdown {
    width: 280px;
}
.header-link-dropdown .dropdown-title {
    color: #f25453;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.account-link-dropdown a:hover, .account-link-dropdown a.active {
    color: #f25453;
}
.account-link-dropdown .link-dropdown-list > li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
/* --- Megamenu Style --- */
#header .nav > li:first-child a {
    padding-left: 0;
}
#header .nav > li:last-child a {
    padding-right: 0;
}
.megamenu {
    background: #fff;
    border-top: 3px solid #f25453;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #a4a4a4;
    display: none;
    padding: 30px;
    position: absolute;
    top: 100%;
    z-index: 2;
    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;
}

.megamenu-inner-bottom {
    width: 557px;
}

.megamenu.full {
    left: 0;
    width: 100%;
}

.nav > li.level:hover .megamenu {
    display: block;
}
.megamenu-inner-top {
    display: inline-block;
    width: 100%;
}
.megamenu .sub-menu-level1 li.level2 {
    float: left;
}
.megamenu .level2 > a {
    display: inline-block;
    margin-right: 35px;
    color: #f25453;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    max-width: 100%;
}
.megamenu .sub-menu-level2 li.level3 > a {
    display: inline-block;
    padding: 4px 0;
}
.megamenu .sub-menu-level2 li.level3 > a:hover {
    color: #f25453;
}
.megamenu .sub-menu-level2 li.level3 > a span {
    float: left;
    font-size: 9px;
    margin-right: 9px;
    margin-top: -1px;
}

.megamenu-inner-top .left-p {
    padding-right: 30px;
}

/*Live-Search*/
.live-search {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    width: 100%;
    position:relative;
    z-index:1;
    padding:5px 0px;
    top: 100%;
    background-color:#FFF;
    right: 0;
    display:none;
    text-align: left;
}
.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:8px;
    background-color:#FFF;
    min-height:40px;
    clear:both;
    width: 100%;
}

.live-search ul li:hover {
    background-color:#F0F7FA;
}
.live-search ul li a{
    text-decoration: none;
    display:inline-flex;
}
.live-search ul li .product-image{
    float:left;
    padding-right:20px;
    max-width: 25%;
}

.live-search ul li .product-detail-live {

}

.live-search ul li .product-name p{
    font-weight: normal;
    font-style: italic;
    margin:0px;
    padding:0px;
}

.live-search ul li .product-name{
    font-size: 14px;
}

.live-search ul li .product-name {
    float: left;
    font-weight: bold;
    width: 66%;
}

.live-search ul li .product-price {
    float: right;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-top: 10px;
    text-align: right;
    width: 33%;
}

.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;
    font-weight: 400;
}

.live-search .product-price > .special {
    margin-top: -5px;
}

.live-search .result-text{
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    background-color:#302f37;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
}
.live-search .view-all-results:hover {
    color: #f25453;
}
.live-search .view-all-results {
    color: #fff;
}



/* content       //---------------- */

/* Banner Start */
.common-home #slideshow0.owl-carousel .owl-buttons .owl-prev {
    left: 20px;
}
.common-home #slideshow0.owl-carousel .owl-buttons .owl-next {
    right: 20px;
}

.category-bar ul li {
    display: inline-block;
}
.category-bar ul li.active {
    pointer-events: none;
}
.category-bar ul li a {
    padding: 12px;
    font-size: 20px;
    font-family: "Poppins",sans-serif;
    font-weight: 500;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.category-bar ul li a.selected, .category-bar ul li:hover a {
    background: #f25453;
    color: #ffffff !important;
}
/*Category-service-block*/
#our-sell-pro .owl-next, .pro_cat .owl-next  {
    right: -60px;
}

#our-sell-pro .owl-prev, .pro_cat .owl-prev {
    left: -60px;
}

.category-block {
    width: 138px;
    margin: 0 auto;
}


.our-cate-bg {
    background: url("../images/our-cat-bg.jpg") no-repeat scroll center 0;
}

.our-cate {
    background: #ffffff none repeat scroll 0 0;
   
}

.sell-pro .item {
    padding: 30px 15px;
}

.item-inner {
    position: relative;
}


.pro_cat {
    position: relative;
}
.owl-carousel .owl-wrapper-outer {
   
    padding-top: 7px;
    margin-top: -7px;
}

.product-listing {
    display: inline-block;
    margin-bottom: -30px;
    width: 100%;
}

#featured_slide .owl-item {
    padding-left: 15px;
    padding-right: 15px;
}

.product-item {
    position: relative;
    overflow: hidden;
}

.pro_cat .product-slider-main.selected {
    display: block;
}
.pro_cat .product-slider-main {
    display: none;
}
.product-slider .item, .pro_cat .item {
    padding-left: 15px;
    padding-right: 15px;
}
.product-image {
    position: relative;
    overflow: hidden;
    min-width: 80px;
}
.product-image img {
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}
.product-image .hover-image{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.product-item:hover .product-image img.hover-image {
    opacity: 1;
}

.sale-label {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 0 20px 20px 0;
    color: #ffffff;
    line-height: 12px;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    left: 0;
    z-index: 1;
}

.new-label {
    background: #f25453 none repeat scroll 0 0;
    border-radius: 20px 0px 0px 20px;
    color: #ffffff;
    line-height: 12px;
    padding: 15px;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    right: 0;
    z-index: 1;
}

.product-item.out-of-stock::before {
    background: rgba(255,255,255,0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.product-item.out-of-stock::after {
    background: #fa6b6b;
    content: "Sold out";
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    text-transform: uppercase;
    padding: 10px 15px;
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
}

.out-stock {
    background: #fa6b6b none repeat scroll 0 0;
    border-radius: 40px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    z-index: 1;
}

.product-detail-inner {
    background: #333333;
    position: absolute;
    width: 100%;
    bottom: -49px;
    padding: 10px 5px 5px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.product-item:hover .product-detail-inner {
    bottom: 0;
}

.product-item-name {
    margin-bottom: 10px;
}
.product-item-name a {
    display: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.sub-menu-slider .product-item-details {
    text-align: left;
}
.product-item-details {
    margin-top: 15px;
    text-align: center;
}
.list-type .product-item-details, .product-detail-main .product-item-details {
    text-align: left;
}
.special-products-block .product-item-details {
    margin-top: 0;
}
.shop-list-view:hover .product-item-name a, .product-item:hover .product-item-name a, .special-products-block:hover .product-item-name a, .sidebar-contant ul li:hover .pro-detail-info a {
    color: #000;
}

.price-box {
    display: inline-block;
}

.price-box .price {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.product-item-details .price-box .price.old-price {
    font-size: 16px;
    font-weight: 400;
    color: #fa6b6b;
}
.detail-inner-left ul {
    display: inline-block;
}
.product-item .detail-inner-left ul li {
    float: left;
    padding: 0 2px;
    position: relative;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.product-item .detail-inner-left ul li:last-child {
    padding-right: 0;
}

.detail-inner-left.right-side ul li:last-child a {
    border-right: medium none;
    padding-right: 0;
}

.detail-inner-left ul li a {
    background-color: rgba(0, 0, 0, 0);
    color: #fff !important;
    border: medium none;
    display: inline-block;
    font-weight: 400;
    margin-top: 3px;
    padding: 0;
    letter-spacing: 0.8px;
    transition: none 0s ease 0s ;
}

.detail-inner-left ul li a:hover {
    color: #f25453 !important;
}
.detail-inner-left.right-side ul li a {
    border-right: 1px solid #a7a7a7;
}
.detail-inner-left ul li a span, .cat-box-inner .cart-link button span {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") no-repeat scroll -11px -326px;
    display: inline-block;
    height: 25px;
    margin-bottom: -8px;
    margin-right: 5px;
    transition: all 0.6s ease 0s;
    width: 29px;
}

.cat-box-inner .cart-link button span {
    background-position: -46px -234px; 
}

.cat-box-inner .cart-link button:hover span {
    background-position: -46px -266px; 
}

.detail-inner-left ul li.pro-cart-icon a span {
    background-position: -11px -326px;
}

.detail-inner-left ul li.pro-cart-icon:hover a span {
    background-position: -11px -360px;
}
.detail-inner-left ul li.pro-wishlist-icon a span {
    background-position: -11px -390px;
}
.detail-inner-left ul li.pro-wishlist-icon:hover a span {
    background-position: -11px -424px;
}
.detail-inner-left ul li.pro-wishlist-icon a.active span {
    background-position: -48px -424px;
}
.detail-inner-left ul li.pro-quickview-icon a span {
    background-position: -47px -365px;
}
.detail-inner-left ul li.pro-quickview-icon:hover a span {
    background-position: -47px -395px;
}

.cate-detail a {
    background: #fff;
    border-radius: 5px;
    font-weight: 700;
    bottom: 5%;
    position: absolute;
    left: 50%;
    text-transform: uppercase;
    transform: translateY(-50%) translateX(-50%);
    width: 70%;
    padding: 10px;
}

.cate-detail a:hover {
    background: #f25453 none repeat scroll 0 0;
    color: #ffffff;
}

/* Custom News Letter CSS Start */
.newsletter-b
{
    background: #f25453 none repeat scroll 0 0;
    padding: 50px 0;
}
.newsletter-inner .main_title {
    font-family: "Raleway", sans-serif;
    display: inline-block;
    background: transparent;
    font-size: 28px;
    padding-bottom: 0px;
    color: #fff;
    margin-bottom: 0;
}

.newsletter-title {
   
    text-align: left;
}


.newsletter-inner p {
    margin-bottom: 15px;
}

.newsletter-box {
    padding-right: 150px;
    position: relative;
}
.newsletter-b .newsletter-inner form button {
    background: #181e46 none repeat scroll 0 0;
    color: #fff !important;
    font-size: 20px;
    padding: 19px 22px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer .newsletter-inner form button {
    padding: 20px 22px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.newsletter-inner input {
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
}
/* Custom News Letter CSS End */

/* Footer CSS Start */

.footer .newsletter-inner form button {
    padding: 20px 22px;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
}
.footer, .footer a, .footer p {
    color: #f5f5f5;
    font-size: 18px;
}
.footer a:hover {
    color: #f25453;
}
.footer-top {
    padding: 32px 0px;
}

.footer-middle {
    padding: 50px 0;
}
.footer-middle .f-logo {
    margin-bottom: 20px;
}

.footer-middle-left {
    border-right: 1px solid #3c4070;
}

.footer-middle-right {
    padding-left: 50px;
}

.footer-top p {
    color: #a4a4a4;
    line-height: 20px;
    margin-bottom: 0;
    margin-left: 240px;
}

.footer-static-block .title {
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    color: #fff;
}

.footer .title > span {
    border-bottom: 3px solid #f25453;
    left: 0;
    position: absolute;
    bottom: -10px;
    width: 50px;
}

.footer-static-block ul li {
    padding: 6px 0;
}

.footer hr {
    border-top: 1px solid #3c4070;
}
.footer-static-block li i.fa {
    float: left;
    font-size: 20px;
    color: #f25453;
    margin-top: 5px;
}
.footer-static-block li p {
    margin-left: 25px;
    margin-bottom: 15px;
}

.site-link ul li {
    display: inline-block;
}

ul.social-icon li {
    display: inline-block;
}

ul.social-icon li i.fa {
   
    padding: 11px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 22px;
    height: 45px;
    width: 45px;
    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:hover {
    color: #fff;
}
ul.social-icon li i.fa.fa-facebook:hover {
    background: #3b5998;
}
ul.social-icon li i.fa.fa-twitter:hover {
    background: #1dcaff;
}
ul.social-icon li i.fa.fa-linkedin:hover {
    background: #0077b5;
}
ul.social-icon li i.fa.fa-rss:hover {
    background: #ff6600;
}
ul.social-icon li i.fa.fa-pinterest:hover {
    background: #c8232c;
}

.payment{
    margin-top:8px;
}

.footer-top .f-logo {
    margin-bottom: 25px;
}


.footer-static-block ul.address-footer li {
    margin-bottom: 10px;
}

.footer-static-block ul.address-footer li:last-child {
    margin-bottom: 0px;
}

.footer-static-block ul li {
    line-height: 25px;
    margin-bottom: 2px;
}

.footer-static-block li a:hover span {
    color: #f25453;
}
.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 {
    margin-top: 35px;
}
.footer-bottom .site-link li {
    display: inline-block;
}
.footer-bottom .site-link li a {
    padding: 0 12px;
}

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-static-block li a span {
    font-size: 9px;
    float: left;
    margin-top: -1px;
    margin-right: 9px;
}


.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 {
    margin-top: 35px;
}

footer.footer {
    background: #181e46;
}

.footer-bottom .site-link li {
    display: inline-block;
}

.footer-bottom .site-link li a {
    padding: 0 12px;
}
.footer.links {
    margin: 0;
    padding: 0;
    text-align: center;
}
.footer.links li {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
.footer.links li a {
    border-right: 1px solid #7dc6ff;
    padding: 0 18px;
    transition: all 0.3s ease 0s;
}

/* Scroll-top Arrow CSS Start */
.scroll-top {
    border: 1px solid #fff;
    bottom: 20px;
    position: fixed;
    right: 20px;
    z-index: 1;
}
.scroll-top #scrollup:before {
    color: #ffffff;
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
}
.scroll-top #scrollup {
    background: #f25453;
    padding: 8px 15px;
    display: none;
    cursor: pointer;
}
/* Scroll-top Arrow CSS End */

.bottom_copyright {
    padding: 30px 0;
}

.copyright{
    margin-top:5px;
}

.copyright, .copyright a{
    color: #f5f5f5;
}

/* Custom News Letter CSS Start */
.footer-middle .border-l {
    border-left: 1px solid #444444;
}

.newsletter-icon {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.newsletter-box {
    position: relative;
}

.newsletter-inner button {
    border: none;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.sidebar-box.newsletter-inner button {
    background: rgba(0, 0, 0, 0) url("../images/sprite.png") repeat scroll -6px -587px;
    border: none;
    position: absolute;
    right: 0;
    top: 0px;
    height: 40px;
    width: 40px;
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.newsletter-inner button:hover {
    background-position: -6px -624px;
}

.modal.in .modal-dialog {
    top: 50%;
    transform: translate(0px, -50%);
}

#modal-agree.modal.in .modal-dialog .modal-content {
    background: #fff;
}

#modal-agree .modal-body {
    padding: 15px;
}

/* Custom News Letter CSS End */

.copy-right {
    margin-top: 3px;
    letter-spacing: 0;
}

.payment ul li {
    display: inline-block;
    padding: 0 10px;
}

.payment ul.payment_icon li a {
    display: inline-block;
    opacity: 0.7;
}

.payment ul.payment_icon li a:hover {
    opacity: 1 !important;
}

/* Footer CSS Start */
/* alert */
.alert {
    padding: 8px 14px 8px 14px;
}
/* Bread-crumb CSS Start */

.bread-crumb {
    margin-top: 10px;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}
.bread-crumb ul li a {
    color: #fff;
}
.bread-crumb ul li a, .bread-crumb ul li span {
    margin: 0 10px;
    font-weight: 600;
}
.bread-crumb ul li a:hover {
    color: #f25453;
}
.bread-crumb ul li:first-child {
    padding-left: 0;
}
.bread-crumb ul li span {
    color: #f25453;
}


/* Bread-crumb CSS End */

.banner-detail a.btn, .perellex-banner a.btn{
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    text-transform: uppercase;
}

.banner-detail {
    left: 6%;
    position: absolute;
    top: calc(100% - 60%);
    width: 100%;
}

.banner-detail .banner-detail-inner {
    color: #fff;
}
.banner-detail .banner-detail-inner .banner-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
}
.banner-2 .banner-detail .banner-detail-inner .offer {
    color: #f25453; 
}
.banner-detail .banner-detail-inner span.slogan {
    display: inline-block;
    font-size: 40px;
    color: #333333;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.banner-3 .banner-detail .banner-detail-inner .banner-title  {
    color: #f25453;
}

.banner-detail .banner-detail-inner span.offer {
    color: #333333;
    font-family: "Raleway", sans-serif;
    font-style: italic;
    font-size: 40px;
    font-weight: 500;
    display: inline-block;
    margin-top: 35px;
}

.inner-banner1 {
    background: url(../images/inner-banner1.jpg) no-repeat scroll center center;
    padding: 70px 0 60px;
    margin-top: 110px;
}

.inner-banner1 .banner-detail {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0 !important;
}
.inner-banner1 .banner-detail h1 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-align: left;
}

.pagination {
    margin: 0;
}

.product-slider .owl-prev:hover, .product-slider .owl-next:hover, 
#brand-logo .owl-prev:hover, #brand-logo .owl-next:hover, 
#our-sell-pro .owl-prev:hover, #our-sell-pro .owl-next:hover, 
.banner .owl-prev:hover ,.banner .owl-next:hover,
.client-main .owl-prev:hover, .client-main .owl-next:hover, 
.sub-menu-slider .owl-next:hover, .sub-menu-slider .owl-prev:hover,
.pro_cat .owl-prev:hover, .pro_cat .owl-next:hover,
.blog-carousel .owl-prev:hover, .blog-carousel .owl-next:hover, .feture_product .owl-buttons .owl-prev:hover, .feture_product .owl-buttons .owl-next:hover  {
    background: #f25453;
}
.product-slider .owl-prev, .product-slider .owl-next, 
#brand-logo .owl-prev, #brand-logo .owl-next, 
#our-sell-pro .owl-prev, #our-sell-pro .owl-next, 
.banner .owl-prev, .banner .owl-next, 
.client-main .owl-prev, .client-main .owl-next, 
.sub-menu-slider .owl-prev, .sub-menu-slider .owl-next, 
.pro_cat .owl-prev, .pro_cat .owl-next,
.blog-carousel .owl-prev, .blog-carousel .owl-next, .feture_product .owl-buttons .owl-prev , .feture_product .owl-buttons .owl-next {
    background: #f5f5f5;
    position: absolute;
    height: 45px;
    width: 45px;
    text-align: center;
    letter-spacing: 0;
    top: 50%;
    font-size: 0;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    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-slider .owl-prev:after, #brand-logo .owl-prev:after, 
#our-sell-pro .owl-prev:after, .banner .owl-prev:after, 
.client-main  .owl-prev:after, .sub-menu-slider .owl-prev:after, .pro_cat .owl-prev:after,
.blog-carousel .owl-prev:after, .feture_product .owl-prev:after {
    content: "";
}
.product-slider .owl-next:after, #brand-logo .owl-next:after, 
#our-sell-pro .owl-next:after, .banner .owl-next:after, 
.client-main  .owl-next:after, .sub-menu-slider .owl-next:after, 
.pro_cat .owl-next:after, .blog-carousel .owl-next:after, .feture_product .owl-next:after {
    content: "";
}
.product-slider .owl-prev:hover:after, #brand-logo .owl-prev:hover:after,
#our-sell-pro .owl-prev:hover:after, .banner .owl-prev:hover:after, 
.client-main  .owl-prev:hover:after, .sub-menu-slider .owl-prev:hover:after,
.pro_cat .owl-prev:hover:after, .blog-carousel .owl-prev:hover:after, .feture_product .owl-prev:hover:after{
    color: #fff;
}
.product-slider .owl-next:hover:after, #brand-logo .owl-next:hover:after, 
#our-sell-pro .owl-next:hover:after, .banner .owl-next:hover:after, 
.client-main  .owl-next:hover:after, .sub-menu-slider .owl-next:hover:after, 
.pro_cat .owl-next:hover:after, .blog-carousel .owl-next:hover:after, .feture_product .owl-next:hover:after {
    color: #fff;
}

.product-slider .owl-prev:after, .product-slider .owl-next:after, 
#brand-logo .owl-prev:after, #brand-logo .owl-next:after, 
#our-sell-pro .owl-prev:after, #our-sell-pro .owl-next:after, 
.banner .owl-prev:after, .banner .owl-next:after,
.client-main  .owl-prev:after, .client-main  .owl-next:after, 
.sub-menu-slider .owl-prev:after, .sub-menu-slider .owl-next:after,
.pro_cat .owl-prev:after, .pro_cat .owl-next:after,
.blog-carousel .owl-prev:after, .blog-carousel .owl-next:after, .feture_product .owl-prev:after, .feture_product .owl-next:after  {
    color: #a7a7a7;
    font-size: 30px;
    line-height: 43px;
    font-family: FontAwesome;
    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-slider .owl-prev, .product-slider .owl-next {
    margin-top: -65px;
    top: 15px;
}
.feture_product .owl-buttons .owl-prev, .feture_product .owl-buttons .owl-next {
    
    top: 25px;
}
.feture_product-inner #featured_slide.owl-carousel
{
    position: static;
}
.product-slider .owl-next {
    right: 10px;
}
.feture_product  .owl-next {
    right: 0px;
}


.product-slider .owl-prev {
    right: 60px;
}
.feture_product .owl-prev {
    right: 50px;
}

.client-main .owl-next,  #brand-logo .owl-next, .blog-carousel .owl-next {
    right: 0;
}

.client-main .owl-prev, #brand-logo .owl-prev, .blog-carousel .owl-prev {
    left: 0;
}

.main-banner .owl-pagination .owl-page > span{
    height: 5px;
    width: 30px;
}
.main-banner .owl-controls .owl-pagination {
    position: absolute;
    bottom: 20px;
    text-align: center;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -0-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner .owl-prev {
    left: 20px;
}
.banner .owl-prev, .banner .owl-next {
    background: #fff;
    margin-top: 0;
    transform: translateY(0px);
}
.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 0;
}

/* - Sub-banner Style  //---------------- */

.sub-banner-effect {
    border: 2px solid #f25453;
    height: calc(100% - 30px);
    left: 15px;
    opacity: 1;
    position: absolute;
    top: 15px;
    width: calc(100% - 30px);
}

.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 {
    position: relative;
    overflow: hidden;
    background: #000;
    display: inline-block;
    max-width: 100%;
}
.sub-banner .sub-banner-detail {
    color: #333333;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
}
.sub-banner.sub-banner1 .sub-banner-detail .sub-banner-title {
    font-size: 35px;
    color: #f25453;
}

.sub-banner .sub-banner-detail .sub-banner-title {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 28px;
}
.sub-banner1 .sub-banner-detail-inner {
    padding: 0 30px;
}
.sub-banner1 .sub-banner-detail,.sub-banner.sub-banner4 .sub-banner-detail {
   
    color: #333333;
    top: 40%;
    position: absolute;
    text-align: center;
    width: 100%;
}
.sub-banner.sub-banner1 .sub-banner-detail .sub-banner-subtitle {
    color: #181e46;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 40px;
    margin-top: 15px;
    text-transform: none;
}
.sub-banner-detail .btn.btn-color {
    margin-top: 15px;
}

.sub-banner.sub-banner2 .sub-banner-detail {
    left: 20%;
}
.banner-top {
    margin-bottom: 15px;
}
.sub-banner.sub-banner2 
{
    margin-bottom: 24px;
}
.sub-banner.sub-banner3 .sub-banner-detail {
    background: rgba(24, 30, 70, 0.5) none repeat scroll 0 0;
    left: 50%;
    padding: 20px 30px;
    top: 10%;
    transform: translateX(-50%);
    width: calc(100% - 70px);   
}
.sub-banner3 .sub-banner-detail .sub-banner-title {
    color: #fff;
}

.sub-banner2 .sub-banner-title, .sub-banner3 .sub-banner-title {
    margin-bottom: 20px;
}

.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    margin-top: 20px;
}

.sub-banner.sub-banner4 .sub-banner-detail {
    top: 10%;
    text-align: left;
    left: 20px;
}
.sub-banner.sub-banner4 .sub-banner-detail .sub-banner-title {
    font-size: 35px;
}
.sub-banner4 .sub-banner-title {
    margin-bottom: 10px;
}

.sub-banner .sub-banner-detail .sub-banner-subtitle {
      color: #f25453;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    text-transform: uppercase;
}
.sub-banner .sub-banner-detail .sub-banner-type {
    color: #727272;
    font-style: italic;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.sub-banner.sub-banner3 .sub-banner-detail .sub-banner-type {
    text-transform: none;
}
.sub-banner.sub-banner5 .sub-banner-detail .sub-banner-type, .sub-banner.sub-banner7 .sub-banner-detail .sub-banner-type {
    color: #f25453;
}



/* 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 {
    border-top: 1px solid #f1f1f1;
}

.brand .owl-carousel .owl-wrapper-outer {
    border-right: 1px solid #fff;
}

.brand .item {
    margin: 30px 0;
    text-align: center;
}

.brand .item img {
    opacity: 0.5;
}

.brand .item img:hover {
    opacity: 1;
}
/* Brand-Logo CSS End */


/* Blog CSS Start */
.blog-carousel .blog-item {
    padding-left: 15px;
    padding-right: 15px;
}

.blog-media {
    overflow: hidden;
    position: relative;
}

.single-blog-content .blog-media {
    background-color: transparent;
}

.blog-item .blog-media img {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s 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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    filter: alpha(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;
}

.blog-listing .blog-item {
    margin-bottom: 30px;
}

.blog-title {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.blog-title > a {
    color: #333;
}

.blog-title > a:hover {
    color: #f25453;
}

.blog-detail > span {
    color: #333333;
    font-style: italic;
}

.blog-item:hover a.read {
    opacity: 1;
    filter: alpha(opacity=100);
}
.blog-item a.read:after {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    height: 45px;
    width: 45px;
    padding: 10px;
    text-align: center;
}
.homepage .blog-detail {
    margin-top: 0px;
}


.post-date {
    color: #f25453;
    font-style: italic;
}
.blog-detail p {
    margin-bottom: 20px;
}
.blog-detail .post-info {
    margin-top: 15px;
}
.blog-detail .post-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-style: italic;
}

#add-comment {
    display: none;
}

.comment-detail .user_name {
    color: #f25453;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.1;
    text-transform: uppercase;
}

.comment-detail {
    padding: 10px;
}

.comment-right .form-group {
    margin-bottom: 0;
}

.comment-detail .user_comment {
    margin-top: 5px;
}

/* Blog CSS End */

/* Testimonial CSS Start */
.client-bg {
    background: url(../images/testimonial-bg.jpg) repeat scroll 0 0;
    position: relative;
}

.top-shadow, .bottom-shadow {
    position: absolute;
    width: 100%;
}
.top-shadow {
    top: -10px;
}

.bottom-shadow {
    bottom: -8px;
}

.client-img {
    margin-right: 40px;
}

.client-main .item {
    display: inline-block;
}
.client-main .item p {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
    margin:10px 0; 
}

.quote1-img {
    text-align: left;
}

.quote2-img {
    text-align: right;
}

.client-img img{
    border-radius: 50%;
    border:  1px solid #f25453;
    display: inline-block;
    overflow: hidden;
}

.designation {
    color: #221b1f;
    font-size: 20px;
    font-style: italic;
}

.quote {
    border-left: 1px solid #e1e1e1;
    max-width: 670px;
    position: relative;
    padding: 20px 40px;
}

.client-main .item .client-title {
    color: #f25453;
    font-size: 20px;
    font-weight: 300;
    margin-top: 40px;
    text-transform: none;
}

.owl-pagination {
    display: inline-block;
    margin-top: 20px;
}
.owl-pagination .owl-page {
    float: left;
    margin: 0 3px;
}
.owl-pagination .owl-page > span {
    background: #fff;
    display: inline-block;
    height: 4px;
    width: 20px;
}
.owl-pagination .owl-page.active > span, .owl-pagination .owl-page:hover > span {
    background: #f25453;
}

.client-main {
    position: relative;
    overflow: hidden;
}

.client-main .owl-controls .owl-pagination {
    display: none !important;
}

.testimonial-box {
    display: inline-flex;
}

.testimonial-img {
    margin-right: 20px;
}

.testimonial-img img {
    border: 1px solid #f25453;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
}

/* Testimonial CSS End */

/* product list */
.product-grid, .product-list {
    margin-bottom: 30px;
}

.product-list .product-image {
    float: left;
    margin-right: 20px;
    width: 280px;
}

.product-list .product-item-details {
    display: table-cell;
    text-align: left;
}

.product-list .product-image .product-detail-inner, .product-item-details .product-detail-inner, .product-item-details p.description {
    display: none;
}

.product-list .product-item-details .product-detail-inner {
    background: transparent;
    position: relative;
    bottom: auto !important;
    display: block;
}

.product-list .product-item-details p.description {
    display: block;
}

.product-grid .product-thumb {
    margin: auto;
    max-width: 280px;
}
.product-thumb .image {
    background: #0f1320 none repeat scroll 0 0;
    border: 1px solid #d6d6d6;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.product-list .product-thumb .image {
    margin-right: 20px;
    float: left;
}
.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 > a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;  
    content: "";
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0.2s;
    -moz-transition: all 0.4s ease-out 0.2s;
    -o-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    background-color: #ccc;
}
.product-thumb:hover .image > a:before {
    left: 0px;
    top: 0px;
    margin: 0 0;
    background: rgba(0,0,0,0.6);
    opacity: 0.8
}

.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: #ff4772 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    height: 47px;
    left: 5px;
    padding: 11px 7px;
    position: absolute;
    top: 5px;
    transform: rotate(-45deg);
    width: 47px;
    z-index: 1
}
.product-thumb .quickview {
    background: #f0f0f0;
    color: #222;
    padding: 0;
    width:38px;
    height:38px;
    line-height:38px;
    border-radius:50%;  
    z-index: 1;
    display:inline-block;
    text-align: center;
}
.product-thumb .quickview:hover {
    background:#f25453;
}

.product-thumb .quickview:hover .fa-search {
    color:#fff;
}

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

.product-thumb h3 {
    font-size: 15px;
    line-height: 20px;
    margin:15px 0 5px
}
.product-thumb h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-thumb h3 a {
    color: #6d6d6d;
}
.product-thumb:hover h3 a {
    color: #000;
}
.product-thumb .caption {
    min-height:55px;
}
.product-list .product-thumb .caption {
    overflow:hidden;
}
.product-thumb .rating {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom:15px;
}
.rating .fa-stack {
    font-size: 5px;
}
.rating .fa-star + .fa-star {
    color: #c7c7c7;
    font-size: 15px;
}
.rating .fa-star, .table-striped .fa-star {
    color: #c7c7c7;
    font-size: 15px;
}
.rating .fa-star + .fa-star, .table-striped .fa-star + .fa-star{
    color: #ffaf47;
}
.product-item-details .label-review {
    color: #f5f5f5;
    display: inline-block;
    font-style: italic;
    padding: 0 0px 0 10px;
    line-height: 15px;
}
.product-item-details .reviewwrite {
    border-left: 1px solid #dedede;
    padding-left: 15px;
    color: #2a2931;
    font-style: italic;
}
h2.price {
    margin: 0;
}

.price {
    font-family: "Poppins",sans-serif;
}

.product-thumb .price, .product-page-price .product-price {
    color: #000;
    font-weight: 600;
    font-size:16px;
    margin-bottom: -4px;
    height: 28px;
}
.sidebar-box .pro-detail-info .price-box{
    color:#000;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
}

.sidebar-box .product-thumb .rating {
    display: block;
}

.product-page-price {
    color: #0eadc7;
    margin-bottom: 12px;
}
.product-page-price .product-price {
    font-size: 22px;
    font-family: "Poppins",sans-serif;
}
.product-thumb .price-old, .product-page-price li span {    
    color: #f25453;    
    font-weight: normal;
    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 .product-item-action {
    background: transparent;    
    padding: 0px;
    position:absolute;
    bottom:25%;
    left:0px;
    width:100%;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
}
.product-thumb:hover .product-item-action{
    bottom:25px;
}
.product-thumb .product-item-action .hover-actions{
    display:inline-block;
}
.product-thumb:hover .product-item-action {
    opacity: 1;
} 
.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 .product-thumb .image .product-item-action{
    display:none;
    opacity:0;
}
.button-group.main-product-btn button {
    border: none;
    display: inline-block;
    float: left;
    width:38px;
    height:38px;
    line-height: 38px;
    font-weight: 700;
    text-align: center;
    padding: 0;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    margin-right:8px;
}
.product-thumb .button-group button + button {
    min-width: 30px;
    margin-left:0px;
}
.product-layout .button-group.main-product-btn button:hover, .product-module .button-group.main-product-btn button:hover {
    background:#f25453;
    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-bottom: -4px;
    height: 20px;
    width: 20px;
}

.product-thumb .button-group button:last-child span.icon {
    margin-right: 0;
}

.button-group.main-product-btn button.addtocart span.icon {
    background-position: -12px -363px;
}
.button-group.main-product-btn button.whishlist span.icon {
    background-position: -12px -428px;
}
.button-group.main-product-btn button.compare span.icon {
    background-position: -12px -496px;
}
.button-group.main-product-btn .iframe span.icon {
    background-position: -12px -529px;
}
.button-group.main-product-btn button.addtocart:hover span.icon {
    background-position: -12px -329px;
}
.button-group.main-product-btn button.whishlist:hover span.icon {
    background-position: -12px -395px;
}
.button-group.main-product-btn button.compare:hover span.icon {
    background-position: -12px -462px;
}
.button-group.main-product-btn .iframe:hover span.icon {
    background-position: -12px -562px;
}



#product-product .thumbnails-image, .quickview-popup .thumbnails-image {
    position: relative;
    overflow: hidden;
}

.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;
}
.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}


.product-additional.owl-carousel .owl-buttons div {
    opacity: 0;
}

.product-additional.owl-carousel:hover .owl-buttons div {
    opacity: 1;
}

.product-additional.owl-slider .owl-controls .owl-buttons .owl-prev, .product-additional.owl-slider .owl-controls .owl-buttons .owl-next {
    background: transparent;
}

.product-additional.owl-slider .owl-controls .owl-buttons .owl-prev:hover:after, .product-additional.owl-slider .owl-controls .owl-buttons .owl-next:hover:after {
    color: #f25453;
}


/* fixed colum left + content + right*/


/* 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 */

.mfp-content {
    z-index: 1;
}

.mfp-wrap:after {
    background: url("../images/popup-loader.gif") no-repeat scroll center center #fff;
    height: 200px;
    width: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

.quickview-popup{
    background: #fff 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;
}
.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: #f25453;
    padding: 2px 10px;
    position: relative;
    z-index: 1;
}

.cate-banner .cate-banner-more a:before {
    background: none repeat scroll 0 0 #f25453;
    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 {
    
    color: #000;
}

.cate-banner:hover .cate-banner-title {
    color: #f25453;
}
/*category-banner End*/

/* - Perellex-Banner //---------------- */
.perellex-banner {
    background: rgba(0, 0, 0, 0) url("../images/perellex.jpg") no-repeat fixed center center;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.perellex-banner span.line-bottom {
    background: #f25453 none repeat scroll 0 0;
    display: inline-block;
    height: 5px;
    margin: 5px 0 20px;
    width: 70px;
}

.perellex-offer {
    color: #f25453;
    font-size: 40px;
    text-transform: uppercase;
}

.perellex-offer > span {
    font-size: 24px;
    color: #fff;
}

.perellex-title {
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}

.perellex-title > span {
    color: #f25453;
    font-weight: 700;
}

.perellex-sub-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}
/* - Perellex-Banner Ends //---------------- */


/* cat-box css Start */
.product-slider .heading-part > h2, .story_detail_part .heading-part > h2 {
    display: inline-block;
    margin: 0;
    position: relative;
    color: #333;
    font-weight: 600;
}

.product-slider .heading-part span, .story_detail_part .heading-part span {
   
    content: "";
    height: 3px;
    top: 45%;
    width: 80px;
}

.cat-img {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cat-img span {
    background: #fff;
    color: #2a2931;
    position: absolute;
    bottom: 18px;
    font-size: 18px;
    font-weight: 600;
    width: calc(100% - 80px);
    padding: 13px 0;
    left: 50%;
    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;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cat-img:hover span {
    -ms-transform: translateX(-50%) scale(0.9);
    -webkit-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
}

.cat-box-inner .pro-media img {
    transition: none 0s ease 0s;
    -moz-transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
}

.cat-img:hover img, .cat-box-inner li:hover .pro-media img {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.cat-box-inner .pro-media {
    padding-right: 20px;
    width: 155px;
    overflow: hidden;
    max-width: 50%;
    /* float: left; */
}

.cat-box-inner .pro-media a{
    overflow: hidden;
    display: block;
}

.cat-box-inner .pro-detail-info {
    max-width: 50%;
}

.pro-detail-info a {
    display: inherit;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.cat-box-inner ul li {
    display: inline-flex;
    clear: both;
    margin-bottom: 5px;
    padding: 15px 0px;
    width: 100%;
}

.cat-box:first-child .cat-box-inner ul li {
    padding-top: 0;
}

.cat-box:last-child .cat-box-inner ul li {
    padding-bottom: 0;
}

.cat-box-inner .cart-link {
    border-top: 1px solid #dedede;
    margin-top: 15px;
}

.homepage .pro-detail-info {
    max-width: 170px;
}

.cat-box-inner .price-box {
    float: none;
    display: block;
}

.cat-box-inner .cart-link button {
    background-color: transparent;
    border: medium none;
    color: #6d6d6d;
    letter-spacing: 0;
    padding: 0;
    margin-top: 15px;
    font-weight: 400;
}

.cat-box-inner .cart-link button:hover {
    color: #f25453;
}
/* cat-box css End */

/* Site Services Features Block css Star */

.service-box-bg {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 15px 0;
}

.feature-detail {
    display: inline-block;
    padding-left: 20px;
    padding-top: 20px;
}

.ser-feature-block .feature-icon  {
    background: #f6f6f6 url("../images/shipping_icon.png") no-repeat scroll 0 0;
    border: 2px solid #f25453;
    color: #737373;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    margin-left: 70px;
    float: left;
    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;
}

.ser-feature-block .feature-box .ser-title {
    font-size: 20px;
    color: #f25453;
    font-weight: 600;
    margin-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.ser-feature-block .feature-box:hover .ser-subtitle {
    color: #f25453;
}
.feature-box .feature-icon.feature1{
    background-position: 20px 24px;
}
.feature-box .feature-icon.feature2 {
    background-position: 18px -121px;
}
.feature-box .feature-icon.feature3 {
    background-position: 18px -270px;
}
.feature-box:hover .feature-icon.feature1 {
    background-position: 20px -50px;
}
.feature-box:hover .feature-icon.feature2 {
    background-position: 18px -192px;
}
.feature-box:hover .feature-icon.feature3 {
    background-position: 18px -350px;
}

.feature-box:hover .feature-icon{
    background-color: #f25453; 
}
/* Site Services Features Block css end */

/* About us page start */
.story_img_part {
    background: url("../images/about-sub-2.jpg") no-repeat scroll center center / cover ;
    height: 100%;
}

.story_detail_part b {
    color: #111924;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
/* About us page end */
/* About Page CSS Start */
.about-title {
    color: #6b6b6b;
    font-size: 35px;
    font-weight: 300;
    line-height: 55px;
}

.about-detail h2.heading {
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: none;
}
.partner-detail-main {
    height: 100%;
}

.partner-block  {
    display: inline-flex;
    overflow: hidden;
}

.partner-block ul {
    margin-bottom: -1px;
}

.partner-block ul li {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 16px;
}
.partner-block ul li:nth-child(3n) {
    border-right: none;
}

.partner-block ul li span {
    display: inline-block;
    padding: 23px 0;
    width: 100%;
    opacity: 0.5;
    transition: all 0.4s ease 0s;
}

.partner-block ul li span:hover {
  opacity: 0.8;
}

.partner-block ul li.owner-logo span {
    opacity: 1;
    filter: grayscale(100%);
}

.partner-block ul li.owner-logo span:hover {
    background-color: transparent;
    filter: grayscale(0%);
}
.team-item {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover {
    background: #6b6b6b;
}
.team-item:hover img {
    opacity: 0.2;
    transform: scale(1.1);
}
.team-item .team-item-detail {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: -40px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.team-item:hover .team-item-detail {
    opacity: 1;
    bottom: 30px;
}
.team-slider {
    position: relative;
}
#team-slider .owl-item .item {
    padding: 0 15px;
}
.customNavigation .btn {
    background: #f6f6f6;
    border-radius: 0;
    position: absolute;
    top: 50%;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.customNavigation .btn:hover {
    background: #dcbd71;
}
.customNavigation .btn.next {
    right: -40px;
}
.customNavigation .btn.prev {
    left: -40px;
}
.customNavigation .btn i.fa {
    color: #333;
    font-size: 20px;
}

.team-item .sub-title {
    color: #fff;
}
.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.listing-effect .social_icon {
    margin-top: 25px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
}
.listing-effect:hover .social_icon {
    margin-top: 5px;
}
.listing-effect .social_icon ul li {
    display: inline-block;
    margin: 0 3px;
}
.listing-effect .social_icon ul li i.fa {
    color: #bebebe;
    font-size: 20px;
    height: 40px;
    width: 40px;
    padding: 11px 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.listing-effect .social_icon ul li a i.fa:hover {
    color: #fff;
}
.listing-effect .social_icon ul li a i.fa.fa-facebook:hover {
    background: #3b5998;
}
.listing-effect .social_icon ul li a i.fa.fa-twitter:hover {
    background: #00aced;
}
.listing-effect .social_icon ul li a i.fa.fa-dribbble:hover {
    background: #f7679a;
}
.listing-effect .social_icon ul li a i.fa.fa-pinterest:hover {
    background: #cb2027;
}
.listing-effect .listing-meta {
    color: #bebebe;
}
/* About Page CSS End */

/* Sidebar CSS Start */
.pro-detail-info .rating {
    padding: 0;
    margin-top: -5px;
}

.gray-box {
    background: #f0f0f0;
    padding-bottom: 25px;
}

.sidebar-block {
    margin-bottom: -40px;
}

.sidebar-title {
    padding-bottom: 10px ;
    margin-bottom: 15px;
}

.sidebar-block .sidebar-box {
    position: relative;
}

.sidebar-title h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
}

.sidebar-title span {
    background: #f25453 none repeat scroll 0 0;
    height: 3px;
    position: absolute;
    top: 40px;
    width: 70px;
    left: 0;
}


.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;
    top: 0;
    width: 30px;
}
.listing-box .accordion-group .accordion-toggle.collapsed:after {
    background-position: -92px -375px;
}

.listing-box .accordion-group {
    border-bottom: 1px solid #ececec;
}

.listing-box .accordion-group a {
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
}
.listing-box .accordion-group .accordion-body a{
    border-bottom:0 none;
    padding:3px 0 !important;
}

.listing-box .accordion-group .accordion-inner a:first-child {
    padding-top: 0 !important;
}

.listing-box .accordion-group:first-child a {
    display: inline-block;
    width: 100%;
}
.listing-box .accordion-group:last-child {
    border-bottom: none;
}

/* .listing-box .accordion-group:last-child a {
    padding-bottom: 0;
} */

.listing-box .accordion-group .accordion-inner {
    padding:10px 0 10px 10px;
}

.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: 600;
    text-decoration: underline;
}

.price-range .price-txt {
    color: #7f7f7f;
    font-weight: 600;
}

.filter-price {
    padding: 0 8px;
}

#slider-price {
    height: 5px;
    border: none;
}

.filter-price .slider-values {
    color: #182341;
    text-align: center;
    font-family: "Poppins",sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}

.filter-group-main {
    border-bottom: 1px solid #ececec;
    margin-bottom: 20px;
}

.filter-group-main:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.filter-sidebar .radio label, .filter-sidebar .checkbox label {
    padding-left: 10px;
}

.filter-price .ui-widget-header {
    background: #f25453 !important;
}

.filter-price .ui-slider-handle.ui-state-default {
    background: #f25453 !important;
}

.ui-slider .ui-slider-handle {
    z-index: 1;
}

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

.filter-group-main .radio:first-child, .filter-group-main .checkbox:first-child {
    margin-top: 0;
}

.sidebar-contant .product-thumb {
    display: inline-flex;
    padding-bottom: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.sidebar-contant .product-thumb:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-contant .pro-detail-info .rating {
    margin-bottom: 5px;
}

.sidebar-item ul li:first-child {
    padding-top: 0;
}

.sidebar-item .pro-media {
    width: 115px;
}

.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;
    margin-top: 5px;
}

.sidebar-item .pro-detail-info .rating-summary-block {
    display: none;
}

.sidebar-item .cart-link {
    border: none;
    margin-top: 5px;
}

.sidebar-item .cart-link button {
    background-color: transparent;
    border: none;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: none;
    opacity: 1;
    margin-top: 0;
}

.sidebar-item .cart-link button:hover {
    color: #1a1a1a;
}

/* Sidebar CSS END */


/* Sorting CSS Start */

.shorting {
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
}
.shorting .view {
    float: left;
    margin-right: 20px;
}
.list-types {
    display: inline-flex;
    float: left;
    margin: 4px 0;
    padding: 0 5px;
}
.list-types.grid {
    border-right: 1px solid #dedede;
}
.list-types-icon {
    background: url(../images/grid-list.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 36px;
}
.grid-icon {
    background-position: 0 -6px;
}
.list-icon {
    background-position: -65px -6px;
}
.grid-icon:hover, .list-types.active .grid-icon {
    background-position: 0 -39px;
}
.list-icon:hover, .list-types.active .list-icon {
    background-position: -65px -39px;
}
.list-types a {
    display: inline-flex;
}
.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 .btn {
    padding: 9px 8px;
}

.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: #f0f0f0;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}
.pagination-bar ul li.active a, .pagination-bar ul li.active span {
    background: #f25453;
    color: #fff;
}

.per-page-bottom {
    padding-top: 6px;
    padding-bottom: 6px;
}
/* Sorting CSS End */

/* filter css start */
.filter-price #price-from, .filter-price #price-to {
    border: 0;
    background: none;
    width: 50px;
}
/* filter css End */

/* Product Detail Page Start         |================ */

/*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;
    z-index: 1;
}

/* Detailing Start */
.product-detail-main .product-item-details .product-item-name {
    font-size: 22px;
    font-family: "Raleway", sans-serif;
    margin-bottom: 0;
    text-transform: none;
}
.product-listing .shop-list-view .product-item {
    margin-bottom: 0;
}
.product-detail-main .product-item-details {
    margin-top: 0;
}
.product-detail-main .price-box .price {
    font-size: 22px;
}
.product-detail-main .rating-summary-block {
    margin-bottom: 20px;
}
.product-info-stock-sku {
    margin-top: 5px;
    margin-bottom: 15px;
}
.product-info-stock-sku > div {
    display: inline-block;
    margin-right: 20px;
}
.product-info-stock-sku label {
    font-weight: 400;
}
.product-info-stock-sku .price-box {
    display: inline-block;
}
.product-info-stock-sku .info-deta {
    text-transform: uppercase;
    font-weight: bold;
}
.point-tax  .point-tax-inner {
    display: inline-block;
    margin-right: 20px;
}

#product .mt-20.form-group {
    margin-bottom: 0;
}

.input-group.date button, .input-group.time button, .input-group.datetime button {
    padding: 6px;
    z-index: 1 !important;
}

.product-item-details .list-unstyled.point-left li {
    display: inline-block;
}

.extra-detail, .extra-detail a, .product-item-details .list-unstyled li, .product-item-details .list-unstyled li a {
    color: #333;
}

.product-item-details .list-unstyled li .info-deta {
    display: inline-block;
}

.product-item-details .extra-detail label, .product-item-details .list-unstyled label {
    margin-bottom: 5px;
}

.form-control {
    border-color: #dedede;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc;
}
.input-group .form-control{
    z-index: 1;
}

.product-item-details select.form-control:not([size]):not([multiple]) {
    height: 45px;
}

.product-qty {
    float: left;
    margin-right: 20px;
}
.custom-qty {
    display: inline-flex;
}
.increase.items, .reduced.items {
    background: transparent;
    border: 1px solid #dedede;
    color: #888;
    padding: 14px 16px;
    float: left;
}
.input-text.qty {
    border: 1px solid #dedede;
    border-radius: 5px;
    max-width: 50px;
    padding: 4px 13px;
    float: left;
    text-align: center;
    margin: 0 5px;
}
.share-link {
    margin-top: 30px;
}
.share-link label {
    font-weight: 400;
    float: left;
    margin-top: 6px;
    margin-right: 10px;
}

.brand-logo-pro {
    background: #fff none repeat scroll 0 0;
    text-align: center;
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 20px;
}

.brand-logo-pro .brand-name {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding-top: 5px;
    margin-top: 5px;
}

.bottom-detail ul li {
    display: inline-block;
    padding: 0 5px;
}

.product-detail-main .bottom-detail ul li {
    padding: 0 10px;
    border-right: 1px solid #cccccc; 
}

.bottom-detail ul li:last-child, .bottom-detail ul li.pro-cart-icon {
    border-right: medium none;
}

.bottom-detail ul li:first-child {
    padding-left: 0;
}

.bottom-detail ul li span {
    background: url(../images/sprite.png) no-repeat scroll 0 0;
    display: inline-block;
    height: 25px;
    width: 30px;
    margin-bottom: -8px;
    margin-right: 7px;
    transition: all 0.4s ease 0s;
}

.product-detail-main .product-item-details .product-qty ~ .bottom-detail {
    border: none;
    padding: 0;
}
.product-detail-main .product-item-details .bottom-detail {
    display: inline-block;
}

.bottom-detail ul li.pro-cart-icon span {
    background-position: -45px -233px;
}
.bottom-detail ul li.pro-cart-icon:hover span {
    background-position: -45px -267px;
}

.product-detail-main .bottom-detail ul li.pro-cart-icon span {
    background-position: -9px -326px;
}

.bottom-detail ul li.pro-wishlist-icon span {
    background-position: -50px -301px;
}
.bottom-detail ul li.pro-wishlist-icon:hover span {
    background-position: -50px -335px;
}
.bottom-detail ul li.pro-wishlist-icon.active span {
    background-position: -50px -424px;
}

.bottom-detail ul li.pro-compare-icon span {
    background-position: -14px -462px;
}
.bottom-detail ul li.pro-compare-icon:hover span {
    background-position: -14px -492px;
}

.bottom-detail ul li.pro-quickview-icon span {
    background-position: -14px -462px;
}
.bottom-detail ul li.pro-quickview-icon:hover span {
    background-position: -14px -492px;
}

.bottom-detail ul li.pro-email-icon span {
    background-position: -49px -459px;
}
.bottom-detail ul li.pro-email-icon:hover span {
    background-position: -49px -493px;
}

.bootstrap-datetimepicker-widget {
    z-index: 1 !important;
}


/* Detailing End */

/* Product Page Tab CSS Start */
.nav-tabs {
    border-bottom: 1px solid #e1e1e1;
}
.nav-tabs > li > a {
    border-color: #eee #eee #ddd;
}
.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 > a {
    background-color: transparent;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border: none;
    margin-bottom: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    color: #000;
}

.product-detail-tab .nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}

.nav-tabs > li > a.selected, .nav-tabs > li > a.selected:hover, .nav-tabs > li > a.selected:focus {
    background: #f25453;
    border: medium none;
    color: #ffffff;
}
.tab-content {
    border-bottom: 1px solid #e1e1e1;
    padding: 20px 0;
}

.tab-content > .selected{
    display: block;
}

.product-listing .tab-content {
    border: medium none;
    padding: 0;
}
.Description, .items-Product-Tags, .items-Reviews, .comments-area-main {
    line-height: 25px;
}
.tab-content ul li strong {
    font-weight: 500;
    color: #222;
}
.items-Description, .items-Product-Tags, .items-Reviews {
    display: none;
}
.items-Description.selected, .items-Product-Tags.selected, .items-Reviews.selected {
    display: block;
}

.rating-box li {
    float: left;
}

.opened-box li {
    margin-right: 10px;
}

.tc-agree {
    margin-top: 10px;
}

.tc-agree > span {
    margin-right: 5px;
}

.card-body .buttons {
    display: inline-block;
    width: 100%;
}
/* Product Page Tab CSS End */

/* Cart Page End |----------- */
.commun-table th span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}
.commun-table td .product-title {
    min-width: 300px;
}
table.table {
    border: 15px solid #f5f5f5;
    border-top: none;
    margin-bottom: 0;
}
.table-bordered{
    border: 1px solid #dee2e6 !important;
}
.complete-order-detail table.table {
    border-top: 15px solid #f5f5f5;
}
.commun-table .table thead tr th {
    background: #f5f5f5;
    border-bottom: none;
    padding: 22px 20px;
}
.cart-item-table .table tbody tr td {
    padding: 20px 25px;
    vertical-align: middle;
}
.cart-total-table .table tbody tr td {
    padding: 10px 25px;
    vertical-align: middle;
}
.cart-total-table .table thead tr th {
    padding: 15px 25px;
    vertical-align: middle;
}
.commun-table .table tbody tr:first-child td {
    border-top: medium none;
}
.cart-item-table thead tr th:first-child, .cart-item-table tbody tr td:first-child {
    max-width: 110px;
}
.cart-item-table tbody tr td:last-child, .cart-item-table thead tr th:last-child {
    text-align: center;
}
.commun-table th ul li {
    text-align: left;
    float: left;
    margin-right: 30px;
}
.commun-table th ul li .price {
    font-size: 14px;
}
.commun-table th ul li:last-child {
    margin-right: 0;
    float: right;
}
.complete-order-table tbody tr td:last-child, .complete-order-table thead tr th:last-child {
    text-align: left;
}
.commun-table .table tbody tr td i.cart-remove-item {
    color: #ff0000;
    font-size: 18px;
    cursor: pointer;
}
.commun-table tbody tr td .input-box select {
    width: 100px;
    padding: 5px;
}
.cart-total-table .table tbody tr td b {
    font-size: 16px;
    color: #222;
}
.cart-total-table .table tbody tr td .price {
    color: #222;
    font-size: 14px;
    font-weight: 500;
}
.estimate select {
    padding: 12px 10px;
}
.cart-btn-group {
    float: left;
    margin-right: 5px;
}

.cart-btn-group button {
    padding: 10px 15px;
}

/* Search page css start */
.search-criteria {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.searching-fild {
    margin-bottom: 10px;
}

.searching-fild label {
    padding-left: 0;
}
/* Search page css end */

/* Checkout Page css start */
/* .alert-dismissible .close {
    right: 0;
    top: 0;
} */

.card-primary {
    background: #337ab7;
}

.card-primary .card-title, .card-primary .card-title a {
    color: #fff;
}

.card + .card {
    margin-top: 5px;
}

.card .card-body{
    padding: 20px;
}

.card-header {
    padding: 10px 15px;
}

.card-header .card-title {
    margin: 0;
}

#modal-shipping .modal-content {
    padding: 20px;
    background: #fff;
}
/* Checkout Page css End */
.list-types.grid {
    border-right: 1px solid #dedede;
}
.bottom-detail ul li.pro-wishlist-icon.active span {
    background-position: -50px -424px;
}