* {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
p,
select,
input {
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  list-style: none;
  font-weight: normal;
}
html,
body,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  vertical-align: middle;
  max-width: 100%;
}
:focus {
  outline: none;
}
body {
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto", sans-serif;
  background: #131313;
}
a {
  text-decoration: none;
}
input {
  border-radius: 0;
}
#main_sec {
  background: #fff;
  overflow: hidden;
  width: 100%;
}
.wrapper {
  margin: 0 auto;
  max-width: 1170px;
}
header {
  float: left;
  width: 100%;
  border-top: 7px solid #ff1262;
  padding: 38px 0 0 0;
  background: url(../images/bdr.png) repeat-x 0 bottom;
  position: relative;
  z-index: 4444;
}
header a.mobilemenu {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
  display: none;
  width: auto;
  float: right;
  line-height: 25px;
  position: absolute;
  left: 0px;
  top: -41px;
  font-size: 16px;
  color: #fff;
  padding: 8px 15px 8px 55px;
  text-transform: uppercase;
}
header a.mobilemenu span:before,
header a.mobilemenu span:after,
header a.mobilemenu span {
  width: 30px;
  height: 3px;
  position: absolute;
  left: 15px;
  top: 20px;
  content: "";
  background: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
header a.mobilemenu span:before {
  top: -9px;
  left: 0px;
}
header a.mobilemenu span:after {
  top: 9px;
  left: 0px;
}
header a.close {
  display: none;
  width: 50px;
  height: 20px;
  font-size: 0px;
  position: absolute;
  left: 15px;
  top: 9px;
  z-index: 9999;
}
header a.close:before,
header a.close:after {
  width: 30px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  top: -30px;
  content: "";
  background: #fff;
  -webkit-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(45deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
header a.close:after {
  -webkit-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  -ms-transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px)
    skewX(0deg) skewY(0deg);
  transform: scale(1) rotate(-45deg) translateX(0px) translateY(0px) skewX(0deg)
    skewY(0deg);
}
.logo {
  float: left;
}
.topRight {
  float: right;
  margin-bottom: 46px;
}
.topRight form {
  float: left;
  margin-right: 20px;
}

.topRight form + a {
  display: none;
}
.cart_sec {
  margin-left: 25px;
  float: right;
}
header.main .cart_sec {
  display: none;
}
header.main .topRight form + a {
  display: inline-block;
}

.cart_sec a.label {
  padding-right: 25px;
  line-height: 36px;
  background: url(../images/user_icon1.png) left center no-repeat;
  background-size: 10px auto;
  font-size: 13px;
  font-weight: 700;
  color: #494949;
  padding-left: 20px;
  letter-spacing: 0.03em;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.cart_sec a.label:after {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 16px;
  width: 12px;
  height: 7px;
  background: url(../images/arrow4.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
.cart_sec a.label.active:after {
  transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
}
.cart_sec .select .open_option {
  display: none;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
}
.cart_sec .select .open_option a {
  padding: 2px 25px 1px 0;
  font-size: 13px;
  display: block;
  color: #333;
}
.cart_sec .select {
  position: relative;
  float: right;
}

/*.cart_sec .jqTransformSelectWrapper { float: right; width:auto !important; }
.cart_sec .select .jqTransformSelectWrapper div span { position: relative; text-align: right; width: 100% !important; }
.cart_sec .jqTransformSelectWrapper div span { padding-right:25px; height: 36px; background:url(../images/user_icon1.png) left center no-repeat; background-size: 10px auto; font-size: 13px; font-weight:700; color:#494949; padding-left: 20px; letter-spacing: 0.03em; }
.cart_sec .jqTransformSelectWrapper ul { border:0; text-align: right; }
.cart_sec .jqTransformSelectWrapper ul li a { padding: 2px 22px 1px 0; font-size: 13px; }
.cart_sec .jqTransformSelectWrapper ul li a:hover { color: #2BACE2; background: none; }
.cart_sec .jqTransformSelectWrapper ul a.selected { color: #2BACE2; font-weight:700; background: none; }
.cart_sec .jqTransformSelectWrapper a.jqTransformSelectOpen { position:absolute;right:0; top:16px; width: 12px; height: 7px; background:url(../images/arrow4.png) no-repeat; background-size: 100% 100%; }
.cart_sec .jqTransformSelectWrapper ul { top: 100%; right:0; left:auto;}*/
.cart_sec .cart {
  width: 40px;
  position: relative;
  height: 36px;
  background: url(../images/cart.png) center 13px no-repeat;
  float: right;
}
.cart_sec .select {
  min-width: 150px;
  float: left;
  margin-right: 20px;
}
.cart_sec .cart span.value {
  margin-top: 2px;
  line-height: 16px;
  height: 18px;
  min-width: 18px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  background: #2bace2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topRight form input[type="text"] {
  width: 207px;
  padding: 8px 10px 8px 35px;
  font-size: 13px;
  height: 36px;
  line-height: 16px;
  color: #aaaaaa;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  border: 1px solid #b9baba;
  background: #fff url(../images/search_icon.png) no-repeat 12px center;
}
.topRight form input[type="submit"] {
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #494949;
  width: 67px;
  height: 36px;
  cursor: pointer;
  border: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin: 0 0 0 -1px;
  float: right;
  position: relative;
  z-index: 88;
}
.topRight form .btn_mobile_search {
  display: none;
}
.topRight form input[type="submit"]:hover {
  background: #231f20;
}
.topRight a {
  font-size: 14px;
  line-height: 15px;
  margin-right: 6px;
  color: #ffffff;
  padding: 6px 17px 7px 14px;
  float: left;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: #2bace2;
  font-weight: 700;
}
.topRight a img {
  width: 16px;
  padding: 0px;
  margin: 3px;
}
.topRight a:hover {
  background: #281254;
}
nav {
  float: left;
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
}
nav ul > li > a {
  letter-spacing: 0.05em;
}
nav ul li {
  float: left;
  margin: 0 82px 0 0;
  padding: 0;
  position: relative;
  min-width: 74px;
}
nav ul li:nth-child(6) {
  float: left;
  margin: 0 75px 0 0;
  padding: 0;
  position: relative;
  min-width: 44px;
}
nav ul li.last {
  margin: 0;
  min-width: inherit;
}
nav ul li a {
  font-size: 17px;
  line-height: 17px;
  color: #6a6a6a;
  padding-bottom: 24px;
  border-bottom: 3px solid transparent;
  float: left;
  padding-right: 5px;
  position: relative;
}
nav#menu ul li a:before {
  display: none;
  position: absolute;
  right: -6px;
  top: 8px;
  content: "";
  width: 7px;
  height: 5px;
  background: url(../images/menu_arrow.png) no-repeat;
}
nav#menu ul li.active a:before {
  display: block;
}
nav#menu ul li.active li a:before {
  display: none;
}
nav ul li ul li a span {
  background: url(../images/arrow1.png) right 6px no-repeat;
  padding-right: 10px;
}
nav ul li ul li a:hover span,
nav ul li ul li:hover a span {
  background-image: url(../images/arrow1_hover.png);
}
nav ul li a:hover,
nav ul li:hover a {
  border-color: #2bace2;
  color: #2bace2;
}
nav ul li.active > a {
  border-color: #2bace2;
  font-weight: 700;
  color: #2bace2;
}
nav ul li.arrowdn > a {
  padding: 0 10px 22px 0;
  background: url(../images/downarrow.png) no-repeat right 8px;
}
nav ul li ul {
  width: 138px;
  list-style: none;
  position: absolute;
  background: url(../images/sub_menu_bg.png) repeat;
  border-radius: 0 0 10px 10px;
  border: 1px solid #c5c5c5;
  border-top: 0;
  left: 0;
  top: 44px;
  z-index: 999;
  display: none;
}
nav ul li:hover > ul {
  display: block;
}
nav ul li ul li {
  float: left;
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0;

  position: relative;
}
nav ul li:hover ul li a {
  color: #6a6a6a;
  padding: 2px 0 3px 17px;
  display: block;
  border: 0;
  width: 100%;
  min-width: inherit !important;
  font-size: 13px;
}
nav ul li ul li.last a {
  border-radius: 0 0 10px 10px;
}
nav ul li ul li a:hover,
nav ul li ul li:hover a,
nav ul li ul li.active a {
  background: #2bace2;
  color: #fff;
}
nav ul li ul li.last a:hover {
  border-radius: 0 0 8px 8px;
}
nav ul li ul li.arrow > a {
  background: url(../images/arrow1.png) no-repeat 51% 10px;
}
nav ul li ul li.arrow > a:hover {
  background: #2bace2 url(../images/arrow1.png) no-repeat 51% 10px;
  color: #fff;
}
nav ul li:hover ul li ul {
  width: 100px;
  border: 1px solid #c5c5c5;
  border-left: 0;
  position: absolute;
  top: -1px;
  left: 136px;
  border-radius: 0 10px 10px 0;
  display: none;
  background: url(../images/sub_menu_bg.png) repeat;
}
nav ul li:hover ul li:hover ul li a {
  padding: 2px 0 3px 10px;
  width: 77px;
  color: #6a6a6a;
  background: #fff;
  min-width: inherit !important;
}
nav ul li:hover ul li:hover ul li a:hover {
  background: #2bace2;
  color: #fff;
}
nav ul li ul li ul li:first-child a {
  border-radius: 0 10px 0 0;
}
nav ul li ul li ul li:last-child a {
  border-radius: 0 0 10px 0;
}
nav ul li ul li:hover > ul {
  display: block;
}
.slider_sec {
  float: left;
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  height: 293px;
  margin-bottom: 22px;
}
.slider_sec > .wrapper {
  position: relative;
  height: 100%;
}
.slider_sec .slide {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
}
.slider_sec .slide li {
  float: left;
  width: 100%;
  height: 285px;
}
.slider_sec .slide li img {
  float: right;
  margin: 6px 8px 0 0;
}
.slider_sec .slide .slide_detail {
  width: 565px;
  float: left;
  padding: 35px 0 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.slider_sec .slide .slide_detail span {
  float: left;
  font-size: 40px;
  line-height: 34px;
  color: #494949;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding-left: 63px;
}
.slider_sec .slide .slide_detail strong {
  float: left;
  color: #f73a00;
  font-size: 120px;
  line-height: 124px;
  font-family: "cheddar_jackregular";
  font-weight: normal;
  margin: -20px 0 14px 20px;
  width: 100%;
}
.slider_sec .slide .slide_detail a {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 700;
  padding: 5px 10px 5px 25px;
  float: left;
  margin: 15px 0 0 0;
  background: #2bace2 url(../images/small_arrow.png) no-repeat 10px center;
  transition: 0.5s all;
}
.slider_sec .slide .slide_detail a:hover {
  background: #281254 url(../images/small_arrow.png) no-repeat 10px center;
}
.pager {
  float: left;
  list-style: none;
  position: absolute;
  left: 0;
  bottom: 17px;
  margin: 0;
  z-index: 200;
}
.pager li {
  float: left;
  padding-right: 3px;
}
.pager li a {
  float: left;
  width: 12px;
  height: 12px;
  border-radius: 11px;
  border: 1px solid #4d4d4d;
}
.pager li a:hover {
  background: #4d4d4d;
}
.pager li.active a {
  background: #4d4d4d;
}
.pager span {
  float: left;
  width: 12px;
  height: 12px;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  margin-right: 3px;
  border-radius: 11px;
  border: 1px solid #4d4d4d;
}
.pager span:hover {
  background: #4d4d4d;
}
.pager span.cycle-pager-active {
  background: #4d4d4d;
}
.bodyCntr {
  float: left;
  width: 100%;
}
.heading {
  float: left;
  width: 100%;
  margin-bottom: 42px;
  position: relative;
}
.heading img.lenovo {
  float: right;
  margin: 5px 0 0 0;
}
.heading:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dbdbdb;
  content: "";
  z-index: 9;
}
.heading h2 {
  float: left;
  font-size: 25px;
  line-height: 28px;
  color: #58595b;
  font-weight: 700;
  padding-bottom: 23px;
  border-bottom: 3px solid #2bace2;
  position: relative;
  z-index: 99;
}
.heading h2 img {
  margin: 0 13px 0 0;
}
.heading h3 {
  float: left;
  font-size: 18px;
  line-height: 22px;
  color: #58595b;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 2px solid #2bace2;
  position: relative;
  z-index: 99;
}
.heading h3 img {
  margin: 0 6px 0 0;
}
.prod_feature {
  float: left;
  width: 100%;
}
.prod_feature.spacer {
  padding-top: 15px;
}
.prod_feature.spacer .feature {
  margin-right: 30px;
}
.prod_feature.spacer ul {
  padding-bottom: 0;
}
.prod_feature.spacer .feature img {
  margin-top: 0px;
}
.prod_feature ul {
  list-style: none;
  margin: 0;
  padding-bottom: 30px;
  overflow: hidden;
}
.prod_feature {
  width: 100%;
  padding-bottom: 12px;
}

.prod_feature .container {
  flex-wrap: wrap;
}

.prod_feature .feature {
  overflow: hidden;
  width: 100%;
  flex: 0 48%;
  margin: 1%;
  display: flex;
  align-items: center;
}
.prod_feature .feature.right {
}

.prod_feature .feature .image {
  width: 30%;
  text-align: center;
  margin: 5px;
}

.prod_feature .feature img {
}

.prod_feature .feature .information {
  position: relative;
  width: 70%;
  margin: 5px;
}
.prod_feature.spacer ul li .feature .information strong {
  font-size: 17px;
}
.prod_feature .feature .information strong {
  font-size: 18px;
  line-height: 20px;
  color: #58595b;
  font-weight: 700;
  padding-bottom: 10px;
  display: inline-block;
}
.prod_feature .feature .information strong small {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
}
.prod_feature .feature .information p {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
}
.prod_feature .feature .information a {
  width: 154px;
  padding: 9px 0;
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #494949;
  transition: 0.5s all;
  text-align: center;
  position: absolute;
  left: 0;
  top: 40px;
  display: none;
  z-index: 1 !important;
}
.prod_feature .feature .information a:hover {
  background: #312b2b;
}
.prod_feature .feature:hover a {
  display: block;
}
.prod_feature .feature:hover p {
  opacity: 0.2;
}
.prod_feature .feature:hover strong {
  color: #2bace2;
}
.testimonial_sec {
  float: left;
  width: 100%;
  padding: 0 67px;
  margin: 58px 0 100px;
  position: relative;
}
.testimonial_sec .test_slide {
  float: left;
  width: 100% !important;
  list-style: none;
  margin: 0;
}
.testimonial_sec .test_slide li {
  float: left;
  width: 100%;
  padding-bottom: 0;
}
.testimonial_sec .test_slide li img {
  float: left;
  width: 76px;
  height: 76px;
  border-radius: 76px;
  margin: 0 15px 20px 20px;
}
.testimonial_sec .test_slide li p {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
  padding-bottom: 13px;
}
.testimonial_sec .test_slide li p a {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #58595b;
}
.testimonial_sec .next {
  position: absolute;
  background: url(../images/chevron-right.svg) no-repeat 0 0;
  width: 29px;
  height: 49px;
  right: 0;
  top: 13px;
}
.testimonial_sec .prev {
  position: absolute;
  background: url(../images/chevron-left.svg) no-repeat 0 0;
  width: 29px;
  height: 49px;
  left: 0;
  top: 13px;
}
/*contact_cntr start*/

.contact_cntr {
  padding: 54px 0 0 0;
}
.contact_cntr form {
  float: left;
  width: 100%;
  padding-bottom: 53px;
}
.contact_cntr .column {
  float: left;
  width: 45.8%;
}
.contact_cntr .column .row {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.contact_cntr .column input[type="text"] {
  float: left;
  width: 100%;
  border: 1px solid #9d9d9d;
  font-size: 16px;
  line-height: 18px;
  color: #222222;
  height: 40px;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
}
.contact_cntr .column .col-1 {
  float: left;
  width: 48%;
}
.contact_cntr .column .col-2 {
  float: right;
  width: 48%;
}
.contact_cntr .column input[type="text"]:focus {
  border-color: #2bace2;
  box-shadow: 0 0 0 1px #2bace2 inset;
}
.contact_cntr .column .select {
}
.contact_cntr .column .select select {
  float: left;
  width: 100%;
  height: 40px;
  font-style: italic;
  height: auto\0/;
  padding: 12px 0 8px 5px\0/;
}
.contact_cntr .column + .column {
  float: right;
  width: 49.7%;
}
.contact_cntr .column textarea {
  float: left;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  overflow: auto;
  border: 1px solid #9d9d9d;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  resize: none;
  font-size: 16px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  height: 207px;
  margin-bottom: 14px;
}
.contact_cntr .column textarea:focus {
  border-color: #2bace2;
  box-shadow: 0 0 0 1px #2bace2 inset;
}
.contact_cntr .column input[type="submit"] {
  float: left;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  height: 37px;
  text-align: right;
  padding-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #2bace2 url(../images/white_arrow.png) no-repeat 70% center;
  transition: 0.5s all;
}
.contact_cntr .column input[type="submit"]:hover {
  background: #281254 url(../images/white_arrow.png) no-repeat 66% center;
}
.contact_cntr .blackbar {
  float: left;
  width: 100%;
  padding: 15px 0;
  background: #222222;
  box-shadow: 0 5px 5px #bab6b1;
}
.contact_cntr .blackbar p {
  font-size: 16px;
  line-height: 18px;
  font-style: italic;
  font-weight: 300;
  color: #ffffff;
  padding: 0 10px;
  letter-spacing: 0.01em;
}
.contact_cntr .blackbar img {
  margin: 1px 13px 10px 0;
  float: left;
}
.contact_cntr .blackbar p a {
  color: #f35252;
  font-weight: 300;
}
.contact_cntr .blackbar p a:hover {
  text-decoration: underline;
}
.contact_cntr .map {
  float: left;
  width: 100%;
}
.contact_cntr .map img {
  width: 100%;
}
/*enterprise_cntr start*/

.enterprise_cntr {
  padding: 50px 0 77px;
}
.enterprise_cntr img {
  float: left;
  margin: 12px 13px 0px 0 !important;
}

.web_logo {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.web_logo img {
  height: 150px;
  width: 150px;
  margin: 0px 30px 0px 0 !important;
}

.bodyCntr.enterprise_cntr p {
  font-size: 15px;
  line-height: 20px;
  padding: 8px 0 12px;
  color: #838282;
}
.bodyCntr.enterprise_cntr p b {
  font-weight: 700;
}
.enterprise_cntr .btn_row {
  float: right;
  margin: 30px 0 0 0;
}
.enterprise_cntr .btn_row strong {
  float: left;
  font-size: 25px;
  line-height: 27px;
  color: #58595b;
  font-weight: 700;
  padding: 7px 20px 0 0;
  min-width: 258px;
}
.enterprise_cntr .btn_row a {
  float: left;
  font-size: 19px;
  line-height: 22px;
  color: #ffffff;
  background: #2bace2;
  padding: 11px 14px 10px 14px;
  font-weight: bold;
  transition: 0.5s all;
}
.enterprise_cntr .btn_row a:hover {
  background: #281254;
}
.enterprise_cntr .btn_row span {
  float: left;
  padding: 11px 18px;
  font-size: 19px;
  line-height: 21px;
  color: #222222;
}
.enterprise_cntr .btn_row a.green {
  color: #2f4507;
  background: #7fc00e;
}
.enterprise_cntr .btn_row a.green img {
  margin: 0 10px 0 0;
}
.enterprise_cntr .btn_row a.green:hover {
  background: #517a0b;
}
/*news_cntr start*/

.news_cntr {
  padding: 20px 0 50px 0;
}
.news_cntr ul {
  list-style: none;
  margin: 0;
}
.news_cntr ul li {
  float: left;
  width: 100%;
  border-top: 1px solid #dbdbdb;
  padding: 30px 0 25px 0;
}
.news_cntr ul li:first-child {
  border: 0;
}
.news_cntr ul li strong {
  float: left;
  width: 92px;
  font-size: 33px;
  line-height: 40px;
  color: #2bace2;
  font-family: "LeagueGothic";
  padding: 20px 0 0 0;
  font-weight: normal;
}
.news_cntr ul li .pic {
  float: left;
  width: 76px;
  height: 76px;
  border-radius: 76px;
  position: relative;
  margin-right: 15px;
}
.news_cntr ul li .pic img {
  width: auto;
  height: auto;
  border-radius: 76px;
  float: left;
}
.news_cntr ul li .pic:before {
  width: 76px;
  height: 76px;
  box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.6) inset;
  -webkit-box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.6) inset;
  -o-box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.6) inset;
  border-radius: 76px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  transform: rotate(102deg);
  -webkit-transform: rotate(102deg);
}
.news_cntr ul li aside {
  padding-left: 180px;
}
.news_cntr ul li aside h3 {
  font-size: 18px;
  line-height: 20px;
  color: #58595b;
  padding-bottom: 15px;
  font-weight: 700;
}
.news_cntr ul li aside h3 a {
  color: #58595b;
}
.news_cntr ul li aside p {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
  padding-bottom: 15px;
}
/*product_detail start*/

.product_detail {
  padding-bottom: 50px;
}
.product_detail .backbtn_bar {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
}
.product_detail .backbtn_bar .back_to_list {
  font-size: 13px;
  line-height: 15px;
  color: #58595b;
  background: url(../images/small_blue_arrow.png) no-repeat 0 3px;
  padding-left: 16px;
  letter-spacing: 0.03em;
  margin: 25px 0 0 9px;
  font-style: italic;
  font-weight: 700;
}
.product_detail .backbtn_bar .back_to_list:hover {
  text-decoration: underline;
}

.product_detail .backbtn_bar .wrapper {
  padding: 15px 0px 15px 0px !important;
}

@media only screen and (max-width: 767px) {
  .product_detail .backbtn_bar .wrapper {
    padding-bottom: 20px !important;
  }
  .product_detail .product-title {
    padding-top: 10px !important;
  }
}

.product_detail .backbtn_bar .morebrand {
  float: right;
  padding: 18px 30px 15px 20px;
  border-right: 1px solid #dbdbdb;
  background: url(../images/morebrand_bdr.jpg) no-repeat 0 21px;
}
.product_detail .backbtn_bar .morebrand a {
  float: left;
  font-size: 13px;
  line-height: 20px;
  color: #58595b;
  background: url(../images/blue_arrow.png) no-repeat 0 7px;
  padding-left: 13px;
  margin-top: 4px;
  letter-spacing: 0.05em;
}
.product_detail .backbtn_bar .morebrand a:hover {
  text-decoration: underline;
}
.product_detail .backbtn_bar .morebrand img {
  margin-left: 10px;
  margin-top: -6px;
}

.product_detail .product-title {
  padding: 30px 10px 10px 25px;
}

.product_detail .grid {
  display: grid;
  grid-template-areas: "description image" "description buttons" "description none";
}

.product_detail .grid-items {
  padding: 0 10px;
}

.product_detail .left h3 {
  font-size: 27px;
  color: #58595b;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 700;
}
.product_detail .left span {
  padding-bottom: 38px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #58595b;
}
.product_detail .left .descuento_web {
  padding-top: 10px;
}
.product_detail .left p {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
}
.product_detail .left a.quote_btn {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  padding: 10px 10px 10px;
  font-weight: 700;
  transition: 0.5s all;
  float: left;
  margin-right: 25px;
  background: #2bace2;
}
.product_detail .left a.quote_btn:hover {
  background: #281254;
}
.product_detail .left a.download_btn {
  font-size: 13px;
  color: #fff;
  line-height: 15px;
  padding: 10px 15px 7px 10px;
  transition: 0.5s all;
  float: left;
  margin-right: 25px;
  background: #58595b;
}
.product_detail .left a.download_btn img {
  margin-right: 10px;
  margin-top: -6px;
}
.product_detail .left a.download_btn:hover {
  background: #4d4848;
}
.product_detail .left a.fb {
  float: left;
  margin: 8px 10px 0 0;
}
.product_detail .left a.fb:hover {
  opacity: 0.7;
}
.product_detail .left a.twitter {
  float: left;
  margin: 8px 10px 0 0;
}
.product_detail .left a.twitter:hover {
  opacity: 0.7;
}
.product_detail .photo_gallery {
  padding-bottom: 30px;
}
.product_detail .photo_gallery .pic_box {
  margin-bottom: 20px;
}

.product_detail .items-center {
  width: 70%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product_detail .photo_gallery .thumbs li:hover {
  background: url(../images/arrow2.png) right center no-repeat;
}
.product_detail .photo_gallery .thumbs li.cycle-pager-active {
  background: url(../images/arrow2.png) right center no-repeat;
}

.product_detail .brother_products {
  padding-bottom: 0px;
  padding-top: 10px;
  margin-left: 15px;
}

.product_detail .brother_products span {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  color: #58595b;
}

.product_detail .brother_products .dtoweb span {
  font-size: 14px;
  font-style: initial;
}

.product_detail .brother_products ul {
  margin: 0px 0 20px 15px;
}

.product_detail .social {
  overflow: hidden;
}

.product_detail .social a.btn {
  background: #2bace2;
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-right: 27px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product_detail .social a.btn:hover {
  background: #281254;
}
.product_detail .social a.pdf {
  background: #58595b url(../images/pdf.png) 8px center no-repeat;
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding-left: 38px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.product_detail .social a.pdf:hover {
  background-color: #181717;
}
.product_detail .social ul {
  list-style: none;
  overflow: hidden;
  float: left;
  padding-left: 2px;
}
.clear {
  overflow: hidden;
  height: 0;
  width: 100%;
  position: relative;
  clear: both;
}
.product_detail .social li {
  margin: 8px 0 0 10px;
  float: left;
}
.product_detail .left {
  padding-bottom: 20px;
}

/*insurance_cntr start*/

.insurance_cntr {
  padding: 20px 0 70px 0;
}
.bodyCntr.insurance_cntr p {
  font-size: 14px;
  line-height: 22px;
  color: #58595b;
  padding-bottom: 20px;
}
.insurance_cntr p em {
  color: #2bace2;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.insurance_cntr p strong {
  color: #ef5757;
  font-weight: 700;
}
.insurance_cntr p b {
  font-weight: 700;
  color: #58595b;
}
.insurance_cntr form {
  float: left;
  width: 100%;
}
.insurance_cntr .form_sec {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.insurance_cntr .form_sec .form_inner {
  float: left;
  width: 710px;
}
.insurance_cntr .form_sec input[type="text"] {
  float: left;
  width: 172px;
  border: 1px solid #9d9d9d;
  font-size: 16px;
  line-height: 18px;
  color: #222222;
  height: 18px;
  padding: 10px 15px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  margin: 0 15px 15px 0;
  position: relative;
}
.insurance_cntr .form_sec input[type="text"].big {
  float: left;
  width: 214px;
}
.insurance_cntr .form_sec .number {
  float: left;
  position: relative;
}
.insurance_cntr .form_sec .number input[type="text"]:focus {
  border-color: #2bace2;
  box-shadow: 0 0 0 1px #2bace2 inset;
  z-index: 99;
}
.insurance_cntr .form_sec .number input[type="text"]:focus + a.tooltip {
  background: url(../images/help_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec .number a.tooltip {
  background: url(../images/help_icon.png) no-repeat 0 0;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 25px;
  top: 13px;
  content: "";
  z-index: 9999;
}
.insurance_cntr .form_sec .number a span {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  width: 182px;
  border: 1px solid #2bace2;
  padding: 10px;
  position: absolute;
  right: -10px;
  top: 28px;
  z-index: 999;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #999999 inset;
}
.insurance_cntr .form_sec .number a:hover {
  background: url(../images/help_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec .number a.active {
  background: url(../images/help_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec .calender {
  position: relative;
  float: left;
}
.insurance_cntr .form_sec .calender:hover {
  z-index: 99;
}
.insurance_cntr .form_sec .calender a {
  background: url(../images/calender_icon.png) no-repeat 0 0;
  width: 15px;
  height: 17px;
  position: absolute;
  right: 25px;
  top: 11px;
  content: "";
  z-index: 99;
}
.insurance_cntr .form_sec .calender a:hover {
  background: url(../images/calender_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec .calender a.active {
  background: url(../images/calender_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec input[type="text"]:focus {
  border-color: #2bace2;
  box-shadow: 0 0 0 1px #2bace2 inset;
  z-index: 99;
}
.insurance_cntr .form_sec .calender .big:focus {
  border-color: #2bace2;
  box-shadow: 0 0 0 1px #2bace2 inset;
  z-index: 99;
}
.insurance_cntr .form_sec .calender .big:focus + a {
  background: url(../images/calender_icon_active.png) no-repeat 0 0;
}
.insurance_cntr .form_sec input[type="submit"] {
  width: 268px;
  float: right;
  background: #2bace2;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  cursor: pointer;
  border: 0;
  transition: 0.5s all;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  height: 95px;
}
.insurance_cntr .form_sec input[type="submit"]:hover {
  background: #281254;
}
.insurance_cntr h4 {
  color: #58595b;
  font-size: 19px;
  line-height: 22px;
  font-weight: 700;
  padding-bottom: 30px;
}
.insurance_cntr ul {
  list-style: none;
  margin: 0 0 10px 35px;
}
.insurance_cntr ul li {
  padding-left: 15px;
  color: #58595b;
  font-size: 14px;
  line-height: 16px;
  padding-bottom: 30px;
  background: url(../images/bullet.png) no-repeat 0 7px;
}
#magic-line {
  position: absolute;
  bottom: -42px;
  left: 0;
  height: 3px;
  background: #2bace2;
}
/*product_section start*/

#product_section {
  width: 100%;
  float: left;
}
.left_sec {
  width: 26.8%;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0 14px;
}
.left_sec h3 {
  width: 100%;
  font-size: 25px;
  line-height: 29px;
  color: #58595b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-bottom: 0;
}
.left_sec h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
.left_sec ul.product_list {
  width: 100%;
  float: left;
  list-style: none;
  padding: 25px 0px 35px;
  margin: 0;
  list-style: none;
}
.left_sec ul.product_list li {
  background: url(../images/product_list_bg.png) no-repeat 3px 7px;
  background-size: 4px 4px;
  padding: 0 0 0 12px;
  width: 90%;
  float: left;
  margin-bottom: 5px;
}
.left_sec ul.product_list li a {
  font-size: 14px;
  line-height: 18px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.left_sec ul.product_list li.selected a,
.left_sec ul.product_list li a:hover {
  color: #2bace2;
}
.right_sec {
  width: 73.2%;
  float: left;
  border-left: 1px solid #dbdbdb;
  padding-bottom: 30px;
}
.top_box {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 100%;
  float: left;
  padding: 17px 0px;
  position: relative;
  z-index: 9999;
}
.top_box h2 {
  color: #ff0000;
  display: inline-block;
  padding: 0;
  margin: 0 0 0 25px;
  font-size: 50px;
  line-height: 52px;
}
@media \0screen {
  .top_box h2 {
    font-size: 40px;
    line-height: 42px;
  }
}
.top_box img {
  float: left;
  margin: 0 0 0 23px;
}
.right_sec ul.product_description {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
}
.right_sec ul.product_description li {
  width: 100%;
  position: relative;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  padding: 0;
}
.right_sec ul.product_description li:first-child .view_btn {
}
.right_sec ul.product_description li .pic_box {
  width: 202px;
  float: left;
  text-align: center;
  padding: 10px 0 0;
  min-height: 148px;
}

.right_sec ul.product_description li .pic_box img {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.right_sec ul.product_description li h3 {
  font-size: 17px;
  line-height: 21px;
  color: #58595b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
}
.right_sec ul.product_description li h3 a {
  color: #58595b;
}
.right_sec ul.product_description li h3 span {
  font-size: 11px;
  line-height: 15px;
  font-style: italic;
  color: #58595b;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.detail_box {
  margin-top: 30px;
  padding-right: 120px;
}
.product_list_flex .detail_box {
  display: flex;
  flex-direction: column;
  padding-right: 15px;
}
.product_list_flex .detail_box p.product-description {
  padding: 0px;
}

.right_sec ul.product_description li p {
  font-size: 13px;
  line-height: 17px;
  color: #979696;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-left: 25%;
}
.right_sec ul.product_description li a.view_btn {
  float: right;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #494949;
  width: 130px;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 18px;
}

.right_sec ul.product_description li div.view_btn {
  float: right;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: #494949;
  width: 130px;
  text-align: center;
  padding: 10px 0px;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 18px;
}

.right_sec ul.product_description li a.view_btn.buy_now {
  background: #5ad527;
}

.right_sec ul.product_description li a.view_btn.add_to_cart {
  background: #2bace2;
}

.right_sec
  ul.product_description
  .product_list_flex
  .list_product_buttons
  .view_btn {
  position: initial;
  margin: 5px;
}

.right_sec ul.product_description li a.view_btn:hover {
  background: #231f20;
}

.right_sec ul.product_description li a.view_btn.buy_now:hover {
  background: #3f941b;
}

.right_sec ul.product_description li a.view_btn.add_to_cart:hover {
  background: #2b6cb0;
}

.right_sec ul.product_description .product_list_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.right_sec ul.product_description .product_list_flex .pic_box {
  display: flex;
  align-items: center;
  width: 25%;
  justify-content: center;
}

.right_sec ul.product_description .product_list_flex .detail_box_flex {
  width: 70%;
}

.product_sec {
  width: 100%;
  float: left;
  position: relative;
}
.pager_sec a {
  vertical-align: top;
}
.pager_sec {
  width: 100%;
  vertical-align: top;
  float: left;
  position: relative;
  z-index: 999;
  padding: 55px 0px;
  text-align: center;
}
.pager_sec ul.paging {
  width: 100%;
  float: left;
  text-align: center;
}
.pager_sec ul.paging li {
  display: inline-block;
  padding-right: 12px;
}
.pager_sec ul.paging li:last-of-type {
  padding-right: 0px;
}
.pager_sec ul.paging li a {
  font-size: 23px;
  line-height: 27px;
  color: #6d6d6d;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.pager_sec ul.paging li.cycle-pager-active a,
.pager_sec ul.paging li a:hover {
  color: #2bace2;
  font-weight: 700;
}
.pager_sec .prev {
  position: absolute;
  z-index: 99;
  top: 53px;
  left: 291px;
}
.pager_sec .next {
  position: absolute;
  z-index: 99;
  top: 53px;
  right: 291px;
}
.top_box .form_container {
  width: auto;
  float: right;
}
.top_box .form_container .select_box {
  float: left;
  padding: 10px 20px 0 10px;
  margin-top: 7px;
  border-left: 1px solid #b6b6b6;
}
.top_box .form_container .select_box .jqTransformSelectWrapper div span {
  padding-right: 10px !important;
  width: 100% !important;
  height: auto;
  font-weight: 700;
}
.top_box .form_container .select_box .jqTransformSelectWrapper {
  height: 24px;
}
.top_box .form_container .select_box .jqTransformSelectWrapper {
  width: 55px !important;
  color: #6a6a6a;
  font-weight: 700;
}
.top_box .form_container .filters_list {
  float: left;
}
.top_box .title_list {
  float: left;
}
.top_box .form_container .select_box.small {
  padding-right: 10px;
}
.top_box .form_container .select_box.small .jqTransformSelectWrapper ul {
  width: 50px !important;
}
.top_box .form_container .select_box.small .jqTransformSelectWrapper {
  width: 30px !important;
}
.top_box .form_container form label {
  font-size: 11px;
  line-height: 15px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 0 8px;
  float: left;
  letter-spacing: 0.02em;
}
.top_box .form_container form label.spacer {
  padding: 17px 18px 0 0;
  float: left;
}
.top_box .form_container form select {
  font-size: 11px;
  line-height: 15px;
  color: #6a6a6a;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.rse_section.politicas p span {
  font-style: italic;
}

.rse_section.politicas p a.link {
  font-style: italic;
  color: #2bace2;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.rse_section.politicas p a.link:hover {
  text-decoration: underline;
}
.rse_section.politicas p a.number {
  cursor: default;
  text-decoration: none;
}
.rse_section.politicas p a.number:hover {
  text-decoration: none;
}

.rse_section.politicas p a {
  color: #58595b;
  font-size: 14px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
ul.rse_list li small {
  color: #58595b;
  font-size: 14px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.rse_section h3 img {
  vertical-align: middle;
  margin-right: 10px;
}
/*product_section end*/

/*rse_section start*/

.rse_section {
  width: 100%;
  float: left;
  padding-bottom: 70px;
}
.rse_section .cmn_row {
  width: 100%;
  float: left;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 0px;
  min-height: 80px;
  margin-bottom: 40px;
}
.rse_section .cmn_row h4 {
  border-bottom: 3px solid #2bace2;
  padding: 30px 0 25px 0px;
  margin-bottom: -1px;
  float: left; /*width:477px;*/
  font-size: 25px;
  line-height: 29px;
  color: #58595b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  clear: both;
  display: inline;
  width: 477px;
}
.rse_section .cmn_row h4 img {
  vertical-align: middle;
  margin-right: 11px;
}
.rse_section p {
  color: #58595b;
  font-size: 15px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding-bottom: 20px;
}
.rse_section p span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2bace2;
}

.rse_section div.warranty p span {
  font-weight: initial;
  font-family: initial;
  font-style: initial;
  color: initial;
}

.rse_section h3 {
  color: #58595b;
  font-size: 19px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 23px 0px;
  width: 100%;
}
.rse_section ul.client_list {
  float: none;
}
.rse_section.politicas ul.client_list {
  float: left;
}
.rse_section.politicas h3 {
  font-size: 18px;
  padding: 23px 0px;
  width: 100%;
  float: left;
}
.rse_section .year h3 {
  font-size: 18px;
  padding: 10px 0;
}
.rse_section .year p {
  padding-bottom: 18px;
}
.rse_section .year {
}
.rse_section .year {
}
.rse_section .year {
}
.rse_section .year {
}
.rse_section .year {
}
ul.rse_list {
  width: 100%;
  float: left;
  list-style: none;
  padding: 10px 0 10px 50px;
  margin: 0;
}
ul.rse_list li {
  float: left;
  padding: 0 0 0 12px;
  background: url(../images/list_bg.png) no-repeat 0 8px;
  margin-bottom: 25px;
  color: #58595b;
  font-size: 14px;
  line-height: 21px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  width: 90%;
}
.rse_section h4 {
  color: #2bace2;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  padding: 0px 0px 23px;
  width: 100%;
  float: left;
}
ul.client_list {
  float: left;
  width: 100%;
  text-align: center;
  list-style: none;
}
ul.client_list li {
  display: inline-block;
  padding-right: 39px;
}
ul.client_list li:last-of-type {
  padding-right: 0px;
}
.rse_section img.cmn {
  float: right;
  margin: 0 0px 18px 36px;
}
.img_box {
  width: 213px;
  float: right;
}
.img_box img {
  margin: 0 0 18px 36px;
}
/*rse_section end*/

/*cart bar start*/
.cart_bar {
  padding: 60px 0 120px;
  width: 100%;
  float: left;
}
.cart_bar ul.table {
  padding-top: 5px;
  list-style: none;
  width: 100%;
  float: left;
  margin: 0;
}
.cart_bar .table > li {
  padding: 10px 0;
  border-bottom: 1px solid #cdcece;
  width: 100%;
  float: left;
}
.cart_bar .content {
  width: 100%;
  float: left;
}
.cart_bar .product {
  padding-right: 15px;
  width: 60%;
  float: left;
}
.cart_bar .quantity {
  width: 9%;
  float: left;
  text-align: center;
}
.cart_bar .price {
  padding: 0 15px;
  width: 17%;
  float: left;
  text-align: center;
}
.cart_bar .total {
  padding: 0 10px;
  width: 11%;
  float: left;
  text-align: center;
}
.cart_bar .delete {
  width: 3%;
  float: left;
  text-align: center;
}
.cart_bar h3 {
  padding: 0;
  font-size: 18px;
  line-height: 22px;
  color: #6a6a6a;
  font-weight: 400;
}
.cart_bar .table > li:last-child,
.cart_bar .table > li:first-child {
  border: 0;
}
.cart_bar .table > li:first-child {
  padding: 0 0 8px;
}
.cart_bar .select {
  width: 96px;
  margin: auto;
}
.cart_bar .jqTransformSelectWrapper {
  width: 100% !important;
  height: 34px;
}
.cart_bar .jqTransformSelectWrapper div span {
  width: 100% !important;
  height: 34px;
  line-height: 32px;
  border: 1px solid #adadad;
  font-size: 18px;
  font-weight: 700;
  color: #2bace2;
  text-align: center;
  padding: 0 15px;
  background: url(../images/arrow5.png) 92% center no-repeat;
}
.cart_bar span.value,
.cart_bar span.name a {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  color: #2bace2;
}
.cart_bar span.name a:hover {
  color: #281254;
}
.cart_bar span.value {
  color: #565454;
  font-weight: 400;
}
.cart_bar a.delete {
  width: 12px;
  height: 15px;
  background: url(../images/delete.png) no-repeat;
  background-size: 100% 100%;
  display: block;
  margin: 10px auto 0;
}
.cart_bar a.delete:hover {
  opacity: 0.5;
}
.cart_bar .jqTransformSelectWrapper ul {
  top: 33px;
  width: 100% !important;
  height: auto !important;
}
.cart_bar .jqTransformSelectWrapper ul li {
  border-top: 1px solid #ccc;
  width: 100%;
  float: left;
  text-align: center;
}

.cart_bar .jqTransformSelectWrapper ul li {
  height: auto;
}
.cart_bar .jqTransformSelectWrapper ul a {
  line-height: 18px;
}
.cart_bar .jqTransformSelectWrapper ul li:first-child {
  border: 0px solid #ccc;
}
.cart_bar .jqTransformSelectWrapper a.jqTransformSelectOpen {
  display: none;
}
.cart_bar a.button {
  background: #4f97da;
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0 13px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 10px 0 0 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.cart_bar a.button:hover {
  background: #281254;
}
.cart_bar .table > li:last-child .total {
  padding-right: 25px;
  width: 27%;
  text-align: right;
}
.cart_bar .table > li:last-child .price {
  display: none;
}
.cart_bar .list {
  padding: 22px 0px 0 0;
  width: 100%;
  margin: 0;
  float: none;
  overflow: hidden;
  list-style: none;
}
.cart_bar .list li {
  text-align: right;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 12px;
}
.cart_bar .list li span + span {
  font-weight: 600;
  width: 105px;
}
.cart_bar .list li span {
  display: inline-block;
  color: #565454;
  vertical-align: top;
}
.cart_bar .list li:last-child span {
  font-weight: 600;
  color: #2bace2;
}
.cart_bar .list li span cite {
  font-weight: 400;
  font-style: normal;
}
.cart_bar .table > li:last-child .total a.button {
  float: none;
  display: inline-block;
  vertical-align: top;
  min-width: 180px;
  text-align: center;
  margin: 22px 0 0;
}
.cart_bar .brother a {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 18px;
  font-weight: 100;
  color: #979696;
}
/*cart bar end*/

/*popup*/
.popup {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999999999;
  padding: 100px 15px;
  background: rgba(43, 172, 226, 0.97);
}
.show_popup {
  height: 100%;
  overflow: hidden;
}
.popup .close {
  width: 30px;
  display: block;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.popup .close:after,
.popup .close:before {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  width: 30px;
  height: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
}
.popup .close:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.popup .close:hover:after,
.popup .close:hover:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.popup .close:hover:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

.show_popup .popup {
  transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
}
.login_bar {
  text-align: center;
  max-width: 355px;
  margin: auto;
}
.login_bar h2 {
  font-size: 30px;
  padding-bottom: 22px;
  line-height: 34px;
  color: #fff;
  font-weight: 700;
}
.login_bar label {
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 32px;
  color: #fff;
  display: block;
}
.login_bar .field {
  font-family: "Roboto", sans-serif;
  width: 100%;
  height: 50px;
  border: 1px solid #fff;
  margin-bottom: 13px;
  background: #2ba6da;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px 17px;
  font-size: 17px;
  color: #fff;
}
.login_bar *::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.login_bar *::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.login_bar *:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.login_bar button {
  border: 0;
  cursor: pointer;
  margin-bottom: 35px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
  font-size: 16px;
  color: #6a6a6a;
  font-weight: 700;
  box-shadow: 2px 10px 10px rgba(0, 0, 0, 0.15);
}
.login_bar button span {
  background: url(../images/arrow6.png) left center no-repeat;
  padding: 0 0 0 20px;
}
.login_bar button:hover {
  background-position: 32% center;
  background-color: rgba(255, 255, 255, 0.8);
}
.login_bar p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.login_bar span.separator {
  width: 1px;
  height: 21px;
  display: inline-block;
  background: #fff;
  margin: 0 12px;
  vertical-align: middle;
}
.login_bar p a {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.login_bar p a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.login_bar .error .field {
  border-color: #ee5143;
  background: #5e8ed2;
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.15);
}
.login_bar .error .error_txt {
  display: block;
}
.login_bar .grid {
  width: 100%;
  position: relative;
}
.login_bar .error_txt {
  display: none;
  left: 100%;
  top: 0;
  font-size: 14px;
  color: #ff3636;
  min-width: 330px;
  color: #fff;
  text-align: left;
  padding: 15px;
}
.login_bar .error_email {
  font-style: italic;
  color: #ce2424;
}
.login_bar.lost {
  display: none;
}
.login_bar.lost.show {
  display: block;
}
.login_bar.hide {
  display: none;
}
.login_bar .login_bar .login_bar {
}

/*footer start*/

footer {
  width: 100%;
  float: left;
  background: #222222 url(../images/footer_bg.jpg) repeat-x 0 0;
  padding-top: 47px;
}
footer ul.footer_list {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
footer ul.footer_list li {
  float: left;
  width: 19%;
  padding: 0;
}

footer ul.footer_list > li:nth-child(5) {
  width: 17%;
}

footer ul.footer_list > li:last-of-type {
  float: left;
  width: 7%;
}

/* @media \0screen {
footer ul.footer_list li {
	width: 163px
}
;
.enterprise_cntr .btn_row a {
	font-size: 16px
}
;
}
*/
footer ul.footer_list li a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #2bace2;
  font-size: 16px;
  line-height: 17px;
  text-decoration: none;
  margin-bottom: 25px;
  float: left;
}
footer ul.footer_list li.active a,
footer ul.footer_list li a:hover {
  color: #ffffff;
}
footer ul.footer_list li ul.sub-menu {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}
footer ul.footer_list li ul.sub-menu li {
  width: 100%;
  float: left;
  padding: 2px 0 15px;
}
footer ul.footer_list li ul.sub-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 0px;
  color: #ffffff;
}
footer ul.footer_list li ul.sub-menu li a:hover {
  text-decoration: underline;
}
.btm_row {
  width: 100%;
  float: left;
  padding: 14px 0px 35px 0;
}
.search_area {
  width: 263px;
  float: left;
  background: #ffffff;
  border: 1px solid #1a1a1a;
}
.search_area .search_box {
  width: 215px;
  float: left;
  padding: 7px 0px 7px 13px;
}
.search_area .search_box input[type="text"] {
  float: left;
  width: 100%;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #737373;
  font-size: 13px;
  line-height: 20px;
}
.search_area input[type="submit"] {
  background: url(../images/searrch_img.png) no-repeat 0 0;
  width: 26px;
  height: 22px;
  float: right;
  margin: 6px 4px 0 0;
  cursor: pointer;
}
.search_message p {
  font-size: medium;
  font-style: italic;
  padding-left: 12px;
  padding-bottom: 10px;
  color: #761c19;
  text-align: -webkit-center;
}
.btm_row ul.icon_list {
  list-style: none;
  float: right;
  width: auto; /*margin:0 0 0 62px;*/
  margin: 0;
}
.btm_row ul.icon_list li {
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
}
.btm_row ul.icon_list li:last-of-type {
  padding-right: 0px;
}
.btm_row ul.icon_list li a.icon1 {
  background: url(../images/icon1.png) no-repeat 0 0;
  width: 143px;
  height: 24px;
  float: left;
}
.btm_row ul.icon_list li a.icon2 {
  background: url(../images/icon2.png) no-repeat 0 0;
  width: 154px;
  height: 30px;
  float: left;
}
.btm_row ul.icon_list li a.icon3 {
  background: url(../images/icon3.png) no-repeat 0 0;
  width: 87px;
  height: 27px;
  float: left;
}
.btm_row ul.icon_list li a.icon4 {
  background: url(../images/icon4.png) no-repeat 0 0;
  width: 97px;
  height: 26px;
  float: left;
}
.btm_row ul.icon_list li a.icon5 {
  background: url(../images/icon5.png) no-repeat 0 0;
  width: 43px;
  height: 45px;
  float: left;
}
.btm_row ul.icon_list li a:hover {
  background-position: 0 bottom;
}
.footer_btm {
  background: #151213;
  width: 100%;
  float: left;
  padding: 8px 0 3px 0px;
}
.footer_logo {
  float: left;
  margin-top: 2px;
}
ul.social_icon {
  float: right;
  width: auto;
  margin: 0;
  list-style: none;
}
ul.social_icon li {
  width: auto;
  float: left;
  padding-right: 23px;
  padding-bottom: 0;
}
ul.social_icon li:last-of-type {
  padding: 0px;
}
ul.social_icon li a {
  background: url(../images/footer_social_icon.png) no-repeat 0 0;
}
ul.social_icon li a.social1 {
  float: left;
  width: 9px;
  height: 20px;
  background-position: 0 0px;
}
ul.social_icon li a.social2 {
  float: left;
  width: 21px;
  height: 20px;
  background-position: -36px 0px;
}
ul.social_icon li a.social3 {
  float: left;
  width: 22px;
  height: 20px;
  background-position: -79px 0px;
}
ul.social_icon li a.social4 {
  float: left;
  width: 20px;
  height: 20px;
  background-position: -125px 0px;
}
ul.social_icon li a.social1:hover {
  background-position: 0 -21px;
}
ul.social_icon li a.social2:hover {
  background-position: -36px -21px;
}
ul.social_icon li a.social3:hover {
  background-position: -79px -21px;
}
ul.social_icon li a.social4:hover {
  background-position: -125px -21px;
}
.footer_btm p {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #6b6b6b;
  font-size: 12px;
  line-height: 17px;
  padding-top: 1px;
  letter-spacing: 0.03em;
  width: auto;
}

.footer_btm .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_btm .wrapper > a {
  flex-shrink: 0;
}

.footer_btm .wrapper > div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -1rem;
}

.footer_btm .wrapper > div > * {
  margin: 0.5rem;
  flex-shrink: 0;
}

.footer_social_networks_logos {
  width: 23px;
  color: white;
}

.back_to_top {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: -66px;
}
.back_to_top span {
  background: url(../images/goto_bg.png) no-repeat 0 0;
  text-align: center;
  display: inline-block;
  padding-top: 3px;
  width: 275px;
}
.back_to_top span a.top {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
}
.back_to_top span a.top img {
  vertical-align: middle;
  margin-left: 8px;
}

/*footer end*/

@media \0screen {
  .enterprise_cntr .btn_row a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    padding: 0 15px;
  }
  nav ul li {
    float: left;
    position: relative;
    padding-right: 45px;
  }
  .product_detail .grid {
    grid-template-areas: "image" "description" "buttons";
  }

  .header_mobile {
    display: flex;
    margin: 0 5px 15px 5px;
    align-items: center;
  }

  header a.mobilemenu {
    height: 40px;
  }

  .logo_search_mobile {
    display: flex;
  }

  .topRight .logo_search_mobile .search_input {
    width: 100%;
    margin: 0 0 0 20px;
    padding: 8px 10px 8px 10px;
    background: none;
  }

  .logo_search_mobile .btn_search {
    min-width: 65px;
  }

  .fixed {
    position: fixed;
    top: 0;
  }

  .mobile-scroll-menu {
    padding-top: 5px;
    background: white;
    border-bottom: 1px solid #dbdbdb;
  }

  .mobile-scroll-menu .header_mobile {
    margin: 0 10px 5px 10px;
    height: 52px;
  }

  .btn_search {
    display: none;
  }

  .btn_mobile_search {
    display: block !important;
    background: #494949;
    width: 50px;
    min-width: 36px;
    height: 36px;
    cursor: pointer;
    border: 0;
    position: relative;
  }

  .footer_list {
    flex-direction: column;
    text-align: center;
  }
}

@media only screen and (max-width: 666px) {
  .left_sec h3:first-child {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .header_mobile {
    margin: 0 0px 15px 0px;
  }

  .topRight .logo_search_mobile .search_input {
    margin: 0 0 0 5px;
    width: 80%;
  }

  .product_list_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 380px;
  }

  .right_sec ul.product_description .product_list_flex .pic_box {
    height: 45%;
    text-align: center;
    min-height: 160px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .right_sec ul.product_description .product_list_flex .detail_box_flex {
    width: 100%;
  }

  .product_list_flex .detail_box {
    height: auto;
    max-height: 45%;
    overflow: hidden;
    width: 100%;
    margin-top: 0px;
    padding: 20px;
  }

  .product_list_flex .detail_box .product-title {
    padding: 0;
  }

  .product_list_flex .detail_box .product-description {
    padding: 0;
    display: none;
  }

  .right_sec ul.product_description .product_list_flex .view_btn {
    margin: 7px;
  }

  .right_sec ul.product_description .product_list_flex h3 .title_link_mobile {
    overflow: hidden;
    max-height: 41px;
  }

  .right_sec ul.product_description .product_list_flex h3 span {
    position: relative;
    top: -7px;
  }

  .list_product_buttons {
    display: flex;
    justify-content: center;
  }
}
/**********************css fixess*************************/
h1 {
  font-size: 30px;
  line-height: 33px;

  font-weight: 700;
  padding-bottom: 10px;
}
h2 {
  font-size: 25px;
  line-height: 28px;

  font-weight: 700;
  padding-bottom: 10px;
}
h3 {
  font-size: 22px;
  line-height: 25px;

  font-weight: 700;
  padding-bottom: 10px;
}
h4 {
  font-size: 19px;
  line-height: 22px;
  color: #58595b;
  font-weight: 700;
  padding-bottom: 10px;
}
h5 {
  font-size: 16px;
  line-height: 19px;

  font-weight: 700;
  padding-bottom: 10px;
}
.bodyCntr p {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
  padding-bottom: 15px;
}
ul {
  margin: 0 0 20px 10px;
}
ul li {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
  padding-bottom: 5px;
}
ol {
  margin: 0 0 20px 15px;
}
ol li {
  font-size: 13px;
  line-height: 18px;
  color: #979696;
  padding-bottom: 5px;
}
.product_detail .photo_gallery .pic_box #slideshow {
  list-style: none;
  margin: 0;
}
#slide-pager .thumbs li a {
  /* float: left; */
}
#slide-pager .thumbs li a img.example-image {
  border: 1px solid #d5d5d5;
  border-radius: 100%;
  -moz-box-shadow: inset 0px 0px 7px #d5d5d5;
  -webkit-box-shadow: inset 0px 0px 7px #d5d5d5;
  box-shadow: inset 0px 0px 7px #d5d5d5;
}
#lct-widget-product_category {
  margin: 0;
  list-style: none;
}
#lct-widget-product_category li {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
}
#lct-widget-product_category li a {
  font-size: 15px;
}
#lct-widget-product_category li.current-cat a {
  color: #2bace2;
}
.previouspostslink {
  font-size: 0 !important;
  background: url(../images/prev.png) no-repeat 0 0;
  width: 11px;
  height: 19px;
  padding: 0;
  top: 3px;
  position: relative;
  display: inline-block;
  vertical-align: super;
  margin-right: 15px !important;
}
.nextpostslink {
  font-size: 0 !important;
  background: url(../images/next.png) no-repeat 0 0;
  width: 11px;
  height: 19px;
  padding: 0;
  top: 3px;
  position: relative;
  display: inline-block;
  margin-left: 15px !important;
  vertical-align: super;
}
.rse_section.politicas p small {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.rse_section.politicas p a:hover {
  text-decoration: underline;
}
.bodyCntr.insurance_cntr .heading {
  margin-bottom: 33px;
}
.insurance_cntr form .form_sec {
  padding-bottom: 60px;
}
.form_container .select_box .jqTransformSelectWrapper {
  float: left;
}
.form_container
  .select_box
  .jqTransformSelectWrapper
  div
  .jqTransformSelectOpen {
  right: 0;
}
.top_box .form_container .jqTransformSelectWrapper ul {
  top: 17px !important;
}
.contact_cntr .column .row .select .jqTransformSelectWrapper {
  width: 100% !important;
  height: 40px !important;
}
.contact_cntr .column .row .select .jqTransformSelectWrapper div span {
  font-size: 16px;
  border: 1px solid #9d9d9d !important;
  font-style: italic;
  padding-top: 11px !important;
  color: #222222;
}
.contact_cntr .column .row .select .jqTransformSelectWrapper ul a:hover,
.contact_cntr
  .column
  .row
  .select
  .jqTransformSelectWrapper
  ul
  a.selected:hover {
  color: #fff;
}
.contact_cntr
  .column
  .row
  .select
  .jqTransformSelectWrapper
  div
  .jqTransformSelectOpen {
  right: 0;
  top: 0;
  height: 40px;
  width: 22px;
  background: url(../images/select_arrow.jpg) no-repeat scroll 0 15px;
}
.contact_cntr .column .select .jqTransformSelectWrapper ul {
  left: 0 !important;
  top: 39px !important;
  width: 100% !important;
}
.contact_cntr .column .select .jqTransformSelectWrapper ul a {
  font-size: 16px !important;
  font-style: italic !important;
  padding-left: 13px;
  color: #222222;
}
.wp-pagenavi {
  clear: both;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  padding: 0px 2px;
  margin: 2px;
  line-height: 24px;
  display: inline-block;
  color: #6d6d6d;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #2bace2;
  font-weight: 700;
}
.wp-pagenavi span.current {
  font-weight: bold;
}

.form_container .select_box .jqTransformSelectWrapper div span {
  width: 33px !important;
  padding: 0 0 0 5px !important;
}
#tinynav1 {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.product-tag {
  position: absolute;
  top: 0;
  right: 0;
  width: 15%;
}

.left_sec ul.product_list li a.category--see-more {
  text-decoration: underline;
  color: #32ace2;
}

.left_sec ul.product_list li a.category--see-more:hover {
  color: #1d78a0;
}

.attr-filter-ul {
  list-style-type: none;
}

.attr-filter-type-li {
  color: #121926;
  font-weight: bold;
  margin-top: 15px;
}

.attr-filter-value-li {
  font-weight: 100;
}

.container-filter-checkbox {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: -3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container-filter-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark-filter-checkbox {
  border: solid 1px #8a8fb1;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: white;
}

.container-filter-checkbox:hover input ~ .checkmark-filter-checkbox {
  background-color: #ccc;
}

.container-filter-checkbox input:checked ~ .checkmark-filter-checkbox {
  border: solid 1px #2196f3;
  background-color: #2196f3;
}

.checkmark-filter-checkbox:after {
  border: solid 1px #2196f3;
  content: "";
  position: absolute;
  display: none;
}

.container-filter-checkbox input:checked ~ .checkmark-filter-checkbox:after {
  display: block;
}

.container-filter-checkbox .checkmark-filter-checkbox:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
}

.option-alert {
  min-width: 270px;
  width: calc(100% - 10px);
  height: 15px;
  opacity: 0.69;
  border-radius: 18.5px;
  background-color: #d8d8d8;
  padding: 6px 0 6px 10px;
  display: flex;
  align-items: center;
  padding: 11px;
  margin: 15px 0;
}

.option-alert p {
  font-size: 11px;
  color: #434343;
  margin-left: 7px;
  width: 68%;
}

#formasDePago {
  font-size: 11px;
  border-color: transparent;
  background-color: transparent;
  cursor: pointer;
  margin-right: 10px;
}

select,
option {
  text-align: left;
}

.payment-table-content {
  display: table;
  min-width: 250px;
  padding-left: 10px;
}

.payment-table-row {
  display: table-row;
  width: 100%;
  font-size: smaller;
}

.payment-table-row .table-title {
  font-size: medium;
}

.payment-table-cell {
  display: table-cell;
}

/**********************penca*************************/
#PencaTitleFrame {
  width: 100%;
  height: 313px;
  background: url("/images/penca/header-bg.jpg") repeat;
  text-align: center;
  display: flow-root;
}

.penca_title {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#PencaTitleFrame > img {
  vertical-align: middle;
}

.penca_content_overfit {
  width: 100%;
  height: 583px;
}

.penca_content {
  width: 80%;
  height: 383px;
  margin: -4% 0 0 10%;
  padding: 29.5px 32px 33px 48.3px;
  border-radius: 36px;
  box-shadow: 0 2px 30px 3px rgba(184, 182, 182, 0.5);
  background-color: #ffffff;
}

.penca_logo_content {
  float: left;
  width: 261px;
  height: 288px;
}

.penca_logo_ca {
  width: 261px;
  height: 288px;
  object-fit: contain;
}

.penca_logo_sponsor {
  float: left;
  width: 100%;
  height: 46px;
}

.penca_logo_lenovo {
  float: left;
  display: inline-block;
  width: 100%;
  height: 46px;
  object-fit: contain;
}
.penca_content_separador {
  float: left;
  width: 1px;
  height: 318px;
  margin: 2.5px 35px 0 33.6px;
  border: solid 2px #e0e0e0;
}

.penca_content_text {
  float: left;
  text-align: center;
  width: 60%;
  height: 318px;
  margin: 2.5px 35px 0 0px;
}

.penca_texto {
  display: inline-block;
  width: 664px;
  height: 72px;
  margin: 58.5px 0 25px 35px;
  font-family: Arboria;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #132a81;
}

.penca_texto .texto_destacado {
  color: #2bace2;
}

.penca_acepto_condiciones {
  float: left;
  width: 100%;
  height: 21px;
  margin: 0 0 0 9px;
  font-family: SFCompactText;
  font-size: 18px;
  font-weight: bolder;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #3c3c3c;
}

.penca_quiero_jugar_content {
  float: left;
  width: 349px;
  height: 48px;
  margin: 33px 30% 54px 30%;
  padding: 13px 40px 13px 39px;
  background-color: #6dbe46;
  cursor: pointer;
}

.penca_quiero_jugar {
  width: 270px;
  height: 22px;
  font-family: Arboria;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

.penca_debe_aceptar {
  float: left;
  font-family: Arboria;
  font-size: 16px;
  margin: 0 0 0 6%;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #761c19;
}

.Banner_Penca_Copa_01 {
  float: left;
  width: 198px;
  height: 62px;
  margin: -10px 0 0 8%;
  object-fit: contain;
}
