.top-info-currency li:hover ul.common-drop{
  margin-left: -15rem;
}
ul.common-drop::after {
  border-bottom: 10px solid #2b3643;
  right: 8%;
  left: unset !important;
}  
/* desktop css start */
@media only screen and (min-width: 1025px){
.header-custom-menu-desktop{
  float: right;
  width: 25rem;
}
.header-custom-menu-desktop .accessories-menu{
  width: 3rem;
}
.blog-img{
  width:75%;
}
.blog-left-div, .blog-right-div{
  float:left; width:50%; padding:2%;
}
}

/* desktop css end */
@media only screen and (min-width: 768px){
.page-header .panel.header{
  max-width: unset ! important;
}
.page-header .panel.wrapper{
  background-color: #fff ! important;
}
.nav-sections{
  display: none;
}
.minicart-wrapper, .block-search{
    margin-top: 30px;
}
/*.block-search{
  width: unset ! important;
}*/
.block-search .action.search{
  top: 26px;
}
.block-search .action.search:before{
  color: #fff ! important;
  font-size: 20px ! important;
}
.relesed-menu{
  width: 50%;
  margin-top: 18px;
}
.block-search .field.search{
  display: none;
}
.fixed-menu{
  display: none;
}
.relesed-menu.mobile {
  display: none;
}
.relesed-menu.desktop .released-sub-menu{
  margin-top: 70px;
  left: 26.5rem;
  width: 26rem;
  height: auto;
  background-size: cover;
}
.header-custom-menu-mobile{
  display: none;
}
.accessories-menu{
  width: 3%;
  float: left;
  margin-top: 35px;
  text-align: center;
}
.goog-te-gadget {
   padding-top: 22px !important;
}
.celling-block .top-block , .celling-block .bottom-block {
  width: 100%;
  float: left;
}
.celling-block .bottom-block{
  display: flex;
  justify-content: center;
}
.celling-block .top-block {
  margin-bottom: 25px;
}
.top-selling .promo-block img{
  height: 250px;
}
}


@media (max-width: 768px) {
#banner-slider .banner-caption {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  padding: 15px;
  color: #fff;
}
#banner-slider .item {
  background-size: contain;   /* ✅ show the full image */
  background-position: center;
  background-repeat: no-repeat;
  min-height: 250px;          /* ✅ adjust depending on your design */
}
#banner-slider .banner-caption h1.banner-heading {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
#banner-slider .banner-caption h6.banner-content {
  font-size: 16px;
  color: #fff;
}
.banner .banner-slider .item {
  height: auto !important;
  background-size: cover !important;
}

}
@media (max-width: 480px) {
#banner-slider .item {
    min-height: 220px;
    padding: 15px;
}
#banner-slider .banner-caption h1.banner-heading {
    font-size: 20px;
}
#banner-slider .banner-caption h6.banner-content {
    font-size: 14px;
}
}

@charset "utf-8";
/* CSS Document */
body {
/*font-family: 'Proxima Nova Rg';*/
/*font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";*/	
font-family: "Montserrat Rg";
overflow-x: hidden;
font-size:12px;  
}
a:focus, .btn:focus {
outline: none;
outline-offset: 0px; 
text-decoration: none;
}
a:hover, a:focus {
text-decoration: none;
}
ul {
padding: 0px;
margin: 0px;
}
ul li {
list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
/*font-family: 'Proxima Nova Alt Lt';
font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";*/
font-family: "Montserrat Bl";
} 
p {
margin: 0;
/*font-family: 'Proxima Nova Rg';*/
font-family: 'Montserrat Rg';
/*font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";*/
letter-spacing: 1px;
color: #a1a1a1;
}
.relative {
position: relative;
}
/*::-webkit-input-placeholder {
color: #000;
}
::-moz-placeholder {
color: #000;
}
:-ms-input-placeholder {
color: #000;
}
:-moz-placeholder { 
color: #000;
}*/
section {
position: relative; 
overflow: hidden;
padding: 60px 0;
}
.header-top-bar{
color: #bf9668;
font-size:14px;
font-weight:800;
text-align:center;
}
#toTop {
position: fixed;
bottom: 0px;
right: 10px;
height: 40px;
width: 40px;
background: #d35400;
color: #fff;
text-shadow: 0 0 1px #00587a;
line-height: 20px;
border-radius: 0%;
cursor: pointer;
display: none;
font-size: 20px;
z-index: 1111;
}
#toTop:after {
position: absolute;
left: 0;
top: 0px;
content: '';
z-index: -1;
border-top: 38px solid #f5b041;
border-right: 38px solid transparent;
}
#toTop:before {
position: absolute;
left: 0;
top: 0px;
content: '';
z-index: -1;
border-top: 38px solid #e67e22;
border-left: 38px solid transparent;
}
/*--------------loader-------------*/
#loader-wrapper {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999999;
background: #fff;
overflow: hidden;
}
#loader {
display: block;
position: relative;
left: 50%;
top: 50%;
width: 100px;
height: 100px;
line-height:100px;
text-align:center;
margin: -50px 0 0 -50px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #bf9668;
-webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:before {
content: "";
position: absolute;
top: 5px;
left: 5px;
right: 5px;
bottom: 5px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #21232b;
-webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
#loader:after {
content: "";
position: absolute;
top: 15px;
left: 15px;
right: 15px;
bottom: 15px;
border-radius: 50%;
border: 2px solid transparent;
border-top-color: #e3b265;
-webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}
.loader-gif {
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);
width: 350px;
}
.loader-gif > img {
width: 350px;
}
@-webkit-keyframes spin {
  0%   { 
      -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
      transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
      -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
      transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {  
  0%   { 
      -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
      transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
      -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */  /* IE 9 */
      transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes fadeler{
0%{
  box-shadow:0 0 0 0 rgba(191,150,104,0.5);
}
100%{
  box-shadow:0 0 0 10px rgba(191,150,104,0);
}
}
-webkit-@keyframes fadeler{
0%{
  box-shadow:0 0 0 10px rgba(191,150,104,0);
}
100%{
  box-shadow:0 0 0 10px rgba(191,150,104,0);
}
}
.fadeler{
transition:all 0.3s ease-in 0s;-moz-transition:all 0.3s ease-in 0s;-ms-transition:all 0.3s ease-in 0s;-o-transition:all 0.3s ease-in 0s;-webkit-transition:all 0.3s ease-in 0s;
animation:1.2s linear infinite running fadeler;
-moz-animation:1.2s linear infinite running fadeler;
-ms-animation:1.2s linear infinite running fadeler;
-o-animation:1.2s linear infinite running fadeler;
-webkit-animation:1.2s linear infinite running fadeler; 
}
/*--------------end-loader-------------*/
/*---sticky header------*/
@-webkit-keyframes top-animation {
0% {
top: -82px;
}
100% {
top: 0px;
}
}
@-moz-keyframes top-animation {
0% {
top: -82px;
}
100% {
top: 0px;
}
}
@-o-keyframes top-animation {
0% {
top: -82px;
}
100% {
top: 0px;
}
}
@keyframes top-animation {
0% {  
top: -82px;
}
100% {
top: 0px;
} 
}
/*---------------Hack css for Safari-----------*/
@media screen and (-webkit-min-device-pixel-ratio:0) {

}
/*---------------Hack css for Google Chrome-----------*/
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {

}
/*---------------custome-checkbox-------------*/
.styled-checkbox {
position: absolute;
opacity: 0;
}
.styled-checkbox + label {
position: relative;
cursor: pointer;
padding: 0;
color:#e5e5e5;
}
.styled-checkbox + label:before {
content: '';
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
width: 20px;
height: 20px;
background: rgba(255,255,255,0.5);
}
.styled-checkbox:hover + label:before {
background: rgba(255,255,255,0.5);
}
.styled-checkbox:focus + label:before {
box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
background: rgba(255,255,255,0.5);
}
.styled-checkbox:disabled + label {
color: #b8b8b8;
cursor: auto;
}
.styled-checkbox:disabled + label:before {
box-shadow: none;
background: #ddd;
}
.styled-checkbox:checked + label:after {
content: '';
position: absolute;
left: 5px;
top: 11px;
background: #FFFFFF; 
width: 2px;
height: 2px;
box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.color-red {
color:#fe2b03 !important; 
} 
/*--------------modals--------------*/
.cust-modal ::-webkit-input-placeholder { 
color: #ff;
}
.cust-modal ::-moz-placeholder { 
color: #fff;
}
.cust-modal :-ms-input-placeholder { 
color: #fff;
}
.cust-modal :-moz-placeholder { 
color: #fff;
}
#loginModal .modal-dialog, #forgot-pass-Modal .modal-dialog {
margin: 150px auto 0;
}
.cust-modal .modal-content {
background: #D93F21;
border-radius: 0;
overflow:hidden;
}
.cust-modal .modal-header {
border-bottom:0;
position:relative;  
z-index:1;
}
.modal-header::before {
background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
width: 70%;
}
.cust-modal .modal-title {
color: #ffffff;
font-size: 24px;
font-weight: 700;
text-align: center;
text-transform: capitalize;
}
.cust-modal .modal-dialog {
margin: 30px auto;
width: 440px;
}
.cust-input .cust-icon {
border-right: 1px solid rgba(255, 255, 255, 0.1);
color: rgba(255, 255, 255, 0.4);
display: block;
font-size: 18px;
height: 40px;
left: 0;
line-height: 40px;
position: absolute;
text-align: center;
top: 0;
width: 40px;
}
.cust-input {
position:relative;  
}
.cust-input .form-control {
background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
border: 0 none;
box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
color: #ffffff;
font-size: 14px;
height: 40px; 
padding-left: 50px;
}
.cust-input .form-control:focus {
background: rgba(255, 255, 255, 0.3);
}
.modal-social {
margin: 0 0 40px;
text-align:center;
}
.modal-social ul li {
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
.social-icon {
background: #ffffff none repeat scroll 0 0;
border-radius: 50%;
display: block;
font-size: 18px;
height: 36px;
line-height: 36px;
text-align: center;
width: 36px;
}
.btn-facebook {
color: #344d85;
}
.btn-twitter {
color:#3EA0EB;  
height:48px;
width:48px;
line-height:48px;
font-size:24px;
}
.btn-google {
color:#D7396D;  
}
.cust-modal .modal-body {
padding: 40px 40px 15px;
}
.cust-modal .modal-footer {
text-align:center;
border-top:0; 
}
.btn.cust-btn {
background: #ffffff none repeat scroll 0 0;
border: 0 none;
border-radius: 30px;
color: #d93f21;
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
padding: 8px 20px;
text-transform: uppercase;
}
.forget-line li {
float: left;
text-align: left;
width: 50%;
}
.forget-line li:last-child {
text-align: right;
}
.forget-line li:last-child a {
color: #e5e5e5;
font-weight: 700;
text-transform: capitalize;
}
.sign-up-link {
color: #e5e5e5;
display: block;
font-weight: 700;
margin: 20px 30px 10px;
}
.sign-up-link:hover {
color: #ffffff;
}
.cust-modal .close {
background: rgba(16, 131, 181, 0.2) none repeat scroll 0 0;
border-radius: 50%;
height: 30px;
margin: 0;
opacity: 1;
position: absolute;
right: 6px;
text-align: center;
top: 17px;
width: 30px;
}
.cust-modal .close:hover {
opacity:1;  
}
.close > img {
padding: 10px;
width: 100%;
}
/*------------trial-modal----------*/
#trialModal .modal-dialog {
margin: 60px auto 0;
width: 550px;
}
#trialModal .modal-body {
padding: 50px 40px 15px;
}
.select-user {
padding: 10px 0;
text-align: left;
}
.select-user h4 {
color: #ffffff;
font-size: 16px;
font-weight: 700;
padding:0 0 10px;
}
.select-user p {
color: #e5e5e5;
font-size: 16px;
font-weight: 600;
}
.prefared-user {
border-top: 1px solid rgba(255, 255, 255, 0.2);
margin: 8px 0 0;
padding: 20px 0 0;
}
.prefared-user > h4 {
color: #ffffff;
font-size: 16px;
padding: 0 0 20px;
text-align: left;
}
.modal-header > span {
color: #808080;
display: block;
font-weight: 500;
padding: 4px 0 0;
}
.cust-input select {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
-o-appearance: none;
}
.cust-input select option:hover {
background:#F00 !important; 
}
.select-icon {
color: #ffffff;
font-size: 18px;
height: 40px;
line-height: 40px;
pointer-events: none;
position: absolute;
right: 0;
text-align: center;
top: 0;
width: 40px;
}
/*--------------animation--------------*/
.testimonial-block .tab-pane.active .user-detials {
animation: 0.6s ease running bounceInRight;
}
.testimonial-block .tab-pane.active .user-img {
 animation: 0.6s ease running pulse;  
}
.news-block .tab-pane.active .latest-blog .item {
animation: 0.6s ease running fadeInRight;  
}
.grow-item.active {
animation: 0.9s ease running flipInX;  
}
.testimonial-block .nav.nav-tabs a::before {
animation: 0.6s ease running fadeInDown;  
}
/*--------------sticky-header----------*/
.sticky-header .other-header {
animation: 0.6s ease 0s normal none 1 running top-animation;
background-color: #fff;
box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.08);
left: 0;
height: 65px;
position: fixed;
right: 0;
top: 0;
}
.sticky-header .position-logo {
height: 130px;
line-height: 100px;
width: 130px;
box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}
.sticky-header .position-logo {
top:10px;
}
.sticky-header .position-logo img {
width: 110px;
}
.sticky-header .buttons-top {
margin: 12px 0;
}
.sticky-header .buttons-top .btn.shop-btn {
color: #353535;
font-size: 13px;
margin-top: auto;
padding: 5px 20px;
width: auto;
}
.sticky-header ul.top-info-bar > li > a {
color: #353535;
}
.sticky-header .menu-icon > span::before, .sticky-header .menu-icon > span::after, .sticky-header .menu-icon span {
background: #353535 none repeat scroll 0 0;
}
.sticky-header .fixed-menu p {
color: #353535;
}
.sticky-header .fixed-menu {
background: transparent;
height: auto;
padding: 0;
top: 1px;
}
.sticky-header ul.top-info-bar {
margin: 3px 0 0;
}
.toggle-menu {
display:none; 
}
.sticky-logo {
display: none;
}
.sticky-header .main-logo {
display: none;
}
.sticky-header .sticky-logo {
display: block;
}
.sticky-header .sticky-logo {
display: block;
}
/*------in magento we did not show the scrollbar */
.relesed-menu-bar.clearfix, .relesed-menu-bar.clearfix:before, .relesed-menu-bar.clearfix:after, .relesed-menu-bar.container:before, .relesed-menu-bar.container:after, .relesed-menu-bar.container-fluid:before, .relesed-menu-bar.container-fluid:after, .relesed-menu-bar.row:before, .relesed-menu-bar.row:after {
display: inherit !important;
}
/*-----------header------*/
.menu-icon {
margin-top: 5px;
}
.menu-icon > span {
position: relative;
width: 5px;
height: 5px;
background: #fff;
display: inline-block;
-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;
}
.menu-icon > span::before, .menu-icon > span::after {
background: #fff none repeat scroll 0 0;
content: "";
height: 5px;
left: 0;
position: absolute;
width: 5px;
-webkit-transition: all 0.3s ease 0s;-moz-transition: all 0.3s ease 0s;-ms-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;
}
.menu-icon > span::before {
-webkit-transform: translateY(-8px);-moz-transform: translateY(-8px);-ms-transform: translateY(-8px);-o-transform: translateY(-8px);transform: translateY(-8px);
}
.menu-icon > span::after {
-webkit-transform: translateY(8px);-moz-transform: translateY(8px);-ms-transform: translateY(8px);-o-transform: translateY(8px);transform: translateY(8px);
}
.fixed-menu:hover span.first-dot::before, .fixed-menu:hover span.last-dot::before, .fixed-menu:hover span.middle-dot::before {
transform: translateY(-12px);-moz-transform: translateY(-12px);-ms-transform: translateY(-12px);-webkit-transform: translateY(-12px);-o-transform: translateY(-12px);
background: #E3B265;
}
.fixed-menu:hover span.first-dot::after, .fixed-menu:hover span.last-dot::after, .fixed-menu:hover span.middle-dot::after {
transform: translateY(12px);-moz-transform: translateY(12px);-ms-transform: translateY(12px);-webkit-transform: translateY(12px);-o-transform: translateY(12px);
background: #E3B265;
}
.fixed-menu:hover span.first-dot {
-webkit-transform: translateX(-5px);-moz-transform: translateX(-5px);-ms-transform: translateX(-5px);-o-transform: translateX(-5px);transform: translateX(-5px);
background: #E3B265;
}
.fixed-menu:hover span.last-dot {
-webkit-transform: translateX(5px);-moz-transform: translateX(5px);-ms-transform: translateX(5px);-o-transform: translateX(5px);transform: translateX(5px);
background: #E3B265;
}
.fixed-menu:hover span.middle-dot {
background: #E3B265;
}
.other-header {
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 99;
height: 65px;
}
.position-logo {
background: #fff none repeat scroll 0 0;
border-radius: 0 0 200px 0;
box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.5);
float: left;
/*height: 280px;*/
text-align: left;
/*width: 280px;*/
z-index: 5;
width: 195px;
height: 130px;
}
/*.position-logo {
position: absolute;
left: 50%;
top: 8px;
z-index: 5;
transform: translateX(-50%);-moz-transform: translateX(-50%);-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);
background: #000;
}*/
.position-logo  > a {
display: inline-block;
}
/*.position-logo i.icon-sewing-machine {
font-weight: 500;
font-size: 60px;
position: absolute;
top: 50%;
left: 15px;
transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);
}*/
.position-logo img {
width: 150px;
/*-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;*/
}
.buttons-top {
padding: 0 0 0 0;
}
.buttons-top .btn.shop-btn {
font-size: 14px;
min-width: auto;
padding: 5px 20px;
margin-top: auto;
}
.fixed-menu:hover {
color: rgb(227,178,101);
}
.closer-menu {
border: 1px solid #000;
border-radius: 50%;
cursor: pointer;
height: 40px;
line-height: 36px;
position: absolute;
right: 15px;
text-align: center;
top: 15px;
width: 40px;
overflow: hidden;
}
.closer-menu img { 
width: 20px;
}
.login-logo.released-logo {
position: absolute;
left: 0;
right: 50px;
text-align: center;
top: 16px;
}
.login-logo.released-logo a {
font-size: 25px;
color: #fff;
letter-spacing: 3px;
}
.relesed-menu .closer-menu {
border-color: #fff;
}
.relesed-menu {
/*background: #000 none repeat scroll 0 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
height: 100%;
left: -100%;
opacity: 0;
position: fixed;
top: 0;
visibility: hidden;
width: 360px;
z-index: 110;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;*/
 float: left;  
}
ul.relesed-menu-bar.mCustomScrollbar.clearfix._mCS_1.mCS_no_scrollbar{
margin-top: 0 ! important;
}
.relesed-menu li i {
float: right;
float: right;
padding: 2px 0 0 6px;
}
.relesed-menu-bar {
height: calc(100% - 140px);
width: 100%;
overflow: auto;
}
.relesed-menu .relesed-menu-bar li {
/*border-bottom: 1px solid rgba(0, 0, 0, 0.09);*/
  padding: 0.5rem;
  position: relative;
  margin-top: 1.5rem;
  float: left;
}
.relesed-menu .relesed-menu-bar li a {
/*padding: 30px 20px 20px 70px;*/
display: block;
color: #fff;
font-size: 14px;
/*letter-spacing: 3px;*/
font-weight: 400 !important;
text-transform: uppercase;
}
.relesed-menu .relesed-menu-bar li a:hover, .relesed-menu-bar li .released-sub-menu ul.released-sub-ul li a:hover {
/*-webkit-text-stroke-color:#E3B265;-ms-text-stroke-color:#E3B265;-o-text-stroke-color:#E3B265;-moz-text-stroke-color:#E3B265;text-stroke-color:#E3B265;*/
color: #E3B265;
}
.released-top-info-bar {
bottom: 0;
position: absolute;
width: 100%;
left: 0;
}
.relesed-menu-bar .mCSB_inside > .mCSB_container {
margin-right: 0;
}
.relesed-menu-bar .mCSB_scrollTools {
right: -1px;
width: 6px;
}
.released-top-info-bar li {
text-align: center;
width: 100%;
}
.released-top-info-bar li a {
background: #BF9668 none repeat scroll 0 0;
color: #fff;
display: block;
font-weight: 600;
line-height: 50px;
padding: 0 15px;
text-transform: uppercase;
}
.logo-color {
color:#e3b265;
}
.released-sub-menu {
background-size: cover;
background-position: center center;
height: 100%;
/*right: 0;*/
position: fixed;
top: -100%;
opacity: 0;
visibility: hidden;
/*width: calc(100% - 360px);*/
width: 49%;
/*z-index: -1;*/
z-index: 1;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.released-sub-menu::before {
position: absolute;
left: 0;
right: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
content: "";
z-index: -1;
}
.relesed-menu .relesed-menu-bar li:hover .released-sub-menu {
top: 0;
opacity: 1;
visibility: visible;
}
.released-sub-ul {
height: 100%;
/*padding-top: 75px;*/
/*width: 33.33%;*/
/*width: 40%;*/
width: 100%;
padding-top: 10px;
}
.relesed-menu .relesed-menu-bar li:hover {
  background-color: rgba(255,255,255,.25);
}
.relesed-menu-bar li .released-sub-menu ul.released-sub-ul li a {
color: #fff;
padding: 20px 20px 20px 35px;
font-size: 14px;
}
.relesed-menu .relesed-menu-bar .released-sub-ul li {
  padding: 0;
}
/*.relesed-menu-bar li .released-sub-menu ul.released-sub-ul li a:hover {
color: #BF9668;
}*/
.relesed-bg-img {
/*height: 100%;*/
height: 36rem;
position: fixed;
/*right: 0;*/
top: 0;
/*width: calc(100% - 360px);*/
/*width: 49%;*/
width: 72rem;
margin-top: 70px;
background-size: cover;
z-index: -1;
background-size: cover;
background-position: center center;
opacity: 0;
visibility: hidden;
/*-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);*/
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s; -ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.relesed-bg-img::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;   
content: "";
background: rgba(0,0,0,0.6);
}
.relesed-menu-bar li .released-sub-menu ul.released-sub-ul li:hover .relesed-bg-img {
/*-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);*/
opacity: 1;
visibility: visible;
}
.block-search .field.search.open{
display: block; 
}
.block-search , .block-search .block-content{
-webkit-transition: .7s ease;
  transition: .7s ease;
}
.top-bar {
background-color: #222222;
padding: 10px;
position: relative;
z-index: 2;
}
ul.top-info-bar {
margin-top: 5px;
align-items: center;
display: flex;
/* margin: 15px;*/
}
.accessories-block-custom li {
  float: left;
  position: relative;
  vertical-align: middle;
  padding: 0px 5px;
}

/*ul.top-info-bar > li {
float: left;
padding: 0 5px;
position: relative;
vertical-align: middle;
margin-left: 15px;
}*/
ul.top-info-bar > li > a {
color: #fff;
font-size: 18px;
letter-spacing: 1px;
text-transform: uppercase;
display: inline-block;
padding: 0 0 0 10px;
}
ul.common-drop {
background: #2b3643;
border-radius: 5px;
/*left: 50px;*/
max-width: 200px;
min-width: 180px;
padding: 10px;
position: absolute;
/*top: 35px;*/
margin-top: 14px;
opacity: 0;
visibility: hidden;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
}
ul.common-drop::after {
border-bottom: 10px solid #353535;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
left: 8%;
position: absolute;
top: -10px;
}
ul.common-drop > li {
display: block;
position: relative;
}
ul.common-drop li::before {
background: #ffffff none repeat scroll 0 0;
border: 2px solid #999999;
border-radius: 50%;
content: "";
height: 8px;
left: 0;
position: absolute;
top: 10px;
transition: all 300ms linear 0s;
width: 8px;
z-index: 2;
}
ul.common-drop li::after {
background: #999999 none repeat scroll 0 0;
content: "";
height: 35px;
left: 4px;
position: absolute;
top: 10px;
width: 1px;
z-index: 1;
}
ul.common-drop li:last-child::after{
content: none;
}
.top-info-currency li:hover ul.common-drop {
/*left: 0;*/
opacity: 1;
visibility: visible;
}
.common-drop > li:hover::before {
background-color:#E3B265;
}
ul.common-drop li a {
color: #b4b4b4;
display: inline-block;
font-size: 12px;
padding: 5px 15px;
letter-spacing: 0.3px;
text-transform: uppercase;
}
ul.common-drop li a:hover { 
color: #E3B265;
}
.top-info-currency {
  float: left;
  text-align: center;
  margin-top: 38px;
}
.top-info-currency li a {
  color: #fff;
  font-size: 14px;
}
.top-info-currency li {
  list-style-type: none;
}
.top-info-currency li:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: inherit;
  color: #fff;
  content: '\e622';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  margin-top: -4px;
  margin-left: 3px;
}
.accessories-menu .accessories {
  list-style-type: none;
}
.accessories-menu a {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
header.header span.counter {
background-color: #bf9668;
border-radius: 50%;
display: inline-block;
font-size: 8px;
font-weight: 600;
height: 20px;
line-height: 20px;
position: absolute;
right: -8px;
text-align: center;
top: -5px;
width: 20px;
color: #fff;
}
.cms-home.cms-index-index .buttons-alies {
display: none;
}
.cms-home.cms-index-index.sticky-header .buttons-alies {
display: block;
}
.buttons-top .btn.shop-btn:first-child {
margin: 0 5px 0 25px; 
}
.sticky-header .position-logo {
background: #fff none repeat scroll 0 0;
border-radius: 0 0 75px 75px;
box-shadow: none;
height: 120px;
left: 50%;
line-height: inherit;
position: absolute;
text-align: center;
top: 0 !important;
transform: translateX(-50%);
width: 150px;
border-bottom: 2px solid #bf9668;
}
/*.custom-header{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 99;
}
.top-bar {
background-color: #222222;
padding: 10px;
position: relative;
z-index: 2;
}
ul.top-info-bar {
float: left;
margin: 0 -15px;
}
ul.top-info-bar > li {
float: left;
padding: 0 15px;
position: relative;
vertical-align: middle;
}
ul.top-info-bar > li > a {
color: #fff;
font-size: 13px;
}
ul.common-drop {
background: #2b3643;
border-radius: 5px;
left: 50px;
max-width: 200px;
min-width: 180px;
padding: 10px;
position: absolute;
top: 35px;
opacity: 0;
visibility: hidden;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
}
ul.common-drop::after {
border-bottom: 10px solid #353535;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
content: "";
left: 30%;
position: absolute;
top: -10px;
}
ul.common-drop > li {
display: block;
position: relative;
}
ul.common-drop li::before {
background: #ffffff none repeat scroll 0 0;
border: 2px solid #999999;
border-radius: 50%;
content: "";
height: 8px;
left: 0;
position: absolute;
top: 10px;
transition: all 300ms linear 0s;
width: 8px;
z-index: 2;
}
ul.common-drop li::after {
background: #999999 none repeat scroll 0 0;
content: "";
height: 35px;
left: 4px;
position: absolute;
top: 10px;
width: 1px;
z-index: 1;
}
ul.common-drop li:last-child::after{
content: none;
}
ul.top-info-bar li:hover ul.common-drop {
left: 0;
opacity: 1;
visibility: visible;
}
.common-drop > li:hover::before {
background-color:#E3B265;
}
ul.common-drop li a {
color: #b4b4b4;
display: inline-block;
font-size: 13px;
padding: 5px 15px;
letter-spacing: 0.3px;
text-transform: uppercase;
}
ul.common-drop li a:hover { 
color: #E3B265;
}
span.counter {
background-color: #bf9668;
border-radius: 50%;
display: inline-block;
font-size: 8px;
font-weight: 600;
height: 20px;
line-height: 20px;
position: absolute;
right: -8px;
text-align: center;
top: -5px;
width: 20px;
color: #fff;
}
.main-header {
background: #fafafa none repeat scroll 0 0;
}
.logo {
float: left;
}
.main-header .logo > a {
color: #21232b;
font-size: 30px;
font-weight: 700;
line-height: 62px;
text-transform: uppercase;
}
.logo img {
margin: 0 auto;
width: 140px;
transition: all 300ms linear 0s;
-o-transition: all 300ms linear 0s;
-moz-transition: all 300ms linear 0s;
-webkit-transition: all 300ms linear 0s;
}
.logo-color {
color:#e3b265;
}
.cust-nav .menu-bar {
float: right;
margin: 0 -15px;
}
.cust-nav .menu-bar > li {
border-top: 2px solid transparent;
float: left;
position: relative;
}
.cust-nav .menu-bar a {
color: #353535;
display: block;
font-size: 13px;
font-weight: 500;
letter-spacing: 0.4px;
line-height: 60px;
margin: 0 10px;
text-transform: uppercase;
}
.menu-bar .sub-menu {
background: #fff none repeat scroll 0 0;
left: 0;
position: absolute;
top: 100%;
width: 270px;
opacity: 0;
visibility: hidden;
box-shadow: 1px 8px 25px -9px rgba(0, 0, 0, 0.35)
}
ul.top-info-bar i {
  margin: 0 5px;
}
.menu-bar li .sub-menu > li {
display: block;
float: none;
width: 100%;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.menu-bar li .sub-menu > li:hover {
background: #fafafa none repeat scroll 0 0;
}
.menu-bar > li.active, .menu-bar > li:hover {
background: #fff none repeat scroll 0 0;
border-color: #bf9668;
}
.menu-bar > li.active a, .menu-bar > li:hover a{
color: #353535;
}
.menu-bar li .sub-menu > li a {
font-size: 12px;
line-height: 50px;
margin: 0 0 1px;
padding: 0 15px;
}
.new-tag {
background: #bf9668;
color: #fff;
display: inline-block;
float: right;
font-size: 70%;
font-weight: 600;
line-height: 10px;
margin: 15px 0;
padding: 5px;
}
.menu-bar li:hover .sub-menu {
opacity: 1;
visibility: visible;
}
.menu-bar li.suit-btn, .menu-bar li.shirt-btn {
margin-top: 16px;
margin: 14px 5px 0;
background: transparent;
border-radius: 3px;
}
.menu-bar li.shirt-btn {
margin-right: 0;
}
.menu-bar li.suit-btn a, .menu-bar li.shirt-btn a {
color: #fff;
line-height: 30px;
}
.menu-bar li.suit-btn {
border:2px solid #BF9668;
background: #BF9668;
}
.menu-bar li.shirt-btn {
border:2px solid #353535;
background: #353535;
}
.menu-bar li.suit-btn:hover {
background:#353535;
}
.menu-bar li.shirt-btn:hover {
background:#BF9668;
}
.menu-bar li.suit-btn:hover a, .menu-bar li.shirt-btn:hover a {
color: #fff;
}*/
/*--------header logo animation--------*/
.position-logo svg {
/* margin-top: 30px;
width: 250px;*/
margin-top: 10px;
width: 160px;
height: 100px;
}
.moving_lines {
-webkit-animation: path_grow 20s linear infinite;
animation: path_grow 20s linear infinite
}
@-webkit-keyframes path_grow {
0% {
  /*stroke-dashoffset: 0*/
  top:0;
}
100% {
  /*stroke-dashoffset: -1000*/
  bottom: 0;
}
}
@keyframes path_grow {
0% {
  stroke-dashoffset: 0
}
100% {
  stroke-dashoffset: -1000
}
}
.pri-bounce{
-webkit-animation:bouncey 1.6s linear infinite;animation:bouncey 1.6s linear infinite
}
@-webkit-keyframes bouncey {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
50% {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
}

@keyframes bouncey {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
50% {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
}
.lightpri-bounce{
-webkit-animation:lightbouncey 1.6s linear infinite;animation:lightbouncey 1.6s linear infinite
}
@-webkit-keyframes lightbouncey {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
50% {
  -webkit-transform: translateY(50px);
  transform: translateY(50px)
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
}

@keyframes lightbouncey {
0% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
50% {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px)
}
100% {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}
}
.rotating-btn {
-webkit-animation:spinbuttons 1.6s linear infinite;animation:spinbuttons 1.6s linear infinite
}
@-webkit-keyframes spinbuttons {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes spinbuttons {
0% {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
/*-------banner----*/
.banner{
padding: 0px;
}
.banner .banner-slider .item {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100vh;
}
.banner .banner-slider .item::after {
background-color: rgba(0, 0, 0, 0.5);
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.banner-caption {
color: #ffffff;
left: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
width: 100%;
z-index: 100;
}
h1.banner-heading {
opacity: 0;
visibility: hidden; 
border-left: 5px solid #bf9668;
line-height: 50px;
/*font-size: 100px;*/
font-weight: 900;
font-size: 40px;
padding-left: 30px;
margin:25px 0;
text-transform: uppercase;
-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);
-webkit-transition: all 0.6s ease-in 0s;-moz-transition: all 0.6s ease-in 0s;-ms-transition: all 0.6s ease-in 0s;-o-transition: all 0.6s ease-in 0s;transition: all 0.6s ease-in 0s;
}
h4.banner-sub-heading {
font-size: 25px;
font-weight: 400;
}
h6.banner-content {
font-size: 20px;
font-weight: 300;
}
.banner .owl-prev {
float: left;
opacity: 0;
}
.banner .owl-next {
float: right;
opacity: 0;
}
.banner:hover .owl-prev{
left: 30px !important;
opacity: 1 !important;
}
.banner:hover .owl-next{
opacity: 1 !important;
right: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
background-color: #bf9668 !important;
color: #ffffff !important;
}
.btn.shop-btn {
background: transparent;
border: 1px solid #bf9668;
border-radius: 25px;
color: #ffffff;
display: inline-block;
font-size: 16px;
padding: 10px 30px;  
margin:25px 0 0;
position: relative;
overflow: hidden;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.btn.shop-btn::after {
width:0%;
left: 0;
height: 100%;
position: absolute;
top: 0;
content: "";
background-color: #bf9668;
z-index: 0;
 transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.btn.shop-btn:hover::after{
width: 100%;
}
.btn.shop-btn span {
background: transparent none repeat scroll 0 0;
position: relative;
z-index: 1;
display: inline-block;
}
.btn.shop-btn:hover{
color: #ffffff !important;
}
h4.banner-sub-heading {
opacity: 0;
visibility: hidden; 
font-size: 26px;
letter-spacing: 0.5px;
font-weight: 400;
margin-bottom: 26px;
text-align: left;
text-transform: capitalize;
-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);
-webkit-transition: all 0.6s ease-in 0.3s;-moz-transition: all 0.6s ease-in 0.3s;-ms-transition: all 0.6s ease-in 0.3s;-o-transition: all 0.6s ease-in 0.3s;transition: all 0.6s ease-in 0.3s;
}
#banner-slider .banner-caption .shop-btn {
opacity: 0;
visibility: hidden;    
-webkit-transform: translateY(100%);-moz-transform: translateY(100%);-ms-transform: translateY(100%);-o-transform: translateY(100%);transform: translateY(100%);
-webkit-transition: all 0.8s ease-in 0.5s;-moz-transition: all 0.8s ease-in 0.5s;-ms-transition: all 0.8s ease-in 0.5s;-o-transition: all 0.8s ease-in 0.5s;transition: all 0.8s ease-in 0.5s;
}
h6.banner-content {
opacity: 0;
visibility: hidden; 
font-size: 24px;
font-weight: 600;
margin: 30px 0;
letter-spacing: 1px;
text-align: left;
-webkit-transform: translateY(130%);-moz-transform: translateY(130%);-ms-transform: translateY(130%);-o-transform: translateY(130%);transform: translateY(130%);
-webkit-transition: all 0.8s ease-in 0.7s;-moz-transition: all 0.8s ease-in 0.7s;-ms-transition: all 0.8s ease-in 0.7s;-o-transition: all 0.8s ease-in 0.7s;transition: all 0.8s ease-in 0.7s;
}
#banner-slider .owl-item.active .banner-caption h4.banner-sub-heading, #banner-slider .owl-item.active .banner-caption h1.banner-heading, #banner-slider .owl-item.active .banner-caption .shop-btn, #banner-slider .owl-item.active h6.banner-content {
-webkit-transform: translateY(0%);-moz-transform: translateY(0%);-ms-transform: translateY(0%);-o-transform: translateY(0%);transform: translateY(0%);
visibility: visible;
opacity: 1;
}
@keyframes loading {
0% {
  max-width: 0;
}
}
.banner .owl-prev {
float: left;
opacity: 0;
}
.banner .owl-next {
float: right;
opacity: 0;
}
.banner:hover .owl-prev{
left: 30px !important;
opacity: 1 !important;
}
.banner:hover .owl-next{
opacity: 1 !important;
right: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
background-color: #bf9668 !important;
color: #ffffff !important;
}
.btn.shop-btn {
background: transparent none repeat scroll 0 0;
border: 2px solid #bf9668;
border-radius: 0;
color: #ffffff;
display: inline-block;
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
overflow: hidden;
padding: 10px 30px;
position: relative;
min-width: 210px;
text-transform: uppercase;
-webkit-transition: all 300ms ease-in 0s;-moz-transition: all 300ms ease-in 0s;-ms-transition: all 300ms ease-in 0s;-o-transition: all 300ms ease-in 0s;transition: all 300ms ease-in 0s;
}
.btn.shop-btn::after {
width:0%;
left: 0;
height: 100%;
position: absolute;
top: 0;
content: "";
background-color: #bf9668;
z-index: 0;
 transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.btn.shop-btn:hover::after{
width: 100%;
}
.btn.shop-btn span {
background: transparent none repeat scroll 0 0;
position: relative;
z-index: 1;
display: inline-block;
}
.btn.shop-btn:hover{
color: #ffffff !important;
}
.banner .btn.shop-btn {
background: #bf9668 none repeat scroll 0 0;
margin-right: 30px;
}
.banner .btn.shop-btn:last-child {
margin-right: 0;
}
.banner .btn.shop-btn::after {
background-color: #282e3f;
}
.banner-buttons {
bottom: 50px;
left: 0;
position: absolute;
width: 100%;
z-index: 1;
}
/*-----------login & Registration-------*/
.login-registr-block {
background: #fff none repeat scroll 0 0;
height: 100%;
padding: 50px 15px 50px 50px;
position: fixed;
right: -100%;
top: 0px;
width: 500px;
z-index: 100;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
-webkit-transition: all 0.65s ease-in 0s;-moz-transition: all 0.65s ease-in 0s;-ms-transition: all 0.65s ease-in 0s;-o-transition: all 0.65s ease-in 0s;transition: all 0.65s ease-in 0s;
}
.scroller-block {
max-height: 100%;
overflow: auto;
}
.close-login-registr, .close-app-form {
border: 1px solid #000;
border-radius: 50%;
cursor: pointer;
height: 40px;
line-height: 36px;
position: absolute;
right: 15px;
text-align: center;
top: 15px;
width: 40px;
overflow: hidden;
}
.close-login-registr img, .close-app-form img { 
width: 20px;
}
.login-registr-block .nav-tabs {
border-bottom: 0 none;
}
.login-registr-block .nav-tabs > li.active > a, .login-registr-block .nav-tabs > li.active > a:focus, .login-registr-block .nav-tabs > li.active > a:hover {
background: #fff;border-width: 0 0 2px 0;
border-style: solid;
border-color: #BF9668;
}
.login-registr-block .nav-tabs > li > a {
border-width: 0 0 2px 0;
border-style: solid;
border-color: transparent;
color: #353535;
text-transform: uppercase;
background: transparent;
cursor: pointer;
font-weight: 600;
font-size: 13px;
border-radius: 0;
}
.display-middle form {
left: 0;
padding: 30px;
position: relative;
width: 100%;
}
.login-logo {
margin-bottom: 15px;
}
.login-logo a {
color: #353535;
display: block;
font-size: 20px;
font-weight: 800;
padding: 3px;
text-transform: uppercase;
}
.login-registr-block .login-screen h3 {
color: #333333;
font-size: 39px;
font-weight: 700;
padding-bottom: 30px;
}
label.name-label {
color: #353535;
font-size: 14px;
}
.login-registr-block .form-control {
background-color: #fff;
border-radius: 0;
border-style: solid;
border-width: 0 0 2px;
box-shadow: none !important;
color: #555555;
font-size: 14px;
height: 50px;
padding: 0;
width: 100%;
}
.login-registr-block .relative > a {
color: #7d7d7d;
line-height: 50px;
position: absolute;
right: 0;
top: 0;
}
.login-screen form {
padding: 20px 20px 20px 20px;
}
.custom-btn, a.custom-btn {
background: #bf9668 none repeat scroll 0 0 !important;
border-color: #bf9668 !important;
border-radius: 0;
border-width: 2px;
color: #ffffff !important;
font-size: 18px;
font-weight: 500;
height: 50px;
line-height: 32px;
min-width: 230px;
overflow: hidden;
position: relative;
/*text-transform: uppercase;*/
transition: all 0.3s ease-in 0s;
text-align: center;
}
a.custom-btn {
border-radius: 25px !important;
max-width: unset !important;
}
a.custom-btn span { 
z-index: 9;
position: relative;
}
.custom-btn::after {
background: #282e3f none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
transition: all 0.3s ease-in 0s;
z-index: -1;
}
.custom-btn:hover{
background:transparent;
}
.custom-btn:hover::after{
-webkit-transform: translateX(0%);-moz-transform: translateX(0%);-ms-transform: translateX(0%);-o-transform: translateX(0%);transform: translateX(0%);
}
a.cng-clr {
color: #FF6C00;
display: inline-block;
}
.open-login-block .login-registr-block {
right: 0;
opacity: 1;
visibility: visible;
}
/*------------owl controls-------------*/
.owl-theme .owl-controls {
margin-top: 0 !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
position: absolute;
top: 50%;
left: 0
right:0;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
background-color: transparent !important; 
border:1px solid #bf9668 !important;
color: #e3b265 !important;
font-size: 30px !important;
height: 50px;
line-height: 50px !important;
margin: 0px !important;
padding: 0 !important;
border-radius: 0;
width: 50px;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.owl-prev {
left: 0;
}
.owl-next {
right: 0;
}
/*------------End owl controls-------------*/
.celling-block.row {
margin: 50px -15px 0;
}
/*--------------about us-------------*/
.about-us {
background: #f1f1f1 none repeat scroll 0 0;
}
.about-us .home-heading h3, .home-heading h3 {
font-size: 26px;
text-align: center;
margin: 25px 0;
position: relative;
z-index: 1;
letter-spacing: 0.5px;
}
.content-block {
margin: 40px 0 0;
}
.content p:first-child {
margin-top: 0;
}
.left-block {
float: left;
width: 50%;
}
.right-block {
float: left;
width: 50%;
}
.img-block > img {
width: 100%;
}
.testimonials .home-heading h3 {
color: #fff;
}
.home-heading h3 span.cng-clr {
color: #E3B265;
}
.con-info .cng-clr, .cust-tabpanel .cng-clr {
color: #E3B265;
display: inline-block;
}
a.cng-clr{
color: #1087ed;
display: inline-block;
}
.home-sub-heading {
color: #858585;
font-size: 18px;
font-weight: 300;
}
.content-block h5 {
font-size: 22px;
font-weight: 400;
line-height: 30px;
margin-bottom: 15px;
}
.content-block > p, .content-block p  {
color: #505050;
font-size: 15px;
line-height: 28px;
margin: 10px 0 0;
}
.what-we-are .cust-tabpanel .tab-content .media-left {
float: left;
width: 50%;
}
.what-we-are .cust-tabpanel .tab-content .media-left .cms-img img {
width: 100%;
border-radius: 5px;
}
/*------------how it works-----------*/
.how-it-works {
background-attachment: fixed;
background-position: center center;
background-size: cover;
}
.how-it-works::before {
background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
ul.how-its {
margin: 0 -15px;
position: relative;
}
ul.how-its > li {
float: left;
padding: 0 15px;
text-align: center;
width: 25%;
cursor: pointer;
position: relative;
}
.how-it-works ul.how-its li .content p, .how-it-works ul.how-its > li, .how-it-works .home-heading h3 {
color: #fff;
}
ul.how-its > li::before {
border-top: 2px dashed #E3B265;
content: "";
height: 2px;
left: 50%;
position: absolute;
top: 45px;
width: 100%;
z-index: 0;
}
ul.how-its li:last-child::before {
content: none;
}
.how-it-works .content-block {
margin: 40px 0;
}
.how-it-works .icon-block {
margin-bottom: 15px;
}
.how-it-works .icon-block span {
background: #BF9668 none repeat scroll 0 0;
border: 2px solid #BF9668;
border-radius: 50%;
color: #fff;
display: inline-block;
font-size: 45px;
height: 90px;
line-height: 90px;
position: relative;
width: 90px;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
ul.how-its li:hover span {
background: #fff;
color: #BF9668;
}
.how-its .content p {
line-height: 24px;
}
/*-----top selling categories--------*/
.top-selling .promo-block {
position: relative;
width: 100%;
overflow: hidden;
}
.top-selling .promo-block::after {
background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
opacity: 0;
transition: all 0.35s ease-in 0s;
-moz-transition: all 0.35s ease-in 0s;
-ms-transition: all 0.35s ease-in 0s;
-webkit-transition: all 0.35s ease-in 0s;
-o-transition: all 0.35s ease-in 0s;
}
.top-selling .promo-block:hover::after{
opacity: 1;
}
.top-selling .promo-block > a {
display: block;
}
.top-selling .promo-block img {
width: 100%;
}
.top-selling .box-content {
bottom: 5%;
height: 90%;
padding: 20px;
position: absolute;
top: 5%;
width: 90%;
z-index: 2;
}
.top-selling .box-content h3.title {
background: #bf9668 none repeat scroll 0 0;
color: #ffffff;
display: inline-block;
font-size: 14px;
font-weight: 600;
letter-spacing: 1px;
padding: 10px 20px;
position: relative;
text-transform: uppercase;
z-index: 15;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.top-selling .promo-block:hover .box-content h3.title {
background:#fff;
color: #353535;
} 
.top-selling .promo-block .box-content::after, .top-selling .promo-block .box-content::before{
bottom: 0;
content: "";
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1;
transition: all 0.7s ease 0s;
}
.top-selling .box-content::after {
border-left: 1px solid rgba(255, 255, 255, 0.6);
border-right: 1px solid rgba(255, 255, 255, 0.6);
transform: scale(1, 0);
transform-origin: 100% 0 0;
}
.top-selling .box-content::before {
border-bottom: 1px solid rgba(255, 255, 255, 0.6);
border-top: 1px solid rgba(255, 255, 255, 0.6);
transform: scale(0, 1);
transform-origin: 0 0 0;
}
.top-selling .promo-block:hover .box-content::after, .top-selling .promo-block:hover .box-content::before{
opacity: 1;
transform: scale(1);
transition-delay: 0.15s;
}
.top-selling .box-content span.post {
color: #fff;
display: block;
font-size: 16px;
opacity: 0;
overflow: hidden;
padding: 10px 0;
text-transform: capitalize;
transform: translate3d(-50px, 0px, 0px);
transition: all 0.7s ease 0s;
z-index: 1;
}
.top-selling .promo-block:hover span.post {
opacity: 1;
transform: translate3d(0px, 0px, 0px);
transition-delay: 0.15s;
}

/*-----------book an appointment-------*/
.book-appointment {
background: #fff none repeat scroll 0 0;
height: 100%;
padding: 30px 30px 5px;
position: fixed;
right: -100%;
top: 0px;
transition: all 0.6s ease-in 0s;
width: 500px;
box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
z-index: 100;
-webkit-transition: all 0.65s ease-in 0s;-moz-transition: all 0.65s ease-in 0s;-ms-transition: all 0.65s ease-in 0s;-o-transition: all 0.65s ease-in 0s;transition: all 0.65s ease-in 0s;
}
.open-appoinment-block .book-appointment {
right: 0;
}
.appointment-head {
padding: 0 15px;
}
.book-appoinment-btn {
color: #fff;
background: #000;
cursor: pointer;
letter-spacing: 1px;
min-width: 250px;
height: 40px;
line-height: 40px;
position: fixed;
right: -150px;
text-align: center;
text-transform: uppercase;
top: 50%;
opacity: 0;
font-weight: 800;
visibility: hidden;
transform: translateY(-50%) rotate(-90deg);-moz-transform: translateY(-50%) rotate(-90deg);-webkit-transform: translateY(-50%) rotate(-90deg);-o-transform: translateY(-50%) rotate(-90deg);-ms-transform: translateY(-50%) rotate(-90deg);
z-index: 10;
-webkit-transition: all 0.65s ease-in 0s;-moz-transition: all 0.65s ease-in 0s;-ms-transition: all 0.65s ease-in 0s;-o-transition: all 0.65s ease-in 0s;transition: all 0.65s ease-in 0s;
}
.sticky-header .book-appoinment-btn {
opacity: 1;
visibility: visible;
right: -105px;
}
.featureForm {
height: calc(100% - 130px);
margin: 30px 0 0;
padding: 0 15px;
overflow: auto;
}
.featureForm .mCSB_inside > .mCSB_container {
margin-right: 10px;
}
.featureForm .mCSB_scrollTools {
width: 8px;
}
.custInputs {
position: relative;
}
.featureForm i {
background: #bf9668 none repeat scroll 0 0;
color: #ffffff;
font-size: 16px;
left: 0;
line-height: 40px;
position: absolute;
text-align: center;
top: 0;
width: 40px;
}
.featureForm i {
left: 0;
position: absolute;
top: 0;
z-index: 4;
}
.featureForm .form-control {
background: #fafbfc none repeat scroll 0 0;
border: 1px solid #f1f3f5;
border-radius: 0;
box-shadow: none;
font-size: 13px;
height: 40px;
padding: 6px 12px 6px 52px;
}
.featureForm select.form-control {
/*font-family: 'Proxima Nova';*/
font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";
}
.custom-btn::after {
background: #282e3f none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);
transition: all 0.3s ease-in 0s;
z-index: 1;
}
.btn.custom-btn > span {
position: relative;
z-index: 2;
}
.button-block {
margin: 50px 0 0;
}
.appointment-process {
float: left;
padding: 50px 30px;
width: 50%;
}
.web-subheading{
font-size: 22px;
font-weight: 400;
line-height: 40px;
margin-bottom: 30px;
}
textarea.form-control {
min-height: 80px;
resize: vertical;
}
/*-----------our products--------------*/
.section-heading {
margin-bottom: 40px;
position: relative;
z-index: 5;
}
.home-heading::after {
background: #BF9668 none repeat scroll 0 0;
content: "";
height: 60px;
left: 50%;
position: absolute;
top: 0;
width: 2px;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}
.home-heading::before {
background:#BF9668 none repeat scroll 0 0;
content: "";
height: 2px;
left: 50%;
position: absolute;
top: 60px;
width: 100px;
-webkit-transform: translateX(-50%);
   -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
     -o-transform: translateX(-50%);
        transform: translateX(-50%);
}
/*--------product sorter---------*/
.product-filter {
margin-top: 50px;
}
.custom-filter.text-center > li {
display: inline-block;
margin: 0 10px;
}
.custom-filter li a {
background: transparent none repeat scroll 0 0;
border: 1px solid transparent;
border-radius: 25px;
color: #bf9668;
display: inline-block;
font-size: 16px;
overflow: hidden;
padding: 10px 30px;
position: relative;
}
.custom-filter li.active a {
border: 1px solid #bf9668;
}
.single-product{
position: relative;
margin-bottom: 30px;
padding: 0 0 5px;
}
.single-product::before {
background-image:url("../img/corner.png");
bottom: -15px;
content: "";
height: 208px;
position: absolute;
right: -16px;
width: 209px;
z-index: -5;
}
.product-items {
margin: 40px 0 0;
}
.product-image {
height: 360px;
position: relative;
overflow: hidden;
}
.product-image img {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
max-width: 100%;
max-height: 100%;
margin: auto;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
}
.single-product:hover .product-image img{
transform:scale(1.2);
}
.launched {
background: #bf9668 none repeat scroll 0 0;
border-radius: 25px;
color: #ffffff;
display: inline-block;
font-size: 12px;
left: 5px;
padding: 10px 15px;
position: absolute;
text-transform: uppercase;
top: 5px;
z-index: 15;
}
.launched.discount {
left: 5px;
top: 38px;
}
.product-price {
background: rgba(0, 0, 0, 0.7);
border-radius: 25px;
bottom: 5px;
padding: 5px 15px;
position: absolute;
right: 0;
}
ul.product-price li {
color: #ffffff;
display: inline-block;
font-size: 14px;
line-height: 25px;
margin:0 5px;
}
li.old-price {
text-decoration: line-through;
}
.single-product .actions {
position: absolute;
right: 5px;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 40px;
}
.add-to-link li{
opacity: 0;
margin-left:40px;
}
.add-to-link li a, .add-to-link li button.action.tocart.primary {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #bf9668;
border-radius: 50%;
color: #bf9668;
display: inline-block;
height: 30px;
margin-bottom: 5px;
width: 30px;
line-height: 30px;
font-size: 14px;
padding: 0 !important;
}
.catalog-product-view .actions button.action.tocart.primary {
padding: 15px;
font-size: 14px;
}
.add-to-link li button.action.tocart.primary {
line-height: 26px !important;
}
.add-to-link li button.action.tocart.primary i {
color: #bf9668;
transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;
}
.add-to-link li a:hover {
background-color: #bf9668;
color: #ffffff;
}
.add-to-link li button.action.tocart.primary:hover {
background-color: #bf9668;
}
.add-to-link li button.action.tocart.primary:hover i {
color: #ffffff;
}
.add-to-link > li:nth-child(1){
transition: all 300ms ease-in 0s;
}
.add-to-link > li:nth-child(2){
transition: all 500ms ease-in 0s;
}
.add-to-link > li:nth-child(3){
transition: all 700ms ease-in 0s;
}
.add-to-link > li:nth-child(4){
transition: all 900ms ease-in 0s;
}
.single-product:hover .add-to-link li{
opacity: 1;
margin-left: 0;
}
h3.product-title > a {
color: #353535;
display: inline-block;
font-size: 14px;
margin: 10px 0;
text-transform: uppercase;
}
.product-rating {
color: #bf9668;
font-size: 16px;
}
/*---------testimonials---------*/
.testimonials {
padding:0;
background-position: center center;
background-size:cover;
}
.testimonials::after {
background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.testimonials-left {
padding: 60px 15px;
background-size: cover;
background-position: center center;
}
.testimonials .home-heading::before {
z-index: 1;
}
.testimonials .home-heading::after {
z-index: 1;
}
.testimonials-left {
position: relative;
}
.testimonials h2.main-heading {
color: #ffffff;
}
.testimonials-slider {
position: relative;
z-index: 5;
margin-top: 50px;
}
.test-image {
border: 5px solid #e5e5e5;
border-radius: 50%;
float: left;
}
.test-image > img {
border-radius: 50%;
height: 100px;
width: 100px;
}
.testi-content {
float: left;
padding: 15px;
width: 80%;
}
.testi-content > p {
color: #ffffff;
font-size: 16px;
line-height: 25px;
letter-spacing: 0.8px;
}
.testi-info {
padding: 20px 0;
}
.testi-info > h4 {
color: #ffffff;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
color: #E3B265;
text-transform: uppercase;
}
.testi-info > p {
color: #E3B265;
font-size: 16px;
}
/*--------footer----------*/
.custom-footer{
padding: 60px 0;
background: #000000;
}
.footer-bottom > h5 {
color: #fafafa;
font-size: 16px;
font-weight: 600;
letter-spacing: 1px;
margin: 0 0 20px;
text-transform: uppercase;
}
.footer-bottom > p {
color: #e5e5e5;
font-size: 16px;
line-height: 20px;
margin: 0 0 10px;
}
.footer-bottom > p:last-child {
margin: 0;
}
.footer-bottom ul li {
margin-bottom: 0;
}
.footer-bottom ul li a {
color: #fff;
display: inline-block;
font-size: 14px;
line-height: 20px;
margin: 0 0 10px;
position: relative;
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.footer-bottom ul li a::after {
position: absolute;
left: 0;
top: 9px;
width: 0px;
height: 2px;
background:#BF9668;
content: "";
transition: all 300ms ease-in 0s;
-moz-transition: all 300ms ease-in 0s;
-webkit-transition: all 300ms ease-in 0s;
-ms-transition: all 300ms ease-in 0s;
-o-transition: all 300ms ease-in 0s;
}
.footer-bottom ul li a:hover {
color: #E3B265;
padding-left: 15px;
}
.footer-bottom ul li a:hover::after{
width: 10px;
}
.cust-input-group{
position: relative;
}
.button-append {
position: absolute;
right: 0;
top: 0;
}
.cust-input-group .form-control {
background-color: #252525;
border: 1px solid #000;
box-shadow: none;
color: #353535;
height: 40px;
line-height: 30px;
outline: medium none;
color: #999999;
padding-right: 100px;
padding-left: 10px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.cust-input-group .btn.btn-search {

background-color: transparent;
border-left: 1px solid #000000;
border-radius: 0;
color: #999999;
font-size: 14px;
line-height: 26px;
border-top: 0;
border-bottom: 0;
outline: none;
box-shadow: none;
border-right: 0;
}

.cust-input-group .form-control::-moz-placeholder {
color: #999999;
}
.women-collect-block .btn.shop-btn span:hover{
color:#fff;
}
.women-collect-block .btn.shop-btn:hover span {
color: #fff;
}
.social-block {
margin-top: 20px;
text-align: center;
}
.social-block li {
background: #252525;
border: 1px solid #252525;
display: inline-block;
height: 30px;
line-height: 30px;
margin: 0 4px;
text-align: center;
width: 30px;
cursor: pointer;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.social-block li:hover { 
border-radius: 50%;
border-color: #bf9668;
}
.footer-bottom .social-block li a {
display: block;
color: #e5e5e5;
margin: 0;
line-height: 30px;
}
.social-block li:hover a {
color:  #bf9668;
}
.footer-bottom .social-block li a::after {
content: none;
}
.footer-bottom .social-block li a:hover {
padding: 0;
}
/************filter option plugin css here*******************/
#portfoliolist .portfolio {
display:none;
}
.portfolio img {
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:         all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);   
}
.filter.active {
display: inline-block !important;
}
/* #Clearing */
/************end filter option plugin css here*******************/
/*-----------new-accessories-------------*/
.new-accessories {
background: #fafafa;
}
.new-accessories .owl-carousel .owl-controls .owl-nav .owl-prev, .featured-collection .owl-prev {
font-size: 20px !important;
height: 40px;
left: -60px !important;
line-height: 40px !important;
width: 40px;
}
.new-accessories .owl-carousel .owl-controls .owl-nav .owl-next, .featured-collection .owl-carousel .owl-controls .owl-nav .owl-next {
font-size: 20px !important;
height: 40px;
right: -60px !important;
line-height: 40px !important;
width: 40px;
}
/*------media video-----*/
.media-video {
height: 360px;
width: 100%;
}
.video-media .home-heading::before {
top:0;
left: 65px;
}
.video-media .home-heading h3 {
text-align: left;
}
.video-media .home-heading::after {
top:-60px;
left: 65px;
}
.video-media .content p {
color: #505050;
font-size: 16px;
line-height: 28px;
margin: 10px 0 0;
}
.play-icon {
background: #BF9668 none repeat scroll 0 0;
border-radius: 50%;
color: #fff;
font-size: 18px;
height: 80px;
left: 50%;
line-height: 80px;
position: absolute;
text-align: center;
cursor: pointer;
top: 50%;
width: 80px;
z-index: 1;
transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);
}
.media-video::after {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
/*------------about us page----------*/
.cms-banner {
background-position: center center;
background-size: cover;
overflow: visible;
z-index: 1;
padding:53px;
}
.cms-banner-content {
bottom: 0;
left: 0;
padding: 0 0 15px;
position: absolute;
right: 0;
height: 100%;
}
.cms-banner-content .home-heading {
position: absolute;
left: 0;
right: 0;
width: auto;
bottom: 30px;
}
/*
.cms-banner .container {
position: absolute;
top: 50%;
transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);
width: 100%;
}*/
.cms-banner::before {
background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.cms-banner .home-heading h3 {
color: #fff;
}
.cms-banner .home-heading::before, .cms-banner .home-heading::after {
content: none;
}
.custom-breadcrumb .breadcrumb {
background-color: #BF9668;
border-radius: 0;
bottom: -18px;
left: 50%;
list-style: outside none none;
margin: 0;
padding: 8px 15px;
position: absolute;
width: auto;
border-bottom: 1px solid #fff;
box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);
}

.custom-breadcrumb .breadcrumb a, .custom-breadcrumb .breadcrumb li {
font-size: 12px;
font-weight: 500;
letter-spacing: 1px;
text-transform: capitalize;
margin-bottom:0;
}
.custom-breadcrumb .breadcrumb a {
color: #fff;
}
.custom-breadcrumb .breadcrumb li {
color: #353535;
}
.custom-breadcrumb .breadcrumb::after {
border-bottom: 19px solid #A77E50;
border-right: 13px solid transparent;
content: "";
position: absolute;
right: -13px;
top: 0;
}
.about-image {
float: left;
margin: 0 30px 10px 0;
width: 50%;
}
.about-left {
float: left;
width: 25%;
position: relative;
z-index: 2;
}
h3.text-left {
text-align: left;
}
.about-info .home-heading {
position: relative;
}
.about-info .home-heading::before {
top: -25px;
left: calc(50% + 79px);
}
.about-info .home-heading::after {
top: -85px;
left: calc(50% + 79px);
}
.about-middle {
float: left;
width: 30%;
position: relative;
z-index: 2;
} 
.about-middle .bg-full {
background: #ffffff none repeat scroll 0 0;
}
.about-middle h5 {
font-size: 30px;
font-weight: 300;
line-height: 40px;
margin-bottom: 30px;
}
.content-block > p, .content-block p, p {
background-color: transparent !important;
color: #858585;
font-size: 16px;
line-height: 20px;
margin: 15px 0 0 !important;
}
.h-scroll {
display: block;
height: 315px;
overflow: auto;
}
.cust-tabpanel .nav.nav-tabs li a {
background-color: transparent;
border-color: rgba(0, 0, 0,0.2);
border-radius: 0;
color: #ffffff;
font-size: 14px;
text-transform: uppercase;
transition: all 0.4s linear 0s;
color: #353535;
border-bottom: 0;
}
.cust-tabpanel .nav.nav-tabs li.active a {
background-color:#E3B265;
color: #353535;
font-weight: 600;
}
.cust-tabpanel .media-body {
padding: 0 0 0 20px;
}
.cust-tabpanel .tab-content {
border-color: #e5e5e5;
border-style: solid;
border-width: 0 1px 1px;
padding: 15px;
}
.what-we-are .content-block {
margin: 0;
}
.what-we-are {
background: #f9f9f9 none repeat scroll 0 0;
}
/*---------------FAQS section-----------------*/
.faqAnswers .question {
font-size: 20px;
letter-spacing: 0.5px;
margin: 0 0 30px;
padding: 0 0 20px 0;
font-weight: 400;
text-transform: uppercase;
position: relative;
overflow: hidden;
}
.faqAnswers .panel-group .panel {
border: 0 none;
border-radius: 0;
margin-bottom: 0;
box-shadow: none;
}
.faqAnswers .panel-heading {
background-color: transparent;
}
.faqAnswers .panel-body {
border: 0 !important;
}
.question a {
color: #353535;
padding: 0 30px 0 0;
position: relative;
display: block;
}
.collapser i {
background: #e5e5e5 none repeat scroll 0 0;
border-radius: 50%;
font-size: 20px;
height: 25px;
line-height: 23px;
text-align: center;
width: 25px;
position: absolute;
right: 0;
color: #808080;
top: 50%;
transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);-webkit-transform: translateY(-50%);
}
.collapsed .collapser i::before {
content: "\f107";
font-family: fontawesome;
}
.line {
background: #353535 none repeat scroll 0 0;
bottom: 15px;
content: "";
display: block;
height: 1px;
left: 10px;
position: absolute;
width: 0%;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.line::after {
position: absolute;
left: -10px;
width: 10px;
height: 10px;
background: #353535;
content: "";
bottom: -4px;
-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);transform: scale(0);
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.question:hover .line {
width: 100%;
}
.question:hover ::after {
-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);transform: scale(1);
}
.faqAnswers {
height: 100%;
width: 100%;
}
.faqAnsBlock {
border-bottom: 1px solid #333333;
margin: 0 0 30px;
}
.panel-heading .faqAnsBlock {
border-color: #cccccc;
}
.faqAnsBlock:last-child {
margin-bottom: 0;
}
.faqAnsBlock h3.question {
font-size: 16px;
font-weight: 500;
letter-spacing: 1px;
line-height: 25px;
margin: 0;
}
.faqAnsBlock p {
color: #858585;
font-size: 16px;
font-weight: 400;
letter-spacing: 0.04rem;
line-height: 30px;
padding-bottom: 20px;
}
.faqsPage .faqsContainer .mCSB_scrollTools {
opacity: 0 !important;
}
/*-------------terms & condition-------------*/
.termsCondition .question {
padding: 0 0 20px;
margin: 0;
}
.termsCondition .faqAnsBlock p {
padding-bottom: 10px;
}
.termsCondition .faqAnsBlock {
border-bottom: 0 none;
}
.termsCondition .faqAnswers {
padding: 0;
margin-bottom: 30px;
}
.termsCondition .faqAnswers:last-child {
margin-bottom: 0;
}
/*---------contact us page-------------*/
.contact-map {
padding: 0;
}
.contact-frm-hold {
margin: 30px 0 0; 
position: relative;
}
.contact-us .contact-hold {
text-align: center;
}
.contact-hold {
display: block;
min-height: 196px;
padding: 15px 35px;
position: relative;
transition: all 0.4s ease-in 0s;
width: 100%;
}
.contact-hold::before {
background-color: #1087ed;
bottom: 0;
content: "";
height: 3px;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
transition: all 0.4s ease-in 0s;
width: 0;
}
.contact-hold:hover::before {
width: 100%;
}
.contact-hold:hover {
box-shadow: 0 0 8px #e5e5e5;
transform: translateY(-5px);
}
.con-icon {
background-color: #1087ed;
border-radius: 50%;
color: #ffffff;
font-size: 40px;
height: 50px;
line-height: 50px;
margin: 0 auto;
text-align: center;
width: 50px;
}
.con-icon {
font-size: 28px;
}
.con-info h3 {
font-size: 16px;
margin: 20px 0 10px;
text-transform: uppercase;
}
.con-info > p {
margin-bottom: 3px;
}
.contact-us .contact-hold {
text-align: center;
}
.contact-form {
padding: 75px 0;
}
.contact-frm-hold .content-block p {
margin: 0;
}
.contact-map iframe {
display: block;
}
.contact-form .contact-frm-hold .form-control {
background-color: #fff;
border-radius: 0;
border-style: solid;
border-width: 0 0 2px;
box-shadow: none;
color: #555555;
font-size: 16px;
height: 50px;
padding: 0;
width: 100%;
}
.floating-icon {
position: absolute;
color: rgba(214,107,0,0.05);
}
.floating-icon.icon-tailor {
font-size: 250px;
left: 10%;
top: 10%;
z-index: -1;
}
.floating-icon.icon-sewing-machine {
bottom: -5%;
font-size: 250px;
right: 5%;
transform: translateY(-50%);
}
/*----------how it works with timeling---------*/
.custom-timeline ul {
width: 100%;
}
.custom-timeline ul li {
position: relative;
width: 100%;
}
.custom-timeline ul li .ct-timeling {
position: relative;
width: 50%;
padding: 40px;
}
.custom-timeline ul li .ct-timeling::after {
position: absolute;
border: 0.5px dashed rgba(0,0,0,0.2);
content: "";
height: 100%;
top: 50%;
z-index: -1;
}
.custom-timeline ul li:last-child .ct-timeling::after {
content: none;
}
.custom-timeline ul li .ct-timeling .ct-timeling-inner::before {
position: absolute;
top:50px;
border:1px dashed #e5e5e5;
width: 100px;
content: "";
}
.custom-timeline ul li .ct-timeling.left-timeling .ct-timeling-inner::before {
right: 0;
top: 105px;
z-index: -3;
}
.custom-timeline ul li .ct-timeling.right-timeling .ct-timeling-inner::before {
left: 0;
top: 105px;
z-index: -3;
}
.custom-timeline ul li .ct-timeling.left-timeling::after {
right: 0;
}
.custom-timeline ul li .ct-timeling.right-timeling::after {
left: 0;
}
.custom-timeline ul li .ct-timeling::after {

}
.ct-timeling-inner {
padding: 40px;
border-radius: 5px;
border: 1px solid rgba(0,0,0,0.1);
box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
background: #fff;
}
.left-timeling .ct-timeling-inner {
margin-right: 50px;
}
.right-timeling .ct-timeling-inner {
margin-left: 50px;
}
.left-timeling {
float: left;
}
.right-timeling {
float: right;
}
.custom-timeline .icon-block {
position: absolute;
width: 100px;
height: 100px;
font-size: 44px;
line-height: 100px;
border-radius: 50%;
border: 1px solid #bf9668;
text-align: center;
background: #bf9668;
color: #fff;
}
.left-timeling .icon-block {
right: -50px;
top: 50%;
transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
}
.right-timeling .icon-block {
left: -50px;
top: 50%;
transform: translateY(-50%);-moz-transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);
}
.ct-timeling h5.sub-heading {
font-size: 22px;
font-weight: 600;
letter-spacing: 1px;
}
.ct-timeling p {
font-size: 18px;
letter-spacing: 1px;
}
/*-----how it works measurement video---------*/
section.mesurement-video {
padding: 0;
height: 400px;
}
.how-it-measure-video {
background: #fafafa;
}
.prettyprint {
border: none!important; 
display: none !important;
}
.cms-index-index #maincontent, .cms-page-view #maincontent, .contact-index-index #maincontent {
padding: 0;
width: 100%;
max-width: unset;
}
.cms-index-index #maincontent .columns .column.main, .page-layout-1column .columns .column.main {
padding: 0;
margin-top: 0;
}
.video-popup-img {
  position: absolute;
  width: 61px;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
}
.popup-img {
  z-index: 9;
  display: inline-block;
}
#video-popup iframe {
  width: 100%;
  min-height: 300px;
}
#video-popup .modal-footer {
      padding: 0;
  text-align: right;
  border-top: none;
  position: absolute;
  top: -30px;
  right: -45px;
  background: no-repeat;
}
#video-popup .modal-content{
border-radius: 0px;
}
#video-popup .modal-body {
  position: relative;
  padding: 4px;
}
#video-popup .video-modal {
  position: relative;
}
.video-modal .btn-default {
  color: #333;
  background-color: #fff;
  border: none;
}
.video-modal .modal {
  top: 50px;
}
.Outer-about:hover .image-absolute {
  transform: scale(1.03) translate3d(-4px, -4px, 0);
}
.popup-img {
  z-index: 9;
  display: inline-block;
}
.ripple-effect {
  position: relative;
  display: inline-block;
  z-index: 99;
}
.overflow-bubble{
overflow: hidden;
display: inline-block;
}
.cms-home .cms-banner{
display: none;
}
/*------for forgot password--------*/
.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-orders-search {
width: 100% !important;
}
form.form.password.forget {
padding: 100px 50px;
}
.fieldset>.field:not(.choice) {
margin-bottom: 25px;
}
.form.password.forget .fieldset:after {
margin-top: 0px;
}
.form.password.forget .fieldset>.field.note {
color: #a1a1a1;
font-size: 18px;
font-style: italic;
letter-spacing: 0.5px;
}
.fieldset>.field>.label {
display: block;
margin: 0 0 15px;
border: none;
text-align: left;
color: #a1a1a1;
font-size: 16px;
letter-spacing: 1px;
text-transform: uppercase;
font-weight: 500;
}
input[type="text"], input[type="password"], 
input[type="url"], input[type="tel"], input[type="search"], 
input[type="number"], input[type="datetime"], input[type="email"], select, textarea {
background-color: #f6f7fb;
border: 1px solid #f6f7fb;
box-sizing: border-box;
font-size: 15px;
box-shadow: none;
height: 34px;
vertical-align: baseline;
width: 100%;
/*cursor: pointer;*/
padding: 0 10px;
color: #a1a1a1;
border-radius: 23px;
-webkit-border-radius: 23px;
-moz-border-radius: 23px;
-o-border-radius: 23px;
box-shadow: none !important;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
/*-------all magento buttons---------*/
button:not(.primary) {
  box-shadow: none;
}
.action.submit.primary, .action.save.primary, .primary.actions-primary .action.submit.primary {
background: #bf9668 none repeat scroll 0 0;
border-color: #bf9668;
border-radius: 0;
border-width: 2px;
color: #ffffff !important;
font-size: 18px;
font-weight: 500;
height: 50px;
line-height: 32px;
min-width: 230px;
overflow: hidden;
position: relative;
border-radius: 25px;
transition: all 0.3s ease-in 0s;
}
.action.tocart.primary, .action.primary.add, .action.primary.checkout, 
.checkout-cart-index .action.update, .checkout-cart-index .action.apply.primary,
.cart-container .form-cart .actions.main .clear,
.checkout-cart-index .cart-container #form-validate .btn.myModel.btn-primary,
.checkout-cart-index #shopping-cart-table .btn.myModelrtw.btn-primary,
.action-primary.action-accept, .action-secondary.action-dismiss,
#my-orders-table .btn.myModelrtw.btn-primary,#my-orders-table .btn.myModel.btn-primary,
.checkout-cart-index #shopping-cart-table .btn.addMeasurementButton.btn-primary,
button.action.continue.primary,
.checkout-index-index .action.login.primary,
#minicart-content-wrapper button.update-cart-item,
.authentication-wrapper .action.action-auth-toggle,
.modal-custom.authentication-dropdown .action.action-login.secondary,
.catalog-product_compare-index .action.print.hidden-print,
.actions-toolbar .action a.action.compare.primary,
.shipping-address-item.not-selected-item .action.action-select-shipping-item,
.checkout-shipping-address button.action.action-show-popup,
.opc-payment .action.action-update,
.action.compare.primary,
.multishipping-checkout-addresses .action.update, .multishipping-checkout-addresses .action.add,
.checkout-onepage-success .action.primary.continue, .checkout-onepage-success input.action.primary,
.checkout-index-index .action.action-apply,
.account.wishlist-index-index .action.update, .account.wishlist-index-index .action.share, .account.wishlist-index-index .action.tocart {
background: #bf9668 none repeat scroll 0 0;
border-color: #bf9668;
border-radius: 0;
border-width: 2px;
color: #ffffff !important;
font-size: 12px !important;
font-weight: 500;
overflow: hidden;
position: relative;
border-radius: 25px;
transition: all 0.3s ease-in 0s;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
line-height: 17px; 
padding:7px 15px;
box-shadow: none !important;
}
.actions-toolbar .action a.action.compare.primary {
line-height: 17px !important; 
padding:7px 15px !important;
border:0 !important;
}
.actions-toolbar .action a.action.compare.primary:hover {
background: #bf9668;
}
#minicart-content-wrapper button.update-cart-item { 
padding: 5px 8px;
font-size: 11px !important;
}
.checkout-cart-index .cart-container #form-validate .btn.myModel.btn-primary { 
margin-top:30px;
}
.checkout-cart-index .action.apply.primary {
box-shadow: none !important;
height: 40px;
margin-left: 15px;
}
.action.submit.primary::after {
background: #282e3f none repeat scroll 0 0;
bottom: 0;
content: "";
left: 0;
position: absolute;
right: 0;
top: 0;
transform: translateX(-100%);-moz-transform: translateX(-100%);-ms-transform: translateX(-100%);-webkit-transform: translateX(-100%);-o-transform: translateX(-100%);
transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-webkit-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;
z-index: 1;
}
.action.submit.primary > span {
position: relative;
z-index: 2;
}
.action.submit.primary:hover {
background: transparent;
}
.action.submit.primary:hover::after {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
-o-transform: translateX(0%);
transform: translateX(0%);
}
/*------product listing page----------*/
.page-products .products-grid .product-item {
padding: 0;
}
.page-products .products-grid .product-item-info {
margin-bottom: 30px;
}
.page-products .products-grid .product-item-image {
  position: relative;
  overflow: hidden;
}
.page-products .products-grid .product-item-info .product-item-photo {
position: relative !important;
overflow: hidden;
display: block;
position: relative;

}
.products-grid .product-item-info .product-item-photo img {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
max-width: 95%;
max-height: 95%;
margin: auto;
}
/*----------my dashboard page start--------------*/
.account .page-main {
  padding: 50px 20px 0;
}
body.account .main .block {
margin-bottom: 40px;
}
body.account .main .block-title {
margin-bottom: 25px;
border-bottom: 1px solid #d7d7d7;
padding-bottom: 8px;
}
body.account .main .block-title strong {
font-size: 24px !important;
font-weight: 700 !important;
}
body.account .main .block-content .box .box-title {
display: inline-block;
margin-bottom: 10px;
color: #000;
}
strong {
font-weight: 700;
color: #000;
}
body.account .main .block-content .box .box-title span {
font-size: 12px;
text-transform: uppercase;
}
.customer-account-index .main .block-dashboard-info .block-content .box-information .box-actions .action:last-child, .customer-account-index .main .block-dashboard-addresses .block-content .box-information .box-actions .action:last-child {
padding-left: 10px;
border-right: none;
}
.block-addresses-list .items.addresses .item.actions .action:after, .account .data.table .col.actions .action:after, [class^='sales-guest-'] .data.table .col.actions .action:after, .sales-guest-view .data.table .col.actions .action:after, .block .box-actions .action:after {
content: none;
}
.customer-account-index .main .block-dashboard-info .block-content .box-information .box-actions .action, .customer-account-index .main .block-dashboard-addresses .block-content .box-information .box-actions .action {
padding-right: 10px;
border-right: 1px solid #d7d7d7;
}
body.account .main a.action {
font-weight: 500;
font-size: 14px;
color: #bf9668;
letter-spacing: 0.5px;
}
body.account .main a.action:hover {
text-decoration: underline;
}
.block-compare .block-title strong, .block-reorder .block-title strong, .widget .block-title strong, .block-wishlist .block-title strong, .filter .block-subtitle {
font-size: 24px;
color: #000;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 20px;
padding: 0;
border:0;
}
.sidebar .block .items .item {
  display: block;
  width: 100%;
  padding: 1px 0 5px 15px;
}
.sidebar .block .items .item {
color: #606da6;
}
.block-collapsible-nav .content {
background: #fff;
}
.block-collapsible-nav .item a, .block-collapsible-nav .item > strong {
border-left: 0;
color: #a1a1a1;
padding: 0;
font-size: 16px;
letter-spacing: 0.5px;
}
.block-collapsible-nav .item .delimiter {
border-top: 0 solid #d1d1d1;
margin: 0;
}
.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current > strong {
border-color: #E0B265;
color: #bf9668;
font-weight: 600;
}
.block-collapsible-nav .item a:hover {
background: transparent;  
color: #bf9668;
}
/*.account .sidebar.sidebar-additional {
margin-top:0;
}*/
.sidebar>.block+.sidebar-additional>.block:first-child>.block-title:not(.no-display), .sidebar>.block+.block>.block-title:not(.no-display) {
margin-top: 30px;
padding-top: 30px;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-item {
border-bottom: 0;
padding-bottom: 0px;
}
.block.filter .block-content.filter-content .filter-options-item .filter-options-title:before {
height: 2px;
width: 60px;
content: "";
position: absolute;
bottom: 0;
background-color: #222;
left: 0;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-title {
font-size: 15px;
color: #000000;
font-weight: 700;
text-transform: uppercase;
position: relative;
padding: 10px 10px 10px 0;
cursor: pointer;
letter-spacing: 0.5px;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-content {
padding-bottom: 15px;
padding: 0;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-content .items .item {
position: relative;
padding: 6px 0;
margin: 0;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-content .items .item a {
color: #a1a1a1;
font-size: 16px;
letter-spacing: 0.5px;
-webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.sidebar .block.filter .filter-content .filter-options .filter-options-content .items .item a:hover { 
background: transparent;
color: #bf9668;
}
.mgs-filter-item-checkbox {
display: inline-block;
line-height: 1;
vertical-align: bottom;
padding-bottom: 5px;
padding-right: 3px;
}
.toolbar .toolbar-amount {
font-size: 14px;
color: #000;
text-transform: uppercase;
font-weight: 700;
}
.color-primary, a:hover, a:focus, a:active, .card .card-link, .card .collapsed, button.action.default, button.action.action-edit-address, .btn-default, button.action.default:disabled, button.action.action-edit-address:disabled, .btn-default:disabled, button.action.default:focus, button.action.action-edit-address:focus, .btn-default:focus, .primary-color, .color-theme, .actions-toolbar a.action.back:hover, .btn-readmore, .owl-carousel .owl-nav>div:not(.disabled):hover, .breadcrumbs .items .item strong, .breadcrumbs .items .item a:hover, .toolbar .toolbar-amount .toolbar-number, .toolbar .modes-mode.active, .sidebar .block-wishlist .product-item-name>a:hover, .sidebar .block.filter .filter-content .filter-current .item .action.remove:hover, .sidebar .block.block-compare .block-content .product-items-names .product-item .product-item-link:hover, .sidebar .block.block-compare .actions-toolbar .secondary .action.clear, .sidebar .block.account-nav .items .item strong, .sidebar .block.block-reorder .product-items .product-item .product-item-name a:hover, .sidebar .block.block-reorder .actions-toolbar .secondary .action.view, .sidebar .block.block-blog-categories .block-content>ul>li>a:hover, .sidebar .block.block-blog-tags .tag-cloud li a:hover, .header .switcher .switcher-dropdown .switcher-option a:hover, .header .switcher .switcher-trigger.active strong>span, .header .switcher .switcher-trigger:hover, .header .block-search .block-title:hover:after, .header .block-search .block-content form .actions button:hover, .header .my-account-link .toogle-action:hover, .header .my-account-link .toplinks-content li a:hover, .header .mobile-navigation .close-nav-button:hover, .header .mobile-navigation .nav-main-menu .level1>a:hover .mega-menu-sub-title, .header .nav-megamenu nav.navigation .nav-main-menu li.level0:hover a.level0, .cms-index-index .header.header10 .middle-header-content .switcher .switcher-trigger strong:hover, .sticky_catalog h3 .ti-close:hover, .promobanner .text .special-text a.h6:hover, .promobanner .text .right_menu .discount, .footer .middle-footer a:hover, .footer .middle-footer a:focus, .footer .social-links li a:hover, .footer .social-links li a:focus, .minicart-wrapper .block-minicart .block-content>.subtotal .price-wrapper .price, .minicart-items .product-item .product>.product-item-details .product-item-name a:hover, .sidebar-cart-type .minicart-wrapper .block-minicart .block-content>.action.close:hover span, .instantsearch-result-index .results .block-title .view-more a, .instantsearch-result-index .results .items .item .details strong>a:hover, .page-header-sliders .shop-now, .page-header-sliders .shop-now-v2:hover, .block.newsletter .form.subscribe .action.subscribe:hover, #newsletter-popup h2 span, .column.main .block.filter .filter-content .filter-current .item .action.remove:hover, .contact_image .abs-title span, body.account .main a.action, body.account .main a.action.back:hover, #registration .action.primary, .btn-print:hover, .catalog-product-compare-index .table-wrapper .table-comparison .product-image .towishlist:hover, .catalog-product_compare-index .table-wrapper .table-comparison .product-image .towishlist:hover, .catalog-product-compare-index .table-wrapper .table-comparison .product-item-name:hover, .catalog-product_compare-index .table-wrapper .table-comparison .product-item-name:hover, #multiship-addresses-table tbody tr td.product .product-item-name a:hover, [class*="multishipping-checkout-"] table tbody tr td .product-item-name a:hover, #checkout-review-submit .price, .multishipping-checkout-overview table tfoot tr.grand.totals .price, .cart-empty p>a:hover, .opc-progress-bar-item._complete>span, .opc-progress-bar-item._complete>span:after, .opc-estimated-wrapper .estimated-price, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .checkout-index-index .shipping-address-item.selected-item:after, .checkout-index-index .opc-block-summary .table-totals .grand.totals .price, #shopping-cart-table .product-item-name a:hover, #shopping-cart-table .subtotal .cart-price, #shopping-cart-table .actions-toolbar .gift-options-cart-item a:hover, .shopping-cart-bottom .cart-summary .multicheckout:hover, .blog-post-list .blog-list .blog-post .post-images .post-thumbnail .popup-video, .blog-post-list .blog-list .blog-post .post-body .post-header a:hover, .blog-post-view .post-images .post-thumbnail .popup-video, .blog-post-view .post-tags a:hover, .post-comments .title-comment-content, .post-comments .title, .post-comments .blog-load-more-comment a.loading-style, .shop-by-brand .item .brand-name h4.brand-title a:hover, .btn-promo-banner:hover, .promobanner .rotate-left.color-primary, .promobanner .rotate-right.color-primary, .blog-grid-block .title-blog>a:hover, .portfolio-bottom-content h4>a:hover, .portfolio-bottom-content .title:hover, .portfolio-bottom-content .category-link a:hover, .testimonial-item .testimonial-content .content .author-info .name, .landing-parralax--item .landing-parralax-detail h2 a:hover, .card .card-link, .about-us .abs-title span, .rotate-image-container .close-rotate:hover, .products-grid .product-item-info .product-item-actions .actions-quickview .action:not(.primary), .products-grid .product-item-info .product-item-actions .action-wishlist .action:not(.primary), .products-grid .product-item-info .product-item-actions .actions-primary .action:not(.primary), .products-grid .product-item-info .product-item-actions .actions-compare .action:not(.primary), .products-grid .product-item-info .product-item-details .product-item-name>a:hover, .products-list .product-item .product-item-info .product-item-image .product-item-image-wrapper .mgs-quickview, .products-list .product-item .product-item-info .product-item-details .product-item-name a:hover, .products-list .product-item .product-item-info .product-item-details .product-item-actions .tocompare, .products-list .product-item .product-item-info .product-item-details .product-item-actions .action-wishlist a, .product.media .product.item-image .label-video, .product.media .item-thumb .popup-video-thumb, .product.media .product.item-image .popup-video .ti-video-camera:before, .catalog-product-view .product-info-main .price-box .price, .catalog-product-view .product-info-main .product-info-stock-sku .product-brand .brand-name a:hover, .catalog-product-view .product-info-main .product-addto-links a, .product-info-main .product-add-form .product-options-wrapper .fieldset>.field .field.choice .label a, .product-info-main .product-add-form .product-options-wrapper .swatch-attribute-selected-option, .product-info-main .product-add-form .block-bundle-summary .bundle-info .product-details .stock.unavailable span, .wishlist-index-index .main .product-info .product-item-name a:hover, .deal-products-list-block .product-item-name>a:hover, .nav-scroll>div>a:hover, .right.lookbook_banner .abs-title span, .owl-home10 .item .content .text a:hover, .cate-links .list_block li:hover a:hover, .cate-links .list_block li:hover a:focus, .home_store .item>div .sub-title span, .featured-collection .left-title>h3, .featured-collection .rotate-title, .page-header-sliders .slide-banner .inline+span, .page-header-sliders .slide-banner .shop-now:hover, .slider_text_v5 .shop-now, .slider_text_v4 .bottom>a:hover, .furniture-block .author>span, .contact_block>a:hover, .testimonial-static .author-info span, .title-right .content-heading .title, .title-left .content-heading .title, .banner-home-11 .title-banner, .header.header3 .switcher .switcher-trigger strong:hover, .header.header3 .my-account-link .toogle-action:hover {
color: #bf9668;
}
.toolbar .sorter-action {
display: inline-block;
text-decoration: none;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
}
.toolbar select {
background-color: transparent;
font-size: 14px;
text-transform: uppercase;
font-weight: 700;
color: #000;
border: 0;
text-align-last: left;
background-color: #f0f0f0;
box-shadow: none !important;
border-radius: 25px; 
}
}
.toolbar select option {
font-weight: 500;
}
.sorter-action:before {
content: '\f0aa' !important;
font-family: fontawesome !important;
}
.fields>.field.choice, .field.choice, .form-group.choice {
margin-bottom: 20px;
position: relative;
padding-left: 20px;
text-align: left;
}
.form.form-edit-account .field.choice label.label {
padding-left: 0px !important;
}
.fields>.field.choice input.control, .field.choice input.control, .form-group.choice input.control, .fields>.field.choice>input, .field.choice>input, .form-group.choice>input, .fields>.field.choice .control>input, .field.choice .control>input, .form-group.choice .control>input {
position: absolute;
left: 0;
bottom: 5px;
margin: 0;
top: auto;
}
.field.password-info {
margin-bottom: 15px;
}
.products-grid .product-item-info .product-item-details .product-item-name {
line-height: 16px;
margin-bottom: 5px;
-webkit-transition: all 0.3s ease-in 0s;
   -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
     -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
}
.products-grid .product-item-info .product-item-details .product-buy_info {
text-align: center;
}
.products-grid .product-item-info .product-item-details {
text-align: center;
position: relative;
overflow: hidden;
margin-top: 15px;
}
.products-grid .product-item-info .product-item-details .product-item-name>a {
font-size: 16px;
font-weight: 400;
color: #000;
line-height: 25px;
text-transform: capitalize;
letter-spacing: 0.5px;
text-decoration: none;
}
.price-box .price {
color: #555;
font-weight: 400 !important;
font-size: 16px;
-webkit-transition: all 0.3s ease-in 0s;
   -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
     -o-transition: all 0.3s ease-in 0s;
        transition: all 0.3s ease-in 0s;
}
.product-item .price-box {
margin: 5px 0 5px;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
background: #ffffff;
box-shadow: none;
border: none;
margin: 0 0 30px;
padding: 0;
position: relative;
z-index: 2;
}
.page-products .products-grid .product-image-container {
max-width: 100%;
position: relative;
width: 100% !important;
height: 100%;
}
.page-products .products-grid .product-image-wrapper {
height: 100% !important;
padding: 0 !important; 
}
.login-screen form.create.account.form-create-account, .login-screen .form.form-login {
min-width: auto !important;
width: auto !important;
}
.page-products .products-grid .product-item-inner {
border: 0;
clip: unset !important;
height: 100% !important;
margin: 0 !important;
overflow: unset !important;
padding: 0 !important;
position: absolute !important;
width: 100% !important;
top: 0;
left: 0;
right: 0;
bottom: 0;
-webkit-transform: translateX(100%);
   -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
     -o-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in 0s;
           -moz-transition: all 0.3s ease-in 0s;
            -ms-transition: all 0.3s ease-in 0s;
             -o-transition: all 0.3s ease-in 0s;
                transition: all 0.3s ease-in 0s;
}
.page-products .products-grid .product-item-info:hover .product-item-inner {
-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        visibility: visible;
}
.page-products .products-grid .product-item-info:hover .price-box .price, .page-products .products-grid .product-item-info:hover .product-item-details .product-item-name {
opacity: 0;
visibility: hidden;
}
.page-products .products-grid .product-item-inner {
background: #ffffff;
box-shadow: none;
border: 0;
border-top: none;
left: auto;
margin: 0;
padding: 0;
position: static;
right: auto;
z-index: 2;
}
.page-products .products-grid .product-item-actions {
position: relative;
z-index: 1;
width: 100%;
display: flex;
justify-content: center;
margin: 0 !important;
-webkit-transform: unset;
   -moz-transform: unset;
    -ms-transform: unset;
     -o-transform: unset;
        transform: unset;
        top: unset;
}
.product-item-actions .actions-primary {
margin: 0 5px;
}
.product-item-actions .actions-primary + .actions-secondary > .action {
margin: 0 5px;
}
.page-products .products-grid .product-item {
margin-left: 0 !important;
padding: 0 !important;
width: calc(100% / 4) !important;
}
.page-products .product-item-info {
  width: 100% !important;
}
.category-view {
  display: none;
}
.page-products .page-main, .catalog-product-view .page-main, .customer-account-createpassword .page-main, .customer-account-login .page-main, .checkout-cart-index .page-main
, .checkout-index-index .page-main,
.catalog-product_compare-index .page-main,
.customer-account-create .page-main,
.multishipping-checkout-addresses .page-main,
.cms-no-route.cms-noroute-index .page-main,
.checkout-onepage-success .page-main,
.cms-no-route.cms-noroute-index .page-main,
.multishipping-checkout-login .page-main {
padding: 2% 4% 4% 4%; 
}
.customer-account-createpassword .password-strength-meter {
background: transparent;
}
/*-------toolbar------*/
body:not(.page-layout-1column) .category-product-actions .toolbar.toolbar-products {
float: none;
width: 100%;
}
.toolbar {
display: flex;
align-items: center;
}
.page-products .columns{
padding-top:0px !important;
}
.toolbar .modes, .toolbar .limiter, .toolbar .sorter {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.toolbar .modes .modes-mode {
display: block;
padding: 0 25px;
height: 40px;
border: 1px solid #ddd;
background:transparent;
color: #ddd;
text-align: center;
line-height: 34px;
font-size: 16px;
border-radius: 40px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-o-border-radius: 40px;
}
.toolbar .modes .modes-mode + .modes-mode {
margin-left: 7px;
}
.toolbar .modes > strong, .toolbar .modes > a {
display: inline-block !important;
vertical-align: middle;
margin: 0;
}
.toolbar .modes .modes-mode:hover, .toolbar .modes .modes-mode.active {
color: #222;
border-color: #222;
}
.toolbar .sorter {
text-align: right;
white-space: nowrap;
}
.products-list .product-item-info .product-item-details .actions-link {
margin-top: 30px;
}
.products-list .product-item-info .product-item-details .actions-link li {
float: left;
vertical-align: top;
}
.page-products .products-list .actions {
position: relative;
right: 0;
text-align: center;
top: 0;
width: 100%;
text-align: left;
margin: 30px 0 0;
-webkit-transform: translateY(0);
   -moz-transform: translateY(0);
    -ms-transform: translateY(0);
     -o-transform: translateY(0);
        transform: translateY(0);
}
.page-products .product-item-description {
margin: 25px 0;
text-align: right;
}
.page-products .products-list .product-item-description a.action.more {
color: #BF9668 !important;
}
.page-products .products-list .price-box .price {
color: #696969;
}
.page-products .products-list .product-item-actions .actions-primary {
margin: 0 5px 0 0;
}
.full-review.product-reviews-summary .reviews-actions a {
color: #adadad;
}
.product-detail-infomation .product-name {
font-size: 16px;
margin-bottom: 5px;
font-weight: 600;
}
.page-products .field.limiter {
  text-align: right;
}
.catalog-product-view .product-add-form .fieldset>.field>.label {
display: inline-block;
}
.catalog-product-view .product-add-form .control {
display: inline-block;
width: 200px;
}
.catalog-product-view .product-add-form .control input, .cart.table-wrapper .col.qty .input-text, .multishipping-checkout-addresses .table-wrapper .input-text.qty {
width: 120px !important;
color: #888;
font-weight: 600;
}
.multishipping-checkout-addresses th.col.qty,  .multishipping-checkout-addresses th.col.product,
.multishipping-checkout-addresses .col.address, .multishipping-checkout-addresses .col.actions {
  text-align: center;
}
/*---------table design in magento for additional address bar-------*/
.account.customer-address-index table>thead>tr>th, table>tbody>tr>td {
float: none !important;
}
.customer-addresses-toolbar.toolbar.bottom .pager, .order-products-toolbar.toolbar.bottom, .order-products-toolbar.toolbar.bottom .pager, .pager {
width: 100%;
}
/*a#tab-label-reviews-title {
border-radius: 25px;
}*/
.account.customer-address-index .modal-inner-wrap .modal-content, .account.customer-account-index .modal-content, .modal-popup.confirm .modal-inner-wrap .modal-content {
-webkit-box-shadow: none;
box-shadow: none;
border: 0;
padding: 30px 15px;
}
.modal-popup .modal-title {
border: 0;
color: #353535;
}
.modal-popup .modal-footer {
padding-bottom: 1rem;
padding-top: 1rem;
}
.contact-index-index form#contact-form {
width: 100%;
}
.cart.table-wrapper table.cart thead tr th.col, .cart.table-wrapper table.cart tbody tr td.col, table tr th.col, table tr td.col {
float: none;
}
.checkout-cart-index .page-main .cart-discount .block.discount#block-discount,
.checkout-index-index .payment-option {
padding: 15px;
border:1px solid #e5e5e5;
}
.checkout-index-index .checkout-payment-method .payment-option-title {
border-top: 0;
}
.checkout-cart-index .cart-discount .block.discount .title {
padding: 0 !important;
}
.checkout-cart-index .cart-discount .block.discount .content {
padding: 10px 0 0 !important;
}
.checkout-cart-index .fieldset.coupon {
margin: 0 !important;
padding:5px;
}
.checkout-cart-index .block.discount strong#block-discount-heading {
color: #353535;
font-weight: 600;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar {
padding-bottom: 30px;
}
.cart-summary, .opc-block-summary {
background: #fff;
border: 1px solid #e5e5e5;
}
.modal-custom.opc-sidebar.opc-summary-wrapper .modal-content {
box-shadow: none !important;
outline: none !important;
border:none !important;
border-radius: none !important;
}
.modal-custom.opc-sidebar.opc-summary-wrapper .modal-header {
border-bottom: 0 !important;
}
.checkout-cart-index .cart-container .cart-summary .mark, .checkout-cart-index .cart-container .cart-summary mark {
background-color: transparent;
}
.catalog-product-view .product.data.items .item.content, .customer-account-index .item.content, .account.custom_customer-measurement-index .item.content {
margin-top:40px !important;
}
.account.customer-account-index .block-dashboard-info .box.box-newsletter, .account.customer-account-index .block-dashboard-info .box.box-newsletter .container {
  width: 100% !important;
}
.account.customer-account-index .block-dashboard-info .box.box-newsletter .panel-default {
  width: 100%;
}
.account.customer-account-index .block-dashboard-info .box.box-newsletter .panel-group .panel {
  border-radius: 0 !important;
  box-shadow: none !important;
}
.account.customer-account-index .block-dashboard-info .box.box-newsletter .box-actions a.action {
margin-right: 10px;
}
.account.custom_customer-measurement-index .block.block-dashboard-info label.radio {
  display: inline-block;
}
.minicart-wrapper .action.showcart .counter.qty {
  background: #bf9668;
  border-radius: 50%;
  min-width: 24px;
}
.minicart-wrapper .action.showcart {
  padding-right: 17px !important;
}
.minicart-wrapper .action.showcart:before {
color: #fff !important;
content: "\f291" !important;
font-family: fontawesome !important;
font-size: 20px !important;
vertical-align: baseline !important;
}
.sticky-header .minicart-wrapper .action.showcart:before {
color: #353535 !important;
}
/*------------magento accordion css-----------------*/
.account.customer-account-index .panel-heading {
padding:0px; 
}
.account.customer-account-index .panel-title a {
padding: 10px 15px;
display:block;
}
/*-------minicart popup list design here-------*/
.other-header .minicart-wrapper .ui-dialog {
text-align: left;
position: fixed;
top: 0;
background-color: #fff;
right: 0;
left:auto;
bottom: 0;
width: 475px;
z-index: 100;
padding: 40px;
transition: all 400ms;
-webkit-transition: all 400ms;
-moz-transition: all 400ms;
-o-transition: all 400ms;
transform: translateX(100%);
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-o-transform: translateX(100%);
display: block !important;
border-radius:0;
}
.other-header .minicart-wrapper.active .ui-dialog {
transform: translateX(0);
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-o-transform: translateX(0);
box-shadow: 0 0 40px 0 rgba(96,109,166,0.2);
}
.other-header .minicart-wrapper .block-minicart {
position: relative;
top:0;
left:0;
right:0;
overflow-x: hidden;
box-shadow: none;
}
.action.primary.checkout {
padding: 10px 30px !important;
font-size: 16px !important;
text-transform: capitalize;
/*font-family: 'Proxima Nova Rg' !important;
font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";*/
font-family: "'Open Sans','Montserrat',Arial,sans-serif";	
font-weight: 500;
line-height: 20px !important;
height: auto !important;
width: auto !important;
margin: 0px auto;
}
.other-header .minicart-wrapper .block-minicart .block-title {
display: block;
color: #000;
padding-bottom: 45px;
line-height: 1;
}
.other-header .minicart-wrapper .block-minicart .block-title strong {
font-size: 24px;
font-weight: 700;
}
.other-header .minicart-wrapper .block-minicart .block-title .qty {
display: none;
}
.other-header .minicart-wrapper .block-minicart .block-content>.action.close {
position: absolute;
top: 0;
right: 0;
border: none;
padding: 0;
background: none;
line-height: 24px;
}
.other-header .minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
height: calc(100vh - 350px) !important;
margin: 0;
max-height: unset;
}
/*.minicart-wrapper, .block-search{
float: left ! important;
}*/
.minicart-items {
height: auto !important;
}
.minicart-items .product-item:first-child {
padding-top: 0;
}
.minicart-items .product-item {
padding: 20px 0;
position: relative;
}
.minicart-items .product-item .product>.product-item-details .product-item-pricing .details-qty input.item-qty {
text-align: center;
width: 60px;
border-radius: 30px;
padding: 0;
display: table-cell;
vertical-align: middle;
height: 32px;
border: 1px solid #d7d7d7;
line-height: 32px;
padding: 0 10px;
}
.minicart-items .product-item .product>.product-item-details .product-item-pricing .details-qty {
display: table;
margin-top: 8px;
}
/*------cart buttons continue shopping & clear cart---*/
.cart.main.actions {
margin-top: 50px;
}
.cart.actions button {
float: right;
margin-left: 15px;
}
.item-title {
font-size: 14px;
color: #000;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 8px;
}
.item-options {
margin-top: 6px;
margin-bottom: 0;
}
.fields>.field.choice, .field.choice, .form-group.choice {
margin-bottom: 20px;
position: relative;
padding-left: 20px;
text-align: left;
}
.fieldset .field>label, .fieldset .field>.label {
display: block;
margin: 0 0 15px;
border: none;
text-align: left;
/*line-height: 1px;*/
line-height: inherit;
/*color: #a1a1a1;*/
color:#333;
font-size: 14px;
}
.cms-home.cms-index-index .page.messages {
position: fixed;
z-index: 9999;
min-width: 320px;
max-width:60%;
left: 0;
right: 0;
margin: 0 auto;
top: 15px;
}
.checkout-cart-index .modal-content {
-webkit-background-clip: inherit !important;
background-clip: inherit !important;
border: 0 !important;
border-radius: 0;
box-shadow: none !important;
}
.checkout-cart-index footer.modal-footer {
display: none;
}
.message.success {
border-radius:5px;
}
/*-------table design-------*/
#shopping-cart-table .product-item-name {
font-weight: 700;
display: block;
}
#imageCol {
padding-right: 0%;
max-width: 250px;
width: 100% !important;
}
button span.myModel {
position: relative;
z-index: 5;
}
/* Clear Shopping Cart */
.cart-container .form-cart .actions.main .clear{
display: block;
}
button#openModel.action.primary.custom-btn {
  border-radius: 25px;
  margin-bottom: 15px;
}
/*-----popup-------*/
.scnsize {
  background-color: #e0e3ec;
  padding: 10px;
  text-align: center;
  min-height: 215px;
}
/*.modal-popup .modal-inner-wrap .modal-popup*/.catalog-product-view .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: 0;
  /*padding: 30px 15px !important;*/
}
.checkout-cart-index .modal-footer {
  display: block !important;
}
.catalog-product-view .modal-inner-wrap .form-horizontal label.control-label {
 vertical-align: middle;
}
.modal-popup .action-close {
  padding: 8px;
  height: 30px;
  width: 30px;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
}
.account.sales-order-view .modal-popup .modal-content {
  padding: 30px !important;
}
.modal-popup .modal-content {
  box-shadow: none;
  border: 0;
  border-radius: 0;
}
/*----------Design Guide----------*/
.guide-video {
  margin-top: 15px;
}
.guide-video .panel .panel-heading {
padding: 0 !important;
}
.guide-video .panel .panel-heading a {
display: block;
padding: 10px 0;
text-align: center;
}
/*--------Priyanka Proceed to check out button disp none-----*/
#minicart-content-wrapper button#top-cart-btn-checkout {
display: none;
}
#minicart-content-wrapper .product-image-photo {
width: 100% !important;
height:auto !important;
}
#shipping-method-buttons-container button.button.action.continue.primary {
padding: 5px 30px;
}
.authentication-wrapper .action.action-auth-toggle, .catalog-product_compare-index .action.print.hidden-print {
padding: 10px 30px;
text-decoration: none !important;
}
.modal-custom.authentication-dropdown .modal-header {
border-bottom: 0;
}
.modal-custom.authentication-dropdown .modal-content  {
box-shadow: none !important;
border:0 !important;
border-radius: 0 !important; 
}
#checkout .opc-progress-bar .opc-progress-bar-item._active > span:before {
background: #BF9668;
border-color: #BF9668;
}
#checkout .opc-progress-bar .opc-progress-bar-item._active:before {
background: #BF9668;
border-color: #BF9668;
}
#checkout .opc-progress-bar .opc-progress-bar-item._active > span:after {
border-color: #BF9668;
}
/*--add compaire table design---*/
/*.table-comparison .cell.remove, .table-comparison .cell.product.info, .table-comparison .cell.product.label {
display: table-cell;
border:0;
}*/
.table-comparison .cell {
padding: 15px;
width: auto;
}
.table-comparison .cell.label {
border-right: 1px solid #cccccc;
display: block;
border-radius: 0;
border: 0px !important;
}
.table-comparison td {
border: 1px solid #cccccc;
}
table#shopping-cart-table tr .col.qty, table#shopping-cart-table tr .col.subtotal, table#shopping-cart-table tr .col.item {
text-align: center !important;
}
table#shopping-cart-table th.col.item {
width: 250px;
}
table#shopping-cart-table th.col.price {
width: 150px;
}
table#shopping-cart-table th.col.qty {
width: 250px;
}
table#shopping-cart-table th.col.subtotal {
width: 200px;
text-align: right !important;
}
table#shopping-cart-table td.col.subtotal {
text-align: right !important;
}
table#shopping-cart-table .product-item-details {
display: inherit !important;
}
th.mark span.label {
color: #000;
letter-spacing: 1px;
font-weight: 300;
/*font-family: 'Proxima Nova Rg';*/
font-family: "'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif";

padding-left: 0;
}
#cart-slidebar-reorder .product-item .field.item.choice, .sidebar .sidebar-additional .product-item .field.item.choice, .product-items.product-items-names .product-item .field.item.choice {
margin-bottom: 0 !important;
}
#cart-slidebar-reorder .product-item .control input {
bottom: -2px;
}
.content.minicart-items .minicart-items-wrapper.overflowed .product-item .product-image-container {
display: inline-block;
max-width: 100%;
max-height: 100%;
height: auto !important;
width: auto !important;
}
.cart.table-wrapper .action {
  margin-right: 8px;
  vertical-align: middle;
}
table#shopping-cart-table td.col.item#imageCol a {
  padding: 0;
}
#shopping-cart-table .item-actions .actions-toolbar a.action-towishlist {
color: #353535;
}
/*---page message-----*/
.page-main > .page.messages {
position: fixed;
z-index: 99;
left: 0;
width: 67%;
right: 0;
top: 15px;
margin: 0 auto;
}
.checkout-index-index .authentication-wrapper button.action.action-auth-toggle {
display: none;
}
.checkout-index-index .col.col-method input.radio {
margin: 0 auto;
}
.opc-wrapper .action-show-popup > span:before {
content: "\f067" !important;
font-family: fontawesome !important;
}
.payment-method .payment-method-title.field.choice {
padding: 15px 0 0 10px;
}
.payment-method .payment-method-title.field.choice input {
  bottom: 9px;
}
.checkout-index-index .opc-block-summary .label {
color: #353535;
}
.mark {
background: #fff;
}
/*.account.customer-account-index #cart-sidebar-reorder li.product-item .field.item.choice .control input.checkbox,
.account.sales-order-history .control input.checkbox {
bottom:-16px !important;
}*/
.multishipping-checkout-addresses button.action.primary.continue {
  padding: 15px 30px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #BF9668;
}
.opc-wrapper .shipping-address-item.selected-item:after {
background: #BF9668;
color: #fff !important;
}
#mini-cart .details-qty.qty .label {
color: #353535;
}
/*-----hide print button-------*/
.catalog-product_compare-index .action.print.hidden-print {
display: none;
}
.catalog-product_compare-index td.cell.product.info {
  background: #fff;
}
/*--------Video Block added here----------*/
.measurement-video-block {
  padding: 15px;
  display: table;
  width: 100%;
}
.watch-video {
  margin: 0 0 15px 0;
  border-radius: 0;
  background-color: transparent;
  color: #d09b3c;
  letter-spacing: 1px;
  font-size: 20px;
  padding: 8px 30px;
  border:1px solid #d09b3c;
  -webkit-transition: all 0.3s ease-in 0s;-moz-transition: all 0.3s ease-in 0s;-ms-transition: all 0.3s ease-in 0s;-o-transition: all 0.3s ease-in 0s;transition: all 0.3s ease-in 0s;
}
.watch-video:hover, .watch-video:focus {
  background: #d09b3c;
  color:#fff;
  border-color: #d09b3c;
}
.cms-no-route.cms-noroute-index #cart-sidebar-reorder .fields>.field.choice, .cms-no-route.cms-noroute-index #cart-sidebar-reorder .field.choice, .cms-no-route.cms-noroute-index #cart-sidebar-reorder .form-group.choice,
.page-with-filter.page-products.categorypath-fabrics.category-fabrics .fields>.field.choice,
.page-with-filter.page-products.categorypath-fabrics.category-fabrics .field.choice, 
.page-with-filter.page-products.categorypath-fabrics.category-fabrics .form-group.choice
{
  margin-bottom: 0;
} 
.catalog-product-view .product-add-form .fieldset>.field>.label {
margin:15px 0 0;
vertical-align: top;
}
.checkout-index-index .form.form-discount .checkout-payment-method .payment-option-inner {
  margin: 0 0 20px;
  margin-right: 20px;
}
.checkout-index-index #discount-form.form.form-discount { 
display: flex;
}
.action.action-toggle {
  font-weight: 600;
  color: #353535 !important;
}
.checkout-index-index.page-layout-checkout .payment-option._collapsible.opc-payment-additional.discount-code {
width: auto;
  display: inline-block;
  padding: 0;
}
.checkout-index-index.page-layout-checkout .payment-option-title.field.choice {
padding: 15px;
margin-bottom: 0;
}
.checkout-index-index.page-layout-checkout .checkout-payment-method .payment-option-inner {
margin-right: 15px;
}
.checkout-index-index .payment-option .payment-option-content {
padding: 0 15px;
}
.checkout-index-index .form.form-discount button.action.action-apply {
  padding: 12px 15px !important;
}
.account.wishlist-index-index .products-grid.wishlist .input-text.qty {
  width: 80px;
  padding: 5px;
  height: 34px;
}
.wishlist-index-index .product-item-inner {
border: 0 !important;
box-shadow: none !important;
left: 0 !important;
margin: 0 !important;
position: relative !important;
right: 0 !important;
padding: 15px 0 0 !important;
}
.account.wishlist-index-index form .field.item.choice {
margin-bottom: 0;
}
.product-item-actions {
text-align: center;
}

/* password indicator hide */
.customer-account-edit #password-strength-meter-container{
display: none;
}
.account.customer-account-index .box.box-newsletter {
margin-top: 30px;
}
.img-float-right .about-image {
float: right;
margin: 0 0 10px 30px;
}
.cms-sizing-chart table {
width: 100% !important;
text-align: center;
}
.cms-sizing-chart table tr:first-child {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.cms-sizing-chart table tr td {
border:1px solid #ddd;
}
table tr:nth-child(even) {
background: #f5f5f5;
}
.about-image img {
  width: 100%;
}
/*--for header search--*/
header.header .custom-searchblk button.action.search {
margin-top: 2px;
opacity: 1;
}
header.header .custom-searchblk button.action.search::before {  
color:#e5e5e5;
}
header.header .custom-searchblk {
/*display: none;*/
}
.catalog-category-view header.header .custom-searchblk,
.catalog-product-view header.header .custom-searchblk,
.catalogsearch-result-index header.header .custom-searchblk {
display: block;
}
.custom-searchblk {
position: absolute;
top: 15px;
left: 80px;
transition: all 0.3s ease-in 0;-moz-transition: all 0.3s ease-in 0;-webkit-transition: all 0.3s ease-in 0;-o-transition: all 0.3s ease-in 0;-ms-transition: all 0.3s ease-in 0;
}
.custom-searchblk input {
height:34px;
}
.custom-searchblk input {
height: 34px;
background: #BF9669;
border-color: #BF9669;
color: #fff;
}
.custom-searchblk input#search::-webkit-input-placeholder {
color: #fff;
}
.custom-searchblk input#search::-ms-input-placeholder {
color: #fff;
}
.custom-searchblk input#search::placeholder {
color: #fff;
}
.btns-for-mobile {
display: none;
}
.accessories-block-custom {
/* position: absolute;
left: 350px;*/
display: flex;
align-items: center;
float: left;
margin-top: 10px;
height: 70px;
/*width: 10%;*/
}
.filter.active .filter-title strong {
cursor: pointer;
}
/*.ui-widget.ui-widget-content {
z-index: 1;
}*/
/*#ui-tooltip-0 {
left: 950px !important;
}*/


/*Translate popup */
.translate-table-container th{
color:#333!important;
}
.ui-dialog .ui-dialog-titlebar{
height: auto!important;
}

/* language switcher */
.switcher-option strong{
color:#e68734cc!important;
}

/* google translater css */

.goog-te-gadget span {
 display:none!important;
}

.goog-te-gadget {
 color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
 color: #494F6A!important;
}

/* display continue shopping */
.cart-container .form-cart .actions.main .continue{
display:inline-block!important;
background:#bf9668 none repeat scroll 0 0;
border-color:#bf9668;
border-width: 2px;
color:#ffffff !important;
font-size: 12px !important;
overflow: hidden;
position: relative;
border-radius: 25px;
transition: all 0.3s ease-in 0s;
font-weight: 600;
letter-spacing: 0.5px;
text-transform: uppercase;
line-height: 21px;
padding: 7px 15px;
box-shadow: none !important;
}

.multishipping-checkout_address-newshipping .page-main {
padding: 50px 20px !important;
}

.account .page-main .page-title-wrapper .order-status {
margin: 0 auto !important;
}

/*#newsletter-validate-detail input[type="email"] {
width: unset;
}*/

/* measurement new changes 14 Feb 2020 */
#addMeasurement #scanSizeFlgContainer label{
text-align: center!important;
padding-top: 10px;
}


/* measurement on product page css */
.modal-popup .modal-inner-wrap{
width:900px!important;
}

#addMeasurement .measurement, #addMeasurement .scanSizeFlgContainer, #addMeasurement .stdSizeFlgContainer{
border: 2px solid #d09b3c;
background-color:#f6f7f8;  
padding:10px;
}

#addMeasurement label{
font-size: 14px;
color:#7e8287;
}

#addMeasurement .measurement .form-control {
border: 2px solid #d09b3c;
height: 30px;
border-radius: unset;
}

#scanSizeFlgContainer .form-horizontal .form-group{
padding:0 4px!important;
margin-bottom: 0!important;
}
#addMeasurement .main-label{
  font-size: 15px;
  font-weight:600;
  color:black!important;
}

#scanSizeFlgContainer .form-horizontal .form-group label{
height:50px;  
}

.catalog-product-view .modal-popup._inner-scroll{
overflow-y: scroll!important;
}

.modal-popup._inner-scroll .modal-inner-wrap{
max-height: unset!important;
}

.btn-success, .btn-success:hover, .btn-success:focus {
  background-color: #d09b3c;
  border: 0;
}
.modal-footer button {
background: #d09b3c none repeat scroll 0 0;
border: 1px solid #d09b3c;
border-radius: 4px;
color: #ffffff;
font-size: 14px;
padding: 5px;
}

#m_image{
width: 270px !important;
display: block;
margin: 0 auto;
height: 270px !important;
}

#m_video{
width: 450px !important;
height: 270px !important;
}

.size-opt {
cursor: pointer;
}

.scnsize p {
  color: #676767;
  font-size: 14px;
  line-height: 20px;
  text-align: center!important;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
  padding-top:0!important;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 10px;
  /*margin-right: -1px;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  /*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  color:white!important;
  background-color: #d09b3c;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
#co-shipping-form .fieldset:last-child {
max-height: 400px;
overflow: scroll;
overflow-x: hidden;
}
.checkout-index-index .modal-popup .form-shipping-address {
max-width: 100% !important;
}
.checkout-index-index .action.primary {
background-color: #d09b3c;
border: 1px solid #d09b3c;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover {
color: #d09b3c;
}
.checkout-index-index .modal-popup._inner-scroll .modal-content {
overflow: hidden;
}
.catalog-product-view .modal-popup, .checkout-cart-index .modal-popup {
  pointer-events: inherit;
}
.product-page-title{font-size:24px;}
.product-price-wrapper span{font-size:22px !important;}

