@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(https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.11.0/css/bootstrap-select.min.css);
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

.sect {
    position: relative;
}

a {
    color: #306eca;
    outline: none;
}

a:hover,
a:focus {
    color: #040456;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.pink {
    color: #040456;
}

.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: #040456;
    color: #ffffff;
    border: solid 1px #040456;
}

.btn-pink:hover {
    background-color: #A6A8AB;
    color: #3e3c3c;
    border: solid 1px #A6A8AB;
}

.btn-pink-outline {
    background: none;
    border: solid 2px #ddd;
    color: #ddd;
}

.btn-pink-outline:hover {
    background: #306eca;
    border: solid 2px #306eca;
    color: #ffffff;
}

.btn-d-pink-outline {
    background: #000000;
    color: #ffffff;
    border: solid 2px #ffffff;
}

.btn-d-pink-outline:hover {
    background: #306eca;
    color: #ffffff;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #0d0d0d;
}


/* =Header
-------------------------------------------------------------- */

header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 12px;
    background-color: rgba(10, 10, 10, 0.6);
    -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);
}

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 {
    position: absolute;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0;
    right: 0;
    text-align: center;
    width: 190px;
    z-index: 100;
}

.logo-left-nav {
    height: 74px;
    margin-bottom: 5px;
}


/*.top-header{
    border-bottom: 1px solid #1a1a1a;
}*/

.top-header-left {
    float: left;
    list-style-type: none;
    padding-left: 0;
    margin: 0px;
}

.top-header-left>li {
    display: inline-block;
}

.top-header-left>li>a {
    /*border-left: 1px solid #1a1a1a;
    border-right: 1px solid #1a1a1a;*/
    color: #ffffff;
    display: inline-block;
    margin-right: -4px;
    padding: 10px 12px;
}

.top-header-left>li>a:hover {
    color: #4f76af;
}

.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: #4f76af;
}

.top-header-right {
    float: right;
}

.top-header-right .sign-acc {
    color: #ffffff;
    float: right;
    list-style-type: none;
    margin: 0;
    padding-left: 0;
}

.sign-acc a {
    display: inline-block;
    padding: 10px 15px;
    color: #ffffff;
}

.sign-acc a:hover {
    color: #4f76af;
}

.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;
}

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: #4f76af;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px 2px;
    width: 100%;
}

ul.dropdown-cart .view-window a {
    color: #4f76af;
    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: #4f76af;
    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 #040456;
    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: #4f76af;
    ;
}

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;
    /*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 {
    color: #fff;
    display: inline-block;
    padding: 13px 20px;
    text-decoration: none;
}

.mid-header .ad-cart .log-sign li>a:hover .shopcart-icon {
    background-image: url("../img/viewcart-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 */

.cbp-fwslider {
    position: relative;
    overflow: hidden;
}

.cbp-fwslider ul {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    list-style-type: none;
}

.cbp-fwslider ul li {
    transform: translateZ(0);
    float: left;
    display: block;
    margin: 0;
    padding: 0;
}

.cbp-fwslider ul li>a,
.cbp-fwslider ul li>div {
    display: block;
    text-align: center;
    outline: none;
}

.cbp-fwslider ul li>a img {
    border: none;
    display: block;
    margin: 0 auto;
    width: 100%;
}

.cbp-fwslider nav span {
    /*background: rgba(178, 0, 43, 0.5) none repeat scroll 0 0;*/
    background: #306eca;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    font-weight: lighter;
    height: 80px;
    line-height: 80px;
    margin-top: -50px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 50px;
}

.cbp-fwslider nav span:hover {
    /*background: rgba(178,0,43,1);*/
    background: #000;
}

.cbp-fwslider nav span.fa-angle-right {
    right: 25px;
}

.cbp-fwslider nav span.fa-angle-left {
    left: 25px;
}

.cbp-fwdots {
    position: absolute;
    bottom: 16px;
    white-space: nowrap;
    text-align: center;
    width: 100%;
}

.cbp-fwdots span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #000;
    border: solid 2px #ffffff;
    margin: 4px;
    border-radius: 50%;
    cursor: pointer;
}

.cbp-fwdots span:hover {
    background: #999;
}

.cbp-fwdots span.cbp-fwcurrent {
    background: #4f76af none repeat scroll 0 0;
    border: 2px solid #fff;
    transition: box-shadow 0.2s ease-in-out;
}


/* 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 {}

header.lateral-menu-is-open {
    /* translate to show the lateral menu */
    -webkit-transform: translateX(180px);
    -moz-transform: translateX(180px);
    -ms-transform: translateX(180px);
    -o-transform: translateX(180px);
    transform: translateX(180px);
}

header.is-fixed {
    position: fixed;
}

.sidebar-nav li:nth-child(1)::before {
    background-color: #4f76af;
}

.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: -50px;
    position: absolute;
}

#divRecentlyViewed .owl-theme .owl-controls .owl-buttons .owl-next {
    right: -35px;
    top: 50%;
    margin-top: -50px;
    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-top: 5px;
    margin-bottom: 50px;
    display: inline-block;
}

.justified-gallery a img {
    border: solid 2px #ffffff;
}

#aniimated-thumbnials>a {
    display: block;
    float: left;
    width: 20%;
}

@media only screen and (min-width: 768px) {
    #cd-top-nav {
        display: block;
    }
}

#cd-menu-trigger {
    position: absolute;
    left: 28px;
    top: 0;
}

#cd-menu-trigger .cd-menu-text {
    height: 100%;
    text-transform: uppercase;
    color: #FFF;
    display: none;
}

#cd-menu-trigger .cd-menu-icon {
    /* this span is the central line in the menu menu */
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -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%);
    width: 25px;
    height: 3px;
    background-color: #FFF;
    /* 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: 30px;
    }
    #cd-menu-trigger .cd-menu-text {
        display: inline-block;
        line-height: 50px;
    }
    #cd-menu-trigger .cd-menu-icon {
        left: 0;
        -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: #333;
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    background: lightgray;
    border-bottom: solid 1px gray;
    text-align: center;
}

.logo-left-nav a {
    background: none !important;
    border-bottom: none !important;
}

#cd-lateral-nav a.current {
    background-color: #3a4a4d;
    color: #FFF;
}

.no-touch #cd-lateral-nav a:hover {
    color: #FFF;
	background: #040456;
}

#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;
    line-height: 44px;
}

.sidebar-brand>a {
    background: #040456 none repeat scroll 0 0;
}

.sidebar-nav li:nth-child(1)::before {
    background-color: #4f76af;
}

.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;
}


/* 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-top: 2px 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-top: 2px solid #4f76af;
}

.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: #4f76af;
        border-color: #4f76af;
    }
    .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: #1a1a1a;
    }
    .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: 3em 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: 220px;
    width: auto;
}

@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: #4f76af none repeat scroll 0 0;
    border-color: #4f76af;
}

.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: #4f76af none repeat scroll 0 0;
        border-color: #4f76af;
    }
    .cd-dots a {
        height: 10px;
        width: 10px;
        border-color: #1a1a1a;
        /* fix a bug in IE9/10 - transparent anchor not clickable */
        background-color: rgba(255, 255, 255, 0);
    }
}

.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: #f3f3f3;
}

.pro-item {
    margin: auto 15px;
    font-size: 16px;
    position: relative;
}

.pro-item .new {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 90px 90px 0 0;
    border-color: #4f76af transparent transparent transparent;
    position: absolute;
    left: 3px;
    top: 5px;
    z-index: 9;
}

.pro-item .new span {
    left: 10px;
    position: absolute;
    top: -80px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.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 {
    /* border-top: solid 1px #cdcdcd; */
}

.pro-item .product-info {
    margin-top: -45px;
    padding-top: 8px;
    text-align: center;
    padding-bottom: 1px;
    font-weight: bold;
}

.pro-item .product-info a {
    color: #fff;
    text-decoration: none;
}

.pro-item .product-info h3 {
    font-size: 22px;
    color: #4f76af;
    display: inline-block;
    margin-right: 5px;
}

.pro-item .product-info .ex-price {
    /*display: block;*/
    text-decoration: line-through;
    font-size: 14px;
    margin-right: 5px;
}

.more-slide .pro-item .product-info .ex-price {
    display: block;
}

.pro-item .product-info .discount {
    font-size: 14px;
    /*color: #009245;*/
    margin-right: 5px;
}

.pro-item .product-info h3 {
    font-size: 22px;
    color: #4f76af;
    display: inline-block;
}

.add-cart-icon {
    padding-left: 0;
    list-style-type: none;
    text-align: center;
    margin: 1em 0;
}

.add-cart-icon li {
    display: inline-block;
    margin: 0 20px;
}

.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 #4f76af;
    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 #4f76af;
    margin-left: 25px;
}


/* End Him - Her Section */


/* About Section */

.about-section {
    background-image: url("../img/bg2.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 50px 0 70px;
}

.about-RM {
    /*   border-right: solid 1px #afafaf; */
    border-right: solid 1px #ddd;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.about-RM .red-head {
    font-family: 'Roboto', sans-serif;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.about-RM h1 {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-right: 2px;
    padding-top: 0px;
    color: #fff;
}

.about-RM h2 {
    font-style: italic;
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    padding-right: 30px;
}

.about-text {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}


/* End About Section */

.subscriber-sec {
    background-image: url("../img/bg3.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 30px 0 135px;
    color: #fff;
    text-align: center;
}


/* Top Categories */

.top-cate {
    background-color: #f3f3f3;
}


/* Events Section */

.event-section {
    /* background: #e6e6e6; */
    padding-bottom: 20px;
    padding-top: 40px;
}

.event-box {
    display: inline-block;
    float: none;
    /* margin-right: 10px; */
    padding: 5px;
    -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;
    /* margin-left: 10px; */
}

.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: 2px;
    max-width: 215px;
}

.event-box .event-detail {}

.event-box .event-detail-text {
    background-color: #0a0a0a;
    color: #fff;
    float: left;
    margin-right: 0%;
    padding: 20px;
    width: 80%;
}

.category-detail-text {
    background-color: #0a0a0a !Important;
    color: #fff !Important;
    float: left !Important;
    margin-right: 0% !Important;
    padding: 20px !Important;
    width: 100% !Important;
}

.event-box .event-detail-text h4 {
    margin-bottom: -11px;
    margin-top: -9px;
    text-align: center;
    font-size: 14px;
}

.event-box .event-detail-date {
    background: #4f76af none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 7px 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;
    text-align: center;
}

.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 #4f76af;
    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 #4f76af;
    color: #000;
    padding: 7px 10px;
}


/* End Event Section */

.subscribe {
    left: 20%;
    margin-top: 0px;
    margin-bottom: 30px;
    position: absolute;
    text-align: center;
    width: 60%;
    margin-top: 30px;
}

.subscriber-sec h2 {
    font-size: 42px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    margin-bottom: 0;
}

.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 #4f76af;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #4f76af;
    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 #4f76af;
    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: #4f76af;
}

.section-head {
    font-size: 36px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.section-head span {
    color: #040456;
}

.section-heading-h3 {
    font-size: 36px;
    margin: 0;
    padding: 30px 0 0;
    text-align: center;
    text-transform: uppercase;
}

.section-heading-h3 span {
    color: #ffffff;
}

/* Footer */

footer {
    background-color: #222;
    border-top: solid 1px grey;
    padding: 20px;
    /*   background-image: url("../img/img-bg.png"); */
    background-position: right center;
    background-repeat: no-repeat;
}

footer h4 {
    color: #e6e6e6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
}

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: #000;
    padding: 12px 0;
    color: #ffffff;
    text-align: center;
}

.copyright a {
    color: #ffffff;
}


/* Social Icons */

ul.social-network {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 20px;
}

ul.social-network li {
    display: inline;
    margin: 0 5px;
}

ul.fta-hires {
    padding: 0;
    margin-top: 92px;
}


/* 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.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.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: 50px;
    height: 50px;
    font-size: 20px;
    border: solid 1px #BBBBBB;
}

.social-circle li i {
    margin: 0;
    line-height: 50px;
    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 #306eca;
    border-radius: 2px;
}

.box-sec h4 {
    font-size: 18px;
    color: #306eca;
    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: #000000 none repeat scroll 0 0;
    border-bottom: 1px solid #4f76af;
    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: #306eca 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 {
    background: #306eca;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 30px;
}

.modal-footer {
    color: #ffffff;
    font-size: 12px;
}

.modal-body a,
.modal-footer a {
    color: #ffffff;
}

.modal-body .forg {
    text-decoration: underline;
}

.modal-body .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: #fff;
    display: block;
    font-size: 12px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%;
}

.modal-body .form-control:focus {
    border-color: #4f76af;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(0, 0, 0, 0.075);
    outline: 0 none;
}

.modal-body .form-control::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.modal-footer {
    background: #306eca;
    border-top: 1px solid #306eca;
    padding: 15px;
    text-align: right;
}

.modal-footer .btn-d-pink-outline {
    font-size: 12px;
    padding: 7px 30px;
}

.login-popup {
    width: 330px;
}

.sb-search {
    /*border-left: 1px solid #1a1a1a;*/
    position: relative;
    width: 0%;
    min-width: 60px;
    height: 56px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    outline: none;
    width: 100%;
    height: 47px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 10px 20px;
    font-size: 14px;
    color: #fff;
    background: none;
}

.sb-search-open .sb-search-input {
    border-bottom: solid 1px grey;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}

.sb-search-input::-webkit-input-placeholder {
    color: #fff;
}

.sb-search-input:-moz-placeholder {
    color: #fff;
}

.sb-search-input::-moz-placeholder {
    color: #fff;
}

.sb-search-input:-ms-input-placeholder {
    color: #fff;
}

.sb-icon-search,
.sb-search-submit {
    background-image: url("../img/search-icon.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 56px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 56px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit {
    filter: alpha(opacity=0);
    /* IE 5-7 */
    opacity: 0;
    color: transparent;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search:hover,
.sb-search-submit:hover {
    background-image: url("../img/search-icon-hover.png");
}

.sb-icon-search {
    color: #fff;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}


/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 45%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

.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: 3px;
    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;
    font-size: 16px;
}

#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: 2em 0;
    padding: 0;
    margin-top: -16px;
}

.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 {}

.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;
}

.cbp-vm-view-grid ul.switch-box>li .cd-gallery .cd-item-wrapper li {
    padding: 15px 0;
}

.cbp-vm-view-grid ul.switch-box>li .cd-gallery>li {
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.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: -8px;
    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 .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;
}

.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: 75px 75px 0 0;
    left: 3px;
    top: 5px;
    z-index: 99;
}

.cbp-vm-view-list .pro-item .new span {
    font-size: 14px;
    font-weight: 700;
    left: 10px;
    top: -70px;
}

.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%;
    padding-bottom: 10px;
}

.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;
    font-weight: bold;
    font-size: 15px;
}

.right-filter .sort .btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #1a1a1a;
    font-size: 12px;
}

.cbp-vm-view-list .bootstrap-select li {
    padding: 0;
}

.view-all-pro {
    text-align: center;
    margin: 30px 0;
}

.view-all-pro a.btn {
    font-size: 12px;
    padding: 10px 40px;
}

.view-all-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 {
    border-top: none;
    text-align: center;
}

.more-slide .cd-gallery>li:hover {
    border-top: none;
    box-shadow: none;
}

.more-slide .cd-gallery>li img {
    height: 120px;
}

.more-slide .pro-item .product-info {
    margin: 5px;
    padding-top: 10px;
    text-align: center;
    font-size: 11px;
}

.more-slide .pro-item .product-info a {
    color: #0d0d0d;
    display: block;
    min-height: 50px;
    text-decoration: none;
}

.more-slide .pro-item .product-info h3 {
    font-size: 16px;
    margin: 5px 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 {}

.product-view-area {
    border-bottom: solid 1px #e6e6e6;
    margin-bottom: 30px;
}

.product-view-info {
    font-size: 14px;
}

.product-view-info .product-view-cat {
    color: #040456;
    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;
    width: 150px;
    margin-bottom: 20px;
}

.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: #4f76af;
    margin-bottom: 0;
}

.product-view-info .cut-price {
    margin-right: 5px;
    text-decoration: line-through;
}

.product-view-info .save-price {
    color: #4f76af;
}

.starrr {
    display: inline-block
}

.starrr i {
    font-size: 16px;
    padding: 0 1px;
    cursor: pointer;
    color: #4f76af;
}

.product-view-info .starrr {
    display: inline-block;
    margin-left: 10px;
}

.product-view-info .review {
    text-decoration: underline;
    color: #4f76af;
}

.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: 20px;
}

.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;
}

.product-view-info .pro-stock .icons-cart {
    display: inline-block;
    vertical-align: middle;
}

.descrip-tab {
    border-bottom: 2px solid #4f76af;
    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 #4f76af;
    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: #4f76af;
    color: #4f76af;
}

.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 #4f76af;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #4f76af;
}

.nav-tabs.nav-justified>.active>a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #4f76af 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");
}

.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");
}

.extra-addon {
    background-color: #f3f3f3;
    border: solid 1px #b3b3b3;
    border-radius: 4px;
    margin-bottom: 40px;
}

.extra-addon .text-info {
    text-align: right;
    color: #4d4d4d;
    font-size: 16px;
}

.text-info>p {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-top: 10px;
    color: #525353;
    text-align: center;
    font-size: 18px;
}

.extra-addon .text-info h1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #040456;
    text-align: center;
}

.extra-addon .text-info h1 i {
    color: #000;
}

.extra-addon .text-info h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 50px;
    color: #040456;
    text-align: center;
}

.extra-addon .text-info h3 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: #4f76af;
}

.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: #4f76af;
    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 #4f76af;
    text-align: center;
    color: #4f76af;
}

.my-cart .cart-entries .cart-entry .cart-info .cart-pro-title .price-area-qty .qty input.quant::-moz-placeholder {
    color: #4f76af;
}

.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: #4f76af;
}

.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: #4f76af;
    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 #4f76af;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #4f76af;
    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: #4f76af;
    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 #4f76af;
}

.thanks-head h1 {
    font-size: 72px;
    font-family: "Merriweather", serif;
    color: #4f76af;
}

.bil-detail {
    border: 1px solid #4f76af;
    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 #4f76af;
    border-radius: 3px;
    color: #4f76af;
    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 #4f76af;
}

.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: #4f76af;
}

.order-table .table-hover>tbody>tr:hover {
    background: #4f76af;
    color: #fff;
}

.store_info {
    list-style-type: none;
    padding-left: 0;
    line-height: 24px;
}

.store_info li .fa {
    color: #040456;
    font-size: 18px;
    margin-right: 10px;
}

.contact-form-box label {
    font-weight: normal;
    border-color: #4f76af;
}

.contact-form-box .form-control {
    min-height: 40px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border-color: #4f76af;
}

.marquee,
.marquee-with-options,
.marquee-vert-before,
.marquee-vert {
    overflow: hidden;
    height: 328px;
    margin-bottom: 30px;
}

.order-table {
    border: #4f76af solid 1px;
}

.order-table>thead>tr>th {
    background: #4f76af none repeat scroll 0 0;
    color: #fff;
    padding: 11px;
}

.t-box {
    border: 1px solid #4f76af;
    margin-bottom: 20px;
}

.t-box>strong {
    background: #4f76af 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;
}


/* Alnoor Ali Start*/

.table-work {
    font-weight: 700;
}

.shipping-color {
    background-color: #4f76af;
    color: white;
}

.table-his {
    font-weight: 700;
}

.mens-color {
    background-color: #4f76af;
    color: white;
}

.table-her {
    font-weight: 700;
}

.womens-color {
    background-color: #4f76af;
    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%;
    }
}

@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: 208px;
    }
    .pro-item {
        font-size: 12px;
    }
    .pro-item .product-info h3 {
        font-size: 18px;
    }
    .add-cart-icon li {
        display: inline-block;
        margin: 0 10px;
    }
    .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;
    }
    .cd-dots {
        top: 190px;
    }
    .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;
    }
}

@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;
    }
    .top-header {
        display: none;
    }
    .hamburger {
        top: 12px;
    }
    .logo {
        padding: 6px 0;
    }
    .logo img {
        max-width: 60px;
    }
    .box-sec {
        width: 100%;
    }
    .sb-search {
        display: none;
    }
    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;
    }
    header.lateral-menu-is-open {
        transform: translateX(200px);
        -webkit-transform: translateX(200px);
        -moz-transform: translateX(200px);
        -ms-transform: translateX(200px);
        -o-transform: translateX(200px);
    }
    #cd-menu-trigger {
        display: block;
        height: 30px;
        left: 28px;
        outline: medium none;
        position: absolute;
        top: 9px;
        width: 30px;
    }
    .shopcart-icon {
        height: 24px;
        width: 24px;
        background-size: 24px;
    }
    .logo img {
        max-width: 50px;
    }
    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%;
    }
}

@media (min-width: 768px) {
    .win-open {
        display: none !important;
    }
    .non-modal-open {
        overflow: visible;
    }
    .signup-res {
        display: none;
    }
}

@media (max-width: 520px) {
    .event {
        padding-left: 15%;
    }
    .event.list {
        padding-left: 15%;
    }
    .cbp-fwslider nav span {
        font-size: 30px;
        height: 60px;
        line-height: 60px;
        width: 40px;
    }
    .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-fwslider nav span {
        font-size: 30px;
        height: 40px;
        line-height: 40px;
        width: 30px;
        top: 65%;
    }
    .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: #4f76af;
        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;
    }
}

@media (max-width: 400px) {
    .event {
        padding-left: 8%;
    }
    .event.list {
        padding-left: 8%;
    }
    .cbp-vm-view-grid ul.switch-box>li {
        width: 97%;
    }
    .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;
    }
}


/* Alnoor Ali Start*/

.table-work {
    font-weight: 700;
}

.shipping-color {
    background-color: #4f76af;
    color: white;
}

.table-his {
    font-weight: 700;
}

.mens-color {
    background-color: #4f76af;
    color: white;
}

.table-her {
    font-weight: 700;
}

.womens-color {
    background-color: #4f76af;
    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: #4f76af;
    border-radius: 5px;
    padding-bottom: 10px;
}

.color-chart .green {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .dark-blue {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .burgundy {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .baby-pink {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .brown {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .camel {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .grey {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .dark-red {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .bright-red {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .black {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .hot-pink {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .yellow {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .purple {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 19px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .orange {
    border: 1px solid #4f76af;
    width: 85%;
    margin-left: 20px;
    margin-top: -10px;
    padding-bottom: 3px;
    padding-top: 3px;
}

.color-chart .white {
    border: 1px solid #4f76af;
    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 #4f76af;
    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: #4f76af;
    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: #4f76af 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: #4f76af;
}

.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: #4f76af;
    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 #4f76af;
}

.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: #4f76af;
    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: #4f76af 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: #4f76af 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: #4f76af;
}

.faq-page p {
    margin-bottom: 4px;
}

.more-connect {
    background: #4f76af;
    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: yellowgreen !important;
}

.section-show-time {
    background-color: #f3f3f3;
    padding-top: 0;
    margin-top: 20px;
}

.tab-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.tab-content .month {
    font-size: 16px;
    background-color: #040456;
    color: white;
    display: inline-block;
    padding: 13px 10px;
}

.tab-content .date {
    font-size: 16px;
    font-weight: 600;
    background-color: white;
    display: inline-block;
    padding: 13px 10px;
    margin-left: -4px;
    text-align: center;
}

.ticket-quantity {
    background-color: #040456;
    text-align: center;
    color: white;
    font-size: 11px;
    font-weight: 500;
    padding: 10px 0;
    margin-right: 0;
    margin-left: -36px;
    margin-top: 0;
    margin-bottom: 0;
    width:200px;
}

.ticket-quantity span {
    font-size: 20px;
}

.show-time {
    margin-top: 0;
}

.show-time h4 {
    margin: 14px 0;
}

.stadium-name {
    margin-top: 30px;
}

.clickable {
    cursor: pointer;
}

.clickable .fa {
    position: relative;
    left: 10px;
}

tbody.collapse.in {
    display: table-row-group;
    background: #f1f1f1;
}

.section-table .col-heading {
    background-color: #000000;
    color: white;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    padding: 16px 0;
}

.section-table table {
    font-family: 'Roboto', sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.section-table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.btn-buy-now {
    background-color: #040456;
    text-align: center;
    color: white;
    font-size: 14px;
    padding: 5px 28px;
}

.btn-buy-now:hover {
    background-color: #000000;
    color: white;
}


/* 31-Jan-2019 */

.subscribe .form-control {
    border-bottom: 1px solid #ddd;
}

.event .btn-category {
    padding: 12px 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.counter {
    text-align: center;
}

.employees,
.customer,
.design,
.order {
    margin-top: 70px;
    margin-bottom: 70px;
}

.counter-count {
    font-size: 34px;
    background-color: #040456;
    border-radius: 50%;
    position: relative;
    color: #ffffff;
    text-align: center;
    line-height: 155px;
    width: 152px;
    height: 152px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
}

.employee-p,
.customer-p,
.order-p,
.design-p {
    font-size: 24px;
    color: #000000;
    line-height: 34px;
    font-weight: 600;
}

.section-counter {
    margin-top: -20px;
}

.section-main-banner {
    margin-top: 60px;
    margin-bottom: 60px;
}


/* Alnoor Ali End*/


/* Noman Start*/

.heading-product-title {
    margin-top: -33px !important;
    margin-bottom: 10px !important;
	color : #040456;
	font-size : 45px;
	padding-bottom : 15px;
	text-align : center;
}

.cd-gallery1 {
    /* margin: 2.5em auto 0; */
    padding-left: 0;
    width: 100%;
}

.cd-gallery1>li {
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.cd-gallery1>li:hover {
    background: #ffffff;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #040456;
}

.cd-gallery1 .cd-dots {
    display: none;
}

.cd-gallery1>li:hover .cd-dots {
    /* display: block; */
}

.cd-gallery>li>a {
    display: block;
}

.cd-gallery1 p {
    font-size: 12px;
    color: #000;
}

.btn-findticket {
    background: #040456;
    color: #ffffff;
    border: solid 1px #040456;
    margin: 0 10px 15px;
    font-size: 13px;
    display: block;
}


/* Noman End*/


/* Zain */

.product_carousel {
    margin: 30px 0;
}

.product_carousel .owl-carousel .owl-wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: ".";
    line-height: 0;
}


/* display none until init */

.product_carousel .owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.product_carousel .owl-carousel .owl-wrapper {
    position: relative;
    display: none;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.product_carousel .owl-carousel .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.product_carousel .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.product_carousel .owl-carousel .owl-item {
    float: left;
}

.product_carousel .owl-controls .owl-page,
.product_carousel .owl-controls .owl-buttons div {
    cursor: pointer;
}

.product_carousel .owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.product_carousel .grabbing {
    cursor: url(../images/grabbing.png) 8 8, move;
}


/* fix */

.product_carousel .owl-carousel .owl-wrapper,
.product_carousel .owl-carousel .owl-item {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}

.product_carousel .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* Keyframes */


/*empty*/

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


/* Styling Next and Prev buttons */

.product_carousel .owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    margin: 5px;
    padding: 3px 10px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    color: #FFF;
    font-size: 12px;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.product_carousel .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    text-decoration: none;
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* Styling Pagination*/

.product_carousel .owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver */
}

.product_carousel .owl-theme .owl-controls .owl-page span {
    display: block;
    margin: 5px 7px;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
    opacity: 0.5;
    filter: Alpha(Opacity=50);
    /*IE7 fix*/
}

.product_carousel .owl-theme .owl-controls .owl-page.active span,
.product_carousel .owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
}


/* If PaginationNumbers is true */

.product_carousel .owl-theme .owl-controls .owl-page span.owl-numbers {
    padding: 2px 10px;
    width: auto;
    height: auto;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #FFF;
    font-size: 12px;
}


/* preloading images */

.product_carousel .owl-item.loading {
    min-height: 150px;
    background: url(../images/AjaxLoader.gif) no-repeat center center
}


/* CUSTOM USER OPTIONS */

.product_carousel .carousel-container {
    width: 100%;
}

.product_carousel .item {
    margin: 5px 10px;
    background: #fff;
    color: #333;
    padding-bottom: 1px;
}

.product_carousel .item img {
    width: 100%;
}

.product_carousel .item h4 {
    margin-top: 2px;
    color: #333;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    min-height: 70px;
}

.product_carousel .item p {
    color: #333;
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    margin-top: -30px;
    /*min-height: 60px;*/
    min-height: 75px;
}

.product_carousel .item .btn {
    /*margin: 16px 0px 15px;*/
    font-size: 13px;
    display: block;
}

.product_carousel .customNavigation {
    margin-top: 5px;
    margin-right: 11px;
    text-align: right;
}

.product_carousel .customNavigation .btn {
    position: relative;
    display: inline-block;
    overflow: visible;
    margin: -1.9px;
    padding: 0.8em 1.1em;
    border: 0;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: none;
    font-size: 20px;
    cursor: crosshair;
    -webkit-transition: all .1s ease-in 0s;
    -moz-transition: all .1s ease-in 0s;
    -o-transition: all .1s ease-in 0s;
    transition-property: all .1s ease-in 0s;
    -webkit-font-smoothing: antialiased;
    background: #333;
}

.product_carousel .customNavigation .btn:hover {
    background: #222;
}

.product_carousel .hoverfx {
    position: relative;
    display: block;
    overflow: hidden;
    text-align: center;
}

.product_carousel .hoverfx img {
    position: absolute;
    left: 0;
    width: 100%;
}

.product_carousel .hoverfx:before {
    display: inline-block;
    padding-top: 100%;
    content: '';
    vertical-align: middle;
}

.product_carousel .hoverfx .figure {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 15px;
    max-width: 65%;
    border: 3px solid #e9e9e9;
    color: #ecf0f1;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.product_carousel .hoverfx .figure:hover {
    background: #e9e9e9;
    color: #333;
}

.product_carousel .hoverfx .overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 50%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition-property: all .3s ease;
}

.product_carousel .item:hover .figure,
.product_carousel .item:hover .overlay {
    opacity: 1;
}

.half-info-box {
    position: relative;
}

.half-info-box .half-image {}

.half-info-box .product-info {
    right: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    width: 80%;
    height: 100%;
}

.half-info-box .product-info h3 {
    margin-top: 0;
}

.head-banner {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 250px;
    text-align: center;
    color: #fff;
    position: relative;
}

.head-banner h1 {
    margin-top: 65px;
    font-size: 45px;
}

.centered-menu {
    background: #fff;
    border-bottom: solid 1px #eee;
    margin-bottom: 50px;
    text-align: center;
    padding: 10px 0;
}

.centered-menu .btn-group .btn-default {
    padding: 11px 32px;
    border: solid 1px #b9bab9;
}

.centered-menu .btn-group .btn-default.active {
    background: #040456;
    color: #fff;
    border-color: #040456;
}

.subtitle {
    margin: 0 auto;
    width: 116px;
}

.left-line,
.right-line {
    float: left;
    height: 1px;
    margin-top: 2px;
    width: 38px;
    background: #fff;
}

.middle-line {
    float: left;
    height: 5px;
    width: 40px;
    background: #fff;
}

.category-heading {
    margin: 0;
    padding-bottom: 10px;
    color: #040456;
    font-size: 40px;
    text-align: center;
    /*text-transform: uppercase;*/
}

.category-p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    color: #525353;
}

.category-title {
    background-color: #000;
    height: 35px;
    text-align: center;
    padding: 5px;
    margin-top: -8px;
    margin-bottom: -1px;
}


/* Latest News and Update Section */

.latest-news-box {
    display: inline-block;
    float: none;
    margin-right: 10px;
    padding: 10px;
    background-color: #fff;
    -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;
    margin-left: 10px;
}

.latest-news-box:hover {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.latest-news-box img {
    margin-bottom: 2px;
    max-width: 333px;
}

.latest-news-box .latest-news-detail {}

.latest-news-box .latest-news-detail-text {
    background-color: #0a0a0a;
    color: #fff;
    float: left;
    margin-right: 0%;
    padding: 20px;
    width: 80%;
}

.latest-news-box .latest-news-detail-text h4 {
    margin-bottom: 1px;
    margin-top: 0;
    text-align: center;
    font-size: 12px;
	min-height: 27px;
	max-width: 217px;
}

.latest-news-box .latest-news-detail-date {
    background: #4f76af none repeat scroll 0 0;
    color: #ffffff;
    float: left;
    padding: 11px 0;
    text-align: center;
    width: 20%;
}

.latest-news-box .latest-news-detail-date h3 {
    color: #ffffff;
    margin: 0;
}

.latest-news .btn {
    padding: 12px 40px;
    margin-top: 10px;
}

.latest-news .text-center {
    clear: both;
}

.latest-news.list {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.latest-news-list {
    display: inline-block;
    margin-bottom: 5px;
}

.latest-news-list img {
    float: left;
    max-width: 100px;
    min-height: 90px;
}

.latest-news-list .latest-news-detail {
    float: left;
    margin-left: 3px;
    width: 255px;
}

.latest-news-list .latest-news-detail-text {
    background-color: #ffffff;
    border-left: 2px solid #4f76af;
    color: #000;
    margin-bottom: 3px;
    padding: 7px 10px;
}

.latest-news-list .latest-news-detail-text p {
    margin-bottom: 0;
}

.latest-news-list .latest-news-detail-date {
    background-color: #ffffff;
    border-left: 2px solid #4f76af;
    color: #000;
    padding: 7px 10px;
}


/* End Latest News and Update Section */


/* Default Slider Start */
.banner-h1 {
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    position: absolute;
    top: 38%;
    right: 0;
    text-align: center;
    color:#fff;
    text-decoration-color : #000;
    -webkit-text-stroke : 2px black;
}
/* Default Slider End */

