h5 span,
h6 span {
    color: #e62858;
    letter-spacing: 1px;
    font-size: 16px;
}
h5 {
    font-size: 18px;
    font-weight: 700;
}
.gray-bg {
    background-color: #f8f8f8;
}

.gray-a a {
    color: #959595;
}

hr.xs {
    background-color: #fff;
    height: 1px;
    width: 100px;
    margin: 0 auto;
}

.relative {
    position: relative;
}

.fix {
    overflow: hidden;
}

.vcenter {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

.text-white {
    color: #ffffff;
}

.normal {
    font-weight: 400;
}

.hover-zoom-img {
    overflow: hidden;
}

.hover-zoom-img img {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.hover-zoom-img:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
    filter: contrast(0.5)
}

.under-up-line {
    padding: 10px 0;
    position: relative;
}

.under-up-line:after,
.under-up-line:before {
    background-color: #ffffff;
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 50px;
}

.under-up-line:after {
    bottom: 0;
    top: auto;
}

.title-bar {
    background-color: #e62858;
    height: 2px;
    margin: 20px auto;
    max-width: 100%;
    position: relative;
    width: 200px;
}

.title-bar:after,
.title-bar:before {
    background-color: #e62858;
    content: "";
    height: 20px;
    left: 46%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 2px;
}

.title-bar:after {
    left: 54%;
}

.footer-title-bar {
    background-color: #e62858;
    height: 2px;
    margin: 20px 0;
    position: relative;
    width: 100px;
}

.footer-title-bar:after,
.footer-title-bar:before {
    background-color: #e62858;
    content: "";
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(20deg);
    transform: translateY(-50%) rotate(20deg);
    width: 2px;
}

.footer-title-bar:before {
    right: -15px;
}

.single-prodect {
    position: relative;
}

.product-image {
    overflow: hidden;
}

.single-prodect .product-image img {
    -webkit-filter: blur(0px);
    filter: blur(0px) -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-prodect:hover .product-image img {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.stc-msg {
    background-color: #e62858;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-style: italic;
    height: 50px;
    left: 20px;
    line-height: 3.4;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 50px;
    z-index: 4;
}

.stc-msg:after {
    border-color: #e62858 transparent #e62858 #e62858;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 96%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    z-index: -1;
}

.stc-msg.sky {
    background-color: #00bff3;
}

.stc-msg.sky:after {
    border-color: #00bff3;
    border-right-color: transparent;
}

.section-bg {
    background-color: #f8f8f8;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.section-bg img {
    min-height: 100%;
    min-width: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-red {
    background-color: #e62858;
    color: #ffffff;
    display: inline-block;
    padding: 3px 10px;
}

.bg-red.space {
    margin: 20px 0;
    padding: 15px 20px;
}

.count-down li {
    color: #221f1f;
    font-weight: 400;
    text-align: center;
}

.red-border-box {
    border: 1px solid #e62858;
    border-radius: 2px;
    font-size: 20px;
    height: 50px;
    line-height: 2.3;
    margin: 10px 0;
    width: 50px;
}

.single-prodect {
    overflow: hidden;
}

.pro-view-menu {
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.pro-view-menu a {
    background-color: #52122b;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 2.4;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    text-align: center;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 40px;
}

.single-prodect:hover .pro-view-menu a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    margin: 10px 0;
}

.single-prodect .pro-view-menu a:hover {
    background-color: #e62858;
    color: #ffffff;
}

.single-prodect .rating {
    bottom: -100px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 4;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.rating li {
    padding: 0 3px;
}

.rating li.active {
    color: #e62858;
}

.pro-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: translate(20px, 20px);
    transform: translate(20px, 20px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 2;
}

.single-prodect:hover .pro-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.single-prodect:hover .rating {
    bottom: 10px;
}

.section-overlay:after {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}

.section-overlay-red.section-overlay:after {
    background-color: #52122b;
}

.subscribe-form .btn-subs {
    background-color: #e62858;
    color: #ffffff;
    min-height: 40px;
}

.subscribe-form .btn-subs:hover {
    background-color: #cf2651;
}

hr.xs.dark-bg,
.dark-bg {
    background-color: #282830;
    color: #959595;
}

.dark-bg a {
    color: #959595;
}

.footer-list-menu li {
    border-bottom: 1px solid #959595;
}

.footer-list-menu li:last-child {
    border-bottom: none;
}

.footer-list-menu li a {
    display: block;
    padding: 10px 0;
}

.footer-list-menu li a:before {
    content: "";
    display: inline-block;
    font-family: icofont;
    margin-left: -10px;
    margin-right: 5px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.footer-list-menu li a:hover:before {
    margin-left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.card-menu li a {
    display: inline-block;
    font-size: 22px;
    height: 30px;
    text-align: center;
    width: 30px;
}

#mainmenu ul.nav.navbar-nav li a {
    font-weight: 500;
    background: none;
    position: relative;
}

#mainmenu ul.nav.navbar-nav li.open > a,
#mainmenu ul.nav.navbar-nav li.active > a,
#mainmenu ul.nav.navbar-nav li:hover > a {
    color: #e62858;
}

.cart-notipication sup {
    background-color: #e62858;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 15px;
    line-height: 1.3;
    right: 12px;
    text-align: center;
    top: 5px;
    width: 15px;
}

.cart-notipication > a {
    font-size: large;
    line-height: 1;
}

.dropdown:hover li.cart-notipication > a {
    color: #e62858;
}

.search-box,
.dropdown-menu.notification-bord {
    margin-top: 18px;
    min-width: 300px;
    padding: 0;
}

.notification-bord .panel-heading {
    padding-bottom: 20px;
    padding-top: 20px;
}

table.table tbody tr:first-child td {
    border-top: medium none;
}

.thumb-80 {
    width: 80px;
}

.notification-bord:after {
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    content: "";
    height: 0;
    position: absolute;
    right: 20px;
    width: 0;
}

.scrollable {
    max-height: 200px;
    overflow-y: scroll;
}

.dropdown.mega-dropdown {
    position: static;
}

.dropdown-menu.mega-menu {
    left: 0;
    margin: auto;
    padding: 30px;
    right: 0;
    width: 90%;
}

.mega-menu .dropdown-header {
    border-bottom: 1px solid #dddddd;
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px;
    padding: 10px 0;
}

#mainmenu ul.nav.navbar-nav ul li a {
    color: #777777;
    display: block;
    font-weight: 400;
    padding: 10px 0;
}

#mainmenu ul.nav.navbar-nav .dropdown-menu.dropdown-static li a {
    padding: 15px;
}

.dropdown-menu.dropdown-static {
    padding: 0;
}

#mainmenu ul.nav.navbar-nav .dropdown-menu.dropdown-static li {
    border-bottom: 1px solid #dddddd;
}

#mainmenu ul.nav.navbar-nav .dropdown-menu.dropdown-static li:last-child {
    border: none;
}

.dropdown-menu {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

.dropdown-menu.dropdown-static {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.mega-dropdown > a:before,
.dropdown-menu.dropdown-static:after {
    border-bottom: 10px solid #dddddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 100%;
    content: "";
    position: absolute;
    right: 8px;
}

.mega-dropdown a:before {
    right: 10px;
    top: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mega-dropdown:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.sort-button .btn {
    background-color: #f2f2f2;
    border: medium none;
    font-size: 16px;
    padding: 10px 16px;
}

.sort-button .active .btn.btn-default,
.sort-button .btn.btn-default:hover {
    background-color: #e62858;
    color: #ffffff;
}

.active-page li.active {
    color: #e62858;
}

#category ul > li.panel > a {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 10px 0;
}

#category > ul > li {
    margin: 0;
}

#category ul > li.panel > a {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 10px 0;
}

#category > ul > li {
    margin: 0;
}

#category ul li.panel ul li a:before {
    content: "\eb27";
    font-family: icofont;
    margin-right: 10px;
}

#category ul li.panel ul li a {
    display: block;
    padding: 5px 0;
}

.color li a {
    background-color: #f2f2f2;
    box-shadow: 0 0 2px 5px #f2f2f2;
    display: block;
    height: 15px;
    margin: 0 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 15px;
}

.color li.red a {
    background-color: #e62858;
}

.color li.green a {
    background-color: #37be25;
}

.color li.blue a {
    background-color: #1bb3ec;
}

.color li.white a {
    background-color: #ffffff;
}

.color li.black a {
    background-color: #000000;
}

.size li a {
    display: block;
    height: 30px;
    line-height: 2.1;
    width: 30px;
}

.size li a:hover {
    background-color: #e62858;
    color: #ffffff;
}

.product-priview .carousel-indicators li {
    border: 1px solid transparent;
    border-radius: 0;
    display: block;
    height: auto;
    margin-bottom: 10px;
    text-indent: 0;
    width: 90px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-priview .carousel-indicators li.active {
    border-color: #e62858;
}

.product-priview .carousel-indicators {
    height: 100%;
    left: 0;
    margin-left: 0;
    top: 0;
    width: 100px;
}

.carousel.slide.product-priview {
    padding-left: 100px;
}

.product-priview .pro-slide-con {
    background-color: #e4e4e4;
    color: #ffffff;
    height: 60px;
    line-height: 4.2;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
}

.product-priview .pro-slide-con:hover {
    background-color: #e62858;
}

.product-priview .pro-slide-con.right {
    left: auto;
    right: 0;
}

.quit li:after {
    content: ",";
    margin-left: 10px;
}

.quit li:last-child:after {
    content: "";
}

.rating-add li:hover a {
    color: #e62858;
}

.btn.btn-danger {
    border-radius: 3px;
    padding: 0.8em 3em;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 600;
}

.well {
    background-color: #ffffff;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.well..well-lg {
    padding: 40px;
}

.large {
    font-size: 100px;
    padding: 10px;
    ;
}

.medium {
    font-size: 60px;
}

.small {
    font-size: 30px;
    padding: 10px;
    line-height: 1;
}

.choose .well:hover {
    background-color: #e62858;
    color: #ffffff;
}

.choose .well:hover .text-uppercase {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
}

#maps {
    width: 100%;
    height: 400px;
}

.light {
    color: #959595;
    font-weight: 300;
}

.tabe-pane {
    display: none;
}

.sami-bold {
    font-weight: 500;
}

.gray-p p {
    color: #959595;
}

.read-more i {
    margin-left: -6px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.read-more:hover i {
    margin-left: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.single-blog {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 2px solid transparent;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.single-blog:hover {
    border-color: #e62858;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.blog-hover-content {
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    width: 100%;
    z-index: 1;
}

.single-blog:hover .blog-hover-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-hover-content:before {
    background-color: #363636;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
}

.blog-hover-content a {
    background-color: #52122b;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    height: 40px;
    line-height: 2.7;
    width: 40px;
}

.blog-hover-content a:hover {
    background-color: #e62858;
    color: #ffffff;
}

.blog-nav-slide .owl-nav {
    bottom: 10px;
    position: absolute;
    right: 5px;
}

.blog-nav-slide .owl-nav .owl-next,
.blog-nav-slide .owl-nav .owl-prev {
    background-color: #52122b;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    height: 26px;
    line-height: 1.7;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 26px;
}

.blog-nav-slide .owl-nav .owl-next:hover,
.blog-nav-slide .owl-nav .owl-prev:hover {
    background-color: #e62858;
}

.blog-video-button {
    color: #e62858;
    font-size: 36px;
}

.blog-video-button:hover {
    color: #52122b;
}

.blog-pagi-slide .owl-controls .owl-dots {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.blog-pagi-slide .owl-controls .owl-dots .owl-dot {
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 3px;
    width: 10px;
}

.blog-pagi-slide .owl-controls .owl-dots .owl-dot.active {
    background-color: #e62858;
}

blockquote {
    position: relative;
    padding-right: 100px;
}

blockquote:after {
    content: url("../images/single-blog/icon-1.png");
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.add-overlay {
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 0;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 1;
}

.add-box:hover .add-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.add-overlay:before {
    background-color: #000000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.add-overlay:after {
    border: 1px solid #e62858;
    bottom: 10px;
    content: "";
    left: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: -1;
}

.base {
    background-color: #e62858;
    border-radius: 50%;
    bottom: 30px;
    height: 80px;
    position: absolute;
    right: 30px;
    width: 80px;
    z-index: 2;
    padding: 6px;
}

.italic {
    font-style: italic;
}

.base:before {
    border-color: #e62858 #e62858 #e62858 transparent;
    border-style: solid;
    border-width: 20px 40px 20px 20px;
    content: "";
    left: -50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

#scrollUp {
    background-color: #e62858;
    border-radius: 1px;
    bottom: 30px;
    color: #ffffff;
    height: 30px;
    line-height: 2;
    right: 30px;
    text-align: center;
    width: 30px;
}

#scrollUp:hover {
    background-color: #cf2651;
}

.circleLoader {
    width: 60px;
    height: 60px;
    margin: 20px auto;
    position: relative;
}

.circleLoader:before,
.circleLoader:after {
    content: " ";
    border-radius: 50%;
    border: solid 3px #e62858;
    position: absolute;
    width: 2px;
    height: 2px;
    top: 24px;
    left: 24px;
    opacity: 0;
}

.circleLoader:before,
.circleLoader:after {
    -webkit-animation: expand 1s;
    /* Chrome, Safari, Opera */
    animation: expand 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.circleLoader:after {
    -webkit-animation-delay: 1.1s;
}


/* Standard syntax */

@-webkit-keyframes expand {
    0% {
        width: 2px;
        height: 2px;
        top: 24px;
        left: 24px;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        opacity: 0.2;
    }
}

@keyframes expand {
    0% {
        width: 2px;
        height: 2px;
        top: 24px;
        left: 24px;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        opacity: 0.2;
    }
}

.preeloader {
    background-color: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
}

.modal .carousel .item img {
    width: 100%;
}

.right.modal-slide-control {
    left: auto;
    right: 0;
    border-radius: 2px 0 02px;
}

.modal-product-photo-slide .modal-slide-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    border: 1px solid #ffffff;
    display: block;
    height: 50px;
    text-align: center;
    line-height: 2.3;
    background-color: #ffffff;
    font-size: 20px;
    border-radius: 0 2px 2px 0;
}
.btn-success.add-to-cart {
  background-color: #e62858;
  border-color: #e62858;
  padding: 10px 30px;
    height: 40px;
    font-size: 14px;
}
.new-price {
  font-weight: 700;
  margin-right: 10px;
  font-size: 30px;
}