form {
  width: 98%;
}
/*-------Section Outer: Maincontent*/
#wrapper {
  text-align: center;
}
#mainSideBar,
#content {
  display: inline-block;
  float: none;
  margin: 0;
  max-width: 1600px;
  padding: 1em;
  width: 100%;
}
.allWith #mainSideBar,
.allWith #content {
  float: left;
  max-width: 100%;
  padding:0;
}
/*-------Section Header*/
/*-------Section Header: Containers*/

#header .auxHeader {
  display: inline-block;
  max-width: 1600px;
  padding: 1em 0;
  width: 100%;
}
.auxHeader #hdrheader {
  display: inline-block;
  float: none;
  height: auto;
  max-width: 1600px;
  padding: 0.5em 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
.auxHeader #hdrheaderLeft {
  width: 10%;
}
#hdrheaderLeft .image,
#hdrheaderLeft .image img,
#hdrheaderRight .rightHead #header .image,
#hdrheaderRight .rightHead #header .image img {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: middle;
  width: 150px;
}
/*------------  Info user  ----------------*/

.auxHeader #hdrheaderRight {
  width: 89%;
}
.auxHeader #hdrheaderLeft,
.auxHeader #hdrheaderRight {
  display: inline-block;
  float: none;
  min-height: 50px;
  position: relative;
  vertical-align: middle;
}
.auxHeader #hdrheaderRight #hdrheader {
  position: static;
  width: auto;
}
.auxHeader #hdrheaderRight .rightHead {
  float: right;
  width: auto;
}
/*-------Section Header: Section Menu: UpperMenu: First Level*/

.auxHeader #hdrheaderRight .rightHead .topHead {
  display: inline-block;
  float: none;
  left: 6%;
  margin: 0;
  padding: 0 1em;
  vertical-align: middle;
}
/*-------Section Header: Left Icon*/

#hdrheader > a img {
  width: 10em;
}
/*-------Section Header: User Section*/
/*-------Section Header: User Section: Container*/

#header .topHead .headerReference {
  position: relative;
}
/*-------Section Header: User Section: Picture*/

.bottomHead,
.topHead {
  display: inline-block;
  float: none;
  margin: 0;
  position: relative;
  width: auto;
}
.topHead .headerReference .headerReferenceImage {
  border-radius: 50%;
  display: inline-block;
}
/*-------Section Header: User Section: Picture*/

.topHead .headerReference .headerReferenceImage img {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  float: left;
  height: auto;
  max-width: 65px;
  width: 3em;
}
/*-------Section Header: User Section: Contact Info*/

.topHead .headerReference .headerReferenceInfo {
  display: inline-block;
  vertical-align: middle;
}
.topHead .headerReference .headerReferenceInfo .rightUserInfo {
  display: inline-block;
  max-width: 200px;
}
.topHead .headerReference .headerReferenceInfo .rightUserInfo img {
  width: 20px;
}
.topHead .headerReference .headerReferenceInfo .rightUserInfo span,
.topHead .headerReference .headerReferenceInfo .rightUserInfo a {
  display: inline-block;
  max-width: 400px;
  width: 100%;
}
.topHead .headerReference .headerReferenceInfo .name {
  padding: 0;
}
.topHead .headerReference .headerReferenceInfo .mobile,
.topHead .headerReference .headerReferenceInfo .enmail {
  margin: 1%;
}
/*-------Section Header: Container: Language*/

.bottomHead #hdrlanguage,
.bottomHead #cartCounterContainer {
  display: inline-block;
}
.fakeButton {
  border: 1px solid;
  cursor: pointer;
  padding-left: 1%;
  padding-right: 1%;
}
.verticalDivision {
  display: inline-block;
  height: 1.5em;
  margin: 0 0.1em 0 0.5em;
  vertical-align: middle;
  width: 1px;
}
/********************************
 -------- Main menu -------
 ********************************/
 /*------- All Menu: First Level -------*/

 #nav {
  margin: 0;
  padding: 0;
}
/*-------Section Header: Section Menu: First Level, Second Level*/
/*-  Icons  Dashboard Menu -*/

#nav a:before {
  content: "";
  display: none;
}
#nav > li {
  display: inline-block;
  float: none;
  width: auto;
}
#nav > li:not(.dashboard) > a:before {
  display: none;
}
#nav > li > a {
  margin: 0;
  padding: 8px 10px;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#nav li a:after {
  display: none;
}
#nav > li > a span {
  display: inherit;
  width: 100%;
}
#nav > li.menuSelected > a,
#nav > li:hover > a,
#nav > li.menuSelected >.ctrlsub,
#nav > li:hover .ctrlsub {
  box-shadow: inset 0 -2px 0 white;
}
/*-------Section Header: Section Menu: Content*/

.rightHead .out_menu {
  -ms-transform: none;
  -webkit-transform: none;
  display: inline-block;
  float: none;
  overflow-y: hidden;
  position: static;
  transform: none;
  transition: all 0s ease-in-out;
  vertical-align: middle;
  width: auto;
}
.rightHead .out_menu #menucontnt {
  margin: 0;
}
.rightHead .out_menu #menucontnt #upperMenu {
  margin-top: 0px;
}
/*-------Section Header: Section Menu: Icon, Image*/

.out_menu .menuImg,
.out_menu #contentMenuAux,
.out_menu .loginImage {
  display: none;
}
/*-------Section Header: Section Menu: First Level*/

.out_menu ul {
  position: fixed;
}
/*-------Section Header: Section Menu: First Level: Elements*/

.out_menu >ul >li {
  display: inline-block;
  float: left;
  width: auto;
}
/*-------Section Header: Section Menu: Footer*/

.out_menu #footer {
  display: none;
}
/********************************
 ---------- Aux menu ---------
 ********************************/
 /*----- contentMenuAux => categoryMenuAux -----*/

 #categoryMenuAux {
  float: left;
}
/*---------- Rare menus -----------*/
/*----- categoryMenuAux => menuContentRender -----*/

#nav li:hover .menuContentRender {
  display: block;
}
#contentMenuAux .menuContentRender {
  display: none;
  overflow: auto;
  position: absolute;
  z-index: 9999;
}
#contentMenuAux .menuContentRender ul {
  margin: 5%;
  position: relative;
  top: 0;
}
/*----- menuContentRender => newsbeanMenu -----*/

.div1.newsbeanMenu h3 .div1.newsbeanMenu,
.divParent .divParent,
.divParent .div1.newsbeanMenu:first-child,
.divParent .divParent .div1.newsbeanMenu,
.menuContentRender > .divParent {
  display: inline-block;
  float: none !important;
  height: auto !important;
}
.menuContentRender > .divParent {
  height: auto !important;
  padding: 1em 0.5em;
  width: 100% !important;
}
.divParent .divParent {
  padding: 0 0 1em 0;
  width: 100% !important;
}
.div1.newsbeanMenu {
  position: relative;
  width: 100% !important;
}
.newsbeanMenu iframe {
  width: 100%;
}
.divParent .divParent .div1.newsbeanMenu {
  vertical-align: top;
  width: 48% !important;
}
.div1.newsbeanMenu h3 {
  font-size: 1.5em;
  padding: 0.25em 0.5em;
  width: 100%;
}
#categoryMenu #nav ul {
  margin: 0;
  top: 0;
}
/*-------Section Header: Section Menu: Auxiliar: First Level*/

#contentMenuAux {
  height: auto;
  max-width: 100%;
  padding: 0.5em 0;
}
#contentMenuAux .menuAuxLeft,
#contentMenuAux .menuAuxRight {
  display: inline-block;
  max-width: 800px;
  padding: 0.5em 0;
}
#contentMenuAux .menuAuxLeft {
  width: 50%;
}
#contentMenuAux .menuAuxRight {
  width: 49%;
}
#categoryMenu {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
#categoryMenu ul:before {
  content: 'SHOP BY DEPARTMENTS:';
  display: inline-block;
  position: relative;
}
#categoryMenu #nav ul {
  display: block;
  top: 1.5em;
  transform: translateX(0);
}
#categoryMenu #nav .menuContentRender .newsbeanMenu ul {
  top: 0;
}
#categoryMenu #nav ul li {
  border: none;
}
#categoryMenu #nav ul:before,
#categoryMenu ul li a img {
  display: none;
}
#categoryMenu #nav li.hover ul {
  opacity: 1;
  visibility: visible;
}
/*---- it is only visible in responsive mode ----*/
/*------ #categoryMenu => toggleMenuAux -----*/

#toggleMenuAux {
  display: none;
}
.toggleMenuAux {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin-right: 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 30px;
}
.toggleMenuAux:before,
.toggleMenuAux:after,
.toggleMenuAux span {
  transition: all 0.3s ease-in-out;
}
.toggleMenuAux span {
  height: 2px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 100%;
}
.toggleMenuAux:before,
.toggleMenuAux:after {
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  top: 50%;
  transform-origin: 50% 50%;
  width: 100%;
}
.toggleMenuAux:before {
  -webkit-transform: translate3d(0, -7px, 0);
  transform: translate3d(0, -7px, 0);
}
.toggleMenuAux:after {
  -webkit-transform: translate3d(0, 7px, 0);
  transform: translate3d(0, 7px, 0);
}
/*----- #categoryMenu => #nav => ctrlsub ------*/

.ctrlsub {
  cursor: pointer;
  min-height: 34px;
  width: 10%;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  color: #c9b990;
  transition: all 0.25s ease-in-out;
}
.showsubmenu .ctrlsub {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/*-------- SearchBox inside #contentMenuAux --------*/

#searchWrapper {
  display: inline-block;
  float: none;
  margin: 0.1em;
  position: relative;
  top: 0;
  vertical-align: middle;
}
#searchWrapper input {
  float: right;
  margin: 0px 60px 0 0;
  min-width: 200px;
  padding-right: 23px;
}
#searchWrapper .searchIcon,
#makeBTNITMSRCH {
  border: 0;
  display: inline-block;
  float: none;
  font-size: 1.2rem;
  height: 100%;
  left: 80%;
  padding: 0;
  position: absolute;
  right: 70px;
  top: 0.3em;
  vertical-align: middle;
  z-index: 9999;
}
#searchWrapper .searchIcon:before,
#searchWrapper .searchIcon:after {
  display: none;
}
#searchWrapper #productSearch {
  margin: 0;
  opacity: 1;
  padding: 0;
  position: relative;
  vertical-align: middle;
  visibility: visible;
  width: auto;
}
#searchWrapper #makeBTNITMSRCH {
  display: none;
}
/*----------- Sections ------------*/
/*-------Section General: Title*/

.itemslider .title,
.newSection .title,
.eventSection .title {
  margin: 0.5em 0;
  padding: 0.5em 0;
}
/*-------Section General: Underline*/

.newSection .title:after,
.eventSection .title:after,
.itemslider .title:after,
.twitterSection .row.contact:after {
  content: '';
  display: block;
  float: none;
  height: 2px;
  margin: 0.65em auto 0 auto;
  width: 395px;
}
.twitterSection .row.contact:after {
  margin: 0.5em auto 0 auto;
}
/*--------- Right section -------------*/
/*--------- Right section: Welcome -------------*/

.rightSection {
  min-height: 681px;
  padding: 7% 0;
  width: 100%;
}
.welcome {
  display: inline-block;
  height: 20em;
  margin: 0;
  padding: 1em 0;
  position: relative;
  width: 50%;
}
/*--------- Right section: Welcome : title -------------*/

.rightSection .headerpage,
#hpSiderbar {
  display: inline-block;
  float: none;
  margin: 0;
  padding: 1em 0;
  position: relative;
  width: 95%;
}
/*--------- Right section: Welcome : Description -------------*/

.bottomSection {
  display: inline-block;
  height: 380px;
  padding: 1em 0;
  position: relative;
  width: 500px;
}
/*-------Section RightSection: Login*/

.logindemo .loginrow {
  margin-bottom: 2%;
  margin-top: 2%;
  padding-top: 2%;
}
.logindemo .loginrow .label {
  display: inline-block;
  float: none;
  left: 0%;
  margin: 0;
  position: relative;
  width: 20%;
  z-index: -1;
}
.logindemo .loginrow .areaform {
  display: inline-block;
  float: none;
  margin: 0;
  position: relative;
  width: 92%;
}
.logindemo .loginrow .areaform input {
  padding-bottom: 2%;
  padding-top: 2%;
  width: 100%;
}
.logindemo .loginrow .buttons {
  display: inline-block;
  float: none;
  margin-top: 0.5em;
  width: 100%;
}
.logindemo .loginrow .buttons button {
  margin: 0;
  padding: 12px 0;
  width: 45%;
}
.logindemo .loginrow .buttons > button:first-child {
  margin-right: 2%;
}
/*-------Section Right: Container: Login: Title*/

.bottomSection .bottomTitle {
  margin: 0 0 0.5em 0;
}
/*-------Section Right: Container: Login: Paragraph*/

.bottomSection .bottomTitle p {
  margin: 0.6em 0 1em 0;
}
.contact {
  margin: 0;
  min-height: 128px;
  padding: 2.5% 0;
  position: relative;
}
.rightHead .bottomHead {
  display: inline-block;
  float: none;
}
/*-------Section FeaturedProducts*/

#featuredProducts .description {
  display: inline-block;
  margin-bottom: 70px;
  max-width: 911px;
}
#featuredProducts > p {
  margin-bottom: 5%;
  margin-left: 25%;
  width: 50%;
}
#featuredProducts span.namecode,
span.price {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
}
#featuredProducts span.textThrough {
  display: none;
}
#featuredProducts #carousel-products .description {
  height: 120px;
  width: 100%;
}
/*-------Section Events--------*/

.eventContent .eventHeader a {
  top: 50%;
}
.eventContent .eventHeader {
  padding: 26px;
}
.eventContent .eventTime,
.eventContent .eventSummary,
.eventContent .eventTime {
  padding: 10px 10px 10px 26px;
}
.fa {
  min-width: 1.2em;
}
/*-------Section Events:Date*/

.eventDate .eventMonth,
.eventDate .eventDay,
.eventContent .eventHeader a,
.eventContent div {
  position: relative !important;
  width: 100% !important;
}
.eventDate .eventDay {
  height: 145px;
  margin-top: 65px;
}
.eventDate .eventMonth {
  height: 70px;
  overflow: hidden;
}
/*-------Section Events:Items*/

.eventSection .eventContent {
  float: left;
  height: 100%;
  position: relative;
  width: 70%;
}
.eventSection .eventDate {
  display: inline-block !important;
  float: left;
  height: 100%;
  width: 30%;
}
.eventSection .carousel-images-inner {
  padding-bottom: 77px;
}
/*-------Section Events:Element*/

.eventSection .carousel-images-inner .carousel-element {
  display: inline-block !important;
  float: none!important;
  height: 350px !important;
  width: 80% !important;
}
.carousel-source.horizontal {
  margin-bottom: 6em!important;
  max-width: 1600px;
}
#carousel-events.carousel-source.horizontal {
  max-width: 1000px;
}
#cli_cpw_itemslider .carousel-source.horizontal {
  width: 95%;
}
#cli_cpw_itemslider .carousel-source .carousel-images-content {
  padding: 0 20px;
}
#cli_cpw_itemslider .imgContainer {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/*-------Section Events:Controls*/

.eventContent button {
  bottom: 20px;
  margin: 0;
  padding: 16px;
  position: absolute;
  right: 20px;
}
/*-------Section News*/

.newscontent > a {
  float: left;
  margin: 4% 0 5% 2%;
  padding: 15px;
  position: relative;
}
.newSection .newscontent {
  width: 100% !important;
}
.newSection .carousel-source .carousel-images-content .carousel-element {} .newSection .newscontent a {
  cursor: pointer;
}
.newscontent .newsdate,
.newscontent .newstitle,
.newscontent .newssummary {
  padding: 2%;
  width: 100% !important;
}
/*-------Section Events: Image*/

.newSection .carousel-source .carousel-images-content {
  height: 500px;
  margin-left: 0% !important;
  margin-top: 100px !important;
  margin: 0 auto !important;
  padding: 0 6% !important;
}
.newSection .carousel-source .carousel-images-content img {
  height: 100% !important;
  margin-top: 0%;
  max-height: 100% !important;
  max-width: 100% !important;
  width: 100% !important;
}
.newSection .carousel-source .carousel-images-content .newsimage {
  height: 200px;
}
.newSection .carousel-source .carousel-images-content .carousel-element {
  display: inline-block;
  float: none;
}
/*-------Section Events, News: Carousel content*/

.eventSection .carousel-source .carousel-images-content,
.newSection .carousel-source .carousel-images-content,
.twitterSection .carousel-source .carousel-images-content,
.twitterSection .carousel-source .carousel-images-content {
  padding-bottom: 1%;
  padding-top: 1%;
}
/*-------Section Events: Buttons*/

.eventSection .carousel-source .control-list li.element-control {
  border-radius: 0% !important;
  border: 0px !important;
  height: 5px !important;
  opacity: 1 !important;
  width: 50px !important;
}
/*-------Section Events: Control list*/

.eventSection .carousel-source .control-list {
  bottom: 8% !important;
  width: 100% !important;
}
/*-------Section Outer*/
/*-------Section Outer: MiddleSection*/

.middleSection {
  display: inline-block;
  position: relative;
  width: 100%;
}
.middleSection:first-child a {
  margin: 0 3%;
  width: calc((100%/ 3) - 2em);
}
.middleSection > a:hover {
  -moz-transition: 0.2s opacity linear;
  -ms-transition: 0.2s opacity linear;
  -o-transition: 0.2s opacity linear;
  -webkit-transition: 0.2s opacity linear;
  opacity: 1;
}
.middleSection > a .description p {
  display: inline-block;
  width: 100%;
}
.middleSection > a .description strong {
  min-height: 50px;
}
/*-------Section Outer: MiddleSection: Icons*/

.middleSection > a:before {
  display: inline-block;
  margin: 25px 0;
  position: relative;
  width: 100%;
}
.middleSection > a .disble-link,
.middleSection > a .description {
  width: 100%;
}
.middleSection > a .description strong {
  display: inline-block;
  margin: 0.5em 0;
}
.middleSection > a .description button {
  margin: 1.25em 0;
  padding: 1em;
  width: 70%;
}
.middleSection > a p {
  border-color: white transparent transparent transparent;
  border-style: solid solid solid solid;
  border-width: 3px 0px 0px 0px;
  padding-top: 7%;
}
.middleSection:first-child a {
  -moz-box-shadow: 3px 13px 22px 0px rgba(33, 33, 33, 0.73);
  -webkit-box-shadow: 3px 13px 22px 0px rgba(33, 33, 33, 0.73);
  border-radius: 5px;
  box-shadow: 3px 13px 22px 0px rgba(33, 33, 33, 0.73);
  display: inline-block;
  max-width: 342px;
  opacity: 0.85;
  overflow: hidden;
}
.middleSection:first-child a a {
  border: none;
}
/*-------Section Outer: MiddleSection: Title*/

.middleSection .middleTitle {
  margin-bottom: 3em;
}
.middleSection .middleTitle h2 {
  margin: 1.5em 0 0 0;
}
.middleSection .middleTitle p {
  margin: 1em 0 0 0;
}
.middleSection .middleTitle h2,
.middleSection .middleTitle p {
  display: inline-block;
  float: none;
  width: 100%;
}
.middleSection .product {
  margin: 0 8%;
}
.bussines,
.product,
.rippln {
  position: relative;
}
.middleSection .middle-image {
  display: none;
}
.middleSection >a:hover > .middle-image > img {
  -moz-box-shadow: 0px 2px 16px 0px rgba(89, 89, 89, 0.92);
  -webkit-box-shadow: 0px 2px 16px 0px rgba(89, 89, 89, 0.92);
  box-shadow: 0px 2px 16px 0px rgba(89, 89, 89, 0.92);
}
.middleSection > a .text-info {
  display: none;
}
/*-------Section Footer*/

#footer {
  float: left;
  line-height: 35px;
  margin: 0;
  min-height: 91px;
  padding: 0;
  position: relative;
  width: 100%;
}
#footer .intFooter2 {
  display: inline-block;
  max-width: 1600px;
  width: 100%;
}
/*-------Section Footer: Legend*/

#footer .copyright a {
  display: inline-block;
  margin: 1.5em 0;
}
#magicDotContainer {
  float: left;
  margin: 0 auto;
  visibility: inherit;
  width: 0;
}
/*-------Section FooterSection*/

.footerSection {
  display: inline-block;
  height: 32em;
  position: relative;
  width: 100%;
}
.footerSection .leftFooterSection .headerpage {
  margin: 1.5em 0 0.5em 0;
}
.footerSection .leftFooterSection {
  display: inline-block;
  height: 100%;
  width: 60%;
}
.footerSection .leftFooterSection p {
  display: inline-block;
  width: 100%;
}
.footerSection .leftFooterSection .innerFooterSection {
  display: inline-block;
  float: left;
  width: 70%;
}
.footerSection .leftFooterSection .innerFooterSection ul {
  float: left;
  list-style-type: disc;
  margin-left: 2em;
  width: auto;
}
.footerSection > .row.contact {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  padding: 0;
  width: 40%;
}
.footerSection .row.contact .row.contact {
  bottom: 19%;
  height: 67em;
  left: 50%;
  transform: rotate(22deg);
  width: 100%;
}
.outerSection {
  float: left;
  padding-bottom: 4%;
  width: 100%;
}
/*-------Section Carousel: Items*/

.itemslider {
  float: left;
  width: 100%;
}
.carousel-source .control {
  height: 40px !important;
}
#featuredProducts #carousel-featured .description {
  position: relative;
  top: 76%;
  width: 100%;
}
#featuredProducts #carousel-featured .description span {
  display: block;
  padding: 5%;
}
.newSection {
  min-height: 800px;
  padding: 1em 0;
}
#news_footer {
  display: inline-block;
  margin: 50px 0;
  padding: 1em 0;
  position: relative;
  width: 100%;
}
.newSection .carousel-source {
  left: 8%;
  max-width: 66% !important;
  right: 0%;
}
.newSection .carousel-source {
  margin-left: 10% ! important;
}
.newSection .newstitle2,
.newSection .newsimage2 {
  display: inline-block;
  min-width: 480px;
  padding: 1em 0;
}
#cli_cpw_itemslider #featuredProducts img {
  cursor: pointer;
  height: 260px;
  padding: 10px;
  transition: all .2s ease-in-out;
  width: auto!important;
}
#cli_cpw_itemslider #featuredProducts img:hover {
  transform: scale(1.1);
}
.newSection,
.twitterSection,
.eventSection,
.contentcompany,
#featuredProducts {
  float: left;
  width: 100%;
}
#lipsum .headerpage {
  padding: 1em 0;
}
.contentcompany {
  line-height: 1.5em;
  margin: 10px 0;
  padding: 1em 0;
}
#featuredProducts {
  max-height: 700px;
  overflow: hidden;
}
.twitterSection {
  margin: 0;
  padding: 3em 0;
}
.itemslider .contentProducts {
  left: 2%;
  margin-bottom: 4%;
  margin-top: 5%;
  margin: 0;
  overflow: auto;
  position: relative;
  width: 96%;
}
/*-------Section Carousel: Controls*/

.itemslider .leftControlProduct,
.itemslider .rightControlProduct {
  display: none;
  position: absolute;
  top: 45%;
}
.itemslider .leftControlProduct {
  left: 0;
}
.itemslider .rightControlProduct {
  right: 0;
}
/*-------Section Carousel: Container: Elements*/

.itemslider .contentProducts .elementProduct {
  display: inline-block;
  float: none;
  margin-right: 0.8em;
  vertical-align: middle;
  width: auto;
}
.itemslider .contentProducts > .elementProduct:last-child {
  margin: 0;
}
.itemslider .contentProducts .elementProduct img {
  cursor: pointer;
  height: 250px;
  margin: 3.5em;
}
/*-------Section Carousel: Elements: Description*/

.itemslider .contentProducts .elementProduct .description {
  width: 100%;
}
.itemslider .contentProducts .elementProduct .description span {
  display: inline-block;
  padding-bottom: 1%;
  padding-top: 2%;
}
/*-------Section Twitter*/
/*-------Section Twitter: Title*/

.twitterSection .row.contact {
  padding: 0;
  margin-bottom: 0.8em;
}
/*-------Section Twitter: Logo*/

.twitterSection:after {
  content: '\f099';
  display: inline-block;
  width: 100%;
}
/*-------Section Twitter: Widget: Container*/

#mcomTweet .carousel-source {
  display: inline-block;
  max-height: 9em;
  width: calc(90% - 300px);
}
#mcomTweet .carousel-element a {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 300px);
}
/*-------Section Twitter: Widget: Carousel: Controls*/

.control.left-control.horizontal:before,
.control.right-control.horizontal:after {
  float: left;
  margin-top: 91%;
}
.control.left-control.horizontal:before {
  content: "\f053";
}
.control.right-control.horizontal:after {
  content: "\f054";
}
#carousel-products .control.left-control.horizontal,
#carousel-products .control.right-control.horizontal {
  top: 30% !important;
}
/*-----------------------------------------*/
/*------- Sectionn Media Querys -----------*/
/*-----------------------------------------*/

@media screen and (max-width: 1440px) {
  .footerSection .row.contact .row.contact {
    bottom: 19%;
    height: 67em;
    left: 45%;
    transform: rotate(20deg);
    width: 100%;
  }
}
@media screen and (max-width: 1366px) {
  /*Header*/

  #header .rightHead {
    margin-left: 0;
  }
  #hdrheaderLeft {
    width: 20%;
  }
  #hdrheaderRight {
    width: 79%;
  }
  #hdrheaderRight #hdrheader {
    display: inline-block;
    float: none;
    padding: 0 1em;
  }
  #contentMenuAux .menuAuxLeft {
    width: 55%;
  }
  #contentMenuAux .menuAuxRight {
    width: 43%;
  }
  /*FooterSection*/

  .footerSection .row.contact .row.contact {
    bottom: 28%;
    left: 40%;
    transform: rotate(21deg);
  }
  /*Footer*/

  #footer .copyright a {
    margin-left: 9.5em;
  }
  /*MiddleSection*/

  .middleSection > a .disble-link,
  .middleSection > a .description {
    padding-top: 49%;
  }
  .middleSection > a .description p {
    margin-top: 10%;
  }
  /*-------Section Events:Element*/

  .eventSection .carousel-images-inner .carousel-element {
    width: 63% !important;
  }
}
@media screen and (max-width: 1280px) {
  #contentMenuAux .menuAuxLeft {
    width: 64%;
  }
  #contentMenuAux .menuAuxRight {
    width: 35%;
  }
}
/*------- Sectionn Media Querys: 1024 px*/

@media screen and (max-width: 1024px) {
  #header .image,
  #header .image img {
    width: 150px;
  }
  /*------Header-----*/

  #hdrheaderLeft {
    width: 20%;
  }
  #hdrheaderRight {
    width: 79%;
  }
  /*------ menuAux -----*/

  .menuAuxLeft {
    width: 60%;
  }
  /********* Icons **********/

  .headerNotifications .headerCounter {
    border-radius: 50%;
    height: 18px;
    top: -2px;
    width: 18px;
  }
  /*Header*/
  /*-------Section Header: Left Icon*/

  #hdrheader > a img {
    width: 7em;
  }
  #header .rightHead {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: middle;
    width: 100%;
  }
  .auxHeader #hdrheaderRight .rightHead .topHead {
    left: 3%;
  }
  #header .image {
    margin: 0 2%;
  }
  .headerReferenceImage img {
    height: 3em;
    width: 3em;
  }
  span.rightUserInfo span,
  span.rightUserInfo a,
  span.rightUserInfo img {
    display: inline-block;
  }
  /*----------- Sections ------------*/
  .welcome, .bottomSection {
    width: 49%;
  }
  .contact {
    margin-top: 10%;
  }
  .row.contact {
    margin: 0;
  }
  .itemslider .title:after,
  .newSection .title:after {
    top: 18%;
  }
  .eventSection .title:after {
    top: 82%;
  }
  .rightHead .bottomHead {
    margin: 0;
    right: 0;
    width: auto;
  }
  .rightHead .topHead {
    position: relative;
    right: 0;
    top: 0;
    width: auto;
  }
  #header .rightHead .headerReference .headerReferenceInfo .name {
    padding: 0;
  }
  /******* Menu Auxiliar *********/
  /********* 2do Nivel *************/

  #contentMenuAux ul:before {
    display: inline-block;
    margin: 0 1em;
  }
  /*------- Right Section ------*/

  .rightSection {
    min-height: 400px;
    padding: 3em 0;
  }
  /******Content 1024px-----*/

  #content {
    width: 100%;
  }
  /*Login*/

  .bottomSection .bottomTitle p {
    margin: 0%;
  }
  .row .loginrow {
    margin: 0%;
  }
  /*FooterSection*/
  /*-------Section FooterSection*/

  .footerSection {
    height: 26em;
  }
  .footerSection .row.contact .row.contact {
    bottom: 28%;
    left: 62%;
    transform: rotate(18deg);
  }
  .footerSection .leftFooterSection {
    overflow-y: auto;
  }
  .footerSection .leftFooterSection p,
  .footerSection .leftFooterSection .innerFooterSection ul {
    padding: 1em;
  }
  /*OuterSection 1024px-----*/

  .middleSection > a {
    width: 27%;
  }
  .middleSection:first-child a {
    margin: 0 1%;
  }
  .middleSection a .description > p:after {
    left: 0%;
    position: absolute;
    top: 15%;
    width: 100%;
    z-index: 999;
  }
  /*Footer 1024px-----*/

  #footer .copyright a {
    margin-left: 6em;
  }
  /*MiddleSection*/

  .middleSection > a .disble-link,
  .middleSection > a .description {
    padding-top: 31%;
  }
  .twitterSection #mcomTweet .twt-ct .twt-item.row,
  .twt-row.row {
    padding: 0 0em 0 0em;
  }
  .eventSection .carousel-images-inner .carousel-element {
    width: 70% !important;
  }
}
/*------- Sectionn Media Querys: 900 px*/

@media screen and (max-width: 1000px) {
  #header .image,
  #header .rightHead {
    vertical-align: middle;
  }
  /*------Header-----*/

  #hdrheaderLeft {
    width: auto;
  }
  #hdrheaderRight {
    width: 85%;
  }
  #hdrheaderRight #hdrheader {
    width: auto;
  }
  /*-------- Header Logo -------*/

  #header .image,
  #header .image img {
    width: auto;
  }
  #header .image img {
    margin: 0 0.25em;
  }
  /*------Header-----*/

  #hdrheaderLeft,
  #hdrheaderRight {
    width: 15%;
  }
  /*--------- Category Menu ---------*/

  .menuAuxLeft {
    width: 66%;
  }
  .menuAuxRight {
    width: 31%;
  }
  /*------- Right Sections ------*/

  .logindemo .loginrow .buttons button {
    height: 4em;
  }
  /*-------- SearchBox ------------*/

  #searchWrapper input {
    min-width: 170px;
  }
  /*-------- footerSection ------------*/

  .footerSection .row.contact .row.contact {
    bottom: 26%;
    left: 60%;
    transform: rotate(18deg);
  }
  /*-------- Tweeter Section ------------*/

  #mcomTweet .carousel-source {
    width: 90%;
  }
  #mcomTweet .carousel-element a {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  #hdrheaderLeft {
    margin: 0;
    width: 15%;
  }
  #hdrheaderRight {
    margin: 0;
    width: 84%;
  }
  #hdrheaderRight #hdrheader {
    width: 100%;
  }
  #header .image img {
    margin: 0;
  }
  #hdrheaderRight #hdrheader {
    padding: 0;
  }
  #header .topHead .headerReferenceImage {
    height: 45px;
    overflow: hidden;
    width: 45px;
  }
  #header .topHead .headerReference .headerReferenceImage img {
    display: none;
  }
  .rightHead .bottomHead {
    padding: 0;
  }
  #header .topHead .headerReference {
    left: 0;
    margin: 0;
  }
  .headerNotifications {
    margin-left: 0;
  }
  .menuAuxLeft {
    display: inline-block;
    float: none;
    max-width: 100%;
    padding: 0;
    width: 75%;
  }
  .menuAuxRight {
    display: inline-block;
    padding: 0;
    width: auto;
  }
  .bottomSection,
  .welcome {
    width: 48%;
  }
  .footerSection .row.contact .row.contact {
    transform: rotate(14deg);
  }
  .middleSection:first-child a {
    margin: 0 0.5em;
  }
  .newSection .carousel-source {
    display: inline-block;
    left: inherit;
    margin: 0 !important;
    max-width: 90% !important;
  }
  .newSection .carousel-source .carousel-images-content {
    padding: 6% 1% !important;
  }
  .newscontent > a {
    padding: 0.5em 1em;
  }
  .eventSection .carousel-images-inner .carousel-element {
    width: 90% !important;
  }
  #featuredProducts .description {
    padding: 0 0 1em 0;
  }
  .itemslider .title {
    padding: 0;
  }
}
@media screen and (max-width: 900px) {
  .auxHeader #hdrheaderLeft {
    display: none;
  }
  .auxHeader #hdrheaderRight {
    width: 100%;
  }
  .auxHeader #hdrheaderRight .rightHead {
    width: 100%;
  }
  #nav > li.menuSelected > a,
  #nav > li:hover > a,
  #nav > li.menuSelected >.ctrlsub,
  #nav > li:hover .ctrlsub {
    box-shadow: none;
  }
  #nav li:hover .menuContentRender {
    display: none;
  }
  #nav li.showsubmenu .menuContentRender {
    border-bottom: 2px solid #222;
    border-top: 2px solid #222;
    display: block;
    position: relative;
  }
  /*-------Section Header*/
  /*------Header-----*/

  #nav li.showsubmenu > .divMenu > ul.menu {
    z-index: 9999;
  }
  #hdrheaderLeft {
    display: none;
    width: 0;
  }
  #hdrheaderRight {
    width: 100%;
  }
  .auxHeader #hdrheader {
    padding: 0;
  }
  /*-------Section Header: Containers*/

  #header .auxHeader {
    margin: 0;
    padding: 0.5em;
  }
  /*------- Header --------*/

  .auxHeader #hdrheaderRight #hdrheader {
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #header #hdrheader > a {
    display: block;
    width: 100%;
  }
  #header .image {
    display: none;
    margin: 0;
  }
  #header .rightHead {
    display: inline-block;
    float: none;
  }
  .auxHeader #hdrheaderRight .rightHead .topHead {
    left: 0;
    padding: 0;
  }
  /*------- Menu main container --------*/

  .showMenu .out_menu {
    position: fixed;
    width: calc(42% - 1em);
  }
  .showMenuAux .out_menu {
    z-index: 0;
  }
  .showMenu #categoryMenuAux #nav {
    z-index: 0;
  }
  .out_menu {
    width: auto;
  }
  /*--------- Brand image -----------*/

  .out_menu .loginImage {
    display: inline-block;
    position: relative;
    width: calc(100% - 1em);
  }
  .showMenu .out_menu .loginImage {
    margin: 0;
    padding: 0;
  }
  /*--------- Menu controls -----------*/
  /*--------- Brand image -----------*/

  .out_menu .loginImage,
  #categoryMenu {
    border: 1px solid #ddd;
    margin: 0;
    padding: 0 0.1em;
    width: 100%;
  }
  .showMenuAux #categoryMenu {
    border: none;
  }
  .showMenuAux #categoryMenu ul:before {
    margin: 0 0 1em 0;
    width: 100%;
  }
  .showMenu .out_menu .loginImage {
    border: none;
  }
  .showMenu .out_menu .loginImage:after {
    margin: 0;
    padding: 1em;
  }
  #hdrheader > a#imageLogoHeader img {
    display: none;
  }
  .out_menu #toggleMenu,
  #categoryMenuAux .toggleMenuAux {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    width: 1.5em;
  }
  #categoryMenuAux #toggleMenuAux {
    float: left;
    margin: 0;
  }
  .showMenuAux #categoryMenuAux #toggleMenuAux {
    float: none;
  }
  .showMenuAux #categoryMenuAux #toggleMenuAux {
    margin: 5px;
    z-index: 999999;
  }
  .toggleMenuAux:before,
  .toggleMenuAux:after {
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    top: 50%;
    transform-origin: 50% 50%;
    width: 100%;
  }
  .toggleMenuAux:before {
    -webkit-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
  }
  .toggleMenuAux:after {
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
  }
  .showMenu .out_menu #toggleMenu,
  .showMenu #cateroryMenuAux #toggleMenuAux {
    float: right;
    margin-right: 1.5em;
  }
  .out_menu .loginImage img {
    display: none;
    float: none;
    position: relative;
    width: auto;
  }
  .showMenu .out_menu .loginImage img {
    float: left;
  }
  /*--------  Show Menu  --------*/

  .showMenuAux .toggleMenuAux:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
  }
  .showMenuAux .toggleMenuAux:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
  }
  .showMenuAux .toggleMenuAux span {
    opacity: 0;
  }
  .showMenuAux .out_menu {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /*--------- Menu 1--------------------*/
  /*--------- First level -------------*/

  #menucontnt,
  #categoryMenuAux #nav {
    display: none;
  }
  .showMenuAux #categoryMenuAux #nav {
    display: inherit;
    position: absolute;
    top: 0.5em;
  }
  .showMenu #menucontnt {
    display: inline-block;
    float: none;
    height: auto;
    width: calc(100% - 1em);
  }
  #nav > li {
    width: 100%;
  }
  #nav > li > a {
    padding: 0.5em;
  }
  .showMenu .bottomHead {
    width: 59%;
  }
  .bottomHead .verticalDivision {
    display: none;
  }
  #cartCounterContainer {
    display: inline-block;
    float: none;
    margin: 0 auto;
    z-index: 9999;
  }
  /*--------- headerReference ------------*/

  .auxHeader #hdrheaderRight .rightHead .topHead {
    width: 75%;
    float: right;
  }
  .showMenu #header .rightHead .topHead {
    width: 87%;
  }
  #header .bottomHead {
    width: 9%;
  }
  #header .topHead .headerReference {
    display: inline-block;
    float: none;
    left: 0;
    padding: 0;
    width: auto;
  }
  #header .topHead .headerReferenceImage {} #header .topHead .headerReference .headerReferenceImage img {
    height: 50px;
    width: 50px;
  }
  /*------ headerReference: information ---------*/

  span.presentedby,
  span.userMail,
  span.userMobile,
  #fakeMyAccount {
    display: inline-block;
    float: none;
  }
  /*------ headerReference: icons ---------*/

  span.userMail img,
  span.userMobile img {
    margin: 0 0.5em 0 0;
  }
  /*--------- Category Menu -----------*/
  /*--------- First level -------------*/

  #header #contentMenuAux {
    min-height: 3em;
    padding: 0 0.5em;
    position: relative;
    width: 100%;
  }
  .showMenuAux #contentMenuAux #categoryMenu {
    width: 40%;
  }
  #categoryMenu #nav ul {
    top: 100%;
    transform: translateX(0);
  }
  #categoryMenu #nav li.hover ul {
    opacity: 0;
    visibility: hidden;
  }
  #categoryMenu #nav li.showsubmenu ul {
    opacity: 1;
    position: relative;
    visibility: visible;
  }
  .ctrlsub {
    padding: 0.5em;
    display: inline-block;
  }
  .ctrlsub:after {
    content: '\f067';
  }
  #header #contentMenuAux .menuAuxLeft,
  #header #contentMenuAux .menuAuxRight {
    width: 49%;
  }
  .showMenuAux #contentMenuAux #categoryMenu {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 45%;
    z-index: 9999;
  }
  #contentMenuAux > #categoryMenuAux {
    display: inline-block;
    margin: 0.5em;
    overflow: hidden;
    position: relative;
    width: auto;
  }
  /*------  title --------*/

  #categoryMenu:before {
    content: 'SHOP BY DEPARTMENTS:';
  }
  .out_menu .loginImage:after {
    content: 'DEMO';
  }
  #categoryMenu:before,
  .out_menu .loginImage:after {
    display: inline-block;
    left: 0;
    margin: 0.8em 0.5em;
    padding: 0;
    right: 0;
    width: auto;
  }
  .showMenu .out_menu .loginImage:after,
  .showMenuAux #categoryMenu:before {
    display: none;
  }
  /*------  links --------*/

  .showMenuAux #contentMenuAux #nav > li,
  #contentMenuAux #nav > li > a {
    display: inline-block;
    float: none;
    margin: 0;
  }
  .showMenuAux #contentMenuAux #nav > li {
    width: 100%;
  }
  #contentMenuAux #nav > li > a {
    width: 89%;
  }
  #categoryMenu {
    width: auto;
  }
  #searchWrapper {
    float: right;
    margin: 0.5em;
  }
  /*--------- mainSideBar ------------*/

  .showMenu #mainSideBar {
    width: calc(100%);
  }
  /*--------- Right section -------------*/

  .bottomSection {
    width: 45%;
  }
  /*------ cli_cpw_itemslider section ---------*/

  #cli_cpw_itemslider #featuredProducts img {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    vertical-align: middle;
    width: auto !important;
  }
  .itemslider .contentProducts {
    margin: 2em 0;
  }
  .itemslider .contentProducts .elementProduct {
    margin: 0.5em 0;
    max-width: 200px;
    overflow: hidden;
  }
  /*------ outerSection -----------*/

  .middleSection .middleTitle h2 {
    margin: 1em 0 0em 0;
  }
  .middleSection > a .description p {
    margin: 0;
  }
  .middleSection > a p {
    padding-top: 5%;
  }
  .middleSection:first-child a {
    margin: 1em 0;
    width: calc(34% - 1em);
  }
  /*------- News Section -----------*/

  .newSection .carousel-source.horizontal {
    left: 0%;
    margin-bottom: 0em !important;
    margin: 0 !important;
    max-width: 95% !important;
    width: 100% !important;
  }
  /*------ Footer section ---------*/

  .footerSection .row.contact .row.contact {
    bottom: 3em;
    left: 59%;
    transform: rotate(13deg);
  }
  /*-------Section Twitter-------*/
  /*-------Section Twitter: Logo*/

  .twitterSection:after {
    display: inline-block;
  }
  /*-------Section Twitter: Widget: Container*/

  .twitterSection #mcomTweet .twt-ct {
    display: inline-block;
    max-height: 9em;
    width: calc(100% - 1em);
  }
  .twitterSection .carousel-source.horizontal {
    left: 0%;
    margin-bottom: 0em !important;
    margin: 0 !important;
    max-width: 95% !important;
    min-height: 100px;
    width: 100% !important;
  }
  /*-------Section Twitter: Widget: Container: Row*/

  .twitterSection #mcomTweet .twt-ct .twt-item.row,
  .twt-row.row {
    padding: 0 3em;
  }
  .twitterSection:after {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 640px) {
  #nav > li.menuSelected > a,
  #nav > li:hover > a,
  #nav > li.menuSelected >.ctrlsub,
  #nav > li:hover .ctrlsub {
    box-shadow: none;
  }
  /*-------Section Header*/
  /*-------Section Header: Containers*/

  #header .auxHeader {
    min-height: 86px;
  }
  /*------- Header --------*/

  #header .rightHead {
    width: 100%;
  }
  #hdrheaderRight #hdrheader {
    padding: 0;
  }
  /*--------- headerReference ------------*/

  #header .topHead {
    float: right;
  }
  #header .topHead .headerReference {
    padding: 0 1em 0 0;
  }
  /*--------- Shopping information -------*/

  .bottomHead {
    float: right;
    margin: 0 1em;
    width: 15px;
  }
  /*--------- headerReference ------------*/

  #header .topHead {
    float: right;
    margin: 0 0.5em;
    width: auto;
  }
  /*------- Menu main container --------*/

  .showMenu .out_menu,
  .showMenuAux #contentMenuAux #categoryMenu,
  .showMenuAux #categoryMenuAux #nav {
    overflow: auto;
    position: fixed;
    width: 100%;
    z-index: 99999;
  }
  .showMenu .fa {
    display: none;
  }
  /*--------- Category Menu ------------------*/
  /*--------- First level -------------*/

  #categoryMenu:before {
    margin: 1em 0.5em;
  }
  .showsubmenu .divMenu {
    display: inline-block;
    width: 100%;
  }
  #nav li:hover .menuContentRender {
    display: none;
  }
  #nav li.showsubmenu .menuContentRender {
    display: block;
    height: 400px !important;
    overflow: auto;
    position: static;
    width: auto !important;
    z-index: 9;
  }
  #categoryMenu #nav .showsubmenu .divMenu ul.menu {
    display: inline-block;
    opacity: 1;
    position: relative;
    top: 0;
    transform: translateX(0);
    visibility: visible;
    width: 100%;
  }
  /*------ menuAuxRight ---------*/

  .menuAuxRight {
    padding: 0 0.5em;
    position: absolute;
  }
  /*------ Footer section ---------*/

  .footerSection .row.contact .row.contact {
    bottom: 1em;
    left: 83px;
  }
  .footerSection .leftFooterSection .headerpage {
    padding: 0 0.5em;
  }
  /*--------- EventSection ---------*/

  #carousel-events.carousel-source.horizontal {
    padding: 1em 0;
  }
}
@media screen and (max-width: 480px),
screen and (max-height: 500px) {
  #header {
    overflow: hidden;
  }
  #hdrheader {
    padding: 0;
  }
  #header #imageLogoHeader {
    display: none;
  }
  /*-------  Menu -------*/

  .out_menu #toggleMenu,
  #categoryMenuAux .toggleMenuAux {
    left: 1px;
  }
  .showMenu .out_menu #toggleMenu {
    left: 1em;
  }
  #header .auxHeader {
    margin: 0;
    min-height: 0;
    padding: 0;
  }
  #header .rightHead {
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0 0.2em;
  }
  a#imageLogoHeader img {
    display: none;
  }
  .topHead {
    position: relative;
    right: 0;
    top: 0;
  }
  .ctrlsub {
    content: '\f067';
  }
  /*---------- Rare Menus -----------*/
  /*----- menuContentRender => newsbeanMenu -----*/

  .divParent .divParent .div1.newsbeanMenu {
    width: 100% !important;
  }
  /*------------  Info user  ----------------*/

  .auxHeader #hdrheaderLeft {
    display: none;
  }
  .auxHeader #hdrheaderRight #hdrheader {
    padding: 0.5em 0;
    width: 100%;
  }
  #hdrheader #hdrheader .rightHead .topHead {
    float: none;
    height: auto;
    left: 0;
    position: relative;
    width: 86%;
  }
  #hdrheader #hdrheader .rightHead .topHead .rightUserInfo {
    min-width: 0;
    width: auto;
  }
  #header .topHead .headerReference {
    padding: 0;
  }
  /*------ headerReference: icons ---------*/

  span.userMail img,
  span.userMobile img {
    max-width: 13px;
  }
  /*--------- Shopping information -------*/

  #header .bottomHead {
    float: right;
    margin: 0 1em 0 0;
    width: 15px;
  }
  #cartCounterContainer {
    position: relative;
    right: 6px;
    top: 0;
  }
  .headerNotifications .headerCounter {
    border-radius: 50%;
    bottom: 10px;
    height: 12px;
    left: 12px;
    position: absolute;
    width: 12px;
  }
  .rightHead .topHead a.iconLogoff,
  .topHead #chatCounterContainer,
  .topHead #sharingContainer,
  .topHead #placeholder-div-hangout {
    margin: 0.5em 0.5em 0 0.5em;
    padding: 0;
  }
  /*--------- Menu 1 ------------------*/
  /*--------- First level -------------*/

  .out_menu .loginImage:after {
    content: '';
    display: inline-block;
    left: 0;
    margin: 0;
    padding: 0;
    right: 0;
    width: auto;
  }
  /*--------- Category Menu ------------------*/
  /*--------- First level -------------*/

  #header #contentMenuAux {
    padding: 0.5em 0 0.5em 0.25em;
    position: relative;
    width: 100%;
  }
  #header #contentMenuAux .menuAuxLeft,
  #header #contentMenuAux .menuAuxRight {
    min-height: 30px;
    padding: 0 0.5em 0 0;
  }
  #header #contentMenuAux .menuAuxLeft {
    width: 90%;
  }
  #header #contentMenuAux .menuAuxRight {
    right: 1px;
    width: 9%;
  }
  /*-------- SearchBox ------------*/

  #searchWrapper #searchstringItem {
    display: inline-block;
    float: left;
    padding: 6px;
    width: 100%;
  }
  #searchWrapper {
    margin: 0;
    width: auto;
  }
  #searchWrapper .searchIcon,
  #makeBTNITMSRCH {
    display: inline-block;
    height: 20px;
    left: initial;
    position: relative;
    right: initial;
    top: 5px;
    vertical-align: middle;
    z-index: 999;
  }
  #searchWrapper #makeBTNITMSRCH {
    float: right;
  }
  #searchWrapper .searchIcon:before,
  #searchWrapper .searchIcon:after {
    display: inline-block;
  }
  #searchWrapper #productSearch {
    opacity: 0;
    padding: 0.5em;
    position: fixed;
    right: 0;
    top: 6em;
    transition: width 0.7s, opacity 0.5s;
    visibility: hidden;
    width: 0px;
    z-index: 999;
  }
  #searchWrapper:hover #productSearch {
    margin: 0;
    width: 100%;
  }
  #searchWrapper #makeBTNITMSRCH {
    display: none;
    float: right;
  }
  /*--------- MainSideBar ------------------*/

  #mainSideBar {
    display: inline-block;
    margin-top: 0;
    padding: 0.5em;
  }
  .newSection .title:after,
  .eventSection .title:after,
  .itemslider .title:after,
  .twitterSection .row.contact:after {
    width: 295px;
  }
  /*----------  RightSection  --------------*/
  /*----------  RightSection: welcome  --------------*/

  .welcome {
    width: 100%;
  }
  /*----------  RightSection: bottom section  --------------*/

  .bottomSection {
    width: 100%;
  }
  .logindemo .row.loginrow {
    margin: 0.1em 0;
    padding: 0;
  }
  .logindemo .loginrow .areaform,
  .logindemo .loginrow .label {
    width: calc(100% - 1em)
  }
  .logindemo .loginrow .buttons {
    margin: 0;
    width: 100%;
  }
  .logindemo .loginrow .buttons button {
    height: 3.5em;
    padding: 0 0.5em;
    width: calc(50% - 1em);
  }
  /*-------- Row Contact --------*/

  .row.contact {
    padding: 0.5em;
  }
  /*-------- cli_cpw_itemslider --------*/
  #cli_cpw_itemslider .carousel-source.horizontal {
    margin-top: 10%;
    width: 100%;
  }
  #featuredProducts .description {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .itemslider .contentProducts .elementProduct img {
    cursor: pointer;
    height: 100px;
  }
  .itemslider .contentProducts .elementProduct {
    max-width: 100%;
    min-width: 100%;
  }
  /*------- Outer section ------*/

  .middleSection:first-child a {
    width: 100%;
  }
  /*-------- FooterSection --------*/

  .footerSection > .row.contact {
    height: 50%;
    width: 100%;
  }
  .footerSection .row.contact .row.contact {
    display: none;
  }
  .footerSection .leftFooterSection {
    width: 100%;
  }
  .footerSection .leftFooterSection .innerFooterSection {
    display: inline-block;
    float: none;
    width: calc(100% - 1em);
  }
  .footerSection .leftFooterSection .innerFooterSection ul {
    margin: 0 0 0 1em;
  }
  /*------ EventSection -------*/

  .eventSection .carousel-images-inner .carousel-element {
    width: 99% !important;
  }
  /*--------- Footer ---------*/

  .newSection .title:after,
  .eventSection .title:after,
  .itemslider .title:after,
  .twitterSection .row.contact:after {
    content: '';
    display: block;
    float: none;
    height: 2px;
    margin: 0.65em auto 0 auto;
    width: 295px;
  }
  #footer {
    display: inline-block;
  }
  #footer .copyright a {
    margin: 0;
    padding: 1em;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  #header .topHead .headerReference .headerReferenceImage img {
    height: 40px;
    width: 40px;
  }
  /*--------- headerReference ------------*/

  #header .topHead {
    float: left;
    margin: 0 0.1em;
    right: 0;
    top: 0;
    width: auto;
  }
  /*--------- Menu 2 ------------------*/
  /*--------- First level -------------*/

  #header #contentMenuAux {
    min-height: 2.5em;
  }
  .eventSection .eventDate {
    width: 35%;
  }
  .eventSection .eventContent {
    width: 65%;
  }
}