.topmenu {
  color: #333;
  font-weight: 500;
  font-size: 12px;
  margin: auto;
  text-align: right;
  vertical-align: baseline;
}

.topmenu p {
  color: #333;
  margin: 0px;
  text-decoration: none;
}

.topmenu p:hover {
  color: #707070;
  font-weight: 550;
  text-decoration: none;
}

.topmenu a:hover {
  text-decoration: none;
}

.topmenulanguage .row a span {
  color: #333;
}

.dropdown-menu .row a:hover span {
  color: #707070;
}

.topmenulanguage .dropdown-menu {
  width: auto;
  height: auto;
  margin-top: 5px;
  /*margin-right: 55px;*/
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #333;
}

.topmenucurrency .task-label {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.topmenucurrency .dropdown-menu {
  width: auto;
  height: auto;
  margin-top: 5px;
  /*margin-right: 55px;*/
  background-color: #fff;
  opacity: 1;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  color: #333;
}

.mainmenupr {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: bold;
}

.mainmenupr .dropdown a a:visited {
  color: #333;
}

.mainmenupr a:hover {
  text-decoration: none;
  color: #ac915d;
}

.mainmenupr a:hover span {
  color: #707070;
}

.mainmenupr .dropdown-submenu {
  position: relative;
}
.mainmenupr .dropdown-submenu > .dropdown-menu {
  top: -3px;
  min-width: 250px;
  left: 100%;
  border-top: 1px solid #ac915d;
  border-right: 1px solid #ac915d;
  border-bottom: 1px solid #ac915d;
  margin-top: 0;
  margin-left: 0px;
}
.mainmenupr .dropdown-submenu:hover > .dropdown-menu {
  color: #a4a09c;
  background-color: #fff;
  display: block;
  border-radius: 0;
}

.mainmenupr .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.mainmenupr .dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.mainmenupr .dropdown-submenu.pull-left {
  float: none;
}
.mainmenupr .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.showBrandItems2 {
  display: flex;
}

.showBrandItems2 img {
  min-height: 60px;
  max-height: 60px;
  object-fit: contain;
}

.showAllBrands p {
  min-height: 60px;
  max-height: 60px;
}

/*Footer CSS*/
.footer-logo {
  margin-top: 10px;
  margin-bottom: 35px;
}

.footer-logo img {
  height: 35px;
}

.footer-info {
  color: black;
  font-size: 12px;
}

.footer-space {
  margin-top: 15px;
}

.footer-info .glyphicon-earphone {
  color: black;
}

.footer-info .glyphicon-envelope {
  color: black;
}

.footer-link {
  margin-top: 10px;
}

.footer-link a {
  margin-bottom: 15px;
}

.footer-method {
  color: black;
  font-size: 14px;
  margin-top: 7px;
}
.paymentmethodtitle {
  font-size: 17px;
}

.paymentmethod {
  font-size: 11px;
  width: 40%;
  height: 35px;
  margin-top: 10px;
  padding: 5px;
  border-radius: 5px;
  background: #656565;
  color: #fafafa;
}

.paymentmethod img {
  height: 25px;
  padding-top: 5px;
  padding-left: 5px;
}

.paymentmethod div {
  float: left;
}

.footer-method span {
  margin-bottom: 10px;
}

.availableontitle {
  margin-top: 15px;
  font-size: 17px;
}

.availableon {
  margin-top: 5px;
}
.availableon img {
  height: 35px;
}

.socialmedia {
  margin-top: 20px;
}

.footercopyright {
  font-size: 10px;
  color: #fafafa;
  text-align: center;

  background: #656565;
  padding-top: 5px;
  padding-bottom: 5px;
}

.maincontent {
  background: #f4f4f4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.indexmaincontent {
  background: #f4f4f4;
}

.maincontainer {
  padding-top: 10px;
  background: white;
  border: 1px solid #d8d8d8;
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 40px;
}

.promotionslide {
  position: relative;
  height: 600px;
  width: 100%;
}
.promotion-image img {
  width: 100%;
  height: 800px;
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
}

.promotion-image img {
  width: 100%;
  height: 100%;
  min-height: 600px;
  max-height: 600px;
  object-fit: cover;
}

.buttonmenu {
  width: 100%;
  display: inline-block;
  margin-top: 20px;
  color: black;
}

.buttonmenu-item {
  margin: 10px 10px 10px 0;
  float: left;
  width: 180px;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  background: #cccccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 2px 3px 4px #ddd;
}

.buttonmenu-itemr {
  margin: 10px 10px 10px 0px;
  float: left;
  width: 180px;
  height: 50px;
  padding-top: 5px;
  padding-left: 10px;
  background: #cccccc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 2px 3px 4px #ddd;
}
.cbox1 {
  width: 100%;
  display: flex;
  margin-bottom: 25px;
}

.cbox1-left {
  width: 102%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
  color: white;
}

.cbox1-left img {
  width: 98%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cbox1-left .left {
  position: absolute;
  top: 50%;
  left: 36%;
  transform: translate(-50%, -50%);
  color: #f3f3f3;
  font-size: 12px;
}

.cbox1-left .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f3f3f3;
  font-size: 12px;
}

.btnViewCollection {
  width: 120px;
  height: 30px;
  background: #aaaaaa;
  color: white;
  font-size: 12px;
  text-align: center;
  padding-top: 5px;
  margin-left: 25%;
}

.cbox1-right {
  width: 50%;
  height: 420px;
  position: relative;
}

.cbox1-righttop {
  height: 50%;
  text-align: center;
  background: silver;
  padding-right: -15px;
  margin-right: -15px;
}

.cbox1-righttop img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cbox1-righttop .lefted {
  position: absolute;
  top: 8px;
  left: 16px;
  color: white;
  font-size: 12px;
  width: 100%;
}

.btnDiscovery {
  width: 120px;
  height: 30px;
  background: #aaaaaa;
  color: white;
  font-size: 12px;
  padding-top: 5px;
  margin-left: 70%;
}

.cbox2-rightbottom {
  width: 100%;
  height: 50%;
  display: flex;
  padding-top: 10px;
}

.cbox2-rbotleft {
  width: 50%;
  height: 100%;
}

.cbox2-rbotleft img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cbox2-rbotright {
  width: 100%;
  height: 100%;
  border: 1px outset #8e8888;
  color: #ac915d;
  background: white;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding-top: 44px;
  padding-right: -15px;
  background-color: #ccc;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* hml */

/* home page */

/* Start Product of the month css */
.pom-bl1 {
  height: 370px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

/* End Product of the month css */

@media only screen and (max-width: 600px) {
  .promotionslide {
    height: 300px;
  }

  .promotion-image img {
    min-height: 300px;
    max-height: 300px;
  }
}

@media only screen and (max-width: 768px) and (min-width: 399px) {
  .buttonmenu {
    margin-left: 24px;
  }
}

@media only screen and (min-width: 430px) and (max-width: 600px) {
  .buttonmenu {
    margin-left: 30px;
  }
}
