@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700;900&display=swap');

/** Generated by FG **/
@font-face {
	font-family: 'Conv_W Foundry - Sonny Gothic Black';
	src: url('../fonts/W Foundry - Sonny Gothic Black.eot');
	src: local('☺'), url('../fonts/W Foundry - Sonny Gothic Black.woff') format('woff'), url('../fonts/W Foundry - Sonny Gothic Black.ttf') format('truetype'), url('../fonts/W Foundry - Sonny Gothic Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_W Foundry - Sonny Gothic Book';
	src: url('../fonts/W Foundry - Sonny Gothic Book.eot');
	src: local('☺'), url('../fonts/W Foundry - Sonny Gothic Book.woff') format('woff'), url('../fonts/W Foundry - Sonny Gothic Book.ttf') format('truetype'), url('../fonts/W Foundry - Sonny Gothic Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Conv_Druk-Bold';
	src: url('../fonts/Druk-Bold.eot');
	src: local('☺'), url('../fonts/Druk-Bold.woff') format('woff'), url('../fonts/Druk-Bold.ttf') format('truetype'), url('../fonts/Druk-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





body {
  font-family: 'Rubik', sans-serif;
  font-size:14px;
  padding-top:75px;
}
img {
  max-width: 100%;
}
a,a:hover {
  color:inherit;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type:none;
}
a, .btn {
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.btn.focus, .btn:focus {
  box-shadow: none;
}
.fixer {
  display:none;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  z-index: 999;
}
.darkBg {
  background-color: #000000;
}
.titleCol h6{
  font-size: 15px;
  font-weight: 500;
  color:#1D1D19;
  text-align: center;
  letter-spacing: 2px;
  line-height: 20px;
}
.titleCol h5{
  font-size: 23px;
  color: #1D1D19;
  line-height: 27px;
  text-align: center;
  font-weight: 500;
}
.section_space{
  padding: 70px 0px;
}

/* header layout start */
.headerSection {
  padding: 18px 15px;
  color: #fff;
  position: relative;
}
.logoBox, .secondary-menu {
  width: 390px;
}
.logoBox ul li {
  display: inline-block;
}
.logoBox ul li a.triggerMenu {
  display: inline-block;
  vertical-align: middle;
}
.logoBox ul li a {
  display: block;
}
.logoBox ul li {
  padding-right: 5px;
  vertical-align: top;
}
.logoBox ul li:first-child {
  display: none;
}
.triggerMenu {
  position: relative;
  width: 30px;
  height: 14px;
}
.triggerMenu .bar {
  background-color: #fff;
  position: absolute;
  height: 2px;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.triggerMenu .bar1 {
  top: 0px;
}
.triggerMenu .bar1, .triggerMenu .bar2 {
  width: 100%;
}
.triggerMenu .bar2 {
  top: 6px;
}
.triggerMenu .bar3 {
  top: 12px;
  width: 80%;
}
.inline-items ul li {
  display: inline-block;
  margin-left: 20px;
}
.inline-items ul li a {
  display: block;
  font-weight: 400;
  letter-spacing: 1px;
}
.primary-menu ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.primary-menu ul li a {
  font-size: 13px;
  position: relative;
}
.primary-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
  height: 2px;
  background-color: #fff;
}
.primary-menu > ul > li a:hover:before, .primary-menu > ul > li.active > a:before {
  right: 0%;
  left: 0%;
}
.secondary-menu ul li a span {
  vertical-align: middle;
  display: inline-block;
}
.secondary-menu ul li a .i-item img {
  display: block;
}
.secondary-menu ul li a .t-item {
  font-size: 11px;
}
.bCrumb {
  padding-bottom: 25px;
}
.bCrumb ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.6px;
}
.bCrumb ul li + li {
  padding-left: 5px;
}
.bCrumb ul li a {
  display: inline-block;
}
.bCrumb ul li a:hover {
  text-decoration: underline;
}
.bCrumb ul li + li::before {
  content: "//";
  color: #EDE734;
  padding-right: 5px;
}
.mega-menu, .mega-menu:after {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.mega-menu {
  background-color: rgba(255,255,255,0.97);
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1001;
  color: #000;
  text-align: left;
  padding: 50px 20px;
  padding-top:40px;
}
.mega-menu:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: calc(100% - 20px);
  background-color: rgba(0,0,0,0.3);
  z-index: 1000;
  pointer-events: none;
  height: 100vh;
}
.primary-menu ul li:hover .mega-menu, .primary-menu ul li:hover .mega-menu:after {
  opacity: 1;
  visibility: visible;
}
.primary-menu ul li:hover .mega-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}


.grid-container{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 580px;
  align-content: flex-start;
}

.grid-item {
  padding: 10px;
  width: 200px;
  margin: 5px;
  box-sizing: border-box;
}

ul.sub-menus {
  grid-row: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 16px;
}

.xs-title {
  font-size: 13px;
  line-height: 20px;
}
.inline-items .sub-menus li {
  display: block;
  margin-left: 0px;
  padding: 2px 0;
}

.m-menu-right {
  width: 256px;
}
.cardStyle1 .imgBox {
  width: 100%;
  height: 341px;
  overflow: hidden;
}
.fadeText {
  opacity: 0.6;
}
.cardBody .fadeText {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  text-decoration: underline;
}

/* header layout close */

/* collage layout start */
.collageSection {
  padding: 50px 0px;
}
.imgCol {
  max-width: 100%;
  height: auto;
  margin: 5px 0px;
  position: relative;
  overflow: hidden;
}
/*.anchImg {
  width: 41px;
  height: 41px;
  background-color: #fff;
  border-radius: 50%;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  align-items: center;
  -ms-flex-pack:center;
  justify-content: center;
  font-size: 20px;
  color: #000;
  position: absolute;
  right: 15%;
  bottom: 15%;
  -webkit-transform: translateY(calc(100% + 50px));
  -ms-transform: translateY(calc(100% + 50px));
  transform: translateY(calc(100% + 50px));
  opacity: 0;
}
.imgCol:hover .anchImg {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}*/
.megamenu .objImg{
  margin-top: 20px;
}
.megamenu .xs-title{
  margin-top: 30px;
  font-size: 13px;
  line-height: 20px;
}
.objImg {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  padding-bottom:30px;
}
.title-col h3 {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.6px;
}
.price-columns {
  font-size: 20px;
}
.sizeHeader ul {
  display:-ms-flexbox;
  display: flex;
  -ms-flex-pack:justify;
  justify-content: space-between;
}
.sizeHeader ul li a {
  display: inline-block;
}
.sizeHeader ul li a.active {
  text-decoration: underline;
}
.labelStyle {
  font-size: 14px;
  color: #adadad;
  margin-bottom: 5px;
  letter-spacing: 0.3px;
}
.labelStyle.active {
  color: #4D4D4D;
}
.quote-column .labelStyle  {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.labelStyle .ques-mark {
  position: absolute;
  right: 0px;
  top: 2px;
}
.hitOption ul li {
  display: inline-block;
  padding-right: 10px;
}
.hitOption ul li .custom-radio {
  padding-left: 0;
}
.number-column .custom-control-label {
  width: 48px;
  height: 48px;
}
.hitOption .custom-control-label {
  border: 1px solid #E3E3E3;
  outline: 1px solid transparent;
  cursor: pointer;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  align-items: center;
  -ms-flex-pack:center;
  justify-content: center;
}
.hitOption .custom-control-label:before,
.hitOption .custom-control-label:after {
  display: none;
}
.hitOption .custom-control-input:checked ~ .custom-control-label {
  border: 1px solid #000;
  outline: 1px solid #000;
}
.color-column ul li .custom-control-label {
  width: 42px;
  height: 42px;
  padding: 3px;
}
.color-column ul li .custom-control-label span {
  display: block;
  width: 100%;
  height: 100%;
}
.bgColor1 {
  background-color: #000;
}
.bgColor2 {
  background-color: #957A4E;
}
.tickBox .labelStyle {
  padding-left: 10px;
}
.tickBox .custom-control-label::before {
  width: 22px;
  height: 22px;
  border-radius: 0;
  top: 0;
}
.tickBox .custom-control-label::after {
  left: -20px;
  top: 3px;
}
.inner-item {
  width: 47px;
  height: 47px;
  border: 1px solid #E3E3E3;
  display:-ms-flexbox;
  display: flex;
  -ms-flex-align:center;
  align-items: center;
  -ms-flex-pack:center;
  justify-content: center;
  cursor: pointer;
}
.inner-item.middle-item {
  border-left: 0;
  border-right: 0;
}
.btn {
  border-radius: 0px;
  padding: 13px 15px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
}
.btnPrimary {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.btnPrimary:hover {
  color: #fff;
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
}
.article {
  font-size: 14px;
  line-height: 24px;
  color: #adadad;
  margin-top: 2.7rem!important;
}
.hypen-items ul li {
  position: relative;
  display: block;
  text-indent: 10px;
  margin: 2px 0px;
}
.hypen-items ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #adadad;
  width: 5px;
  height: 2px;
}
.like-column ul li {
  display: inline-block;
  padding: 0px 20px 0px 30px;
  position: relative;
  font-size: 11px;
  font-weight: 500;
  margin: 5px 0;
  letter-spacing: 0.8px;
}
.like-column ul li .img-itm {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* collage layout close */

/* video section css starts */
.videoDiv{
  height: 765px;
}
.embed-responsive{
  height: 100%;
}
.proCont{
  max-width: 800px;
  margin:0 auto;
}
.proCont p{
  color: #ADADAD;
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  font-weight: 300;
  margin:0;
}
.productImg {
  background-color: #F6F6F6;
  position: relative;
}
.next{
  position: absolute;
  top: 42px;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.next a {
  display: inline-block;
  background-color: #fff;
  padding: 3px 15px;
  color: #000;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 27px;
}
.product_detail{
  margin-top: 10px;
}
.productImg img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.product_detail span{
  display: block;
}
.proColor{
  font-size: 14px;
  color: #CBCBCB;
  margin-bottom: 4px;
}
.box{
  color:#1D1D19;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1px;
}
.price{
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
/* video section css ends */

/* product page layout start */
.productBanner,.contactBanner {
  background-image: url('../images/banner-img1.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 105px 0px;
  color: #fff;
  text-align: center;
}
.contactBanner{
  padding: 80px 0px;
  /* background-image: url('../images/contact-banner.jpg'); */
}
.content-box h6 {
  font-size: 14px;
}
.content-box h1 {
  font-size: 52px;
  line-height: 56px;
  font-weight: 700;
}
.content-box h1 + .btn {
  margin-top: 10px;
}
.entry-Imgs, .form-row{
  padding-bottom: 4px;
}
.btn-outline-white {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 400;
}
.btn-outline-white:hover {
  background-color: #fff;
  color: #000;
}
.btn-md {
  min-width: 170px;
}
.wraperSection {
  padding: 45px 30px;
}
.f-trigger {
  font-size: 14px;
  padding-left: 30px;
  position: relative;
  display: inline-block;
}
.f-trigger .icon-item {
  position: absolute;
  left: 0;
  top: 5px;
}
.left-aside {
  width: 238px;
  padding-top: 15px;
  /*position: sticky;*/
  top: 0;
}
.filter-listing {
  padding-top: 10px;
}
.wraper-filter > ul > li {
  display: block;
}
.wraper-filter .children {
  padding-top: 5px;
}
.wraper-filter .children, .sub-name-list {
  display: none;
}
.show-filter .children, .show-sub-types .sub-name-list {
  display: block;
}
.filter-one .xs-heading, .del-action {
  font-size: 14px;
}
.xs-heading {
  font-weight: 400;
  font-size: 14px;
}
.del-action {
  text-decoration: underline;
  display: inline-block;
}
hr.grey-line {
  border-color: #e3e3e3;
}
.price-column ul li {
  background-color: #F6F6F6;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 1.5px;
}
.pr-item {
  position: relative;
  padding-left: 20px;
}
.pr-item .close-icon {
  position: absolute;
  left: 0;
  top: 5px;
}
.pr-item .close-icon img {
  display: block;
}
.main-title {
  font-size: 13px;
  display: block;
}
.more-list-type {
  position: relative;
}
.more-list-type:before  {
  content: "";
  position: absolute;
  right: 0px;
  background-size: auto 100%;
  pointer-events: none;
}
.more-list-type:before {
  background-image: url('../images/plus-icon2.svg');
  width: 8px;
  height: 8px;
  top: 6px;
}
.show-filter .more-list-type:before {
  background-image: url('../images/minus-icon2.svg');
  width: 8px;
  height: 2px;
  top: 9px;
}
.name-listing ul li {
  padding: 2px 0px;
}
.name-listing ul li a {
  font-size: 14px;
  padding: 2px 20px 2px 0px;
  display: block;
}
.sub-name-list ul li a {
  opacity: 0.6;
  display: inline-block;
}
.sub-name-list ul li a.current-page, .sub-name-list  ul li a:hover {
  text-decoration: underline;
  opacity: 1;
}
.sub-name-list {
  padding-left: 15px;
}
a.arrow-text {
  position: relative;
}
a.arrow-text:before {
  position: absolute;
  content: "";
  right: 1px;
  top: 7px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 6px;
  height: 8px;
  background-image: url('../images/arrow-icon-blck.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}
.show-sub-types a.arrow-text:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.show-sub-types a.arrow-text{
  font-weight: 500;
}
.quan-types ul li .custom-control-label {
  font-weight: normal;
  font-size: 14px;
  color: #6C6C6C;
  width: 54px;
  height: 34px;
}
.quan-types.hitOption ul li {
  padding: 3px 1px 3px 0px;
}
.quan-types.hitOption .custom-control-label,
.quan-types.hitOption .custom-control-input:checked ~ .custom-control-label  {
  outline: none;
}
.rangeStyle .irs--flat .irs-bar,
.rangeStyle .irs--flat .irs-line {
  height: 3px;
}
.rangeStyle .irs--flat .irs-handle > i:first-child {
  height: 10px;
  width: 3px;
}
.rangeStyle .irs--flat .irs-handle.state_hover > i:first-child,
.rangeStyle .irs--flat .irs-handle:hover > i:first-child,
.rangeStyle .irs--flat .irs-handle > i:first-child,
.rangeStyle .irs--flat .irs-from,
.rangeStyle .irs--flat .irs-to,
.rangeStyle .irs--flat .irs-single,
.rangeStyle .irs--flat .irs-bar {
  background-color: #000;
}
.rangeStyle .irs--flat .irs-from::before,
.rangeStyle .irs--flat .irs-to::before,
.rangeStyle .irs--flat .irs-single::before {
  display: none;
}
.slider-range  {
  padding: 15px 10px 10px;
}
.text-under {
  font-size: 14px;
  text-decoration: underline;
  display: inline-block;
}
/*.color-opt-column ul li {
  padding: 3px 0px;
}
.color-opt-column .custom-control-label {
  padding-left: 50px;
  position: relative;
  display: inline-block;
  font-size: 14px;
}
.colorPicker .custom-control-label::before {
  border-radius: 0px;
  width: 38px;
  height: 21px;
  border-color: #e3e3e3;
  left: 0;
  top: 0;
}
.colorPicker .custom-control-label::after {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  width: 36px;
  height: 19px;
}*/
.unColor{
  padding: 0;
}
.unColor .row{
  margin-top: 3px;
  margin-bottom: 3px;
}
.unColor .row .cuadroColor{
  width: 36px;
  height: 19px;
  box-sizing: unset;
}
.unColor .row .texto{
  margin: 0px;
}
.sort-item {
  width: 220px;
}
.selectStyle {
  position: relative;
}
.selectStyle:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 16px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 8px;
  height: 10px;
  background-image: url('../images/arrow-icon-blck.svg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  pointer-events: none;
}
.selectStyle .custom-select {
  border-radius: 0;
  border-color: #E3E3E3;
  cursor: pointer;
  font-size: 12px;
  padding: 13px 30px 13px 15px;
  height: auto;
  background-image: none;
  font-weight: 500;
  letter-spacing: 0.6px;
}
.custom-select:focus {
  box-shadow: none;
}
.pag-title, .pag-list-no ul li a {
  font-size: 14px;
}
.pag-list-no ul li {
  display: inline-block;
}
.pag-list-no ul li:last-child a {
  border-right: none;
}
.pag-list-no ul li a {
  border-right: 1px solid #C7C7C7;
  color: #C7C7C7;
  padding: 0px 15px;
  margin-left: -5px;
  position: relative;
}
.pag-list-no ul li a::before {
  content: "";
  right: 0;
  left: 0;
  bottom: -4px;
  margin: 0 auto;
  width: 10px;
  height: 2px;
  background-color: transparent;
  position: absolute;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.pag-list-no ul li.act-page a, .pag-list-no ul li a:hover {
  color: #000;
}
.pag-list-no ul li.act-page a::before, .pag-list-no ul li a:hover::before {
  background-color: #000;
}
.pro-mdImg {
  height: auto;
  width: 100%;
  overflow: hidden;
}
h5.box {
  margin-bottom: 0px;
}
.price ul li {
  display: inline-block;
}
.price ul li + li {
  padding-left: 5px;
}
.price ul li del {
  color: #cbcbcb;
}
/* product page layout close */
footer{
  padding: 20px 0;
  background-color: #000;
}
.title_link{
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  padding-bottom: 18px;
  display: block;
  position: relative;
  cursor: pointer;
  letter-spacing: 0.8px;
}
.footer_links{
  font-size: 14px;
  line-height: 32px;
  color: #717171;
  font-weight: 400;
}
.footer_links i{
  margin-right:5px;
  width: 20px;
  text-align: center;
}
.footer_links:hover{
  color:#fff;
}
.footermenu{
  margin-bottom: 30px;
}
.subscribeCol{
  max-width: 365px;
  margin-left: auto;
}
.fieldStyle{
  position: relative;
}
.custom_field{
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid #2C2C2C !important;
  padding: 10px 40px 10px 0px !important;
  border-radius: 0 !important;
    font-size: 14px !important;
}
.custom_field:focus{
  background-color: transparent !important;
  color:#fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  padding: 10px 40px 10px 0px !important;
}
.custom_field::-webkit-input-placeholder { /* Edge */
  color: #717171 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.custom_field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #717171 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.custom_field::placeholder {
  color: #717171 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.arrow{
  position: absolute !important;
  right:0 !important;
  top:50% !important;
  -webkit-transform: translate(0,-50%) !important;
  -ms-transform: translate(0,-50%) !important;
  transform: translate(0,-50%) !important;
}
.subscribeCol p{
  font-size: 9px;
  line-height: 14px;
  color: #717171;
  padding-top: 20px;
  font-weight: 500;
}
.underline{
  border-bottom: 2px solid #2C2C2C;
}
.copyRight{
  margin-top: 60px;
}
.copycont span{
  color:#fff;
  font-size: 14px;
  font-weight: 500;
}
.sitecol {
  display: flex;
  align-items: center;
}
.siteText{
  font-size: 14px;
  color: #717171;
  line-height: 21px;
  margin-right: 10px;
}
.socilaLinks ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.socilaLinks ul li + li{
  padding-left: 25px;
}
.socilaLinks ul li a i{
  color:#fff;
  font-size: 17px;
}




/* home-page css page starts */
.back_bg{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 150px 100px;
}
.bg_1{
  background-image: url("../images/home-banner.jpg");
}

/*contact us css*/

.topcontact
{
  background: #f7f7f7;
  height: 41px;
}

.topcontent
{
  font-size: 12px;
letter-spacing: 1px;
line-height: 19px;
color: #5a5a5a;
font-family: "Rubik";
font-weight: 400;
text-align: center;
position: relative;
top: 10px;
}

.bg_contact
{
  background-image: url("../images/contact-banner.png");
}

.back_bgcontact
{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 25px;
}

.contbannercontent
{

font-size: 52px;
line-height: 76px;
color: #ffffff;
font-family: "Rubik";
font-weight: 700;
text-align: center;
}

.breadcrumbs
{
  width: 408px;
height: 21px;
font-size: 13px;
letter-spacing: 1px;
line-height: 19px;
color: #000000;
font-family: "Rubik";
font-weight: 400;
}

label
{
font-size: 1rem;
letter-spacing: 1px;
line-height: 19px;
color: #000000;
font-family: "Rubik";
font-weight: 400;
}

select{
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none; 
        background-color: #fff!important;
     }

    select::-ms-expand {
        display: none;
    }

    select + i.fa {
        float: right;
        margin-top: -26px;
        margin-right: 10px;
        /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
        pointer-events: none;
        /* everything after this is just to cover up the original arrow */
        /* (for browsers that don't support the syntax used above) */
        background-color: transparent;
        color:#727272!important;
        padding-right: 5px;
        border: 1.2999999523162842px;

    }

   select option{
       padding-right: 21px;
   }


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #b9b9b9;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-right
{
  font-size: 16px;
letter-spacing: 1px;
line-height: 19px;
color: #000000;
font-family: "Rubik";
font-weight: 500;
}

.cnt_des
{
  font-size: 14px;
line-height: 24px;
color: #727272;
font-family: "Rubik";
font-weight: 400;
}

.btn-send
{
  width: 170px;
height: 48px;
background-color: #000000;
color: #fff;
}

.contact-headings
{
  font-size: 20px;
letter-spacing: 1px;
line-height: 18px;
color: #000000;
font-family: "Rubik";
font-weight: 700;
}

.breadcrumb-container
{
  margin-top: 53px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

.topcontact
{
  font-size: 12px;
letter-spacing: 1px;
line-height: 19px;
color: #5a5a5a;
font-family: "Rubik";
font-weight: 400;
text-align: center;
position: relative;
top: 10px;
display: none;
}

  .bg_contact
{
  background-image: url("../images/mobilecontact.png");
}

  .back_bgcontact
{
  
  background-repeat: no-repeat;
  background-size: cover;
  padding:35px 0px;
}

.contbannercontent
{

font-size: 30px;
line-height: 76px;
color: #ffffff;
font-family: "Rubik";
font-weight: 700;
text-align: center;
}

.btn-send
{
  width: 100%;
height: 48px;
background-color: #000000;
color: #fff;
}



}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/*contact us end */


.bannerCont{
  max-width: 400px;
  margin-left: auto;
  text-align: center;
}
.bannerCont > span{
  letter-spacing: 2px;
}
.bannerCont span, .bannerCont p{
  color:#fff;
  font-size: 20px;
  line-height: 25px;
}
.bannerCont p{
 padding: 0 35px 30px;
}
.med_wt{
  font-weight: 500;
}
.text_lg{
  color:#fff;
  font-family: 'Conv_W Foundry - Sonny Gothic Black';
  font-size: 90px;
  line-height: 72px;
}
.btn_secondary{
 background-color: #fff;
 color: #000;
 border:1px solid transparent;
}
.btn_secondary:hover{
	border:1px solid #fff;
	color:#fff;
	background-color: transparent;
}
.btn_white_border{

}
.btn_sm{
  min-width:122px;
}
.bannerbtm_cont{
  padding-top: 50px;
}
.bannerbtm_cont span{
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 2px;
}
.bannerbtm_cont span + span{
  font-weight: 400;
}
.new_arrivals {
  padding: 70px 0 60px;
}
.title_md{
  font-size: 35px;
  font-family: 'Conv_W Foundry - Sonny Gothic Black';
  line-height: 40px;
}
.title_tagline {
  font-size: 20px;
  line-height: 25px;
  display: block;
}
.arivImg{
  position: relative;
  max-width: 610px;
  margin: 0 auto;
}
.ariv_cont {
  position: absolute;
  bottom: 30px;
  left:30px;
}
.ariv_cont span{
  font-family: 'Conv_W Foundry - Sonny Gothic Black';
  font-size: 26px;
  line-height: 30px;
  color:#fff;
  display: inline-block;
  margin-bottom: 30px;
}
.arivImg img {
  width: 100%;
}
.boxingCol{
  overflow: hidden;
	padding: 0 15px;
}
.pro_slider .slick-prev, .pro_slider .slick-next{
  z-index: 999;
}
.pro_slider .slick-prev:before{
  content: "";
  position: absolute;
  z-index: 1;
  left:50px;
  top:-50px;
  background-image: url("../images/prev-1.png");
  background-position: center;
  background-repeat: no-repeat;
  width:50px;
  height: 50px;
}
.pro_slider .slick-next:before{
  content: "";
  position: absolute;
  z-index: 1;
  right:50px;
  top:-50px;
  background-image: url("../images/next-1.png");
  background-position: center;
  background-repeat: no-repeat;
  width:50px;
  height: 50px;
}
.innerSlide{
  max-width:455px;
  margin: 0 10px;
}
.slide_img img {
  width: 100%;
	object-fit: cover;
	object-position: center;
}
.prem_leftcol{
	position: relative;
}
.premiumCol{
  padding: 170px 0px;
	position: relative;
	overflow:hidden;
}
.hog:before{
	content: "";
  position: absolute;
  background-image: url("../images/hog.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: -110px;
  left:70px;
	width: 80px;
	height: 70px;
  z-index: 1;
}
.premiumCol:before{
	content: "";
	position: absolute;
	top: 110px;
  bottom: 110px;
	left:200px;
	right: 20px;
	background-color: #EFEFEF;
}
.prem_cont {
  position: relative;
	max-width:700px;
	text-align: right;
}
.prem_cont span {
  position: absolute;
  left: -70px;
  bottom: 37%;
  font-weight: 300;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 20px;
  letter-spacing: 2px;
}
.prem_rightcol{
	position: relative;
}
.prem_text{
	position: absolute;
  right: 50px;
	top: 0;
}
.text_xl{
  font-family: 'Conv_W Foundry - Sonny Gothic Black';
	/* font-family: 'Conv_Druk-Bold'; */
	font-size: 190px;
	line-height: 235px;
	-webkit-text-stroke: 1px black;
  color: white;
}
.prem_text span{
	/* font-family: 'Conv_W Foundry - Sonny Gothic Book'; */
	font-size: 27px;
	line-height: 26px;
}
.prem_text span + span{
	margin-left: 15px;
}

.glubImg:before{
	content: "";
  position: absolute;
  background-image: url(https://cdn.proyec.com.ar/images/home-guante.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -120px;
  right: 0;
  width: 650px;
  height: 630px;
  z-index: 1;
}
.prem_edit{
	text-align: center;
}
.btn_tranparent{
	background-color: transparent;
	border:1px solid #000000;
}
.prem_edit{
	padding-bottom: 70px;
}
.brandImg_col{
	max-width: 920px;
	margin: 0 auto;
	position:relative;
}
.brandImg_col img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.brand_content span{
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
}
.brand_content h3{
	font-family: 'Conv_W Foundry - Sonny Gothic Black';
	font-size: 80px;
  line-height: 76px;
	color: #fff;
	margin-bottom: 35px;
}
.btn_white_border{
	border:2px solid #fff;
	background-color:transparent;
	color: #fff;
}
.btn_white_border:hover{
	color:#000;
	background:#fff;
}
.brand_content{
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.victory_cont{
	text-align: center;
	padding: 100px 0px;
}
.victory_cont h1{
	font-size: 170px;
	color: #000;
	line-height:160px;
	font-family: 'Conv_W Foundry - Sonny Gothic Black';
	margin-bottom: 20px;
}
.victory_cont span{
	font-size: 14px;
	color: #787C82;
	line-height: 25px;
	margin-bottom: 15px;
	display: block;
}
.victory_cont p{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	line-height: 27px;
	margin-bottom: 35px;
}
.headerTittle{
	padding: 15px 0px;
	text-align: center;
}
.headerTittle span{
	color: #5A5A5A;
	font-size: 12px;
	line-height: 19px;
}
.full_img{
	padding: 0 5px;
}
/* home-page css page ends */

.modal{
	padding-right: 0!important;
}
.modal-header{
	border:none;
	padding: 0;
	position: relative;
}
.sharebtn{
	cursor:pointer;
}
.modal-body{
	padding:0;
}
.modal_img{
	max-width: 100%;
	margin:0 auto;
}
.modal_img img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
.close{
	position: absolute;
  right:30px;
  top: 15px;
	z-index: 5;
}
/*.image_modal .modal-body
{
	max-width:
}*/
.imgCol_modal{
	margin: 5px auto;
}
.modal_img span {
  font-size: 14px;
  color: #1D1D19;
  line-height: 19px;
	padding-top:30px;
  display: block;
  font-weight: 500;
  text-align: center;
}
.modal_icon ul {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	margin:30px 0px;
}
.modal_icon ul li a{
  width: 40px;
  height: 40px;
  background-color: #E3E3E3;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 50%;
	cursor: pointer;
}
.modal_icon ul li a:hover{
	background-color: #000;
}
.modal_icon ul li + li{
	margin-left: 12px;
}
.modal_icon ul li a i{
	font-size:15px;
	color:#fff;
}
.modal_img{
	text-align: center;
}
.btn_border{
	border:2px solid #E3E3E3;
}
.btn_border:hover{
	background:#000;
  color:#fff;
}
.modal_btn{
	margin:30px 0px 60px;
}
.btn_xl{
	min-width:245px;
}
/* new add start*/
.sizeHeader ul li {
	position: relative;
}
.dd-menu, .dd-menu:before {
	background-color: #fff;
	border: 1px solid #ededed;
}
.dd-menu {
	padding: 25px;
	position: absolute;
	right: 100%;
	top: -22px;
	width: 90%;
	min-width: 300px;
	z-index: 50;
	margin-right: 20px;
	-webkit-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	transform: translateX(-20px);
}
.show-droper.dd-menu {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
}
.dd-menu::before {
	content: "";
	position: absolute;
	right: -7px;
	top: 24px;
	width: 12px;
	height: 12px;
	border-width: 1px 1px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sub-heading1 h6 {
	font-size: 17px;
  line-height: 20px;
  font-weight: 500;
}
.body-base-content p {
	font-size: 12px;
	line-height: 17px;
	color: #cbcbcb;
}
.tab_layout{
  padding-left:15px;
  padding-right:15px;
}
.table-base thead th {
	border: none;
	font-weight: 500;
}
.table-base th, .table-base td {
	font-size: 11px;
	padding: 2px;
}
.table-base td {
	color: #818181;
}
.item-photo {
	width: 95px;
	height: 95px;
}
/* new add close*/


/* tab_content layout starts */
/* tab v-pills-three start */
.label-item {
  font-size: 11px;
  font-weight: 500;
}
.danger {
  color: #ff0000;
}
.formStyler .form-control {
  border-color: #E8E8E8;
  height: auto;
  padding: 11px 15px;
  font-size: 14px;
  color: #4B4B4B;
}
.checkerOpt .custom-control-label::before,
.checkerOpt .custom-control-label::after {
  width: 20px;
  height: 20px;
  border-radius: 0;
  top: 0;
  left: 0;
}
.checkerOpt .custom-control-label::before {
  border-color: #e8e8e8;
}
.checkerOpt.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #229acd;
  border-color: #229acd;
}
.checkerOpt.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url('../images/tick-icon.svg');
}
.checkerOpt .custom-control-label::after {
  background: no-repeat center / auto 60%;
}
.checkerOpt.custom-control {
  padding-left: 0px;
}
.checkerOpt .custom-control-label {
  font-size: 14px;
  color: #727272;
  font-weight: normal;
  line-height: 16px;
  padding: 4px 0 0px 35px;
}
.form-control:focus {
  box-shadow: none;
}
.formStyler .custom-select {
  padding-right: 40px;
  background: url('../images/up-down-icon.svg') no-repeat right center / 5% 35%;
  cursor: pointer;
}
.btnThird, .btnThird:hover {
  color: #fff;
}
.btnThird {
  background-color: #229ACD;
  border: 1px solid #229ACD;
}
.btnThird:hover {
  background-color: #3FB0E1;
  border: 1px solid #3FB0E1;
}
/* tab v-pills-three close */

.seemore_div{
  background-color: #F7F7F7;
  padding: 10px 0;
}
.seemore_text{
  font-size: 12px;
  color:#5A5A5A;
  line-height:19.2px;
  margin: 0;
  text-align: center;
  letter-spacing: 0.8px;
}
.seemore_line p a{
  margin-left: 30px;
}
.tab_title h3{
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  margin-bottom: 25px;
}
.tab_btn{
  width: 280px;
}
.nav-pills .nav-link{
  width: 100%;
  border-radius: 0;
  text-align: left;
  background-color:#F7F7F7;
  margin:2px 0;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  color: #727272;
  text-transform: uppercase;
  position:relative;
  letter-spacing: 1px;
  padding: 18px 20px;
}
.nav-pills .nav-link:before{
  content: "";
  position: absolute;
  background-image: url("../images/right_arw.svg");
  background-position: center;
  background-repeat:no-repeat;
  background-size: cover;
  top:50%;
  -webkit-transform:translate(0, -50%);
  -ms-transform:translate(0, -50%) ;
  transform:translate(0, -50%) ;
  right: 15px;
  width: 12px;
  height: 12px;
  visibility: hidden;
  opacity:0;
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.nav-pills .nav-link.active{
  background-color: #229ACD;
}
.nav-pills .nav-link.active:before{
  visibility: visible;
  opacity: 1;
}
.tabCont_title span{
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 4px;
  display: inline-block;
  letter-spacing: 1px;
}
.tabCont_title span + span{
  margin-left: 15px;
  letter-spacing: 0;
}
.tab_row{
  margin-bottom: 60px;
}
.blue_txt{
  color: #229ACD;
  font-size: 13px;
  font-weight: 400;
}
.blue_sm_text{
  color: #229ACD;
  font-size: 14px;
  font-weight: 400;
}
.price_md_text{
  color: #229ACD;
  font-size: 14px;
  font-weight: 500;
}
.td_md_text{
  color:#000;
  font-weight: 500;
}
.tabCont_title{
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 20px;
}
.table{
  color: #727272;
}
.table > td {
  font-size: 13px;
  color: #727272;
  font-weight: 400;
}
.table th{
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  letter-spacing: 0.5px;
}
.table thead th, .table td, .table th{
  border: none;
  padding: 10px;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color: #F9F9F9;
}
.info_details h5{
  font-size: 13px;
  font-weight:500;
  color: #000;
  margin-bottom: 10px;
}
.info_details > span{
  display: block;
  font-size: 14px;
  color:#727272;
  line-height: 28px;
}
.edit_text span{
  display:inline-block;
  margin-top: 10px;
  position:relative;
}
.edit_text span + span{
  margin-left: 15px;
  padding-left: 15px;
}
.edit_text span + span:before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 2px;
  height: 17px;
  background-color: #7D7D7D;
}

/* tabmobile view starts */
.tab_list{
  margin-bottom: 50px;
}
.bold_sm_text {
  font-weight: 500;
  color:#000;
  letter-spacing: 0.5px;
}
.tabList_cont{
  font-size: 13px;
  color: #727272;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.tabList_cont span + span{
  margin-left: 15px;
  display: inline-block;
}
.pedido-sin-productos{
  color:#000000;
  font-size:19px;
  padding-top: 35px;
  padding-bottom: 35px;
}
#checkout-carro-sin-productos{
  display: none;
}
.pedidos_col{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.total_no span{
  font-size: 14px;
  color: #000;
}
.mostar {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.mostar span{
  font-size: 14px;
  color:#727272;
}
.quantity {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 0 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 48px;
  height: 48px;
  line-height: 1.65;
  display: block;
  padding: 12px;
  margin: 0;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}
/*
.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
} */

.quantity-button {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  top: 15px;
  right: 10px;
  background-image: url("../images/up-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom:15px;
  right:10px;
  background-image: url("../images/down-arrow.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
}
.td_black{
  color: #000;
  display: block;
}
.subtotal_col{
  border-top: 1px solid #E3E3E3;
  padding:20px 30px;
}
.sub_totallist{
  max-width: 430px;
  margin-left: auto;
}
.sub_totallist ul li{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.sub_totallist ul li span {
  width: 50%;
  text-align: right;
}
.list_text{
  font-size: 13px;
  color: #000;
}
.switchBtn{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.switchcont span{
  font-size: 14px;
  color: #727272;
  margin-left: 15px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 26px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 23px;
  width: 23px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #229ACD;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #229ACD;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 50px;
}

.slider.round:before {
  border-radius: 50%;
}
/* tabmobile view ends */

/* tab_content layout ends */



/* b v-pills-five start */
.level-item {
  padding: 12px 15px;
  color: #4B4B4B;
  background-color: #F7F7F7;
}
.figure-box {
  width: 120px;
  height: 120px;
}
.img-bg-color {
  background-color: #f6f6f6;
}
.action-button {
  width: 137px;
}
.action-button ul li {
  display: block;
}
.action-button ul li:first-child {
  padding-bottom: 7px;
}
.action-button ul li .btn {
  display: block;
}
.btnPrimary-outline {
  background-color: transparent;
  border: 1px solid #000;
}
.btnPrimary-outline:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
}
.btnPrimary-outline:hover img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.btn .texter, .btnPrimary-outline img  {
  display: inline-block;
  vertical-align: middle;
}
.btnPrimary-outline img {
  -webkit-transition: all 500ms ease-in-out 0s;
  -o-transition: all 500ms ease-in-out 0s;
  transition: all 500ms ease-in-out 0s;
}
.f-txt-colr {
  color: #cbcbcb;
}
.sub-sm-title {
  font-size: 13px;
}
.fig-title {
  font-size: 14px;
}
.fig-pri {
  font-size: 13px;
}

.responseForm{
  padding: 10px 15px;
  margin-top: 10px;
}
.responseForm-error{
  padding: 10px 15px;
  background-color: #f8d7da;
  color: #842029;
}
.responseForm-success{
  padding: 10px 15px;
  background-color: #d1e7dd;
  color: #0f5132;
}
/* tab v-pills-five close */
@media (min-width:768px) {

  section.contactForm .container{
    max-width: 1440px;
  }

  .bannerCont.bannerCont-right{
    margin-left:auto;
  }
  .bannerCont.bannerCont-left{
    margin-left:0;
  }
  .bannerCont.bannerCont-center{
    margin-left: calc( (100% - 400px )/2 ) ;
  }

}

section.contactForm .company-box-1{
  padding-top:30px;
}
section.contactForm .grey-text1{
  font-size: 14px;
  line-height: 24px;
  color: #4b4b4b;
  font-family: "Rubik";
  font-weight: 400;
}
section.contactForm .grey-text2{
  font-size: 14px;
  line-height: 24px;
  color: #727272;
  font-family: "Rubik";
  font-weight: 400;
}
section.contactForm .subtitle1{
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 19px;
  color: #000000;
  font-family: "Rubik";
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
section.contactForm .link-mailto{
  font-weight: 500;
}
section.contactForm .link-mailto:hover,
section.contactForm .link-mailto:active{
  color:#000;
}