.clicked-overlay{
    display: none !important;
}*/

.innerBrand{
    position: relative;
}
/*.quickView-btn-block{
    display: none !important;
}*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track { 
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #222; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.quickView-wishlist {
    /*display: none !important;*/
}

.disc {
    display: none !important;
}

.bubble-navbar .navbar-nav>li>a {
    text-transform: capitalize;
}

.heading-quickView-price {
    font-weight: bold;
    margin: 10px 0;
    /*display: none;*/
    /*  text-decoration: line-through;*/
}

.product-price {
    /*display: none;*/
}

/*@font-face {
    
    src: url('https://../fonts/gotham-rounded/GothamRounded-Bold.otf');
}
@font-face {
    font-family: 'GothamRounded-Light';
    src: url('https://../fonts/gotham-rounded/GothamRounded-Light.otf');
}
@font-face {
    font-family: 'GothamRounded-Book';
    src: url('https://../fonts/gotham-rounded/GothamRounded-Book.otf');
}

@font-face {
    
    src: url('https://../fonts/gotham-rounded/GothamRounded-Medium.otf');
}*/

/** header css **/

.main-header {
    min-height: 50px;
    position: fixed;
    left: 0;
    right: 0;
    top: 12px;
    z-index: 1000;
}

.header-news {}

.header-news .alert {
    text-align: center;
    border-radius: 0px;
    margin-bottom: 0px;
    padding: 5px 15px;
    font-size: 13px;
    /*font-family: 'Brandon_light';*/
}

.alert-dark {
    background-color: #222;
    border-color: #222;
    color: #fff;
}

.alert-dark .close {
    color: #fff;
    opacity: 1;
    text-shadow: none;
}

.header-top {
    background: #fff;
    color: #222;
    padding: 5px 0;
}

.top-ul {
    margin: 6px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.top-ul li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.top-ul li a {
    color: #fff;
    font-size: 15px;
}

.icon-width20 {
    width: 20px;
}

.icon-width22 {
    width: 22px;
}

.icon-width35 {
    width: 35px;
}

.icon-reg {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.icon-log {
    color: #fff;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}

.icon-mail {
    color: #fff;
    font-size: 18px;
    margin-right: 3px;
}

.icon-call {
    color: #fff;
    font-size: 22px;
    margin-right: 3px;
    position: relative;
    top: 3px;
}

.logo-mobile {
    display: none;
    padding: 0 10px;
}

.logo-mobile img {
    height: auto;
    max-width: 90px;
    max-height: 100%;
}

.logo-web {
    text-align: center;
}

.logo-web img {
    height: auto;
    max-width: 130px;
}

.logo-main {
    width: 200px;
    text-align: center;
    height: auto;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-top: 2px !important;
}

.logo-main img {
    height: auto;
    max-width: 150px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-search {
    margin: 2px 0 0 auto;
    max-width: 300px;
}

.header-support {
    margin-top: 10px;
}

.main-menu {
    margin: 0;
    background-color: transparent;
    border-color: transparent;
    border-radius: 0;
}

.main-menu.navbar-fixed-top {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 12px -6px #444;
}

.main-menu.navbar-fixed-top .main-menu-links {
    margin-right: 0;
}

.menu-col {
    padding: 0;
}

.main-menu .navbar-nav>li>a {
    color: #fff;
}

.main-menu .navbar-nav>.active>a,
.main-menu .navbar-nav>.active>a:focus,
.main-menu .navbar-nav>.active>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}
.faq-wrapper .panel-body p{color: #444445 !important;}
.faq-wrapper .panel-title a p{color: #fff !important;}

.faq-sec{margin-top: 210px;
    padding: 50px 0;}




.main-menu .navbar-nav>.open>a,
.main-menu .navbar-nav>.open>a:focus,
.main-menu .navbar-nav>.open>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.main-menu .navbar-nav>li>a:focus,
.main-menu .navbar-nav>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.main-menu .navbar-nav .open .dropdown-menu>li>a {
    color: #222;
    font-size: 12px;
}

.col-static {
    position: static;
}

.cart-dropdown {
    left: auto !important;
    right: 0 !important;
    width: 325px !important;
}

.cart-block {
    padding: 10px;
    /*font-family: 'Brandon_light';*/
}

.cart-product-block {
    max-height: 270px;
    overflow: auto;
}

.media-cart {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.media.media-cart:last-child {
    border: medium none;
}

.media-cart .media-body .media-heading,
.media-cart .media-body .media-heading a {
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.media-cart .media-body p {
    margin-bottom: 2px;
    font-size: 13px;
}

.media-cart .pull-left img {
    min-width: 70px;
    max-width: 90px;
    max-height: 110px;
}

.total-cart {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    margin: 15px 0;
    padding: 5px 0;
}

.total {
    font-size: 18px;
    font-weight: bold;
}

.total-price {
    color: #000;
    font-size: 18px;
}

.cart-count {
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    margin: 0 4px 0 0;
    position: relative;
    bottom: 2px;
    padding: 0px 5px;
    font-size: 11px;
}

.menu-top {
    margin: 0 -10px 0 0;
}

.menu-top>li>a {
    padding: 5px 10px;
    font-size: 12px;
    color: #222
}

.menu-top>.active>a,
.menu-top>.active>a:focus,
.menu-top>.active>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.menu-top>.open>a,
.menu-top>.open>a:focus,
.menu-top>.open>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.menu-top>li>a:focus,
.menu-top>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}
.menu-width {
    min-width: 100px;
}
.dropdown-menu{
    padding: 0;
}
.dropdown-menu a {
    display: block;
    padding: 8px 12px;
    border-bottom: solid 1px #000;
    color: #000;
    text-decoration: none;
}
.dropdown-menu a:last-child{
    border-bottom: 0;
}
.dropdown-menu a:hover {
    color: #000;
    text-decoration: none;    
}
.dropdown-search .form-group {
    margin: 15px;
}

.dropdown-search .form-control {
    border-radius: 0;
}

.scrolled-main-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1000;
}


/* Mega Menu Css */

.category-menu,
.cart-dropdown {
    box-shadow: 5px 8px 15px -11px #000000;
    border-top: 2px solid #000;
}

.category-submenu-block {
    background: #ffffff;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.category-submenu-heading {
    color: #000;
    font-size: 15px;
    margin: 0 0 8px;
    /*font-family: 'Brandon_light';*/
}

.category-submenu-list {
    z-index: 10;
    background-color: transparent;
}

.category-submenu-list .list-group-item {
    border: medium none;
    font-size: 13px;
    padding: 3px 0 3px 12px;
    background-color: transparent !important;
    position: relative;
}

.category-submenu-list .list-group-item>a {
    color: #222222;
    display: block;
    /*font-family: 'Brandon_light';*/
    font-size: 15px;
    font-weight: bold;
}

.category-submenu-list .list-group-item>a:hover {
    color: #000;
    text-decoration: none;
}

.category-submenu-list .list-group-item::after {
    color: #000;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-submenu-list .list-group-item:hover::after {
    left: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.category-submenu-img {}

.category-submenu-img img {
    max-height: 360px;
    max-width: 100%;
}

.heading-black,
.heading-black a {
    color: #333;
    font-size: 18px;
}

.heading-green {
    color: #000;
    font-size: 16px;
}


/* Mega Menu end */

.main-header-inner {
    position: static;
}

.main-header-inner .main-menu {
    border-bottom: 1px solid #eee;
}

.main-header-inner .navbar-nav>li>a {
    padding: 45px 18px;
    color: #222;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*font-family: 'Brandon_light';*/
}

.main-header-inner .navbar-nav .open .dropdown-menu>li>a {
    color: #222;
}

.main-header-inner .icon-reg,
.main-header-inner .icon-log,
.main-header-inner .icon-mail,
.main-header-inner .icon-call {
    color: #222;
}

.main-header-inner .cart-count {
    border: 1px solid #222;
    color: #222;
}

.scroll-logo {}

.scroll-logo a {
    padding: 15px 0 15px 0;
    display: none;
}

.scroll-logo img {
    max-width: 100%;
}

.scroll-header-icons .navbar-nav {
    display: none;
}

.navbar-toggle {
    border-radius: 0;
    padding: 10px 8px;
    background-color: transparent !important;
}

.navbar-toggle .icon-bar {
    border-radius: 0;
    display: block;
    height: 3px;
    width: 30px;
    background-color: #000 !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bar-change .icon-bar:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    -moz-transform: rotate(-45deg) translate(-5px, 5px);
    -o-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.bar-change .icon-bar:nth-child(2) {
    opacity: 0;
}

.bar-change .icon-bar:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-5px, -5px);
    -moz-transform: rotate(45deg) translate(-5px, -5px);
    -o-transform: rotate(45deg) translate(-5px, -5px);
    transform: rotate(45deg) translate(-5px, -5px);
}


/** header end **/


/** body css **/

.section-slider {
    height: auto;
}

.slider-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
    z-index: 99;
}

.caption-heading1 {
    color: #000;
    margin: 0 0 15px;
}

.caption-sub-heading1 {
    color: #000;
    margin: 0 0 15px;
    /*font-family: 'Brandon_light';*/
}

.btn-dark-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: transparent;
    color: #fff;
    margin-right: 8px;
    padding: 10px;
    width: 160px;
}


/** parallax area **/

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px 0;
}


/** parallax end **/

.section-content {
    padding: 30px 0 0;
    overflow: hidden;
}

.form-content {
    /*padding: 0 80px;*/
}
.form-block .form-control {
    border-radius: 0;
    color: #555555;
    font-size: 15px;
    height: 42px;
    border: 0;
    border-bottom: 1px solid #999;
    box-shadow: none;
    padding-right: 40px;
}
.nice-select{
    height: 42px;
    line-height: 42px;
    border:0;
    border-bottom: solid 1px #999;
}
.form-block .mess-field,
.form-block .mess-field.form-control{
    height: 100px;
}   
.form-block {
    border: none;
    margin: 30px 0;
    padding: 30px;
}
.new-block {
    margin: 0 0 0;
    padding: 30px 20px 0;
}
.new-block .form-group{
    margin-bottom: 0;
}
.form-block label {
    font-weight: normal;
    /*font-family: 'Brandon_light';*/
}

.form-link a {
    color: #666666;
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
}
.form-block .form-group{
    min-height: 62px;
}
.form-block.form-with-label .form-group{
    min-height: 100px;
}
.contact-details {
    text-align: center;
    margin-top: 40px;
}

.contact-details>p {
    /*font-family: 'Brandon_light';*/
    font-size: 16px;
}

.contact-details a {
    color: #222;
}

.about-content-block {
    padding: 30px;
    min-height: 550px;
    max-height: 550px;
    overflow: auto;
}

.about-banner {
    min-height: 550px;
    -webkit-background-attachment: scroll;
    -webkit-background-attachment: scroll;
    background-attachment: scroll;
    -webkit-background-position: center center;
    -moz-background-position: center center;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-repeat: no-repeat;
    -moz-background-repeat: no-repeat;
    background-repeat: no-repeat;
}

.panel-summary {
    border-radius: 0;
}

.panel-summary>.panel-heading,
.panel-summary .panel-footer {
    border-color: #eee;
}

.panel-summary .panel-body {
    background-color: #f5f5f5;
}

.panel-summary .panel-title {
    font-size: 14px;
    text-transform: uppercase;
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
}

.total-summary-big {
    margin: 0px 0 10px;
    padding: 0 0 5px 0;
}

.total-summary-big .total {
    font-size: 16px;
    /*font-family: 'Brandon_light';*/
}

.total-summary-big .total-price {
    color: #000;
    font-size: 14px;
}

.total-summary-small {
    color: #999;
    font-size: 12px;
    margin: 0px 0 10px;
}

.total-summary-large {
    border-top: 2px solid #444;
    margin-top: 20px;
    padding: 8px 0 0;
}

.total-summary-large .total {
    font-size: 16px;
    /*font-family: 'Brandon_light';*/
}

.total-summary-large .total-price {
    color: #000;
    font-size: 14px;
}

.section-bestSellers {
    padding: 20px 0;
    overflow-x: hidden;
}

.section-newArrival {
    padding: 20px 0;
    overflow-x: hidden;
}

.product-panel {
    border-radius: 0;
    border-color: #f2f2f2;
    position: relative;
    border: 0;
}

.product-panel .panel-body {
    max-height: 72px;
    min-height: 72px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
}

.product-img-block {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-img-block .product-img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.disc {
    z-index: 30;
    background: #000;
    position: absolute;
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 6px;
    text-transform: uppercase;
    border-radius: 50%;
    text-align: center;
    top: 15px;
    right: 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.close-pro {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 11px;
    background: #222;
    color: #fff !important;
    z-index: 1000;
    text-decoration: none !important;
    outline: none !important;
}

.more-color {
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.product-img-block .product-img-overlay-hover {
    position: absolute;
    top: -500px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
    z-index: 15;
    width: 100%;
    min-height: 215px;
    max-height: 215px;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.product-img-block .product-img-overlay-hover::before {
    content: "";
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}

.product-img-block .product-img-overlay-hover .overlay-hover-icons {
    display: inline-block;
    height: auto;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.product-img-block .product-img-overlay-hover .overlay-hover-icons i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #000;
    padding: 8px;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    margin: 0 2px;
}

.product-img-block .product-img-overlay-hover .overlay-hover-icons i.fa-play {
    line-height: 22px;
}

.product-img-block .product-img-overlay-hover .overlay-hover-icons i:hover {
    color: #fff;
    border: 2px solid #fff;
}

#wrapper .product-heading {
    color: #222;
    margin: 0 0 5px;
}

.product-heading a {
    color: #000;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: bold;
    text-transform: capitalize;
    
}
.product-heading a i {
    font-size: 18px;
}
.product-heading:hover,
.product-heading a:hover {
    color: #a0a0a0;
    text-decoration: none;
}

.product-btn-block {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-btn-block .product-btn {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 12px 10px;
}

.product-btn-block .product-btn:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ccc;
    font-weight: 500;
}

.product-panel:hover .product-img-overlay {
    top: -500px;
}

.product-panel:hover .product-img-overlay-hover {
    top: 0px;
}

.product-panel:hover .disc {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.product-panel:hover .product-btn-block {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.product-panel:hover .pro-img1 {
    display: none;
}

.product-panel:hover .pro-img2 {
    display: block;
}

.clicked-overlay {
     display: none; 
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    z-index: 100;
    text-align: center;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.heading-clicked-overlay {
    margin: 0 0 22px !important;
    color: #e2bbac;
    font-size: 18px;
}

.clicked-overlay .ul-size>li {
    display: inline-block;
    float: none;
}

.clicked-overlay .ul-size {
    margin: 0 0 25px;
}

.clicked-overlay-link .btn-link {
    color: #e2bbac;
    outline: none !important;
    font-size: 15px;
}

.clicked-overlay-close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000000;
    text-decoration: none !important;
    outline: none !important;
    font-size: 15px;
    background: #e2bbac;
    width: 24px;
    border-radius: 50px;
    height: 24px;
    line-height: 24px;
}

.clicked-overlay-notification {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(231, 76, 60, 0.5);
    padding: 15px;
    text-align: center;
    max-height: 92px;
    min-height: 92px;
    overflow: auto;
    color: #fff;
}

.notification-hide {
    display: none;
}

.clicked-overlay-btn-block {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.clicked-overlay-btn-block .clicked-overlay-btn.disabled,
.clicked-overlay-btn-block .clicked-overlay-btn.disabled.active,
.clicked-overlay-btn-block .clicked-overlay-btn.disabled.focus,
.clicked-overlay-btn-block .clicked-overlay-btn.disabled:active,
.clicked-overlay-btn-block .clicked-overlay-btn.disabled:focus,
.clicked-overlay-btn-block .clicked-overlay-btn.disabled:hover,
.clicked-overlay-btn-block .clicked-overlay-btn[disabled],
.clicked-overlay-btn-block .clicked-overlay-btn.active[disabled],
.clicked-overlay-btn-block .clicked-overlay-btn.focus[disabled],
.clicked-overlay-btn-block .clicked-overlay-btn[disabled]:active,
.clicked-overlay-btn-block .clicked-overlay-btn[disabled]:focus,
.clicked-overlay-btn-block .clicked-overlay-btn[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #999999;
    border-color: #ffffff;
}

.clicked-overlay-btn {
    background-color: #222;
    border: none;
    color: #fff;
    padding: 12px 10px;
}

.clicked-overlay-btn:hover {
    background-color: #000;
    color: #fff;
}

.product-text {
    font-size: 13px;
    margin: 0 0 5px;
}
.product-price {
    margin: 0 0 5px;
}
.product-price1 {
    font-size: 28px;
    padding: 20px 0;
    font-weight: 500;
    
}
.product-price1 .offPrice{
    font-size: 24px;
}
.product-price .del {
    color: #a0a0a0;
    padding-right: 8px;
    font-size: 15px;
    
    font-weight: 600;
    letter-spacing: 0.7px;
}
.product-price .span {
    line-height: 1.5;
    color: #000;
    padding-right: 5px;
    font-size: 15px;
      
    font-weight: 600;
} 
.bottom-bdr{ 
    border-bottom: solid 1px #999999;
    padding-bottom: 22px;
}
.top-bdr{ 
    border-top: solid 1px #999999;
}
.ship-wrapper{
    padding: 10px 0;
    border-bottom: solid 1px #999999;
}
.remove-btm-bdr{
    border-bottom: 0;
}
.product-emi {
    color: #8f8f8f;
    /*font-family: 'Brandon_light';*/
}
#wrapper .product-list1 {
    line-height: 1.7;
    list-style: disc;
    font-size: 12px;
}

.view-size-guid a{
    font-size: 18px;
    color: #000;
    text-decoration: underline; 
}
.icon-cart {
    margin: -2px 0 0;
    width: 18px;
}

.product-panel .panel-footer {
    padding: 10px;
    border-color: #f2f2f2;
}

.product-panel .panel-footer .row {
    margin-left: -10px;
    margin-right: -10px;
}

.product-panel .panel-footer .col-sm-6:nth-child(1) {
    padding: 0 5px 0 10px;
    border-right: 1px solid #ddd;
}

.product-panel .panel-footer .col-sm-6:nth-child(2) {
    padding: 0 10px 0 5px;
}

.list-style1 .list-group-item {
    border: medium none;
    font-size: 12px;
    padding: 3px 0 3px 20px;
    background: transparent;
    position: relative;
}

.list-style1 .list-group-item>a {
    color: #222222;
    display: block;
}

.list-style1 .list-group-item>a:hover {
    color: #222;
}

.list-style1 .list-group-item::after {
    color: #222;
    content: "\f101";
    font-family: "FontAwesome";
    font-size: 13px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.media-call {
    margin: 15px 0;
}

.media-call .pull-left i.fa {
    color: #000;
    font-size: 50px;
}

.section-categories {
    padding: 20px 0;
}

.categories-media {
    margin-bottom: 15px;
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.categories-media img {
    height: 60px;
    width: 60px;
}

.categories-media .media-heading {
    font-size: 14px;
}

.categories-media .media-heading a {
    color: #222;
}

.categories-media .media-heading a:hover {
    color: #000;
}

.categories-media .media-body {
    font-size: 12px;
}

.categories-media:hover {
    background: #f1f1f1;
    box-shadow: 0 0 8px -3px #222;
}

.section-clients {
    padding: 20px 0;
    overflow-x: hidden;
}

.customer-img-block {
    margin: 0 0 20px 0;
    text-align: center;
}

.customer-img-block img {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 1px solid;
}

.customer-content {
    position: relative;
}

.customer-content::before {
    position: absolute;
    left: 15px;
    top: -30px;
    content: '\f10d';
    color: #222;
    font-size: 25px;
    font-family: "FontAwesome";
}

.customer-content>h3 {
    font-size: 20px;
    margin: 0 0 15px;
}

.customer-name-block {
    margin-top: 35px;
    text-align: right;
}

.customer-name {
    font-size: 22px;
    margin: 0;
}

.customer-name-sub {
    font-size: 13px;
    font-style: italic;
}

.section-banners {
    padding: 20px 0;
    overflow: hidden;
}

.banner {
    text-align: center;
    margin: 0 auto 25px;
}

.banner img {
    max-width: 100%;
    margin: 0 auto;
}

.banner2 {
    text-align: center;
    margin: 0 auto 25px;
    border-radius: 0 !important;
    height: auto !important;
    width: auto !important;
}

.banner2 img {
    max-width: 100%;
    margin: 0 auto;
    border-radius: 0 !important;
    height: auto !important;
    width: auto !important;
}

.banner2 .info {
    border-radius: 0 !important;
    height: auto !important;
    width: auto !important;
}

.section-app {
    padding: 20px 0;
}

.section-newsletter {
    background: #000;
    color: #fff;
}

.section-newsletter .parallax-overlay {
    padding: 40px 0;
    background: -moz-linear-gradient(top, rgba(223, 90, 73, 0.7) 0%, rgba(223, 90, 73, 0.7) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(223, 90, 73, 0.7) 0%, rgba(223, 90, 73, 0.7) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(223, 90, 73, 0.7) 0%, rgba(223, 90, 73, 0.7) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}


/** Login Modal **/

.modal-banners {}

.modal-banners img {
    min-height: 450px;
    max-height: 450px;
    width: 100%;
}

.modal-login .modal-dialog {
    width: 900px;
}

.modal-login .modal-body {
    padding: 0;
    position: relative;
}

.modal-login .close {
    float: none;
    display: inline-block;
    margin: 0 0 0 auto;
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 100;
}

.modal-login .modal-content .row {
    margin: 0;
}

.modal-login .modal-content .row .col-sm-6,
.modal-login .modal-content .row .col-xs-12 {
    padding: 0;
}

.modal-forms {
    padding: 30px 30px 15px;
}

.heading-login {
    margin: 0 0 10px;
    text-align: center;
}

.modal-login .form-control {
    border-radius: 0;
    height: 36px;
}

.modal-login .btn-black {
    border-radius: 0;
}

.row-social .col-sm-6:nth-child(1) {
    padding: 0 10px 0 0 !important;
}

.row-social .col-sm-6:nth-child(2) {
    padding: 0 0 0 10px !important;
}

.quickView {}

.quickView .modal-dialog {
    width: 800px;
}

.quickView .modal-dialog .modal-content {
    border-radius: 0;
}

.quickView .modal-body {
    padding: 0;
    position: relative;
}

.quick-colleft {
    padding: 0;
}

.quickView-wishlist .text-muted {
    padding-top: 5px;
    /*font-family: 'Brandon_light';*/
}

.quick-colright {
    padding: 20px 15px;
}

.quick-colleft>img {
/*    max-width: 100%;
    min-height: 636px;
*/
    width: 100%;
}

.quickView-close {
    color: #fff;
    z-index: 100;
    float: none;
    font-size: 20px;
    opacity: 1;
    position: absolute;
    right: 7px;
    top: 0;
    background: #e2bbac !important;
    width: 26px;
    height: 32px;
    line-height: 22px;
    font-weight: normal;
    text-shadow: none;
}

#wrapper .heading-quickView-small,
#wrapper .heading-quickView-small a {
    margin: 12px 0;
    font-size: 15px;
    color: #222;
    /*font-family: 'Brandon_light';*/
    font-weight: 600;
}

#wrapper .heading-quickView-big,
#wrapper .heading-quickView-big a {
    margin: 8px 0 10px ;
    color:#333;
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
    font-size: 17px;
}

.heading-quickView-price {
    font-weight: bold;
    margin: 10px 0;
}

.ul-colors {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ul-colors>li {
    float: left;
    display: block;
    margin-right: 5px;
    margin-bottom: 8px;
}

.ul-colors>li a,
.ul-colors>li a span,
.ul-colors>li a img {
    display: block;
    height: 26px;
    width: 26px;
    transition: all 0.1s ease-in-out !important;
    /*border-radius: 55px;*/
}

.ul-colors>li a span.black {
    background: #000;
}

.ul-colors>li a span.brown {
    background: #663300;
}

.ul-colors>li:hover a {
    border: 2px solid #222;
    padding: 1px;
}

.ul-colors>li:hover a span,
.ul-colors>li:hover a img {
    height: 16px;
    margin: 2px auto 0;
    width: 16px;
}

.ul-colors>li.active a {
    border: 2px solid #222;
    padding: 1px;
}

.ul-colors>li.active a span,
.ul-colors>li.active a img {
    height: 16px;
    margin: 2px auto 0;
    width: 16px;
}

.ul-size {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ul-size>li {
    float: left;
    display: block;
    margin-right: 16px;
    margin-bottom: 5px;
}

.ul-size>li a {
    border: 1px solid #000;
    display: block;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: #000;
    text-decoration: none;
    outline: none;
    text-align: center;
    line-height: 32px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
}

.ul-size>li:hover a ,
.ul-size>li.active a,
.ul-size>li a:focus  {
    background: #000;
    color: #fff;
    border: 1px solid #000;
}
/*
.ul-size>li.active a {
    background: #222;
    color: #fff;
    border: 1px solid #222;
}*/

.quickView-btn-block {
    margin: 20px 0;
}

.quickView-btn-link .btn {
    color: #777;
}

@media (max-width: 950px) {
    .modal-login .modal-dialog {
        width: 100%;
    }
    .row-social .col-sm-6:nth-child(1) {
        padding: 0 0 10px 0 !important;
    }
    .row-social .col-sm-6:nth-child(2) {
        padding: 0 0 10px 0 !important;
    }
}

@media (max-width: 800px) {
    .quickView .modal-dialog {
        width: 96%;
    }
}

@media (max-width: 480px) {
    .modal-banners img {
        min-height: 300px;
        max-height: 300px;
    }
}


/** Login Modal end **/


/** Products Page **/

.section-compare {
    z-index: 100;
    position: fixed;
    top: 25%;
    left: 0;
    width: 90px;
    background: #fff;
    box-shadow: 0px 1px 6px -2px #222;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.section-compare .compare-block {
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
    position: relative;
}

.section-compare .compare-block img {
    width: 100%;
    min-height: 70px;
    max-height: 70px;
}

.section-compare .compare-price {
    color: #000;
    font-size: 12px;
    padding: 3px;
}

.section-compare .compare-name {
    font-size: 12px;
    padding: 3px;
}

.section-compare .compare-add {
    margin: 0 0 5px 0;
    width: 100%;
    height: 60px;
    text-align: center;
    display: block;
    border: 1px dashed #ddd;
    color: #222;
    font-size: 20px;
    text-decoration: none !important;
    outline: none;
    padding: 15px 3px 3px 3px;
}

.section-compare .compare-add:hover {
    box-shadow: 0 1px 4px -2px #222;
}

.section-compare .compare-text {
    display: block;
    padding: 4px 3px;
    background: #222;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none !important;
    outline: none;
}

.section-compare .compare-close {
    background: orange;
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    height: 18px;
    padding: 1px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 18px;
}

.section-products {
    padding: 30px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.breadcrumb-block .breadcrumb>li+li:before {
    padding: 0 12px;
    color: #222;
    content: "\f175";
    font-family: "FontAwesome";
    font-size: 13px;
}

.breadcrumb-block .breadcrumb {
    background-color: transparent;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    border-radius: 0;
}

.breadcrumb-block .breadcrumb>li {
    display: inline-block;
    font-size: 12px;
}

.breadcrumb-block .breadcrumb>li a {
    color: #222;
}

.link-block {
    font-size: 16px;
    border: 1px solid #ccc;
    color: #222;
    display: block;
    margin: 5px 1px;
    padding: 20px 10px;
    text-align: center;
    text-decoration: none;
    text-decoration: none !important;
    outline: none !important;
    margin: 0 0 20px;
}

.link-block:hover {
    background: #eee;
}

.filter-text-block {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 20px 0 30px;
}

.panel-side {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.panel-side>.panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #222;
    padding-left: 18px;
}

.panel-side>.panel-heading .panel-title {
    /*font-family: 'Brandon_light';*/
    font-size: 20px;
    font-weight: bold;
}

.panel-side>.panel-body {
    padding: 5px;
}

.side-orange-title {
    color: #222;
    /*font-family: "opensansL";*/
    font-size: 18px;
    margin: 0 0 10px;
    padding: 0 14px;
}

.list-block {
    /*margin-bottom: 15px;*/
    padding: 2px 15px;
}
.list-block .input-group-btn{
    width: auto;
}
.list-block .form-control {
    border-radius: 0;
}

.list-side-simple {
    margin: 0;
}

.list-side-simple .list-group-item {
    border: medium none;
    color: #222;
    font-size: 12px;
    padding: 4px 0;
}

.side-form-group {
    margin: 0;
}

.side-form-group .checkbox {
    margin: 0;
}

.side-form-group .checkbox label {
    padding-left: 0;
}

.panel-side>.panel-heading .panel-title {
    /*font-family: "Brandon_light";*/
    font-size: 20px;
    font-weight: bold;
}

.panel-side>.panel-body {
    padding: 5px;
}

.panel-inner {
    border: medium none;
}

.panel-inner .panel-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.panel-inner .panel-heading {
    padding: 4px 15px;
    background-color: transparent;
    border-radius: 0;
    /*font-family: "Brandon_light";*/
}

.panel-inner .panel-title a {
    display: block;
    outline: medium none;
    position: relative;
    text-decoration: none;
}
.panel-inner .panel-title a:hover,
.panel-inner .panel-title a:active{
    color: #000;
}
.panel-inner .panel-title a:focus{
    color: #000;
}
.panel-inner .panel-title a.accordion-toggle{
    color: #000;    
}
.panel-inner .panel-title a.accordion-toggle i{
    color: #000;    
}
.panel-inner .panel-title a.accordion-toggle.collapsed{
    color: #222 ;    
}
.panel-inner .panel-title a.accordion-toggle.collapsed i{
    color: #222;    
}
.panel-inner .panel-title a:hover i,
.panel-inner .panel-title a:active i{
    color: #000;
}
.panel-inner .panel-title a i {
    color: #222;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 20px;
}

.panel-inner .panel-body {
    border-top-color: #eee !important;
}

.panel-content .panel-title a {
    display: block;
    outline: medium none;
    position: relative;
    text-decoration: none;
}

.panel-content .panel-title a i {
    color: #f26522;
    position: absolute;
    right: 0;
    top: 1px;
    font-size: 15px;
}

.list-side {
    margin: 0;
}

.list-side .list-group-item::before {
    color: #222;
    content: "\f105";
    margin: 0 8px 0 0;
    font-family: 'FontAwesome';
    font-size: 16px;
}

.list-side .list-group-item {
    border: medium none;
    padding: 4px 0;
}

.list-side .list-group-item>a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    /*font-family: "Brandon_light";*/
}

.list-side .list-group-item.active,
.list-side .list-group-item.active:focus,
.list-side .list-group-item.active:hover {
    background-color: transparent;
    border-color: transparent;
    color: #000;
}

.list-side .list-group-item.active a,
.list-side .list-group-item.active:focus a,
.list-side .list-group-item.active:hover a,
.list-side .list-group-item:focus a,
.list-side .list-group-item:hover a {
    color: #000;
}
.list-side .list-group-item.active::before{
    color: #000;    
}
.side-form-group {
    margin: 0;
}

.side-form-group .checkbox {
    margin: 0;
}

.side-form-group .checkbox label {
    padding-left: 0;
}

.side-form-group .checkbox input[type='checkbox'] {
    margin-top: 2px;
}

.side-form-inline {
    margin: 14px 0;
}

.side-form-inline .side-input-price {
    padding: 4px;
    width: 70px;
}

.sortby .form-inline .form-group label {
    display: inline-block;
    margin: 5px 5px 0 0;
    /*font-family: 'Brandon_light';*/
    font-size: 15px;
}

.sortby .form-inline .form-group .nice-select {
    display: inline-block;
    margin: 0 0 0 14px;
}

@media (max-width: 500px) {
    .section-products .col-xs-6 {
        width: 100%
    }
}


/** Products end **/


/* Blog Page */

.section-blog {
    min-height: 600px;
    padding: 130px 0 100px;
    overflow: hidden;
    color: #fff;
    background-color: #030014;
    background-image: url("https://www.transparenttextures.com/patterns/dark-circles.png");
}

.blog-block {
    min-height: 460px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-block .blog-img {
    object-fit: cover;
    /*object-position: top center;*/
    height: 280px;
    width: 100%;
   /* -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);*/
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-block .blog-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-heading-small {
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.blog-heading-big {
    font-size: 25px;
    margin: 0 0 10px;
}

.blog-icon {
    border: 2px solid #777;
    border-radius: 50%;
    font-size: 31px;
    height: 45px;
    padding: 1px;
    text-align: center;
    width: 45px;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*.blog-block:hover .blog-img {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}*/

.blog-block:hover .blog-icon {
    border-color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.blog-Lcol .blog-block:first-child {
    /*margin-top: 50px;*/
}
.section-blog1{
    padding: 100px 0 0;
}
.section-blog1 a:hover{
    text-decoration: none;
}
.blog-inner1 {
    text-align: center;
    padding: 20px;
    border: solid 1px #a6a6a6;
    border-top: 0;
}
.blog-date {
    font-size: 25px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 15px;
}
.comment-blog.blog-date{
    margin-bottom: 20px;
     font-size: 14px;   
}
.comment-blog span {
    margin: 0 8px;
}
@media screen and (max-width: 991px){
    .section-blog1{
        padding: 50px 0 0;
    }
}
/* Blog Page End */


/* Blog details page */

#slide-container {
    background-color: #fff;
    border: 1px solid #000;
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

#slide-container .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#slide-container .foreground {
    position: absolute;
    z-index: 1000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 20px;
}

#slide-container .background {
    position: absolute;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#slide-container .item .item-container {
    display: block;
    width: 100%;
    height: 660px;
}
#slide-container .item .background img {
    width: 100%;
    min-height: 100vh;
    object-fit: cover;
    object-position: top center;
}
/*#slide-container .item .background img {
    width: 100%;
    min-height: 660px;
     to avoid max-width: 100% of Twitter Bootstrap 
}*/

#slide-container .background .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, transparent), color-stop(80%, rgba(0, 0, 0, 0.8)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
    background: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 80%);
}

.blog-slider-heading-block {
    left: 10% !important;
    position: absolute;
    top: 20% !important;
    max-width: 500px;
}

.blog-slider-heading {
    margin: 0 0 10px;
}

.blog-slider-subtitle {
    font-size: 13px;
}

.blog-slider-box {
    border: 1px solid #999;
    bottom: 20% !important;
    height: 150px;
    left: 10% !important;
    padding: 20px 70px 20px 20px;
    position: absolute;
    width: 400px;
}

.blog-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 31px;
    height: 45px;
    padding: 1px;
    position: absolute;
    text-align: center;
    display: block;
    right: 10px;
    top: 32%;
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 45px;
}

.blog-back-icon {
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 31px;
    height: 45px;
    padding: 1px;
    position: absolute;
    text-align: center;
    display: block;
    right: 30px;
    top: 30px;
    text-decoration: none !important;
    outline: none !important;
    transition: all 0.4s ease-in-out 0s;
    width: 45px;
    z-index: 1000;
}

.blog-back-icon:hover {
    box-shadow: 0 0 22px 0 #222;
}

.blog-slider-pager {
    margin: 0;
}

.blog-slider-larrow {
    left: 20px;
    position: absolute;
    top: 45%;
    z-index: 1000;
}

.blog-slider-rarrow {
    right: 20px;
    position: absolute;
    top: 45%;
    z-index: 1000;
}

.blog-slider-pager li>a,
.blog-slider-pager li>span {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    outline: none;
}

.blog-slider-pager li>a:focus,
.blog-slider-pager li>a:hover {
    background-color: rgba(226, 187, 172, 0.6);
}

.popup-overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    right: 0;
    color: #222;
    background-color: #fff;
    overflow: hidden;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.popup-overlay .popup-closebtn {
    border: 1px solid #ccc;
    border-radius: 55px;
    color: #999;
    display: block;
    font-size: 45px;
    height: 50px;
    line-height: 45px;
    outline: medium none;
    position: absolute;
    right: 30px;
    text-align: center;
    text-decoration: none;
    top: 20px;
    width: 50px;
}

.popup-overlay .popup-closebtn:hover {
    border: 1px solid #777;
    color: #222;
}

.popup-content {
    color: #777;
    font-size: 13px;
    overflow: auto;
    padding: 80px 150px;
    max-height: 100%;
    padding-bottom: 60px;
}

.logo-fixed {
    left: 25px;
    position: fixed;
    top: 14px;
    z-index: 1000;
}

.logo-fixed>img {
    width: 120px;
}

@media (max-width: 500px) {
    .blog-slider-heading {
        font-size: 22px;
    }
    .blog-slider-heading-block {
        width: 98%;
        left: 4px !important;
        top: 25% !important;
    }
    .blog-slider-box {
        width: 98%;
        left: 4px !important;
        bottom: 15% !important;
    }
    .popup-content {
        padding: 80px 20px 60px;
    }
    #slide-container .item .background img {
        /*margin-left: -40%;*/
        /*width: auto;*/
    }
    .logo-fixed {
        left: 12px;
        top: 12px;
    }
}

.blog-social {
    bottom: 5%;
    left: 0;
    position: absolute;
    right: 0;
    color: #fff;
    text-align: center;
}

.slider-social {
    border: 1px solid rgb(255, 255, 255);
    border-radius: 33px;
    display: inline-block;
    font-size: 18px;
    height: 35px;
    color: #fff;
    line-height: 32px;
    margin: 0 0 0 5px;
    text-align: center;
    width: 35px;
}

.slider-social-facebook:hover {
    background-color: #2d4373;
    border: 2px solid #2d4373;
    color: #fff;
}

.slider-social-twitter:hover {
    background-color: #2795e9;
    border: 2px solid #2795e9;
    color: #fff;
}

.slider-social-linkedin:hover {
    background-color: #005983;
    border: 2px solid #005983;
    color: #fff;
}

.slider-social-google:hover {
    background-color: #c23321;
    border: 2px solid #c23321;
    color: #fff;
}

.slider-social-behance:hover {
    background-color: #125acd;
    border: 2px solid #125acd;
    color: #fff;
}

.slider-social-skype:hover {
    background-color: #1295bf;
    border: 2px solid #1295bf;
    color: #fff;
}

.slider-social-pinterest:hover {
    background-color: #9f191f;
    border: 2px solid #9f191f;
    color: #fff;
}


/* Blog details page end */

.list-pricetable {
    text-align: center;
}

.heading-price {
    font-size: 22px;
}

.tab-container {
    padding: 40px 0;
}

.nav-tabs-style>li>a {
    color: #222;
    outline: none;
}

.tab-content-style {
    padding: 20px 0;
}

.img-dimensions {
    max-width: 100%;
}

.pro-details-description {
    margin: 0 0 10px 0;
}

.pro-details-colors {
    margin: 0 0 10px 0;
}

.pro-details-price {
    margin: 0 0 10px 0;
}

.pro-details-buttons {
    margin: 30px 0;
}

.pro-details-buttons .btn {
    margin: 0 0 5px 0;
}

.cart-crumb {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.cart-table {
    /*font-family: "OpenSansR";*/
}

.cart-table>tbody>tr>td,
.cart-table>tbody>tr>th,
.cart-table>tfoot>tr>td,
.cart-table>tfoot>tr>th {
    border-top: 0;
    padding: 15px;
    vertical-align: middle;
}
.cart-table>tbody>tr{
    border-bottom: solid 1px #e8e0dc;
}
/*.cart-table>tbody>tr:last-child{
    border-bottom: 0;
}*/
.cart-table>tbody {
    border:0;
    /*border: 1px solid #dddddd;*/
}

.cart-table>thead>tr>td,
.cart-table>thead>tr>th {
    border-bottom: medium none;
    border-top: medium none;
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    /*font-family: 'Brandon_light';*/
}

.carttable-media {
    max-width: 350px;
}

.carttable-media .media-object {
    height: 150px;
    width: 100px;
    object-fit: cover;
    object-position: top center;
}

.carttable-media .media-body {
    max-width: 260px;
    white-space: normal;
    word-wrap: break-word;
}

.carttable-media .media-body .media-heading,
.carttable-media .media-body .media-heading a {
    color: #333333;
    font-size: 15px;
    text-decoration: none;
    /* font-family: 'Brandon_light'; */
    font-weight: 600;
    letter-spacing: 1.2px;
    margin: 0 0 4px;
    display: inline-block;
}

.carttable-media .media-body .media-heading:hover,
.carttable-media .media-body .media-heading a:hover {
    color: #f26522;
}

.cart-table>tfoot {
    /*border: 1px solid #dddddd;*/
}
.va-top{
    vertical-align: top !important;
}
.table .wrapper-subtotal{
    border-bottom: solid 1px #e8e0dc;        
}
.table .wrapper-subtotal tr:first-child td{
    padding-top: 12px;
}
.table .wrapper-subtotal tr td {
    padding: 8px 8px;
}
.subtotal {
    font-size: 13px;
    font-weight: 600;
}

.subtotal-amount {
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}

.delivery-charge {
    font-size: 18px;
    font-style: italic;
    font-weight: normal;
    /*font-family: 'Brandon_light';*/
}

.delivery-charge-amount {
    color: #828282;
    font-weight: bold;
}

.carttable-total {
    font-size: 20px;
    font-weight: bold;
    /*font-family: 'Brandon_light';*/
}

.carttable-total-amount {
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.input-number {
    width: 80px;
}


/** testimonial page **/

.panel-testimonial {
    border: 1px solid #ddd;
}

.panel-testimonial>.panel-body {
    font-style: italic;
    max-height: 210px;
    min-height: 210px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 25px;
}

.panel-testimonial>.panel-body::before {
    color: #afafaf;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 18px;
    left: 22px;
    position: absolute;
    top: 3px;
}

.panel-testimonial .panel-body {
    padding: 25px;
    font-style: italic;
}

.panel-testimonial .media-testimonial img {
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}


/** testimonial end **/


/** Contact us page **/

.map-block iframe {
    border: 1px solid #ddd;
    height: 350px;
    width: 100%;
}

.box-block {
    border: 1px solid #eee;
    padding: 20px 30px;
    margin: 0 0 25px;
}

.form-contact label {
    font-weight: normal;
}

.form-contact .form-control {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    color: #222;
    height: 40px;
}

.form-contact textarea.form-control {
    height: auto;
}

.foo-mail a {
    color: #222;
    outline: medium none;
}


/** Contact end **/


/** About us page **/

.content-big-text {
    /*font-family: 'opensansL';*/
    font-size: 25px;
    margin-bottom: 20px;
}

.content-small-text {
    /*font-family: 'opensansL';*/
    font-size: 18px;
    margin-bottom: 20px;
}


/** About us end **/


/** rohit css  **/

.mycart-item-info {
    color: #666;
    font-size: 11px;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

.edit a {
    border-bottom: 1px solid #000;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    margin: 4px 0 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}
.edit span {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
    margin: 4px 4px 0;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.edit a:hover {
    text-decoration: none;
}
.product-amount {
    font-size: 15px;
    color: #444;
    font-weight: 600;
    text-align: right;
}
.product-amount i{
    color: #444;
}
.form-black {
    /*font-family: 'Brandon_light';*/
}


/** overlay css  **/

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .parallax-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    padding: 200px 0 0 0;
}

.overlay-content {
    position: relative;
    top: 43%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    z-index: 1000;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/** overlay css end **/

.form-select .nice-select.form-control {
    display: none;
}

.form-heading {
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
}

.nav-tabs-style>li>a {
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
}

.section-upcoming {
    margin-top: 15%;
}


/* timer css */


/* Customization Style of SyoTimer */

.timer {
    text-align: center;
    margin: 30px auto 0;
    padding: 0 0 10px;
}

.timer .table-cell {
    display: inline-block;
    margin: 0 5px;
    width: 79px;
}

.timer .table-cell .tab-val {
    font-size: 50px;
    color: #fff;
    height: 81px;
    line-height: 81px;
    margin: 0 0 5px;
}

.upcoming-details h3 {
    color: #ffffff;
}

.timer .table-cell .tab-unit {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}

#simple_timer.timer .table-cell.day,
#periodic_timer_days.timer .table-cell.hour {
    width: 120px;
}


/* timer css  end*/


/* order css */

.order-table {
    border:solid 1px #e8e0dc;
}

.order-table a {
    color: #222;
}
.order-wrapper .edit a{
    color: #000;
}
.order-wrapper .edit a:hover{
    color: #a0a0a0;
}

.order-table .btn {
    min-width: 200px;
} 
.order-wrapper .table>tbody>tr>th,
.order-wrapper .table>tfoot>tr>th,
.order-wrapper .table>thead>tr>th{
    vertical-align: middle;
}
.order-wrapper .table>tbody>tr>td,
.order-wrapper .table>tfoot>tr>td,
.order-wrapper .table>thead>tr>td{
    padding: 15px;
    vertical-align: middle;
}
.order-wrapper .table>thead>tr>th {
    border-bottom: 2px solid #e8e0dc;
}
.order-wrapper .table>thead>tr>th>span {
    font-weight: 600;
}
/* order css  end*/

.section-blogs {
    margin: 40px 0 80px;
}

.panel-blogs {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0 !important;
    border-color: #ebedef !important;
    margin-top: 20px;
}

.panel-blogs .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

.panel-blogs .panel-body a {
    overflow: hidden;
}

.panel-blogs .panel-body a img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.panel-blogs .panel-body a.zoom:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}

.panel-blogs .panel-body a.zoom .overlay {
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

.panel-blogs .panel-body a.zoom:hover .overlay {
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    visibility: visible;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

.panel-blogs .panel-body a.zoom:hover .overlay i {
    position: absolute;
    top: 45%;
    left: 0%;
    width: 100%;
    font-size: 2.25em;
    color: #fff !important;
    text-align: center;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}

.blog-content {
    left: 22px;
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 1000;
}

.home-item-content__sub-title {
    font-family: vf_bold;
    font-size: 0.75em;
    letter-spacing: 0.2em;
    margin-left: 25px;
    position: relative;
    text-transform: uppercase;
    transform: translate3d(0px, 0px, 0px);
    color: #ffffff;
}

.home-item-content__title {
    font-family: vf_light;
    font-size: 2.25em;
    line-height: 1em;
    margin-top: 10px;
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    color: #ffffff;
}

.blog-content i {
    background: none;
    border-radius: 100%;
    color: #ffffff;
    border: 1px solid #fff;
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 60px;
}

.blog-content .fa.fa-camera-retro {
    border: medium none;
}

/** address book css  **/

.address-row {
    /* padding-top: 60px; */
    border: none;
    background-color: #fff;
    border-radius: 0;
}
.address-form .nice-select.form-control {
    display: none;
}

.address-form label {
    /*font-family: 'Brandon_light';*/
}

.address-form .edit-address-title {
    margin: 0 0 31px;
}

.address-form .edit-address-title h2 {
    display: inline-block;
    font-size: 1.5em;
    text-transform: uppercase;
    /*font-family: 'Brandon_light'*/
}

.edit-address-title .body_2 {
    font-size: 0.917em;
    line-height: 1.273em;
    color: #333333;
    letter-spacing: 0.025em;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: none;
}

.address-heading {
    margin: 0;
    /*font-family: 'Brandon_light';*/
}

.address-form .form-control {
    border-radius: 0;
}


/** address book css end **/


/** Account details css  **/

.account-form {
    /*font-family: 'Brandon_light';*/
}

.account-form .btn {
    margin-left: 20px;
}

.account-form .form-control {
    border-radius: 0;
}


/** Account details css end  **/


/** rohit css end **/

#owl-submenu.item {
    background: #3fbf79;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -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);
}


/** gallery page **/

.section-gallery {
    color: #222;
    padding: 0 0 60px 0;
}

.gallery-block {
    background-color: transparent;
    border-bottom: 1px solid #f2f2f2;
    max-height: 417px;
    min-height: 417px;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.gallery-block .fancybox img {
    margin: 0 auto;
    max-height: 417px;
    max-width: 100%;
    min-height: 417px;
}

.gallery-block:hover .fancybox img {
    opacity: 0.7;
}

.section-gallery .breadcrumb-block .breadcrumb {
    border-bottom: medium none;
}

.section-gallery .breadcrumb-block .breadcrumb>li a {
    text-transform: uppercase;
}

.top-tabs {
    border-bottom: medium none;
}

.top-tabs>li>a {
    border-radius: 0;
    text-transform: uppercase;
    color: #222222;
    font-size: 12px;
    outline: none !important;
    text-decoration: none;
    position: relative;
    padding: 10px 0;
}

.top-tabs>li+li>a:before {
    padding: 0 12px;
    color: #222;
    content: "\f175";
    font-family: "FontAwesome";
    font-size: 13px;
}

.top-tabs>li>a:focus,
.top-tabs>li>a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #D2A235;
}

.top-tabs>li.active>a,
.top-tabs>li.active>a:focus,
.top-tabs>li.active>a:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #D2A235;
}


/** gallery page end **/


/** dropdown hove btn  **/
.morBtn-wrapper .dropdown{
    margin-right: 30px;
    display: inline-block;
}

.dropbtn {
    background: transparent;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 13px 15px;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.dropbtn:hover{
    text-decoration: none;
    color: #000;
}
.dropdown-size {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    right: 0;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100;
    min-height: 88px;
    max-height: 175px;
    overflow: auto;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
    text-decoration: none;
}

.dropdown-size:hover .dropdown-content {
    display: block;
}


/** dropdown hove btn end **/

.product-alert .alert {
    margin-bottom: 0;
}


/*account css*/

.heading-account {
    /*font-family: "Brandon_light";*/
    margin: 0 0 20px;
}

.account-content {
    /*font-family: "Brandon_light";*/
    font-size: 18px;
}

.panel-account {
    border-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    box-shadow: none;
}

.panel-account .panel-heading {
    padding: 4px 0;
    background-color: rgba(0, 0, 0, 0);
    border-color: #999999;
    color: #222;
}

.panel-account .panel-heading a {
    color: #222;
}

.panel-account .panel-heading a:hover {
    text-decoration: none;
    color: #000;
}

.panel-account .panel-body {
    font-size: 14px;
    padding: 0 0 15px;
    min-height: 80px; 
    /*max-height: 80px;*/
    overflow: auto;
}

.panel-account .panel-footer {
    padding: 4px 0;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    color: #222;
}

.panel-account .panel-footer a {
    color: #222;
    font-weight: bold;
}

.account-front-img {
    margin-bottom: 20px;
}

.gray-table {
    background-color: #f1f1f1;
}

.gray-form-block {
    background-color: #f1f1f1;
    border: 1px solid #ddd;
}


/*account css end*/


/*01-30-2018 css*/

.navbar-silder {
    display: none;
}


/** body end **/


/** footer start **/

.bubble-navbar {
    bottom: 110px;
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
    width: 100%;
}

.bubble-navbar .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
}

.bubble-navbar .navbar-nav>li {
    z-index: 10;
    position: relative;
    float: none;
    display: inline-block;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
    height: 150px;
    width: 150px;
    border-radius: 100px;
    margin-right: 25px;
}

.bubble-navbar .navbar-nav>li:last-child {
    margin-right: 0;
}

.bubble-navbar .navbar-nav>li>a {
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 58px -8px 0;
    padding: 10px 15px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    /*font-family: "Brandon_light";*/
}

.bubble-navbar .navbar-nav>li>a::after {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    top: -3px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 100%;
}

.bubble-navbar .navbar-nav>li>a::before {
    content: '';
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -3px;
    background-color: rgba(0, 0, 0, 0.3);
    height: 1px;
    width: 100%;
}

.bubble-navbar .navbar-nav>li:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    z-index: 1;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

.bubble-navbar .navbar-nav>li:hover:after {
    opacity: 1;
    top: -30%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.bubble-navbar .navbar-nav>li>a:focus,
.bubble-navbar .navbar-nav>li>a:hover {
    background-color: rgba(127, 8, 0, 0.8);
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.bubble-navbar .navbar-nav>li:hover a {
    background-color: rgba(127, 8, 0, 0.8);
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-navbar {
    background-color: rgba(0, 0, 0, 0.3);
    margin: 0;
    border-color: transparent;
    bottom: 30px;
    /*position: fixed;*/
    left: 0;
    right: 0;
    z-index: 0;
    /*font-family: 'Brandon_light';*/
}

.footer-navbar .navbar-nav>li>a {
    color: #fff;
}

.footer-navbar .navbar-nav>li>a:focus,
.footer-navbar .navbar-nav>li>a:hover {
    background-color: transparent;
    color: rgba(127, 8, 0, 1);
}

.footer-social {
    margin-top: 11px;
}

.footer-social li {
    display: inline-block;
    margin: 0 4px 0 0;
}

.footer-social li a {
    border: 1px solid transparent;
    border-radius: 50px;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.footer-social li a.foo-twitter:hover {
    background-color: #2795E9;
    color: #fff;
    border: 1px solid #2795E9;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li a.foo-skype:hover {
    background-color: #00AFF0;
    color: #fff;
    border: 1px solid #00AFF0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li a.foo-facebook:hover {
    background-color: #2D4373;
    color: #fff;
    border: 1px solid #2D4373;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li a.foo-linkedin:hover {
    background-color: #005983;
    color: #fff;
    border: 1px solid #005983;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li a.foo-google:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.footer-social li a.foo-youtube-play:hover {
    background-color: #EE1C1B;
    color: #fff;
    border: 1px solid #EE1C1B;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.line-form-block {}

.line-form-block .form-control {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
}

.line-form-block .form-control::-webkit-input-placeholder {
    color: #fff;
}

.line-form-block .form-control::-moz-placeholder {
    color: #fff;
}

.footer-navbar-inner {
    bottom: 0;
    background-color: rgba(255, 255, 255, 1);
    border-top: 1px solid #ccc;
    z-index: 1000;
}

.footer-navbar-inner .navbar-nav>li>a {
    color: #222;
}

.footer-navbar-inner .line-form-block .form-control {
    color: #222;
    border: none;
    border-bottom: 1px solid #444;
}

.footer-navbar-inner .line-form-block .form-control::-webkit-input-placeholder {
    color: #444;
}

.footer-navbar-inner .line-form-block .form-control::-moz-placeholder {
    color: #444;
}

.footer-navbar-inner .btn-bordered {
    border: 1px solid #444;
    color: #444;
}

.footer-navbar-inner .footer-social li a {
    color: #222;
}

.footer-top {
    padding: 30px 0;
}

.logo-footer {
    margin: 0;
}

.logo-footer img {
    height: 70px;
    max-width: 200px;
}

.footer-bottom {
    background: #eee;
    border-top: 2px solid #ddd;
    padding: 20px 0;
}

.footer-bottom .img-icon {
    margin-right: 10px;
    position: relative;
    top: -5px;
    width: 20px;
}

.footer-bottom a {
    color: #222;
}

.footer-bottom .foo-cities {
    font-size: 12px;
    margin-bottom: 15px;
}


/** footer end **/


/*## scroll_top css ##*/

.scroll_top {
    background: #222;
    bottom: 70px;
    border-radius: 55px;
    outline: none !important;
    text-decoration: none !important;
    display: none;
    font-size: 0;
    height: 34px;
    position: fixed;
    right: 10px;
    width: 34px;
    z-index: 9999;
}

.scroll_top:hover {
    background: #777;
}

.scroll_top::before {
    color: #ffffff;
    content: "^";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 34px;
    line-height: 40px;
    text-align: center;
    width: 34px;
}


/** scroll_top end **/


/** portfolio css **/

.portfolio-top {
    background: #000 none repeat scroll 0 0;
    margin: 0 0 60px;
}

.portfolio-filter1 .filter {
    padding: 20px 20px;
    display: inline-block;
    color: #fff;
    outline: none;
    text-align: center;
    text-decoration: none;
}

.portfolio-filter1 .filter.active {
    background: #a2096a;
    width: 150px;
    border-left: 2px solid #940c5c;
    border-right: 2px solid #940c5c;
}

.portfolio-filter2 {
    padding: 20px 0;
    text-align: center;
}

.portfolio-filter2 .filter {
    padding: 10px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 40px;
    margin: 0 10px 25px;
    outline: none;
    text-decoration: none;
}

.portfolio-filter2 .filter.active,
.portfolio-filter2 .filter:hover {
    border: 2px solid #000;
    background: #000;
}


/** portfolio end **/


/** blog details page **/

.section-blog-details {
    bottom: 0;
    left: 0;
    padding: 0 0 55px;
    position: fixed;
    right: 0;
    top: 0;
}

.logo-fixed {}


/** blog details end **/


/*## owl css ##*/

.owl-theme .owl-controls {
    margin-top: 0;
}

#owl-bestSellers .owl-controls .owl-buttons div {
    opacity: 0.7;
    box-shadow: 0 0 6px -1px #000;
    background-color: rgba(223, 90, 73, 1);
    color: #fff;
    font-size: 22px;
    padding: 3px 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#owl-bestSellers .item .col-sm-12 {
    padding: 0 5px;
}

#owl-bestSellers .owl-prev {
    position: absolute;
    left: -200px;
    top: 40%;
}

#owl-bestSellers .owl-next {
    position: absolute;
    right: -200px;
    top: 40%;
}

#owl-bestSellers:hover .owl-prev {
    left: -18px;
}

#owl-bestSellers:hover .owl-next {
    right: -18px;
}

#owl-slider {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

#owl-slider .item {
    height: 100vh;
    min-height: 100%;
    overflow: hidden;
}

#owl-slider .item img {
    min-height: 100%;
    width: 100%;
}

#owl-slider .owl-controls .owl-buttons div {
    opacity: 0.7;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: rgba(256, 256, 256, 0);
    color: #fff;
    font-size: 22px;
    padding: 3px 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#owl-slider .owl-prev {
    position: absolute;
    left: 20px;
    top: 45%;
}

#owl-slider .owl-next {
    position: absolute;
    right: 20px;
    top: 45%;
}

#owl-slider:hover .owl-prev {
    left: 10px;
}

#owl-slider:hover .owl-next {
    right: 10px;
}

#owl-catbanners .item {
    height: 400px;
    overflow: hidden;
}

#owl-catbanners .item img {
    max-height: 450px;
    min-height: 400px;
    width: 100%;
}

#owl-catbanners .owl-controls .owl-buttons div {
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    font-size: 22px;
    opacity: 0.7;
    padding: 0 11px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#owl-catbanners .owl-prev {
    position: absolute;
    left: 15px;
    top: 45%;
}

#owl-catbanners .owl-next {
    position: absolute;
    right: 15px;
    top: 45%;
}

#owl-catbanners .owl-pagination {
    bottom: 10px;
    left: 0;
    position: absolute;
    right: 0;
}

#owl-catbanners .owl-controls .owl-page span {
    background: #fff none repeat scroll 0 0;
}

#owl-newArrival .owl-controls .owl-buttons div {
    opacity: 1;
    border-radius: 0;
    border: 1px solid #222;
    box-shadow: none;
    background-color: rgba(256, 256, 256, 0);
    color: #222;
    font-size: 22px;
    padding: 3px 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#owl-newArrival .item .col-sm-12 {
    padding: 0 5px;
}

#owl-newArrival .owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

#owl-newArrival .owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

#owl-newArrival:hover .owl-prev {
    left: 15px;
}

#owl-newArrival:hover .owl-next {
    right: 15px;
}

#product-thumbnail {}

#product-thumbnail .item {
    text-align: center;
}

#product-thumbnail .item img {
    height: 100px;
    width: 80px;
}

#product-thumbnail .owl-prev {
    position: absolute;
    left: 20px;
    top: 40%;
}

#product-thumbnail .owl-next {
    position: absolute;
    right: 20px;
    top: 40%;
}

#owl-newArrival:hover .owl-prev {
    left: 15px;
}

#owl-newArrival:hover .owl-next {
    right: 15px;
}

#owl-submenu .owl-controls .owl-buttons div {
    opacity: 0.7;
    border-radius: 0;
    border: 1px solid #fff;
    box-shadow: none;
    background-color: rgba(256, 256, 256, 0);
    color: #fff;
    font-size: 22px;
    padding: 3px 15px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

#owl-submenu .item .col-sm-12 {
    padding: 0 5px;
}

#owl-submenu .owl-prev {
    position: absolute;
    left: -50px;
    top: 35%;
}

#owl-submenu .owl-next {
    position: absolute;
    right: -50px;
    top: 35%;
}

@media (max-width:830px) {
    #owl-submenu .owl-prev {
        position: absolute;
        left: 15px;
        top: 35%;
    }
    #owl-submenu .owl-next {
        position: absolute;
        right: 15px;
        top: 35%;
    }
}


/*## owl end ##*/


/** common css **/

:active,
 :focus {
    outline: none !important;
}

.p-0 {
    padding: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}
.pl-15 {
    padding-left: 15px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-5 {
    padding-left: 5px !important;
}

.pr-5 {
    padding-right: 5px !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mt-82 {
    margin-top: -82px !important;
}

.mt-min110 {
    margin-top: -110px !important;
}

.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-30 {
    margin-top: 30px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-92 {
    margin-top: 92px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mt-128 {
    margin-top: 128px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.btn {
    border-radius: 0;
}

.b-none {
    border: none !important;
}

.bl-none {
    border-left: none !important;
}

.br-none {
    border-right: none !important;
}

.border-left {
    border-left: 1px solid #eee;
}

.border-right {
    border-right: 1px solid #eee;
}

.border-top {
    border-top: 1px solid #ddd;
}

.border-bottom {
    border-bottom: 1px solid #eee;
}

a:focus,
a:hover {
    color: #a0a0a0;
    text-decoration: underline;
}

.space-20 {
    padding: 20px 0;
}

.box-shadow1 {
    box-shadow: 4px 6px 15px -6px #000;
}

.red {
    color: #c9302c;
}

.green {
    color: #008000;
}

.font-size18 {
    font-size: 18px;
}

.heading-white {
    color: #fff;
    margin: 0 0 20px;
}

.heading-white a,
.heading-white small {
    color: #fff;
}

.heading-h3 {
    color: #222;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 0 0 10px;
    position: relative;
    /*font-family: 'Brandon_light';*/
    font-weight: bold;
}

.heading-h3 a {
    color: #222;
    text-decoration: none;
}

.heading-h3 a:hover {
    color: #000;
}

.heading-h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    background: #000;
}

.heading-h4 {
    color: #222;
    margin: 0 0 10px;
    padding: 0 0 5px;
    position: relative;
}

.heading-h4 a {
    color: #222;
    text-decoration: none;
}

.heading-h4 a:hover {
    color: #000;
}

.heading-h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 80px;
    background: #000;
}

.section-hr {
    background-color: #000;
}

.section-hr hr {
    border: none;
    border-bottom: 1px solid #515151 !important;
    margin: 0;
}

.view-all {
    color: #000 !important;
    font-size: 14px;
}

.view-all:hover {
    text-decoration: underline;
}

.btn-black {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.btn-black i{
    margin-right: 6px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
    background-color: #222;
    color: #fff;
    border: 1px solid #222;
}

.btn-bordered {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.btn-warning {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-bordered-black {
    background-color: transparent;
    border: 1px solid #222;
    color: #222;
}

.radius-zero {
    border-radius: 0;
}

.font-family-billy {
    /*font-family: 'billy';*/
}

.font-family-blacksword {
    /*font-family: 'blacksword';*/
}


/** common end **/


/** media css **/

@media (max-width: 1200px) {
    .main-header-inner .navbar-nav>li>a {
        padding: 45px 10px;
    }
}

@media (min-width: 992px) {}

@media (max-width: 992px) {
    .slider-content3 h3,
    .slider-content2 h3,
    .slider-content1 h3 {
        font-size: 18px;
    }
    .parodia-text1 {
        font-size: 40px;
    }
    .parodia-text2 {
        font-size: 15px;
        /*font-family: 'opensansR' !important;*/
    }
    .main-header-inner .navbar-nav>li>a {
        padding: 48px 6px;
    }
    .logo-main {
        width: 120px;
    }
}

@media (min-width: 768px) {
    .main-menu .navbar-collapse {
        padding: 0;
    }
    .main-menu-items {
        margin: 0px auto;
        float: none;
        text-align: center;
    }
    .main-menu-items>li {
        display: inline-block;
        margin: 0 auto;
        float: none;
    }
}

@media (max-width: 768px) {
    .product-panel .panel-footer .col-sm-6:nth-child(1) {
        padding: 0 10px 0 10px;
        border-right: none;
        margin-bottom: 8px;
    }
    .product-panel .panel-footer .col-sm-6:nth-child(2) {
        padding: 0 10px 0 10px;
    }
    .section-newsletter .input-group {
        margin-top: 20px;
    }
    /*.product-img-block .product-img {
        max-height: 215px;
    }*/
    .menu-row {
        margin: 0;
    }
    .menu-col {
        padding: 0 15px;
    }
    .logo-mobile {
        display: block;
    }
    .logo-web {
        display: none;
    }
    .logo-main {
        display: none;
    }
    .header-search {
        margin: 2px auto 0 0;
        max-width: 100%;
    }
    .menu-top>li {
        display: inline-block
    }
    .menu-top>li:first-child>a {
        padding: 5px 0;
    }
    .main-menu .navbar-collapse {
        background: #eee;
    }
    .category-submenu-block {
        background: #eee;
    }
    .slider-content3 h3,
    .slider-content2 h3,
    .slider-content1 h3 {
        font-size: 14px;
    }
    .parodia-text1 {
        font-size: 30px;
    }
    .parodia-text2 {
        font-size: 15px;
        /*font-family: 'opensansR' !important;*/
    }
    #owl-main .item img {
        max-height: 400px;
        min-height: 400px;
    }
    .section-silder {
        height: 400px;
    }
    /*new css*/
    .scroll-logo a {
        display: none !important;
    }
    .scroll-header-icons .navbar-nav {
        display: none !important;
    }
    .card-layout {
        margin: 0;
    }
    .category-submenu-img {
        padding: 0 15px;
    }
    .main-menu .navbar-nav>li>a {
        color: #222;
    }
    .cart-count {
        border: 1px solid #222;
        color: #222;
    }
    .main-menu .navbar-collapse {
        background-color: rgba(255, 255, 255, 0.9);
    }
    .bubble-navbar .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.7);
    }
    .footer-navbar {
        background-color: rgba(0, 0, 0, 0.7);
    }
    /*    .overlay .parallax-overlay {padding: 40% 0 0;}*/
    .main-header-inner .navbar-nav>li>a {
        padding: 2px 10px;
    }
    .footer-navbar-inner .navbar-nav>li>a {
        color: #ffffff;
    }
    .footer-navbar-inner .btn-bordered {
        border: 1px solid #ffffff;
        color: #ffffff;
    }
    .footer-navbar-inner .line-form-block .form-control {
        color: #fff;
    }
    .footer-navbar-inner .line-form-block .form-control::-webkit-input-placeholder {
        color: #fff;
    }
    .footer-navbar-inner .line-form-block .form-control::-moz-placeholder {
        color: #fff;
    }
    /*01-30-2018 css*/
    .navbar.navbar-default.navbar-fixed-bottom.bubble-navbar {
        display: none;
    }
    .navbar-toggle.navbar-search {
        display: none;
    }
    .main-navbar {
        display: none;
    }
    .navbar-silder {
        display: block;
        top: 0;
        bottom: auto;
    }
    footer .footer-navbar {
        display: block;
    }
    .inner-body footer .footer-navbar {
        display: block;
    }
    .section-blog {
        padding: 80px 0 100px;
    }
    .navbar-silder .category-submenu-block {
        background: #000;
    }
    .navbar-silder .category-submenu-list .list-group-item>a {
        color: #fff;
    }
    .footer-navbar .navbar-nav>li>a:focus,
    .footer-navbar .navbar-nav>li>a:hover {
        color: #fff;
    }
    .inner-body .footer-navbar-inner .footer-social li a {
        color: #fff;
    }
    .display-none {
        display: none !important;
    }
    .section-contact .mt-80 {
        margin-top: 0 !important;
    }
    .section-about {
        padding: 0 0 100px;
    }
    .about-banner {
        -webkit-background-position: 0;
        -moz-background-position: 0;
        background-position: 0 0;
        -webkit-background-size: 100% auto;
        -moz-background-size: 100% auto;
        background-size: 100% auto;
        min-height: 245px;
    }
    .about-content-block {
        padding: 0px 20px;
        min-height: auto;
        max-height: 100%;
    }
    .about-content-block .mb-40 {
        margin-bottom: 15px !important;
    }
    #owl-catbanners .item {
        height: auto;
    }
    #owl-catbanners .item img {
        max-height: 100%;
        min-height: auto;
    }
}

@media (max-width: 520px) {
    .product-col {
        width: 100%;
    }
    /* #owl-catbanners .item {height: 350px;}
    #owl-catbanners .item img {max-height: 400px;min-height: 350px;}*/
}

@media (max-width: 480px) {
    .slider-content3,
    .slider-content2,
    .slider-content1 {
        width: 50%;
        padding: 15px;
    }
    #owl-main .item img {
        max-height: 400px;
        min-height: 300px;
    }
    .section-silder {
        height: 300px;
    }
    .parodia-btn-block .btn {
        font-size: 11px;
        padding: 5px;
    }
    .parodia-btn-block {
        margin-top: 15px;
    }
    .parodia-text2 {
        font-size: 14px;
    }
    .slider-content3 hr,
    .slider-content2 hr,
    .slider-content1 hr {
        margin: 6px 0;
    }
    /* #owl-catbanners .item {height: 300px;}
    #owl-catbanners .item img {max-height: 300px;min-height: 300px;}*/
}

@media (max-width: 360px) {}

@media (max-width: 320px) {
    #owl-main .item img {
        max-height: 400px;
        min-height: 280px;
    }
    .section-silder {
        height: 280px;
    }
}


/** media end **/


/**slect box**/

.my_select_boxes select {
    display: block !important;
}

.cloudzoom-block {
    min-height: 520px;
    text-align: left;
    box-shadow: 0 0 3px #e6d8d8;
}


/*soniya new add css 14 mar*/

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    z-index: 10;
}

.modal-open .modal {
    z-index: 999999;
}

.enquery-modal .modal-header h4 {
    color: rgba(127, 8, 0, 1);
}

.enquery-modal .modal-body .form-group {
    text-align: left;
    margin: 40px 0;
}

.enquery-modal .modal-body .form-group .form-control {
    height: 35px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
    border-color: lightgray;
    color: gray;
}

.enquery-btn {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 4px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    border: none;
}

.enquery-btn:hover {
    background-color: rgba(127, 8, 0, 0.8);
    color: #fff;
}


/* Abdul Style
--------------------------------*/
.col-3{
    width:350px;
    float: left; 
    padding-right: 15px;
    padding-left: 15px;
}
.col-9{
    width:calc(100% - 350px);
    float: left; 
    padding-right: 15px;
    padding-left: 15px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}
.common-text {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
}
.sortby .dropdown {
    margin-left: 4px;
}
.panel-side>.panel-heading .panel-title {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    
}
.panel-inner {
    box-shadow: none;
    border: 0;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0;
    padding: 3px 32px 0;
}
.font-size-18{
    font-size: 18px !important;
}
.color-name{
    color: #a0a0a0;    
}
#field1 button {
    background: #222222;
    border: 0;
    width: 30px;
    height: 30px;
    color: #fff;
}
#field1 input{
    border: 0;
    width: 44px;
    background: #ffffff;
    text-align: center;
    height: 31px;
    color: #222;
    font-size: 15px;
    font-weight: 600;
}
img.cloudzoom {
     border: 0; 
}
.thumbelina-but.horiz {
    width: 30px;
    height: 110px;
    line-height: 108px;
    top: -2px;
}
.thumbelina-but.horiz.right {
    right: -28px;
    border-radius: 0px 5px 5px 0px;
}
.thumbelina-but.horiz {
    width: 30px;
    height: 108px;
    line-height: 108px;
    top: -1px;
}
.thumbelina-but.disabled, 
.thumbelina-but.disabled:hover,
.thumbelina-but{
    background-color: #222;
    color: #fff;
    cursor: default;
    box-shadow: none;
}
.thumbelina {
    left: 50% !important;
    transform: translateX(-50%);
}
.d-flex{
   display: flex; 
}   
.f-wrap{
    flex-wrap: wrap;
}   
.align-items-center{
    align-items: center;
}
.justify-content-center{
    justify-content: center;
}
.tab-container .nav-tabs-style>li>a {
    /*font-family: 'opensansR';*/
    font-weight: 600;
    font-size: 15px;
}
.tab-container .nav-tabs>li.active>a,
.tab-container .nav-tabs>li.active>a:focus,
.tab-container .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    background: #000;
    font-weight: 500;
}
.tab-container .nav-tabs {
    border-bottom: 0;
    border: 0;
}
.tab-container .tab-content-style {
    padding: 22px;
}
.tab-container .prod-disc,
.product-info-right {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
}
.wrapper-smiler-slide {
    padding: 70px 0 30px;
}

#owl-newArrival.wrapper-smiler-slide .owl-prev {
    position: absolute;
    left: auto;
    right: 50px;
    top: 0;
}

#owl-newArrival.wrapper-smiler-slide .owl-next {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.add-padd{
    padding: 80px 0 150px !important;
}
.copy-right {
    font-size: 16px;
}
.subTitle {
    font-size: 18px;
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
}
.bdr-btm{
    border-bottom: solid 1px #e2bbac;
    padding: 0 0 16px;
}
.btn-wrapper a i {
    margin-right: 18px;
    font-size: 18px;
}
.btn-wrapper a {
    margin:0 8px;
}
.text-with-line{
    text-align: center;
    position: relative;
    margin: 20px 0;
}
.text-with-line span {
    display: inline-block;
    padding: 0 20px;
    background: #fff;
    z-index: 999;
    position: relative;
}
.text-with-line:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99;
    border: solid 1px #f5e3dc;
    height: 1px;
    width: 100%;
}
.field-icon {
    position: absolute;
    top: 12px;
    right: 26px;
    z-index: 99;
    font-size: 18px;
    color: #e2bbac;
}
/* custome drop down boot strape 3 s
------------------------------------*/
.custom-dropdown-wrapper .dropdown-menu{
    box-shadow: none;
    width: auto;
    min-width: 160px;
    font-size: 16px;
}
.custom-dropdown-wrapper .dropdown-menu .dropdown-item {
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.custom-dropdown-wrapper .dropdown-menu .dropdown-item:hover{
    text-decoration: none;
}
/* custome drop down boot strape 3 E
-------------------------------------*/

/*Bootstrape 4 s
------------------------------------------------------*/
#footer .row > div{

} 
.flex-wrap{
    flex-wrap: wrap;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
@media (min-width: 1200px){
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}
@media screen and (max-width: 991px){
    #footer .row > .d-flex {
        flex-wrap: wrap;
        width: 100%;
        flex: 0 0 100%;
    }
}
@media screen and (max-width: 600px){
    #footer {
        padding: 20px 5px 22px !important;
    }
}
/*Bootstrape 4 E
-----------------------*/

/* Responsive Strat
---------------------------------------------*/
@media screen and (max-width: 1200px){
    #wrapper .common-text .p-left-50 {
        padding-left: 50px;
    }
}
@media screen and (max-width: 1200px){
    .product-heading a {
        font-size: 13px;
    }
    .product-heading a i {
        font-size: 14px;
    }
    .product-price .del {
        font-size: 13px;
    }
    .product-price .span {
        font-size: 13px;
    }
    .product-img-block {
        max-height: 390px;
        min-height: 390px;
    }
    .product-img-block .product-img {
        height: 390px;
    }
}
@media screen and (max-width: 991px){
    .col-3 {
        width: 230px;
    }
    .col-9 {
        width: calc(100% - 230px);
    }
    .panel-side>.panel-heading .panel-title {
        font-size: 17px;
    }
    .col-3 .panel{
        margin-bottom: 0;
    }
    .panel-inner .panel-title {
        font-size: 15px;
    }
    .list-side .list-group-item>a {
        font-size: 14px;
    }
    .sortby .form-inline .form-group label {
        font-size: 14px;
    }
    .dropbtn {
        padding: 8px;
    }
    #wrapper .heading-quickView-big, 
    #wrapper .heading-quickView-big a {
        font-size: 15px;
    }
    .font-size-18 {
        font-size: 15px !important;
    }
    .mb-20 {
        margin-bottom: 12px;
    }
    #wrapper .heading-quickView-small, #wrapper .heading-quickView-small a {
        font-size: 14px;
    }
    .product-img-block {
        max-height: 560px;
        min-height: 560px;
    }
    .product-img-block .product-img {
        height: 560px;
    }
    .ul-size>li a {
        height: 36px;
        width: 36px;
        line-height: 36px;
        font-size: 14px;
        font-weight: 500;
    }
}
@media screen and (max-width: 850px){
    .product-img-block {
        max-height: 450px;
        min-height: 450px;
    }
    .product-img-block .product-img {
        height: 560px;
    }
}
@media screen and (max-width: 767px){
    /*.col-3 {
        width: 250px;
        float: none;
    }*/
    .col-3 {
        width: 290px;
        float: none;
        /*box-shadow: 0 0 3px #e2bbac;
        padding: 22px 0;
        margin: 0 15px 24px;*/
    }
   .col-9 {
        width: 100%;
        float: none;
    }
    .pro-detail-6 {
        width: 50%;
    }
    .cloudzoom-block {
        min-height: auto;
    }
    .tab-container .nav-tabs {
        border-bottom: solid 1px #000;
    }
    .form-block {
        margin:20px 0;
        padding: 0;
    }
    .btn-wrapper a {
        margin: 8px;
    }
    .btn-wrapper button {
        margin: 8px;
    }
    .section-content {
        padding: 40px 0 0;
    }
    .form-block .form-group{
        min-height: 100%;
    }
    .product-img-sp {
        margin-bottom: 30px;
        padding:0 10px 0 5px;
    }
    .product-details-sp{
        padding: 0 15px;
    }
    .product-img-block {
        max-height: 570px;
        min-height: 570px;
    }
    .product-img-block .product-img {
        height: 570px;
    }
}
@media screen and (max-width: 650px){
    .product-img-block {
        max-height: 480px;
        min-height: 480px;
    }
    .product-img-block .product-img {
        height: 480px;
    }
}
@media screen and (max-width: 520px){
    .product-panel .panel-body {
        max-height: 100%;
        min-height: 100%;
    }
    .pro-detail-6 {
        width: 100%;
    }
    .product-img-block {
        max-height: 730px;
        min-height: 730px;
    }
    .product-img-block .product-img {
        height: 730px;
    }
}
@media screen and (max-width: 400px){
    .product-img-block {
        max-height: 600px;
        min-height: 600px;
    }
    .product-img-block .product-img {
        height: 600px;
    }
}
@media screen and (max-width: 360px){
    .product-img-block { 
        max-height: 530px;
        min-height: 530px;
    }
    .product-img-block .product-img {
        height: 530px;
    }
}
/* Responsive End
---------------------------------------------*/
/*********************************************/
/* Treasue Start
---------------------------------------------*/
.treasure {
    padding: 50px 0;
    min-height: 350px;
    display: flex;
    text-align: center;
    background: rgba(0,0,0,0.6) url(../images/blogs/img_treasue1.jpg) no-repeat scroll center center;
    background-size: cover;
    background-blend-mode: multiply;
    align-items: center;
    justify-content: center;
}
#wrapper .treasure-title {
    font-size: 42px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 16px;
}
.treasure-text{
   font-size: 18px;
    color: #fff;   
}
@media screen and (max-width: 991px){
    .treasure {
        padding: 30px 0;
        min-height: 240px;
    }
    #wrapper .treasure-title {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .treasure-text {
        font-size: 16px;
    }
}
/* Treasue End
---------------------------------------------*/
/*********************************************/
/*Conatct Start
---------------------------------------------*/
.bg-contact{
    /*background:  url(../images/contact/bg_contact.png) no-repeat scroll center center;*/
    padding: 100px 0 30px !important;
}
.talk-wrapper > div{
    padding: 30px 30px;
}
.inner-contact {
    padding: 40px 50px;
    background: #fff;
    box-shadow: 0 0 3px #827575;
    /*border-radius: 6px;*/
}
.inner-contact .form-control{
    background-color: transparent;
    border-color: #222;
}
.inner-contact .form-control::placeholder{
    color: #222;
}
.bdr-talk{
    border-left:solid 1px #000;
    border-right:solid 1px #000;
}
.inner-contact .field-icon{
    color: #dc997f;
}
@media screen and (max-width: 1200px){
    .map-wrapper{
        padding-bottom: 50px;
    }
    .inner-contact {
        padding: 40px 30px 20px;
    }
}
@media screen and (max-width: 991px){
    .inner-contact {
        padding: 40px 20px 20px;
    }
    .talk-wrapper > div {
        padding: 30px 10px;
    }
    .talk-wrapper .font-size-22{
        font-size: 18px;
    }
    .talk-wrapper .font-size-17{
        font-size: 15px;
    }
}
@media screen and (max-width: 767px){
    .bg-contact {
        padding: 50px 0 !important;
    }
    .talk-wrapper > div {
        padding: 10px 10px 20px;
    }
    .inner-contact {
        padding: 30px 20px;
        max-width: 300px;
    }
    .inner-contact {
        padding: 30px 20px 20px;
        max-width: 450px;
        margin: 0 auto;
    }
    .inner-book{
        margin: 10px auto 20px;
    }
    .bdr-talk {
    border-left: 0;
    border-right: 0;
    }
    .talk-wrapper .font-size-22 {
        font-size: 16px;
    }
}
/*Conatct End
---------------------------------------------*/
/********************************************/
/*404 page s 
----------------------------------*/
.wrapper-error {
    background: rgba(0,0,0,0.7) url(../new-img/bg_login.png) no-repeat scroll center center;
    height: 100vh;
    width: 100%;
    background-size: cover;
    margin: 0;
    padding: 0;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:200px;
    box-sizing: border-box;
}
.inner-error span{
    font-size: 18px;
    color: #8b8b94;
    font-weight: bold;
}
.inner-error h3{
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.inner-error h3 span{
    font-size: 36px;
}
.inner-error h2{
    font-size: 130px;
    color: #8b8b94;
    font-weight: bold;
    margin: 0;
}
.inner-error p{
    font-size: 18px;
    color: #fff;
}
.inner-error p a{
    color:#8b8b94;
}
.logo-error{
    width: 350px;
}
@media screen and (max-width:991px ){
    .wrapper-error {
        padding: 20px;
    }
    .logo-error {
        width: 220px;
    }
    .inner-error h3 {
        font-size: 22px;
    }
    .inner-error h3 span {
        font-size: 30px;
    }
    .inner-error h2 {
        font-size: 92px;
    }
    .inner-error p {
        font-size: 15px;
    }
}
/*404 page e
----------------------------------*/
/*********************************/
/*Billing Information Start
----------------------------------*/
#wrapper .warpper-checkout{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    padding-bottom: 30px;
    border-bottom:solid 1px #e2bbac;
}
.warpper-checkout li{
    flex: 0 0 25%;
    width: 25%;
    position: relative;
}
.warpper-checkout li.active:after {
    content: "";
    position: absolute;
    bottom: -31px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color:#000;
    z-index: 999;
}
.check-img img{
    width: 40px;
}
.warpper-checkout .common-text{
    position: relative;
}
.warpper-checkout .common-text:after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border: dashed 1px #e2bbac;
    margin-top: 2px;
    left: 50%;
}
.warpper-checkout .active .common-text{
    font-weight: 600;
    color: #000;
}
.warpper-checkout .active .common-text:after {
    border-color: #000;
}
.warpper-checkout .common-text span{
    display: inline-block;
    padding: 0 8px;
    background: #FFF;
    position: relative;
    z-index: 999;
}
.remove-after:after{
    display: none;
}
.shipping-methode {
    max-width: 320px;
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 30px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
}
.shipping-methode .form-group {
    margin-right: 20px;
    margin-bottom: 0;
}
.shipping-methode .form-group:last-child{
    margin-right: 0;
}
.shipping-methode label {
    padding-left: 0;
    font-weight: 600;
    font-size: 15px;
}
.shipping-methode .iradio_flat-orange{
    margin-right: 6px;
}
.order-summary table{
    margin-bottom: 0;
}
.order-summary td{
    padding: 10px 4px !important;
    border-bottom: solid 1px #222;
}
.order-summary tr:last-child td{
    border-bottom: 0;
}
.order-summary td .subtotal,
.order-summary td .carttable-total, 
.order-summary td .subtotal-amount,
.order-summary td .carttable-total-amount{ 
    font-size: 17px;
}
.margin-l-r-10{
    margin-left: 10px;
    margin-right: 10px;
    min-width: 220px;
}
.img-abl{
    display: none;
}
.active .img-dis{
    display: none;
}
.active .img-abl{
    display: inline-block;
}  
.count-code {
    display: flex;
    flex-wrap: wrap;
    border-bottom: solid 1px #999;
} 
.count-code input {
    border: 0 !important;
    width: calc(100% - 55px);
    padding-left: 2px;
}
.count-code .count-num{
    display: block;
    width: 55px;
    height: 42px;
    line-height: 42px;
}
@media screen and (max-width: 991px){
    .shipping-methode {
        min-height: 130px;
        margin-left: 15px;
        padding: 20px;
    }   
    .check-img img {
        width: 36px;
    }
    .warpper-checkout .common-text{
        font-size: 13px;
    }
}
@media screen and (max-width: 767px){
    .warpper-checkout li {
        flex: 0 0 100%;
        width: 100%;
        padding-bottom: 40px;
        padding-top: 40px;
    }
    #wrapper .warpper-checkout {
        border:0;
        margin-bottom: 0;
    }
    .warpper-checkout .common-text:after {
        top: 100%;
        transform: translateY(0);
        width: 1px;
        margin-top: 0;
        height: 82px;
        margin-left: -4px;
    }
    .warpper-checkout li.active:after{
        display: none;
    }
    .shipping-methode {
        margin-left: 0;
    }
    .sp-remove-pad{
        padding: 0 0 15px;
    }
    .margin-l-r-10 {
        margin-bottom: 10px;
    }
    .we-accept > div{
        margin-bottom: 20px;
    }
}
/*Billing Information End
----------------------------------*/
/**********************************/

/*FAQ start
---------------------------------------------------------- */
#wrapper .faq-wrapper{
    padding: 50px 30px 0;
}
.faq-wrapper .panel-heading{
    background: transparent;
    padding: 0;
}
#wrapper .faq-wrapper .panel{
    color: #000;
    background: transparent;
    border-radius: 0;
    margin: 0 0 20px;
    /*border-bottom:0;*/
    box-shadow: none;
}
#wrapper .faq-wrapper .panel-title{
    position: relative;
}
.faq-wrapper .panel-title a {
    display: block;
    padding: 22px 20px;
    color: #222;
    text-decoration: none;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: 500;
}
.faq-wrapper .panel-title i {
    color: #222;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.faq-wrapper .panel-body {
    padding: 12px 32px;
    color: #222;
    font-size: 17px;
    line-height: 1.8;
}
#wrapper .faq-wrapper .panel-body p{
    margin-bottom: 10px;
}
#wrapper .faq-wrapper .panel-body p:last-child{
    margin-bottom: 0;
}
@media screen and (max-width: 991px){
    .faq-wrapper .panel-title a {
        font-size: 18px;
    }
    .faq-wrapper .panel-body {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    #wrapper .faq-wrapper .pull-right {
        float: right!important;
    }   
    .faq-wrapper .panel-body {
        padding: 12px 16px;
    }
    #wrapper .faq-wrapper {
        padding: 50px 0px 0;
    }
    .faq-wrapper .panel-title a {
        font-size: 16px;
        line-height: 1.4;
    }
}
/*FAQ End
--------------------------------*/
/********************************/
/* About Us Start
--------------------------------*/
.inner-about{
    padding-right: 150px;
}
.about-title {
    color: #b2ba2a;
    font-size: 28px;
    font-style: italic;
    font-weight: normal;
}
#wrapper .dress{
    display: flex;
    flex-wrap: wrap;
    margin: 46px 46px;
}
.dress li + li{
    margin-left: 62px;
}
.dress li img{
    width: 81px;
}
.dress li span{
    display: block;
    margin-top: 16px;
}
#wrapper .about-img {
    padding: 30px;
    border: solid 1px #e2bbac;
    position: relative;
}
#wrapper .bdr-img{
    padding: 20px;
    border: solid 1px #e2bbac;
}

.about-img > img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center center;
}

.label-about {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    min-width: 200px;
    min-height: auto;
    background-color: #222;
    color: #e2bbac;
    padding: 20px 32px;
    font-size: 17px;
    font-weight: 600;
}
.label-about img{
    width: 62px;
    margin-bottom: 6px
}
.inner-about-detaisl{
    padding:0 90px; 
}
.inner-about-detais2{
    padding:0 30px; 
}
.width-70{
    width: 70px;
}
.img-full-height{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}
.about-baner-full img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center center;
}
#wrapper .about-section {
    padding-left: 50px;
    padding-right: 50px;
}
.wrapper-about-details{
    min-height: 100vh;
} 
.bg-about1{
    background: url("../images/products/bg_about1.jpg");
    background-size: cover;
    background-position: center top; 
    background-repeat: no-repeat;
}
.inner-about-details{
    text-align: center;
    background: rgba(0,0,0,0.7);
    padding: 60px;
}
.inner-about-details .title,
.inner-about-details .common-text{
    color: #fff;
}
.inner-about-details .title:after,
.inner-about-details .title:before{
    background: #fff;
}
.half-slide{
    flex: 0 0 50%;
    max-width: 50%;
}
@media screen and (max-width: 1350px){
    .inner-about {
        padding-right: 70px;
    }
}
@media screen and (max-width: 1200px){
    .inner-about {
        padding-right: 20px;
    }
    #wrapper .dress {
        margin: 46px 20px;
    }
    .inner-about-detais2 {
        padding: 0;
    }
    #wrapper .about-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .half-slide{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wrapper-about-details {
        /*min-height: auto;*/
    }
}
@media screen and (max-width: 991px){
    .inner-about {
        padding-right: 0;
    }
    #wrapper .dress {
        margin: 46px 0px;
    }
    .dress li + li {
        margin-left: 40px;
    }
    #wrapper .about-img {
        padding: 20px;
    }
    .about-img > img {
        height: auto;
    }
    .about-baner-full img {
        width: 100%;
        height: 360px;
    }
    .inner-about-detaisl {
        padding: 0 30px;
    }
    .inner-about-detais2 .row > div {
        margin: 0 auto 30px;
    }
    
}
@media screen and (max-width: 767px){
    .inner-about-detais2 .row > div {
        max-width: 500px;
    }
    .inner-about {
        padding-right: 0;
        padding: 30px 0 0;
        text-align: center;
    }
    #wrapper .dress {
        justify-content: center;
    }
    .sp-order-2{
        order:2;
    } 
    .inner-about-detaisl {
        padding: 0;
    } 
    .about-baner-full img {
        height: auto;
    }
    #wrapper .about-section {
        padding-left: 0;
        padding-right: 0;
    }
    .wrapper-about-details {
        /*min-height: auto;*/
        padding: 30px 30px !important;
    }
    .inner-about-details {
        padding: 40px 22px;
    }
    .sp-img-hgt{
        min-height: 450px;
    }
}
@media screen and (max-width: 500px){
    .dress li img {
        width: 70px;
    }
    .dress li + li {
        margin-left: 24px;
    }
    #wrapper .dress {
        margin: 46px 0px 24px;
    }
    /*.about-img > img {
        min-height: 340px;
        height: auto;
    }*/
    .label-about {
        min-width: auto;
        padding: 12px 22px;
        font-size: 15px;
    }
    .wrapper-about-details {
        padding: 10px 5px !important;
    }
    .sp-img-hgt{
        min-height: 300px;
    }
}
/* About Us End
--------------------------------*/
/********************************/
/*Order History S
--------------------------------*/
@media screen and (max-width: 1200px){
    .order-wrapper .carttable-media .media-body {
        max-width: 160px;
    }
}
@media screen and (max-width: 991px){
    .order-table {
        min-width: 850px;
    }
    .order-wrapper .carttable-media .media-body {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px){
    .order-table {
        min-width: 735px;
    }
}
/*Order History E
--------------------------------*/
/********************************/
/*Address Book S
--------------------------------*/
@media screen and (max-width: 991px){
    .address-row {
        /*padding-top: 30px;*/
    }
}
@media screen and (max-width: 767px){
    .address-row {
        padding: 30px;
    }
    .form-block.form-with-label .form-group {
        min-height:100%;
    }
}
/*Address Book E
--------------------------------*/
/********************************/
/* Account Details S
--------------------------------*/
#wrapper .green-italic-title {
    font-size: 16px;
    color: #444444;
    font-style: italic;
    margin-bottom: 6px;
    font-weight: 600;
}
.form-block.form-with-label .acc-details .form-group{
    min-height: 100%;
}
/* Account Details E
--------------------------------*/
/********************************/
/* My Account S
-------------------------------*/
.account-front-img img {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    box-shadow: 0 0 3px #ec7648;
    padding: 5px;
    background: #fff;
}
/* My Account S
-------------------------------*/
/********************************/
/*HOW TO STYLE S
--------------------------------*/
.style-vedio-full{
    width: 100%;
    height: 500px;
}
.ytp-expand-pause-overlay .ytp-pause-overlay{
    display: none !important;
}
.vedio-list{
    position: relative;
    height: 200px;  
}
.vedio-list ul {
    position: absolute;
    top: -20px;
    left: 0;
    z-index: 99999;
    display: flex;
    flex-wrap: wrap;
}
.vedio-list ul li{
    width: 25%;
    padding: 0 5px;
}
.pos-rel{
    position: relative;
    display: block;
}
.vid-img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.vid-play {
    display: none;
    /*display: flex;*/
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(226, 187, 172, 0.7);
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
}
.vid-play p {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,0.7);
    border-radius: 50px;
    text-align: center;
    z-index: 999;
}
.vid-play p img {
    width: 28px;
    vertical-align: middle;
}
.vid-des {
    display: none;
    position: absolute;
    left: 0;
    bottom: 12px;
    background: #000;
    padding: 8px 22px;
    color: #000;
    font-weight: 600;
    z-index: 9999;
}
.vid-des:after {
    position: absolute;
    content: "";
    top: 0;
    right: -17px;
    z-index: 999;
    border-right: 17px solid transparent;
    border-top: 36px solid #000;
}
.pos-rel:hover .vid-play,
.active .pos-rel .vid-play{
    display: flex;
}
.pos-rel:hover .vid-des,
.active .pos-rel .vid-des{
    display: block;
}
.style-guid img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center -58px;
}
#wrapper .style-inner{
    padding: 15px 0;
}
#wrapper .style-inner .vid-play p img {
    width: 28px;
    vertical-align: middle;
    display: inline-block;
}
#wrapper .style-inner .vid-des:after {
    border-top: 30px solid #000;
}
.gallery-block .fancybox.pos-rel img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    min-height: auto;
    object-position: center top; 
}
.fancybox-overlay{
   z-index: 99999; 
}
/*HOW TO STYLE E
---------------------------------*/
/*********************************/
/*Size Chart Popup S
---------------------------------*/
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    border-radius: 0;
    border:0;
}
.modal.right .modal-body {
    padding: 16px 0;
    border-top: solid 1px #b7b7b7;
    margin: 18px 0 0;
}
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
    right: 0;
}
.close-pop-btn.left{
    right: auto;
    left: 10px;
    top: 0px;
}
.close-pop-btn.left .close {
    float: right;
    font-size: 60px;
    font-weight: lighter;
}
.modal.right table tr th, 
.modal.right table tr td {
    font-size: 16px;
    padding: 10px 8px;
    text-align: center;
    border:0;
} 
.modal.right table tr td {
    font-size: 15px;
}
.size-btn-wrapper {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
    background: #f1eeee;
}
.size-btn-wrapper a {
    min-width: 46% !important;
    margin: 0 1%;
}
.inch-btn-wrapper {
    text-align: right;
    padding: 0 20px 10px;
}
.inch-btn-wrapper .active.btn-primary {
    background: #000;
    border-color: #d3972f;
}
#wrapper .alertify-logs {
    z-index: 999999 !important;
    /*background: #000 !important;*/
}
.alertify-log-success{
    z-index: 999999 !important;
    background: #000 !important; 
    border-color: #fff !important   
}
.mes-guide{
    margin-top: 20px;
    padding: 20px 32px;
}
@media screen and (max-width: 1200px){
    .modal.right .modal-dialog {
        width: 70%;
    }   
}
@media screen and (max-width: 992px){
    .modal.right .modal-dialog {
        width: 100%;
    }   
    .modal.right table tr th, 
    .modal.right table tr td {
        font-size: 15px;
    }
    .modal.right  .table-responsive{
        border:0;
    }
}
@media screen and (max-width: 767px){
    .modal.right table tr th, 
    .modal.right table tr td {
        font-size: 14px;
    }
}
@media screen and (max-width: 576px){
    .modal.right table tr th, 
    .modal.right table tr td {
        font-size: 12px;
    }
    .size-btn-wrapper a {
        min-width: 45% !important;
        margin: 0 1%;
        font-size: 14px;
    }
}
/*Size Chart Popup E
---------------------------------*/
/********************************/
/*Product Left Small image S
---------------------------------*/
#surround {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#slider1 {
    width: 118px;
    border: 0;
    margin: 0 22px 0 0;
    padding: 0;
    box-sizing: border-box;
    flex: 0 0 118px;
    height: auto;
}
#slider1 > div {
    position: static !important;
    /*min-height: 500px;*/
}
#slider1 .thumbelina {
    position: static;
    transform: none;
    left: 0 !important;
}
#slider1 .thumbelina li {
    display: block !important;
}
#slider1 .thumbelina li img {
    height: 90px;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    object-fit: cover;
    object-position: center top;
    width: 76px;
}
.cloudzoom-block {
    box-shadow: none;
    width: calc(100% - 200px);
    flex: 0 0 calc(100% - 200px);
    height: 388px;
    min-height: auto;
    margin-top: 36px;
}
#slider1 .thumbelina li img.cloudzoom-gallery-active{
    border: 1px solid #000;
}
img.cloudzoom {
    margin: 0 auto;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit:contain;
}
@media screen and (max-width: 768px){

#surround {
    display: block;
}
#slider1 .thumbelina li {
    display: inline-block !important;
}
#slider1 {
    width: 100% !important;
    text-align: center;
}
#slider1 .listWrapper {
    min-height: 100px !important;
    max-height: 100px !important;
    position: relative !important;
}

}
@media screen and (max-width: 500px){
    #slider1 {
        width: 90px;
        margin: 0 0 0 0;
        padding: 0;
    }
    .cloudzoom-block {
        width: calc(100% - 90px);
    }
    .product-img-sp {
        margin-bottom: 20px;
    }
}
/*Product Left Small image E
---------------------------------*/
/*********************************/
/* Terms & Condition S
-----------------------------------*/
.inner-terms{
    box-shadow: 0 0 3px #e2bbac;
    padding: 60px 50px 40px;
    border-radius: 8px;
}
#wrapper .inner-terms .common-text > p{
    margin-bottom: 16px;
}
@media screen and (max-width:767px){
    .inner-terms {
        box-shadow: 0 0 3px #e2bbac;
        padding: 30px 30px 10px;
        border-radius: 8px;
    }
}
@media screen and (max-width:576px){
    .inner-terms {
        padding: 30px 20px 10px;
    }
}
/* Terms & Condition E
-----------------------------------*/
/********************************/
/*Log In Pgae S
**************************************/
.login-wrapper{
    padding: 0 60px;
}
@media screen and (max-width:1440px){
    .login-wrapper{
        padding: 0 20px;
    }  
    .login-wrapper .btn-wrapper .common-btn{
        padding:14px 22px;
    }  
    .login-wrapper  .btn-wrapper a i {
        margin-right: 6px;
    } 
}
@media screen and (max-width:1200px){
    .login-wrapper{
        padding: 0 20px 40px;
    } 
    .login-wrapper .d-flex{
        flex-wrap: wrap;
    }
    .login-wrapper .order2{
        order: 2;
    }   
}
@media screen and (max-width:767px){
    .login-wrapper .row > div{
        width: 100%;
    }
    .login-wrapper {
        padding: 0 0 20px;
    } 
}
/*Log In Pgae E
**************************************/
/********************************/
/* Rating S 
**************************************/
.star-rating {
  font-size: 0;
  white-space: nowrap;
  display:block;
  width: 125px;
  height: 25px;
  overflow: hidden;
  position: relative;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10%;
  z-index: 1;
  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
  background-size: contain;
}
.star-rating input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 10%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative;
}
.star-rating input:hover + i,
.star-rating input:checked + i {
  opacity: 1;
}
.star-rating i ~ i {
  width: 20%;
}
.star-rating i ~ i ~ i {
  width: 30%;
}
.star-rating i ~ i ~ i ~ i {
  width: 40%;
}
.star-rating i ~ i ~ i ~ i ~ i {
  width: 50%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i {
  width: 60%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 70%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 90%;
}
.star-rating i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i ~ i {
  width: 100%;
}
::after,
::before {
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}

/* Rating E
**************************************/
/*New Style S
-----------------------*/
.testi-wrapper{
    padding: 0 20px;
}
.round-img {
    width: 100%;
    height: 160px;
    border-radius: 50%;
    object-fit: cover;
}
#wrapper .testi-des {
    font-weight: 600;
    margin-bottom: 15px;
    border-left: solid 3px #808080;
    padding-left: 20px;
    color: #4f5052;
}
.test-name {
    font-style: italic;
    text-align: right;
    font-weight: 600;
    font-size: 20px;
}
.productWrapper .inner-product{
    border: solid 2px transparent;
}
.productWrapper .inner-product:hover {
    box-shadow: none;
    border: solid 2px #000;
    transform: scale(1);
}
.breadCrumb li{
    display: inline-block;
    margin-right: 12px;
    color: #292e34;
    font-weight: 500;
    
    text-transform: uppercase;
}
.breadCrumb li a{
    color: #292e34;
    font-size: 15px;
    font-weight: 500;
    
    text-transform: uppercase;
}
.breadCrumb li a:hover{
    text-decoration: none;
}
.filterWrapper{
    display: flex;
    flex-wrap: wrap;
}
.filterLab{
    width: 140px;
    flex: 0 0 140px;
    font-size: 15px;
    color: #292e34;
    font-weight: 600;
    font-family: 'Alice', serif;
    text-transform: uppercase;
}
.rang-wrapper{
    width:calc(100% - 140px);
    flex: 0 0 calc(100% - 140px);
}
.rang-wrapper > div{
    margin:0  15px 10px;
}
.product-details{
    margin-bottom: 30px;
}
.week-amount {
    display: flex;
    flex-wrap: wrap;
}
.week-amount li{
    width: 33.33%;
}
.week-amount li p {
    position: relative;
    display: inline-block;
    min-width: 35px;
    text-align: center;
}
.week-amount li span{
    display: inline-block;
    font-weight: bold;
}
.week-amount li:nth-child(1) p:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 16px;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    width: 3px;
    height: 15px;
}
.week-amount li:nth-child(2){
    text-align: center;
}
.week-amount li:nth-child(2) p:after {
    content: "";
    position: absolute;
    top: -16px;
    left: 50%;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    width: 3px;
    height: 18px;
    transform: translateX(-50%);
    margin-left: 2px;
}
.week-amount li:nth-child(3){
    text-align: right;
}
.week-amount li:nth-child(3) p:after {
    content: "";
    position: absolute;
    top: -16px;
    right: 16px;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    width: 3px;
    height: 15px;
}
.rangeSlider {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: #dddede;
    border-radius: 3px;
    outline: none;
    transition: opacity .2s;
}
.rangeSlider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50px; 
    background: #000;
    border:solid 2px #fff; 
    cursor: pointer;
    box-shadow: 0 0 3px #969090;
}
.rangeSlider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #4CAF50;
    cursor: pointer;
}
@media screen and (max-width: 1200px){
    .round-img {
        height: auto;
        width: 190px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px){
    .filterLab,
    .week-amount li p,
    .breadCrumb li,
    .breadCrumb li a {
        font-size: 13px;
    }
}
@media screen and (max-width: 767px){
    .productWrapper{
        /*padding-left: 50px;*/
        /*padding-right: 50px;*/
    } 
    #wrapper .breadCrumb{
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom:20px;
    }
    #wrapper .filterWrapper{
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media screen and (max-width: 576px){
    .round-img {
        width: 100px;
    }
    #wrapper .testi-des {
        border-left: solid 2px #808080;
        padding-left: 12px;
        font-size: 14px; 
    }
    #wrapper .test-name {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .rang-wrapper {
        width: 100%;
        flex: 0 0 100%;
        margin-top: 15px;
    }
    .row.slider-labels{
        margin: 0;
    }
    .rang-wrapper .row{
        margin: 0 0 10px;
    }
    .form-group.filterWrapper{
        margin-bottom: 0;
        padding: 0 !important;
    }
}
@media screen and (max-width: 400px){
    .productWrapper.col-xs-6{
        width: 100%;
    }
}
/*New Style E
-----------------------*/
/***********************/
/*Brand S
------------------------*/
.wrapper-Search {
    width: 420px;
    margin: 0 auto;
}
.wrapper-Search .search-input-box{
    max-width: 100%;
}
.cus-col-5{
    width: 20%;
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}
.relative-wrapper{
    position: relative;
}
.delete-wish {
    display: inline-block;
    padding: 0 0;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -13px;
    border: solid 1px #050831;
    z-index: 10;
}

.delete-wish img {
    width: 25px;
    padding: 5px;
}
.innerBrand {
    padding: 15px;
    min-height: 330px;
    box-shadow: 0 0 8px 2px #e8e8e8;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px; 
    position: relative;
}
.innerBrand h2{
    font-weight: 600;
}
.brand-img {
    width: 240px;
    height: 100px;
    object-fit: contain;
}
#wrapper .brand-title {
    font-size: 16px;
    
    font-weight: 500;
    margin-top: 15px;
}
@media screen and (max-width:1199px ){
    .cus-col-5 {
        width: 25%;
    }
    .innerBrand {
        min-height: 330px;
    }
}
@media screen and (max-width:991px ){
    #wrapper .brand-title {
        margin-top: 15px;
    }
    .innerBrand {
        min-height: 180px;  
    }
    #wrapper .productWrapper.m-bottom-50 {
        margin-bottom: 35px;
    }
    .productWrapper.cus-col-5 {
        width: 33.33%;
    }
    .productWrapper .offer-tag {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 11px;
    }

}
@media screen and (max-width:767px ){
    .productWrapper.cus-col-5 {
        width: 50%;
    }
    .cus-col-5 {
        width: 50%;
    }
    .brand-img {
        width: 200px;
        height: 80px;
    }
    .innerBrand {
        min-height: 210px;
    }
    #wrapper .productWrapper.m-bottom-50 {
        margin-bottom: 5px;
    }
}
@media screen and (max-width:520px ){
.innerBrand {
    min-height: 250px;
}
.section.product-list-new{
    padding: 15px;
}
}
@media screen and (max-width:400px ){
    .cus-col-5 {
        width: 100%;
    }
    .wrapper-Search {
        width: 100%;
    }
    
}
@media screen and (max-width:400px ){
    .productWrapper.cus-col-5 {
        width: 50%;
    }

}
/*Brand E
------------------------*/
/************************/
/*Custom Table S
------------------------*/
.m-top-150{
    margin-top: 150px;
}
.table-width {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}
.custom-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #dfdfdf;
}
.custom-table .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #eeebeb;
}
.custom-table table tr th, 
.custom-table table tr td{ 
    padding: 15px 30px;
}
.custom-table table tr td{ 
    
    font-weight: 500;
}
.common-btn-another {
    min-width: 190px;
    border: solid 2px #000;
    display: inline-block;
    color: #333333;
    
    font-weight: 500;
    font-size: 18px;
    padding: 12px 18px;
    border-radius: 8px;
}
.common-btn-another:hover{
    text-decoration: none;
    color: #333333;
}
@media screen and (max-width:991px ){
    img.cloudzoom {
        width: auto;
    }
    .product-price1 {
        font-size: 24px;
    }
    .product-price1 .offPrice {
        font-size: 22px;
    }
}
@media screen and (max-width:767px ){
    .m-top-150 {
        margin-top: 80px;
    }
    .morBtn-wrapper .dropdown {
        margin-bottom: 12px;
        margin-right: 0;
    }
    .custom-table table tr th, 
    .custom-table table tr td {
        padding: 12px 15px;
        font-size: 14px;
    }
    .dropbtn {
        padding: 6px;
    }
    .common-btn-another {
        min-width: 160px;
        font-size: 16px;
        padding: 8px 12px;
    }
}
@media screen and (max-width:576px ){
    #slider1{
        width:90px;
        flex: 0 0 90px; 
        margin:0 8px 0 0
    }
    .cloudzoom-block {
        width: calc(100% - 98px);
        flex: 0 0 calc(100% - 98px);
        box-shadow: none;
        height: 350px;
        min-height: auto;
        text-align: center;
    }
}
@media screen and (max-width:400px ){
    #slider1 {
        width: 62px;
        flex: 0 0 62px;
    }
    .cloudzoom-block{
        width: calc(100% - 70px);
        flex: 0 0 calc(100% - 70px);
    }
    #slider1 .thumbelina li img {
        height: 70px;
    }
    img.cloudzoom{
        object-fit: fill;
    }
}
@media screen and (max-width:330px ){
    #slider1 .thumbelina li img {
        width: 69px;
    }
}
/*Custom Table E
------------------------*/
/************************/
/*custom Dropdown S
-------------------------*/
.customDropDown {
    border-top: solid 1px #c2c2c2;
    position: absolute;
    top: 100%;
    left: -155%;
    width: 1000px;
    background: #efe9e8;
    text-align: left;
    padding: 22px 22px 0;
    display: none;
    flex-wrap: wrap;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    min-height: 150px;
    max-height: 350px;
    overflow: auto;
}

#gNavi li:hover .customDropDown {
    display: flex;
}
.customDropDown > div {
    width: 25%;
    flex: 0 0 25%;
    padding-right: 15px;
    box-sizing: border-box;
}
#wrapper .customDropDown > div h3 {
    font-size: 15px;
    
    font-weight: 600;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin-bottom: 12px;
}
#gNavi .customDropDown > div ul li a {
    font-size: 15px;
    color: #646464;
    padding: 0 0 5px;
    
    font-weight: 500;
    text-transform: capitalize;
}
#gNavi .customDropDown > div ul li a:hover{
    color: #000;
}
#gNavi .customDropDown > div ul {
    margin-bottom: 15px;
    padding-left: 0;
}

#gNavi .customDropDown > div ul li{
    margin: 0;
    display: block;
}
#gNavi .customDropDown > div ul li a:after,
#gNavi .customDropDown > div ul li a:before {
    display: none;
}
@media screen and (max-width: 1300px){
    .customDropDown {
        width: 600px;
    }
}
@media screen and (max-width: 1200px){
    .customDropDown {
        width: 570px;
    }
}
@media screen and (max-width: 991px){
    .customDropDown {
        width: 100%;
        position: static;
        padding: 12px 20px;
        min-height: auto;
        max-height: 100%;
        overflow: auto;
    }
    #gNavi .customDropDown > div ul li a {
        font-size: 13px;
        padding: 0 0 6px;
    }
    #gNavi .customDropDown > div ul {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 576px){
    .customDropDown {
        padding: 12px;
    }
    .customDropDown > div {
        width: 50%; 
        flex: 0 0 50%;
        padding-right: 12px;
    }
    .customDropDown > div h3 {
        font-size: 15px;
        padding-bottom: 10px;
    }
    #gNavi .customDropDown > div ul {
        margin-bottom: 6px;
    }
    #gNavi .customDropDown > div ul li a {
        font-size: 12px;
        padding: 0 0 4px;
    }
}
/*custom Dropdown E
-------------------------*/
/*************************/
/*Cart S
-------------------------*/
.custom-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    z-index: 99;
    border: solid 2px #000;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    text-align: center;
    line-height: 9px;
    font-size: 10px;
    color: #fff;
    background: #000;
}
/*Cart E
-------------------------*/
/************************/
/*Qauntity Dropdown S
-------------------------*/
.item-quantity .qty ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px !important;
}
.item-quantity .qty ul li {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    width: 30px;
    text-align: center;
}
.item-quantity .qty ul li:first-child ,
.item-quantity .qty ul li:last-child {
    background: #000;
    color: #fff;
    cursor: pointer;
}
.item-quantity .qty ul li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.item-quantity .qty ul li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/*Qauntity Dropdown E
-------------------------*/
.search-btn.search-input-box {
    padding: 0;
    padding-left: 12px;
}
.search-btn.search-input-box .input-group-append {
    background: #000;
    padding: 8px 12px;
    color: #fff;
    cursor: pointer;
    border: 0;
}
.search-btn.search-input-box .input-group-append i{
    color: #fff;
}
/****************/
/*Range Slider S
-------------------*/
.range-control {
    position: relative;
}
.range-control output {
    position: absolute;
    bottom: 100%;
    background: #ffffff;
    box-shadow: 0 0 3px #cac4c4;
    padding: 4px 8px;
    min-width: 25px;
    text-align: center;
    border-radius: 4px;
    display: none;
    margin-bottom: 10px;
    font-size: 13px;
}
.range-control output:after {
    position: absolute;
    content: "";
    border-right: solid 6px transparent;
    border-top: solid 6px #dddede;
    border-left: solid 6px transparent;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
}
.range-control input[type=range]:active + output {
    display: block;
    transform: translateX(-50%);
}
/*Range Slider E
-------------------*/
/*******************/
/*Small Item Slider S 
-----------------------*/
#slider1 .listWrapper {
    min-height: 400px;
    max-height: 400px;
    position: relative !important;
}
.control{
    width: 80px;
    text-align: center;
}
.control .down, .control .up {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 3px;
    background: #000 url(../../images/icon_up.png) no-repeat scroll center center;
}
.control .up {
    margin-top: 5px;
    background:#000  url(../../images/icon_down.png) no-repeat scroll center center;
}
@media screen and (max-width: 400px){
    .control {
        width: 66px;
    }
    .control .down, 
    .control .up{
        width: 26px;
        height: 26px;
    }   
}
/*Small Item Slider E
-----------------------*/
/***********************/
/*Range Slider S
-----------------------*/
.slider-labels {
    margin-top: 10px;
}
.noUi-target,.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s,top .3s;
    transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
.noUi-base,.noUi-handle {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.noUi-horizontal {
    height: 4px;
}
.noUi-horizontal .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: -7px;
    top: -7px;
    background-color: #050831;
    border: solid 2px #b6ab4d;
    box-sizing: border-box !important;
    box-shadow: 0 0 3px #968585;
}
.noUi-background {
    background: #D6D7D9;
}
.noUi-connect {
    background: #050831;
    -webkit-transition: background 450ms;
    transition: background 450ms;
}
.noUi-origin {
    border-radius: 2px;
}
.noUi-target {
    border-radius: 2px;
}
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle {
    cursor: default;
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
    background: #B8B8B8;
}
[disabled].noUi-origin,[disabled] .noUi-handle {
    cursor: not-allowed;
}
.caption {
    font-size: 14px;
    font-weight: 600;
}
/*Range Slider E
-----------------------*/
/***********************/
/*Faq S
------------------------*/
#wrapper .faq-wrapper{
    padding-bottom: 50px;
}
#wrapper .faq-wrapper .panel{
    color: #000;
    background: transparent;
    border-radius: 0;
    margin: 0 0 20px;
    border-bottom:solid 1px #e6d7d7;
}
.faq-wrapper .panel-heading{
    background: #000;
    padding: 0;
}
#wrapper .faq-wrapper .panel-title{
    position: relative;
}
.faq-wrapper .panel-title a {
    display: block;
    padding:14px 15px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.faq-wrapper .panel-title i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
}
.faq-wrapper .panel-body {
    padding:12px 32px;
    color: #000;
    font-size: 15px;
}
.order-details-sec{
	padding: 60px 0 100px;
}
.order-details-sec .address-heading{
	margin-bottom: 20px !important;
}
.order-details-sec .order-list-inner{
	padding: 30px;
	border: none;
    background-color: #fff;
}
.order-details-sec .order-list-inner .table>tbody>tr>td{
	border-top: none;
	border-bottom: 1px solid #eee;
}


@media screen and (max-width: 767px){
    #wrapper .faq-wrapper .pull-right {
        float: right!important;
    }   
    .faq-wrapper .panel-body {
        padding: 12px 16px;
    }
    .section.product-list-new .cus-col-5{
        width: 50%; 
    }
    #wrapper .section.product-list-new .brand-title {
    font-size: 12px;
}
.section.product-list-new .common-text {
    font-size: 10px;
}
.section.product-list-new .innerBrand {
    padding: 5px;
}
.section.product-list-new .offer-tag {
    width: 37px;
    height: 37px;
    border-radius: 55px;
    line-height: 37px;
    font-size: 10px;
}
}
/*Faq E
------------------------*/


