﻿@import url(https://fonts.googleapis.com/css?family=Roboto:400,700);
@import url(https://fonts.googleapis.com/css?family=Merriweather:700,400italic,700italic,300italic);
@import url("bootstrap-select.css");
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

h1,h2,h3,h4,h5,h6{
    font-weight: 700;
}

.sect{
    position: relative;
}

a{
    color: #f15b28;
    outline: none;
}

a:hover, a:focus{
    color: #F15B28;
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
.pink{
    color: #F15B28;
}

.btn{
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
    border-radius: 0px;
}

.btn-pink{
    background: #F15B28;
    color: #ffffff;
    border: solid 1px #F15B28;
}

.btn-pink:hover{
    background-color: #ffffff;
    color: #F15B28;
    border: solid 1px #F15B28;
}

.btn-subscribe-outline{
    background: #F15B28;
    border: solid 1px #F15B28;
    color: #fff;
}

.btn-subscribe-outline:hover{
    background: none;
    border: solid 1px #F15B28;
    color: #F15B28;
}

.btn-pink-outline{
    background: #3a3a3a;
    border: solid 1px #3a3a3a;
    color: #fff;
}

.btn-pink-outline:hover{
    background: none;
    border: solid 1px #3a3a3a;
    color: #3a3a3a;
}

.btn-d-pink-outline{
    background: #1c1e1f none repeat scroll 0 0;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.btn-d-pink-outline:hover{
    background: #F15B28;
    color: #ffffff;
}

.btn-w-color{
    background: #fff;
    border: 1px solid #F15B28;
    color: #F15B28;
}

.btn-w-color:hover{
    background: #F15B28;
    color: #fff;
}

.btnQuick {
    background: #F15B28;
    color: #ffffff;
    border: solid 1px #F15B28; 
}

.btnQuick:hover {
    background: none;
    color: #F15B28;
    border: solid 1px #F15B28; 
}

.btn-white
{
    background: #fff;
    color: #F15B28;
    border: solid 1px #fff;
}

.btn-white:hover
{
    color: #F15B28;
}

body{
    font-family: 'Roboto', sans-serif;
    color: #0d0d0d;
}

/* =Header
-------------------------------------------------------------- */
header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 12px;
    background-color: #000;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header.smaller{
    background-color: rgba(10, 10, 10, 1);
    position: fixed;
}

header h1#logo {
    display: inline-block;
    height: 150px;
    line-height: 150px;
    float: left;
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    color: white;
    font-weight: 400;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

/*header nav {
    display: inline-block;
    float: right; }
header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
header nav a:hover {
    color: white; }*/
header.smaller h1#logo {
    width: 150px;
    height: 75px;
    line-height: 75px;
    font-size: 30px; }

header.smaller .top-header{
    display: none;
}

header.smaller .hamburger {
    top: 12px;
}

header.smaller .logo img {
    transform: scale(0.6);
    -moz-transform: scale(0.6);
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform-origin: center top 0;
}

header.smaller .logo {
    padding: 9px 0;
}


header.smaller
{
    -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out;
    animation: slide-down .3s ease-out;
}

@-webkit-keyframes slide-down {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
@-moz-keyframes slide-down {
    0% { opacity: 0; }
    100% { opacity: 1; }
}
.logo {
    float: left;
    padding: 5px 0;
    width: 250px;
}

.search-form-btn
{
    float: right;
}

.search-form-btn a
{
    display: inline-block;
    font-size: 20px;
    padding: 5px 11px;
}

.search-form-btn a:hover
{
    color: #F15B28;
}

#solidMenu.navbar-collapse.collapse
{
    padding-left: 0px;
    padding-right: 0px;
}


/*.top-header{
    border-bottom: 1px solid #1a1a1a;
}*/

.top-header-left{
    float: right;
    list-style-type: none;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 5px;
}

.top-header-left > li{
    display: inline-block;
}

.top-header-left > li > a{
    /*border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;*/
    color: white;
    display: inline-block;
    padding: 5px 12px;
}

.top-header-left > li > a:hover
{
    color: #F15B28;
}

.top-header-left .dropdown-menu {
    background-color: #000;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    font-size: 12px;
}

.top-header-left .dropdown-menu > li > a {
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}

.top-header-left .dropdown-menu > li > a:hover, .top-header-left .dropdown-menu > li > a:focus{
    color: #F9A238;
}

.top-header-right{
    float: right;
    background: #f15b28;
    margin-bottom: 5px;
}

.top-header-right .sign-acc {
    color: #ffffff;
    float: right;
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.sign-acc a {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
}

.sign-acc a:hover {
    color: #1c1e1f;
}

.top-header-right .sign-acc li{
    display: inline-block;
}

.shopcart-icon{
    background: url("../img/viewcart-icon.png") no-repeat center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.mid-header .ad-cart{
    float: right;
    position: relative;
    z-index: 250;
    margin-right: -20px;
}

ul.dropdown-cart{
    min-width:300px;
    left: auto;
    right: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin: 0;
    padding:0;
}

ul.dropdown-cart .view-window{
    color: #F9A238;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px 2px;
    width: 100%;
}

ul.dropdown-cart .view-window a{
    color: #F9A238;
    text-decoration: underline;
    float: left;
}

ul.dropdown-cart .view-window span{
    float: right;
}

.shop-cart-items{
    height: 200px;
    overflow: auto;
}
ul.dropdown-cart li .item{
    display:block;
    padding:8px 10px;
    border-bottom: 1px solid #b3b3b3;
    min-height: 72px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
}

ul.dropdown-cart li:last-child .item{
    border-bottom: none;
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

ul.dropdown-cart li{
    width: 100%;
    display: block !important;
}

ul.dropdown-cart li .item-left{
    float: left;
    width: 80%;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
    width: 60%;
}
ul.dropdown-cart li .item-left .pro-img{
}
ul.dropdown-cart li .item-left img {
    height: auto;
    width: 50px;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px;
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
    font-size: 13px;
}
ul.dropdown-cart li .item-left span.item-info .quan{
    color: #F9A238;
    font-size: 12px;
    font-weight: 700;
    margin-top: 4px;
}
ul.dropdown-cart li .item-right{
    float:right;
    width: 16%;
}

ul.dropdown-cart li .item-right a{
    display: block;
    font-size: 20px;
    padding: 25px 0 0;
    text-align: right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}

ul.dropdown-cart li.view-cart-btns{
    border-top: solid 2px #F9A238;
    display: inline-flex !important;
}

ul.dropdown-cart li.view-cart-btns a{
    width: 50%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    float: left;
    display: block;
    margin: 10px;
}

ul.dropdown-cart li.view-cart-btns .total-cart {
    float: left;
    margin: 10px;
    padding-top: 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 50%;
    color: #F9A238;;
}

ul.dropdown-cart li.view-cart-btns .total-cart span {
    font-weight: 700;
}

.mid-header .ad-cart .log-sign{
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    float: left;
}

.mid-header .ad-cart .log-sign > li{
    display: inline-block;
    margin-top: 4px;
    /*border-left: solid 1px #1a1a1a;*/
}

.mid-header .ad-cart .log-sign > li:last-child{
    /*border-right: solid 1px #1a1a1a;*/
}

.mid-header .ad-cart .log-sign li > a{
    display: inline;
    padding: 13px 20px;
    text-decoration: none;
    font-size: 13px;
}

.mid-header .ad-cart .log-sign li > a:hover .shopcart-icon {
    background-image: url("../img/viewcart-orange-icon-hover.png");
}

.scrollbox {
    overflow: auto; /* Start writing your markup with this style */
    width: 325px;   /* The dimensions of your content pane */
    height: 200px;
    border-top: 1px solid #b7b7b7;
    padding: 0 5px;
}

.vertical-track {
    width: 10px;             /* The width of the scrollbar */
    background-color: #ddd;   /* The color of the scrollbar track*/
}

.vertical-handle {
    width: 6px !important;
    padding: 13px 5px !important;
    background-color: #1a1a1a; /* The color of the scrollbar handle */
}


.navbar-brand {
    color: #fff;
    float: left;
    font-size: 12px;
    height: 46px;
    line-height: 20px;
    margin-left: 45px;
    padding: 18px;
    text-shadow: none;
    text-transform: uppercase;
}

/* Full Width Slider */

.unleash_slider {
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.unleash_slide {
	overflow: hidden;
	display: block;
	-moz-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: -5px 0px 5px rgba(1, 1, 1, 0.3);
	position: absolute;
	cursor: pointer;
	float: left;
	display: inline-block;
	zoom: 1;
	background: #000;
}
.unleash_caption{
	position: absolute;
bottom: 0;
background: rgba(0, 245, 255, 0.49);
padding: 2%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: none;
max-height: 35%;
margin: 2%;
overflow-y: auto;
}
.unleash_caption h6{
	color: #fff;
}
.unleash_caption p{
	color: #fff;
}
.unleash_content{
	position: absolute;
top: 0;
left: 0;
display: none;
width: 100%;
height: 100%;
}

.unleash_drag{
	 cursor: -webkit-grab;
  cursor: -moz-grab;
   cursor: -o-grab;
    cursor: -ms-grab;
}
.unleash_slide_mouseDown{
 cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
   cursor: -o-grabbing;
    cursor: -ms-grabbing;

}
.example_1 {
	-moz-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	-webkit-box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
	box-shadow: 5px 0px 5px rgba(1, 1, 1, 0.3);
}
.unleash_slide img, .unleash_slide video {
	position: relative;
	width: 100%;
	opacity: 0.7;
	-o-transition: opacity 700ms;
	-ms-transition: opacity 700ms;
	-moz-transition: opacity 700ms;
	-webkit-transition: opacity 700ms;
	transition: opacity 700ms;
}
.unleash_slide img:hover, .unleash_slide video:hover {
	opacity: 1;
}
.unleash_slide.active img, .unleash_slide.active video {
	opacity: 1;
}

.upper_text {
	position: absolute;
	width: 100%;
	margin: none;
}
.upper_text h4 {
	text-align: center;
	margin: 0;
}
.upper_text h4 a {
	color: white;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 55px;
	text-decoration: none;
}

.lower_text {
	position: absolute;
	width: 100%;
	margin: none;
	text-align: center;
	padding: 0 5%;
}
.lower_text p {
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
}
@media screen and (max-width: 800px) {
.upper_text h4 a {
	font-size: 20px;
}
.lower_text p {
	display: none;
}
}
.main_nav {
background: #111;
padding: 5px 0;
box-shadow: 0px 2px 10px rgba(1, 1, 1, 0.81);
}


.color {
	/*padding: 40px 0;
	border-top: 1px solid rgba(255,255,255,0.1);*/
}
.unleash_container {
	position: relative;
}
.unleash_controls {
	width: 120px;
	height: 40px;
	position: absolute;
	top: 20px;
	right: 20px;
	overflow: hidden;
}
.unleash_loader {
	height: 2px;
background: #00f0ff;
/*left: -101%;*/
position: absolute;
position: relative;
z-index: 1000;
box-shadow: 0px 0px 3px 1px #00f0ff;
-webkit-box-shadow: 0px 0px 3px 1px #00f0ff;
-moz-box-shadow: 0px 0px 3px 1px #00f0ff;
top: 10px;
}
.unleash_loader_bg {
	height: 20px;
overflow: hidden;
background: #;
z-index: -999;
width: 100%;
top: -12px;
position: absolute;
}

.unleash_pause {
	background: url(../img/pause.png) no-repeat;
	height: 30px;
	width: 40px;
	float: left;
	cursor: pointer;
}
.unleash_buttons {
	overflow: hidden;
width: 100%;
margin: 20px auto 0px auto;
text-align: center;
}
.unleash_buttons i{
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}
.emboss {
	background: rgba(255,255,255,0.25);
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 10;
}
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello5c53.eot?63503719');
  src: url('../font/fontello5c53.eot?63503719#iefix') format('embedded-opentype'),
       url('../font/fontello5c53.woff?63503719') format('woff'),
       url('../font/fontello5c53.ttf?63503719') format('truetype'),
       url('../font/fontello5c53.svg?63503719#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?63503719#fontello') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-left-open:before { content: '\e806'; } /* '' */
.icon-right-open-5:before { content: '\e819'; } /* '' */
.icon-play-1:before { content: '\e808'; } /* '' */
.icon-pause-1:before { content: '\e801'; } /* '' */
.icon-to-end-1:before { content: '\e802'; } /* '' */
.icon-to-start-1:before { content: '\e805'; } /* '' */
.icon-left-open-1:before { content: '\e80a'; } /* '' */
.icon-right-open-1:before { content: '\e80b'; } /* '' */
.icon-left-open-mini:before { content: '\e80c'; } /* '' */
.icon-right-open-mini:before { content: '\e80d'; } /* '' */
.icon-left-open-big:before { content: '\e80e'; } /* '' */
.icon-right-open-big:before { content: '\e80f'; } /* '' */
.icon-play:before { content: '\e800'; } /* '' */
.icon-right-open:before { content: '\e809'; } /* '' */
.icon-to-end:before { content: '\e803'; } /* '' */
.icon-to-start:before { content: '\e804'; } /* '' */
.icon-left-open-outline:before { content: '\e810'; } /* '' */
.icon-left-open-2:before { content: '\e811'; } /* '' */
.icon-right-open-outline:before { content: '\e812'; } /* '' */
.icon-right-open-2:before { content: '\e813'; } /* '' */
.icon-left-open-3:before { content: '\e814'; } /* '' */
.icon-right-open-3:before { content: '\e815'; } /* '' */
.icon-left-open-4:before { content: '\e816'; } /* '' */
.icon-right-open-4:before { content: '\e817'; } /* '' */
.icon-left-open-5:before { content: '\e818'; } /* '' */
.icon-pause:before { content: '\e807'; } /* '' */

/* End Full Width Slider */





/* Menu */

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-img-replace {
    /* replace text with a background-image */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.overflow-hidden {
    overflow: hidden;
}

/* --------------------------------

Main components

-------------------------------- */
.cd-main-content {
    /* set a min-height and a z-index to be sure that the main element completely covers the lateral menu */
    min-height: 100%;
    position: relative;
    background-color: #f5f4e9;
    z-index: 2;
    padding-top: 50px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.cd-main-content.lateral-menu-is-open {
    /* translate to show the lateral menu - all content needs to be put in the .cd-main-content to translate*/
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
    transform: translateX(220px);
}

header {
}

.side-menu {
    transition: transform 0.4s ease 0s, visibility 0s ease 0s;
}
.side-menu.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -o-transform: translateX(220px);
    transform: translateX(220px);
    transition: transform 0.4s ease 0s, visibility 0s ease 0s;
}
header.is-fixed {
    position: fixed;
}

.sidebar-nav li:nth-child(1)::before {
    background-color: #F9A238;
}
.sidebar-nav li::before {
    background-color: #1c1c1c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.2s ease-in 0s;
    width: 3px;
    z-index: -1;
}

#cd-top-nav {
    position: absolute;
    top: 0;
    right: 120px;
    height: 100%;
    display: none;
}
#cd-top-nav ul {
    height: 100%;
    padding-top: 18px;
}
#cd-top-nav li {
    display: inline-block;
    margin-right: 1em;
}
#cd-top-nav a {
    display: inline-block;
    padding: .5em;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
}
#cd-top-nav a.current {
    background-color: #242e30;
}
.no-touch #cd-top-nav a:hover {
    color: rgba(255, 255, 255, 0.7);
}


#divRecentlyViewed .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
}

#divRecentlyViewed .owl-theme .owl-buttons div {
    background: white;
	color: #869791;
	font-size: 22px;
}

#divRecentlyViewed .owl-theme .owl-controls .owl-buttons .owl-prev {
    left: -45px;
    top: 50%;
    margin-top: -32.5px;
	position: absolute;
}

#divRecentlyViewed .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -45px;
    top: 50%;
    margin-top: -32.5px;
	position: absolute;
}


.event-top {
    margin-bottom: 60px;
}

.event-top figure {
    position: relative;
}

.event-top figure figcaption {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 80px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
}

.event-top strong {
    background: #fff none repeat scroll 0 0;
    color: #000;
    display: inline-block;
    font-size: 14px;
    padding: 10px 20px;
}
.event-top h1 {
    font-size: 44px;
}

.event-top img {
    min-height: 410px;
}

.list-inline-edit{
    display: inline-block;
}

.list-inline-edit li{
    width: 25%;
    float: left;
}

.demo-gallery > ul {
    margin-bottom: 0;
}
.demo-gallery > ul > li {
    margin-bottom: 15px;
}
.demo-gallery > ul > li a {
    border: 3px solid #fff;
    border-radius: 3px;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
}
.demo-gallery > ul > li a > img {
    transform: scale3d(1, 1, 1);
    transition: transform 0.15s ease 0s;
    width: 100%;
}
.demo-gallery > ul > li a:hover > img {
    transform: scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery > ul > li a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
    height: 100%;
    transition: transform 0.15s ease 0s;
    width: 100%;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
    opacity: 1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transition: opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}
.demo-gallery.dark > ul > li a {
    border: 3px solid #04070a;
}
.home .demo-gallery {
    padding-bottom: 80px;
}

.justified-gallery {
    padding: 15px;
    margin-bottom: 50px;
    display: inline-block;
}

.justified-gallery a img {
    border: solid 2px #ffffff;
}

#aniimated-thumbnials > a {
    display: block;
    float: left;
    width: 20%;
}

.cd-add-to-cart {
}
.cd-add-to-cart:hover {
}
.cd-add-to-cart:active {
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-cart-container::before {
  /* dark bg layer visible when the cart is open */
  content: '';
  position: fixed;
  z-index: 1;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
}

.cd-cart-container.cart-open::before {
  opacity: 1;
  visibility: visible;
}

.cd-cart-trigger,
.cd-cart {
  position: fixed;
  bottom: 20px;
  right: 5%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: transform;
  backface-visibility: hidden;
}
.empty .cd-cart-trigger, .empty
.cd-cart {
  /* hide cart */
  -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
          transform: translateY(150px);
}
@media only screen and (min-width: 1170px) {
  .cd-cart-trigger,
  .cd-cart {
    bottom: 40px;
  }
}

.cd-cart-trigger {
  /* button that triggers the cart content */
  z-index: 3;
  height: 72px;
  width: 72px;
  /* replace text with image */
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  outline: 0 none !important;
}
.cd-cart-trigger::after, .cd-cart-trigger::before {
  /* used to create the cart/'X' icon */
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 100%;
  width: 100%;
  background: url(../img/cd-icons-cart-close.png);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
.cd-cart-trigger::after {
  /* 'X' icon */
  background-position: -72px 0;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
          transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.cart-open .cd-cart-trigger::before {
  opacity: 0;
}
.cart-open .cd-cart-trigger::after {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count {
  /* number of items indicator */
  position: absolute;
  top: -10px;
  right: -10px;
  height: 28px;
  width: 28px;
  background: #e94b35;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 50%;
  padding-left: 0;
  list-style-type: none;
  text-indent: 0;
  -webkit-transition: -webkit-transform .2s .5s;
  transition: -webkit-transform .2s .5s;
  transition: transform .2s .5s;
  transition: transform .2s .5s, -webkit-transform .2s .5s;
}
.cd-cart-trigger .count li {
  /* this is the number of items in the cart */
  position: absolute;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count li:last-of-type {
  visibility: hidden;
}
.cd-cart-trigger .count.update-count li:last-of-type {
  -webkit-animation: cd-qty-enter .15s;
          animation: cd-qty-enter .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cd-cart-trigger .count.update-count li:first-of-type {
  -webkit-animation: cd-qty-leave .15s;
          animation: cd-qty-leave .15s;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
}
.cart-open .cd-cart-trigger .count {
  -webkit-transition: -webkit-transform .2s 0s;
  transition: -webkit-transform .2s 0s;
  transition: transform .2s 0s;
  transition: transform .2s 0s, -webkit-transform .2s 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.empty .cd-cart-trigger .count {
  /* fix bug - when cart is empty, do not animate count */
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart-trigger:hover + div .wrapper {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}

.cd-cart {
  /* cart content */
  z-index: 2;
  width: 90%;
  max-width: 440px;
  height: 400px;
  max-height: 90%;
  pointer-events: none;
}
.cd-cart .wrapper {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 72px;
  width: 72px;
  border-radius: 6px;
  -webkit-transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  transition: height .4s .1s, width  .4s .1s, box-shadow .3s;
  -webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
          transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
  background: #ffffff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
  pointer-events: auto;
}
.cd-cart header, .cd-cart footer {
  position: absolute;
  z-index: 2;
  left: 0;
  width: 100%;
}
.cd-cart header, .cd-cart .body {
  opacity: 0;
}
.cd-cart header {
  top: 0;
  border-radius: 6px 6px 0 0;
  padding: 0 1.4em;
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  -webkit-transition: opacity .2s 0s;
  transition: opacity .2s 0s;
  border-bottom: 1px solid #e6e6e6;
}

.cd-cart header::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart header h2
{
    margin: 0;
}
.cd-cart footer {
  bottom: 0;
  padding: 0;
  border: none;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}
.cd-cart h2 {
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.cd-cart .undo {
  float: right;
  font-size: 1.2rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s, visibility .2s;
  transition: opacity .2s, visibility .2s;
  color: #808b97;
}
.cd-cart .undo a {
  text-decoration: underline;
  color: #2b3e51;
}
.cd-cart .undo a:hover {
  color: #2c97de;
}
.cd-cart .undo.visible {
  opacity: 1;
  visibility: visible;
}
.cd-cart .checkout {
  display: block;
  height: 72px;
  line-height: 72px;
  margin-right: 72px;
  background: #2c97de;
  color: rgba(255, 255, 255, 0);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-transition: all .2s 0s;
  transition: all .2s 0s;
}
.cd-cart .checkout:hover {
  background: #399ee0;
}
.cd-cart .checkout em {
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
  -webkit-transition: -webkit-transform 0s .2s;
  transition: -webkit-transform 0s .2s;
  transition: transform 0s .2s;
  transition: transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .checkout em::after {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  content: '';
  height: 24px;
  width: 24px;
  background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .body {
  position: relative;
  z-index: 1;
  height: calc(100% - 40px);
  padding: 20px 0 10px;
  margin: 40px 0 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}
.cd-cart .body ul {
  overflow: hidden;
  padding: 0 1.4em;
  position: relative;
  padding-bottom: 90px;
  list-style-type: none;
}
.cd-cart .body li {
  position: relative;
  opacity: 0;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
  -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, -webkit-transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s;
  transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}
.cd-cart .body li::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .body li:not(:last-of-type) {
  margin-bottom: 20px;
}
.cd-cart .body li.deleted {
  /* this class is added to an item when it is removed form the cart */
  position: absolute;
  left: 1.4em;
  width: calc(100% - 2.8em);
  opacity: 0;
  -webkit-animation: cd-item-slide-out .3s forwards;
          animation: cd-item-slide-out .3s forwards;
}
.cd-cart .body li.deleted.undo-deleted {
  /* used to reinsert an item deleted from the cart when user clicks 'Undo' */
  -webkit-animation: cd-item-slide-in .3s forwards;
          animation: cd-item-slide-in .3s forwards;
}
.cd-cart .body li.deleted + li {
  -webkit-animation: cd-item-move-up-mobile .3s;
          animation: cd-item-move-up-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .body li.undo-deleted + li {
  -webkit-animation: cd-item-move-down-mobile .3s;
          animation: cd-item-move-down-mobile .3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.cd-cart .product-image {
  display: inline-block;
  float: left;
  /* the image height determines the height of the list item - in this case height = width */
  width: 50px;
}
.cd-cart .product-image img {
  display: block;
}
.cd-cart .product-details {
  position: relative;
  display: inline-block;
  float: right;
  width: calc( 100% - 50px);
  padding: 0.3em 0 0 0.5em;
}
.cd-cart .product-details::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart h3, .cd-cart .price {
  font-weight: bold;
}
.cd-cart h3 {
  width: 70%;
  float: left;
  /* truncate title with dots if too long */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cd-cart h3 a {
  color: #2b3e51;
}
.cd-cart h3 a:hover {
  color: #2c97de;
}
.cd-cart .price {
  float: right;
  width: 30%;
  text-align: right;
}
.cd-cart .actions {
  font-size: 1.4rem;
  height: 1.6em;
  line-height: 1.6em;
}
.cd-cart .actions::after {
  clear: both;
  content: "";
  display: block;
}
.cd-cart .delete-item, .cd-cart .quantity {
  float: left;
  color: #808b97;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cd-cart .delete-item {
  margin-right: 1em;
}
.cd-cart .delete-item:hover {
  color: #e94b35;
}
.cd-cart .quantity label {
  display: inline-block;
  margin-right: .3em;
}
.cd-cart .select {
  position: relative;
}
.cd-cart .select::after {
  /* switcher arrow for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/cd-icon-select.svg) no-repeat center center;
  pointer-events: none;
}
.cd-cart select {
  position: relative;
  padding: 0 1em 0 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 1.4rem;
  margin: 0;
  color: #808b97;
}
.cd-cart select:focus {
  outline: none;
  color: #2b3e51;
  box-shadow: 0 1px 0 currentColor;
}
.cd-cart select::-ms-expand {
  /* hide default select arrow on IE */
  display: none;
}
.cart-open .cd-cart .wrapper {
  height: 100%;
  width: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.cart-open .cd-cart header, .cart-open .cd-cart .body {
  opacity: 1;
}
.cart-open .cd-cart header {
  -webkit-transition: opacity .2s .2s;
  transition: opacity .2s .2s;
}
.cart-open .cd-cart .body {
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.cart-open .cd-cart .body li {
  -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: opacity .3s .2s, -webkit-transform .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s;
  transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.cart-open .cd-cart .body li:nth-of-type(2) {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}
.cart-open .cd-cart .body li:nth-of-type(3) {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
.cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
  -webkit-transition-duration: .55s;
          transition-duration: .55s;
}
.cart-open .cd-cart .checkout {
  color: #ffffff;
  -webkit-transition: color .2s .3s;
  transition: color .2s .3s;
}
.cart-open .cd-cart .checkout em {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: padding .2s 0s, -webkit-transform .2s .3s;
  transition: transform .2s .3s, padding .2s 0s;
  transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}
.cart-open .cd-cart .checkout:hover em {
  padding-right: 30px;
}
.cart-open .cd-cart .checkout:hover em::after {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-cart .body li:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .cd-cart .body li.deleted + li {
    -webkit-animation: cd-item-move-up .3s;
            animation: cd-item-move-up .3s;
  }
  .cd-cart .body li.undo-deleted + li {
    -webkit-animation: cd-item-move-down .3s;
            animation: cd-item-move-down .3s;
  }
  .cd-cart .checkout {
    font-size: 2.4rem;
  }
  .cd-cart .product-image {
    width: 90px;
  }
  .cd-cart .product-details {
    padding: 1.4em 0 0 1em;
    width: calc( 100% - 90px);
  }
  .cd-cart h3, .cd-cart .price {
    font-size: 1.8rem;
    margin: 0;
  }
}

@-webkit-keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

@keyframes cd-qty-enter {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}
@-webkit-keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
}
@keyframes cd-qty-leave {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-100%);
            transform: translateX(-50%) translateY(-100%);
  }
}
@-webkit-keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-up-mobile {
  0% {
    padding-top: 70px;
  }
  100% {
    padding-top: 0px;
  }
}
@-webkit-keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}
@keyframes cd-item-move-up {
  0% {
    padding-top: 104px;
  }
  100% {
    padding-top: 0px;
  }
}
@-webkit-keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}
@keyframes cd-item-move-down-mobile {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 70px;
  }
}
@-webkit-keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}
@keyframes cd-item-move-down {
  0% {
    padding-top: 0px;
  }
  100% {
    padding-top: 104px;
  }
}
@-webkit-keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes cd-item-slide-out {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
}
@-webkit-keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
}
@keyframes cd-item-slide-in {
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
    opacity: 0;
  }
}




@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}

#cd-menu-trigger {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: 190px;
    width: 42px;
    z-index: 99;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
}
#cd-menu-trigger.is-clicked 
{
    transform: translateX(220px);
    -moz-transform: translateX(220px);
    -webkit-transform: translateX(220px);
    -o-transform: translateX(220px);
    -ms-transform: translateX(220px);
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
}

#cd-menu-trigger .cd-menu-text {
    color: #fff;
    display: none;
    height: 100%;
    text-transform: uppercase;
    
}
#cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 47%;
    width: 25px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /* these are the upper and lower lines in the menu menu */
}
#cd-menu-trigger .cd-menu-icon::before, #cd-menu-trigger .cd-menu-icon:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: inherit;
    left: 0;
}
#cd-menu-trigger .cd-menu-icon::before {
    bottom: 7px;
}
#cd-menu-trigger .cd-menu-icon::after {
    top: 7px;
}
#cd-menu-trigger.is-clicked .cd-menu-icon {
    background-color: rgba(255, 255, 255, 0);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before, #cd-menu-trigger.is-clicked .cd-menu-icon::after {
    background-color: white;
}
#cd-menu-trigger.is-clicked .cd-menu-icon::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#cd-menu-trigger.is-clicked .cd-menu-icon::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
    #cd-menu-trigger {
        outline: 0 none;
        padding-left: 0;
        display: none;
    }
    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 50px;
        text-indent: -999px;
    }
    #cd-menu-trigger .cd-menu-icon {
        left: 7px;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

#cd-lateral-nav {
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    /* the secondary navigation is covered by the main element */
    z-index: 99999;
    width: 220px;
    background-color: #1a1a1a;
    overflow-y: auto;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s .4s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s .4s;
    transition: transform .4s 0s, visibility 0s .4s;
    /* this creates the subtle slide in animation of the navigation */
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    -o-transform: translateX(-220px);
    transform: translateX(-220px);
    font-size: 12px;
}


#cd-lateral-nav .cd-navigation {
    margin: 0;
    padding: 0;
}
#cd-lateral-nav .sub-menu {
    padding-left: 0px;
    display: none;
}
#cd-lateral-nav .sub-menu a {
    padding: 10px 45px !important;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
}

#cd-lateral-nav .sub-menu a:hover {
    background: grey;
}
#cd-lateral-nav .submenu-open {
    background: #fff none repeat scroll 0 0;
    color: #000 !important;
}
#cd-lateral-nav a {
    display: block;
    line-height: 2em;
    color: #fff;
    padding: 10px 15px 10px 30px;
}
#cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
}
.no-touch #cd-lateral-nav a:hover {
    color: #FFF;
}
#cd-lateral-nav.lateral-menu-is-open {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    -webkit-transition: -webkit-transform .4s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform .4s 0s, visibility 0s 0s;
    transition: transform .4s 0s, visibility 0s 0s;
    /* smooth the scrolling on touch devices - webkit browsers */
    -webkit-overflow-scrolling: touch;
}

/* style menu items which have a submenu  */
#cd-lateral-nav .item-has-children > a {
    position: relative;
    border-bottom: 1px solid #3a3f40
    /* this is the right arrow to show that the item has a submenu  */
}
#cd-lateral-nav .item-has-children > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1em;
    background: url("../img/cd-arrow.svg") no-repeat center center;
    background-size: 8px 11px;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#cd-lateral-nav .item-has-children > a.submenu-open::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#cd-lateral-nav .socials {
    padding: 0 32px;
}
#cd-lateral-nav .socials:after {
    content: "";
    display: table;
    clear: both;
}
#cd-lateral-nav .socials a {
    height: 32px;
    width: 32px;
    float: left;
    padding: 0;
    background-image: url("../img/cd-socials.svg");
    background-repeat: no-repeat;
    background-size: 128px 64px;
    background-color: #FFF;
    margin-right: .5em;
    border-radius: 0.25em;
}
#cd-lateral-nav .socials a.cd-twitter {
    background-position: 0 0;
}
#cd-lateral-nav .socials a.cd-github {
    background-position: -32px 0;
}
#cd-lateral-nav .socials a.cd-facebook {
    background-position: -64px 0;
}
#cd-lateral-nav .socials a.cd-google {
    background-position: -96px 0;
}
.no-touch #cd-lateral-nav .socials a:hover {
    background-color: #4e6361;
}

.sidebar-brand {
    font-family: "Merriweather",serif;
    font-size: 20px;
    font-weight: 700;
    height: 58px;
    line-height: 44px;
}

.sidebar-brand > a {
    background: #F15B28 none repeat scroll 0 0;
}

.sidebar-nav li:nth-child(1)::before {
    background-color: #F9A238;
}
.sidebar-nav li::before {
    background-color: #1c1c1c;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.2s ease-in 0s;
    width: 3px;
    z-index: -1;
}

@media only screen and (min-width: 991px) {
    #cd-menu-trigger {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #cd-menu-trigger {
        display: block;
    }
}

/* End Menu */

.owl-theme .owl-controls {
    margin-bottom: 20px;
    margin-top: 5px;
    text-align: center;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-gallery {
    margin: 2.5em auto 0;
    padding-left: 0;
    width: 100%;
}
.cd-gallery::after {
    clear: both;
    content: "";
    display: table;
}
.cd-gallery > li {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cd-gallery > li:hover {
    background: #ffffff;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #c2c2c2;
}

.cd-gallery .cd-dots {
    display: none;
}

.cd-gallery > li:hover .cd-dots {
    display: block;
}

.cd-gallery > li > a {
    display: block;
}
@media only screen and (min-width: 1048px) {
    .no-touch .cd-gallery > li:hover .cd-dots li.selected a {
        /* Slider dots - change background-color of the selected dot when hover over the its parent list item */
        background: #F9A238;
        border-color: #F9A238;
    }
    .no-touch .cd-gallery > li:hover .cd-dots a {
        /* Slider dots - change dot border-color when hover over the its parent list item */
        border-color: rgba(0,0,0,0.5);
    }
    .no-touch .cd-gallery > li:hover li.move-right, .no-touch .cd-gallery > li:hover li.move-left {
        /* show preview items when hover over the its parent list item */
        opacity: 0.3;
    }
}

.cd-item-wrapper {
    margin: 1.5em 0;
    overflow: hidden;
    padding-left: 0;
    position: relative;
}
.cd-item-wrapper li {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    list-style-type: none;
    text-align: center;
    opacity: 0;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -webkit-transform: translateX(200%) scale(0.7);
    -moz-transform: translateX(200%) scale(0.7);
    -ms-transform: translateX(200%) scale(0.7);
    -o-transform: translateX(200%) scale(0.7);
    transform: translateX(200%) scale(0.7);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    -moz-transition: -moz-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
.cd-item-wrapper li.selected {
    /* selected item */
    position: relative;
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    -ms-transform: translateX(0) scale(1);
    -o-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}
.cd-item-wrapper li.move-left {
    /* item on left - preview visible */
    -webkit-transform: translateX(-100%) scale(0.7);
    -moz-transform: translateX(-100%) scale(0.7);
    -ms-transform: translateX(-100%) scale(0.7);
    -o-transform: translateX(-100%) scale(0.7);
    transform: translateX(-100%) scale(0.7);
    opacity: 0.3;
}
.cd-item-wrapper li.move-right {
    /* item on right - preview visible */
    -webkit-transform: translateX(100%) scale(0.7);
    -moz-transform: translateX(100%) scale(0.7);
    -ms-transform: translateX(100%) scale(0.7);
    -o-transform: translateX(100%) scale(0.7);
    transform: translateX(100%) scale(0.7);
    opacity: 0.3;
}
.cd-item-wrapper li.hide-left {
    /* items hidden on the left */
    -webkit-transform: translateX(-200%) scale(0.7);
    -moz-transform: translateX(-200%) scale(0.7);
    -ms-transform: translateX(-200%) scale(0.7);
    -o-transform: translateX(-200%) scale(0.7);
    transform: translateX(-200%) scale(0.7);
}
.cd-item-wrapper li img {
    display: inline-block;
    height: 250px;
    width: auto;
    border: solid 1px rgba(0,0,0,0.03);
}
@media only screen and (min-width: 1048px) {
    .cd-item-wrapper li.move-left,
    .cd-item-wrapper li.move-right {
        /* hide preview items */
        opacity: 0;
    }
    .cd-item-wrapper li.hover {
        /* class added to the preview items (.move-left or .move-right) when user hovers over them */
        opacity: 1 !important;
    }
}

.cd-dots {
    /* not visible in the html document - created using jQuery */
    position: absolute;
    top: 275px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
}
.cd-dots::after {
    clear: both;
    content: "";
    display: table;
}
.cd-dots li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
.cd-dots li.selected a {
    background: #F9A238 none repeat scroll 0 0;
    border-color: #F9A238;
}
.cd-dots a {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 1px solid #9688a0;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.2s, background-color 0.2s;
    -moz-transition: border-color 0.2s, background-color 0.2s;
    transition: border-color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 1048px) {
    .cd-dots li {
        pointer-events: auto;
    }
    .cd-dots li.selected a {
        background: #F9A238 none repeat scroll 0 0;
        border-color: #F9A238;
    }
    .cd-dots a {
        height: 13px;
        width: 13px;
    border-color: #fff;
        /* fix a bug in IE9/10 - transparent anchor not clickable */
        
        background-color: rgba(255, 255, 255, 1);
    }
}

.cd-item-info {
    height: 90px;
    line-height: 90px;
    padding: 0 2em;
}
.cd-item-info::after {
    clear: both;
    content: "";
    display: table;
}
.cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
    font-weight: bold;
    font-size: 2rem;
}
.cd-item-info b {
    float: left;
}
.cd-item-info b a {
    color: #2f2933;
}
.cd-item-info .cd-price, .cd-item-info .cd-new-price {
    /* .cd-new-price not visible in the html document - created using jQuery */
    float: right;
}
.cd-item-info .cd-price {
    color: #a5d05e;
    position: relative;
    margin-left: 10px;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;
}
.cd-item-info .cd-price::after {
    /* crossing line - visible if price is on sale */
    content: '';
    position: absolute;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    height: 2px;
    width: 0%;
    background-color: #a5d05e;
    opacity: 0;
    -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
    -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
    transition: width 0.2s 0s, opacity 0s 0.2s;
}
.cd-item-info .cd-price.on-sale::after {
    opacity: 1;
    width: 100%;
    -webkit-transition: width 0.2s 0s, opacity 0s 0s;
    -moz-transition: width 0.2s 0s, opacity 0s 0s;
    transition: width 0.2s 0s, opacity 0s 0s;
}
.cd-item-info .cd-new-price {
    /* new price - visible if price is on sale */
    color: #e76363;
    opacity: 0;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}
.cd-item-info .cd-new-price.is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
        font-size: 2.4rem;
    }
}

.no-js .move-right,
.no-js .move-left {
    display: none;
}

/* --------------------------------

xcredits

-------------------------------- */
.credits {
    width: 100%;
    margin: 2em auto;
    text-align: center;
}

.no-touch .credits a:hover {
    text-decoration: underline;
}

.product-section{
    background: #fff;
}

.pro-item{
    margin: auto 2px;
    position: relative;
    font-size: 13px;
}

.pro-item .new{
    border-color: #f9a238 transparent transparent;
    border-style: solid;
    border-width: 50px 50px 0 0;
    height: 0;
    left: 3px;
    position: absolute;
    top: 5px;
    width: 0;
    z-index: 9;
}

.pro-item .new span{
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    left: 4px;
    line-height: 15px;
    position: absolute;
    text-transform: uppercase;
    top: -45px;
}
.pro-item .trending{
    background-color: #29abe2;
    display: inline;
    position: absolute;
    left: 3px;
    top: 5px;;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 4px 11px;
}

.pro-item .product-info{
    margin: 20px;
}

.pro-item .product-info a{
    text-decoration: none;
}

.product-info .product-info-detail a 
{
    color: #f15b28;   
}

.pro-item .product-info a.btn{
    font-size: 12px;
    font-weight: 700;
}

.pro-item .product-info a > p 
{
    min-height: 35px;
    padding-top: 10px;
    font-size: 17px;
    color: #3a3a3a;
}

.pro-item .product-info h3{
    font-size: 22px;
    color: #F9A238;
    display: inline-block;
    margin-right: 5px;
}

.pro-item .product-info .ex-price{
    /*display: block;*/
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px;
    color: darkgray;
}

.more-slide .pro-item .product-info .ex-price{
	color: darkgray;
    font-size: 14px;
    float: left;
    margin-right: 5px;
    text-decoration: line-through;
}


.pro-item .product-info .discount{
    font-size: 14px;
    /*color: #009245;*/
    margin-right: 5px;
}

.pro-item .product-info h3{
    color: #3a3a3a;
    display: inline-block;
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    margin-top: 0;
}

.add-cart-icon{
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    margin: 1em 0 0 !important;
    width: 100%;
    display: inline-block;
    
}

.add-cart-icon li {
    display: inline-block;
}

.add-cart-icon li.left 
{
    float: left;
}

.add-cart-icon li.right 
{
    float: right;
}

.icons-cart{
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: block;
}

.icons-cart.wishlist{
    background-image: url("../img/wishlist-icon.png");
}

.icons-cart.wishedlist
{
    background-image: url("../img/wished-list-icon.png");
}

.add-cart-icon li:hover .icons-cart.wishedlist{
    background-image: url("../img/wishlist-icon-hover.png");
}

.icons-cart.addcart{
    background-image: url("../img/addcart-icon.png");
}

.add-cart-icon li:hover .icons-cart.wishlist{
    background-image: url("../img/wishlist-icon-hover.png");
}

.add-cart-icon li:hover .icons-cart.addcart{
    background-image: url("../img/addcart-icon-hover.png");
}

/* Him - Her Section */

/* Him - Her Section */

.himher-section{
    position: relative;
    height: 450px;
}

.him{
    background-color: #e6e6e6;
    position: absolute;
    left: 0;
    width: 50%;
}

.him .img-him
{
    float: left;
    text-align: left;
}

.him .img-him .img
{
    background-image: url("../img/img-1.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 451px;
    width: 310px;
}

.info-him-area{
    float: right;
    width: 50%;
}

.info-him {
    border-bottom: 2px solid #0d0d0d;
    display: inline-flex;
    font-family: 'Merriweather', serif;
    font-style: italic;
    margin: 30px 0;
}

.info-him > h1 {
    font-size: 72px;
    line-height: 72px;
    margin: 0;
}

.him-info-lit-detail > h3 {
    font-weight: 300;
    margin: 4px 15px;
}

.info-him-area ul{
    line-height: 30px;
    margin-bottom: 25px;
}

.info-him-area ul li {
    padding-left: 15px;
}

.info-him-area ul li a{
    color: #0d0d0d;
    border-bottom: none;
}

.info-him-area a{
    text-transform: uppercase;
    border-bottom: solid 2px #F9A238;
    margin-left: 25px;
}

.her{
    background-color: #d9d9d9;
    position: absolute;
    right: 0;
    width: 50%;
    padding-left: 2%;
}

.her .img-her {
    float: right;
}

.her .img-her .img {
    background-image: url("../img/img-2.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: inline-block;
    height: 451px;
    width: 270px;
}

.info-her-area {
    float: left;
    width: 50%;
}

.info-her {
    border-bottom: 2px solid #0d0d0d;
    display: inline-flex;
    font-family: 'Merriweather', serif;
    font-style: italic;
    margin: 30px 0;
}

.info-her > h1 {
    font-size: 72px;
    line-height: 72px;
    margin: 0;
}

.her-info-lit-detail > h3 {
    font-weight: 300;
    margin: 4px 15px;
}

.info-her-area ul{
    line-height: 30px;
    margin-bottom: 25px;
}

.info-her-area ul li {
    padding-left: 15px;
}

.info-her-area ul li a{
    color: #0d0d0d;
    border-bottom: none;
}

.info-her-area a{
    text-transform: uppercase;
    border-bottom: solid 2px #F9A238;
    margin-left: 25px;
}

/* End Him - Her Section */

/* About Section */

.about-section{
    background-image: url("../img/bg1.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 50px 0 240px;
}

.about-RM{
    border-right: solid 1px #afafaf;
    font-family: 'Merriweather', serif;
    text-align: right;
}

.about-RM .red-head{
    font-style: italic;
    font-size: 72px;
    font-weight: 300;
    color: #F9A238;
    border-bottom: solid 1px #afafaf;
    display: block;
    padding-right: 30px;
}

.about-RM h1{
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-right: 30px;
}

.about-RM h2{
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    padding-right: 30px;
}

.about-text{
    font-size: 12px;
    line-height: 30px;;
}


/* End About Section */

/* Top Categories */

.top-cate{
    background-color: #f3f3f3;
}



/* Events Section */

.event-section{
    background: #e6e6e6;
    padding-bottom: 70px;
}

.event-box {
    display: inline-block;
    float: left;
    margin-right: 15px;
    padding: 10px;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    -ms-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;
    margin-top: 10px;
    margin-bottom: 20px;
}

.event-box:hover{
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.event-box img {
    margin-bottom: 10px;
    max-width: 345px;
    height: auto;
}

.event-box .event-detail {
}

.event-box .event-detail-text {
    background-color: #0d0d0d;
    color: #fff;
    float: left;
    margin-right: 1%;
    padding: 13px;
    width: 100%;
}

.event-box .event-detail-text h4{
    margin-bottom: 1px;
    margin-top: 0;
}

.event-box .event-detail-date {
    background: #F9A238 none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 10px 0;
    text-align: center;
    width: 20%;
}

.event-box .event-detail-date h3 {
    color: #ffffff;
    margin: 0;
}

.event .btn{
    padding: 12px 40px;
}

.event .text-center
{
    clear:both;
}

.event.list{
    margin-top: 20px;
    margin-bottom: 20px;
}

.event-list{
    display: inline-block;
    margin-bottom: 5px;
}

.event-list img {
    float: left;
    max-width: 100px;
    min-height: 90px;
}

.event-list .event-detail {
    float: left;
    margin-left: 3px;
    width: 255px;
}

.event-list .event-detail-text {
    background-color: #ffffff;
    border-left: 2px solid #F9A238;
    color: #000;
    margin-bottom: 3px;
    padding: 7px 10px;
}

.event-list .event-detail-text p {
    margin-bottom: 0;
}

.event-list .event-detail-date {
    background-color: #ffffff;
    border-left: 2px solid #F9A238;
    color: #000;
    padding: 7px 10px;
}

/* End Event Section */

.subscribe{
    position: relative;
    text-align: center;
    width: 100%;
}

.subscribe .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color #F15B28;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #F15B28;
    height: 50px;
    width: 100%;
}

.subscribe .btn{
    padding: 13px 30px;
}

.btn{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: uppercase;
}

/* Ads Area */

.ads-area{
    padding: 60px 0 70px;
}

/* End Ads Area **/

.happy-customer{
    border-bottom: 2px solid #F9A238;
    min-height: 80px;
    position: relative;
    text-align: center;
    width: 100%;
}

.happy-customer-text {
    background-color: #ffffff;
    bottom: -50px;
    display: inline-block;
    font-size: 36px;
    position: relative;
    text-align: center;
    padding: 0 30px;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-style: italic;
}

.happy-customer-text span{
    font-weight: 700;
    color: #F9A238;
}

.section-head 
{
    font-family: "Merriweather",sans-serif;
    font-size: 30px;
    padding: 15px;
    text-align: left;
    text-transform: uppercase;
    color: #fcb03c;
}

.section-head span{
    color: #1c1e1f;
    font-size: 30px;
}

.banner-static .banner-box {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.banner-static .banner-box a {
    display: inline-block;
    overflow: hidden;
}
.banner-static .banner-box img {
    transform: scale3d(1, 1, 1);
    transition: all 2s ease 0s;
}
.banner-static .banner-box:hover img {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: all 1s ease 0s;
}

.banner-left {
    overflow: hidden;
    padding-right: 6px;
    position: relative;
    float: left;
    width: 50%;
}

.banner-left img.leftbanner, .banner-right .sub-img1 img.leftbanner, .banner-right .sub-img2 img.leftbanner {
    width: 100%;
}

.banner-right {
    padding-left: 14px;
    position: relative;
    float: left;
    width: 50%;
}

.sub-img1 {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.sub-img2 {
    overflow: hidden;
    position: relative;
}

.sin-products
{
    background: #151515;
    padding: 60px 0;
}

.main-about
{
    padding: 30px 0;
}

.main-about h3
{
    font-size: 28px;
    font-family: "Merriweather",sans-serif;
}

.block-intro-footer2 {
    padding: 0;
    width: 100%;
}
.block-intro-footer2 .box-cols {
    color: #666;
    margin-bottom: 10px;
    padding: 0 0 0 15px;
    text-align: left;
}
.block-intro-footer2 .pull-left {
    background: #a49583 none repeat scroll 0 0;
    border: 1px solid #a49583;
    border-radius: 100%;
    display: inline-block;
    float: none !important;
    height: 45px;
    line-height: 43px;
    margin-right: 10px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 45px;
}
.block-intro-footer2 .pull-left .fa {
    color: #fff;
    font-size: 24px;
    line-height: 43px;
}
.box-col-inner:hover .pull-left {
    background: #F15B28 none repeat scroll 0 0;
    border-color: #F15B28;
}
.box-col-inner:hover .pull-left .fa {
    color: #fff;
}
.block-intro-footer2 .media-body {
    color: #999;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    margin-top: 10px;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.block-intro-footer2 .media-body h3 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-transform: none;
}

.link-follow {
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 0;
}
ul.link-follow li {
    display: inline-block;
    margin: 5px 5px 0 0;
}
ul.link-follow a {
    color: #999;
    display: block;
    font-size: 24px;
    height: 36px;
    line-height: 35px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 36px;
}
ul.link-follow li a:hover {
    border-color: #c7b7a0;
    color: #fff;
}
ul.link-follow li a span {
    background: #c7b7a0 none repeat scroll 0 0;
    bottom: 40px;
    color: #fff;
    display: none;
    font-family: Corbel;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    left: 50%;
    line-height: 20px;
    margin-left: -40px;
    min-width: 70px;
    padding: 1px 5px;
    pointer-events: none;
    position: absolute;
    text-align: center;
    text-indent: 0;
    text-transform: capitalize;
}
ul.link-follow li a:hover span {
    bottom: 50px;
    display: block;
}
ul.link-follow li a span::before, ul.link-follow li a span::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}
ul.link-follow li a span::before, ul.link-follow li a span::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.1);
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    width: 0;
}
ul.link-follow li a span::after {
    border-top: 5px solid #c7b7a0;
    bottom: -5px;
}
.fa-twitter::before {
    content: "";
}
.fa-google-plus::before {
    content: "";
}
.fa-facebook::before {
    content: "";
}
.fa-youtube::before {
    content: "";
}

.newleter-content > label {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 0;
}
.newletter-title {
    margin-top: 30px;
}
.newleter-content {
    position: relative;
}
.newletter-subscribe .newleter-content {
    float: left;
    position: relative;
    width: 100%;
}
.newletter-container .box {
    position: relative;
}
#frm_subscribe {
    display: inline-block;
    float: right;
    width: 65%;
}
#notification {
    bottom: -15px;
    left: 0;
    position: absolute;
}
#subscribe_email {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 40px;
    float: left;
    height: 45px;
    padding-left: 25px;
    width: 100%;
}
#subscribe a {
    background: #bf3727 none repeat scroll 0 0;
    border-radius: 0 40px 40px 0;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    margin-top: -45px;
    text-align: center;
    text-transform: uppercase;
    width: 115px;
}
#subscribe a:hover {
    background-color: #bf3727;
    color: #fff;
}
.newletter-container .warning {
    font-size: 12px;
}
.newletter-popup {
    background: #fafafa none repeat scroll 0 0;
    display: none;
    margin-top: -179px;
    padding: 50px 20px;
    position: fixed !important;
    text-align: center;
    top: 50% !important;
    width: 40%;
}
#popup2 {
    background: #fff none repeat scroll 0 0;
    border-radius: 100%;
    cursor: pointer;
    height: 25px;
    line-height: 28px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -12px;
    width: 25px;
}
.b-close {
    display: block;
}
.newletter-popup #boxes .newletter-title {
    margin-top: 0;
}
.newletter-popup .newleter-content {
    margin-top: 40px;
}
.newletter-popup .newleter-content > label {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.newletter-popup #boxes .newletter-title h3 {
    border-bottom: 2px solid #bf3727;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
    margin: 0;
    padding: 0 0 10px;
    text-transform: capitalize;
}
.newletter-popup #frm_subscribe {
    display: inline-block;
    margin-top: 20px;
    width: 100%;
}
#subscribe_pemail {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    border-radius: 35px;
    height: 55px;
    padding: 10px 20px;
    width: 300px;
}
#subscribe_popup a:hover {
    background: #444444 none repeat scroll 0 0;
}
#subscribe_popup a {
    background: #bf3727 none repeat scroll 0 0;
    border-radius: 35px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    text-align: center;
    text-transform: uppercase;
}
.newletter-popup .subscribe-bottom {
    clear: both;
    display: inline-block;
    margin-top: 20px;
}

/* Footer */

footer{
    background-color: #111111;
    border-top: solid 1px grey;
    padding: 20px ;
    background-position: right center;
    background-repeat: no-repeat;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    border-bottom: solid 1px #fff;
    font-weight: 600;
    margin: 0;
    padding: 10px 0 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
}

footer ul{
    list-style-type: none;
    padding-left: 0;
    color: #ffffff;
}

footer ul li{
    line-height: 30px;
}

footer ul li a{
    color: #ffffff;
}

footer hr{
    border-color: #ffffff;
}

.join-club {
    border-top: 1px solid #cdcdcd;
    margin-top: 30px;
}

.join-club h3 {
    color: #ffffff;
    font-family: "Merriweather",serif;
    font-weight: 700;
    margin: 35px 0;
    text-align: center;
}

.join-club .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color #0D0D0D;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #0D0D0D;
    height: 47px;
    width: 100%;
}

.join-club .btn{
    padding: 13px 30px;
    background: #0D0D0D;
    text-shadow: none;
    border-color: #0d0d0d;
    color: #ffffff;
}

.copyright{
    background: #000000;
    padding: 18px 0 12px 0;
    color: #ffffff;
}

.copyright a{
    color: #ffffff;
}

/* Social Icons */

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
}
ul.social-network li {
    display: inline;
    margin: 0px;
}


/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}
.social-network a.icoFacebook:hover {
    background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
    background-color:#33ccff;
}
.social-network a.icoInstagram:hover {
    background-color:#125688;
}
.social-network a.icoGoogle:hover {
    background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
    background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
    background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoInstagram:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
    color:#44BCDD;
}

.social-circle li a {
    display:inline-block;
    position:relative;
    margin:0 auto 0 auto;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    text-align:center;
    width: 30px;
    height: 30px;
    font-size:15px;
    border: solid 1px #BBBBBB;
}
.social-circle li i {
    margin:0;
    line-height:30px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #BBBBBB;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.box-sec{
    border: solid 2px #ffffff;
    padding: 10px;
    font-size: 12px;
    display: inline-block;
    line-height: 24px;
    transition: all ease 0.3s;
    margin-bottom: 35px;
}

.box-sec:hover{
    border: solid 2px #F9A238;
    border-radius: 2px;
}

.box-sec h4{
    font-size: 18px;
    color: #F9A238;
    font-weight: 300;
    margin: 0;
    display: inline-block;
    line-height: 24px;
}

.box-sec img{
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.modal-header {
    background: #1c1e1f none repeat scroll 0 0;
    border-bottom: 1px solid #f15b28;
    color: #fff;
    min-height: 16.4286px;
    padding: 15px;
}

.modal{
    text-align: center;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

button.close {
    background: #F15B28 none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 18px;
    padding: 0;
    width: 18px;
}

.close {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}

.modal-body-ornnge {
    background: #FFFFFF none repeat scroll 0 0;
    border-bottom: 1px solid #1c1e1f;
    border-top: 1px solid #1c1e1f;
    color: #1C1E1F;
    font-size: 14px;
    padding: 15px 30px;
}

.modal-footer {
    color: #ffffff;
    font-size: 12px;
}

.modal-body-ornnge a, .modal-footer a{
    color: #ffffff;
}

.modal-body-ornnge .forg{
    text-decoration: underline;
    color: #F15B28;
}

.modal-body-ornnge .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #1d1d1d;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

.modal-body-ornnge .form-control:focus {
    border-color: #1C1E1F;
    box-shadow: #1C1E1F;
    outline: 0 none;
}
.modal-body-ornnge .form-control::-moz-placeholder {
    color: #1C1E1F;
    opacity: 1;
}

.modal-footer {
    background: #f15b28 none repeat scroll 0 0;
    border-top: 1px solid #1c1e1f;
    padding: 15px;
    text-align: right;
}

.modal-footer .btn-d-pink-outline{
    font-size: 12px;
}

.qb-img{
    height: 150px;
    margin-bottom: 20px;
}

.login-popup {
    width: 330px;
}

.fnt-12
{
    font-size: 12px;
}

.sb-search
{
    float: right;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
    z-index: 99999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	opacity: 1;
	padding: 10px 8px;
	font-size: 27px;
	width: 37px;
	height: auto;
}

.inner-header{
    position: relative;
    background-color: rgba(10,10,10,1);
}

.inner-header.smaller{
    position: fixed;
    background-color: rgba(10,10,10,1);
}

.product-slider{
    background-color: #f3f3f3;
    border-bottom: solid 1px #e6e6e6;
}

.breadcrumb-products{
    border-bottom: solid 1px #cdcdcd;
}

.breadcrumb-products{
    border-bottom: solid 1px #cdcdcd;
}

.breadcrumb-products .breadcrumb{
    margin-bottom: 0px;
    padding: 16px 15px;
}

.breadcrumb-products .breadcrumb li{
    color:  rgba(10,10,10,1);;
}

.breadcrumb-products .breadcrumb li a{
    color:  rgba(10,10,10,1);;
}

.product-container{
    margin: 30px 0;
}


#custom-search-input {
    margin:0;
    margin-top: 10px;
    padding: 0;
    float: left;
}

#custom-search-input .search-query {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    margin-top: 0;
    padding: 0 2px;
    position: relative;
    left: 0;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#1f1f1f;
    z-index: 11;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.search-query:focus + button {
    z-index: 3;
}

/* Main container */
.cbp-vm-switcher {
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
    text-align: right;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
}

.cbp-vm-options a {
    color: #d0d0d0;
    display: inline-block;
    height: 35px;
    margin: 2px;
    overflow: hidden;
    white-space: nowrap;
    width: 35px;
    font-size: 0;
}

.cbp-vm-options a.cbp-vm-grid{
    background: url("../img/grid-icon.png") no-repeat center;
}

.cbp-vm-options a.cbp-vm-grid:hover,
.cbp-vm-options a.cbp-vm-grid.cbp-vm-selected {
    background-image: url("../img/grid-icon-active.png");
}

.cbp-vm-options a.cbp-vm-list{
    background: url("../img/list-icon.png") no-repeat center;
}

.cbp-vm-options a.cbp-vm-list:hover,
.cbp-vm-options a.cbp-vm-list.cbp-vm-selected {
    background-image: url("../img/list-icon-active.png");
}

/* General style of switch items' list */

.cbp-vm-switcher ul {
    list-style: outside none none;
    margin: 1.5em 0;
    padding: 0;
}

.cbp-vm-switcher ul.cd-gallery {
    margin: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
    content: " ";
    display: table;
}

.cbp-vm-switcher ul:after {
    clear: both;
}

/* Large grid view */
.cbp-vm-view-grid ul.switch-box {

}

.more-slide .cbp-vm-view-grid ul.switch-box > li {
    float: left;
    margin: 1%;
    vertical-align: top;
    width: 23%;
}

.cbp-vm-view-grid ul.switch-box > li {
    float: left;
    margin: 1%;
    vertical-align: top;
    width: 23%;
}


.cbp-vm-view-grid ul.switch-box > li .pro-item {
    margin: 0;
    font-size: 14px;
}

.cbp-vm-view-grid ul.switch-box > li .cd-gallery > li:hover {
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.cbp-vm-view-grid .list-para{
    display: none;
}

.cbp-vm-view-grid .pro-item .add-cart-icon li a span{
    display: none;
}

/* List view */
.cbp-vm-view-list li {
    padding: 20px 0;
}

.cbp-vm-view-list li .cd-item-wrapper li img {
    height: 110px;
    width: auto;
}
.cbp-vm-view-list .switch-box .cd-gallery > li > a  {
    float: left;
    width: 13%;
}
.cbp-vm-view-list .switch-box .cd-item-wrapper li {
    left: 9%;
    padding: 0;
}

.cbp-vm-view-list ul.switch-box > li .cd-gallery > li {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.cbp-vm-view-list ul.switch-box > li .cd-gallery > li:hover {
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.cbp-vm-view-list .switch-box .pro-item {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.cbp-vm-view-list .switch-box > li {
    margin: 12px;
    padding: 0;
}

.cbp-vm-view-list .pro-item .product-info{
    border-top: medium none;
    float: right;
    width: 85%;
    margin: 0;
    padding-top: 0;
}

.cbp-vm-view-list .pro-item .product-info .product-info-detail{
}
.cbp-vm-view-list .cd-item-wrapper{
    margin: 0;
}

.cbp-vm-view-list .cd-dots {
    bottom: -11px;
    left: 85px;
    padding: 0;
    top: auto;
}

.cbp-vm-view-list .list-para{
    font-weight: normal;
    font-size: 12px;
}

.cbp-vm-view-list .pro-item .product-info .product-info-detail {
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
    float: left;
    padding: 0 20px;
    width: 75%;
}

.cbp-vm-view-list .pro-item .product-info a > p {
    min-height: 40px;
    padding-top: 0;
}

.cbp-vm-view-list .pro-item .product-info .product-info-detail h3 {
    float: right;
}

.cbp-vm-view-list .pro-item .add-cart-icon {
    float: right;
    margin:  0 !important;
    padding: 0;
    text-align: left;
    width: 25%;
}

.cbp-vm-view-list .pro-item .add-cart-icon li a span{
    font-weight: normal;
    margin-left: 10px;
}

.cbp-vm-view-list .pro-item .add-cart-icon li {
    margin: 0 20px;
    padding: 10px 0;
    display: block;
    float: none !important;
}

.cbp-vm-view-list .pro-item .add-cart-icon li a.btn
{
    width: 100%;
    font-size: 14px;
}

.cbp-vm-view-list .pro-item .add-cart-icon li .icons-cart {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .pro-item .new {
    border-width: 45px 45px 0 0;
    left: 3px;
    top: 5px;
    z-index: 99;
}

.cbp-vm-view-list .pro-item .new span {
    font-size: 12px;
    font-weight: 700;
    left: 3px;
    top: -40px;
}

.cbp-vm-view-list .pro-item .trending {
    color: #fff;
    font-size: 12px;
    left: 3px;
    padding: 4px 9px;
    top: 5px;
    z-index: 99;
}

.filter-product {
    border-bottom: 1px solid #ccc;
    display: inline-block;
    width: 100%;
}

.right-filter {
    float: right;
    font-size: 12px;
}

.right-filter .sort{
    display: block;
    float: left;
    line-height: 32px;
    margin: 3px 7px;
}

.right-filter > .sort{
    line-height: 32px;
}

.right-filter .sort .btn{
    font-size: 12px;
}

.cbp-vm-view-list .bootstrap-select li {
    padding: 0;
}

.view-all-pro{
    text-align: right;;
    margin-top: -42px;
}

.view-all-pro a.btn{
    font-size: 12px;
    padding: 10px 40px;
}

.view-all-pro a.btn i{
    font-size: 24px;
    vertical-align: bottom;
}

.load-more-pro{
    text-align: center;
    margin-top: -42px;
}

.load-more-pro a.btn{
    font-size: 12px;
    padding: 10px 40px;
}

.load-more-pro a.btn i{
    font-size: 24px;
    vertical-align: bottom;
}

.more-slide .pro-item {
    font-size: 14px;
    margin: auto 5px;
}

.more-slide .cd-gallery {
    margin: 0;
}

.more-slide .cd-gallery > li {
    text-align: center;
    width: 95%;
}

.more-slide .cd-gallery > li:hover {
    background: #ffffff;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #F9A238;
}

.more-slide .cd-gallery > li img{
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: inline-block;
    height: 220px;
    width: auto;
    margin-top: 20px;
}

.more-slide .pro-item .product-info {
    margin: 20px;;
}

.more-slide .pro-item .product-info a {
    text-decoration: none;
}

.more-slide .pro-item .product-info a > p {
    min-height: 35px;
    padding-top: 10px;
    text-align: left;
}

.more-slide .pro-item .product-info h3 {
    color: #43b749;
    display: inline-block;
    float: left;
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    margin-top: 0;
}

.more-slide .pro-item .product-info .add-cart-icon li {
    display: inline-block;
    margin: 0;
}
.mar-btm-30{
    margin-bottom: 30px;
}

.recent-slider{
    border-top: solid 1px #ccc;
}

.product-view-slider{
margin-bottom: 40px;
}

.product-view-area{
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 30px;
}

.product-view-info{
    border-top: solid 2px #EE5A27;
    font-size: 14px;
}

.product-view-info .product-view-cat{
    color: #F15B28;
    margin: 15px 0;
}

.product-view-info .product-title{
    font-family: "Merriweather", serif;
    font-size: 26px;
    font-weight: normal;
}

.product-view-info .quantity{
    float: left;
    width: 120px;
}

.product-view-info .info-tag {
    float: left;
    line-height: 33px;
    margin-bottom: 20px;
    width: 125px;
}

.product-view-info .product-price {
    float: left;
    font-size: 16px;
}

.btn-white-bor{
    background: #fff;
    border-color: #afafaf;
}

.product-view-info .product-price h2{
    margin-top: 0;
    color: #43B749;
    margin-bottom: 0;
}

.product-view-info .cut-price {
    margin-right: 5px;
    text-decoration: line-through;
}

.product-view-info .save-price{
    color: #F9A238;
}


.starrr{
    display:inline-block
}

.starrr i{
    font-size:16px;
    padding:0 1px;
    cursor:pointer;
    color:#F9A238;
}

.product-view-info .starrr {
    display: inline-block;
    margin-left: 10px;
}

.product-view-info .review{
    text-decoration: underline;
    color: #F9A238;
}

.btn.btn-default.btn-number {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.mar-top-40{
    margin-top: 40px;
}

.product-view-info .pro-stock{
    padding-top: 10px;
}

.product-view-info .pro-stock-p{
    color: #009245;
}

.product-view-info .pro-stock .ad-cart-icon{
    background-image: url("../img/addcart-icon-white.png");
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    height: 30px;
    margin-right: 10px;
    vertical-align: inherit;
    width: 30px;
}

.product-view-info .pro-stock .btn-pink:hover .ad-cart-icon{
    background-image: url("../img/addcart-icon-hover.png");
}

.product-view-info .pro-stock .add-wish{
    padding-left: 0;
    list-style-type: none;
    float: left;
}

.product-view-info .pro-stock .add-wish li{
    display: inline-block;
}

.product-view-info .pro-stock .btnQuick-detail{
    padding-left: 0;
    list-style-type: none;
}

.product-view-info .pro-stock .icons-cart {
    display: inline-block;
    vertical-align: middle;
}

.descrip-tab {
    border-bottom: 2px solid #F15B28;
    margin-bottom: 30px;
}

.tab-content > .tab-pane {
    padding: 25px;
    font-size: 12px;
    line-height: 24px;
}

.tab-content > .tab-pane p{
    margin-bottom: 20px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: 2px solid #F15B28;
    border-radius: 4px 4px 0 0;
}

.nav-tabs.nav-justified.nav-tabs.nav-justified > li > a:hover,
.nav-tabs.nav-justified > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border-color: #F15B28;
    color: #F15B28;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #F9A238;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #F15B28;
}

.nav-tabs.nav-justified > .active > a:after{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #F15B28 transparent transparent transparent;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 47%;
}

.nav-tabs > li > a{
    color: #afafaf;
}

.tabs-icon{
    background-position: center;
    background-repeat: no-repeat;
    height: 32px;
    width: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pro-des-icon{
    background-image: url("../img/pro-des-icon.png");
}
.color-icon{
    background-image: url("../img/color-chart-icon.png");
}
.size-chart-icon{
    background-image: url("../img/size-chart-icon.png");
}
.shiping-icon{
    background-image: url("../img/shipping-cost-icon.png");
}
.return-icon{
    background-image: url("../img/return-policy-icon.png");
}

.nav-tabs.nav-justified > li > a {
    font-weight: 700;
}

.nav-tabs.nav-justified > li.active .pro-des-h .pro-des-icon, .nav-tabs.nav-justified > li .pro-des-h:hover .pro-des-icon{
    background-image: url("../img/pro-des-icon-active.png");
}

.nav-tabs.nav-justified > li.active .col-chrt-h .color-icon, .nav-tabs.nav-justified > li .col-chrt-h:hover .color-icon{
    background-image: url("../img/color-chart-icon-active.png");
}

.nav-tabs.nav-justified > li.active .siz-chrt-h .size-chart-icon, .nav-tabs.nav-justified > li .siz-chrt-h:hover .size-chart-icon{
    background-image: url("../img/size-chart-icon-active.png");
}

.nav-tabs.nav-justified > li.active .ship-cos-h .shiping-icon, .nav-tabs.nav-justified > li .ship-cos-h:hover .shiping-icon{
    background-image: url("../img/shipping-cost-icon-active.png");
}
.nav-tabs.nav-justified > li.active .return-pol-h .return-icon, .nav-tabs.nav-justified > li .return-pol-h:hover .return-icon{
    background-image: url("../img/return-policy-icon-active.png");
}

.extra-addon{
    background-color: #f3f3f3;
    border: solid 1px #b3b3b3;
    border-radius: 4px;
    margin-bottom: 40px;
}

.extra-addon .text-info{
    text-align: right;
    border-right: solid 1px #b3b3b3;
    color: #4d4d4d;
    font-size: 16px;
}

.text-info > p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 10px;
}

.extra-addon .text-info h1{
    font-family: "Merriweather", serif;
    font-size: 72px;
    color: #F9A238;
    border-bottom: solid 1px #b3b3b3;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 50px;
    margin-left: 40px;
}

.extra-addon .text-info h1 i{
    color: #000;
}

.my-cart .my-cart-header{
    border-bottom: solid 1px #b3b3b3;
    display: inline-block;
    width: 100%;
    margin-bottom: 7px;
}

.my-cart .my-cart-header h3{
    font-size: 22px;
    text-transform: uppercase;
    color: #0d0d0d;
}

.my-cart .my-cart-header h3 span{
    color: #F9A238;
}

.my-cart .my-cart-header .my-head {
    float: left;
}

.my-cart .my-cart-header .my-total{
    float: right;
    font-weight: 500;
}

.my-cart .my-cart-header .my-total span{
    font-weight: 700;
    color: #0d0d0d;
}

.my-cart .cart-entries .cart-entry{
    display: inline-block;
    margin: 7px 0;
    width: 100%;
}

.my-cart .cart-entries .cart-entry .cart-info{
    float: left;
    border: solid 1px #e6e6e6;
    padding: 7px;
    width: 80%;
}

.my-cart .cart-entries .cart-entry .cart-info img{
    border-right: 1px solid #e6e6e6;
    float: left;
    height: 85px;
    margin-right: 10px;
    padding: 5px;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title{
    float: left;
    width: 60%;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .title{

}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty{

}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .cart-single-price{
    color: #F9A238;
    margin-left: 10px;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .multiply{
    margin: 0 10px;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .qty{
    margin-left: 10px;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .qty input.quanty{
    width: 30px;
    border: none;
    border-bottom: solid 2px #F9A238;
    text-align: center;
    color: #b2002a;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .qty input.quant::-moz-placeholder{
    color: #b2002a;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd{
    border-left: 1px solid #e6e6e6;
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 6px 15px;
    width: 20%;
    font-size: 12px;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li{
    margin-bottom: 12px;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li a{
    color: #0d0d0d;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li a i{
    margin-right: 10px;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li a:hover{
    color: #F15B28;
}

.remove-icon{
    background-image: url("../img/remove-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li a:hover .remove-icon{
    background-image: url("../img/remove-icon-hover.png");
}

.update-icon{
    background-image: url("../img/update-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: middle;
}

.my-cart .cart-entries .cart-entry .cart-info .rem-upd li a:hover .update-icon{
    background-image: url("../img/update-icon-hover.png");
}

.my-cart .cart-entries .cart-entry .cart-price{
    color: #F9A238;
    float: right;
    font-size: 22px;
    line-height: 70px;
    margin: 10px;
}

.cart-entries {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.cart-section{
    margin-bottom: 30px;
}

.disc-cod{
    float: left;
    width: 50%;
}

.disc-cod h3{
    font-size: 22px;
    margin-bottom: 25px;
    margin-top: 0;
}

.disc-cod .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color #F9A238;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #F9A238;
    height: 50px;
    width: 100%;
}
.disc-cod .btn {
    padding: 13px 30px;
}

.discon-area .sub-tot {
    float: right;
    width: 40%;
}
.discon-area .sub-tot dl {
    margin-bottom: 20px;
    margin-top: 0;
}
.discon-area .dl-horizontal dt {
    color: #0d0d0d;
    font-weight: normal;
    line-height: 26px;
    margin-right: 10px;
    text-align: right;
    width: 55%;
}
.discon-area .dl-horizontal dd {
    line-height: 26px;
    margin-left: 63%;
    text-align: left;
}

.btn-total {
    border-bottom: 1px #cdcdcd solid;
    border-top: 1px #cdcdcd solid;
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}

.btn-total .rev-btns {
    float: left;
    list-style-type: none;
    padding-left: 0;
    width: 50%;
    margin-bottom: 0;
}

.btn-total .rev-btns li {
    display: inline-block;
}

.btn-total .rev-btns .btn {
    font-size: 12px;
    padding: 12px;
    width: 100%;
}
.btn-total .pric-total {
    float: right;
    font-size: 18px;
    width: 40%;
}

.btn-total .pric-total dl {
    margin-top: 7px;
    margin-bottom: 10px;
}
.btn-total .pric-total .dl-horizontal dt {
    color: #cb3e52;
    line-height: 26px;
    text-align: right;
    margin-left: 10px;
    width: 55%;
}
.btn-total .pric-total .dl-horizontal dd {
    line-height: 26px;
    margin-left: 63%;
    text-align: left;
    color: #cb3e52;
    font-weight: 700;
}
.my-cart{
    border-right: solid 1px #0d0d0d;
    padding-right: 30px;
}
.cart-section{
    margin-top: 30px;
}

.shipping-detail{

}

.shipping-detail h4{
    font-size: 16px;
    color: #F9A238;
    margin: 25px 0;

}

.cart-form .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: none;
    color: #0d0d0d;
    font-size: 12px;
    min-height: 42px;
}

.form-group_{
    display: inline-block;
    width: 100%;
}

.cart-form .form-control::-moz-placeholder {
    color: #0d0d0d;
    opacity: 1;
}

.btn-wit-out{
    text-transform: capitalize;
    border: none;
    border-bottom: solid 1px #0d0d0d;
    border-radius: 0px;
    background: none;
    font-size: 12px;
}

.cart-form .acc-titles{
    background: #f3f3f3;
    padding: 10px;
    font-size: 12px;
}

.thanks-head{
    text-align: center;
    margin:  10px 0;
    border-bottom: solid 2px #F9A238;
}

.thanks-head h1{
    font-size: 72px;
    font-family: "Merriweather", serif;
    color: #F9A238;
}

.bil-detail {
    border: 1px solid #F9A238;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 0 15px;
    padding: 15px;
}
.bil-detail .bil-head {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}
.bil-detail p {
    margin-bottom: 5px;
}

.pr-th-bil {
    color: #2a2a2a;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.total-box {
    border: 2px solid #F9A238;
    border-radius: 3px;
    color: #F9A238;
    float: right;
    font-size: 18px;
    margin-bottom: 60px;
    padding: 15px;
    width: 335px;
}
.left-text-totl {
    float: left;
    padding: 5px;
    text-align: left;
    width: 50%;
}
.right-text-totl {
    float: right;
    padding: 5px;
    text-align: left;
    width: 50%;
}

.order-table .table {
    border: 1px solid #F9A238;
}

.order-table .table > thead > tr > th, .order-table .table > tbody > tr > th, .order-table .table > tfoot > tr > th, .order-table .table > thead > tr > td, .order-table .table > tbody > tr > td, .order-table .table > tfoot > tr > td{
    border-color: #F9A238;
}

.order-table .table-hover > tbody > tr:hover {
    background: #F9A238;
    color: #fff;
}

.store_info {
    list-style-type: none;
    padding-left: 0;
    line-height: 24px;
}
.store_info li .fa {
    color: #F15B28;
    font-size: 18px;
    margin-right: 10px;
}

.contact-form-box label{
    font-weight: normal;
    border-color: #F9A238;
}

.contact-form-box .form-control{
    min-height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color: #F15B28;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
    overflow: hidden;
    height: 328px;
    margin-bottom: 30px;
}

.order-table{
    border: #F9A238 solid 1px;
}

.order-table > thead > tr > th {
    background: #F9A238 none repeat scroll 0 0;
    color: #fff;
    padding: 11px;
}

.t-box {
    border: 1px solid #F9A238;
    margin-bottom: 20px;
}
.t-box > strong {
    background: #F9A238 none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    margin-bottom: 20px;
    padding: 10px;
    text-align: center;
}
.t-box .t-box-det {
    font-size: 13px;
    padding: 0 20px 15px;
}
.t-box .t-box-det p {
    margin-bottom: 4px;
}

.panel-print{
    border-color: #ddd !important;
}

.print-btn{
    text-align: center;
    margin: 30px 0;
}

.print-btn a{
    width: 220px;
}

.invoice-title h2, .invoice-title h3 {
    display: inline-block;
}

.table > tbody > tr > .no-line {
    border-top: none;
}

.table > thead > tr > .no-line {
    border-bottom: none;
}

.table > tbody > tr > .thick-line {
    border-top: 2px solid;
}

.signup-res
{
    display: inline-block;
    left: 43px;
    position: relative;
    text-transform: uppercase;
    top: 13px;
}
.signup-res a
{
    color: #fff;
}

.product-thumb {
    overflow: visible;
}

.product-thumb .image {
    margin-bottom: 20px;
    margin-top: 7px;
    position: relative;
    text-align: center;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
}

.product-thumb .image .rotate-image {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 500ms ease-in-out 0s;
    width: 100%;
}

.product-thumb:hover .image .rotate-image {
    opacity: 1;
}

.product-thumb h4 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    hyphens: auto;
    margin: 5px 0 0;
    text-align: left;
    text-transform: capitalize;
}

.product-thumb .price {
    color: #222;
    font-family: "Merriweather",sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 2px 0 0;
}

.product-thumb .price-new {
    color: #43b749;
    font-family: "Merriweather",sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.product-thumb .price-old {
    color: grey;
    font-size: 1.3rem;
    font-weight: normal;
    text-decoration: line-through;
}

#pro-slider .owl-item {
    padding: 0px 5px;
}

.product-item-action {
    margin-top: 20px;
}

.product-item-action .btn {
    border-radius: 0;
    padding: 8px 15px;
    text-transform: uppercase;
}

.product-item-action .whishlist.btn {
    background: #b9a06f;
    color: #fff
}

.product-item-action .fa.fa-shopping-cart {
    margin-left: 6px;
}













/* Alnoor Ali Start*/

.table-work {
    font-weight: 700;
}

.shipping-color {
    background-color: #F9A238;
    color: white;
}

.table-his {
    font-weight: 700;
}

.mens-color {
    background-color: #F9A238;
    color: white;
}

.table-her {
    font-weight: 700;
}

.womens-color {
    background-color: #F9A238;
    color: white;
}

.labels h3 {
    text-align: center;
    font-weight: normal;
}

.labels {
    text-align: center;
}

/* Alnoor Ali End*/

@media (max-width: 1299px){

    .her .img-her {
        float: right;
        width: 52%;
    }
    .info-her-area {
        float: left;
        width: 48%;
    }
    .him .img-him {
        float: left;
        width: 52%;
    }
    .info-him-area {
        float: right;
        width: 48%;
    }
}

@media (max-width: 1199px) {
    .about-section {
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
    }
    .event-box img {
        margin-bottom: 10px;
        max-width: 273px;
    }
    .event-list .event-detail {
        width: 227px;
    }
    .event-list img {
        max-width: 60px;
        min-height: 60px;
    }
    .cred img
    {
        max-width: 60px;
    }
    .event-list .event-detail-text {
        padding: 2px 10px;
    }
    .event-list .event-detail-date {
        padding: 2px 10px;
    }
    .info-him > h1 {
        font-size: 68px;
        line-height: 68px;
    }
    .him-info-lit-detail > h3 {
        margin: 2px 13px;
    }
    .info-him-area ul li {
        padding-left: 0;
    }
    .info-her > h1 {
        font-size: 68px;
        line-height: 68px;
    }
    .info-her-area ul li {
        padding-left: 0px;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon li {
        margin: 0 12px;
    }
    .product-view-info .info-tag {
        width: 90px;
    }
    .add-cart-icon li {
        margin: 0 10px;
    }
    .my-cart .cart-entries .cart-entry .cart-info .rem-upd {
        padding: 6px 10px;
    }
    .cbp-vm-view-list .cd-dots {
        left: 72px;
    }

    .himher-section {
        height: 400px;
    }
    .her{
        padding-left: 0;
    }
    .her .img-her {
        float: right;
        width: 48%;
    }
    .info-her-area {
        float: left;
        padding-left: 2%;
        width: 50%;
    }
    .him .img-him {
        float: left;
        width: 48%;
    }
    .info-him-area {
        float: right;
        width: 52%;
    }
    
    
    .solid-menus .navbar-default.navbar-default-dark.navbar-hover .dropdown > a {
        padding: 10px 14px;
    }
    
    .pro-item .product-info {
        margin: 10px;
    }
    
    .add-cart-icon .btn {
        padding: 6px;
    }
    
    .add-cart-icon li {
        margin: 0;
    }
    
    .cd-item-wrapper li img {
        height: 200px;
        width: auto;
    }
    .subscribe-heading h2 {
        font-size: 23px !important;
    }
    .block-intro-footer2 .pull-left {
        margin-left: -15px;
        margin-right: 8px;   
    }
    .cbp-vm-view-grid ul.switch-box > li .pro-item {
        margin: -2px;
    }
    .top-selling-page .cd-dots {
        top: 225px;
    }
    .cd-dots {
        top: 225px;
    }
    .cd-dots li {
        margin: 0 3px;
    }
    .top-selling-page .cd-dots li {
        margin: 0 3px;
    }
    .new-arrival-page .cd-dots li {
        margin: 0 3px;
    }
    .product-page .cd-dots li {
        margin: 0 3px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 250px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 90px;
    }
    .pro-detail-page .add-cart-icon .btn {
        padding: 7px 16px;
    }
    .similar-slide .pro-detail-page .cd-dots {
        top: 280px;
    }
    .product-view-info .product-title {
        font-size: 23px;
    }
    .product-view-info .product-price h2 {
        font-size: 26px;
    }
    .product-view-info .cut-price {
        font-size: 15px;
    }
    .product-view-info .save-price {
        font-size: 15px;
    }
    .product-view-info .pro-stock-p {
        font-size: 15px;
    }
    .social-icons-share {
        margin-top: 10px;
    }
    .product-view-info .pro-stock {
        margin-top: -30px;
    }
    .more-slide .cd-gallery .recently-viewed-items {
        text-align: center;
        width: 98%;
    }
    .pro-item .recently-viewed-items .product-info {
        margin: 10px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 195px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info a > p {
        min-height: 50px;
        padding-top: 10px;
        text-align: left;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 16px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 12px;
    }
    
    
    
}



@media (max-width: 1125px)
{
    .him .img-him .img {
        background-position: -35px bottom;
    }
    .info-him > h1 {
        font-size: 60px;
        line-height: 60px;
    }
    .him-info-lit-detail > h3 {
        font-size: 19px;
        margin: 5px 4px;
    }
    .her .img-her .img {
        background-position: -16px bottom;
    }
    .info-her > h1 {
        font-size: 60px;
        line-height: 60px;
    }

    .himher-section {
        height: 380px;
    }
    .her .img-her {
        float: right;
        width: 48%;
    }
    .info-her-area {
        float: left;
        padding-left: 8%;
        width: 50%;
    }
}

@media (max-width: 1050px){
    .himher-section {
        height: 360px;
    }
}

@media (max-width: 991px)
{
    .himher-section {
        height: 340px;
        position: relative;
    }
    .her .img-her .img:before
    {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }
    .img-him, .img-her
    {
        display:none;
    }
    .info-him-area, .info-her-area {
        float: none;
        position: relative;
        width: 100%;
        z-index: 11;
    }
    .him
    {
        padding-left: 2%;
        background-image: url("../img/img-1.png");
        background-position: left top;
        background-repeat: no-repeat;
        display: inline-block;
        padding-bottom: 50px;
    }
    .him:before
    {
        background-color: rgba(255, 255, 255, 0.4);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 0;
    }
    .her
    {
        background-image: url("../img/img-2.png");
        background-position: right top;
        background-repeat: no-repeat;
        display: inline-block;
        padding-bottom: 30px;
    }
    .her:before
    {
        background-color: rgba(255, 255, 255, 0.4);
        content: " ";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: 0;
    }
    .event-box img {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .event-list img {
        max-width: 50px;
        min-height: 50px;
    }
    .event-list .event-detail {
        width: 167px;
    }
    .box-sec img {
        max-width: 40px;
    }
    .social-circle li a {
        height: 40px;
        width: 40px;
    }
    .social-circle li i {
        line-height: 40px;
    }
    .cred img {
        max-width: 42px;
    }
    .cd-item-wrapper li img {
        display: inline-block;
        height: 140px;
        width: auto;
    }
    .cd-dots {
        top: 175px;
    }
    .pro-item {
        font-size: 12px;
    }
    .pro-item .product-info h3 {
        font-size: 18px;
    }
    .add-cart-icon li {
        margin: 0;
        display: block !important;
    }
    .cbp-vm-view-list .switch-box .pro-item {
        font-size: 13px;
        font-weight: 700;
    }
    .cbp-vm-view-list .pro-item .product-info .product-info-detail {
        width: 72%;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon {
        width: 28%;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon li {
        margin: 0 10px;
    }
    .cbp-vm-view-list .switch-box .cd-item-wrapper li {
        left: 7px ;
        padding: 0;
    }
    .cbp-vm-view-list .cd-dots {
        left: 54px;
    }
    .product-view-info .info-tag {
        display: inline-block;
        margin-bottom: 0;
        width: 100%;
    }
    .extra-addon .text-info h1{
        font-size: 60px;
    }
    .product-view-info .quantity {
        margin-bottom: 10px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 70%;
    }
    .my-cart .cart-entries .cart-entry .cart-info .rem-upd {
        padding: 6px 0;
        border-left: none;
        width: auto;
    }
    .my-cart .cart-entries .cart-entry .cart-info .rem-upd li {
        display: inline-block;
        margin-bottom: 0;
        margin-right: 8px;
        margin-top: 5px;
    }
    .disc-cod .btn {
        padding: 13px 10px;
    }
    .cbp-vm-view-list .pro-item .new {
        border-width: 50px 55px 0 0;
    }
    .cbp-vm-view-list .pro-item .new span {
        font-size: 12px;
        left: 4px;
        top: -50px;
    }
    .pro-item .new {
        border-width: 60px 65px 0 0;
    }
    .pro-item .new span {
        font-size: 12px;
        left: 4px;
        top: -60px;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon li a span {
        margin-left: 0;
    }
    
    
    
    .pro-item .product-info a.btn {
        font-size: 10px;
        display: block !important;
    }
    .add-cart-icon li.left {
        float: none;
        padding-bottom: 2px;
    }
    .add-cart-icon li.right {
        float: none;
    }
    .pro-item .product-info h3 {
        font-size: 16px;
    }
    .pro-item .product-info .ex-price {
    font-size: 12px;
    }
    h2, .h2 {
        font-size: 25px;
    }
    .view-all-pro a.btn {
        font-size: 11px;
        padding: 8px 30px;
    }
    .pro-item .product-info .discount {
        font-size: 12px;
        margin-right: 0;
    }
    .chit-left {
        font-size: 11px !important;
        height: 35px !important;
        line-height: 35px !important;
        width: 35px !important;
    }
    .pro-item .new {
        border-width: 45px 45px 0 0;
    }
    .pro-item .new span {
        font-size: 11px;
        left: 2px;
        top: -41px;
    }
    .pro-item .product-info a > p {
        min-height: 45px;
    }
    .subscribe-heading h2 {
        font-size: 16px !important;
        height: 28px;
        padding-top: 5px;
    }
    .subscribe .form-control {
        height: 45px;
    }
    .form-control {
        font-size: 13px;
    }
    .subscribe .btn {
        font-size: 13px;
        padding: 11px 25px;
    }
    footer h4 {
        font-size: 16px; 
    }
    footer ul li a {
        font-size: 13px;
    }
    footer ul li {
        font-size: 13px;
        line-height: 25px;
    }
    .block-intro-footer2 {
        margin-left: -10px;
    }
    .block-intro-footer2 .pull-left {
        height: 40px;
        width: 40px;
    }
    .block-intro-footer2 .pull-left .fa {
        font-size: 22px;
        line-height: 38px;
    }
    .block-intro-footer2 .media-body {
        font-size: 11px;    
    }
    .block-intro-footer2 .media-body h3 {
        font-size: 13px;    
    }
    ul.social-network 
    {
        margin-top: -8px;   
    }
    .social-circle li a {
        height: 35px;
        width: 35px;
        font-size: 13px;
    }
    .social-circle li i {
        line-height: 35px;
    }
    .solid-menus {
        display: none;
    }
    .cd-dots li {
        margin: 0 1px;
    }
    .top-header-left {
        float: none;   
    }
    .switch-box .pro-item .product-info a > p {
        min-height: 50px;
    }
    .cd-gallery .cd-item-wrapper li img {
        height: 150px;
    }
    .block-intro-footer2 .box-col-inner .pull-left {
        margin-left: 0;   
    }
    .block-intro-footer2 .box-cols {
        padding: 0;
    }
    .pro-item .cd-gallery .cd-item-wrapper li img {
        height: 150px;
    }
    .top-selling-page .cd-dots {
        top: 175px;
    }
    .product-view-info .pro-stock .add-wish {
        line-height: 55px;
        margin-top: -7px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 170px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 15px;
    }
    .similar-slide .pro-detail-page .cd-dots {
        top: 200px;
    }
    .product-view-info .product-title {
        font-size: 20px;
        margin-bottom: -5px;
        margin-top: -5px;
    }
    .select-tag {
        margin-top: -10px;   
    }
    .product-view-info .product-price h2 {
        font-size: 24px;
    }
    .product-view-info .cut-price {
        font-size: 14px;
    }
    .product-view-info .save-price {
        font-size: 14px;
    }
    .product-view-info .pro-stock-p {
        font-size: 14px;
    }
    .social-icons-share .social-box {
        margin-top: -10px;
    }
    .product-view-info .pro-detail-stock .btn {
        font-size: 12px;
        padding: 10px 6px;
    }
    .product-view-info .pro-detail-stock .add-wish {
        line-height: 45px;
        margin-top: -9px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 75%;
    }
    .my-cart .cart-entries .cart-entry .cart-info .rem-upd {
        border-left: 1px solid #e6e6e6;
        float: right;
        margin-top: -50px;
        padding: 6px 10px;
        width: auto;
    }
    .my-cart .cart-entries .cart-entry .cart-info .cart-pro-title {
        float: left;
        width: 70%;
    }
    .my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty {
        margin-bottom: 20px;
    }
    .disc-cod .btn {
        font-size: 13px;
        padding: 12px 10px;
    }
    .btn-total .pric-total {
        width: 50%;
    }
    .panel-body .your-title {
        font-size: 22px;
    }
    .panel-body .three-boxes h1 {
        font-size: 32px;
    }
    .panel-body .three-boxes {
        padding: 0 10px;
    }
    .left-side-bar .nav li a {
        font-size: 13px;
        padding: 10px 13px;
    }
    .left-side-bar .nav li span {
        padding-right: 5px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 145px;
    }
    
}


@media (max-width: 768px)
{
    header {
        position: relative;
        background-color: rgba(10, 10, 10, 1);
    }
    header.smaller {
        position: fixed;
    }
    .event-list {
        width: 100%;
    }
    .event.list
    {
        padding-left: 22%;
    }
    .event-list img {
        max-width: 100px;
        min-height: 90px;
    }
    .event-list .event-detail {
        width: 255px;
    }
    .event-list .event-detail-text {
        padding: 7px 10px;
    }
    .event-list .event-detail-date {
        padding: 7px 10px;
    }
    .event {
        padding-left: 20%;
    }
    .win-open .modal-body a.btn-default
    {
        color: #333 !important;
    }
    .modal.win-open {
        z-index: 200;
    }
    .hamburger {
        top: 12px;
    }
    .logo
    {
        padding: 6px 0;
        position: relative;
        z-index: 750;
    }
    .logo img
    {
        max-width: 100px;
    }
    .box-sec {
        width: 100%;
    }
    header.smaller .logo img {
        transform: scale(0.9);
    }
    .subscribe {
        left: 20%;
        width: 60%;
    }
    .navbar-brand {
        display: none;
    }
    .bx-wrapper .bx-next {
        right: 0 !important;
    }
    .bx-wrapper .bx-prev {
        left: 0 !important;
    }
    .cbp-vm-view-grid ul.switch-box > li {
        width: 30%;
    }
    .product-view-info {
        margin-top: 30px;
    }
    .discon-area .dl-horizontal dd {
        border-bottom: 1px solid #ccc;
        font-weight: 600;
        line-height: 26px;
        margin-left: 0;
        text-align: right;
    }
    .discon-area .dl-horizontal dt {
        color: #0d0d0d;
        font-weight: normal;
        line-height: 26px;
        margin-right: 0;
        text-align: right;
        width: auto;
    }
    .btn-total .pric-total .dl-horizontal dd {
        color: #cb3e52;
        font-weight: 700;
        line-height: 26px;
        margin-left: 0;
        text-align: right;
    }
    .btn-total .pric-total .dl-horizontal dt {
        color: #cb3e52;
        line-height: 26px;
        margin-left: 0;
        text-align: right;
        width: auto;
    }
    .my-cart {
        border-right: medium none;
        padding-right: 0;
    }
    .mid-header .ad-cart .log-sign li > a {
        padding: 13px 0;
    }
    #cd-menu-trigger {
        display: block;
        height: 40px;
        top: 90px;
        width: 40px;
    }
    .shopcart-icon {
        height: 24px;
        width: 24px;
        background-size: 24px;
    }
    header.smaller .hamburger {
        top: 5px;
    }
    .cbp-vm-view-list .switch-box .cd-gallery > li > a {
        width: 20%;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon li {
        padding: 0;
    }
    .cbp-vm-view-list .pro-item .product-info {
        border-top: medium none;
        width: 80%;
    }
    .cbp-vm-view-list .pro-item .product-info .product-info-detail {
        width: 100%;
        border: none;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon {
        width: 100%;
    }
    .cbp-vm-view-list .pro-item .product-info .product-info-detail h3 {
        margin: 0;
    }
    .cbp-vm-view-list .cd-dots {
        left: 10%;
    }
    
    
    .top-header-left {
        list-style-type: none;
        padding-top: 5px;
        text-align: right;
        padding-right: 5px;
    }
    .mid-header .ad-cart {
        float: right;
        position: relative;
        z-index: 250;
        margin-right: 0;
    }
    .sign-acc a {
        padding: 6px 3px;
    }
    .top-header-right .sign-acc {
        padding-left: 5px;
        padding-right: 5px;
    }
    .cd-dots {
        top: 175px;
    }
    .cd-dots li {
        margin: 0 1px;
    }
    .top-selling-page .cd-dots {
        top: 225px;
    }
    .new-arrival-page .cd-dots {
        top: 225px;
    }
    .product-page .cd-dots {
        top: 225px;
    }
    .similar-slide .pro-detail-page .cd-dots {
        top: 320px;
    }
    .subscribe {
        left: 0;
        width: 100%;
    }
    .search-form-btn a {
        display: inline-block;
        font-size: 20px;
        padding: 3px 11px 8px;
    }
    .block-intro-footer2 .pull-left {
        height: 38px;
        width: 38px;
    }
    .block-intro-footer2 .pull-left .fa {
        font-size: 20px;
    }
    .top-header-merge {
        position: relative;
        z-index: 720;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 200px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 200px;
    }
    .cd-gallery .product-page .cd-item-wrapper li img {
        height: 200px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 290px;
    }
    .product-view-info {
        margin-top: 0;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 135px;
    }
    .disc-cod .btn {
        font-size: 12px;
        padding: 11px 10px;
    }
    .btn-total .rev-btns .btn {
        padding: 10px;
    }
    .btn-total .pric-total {
        width: 35%;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 205px;
    }

}


@media (min-width: 768px)
{
    .win-open
    {
        display: none !important;
    }

    .non-modal-open
    {
        overflow:visible;
    }
    .signup-res
    {
        display: none;
    }
}


@media (max-width: 620px)
{
    
    .top-header-left > li > a {
        padding: 5px 5px;
    }
    .logo {
        width: 160px;
    }
    .logo img {
        max-width: 85px;
    }
    .cd-item-wrapper li img {
        height: 260px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 260px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 260px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 260px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 160px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 160px;
    }
    .cd-gallery .product-page .cd-item-wrapper li img {
        height: 160px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 230px;
    }
    .cd-dots {
        top: 285px;
    }
    .default-top-selling .cd-dots {
        top: 285px;
    }
    .default-new-arrival .cd-dots {
        top: 285px;
    }
    .default-pro-page .cd-dots {
        top: 285px;
    }
    .top-selling-page .cd-dots {
        top: 185px;
    }
    .new-arrival-page .cd-dots {
        top: 185px;
    }
    .product-page .cd-dots {
        top: 185px;
    }
    .similar-slide .pro-detail-page .cd-dots {
        top: 260px;
    }
    .product-view-info .info-tag {
        margin-top: 0;
    }
    .product-view-info .pro-stock {
        margin-top: 0;
    }
    .product-view-info .pro-detail-stock .add-wish {
        line-height: 45px;
        margin-top: -4px;
    }
    .product-view-info .social-icons-share {
        float: none;
        margin-bottom: 15px;
        margin-top: 60px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 80px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 78%;
    }
    .discon-area .sub-tot {
        margin-top: -10px;
    }
    .disc-cod .form-control {
        height: 44px;   
    }
    .btn-total .pric-total dl {
        margin-bottom: 10px;
    }
    .btn-total .rev-btns {
        margin-top: 10px;
    }
    .btn-total {
        padding: 10px 0 2px;
    }
    .left-side-bar .my-account-left-bar {
        margin-left: -15px;
    }
    .left-side-bar .my-account-left-bar .col-sm-3 {
        width: auto;
    }
    .right-side-dashboard .my-account-dashboard .col-sm-9 {
        width: auto;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 160px;
    }
    
}


@media (max-width: 520px)
{
    #cd-menu-trigger {
        top: 80px;
    }
    .event {
        padding-left: 15%;
    }

    .event.list {
        padding-left: 15%;
    }
    .mid-header .ad-cart .log-sign li > a {
        padding: 10px 4px;
    }
    .hamburger {
        margin-left: 0;
    }
    .navbar-brand {
        margin-left: 20px;
    }
    .subscribe {
        left: 10%;
        width: 80%;
    }
    .himher-section {
        display: inline-block;
        width: 100%;
    }
    .him {
        background-color: #e6e6e6;
        position: static;
        display: block;
        width: 100%;
        padding-bottom: 23px;
    }
    .her {
        position: static;
        display: block;
        width: 100%;
    }
    .event-list img {
        max-width: 60px;
        min-height: 50px;
    }
    .event-list .event-detail {
        width: 185px;
    }
    .cbp-vm-view-grid ul.switch-box > li {
        width: 47%;
    }
    .my-cart .cart-entries .cart-entry .cart-info img {
        border-right: none;
        float: none;
        height: 150px;
        margin-right: 40px;
        padding: 5px;
    }
    .my-cart .cart-entries .cart-entry .cart-info .cart-pro-title {
        float: left;
        width: 100%;
    }
    .my-cart .cart-entries .cart-entry .cart-price {
        color: #F9A238;
        float: right;
        font-size: 22px;
        line-height: normal;
        margin: 0px;
    }
    .disc-cod {
        float: none;
        margin-bottom: 20px;
        width: 100%;
    }
    .discon-area .sub-tot {
        float: none;
        width: 100%;
    }
    .cbp-fwdots span {
        height: 14px;
        width: 14px;
    }
    .cbp-fwdots {
        bottom: 0;
    }
    .cbp-vm-view-list .switch-box .cd-gallery > li > a {
        width: 25%;
    }
    .cbp-vm-view-list .pro-item .product-info {
        width: 75%;
    }
    .cbp-vm-view-list .cd-dots {
        left: 14%;
        bottom: -13px;
    }
    .cbp-vm-view-list .pro-item .icons-cart {
        background-size: 26px auto;
        height: 25px;
        width: 25px;
    }
    .cbp-vm-view-list .switch-box .pro-item {
        font-size: 10px;
    }
    .cbp-vm-view-list .pro-item .add-cart-icon li {
        padding: 7px 0;
    }
    .right-filter > .sort {
        display: none;
    }
    .himher-section{
        height: auto !important;
    }
    .info-her-area {
        padding-left: 0;
    }
    .top-header-left {
        display: none;
    }
    .mid-header {
        clear: right;
    }
    
    
    
    .subscribe {
        left: 0;
        width: 100%;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .product-page .cd-item-wrapper li img {
        height: 210px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 200px;
    }
    .default-top-selling .cd-dots {
        top: 235px;
    }
    .default-new-arrival .cd-dots {
        top: 235px;
    }
    .default-pro-page .cd-dots {
        top: 235px;
    }
    .top-selling-page .cd-dots {
        top: 235px;
    }
    .new-arrival-page .cd-dots {
        top: 235px;
    }
    .product-page .cd-dots {
        top: 235px;
    }
    .similar-slide .pro-detail-page .cd-dots {
        top: 230px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 20px;
    }
    .similar-slide .pro-item .pro-detail-page .product-info {
        margin: 10px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 40px;
    }
    .disc-cod .btn {
        font-size: 13px;
        padding: 12px 18px;
    }
    .disc-cod .form-control {
        height: 47px;
    }
    .my-cart .cart-entries .cart-entry .cart-info img {
        height: 100px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 130px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info a > p {
        font-size: 13px;
        min-height: 40px;
        padding-top: 5px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 15px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 11px;
    }
    
}

@media (max-width: 480px)
{
    #cd-menu-trigger {
        top: 70px;
    }
    .logo {
        width: 160px;
    }
    
    .logo img{
        max-width: 100%;
    }
    .top-header-right 
    {
        float: none;
        margin-bottom: 0;
    }
    .top-header-right .sign-acc {
        padding-left: 0;
        padding-right: 0;
    }
    .mid-header {
        clear: right;
        margin-bottom: 1px;
    }
    .search-form-btn a {
        display: inline-block;
        font-size: 19px;
        padding: 2px 5px;
    }
    ul.dropdown-cart {
        min-width: 280px;
    }
    .sign-acc a:hover {
        color: #fff;
    }
    h2, .h2 {
        font-size: 18px;
    }
    .view-all-pro a.btn {
        padding: 8px 10px;
    }
    
    
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .product-page .cd-item-wrapper li img {
        height: 190px;
    }
    .cd-gallery .pro-detail-page .cd-item-wrapper li img {
        height: 180px;
    }
    .subscribe .form-control {
        height: 44px;
    }
    .default-top-selling .cd-dots {
        top: 215px;
    }
    .default-new-arrival .cd-dots {
        top: 215px;
    }
    .default-pro-page .cd-dots {
        top: 215px;
    }
    .top-selling-page .cd-dots {
        top: 215px;
    }
    .new-arrival-page .cd-dots {
        top: 215px;
    }
    .product-page .cd-dots {
        top: 215px;
    }
    .pro-item .pro-detail-page .product-info .ex-price {
        margin-right: 25px;
    }
    .similar-slide .pro-item .pro-detail-page .product-info {
        margin: 10px;
    }
    .my-cart .cart-entries .cart-entry .cart-price {
        font-size: 20px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 115px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 14px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 10px;
    }
    
}

@media (max-width: 420px)
{
    #cd-lateral-nav
    {
        width: 180px;
    }
    #cd-menu-trigger .cd-menu-icon {
        height: 2px;
        width: 20px;
    }
    #cd-lateral-nav a {
        padding: 7px 13px 7px 13px;
    }
    #cd-menu-trigger 
    {
    height: 30px;
    width: 30px;
    transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
    #cd-menu-trigger.is-clicked 
    {
        transform: translateX(180px);
        -moz-transform: translateX(180px);
        -webkit-transform: translateX(180px);
        -o-transform: translateX(180px);
        -ms-transform: translateX(180px);
    }
    #cd-lateral-nav .sub-menu a {
        padding: 10px 13px !important;
    }
}

@media (max-width: 400px)
{

    .event {
        padding-left: 8%;
    }

    .event.list {
        padding-left: 8%;
    }
    .my-cart .cart-entries .cart-entry .cart-price {
        font-size: 16px;
    }
    .my-cart .my-cart-header h3 {
        font-size: 18px;
    }
    .icons-cart {
        height: 35px;
        width: 35px;
    }
    
    
    
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cbp-vm-switcher ul {
        margin: 1em 0;
    }
    .view-all-pro {
        margin-top: -32px;
    }
    .view-all-pro a.btn {
        padding: 6px 10px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 150px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 150px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 150px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 160px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 160px;
    }
    .default-top-selling .cd-dots {
        top: 165px;
    }
    .default-new-arrival .cd-dots {
        top: 165px;
    }
    .default-pro-page .cd-dots {
        top: 165px;
    }
    .top-selling-page .cd-dots {
        top: 175px;
    }
    .new-arrival-page .cd-dots {
        top: 175px;
    }
    .thanks-head h1 {
        font-size: 42px;
    }
    .media .media-body .media-heading {
        font-size: 10px;
    }
    .order-table > thead > tr > th {
        font-size: 11px;
        padding: 11px;
    }
    .media .pro-image {
        height: 45px;
        width: 45px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 6px 4px;
    }
    .my-cart {
        display: inline-block;
    }
    .my-cart .order-table h5 {
        font-size: 11px;
        padding: 4px;
    }
    .my-cart .btn-pink {
        margin-bottom: 20px;
    }
    .t-box > strong {
        font-size: 12px;
    }
    .top-selling-page .cd-dots li {
        margin: 0 1px;
    }
    .default-top-selling .cd-item-wrapper {
        margin: 1em 0;
    }
    .default-new-arrival .cd-item-wrapper {
        margin: 1em 0;
    }
    .default-pro-page .cd-item-wrapper {
        margin: 1em 0;
    }
    .default-top-selling .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 17px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 17px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 13px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 13px;
    }
    .my-account-dashboard .dashboard-content {
        font-size: 14px;   
    }
    .my-account-dashboard .panel-body .your-title {
        font-size: 20px;
    }
    .my-account-dashboard .three-boxes span {
        font-size: 14px;
    }
    .my-account-dashboard .panel-body .three-boxes h1 {
        font-size: 26px;
    }
    .my-account-dashboard .personal-boxes span {
        font-size: 14px;
    }
    .my-account-dashboard .personal-info {
        font-size: 14px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 13px;   
    }
    .my-account-dashboard .btn-danger {
        font-size: 13px;   
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 150px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 16px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 12px;
    }
    
}


@media (max-width: 380px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cbp-vm-switcher ul {
        margin: 1em 0;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 140px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 140px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 140px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 150px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 150px;
    }
    .default-top-selling .cd-dots {
        top: 155px;
    }
    .default-new-arrival .cd-dots {
        top: 155px;
    }
    .default-pro-page .cd-dots {
        top: 155px;
    }
    .top-selling-page .cd-dots {
        top: 165px;
    }
    .new-arrival-page .cd-dots {
        top: 165px;
    }
    .subscribe .btn {
        font-size: 12px;
        padding: 10px 18px;
    }
    .disc-cod .btn {
        font-size: 12px;
        padding: 12px 16px;
    }
    .disc-cod .form-control {
        height: 45px;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-top-selling .pro-item .product-info h3 {
        font-size: 16px;
    }
    .default-new-arrival .pro-item .product-info h3 {
        font-size: 16px;
    }
    .default-pro-page .pro-item .product-info h3 {
        font-size: 16px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 15px;
    }
    .default-top-selling .pro-item .product-info .ex-price {
        font-size: 12px;
    }
    .default-new-arrival .pro-item .product-info .ex-price {
        font-size: 12px;
    }
    .default-pro-page .pro-item .product-info .ex-price {
        font-size: 12px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 11px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 11px;
    }
        .my-account-dashboard .btn-primary {
        font-size: 13px;
        padding-left: 10px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 140px;
    }
    
}


@media (max-width: 370px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cbp-vm-switcher ul {
        margin: 1em 0;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 135px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 135px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 135px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 145px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 145px;
    }
    .subscribe .btn {
        font-size: 12px;
        padding: 10px 18px;
        letter-spacing: 1px;
    }
    .subscribe .form-control {
        height: 40px;
    }
    .default-top-selling .cd-dots {
        top: 150px;
    }
    .default-new-arrival .cd-dots {
        top: 150px;
    }
    .default-pro-page .cd-dots {
        top: 150px;
    }
    .top-selling-page .cd-dots {
        top: 161px;
    }
    .new-arrival-page .cd-dots {
        top: 161px;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
     .default-top-selling .product-info h3 {
        font-size: 15px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 15px;
    }
    .default-pro-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 15px;
    }
    .default-top-selling .product-info .ex-price {
        font-size: 11px;
    }
    .default-new-arrival .product-info .ex-price {
        font-size: 11px;
    }
    .default-pro-page .product-info .ex-price {
        font-size: 11px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 11px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 11px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 12px;
        padding-left: 11px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 135px;
    }
    
}


@media (max-width: 360px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cbp-vm-switcher ul {
        margin: 1em 0;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 130px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 130px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 130px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 140px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 140px;
    }
    .subscribe .btn {
        font-size: 12px;
        padding: 10px 18px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 77%;
    }
    .quantity .input-group .input-group-btn .btn-number {
        padding: 6px 10px;
    }
    .default-top-selling .cd-dots {
        top: 145px;
    }
    .default-new-arrival .cd-dots {
        top: 145px;
    }
    .default-pro-page .cd-dots {
        top: 145px;
    }
    .top-selling-page .cd-dots {
        top: 155px;
    }
    .new-arrival-page .cd-dots {
        top: 155px;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-top-selling .product-info h3 {
        font-size: 15px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 15px;
    }
    .default-pro-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 15px;
    }
    .default-top-selling .product-info .ex-price {
        font-size: 10px;
    }
    .default-new-arrival .product-info .ex-price {
        font-size: 10px;
    }
    .default-pro-page .product-info .ex-price {
        font-size: 10px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 11px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 11px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 11px;
        padding-left: 12px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 135px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 15px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 11px;
    }
    
}


@media (max-width: 350px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cbp-vm-switcher ul {
        margin: 1em 0;
    }
    .cd-item-wrapper li img {
        height: 125px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 125px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 125px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 125px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 135px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 135px;
    }
    .cd-dots {
        top: 150px;
    }
    .default-top-selling .cd-dots {
        top: 140px;
    }
    .default-new-arrival .cd-dots {
        top: 140px;
    }
    .default-pro-page .cd-dots {
        top: 140px;
    }
    .top-selling-page .cd-dots {
        top: 155px;
    }
    .new-arrival-page .cd-dots {
        top: 155px;
    }
    .default-top-selling .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
        font-size: 12px;
    }
    .default-new-arrival .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
        font-size: 12px;
    }
    .default-pro-page .product-info a > p {
        min-height: 40px;
        padding-top: 5px;
        font-size: 12px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .default-top-selling .product-info h3 {
        font-size: 14px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 14px;
    }
    .default-pro-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 15px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 15px;
    }
    .default-top-selling .product-info .ex-price {
        font-size: 10px;
    }
    .default-new-arrival .product-info .ex-price {
        font-size: 10px;
    }
    .default-pro-page .product-info .ex-price {
        font-size: 10px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 11px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 11px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 76%;
    }
    .my-cart .cart-entries .cart-entry .cart-info .rem-upd {
        padding: 6px;
    }
    .quantity .input-group .input-group-btn .btn-number {
        padding: 6px 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 6px 3px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 11px;
        padding-left: 10px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 125px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 14px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info .ex-price {
        font-size: 10px;
    }
    
}


@media (max-width: 340px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cd-item-wrapper li img {
        height: 120px;
    }
    .subscribe .btn {
        font-size: 11px;
        letter-spacing: 1px;
        padding: 10px 20px;
    }
    .subscribe .form-control {
        height: 41px;
    }
    .quantity .input-group .form-control {
        padding: 6px 10px;
    }
    .quantity .input-group .input-group-btn .btn-number {
        padding: 6px 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 6px 2px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 130px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 130px;
    }
    .cbp-vm-switcher .top-selling-page ul {
        margin: 1em 0;
    }
    .cbp-vm-switcher .new-arrival-page ul {
        margin: 1em 0;
    }
    .default-top-selling .cd-dots {
        top: 135px;
    }
    .default-new-arrival .cd-dots {
        top: 135px;
    }
    .default-pro-page .cd-dots {
        top: 135px;
    }
    .top-selling-page .cd-dots {
        top: 145px;
    }
    .new-arrival-page .cd-dots {
        top: 145px;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-top-selling .product-info h3 {
        font-size: 14px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 14px;
    }
    .default-pro-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 14px;
    }
    .default-top-selling .product-info .ex-price {
        font-size: 10px;
        margin-left: -3px;
    }
    .default-new-arrival .product-info .ex-price {
        font-size: 10px;
        margin-left: -3px;
    }
    .default-pro-page .product-info .ex-price {
        font-size: 10px;
        margin-left: -3px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 10px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 10px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 11px;
        padding-left: 8px;
    }
    
}


@media (max-width: 330px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cd-item-wrapper li img {
        height: 105px;
    }
    .cd-dots {
        top: 145px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 75%;
    }
    .quantity .input-group .form-control {
        padding: 6px 8px;
    }
    .my-cart .cart-entries .cart-entry .cart-info {
        width: 74%;
    }
    .quantity .input-group .input-group-btn .btn-number {
        padding: 6px 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 6px 1px;
    }
    .default-top-selling .cd-dots {
        top: 130px;
    }
    .default-new-arrival .cd-dots {
        top: 130px;
    }
    .default-pro-page .cd-dots {
        top: 130px;
    }
    .top-selling-page .cd-dots {
        top: 135px;
    }
    .new-arrival-page .cd-dots {
        top: 135px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 115px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 115px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 115px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 120px;
    }
    .cbp-vm-switcher .top-selling-page ul {
        margin: 1em 0;
    }
    .cbp-vm-switcher .new-arrival-page ul {
        margin: 1em 0;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .default-top-selling .product-info h3 {
        font-size: 14px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 14px;
    }
    .default-pro-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 14px;
    }
    .default-top-selling .product-info .ex-price {
        display: inline-block;
        font-size: 10px;
        margin-left: -4px;
    }
    .default-new-arrival .product-info .ex-price {
        display: inline-block;
        font-size: 10px;
        margin-left: -4px;
    }
    .default-pro-page .product-info .ex-price {
        display: inline-block;
        font-size: 10px;
        margin-left: -4px;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 10px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 10px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 11px;
        padding-left: 5px;
    }
    .my-account-dashboard .btn-danger {
        font-size: 11px;
    }
    
}


@media (max-width: 320px)
{
    .mar-btm-30 {
        margin-bottom: 10px;
        margin-top: 0;
        font-size: 28px;
    }
    .cd-gallery .default-top-selling .cd-item-wrapper li img {
        height: 110px;
    }
    .cd-gallery .default-new-arrival .cd-item-wrapper li img {
        height: 110px;
    }
    .cd-gallery .default-pro-page .cd-item-wrapper li img {
        height: 110px;
    }
    .cd-gallery .top-selling-page .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-gallery .new-arrival-page .cd-item-wrapper li img {
        height: 120px;
    }
    .cd-dots {
        top: 140px;
    }
    .quantity .input-group .input-group-btn .btn-number {
        padding: 6px 10px;
    }
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        font-size: 11px;
        padding: 6px 0;
    }
    .default-top-selling .cd-dots {
        top: 125px;
    }
    .default-new-arrival .cd-dots {
        top: 125px;
    }
    .default-pro-page .cd-dots {
        top: 125px;
    }
    .top-selling-page .cd-dots {
        top: 140px;
    }
    .new-arrival-page .cd-dots {
        top: 140px;
    }
    .view-all-pro a.btn {
        padding: 6px 8px;
    }
    .cbp-vm-switcher .top-selling-page ul {
        margin: 1em 0;
    }
    .cbp-vm-switcher .new-arrival-page ul {
        margin: 1em 0;
    }
    .default-top-selling .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-new-arrival .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .default-pro-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
        padding-top: 5px;
    }
    .switch-box .pro-item .top-selling-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .switch-box .pro-item .new-arrival-page .product-info a > p {
        font-size: 12px;
        min-height: 40px;
    }
    .default-top-selling .product-info h3 {
        font-size: 14px;
    }
    .default-new-arrival .product-info h3 {
        font-size: 14px;
    }
    .default-pro-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .top-selling-page .product-info h3 {
        font-size: 14px;
    }
    .pro-item .new-arrival-page .product-info h3 {
        font-size: 14px;
    }
    .default-top-selling .product-info .ex-price {
        font-size: 9px;
        margin-left: -4px;
        display: inline-block;
    }
    .default-new-arrival .product-info .ex-price {
        font-size: 9px;
        margin-left: -4px;
        display: inline-block;
    }
    .default-pro-page .product-info .ex-price {
        font-size: 9px;
        margin-left: -4px;
        display: inline-block;
    }
    .pro-item .top-selling-page .product-info .ex-price {
        font-size: 10px;
    }
    .pro-item .new-arrival-page .product-info .ex-price {
        font-size: 10px;
    }
    .my-account-dashboard .btn-primary {
        font-size: 11px;
        padding-left: 3px;
    }
    .my-account-dashboard .btn-danger {
        font-size: 11px;
    }
    .more-slide .cd-gallery .recently-viewed-items img {
        height: 110px;
    }
    .more-slide .pro-item .recently-viewed-items .product-info h3 {
        font-size: 13px;
    }
    
}



/* Alnoor Ali Start*/

.table-work {
    font-weight: 700;
}

.shipping-color {
    background-color: #F9A238;
    color: white;
}

.table-his {
    font-weight: 700;
}

.mens-color {
    background-color: #F9A238;
    color: white;
}

.table-her {
    font-weight: 700;
}

.womens-color {
    background-color: #F9A238;
    color: white;
}

.labels h3 {
    text-align: center;
    font-weight: normal;
}

.labels img {
    padding-left: 23px;
}

.labels-1 img {
    padding-left: 100px;
}

.color-chart img{
    border: #F9A238;
    border-radius: 5px;
    padding-bottom: 10px;
}

.color-chart .green{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;

}

.color-chart .dark-blue{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .burgundy{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .baby-pink{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .brown{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .camel{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .grey{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .dark-red{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .bright-red{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .black{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .hot-pink{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .yellow{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .purple{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .orange{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .white{
    border: 1px solid #F9A238;
    width: 85%;
    margin-left: 19px;s
margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.left-side-bar .col-sm-3 {
    width: 25%;
}

.right-side-dashboard .col-sm-9 {
    width: 72.5%;
}

.left-side-bar {
    margin-left: 15px;
}

.left-side-bar .navbar {
    border: 1px solid #F15B28;
    border-radius: 0;
    line-height: 30px;
}

.left-side-bar .navbar a:hover {
    color: #0A0A0A;
}

.left-side-bar .navbar span {
    padding-right: 10px;
}

.left-side-bar .navbar li {
    border-bottom: 1px solid lightgray;
}

.left-side-bar .navbar .active a {
    background-color: #f15b28;
    color: white;
}

.dashboard-content .panel-heading {
    background: black;
    color: white;
    padding: 15px;
}

.dashboard-content .pull-left {
    padding-right: 8px;
    padding-top: 2px;
}

.purchase-title {
    color: #1d1d1d;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 10px;
}

.two-boxes {
    border: 1px solid grey;
    color: #666;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 3px 10px;
}

.two-boxes span {
    border-bottom: 2px solid;
    color: #444;
    display: block;
    padding: 5px 0;
}

.your-title {
    color: #1d1d1d;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 10px;
}

.three-boxes {
    border: 1px solid grey;
    color: #666;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 3px 10px;
}

.three-boxes span {
    border-bottom: 2px solid;
    color: #444;
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

.personal-title {
    color: #1d1d1d;
    border-bottom: 1px solid #ddd;
    margin-top: 0;
    padding-bottom: 10px;
}

.personal-boxes {
    border: 1px solid grey;
    color: #666;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    padding: 3px 10px;
}

.personal-boxes span {
    border-bottom: 1px solid;
    color: #444;
    display: block;
    padding: 5px 0;
    font-weight: 600;
}

.news {
    margin-top: -5px;
}

.personal-info {
    line-height: 12px;
    padding-top: 10px;
}

.edit-info {
    float: right;
    font-weight: 600;
    margin-top: 8px;
    text-decoration: underline;
}

.edit-info .glyphicon-pencil {
    margin-left: 5px;
}

.edit-profile label {
    font-weight: normal;
}

.edit-profile .gender {
    border: 1px solid #1d1d1d;
    height: 45px;
    margin-left: 0;
    padding-top: 10px;
    margin-bottom: -10px;
}

.edit-profile .form-control {
    border: 1px solid #0A0A0A;
    border-radius: 0;
    min-height: 44px;
}

.edit-profile .address-area {
    min-height: 100px;
}

.edit-profile .white-field {
    border: 1px solid #0A0A0A;
    border-radius: 0;
    font-size: 14px;
    min-height: 44px;
    width: 165%;
}

.edit-profile .btn-update {
    background: #F9A238 none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #ffffff;
    height: 45px;
    margin-top: 15px;
    padding-top: 12px;
    width: 125px;
}

.edit-profile .btn-update:hover {
    background: #0a0a0a none repeat scroll 0 0;
    color: white;
}

.white-field {
    background-color: #ffffff;
    color: #F9A238;
}

.radio-checkbox {
    margin-bottom: 30px;
    margin-left: 15px;
}

.radio-checkbox .radio, .radio-checkbox .checkbox {
    margin: 0 10px;
}

.select-inline {
    margin-bottom: 30px;
    margin-left: 15px;
    font-size: 16px;
}

.select-inline .radio, .select-inline .checkbox {
    margin: 0 10px;
}

.btn-red {
    background-color: #F9A238;
    color: #ffffff;
    border-radius: 5px;
}

.btn-red:hover {
    background-color: #0A0A0A;
    color: #ffffff;
}

.list-inline {
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
}

.wishlist li {
    margin-bottom: 10px;
}

.wishlist .arival-sl {
    margin-bottom: 20px;
    max-width: 185px;
}

.arival-sl {
    border: 1px solid #333333;
    border-radius: 2px;
}

.arival-sl:hover {
    border: 1px solid #F9A238;
}

.arival-sl .arival-img {
    text-align: center;
}

.arival-sl .arival-img img {
    margin: 21px 22px;
    max-width: 114px;
    min-height: 114px;
}

.arival-sl .arival-title {
    color: #F9A238;
    font-size: 12px;
    min-height: 50px;
    padding: 0 10px;
}

.arival-sl .arival-title h4 {
    margin-bottom: 5px;
}

.arival-sl .arival-title h4 a {
    color: #1d1d1d;
    font-size: 17px;
    margin-top: 0;
}

.arival-sl .price-info {
    border-top: 1px solid #1d1d1d;
    min-height: 40px;
    padding: 10px;
    width: 100%;
}

.arival-sl .price-info .add-cart-icon {
    background: rgba(0, 0, 0, 0) url("../img/add-to-cart.png") no-repeat scroll center center;
    float: left;
    height: 18px;
    width: 32px;
    margin-top: 3px;
}

.arival-sl .price-info .p-price {
    color: #cc3e52;
    float: right;
    font-family: "HelveticaNeueLTStd-Bd";
    font-size: 16px;
    margin-bottom: 0;
}

.order-history {
    font-size: 14px;
}

.order-history .panel-heading {
    background: #eee none repeat scroll 0 0;
    color: #333;
    padding: 8px;
    position: relative;
}

.order-history.alert {
    padding: 0;
}

.order-number-history strong {
    font-family: "HelveticaNeueLTStd-Bd";
}

.order-number-history span {
    margin: 10px;
}

.order-number-history .label {
    font-size: 90%;
    font-weight: normal;
    margin-left: 5px;
}

.order-history.alert .media.alert {
    border-bottom: 1px solid #eeeeee;
    box-shadow: none;
    padding: 0 0 5px;
}

.order-history.alert .media-left img {
    max-width: 70px;
}

.order-history.alert .media .media-heading {
    color: #cc3e52;
}

.media-body .media-heading a:hover {
    color: #1d1d1d;
}

.order-history-detail {
    margin-bottom: 5px;
    margin-top: 10px;
}

.order-history-detail strong {
    font-weight: normal;
    margin-right: 10px;
}

.price-quantity span {
    margin-right: 10px;
}

.price-quantity strong {
    font-weight: normal;
    margin-right: 10px;
}

.order-history.alert .media button.cancel {
    margin-left: 653px;
    margin-top: -20px;
    position: absolute;
}

button.cancel {
    background: #F9A238 none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    height: 18px;
    padding: 0;
    width: 18px;
}

.cancel {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff;
}

.reveal {
    clear: both;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.order-history.alert .btn-sm {
    float: right;
    margin-right: 20px;
}

.support-search {
    margin-bottom: 15px;
}

.btn-red {
    background: #F9A238 none repeat scroll 0 0;
    color: #ffffff;
}

.faq-page .faqs {
    margin-bottom: 20px;
}

.faq-page .faq-top h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

.faq-page .faq-top a {
    color: #F9A238;
}

.faq-page p {
    margin-bottom: 4px;
}

.more-connect {
    background: #F9A238;
    margin-bottom: -35px;
}

.way-con {
    color: #fff;
    list-style-type: none;
    margin-bottom: 40px;
    margin-top: 20px;
    padding-left: 0;
    text-align: center;
}

.way-con li {
    border-radius: 15px;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    padding: 20px 0;
    text-align: center;
    vertical-align: top;
    width: 22%;
}

.way-con li p {
    margin: 0;
}

.way-con li a {
    color: #fff;
}

#available {
    background: #f0f339 none repeat scroll 0 0;
    border-radius: 15px;
    display: inline-block;
    height: 11px;
    margin-left: 2px;
    margin-right: 2px;
    width: 11px;
}

.social-icons {
    list-style-type: none;
    margin: 0;
    padding-left: 0;
    text-align: center;
}

.social-icons li {
    display: inline-block;
    padding: 0;
    width: 40px;
}

.social-icons li.fb a {
    background: #3c5b9b none repeat scroll 0 0;
}

.social-icons li a:hover {
    opacity: 0.8;
}

.social-icons li a {
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 40px;
}

.social-icons li.tw a {
    background: #2daae1 none repeat scroll 0 0;
}

/*start my account wishlist and my product*/

.category{
    text-align: center;
}

.category li {
    margin-bottom: 10px;
    float: left;
    width: 25%;
    padding: 0 15px;
}

.ex-price-myproduct{
    text-decoration: line-through;
    margin-right: 5px;
}

.myproduct-discount
{
    font-size: 14px;
    color: #009245;
    margin-right: 5px;
}
/*end my account wishlist and my product*/

.chit-left {
    background-color: #92287b;
    border-radius: 100%;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 40px;
    right: 5px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
    width: 40px;
}

.bg-green {
    background-color: #43b749 !important;
}


/* Alnoor Ali End*/


/** Alnoor Start 8-Mar-2017 **/

.top-header-merge 
{
    
}

.btn-click-here 
{
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: White;
    font-size: 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.btn-click-here:hover
{
    background-color: white;
    border: 1px solid #F15B28;
    color: #F15B28;
}

.product-item-action .btn-cart {
    background: #ec2028 none repeat scroll 0 0;
    border: 1px solid #ec2028;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 18px;
    text-transform: uppercase;
}

.product-item-action .btn-cart:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #ec2028;
    color: #ec2028;
}

.product-item-action .btn-buy {
    background: #a5cc3c none repeat scroll 0 0;
    border: 1px solid #a5cc3c;
    border-radius: 0;
    color: #ffffff;
    font-size: 12px;
    padding: 8px 24px;
    text-transform: uppercase;
    float: right;
}

.product-item-action .btn-buy:hover {
    background: white none repeat scroll 0 0;
    border: 1px solid #a5cc3c;
    color: #a5cc3c;
}

.product-small-icon 
{
    font-size: 18px;
    letter-spacing: 5px;
    margin-bottom: -10px;
    padding-top: 5px;
    text-align: center;
    color: Gray; 
}

.product-small-icon a i
{
    color: Gray; 
}

.caption .name h4 a 
{
    color: #1c1e1f;
}

.info-heading li 
{
    margin-bottom: -10px;   
}

.info-heading li a 
{
    color: #0d0d0d;   
}

.subscribe-heading h2 
{
    border-left: 2px solid;
    color: #f15b28;
    font-size: 24px;
    height: 30px;
    margin-top: 15px;
    padding-left: 15px;
}

.subscribe-bar:focus 
{
    border-color: #F15B28;   
}

.social-icons-share 
{
    float: right;
    margin-top: 20px;  
}

.social-icons-share .fa 
{
    padding: 15px;
    font-size: 14px;
    width: 45px;
    text-decoration: none;
    margin: 5px 2px;
    border: 1px solid #F15B28;
    text-align: center;
}

.social-icons-share .fa-facebook:hover
{
    background-color: #3B5998;
    color: White;
    border: 1px solid #3B5998;
}

.social-icons-share .fa-twitter:hover
{
    background-color: #55ACEE;
    color: White;
    border: 1px solid #55ACEE;
}

.social-icons-share .fa-instagram:hover
{
    background-color: #125688;
    color: White;
    border: 1px solid #125688;
}

.apply-code-field:focus 
{
    border-color: #EC2028;   
}

#extra-slider .owl-item {
    padding: 0 10px;
}

.similar-slide .cd-gallery > li {
    text-align: center;
}

.similar-slide .cd-gallery > li:hover {
    background: #F3F3F3;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #F9A238;
}

.similar-slide .cd-gallery > li img {
    border: 1px solid rgba(0, 0, 0, 0.03);
    display: inline-block;
    height: 250px;
    margin-top: 5px;
    width: auto;
}

.similar-slide .cd-dots {
    position: absolute;
    top: 250px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: .2em;
}

.similar-slide .pro-item .product-info {
    margin: 20px;
}

.similar-slide .pro-item .product-info a > p {
    min-height: 35px;
    padding-top: 10px;
    text-align: left;
}

.similar-slide .pro-item .product-info h3 {
    color: #43b749;
    display: inline-block;
    float: left;
    font-size: 20px;
    letter-spacing: -0.8px;
    margin-bottom: 0;
    margin-top: 0;
}

.extra-addon .mar-btm-30 {
    margin-bottom: 0;
}

.extra-addon .section-head {
    color: #fcb03c;
    font-family: "Merriweather",sans-serif;
    font-size: 30px;
    padding: 10px 20px;
    text-align: left;
    text-transform: uppercase;
}





/** Alnoor End 8-Mar-2017 **/


.pro-stock .btn
{
    font-size: 14px;
    padding: 12px 8px;
}