* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: "Almarai", sans-serif;
  padding-top: 178px;
  direction: rtl;
  text-align: right;
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

label {
  color: #7e7e7e;
  cursor: pointer;
}

.btn:focus {
  box-shadow: none;
}

.btn:hover {
  color: unset;
}

.form-control {
  border-radius: 3px;
  padding: 20px;
  background-color: #fff;
  font-size: 14px;
  color: #0f1833;
}

.form-control::placeholder {
  color: #7e7e7e;
}

.form-control,
textarea.form-control {
  box-shadow: 0px 3px 2px -2px transparent;
  border: 1px solid #ececec;
  transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
  color: #0f1833;
  border-color: #ef011c;
  box-shadow: 0px 6px 8px -2px #ef011d28;
}

textarea.form-control {
  resize: none;
  height: 200px;
}

.modal {
  z-index: 1075;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
  border-radius: 3px;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.SearchModelContent {
  background-color: transparent;
}

.search_box_popup {
  width: 80%;
  margin: auto;
  text-align: center;
}

.search_box_popup .search_input {
  width: 100%;
  padding: 7px;
  border: 1px solid #efeeee;
  border-radius: 0;
  font-size: 14px;
  outline: none;
  margin-bottom: 0px;
  -webkit-appearance: none;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn {
  visibility: hidden;
  opacity: 0;
  padding: 5px;
  background-color: #ef011c;
  color: #fff;
  width: 40%;
  outline: none;
  border: none;
  border-radius: 0;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.search_box_popup .search_btn:hover {
  background-color: #000;
}

.Search_Icon {
  position: absolute;
  left: 80px;
  top: 22px;
  font-size: 20px;
  color: #000;
}

.Arabic {
  font-family: "Poppins", sans-serif;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}

.Section_title {
  text-align: center;
  margin-bottom: 40px;
}

.Section_title h2 {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: 400;
}

.Section_title p {
  font-size: 12px;
  color: #c1c1c1;
  margin-bottom: 0;
  width: 60%;
  margin: auto;
}

.Body_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1039;
  background-color: rgba(0, 0, 0, 0.9);
}

.nav-pills {
  padding: 0;
}

.nav-pills .nav-link {
  color: #6a6a6a;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  padding: 5px;
  margin-left: 10px !important;
  border-radius: 3px;
  text-align: center;
  width: 140px;
}

.nav-pills .nav-link:last-of-type {
  margin-left: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
  border-color: #ef011c;
  background-color: #ef011c;
  color: #fff;
}

.Test_Tabs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 40px;
}

.owl-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 30%;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  direction: ltr;
}

.owl-nav > div {
  background: #ef011c;
  color: #fff;
  border: 2px solid #ef011c;
  font-size: 25px;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.owl-nav > div:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.owl-nav .owl-prev {
  position: relative;
  right: 10px;
  top: 40px;
}

.owl-nav .owl-next {
  position: relative;
  left: 10px;
  top: 40px;
}

#owl-carousel-two .owl-nav .owl-next {
  top: 40px;
  left: 30px;
}

#owl-carousel-two .owl-nav .owl-prev {
  top: 40px;
  right: 30px;
}

#owl-carousel-three .owl-nav .owl-next {
  top: 40px;
  left: 30px;
}

#owl-carousel-three .owl-nav .owl-prev {
  top: 40px;
  right: 30px;
}

#owl-carousel-four .owl-nav .owl-next {
  top: 40px;
  left: 30px;
}

#owl-carousel-four .owl-nav .owl-prev {
  top: 40px;
  right: 30px;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.simple-pagination li {
  display: inline-block;
  margin-left: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid #ddd;
  outline: none;
}

.page-link:focus {
  outline: none;
  box-shadow: none;
}

.page-link:hover {
  color: #fff;
  background: #ef011c;
  border-color: #ef011c;
}

.simple-pagination .current {
  color: #fff;
  background-color: #ef011c;
  border-color: #ef011c;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #fff;
  color: #ef011c;
  border: 1px solid #ddd;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #ef011c;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ef011c;
}

.formobile {
  display: none;
}

.formobile img {
  margin-left: 5px;
  height: 15px;
}

.headSection {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px;
  background-color: #000;
}

.headSection .Links {
  margin-top: 5px;
}

.headSection .Links ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.headSection .Links ul li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.headSection .Links ul li a {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
  transition: all 0.2s ease-in-out;
}

.headSection .Links ul li a:hover {
  color: #ef011c;
}

.headSection .call {
  text-align: left;
  padding: 5px 0;
}

.headSection .call ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.headSection .call ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.headSection .call ul li a {
  color: #fff;
  font-size: 14px;
  padding-left: 5px;
}

.headSection .call ul li a img {
  margin: 0 3px;
}

.navbar {
  position: absolute;
  background-color: #fff;
  padding: 0;
  top: 46px;
  transition: top 0.5s ease-in-out 0s;
}

.navbar-new-bottom {
  background-color: #fff;
  top: 137px;
  z-index: 1040;
  box-shadow: 0px 10px 10px #00000008;
  transition: top 0.5s ease-in-out 0s;
}

.navbar-collapse {
  justify-content: center;
}

#navbarContent::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
  color: #c5c5c5 !important;
  background-color: transparent;
  font-size: 14px;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #ef011c !important;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #ef011c !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../images/menu-button.svg");
}

.navbar-light .navbar-toggler {
  position: fixed;
  left: 4%;
  top: 14px;
  z-index: 1;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  box-shadow: none;
  outline: none;
}

.navbar-toggler > .close {
  display: inline-block;
  color: #ef011c;
  opacity: 1;
  text-shadow: none;
  margin-top: 3px;
}
.navbar-toggler.collapsed > .close,
.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  display: none;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

.navbar-brand {
  outline: none;
  text-decoration: none;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}

.navbar-brand img {
  width: auto;
  height: 70px;
}

.navbar .links {
  text-align: left;
}

.navbar .links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navbar .links ul li {
  display: inline-block;
  margin-right: 25px;
  position: relative;
}

.CartNumber {
  position: absolute;
  top: -30%;
  right: 60%;
  color: #fff;
  text-align: center;
  background-color: #ef011c;
  border: 2px solid #fff;
  border-radius: 30px;
}

.CartNumber h5 {
  font-size: 10px;
  width: 14px;
  padding: 1px 0;
  margin: auto;
}

.navbar .links ul li a {
  outline: none;
  text-decoration: none;
}

.navbar .links ul li img {
  width: auto;
  height: 20px;
}

.navbar .links ul li img.cartNav:hover {
  content: url("../images/cart_red.png");
}

.navbar .links ul li img.favNav:hover {
  content: url("../images/fav_red.png");
}

.navbar .links ul li img.userNav:hover {
  content: url("../images/user_red.png");
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > a:after {
  content: "\f0da";
  float: left;
  border: none;
  font-family: "FontAwesome";
  position: absolute;
  left: 15px;
}

.dropdown-menu {
  right: 0;
  left: unset;
  text-align: right;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 1px 3px 10px #00000033;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  right: 100%;
  margin-top: 0px;
  margin-right: 0px;
}

.dropdown-item {
  padding: 10px 0px;
  padding-left: 30px;
  padding-right: 20px;
  color: #000;
  border-bottom: 1px solid #dedede;
  font-size: 13px;
  border-radius: 0px;
  transition: all 0.2s ease-in-out;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #ef011c;
  color: #fff;
}

.navSearch .email-box {
  position: relative;
  width: 100%;
}

.navSearch .email-box .subscribeInp {
  padding-right: 30px;
  border-radius: 0;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}

.navSearch .email-box .subscribeInp::placeholder {
  color: #000;
}

.navSearch .email-box i {
  position: absolute;
  right: 0;
  top: 11px;
  color: #000;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.navSearch .email-box .subscribeInp:focus {
  box-shadow: none;
  border-color: #000;
}

.My_Slider {
  position: relative;
  margin-bottom: 0;
}

.My_Slider .slide {
  position: relative;
}

.My_Slider .slide img {
  width: 100%;
  height: auto;
}

.slick-dots {
  bottom: 10px;
  text-align: left;
  padding-left: 20px;
}
.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  font-size: 40px;
  opacity: 1;
  color: #c9c9c9;
}

.slick-dots li.slick-active button:before {
  color: #ef011c;
  opacity: 1;
}

.social-slider {
  position: absolute;
  bottom: 14%;
  right: 10%;
}

.social-slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-slider ul li {
  display: inline-block;
  margin-left: 5px;
}

.social-slider ul li a {
  display: flex;
  color: #fff;
  background-color: #ef011c;
  width: 35px;
  height: 35px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  box-shadow: 1px 3px 10px #ddd;
  transition: all 0.2s ease-in-out;
}

.social-slider ul li a.white {
  background-color: #fff;
  color: #000;
}

.social-slider ul li a i {
  font-size: 18px;
}

.social-slider ul li a:hover {
  transform: scale(1.2);
}

.imgbottomslider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 2;
}

.imgbottomslider img {
  width: 100%;
}

/* Category */
#Category {
  padding: 40px 0;
}
.CategoryItem {
  width: 100%;
  text-align: center;
  position: relative;
  transition: all 0.5s ease-in-out;
}

.CategoryItem .image .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}

.CategoryItem:hover .image .overlay {
  background-color: rgba(0, 0, 0, 0.9);
}

.CategoryItem:hover .image .content a {
  margin-right: 0;
}

.CategoryItem:hover .image .content a i {
  opacity: 1;
  visibility: visible;
  margin-left: 5px;
}

.CategoryItem .image {
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.CategoryItem .image img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.CategoryItem .image .content {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 90%;
  transition: all 0.5s ease-in-out;
}

.CategoryItem .image .content h4 {
  color: #fff;
  font-size: 20px;
}

.CategoryItem .image .content span {
  display: block;
  height: 1px;
  background-color: #fff;
  width: 90px;
  margin: 5px auto;
}

.CategoryItem .image .content a {
  background: transparent;
  display: inline-block;
  text-align: center;
  border: none;
  color: #fff;
  outline: none;
  font-size: 13px;
  text-transform: uppercase;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.CategoryItem .image .content a:hover {
  color: #ef011c;
}

/* About */
#About {
  padding-bottom: 60px;
}

#About .image {
  width: 100%;
  height: auto;
}

#About .image img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  box-shadow: 0px 3px 10px #00000080;
}

#About .content .quote {
  position: relative;
}

#About .content .quote img {
  position: absolute;
  left: 0;
  top: -10px;
  width: auto;
  height: 130px;
}

#About .content .mini_title {
  margin-bottom: 20px;
}

#About .content .mini_title h5 {
  font-size: 22px;
  color: #000;
}

#About .content .title {
  margin-bottom: 20px;
}

#About .content .title h1 {
  font-size: 45px;
  color: #000;
  font-weight: 600;
}

#About .content .title h1 span {
  display: block;
}

#About .content .desc {
  margin-bottom: 20px;
}

#About .content .desc p {
  font-size: 14px;
  color: #c1c1c1;
  line-height: 1.7;
}

#About .content .moreBtn a {
  background: #ef011c;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 7px;
  width: 140px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

#About .content .moreBtn a i {
  margin-right: 5px;
  font-size: 12px;
}

#About .content .moreBtn a:hover {
  background-color: #000;
}

/* Ads */
#Ads {
  padding-bottom: 60px;
}

#Ads .container-fluid {
  padding: 0;
}

#Ads img {
  width: 100%;
  height: auto;
}

/* Products */
#Products {
  padding-bottom: 60px;
}

.productItem {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.productItem:hover .image .prod_img {
  transform: scale(1.1);
}

.productItem:hover .image .overlay {
  opacity: 1;
  visibility: visible;
}

.productItem:hover .image .fav_cart {
  top: 50%;
}

.productItem:hover .category_type span {
  color: #fff;
  background-color: #ef011c;
  border-color: #ef011c;
}

.productItem .image {
  width: 100%;
  height: 355px;
  overflow: hidden;
  border-radius: 0;
  margin-bottom: 10px;
  position: relative;
}

.productItem .image .prod_img {
  width: 100%;
  height: 100%;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.productItem .image .overlay {
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s ease-in-out;
}

.productItem .image .fav_cart {
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, -50%);
  padding: 5px 10px;
  border: 1px solid #707070;
  border-radius: 3px;
  background-color: transparent;
  width: 85%;
  transition: all 0.5s ease-in-out;
}

.productItem .image .fav_cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.productItem .image .fav_cart ul li {
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.productItem .image .fav_cart ul li:last-of-type {
  margin-left: 0;
}

.productItem .image .fav_cart ul li .add-to-wishlist-button {
  background: #fff;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 3px;
  width: 100px;
  border-radius: 0;
  font-size: 14px;
  color: #000;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.productItem .image .fav_cart ul li .add-to-cart-button {
  background: #ef011c;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 3px;
  width: 80px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.productItem .image .fav_cart ul li img {
  width: auto;
  height: 20px;
  cursor: pointer;
}

.productItem .image .fav_cart ul li span {
  display: block;
  height: 20px;
  width: 2px;
  background-color: #707070;
}

.productItem .image .newitem {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
}

.productItem .category_type {
  margin-bottom: 10px;
}

.productItem .category_type span {
  font-size: 12px;
  padding: 3px 10px;
  background-color: #f1f1f1;
  border: 1px solid #dedede;
  color: #7b7b7b;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.productItem .title {
  margin-bottom: 10px;
}

.productItem .title h5 {
  font-size: 16px;
  color: #000;
}

.productItem .price {
  margin-top: 10px;
}

.productItem .price p {
  font-size: 14px;
  color: #ef011c;
  font-weight: 600;
}

.productItem .price p span {
  font-size: 12px;
  margin-left: 5px;
  text-decoration: line-through;
  color: #c5c5c5;
}

.productItem .jq-ry-container {
  padding: 0;
}

/* Customers */
#Customers {
  margin-bottom: 60px;
  padding: 60px 0;
  background-image: url("../images/customerBG.png");
  background-size: cover;
  background-position: center;
  position: relative;
}

#Customers .overlay {
  background-color: #000000e6;
  z-index: 0;
}

#Customers .Section_title {
  position: relative;
}

#Customers .Section_title h2 {
  color: #fff;
}

#Customers .Section_title p {
  color: #d5d5d5;
}

.customerItem {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 10px #000000d9;
  padding: 30px;
}

.customerItem .user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.customerItem .user img {
  width: auto;
  height: 50px;
  margin-left: 10px;
}

.customerItem .user .content h4 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}

.customerItem .desc p {
  margin-bottom: 0;
  font-size: 12px;
  color: #c1c1c1;
  line-height: 1.7;
}

.customerItem .jq-ry-container {
  padding: 0;
}

/* Footer */
.footer {
  padding: 40px 0;
  padding-bottom: 60px;
  background-color: #000;
  border-bottom: 1px solid #585858;
}

.title-widget {
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.widget_nav_menu p {
  font-size: 12px;
  color: #fff;
}

.widget_nav_menu .linksList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_nav_menu .linksList li {
  font-size: 14px;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
}

.widget_nav_menu .linksList li a {
  color: #ababab;
  transition: all 0.2s ease-in-out;
}

.widget_nav_menu .linksList li a:hover {
  padding-right: 10px;
  border-right: 3px solid #ef011c;
  color: #ef011c;
}

.footer-bottom {
  width: 100%;
  padding: 10px 0;
  background-color: #000;
}

.language {
  color: #fff;
  padding: 10px 0;
}

.copyright {
  color: #fff;
  text-align: left;
  padding: 10px 0;
}

.copyright img {
  height: auto;
  width: 50px;
  margin-right: 5px;
}

.copyright p,
.language p {
  font-size: 14px;
  margin-bottom: 0;
}

.SocialList {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.SocialList span {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.newsteller .email-box {
  position: relative;
  width: 100%;
  height: 40px;
  box-shadow: 1px 3px 10px #00000014;
}

.newsteller .email-box .subscribeInp {
  position: absolute;
  right: 0;
  width: 70%;
  border-radius: 0;
  background-color: #fff;
  border: none;
  font-size: 11px;
  transition: all 0.2s ease-in-out;
}

.newsteller .email-box .subscribeInp:focus {
  box-shadow: none;
}

.newsteller .subscribeButton {
  text-align: center;
}

.newsteller .subscribeButton button {
  position: absolute;
  left: 0;
  width: 30%;
  color: #fff;
  border-radius: 0;
  background-color: #ef011c;
  padding: 10px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.newsteller .subscribeButton button:hover {
  background-color: #cc021a;
}

.newsletter-subscribe-button {
  background: #ef011c;
  display: inline-block;
  text-align: center;
  border: none;
  padding: 12px;
  width: 70px;
  border-radius: 0;
  font-size: 12px;
  color: #fff;
  outline: none;
  box-shadow: none;
  transition: all 0.2s ease-in-out;
}

.socialFooter {
  margin-top: 30px;
}

.socialFooter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.socialFooter ul li {
  display: inline-block;
  margin-right: 5px;
}

.socialFooter ul li a {
  display: flex;
  color: #fff;
  background-color: #ef011c;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 30px;
  transition: all 0.2s ease-in-out;
}

.socialFooter ul li a:hover {
  transform: rotate(360deg);
}

/*Scroll To Top */

.scroll_top {
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #ef011c;
  text-align: center;
  position: fixed;
  left: 0px;
  bottom: 50px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  border-radius: 0;
  z-index: 999;
  transition: all 0.5s ease-in-out;
}

.scroll_top i {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}

.scroll_top:hover {
  background-color: #000;
}

/*************************/
/** New Updates */
/***********************/
.breadcrumb {
  background-color: #fff;
  margin-top: 0;
  border-radius: 0;
  margin-bottom: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
}

.breadcrumb li {
  display: inline-block;
}

.breadcrumb li * {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  line-height: 32px;
}

.breadcrumb li a {
  color: #c8c8c8;
  outline: none;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.breadcrumb strong {
  font-weight: normal;
}

.product-essential {
  background-color: #fefefe;
  padding: 20px 15px;
  margin: 0 0 40px;
}

@media (min-width: 1001px) {
  .gallery {
    float: right;
    width: 100%;
  }
}

@media (min-width: 769px) {
  .gallery {
    width: 550px;
  }
}

.gallery {
  margin: 0 auto 50px;
}

@media (min-width: 1001px) {
  .gallery .picture {
    width: 100%;
  }
}

@media (min-width: 1001px) {
  .gallery .picture {
    width: 78%;
    float: left;
  }
}

.gallery .picture {
  position: relative;
  max-width: 100%;
  margin: 0 auto 10px;
  overflow: hidden;
}

.gallery .picture:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.gallery .picture img,
.gallery .picture-thumbs img,
.variant-picture img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  margin: auto;
}

@media (min-width: 1001px) {
  .gallery .picture-thumbs {
    overflow: hidden;
    font-size: 0;
    width: 100%;
  }
}

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
  /* display: inline-block; */
  /* float: left; */
  width: 100%;
}

.gallery .picture-thumbs {
  overflow: hidden;
  font-size: 0;
}

@media (min-width: 1001px) {
  .gallery .picture-thumbs .thumb-item {
    /* width: 86px; */
  }
}

.gallery .picture-thumbs .thumb-item {
  display: block;
  position: relative;
  /* width: 86px !important; */
  height: 100px;
  /* margin: 0 5px 10px; */
  overflow: hidden;
  float: right;
  cursor: pointer;
}

.gallery .picture-thumbs .thumb-item {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
  /* margin: 0 5px 10px; */
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1001px) {
  .overview {
    float: right;
    width: 100%;
  }
}

.overview {
  position: relative;
  margin: 0 0 50px;
}

.overview .product-name {
  margin: 0 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 0 0 10px;
}

.overview .product-name h1 {
  font-size: 28px;
  font-weight: bold;
}

.overview .availability,
.overview .manufacturers,
.variant-overview .availability,
.attributes,
.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 15px;
  overflow: hidden;
}

.overview .short-description {
  margin: 0 0 25px;
  line-height: 22px;
  color: #666;
}

.overview .prices,
.variant-overview .prices {
  margin: 0 0 10px;
  overflow: hidden;
}

.overview .prices > div,
.variant-overview .prices > div {
  margin: 0 0 5px;
  display: inline-block;
}

.overview .product-price,
.variant-overview .product-price {
  font-size: 20px;
  font-weight: bold;
  color: #444;
}

product-no-reviews,
.product-reviews-overview {
  margin: 0 0 25px;
  color: #444;
}

.product-review-box {
  display: inline-block;
  margin: 0 0 8px;
}

.product-review-box .rating {
  width: 95px;
  height: 14px;
  background: url(../images/rating1.png) repeat-x;
}

.product-review-box .rating div {
  height: 14px;
  background: url(../images/rating2.png) repeat-x;
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0 0 25px;
  color: #444;
}

.product-no-reviews a {
  text-decoration: underline;
}

.overview .add-to-cart {
  margin: 0 0 20px;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  display: inline-block;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.add-to-cart-panel {
  margin-top: -10px;
}

.add-to-cart-panel {
  margin-bottom: 20px;
  clear: both;
}

.overview .add-to-cart-panel > *,
.variant-overview .add-to-cart-panel > * {
  float: right;
}

.plus-btn,
.minus-btn {
  border: 0;
  background-color: #ef011c !important;
  padding: 2px 8px;
}
.overview .add-to-cart-panel input {
  border-radius: 0;
  color: #000;
  border: 2px solid #ece8e8;
  padding: 7px 0px 6px 0;
  text-align: center;
  width: 100px;
  font-size: 15px;
  height: 37px;
  vertical-align: middle;
}

.overview .add-to-cart-button {
  display: block !important;
  min-width: 200px;
}

.button-1,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  background: #ef011c;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  height: 43px;
  width: 100%;
  border: none;
  background-color: #fff !important;
  border: solid 1px #ef011c;
  padding: 0 24px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #ef011c;
  text-transform: uppercase;
}

.overview .add-to-cart-button:after {
  clear: both;
  display: block;
  content: "";
}

.overview .buy-now-button,
.variant-overview .buy-now-button {
  height: 43px;
  width: 100%;
  border: none;
  background-color: #ef011c !important;
  border: solid 1px #ef011c;
  padding: 0 24px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.overview .continue-shopping-button,
.variant-overview .continue-shopping-button {
  height: 43px;
  width: 100%;
  border: none;
  background-color: #e3e3e3;
  padding: 0 24px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #666;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  .overview-buttons {
    margin: 15px 0 25px 0 !important;
    font-size: 0;
  }
}

.overview-buttons {
  margin: 25px 0 25px;
  font-size: 0;
}

@media (min-width: 1001px) {
  .overview-buttons div {
    background-color: #f4f4f4;
    padding: 0px 5px 0px 15px;
    transition: 0.5s all ease;
  }
}

@media (min-width: 481px) {
  .overview-buttons div {
    display: inline-block;
    width: auto;
    margin: 0 1px 2px;
  }
}

overview-buttons div {
  width: 80%;
  margin: 0 auto 3px;
  background-color: #f4f4f4;
  padding: 0px 5px 0px 15px;
  transition: 0.5s all ease;
}

.html-product-details-page .overview .button-2,
.html-product-details-page.variant-overview .button-2 {
  background-color: unset;
  background-position-x: 88px;
  padding: 12px 28px 12px  15px;
}

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button {
  background-image: url(../images/wishlist-button.png);
}

.overview .button-2,
.variant-overview .button-2 {
  display: block;
  width: 100%;
  border: none;
  background-color: #eaeaea;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 12px 40px 12px  15px;
  text-align: right;
  font-size: 14px;
  color: #666;
}

@media (min-width: 1001px) {
  .product-details-page .title {
    text-align: right;
  }
}

.product-grid .title {
  /* margin: 0 0 30px; */
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px;
  font-size: 30px;
  font-weight: normal;
  color: #444;
}

.product-grid .title strong {
  font-weight: normal;
}

.item-grid {
  display: flex;
  /* align-items: center; */
  align-content: center;
  width: 100%;
  flex-wrap: wrap;
  /* background: #fdfafa; */
}

.item-grid {
  display: flex;
  /* align-items: center; */
  align-content: center;
  width: 100%;
  flex-wrap: wrap;
  /* background: #fdfafa; */
}

@media (min-width: 1001px) {
  .home-page .product-grid .item-box:nth-child(4n + 1),
  .product-details-page .product-grid .item-box:nth-child(4n + 1),
  .shopping-cart-page .product-grid .item-box:nth-child(4n + 1) {
    clear: both;
  }
}

@media (min-width: 1001px) {
  .home-page .product-grid .item-box:nth-child(3n + 1),
  .product-details-page .product-grid .item-box:nth-child(3n + 1),
  .shopping-cart-page .product-grid .item-box:nth-child(3n + 1) {
    clear: none;
  }
}

@media (min-width: 1001px) {
  .home-page .product-grid .item-box,
  .product-details-page .product-grid .item-box,
  .shopping-cart-page .product-grid .item-box {
    width: 24%;
    margin: 0 0.5% 30px;
  }
}

@media (min-width: 769px) {
  .item-box:nth-child(4n + 1) {
    clear: both;
  }
}

@media (min-width: 769px) {
  .item-box:nth-child(2n + 1) {
    clear: none;
  }
}

@media (min-width: 481px) {
  .item-box:nth-child(2n + 1) {
    clear: both;
  }
}

.item-box {
  width: calc(33.33% - 15px);
  margin: 0px 0px 40px;
}

@media (min-width: 769px) {
  .item-box {
    width: 272px;
    margin: 0 14px 50px;
  }
}

@media (min-width: 481px) {
  .item-box {
    width: 49%;
    margin: 0 14px 50px;
  }
}

.item-box {
  position: relative;
  width: 100%;
  float: right;
  margin: 0 0 80px;
  text-align: right;
  background: #fff;
}

@media (min-width: 1001px) {
  .page-container {
    margin: auto;
  }
}

.page-container {
  padding-top: 60px;
}

.page-container {
  max-width: 1200px;
  margin: auto;
}

.center-1 {
  margin: 0 0 100px;
}

.login-page,
.shopping-cart-page,
.order-details-page,
.checkout-page {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

.center-1 .page-title,
.center-1 .title {
  text-align: center;
}

.page-title {
  min-height: 50px;
  margin: 0px 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}

.page-title h1 {
  font-size: 30px;
  font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1001px) {
  .login-page .customer-blocks {
    overflow: hidden;
    padding: 0 10px;
  }
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

@media (min-width: 1001px) {
  .login-page .new-wrapper {
    float: right;
    width: 49%;
    margin: 0;
  }
}

.login-page .new-wrapper {
  margin: 0 0 50px;
}

.login-page .title {
  margin: 0 0 15px;
  font-size: 20px;
  color: #444;
}

.login-page .title strong {
  font-weight: normal;
}

@media (min-width: 1001px) {
  .login-page .new-wrapper .text {
    min-height: 270px;
  }
}

.login-page .new-wrapper .text {
  margin: 0 0 30px;
  /* border-top: 1px solid #e6e6e6; */
  background-color: #f9f9f9;
  padding: 30px;
  line-height: 22px;
  background-color: #fff;
  /* border: 3px solid #ccc; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.login-page .new-wrapper .text {
  background-color: #f9f9f9;
}

@media (min-width: 1001px) {
  .center-1 .buttons {
    text-align: center;
  }
}

.buttons {
  margin: 0 0 30px;
}

.login-page .new-wrapper .button-1 {
  margin: 0 0 5px;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #ef011c;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
  min-width: 140px;
  border: none;
  background-color: #ef011c;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1001px) {
  .login-page .returning-wrapper {
    float: left;
    width: 49%;
  }
}

.login-page .returning-wrapper {
  margin: 0;
}

.fieldset,
.section {
  position: relative;
  margin: 0 0 40px;
}

.login-page .returning-wrapper .form-fields {
  background-color: #f9f9f9;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1001px) {
  .login-page .returning-wrapper .form-fields {
    min-height: 270px;
    padding: 30px 30px;
    border: 0px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}

.login-page .returning-wrapper .form-fields {
  overflow: hidden;
  padding: 30px 15px 0;
}

.form-fields {
  background-color: #f9f9f9;
}

.form-fields {
  position: relative;
  background-color: #f9f9f9;
  padding: 30px 20px;
}

.login-page .returning-wrapper .buttons {
  /* background-color: #fff; */
  padding: 30px 0;
}

@media (min-width: 1001px) {
  .inputs {
    text-align: right;
  }
}

.inputs {
  position: relative;
  margin: 0 0 15px;
  text-align: center;
  white-space: nowrap;
  font-size: 0;
}

@media (min-width: 1001px) {
  .login-page .returning-wrapper .inputs label {
    width: 110px;
    display: block;
  }
}

@media (min-width: 1367px) {
  .inputs label {
    width: 375px;
  }
}

@media (min-width: 1001px) {
  .inputs label {
    margin: 0 10px 0 0;
    text-align: right;
  }
}

.inputs label {
  display: block;
  width: 100%;
  margin: 0 0 10px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  margin-bottom: 4px !important;
}

@media (min-width: 1367px) {
  .login-page .returning-wrapper input[type="text"],
  .login-page .returning-wrapper input[type="email"],
  .login-page .returning-wrapper input[type="password"] {
    width: 100%;
  }
}

@media (min-width: 1001px) {
  .login-page .returning-wrapper input[type="text"],
  .login-page .returning-wrapper input[type="email"],
  .login-page .returning-wrapper input[type="password"] {
    width: 100%;
  }
}

@media (min-width: 1001px) {
  .inputs input[type="text"],
  .inputs input[type="number"],
  .inputs input[type="date"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs input[type="password"],
  .inputs select {
    height: 40px;
  }
}

.inputs input[type="text"],
.inputs input[type="number"],
.inputs input[type="date"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs input[type="password"],
.inputs select,
.inputs textarea {
  width: 100%;
  max-width: 100%;
  background-color: #f9f9f9;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  vertical-align: middle;
  padding: 0px 0px 0px 8px;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
}

input,
textarea {
  border-radius: 0;
  outline: none;
  font-size: 14px;
}

.field-validation-valid,
.username-available-status {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #4cb17c;
}

.inputs:after {
  content: "";
  display: block;
  clear: both;
}

.login-page .returning-wrapper .inputs.reversed {
  white-space: normal;
  text-align: right;
}

.inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px;
  color: #444;
}

.custom-control-label::before {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.login-page .returning-wrapper .inputs.reversed * {
  display: inline-block;
  width: auto;
  margin: 5px;
  font-size: 14px;
  color: #444;
}

.admin-header-links {
  position: absolute;
  top: 203px;
  width: 16%;
  z-index: 1;
  border-radius: 0;
}

.admin-header-links {
  background-color: #000;
  text-align: center;
  color: #fff;
}

.admin-header-links * {
  display: inline-block;
  margin: 0 10px;
  line-height: 35px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

.order-progress {
  margin: 0px 0 50px;
}

@media (min-width: 1001px) {
  .order-progress {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .order-progress {
    padding: 20px;
  }
}

.order-progress {
  margin: 0 0 50px;
  background-color: #f6f6f6;
  padding: 15px 0;
  text-align: center;
}
.order-progress ul {
  font-size: 0;
}

@media (min-width: 769px) {
  .order-progress li {
    margin: 0 10px;
  }
}

.order-progress li {
  display: inline-block;
  margin: 10px;
}

.order-progress li.active-step a {
  cursor: pointer;
}

@media (min-width: 769px) {
  .order-progress a {
    min-width: 80px;
  }
}

.order-progress a {
  display: block;
  min-width: 70px;
  font-size: 14px;
  color: #444;
}

.order-progress a:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 15px;
  /* border: 1px solid #951a83; */
  border-radius: 50%;
  background: #ef011c url(../images/pointer.png) center no-repeat;
}

.order-progress li.inactive-step a {
  opacity: 0.3;
  cursor: default;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  min-height: 50px;
  margin: 0px 0 25px;
  border-bottom: 1px solid #ddd;
  padding: 6px 10px;
}
.center-1 .page-title,
.center-1 .title {
  text-align: center;
}

.shopping-cart-page .page-title {
  margin: 0 0 -1px;
  padding: 10px;
}

.page-title h1 {
  font-size: 30px;
  font-weight: normal;
}

.page:after,
.page-title:after,
.page-body:after {
  content: "";
  display: block;
  clear: both;
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

@media (min-width: 769px) {
  .cart tr {
    width: 31.33333%;
    margin: 40px 1% 0;
  }
}

@media (min-width: 1001px) {
  .cart tr {
    width: auto;
    margin: 0;
  }
}

@media (min-width: 769px) {
  .cart tr:nth-child(3n + 1) {
    clear: both;
  }
}

.cart th,
.data-table th,
.forum-table th {
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #ddd;
  background-color: #f6f6f6;
  padding: 10px;
  white-space: nowrap;
  font-weight: normal;
}

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
  min-width: 225px;
  text-align: right;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

.cart td,
.data-table td,
.forum-table td {
  min-width: 50px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #ddd #ddd;
  background-color: #fff;
  padding: 20px;
  color: #444;
}

.cart a,
.data-table a,
.forum-table a {
  font-weight: normal;
  color: #ef011c;
}

.cart .product a,
.data-table .product a,
.data-table .info a {
  font-weight: bold;
  color: #444;
}

.attributes {
  margin: 20px 0;
}

.overview .availability,
.overview .manufacturers,
.variant-overview .availability,
.attributes,
.overview .additional-details,
.variant-overview .additional-details {
  margin: 0 0 15px;
  overflow: hidden;
}

.cart .product .edit-item {
  margin: 10px 0 0;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #ef011c;
}

table td .quantity-border {
  display: flex;
  width: fit-content;
  /* border: 1px solid #000; */
  border-radius: 3px;
}

table td .quantity-border button[class*="btn"] {
  width: 25px;
  height: 25px;
  background: none;
  /* border: 1px solid #000; */
  /* background-color: #000; */
  background-color: #ef011c !important;
  cursor: pointer;
  border: 0;
}

table td .quantity-border button[class*="btn"] img {
  margin-bottom: 3px;
}

table td .quantity-border input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 25px;
  font-size: 14px;
  color: #5f3a66;
  font-weight: 600;
  background-color: #fff;
  padding: 0;
}

.shopping-cart-page .quantity input {
  padding: 0px;
}

.cart td.quantity input {
  /* width: 100px; */
  /* border: 1px solid #c0c0c0; */
  text-align: center;
  height: 25px;
}

.cart td.subtotal,
.data-table td.total {
  white-space: nowrap;
  color: #444;
}

.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #ef011c;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
  text-align: center;
}

@media (min-width: 769px) {
  .cart-options .common-buttons {
    text-align: left;
  }
}

.shopping-cart-page .common-buttons {
  margin: 0 0 60px;
  background-color: #f6f6f6;
  padding: 20px;
  font-size: 0;
}

.shopping-cart-page .common-buttons input:first-child,
.cart-footer .checkout-button,
.checkout-page .button-1,
.order-details-page .page-title a.print-order-button,
.order-details-page .actions input:first-child {
  background: #ef011c;
}

.shopping-cart-page .common-buttons input:first-child {
  background-color: #ef011c;
}

.shopping-cart-page .common-buttons input {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.shopping-cart-page .common-buttons input {
  display: inline-block;
  min-width: 180px;
  margin: 5px;
  border: none;
  background-color: #aaa;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.cart-footer {
  margin: 0 0 50px;
  border-top: 1px solid #ddd;
}

.cart-collaterals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 25px 0 0;
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals {
    float: right;
    width: 45%;
    margin: 0 2.5%;
  }
}

@media (min-width: 1367px) {
  .cart-footer .cart-collaterals {
    width: 760px;
    margin: 0;
  }
}

@media (min-width: 1367px) {
  .cart-footer .cart-collaterals .deals {
    float: right;
    width: 360px;
  }
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: right;
  }
}

.cart-collaterals > div {
  max-width: 400px;
  margin: 0 0 50px;
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: right;
  }
}

.cart-collaterals .deals > div {
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: right;
  }
}

.cart-collaterals .title {
  margin: 0 0 5px;
  font-size: 18px;
  color: #444;
}

.cart-collaterals .title strong {
  font-weight: normal;
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: right;
  }
}

.cart-collaterals .hint {
  margin: 0 0 10px;
}

@media (min-width: 769px) {
  .cart-footer .cart-collaterals div,
  .cart-footer .cart-collaterals label {
    text-align: right;
  }
}

.cart-collaterals .coupon-code {
  overflow: hidden;
}

input,
textarea {
  border-radius: 0;
  outline: none;
  font-size: 14px;
  color: #777;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
  border-radius: 0;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea,
select {
  height: 40px;
  border: 0;
  border-bottom: 1px solid #c0c0c0;
  vertical-align: middle;
  padding: 0px 0px 0px 8px;
}

.cart-collaterals .coupon-code input[type="text"] {
  float: right;
  width: 60%;
  height: 36px;
  border: 1px solid #c0c0c0;
  margin: 0 -1px 0 0;
}

.cart-collaterals .coupon-code input[type="submit"] {
  float: right;
  width: 40%;
  height: 36px;
  padding: 0;
}

.cart-collaterals .button-2 {
  display: inline-block;
  border: none;
  background-color: #aaa;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
}

.cart-footer .totals {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 50px;
  background-color: #f9f9f9;
  padding: 10px;
  color: #444;
}

@media (min-width: 769px) {
  .cart-footer .totals {
    float: left;
    width: 45%;
    margin: 0 2.5%;
  }
}

@media (min-width: 1367px) {
  .cart-footer .totals {
    width: 395px;
    margin: 0;
  }
}

.cart-footer .total-info {
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
  padding: 5px 30px 15px;
}

.cart-total td {
  width: 50%;
  padding: 5px 0;
  text-align: left;
}

.cart-total td:first-child {
  text-align: right;
}

.cart-total .order-total {
  font-size: 20px;
  color: #ef011c;
}

.cart-total .order-total strong {
  font-weight: normal;
  color: inherit;
}

.cart-total .earn-reward-points {
  font-style: italic;
}

.custom-control {
  position: relative;
  display: flex;
  min-height: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
}

.terms-of-service {
  margin: 0 0 20px;
  padding: 0 30px;
}

@media (min-width: 769px) {
  .cart-footer .terms-of-service {
    text-align: right;
  }
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  cursor: pointer;
  line-height: 1;
}

.terms-of-service a {
  margin: 0 0 0 3px;
}

.cart-footer .checkout-buttons {
  padding: 0 10px;
}

@media (min-width: 769px) {
  .cart-footer .checkout-buttons,
  .cart-footer .addon-buttons {
    text-align: left;
  }
}

.cart-footer .checkout-button {
  display: inline-block;
  min-width: 160px;
  border: none;
  background-color: #ef011c !important;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.wishlist-page .page-title {
  margin: 0 0 -1px;
}

.wishlist-content {
  margin: 0 0 20px;
}

.wishlist-content .table-wrapper {
  margin: 0 0 30px;
}

.cart .product .edit-item a {
  font-weight: normal;
  color: #ef011c;
}

.cart td.subtotal .discount,
.cart td.subtotal .discount-additional-info {
  font-style: italic;
  color: #ef011c;
}

.wishlist-content .button-2 {
  display: block;
  width: 250px;
  margin: 0 auto 3px;
  border: none;
  padding: 10px 25px;
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

.wishlist-content .update-wishlist-button,
.wishlist-content .wishlist-add-to-cart-button {
  background-color: #ef011c;
  text-transform: uppercase;
}

@media (min-width: 481px) {
  .wishlist-content .button-2 {
    display: inline-block;
    width: auto;
    min-width: 140px;
    margin: 0 1px 5px;
  }
}

.wishlist-page .share-info {
  text-align: center;
}

.wishlist-page .share-info span {
  display: block;
  margin: 0 0 5px;
}

.wishlist-page .share-info a {
  font-weight: bold;
  color: #444;
}

@media (min-width: 1001px) {
  .page {
    text-align: right;
  }
}

#ph-topic,
.sitemap-page,
.wishlist-page,
.registration-page {
  max-width: 1200px;
  margin: auto;
  padding: 20px 0;
}

.fieldset .title,
.section .title {
  margin: 0 0 15px;
  padding: 0 10px;
  font-size: 20px;
  color: #ef011c;
}

@media (min-width: 1001px) {
  .page.registration-page .form-fields {
    background-color: #f9f9f9;
    width: 450px;
    max-width: 100%;
    margin: auto;
  }
}

@media (min-width: 1001px) {
  .inputs {
    text-align: right;
  }
}

@media (min-width: 1001px) {
  .inputs label {
    margin: 0 10px 0 0;
    text-align: right;
  }
}

@media (min-width: 1367px) {
  .inputs label {
    width: 375px;
  }
}

.gender {
  display: inline-block;
}

.gender span {
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 1001px) {
  .gender span {
    margin: 0 10px 0 0;
  }
}

.date-of-birth .date-picker-wrapper {
  display: inline;
}

.date-of-birth select {
  width: 32%;
}

.gender span > * {
  display: inline !important;
  margin: 0 5px;
  line-height: 32px;
  text-align: right;
}

@media (min-width: 1001px) {
  .gender span > * {
    margin: 0 5px 0 0;
  }
}

.gender span > * {
  display: inline-block !important;
}

.registration-page .gender span > * {
  display: inline !important;
}

.registration-page .custom-checkbox {
  margin: 0px;
}

.registration-page .newsletter-checkbox {
  padding: 0px;
  display: -webkit-inline-box;
}

.registration-page .newsletter-checkbox {
  padding: 0px;
}

.registration-page .custom-checkbox-label {
  padding-top: 0px;
}

.registration-page .custom-checkbox label {
  width: unset;
  margin-right: 25px;
}

.registration-page .newsletter-checkbox label:first-child {
  margin: 0px;
}

input,
textarea,
select {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #777;
}

@media (min-width: 1001px) {
  .edit-address {
    background-color: #f9f9f9;
    border: 0px !important;
    width: 600px !important;
    margin: auto !important;
    padding-bottom: 20px;
  }
}

.enter-address .edit-address {
  background-color: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  margin: 0 0 30px;
  padding: 30px 15px;
}

.checkout-page .button-1 {
  display: inline-block;
  min-width: 140px;
  border: none;
  background-color: #ef011c;
  padding: 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}

.shopping-cart-page .common-buttons input:first-child,
.cart-footer .checkout-button,
.checkout-page .button-1,
.order-details-page .page-title a.print-order-button,
.order-details-page .actions input:first-child {
  background: #ef011c;
}

.checkout-page .address-item {
  width: 350px;
  max-width: 100%;
  margin: 0 auto 40px;
}

@media (min-width: 1001px) {
  .checkout-page .address-item {
    width: 22.33333%;
  }
}

@media (min-width: 769px) {
  .checkout-page .address-item {
    float: right;
    width: 48%;
    margin: 0 1% 40px;
  }
}

.checkout-page .address-item ul {
  list-style: none;
  margin: 0 0 15px;
  background-color: #f9f9f9;
  border: 1px solid #ef011c;
  padding: 20px;
  color: #444;
  max-height: 215px;
  overflow: hidden;
  overflow-y: scroll;
}

.checkout-page .address-item li {
  padding: 5px 0;
}

.checkout-page .address-item li.name {
  font-size: 16px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .checkout-page .address-item {
    float: right;
    width: 48%;
    margin: 0 1% 40px;
  }
}

@media (min-width: 1001px) {
  .checkout-page .address-item {
    width: 22.33333%;
  }
}

@media (min-width: 769px) {
  .checkout-page .address-grid {
    overflow: hidden;
  }
}

a,
article,
blockquote,
cite,
dd,
div,
dl,
dt,
figcaption,
figure,
footer,
form,
h4,
h5,
h6,
header,
li,
nav,
p,
section,
span,
table,
td,
th,
tr,
ul {
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  line-height: inherit;
  list-style: none;
  color: inherit;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.shipping-method .method-list li,
.payment-method .method-list li {
  margin: 20px 0;
  font-size: 14px;
}

@media (min-width: 769px) {
  .shipping-method .method-list li,
  .payment-method .method-list li {
    display: inline-block;
    width: 25%;
    margin: 20px 2%;
    vertical-align: top;
  }
}

@media (min-width: 1367px) {
  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 20px 1%;
  }
}

@media (min-width: 769px) {
  .shipping-method .method-name {
    background-color: #f6f6f6;
    padding: 10px;
    justify-content: center;
  }
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.block {
  max-width: 600px;
  min-height: 50px;
  margin: auto;
  text-align: right;
}

@media (min-width: 1001px) {
  .block {
    float: none;
    width: auto;
    margin: 10px 0 20px;
  }
}

.block .title {
  position: relative;
  margin: 0 0 10px;
  border-bottom: 1px solid #ddd;
  background: #ef011c url(../images/toggle-white.png) right 14px no-repeat;
  padding: 12px 30px 12px 10px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

@media (min-width: 1001px) {
  .block .title {
    margin: 0;
    border-bottom: 1px solid #aaa;
    background: #ef011c;
    color: #fff;
    cursor: auto;
  }
}

.block .listbox {
  display: none;
  border-bottom: 1px solid #ddd;
  padding: 10px 5px;
}

@media (min-width: 1001px) {
  .block .listbox {
    display: block;
    border-bottom: none;
  }
}

.block .title strong {
  font-weight: normal;
}

.block .list li {
  padding: 5px 0 5px 25px;
}

.block .list a {
  display: inline-block;
  position: relative;
  padding: 5px 0;
  font-size: 16px;
  color: #444;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.block .list a:before {
  content: "\26AA";
  position: absolute;
  top: 3px;
  right: -28px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.side-2:after {
  content: "";
  display: block;
  clear: both;
}

.center-2,
.side-2 {
  margin: 0 0 50px;
}

.side-2 {
  background: #fff;
}

@media (min-width: 1001px) {
  .side-2 {
    float: right;
    width: 23%;
  }
}

@media (min-width: 1001px) {
  .center-2 {
    float: left;
    width: 75%;
  }
}

.master-column-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 1001px) {
  .page.account-page.customer-info-page .fieldset {
    width: 450px;
    margin: auto;
  }
}

@media (min-width: 1001px) {
  .html-customer-info-page .page-body {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
  }
}

@media (min-width: 1001px) {
  .page.account-page.customer-info-page .fieldset:first-child .title {
    padding-top: 20px;
  }
}

@media (min-width: 1001px) {
  .page.account-page.customer-info-page .fieldset .title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.account-page .buttons {
  text-align: center;
}

@media (min-width: 1001px) {
  .page.account-page.customer-info-page .buttons {
    width: 450px;
    margin: auto;
    padding-bottom: 40px;
  }
}

.html-customer-info-page .newsletter-checkbox label {
  width: unset !important;
  margin: 0px !important;
  margin-right: 5px !important;
  padding-top: 0px;
}

@media (min-width: 1001px) {
  .center-2 .inputs label {
    display: block;
    width: 100%;
    text-align: right;
  }
}

.html-customer-info-page .newsletter-checkbox label:before {
  right: 0;
}

.html-customer-info-page .newsletter-checkbox label:after {
  right: 0;
}

.html-customer-info-page .newsletter-checkbox {
  padding: 0px;
  margin: 0px !important;
  display: -webkit-inline-box;
}

.html-customer-info-page .newsletter-checkbox {
  padding: 0px;
  display: -webkit-inline-box;
}

.html-customer-info-page .gender {
  display: flex !important;
}

.html-customer-info-page .gender div {
  margin: 0 10px 0 0;
}

.address-list-page .button-2,
.order-list-page .button-2 {
  display: inline-block;
  margin: 0 0 0 10px;
  border: none;
  padding: 12px 15px 12px 40px;
  font-size: 14px;
  color: #444;
  background-color: #eaeaea;
}

@media (min-width: 1001px) {
  .address-list-page .buttons,
  .order-list-page .buttons {
    position: absolute;
    top: -5px;
    left: 10px;
  }
}

.address-list-page .info,
.order-list-page .info {
  margin: 0 0 10px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 20px;
  line-height: 26px;
  color: #444;
}

.address-list-page .info .name,
.order-list-page .info .name {
  font-size: 16px;
  font-weight: bold;
}

.address-list-page .add-button {
  margin: 10px 0 20px;
  text-align: center;
  padding-bottom: 40px;
}

@media (min-width: 1001px) {
  .page.change-password-page .form-fields {
    background-color: #f9f9f9;
    width: 450px;
    margin: auto;
  }
}

@media (min-width: 1001px) {
  .page.change-password-page .fieldset {
    background-color: #f9f9f9;
  }
}

.required {
  margin: 0px;
  vertical-align: top;
  font-size: 20px;
  font-weight: normal;
  color: #e4434b;
  position: absolute;
  top: 0px;
  left: 0px;
}

@media (min-width: 1001px) {
  .page.account-page.address-edit-page .page-body {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
  }
}

@media (min-width: 1001px) {
  .edit-address ~ .buttons {
    padding-bottom: 40px;
  }
}

.address-edit-page .edit-address {
  margin: 0 0 30px;
  border-top: 1px solid #e6e6e6;
  background-color: #f9f9f9;
  padding: 30px 15px;
}






.contact-page .topic-block, .email-a-friend-page .title, .apply-vendor-page .title {
    margin: 25px 0;
}

.topic-block-body {
    text-align: justify;
    line-height: 24px;
    font-size: 16px;
}

.category-description p, .manufacturer-description p, .full-description p, .topic-block p, .topic-page p, .post-body p, .news-body p {
    margin: 10px 0;
    text-align: justify;
}

.contact-page .topic-block-body p {
    text-align: center;
}

.form-fields {
    background-color: #f9f9f9;
}

@media (min-width: 1001px) {
    .html-contact-page .form-fields {
        background-color: #f9f9f9;
        width: 450px;
        margin: auto;
    }
}

textarea {
    min-height: 150px;
}

.contact-page .button-1, .email-a-friend-page .button-1, .apply-vendor-page .button-1 {
    min-width: 140px;
    border: none;
    background-color: #ef011c;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

/**************************************/

@media only screen and (max-width: 600px) {
  body {
    padding-top: 63px;
  }
  .navbar-brand {
    text-align: unset;
    width: unset;
  }
  .navbar-brand img {
    height: 43px;
  }
  .headSection,
  .navbar .links,
  .navSearch {
    display: none;
  }
  .formobile {
    display: block;
  }
  .navbar {
    top: 0;
    padding: 0;
    box-shadow: 0px 3px 10px #00000008;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 80%;
    background-color: #fff;
    border: none;
  }
  #navbarContent {
    height: 100vh;
    margin: 80px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .search-box {
    display: none;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots {
    bottom: -12px;
  }
  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button:before {
    font-size: 30px;
  }
  .social-slider ul li a {
    width: 18px;
    height: 18px;
  }
  .social-slider ul li a i {
    font-size: 10px;
  }

  .CategoryItem .image {
    height: auto;
  }
  .CategoryItem .image .content h4 {
    font-size: 16px;
  }
  .CategoryItem .image .content a {
    font-size: 11px;
  }

  #About .image {
    margin-bottom: 20px;
  }
  #About .content .quote img {
    top: 5px;
    height: 45px;
  }
  #About .content .mini_title {
    margin-bottom: 10px;
  }
  #About .content .title h1 {
    font-size: 28px;
  }
  #About .content .desc p,
  #About .content .moreBtn a {
    font-size: 12px;
  }
  #About .content .moreBtn a i {
    font-size: 10px;
  }

  .Section_title h2 {
    font-size: 18px;
  }
  .Section_title p {
    font-size: 10px;
    width: 90%;
  }

  #owl-carousel-two .owl-nav .owl-next,
  #owl-carousel-four .owl-nav .owl-next,
  #owl-carousel-three .owl-nav .owl-next {
    left: 12px;
  }
  #owl-carousel-two .owl-nav .owl-prev,
  #owl-carousel-four .owl-nav .owl-prev,
  #owl-carousel-three .owl-nav .owl-prev {
    right: 12px;
  }
  .productItem .image {
    height: auto;
  }

  .copyright,
  .language {
    text-align: center;
  }
  .language {
    padding-bottom: 0;
  }
  .copyright p,
  .language p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
  body {
    padding-top: 63px;
  }
  .Search_Icon {
    left: 90px;
  }
  .navbar-brand {
    text-align: unset;
    width: unset;
  }
  .headSection,
  .navbar .links,
  .navSearch {
    display: none;
  }
  .navbar-brand img {
    height: 43px;
  }
  .formobile {
    display: block;
  }
  .navbar {
    top: 0;
    padding: 0;
    box-shadow: 0px 3px 10px #00000008;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 40%;
    background-color: #fff;
    border: none;
  }
  #navbarContent {
    height: 100vh;
    margin: 80px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .search-box {
    display: none;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button:before {
    font-size: 30px;
  }
  .social-slider {
    right: 7%;
  }
  .social-slider ul li a {
    width: 22px;
    height: 22px;
  }
  .social-slider ul li a i {
    font-size: 12px;
  }

  .CategoryItem .image {
    height: 248px;
  }
  .CategoryItem .image .content h4 {
    font-size: 16px;
  }
  .CategoryItem .image .content a {
    font-size: 11px;
  }

  #About .image {
    margin-bottom: 20px;
  }
  #About .content .quote img {
    top: 5px;
    height: 65px;
  }
  #About .content .mini_title {
    margin-bottom: 10px;
  }
  #About .content .title h1 {
    font-size: 28px;
  }
  #About .content .desc p,
  #About .content .moreBtn a {
    font-size: 12px;
  }
  #About .content .moreBtn a i {
    font-size: 10px;
  }

  .Section_title h2 {
    font-size: 18px;
  }
  .Section_title p {
    font-size: 10px;
    width: 90%;
  }

  #owl-carousel-two .owl-nav .owl-next,
  #owl-carousel-four .owl-nav .owl-next,
  #owl-carousel-three .owl-nav .owl-next {
    left: 12px;
  }
  #owl-carousel-two .owl-nav .owl-prev,
  #owl-carousel-four .owl-nav .owl-prev,
  #owl-carousel-three .owl-nav .owl-prev {
    right: 12px;
  }
  .productItem .image {
    height: 368px;
  }

  .copyright p,
  .language p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 63px;
  }
  .Search_Icon {
    left: 90px;
  }
  .navbar-brand {
    text-align: unset;
    width: unset;
  }
  .navbar-brand img {
    height: 43px;
  }
  .headSection,
  .navbar .links,
  .navSearch {
    display: none;
  }
  .formobile {
    display: block;
  }
  .navbar {
    top: 0;
    padding: 0;
    box-shadow: 0px 3px 10px #00000008;
  }
  .navbar-collapse {
    left: -100%;
    transition: left 0.2s ease-in-out;
  }
  .navbar-collapse.show {
    left: 0;
  }
  .navbar-new-bottom {
    top: 0;
    right: unset;
    width: 40%;
    background-color: #fff;
    border: none;
  }
  #navbarContent {
    height: 100vh;
    margin: 80px 0px 0px;
    padding-bottom: 90px;
    overflow: scroll;
    overflow-x: hidden;
  }
  .search-box {
    display: none;
  }
  .navbar-nav {
    text-align: justify;
  }
  .navbar-light .navbar-nav .nav-link {
    border: none;
    padding: 14px 0px 13px;
  }
  .navbar-light .navbar-nav .homeLink:first-child a {
    border: none;
  }
  #dropdownMenu_2 {
    background-color: #efefef;
    box-shadow: none;
  }
  #dropdownMenu_2 .dropdown-item {
    padding-right: 2.5rem;
  }

  .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .slick-dots li button:before {
    font-size: 30px;
  }
  .social-slider {
    right: 6%;
  }
  .social-slider ul li a {
    width: 28px;
    height: 28px;
  }
  .social-slider ul li a i {
    font-size: 14px;
  }

  .CategoryItem .image {
    height: 178px;
  }
  .CategoryItem .image .content h4 {
    font-size: 16px;
  }
  .CategoryItem .image .content span {
    width: 80px;
  }
  .CategoryItem .image .content a {
    font-size: 10px;
  }
  .owl-nav .owl-next,
  .owl-nav .owl-prev {
    top: 20px;
  }

  #About .content .quote img {
    top: -8px;
    height: 90px;
  }
  #About .content .mini_title {
    margin-bottom: 10px;
  }
  #About .content .mini_title h5 {
    font-size: 18px;
  }
  #About .content .title h1 {
    font-size: 25px;
  }
  #About .content .desc p,
  #About .content .moreBtn a {
    font-size: 12px;
  }
  #About .content .moreBtn a i {
    font-size: 10px;
  }

  .Section_title h2 {
    font-size: 18px;
  }

  .productItem .image {
    height: 293px;
  }

  .SocialList span {
    font-size: 11px;
  }
  .title-widget {
    font-size: 14px;
  }
  .widget_nav_menu .linksList li {
    font-size: 11px;
  }
  .copyright p,
  .language p {
    font-size: 11px;
  }
  .socialFooter ul li a {
    width: 20px;
    height: 20px;
  }
  .socialFooter ul li a i {
    font-size: 11px;
  }
  .socialFooter ul li {
    margin-right: 1px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 179px;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }
  .owl-nav .owl-next {
    left: 10px;
  }
  .owl-nav .owl-prev {
    right: 10px;
  }

  .headSection .call ul li {
    margin-right: 5px;
  }

  .CategoryItem .image {
    height: 177px;
  }
  .productItem .image {
    height: 293px;
  }

  .socialFooter ul li {
    margin-right: 3px;
  }
}
