.theme-border, .table-bordered {
    border-top: solid 2px #ffa726;
}
.theme-color {
    color: #ffa726;
}
.title-border {
    border-bottom: solid 2px #dfdfdf;
    padding-bottom: 30px !important;
    margin-bottom: 40px !important;
}
.top-logo{float:right;}
.top-left-img{position:absolute;left:27px;}
.top-banner .part{float:left;position:relative;}
.top-banner .part-1{width:34.54%;}
.top-banner .part-2{width:15.46%;}
.top-banner .part-3{width:24.97%;}
.top-banner .part-4{width:25.03%;}
.top-banner .part-50{width:50%;}
.top-banner .part-50 .new-collection{text-transform:none !important;text-align: right;padding-right: 20px;font-weight: normal;}
.top-banner .part-50 .about-us{text-align: center;}
.top-banner img{width:100%;}
.top-banner .part span{position:absolute;bottom:56px;text-align:center;display:inline-block;width:100%;font-size:34.2px;color:#fff;text-transform:uppercase;font-style:italic;font-weight:700;}
.top-banner .part.part-1 span{font-size:72.4px;line-height:72.4px;;font-weight:300;font-style:normal;text-align:left;margin-left:30px;}
@media only screen and (max-width: 767px) {
    .title-border {
    margin-bottom: 15px !important;
    padding-bottom: 10px !important;
}
}.theme-block {
    border: solid 1px #dfdfdf;
    border-top: solid 2px #ffa726;
    padding: 30px 29px;
    margin-bottom: 60px;
}
.no-theme-block {
    border: none;
    padding: 0;
    margin-bottom: 0;
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
    font-size: 16px;
    line-height: 1.667em;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
}
@media only screen and (max-width: 991px) {
    .theme-block {
    padding: 15px;
    margin-bottom: 30px;
}
}.table-bordered thead>tr>th, .table-bordered thead>tr>td {
    border-bottom-width: 1px;
}
.table-bordered th, .table-bordered td {
    border: solid 1px #dfdfdf;
}
.ink {
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    z-index: 9999;
}
.animate {
    -webkit-animation: ripple 0.65s linear;
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@-moz-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@-o-keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}@keyframes ripple {
    100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
}
}.icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.icon-sprite-for-modules {
    background-image: url(../images/icon_sprite.png);
}
@media (-webkit-min-device-pixel-ratio: 2),  (min--moz-device-pixel-ratio: 2),  (-o-min-device-pixel-ratio: 4 / 2),  (min-device-pixel-ratio: 2),  (min-resolution: 192dpi),  (min-resolution: 2dppx) {
    .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
}
}@media only screen and (min-width: 992px) {
    .page-header-container {
    position: relative;
    text-align: center;
}
.page-header-container::after {
    content: '';
    display: table;
    clear: both;
}
.header-minicart.desktop {
    position: absolute;
    right: 0;
    top: 8px;
}
}.page-header {
    padding: 0;
}
.container {
    position: relative;
}
.header-row-background {
    margin-bottom: 21px;
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #ebebeb;
}
.header-row-background a {
    color: #777;
}
.header-row-background a:hover {
    color: #333;
}
.header-row-background .header-row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
.header-row-background:after {
    content: '';
    display: table;
    clear: both;
}
.header-row-background .form-language, .header-row-background .currency-switcher {
    float: left;
    margin-right: 10px;
}
.header-row-background .welcome-msg {
    float: right;
    margin: 2px 0 0;
    color: #ffa726;
}
@media only screen and (max-width: 767px) {
    .header-row-background {
    display: block;
}
.header-row-background .welcome-msg {
    float: none;
    text-align: center;
    margin: 0;
}
}
.header-switchers {
    float: right;
    border-left: 1px solid #ded6b4;
    padding: 0 30px 0 43px;
	display:none;
}
.header-switchers:after {
    content: '';
    display: table;
    clear: both;
}
.header-switchers .header-button {
    float: right;
    position: relative;
    line-height: 20px;
}
.header-switchers .header-button>a {
    display: block;
}
.header-switchers .header-button>a:after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    font-size: 28px;
    line-height: 18px;
    padding-left: 5px;
    vertical-align: middle;
}
.header-switchers .header-button.currency-list>a, .header-switchers .header-button.lang-list>a {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    text-align: center;
    width: 100%}
.header-switchers .header-button ul {
    display: none;
    text-align: left;
    position: absolute;
    left:-44px;
    top: 100%;
    z-index: 999;
    background: #fff;
    width: 208px;
    padding: 15px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    cursor: default;
}
.header-switchers .header-button ul li {
    float: none;
    display: block;
    line-height: 18px;
    padding: 7px 18px;
    cursor: default;
}
.header-switchers .header-button ul li:last-child {
    border: 0;
}
.header-switchers .header-button ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #726868;
    min-height: 18px;
}
.header-switchers .header-button ul li a:hover, .header-switchers .header-button ul li a.selected {
    text-decoration: none;
    color: #ffa726;
}
.header-switchers .header-button ul li a .mobile-part {
    display: none;
}
.header-switchers .header-button>a:hover, .header-switchers .header-button.active>a {
    text-decoration: none;
}
.header-switchers .header-button.full_mode {
    width: auto;
    cursor: pointer;
}
.header-switchers .header-button.full_mode .header-button-title .label {
    padding-right: 5px;
}
.header-switchers .header-button.full_mode .header-button-title .current {
    font-weight: normal;
    color: #b8b8b8;
    vertical-align: top;
    line-height: 20px;
    padding: 15px;
    display: block;
}
.header-switchers .header-button.full_mode .header-button-title .current::after {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,  0);
    content: "";
    font-size: 16px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.header-switchers .header-button.full_mode .header-button-title:hover .current {
    color: #ffa726;
}
@media only screen and (max-width: 767px) {
    .header-switchers .header-button.full_mode {
    float: none;
}
}.logo {
    display: inline-block;
    min-width: 100px;
    min-height: 44px;
    margin: 22px auto 20px;
    text-align: center;
 	font-size:36px;
	line-height:40px;
	color:#000000;       
}
.logo span{font-weight:bold;}
.logo img {
    max-width: 100%}
.logo .small {
    display: block;
}
.logo .large {
    display: none;
}
@media only screen and (max-width: 991px) {
    .logo {
    margin: 20px 0;
    width: 100%;
    text-align: center;
}
.logo img {
    display: inline-block;
}
}@media only screen and (min-width: 768px) {
    .logo .small {
    display: none;
}
.logo .large {
    display: block;
}
}@media only screen and (max-width: 767px) {
    .logo {
    max-width: 100%}
}.skip-container.mobile {
    background-color: #f5f5f5;
}
.skip-container.mobile .skip-links {
    position: relative;
}
.skip-links {
    clear: both;
    position: relative;
}
.skip-links:after {
    content: '';
    display: table;
    clear: both;
}
@media only screen and (min-width: 992px) {
    .skip-links {
    border: 0;
    float: right;
}
.skip-container {
    position: relative;
    float: right;
}
.skip-container.mobile {
    display: none;
}
}.skip-link .icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    font-size: 24px;
}
.skip-link.skip-nav .icon, .skip-link.skip-cart:not(.no-count) .icon {
    margin-right: 3px;
}
@media only screen and (min-width: 500px) {
    .skip-link .icon {
    margin-right: 3px;
}
}.skip-link .label {
    display: none;
}
@media only screen and (min-width: 500px) {
    .skip-link .label {
    display: inline;
}
}.skip-content {
    display: none;
}
.skip-content.skip-active {
    display: block;
    position: absolute;
    background: #fff;
    top: 40px;
    z-index: 1000;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    -webkit-animation: skipLinks 0.25s linear;
    -webkit-animation: skipLinks 0.25s linear;
    -moz-animation: skipLinks 0.25s linear;
    -ms-animation: skipLinks 0.25s linear;
    -o-animation: skipLinks 0.25s linear;
    animation: skipLinks 0.25s linear;
}
@-webkit-keyframes skipLinks {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-moz-keyframes skipLinks {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@-o-keyframes skipLinks {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}@keyframes skipLinks {
    0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}.main-menu .skip-content.skip-active {
    position: relative;
}
@media only screen and (max-width: 991px) {
    .header-search, .header-minicart.desktop {
    display: none;
}
.skip-link {
    border-right: solid 1px #fff;
    position: relative;
    float: left;
    width: 20%;
    height: 50px;
    color: #757575;
    line-height: 48px;
    text-align: center;
}
.skip-link.skip-nav {
    border-left: solid 1px #fff;
}
.skip-link .label {
    color: #757575;
}
.skip-link:hover, .skip-link.skip-active {
    background: #eacaa9;
    color: #fff;
}
.skip-link.skip-active span, .skip-link:hover .label, .skip-link:hover .icon {
    color: #fff;
}
.skip-content.skip-active {
    background: #fff;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 999;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) ;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) ;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) }
#header-account li a, #header-account .header-button .header-button-title {
    padding: 3px 15px 4px 25px;
    border-bottom: 1px solid #dedcdc;
    text-align: left;
    color: #8b8b8b;
    line-height: 30px;
}
#header-account li a span.current, #header-account .header-button .header-button-title span.current {
    color: #8b8b8b;
    padding: 0;
}
#header-account li a span.current:hover, #header-account .header-button .header-button-title span.current:hover {
    color: #000;
}
#header-account li:last-child a {
    border-bottom: 0;
}
.no-touch #header-account a:hover, .header-button .header-button-title:hover {
    background-color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.header-switchers {
    display: none;
}
.header-button ul li a span {
    display: none;
}
.header-button ul li a span.mobile-part {
    display: inline-block;
}
}a.skip-link {
    text-decoration: none;
}
@media only screen and (min-width: 500px) {
    .skip-link {
    width: 25%}
}.account-cart-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
}
@media only screen and (max-width: 991px) {
    .account-cart-wrapper {
    position: static;
}
}
