* {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden !important;
  font-family: "Poppins", sans-serif;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  transition: 0.4s all;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hidden {
  display: none !important;
}

/* ..............header.......... */

.top-bar {
  padding-bottom: 12px;
  border-bottom: 1px solid #1d1d1f;
}
.h-sec-row {
  padding: 12px 0px;
}
.email {
  padding-right: 24px;
  border-right: 1px solid white;
  margin-right: 24px;
}
.email a,
.phone a,
.language a {
  color: white;
  font-size: 14px;
}
.email a:hover,
.phone a:hover {
  border-bottom: 1px solid #d93338;
}
.email a:hover i,
.phone a:hover i {
  color: #d93338;
}
i.icofont-send-mail {
  font-size: 16px;
}
.social ul.d-flex li {
  margin-right: 20px;
}
.social ul.d-flex li a {
  color: white;
  font-size: 14px;
}
.main-header {
  padding: 14px 0px;
  background-color: transparent;
}

.main-nav .menu-item {
  margin-right: 34px;
  text-transform: uppercase;
}

.main-nav .menu-item > a {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: white;
}
.main-nav .menu-item > a:hover {
  color: #d93338;
}
.cart {
  margin-left: 14px;
}
.cart a, .search a {
  color: white;
  transition: 0.33s all;
}
span.cart-count {
  background: #d93338;
  padding: 0px 3px;
  border-radius: 50%;
  font-size: 10px;
  position: absolute;
  color: #fff;
}
.cart a:hover {
  color: #d93338;
}
.show-mobile-menu {
  margin-left: 25px;
}


/* .........new-header.......... */
header {
  padding-top: 12px;
  background: transparent;
  position: absolute;
  top: 0;
  z-index: 99;
  width: 100%;
}


/* .....search.... */
.search form {
  position: relative;
  display: inline-block;
}
input.text.search-input {
  background: #ebebeb;
  border: none;
  padding: 13px;
  border-radius: 24px;
  font-weight: 500;
  font-size: 12px;
  color: black;
  width: 224px;
}
.search-button {
  position: absolute;
  right: 2px;
  color: #2d2d2d;
  border: 0;
  font-size: 14px;
  padding: 12px 20px 10px 20px;
  background-color: transparent;
}

/* .....mobile menu.... */

.show-mobile-menu a {
  font-size: 16px;
  color: white;
  background-color: black;
  padding: 5px 9px;
  border-radius: 4px;
}

.show-mobile-menu a:hover {
  background-color: #d93338;
}

body {
  overflow: auto !important;
  transition: all 0.3s ease;
}

.body_overlay {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
}

.body_fixed {
  position: fixed !important;
}

.body_transform {
  transform: translateX(-275px);
}

.mobile-menu {
  background: #525353;
  width: 275px;
  height: 100%;
  position: fixed;
  z-index: 111111;
  top: 0;
  right: 0;
  transition: transform 0.3s;
  transform: translateX(275px);
  overflow: scroll;
  padding: 5px 0 50px;
}

.mobile-menu .mobile-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  align-items: center;
  border-bottom: 1px solid white;
}

.mobile-menu .mobile-header p {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
}

.mobile-menu .mobile-header i {
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 10px;
  cursor: pointer;
}

.mobile-menu .m_ul-menu {
  padding: 5px 10px;
}

.mobile-menu .m_ul-menu .menu-item {
  position: relative;
  border-bottom: 1px solid white;
}

.mobile-menu .m_ul-menu .menu-item a {
  color: white;
  text-transform: capitalize;
  display: block;
  padding: 10px 0;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
}

.mobile-menu .m_ul-menu .menu-item {
  position: relative;
  border-bottom: 1px solid white;
}
.sub-menu2 {
  position: absolute;
  z-index: 1;
  background: #e9ecef;
  min-width: 220px;
  box-shadow: 0 0 5px 0 #ebebeb;
  padding: 20px 10px;
  top: 0;
  left: 100%;
  display: none;
}
li.list-item2:hover .sub-menu2 {
  display: block;
}
li.list-item3:hover a {
  color: white !important;
}
.mobile-menu .m_ul-menu .menu-item.drop-caret:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: white;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 12px;
}
ul.sub-menu2 a {
    color: black;
}

/* .....categories........ */
.cs-pad {
  padding: 80px 0px;
}
.section-title {
  text-align: center;
  margin-bottom: 50px;
}
h2.head {
  font-size: 48px;
  font-weight: 700;
  color: #191919;
}
p.text {
  width: 55%;
  margin: auto;
  color: #2f2e2e;
}
p.topline {
  color: #d93338 !important;
}
.cat-main {
  transition: 0.35s all;
  overflow: hidden;
}
.cat-main:hover {
  transform: scale(1.02);
  border-bottom: 1px solid #f9db17;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%);
}
.cat-img {
  width: 100%;
  height: auto;
  transition: 0.35s all;
}
.cat-detail {
  background-color: white;
  padding: 22px 12px;
}
.cat-detail h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #191919;
  font-size: 18px;
  text-transform: uppercase;
}
.cat-detail p {
  color: #797979;
  font-size: 14px;
  margin: 14px 0px;
}
.bt {
  margin: 20px 0px 8px 0px;
}
.bt a {
  background-color: white;
  color: #191919;
  padding: 12px 22px;
  border: 1px solid #797979;
  font-weight: 600;
  font-size: 14px;
}
.cat-main:hover a {
  background-color: #f9db17;
  transition: 0.3s;
}
.cat-main:hover img {
  transform: scale(1.03);
}
.bt a:hover {
  background-color: #f9db17;
  transition: 0.3s;
}

/* ..........products.......... */
.p-s-title {
  text-align: center;
  margin-bottom: 34px;
}
.p-s-title h2 {
  font-size: 34px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.p-s-title p {
  color: #323857;
  font-size: 18px;
  line-height: 1.8rem;
  font-weight: 400;
  width: 70%;
  margin: auto;
}
/* .p-s-title .bt {
  text-align: end;
}
.p-s-title .bt a {
  border-radius: 30px;
} */
.prod-main {
  background-color: white;
  padding: 12px 12px 24px 12px;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.35s all;
  position: relative;
}
.prod-img {
  transition: 0.35s all;
}
.p-name {
  color: #2f2e2e;
  font-size: 16px;
  font-weight: 600;
  margin-top: 30px;
}
.sku {
  color: #2f2e2e;
  font-size: 15px;
  font-weight: 500;
}
.p-bt a {
  background-color: #d93338;
  color: white;
  padding: 8px 22px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
}
.p-bt a:hover {
  border: 1px solid black;
}
.p-bt {
  opacity: 0;
  transition: 0.35s all;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
.prod-main:hover .p-bt {
  opacity: 1;
}
.prod-main:hover {
  background-color: #f3f3f3;
  box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%);
}
.prod-main:hover img {
  transform: scale(1.02);
  transition: 0.35s all;
}
.owl-prev {
  position: absolute;
  left: 10px;
  top: 45%;
  background: black;
  color: white;
  padding: 12px;
}
.owl-next {
  position: absolute;
  right: 10px;
  top: 45%;
  background: black;
  color: white;
  padding: 12px;
}
/* ..........AMS.......... */
.ams{
  background: url(../images/ams.png) no-repeat center/cover;
  height: 584px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ams p {
  font-size: 52px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: white;
  text-align: center;
  text-transform: uppercase;
  width: 85%;
}
/* ....about creative......... */
section.about {
  background: #ebebeb;
}
.welcome p {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  margin: auto;
  margin-bottom: 40px;
}
.ab-content {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.ab-content a {
  color: #d93338;
  font-weight: 700;
  transition: 0.35s all;
}
.ab-content a:hover {
  color: black;
}
.ab-img2 {
  margin-top: 20px;
}
/* ...........cat-2---------------- */
.staf .cat-main {
  text-align: center;
}


/* ------footer---------- */

footer {
  background-color: #191919;
  padding-top: 60px;
}
.footer_logo img {
  margin-bottom: 20px;
}
.footer_about p {
  font-size: 14px;
  color: #ffffff87;
}
ul.contacts,
ul.quicklinks {
  list-style: none;
}
.contacts a {
  font-size: 15px;
  color: white;
}
.quicklinks a {
  font-size: 14px;
  color: #ffffff87;
  text-transform: capitalize;
}
.quicklinks li:hover a {
  font-size: 14px;
  color: #d93338;
}
/* ul.contacts li i {
  color: #d93338;
} */
.contacts li:hover a {
  border-bottom: 1px solid #d93338;
  padding-bottom: 6px;
}
.contacts li:hover i {
  color: #d93338;
}
ul.contacts li,
ul.quicklinks li {
  margin-bottom: 12px;
}
.footer_haead {
  margin: 18px 0px 30px 0px;
}
.footer_haead h5 {
  font-size: 16px;
  color: white;
  text-transform: capitalize;
}
span.ft-icon {
    color: white;
    padding-right: 12px;
}
.ft-li-text {
    font-size: 15px;
    color: white;
}
.cmr {
  width: 50%;
  margin: auto;
}
ul.contacts li {
  margin-bottom: 8px;
}
ul.ft-social {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
}
ul.ft-social li {
  margin-right: 16px;
  background: #333333;
  padding: 8px 12px;
  border-radius: 6px;
}
ul.ft-social li a {
  color: white;
  transition: 0.3s all;
}
.mail-sec p {
  font-size: 14px;
  color: white;
}
.mail-sec input[type="text"] {
  width: 100%;
  padding: 12px;
  background-color: transparent;
  border: 1px solid #424242;
  color: white;
}
.mail-sec button {
  background: #d93338;
  border: none;
  color: white;
  padding: 8px 14px;
  margin-top: 12px;
  float: right;
}
.payment p {
  font-size: 14px;
  color: white;
  font-weight: 500px;
}
.ft-r2 {
  border-top: 1px solid #252525;
  padding-top: 24px;
  margin-top: 24px;
}
.copy_in {
  background-color: #0e0e0e;
  padding: 24px 0px;
}
.copy_in p {
  color: white;
  font-size: 15px;
  margin: 0;
}
.xperts {
  color: white;
}
.xperts:hover {
  color: #d93338;
}
.insta-img {
  text-align: center;
}
li.fb:hover {
  background: #1195F5;
}
li.tw:hover {
  background: #1DA1F2;
}
li.youtube:hover {
  background: #FF0202;
}
li.insta:hover {
  background: #f09433; 
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
/* ..........responsive............ */

@media (max-width: 1399.98px) {
  .ams p {font-size: 38px;}
  .ams { height: 424px;}
  .main-nav .menu-item {
    margin-right: 18px;
  }
  .search-button {
    padding: 12px 19px 12px 19px;
    top: -1px;
  }
  .b-text {
    font-size: 22px;
  }
  h2.head {
    font-size: 40px;
  }
  .b-text,
  p.ab-text {
    width: 100%;
  }
  .mail-sec input[type="text"] {
    width: 270px;
  }
}

@media (max-width: 1199.98px) {
  header .container {
    max-width: 98%;
  }
  nav.main-nav {
    margin-left: -20px;
  }
  .main-nav .menu-item {
    margin-right: 16px;
  }
  input.text.search-input {
    width: 200px;
  }
  .p-s-title p {
    width: 100%;
  }
  h2.head {
    font-size: 32px;
  }
  .b-text {
    font-size: 20px;
  }
  .i-detail h4 {
    font-size: 16px;
  }
  .mail-sec input[type="text"] {
    width: 230px;
  }
}

@media (max-width: 991.98px) {
  img.logo-img {
    width: 100%;
    height: auto;
}
  .welcome p {
    width: 90%;
    font-size: 24px;
  }
  .p-s-title h2 {
    font-size: 24px;
  }
  nav.main-nav {
    display: none;
  }
  p.text {
    width: 80%;
  }
}

@media (max-width: 767.98px) {
  img.logo-img {
    width: 80%;
    height: auto;
}
  h2.head {
    font-size: 26px;
  }
  p.text {
    width: 100%;
  }
  .p-s-title p {
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .top-bar {
    display: none !important;}
    .ams p {
      font-size: 20px;
  }
  ul.ft-social li {
    margin-right: 8px;
    background: #333333;
    padding: 4px 8px;
    border-radius: 6px;
}
  input.text.search-input {
    width: 176px;
    padding: 8px 8px 8px 10px;
  }
  .search-button {
    padding: 8px 8px 8px 8px;
  }
  .show-mobile-menu {
    margin-left: 20px;
  }
  .cart {
    margin-left: 14px;
  }
  .top-bar .row {
    max-height: 20px;
  }
  .phone span,
  .email span {
    display: none;
  }
  .phone {
    padding-right: 10px;
    border: none;
  }
  .main-i-box {
    width: 80%;
    margin: auto;
  }
  .p-s-title p {
    width: 100%;
    font-size: 15px;
  }
  .cmr {
    width: 100%;
    margin: auto;
  }
  .cs-pad {
    padding: 40px 0px;
  }
  .welcome p {
    font-size: 18px;
  }
  .p-s-title h2 {
    font-size: 18px;
  }
  .copy_in {
    padding: 12px;
  }
  footer {
    padding-top: 14px;
  }
  .footer_haead {
    margin: 8px 0px 10px 0px;
  }
  .copy_in p {
    font-size: 13px;
  }
}

.menu-item .sub-menu {
  position: absolute;
  z-index: 111;
  background: #ffffff;
  min-width: 250px;
  box-shadow: 12px 12px 32px -6px rgb(37 47 63 / 18%);
  padding: 20px 10px;
  margin-left: -10px;
  transform-origin: top;
  transform: rotateX(-90deg);
  transition: transform 0.3s linear;
}
.menu-item:hover .sub-menu {
  transform: rotateX(0deg);
}
.sub-menu li {
    list-style: none;
    padding: 10px;
    border-bottom: 1px solid #d93338;
}
.sub-menu li:hover {
    background-color: #d93338;
}

.sub-menu2 {
    position: absolute;
    z-index: 1;
    background: #e9ecef;
    min-width: 240px;
    box-shadow: 0 0 5px 0 #ebebeb;
    padding: 20px 10px;
    top: 14px;
    left: 94%;
    display: none;
}
.mobile-menu ul.sub-menu {
    background: black;
    padding-top: 2px;
}
li.list-item2:hover .sub-menu2 {
    display: block;
}
.addressmaterial span.ft-icon {
    color: #343132;
}
.addressmaterial .ft-li-text {
    color: #323857;
}
.addressmaterial .contacts a {
    color: #323857;
}