
@font-face {
    font-family:  Arial, Helvetica, sans-serif !important;
  
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family:  Arial, Helvetica, sans-serif !important;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif !important;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline h3 {
    font-size: 18px;
    margin-top: 0;
}

.headline-white {
    color: #fff;
}

.bg-gray {
    background: #f2f3f3!important;
}

.bg-white {
    background: #ffffff!important;
}

.top {
	width: 100%;
	height: 40px;
	background: #ececec;
}

.top .left {
	float: left;
}

.top .left ul {
	padding-top: 8px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
	color: #0d1452;
}

.top .left ul li i {
	color: #0d1452;
}

.top .right {
	float: right;
}

.top .right ul {
	padding-top: 8px;
}

.top .right ul li {
	list-style-type: none;
	float: left;
	/*margin-left: 5px;*/
margin-left: 15px;
}

.top .right ul li ul li {
    list-style-type: none;
    float: right;
    /*margin-left: 5px;*/
margin-left: 15px;
}



.top .right ul li a {
	color: #0d1452;
	/*width: 24px;
	height: 24px;*/
	line-height: 24px;
	text-align: center;
	/*border-radius: 50%;*/
	display: block;
	transition: all 0.4s ease;
}

.top .right ul li a:hover {
	background: #0d1452;
	color: #fff;
}

.header {
	width: 100%;
	height: auto;
	background: #fff;
}

.header .inner {
	height: auto;
	display: table;
}

.header .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .logo img {
	max-width: 100%;
	height: 80px;
}

.header .navbar-form .form-control {
	width: 300px;
}

.header .search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.header .search-area .form-group {
	width: calc(100% - 84px);
}

.header .search-area button {
	width: 80px;
}

.header .search-area form {
	width: 100%;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 14px;
    color: #0d1452;
}

.header .right ul li a {
	color: #0d1452;
}

.header .navbar-form .search-top {
    width: 100%;     
}

.nav {
   /* background: #0d1452;*/
}

.menu-container {
    width: 100%;
    margin: 0 auto;
   /* background: #0d1452;*/
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: #444;
}

.menu-mobile:hover {
    /*color: #fff;*/
    color: #444;
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 1.5rem;
    padding: 0;
    float: left;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.mm_bar
{
    display: none;
}

.header.style2 .mini-cart .count {
  top: -5px;
  right: -10px;
}

.menu-dropdown-icon:before {
    content: "\f078";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
   /* display: table;*/
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    /*background: #76767e;*/
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    /*text-decoration: none;*/
    text-transform: uppercase;
    padding: 1.1em 8px;
    display: block;
   /* color: #fff; */

   color: #444 !important;
   /*letter-spacing: 2px;*/
   font-size: 14px;
margin: 3px -2px 3px 3px;
}

.menu > ul > li a:hover {
  /* color: #e3353f !important; */
   /* color: #000 !important; */

   color: #141316 !important; 
}
.menu > ul > li:hover {
    /*background: #333;*/
    background: #FFCA23;

    
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f0f0f0;
    padding: 20px;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
text-transform: full-size-kana;    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
/* font-size: 14px;*/    
    font-size: 15px;
    color: #333;
text-transform: inherit !important;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #333;
}

.welcome h2 {
    color: #fff;
    margin-bottom: 25px;
}

.welcome p {
    color: #fff;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
}

.welcome p.button a {
    background: #0d1452;
    color: #fff;
    padding: 10px 14px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.welcome p.button a:hover {
    background: #fff;
    color: #0d1452;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
}

.service .item {
    text-align: center;
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #0d1452;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
}

.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 0;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #353535;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: #0d1452;
}

.product .item {
	border: 2px solid #e5e5e5;
}

.product .text {
    background: #F2F3F3;
    padding: 14px;
    overflow: hidden;
}

.product .text del {
    color: #9d9d9d;
}

.product .text h3 {
    font-weight: 700;
    text-align: center;
    color: #353535;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 0;
}

.product .text h3 a {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.product .text h3 a:hover {
    text-decoration: none;
}

.product .text h4 {
    color: #0d1452;
    text-align: center;
    font-size: 18px;
}

.product .text p {
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 14px;
}

.product .text p a {
    background: #0d1452;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}
.product .out-of-stock {
    width: 100%;
    text-align: center;
}

.product .out-of-stock .inner {
    display: inline-block;
    background: #0d1452;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
    text-decoration: line-through;
}

.product .text .rating {
    text-align: center;
}

.product .text p a:hover {
    background: #333;
}

.product .item .thumb {
    position: relative;
    overflow: hidden;
}

.product .item .thumb .photo {
    width: 100%;
    /*height: 280px;*/
   /* height: 280px;*/
   height: 420px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product .item .thumb .overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(255, 255, 255, 0.6);
}

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid #e5e5e5;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid #e5e5e5;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}


.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 9999;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #0d1452;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}



.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #2a2a2a;
}
.footer-main h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #525252;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0d1452;
    left: 0;
    bottom: -2px;
    height: 4px;
}
.footer-main .footer-col p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
}
.footer-main .footer-col p a {
    color: #a3a3a3;
}
.footer-main .footer-col p span {
    display: block;
    color: #a3a3a3;
}
.footer-main .footer-col ul li {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color: #a3a3a3;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: #dedede;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background: #141314;
    padding: 14px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: #a3a3a3;
    text-align: center;
}


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: #0d1452;
    color: #fff;
    border: 4px solid #0d1452;
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
}
ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 99999999;
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #0d1452;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
}

.product .p-price {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.product .p-price span {
    font-size: 30px;
}

.product .p-price del {
    color: #c7c7c7;
}

.product .p-short-des {
    margin-bottom: 30px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: #0d1452;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    /*border: 0;
    padding: 10px 14px;
    background: #0d1452;
    color: #fff;*/
    border: 0;
padding: 10px 14px;
background: #FFCA23;
color: #000;
font-size: 20px;
font-weight: bold;
}

.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #333;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
}
.review-form .btn-default {
    background: #0d1452;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 14px;
}
.rating-section {
    margin-bottom: 14px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}

.page-banner .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #333;
}

.page-banner h1 {
    color: #fff;
    text-align: center;
    z-index: 999;
    position: relative;
}

.page {
    width: 100%;
    height: auto;
    padding-top: 50px;
   /* padding-bottom: 50px; */
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0d1452;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
}

.cart table img {
    width: 100px;
}

.cart table tr td {
    vertical-align: middle;
}

.cart input[type="number"] {
    height: 30px;
    width: 70px;
    border: 2px solid #c7c7c7;
    padding-left: 10px;
    padding-right: 10px;
}

.cart table tr td .trash {
    color: #0d1452;
    font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 14px;
}

.cart-buttons {
    width: 100%;
    float: right;
    margin-top: 40px;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
    background: #0d1452;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #fff;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    background: #333;
    color: #fff;
}


.cform input[type="submit"] {
    background: #0d1452;
    border: 0;
}

.cform address span,
.cform address a span {
    color: #0d1452;
}

.page iframe {
    width: 100%;
}


.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: Arial, Helvetica, sans-serif !important;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #333;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    background: #444;
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 100%;
    height: auto;
}

.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #0d1452;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #0d1452;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #333;
}

.blog h3 a:hover {
    color: #0d1452;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #0d1452;
    font-size: 14px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #0d1452;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #333;
}

.blog h1 {
    font-size: 24px;
    color: #0d1452;
    font-weight: bold;
}

.blog h2 {
    font-size: 20px;
    color: #0d1452;
    font-weight: bold;; 
}

.blog h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #0d1452;
    font-weight: bold;
}

.blog h5 {
    font-size: 14px;
    color: #0d1452;
    font-weight: bold;
}

.blog h6 {
    font-size: 12px;
    color: #0d1452;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
   font-family: Arial, Helvetica, sans-serif !important;
    background: #0d1452;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #0d1452;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #333;
}

.blog .pagination ul li a.active {
    background: #333;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #0d1452;
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget-search input:focus {
    border: 2px solid #0d1452;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #0d1452;
    background: #0d1452;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.widget h4 {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0d1452;
}

.widget ul li {
    display: block;
    float: none;
    color: #333;
    /*position: relative;
    padding-left: 15px;*/
    margin-bottom: 10px;
}

.widget ul li:before {
   
    font-family: 'FontAwesome';
    position: absolute;
    color: #333;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #333;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #0d1452;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #0d1452;
    border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 2px solid #DDD; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #0d1452 !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #0d1452; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 14px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #0d1452;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.breadcrumb {
    background: #fff;
    margin-top: -40px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #0d1452;
}
.breadcrumb ul li:last-child {
    color: #333;
}

.breadcrumb ul li a {
    color: #0d1452;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 500px;
}

.home-newsletter {
    padding: 80px 0;
    background: #5C5D60;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}
.home-newsletter .single h2 {
    /*font-size: 22px;*/
    color: black;
    text-transform: uppercase;
   /* margin-bottom: 40px; */
    margin-top: 0;
}
.home-newsletter .single .form-control {
    height: 50px;
    border-color: #333;
    outline: none;
}
.home-newsletter .single .btn {
    min-height: 50px;
    background: #333;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.hp4banners {
  width: 100%;
  cursor: pointer;
}

.bottomline1 {
  border-bottom: 2px solid #ccc;
  width: 130px;
  display: block;
  margin-top: 20px;
  position: relative;
  top: -11px;
  right: 10px;
}
.bottomline2 {
  border-bottom: 2px solid #ccc;
  width: 130px;
  display: block;
  margin-top: 20px;
  position: relative;
  top: -11px;
  left: 10px;
}

.bottomimgdiv {
  display: flex;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  margin-top: 15px;
}

.gridcontainer2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*------------------mega menu start----------------*/

.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 6px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.left.carousel-control {
  right: 30px;
  left: inherit;
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}

/*-----------------mega menu end-------------------*/


.top_icons_sp
{
    margin: 1px 8px 0px 0px;
}
.header.style2 .mini-cart .count {
  top: -1px;
  right: -10px;
}

.mini-cart .count {
  background-color: #999 !important;
  margin: -30px -13px 0 15px;
}


.mini-cart .count {
  background-color: rgb(3, 147, 60);
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 16px;
  line-height: 18px;
  /*position: absolute;*/
  right: 40px;
  text-align: center;
  top: 30px;
  width: 15px;
  right: -8px;
}

.dropdown-toggle {
  color: #444 !important;
}

.nav.navbar-nav {
  font-size: 16px !important;
  margin: 5px 0px -12px 6px !important;
}

.nav.navbar-nav li a {
  color: #444 !important;
   text-transform: uppercase;
   font-size: 14px;
}


#gallery {
   line-height:0;
   -webkit-column-count:5; /* split it into 5 columns */
   -webkit-column-gap:5px; /* give it a 5px gap between columns */
   -moz-column-count:5;
   -moz-column-gap:5px;
   column-count:5;
   column-gap:5px;
}

#gallery img {
   /*width: 100% !important;*/
   height: auto !important;
   margin-bottom:5px; /* to match column gap */
}

@media (max-width: 1200px) {
   #gallery {
    -moz-column-count:    4;
    -webkit-column-count: 4;
    column-count:         4;
   }
}

@media (max-width: 1000px) {
   #gallery {
    -moz-column-count:    3;
    -webkit-column-count: 3;
    column-count:         3;
   }
}

@media (max-width: 800px) {
   #gallery {
    -moz-column-count:    2;
    -webkit-column-count: 2;
    column-count:         2;
   }
}

@media (max-width: 400px) {
   #gallery {
    -moz-column-count:    1;
    -webkit-column-count: 1;
    column-count:         1;
   }
}

#gallery img:hover {
   filter:none;
}

.blogdate2 {
  color: #444;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}

.blog-date2.blogdate2 {
  font-size: 14px;
  font-weight: 800;
  margin: 0px 0px 10px 0px;
}



.drpdn_1{
  /*border-radius: 5px !important;*/
/*width:30%;*/
}


.top .right ul li a drpdn_1 a:hover {
  color: #0d1452;
  /*width: 24px;
  height: 24px;*/
  line-height: 24px;
 /* text-align: center;*/
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
}

.drpdn_1 a:hover
{
color: #0d1452;
line-height: 24px;
/*text-align: center;*/
border-radius: 5%;
display: block;
transition: all 0.4s ease;
}


.logo_imgs
{
    width:150px;
    float: left;
    margin: -12px 10px -10px 7px;
}

.blog_contnt
{
text-align: justify;
height: 130px;
margin: 8px 14px;
}
.frm_border
{
border: 2px solid #ffec01;
padding: 45px 0px 12px 0;
}

.user_ctrl_design
{
border: 1px solid silver;
padding: 6px 18px 18px 18px;
background: #dcdce7;
border-radius: 15px;
}

.log_img_1
{
    text-align: center !important;
}

.log_img_2
{
    margin: 20px 0px 7px 0px;
    width: 150px !important; 
    
}
.fa.fa-search-plus {
  color: #fff;
}

.blog_tit_date_val_1
{
    text-align: right;
margin: 5px 5px 0px 0px;
font-size: 18px;
font-weight: bold;
}

.blog_tit_val_2
{

font-size: 18px;
font-weight: 800;
}

.blog_tit_val_3
{

font-size: 26px;
font-weight: 800;
text-transform: uppercase;
padding: 2px 0px 11px 10px;
}

.tab_menu_val1
{
    margin: 0px 10px 7px 10px;
}

.search_l
{
float: right;
margin: 1px 5px 0px 0px;
font-size: 20px;
}
.search_2
{
  margin: 0px 0 0 0;
  text-align: right;
  font-size: 19px;  
}

.search_2:hover
{
    color: #d81925;
}

.m_popup_val_1
{
    margin: 13px 0px 0px 0px !important;
    font-size: 20px;
    color: #444;
}
.imaps_1
{
    margin: 3px 11px 0px 0px;
}

.tab_menu_val2
{
    list-style: none;
float: right;
margin: 17px 0px 0px 0px;
padding: 0px 6px 0px 0px;
font-size: 14px;
color: #444 !important;

}

.top_icon_val1
{
    color: #444;
}

.top_icon_val1:hover
{
    color: #c00415;
}
.serch_optn {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
}
.serch_optn_btn
{
    border: 1px solid #ccc;
}

.serch_optn_btn:hover {
  background-color: #ccc !important;
}
.serch_optn {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
    margin: 52px 0 0 0;
}
.serch_optn_btn
{
    border: 1px solid #ccc;
}

.serch_optn_btn:hover {
  background-color: #ccc !important;
}







/*-----------------------------------------------------------------------------------

    Template Name: shopick - eCommerce Responsive Bootstrap Template
    Template URI: http://codecarnival.net
    Description: This is html5 template
    Author: codecarnival
    Author URI: http://codecarnival.net
    Version: 2.0.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    
    1. Theme Default CSS (body, link color, section etc)
    2. Header
      2.1  Header-Top
      2.2  Main-Header
    3. Slider-Area
    4. Banner-Area
    5. New-Collection-Area
    6. Product-Area
    7. Promotional-Banner-Area
    8. Best-Sell-Area
    9. All-Product-View-Area
    10. Featured-Area
    11. Brand-Area
    12. Testimonial-Area
    13. Service-Area
    14. Blog-Area
    15. Subscribe-Area
    16. Footer-Area
    17. Home-2
    18. Shop Page
    19. Single-Product
    20. About-Us
    21. Cart
    22. Checkout
    23. Blog
    24. Login
    25. 404

-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {float:left;margin-right:15px;margin-bottom: 15px}
.alignright {float:right;margin-left:15px;margin-bottom: 15px}
.aligncenter {display:block;margin:0 auto 15px}
a:focus {outline:0px solid}
img {max-width:100%;height:auto}
.fix {overflow:hidden}
p {
 /* font-size: 14px; */
 font-size: 12px;
  line-height: 21px;
  margin:0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 10px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 700;
  line-height: 1.35;
}
h2 {
    color: #333;
    text-transform: uppercase;
}
a {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  text-decoration:none;
  color: #323232;
}
a:hover {
  color: #f6416c;
  text-decoration: none;
}
a:active, a:hover, a:focus {
  outline: 0 none;
  text-decoration: none;
}
ul{
  list-style: outside none none;
  margin: 0;
  padding: 0
}
.clear{clear:both}
body {
    color: #666;
   font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
/*
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
} */
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
input, button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
}
select {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
  background: transparent none repeat scroll 0 0;
  border: medium none;
}
label{
  margin-bottom: 0.5rem;
}
.panel{
  margin-bottom: 5px;
}
.panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-body{
  border: 1px solid #ddd;
  padding: 15px;
}
#scrollUp {
  background: #444 none repeat scroll 0 0;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 40px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  padding-top: 3px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 45px;
  z-index: 200;
}
#scrollUp:hover {
  background: #F6416C;
}
@keyframes scroll-ani-to-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
@keyframes scroll-ani-to-top {
0% {
    bottom: 0;
    opacity: 0;
}
50% {
    bottom: 50%;
    opacity: 1;
}
100% {
    bottom: 75%;
    opacity: 0;
}
}
#scrollUp:hover i {
    animation: 800ms linear 0s normal none infinite running scroll-ani-to-top;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: -25px;
    position: absolute;
    width: 100%;
}
.padding-0 {padding: 0;}
.margin-0 {margin: 0;}
.shop-now:focus, .new:focus {
  text-decoration: none;
}
.header-area {}
.product-area {Margin-bottom: 75px;}
.best-sell-area {}
.service-area {padding-top: 30px;}
.slider-area.style-2 {margin-bottom: 0;}
.banner-style-2-area {margin-bottom: 0;} 
.margin-bottom-80 { margin-bottom: 80px;}
.margin-bottom-50 {margin-bottom: 50px;}
.single-product-aea {margin-bottom: 72px;}
.about-area {margin-bottom: 65px;}
.blog-area.margin-bottom-80 {margin-bottom: 50px;}
.my-account-area {margin-bottom: 60px;}
/* ---------------- Transition --------------- */
.main-menu ul li .submenu, 
.main-menu ul li .submenu li a::before,
.main-menu ul li .mega-menu,
.mega-menu span a::before,
.collection-brief h2,
.collection-brief ul li,
.single-product,
.secondary-photo,
.product-photo > a::before,
.action-btn,
.action-btn i,
.featured-brief a::before,
.featured-brief i,
.service-icon i,
.blog-post-date,
.navigation-top-right .owl-nav div,
.best-sell-2-brief,
.shop-grid .product-brief h2,
.shop-grid .product-brief h3,
.review-form-wrapper input[type="submit"],
#productModal .modal-dialog,
#productModal button.close,
.quick-add-to-cart .single_add_to_cart_button,
.single-support i,
.shop-now, .new  {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
}
.total-cart-brief {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.pro-action,
.header-top-right ul li .submenu, .collection-photo a::before {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
/* ---------------- Transition --------------- */

.cart-photo-brief a:hover,
.header-top-right ul li:hover a,
.header-top-right ul li .submenu li:hover a,
.main-menu > nav > ul > li:hover > a,
.main-menu ul li .submenu li:hover a, .mega-menu span a:hover {
  color: #f6416c;
}
/* ==============================
  2. Header
=============================== */
/*----------------------------------------*/
/*  2.1  Header-Top
/*----------------------------------------*/
.header-area {
  background: #333 none repeat scroll 0 0;
}
.header-top {
  border-bottom: 1px solid #666;
}
.header-top-left {}
.header-top-left ul {}
.header-top-left li {
  border-right: 1px solid #666;
  color: #bdbdbd;
  display: inline-block;
  line-height: 1;
  padding: 18px 20px;
}
.header-top-left li:first-child {
  border-left: 1px solid #666;
}
.header-top-left li span {
  font-size: 12px;
}
.header-top-left li i {
  font-size: 10px;
  margin-right: 10px;
}
.header-top-right {
  border-left: 1px solid;
}
.header-top-right ul {
  float: left;
}
.header-top-right ul li {
  display: inline-block;
  padding: 12px 20px;
  position: relative;
}
.header-top-right ul li a {
  color: #bdbdbd;
  font-size: 12px;
}
.header-top-right ul li a span i {
  font-size: 13px;
  margin-left: 10px;
}
.header-top-right ul li .submenu {
  background: #fff none repeat scroll 0 0;
  left: 0;
  min-width: 150px;
  opacity: 0;
  padding: 8px 20px;
  position: absolute;
  top: 100%;
  transform: scaleY(0);
  transform-origin: center top 0;
  z-index: -99;
}
.header-top-right ul li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999999999;
}
.header-top-right ul li .submenu li {
  display: block;
  padding: 0;
  z-index: 9;
}
.header-top-right ul li .submenu li a {
  color: #5f5f5f;
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-transform: capitalize;
}
.header-search {
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  float: left;
  padding: 12px 20px;
}
.header-search input {
  color: #fff;
  font-size: 12px;
  width: 150px;
}
.header-search button {}
.header-search button i {
  color: #cacaca;
  font-size: 13px;
}
/*----------------------------------------*/
/*  2.2  Main-Header
/*----------------------------------------*/
.main-header {
  padding: 14px 0 13px;
}
.logo {}
.main-menu {}
.main-menu > nav > ul {}
.main-menu > nav > ul > li {
  display: inline-block;
  padding: 0 15px;
  position: relative;
}
.main-menu > nav > ul > li > a {
  color: #fff;
  display: block;
  line-height: 28px;
  padding: 22px 0;
  text-transform: uppercase;
}
.main-menu > nav > ul > li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 10px;
  left: -3px;
  position: absolute;
  top: 31px;
  width: 1px;
}
.main-menu > nav > ul > li:first-child::before {
  display: none;
}
/* ---- Drop-down Menu ---- */
.main-menu ul li .submenu {
  background: #fff none repeat scroll 0 0;
  border-top: 2px solid #f6416c;
  box-shadow: 2px 6px 8px 6px rgba(0, 0, 0, 0.13);
  left: 0;
  padding: 30px;
  position: absolute;
  width: 200px;
  z-index: 99999;
}
.main-menu ul li .submenu, .main-menu ul li .mega-menu {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.main-menu ul li:hover .submenu, .main-menu ul li:hover .mega-menu {
  opacity: 1;
  transform: scaleY(1);
  z-index: 999999;
}
.main-menu ul li .submenu li a {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 40px;
  position: relative;
}
.main-menu ul li .submenu li a::before {
  content: "\e905";
  font-family: shopick;
  position: absolute;
  left: 0;
  opacity: 0;
}
.main-menu ul li .submenu li a:hover::before {
 opacity: 1;
}
.main-menu ul li .submenu li:hover a, .mega-menu span a:hover {
  padding-left: 20px;
}
.main-menu ul li .submenu .submenu-title:hover a,
.mega-menu span .mega-menu-title:hover,
.mega-menu .mega-menu-photo a:hover {
  padding-left: 0;
}
.main-menu ul li .submenu .submenu-title a, .mega-menu span .mega-menu-title  {
  border-bottom: 1px solid #f6416c;
  color: #f6416c;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding-bottom: 0;
  text-transform: uppercase;
}
.main-menu ul li .submenu li.submenu-title a:before,
.mega-menu span .mega-menu-title:before,
.mega-menu-photo a::before {
  display: none;
}
.main-menu ul li .mega-menu {
  background: #fff none repeat scroll 0 0;
  border-top: 2px solid #f6416c;
  box-shadow: 2px 6px 8px 6px rgba(0, 0, 0, 0.13);
  left: -340px;
  padding: 30px;
  position: absolute;
  width: 750px;
  z-index: 9;
}
.mega-menu span {
    float: left;
    padding-right: 30px;
    width: 22%;
}
.mega-menu span a {
  color: #000;
  display: block;
  font-size: 12px;
  line-height: 40px;
  position: relative;
}
.mega-menu span a::before {
  color: #f6416c;
  content: "\e905";
  font-family: Arial, Helvetica, sans-serif !important;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  left: 0;
}
.mega-menu span a:hover::before {
  opacity: 1;
}
.mega-menu span.mega-menu-photo {
  padding-right: 0;
  padding-top: 15px;
  width: 34%;
}
/* --- Total Cart --- */
.total-cart {
  float: right;
}
.total-cart ul {}
.total-cart ul li {position:relative;}
.total-cart > ul > li > a {
  display: block;
  line-height: 24px;
  padding: 0 0 10px;
  text-align: center;
}
.total-cart ul li a span {
  color: #fff;
  display: block;
}
.total-cart-number {
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.total-cart > ul > li > a i {
  color: #f6416c;
  display: block;
  font-size: 25px;
  margin-top: 8px;
  overflow: inherit;
}
.total-cart ul li .total-cart-brief {
  background: #fff none repeat scroll 0 0;
  box-shadow: 2px 6px 8px 6px rgba(0, 0, 0, 0.13);
  padding: 30px 0 0;
  position: absolute;
  right: 0;
  top: 70px;
  width: 280px;
  z-index: 999;
}
.cart-photo-details {
  margin: 0 20px 15px;
  overflow: hidden;
  padding: 0 25px 0 0;
  position: relative;
}
.cart-photo {
  float: left;
  margin-right: 20px;
  width: 50px;
}
.cart-photo-brief {
  float: left;
}
.cart-photo-brief a, .cart-photo-brief span {
  color: #999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pro-delete {
  position: absolute;
  right: 0;
  top: 10px;
}
.pro-delete a i {
  color: #999;
  font-size: 18px;
}
.pro-delete a i:hover {
  color: #f6416c;
  font-size: 18px;
}
.cart-subtotal > p {
  border-top: 1px solid #eee;
  color: #999;
  margin: 0 20px 15px;
  padding-top: 6px;
  text-align: right;
}
.cart-inner-btm {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 20px;
  text-align: center;
}
.cart-inner-btm > a {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.cart-inner-btm > a:hover  {
  background: #666 none repeat scroll 0 0;
}
.total-cart-brief {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0 0;
}
.total-cart ul li:hover .total-cart-brief {
  opacity: 1;
  transform: scaleY(1);
}
/*----------------------------------------
    3. Slider-Area
----------------------------------------*/
.slider-1 {
  left: 5%;
  position: relative;
  text-align: center;
  width: 47%;
}
.slider-1 h1 {
  color: #454545;
  font-size: 58px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.slider-1 img {
  position: inherit;
}
.slider-1 p {
  color: #454545;
  font-size: 16px;
  line-height: 27px;
  margin-top: 12px;
  padding: 0;
}
.nivo-directionNav a {
  background: #999999 none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  color: #fdfdfd;
  cursor: pointer;
  font-size: 30px;
  height: 75px;
  line-height: 75px;
  margin-top: -37px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 42px;
  z-index: 9;
}
.nivo-directionNav a:hover {background: #f6416c;}
.nivo-directionNav a.nivo-nextNav {
  border-radius: 5px 0 0 5px;
}
.slider-1 .shop-now {
  border: 2px solid #666;
  font-size: 16px;
  height: 33px;
  line-height: 29px;
}
/*----------------------------------------
    4. Banner-Area
----------------------------------------*/
.single-banner{
  display: flex;
  align-items: center;
}
.banner-brief {
  border: 1px solid #666;
  padding: 25px 53px 66px;
  z-index: 9;
}
.banner-brief.banner-brief-right {
  transform: translateX(-15px);
    -webkit-transform: translate(-15px);
      -ms-transform: translate(-15px);
       -o-transform: translate(-15px);
}
.banner-brief.banner-brief-left {
  transform: translateX(15px);
    -webkit-transform: translate(15px);
      -ms-transform: translate(15px);
       -o-transform: translate(15px);
  text-align: right;
}
.banner-brief h2 {
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0;
  padding-bottom: 10px;
}
.banner-brief h2 span {
  font-weight: 700;
}
.banner-brief h2.line-bottom {
  font-size: 24px;
}
.line-bottom {
  position: relative;
}
.line-bottom::before {
  background: #f6416c none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 75px;
}
.banner-brief-left .line-bottom::before {
  left: auto;
  right: 0;
}
.shop-now {
  border: 1px solid #f6416c;
  color: #333333;
  display: inline-block !important;
  font-size: 14px;
  height: 33px;
  line-height: 31px;
  margin-top: 20px;
  padding: 0 13px;
  text-transform: uppercase;
}
.shop-now:focus {
    color: #333333;
}
.shop-now:hover, .blog-brief .shop-now:hover {
    background: #f6416c;
    border-color: transparent;
    color: #fff;
} 
.banner-photo a {
    display: block;
    position: relative;
}
.banner-photo a::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 18px;
    content: "";
    left: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: scaleY(0);
    transition:0.5s;
    opacity:0;
}
.banner-photo a:hover::before {
    transform: scale(1);
    opacity:0.2;
}
.banner-photo a::after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    bottom: 18px;
    content: "";
    left: 18px;
    position: absolute;
    right: 18px;
    top: 18px;
    transform: scaleX(0);
    transition:0.5s;
    opacity:0;
}

.banner-photo a:hover::after {
    transform: scale(1);
    opacity:0.2;
}
/*----------------------------------------
    5. New-Collection-Area
----------------------------------------*/
.section-title {
  margin-bottom: 30px;
}
.new {
  background: #f6416c none repeat scroll 0 0;
  border: 1px solid #f6416c;
  color: #fff;
  display: inline-block !important;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 28px;
  padding: 0 16px;
  text-transform: uppercase;
}
.section-title h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
}
.border-left-right-btm {
  border: 4px double #000;
  border-top: 0;
  padding: 0 30px 20px;
}
.single-collection {
  position: relative;
}
.collection-photo a {
  display: block;
  position: relative;
}
.collection-photo a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.collection-photo img {
  width: 100%;
}
.collection-brief {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.collection-brief .new {
  margin-bottom: 42px;
}
.collection-brief h2 {
  color: #4a4949;
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 43px;
}
.collection-brief h2 span {
  font-weight: 300;
}
.collection-brief ul li {
  color: #4a4949;
  font-size: 14px;
  line-height: 25px;
  padding-left: 18px;
  position: relative;
  text-transform: uppercase;
}
.collection-brief ul li::before {
  background: #F6416C none repeat scroll 0 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}
.collection-brief .shop-now {
  margin-top: 65px;
  opacity: 0;
}
.shop-now.active-shop-now {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
}
.shop-now.active-shop-now:hover {
  background: transparent;
  border-color: #F6416C;
}
.single-collection:hover .collection-brief h2, .single-collection:hover .collection-brief ul li, .single-collection:hover .collection-brief .shop-now {
  color: #fff;
  opacity: 1;
}
.single-collection:hover  .collection-photo a::before {
  opacity: 0.7;
}
.single-collection:hover  .collection-brief .new {
  opacity: 0;
}
/*----------------------------------------
    6. Product-Area
----------------------------------------*/
.product-area {}
.product-area .section-title {
  margin-bottom: 20px;
}
.product-area #active-product {
  margin-top: 38px;
}
.single-product {
  overflow: hidden;
}
.product-photo {
  position: relative;
}
.primary-photo {}
.primary-photo img {width: 100%;}
.secondary-photo {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}
.pro-action {
  bottom: 40px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.product-brief {
  margin-top: 20px;
  text-align: center;
}
.pro-rating {}
.pro-rating  a i {font-size: 13px;}
.pro-rating .rating-1 {color: #F74F77;}
.pro-rating .rating-2 {color: #717171;}
.product-brief h2, .product-brief h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
  text-transform: capitalize;
}
.product-brief  h3 {
  color: #111111;
}
.single-product:hover .secondary-photo, .single-product:hover .pro-action  {
  opacity: 1;
  z-index: 9;
}
.product-photo > a {
  display: block;
  position: relative;
  z-index: 1;
}
.product-photo > a::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.product-photo > a {
}
.single-product:hover .product-photo > a::before {
    opacity: 0.5;
    z-index: 99;
}
.product-photo img {
  width: 100%;
}
.action-btn {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 0;
  height: 40px;
  line-height: 40px;
  margin: 0 3px;
  opacity:0;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  width: 40px;
}
.single-product:hover .action-btn  {
  opacity: 1;
}
.action-btn i {
  border-radius: 100%;
  color: #2d2d2d;
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  white-space: nowrap;
  width: 40px;
}
.action-btn span {
  padding: 0 13px 0 8px;
}
.action-btn:hover {
  background: #f6416c none repeat scroll 0 0;
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  width: auto;
}
.action-btn:hover i {
  box-shadow: 2px 2px 2px 0 #b02e4d;
  color: #fff;
}
.product-slider .owl-nav {
  position: absolute;
  top: -38px;
  width: 118px;
  left: 50%;
  margin-left: -59px;
}
.product-slider .owl-nav div {
  border: 1px solid #666666;
  font-size: 10px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  width: 22px;
  transition: .3s;
}
.product-slider .owl-nav div:hover {
  border: 1px solid #f6416c;
  color: #f6416c;
}
.product-slider .owl-prev {
  float: left;
}
.product-slider .owl-next {
  float: right;
}
.product-slider .owl-nav::before, .product-slider .owl-nav::after {
  content: "";
  position: absolute;
  left: 0;
  margin: 0 auto;
  right: 0;
}
.product-slider .owl-nav::before {
  background: #000 none repeat scroll 0 0;
  height: 1px;
  top: 50%;
  width: 58px;
}
.product-slider .owl-nav::after {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6416c;
  border-radius: 100%;
  height: 8px;
  top: 7px;
  width: 8px;
}
/*----------------------------------------
    7. Promotional-Banner-Area
----------------------------------------*/
.single-promo-banner.promo-banner-1 {
  background: rgba(0, 0, 0, 0) url("img/banner/promo-banner/1.jpg") no-repeat scroll right center / cover ;
}
.single-promo-banner.promo-banner-2 {
  background: rgba(0, 0, 0, 0) url("img/banner/promo-banner/2.jpg") no-repeat scroll right center / cover ;
}
.single-promo-banner.promo-banner-1,
.single-promo-banner.promo-banner-2 {
  min-height: 600px;
}
.promo-banner-1 .promo-banner-brief {
  padding-left: 32%;
  padding-top: 10%;
}
.count-down .timer {
  float: left;
  padding: 75px 0 0 45px;
}
.promo-banner-1 .promo-banner-brief h2, .promo-banner-1 .promo-banner-brief h3, .promo-banner-1 .promo-banner-brief h4 {
    color: #fff;
    text-transform: uppercase;
}
.promo-banner-1 .promo-banner-brief h2 {
  font-size: 71px;
  font-weight: 400;
  line-height: 56px;
  margin-bottom: 20px;
}
.promo-banner-1 .promo-banner-brief h3, .promo-banner-1 .promo-banner-brief h4 {
  font-size: 32px;
}
.promo-banner-1 .promo-banner-brief h3 {
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}
.promo-banner-1 .promo-banner-brief span {
    font-size: 50px;
}
.promo-banner-1 .promo-banner-brief h4 {
  font-weight: 700;
  line-height: 24px;
  margin: 15px 0 0;
}
.promo-banner-1 .shop-now {
  margin-top: 40px;
}
.cdown {
  background: #323232 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: 700;
  height: 105px;
  line-height: 36px;
  margin-bottom: 10px;
  padding-top: 17px;
  text-align: center;
  text-transform: uppercase;
  width: 105px;
}
.cdown:last-child {margin-bottom: 0;}
.cdown span {}
.cdown p {margin: 8px 0 0;}
.style-2 .cdown {
  font-size: 20px;
  height: 70px;
  line-height: 12px;
  width: 70px;
}
.upcomming-brief {
  float: left;
  padding: 95px 0 0 65px;
}
.upcomming-brief h2, .upcomming-brief h3 {
  color: #333333;
  line-height: 36px;
}
.upcomming-brief h2 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px;
}
.upcomming-brief h3 {
  font-size: 33px;
  font-weight: 300;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.upcomming-brief span {
    font-weight: 700;
}
.upcomming-brief li {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-left: 28px;
  position: relative;
  text-transform: uppercase;
}
.upcomming-brief li::before {
  background: #f6416c none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.upcomming-brief .shop-now {
  font-size: 16px;
  margin-top: 55px;
}
/*----------------------------------------
    8. Best-Sell-Area
----------------------------------------*/
.active-best-sell{
  margin-left: -15px;
  margin-right: -15px;
}
.active-best-sell .product-item{
  padding-left: 15px;
  padding-right: 15px;
}
.best-sell-area .section-title, .best-sell-menu {
  margin-bottom: 18px;
}
.best-sell-menu ul li {
    display: inline-block;
}
.best-sell-menu li {
    display: inline-block;
    position: relative;
}
.best-sell-menu li a {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    padding: 0 10px;
    text-transform: uppercase;
}
.best-sell-menu li a.active {
    color: #000;
    font-weight: 700;
}
.best-sell-menu li::before {
    background: #808080 none repeat scroll 0 0;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
}
.best-sell-menu {
  text-align: center;
}
.best-sell-menu li:first-child::before {
    display: none;
}
.product-brief-inner h3 {
    float: left;
}
.product-brief-inner .pro-rating {
    float: right;
}
.best-sell-product .single-product {
  margin-bottom: 45px;
}
.best-sell-product .product-brief {
  margin-top: 20px;
  padding: 0 20px;
  text-align: left;
}
/*----------------------------------------
    9. All-Product-View-Area
----------------------------------------*/
.all-product-view {
  background: #f1f1f1 none repeat scroll 0 0;
  padding: 22px 0 14px;
}
.all-product-brief h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 4px;
}
.all-product-view-link .shop-now {
  font-size: 18px;
  margin-top: 38px;
}
/*----------------------------------------
    10. Featured-Area
----------------------------------------*/
.cus-row-1 {
  margin-left:-1px;
  margin-right:-1px;
}
.single-featured {
  display: block;
  float: left;
  padding: 0 1px;
}
.single-featured-1 {
  width: 34.2%;
}
.single-featured-2 {
  width: 31.6%;
}
.single-featured img {
  transform-origin: 0 0 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.featured-link:hover a img {
  transform: scaleX(1.05);
}
.single-featured-inner:last-child {
  padding-top: 2px;
}
.featured-link {
  overflow: hidden;
  position: relative;
}
.featured-brief i {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  margin-right: 8px;
}
.featured-brief a::before, .featured-brief i {
  opacity: 0;
}
.featured-brief a::before {
  border-right: 85px solid #f6416c;
  border-top: 81px solid transparent;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  z-index: -1;
}
.featured-brief a {
  position: absolute;
  right: 20px;
  z-index: 9;
  bottom:0px;
}
.featured-link:hover a {
    right: 1px;
}
.featured-link:hover .featured-brief a::before, .featured-link:hover .featured-brief i {
  opacity: 1;
}
.featured-link:hover .featured-brief a::before {
    border-right: 56px solid #f6416c;
    border-top: 56px solid transparent;
}
/*----------------------------------------
    11. Brand-Area
----------------------------------------*/
.brand-logo-area {
  background: #f8f8f8 none repeat scroll 0 0;
}
.brand-brief h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  line-height: 62px;
  margin-bottom: 70px;
  padding: 0 20px;
  position: relative;
}
.border-left-right::before, .border-left-right::after {
  border: 2px solid #000;
  content: "";
  height: 62px;
  position: absolute;
  top: 0;
  width: 20px;
}
.border-left-right::before {
  left: 0;
  border-right: 0;
}
.border-left-right::after {
  border-left: 0;
  right: 0;
}
.brand-brief {
  padding: 65px 0 46px;
}
.brand-logo {
  position: relative;
}
.brand-logo::before {
  position: absolute;
  background: #fff;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
}
.single-logo {
  border-right: 2px solid #fff;
  float: left;
  height: 150px;
  line-height: 150px;
  text-align: center;
  width: 33.33%;
}
.single-logo:nth-child(3), .single-logo:nth-child(6) {
  border: 0 none;
}
/*----------------------------------------
    12. Testimonial-Area
----------------------------------------*/
.testimonial-area {
  background: rgba(0, 0, 0, 0) url("img/bg/testimonial-bg.jpg") no-repeat scroll center center / cover ;
  position: relative;
  z-index: 1;
}
.testimonial-area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.9;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.testimonial {
  padding: 75px 0 140px;
}
.testimonial h2, .client-opinion h3, .client-opinion p { 
  color: #fff;
}
.testimonial h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 55px;
  text-align: center;
}
.testimonial h2 i {
  font-size: 14px;
}
.testimonial-border {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
}
.single-testimonial {}
.client-photo {
  margin: auto;
  padding: 20px 0;
  width: 200px;
}
.client-opinion {
  margin-top: 55px;
  padding-right: 60px;
}
.client-opinion h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  text-transform: uppercase;
}
.client-opinion h3::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.testimonial .owl-nav {
  bottom: -62px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100px;
}
.testimonial .owl-nav div {
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  height: 30px;
  text-align: center;
  width: 30px;
  transition: all 0.3s ease 0s;
}
.testimonial .owl-nav div:hover {
  border: 1px solid #f6416c;
  color: #f6416c;
}
.testimonial .owl-nav .owl-prev  i, .testimonial .owl-nav .owl-next  i {
  line-height: 28px;
}
.testimonial .owl-nav .owl-prev {
  float: left;
}
.testimonial .owl-nav .owl-next {
  float: right;
}
/*----------------------------------------
    13. Service-Area
----------------------------------------*/
.single-service {
  border: 1px solid #999999;
  padding: 35px 25px 8px;
  position: relative;
  text-align: center;
}
.service-icon {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #999;
  display: inline-block;
  height: 60px;
  left: 0;
  margin: auto;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -30px;
  width: 60px;
}
.service-icon i {
  background: #fff none repeat scroll 0 0;
  color: #333;
  display: block;
  font-size: 30px;
  height: 100%;
  line-height: 54px;
}
.single-service:hover .service-icon i {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
}
.service-brief h3 {
  color: #666666;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
/*----------------------------------------
    14. Blog-Area
----------------------------------------*/
.single-blog {
  padding-bottom: 30px;
}
.blog-photo {
  position: relative;
}
.blog-photo img {
  width: 100%;
}
.blog-post-date {
  background: #fff none repeat scroll 0 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 20px;
}
.blog-post-date span {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
}
.blog-post-date span:first-child {
  margin-bottom: 2px;
  text-transform: lowercase;
}
.blog-post-date span:last-child {
  text-transform: uppercase;
}
.single-blog:hover .blog-post-date {
  opacity: 1;
  left: 20px;
}
.blog-brief {
  padding: 20px 20px 0;
}
.blog-brief p {
  color: #444444;
  font-weight: 300;
}
.like-comment a {
    font-size: 11px;
    font-weight: 300;
    line-height: 21px;
    margin-right: 15px;
}
.like-comment i {
    margin-right: 8px;
}
.blog-brief .shop-now {
  border-color: #ccc;
  color: #444;
  font-size: 12px;
}
/*----------------------------------------
    15. Subscribe-Area
----------------------------------------*/
.subscribe {
  border: 1px solid #cccccc;
  overflow: hidden;
  padding: 25px 60px 20px 35px;
  position: relative;
}
.subscribe::before {
  background: #f4f4f4 none repeat scroll 0 0;
  border-right: 2px solid #d5d5d5;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -100px;
  position: absolute;
  top: 0;
  transform: skewX(-40deg);
  width: 66%;
  z-index: -1;
}
.subscribe-brief {
  float: left;
  width: 50%;
}
.subscribe-brief h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
  text-transform: uppercase;
}
.subscribe-form {
  float: left;
  margin-top: 25px;
  padding-left: 35px;
  width: 50%;
}
.subscribe-form input, .subscribe-form button {
  height: 50px;
}
.subscribe-form input {
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  float: left;
  width: 78%;
  border-right: 0;
  padding:0 25px 0 15px;
}
.subscribe-form button {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}
.subscribe-form button::before {
  background: #f6416c none repeat scroll 0 0;
  border: 1px solid transparent;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -10px;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 100%;
  z-index: -1;
}
/* ====================================== 
    16. Footer-Area
======================================== */
.footer-top {
  background: rgba(0, 0, 0, 0) url("img/bg/footer-bg.jpg") no-repeat scroll center center / cover ;
  position: relative;
}
.footer-top::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.footer {
  padding: 48px 0 65px;
}
.single-footer{
  position: relative;
}
.single-footer p {
  color: #f5f5f4;
  font-weight: 300;
  margin-top: 25px;
}
.single-footer h2 {
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 45px;
  margin-top: 30px;
}
.footer-contact li {
  color: #f4f4f4;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
}
.footer-contact li::before {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 25px;
}
.footer-contact li i {
  float: left;
  margin-bottom: 10px;
  margin-right: 15px;
  padding-top: 7px;
}
.footer-contact span {
  display: block;
}
.footer-menu li {
  margin-bottom: 10px;
}
.footer-menu ul li a {
  color: #f4f4f4;
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.footer-menu ul li:hover a {
  color: #f6416c;
}
.footer-message-box {
  padding-right: 0;
}
.footer-message-box input, .footer-message-box textarea {
  background: #333 none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  padding: 0 10px;
  width: 100%;
}
.footer-message-box input {
  height: 33px;
}
.footer-message-box textarea {
  height: 90px;
  line-height: 20px;
}
.footer-message-box input[type="submit"] {
  background: #f6416c none repeat scroll 0 0;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-message-box input::-webkit-input-placeholder,
.footer-message-box textarea::-webkit-input-placeholder {
  color: #eee;
  opacity: 1;
}
.footer-message-box input:-moz-placeholder,
.footer-message-box textarea:-moz-placeholder {
  color: #eee; /* Firefox 18- */
  opacity: 1;
}
.footer-message-box input::-moz-placeholder,
.footer-message-box textarea::-moz-placeholder {
  color: #eee; /* Firefox 19+ */
  opacity: 1;
}
.footer-message-box input:-ms-input-placeholder,
.footer-message-box textarea:-ms-input-placeholder {
  color: #eee;
  opacity: 1;
}
.copyright {
  background: #292727 none repeat scroll 0 0;
  padding: 15px 0;
}
.copyright-brief p {
  color: #f5f5f4;
  margin: 5px 0 0;
}
.copyright-brief a {
  color: #f6416c;
}
.footer-social a {
  background: #f3f3f3 none repeat scroll 0 0;
  color: #292727;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 15px;
  text-align: center;
  width: 32px;
}
.footer-social a:first-child {
  margin-left: 0;
}
.footer-social a:hover {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
}
/* ====================================== 
    17. Home-2
======================================== */
.header-area.style-2 .header-top {
  background: #e5e0e7 none repeat scroll 0 0;
}

.header-area.style-2 .header-top-left li,
.header-area.style-2 .header-top-right ul li a,
.header-area.style-2 .header-search input,
.header-area.style-2 .header-search button i {
  color: #333;
}

.slider-area.style-2 .title1.text-end {
  margin: 0;
}
.slider-area.style-2 .slider-1 h1 {
  color: #333;
  font-weight: 700;
}
/* ---  New-Collection-Area 2 --- */
.section-title-2 {
  margin-bottom: 80px;
}
.bordr-rights {position:relative;}
.bordr-rights::before {
  background: #e6e6e6  none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  width: 68%;
}
.section-title-2 h2 {
  line-height: 63px;
  display: inline-block;
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.border-left-rights {
  padding: 0 30px;
  position: relative;
}
.border-left-rights::before, .border-left-rights::after {
  border: 2px solid #000;
  content: "";
  height: 63px;
  position: absolute;
  top: 0;
  width: 20px;
}
.border-left-rights::before {
  left: 0;
  border-right: 0;
}
.border-left-rights::after {
  right: 0;
  border-left: 0;
}
.style-2  .new-collection {
  margin-left: -5px;
  margin-right: -5px;
  overflow: hidden;
}
.single-product.new-colect {
  float: left;
  padding: 0 5px;
}
/* --- Promo-Banner 2 --- */

.style-2 .promo-banner-3 {
  background: rgba(0, 0, 0, 0) url("img/banner/promo-banner/3.jpg") no-repeat scroll center center / cover ;
  width: 56%;
}
.style-2 .promo-banner-4 {
  background: rgba(0, 0, 0, 0) url("img/banner/promo-banner/4.jpg") no-repeat scroll 0 0 / cover ;
  width: 44%;
}
.style-2 .promo-banner-3, .style-2 .promo-banner-4 {
  height: 400px;
  float: left;
}
.style-2 .upcomming-brief {
  float: right;
  padding: 65px 30px 0 0;
}
.style-2 .promo-banner-4 .shop-now {
  float: left;
  margin-left: 30px;
  margin-top: 60%;
}
.style-2 .count-down .timer {
  float: right;
  padding: 45px 30px 0 0;
}
/* --- Best-Sell-Area 2 --- */
.style-2 .best-sell-menu {
  margin-bottom: 0;
  margin-top: 13px;
  position: relative;
  text-align: left;
}
.style-2 .best-sell-menu::before {
  background: #ddd none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.style-2 .best-sell-menu li::before {
  display: none;
}
.style-2 .best-sell-menu li::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  top: 12px;
  transform: rotate(30deg);
  width: 1px;
}
.style-2 .best-sell-menu li:first-child::after {
  display:none;
}
.navigation-top-right .owl-nav div.owl-next {
  right: 55px;
}
.navigation-top-right .owl-nav div:hover {
  background: #F6416C;
  color: #fff;
  border-color: transparent;
}
.navigation-top-right .owl-controls {
  position: absolute;
  right: 15px;
  top: -125px;
}
.navigation-top-right .owl-nav div {
  border: 1px solid #c2c2c2;
  color: #666666;
  display: inline-block;
  font-size: 10px;
  height: 22px;
  line-height: 22px;
  margin-left: 10px;
  text-align: center;
  width: 22px;
}
.best-sell-2-area .navigation-top-right .owl-controls {
  left: 0;
  right: 0;
  text-align: right;
}
/*  for carousel 2  */
.style-2 .tab-content > .tab-pane.active {
    height: auto;
}
.style-2 .tab-content > .tab-pane {
    display: block;
    height: 0;
}
/*  for carousel 2  */
.best-sell-2-area {
  border-bottom: 1px solid #dedede;
}
.single-best-sell-2 {
  position: relative;
  overflow: hidden;
}
.best-sell-2-brief {
  background: #fff none repeat scroll 0 0;
  bottom: -65px;
  padding: 0 30px 20px;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.best-sell-2-brief::before {
  background: #fff none repeat scroll 0 0;
  border-bottom: medium solid #fff;
  bottom: 50%;
  content: "";
  height: 85px;
  left: -3px;
  position: absolute;
  transform: skewY(6deg);
  width: 150%;
  z-index: -1;
}
.best-sell-2-brief h3 {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 13px;
  margin: 8px 0;
  text-transform: uppercase;
}
.best-sell-2-brief p {
  color: #333;
  font-size: 13px;
  margin-bottom: 3px;
}
.single-best-sell-2:hover .best-sell-2-brief { bottom: 0px;}
/* --- banner-style-2 --- */
.banner-style-2 {
  border: 20px solid rgba(255, 255, 255, 0.4);
  box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.15), 0 2px 5px 0 rgba(0, 0, 0, 0.15) inset;
  margin: 180px -15px;
  padding: 0 30px;
  position: relative;
}
.single-banner-style-2 .left-banner-img, .single-banner-style-2 .right-banner-img {
  position: absolute;
  z-index: -9;
}
.single-banner-style-2 .left-banner-img {
  left: -420px;
  top: -120px;
}
.single-banner-style-2 .right-banner-img {
  bottom: -120px;
  right: -420px;
}
.single-banner-style-2 {
  padding: 75px 0;
}
.single-banner-style-2 h3 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 35px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.single-banner-style-2 h4 {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
}
.single-banner-style-2 p {
  color: #333;
  margin: 20px 0 0;
}
.single-banner-style-2.banner-brief-1 {
  padding-left: 100px;
}
.single-banner-style-2.banner-brief-2 {
  margin-left: 35px;
  margin-right: 95px;
  text-align: right;
}
.single-banner-style-2.banner-brief-2 h3 {
  position: relative;
}
.single-banner-style-2.banner-brief-2 h3::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: 5px;
  top: -75px;
  width: 80%;
}
.single-best-sell-2 > img {
  width: 100%;
}
/* =============================
    18. Shop Page
=============================== */
.page-banner-area {
  position: relative;
}
.page-banner-area::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  width: 100%;
}
.page-banner-area {
  background: rgba(0, 0, 0, 0) url("img/banner/page-banner/1.jpg") no-repeat scroll center center;
}
.page-banner-area.photo-2 {
  background: rgba(0, 0, 0, 0) url("img/banner/page-banner/2.jpg") no-repeat scroll center center; 
}
.page-banner-area.photo-3 {
  background: rgba(0, 0, 0, 0) url("img/banner/page-banner/3.jpg") no-repeat scroll center center; 
}
.page-banner-area.photo-4 {
  background: rgba(0, 0, 0, 0) url("img/banner/page-banner/4.jpg") no-repeat scroll center center; 
}
/* ---------------- Background Image --------------- */
.page-banner-area, .page-banner-area.photo-2, .page-banner-area.photo-3, .page-banner-area.photo-4 {
  background-position: left center;
  background-size: cover;
   -webkit-background-size: cover ;
}
/* ---------------- Background Image --------------- */
.shop-border {
  background: #dedede none repeat scroll 0 0;
  display: block;
  height: 1px;
}
.page-banner-menu {
  padding: 145px 0 125px;
}
.page-banner-title {
  position: relative;
  color: #fff;
  font-size: 48px;
  line-height: 36px;
  margin-bottom: 10px;
}
.page-banner-menu li {
  display: inline-block;
  line-height: 1;
  position: relative;
  text-transform: capitalize;
}
.page-banner-menu li, .page-banner-menu li a {color: #fff;}
.page-banner-menu li a:hover {color: #f6416c;}
.page-banner-menu li + li::before {
  color: #fff;
  content: "/";
  margin: 0 10px 0 8px;
}
.page-banner-menu li:first-child::before {
  display: none;
}
.product-toolbar {
  overflow: hidden;
  padding: 13px 0;
}
.product-toolbar.btm-border {
  border-bottom: 1px solid #dedede;
}
.shop-menu, .short-by, .showing {
  float: left;
  margin-right: 30px;
}
.shop-menu a {
  display: inline-block;
}
.shop-menu a:first-child {
  margin-right: 10px;
}
.shop-menu a i {
  border: 1px solid #dedede;
  color: #999999;
  display: block;
  font-size: 18px;
  height: 33px;
  line-height: 31px;
  text-align: center;
  width: 33px;
}
.shop-menu a.active {
  background: #f6416c none repeat scroll 0 0;
  border-color: transparent;
}
.shop-menu a.active i {
  color: #fff;
}
.short-by span {
  color: #333333;
  font-size: 14px;
  font-weight: 700;
  margin-right: 5px;
  text-transform: uppercase;
}
.shop-select {
  background: rgba(0, 0, 0, 0) url("img/bg/select.png") no-repeat scroll right center;
  border: 1px solid #dedede;
  font-size: 13px;
  font-weight: 300;
  height: 33px;
  min-width: 110px;
  padding: 0 10px;
  text-transform: capitalize;
}
.shop-select option {
  padding: 2px 12px;
}
.showing .shop-select {
  min-width: 70px;
}
.shop-pagination {
  float: right;
}
.shop-pagination li {
  display: inline-block;
  margin-left: 10px;
}
.shop-pagination a {
  background: #dedede none repeat scroll 0 0;
  color: #999999;
  display: block;
  height: 33px;
  line-height: 31px;
  text-align: center;
  width: 33px;
}
.shop-pagination a:hover, .shop-pagination li.active a {
  background: #F6416C none repeat scroll 0 0;
  color: #fff;
}
.shop-pagination ul li a i {
  font-size: 10px;
}
.shop-grid .single-product {
  margin-bottom: 0;
  padding-bottom: 18px;
}
.shop-grid .product-brief h2, .shop-grid .product-brief h3 {
  font-size: 16px;
  text-transform: uppercase;
}
.shop-grid .product-brief {
  padding: 0 20px;
  text-align: left;
}
.shop-content .product-brief-inner {
  padding: 0;
}
.shop-grid .single-product:hover {
  background: #7f7f7f none repeat scroll 0 0; 
}
.shop-grid .single-product:hover .product-brief h2 a,
.shop-grid .single-product:hover .product-brief h3 {
  color: #fff;
}
/* shop-Sidebar */
.widget {
  margin-bottom: 30px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.widget-categories h5 {
  border: medium none;
  height: 33px;
  line-height: 33px;
  margin: 13px 0;
  text-transform: uppercase;
}
.widget-categories ul li {
  border: 1px solid #dedede;
  border-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
  height: 52px;
  line-height: 51px;
  text-transform: uppercase;
}
.widget-categories ul li:last-child {
  border-bottom: 1px solid #dedede;
}
.widget-categories ul li a {
  color: #666;
  display: block;
  padding: 0 20px;
}
.widget-categories ul li a:hover {
  background: #dedede none repeat scroll 0 0;
  color: #f6416c;
}
.widget-categories ul li:hover a {}
.sidebar-title {
  border: 1px solid #dedede;
  color: #333;
  display: block;
  height: 52px;
  line-height: 51px;
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
}
.widget-color ul {
  border: 1px solid #dedede;
  border-top: 0;
  line-height: 1;
  padding: 20px;
}
.widget-color ul li {
  display: inline-block;
}
.widget-color ul li a {
  display: block;
  height: 20px;
  margin-right: 20px;
  width: 25px;
}
.widget-color ul li:last-child a {  margin-right: 0;}
.widget-color ul li:hover a  {}
.widget-color ul li a.color-1 {background: #005B7F;}
.widget-color ul li a.color-2 {background: #EC008C;}
.widget-color ul li a.color-3 {background: #333333;}
.widget-color ul li a.color-4 {background: #00FF00;}
.widget-color ul li a.color-5 {background: #F68E56;}
.widget-brand ul {
  border: 1px solid #dedede;
  border-top: 0;
  padding: 20px;
}
.widget-brand ul li {
  margin-bottom: 7px;
}
.widget-brand ul li:last-child {
  margin-bottom: 0px;
}
.widget-brand ul li a {
  color: #414141;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  text-transform: uppercase;
}
.widget-brand ul li a:hover {
  color: #f6416c;
}
.shop-list .col-lg-12 {
  margin-bottom: 30px;
}
.shop-list .col-lg-12:last-child {
  margin-bottom: 0px;
}
.best-sell-product .shop-list .single-product {
  margin-bottom: 0;
}
.shop-list .product-photo {
  float: left;
  width: 33%;
}
.shop-list .product-brief {
  float: right;
  margin-top: 55px;
  overflow: hidden;
  text-align: left;
  width: 67%;
}
.shop-list .product-brief h2 {
  margin-bottom: 12px;
  padding-left: 30px;
}
.shop-list .product-brief h3 {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  padding: 12px 0 12px 30px;
}
.shop-list .porduct-desc p {
  border-bottom: 1px solid #dedede;
  color: #494949;
  font-weight: 300;
  padding: 12px 0 12px 30px;
}
.shop-list .pro-quick-view {
  padding-left: 30px;
}
.shop-list .quick-view {
  float: left;
}
.shop-list .quick-view a {
  display: inline-block;
  text-decoration: underline;
}
.shop-list .pro-rating {
  float: left;
  padding-left: 30px;
}
.shop-list {}
.shop-content .shop-grid .col-lg-4:nth-child(-n+6) {
  margin-bottom: 30px;
}
.info_widget {
  border: 1px solid #dedede;
  overflow: hidden;
  padding: 30px 20px;
}
.ui-widget-content {
  background: #f6416c none repeat scroll 0 0;
  border: medium none;
  height: 3px;
  top: 2px;
}
.ui-widget-content {
  background: #f6416c none repeat scroll 0 0;
  border: 1px solid #f6416c;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6416c;
}
.ui-slider .ui-slider-handle {
  border-radius: 100%;
  height: 15px;
  width: 15px;
}
.ui-slider-horizontal .ui-slider-range {
  background: #999999 none repeat scroll 0 0;
  height: 3px;
  top: -1px;
}
.info_widget #amount {
  overflow: hidden;
}
.info_widget #amount input {
  color: #333;
  margin-top: 10px;
}
.info_widget #amount .last_price {
  float: right;
  text-align: right;
  width: 50px;
}
.first_price {
    float: left;
    width: 50px;
}
.ui-slider-horizontal .ui-slider-handle {
  margin-left: -0.6em;
  top: -7px;
}
.sidebar-product  {
  border: 1px solid #dedede;
  border-top: 0;
  padding: 20px;
}
.sidebar-product .single-product {
  margin-bottom: 15px;
}
.sidebar-product .single-product:last-child {
  margin-bottom: 0;
}
.sidebar-product .product-photo {
  width: 33%;
}
.sidebar-product .product-photo {
  float: left;
  width: 36%;
}
.sidebar-product .product-brief {
  float: right;
  margin-top: 0;
  padding-left: 15px;
  text-align: left;
  width: 64%;
}
.sidebar-product .product-brief h2, .sidebar-product .product-brief h3 {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}
.sidebar-product .product-brief h2 {
  margin-bottom: 10px;
}
.sidebar-product .product-photo > a::before {
  display: none;
}
.sidebar-product .product-brief span {
  color: #999999;
  padding-left: 5px;
  text-decoration: line-through;
}
.banner-6 {
  margin-top: 50%;
  transform: translateY(-50%);
}
.banner-6 .section-title-2::before {
  display: none;
}
.banner-6 .section-title-2 h2 {
  font-size: 18px;
}
.banner-6 .section-title-2 {
  margin-bottom: 45px;
}
.banner-6 h3 {
  color: #333;
  font-size: 24px;
  text-transform: uppercase;
}
.banner-6 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 22px;
}
.old-price-2 {
  color: #999;
  font-size: 16px !important;
  margin-left: 10px;
  text-decoration: line-through;
}
/* ------------------------------------
19. Single-Product
-------------------------------------- */
.single-product-tab-content li {
  float: left;
  padding: 0 4px;
  width: 25%;
}
.single-product-tab-content img {
  width: 100%;
}
.view-full-screen  {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.title-3, .single-product-description h4 {
  color: #333;
  font-size: 32px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 40px;
  position: relative;
  text-transform: uppercase;
}
.title-3::before {
  background: #dedede none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 3px;
  position: absolute;
  width: 70px;
}
.single-product-description h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.pro-color span, .pro-size span, .categories span {
  color: #333;
  float: left;
  font-weight: 500;
  margin-right: 10px;
  min-width: 70px;
}
.pro-color a {
  border-radius: 100%;
  display: inline-block;
  height: 20px;
  margin-right: 15px;
  width: 20px;
}
.pro-color a:last-child, .pro-size a:last-child {
  margin-right: 0px;
}
.color-1 {  background: #000 none repeat scroll 0 0;}
.color-2 {  background: #3F3FFF none repeat scroll 0 0;}
.color-3 {  background: #34FF55 none repeat scroll 0 0;}
.color-4 {  background: #FF0000 none repeat scroll 0 0;}
.color-5 {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #9C9C9C;
}
.pro-size {margin-top: 20px;}
.pro-size a {
  border: 1px solid #000;
  height: 25px;
  line-height: 23px;
  margin-right: 10px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
}
.pro-size a:hover {
  border-color: transparent;
  background: #F6416C;
  color: #fff;
}
.product-counts {
  margin-top: 80px;
}
.cart-plus-minus {
  display: inline-block;
  float: left;
  margin-right: 10px;
  position: relative;
}
.cart-plus-minus input {
  border: 1px solid #dedede;
  height: 45px;
  text-align: center;
  width: 70px;
}
.cart-plus-minus div {
  background: #f0f0f0 none repeat scroll 0 0;
  cursor: pointer;
  height: 23px;
  line-height: 16px;
  padding-top: 3px;
  position: absolute;
  right: 1px;
  text-align: center;
  width: 20px;
}
.cart-plus-minus div.inc {top: 1px;}
.cart-plus-minus div.dec {bottom: 1px;}
.single-pro-add-cart a {
  font-size: 20px;
  font-weight: 500;
  height: 45px;
  line-height: 43px;
  margin-top: 0;
  padding: 0 20px;
}
.single-pro-share {
  padding: 25px 0;
}
.single-pro-share li {
  display: inline-block;
  position: relative;
}
.single-pro-share li a {
  color: #999999;
  padding: 0 15px;
  text-transform: uppercase;
}
.single-pro-share li:first-child a {
  padding-left: 0;
}
.single-pro-share li a:hover {
  color: #F6416C;
}
.single-pro-share i {
  padding-right: 10px;
}
.single-pro-share li::before {
    background: #999 none repeat scroll 0 0;
    content: "";
    height: 12px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 1px;
}
.single-pro-share li:last-child::before {
    display: none;
}
.categories-tags {
  border-top: 1px solid #999999;
  padding-top: 25px;
}
.categories span {
  min-width: 110px;
}
.categories a {
  margin-right: 5px;
}
.categories.tags {
  margin-top: 10px;
}
.reviews-tab-menu {
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.reviews-tab-menu li {
    display: inline-block;
    margin-right: 90px;
}
.reviews-tab-menu li a {
    color: #999;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
}
.title-4 {
  font-size: 18px;
  font-weight: 500;
}
.single-pro-product-description p:last-child {
  margin-bottom: 0;
}
.product-page-comments h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
  text-transform: uppercase;
}
.product-comments {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.product-comments img {
  border: 1px solid #ddd;
  float: left;
  margin-right: 25px;
  width: 105px;
}
.product-comments .product-comments-content {
  border: 1px solid #ddd;
  float: left;
  padding: 10px;
  position: relative;
  width: 500px;
}
.product-comments .product-comments-content::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    content: "";
    display: block;
    height: 10px;
    left: -6px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.product-comments .product-comments-content p {
    font-size: 16px;
}
.product-comments .product-comments-content p strong {
    text-transform: uppercase;
}
.product-comments .product-comments-content span.pro-comments-rating {
    float: right;
}
.review-form-wrapper {
  width: 630px;
}
.review-form-wrapper h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.review-form-wrapper input[type="text"], .review-form-wrapper input[type="email"] {
    border: 1px solid #e5e5e5;
    height: 35px;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    width: 100%;
}
.review-form-wrapper input[type="email"] {
}
.review-form-wrapper input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    height: 38px;
    line-height: 40px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    white-space: nowrap;
    width: auto;
}
.review-form-wrapper textarea {
    border: 1px solid #ddd;
    border-radius: 0;
    height: 100px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
}
.review-form-wrapper input[type="submit"]:hover {
    background: #F6416C none repeat scroll 0 0;
}
.your-rating h5 {
  margin-bottom: 10px;
}
.your-rating span {
  margin-right: 25px;
}
.related-product-title h3 {
  border-bottom: 1px solid #999999;
  font-size: 18px;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 80px;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.active-related-product .product-brief {
  text-align: center;
}
/* Quickview */
.modal {
    z-index: 13000;
}
#productModal .modal-dialog {
    margin: 5% auto;
    max-width: 96%;
    min-height: 300px;
    padding: 20px;
    width: 870px;
}
#productModal .modal-header {
    border: 0 none;
    min-height: auto;
    padding: 0;
}
#productModal button.close {
  opacity: 1;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
#productModal button.close span {
  border: 1px solid #909295;
  border-radius: 100%;
  color: #909295;
  display: block;
  height: 30px;
  line-height: 25px;
  padding-top: 1px;
  text-align: center;
  width: 30px;
}
#productModal button.close:hover span {
  opacity: 1;
  border: 1px solid #F6416C;
  color: #F6416C;
}
#quickview-wrapper .modal-content {
    border-radius: 0;
}
.modal-product {
    overflow: hidden;
}
.modal-product .product-images {
    float: left;
    width: 40%;
}
.modal-product .product-images .quick-thumbnails {
    float: left;
    width: 100%;
}
.modal-product .product-images .main-image {
    float: left;
    width: 100%;
}
.modal-product .product-images .main-image img {
    box-shadow: none;
}
.modal-product .product-info {
    float: left;
    padding-left: 30px;
    width: 60%;
}
.modal-product .product-info h1 {
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px;
}
.s-price-box {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px;
}
.s-price-box .old-price {
  margin-left: 15px;
  text-decoration: line-through;
}
.modal-product .product-info .price-box {
    float: left;
    margin: 0 0 12px;
    width: 100%;
}
.modal-product .product-info .price-box p {
    margin: 0;
}
.modal-product .product-info .price-box .special-price {
    color: #83cbdc;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 24px;
    font-weight: 400;
}
.modal-product .product-info .see-all {
    color: #42414f;
    display: inline-block;
    margin-bottom: 35px;
    text-decoration: underline;
}
.numbers-row > input {
    border: 1px solid #ddd;
    float: left;
    height: 40px;
    text-align: center;
    width: 60px;
}
.quick-add-to-cart .single_add_to_cart_button {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    float: left;
    font-weight: 700;
    height: 40px;
    margin-left: 15px;
    padding: 0 70px;
    text-transform: uppercase;
}
.quick-add-to-cart .single_add_to_cart_button:hover {
    background: #F6416C none repeat scroll 0 0 !important;
}
.modal-product .product-info .see-all:hover {
    color: #ff8787;
}
h3.widget-title-modal {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #42414f;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.modal-product .product-info .quick-add-to-cart {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    margin: 0 0 20px;
    padding: 0 0 38px;
    width: 100%;
}
.modal-product .product-info .quick-desc {
    border-bottom: 1px solid #e5e5e5;
    color: #909295;
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 25px;
    padding: 0 0 15px;
    width: 100%;
}
.modal-product .widget {
    float: left;
    width: 100%;
}
.modal-product .widget .widget-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #909295;
    float: left;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: left;
    text-transform: none;
    width: 100%;
}
.modal-product .widget .social-icons {
    float: left;
    margin: 0;
    padding: 0;
}
.modal-product .widget .social-icons li {
    float: left;
    line-height: 30px;
    list-style: outside none none;
    margin-right: 10px;
}
.modal-product .widget .social-icons li .social-icon {
    border: 1px solid #e5e5e5;
    color: #909295;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    width: 40px;
}
.modal-product .widget .social-icons li .social-icon:hover {
    color: #fff;
}
.modal-product .widget .social-icons li .social-icon.facebook:hover {
    background: #3b579d none repeat scroll 0 0;
    border: 1px solid #3b579d;
}
.modal-product .widget .social-icons li .social-icon.twitter:hover {
    background: #3acaff none repeat scroll 0 0;
    border: 1px solid #3acaff;
}
.modal-product .widget .social-icons li .social-icon.pinterest:hover {
    background: #cb2027 none repeat scroll 0 0;
    border: 1px solid #cb2027;
}
.modal-product .widget .social-icons li .social-icon.tumblr:hover {
    background: #304e6c none repeat scroll 0 0;
    border: 1px solid #304e6c;
}
.modal-product .widget .social-icons li .social-icon.gplus:hover {
    background: #d11717 none repeat scroll 0 0;
    border: 1px solid #d11717;
}
.modal-product .widget .social-icons li .social-icon.linkedin:hover {
    background: #0097bd none repeat scroll 0 0;
    border: 1px solid #0097bd;
}
/* ------------------------------------
20. About-Us
-------------------------------------- */
.about-us-brief {
    text-align: center;
}
.about-us-brief h2 {
  font-size: 18px;
  margin-bottom: 38px;
  margin-top: 42px;
}
.about-banner-area {
  background: rgba(0, 0, 0, 0) url("img/banner/about-banner.jpg") repeat scroll center center;
  background-size: cover ;
  -webkit-background-size: cover ;
}
.about-banner-overlay {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  height: 400px;
}
.support-area .col-md-4:nth-child(-n+3) {
  margin-bottom: 30px;
}
.single-support {
  border: 1px solid #999;
  padding: 25px 20px;
  text-align: center;
}
.single-support i {
  color: #333;
  font-size: 60px;
}
.single-support h3 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
.single-support p {
  margin-bottom: 0;
}
.single-support:hover h3 a, .single-support:hover i {
  color: #F6416C;
}
.our-team-area .best-sell-2-brief {
  border: 1px solid #dedede;
  border-top:0;
  bottom: 0;
  padding: 0 30px 10px;
  text-align: right;
}
.our-team-area .best-sell-2-brief::before {
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.35);
  height: 35px;
  top: -15px;
  transform: rotate(-4deg);
}
.our-team-area .best-sell-2-brief h3 {
  font-weight: 400;
  margin: 0;
}
.our-team-area .best-sell-2-brief span {
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
}
.our-team-area .section-title-2 {
  margin-bottom: 60px;
  text-align: center;
}
/* ------------------------------------
21. Cart
-------------------------------------- */
.table-content table {
  background: #fff none repeat scroll 0 0;
  border-color: #e5e5e5;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: 0 0 50px;
  text-align: center;
  width: 100%;
}
.table-content thead {
  background: #333333 none repeat scroll 0 0;
  color: #fff;
}
.table-content table th {
  border-top: medium none;
  font-weight: normal;
  padding: 13px 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
}
.table-content table th, .table-content table td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.table-content table td {
  border-top: medium none;
  font-size: 13px;
  padding: 20px 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.table-content table td input {
  color: #6f6f6f;
  text-align: center;
  width: 60px;
}
.table-content table td.product-thumbnail {
  padding: 1px;
  width: 120px;
}
.table-content table td.product-subtotal {
  font-size: 14px;
  font-weight: bold;
  width: 120px;
}
.table-content table td.product-name a {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
}
.table-content table td.product-name{width: 270px;}
.table-content table td.product-thumbnail{width: 130px;}
.table-content table td.product-remove i {
  border: 1px solid #999;
  border-radius: 100%;
  display: inline-block;
  font-size: 20px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}
.table-content table td.product-remove i:hover {
  border-color: #F6416C;
  color: #F6416C;
}
.table-content table .product-price .amount {
  font-size: 15px;
  font-weight: 700;
}
.product-remove {
  width: 90px;
}
.coupon {
  margin-bottom: 50px;
  text-align: right;
}
.coupon span {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.coupon input {
  border: 1px solid #999;
  height: 40px;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
  font-weight: 400;  
}
.coupon input[type="text"] {
  margin: 0 10px;
  width: 200px;
}
.coupon input[type="submit"] {
  text-transform: uppercase;
}
.table-cart {
  background: #dedede none repeat scroll 0 0;
}
.table-cart table {
  width: 100%;
}
.cart-totals h2 {
  background: #dedede none repeat scroll 0 0;
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.table-cart table tbody tr {
  border-bottom: 1px solid #fff;
}
.table-cart table tbody tr:first-child {
  border-top: 1px solid #fff;
}
.cart-totals-list th, .cart-totals-list td {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}
.cart-totals-list th {
  border-right: 1px solid #fff;
  padding: 10px 10px 10px 20px;
  text-align: left;
  width: 50%;
}
.cart-totals-list td {
  padding: 10px 20px 10px 10px;
  text-align: right;
}
.we-proceed-to-checkout {
  padding: 20px;
  text-align: right;
}
.we-proceed-to-checkout a {
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  text-transform: uppercase;
}
.cart-totals-list span {
  font-size: 13px;
  font-weight: 300;
}
.wishlist-table .product-add-to-cart {
  width: 180px;
}
.wishlist-table .product-add-to-cart a {
  background: #000 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding: 10px 20px;
}
.wishlist-table .product-add-to-cart a:hover {
  background: #f6416c none repeat scroll 0 0;
}
.shopping-cart-area.wishlist-area {
  margin-bottom: 30px;
}
/* ------------------------------------
22. Checkout
-------------------------------------- */
.title-6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
}
.coupon-accordion h3 {
  background-color: #dedede;
  border-top: 3px solid #f6416c;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 15px;
  padding: 1em 2em 1em 3.5em;
  position: relative;
  width: auto;
}
.coupon-accordion h3::before {
    color: #4a4a4a;
    content: "\e634";
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif !important;
    left: 1.5em;
    position: absolute;
    top: 1em;
}
.coupon-accordion span {
  color: #003399;
  cursor: pointer;
}
.coupon-accordion span:hover, p.lost-password a:hover {
    color: #eb3b60;
}
.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px;
}
.coupon-info p.form-row-first label, .coupon-info p.form-row-last label {
    display: block;
}
.coupon-info p.form-row-first label span.required, .coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700;
}
.coupon-info p.form-row-first input, .coupon-info p.form-row-last input {
  background: #f0f0f0 none repeat scroll 0 0;
  border: 1px solid #e5e5e5;
  height: 40px;
  margin: 0 0 14px;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 100%;
}
.coupon-info p.form-row-last {
}
.coupon-info p.form-row input[type="submit"]:hover, p.checkout-coupon input[type="submit"]:hover {
    background: #f6416c none repeat scroll 0 0;
}
.coupon-info p.form-row input[type="checkbox"] {
    position: relative;
    top: 2px;
}
.form-row > label {
    margin-top: 7px;
}
p.lost-password {
    margin-top: 15px;
}
p.lost-password a {
  color: #f6416c;
}
p.checkout-coupon {
}
p.checkout-coupon input[type="text"] {
    height: 36px;
    padding-left: 10px;
    width: 170px;
    border: 1px solid #e5e5e5;
}
p.checkout-coupon input[type="submit"] {
  background: #f6416c none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  margin-left: 6px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.coupon-checkout-content {
    display: none;
}
.checkout-area {
    padding-bottom: 30px;
}
.checkbox-form {
}
.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}
.coupon input[type="submit"], .coupon-info p.form-row input[type="submit"] {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 12px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.coupon input[type="submit"]:hover,
.coupon-info p.form-row input[type="submit"]:hover,
.comment-respond input[type="submit"]:hover {
  background: #f6416c  none repeat scroll 0 0;
}
.title-7 {
  font-size: 20px;
}
.coupon-info .form-row-first textarea {
  background: #f0f0f0 none repeat scroll 0 0;
  border: medium none;
  height: 110px;
  padding: 10px 15px;
  width: 100%;
}
.your-order-table {
  background: #f0f0f0 none repeat scroll 0 0;
}
.your-order-table table {
  width: 100%;
}
.your-order-table table th {
  border-top: medium none;
  font-weight: normal;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  width: 250px;
}
.your-order-table table th, .your-order-table table td {
  border-bottom: 1px solid #d8d8d8;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0 15px 70px;
  text-align: left;
}
.your-order-table .order-total {
  font-size: 16px;
  font-weight: 700;
}
.product-total.order-total {
  color: #f6416c;
}
.payment-method {
  border: 1px solid #e5e5e5;
  padding: 30px;
}
.payment-accordion h3 {
  color: #878787;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 20px 20px;
  text-transform: none;
  position: relative;
}
.payment-accordion-toggle.active {
  color: #3e3e3e;
}
.payment-accordion-toggle::before {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e1e1e1;
  content: "";
  height: 7px;
  left: -22px;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 7px;
}
.payment-accordion-toggle.active::before{
  background: #3e3e3e;
}
.payment-accordion h3 a{color: #6f6f6f;
font-size: 14px;
padding-left: 25px;
position: relative;
text-transform: capitalize;text-decoration:none}
.payment-accordion h3 a:before,.payment-accordion h3.open a:after{content: "";
display: inline-block;
font-family: fontawesome;
font-size: 20px;
left: 0;
position: absolute;
top: -6px;}
.payment-accordion h3.open a:after{content: "\f056";}
.payment-content p{font-size: 13px;}
.payment-accordion img {
  margin-left: 15px;
}
.order-button-payment input {
  background: #252525 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  height: 40px;
  margin: 20px 0 0;
  padding: 0 50px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.order-button-payment input:hover {
  background: #f6416c  none repeat scroll 0 0;
}
.payment-content {
  display: none;
  margin-left: 20px;
}
.payment-content.default {
  display: block;
}
.checkout-page.table-content table th {
  padding: 15px 10px;
}
.payment-content a img {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin: 0;
  padding: 10px;
}
/* ------------------------------------
23. Blog
-------------------------------------- */
.blog-quote {
  background: #eee none repeat scroll 0 0;
  margin: 30px;
  padding: 30px 40px;
  position: relative;
}
.blog-quote::before {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  height: 20px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 20px;
}
.blog-quote::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: 15px;
  content: "";
  height: 20px;
  position: absolute;
  right: 15px;
  width: 20px;
}
.social-sharing {
  border: 1px solid #e8e8e9;
  float: left;
  margin: 30px 0;
  padding: 10px;
  width: 100%;
}
.social-sharing h3 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #909295;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin: 0 20px 0 0;
  text-transform: none;
  width: auto;
}
.sharing-icon {
  float: right;
}
.social-sharing .sharing-icon a {
  display: inline-block;
}
.social-sharing .sharing-icon a i {
  border: 1px solid #e8e8e9;
  color: #909295;
  display: inline-block;
  font-size: 18px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}
.social-sharing .sharing-icon a i.sp-facebook:hover {
    background: #3b579d none repeat scroll 0 0;
    border: 1px solid #3b579d;
}
.social-sharing .sharing-icon a i.sp-twitter:hover {
    background: #3acaff none repeat scroll 0 0;
    border: 1px solid #3acaff;
}
.social-sharing .sharing-icon a i.sp-linkedin:hover {
    background: #0097bd none repeat scroll 0 0;
    border: 1px solid #0097bd;
}
.social-sharing .sharing-icon a i.sp-google:hover {
    background: #d11717 none repeat scroll 0 0;
    border: 1px solid #d11717;
}
.social-sharing .sharing-icon a i:hover {
    color: #fff;
}
.author-info {
    background: #f5f5f5 none repeat scroll 0 0;
    float: left;
    margin: 0 0 22px;
    padding: 15px;
    width: 100%;
}
.single-post-comments {
  margin-bottom: 30px;
  max-width: 100%;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #e8e8e9;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: uppercase;
}
.comments-list ul li {
    margin-bottom: 25px;
}
.comments-list-img {
    float: left;
    margin-right: 15px;
}
.comments-list-img img {
    border: 1px solid #ddd;
    width: 50px;
}
.comments-content-wrap {
    border: 1px solid #ddd;
    color: #42414f;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 15px 63px;
    padding: 10px;
    position: relative;
}
.comments-content-wrap::before {
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #ececec;
    border-left: 1px solid #ececec;
    content: "";
    display: block;
    height: 10px;
    left: -5px;
    position: absolute;
    top: 10px;
    transform: rotate(45deg);
    width: 10px;
}
.comments-content-wrap span b {
    margin-right: 5px;
}
.comments-content-wrap span a:hover {
}
span.post-time {
    margin-right: 5px;
}
.comments-content-wrap p {
    color: #444;
    line-height: 18px;
    margin-bottom: 5px;
    margin-top: 15px;
}
li.threaded-comments {
    margin-left: 50px;
}
.comment-respond {
    margin-top: 60px;
}
span.email-notes {
    color: #42414f;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    margin-bottom: 5px;
}
.comment-respond input[type="text"], .comment-respond input[type="email"] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
}
.comment-respond textarea#message {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 130px;
    max-width: 100%;
    padding: 10px;
    width: 100%;
}
.comment-respond input[type="submit"] {
    background: #252525  none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    padding: 0 15px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
}
.author-avatar {
  float: left;
  margin-right: 10px;
  width: 110px;
}
.author-description h3 {
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px;
}
 /*----------------------------------------*/
/*  24. Login
/*----------------------------------------*/
.lognin-area {
  margin-bottom: 53px;
}
 .login-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
 .registered {
  border: 1px solid #ccc;
  overflow: hidden;
  padding: 50px;
}
.registered > p,  .forgot > a {
  color: #999;
}
 .custom-form {
  border: 1px solid #ccc;
  color: #999;
  display: block;
  font-size: 14px;
  height: 33px;
  line-height: 16px;
  margin-bottom: 20px;
  padding: 0 10px 0 15px;
  width: 100%;
}
.lognin-area label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  max-width: 100%;
}
.checkbox label {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  margin-right: 20px;
}
.custom-submit-2 {
  float: left;
  font-size: 14px;
  padding: 0 10px;
}
.custom-submit, .lognin-area .custom-submit-2 {
  background: #252525  none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  height: 33px;
  line-height: 33px;
  margin-top: 20px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.custom-select {
  -moz-appearance: none;
  background: #fff url("img/bg/angle-down.png") no-repeat scroll 97% center;
  font-weight: normal;
  text-transform: capitalize;
}
.custom-select option {
  padding: 4px 15px;
}
.custom-select option { padding: 4px 15px;}
.custom-form::-webkit-input-placeholder {color: #333;}
.custom-form:-moz-placeholder {color: #333;} /* Firefox 18- */
.custom-form::-moz-placeholder {color: #333;}  /* Firefox 19+ */
.custom-form:-ms-input-placeholder {color: #333;}/* 6d6d6d */
.custom-submit:hover, .custom-submit-2:hover, .active-submit {
  background: #f6416c  none repeat scroll 0 0;
  color: #fff;
}
.contact-form-wrap h3 {
    margin-bottom: 30px;
}
.contact-info h3, .contact-form-wrap h3 {
  border-bottom: 2px solid #e8e8e9 !important;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
  margin-top: 50px;
}
.contact-form-wrap input[type="text"], .contact-form-wrap input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 50px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}
.contact-form-wrap textarea#message {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-form-wrap button {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    margin-top: 16px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.contact-form-wrap button:hover {
    background: #eb3b60 none repeat scroll 0 0;
}
.form-message{
  margin-top: 15px;
  margin-bottom: 0;
}
.form-message.success{
  color: green;
}
.form-message.error{
  color: red;
}
.contact-info ul li {
  border-bottom: 1px solid #e8e8e9;
  float: left;
  font-size: 12px;
  line-height: 40px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.panel-title span::before {
  color: #dedede;
  content: "|";
  padding: 0 10px;
}
.custom-submit-2.save {
  background: #252525 none repeat scroll 0 0;
  color: #fff;
  height: 40px;
  margin: 10px 0;
  padding: 0 25px;
}
h1.thank-you {
  border-bottom: 1px solid;
  color: green;
  font-size: 20px;
  font-weight: 700;
  margin-top: 50px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
 /*----------------------------------------*/
/*  25. 404
/*----------------------------------------*/
.area-404 {
  text-align: center;
}
.error-title {
  padding: 60px 0 30px;
}
.error-title h1 {
  font-size: 110px;
  font-weight: 900;
  line-height: 120px;
}
.eror-brief h2 {
  color: #333;
  font-size: 28px;
  letter-spacing: 1px;
  line-height: 34px;
  margin-bottom: 10px;
}
.eror-brief h3 {
  color: #555454;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.eror-form {
  margin-top: 65px;
}
.eror-form span {
  display: inline;
  line-height: 30px;
  margin-right: 5px;
}
.eror-form input {
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.075) inset;
  display: inline;
  height: 35px;
  margin-bottom: 20px;
  width: 30%;
}
.eror-form button {
  background: #333 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  display: inline;
  font-size: 16px;
  height: 35px;
  line-height: 21px;
  margin-left: 10px;
  padding: 0 30px;
  transition: all 0.3s ease 0s;
}
.back-home a {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 33px;
  margin-top: 10px;
  padding: 0 25px;
  text-transform: capitalize;
}
.eror-form button:hover, .back-home a:hover {
  background: #f6416c none repeat scroll 0 0;
  color: #fff;
}

.btn.btn-default {
  border: 1px solid silver;
}
/*----*/

#btnContainer
{
float: right;
}

/*--------search btn---------*/




.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
 /* width: 100%; */
  border: 3px solid #c1c1c1;
  border-right: none;
  padding: 5px;
  height: 35px;
  border-radius: 5px 0 0 5px;
  outline: none;
  /*color: #9DBFAF;*/
}

.searchTerm:focus{
  color: #4b4b4b;
}

.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #c1c1c1;
  background: #c1c1c1;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 100%;
 /* position: relative; */
  top: 50%;
  left: 50%;
  /*transform: translate(-50%, -50%);*/
  margin: 22px 0 0 0;
}
/*-------Search btn end------*/

.tabs_li_1
{
margin: 0px 2px 0px 1px;
background: #ccc;
padding: 3px 8px 4px 12px;
}

.ftxt {
    float: left;
    padding: 3px 3px 3px 2px;
    width: 155px;
}

 .ftxt11 {
    float: left;
    padding: 3px 3px 3px 2px;
    width: 153px;
}


 .ftxt12 {
    float: left;
    padding: 10px 0px 0px 0px;
    width: 100%;
}

.ui-draggable, .ui-droppable {
    background-position: top;
    background: #ccc;
}

.view_all_F
{
            float: right;
            margin: 10px 40px 0px 0px;
            background: #0d1452;
  
}



.view_all_F  a
{
  color: #fff !important;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: #ce1060;
  
}

.view_all_NA {
  float: right;
  margin: 23px 40px 7px 1px;
  background: #ce1060;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 25px;
  transition: all 0.4s ease;
  border-radius: 100px;
}

.view_all_LP {
  float: right;
  margin: -70px 40px 0px 0px;
  background: #ce1060;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 25px;
  transition: all 0.4s ease;
  border-radius: 100px;
}

.view_all_PP {
  float: right;
  margin: -50px 40px 0px 0px;
  background: #ce1060;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 25px;
  transition: all 0.4s ease;
   border-radius: 100px;
}


.view_all_FB {
  float: right;
  margin: 27px 40px 0px 0px;
  background: #ce1060;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 25px;
  transition: all 0.4s ease;
  border-radius: 100px;
}


.heart_icon_img
{
  background: #fff;
  padding: 5px 5px 5px 5px;
  border-radius: 100%;
  margin: 10px 10px 0px 8px;
  font-size: 20px;
  color: #ff0090;
}

.heart_icon_img1
{
  background: #ff0090;
  padding: 5px 5px 5px 5px;
  border-radius: 100%;
  margin: 10px 10px 0px 8px;
  font-size: 20px;
  color: #fff;
}
}


/*---top image content ---*/
.owl-item {
  float: left;
}



.filter-button {
  font-size: 18px;  
  border-radius: 5px;
  text-align: center;
  color: #FFA500;
  margin-bottom: 30px;
}
.forestGreen {
  background: #ececec;
}



.item11 {
  padding: 30px 0px;
  margin: 0px;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}


.wrapper
{
    height: 50px;
    min-width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #ccc; 
}
/*.wrapper span
{
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}*/

.wrapper input
{
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
}

.wrapper span .num
{   
font-size: 20px;
pointer-events: none;   
}


/*----top image content end---*/


/*-------------product ratio button----------*/
.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}
.custom-radios input[type="radio"] + label {
  color: #333;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 14px;
}
.custom-radios input[type="radio"] + label span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 35px;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}
.custom-radios input[type="radio"]#color-1 + label span {
  background-color: #2ecc71;
}
.custom-radios input[type="radio"]#color-2 + label span {
  background-color: #3498db;
}
.custom-radios input[type="radio"]#color-3 + label span {
  background-color: #f1c40f;
}
.custom-radios input[type="radio"]#color-4 + label span {
  background-color: #e74c3c;
}
.custom-radios input[type="radio"]:checked + label span img {
  opacity: 1;
}

/*--------------product ratio btn end-----*/

.item_h6
{
    margin: 11px 0 0 0;
    text-transform: uppercase;
}



#footer {
  /*background: black; */
  padding: 0 0 15px 0;
  color: #666;
  font-size: 14px;
}

#footer .footer-top1 {
  /*background: #0c0b09; 
   border-top: 1px solid #37332a;*/
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 60px 0 30px 0;

}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  padding-top: 10px;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #cda45e;
  font-size: 18px;
  line-height: 1;
}
.bx {
  font-family:Arial, Helvetica, sans-serif !important;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  display: inline-block;
  text-transform: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


#footer .footer-top .footer-links ul {
  list-style: none;
}

.mt-3 {
  margin-top: 1rem !important;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .footer-links ul a:hover {
  color: #cda45e;
}

a {
  /*color: #BEBEBE;*/
  /*font-size: 16px;*/
  }

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #28251f;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.bott_social_1
{
margin: 0px 5px 0px 8px;
font-size: 21px;
}

.bott_social_2
{
background: #fff;
padding: 10px 10px 10px 10px;
margin: 0px 5px 0px 8px;
}

.footer_info_h3_1
{
    margin: 16px 0 0 0;
}

.footer_info_h3_2
{
    margin: 26px 0 0 0;
}

.footer_info_h3_3
{
 font-size: 44px;
}
.newsletter_cont
{
  font-size: 17px;
margin: 0px 0px 6px 0px;  
}

.foot_h3
{    
    color: #6d6d6d;
    text-align: right;
    font-size: 13px;
    /*font-weight: bold;
    color: #444;*/
    margin-bottom: 22px;
    display: block;
}

.foot_h3_1
{    
    color: #6d6d6d;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    margin-bottom: 10px;
    display: block;
}

.foot_ul_li_a
{
    margin: 1px 0px 8px 1px;
    text-align: right;
    font-color: #666;
    font-size: 0.9em;
    font-weight: normal;
}

.foot_ul_li_a a
{
    
    text-align: right;
    font-color: #666;
    font-size: 0.9em;
    font-weight: normal;
    margin: 6px 0px 6px -61px;
}

.footer_uniq a
{
    margin: 1px 0px 8px 1px;
    text-align: right;
    font-color: #666;
    font-size: 0.9em;
    font-weight: normal;
}

.footer_cont_val1
{
text-align: justify;
font-size: 16px;
line-height: 25px;
}

.footer_content101
{text-align: justify;}

.footer_content101 p {
  line-height: 26px;
  font-size: 16px;
}

.prod_chrt_size
{
  /*  float: right; */
  color: #0d1452 !important;
}

/*.prod_chrt_size  a:hover
{
color: #0d1452;
text-transform: full-width;
}*/

.socialmedia_product
{
    float: left;
padding: 0px 10px 0px 5px;
font-size: 64px;
}
/*.socialmedia_product1
{   
font-size: 40px;
margin: 12px 5px 0px 12px;
}*/

.socialmedia_product1 {
  font-size: 26px;
  margin: 12px 5px 0px 12px;
}

.prodimages
{
    margin: 5px 0px 5px 20px;
    width: 64px;
}

.prod_exp
{
padding: 6px 0px 7px 6px;
background: #f6f6f6;
border-radius: 22px;
}


.legend {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -45%;
  width: 90%;
  border-radius: 20px;
  background: #fff;
  color: #000;
  padding: 10px;
  font-size: 12px;
  text-align: center;
 /* opacity: .25; */
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}
a.read-more {
  background: #c20d00;
  color: #fff;
  padding: 0.8em 3em;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
  font-size: 13px;
  display: inline-block;
  border: transparent;
  transition: all 500ms ease;
  text-align: justify;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.read-more {
  margin-top: 1.2em;
}

.bottom-left1 {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

.fullimg_onus
{
    display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: auto;
}


.blurred-bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: url("../img/bbanner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

/*--------add to button-----------*/
.fa-cart-plus{
  background:#f7d59c;
  color: #000;
}

.addtocart{
  display:block;
  padding:0.5em 1em 0.5em 1em;
  border-radius:100px;
  border:none;  
  position:relative;
  background:#f7d59c;
  cursor:pointer;
  height:2em;
  width:100%;
  overflow:hidden;
  transition:transform 0.1s;
  z-index:1;
}
.addtocart:hover{
  transform:scale(1.1);
}
.pretext{
  color:#fff;
  background:#f7d59c;
  position:absolute;
  top:0;
  left:0;
  height:100%;
  width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  font-family: Arial, Helvetica, sans-serif !important;
}
i{
  margin-right:10px;
}
.done{
  background:#be2edd;
  position:absolute;
  width:100%;
  top:0;
  left:0;
  transition:transform 0.3s ease;

  transform:translate(-110%) skew(-40deg);
}
.posttext{
  background:#be2edd;
}
.fa-check{
 /* background:#be2edd; */
}

/*-----------add to button end----------*/
.prodnames1
{
font-size: 20px;
text-align: center;
margin: 0px 0px 10px 0px;
color: #333;
}

.quickviewbtn
{
    margin: -87px 15px 10px 15px;
    border-radius: 3.2rem !important;
    font-size: 25px;
}

.quickviewbtn:hover {
  background: #ff0090;
  color: #ccc;
  animation: cubic-bezier;
}
/*--search product ---*/
.quickviewbtn1 {
  margin: -86px 1px 28px 12px;
  border-radius: 3.2rem !important;
  font-size: 25px;
  width: 93%;
}

.quickviewbtn1:hover {
  background: #ff0090;
  color: #ccc;
  animation: cubic-bezier;
}



.header-text111 {
  position: absolute;
  top: 20%;
  left: 1.8%;
  right: auto;
  width: 96.66666666666666%;
  color: #fff;
}

div.followuson {
  background: url(../img/bbanner.jpg) repeat;
  
}

div.followuson_txt {
 /* margin: 30px;*/
  background-color: #ffffff;
  /*border: 1px solid black;*/
  opacity: 0.6;
}

div.followuson_txt p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
  font-size: 25px;
}


.btn-group {
  width: 100% !important;
}

.btn.btn-primary {
  background: #f39914;
  border: 1px solid #ccc;
}

#loading
{
    text-align: center;
    height: 150px;
    background: url(../img/ajax-loader.gif) no-repeat center;
}

.plus {
  font-size: 3rem;
  margin: -13px 4px 0 0;
}

.minus {
  font-size: 3rem;
  margin: -13px 4px 0 0;
}

.cattit1 {
  font-size: 21px !important;
  color: #ff0090 !important;
}

.old_price_del
{
  color: #5C5D60 !important;
  margin: 11px 15px 5px 10px;
}

.faqAccordion_val
{
    border: 1px solid #ccc;
    padding: 5px 1px 2px 5px;
    text-align: justify;
    margin: 6px 0px 0px 0px;
}

.sizeval_1
{
font-size: 18px;
border: 1px solid silver;
padding: 3px 4px 5px 2px;
width: 50%;
text-align: center;
}


.fltr_selt
{
border-radius: revert !important;
background: #dfac49;
padding: 8px 10px 8px 10px;
}

.fltr_selt option
{
border-radius: revert !important;
background: #dfac49;
padding: 8px 10px 8px 10px;
}
.size_prod_val_1
{
float: left;
margin: 3px 10px 0px 0px;
font-size:16px;
color: #444 !important;
}


.order_retn
{
width: 18px;
margin: 0px 5px 3px 0px;

}

.fixed-nav-bar {
 /* position: fixed; */
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  width: 100%;
  /*height: 50px;*/
 
}

.logo_val01
{
    width: 160px; 
    float: left; 
    margin: 3px 10px -10px 5px;
}




.shopping_cart_pge_head
{
    border: 1px solid #ccc !important;
    text-align: center;
    padding: 10px 0px 10px 0px;
    text-transform: uppercase;
    font-weight: bold;
}

.shopping_cart_pge
{
    border: 1px solid #ccc !important;
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.shopping_cart_pge_tot
{
    border: 1px solid #ccc !important;
    text-align: center;
    padding: 10px 0px 10px 0px;
    font-weight: bold;

}


.shopping_cart-btn1
{
    text-align: right;
    margin: 20px 0px 15px 0px;
}


.col-md-2.shopping_cart_pge img {
  width: 100px;
}

.bx-viewport {
  height: 650px !important;
}


.carousel-wrapper {
  width: 100%;
  margin: 0 auto;
}
.owl-item {
  .item {
    img {
      width: 100%;
      height: auto;
      margin: -10% auto;
    }
  }
}
.item {
  box-sizing: content-box;
 /* background-color: green; */
  color: #fff;

  width: 98%;
/*  height: 250px; */
  /*box-shadow: inset -4px 6px 20px 3px rgba(0, 0, 0, 0.5); */
 
 
}

.owl-next,
.owl-prev {
  border: 1px solid #ccc;
  position: absolute;
  top: 13rem;
  height: 50px;
  box-sizing: border-box;
  background-color: transparent;
  transition: background-color 0.4s;
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column; /* column | row */

  &:hover {
    opacity: 1;
  }
}

.owl-next {
  right: -50px;
  background-image:url("../img/left_arrow.png");
  width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 70px;
    text-align: center;

}

.owl-prev {
  left: -50px;
  background-image:url("../img/right_arrow.png");
   width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 70px;
    text-align: center;
}

.prodTitle
{
    font-family: Arial, Helvetica, sans-serif !important;
font-weight: 400;
font-style: normal;
text-rendering: optimizeLegibility;
color: #2f353d;
font-size: 2.375rem;
line-height: 1.36364;
letter-spacing: .05rem;
font-weight: 700;
margin-top: 0;
margin-bottom: 1.25rem;
}


.prod_rect1
{
    width: 100% !important;
    background: #ccc;
    height: 200px;
    color: #fff!important;

}

.owl_next_1
{
font-size: 76px;
margin: 2px 1px 1px 12px;
}

.col-lg-6.single-right-left.animated.wow.slideInUp {
  margin: 110px 0 0 0;
}

.hvr-outline-out::before {
  content: '';
  position: absolute;
  border: #FDA30E solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.occasion-cart a {
  padding: 8px 15px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  margin: 20px 0px 0px 0px;
}

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #BBB;
  padding: 10px 10px 10px 10px;
  width: 20%;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
}

.hvr-outline-out:hover
{
    color: #fff;
    background-color: #d47644
}

.form-control
{
    border-radius:inherit!important;   
    font-size: 11px;
    letter-spacing: 0.6px;
}

.cont_frn
{
    margin-top:  15px !important;
}


.form-group.row.cont_frn {
  font-size: 11px;
  font-weight: bold;
}

.cont_txt
{
  /*  padding: 10px 4px 13px 11px; /
}

#enq_subt_frm {
  padding: 11px 30px 12px 36px;
  font-size: 20px;
  color: #fff;
}

.col-sm-2.col-form-label {
  font-size: 16px;
  color: #333;
}

/*---------------accordation---------------------------------------------*/


.accordion {
  max-width:100%;
 
}
.accordion-toggle {
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding: 30px 30px;
    position: relative;
    list-style: none;
    text-transform: uppercase;
    border: 1px solid #cbccc2;
    margin: 17px 0 0 0;
}

.accordion-content  {
    border: 1px solid #ccc;
    padding: 10px 0px 10px 16px;
    background: #F6F6F6;
}

.accordion-toggle span[class^='icon-'] {
    position: absolute;
font-size: 27px;
right: 33px;
top: 37px;
}
.icon-minus:before {
    content: "\2013";
}
.icon-plus:before {
    content: "+";
}

.accordion-toggle span.icon-plus, .accordion-toggle span.icon-minus {
    transform-origin: 50% 50%;
    transition: all .5s ease;
}
.accordion-toggle span.icon-plus {
    transform: rotate(90deg);
}

/*----------------------accordation---------------------------------------*/

.address_1 ul li {
  font-size: 13px;
  line-height: 30px;
  letter-spacing: 1px;
}

.about_p p
{
    text-align: justify;
    line-height: 24px;
    margin: 2px 3px 2px 2px;
}

.br_footer_1
{
    border-right: 1px solid #f1f1f1;
}

#footer_social {
  margin: 0px 0px 15px 0px;
}

.address_data
{
    text-align: left!important;
}

.foot_ul_li_b
{
    margin: 11px 5px 3px 4px;
    font-size: 13px;
}

.social_icons_4
{
    margin: 0px 10px 0px 0px;
}

.copywrite_1
{
    font-size: 10px;
    padding: 5px 0px 6px 0px;
}

/*---------------------product discription--------------------------------*/


.tbl_datasheet {
    width: 100%;
}

.cat_data_title {
    font-size: 17px;
    color: #555;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.titolipage {
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: bold;
    font-size: 12px;
    color: #666;
    display: block;
    margin-bottom: 5px;
}

.tbl_data {
    width: 100%;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

table[Attributes Style] {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
}

.tbl_datasheet .cellimg {
    padding-left: 0;
}
td[Attributes Style] {
    width: 50%;
    vertical-align: top;
}

.tbl_data td {
    border-bottom: 1px dotted #ddd;
   /* padding: 8px 4px; */
   font-size: 11px;
}

td {
    display: table-cell;
    vertical-align: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}


.tab {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #e6e6e6;
    padding: 10px 20px 10px 20px;
    background: #fff;
    border-radius: 3px;
    border-top-right-radius: 0;
    -moz-border-radius: 3px;
    -moz-border-radius-topright: 0;
    -webkit-border-radius: 3px;
    -webkit-border-top-right-radius: 0;
    
}
.page {
    background: #FFF;
    width: 960px;
    text-align: justify;
    border: 1px solid #ddd !important;
    border-top: none !important;
    -moz-box-shadow: #e8e5e5 0px 2px 5px;
    -webkit-box-shadow: #e8e5e5 0px 2px 5px;
    box-shadow: #e8e5e5 0px 2px 5px;
    z-index: 5;
    
}

.tbl_data tr:hover {
  cursor: default;
}

.tbl_data tr:hover {
  background: #f9f9f9;
  cursor: default;
}


/*---------------------product discription--------------------------------*/


#enq_subt_frm {
  background: #f00;
  padding: 4px 9px 5px 16px;
  width: 20%;
  font-size: 12px;
  font-weight: bold;
}

#enq_subt_frm:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.one {
  background-color: #E4E4E4;
}
















