.clear {
  clear: both;
}
h4,
h5,
h6,
h1,
h2,
h3 {
  margin-top: 0;
}

ul,
ol {
  margin: 0;
}
p {
  margin: 0;
}
html,
body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
  font-size: 100%;
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.header {
  background: #371859;
  padding: 1.5% 0;
}
.header-left {
  float: left;
  width: 59%;
  display: flex;
  flex-direction: row;
}
.header_right {
  display: flex;
  flex-direction: row;
  position: relative;
        z-index: 999;
}

.logo {
  float: left;
  margin-right: 1%;
}

.menu li a {
  display: block;
  font-size: 0.8125em;
  text-transform: uppercase;
  padding: 5px 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 600;
}
.menu li a:hover,
.menu li.active a {
  background: #fff;
  color: #000;
}

.toggleMenu {
  display: none;
  padding: 4px 5px 0px 5px;
}

.nav ul {
  list-style: none;
}
@media screen and (max-width: 800px) {
  .active {
    display: block;
  }
  .menu li a {
    text-align: left;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
  }
  .nav {
    list-style: none;
    width: 95%;
    position: absolute;
    right: 20px;
    background: #222;
    top: 72px;
    z-index: 111;
  }
  .nav:after {
    content: "";
    position: absolute;
    right: 18px;
    top: -9px;
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #333;
  }
  .menu li a span.messages {
    text-align: center;
    top: 15px;
  }
  .nav li ul {
    width: 100%;
  }
  .menu ul {
    margin: 0;
  }
  .nav > li.hover > ul {
    width: 100%;
  }
  .nav > li {
    float: none;
    display: block;
  }
  .nav ul {
    display: block;
    width: 100%;
  }
  .nav > li.hover > ul,
  .nav li li.hover ul {
    position: static;
  }
  .nav li a {
    border-top: 1px solid #333;
  }
  .nav li:first-child a {
    border-top: none;
  }
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 0;
}
.social-net {
  display: flex;
  gap: 10px;
}

.social-net img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  cursor: pointer;
}

ul.icon1 {
  float: left;
  zoom: 1;
  list-style: none;
  padding: 0;
  margin-left: 25%;
}
.icon1 li {
  float: left;
  position: relative;
}
.icon1 li:last-child {
  border-right: none;
}
.icon1 li:hover > a {
  color: #fafafa;
}
*html .icon1 li a:hover {
  /* IE6 only */
  color: #fafafa;
}
.icon1 ul {
  width: 300px;
  margin: 20px 0 0 0;
  _margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 67px;
  z-index: 1;
  right: -140px;
  background: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 10px #aaa;
  -webkit-box-shadow: 0 0 10px #aaa;
  -moz-box-shadow: 0 0 10px #aaa;
  -o-box-shadow: 0 0 10px #aaa;
}
.icon1 li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
  z-index: 9999;
}
.icon1 ul ul {
  top: 6px;
  left: 158px;
  margin: 0 0 0 20px;
}
.icon1 ul li {
  /*--float: none;--*/
  display: block;
  border: 0;
}
.icon1 ul li:first-child {
  border-top: none;
}
.icon1 ul li:first-child a {
  border-top-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.icon1 ul a {
  _height: 10px; /*IE6 only*/
  white-space: nowrap;
  float: none;
  text-transform: none;
}

.icon1 ul li:first-child > a:after {
  content: "";
  position: absolute;
  left: 45%;
  top: -30px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
  left: -100px;
  top: 0%;
  margin-top: -6px;
  border-left: 0;
  border-bottom: 20px solid transparent;
  border-top: 20px solid transparent;
  border-right: 20px solid #323757;
}
/* Mobile */
.icon1-trigger {
  display: none;
}
.sub-icon1 img {
  border: none;
  display: inline-block;
  vertical-align: middle;
}
li.list_img {
  float: left;
  width: 26%;
}
.login_buttons {
  margin-top: 23%;
}
li.list_desc {
  float: left;
  width: 50%;
}
li.list_desc h4 a {
  color: #000;
  font-size: 0.85em;
  text-decoration: none;
  font-weight: 600;
}
li.list_desc h4 a:hover {
  color: red;
}
.c1 {
  background: url(../images/img-sprite.png) no-repeat -66px -8px;
  width: 22px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon1 .profile_img {
  margin-top: 3px;
}
.sub-icon1 ul li h3 {
  text-align: center;
  font-size: 18px;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 4%;
}
.sub-icon1 ul li p {
  text-align: center;
  font-size: 0.8125em;
  color: #555;
  line-height: 1.5em;
  margin: 2% 0;
}
.sub-icon1.list {
  padding: 20px;
}
.sub-icon1 ul li p a {
  color: #00405d;
}
.sub-icon1 ul li p a:hover {
  color: #555555;
  text-decoration: underline;
}
.product_control_buttons {
  float: right;
}
.product_control_buttons a:hover {
  opacity: 0.5;
}
.button {
  text-align: center;
}
.button a {
  color: #fff;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  margin-left: 45%;
  border: none;
  cursor: pointer;
  padding: 15px 30px;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
}
.button a:hover {
  background: #222;
}
.login_button {
  float: right;
}
.login_button a {
  color: #fff;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 8px 15px;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  margin: 10px 0 0;
}
.login_button a:hover {
  background: #555;
}
.check_button {
  float: left;
}
.check_button a {
  color: #fff;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  padding: 8px 15px;
  display: inline-block;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #000;
  margin: 10px 0 0;
}
.check_button a:hover {
  background: #555;
}
/*--main--*/
.content-top {
  padding: 10% 0;
  margin-bottom: -100px;
  margin-top: -50px;
}
.content-top h2 {
  color: #000;
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1.5%;
}
.content-top p {
  text-transform: uppercase;

  margin-bottom: 1%;
}
.content-top h3 {
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin: 2% 0 0 0;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: flex;
  gap: 5px;
}

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}
.nbs-flexisel-inner {
  overflow: hidden;
  margin: 0 auto;
}
.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px;
}
.nbs-flexisel-item > img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 210px;
  max-height: 417px;
}
** Navigation ** .nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 140px;
  height: 245px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}

.content_bottom-text h3 {
  color: #fff;
  font-size: 3em;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 2% 0 10%;
}
p.m_1 {
  color: #fff;
  font-size: 0.85em;
  line-height: 2.2em;
  margin-bottom: 6%;
}
p.m_2 {
  color: #fff;
  font-size: 0.85em;
  line-height: 2.2em;
}
.features {
  padding: 1% 0;
}
h3.m_3 {
  color: #000;
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.close_but {
  text-align: center;
  margin-bottom: 6%;
}
i.close1 {
  width: 46px;
  height: 42px;
  background: url(../images/img-sprite.png)-196px -269px;
  display: inline-block;
}
/*  */
.view img {
  display: block;
  position: relative;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.view p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}

.view-ninth h2 {
  background: transparent;
  margin-top: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.view-ninth a.info {
  display: none;
}
.view-ninth:hover .content {
  height: 120px;
  width: 263px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9;
  top: 22px;
  -webkit-transform: rotate(0deg) translate(0, 0);
  -moz-transform: rotate(0deg) translate(0, 0);
  -o-transform: rotate(0deg) translate(0, 0);
  -ms-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.view-ninth:hover .mask-1,
.view-ninth:hover .mask-2 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.view-ninth:hover .mask-1 {
  -webkit-transform: rotate(56.5deg) translateX(1px);
  -moz-transform: rotate(56.5deg) translateX(1px);
  -o-transform: rotate(56.5deg) translateX(1px);
  -ms-transform: rotate(56.5deg) translateX(1px);
  transform: rotate(56.5deg) translateX(1px);
}
.view-ninth:hover .mask-2 {
  -webkit-transform: rotate(56.5deg) translateX(-1px);
  -moz-transform: rotate(56.5deg) translateX(-1px);
  -o-transform: rotate(56.5deg) translateX(-1px);
  -ms-transform: rotate(56.5deg) translateX(-1px);
  transform: rotate(56.5deg) translateX(-1px);
}
h4.m_4 {
  margin-top: 10%;
}
h4.m_4 a {
  color: #000;
  font-size: 1em;
  text-decoration: none;
  font-weight: 600;
}
h4.m_4 a:hover {
  color: #444;
}
p.m_5 {
  color: #222;
  font-size: 0.85em;
}
/*--footer--*/


.footer {
  background: #371859;
  padding:10px;
}
ul.footer_box {
  list-style: none;
  
  
}
ul.footer_box h4 {
  color: #fff;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #ffffff;
}
ul.footer_box li a {
  color: #b8b6b6;
  font-size: 0.8125em;
  text-decoration: none;
  line-height: 2em;
}
ul.footer_box li a:hover {
  color: #fff;
}

ul.social {
  list-style: none;
  margin-top: 17%;
  display: flex;
  flex-direction: row;
  gap: 10px;
 
}
ul.social li:first-child,
ol li:first-child {
  margin-top: 0;
  margin-left: 0;
}
ul.social li {
  
  margin-right: 8px;
}
ul.social li a span:hover {
  opacity: 0.5;
}

.dropdown dd,
.dropdown dt,
.dropdown ul {
  margin: 0px;
  padding: 0px;
}
.dropdown dd {
  position: relative;
}
.dropdown a,
.dropdown a:visited {
  color: #fff;
  text-decoration: none;
  outline: none;
}
.dropdown a:hover {
  color: #fff;
}
.dropdown dt a:hover {
  color: #fff;
}
.dropdown dt a {
  background: url(../images/arrow.png) no-repeat scroll right center;
  display: block;
  padding-right: 20px;
}
.dropdown dt a span {
  cursor: pointer;
  cursor: pointer;
  display: block;
  padding: 0px 10px;
  font-size: 0.85em;
  color: #fff;
  font-weight: 400;
}
.dropdown dd ul {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  display: none;
  left: 0px;
  padding: 5px 0px;
  position: absolute;
  top: 13px;
  width: auto;
  min-width: 200px;
  list-style: none;
}
.dropdown span.value {
  display: none;
}
.dropdown dd ul li a {
  padding: 5px;
  display: block;
  font-size: 13px;
}
.dropdown dd ul li a:hover {
  background-color: #444;
}

.dropdown img.flag {
  border: none;
  vertical-align: middle;
  margin-left: 10px;
}
.flagvisibility {
  float: right;
}

/*--dropdown--*/
.dropdown {
  display: block;
  display: inline-block;
  float: right;
  position: relative;
  z-index: 9999;
  margin: 0;
}
/* ===[ For demonstration ]=== */
/* ===[ End demonstration ]=== */
.dropdown .dropdown_button {
  cursor: pointer;
  width: auto;
  display: inline-block;
  padding: 4px 12px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: bold;
  color: #fff;
  line-height: 29px;
  text-decoration: none !important;
  background: #595959;
  font-size: 11px;
}
.dropdown input[type="checkbox"] + .dropdown_button .arrow {
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.dropdown input[type="checkbox"]:checked + .dropdown_button .arrow {
  border-color: white transparent transparent transparent;
}
.dropdown .dropdown_content {
  position: absolute;
  border: 1px solid #777;
  padding: 0px;
  background: #595959;
  margin: 0;
  display: none;
}
.dropdown .dropdown_content li {
  list-style: none;
  margin-left: 0px;
  line-height: 16px;
  border-top: 1px solid #5f5d5d;
  border-bottom: 1px solid #555353;
  margin-top: 2px;
  margin-bottom: 2px;
}
.dropdown .dropdown_content li:hover {
  border-top-color: #555;
  border-bottom-color: #555;
  background: #444;
}
.dropdown .dropdown_content li a {
  display: block;
  padding: 2px 7px;
  padding-right: 15px;
  color: #fff;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
}
.dropdown .dropdown_content li:hover a {
  color: white;
  text-decoration: none !important;
}
.dropdown input[type="checkbox"]:checked ~ .dropdown_content {
  display: block;
}
.dropdown input[type="checkbox"] {
  display: none;
}
/* .copy {
  float: left;
  overflow: visible;
} */
/* .copy p {
  font-size: 0.8125em;
  font-weight: 600;
  color: #b8b6b6;
} */
/* .copy p a {
  color: #fff;
} */
/* .footer_bottom {
  padding: 0 2%;
  margin-top: 5%;
} */
/*--shop--*/
.shop_top {
  padding: 5% 0;
}
.new-box {
  right: 10px;
}
.new-box,
.sale-box {
  position: absolute;
  top: 16px;
  overflow: hidden;
  height: 38px;
  min-width: 70px;
  text-align: left;
  z-index: 0;
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.new-label {
  font-size: 0.85em;
  color: #fff;
  background: #ffaf02;
  text-transform: uppercase;
  padding: 9px;
  text-align: center;
  display: block;
  min-width: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.sale-box {
  left: 10px;
}
.sale-label {
  font-size: 0.85em;
  color: #fff;
  background: #e92546;
  text-transform: uppercase;
  padding: 9px;
  text-align: center;
  display: block;
  min-width: 70px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.shop_box {
  position: relative;
}
.shop_desc {
  border: 1px solid #e0e0e0;
  padding: 5%;
}
.shop_desc h3 {
  margin-bottom: 5px;
}
.shop_desc h3 a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.shop_desc h3 a:hover {
  color: #666;
}
.shop_desc p {
  color: #555;
  font-size: 0.8125em;
  line-height: 1.8em;
  margin-bottom: 10px;
}
span.reducedfrom {
  text-decoration: line-through;
  margin-right: 8%;
  color: #888;
}
span.actual {
  color: #7db122;
  font-size: 1em;
  color: #000;
}
ul.buttons {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.cart {
  float: left;
}
.shop_btn {
  float: right;
}
.shop_btn a,
.cart a {
  color: #000;
  font-size: 0.8125em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.shop_btn a:hover {
  color: #e92546;
}
.cart a:hover {
  color: #ffaf02;
}
.shop_box-top {
  margin-bottom: 5%;
}
h3.m_2 {
  color: #555;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: -1px;
  padding: 0 1%;
  text-transform: uppercase;
}
h4.m_5 {
  margin-top: 7%;
}
h4.m_5 a {
  color: #555;
  font-size: 0.95em;
  text-transform: uppercase;
  letter-spacing: -1px;
  text-decoration: none;
}
h4.m_5 a:hover {
  color: #000;
}
p.m_6 {
  font-size: 0.85em;
  color: #555;
  line-height: 1.5em;
}
.team_box {
  margin-bottom: 5%;
}
ul.team_list {
  padding: 0;
  list-style: none;
}
ul.team_list h4 {
  color: #555;
  margin-bottom: 20px;
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: -1px;
  text-transform: uppercase;
}
ul.team_list li {
  list-style-image: url(../images/marker.png);
  margin: 0 0px 20px 15px;
}
ul.team_list li a {
  font-size: 0.85em;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}
ul.team_list li a:hover {
  color: #444;
}
ul.team_list li p {
  color: #888;
  font-size: 0.85em;
  line-height: 1.5em;
}
p.m_7 {
  color: #888;
  font-size: 0.85em;
  line-height: 1.5em;
  margin-bottom: 2%;
}
.img_section {
  position: relative;
}
.img_section_txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(5, 5, 5, 0.43);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 10px 14px 21px;
  color: #fff;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.magnifier2:hover .img_section_txt {
  background: rgba(255, 0, 0, 0.36);
}
.ex_box {
  margin-bottom: 5%;
}
p.m_8 {
  color: #333;
  font-size: 0.85em;
  line-height: 1.8em;
  margin-bottom: 5%;
}
.address p {
  font-size: 0.85em;
  line-height: 2em;
}
.address p span:hover {
  text-decoration: none;
}
.address p span {
  text-decoration: underline;
  color: #555;
  cursor: pointer;
}
.contact {
  margin-top: 5%;
}
.to {
  float: left;
  width: 50%;
}
.to input[type="text"] {
  padding: 10px;
  width: 95%;
  font-size: 0.85em;
  font-family: "Open Sans", sans-serif;
  margin: 10px 0;
  border: none;
  color: #888;
  background: #f8f8f8;
  float: left;
  outline: none;
  border: 1px solid #dfe0e2;
}
.to input[type="text"]:hover,
.text input[type="text"],
.text textarea:hover {
  border-color: #e25050;
}
.text {
  width: 50%;
  float: left;
}
.text input[type="text"],
.text textarea {
  width: 100%;
  font-size: 0.85em;
  margin: 10px 0;
  border: none;
  color: #888;
  font-family: "Open Sans", sans-serif;
  outline: none;
  background: #f8f8f8;
  height: 100px;
  padding: 10px;
  resize: none;
  border: 1px solid #dfe0e2;
}
.form-submit {
  float: right;
}
.form-submit input[type="submit"] {
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 0.95em;
  font-weight: normal;
  padding: 15px 40px;
  text-transform: uppercase;
  background: #e25050;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 100;
  border: none;
  cursor: pointer;
  outline: none;
}
.form-submit input[type="submit"]:hover {
  background: #333;
}
/*--single--*/
.single_image {
  width: 36.5%;
  float: left;
  margin-right: 2.6%;
}
.single_right {
  width: 60.5%;
  float: left;
}
.single_right h3 {
  color: #222;
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.btn1-default1 {
  outline: none;
  border: 1px solid #cacaca;
  background: #fff;
  padding: 5px 10px;
  font-size: 0.85em;
}
.btn1-twitter:hover {
  color: #fff;
  background-color: #00aaf0;
}
i.icon-twitter {
  height: 20px;
  width: 20px;
  background: url(../images/img-sprite.png) no-repeat -260px -318px;
  float: left;
  margin-right: 2px;
}
.btn1-twitter:hover i {
  background: url(../images/img-sprite.png) no-repeat -260px -341px;
}
i.icon-facebook {
  height: 20px;
  width: 20px;
  background: url(../images/img-sprite.png) no-repeat -292px -317px;
  float: left;
  margin-right: 2px;
}
.btn1-facebook:hover i {
  background: url(../images/img-sprite.png) no-repeat -292px -341px;
}
.btn1-facebook:hover {
  color: #fff;
  background-color: #435f9f;
}
i.icon-google {
  height: 20px;
  width: 20px;
  background: url(../images/img-sprite.png) no-repeat -321px -317px;
  float: left;
  margin-right: 2px;
}
.btn1-google:hover i {
  background: url(../images/img-sprite.png) no-repeat -321px -341px;
}
.btn1-google:hover {
  color: #fff;
  background-color: #e04b34;
}
i.icon-pinterest {
  height: 20px;
  width: 20px;
  background: url(../images/img-sprite.png) no-repeat -353px -318px;
  float: left;
  margin-right: 2px;
}
.btn1-pinterest:hover i {
  background: url(../images/img-sprite.png) no-repeat -353px -342px;
}
.btn1-pinterest:hover {
  color: #fff;
  background-color: #ce1f21;
}
.social_buttons h4 {
  color: #08080b;
  font-weight: 700;
  font-size: 0.8125em;
  padding-bottom: 0.5em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
p.m_10 {
  color: #333;
  font-size: 0.8125em;
  line-height: 1.8em;
  margin-bottom: 5%;
}
.btn_form {
  margin-bottom: 5%;
}
.btn_form form input[type="submit"] {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  border: none;
  outline: none;
  display: inline-block;
  font-size: 0.85em;
  padding: 10px 30px;
  background: #333;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn_form form input[type="submit"]:hover {
  background: #ffaf02;
}
ul.add-to-links {
  margin-bottom: 3%;
  list-style: none;
  padding: 0;
}
ul.add-to-links img {
  vertical-align: middle;
}
ul.add-to-links a {
  color: #000;
  font-size: 0.85em;
}
ul.product-colors {
  list-style: none;
  padding: 0;
  margin-bottom: 5%;
}
.product-colors h3,
.prosuct-qty span {
  color: #08080b;
  font-weight: 700;
  font-size: 0.8125em;
  padding-bottom: 0.5em;
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.product-colors li {
  display: inline-block;
}
.product-colors li a span {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.color1 span {
  background: #45bf55;
}
.color2 span {
  background: #0aa5e2;
}
.color3 span {
  background: #ee82ee;
}
.color4 span {
  background: orange;
}
.color4 span {
  background: gray;
}
.color5 span {
  background: yellow;
}
.color6 span {
  background: red;
}
.box-info-product {
  background: #fff;
  border: 1px solid #d2d0d0;
  border-top: 1px solid #b0afaf;
  border-bottom: 1px solid #b0afaf;
  padding: 7%;
}
p.price2 {
  color: #333;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 5%;
}
.prosuct-qty {
  margin-bottom: 1.5em;
  padding: 0;
}
.prosuct-qty select {
  font-family: "Open Sans", sans-serif;
  border: 1px solid #eee;
  padding: 5% 41%;
  font-size: 1em;
  outline: none;
}
.prosuct-qty option {
  border: 1px solid #eee;
  font-family: "Open Sans", sans-serif;
}
.box-info-product .exclusive {
  border: none;
  outline: none;
  position: relative;
  display: block;
  background: #e25050;
}

.desc {
  margin-bottom: 5%;
}
.desc h4 {
  color: #333;
  font-size: 1.5em;
  margin-bottom: 1%;
  text-transform: uppercase;
}
.desc p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
h4.m_11 {
  color: #333;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0 1%;
  margin-bottom: 2%;
}
h4.m_12 {
  color: #08080b;
  font-weight: 700;
  font-size: 0.8125em;
  padding-bottom: 0.5em;
  display: block;
  text-transform: uppercase;
}
ul.options {
  list-style: none;
  padding: 0;
  margin-bottom: 7%;
}
ul.options li {
  margin: 0 1% 0 0;
  display: inline-block;
}
ul.options li a {
  color: #000;
  font-size: 0.8125em;
  padding: 5px 10px;
  border: 1px solid #dfdddd;
  text-decoration: none;
}
ul.options li a:hover {
  border: 1px solid #ffaf02;
}

h4.title {
  color: #000;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0px;
  letter-spacing: -1px;
  text-transform: uppercase;
  border-bottom: 1px solid #ececec;
  padding-bottom: 13px;
}
.login-page p {
  color: #555;
  font-size: 0.85em;
  line-height: 1.8em;
}
.button1 input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  float: right;
  font-family: "Open Sans", sans-serif;
  outline: none;
  font-size: 1em;
}
.button1 input[type="submit"]:hover {
  background: #555;
}
#login-form label {
  color: #777;
  line-height: 2.8em;
  font-size: 0.95em;
  font-weight: 400;
  margin: 0;
  display: block;
}
input.inputbox,
input.required,
div.k2AccountPage input[type="text"] {
  background: #fff;
  outline-color: #00bff0;
  border: 1px solid #eee;
  color: inherit;
  padding: 7px 20px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
}
.remember {
  margin-top: 6%;
}
p#login-form-remember {
  float: left;
}
fieldset.input input[type="submit"] {
  background: #000;
  border: none;
  color: #fff;
  padding: 10px 30px;
  cursor: pointer;
  float: right;
  font-family: "Open Sans", sans-serif;
  outline: none;
  font-size: 1em;
}
fieldset.input input[type="submit"]:hover {
  background: #555;
}
#login-form label a {
  color: #777;
  color: 0.85em;
}
#login-form label a:hover {
  color: #00bff0;
}
.button1 {
  float: right;
  margin-top: 8%;
}

/*--responsive design--*/
@media (max-width: 1366px) {
  .icon1 ul {
    width: 270px;
    top: 64px;
    right: -98px;
  }
  .button a {
    margin-left: 71%;
  }
}
@media (max-width: 1280px) {
  .icon1 ul {
    width: 270px;
    top: 63px;
    right: -55px;
  }
}
@media (max-width: 1024px) {
  .menu li a {
    padding: 5px 10px;
  }
  .header_right {
    width: 7%;
  }
  .icon1 ul {
    width: 250px;
    top: 59px;
    right: -25px;
  }
  .sub-icon1 ul li p {
    font-size: 0.8125em;
  }
  .button a {
    margin-left: 27%;
  }
  .nbs-flexisel-nav-left {
    left: 60px;
  }
  .nbs-flexisel-nav-right {
    right: 60px;
  }
  .content_bottom-text h3,
  h3.m_3,
  .content-top h2 {
    font-size: 2.5em;
  }
  .box-info-product .exclusive span {
    font-size: 17px;
    padding: 12px 11px 14px 63px;
  }
}
@media (max-width: 768px) {
  .row {
    flex-direction: column; /* Cambia de fila a columna */
    align-items: center; /* Centra los hijos horizontalmente */
  }
  .row .header-left {
    width: 10%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-left: 20%;
    margin-top: -16px;
  }
  .header_right {
    width: 10%;
    align-items: center;
    display: flow;
    margin-top: 160px;
  }
  .content-top p {
    margin-bottom: 35px;
    margin-top: 20px;
    line-height: 1;
  }
  .logo1 {
    display: flex;
    justify-content: center;
  }
  .icon1 ul {
    width: 250px;
    top: 59px;
    right: -15px;
  }
  .search {
    left: 65%;
    width: 27%;
    top: 12px;
  }
  /* .content_bottom-text h3,
  h3.m_3,
  .content-top h2 {
    font-size: 2em;
  } */
  .nbs-flexisel-nav-left {
    left: 10px;
  }
  .nbs-flexisel-nav-right {
    right: 10px;
  }
  .view-ninth:hover .mask-1 {
    display: none;
  }
  .view-ninth:hover .mask-2 {
    display: none;
  }
  .view-ninth .mask-1,
  .view-ninth .mask-2 {
    display: none;
  }
  .view-ninth:hover .content {
    height: 53%;
    width: 41%;
  }
  .top_box {
    margin-bottom: 20px;
  }
  h4.m_4,
  h4.m_5 {
    margin-top: 10px;
  }
  ul.footer_box h4,
  ul.team_list h4 {
    margin-bottom: 5px;
  }
  ul.footer_box {
    margin-bottom: 20px;
    display: -ms-inline-grid;
    margin-right: 15%;
    margin-left: -10%;
     }
 
  .footer_bottom {
    margin-top: 0;
  }
    .footer_bottom {
      float: none;
    display: flex;
    margin: 0 auto;
    }
  }
  ul.social {
    
    justify-content: space-around;
    margin-top: 20px;
    display: flex;
  }
  .team1 {
    margin-bottom: 20px;
  }
  .team_bottom {
    margin-bottom: 20px;
  }
  .team_box {
    margin-bottom: 0;
  }
  .shop_box {
    margin-bottom: 20px;
  }
  .shop_desc {
    padding: 10px;
  }
  .etalage_zoom_area div {
    width: 350px !important;
    height: 350px !important;
  }
  .box-info-product {
    padding: 20px;
    margin-bottom: 20px;
  }
  #flexiselDemo3 {
    display: flex;

    margin-bottom: 50px;
  }
  .copy p{
    margin-top: 50px;

  }
  
}
/* @media (max-width: 768px) {
  .login-page {
    border-right: none;
    padding-right: 0;
  }
} */
@media (max-width: 640px) {
  .header_right {
    width: 11%;
  }
  .etalage_zoom_area div {
    width: 250px !important;
    height: 250px !important;
  }
  .btn1-default1 {
    padding: 5px 7px;
  }
}
@media (max-width: 480px) {
  .header_right {
    width: 15%;
  }
  .etalage_zoom_area div {
    width: 100px !important;
    height: 100px !important;
  }
  .btn1-default1 {
    padding: 5px 7px;
  }
  .search {
    left: 56%;
    width: 33%;
  }
  .icon1 ul {
    top: 51px;
  }
  .content_bottom-text h3,
  h3.m_3,
  .content-top h2 {
    font-size: 1.5em;
  }
  .content-top p {
    font-size: 0.8125em;
  }
  .nbs-flexisel-nav-left,
  .nbs-flexisel-nav-right {
    width: 75px;
    height: 126px;
    display: none !important;
  }
  .nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/img-sprite.png) no-repeat -17px -372px;
  }
  .nbs-flexisel-nav-right {
    right: 10px;
    background: url(../images/img-sprite.png) no-repeat -80px -372px;
  }
  .content-top h3 {
    font-size: 1em;
  }
  .view-ninth:hover .content {
    height: 60%;
    width: 70%;
  }
  .nav {
    top: 67px;
  }
  .single_image {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .single_left {
    margin-bottom: 20px;
  }
  .to {
    float: none;
    width: 100%;
  }
  .text {
    width: 100%;
    float: none;
  }
  .nav {
    right: 13px;
  }
}
@media (max-width: 320px) {
  .header_right {
    width: 24%;
  }
  .copy {
    float: none;
  }
  .dropdown {
    float: none;
    margin-top: 10px;
  }
  h4.m_11 {
    font-size: 0.85em;
    padding: 0 15px;
    line-height: 1.5em;
  }
  .etalage_zoom_area div {
    width: 50px !important;
    height: 50px !important;
  }
}
