body {
  margin: 0;
  padding: 0;
  font-family: "arial";
  color: #363636;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style-type: none;
}

a,
p {
  text-decoration: none;
  outline: none;
  color: #313131;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: #333;
}

img {
  max-width: 100%;
  height: 100%;
}

input:focus,
input:active {
  outline: 0;
}

button:focus,
button:active {
  outline: 0;
}
.a_block {
  display: block;
}
.flex {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
}
.section_padding {
  padding: 30px 0;
}
.container {
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  width: 100% !important;
  max-width: 1675px !important;
}
.col-side-bar {
float: left;
    width: 305px;
    padding: 0 7.5px 0 15px;
  position: relative;
}
.col-main {
  float: right;
  width: calc(100% - 305px);
  padding: 0 15px 0 7.5px;
  position: relative;
}
.sidebar {
  will-change: min-height;
}

.sidebar__inner {
  transform: translate(0, 0); /* For browsers don't support translate3d. */
  transform: translate3d(0, 0, 0);
  will-change: position, transform;
}
header {
  position: relative;
  z-index: 10002;
}
.header .login_col {
  padding-left: 0;
}
.top_header {
  line-height: 75px;
  position: relative;
}
.logo_wrapper {
  width: calc(100% - 25px);
  padding-right: 25px;
  line-height: inherit;
}

.search_wrapper {
  line-height: inherit;
  padding-right: 100px;
}
.header_search {
  display: inline-block;
  position: relative;
  width: 100%;
  line-height: 42px;
  padding-left: 0px;
}
.header_search input {
  width: 100%;
  height: 41px;
  background-color: #fff;
  border: 1px solid #d5dadd;
  color: #474747;
  border-radius: 7px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 500;
  padding-right: 45px;
}
.logo_link > img {
  filter: opacity(1);
  transition: 0.5s;
  max-height: 100%;
  height: auto;
  width: auto;
}
.logo_link.hide_logo > img {
  filter: opacity(0);
}
.header_search input::placeholder {
  color: #828282;
  opacity: 1;
  font-size: 16px;
  font-weight: 200;
}

.header_search input:-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
  font-weight: 200;
}
.top_banner {
  height: 60px;
}
.top_banner a {
  display: flex;
  width: 100%;
  height: 100%;
  background-repeat-x: repeat;
  background-size: contain;
  align-items: center;
  justify-content: center;
  position: relative;
}
.top_banner img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
}
.rsp_title {
  display: none;
}
.top_banner a span {
  display: inline-block;
  line-height: 35px;
  padding: 0 20px;
  background: #c2c2fd;
  border-radius: 20px;
  font-size: 15px;
  color: #5f5f5f;
  position: relative;
  z-index: 101;
}
.top_banner a span i {
  float: right;
  line-height: inherit;
  margin-left: 10px;
  font-size: 19px;
  color: inherit;
}
.header {
  background: #fff;
}
.header_search input::-ms-input-placeholder {
  color: #828282;
  font-size: 16px;
  font-weight: 200;
}
.header_search a {
  position: absolute;
  left: unset;
  top: 0;
  bottom: 1px;
  right: 0;
  width: 40px;
  border-radius: 0 7px 7px 0;
  background: transparent;
}
.bottom_header .menu > li > ul {
  display: none;
}
.header_search a i {
  display: block;
  text-align: center;
  line-height: inherit;
  font-size: 25px;
  color: #858585;
  position: relative;
}
.header_search a:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  height: 60%;
  margin-top: -30%;
  width: 1px;
  background: #bfbfbf;
}
.header_login {
  line-height: inherit;
}
.header_login .wrapper {
  padding: 22.5px 0;
  height: 75px;
}
.header_login .login_wrapper {
  float: left;
  line-height: 30px;
  padding-left: 0;
  width: 45px;
  text-align: center;
  margin-right: 10px;
}
.header_login .login_wrapper span {
  display: none;
  color: #717171;
}
.header_login .login_wrapper i {
  float: unset;
  display: block;
  font-size: 20px;
  line-height: inherit;
  color: #858585;
}

.header_login .shop_cart_wrapper {
  float: left;
  width: auto;
  position: relative;
}
.header_login .shop_cart_wrapper .shop_cart {
  line-height: 33px;
  border-radius: 5px;
  position: relative;
  padding-left: 0;
  padding-right: 16px;
  height: 35px;
}
#basketcount {
  position: absolute;
  left: unset;
  right: -13px;
  top: 50%;
  text-align: center;
  font-size: 12px;
  margin-top: -12.5px;
  line-height: 20px;
  width: 20px;
  border-radius: 100%;
  padding-right: 0;
}
.header_login .shop_cart_wrapper .shop_cart i {
    float: left;
    line-height: inherit;
    font-size: 20px;
    padding-right: 10px;
}
.header_login .shop_cart_wrapper .shop_cart span:first-of-type {
  display: none;
    float: left;
    font-size: 15px;
    padding-right: 10px;
}
.header_login .shop_cart_wrapper .shop_cart span:last-of-type {
  float: right;
  position: relative;
  font-size: 13px;
  padding-right: 4px;
}
.bottom_header .menu {
  display: block;
  position: relative;
}
.bottom_header .menu > li {
  float: left;
}
.bottom_header .menu > li.special {
  float: left;
}
.bottom_header .menu > li.special a {
  background: #484848;
  padding: 0 20px;
}
.bottom_header .menu > li > a {
  display: block;
  line-height: 40px;
  padding: 0 15px;
  color: #fff;
  position: relative;
  z-index: 9999;
}
.bottom_header .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  height: 3px;
  left: 0;
  right: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.3s;
}
.bottom_header .menu > li > a:before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 1px 0 2px rgba(44, 44, 44, 0.5), -1px 0 2px rgba(44, 44, 44, 0.5);
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.3s;
}
.bottom_header .menu li:hover > a:after,
.bottom_header .menu li:hover > a:before {
  transform: scaleX(1);
}
.bottom_header .mega_menu_wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  width: 75%;
  top: calc(100% + 3px);
  z-index: 99999;
  box-shadow: 0 1px 5px #5c5c5c;
  transition: 0.3s;
}
.bottom_header .menu > li:hover > .mega_menu_wrapper {
  visibility: visible;
  opacity: 1;
}
.img_big {
  display: block !important;
}
.img_small {
  display: none !important;
}
.bottom_header .mega_menu_wrapper ul {
  height: 410px;
  padding: 10px 300px 10px 15px;
  background: #fff;
  column-count: 4;
  column-fill: auto;
}
.bottom_header .mega_menu_wrapper ul li a {
  display: inline-block;
  font-size: 12px;
  line-height: 25px;
  padding-right: 15px;
  font-weight: 300;
  /*transition: 0.2s;*/
  position: relative;
  z-index: 11;
}
.bottom_header .menu li .img_content {
  display: none;
}
.bottom_header .mega_menu_wrapper ul li > a:hover {
  font-weight: 600;
}
.bottom_header .mega_menu_wrapper ul li.main_cat a {
  display: inline-block;
  position: relative;
  color: #1ca2bd;
  font-size: 13px;
  line-height: 30px;
  padding-left: 13px;
  font-weight: 400;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bottom_header .mega_menu_wrapper ul li.view_more {
  position: absolute;
  bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #f0f0f0;
  min-width: 320px;
}
.bottom_header .mega_menu_wrapper ul li.view_more a {
  font-size: 13px;
  font-weight: 500;
  line-height: 25px;
}
.bottom_header .mega_menu_wrapper ul li.view_more a i {
  float: right;
  padding-left: 7px;
  line-height: inherit;
}
.bottom_header .mega_menu_wrapper ul li.image {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 300px;
  line-height: 410px;
}
.bottom_header .mega_menu_wrapper ul li.image img {
  max-width: 100%;
  height: auto;
}
.bottom_header .mega_menu_wrapper ul li.main_cat a:after {
  content: "\f2fb";
  font-family: "Material-Design";
  position: absolute;
  left: 4px;
  font-size: 15px;
  transition: 0.2s;
}
.bottom_header .mega_menu_wrapper ul li.main_cat a:hover:after {
  transform: translateX(3px);
}
.drop_down_login {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 10px);
  padding: 7px 10px;
  /*visibility: hidden;*/
  background: #fff;
  box-shadow: 0 0 1px #7b7b7b;
  /*    transform: scaleY(0);
    transition: 0.3s;*/
  display: none;
  z-index: 99999;
}
/*.drop_down_login.active{
    visibility: visible;
    transform: scaleY(1);
}*/
.drop_down_login:after {
  content: "";
  position: absolute;
  left: 11px;
  bottom: 100%;
  width: 0;
  height: 0;
  border: 11px solid;
}
.drop_down_login li:not(:last-child) {
  margin-bottom: 10px;
}
.drop_down_login a,
.mobile_menu .login a {
  display: block;
  line-height: 30px;
  text-align: center;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 300;
}
.responsive_btn {
  position: absolute;
  left: 15px;
  top: 50%;
  height: auto;
  margin-top: -15px;
  display: none;
}
.responsive_btn li {
  float: left;
  /* margin-right: 30px; */
}
.responsive_btn li a {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #858585;
}
.responsive_btn li a i {
float: left;
    line-height: inherit;
    font-size: 26px;
    padding-right: 10px;
}
.mobile_menu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 250px;
  top: 0;
  bottom: 0;
  background: #fff;
  left: -250px;
  height: 100%;
  box-shadow: -1px 0 5px #666666;
  z-index: 10000000000000;
  transition: 0.5s;
  overflow: auto;
}
.mobile_menu_layer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10001;
  transition: 0.5s;
}
.mobile_menu_layer.active {
  visibility: visible;
  opacity: 1;
}
.mobile_menu.active {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.mobile_menu .login {
  display: none;
  margin: 30px 0;
  padding: 0 10px;
}
.mobile_menu .login a:first-child {
  margin-bottom: 15px;
}
.mobile_menu .login a i {
  float: right;
  width: 25px;
  font-size: 18px;
  line-height: inherit;
  transform: translateX(-76px);
}
.mobile_menu .logo {
  line-height: 50px;
  text-align: center;
  margin-top: 10px;
}
.mobile_menu .logo img {
  width: 120px;
}
.mobile_menu .menu > ul {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
}
.mobile_menu .menu ul > li > ul {
  background: #f5f5f5;
  padding: 10px 0;
  margin: 10px 0;
}
.mobile_menu .menu ul ul {
  padding-right: 10px;
}
.mobile_menu .menu ul ul ul {
  padding-right: 15px;
}
.mobile_menu .menu ul ul > li > a {
  font-size: 13px;
}
.mobile_menu .menu ul ul {
  display: none;
}
.mobile_menu .menu ul li {
  position: relative;
  margin-bottom: 15px;
}
.mobile_menu .menu ul a {
  display: block;
  line-height: 30px;
  font-size: 14px;
  color: #757575;
  padding-left: 30px;
  position: relative;
}
.mobile_menu .menu li span.view_more {
  position: absolute;
  left: 7.5px;
  border: 1px solid #cbc3c3;
  width: 15px;
  height: 15px;
  top: 15px;
  margin-top: -7.5px;
  border-radius: 100%;
  text-align: center;
  line-height: 16px;
  cursor: pointer;
}
footer {
  background: #eceff1;
}
.go_up {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  align-items: center;
  height: 55px;
  cursor: pointer;
  border-top: 1px solid #e1e0e0;
  background: #f5f5f5;
}
.go_up .icon {
  display: inline-block;
  background: rgba(191, 191, 191, 0.41);
  width: 35px;
  height: 35px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.go_up .icon:after {
  content: "\f2fc";
  font: normal normal normal 14px/1 "Material-Design";
  font-size: 30px;
  color: #6d6d6d;
  font-weight: 100;
}
.go_up .text {
  font-size: 16px;
  font-weight: 300;
  margin-left: 10px;
}
.services {
  border-top: 1px solid #b7b7b7;
}
.services ul {
  padding: 20px 15px;
}
.services ul li {
  float: right;
  width: 20%;
  padding: 0 7.5px;
  text-align: center;
}
.services ul li h4 {
  font-size: 14px;
  font-weight: 200;
  color: #242424;
}
.services ul li img {
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.footer_row {
  padding: 20px;
  border-top: 1px solid #b7b7b7;
}
.footer_links .footer_row h4 {
  margin-bottom: 20px;
  font-weight: 400;
  color: #4a5f73;
}
.footer_links .links li:not(:last-child) {
  margin-bottom: 5px;
}
.footer_links .links a {
  display: block;
  color: #4b4b4b;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}
.footer_links .links.last_news li:not(:last-child) {
  padding-bottom: 9px;
  margin-bottom: 0;
  border-bottom: 1px solid #c0c0c0;
}
.footer_links .links.last_news a {
  display: block;
  line-height: 30px;
  margin-bottom: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3e6cd4;
  text-align: left;
}
.footer_links .links.last_news p {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  color: #626262;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
.sub_email_wrapper {
  margin-bottom: 20px;
}
.sub_email_wrapper h4,
.social__footer_wrapper h4 {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.sub_email {
  position: relative;
  width: 100%;
}
.sub_email input {
  width: 100%;
  padding: 13px 10px;
  border-radius: 7px;
  border: 1px solid #c8c8c8;
  outline: none;
}
.sub_email input::placeholder {
  color: #828282;
  opacity: 1;
  font-size: 14px;
  font-weight: 200;
}

.sub_email input:-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
  font-weight: 200;
}

.sub_email input::-ms-input-placeholder {
  color: #828282;
  font-size: 14px;
  font-weight: 200;
}
.sub_email a {
  position: absolute;
  top: 0;
  bottom: 0px;
  right: 0;
  width: 75px;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  border-radius: 0 7px 7px 0;
}
.social__footer_wrapper {
  text-align: center;
}
.social__footer_wrapper li {
  display: inline-block;
  margin-right: 20px;
}
.social__footer_wrapper li a {
  display: block;
  font-size: 23px;
  color: #797878;
  transition: 0.3s;
}
.social__footer_wrapper li a:hover {
  color: #3e3e3e;
}
.social__footer_wrapper li i {
  display: block;
  line-height: 20px;
}
/*.info_footer_first .info_wrapper{
padding: 20px 0;
border-top: 1px solid #b7b7b7;
}*/
.info_footer_first .info_wrapper h4,
.info_footer_second .info h4 {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #535353;
}
.info_footer_first .info_wrapper span {
  display: inline-block;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin-left: 10px;
  color: #4a5f73;
}
.info_footer_first .info_wrapper span:not(:last-child) {
  padding-left: 15px;
  position: relative;
}
.info_footer_first .info_wrapper span:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #474646;
}
.info_footer_first .info_wrapper p {
  font-size: 15px;
  line-height: 35px;
  margin-bottom: 0;
  color: #3e4a55;
}
.enamad_wrapper {
  float: right;
  width: calc(50% - 5px);
  padding: 10px 15px;
  height: 150px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
}
.enamad_wrapper:first-child {
  margin-left: 10px;
}
.info_footer_second .info p {
  font-size: 12px;
  font-weight: 300;
  line-height: 25px;
}
.help_logo_wrapper {
  padding-top: 20px;
}
.help_logo_wrapper .logo {
  float: right;
  width: 25%;
  text-align: center;
}
.help_logo_wrapper .logo img {
  width: 131px;
  height: 25px;
}
.copy_write p {
  font-size: 12px;
  line-height: 20px;
  color: #4a4a4a;
  text-align: center;
  margin-bottom: 0;
}
.copy_write p:last-child {
  float: right;
}
.copy_write p:first-child {
  float: left;
}
.copy_write a {
  color: #c15a5a;
  margin-left: 5px;
}
.last_image_footer .img_wrapper {
  position: relative;
  float: right;
  width: calc(33.33% - 6.666px);
  height: 85px;
}
.last_image_footer .img_wrapper:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: 0.3s;
  z-index: 2;
}
.last_image_footer .img_wrapper:not(:last-child) {
  margin-left: 10px;
}
.last_image_footer .img_wrapper img {
  width: 100%;
  border-radius: 5px;
}
.last_image_footer .img_wrapper a {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-weight: 200;
  transition: 0.3s;
  z-index: 3;
}
.last_image_footer .img_wrapper:hover a,
.last_image_footer .img_wrapper:hover:after {
  visibility: visible;
  opacity: 1;
}
.main_slider a {
  width: 100%;
  height: 100%;
}
.main_slider a img {
  width: 100%;
  border-radius: 10px;
}
.main_slider .first_slider a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.main_slider .first_slider a .text_wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  z-index: 10;
}
.main_slider .first_slider a .description {
  margin-bottom: 20px;
}
.main_slider .first_slider a .description,
.main_slider .first_slider a .small_text {
  text-align: center;
}
.main_slider .first_slider a .description span {
  display: inline-block;
  max-width: 50%;
  line-height: 25px;
  padding: 5px 15px;
  border-radius: 10px;
  text-align: right;
  border-radius: 10px;
}
.main_slider .first_slider a .small_text span {
  display: inline-block;
  max-width: 200px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 7px;
}
.main_slider .first_slider img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
}
#main_sliders {
  padding-top: 20px;
}
.main_slider .first_slider {
  margin-bottom: 19.5px;
}
.main_slider .first_slider .swiper-container {
  height: 240px;
  box-shadow: 0 0 10px #757575;
  border-radius: 10px;
}
.main_slider .next_btn,
.main_slider .prev_btn,
.next_btn_special,
.prev_btn_special {
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 55px;
  color: #f9f9f9;
  cursor: pointer;
  transition: 0.3s;
  z-index: 1000;
}
.main_slider .prev_btn:hover {
  transform: translateX(5px);
}
.main_slider .next_btn:hover {
  transform: translateX(-5px);
}
.main_slider .prev_btn i,
.main_slider .next_btn i {
  text-shadow: 0 2px 4px #616161;
}
.main_slider .next_btn,
.next_btn_special {
  left: 0;
}
.main_slider .prev_btn,
.prev_btn_special {
  right: 0;
}
.main_slider {
  flex: 0 0 100%;
  width: 100%;
  order: 1;
  margin-bottom: 20px;
}

.banners_col .next_to_sliders:first-child {
  margin-bottom: 18px;
  height: 330px;
}
.banners_col .next_to_sliders:last-child {
  height: 460px;
}
.banners_col .next_to_sliders.top_services_wrapper {
  height: auto;
}
.banners_col .next_to_sliders a,
.banners_col .next_to_sliders img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  transition: 0.3s;
}
.banners_col .next_to_sliders img:hover {
  box-shadow: 0 0 3px #2a2a2a;
  filter: brightness(1.04);
}
.banners_col .next_to_sliders:last-child img {
  height: 460px;
}
.special_offer_slider_wrapper {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
}
.top_services {
  background: #fff;
  box-shadow: 0 0 10px #e6e6e6;
  border-radius: 7px;
}
.top_services ul {
  padding: 20px 0 10px;
}
.top_services li {
  float: right;
  padding: 0 7.5px;
  width: 20%;
  height: 110px;
  margin-bottom: 10px;
  text-align: center;
}
.top_services li img {
  display: inline-block !important;
  width: 43% !important;
  height: 70px !important;
}
.top_services li h5 {
  line-height: 30px;
}
.special_offer_slider_wrapper .swiper-container.responsive_top {
  height: 355px;
}
.special_offer_slider_wrapper
  .swiper-container.responsive_top
  .swiper-slide
  > a {
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding: 30px 20px 30px 20px;
}
.special_offer_slider_wrapper .swiper-slide > a .right_col,
.special_offer_slider_wrapper .swiper-slide > a .left_col {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.special_offer_slider_wrapper .swiper-slide > a .right_col {
  text-align: center;
  height: 100%;
  position: relative;
}
.special_offer_slider_wrapper .swiper-slide > a .left_col {
  padding-right: 55px;
}
.special_offer_slider_wrapper .orginal_price {
  display: block;
}
.special_offer_slider_wrapper .orginal_price span,
.product_s_wrapper .info .orginal_price span {
  display: inline-block;
  font-size: 16px;
  line-height: 23px;
  position: relative;
  color: #727272;
  font-family: arial;
}
.special_offer_slider_wrapper
  .swiper-container.responsive_top
  .swiper-slide
  img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.special_offer_slider_wrapper .orginal_price span:after,
.product_s_wrapper .info .orginal_price span:after,
.ap_wrapper .info .original:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 2px);
  height: 2px;
  background: #5e5e5e;
}
.special_offer_slider_wrapper .discount {
  position: relative;
  display: inline-block;
}
.special_offer_slider_wrapper .discount .price {
  display: inline-block;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-top: 8px;
  font-family: arial;
}
.special_offer_slider_wrapper .discount .percent {
  position: absolute;
  font-size: 15px;
  top: 50%;
  margin-top: -10.5px;
  left: 100%;
  line-height: 33px;
  margin-right: 10px;
  white-space: nowrap;
  padding: 0 5px;
  border-radius: 15px;
  font-family: arial;
}
.special_offer_slider_wrapper .name {
  margin-top: 30px;
  font-size: 17px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special_offer_slider_wrapper .feauters {
  margin-top: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #575757;
  height: 120px;
}
.special_offer_slider_wrapper .feauters li {
  position: relative;
  padding-left: 15px;
  line-height: 25px;
  font-size: 13px;
  font-weight: 300;
  color: #5d5d5d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.special_offer_slider_wrapper .feauters li:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #939393;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.main_slider {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.special_offer_slider_wrapper .swiper-container {
  flex: 0 0 75%;
  width: 75%;
  background: #fff;
  box-shadow: 0 0 10px #e6e6e6;
  border-radius: 7px 7px 0px 0px;
  margin: 0;
}
.special_offer_textes.swiper-container {
  background-color: rgba(240, 246, 250, 0.9) !important;
  box-shadow: 1px 0 0px #e6e6e6, -1px 0 0px #e6e6e6, 0 1px 0px #e6e6e6;
  border-radius: 0px 0px 7px 7px;
}
.special_offer_slider_wrapper > .banner {
  display: block;
  flex: 0 0 25%;
  width: 25%;
  padding-left: 15px;
  height: 350px;
}
.banners_col {
  flex: 0 0 100%;
  width: 100%;
  order: 3;
  max-width: 100%;
}
.banners_col .next_to_sliders:not(.top_services_wrapper) {
  display: none;
}
.special_offer_textes {
  flex: 0 0 75%;
  width: 75%;
}
.special_offer_textes.swiper-container a {
  line-height: 60px;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 10px;
}
.special_offer_textes.swiper-container li {
  width: auto !important;
}
.main_slider .view_more_responsive {
  text-align: center;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  line-height: 50px;
  border-radius: 7px;
  height: auto;
  font-size: 13px;
  overflow: hidden;
}
.special_offer_textes .view_more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.main_slider .view_more_responsive:after,
.special_offer_textes .view_more a:before,
.detail_wrap_btn a:after {
  content: "";
  position: absolute;
  left: -75%;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
  transform: skew(0deg);
  transition: 0.3s;
}
.main_slider .view_more_responsive:hover:after,
.special_offer_textes .view_more:hover a:before,
.detail_wrap_btn a:hover:after {
  transform: skew(-25deg);
  left: -10%;
}
.main_slider .view_more_responsive i {
  float: right;
  line-height: inherit;
  padding-right: 25px;
  font-size: 23px;
}
.special_offer_textes .view_more {
  display: none;
}
.special_offer_textes .view_more i {
  float: left;
  line-height: inherit;
  padding-left: 25px;
  font-size: 23px;
}
.prev_btn_special,
.next_btn_special {
  width: 60px;
  color: #424242;
  bottom: 60px;
}
.prev_btn_special {
  background: linear-gradient(to right, transparent, #fff);
  z-index: 1000000;
}
.next_btn_special {
  background: linear-gradient(to left, transparent, #fff);
  z-index: 1000000;
}
section[class^="banner_"] {
  padding: 10px 0;
}
.banner_four_column .row > div {
  float: right;
  width: 25%;
  padding: 0 15px;
}
.banner_three_column .row > div {
  float: right;
  width: 33.333%;
  padding: 0 15px;
}
.banner_two_column .row > div {
  float: right;
  width: 50%;
  padding: 0 15px;
}
.banner_one_column div:not(.container) {
  margin-bottom: 5px;
  width: 100%;
  max-width: 1675px;
  margin: 0;
  position: relative;
}
.ksmf_d {
  position: absolute;
  z-index: 3;
  width: 300px;
  height: 70px;
  line-height: 30px;
  font-size: 18px;
  top: calc(50% - 35px);
  left: calc(50% - 150px);
  text-align: center;
  color: #fff;
  padding: 20px;
  border: 2px #fff solid;
  border-radius: 5px;
}
section[class^="banner_"] > div a {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 7px;
  box-shadow: 0 0 10px #cecece;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  text-align: center;
  height: 250px;
  padding: 0 10px;
}
section.banner_one_column:not(.small) > div a.img_small {
  height: 150px;
}
section[class^="banner_"] > div a > span {
  font-size: 17px;
  display: inline-block;
  line-height: 35px;
  border-radius: 10px;
  padding: 0 15px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.banner_four_column > div a > span.title {
  position: absolute;
  left: 15px;
  top: 65px;
  padding: 0 10px;
  border-radius: 0px 10px 10px 10px;
}
.banner_four_column > div a > span.text {
  position: absolute;
  left: 10px;
  top: 110px;
  max-width: 120px;
  white-space: normal;
  padding: 0;
  font-weight: 600;
}
section[class^="banner_"] > div img {
  border-radius: 7px;
  width: 100%;
}
.banner_three_column .row > div a {
  position: relative;
  padding-bottom: 55px;
}
.banner_three_column .row > div a .footer,
.banner_four_column .row > div a .footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 65px;
  background: linear-gradient(to top, #292929, transparent);
  text-align: right;
  padding: 0 15px 0 80px;
  border-radius: 0 0 7px 7px;
}
.banner_three_column .row > div a .footer span.title,
.banner_four_column .row > div a .footer span.title {
  display: inline-block;
  line-height: 65px;
  font-size: 16px;
  font-weight: 500;
  max-width: calc(100% - 40px);
}
.banner_three_column .row > div a .footer span.min_text,
.banner_four_column .row > div a .footer span.min_text {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  border-radius: 15px;
  padding: 0 15px;
  left: 15px;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0 0 0px 0 aqua;
  border: 1px solid transparent;
  transition: 0.3s;
}
.banner_four_column .row > div:hover a .footer span.min_text,
.banner_three_column .row > div:hover a .footer span.min_text {
  box-shadow: inset 0 0 10px 20px #00bfd6;
  border-color: #00bfd6;
}
.main_slider
  .special_offer_slider_wrapper
  .swiper-container.responsive_top
  > .swiper-scrollbar {
  bottom: 1px !important;
}
.product_two_slider,
.product_one_slider,
.single_tabs {
  padding: 10px 0;
}
.single_tabs {
  padding-bottom: 30px;
}
.product_wrapper {
  background: #fff;
  box-shadow: 0 0 10px #cecece;
  padding: 10px 30px 20px 0;
  border-radius: 7px;
}
.product_wrapper.cd_wrapper {
  padding: 10px 0px 20px 0;
}
.product_wrapper.cd_wrapper .swiper-wrapper {
  padding: 5px 0px;
}
.product_wrapper .swiper-wrapper {
  padding: 5px 0px;
}
.wr_slide .swiper-container {
  padding: 5px 5px 0;
}
.head_line {
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf;
  margin-left: 30px;
  position: relative;
}
.head_line h5 {
  display: inline-block;
  line-height: 50px;
  font-size: 17px;
  font-weight: 700;
  color: #5d5d5d;
  position: relative;
}
.head_line .view_more {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 50%;
  margin-top: -12.5px;
  height: 25px;
  font-size: 15px;
  color: #5d5d5d;
}
.head_line i {
  padding-right: 10px;
  font-size: 18px;
}
.head_line img {
  width: 15px;
  height: 15px;
  margin-left: 9px;
}
.product_wrapper:not(.cd_wrapper) .head_line h5:after,
.n_sidebar .content .title h5:after {
  content: "";
  position: absolute;
  left: 0;
  width: 120%;
  top: 100%;
  height: 1px;
}
.product_wrapper:not(.cd_wrapper) .head_line h5:before,
.n_sidebar .content .title h5:before {
  content: "";
  position: absolute;
  left: 120%;
  top: 100%;
  height: 1px;
  width: 20px;
  background: #fff;
}
.wr_slide {
  position: relative;
}
.product_scroll {
  display: none;
}
.product_s_wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  text-align: center;
  border-radius: 5px;
  transition: 0.2s;
}
.wr_slide .product_s_wrapper:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.img_wrapp {
  height: 200px;
  display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
}
.product_s_wrapper img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 200px;
}
.product_s_wrapper .info {
  margin-top: 15px;
  text-align: center;
}
.product_s_wrapper .info .title {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 25px;
  color: #4a5f73;
  margin-bottom: 15px;
}
.product_s_wrapper .info .price {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: arial;
}
.product_s_wrapper .info .orginal_price span {
  font-size: 14px;
}
.product_s_wrapper .info .orginal_price {
  margin-bottom: 12px;
  text-align: center;
}
.product_s_wrapper .off_percent {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 15px;
  line-height: 20px;
  padding: 2px 7px;
  border-radius: 20px;
}
.prev_btn_pslider,
.next_btn_pslider {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  width: 45px;
  background: #fff;
  color: #34352d;
  z-index: 1000;
  outline: unset;
  border: unset;
  transition: 0.2s;
}
.prev_btn_pslider i,
.next_btn_pslider i {
  display: block;
  line-height: inherit;
  font-size: 35px;
}
.prev_btn_pslider.swiper-button-disabled {
  box-shadow: -1px 0 2px #ebebeb;
  color: #bebebe;
}
.next_btn_pslider.swiper-button-disabled {
  box-shadow: 1px 0 2px #ebebeb;
  color: #bebebe;
  background: transparent;
}
.prev_btn_pslider {
  right: -30px;
  box-shadow: -1px 0 2px #999999;
  border-radius: 5px 0 0 5px;
}
.next_btn_pslider {
  left: 0;
  box-shadow: 1px 0 2px #999999;
  border-radius: 0 5px 5px 0;
}
.swiper-scrollbar.product_scroll {
  top: unset;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar.product_scroll .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.2);
}
.cd_wrapper .head_line {
  /*border-bottom: unset;*/
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
.cd_wrapper .head_line h5 {
  display: block;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
}
.cd_wrapper .head_line h5:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
}
.count_down_ss {
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 1px;
  background: #dfdfdf;
  width: 100%;
  transform: scaleX(1);
  transform-origin: left;
  animation-name: countdown;
  animation-iteration-count: infinite;
}
@keyframes countdown {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.count_down_so_wrapper {
  text-align: center;
}
.coun_down_so {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  max-width: 100%;
}
.coun_down_so.end {
  padding-left: 0;
  display: block;
}
.coun_down_so p {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #565656;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid #a4a4a4;
  border-radius: 10px;
  text-align: center;
}
.coun_down_so > span:not(.day) {
  display: inline-block;
  float: left;
  direction: ltr;
  font-size: 28px;
  font-weight: 700;
  color: #565656;
  font-family: arial;
  margin-top: 10px;
  text-align: center;
  width: 55px;
}
.coun_down_so > span.day {
  position: absolute;
  right: 0;
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0;
  color: #565656;
  padding-bottom: 5px;
  font-family: arial;
}
.coun_down_so > span.day:after {
  content: "Day";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #565656;
  text-align: center;
}
.show_cats {
  padding: 20px 0;
}
.Breadcrumb ul {
  display: block;
  padding: 20px 5px 0;
}
.Breadcrumb ul li {
  float: right;
  padding-left: 20px;
  position: relative;
}
.Breadcrumb ul li a {
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
  color: #6a6a6a;
  font-weight: 300;
}
.Breadcrumb ul li span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  color: #515151;
}
.Breadcrumb ul li:not(:last-child):after {
  content: "/";
  position: absolute;
  left: 10px;
  line-height: 30px;
}
.grid {
  position: relative;
}
.item {
  display: block;
  position: absolute;
  margin: 5px;
  z-index: 1;
}
.item.muuri-item-dragging {
  z-index: 3;
}
.item.muuri-item-releasing {
  z-index: 2;
}
.item.muuri-item-hidden {
  z-index: 0;
}
.item-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.show_cats .item {
  width: calc(33.333% - 10px);
}
.cats_wrapper {
  padding: 5px;
  border: 1px solid #cecece;
  background: #fff;
}
.cats_img a {
  display: block;
  width: 100%;
  height: 100%;
}
.cats_img a img {
  width: 100%;
  height: 210px;
}
.cats_list {
  display: block;
  padding: 0 10px;
  margin-top: 20px;
}
.cats_list li {
  position: relative;
  padding-right: 30px;
  margin-bottom: 10px;
}
.cats_list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #dbdbdb;
}
.cats_list li a {
  display: block;
  color: #565656;
  line-height: 30px;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cats_list li:hover a {
  color: #1ca2bd;
}
.cproducts_wrapper {
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  background: #fff;
}
.main_products .header {
  padding-left: 40px;
  position: relative;
  border: solid #ebebeb;
  border-width: 1px 1px 0 1px;
  background: #fff;
}
.main_products .header > i {
  position: absolute;
  font-size: 20px;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #a7a7a7;
}
.main_products .header ul:not(.grid_view_wrapper) {
  padding: 10px 10px 10px 100px;
  position: relative;
}
.main_products .header li {
    float: right;
    position: relative;
    margin-right: 10px;
  cursor: pointer;
}
.main_products .header li.title {
  font-weight: 500;
  display: block;
  line-height: 30px;
  font-size: 14px;
}
.main_products .header li a {
  display: block;
  padding: 0 10px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  transition: 0.2s;
  border-radius: 5px;
}
.main_products .header li a:hover {
  background: #ececec;
}
.ap_wrapper {
  border: 1px solid #ebebeb;
  padding: 20px 15px 0;
  margin-top: -1px;
  margin-right: -1px;
  margin-bottom: -1px;
  transition: 0.3s;
  position: relative;
}
.p_feature {
  position: absolute;
  width: 250px;
  right: 10px;
  top: 15px;
  height: calc(100% - 25px);
  padding-left: 25px;
  /* margin-top: 15px; */
  /* margin-bottom: 15px; */
  border-left: 1px solid #e8e8e8;
  display: none;
}
.one_grid .p_feature {
  display: block;
}
.p_feature .title span {
  display: block;
  line-height: 25px;
  font-size: 16px;
  color: #464646;
  font-weight: 400;
}
.p_feature li.title {
  margin-bottom: 15px;
  padding-right: 0;
}
.p_feature li.title i {
  line-height: 25px;
  font-size: 20px;
}
.p_feature li {
  margin-bottom: 10px;
  /* padding-right: 10px; */
}
.grid_view_wrapper {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -16px;
}
.grid_view_wrapper li {
  padding: 0 7.5px;
  border: 1px solid;
  border-color: #afafaf;
  color: #afafaf;
  border-radius: 5px;
}
.grid_view_wrapper li.active {
  color: #808080;
  border-color: #808080;
}
.grid_view_wrapper li i {
  font-size: 17px;
  line-height: 30px;
}
.p_feature li i {
float: left;
    line-height: 20px;
    font-size: 16px;
    color: #b5b5b5;
    padding-right: 7px;
}
.p_feature li span {
  display: block;
  line-height: 20px;
  color: #606060;
  font-size: 14px;
  font-weight: 200;
}
.one_grid .ap_wrapper {
  padding: 15px 250px 0 270px;
  position: relative;
  margin: 0;
  border-width: 1px 0;
  height: 280px;
}
.one_grid .cproducts_wrapper div[class|="col"] {
  width: 100% !important;
}
.one_grid .ap_wrapper .img_wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 10px;
  top: 0;
  bottom: 0;
  padding: 15px 0;
  height: 100%;
  width: 230px;
}
.one_grid .ap_wrapper .img_wrapper:after {
  content: "";
  position: absolute;
  right: 0;
  top: 15px;
  bottom: 15px;
  width: 1px;
  background: #e8e8e8;
}
.one_grid .ap_wrapper .title {
  margin-top: 0;
}
.one_grid .seller_wrapper {
  margin-left: 0;
  margin-right: 0;
  height: 50px;
  margin-top: 35px;
}
.one_grid .ap_wrapper .info {
  justify-content: flex-end;
  margin-top: 50px;
}
body:not(.one_grid) .cproducts_wrapper div[class|="col"]:hover {
  z-index: 2;
  transform: scale(1.001);
  background: #fff;
}
body:not(.one_grid) .cproducts_wrapper div[class|="col"]:hover .ap_wrapper {
  border-color: #fff;
  box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.09);
}
.cproducts_wrapper div[class|="col"] {
  padding: 0 !important;
  padding: 0 20px;
  z-index: 1;
}
.ap_wrapper .img_wrapper {
  height: 230px;
  text-align: center;
}
.ap_wrapper .img_wrapper img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.ap_wrapper .title {
  margin: 13px 0;
}
.ap_wrapper .title a {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.one_grid .ap_wrapper .title a {
  font-size: 16px;
  line-height: 40px;
  background: whitesmoke;
  padding: 0 10px;
  border-radius: 5px;
  white-space: normal;
  text-overflow: unset;
  overflow: auto;
  color: #696969;
}
.ap_wrapper .title span.en_title {
  font-size: 11px;
  font-weight: 400;
  text-align: left;
  margin-top: 10px;
  display: none;
}
.one_grid .ap_wrapper .title span.en_title {
  display: block;
}
.ap_wrapper .info {
  height: 65px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.ap_wrapper .info .discount {
  font-family: arial;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 0 12px;
  line-height: 30px;
  border-radius: 20px;
  margin-right: 10px;
}
.ap_wrapper .info .original {
  font-family: arial;
  display: inline-block;
  line-height: 30px;
  position: relative;
  color: #959494;
  font-size: 16px;
}
.ap_wrapper .info .original:after {
  background: #959494;
}
.ap_wrapper .info .price {
  font-family: arial;
  align-self: flex-end;
  flex: 0 0 100%;
  max-width: 100%;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
}
.one_grid .ap_wrapper .info .price {
  font-size: 23px;
}
.ap_wrapper .description {
  display: none;
}
.one_column .ap_wrapper .description {
  display: block;
}
.seller_wrapper {
  margin: 15px -15px 0;
  padding: 0 15px;
  border-top: 1px solid #ebebeb;
  line-height: 35px;
  opacity: 0;
  transition: 0.3s;
  height: 41px;
}
.seller_wrapper p {
  margin-bottom: 0;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cproducts_wrapper > div[class|="col"]:hover .ap_wrapper .seller_wrapper {
  opacity: 1;
}
.seller_wrapper i {
    float: left;
    line-height: inherit;
    font-size: 20px;
    padding-right: 10px;
    color: #ccc;
}
.seller_wrapper span {
  display: inline-block;
  line-height: inherit;
  color: #696969;
}
.seller_wrapper span:last-child {
  font-size: 13px;
  font-weight: 500;
  color: #4a4a4a;
  margin-right: 5px;
}
.seller_wrapper.no_provider {
  height: 41px;
  border-top: unset;
}
.main_products {
  margin-bottom: 20px;
}
.filters_wrapper {
  background: #fff;
  margin-bottom: 15px;
}
.filters_wrapper .filters .header {
  border: solid #ebebeb;
  border-width: 1px 1px 0;
  padding: 0 15px;
  position: relative;
}

.filters_wrapper .filters .header span {
  display: inline-block;
  max-width: calc(100% - 40px);
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #6a6a6a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main_products .header.hd_content {
  cursor: pointer;
}
.main_products .header.hd_content > i {
  position: absolute;
  right: 15px;
  left: unset;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  transition: 0.5s;
  transform: rotate(180deg);
}
.main_products .filters.deactive .header.hd_content > i {
  transform: rotate(0deg);
}
.filters_wrapper .filters .search {
  padding: 15px 20px;
  position: relative;
  background: #fff;
  margin-bottom: 5px;
}
.filters_wrapper .filters .search .local_s,
.filters_wrapper .filters .search .global_s {
  position: relative;
}
.filters_wrapper .filters .search .local_s input,
.filters_wrapper .filters .search .global_s input {
  border: 1px solid;
  width: 100%;
  border-radius: 10px;
  padding-right: 40px;
  line-height: 37px;
}
.filters_wrapper .filters .search .local_s input {
  background: #fff;
}
.filters_wrapper .filters .search .global_s input {
  background: #f6f6f6;
  border-color: #c1c1c1;
}
.filters_wrapper .filters .search .local_s i,
.filters_wrapper .filters .search .global_s .sub {
  position: absolute;
  font-size: 28px;
  right: 10px;
  top: 50%;
  height: 28px;
  margin-top: -15px;
  font-weight: 300;
  color: #6f6f6f;
}
.filters_wrapper .filters .header:after,
.filters_wrapper .filters:not(.search) .search:after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  height: 1px;
  background: #ebebeb;
  transition: 0.5s;
}
.filters_wrapper .filters.deactive .header:after {
  left: 0px;
  right: 0px;
}
.filters_wrapper .filters .content {
  background: #fff;
  border: solid #ebebeb;
  border-width: 0 1px 1px;
  padding: 10px 15px;
}
.filters_wrapper .filters .content ul {
  max-height: 330px;
  overflow: auto;
}
.filters_wrapper .filters:not(.brands) .content {
  display: none;
}
.filters_wrapper .filters .content input[type="checkbox"] {
  display: none;
}
.filters_wrapper .filters .content label {
  padding-right: 30px;
  position: relative;
  display: block;
  line-height: 30px;
  font-weight: 300;
  color: #7c7c7c;
}
.filters_wrapper .filters .content label:after {
  content: "\f26b";
  font-family: "Material-Design";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background: #fff;
  transition: 0.2s;
}
.filters_wrapper .filters .search .local_s input::placeholder,
.filters_wrapper .filters .search .global_s input::placeholder {
  font-size: 12px;
  font-weight: 200;
}

.filters_wrapper .filters .search .local_s input:-ms-input-placeholder,
.filters_wrapper .filters .search .global_s:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 200;
}

.filters_wrapper .filters .search .local_s input::-ms-input-placeholder,
.filters_wrapper .filters .search .global_s input::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 200;
}
.col-side-bar .handler {
  display: none;
}
.single_information {
  padding: 30px 0;
}
.single_information .single_wrapper {
  width: 100%;
  max-width: 100%;
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  background: #fff;
  border: 1px solid #e4e4e4;
  padding: 15px 0;
}
.single_info_wrapper {
  flex: 1 1 auto;
  max-width: calc(100% - 400px);
}
.single_image_wrapper .top_wrapper {
  padding-right: 70px;
  height: 450px;
}
.main_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.main_img img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
}
.bottom_wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.bottom_wrapper .imgs {
  height: 95px;
  padding-bottom: 10px;
  flex: 0 0 500px;
}
.bottom_wrapper .imgs li {
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
  line-height: 85px;
}
.bottom_wrapper .imgs li:nth-child(n + 5) {
  display: none;
}
.bottom_wrapper .imgs li.more_icon {
  justify-content: center;
  align-items: center;
  display: flex !important;
}
.bottom_wrapper .imgs li.more_icon a {
  display: inline-block;
  width: 60px;
  height: 55px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  line-height: 55px;
  color: #797979;
  font-size: 25px;
}
.bottom_wrapper .imgs li.more_icon a i {
  display: block;
  line-height: inherit;
}
.bottom_wrapper .imgs li img {
  height: auto;
  width: auto;
  max-height: 100%;
}
#single_slider {
  overflow-y: hidden;
  z-index: 100000;
}
#single_slider .modal-content {
  height: calc(100vh - 60px);
}
#single_slider .modal-body {
  width: 100%;
  height: 100%;
}
.slider_right {
  float: left;
  padding: 13px 27px 13px 0;
  width: 20%;
  height: 100%;
  max-height: 100%;
  border-left: 1px solid #e8e8e8;
  position: relative;
}
.slider_right .swiper-button-nexts,
.slider_right .swiper-button-prevs {
  position: absolute;
  width: 70px;
  height: 70px;
  line-height: 70px;
  right: 50%;
  margin-right: -35px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 5px #d6d6d6;
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
  outline: none;
}
.slider_right .swiper-button-nexts.swiper-button-disabled,
.slider_right .swiper-button-prevs.swiper-button-disabled {
  display: none;
}
.slider_right .swiper-button-nexts {
  bottom: -35px;
  transform: rotate(90deg);
}
.slider_right .swiper-button-prevs {
  top: -35px;
  transform: rotate(-90deg);
}
.slider_right .swiper-button-nexts i,
.slider_right .swiper-button-prevs i {
  display: block;
  line-height: inherit;
  font-size: 30px;
  color: #707070;
}
.slider_right .swiper-container {
  height: calc(90vh - 56px);
  padding-left: 5px;
}
.slider_right .swiper-slide {
  text-align: center;
  position: relative;
}
.slider_right .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5;
}
.slider_right .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  left: -5px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2ec9f5;
}
.slider_left {
  float: right;
  position: relative;
  width: 80%;
  height: 100%;
  max-height: 100%;
  padding: 30px;
  text-align: center;
}
.slider_left img {
  height: auto;
  width: auto;
  max-height: 100%;
}
.slider_left .close {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single_tabs_wrapper .header_tabs {
  border: solid #cecece;
  border-width: 1px 0;
  display: block;
  background: #f5f5f5;
}
.single_tabs_wrapper .header_tabs.fixed {
  position: fixed;
  top: 0;
  left: 15px;
  right: 15px;
  box-shadow: 0 3px 7px #dfdfdf;
  z-index: 300;
}
.single_tabs_wrapper .header_tabs li {
  float: left;
  position: relative;
}
.single_tabs_wrapper .header_tabs li a {
  display: block;
  border-right: 1px solid #cecece;
  line-height: 55px;
  padding: 0 15px;
  font-size: 17px;
  color: #6a6a6a;
}
.single_tabs_wrapper .header_tabs li i {
    float: left;
    line-height: inherit;
    font-size: 22px;
    padding-right: 10px;
    color: #b1b1b1;
}
.single_tabs_wrapper .header_tabs li.active {
  background: #fff;
}
.single_tabs_wrapper .header_tabs li.active:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: #fff;
}
.single_tabs_wrapper .header_tabs.fixed li.active:after {
  display: none;
}
.single_tabs_wrapper .header_tabs li.active a {
  border-top: 3px solid;
}
/*.single_tabs_wrapper .header_tabs li:first-child.active:before{
        content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1px;
    width: 1px;
    background: #fff;
}*/
.single_tabs_wrapper .header_tabs.fixed ~ .tab_content.active {
  padding-top: 60px;
}
.single_tabs_wrapper .tab_content {
  display: none;
  padding: 10px 30px;
}
.single_tabs_wrapper .tab_content.active {
  display: block;
}
.single_tabs_wrapper .tab_content .title {
  margin: 20px 0 40px;
}
.single_tabs_wrapper .tab_content .title h2 {
  font-weight: 400;
  color: #6f6f6f;
  line-height: 35px;
}
.single_tabs_wrapper .tab_content .title h2 span {
  display: block;
  margin-top: 5px;
  color: #9e9e9e;
  font-size: 16px;
}
.single_tabs_wrapper .tab_content .review {
  background: #f7f7f7;
  padding-left: 320px;
  padding-top: 25px;
  padding-bottom: 40px;
  position: relative;
}
.review_top_img {
  position: absolute;
  left: 80px;
  top: 25px;
  width: 160px;
  height: 160px;
}
.single_tabs_wrapper .tab_content .review .rw_wrapper {
  position: relative;
  max-height: 155px;
  overflow: hidden;
  font-size: 15px;
  line-height: 25px;
}
.single_tabs_wrapper .tab_content .review .rw_wrapper .html_text {
  padding-left: 20px;
  text-align: justify;
}
.single_tabs_wrapper .tab_content .review p {
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #464646;
}
.single_tabs_wrapper .tab_content .review .rw_wrapper.open_article {
  max-height: unset;
  padding-bottom: 40px;
}
.single_tabs_wrapper .tab_content .review .rw_wrapper:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(to top, #f7f7f7 40%, transparent);
}
.single_tabs_wrapper .tab_content .review .rw_wrapper.open_article:after {
  display: none;
}
.single_tabs_wrapper .tab_content .review .rw_wrapper span.article_toggle{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  font-size: 18px;
  color: #12afc0;
  z-index: 200;
  cursor: pointer;
}
.section_of_specification {
  margin-bottom: 50px;
}
.section_of_specification > h3 {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    text-align: left;
    margin-bottom: 30px;
}
.section_of_specification > h3:after {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 0;
  height: 0;
  border: 6px solid;
  border-color: transparent transparent transparent #00bfd6;
}
/*.specification{
    flex-direction: row;
}*/
.specification li {
  width: 100%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.specification li .title_s {
  flex: 0 0 22%;
  max-width: 22%;
  padding-left: 10px;
  line-height: 50px;
}
.specification li .property {
  flex: 0 0 78%;
  max-width: 78%;
  padding-right: 10px;
  line-height: 50px;
}
.specification li .property span,
.specification li .title_s span {
  display: block;
  padding: 0 10px;
  line-height: 50px;
  background: #fafafa;
}
.page_title {
  margin: 0px 0 20px;
  height: 150px;
  background-size: 100% 100%;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 50px 0;
  background-repeat: no-repeat;
}
.page_title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.page_title h1 {
  position: relative;
  z-index: 2;
  line-height: 50px;
  text-align: center;
  color: #e1e2de;
}
.faq {
  margin: 20px 0;
}
.faq .faq_wrapper {
  box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 7px;
  padding: 30px;
}
.faq .faq_wrapper li {
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px 15px;
  cursor: pointer;
}
.faq .faq_wrapper li .question {
  line-height: 25px;
  font-size: 17px;
  position: relative;
  padding: 10px 0 10px 60px;
}
.faq .faq_wrapper li .question > i {
  position: absolute;
  left: 10px;
  font-size: 22px;
  top: 50%;
  margin-top: -11px;
  color: #6dcddd;
}
.faq .faq_wrapper li .answer {
  display: none;
  padding-top: 10px;
  padding-left: 20px;
  position: relative;
  line-height: 25px;
  font-size: 14px;
  color: #5d5d5d;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
}
.faq .faq_wrapper li .answer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 7px;
  height: 7px;
  background: #059898;
}
.n_sidebar .content {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
}
.n_sidebar .content .title h5 {
  display: inline-block;
  font-size: 17px;
  color: #4a4a4a;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 8px;
  position: relative;
}
.n_sidebar .content .title {
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
}
.n_sidebar .content.no_pic li {
  position: relative;
}
.n_sidebar .content.no_pic li:not(:last-child) {
  margin-bottom: 10px;
}
.n_sidebar .content.no_pic ul ul {
  margin: 10px 0;
  padding: 5px 5px 0;
  background: rgba(226, 226, 226, 0.2);
  border-radius: 3px;
  display: none;
}
.n_sidebar .content.no_pic ul ul ul li a {
  padding-right: 18px;
}
.n_sidebar .content.no_pic ul ul ul li:hover a {
  padding-right: 20px;
}
.n_sidebar .content.no_pic a {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #575757;
  line-height: 30px;
  padding-right: 10px;
  border-bottom: 1px dotted #aaaaaa;
  transition: 0.3s;
}
.n_sidebar .content.no_pic li.active > a {
  color: #00a8bb;
  border-bottom: 1px solid #00bfd6;
  padding-right: 15px;
}
.n_sidebar .content.no_pic li > i {
  position: absolute;
  left: 15px;
  right: unset;
  font-size: 20px;
  color: grey;
  top: 5px;
  cursor: pointer;
  transition: 0.5s;
}
.n_sidebar .content.no_pic li > i.active {
  transform: rotate(180deg);
  color: #00a8bb;
}
.n_sidebar .content.no_pic li:last-child a,
.n_sidebar .content.no_pic ul ul li:last-child a {
  border-color: transparent;
}
.n_sidebar .content.no_pic a:hover {
  padding-right: 15px;
  color: #00a8bb;
  border-bottom: 1px solid #00bfd6;
}
.n_sidebar .content.with_pic a {
  display: block;
  padding: 10px 10px 10px 120px;
  position: relative;
  min-height: 120px;
  border-bottom: 1px dotted #aaaaaa;
}
.n_sidebar .content.with_pic a img {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 10px;
  top: 50%;
  margin-top: -50px;
  border-radius: 7px;
  transition: 0.3s;
}
.n_sidebar .content.with_pic a p {
  font-size: 13px;
  color: #4b4b4b;
  line-height: 23px;
  padding-top: 10px;
  max-height: 55px;
  overflow: hidden;
  transition: 0.3s;
}
.n_sidebar .content.with_pic a span {
  font-size: 12;
  font-weight: 300;
  color: #909090;
}
.n_sidebar .content.with_pic a:hover p {
  color: #008d9d;
}
.n_sidebar .content.with_pic a:hover img {
  filter: saturate(2);
}
.n_sidebar .side_tags ul {
  display: block;
}
.n_sidebar .side_tags ul li {
  float: right;
  margin-left: 6px;
}
.n_sidebar .side_tags ul li a {
  display: block;
  line-height: 25px;
  padding: 0 8px;
  border-radius: 5px;
  font-size: 13px;
  background: #506d85;
  color: #fff;
}
.about_info,
.contact_info,
.contact_us_form,
.single_picture,
.news_cr,
.gallery_cr {
  padding: 20px 25px;
  background: #fff;
  border: 1px solid #ebebeb;
}
.news_cr {
  padding: 15px 0;
}
.about_info img {
  width: auto;
  height: auto;
  max-height: 100%;
  box-shadow: 0 0 5px #efefef;
  margin-bottom: 20px;
}
.about_info p {
  font-size: 15px;
  font-weight: 300;
  color: #4b4b4b;
  line-height: 25px;
  letter-spacing: 0.3px;
}
.contact_info {
  padding-bottom: 0;
  margin-bottom: 30px;
}
#map_address {
  height: 400px;
  margin-bottom: 20px;
}
.contact_info .info_wrapper {
  margin-bottom: 30px;
}
.contact_info .info_wrapper li:not(:last-child) {
  margin-bottom: 15px;
}
.contact_info .info_wrapper li p {
  font-size: 17px;
  margin-bottom: 7px;
  line-height: 30px;
}
.contact_info .info_wrapper li p i {
    float: left;
    line-height: inherit;
    font-size: 19px;
    margin-right: 8px;
    color: #00a5b7;
}
.contact_info .info_wrapper li span {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #4f4f4f;
  letter-spacing: 0.3px;
}
.contact_info .info_wrapper li.title {
  font-size: 18px;
  color: #145269;
}
.contact_info .social__footer_wrapper {
  padding-bottom: 10px;
  text-align: left;
  padding-top: 15px;
  margin-top: 10px;
  border-top: 1px solid #ebebeb;
}
.contact_us_form {
  position: relative;
}
.contact_us_form h3 {
  margin-bottom: 20px;
  line-height: 30px;
  font-size: 21px;
}
.contact_us_form li {
  position: relative;
}
.contact_us_form ul.inputs_ms > li:not(:last-child) {
  margin-bottom: 20px;
}
.contact_us_form ul li input[type="text"] {
  width: 100%;
  line-height: 35px;
  padding: 0 7px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}
.contact_us_form ul li textarea {
  width: 100%;
  height: 150px;
  resize: none;
  padding: 7px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #d6d6d6;
}
.contact_us_form ul li input[type="submit"] {
  width: 100%;
  height: 35px;
  background: #00a8bb;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
}
.contact_us_form ul li.textarea {
  height: 150px;
}
.contact_us_form ul li.captcha {
  padding-left: 200px;
  margin-bottom: 15px !important;
}
.contact_us_form ul li.captcha img {
  position: absolute;
  width: 175px;
  height: 35px;
  left: 0;
  top: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .bs-caret i {
  font-size: 22px;
}
.single_picture {
  text-align: center;
  padding-bottom: 0;
  border-radius: 5px;
}
.single_picture .img_wrapper > a {
  display: inline-block;
  position: relative;
}
.single_picture img {
  width: auto;
  height: auto;
  border-radius: 10px;
}
.single_picture .img_wrapper > a:after,
.gallery .wrapper a:after {
  content: "\f00e";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.gallery.clip .wrapper a:after {
  content: "\f144";
  background: rgba(0, 0, 0, 0.6);
  opacity: 0.6;
  visibility: visible;
}
.gallery.clip .wrapper a:hover:after {
  opacity: 1;
}
.single_picture .img_wrapper > a:hover:after,
.gallery .wrapper a:hover:after {
  visibility: visible;
  opacity: 1;
}
.gallery.clip .wrapper a:before {
  content: attr(data-title);
  font-weight: 600;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  opacity: 0;
  z-index: 10;
  transition: 0.5s;
}
.gallery.clip .wrapper a:hover:before {
  opacity: 1;
}
.single_picture h2 {
  font-size: 21px;
  margin-bottom: 20px;
  text-align: left;
  color: #727272;
}
.single_picture .description {
  margin-top: 15px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.3px;
  text-align: left;
  color: #6f6f6f;
}
.single_picture .bottom_menu {
  background: #b3b3b3;
  margin: 0 -25px;
  padding: 15px;
  border-radius: 0 0 5px 5px;
}
.bottom_menu .social_footer_wrapper {
  float: right;
}
.bottom_menu .social_footer_wrapper li {
  float: left;
}
.bottom_menu .social_footer_wrapper li a {
  display: inline-block;
  padding: 0 7.5px;
  line-height: 35px;
  font-size: 20px;
  color: #797878;
}
.bottom_menu .social_footer_wrapper li i {
  display: block;
  line-height: inherit;
}
.bottom_menu .info {
  float: left;
}
.bottom_menu .info li {
  float: left;
}
.bottom_menu .info li a {
  display: inline-block;
  line-height: 35px;
  padding: 0 7.5px;
  margin-right: 7px;
  background: #fff;
  border-radius: 5px;
  color: #494949;
  font-size: 13px;
}
.bottom_menu .info li a i {
    float: left;
    line-height: inherit;
    padding-right: 7px;
    font-size: 15px;
}
.bottom_menu .tags {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.bottom_menu .tags li {
    float: left;
    margin-right: 10px;
}
.bottom_menu .tags li span {
    float: left;
    margin-right: 10px;
}
.bottom_menu .tags li a {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  font-weight: 300;
  line-height: 28px;
  border-radius: 5px;
}
.bottom_menu .tags li.title span {
  display: block;
  padding: 0 10px;
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
.pagination {
  text-align: center;
  padding: 0 15px;
  text-align: center;
  background: #fff;
  width: 100%;
  margin: 0;
  border-radius: 0;
  border: solid #e8e8e8;
  border-width: 0 1px 1px;
}
.pagination ul {
  display: inline-block;
  padding: 10px 0;
}
.pagination li {
  display: inline-block;
  margin-left: 7px;
}
.pagination li a {
  display: block;
  width: 35px;
  line-height: 35px;
  height: 35px;
  border-radius: 6px;
  font-size: 16px;
  font-family: arial;
}
a.news_img {
  display: block;
  height: 200px;
  text-align: center;
  margin-bottom: 15px;
  overflow: hidden;
}
.news .news_wrapper {
  padding: 10px;
  border: 1px solid #c4c4c4;
  margin-bottom: 10px;
  border-radius: 5px;
  transition: 0.3s;
  text-align: left;
}
.news .news_wrapper:hover {
  border-color: #0ca7b4;
}
.news .news_wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  transition: 0.3s;
}
.news .news_wrapper:hover img {
  transform: scale(1.1);
}
.news .news_wrapper h5 {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.news .news_wrapper h5 a {
  font-size: 15px;
  display: block;
  line-height: 30px;
  color: #737373;
  text-align: left;
}
.news .news_wrapper .detail li {
    float: left;
    margin-right: 8px;

  font-size: 13px;
  color: #828282;
}
.news .news_wrapper .detail li i {
    float: left;
    padding-right: 5px;
  line-height: inherit;
}
.news .news_wrapper p {
  margin-top: 10px;
  font-size: 13px;
  letter-spacing: 0.2px;
  line-height: 23px;
  text-align: left;
}
.news .news_wrapper .btn {
  display: inline-block;
  line-height: 30px;
  padding: 0 8px;
      float: right;
}
.gallery .wrapper {
  margin-bottom: 30px;
}
.gallery .wrapper a {
  display: block;
  height: 250px;
  position: relative;
}
.gallery .wrapper a img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.detail_wrap_price p {
  font-size: 16px;
  margin-bottom: 5px;
  font-size: 16px;
  color: #898989;
  text-decoration: line-through;
}
@media (max-width: 1200px) {
  .mobile_menu_layer {
    z-index: 10000000000000000;
  }
  .header {
    background: transparent;
  }
  .single_tabs_wrapper .tab_content {
    background: #fff;
  }
  .single_tabs {
    padding: 0;
    margin: 20px 0;
  }
  .grid_view_wrapper {
    display: none;
  }
  .show_cats .item {
    width: calc(50% - 10px);
  }
  .Breadcrumb ul {
    padding-top: 15px;
  }
  .header_search a:after {
    display: block;
  }
  .header_login .shop_cart_wrapper,
  .login_wrapper {
    float: right !important;
  }
  .login_wrapper {
    margin-right: 0px !important;
  }
  .header_login .shop_cart_wrapper {
    margin-right: 15px !important;
  }
  header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10000000000;
    box-shadow: 0 1px 5px #747474;
    background: #f9f9f9;
    transition: 0.5s;
  }
  body {
    padding-top: 100px !important;
  }
  body.has_banner {
    padding-top: 176px !important;
  }
  .logo_wrapper {
    float: unset;
    width: 100%;
    padding-right: 0;
    line-height: 25px;
    text-align: left;
    padding: 5px 0;
    border-bottom: 1px solid #c6c6c6;
    line-height: 40px;
    text-align: center;
  }
  .logo_wrapper > a {
    display: inline-block;
    line-height: inherit;
    height: 40px;
  }
  .bottom_header {
    display: none;
  }
  .search_wrapper {
    padding: 0 15px;
    line-height: 65px;
  }
  .responsive_btn {
    display: block;
  }
  /*.search_col{
    display: none;
}*/
  .login_col {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 125px;
    padding-left: 0;
  }
  .search_col {
    width: 100%;
    padding-left: 125px;
    padding-right: 0;
  }
  .product_two_slider .row {
    margin: 0 !important;
  }
  .product_two_slider .col-lg-9 {
    padding: 0 !important;
  }
  .single_information {
    padding: 0 0;
  }
  .single_information .single_wrapper {
    flex-direction: column;
    box-shadow: unset;
    background: transparent;
    border: unset;
    padding: 0;
  }
  .single_info_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    position: relative;
  }
  .single_image_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    position: relative;
  }
  .bottom_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    order: 3;
    position: relative;
  }
  .bottom_wrapper .imgs {
    display: none;
  }
  .top_wrapper .head {
    width: 100%;
    max-width: 100%;
    padding: 10px 15px 15px;
  }
  .top_wrapper .head h2:first-of-type {
    text-align: left;
    font-size: 14px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 25px;
  }
  .top_wrapper .head h2:last-of-type {
    text-align: left;
    font-size: 12px;
    color: #939393;
    direction: rtl;
    font-weight: 400;
    margin-top: 5px;
    line-height: 25px;
  }
  .top_wrapper .head .rate_wrap {
    text-align: right;
  }
  .top_wrapper .head .rate_wrap .rate {
    width: 75px;
    height: 17px;
  }
  .detail_wrap_btn a:after {
    display: none;
  }
  .single_image_wrapper .top_wrapper {
    margin: 15px 0;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    background: #fff;
    border-radius: 7px;
    padding-right: 0;
    height: auto;
  }
  .single_image_wrapper .top_wrapper .swiper-container {
    height: 220px;
    width: 100%;
    padding-bottom: 50px;
  }
  .swiper-pagination {
    width: 90 !important;
  }
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background: #fb3449;
  }
  .swiper-pagination-bullet-active {
    /* border-radius: 100% !important; */
  }
  .single_image_wrapper .top_wrapper .swiper-wrapper {
    /*display: block;*/
    max-height: 100%;
  }
  .single_image_wrapper .top_wrapper .swiper-slide {
    text-align: center;
  }
  .single_info_wrapper .features {
    display: none;
  }
  .single_info_wrapper .information > div:not(.has-border) {
    margin-bottom: 15px;
  }
  .detail_wrap_btn {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 0 !important;
    background: #f5f5f5;
    /* padding-bottom: 5px; */
    z-index: 99999;
  }
  .detail_wrap_btn a {
    display: block;
    line-height: 50px;
    /* margin: 0 10px; */
    font-size: 17px;
    text-align: center;
  }
  .detail_wrap_btn a i {
    display: none;
  }
  .single_info_wrapper .information {
    width: 100%;
    margin: 15px 0;
    box-shadow: 0 12px 12px 0 hsla(0, 0%, 71%, 0.11);
    background: #fff;
    border-radius: 7px;
    padding: 20px 15px 10px;
  }
  .single_info_wrapper .information > div:not(.has-border) {
    margin-bottom: 15px;
  }
  .detail_wrap_links span {
    display: inline-block;
    font-size: 13px;
    color: #565656;
  }
  .detail_wrap_links span:not(:first-child) {
    margin-right: 10px;
    line-height: 30px;
  }
  .single_info_wrapper .information > div.has-border {
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c9c9c9;
  }
  .detail_wrap_links a {
    display: inline-block;
    padding-right: 7px;
    font-size: 13px;
    color: #1ca2bd;
    position: relative;
    line-height: 30px;
  }
  .detail_wrap_links a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px dashed #1ca2bd;
  }
  .detail_wrap_warranty i,
  .detail_wrap_seller i {
    float: left;
    line-height: inherit;
    font-size: 20px;
    padding-right: 10px;
    color: #ccc;
  }
  .detail_wrap_warranty span {
    font-family: "arial";
    float: right;
    font-size: 14px;
    line-height: 35px;
    color: #5e5e5e;
    font-weight: 400;
    white-space: nowrap;
  }
  .detail_wrap_seller span {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: #3d3d3d;
    font-weight: 400;
  }
  .detail_wrap_price {
    text-align: left;
    margin-bottom: 0 !important;
  }
  .detail_wrap_price span:first-child {
    font-size: 25px;
    line-height: 45px;
    margin-left: 5px;
    font-family: "arial";
  }
  .detail_wrap_price span:last-child {
    line-height: 45px;
    font-size: 20px;
  }

  .single_service {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 0;
  }
  .single_service li {
    float: right;
    width: 20%;
    padding: 0 15px;
    height: 70px;
  }
  .single_service li a {
    display: block;
    position: relative;
    /* line-height: 55px; */
    height: 70px;
    font-size: 12px;
    text-align: center;
  }
  .single_service li img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
    max-height: 50%;
    margin-bottom: 10px;
  }
  #img_container {
    display: none;
  }
  #single_slider {
    z-index: 2147483647;
    background: rgba(0, 0, 0, 0.7);
  }
  .responsive_preview {
    width: auto;
    height: auto;
    max-height: 100%;
  }
  .modal-body .close {
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .modal-dialog {
    margin: 30px auto;
  }
  .modal-content,
  .modal-body {
    height: 100%;
  }
  .modal-body {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    align-items: flex-start;
    justify-content: center;
  }
  .modal-body h3 {
    font-size: 16px;
    color: #646464;
    flex: 0 0 100%;
    text-align: center;
  }
  .single_tabs_wrapper .tab_content .review .rw_wrapper:after {
    display: none;
  }
  .single_tabs_wrapper .tab_content .review .rw_wrapper {
    max-height: unset;
  }
  .special_offer_slider_wrapper .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .special_offer_slider_wrapper .feauters {
    height: 100px;
  }
  .more_details {
    position: static !important;
  }
}
@media (max-width: 992px) {
  .col-main {
    width: 100%;
    padding: 0 15px;
  }
  .header_login .login_wrapper:after {
    display: none;
  }
  .special_offer_textes.swiper-container {
    display: none;
  }
  .special_offer_slider_wrapper .swiper-slide > a .right_col,
  .special_offer_slider_wrapper .swiper-slide > a .left_col {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    text-align: center;
    max-width: 100%;
  }
  .rsp_title {
    display: block;
    text-align: left;
    flex: 0 0 100%;
    margin: 10px 0;
    font-size: 17px;
    color: #ef5661;
  }
  .special_offer_slider_wrapper .swiper-slide > a .right_col {
    height: auto;
  }
  .special_offer_slider_wrapper .swiper-slide > a .left_col {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
  }
  .special_offer_slider_wrapper .name {
    order: 1;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #5c5c5c;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .special_offer_slider_wrapper .orginal_price {
    order: 3;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
  }
  .special_offer_slider_wrapper .discount {
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    position: static;
  }
  .special_offer_slider_wrapper .discount .price {
    font-size: 15px;
    display: block;
  }
  .special_offer_slider_wrapper .orginal_price span {
    font-size: 13px;
  }
  .special_offer_slider_wrapper .swiper-container {
    flex: unset;
    width: 100%;
    height: 300px !important;
  }
  .special_offer_slider_wrapper > .banner,
  .feauters {
    display: none;
  }
  .special_offer_slider_wrapper .discount .percent {
    display: block;
    left: 0;
    top: 0px;
    line-height: 25px;
    margin: 0;
    border-radius: 0 7px;
    font-size: 13px;
  }
  .special_offer_slider_wrapper .swiper-container,
  .product_wrapper {
    background: transparent;
    box-shadow: unset;
  }
  .product_wrapper {
    padding: 10px 0 0;
    /*    border-top: 1px solid #b7b7b7;*/
    border-radius: 0;
  }
  .special_offer_slider_wrapper
    .swiper-container.responsive_top
    .swiper-slide
    > a,
  .product_s_wrapper {
    padding: 20px 15px 0;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 7px #e6e6e6;
  }
  /*    .product_s_wrapper{
        width: 350px;
    }*/
  .prev_btn_pslider,
  .next_btn_pslider {
    display: none;
  }
  .special_offer_slider_wrapper
    .swiper-container.responsive_top
    .swiper-slide
    > a
    img {
    height: 125px;
    width: auto;
  }
  .services {
    display: none;
  }
  .footer_links_title,
  .links {
    text-align: center;
  }
  .special_offer_slider_wrapper > .banner {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    display: block;
    order: 3;
    height: 60px;
    padding-left: 0;
  }
  .special_offer_slider_wrapper > .banner a:not(.view_more_responsive),
  .main_slider .view_more_responsive i,
  .main_slider .view_more_responsive:after,
  .special_offer_textes .view_more a:before {
    display: none;
  }
  .links_col div[class|="col"] {
    margin-bottom: 30px;
  }
  .last_image_footer .img_wrapper:not(:last-child) {
    margin-left: 10px;
  }
  .last_image_footer .img_wrapper {
    height: 150px;
  }
  .last_image_footer {
    padding-top: 20px;
  }
  .special_offer_slider_wrapper
    .swiper-container.responsive_top
    .swiper-slide
    > a:hover
    .name {
    color: #000;
  }
  .head_line {
    border-color: #fb3449;
    margin-right: 15px;
    margin-left: 15px;
  }
  .head_line h5 {
    font-weight: 400;
    color: #747474;
  }
  .head_line h5:after,
  .head_line h5:before {
    display: none;
  }
  .product_wrapper .swiper-wrapper {
    padding: 0;
  }
  .product_one_slider > .container,
  .product_two_slider > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .product_scroll {
    display: block;
  }
  .wr_slide .swiper-container {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .wr_slide .product_s_wrapper:hover {
    box-shadow: 0 0 4px #707070;
    transform: translateY(0);
  }
  /*.wr_slide{
    margin: 0 -15px !important;
}*/
  .product_two_slider .col-lg-9 {
    padding: 0 !important;
  }
  .banner_four_column .row > div {
    width: 50%;
  }
  .banner_four_column .row > div:not(:nth-child(n + 3)) {
    margin-bottom: 15px;
  }
  .copy_write p {
    width: 100%;
    text-align: center;
  }
  .copy_write p:first-child {
    margin-bottom: 10px;
  }
  .count_down_so_wrapper {
    order: 3;
    flex: 0 0 100%;
    padding-top: 5px;
    border-top: 1px solid #ccc;
    margin-top: 2px;
  }
  .coun_down_so > span.day {
    font-size: 19px;
    top: 0;
    margin: 0;
  }
  .coun_down_so > span.day:after {
    font-size: 11px;
  }
  .coun_down_so > span:not(.day) {
    width: 35px;
    font-size: 20px;
    margin-top: 0;
  }
  .col-side-bar {
    position: relative;
    width: 300px;
    padding: 0;
    position: fixed;
    left: -300px;
    z-index: 1000000000000;
    top: 0;
    bottom: 0;
    overflow-y: visible;
    background: #f5f4f4;
    box-shadow: 2px 0 15px #5e5e5e;
    transition: 0.4s;
  }
  .col-side-bar.open {
    overflow-y: scroll;
    left: 0;
  }
  .col-side-bar .handler {
    position: absolute;
    display: block;
    top: 50%;
    right: -40px;
    width: 40px;
    height: 60px;
    text-align: center;
    border-radius: 0 10% 10% 0;
  }
  .col-side-bar .handler i {
    display: block;
    line-height: 60px;
    font-size: 21px;
    color: #fff;
  }
  .product_one_slider.single {
    padding-top: 0;
  }
  .single_tabs_wrapper .header_tabs {
    display: none !important;
  }
  .single_tabs_wrapper .tab_content {
    margin: 15px 0;
    padding: 10px 20px !important;
    display: block !important;
  }
  .single_tabs_wrapper .tab_content .title {
    margin: 0;
    margin-bottom: 10px;
    position: relative;
    padding-left: 60px;
  }
  .single_tabs_wrapper .tab_content .title > span {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 50%;
    margin-top: -12.5px;
    font-size: 14px;
    color: #104776;
    line-height: 25px;
    cursor: pointer;
  }
  .single_tabs_wrapper .tab_content .content {
    display: none;
  }
  .single_tabs_wrapper .tab_content .title h2 {
    font-size: 20px;
  }
  .single_tabs_wrapper .tab_content .title h2 span {
    font-size: 15px;
  }
  .single_tabs_wrapper .tab_content .review {
    padding-right: 10px;
    padding-left: 10px;
  }
  .single_tabs_wrapper .tab_content .review img,
  .article_toggle,
  .single_tabs_wrapper .tab_content .review p:after {
    display: none;
  }
  .single_tabs_wrapper .tab_content .review p {
    max-height: unset;
  }
  .main_products .header ul:not(.grid_view_wrapper) {
    padding-left: 0;
  }
  .contact_us_form ul.inputs_ms > li {
    margin-bottom: 20px;
  }
  a.news_img {
    height: auto;
    max-height: 300px;
  }
  .info_footer_first .info_wrapper span:not(:last-child):after {
    display: none;
  }
  .info_footer_first .info_wrapper span {
    display: block;
  }
  .info_footer_first .info_wrapper span:last-child {
    margin-bottom: 5px;
  }
  .coun_down_so p {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #565656;
    text-align: center;
    margin: 10px 0;
    padding: 0;
    border: unset;
  }
  .page_title {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  section[class^="banner_"] .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  section[class^="banner_"] .row > div {
    padding: 0 7.5px;
  }
  .mobile_menu .login {
    display: block;
  }
  .help_logo_wrapper {
    display: none;
  }
  .img_wrapp {
    height: 150px;
  }
  .product_s_wrapper img {
    max-height: 150px;
  }
  .product_one_slider .wr_slide .swiper-slide,
  .product_two_slider .wr_slide .swiper-slide {
    width: 250px;
  }
  .banner_three_column .row > div,
  .banner_two_column .row > div {
    width: 100%;
  }
  .banner_three_column .row > div:not(:last-child),
  .banner_two_column .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .show_cats .item {
    width: 100%;
  }
  .ap_wrapper .description {
    display: block;
  }
  .cproducts_wrapper > div[class|="col"]:hover .ap_wrapper {
    box-shadow: unset;
    border-color: #ebebeb;
  }
  .ap_wrapper {
    padding: 15px 15px 0 170px;
    position: relative;
  }
  .seller_wrapper {
    margin: 0;
  }
  .ap_wrapper .img_wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 10px;
    top: 0;
    bottom: 0;
    padding: 15px 0;
    height: 100%;
    width: 150px;
  }
  .ap_wrapper .img_wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    bottom: 15px;
    width: 1px;
    background: #c0c0c0;
  }
  .ap_wrapper .title {
    margin-top: 0;
  }
  .bottom_wrapper {
    display: none;
  }
  .single_tabs_wrapper .tab_content .review {
    background: #fff;
    padding: 25px 0 40px;
  }
  .specification li .title_s {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .specification li {
    margin-bottom: 25px;
  }
  .specification li .title_s span {
    background: #e9e9e9;
  }
  .specification li .property {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .contact_us_form > img {
    display: none;
  }
  .contact_us_form {
    padding-left: 25px;
  }
  .contact_us_form li {
    width: 100%;
    text-align: center;
  }
  .contact_us_form li label {
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }
  .contact_us_form li.textarea {
    display: block;
  }
  .contact_us_form li:last-child input {
    width: 100%;
    margin-right: 0;
  }
  .bottom_menu .info,
  .bottom_menu .social_footer_wrapper {
    width: 100%;
  }
  .bottom_menu .social_footer_wrapper {
    margin-bottom: 5px;
  }
  .bottom_menu .social_footer_wrapper ul {
    display: inline-block;
  }
  .seller_wrapper {
    display: none;
  }
  .ap_wrapper .info .price {
    font-size: 16px;
    margin-bottom: 7px;
  }
}
@media (max-width: 600px) {
  .col-main {
    padding: 0;
  }
  .img_big {
    display: none !important;
  }
  .img_small {
    display: block !important;
  }
  .banner_four_column .row > div {
    width: 50%;
  }
  .banner_four_column .row > div:not(:nth-child(n + 3)) {
    margin-bottom: 10px;
  }
  .links_col div[class|="col"] {
    width: 50%;
  }
  .links_col > div[class|="col"]:last-child {
    width: 100%;
  }
  .main_slider .first_slider {
    max-width: 480px;
    margin: 0 auto 19.5px;
  }
  .main_slider .first_slider .swiper-container {
    height: 200px;
  }
  .special_offer_slider_wrapper {
    margin: 0 -15px;
  }
  .special_offer_slider_wrapper > .banner {
    padding: 0 15px;
  }
  .special_offer_slider_wrapper
    .swiper-container.responsive_top
    .swiper-slide
    > a
    img {
    height: 100px;
  }
  .special_offer_slider_wrapper .name {
    font-size: 14px;
    color: #414141;
  }
  .swiper-container.responsive_top .swiper-slide,
  .product_one_slider .wr_slide .swiper-slide,
  .product_two_slider .wr_slide .swiper-slide {
    width: 200px;
  }
  .banner_four_column .row > div {
    width: 100%;
  }
  .banner_four_column .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .main_slider .first_slider a .description span {
    max-width: 75%;
  }
  .page_title {
    background-attachment: unset;
  }
  .top_services li {
    width: 33.333%;
  }
  .top_services li:nth-child(2),
  .top_services li:nth-child(5) {
    display: none;
  }
  .top_services li h5 {
    font-size: 12px;
  }
  .contact_us_form li input {
    width: 100%;
  }
  .contact_us_form li textarea {
    width: 100%;
  }
  .bottom_menu .info li {
    margin-bottom: 7px;
  }
  .about_info,
  .contact_info,
  .contact_us_form,
  .single_picture,
  .news_cr {
    padding: 20px 0;
  }
  .single_picture .bottom_menu {
    margin: 0;
  }
  .page_title h1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .banner_three_column .row > div,
  .banner_two_column .row > div {
    width: 100%;
  }
  .banner_three_column .row > div:not(:last-child),
  .banner_two_column .row > div:not(:last-child) {
    margin-bottom: 15px;
  }
  .banner_one_column img {
    min-height: 100px;
  }
  .logo_wrapper {
    text-align: left;
  }
  .logo_wrapper > a {
    width: 110px;
  }
  .header_search input::placeholder {
    font-size: 13px;
    font-weight: 200;
  }

  .header_search input:-ms-input-placeholder {
    font-size: 13px;
    font-weight: 200;
  }

  .header_search input::-ms-input-placeholder {
    font-size: 13px;
    font-weight: 200;
  }
  .footer_row {
    padding: 20px 0 !important;
  }
  .sub_email a {
    display: block;
    border-radius: 7px;
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .last_image_footer .img_wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .main_slider .first_slider .swiper-container {
    height: 240px;
  }
  .head_line .view_more span {
    display: none;
  }
  .head_line .view_more i {
    color: #747474;
  }
  .ap_wrapper {
    padding: 15px 140px 0 15px;
  }
  .ap_wrapper .img_wrapper {
    width: 120px;
  }
  .ap_wrapper .description {
    display: none;
  }
  .seller_wrapper {
    margin-top: 10px;
  }
  .single_tabs_wrapper .tab_content .title h2 {
    font-size: 17px;
  }
  .single_tabs_wrapper .tab_content .title h2 span {
    font-size: 13px;
    margin-top: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .single_tabs_wrapper .tab_content .review p {
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .header_login .shop_cart_wrapper {
    width: auto !important;
    padding: 0 10px;
  }
  .header_login .shop_cart_wrapper .shop_cart {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .header_login .shop_cart_wrapper {
    float: right;
    width: 140px;
    position: relative;
  }
  .header_login .login_wrapper {
    float: right;
    line-height: 30px;
    padding-right: 20px;
    width: 155px;
    margin-right: 15px;
    position: relative;
  }
  .header_login .login_wrapper span {
    display: block;
    float: left;
    padding-right: 0;
    font-size: 14px;
  }
  .header_login .login_wrapper:after {
    content: "";
    position: absolute;
    height: 35px;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 1px;
    background: #3d3d3d;
  }
  .header_login .login_wrapper i {
    float: right;
    line-height: inherit;
    font-size: 16px;
  }
  .header_search input {
    padding-left: 60px;
  }
  .header_search input {
    width: 100%;
    height: 41px;
    background-color: #eceff1;
    border: 1px solid #d5dadd;
    color: #474747;
    border-radius: 7px;
    padding: 0 60px 0 10px;
    font-size: 16px;
    font-weight: 500;
  }
  .header_search a {
    position: absolute;
    right: 0;
    left: unset;
    top: 0;
    bottom: 1px;
    width: 60px;
    border-radius: 0 7px 7px 0;
  }

  .header_login .shop_cart_wrapper .shop_cart {
    line-height: 33px;
    border-radius: 5px;
    padding: 0 7.5px 0 10px;
    position: relative;
    height: 35px;
    margin-right: 10px;
  }
  .header_search a i {
    color: #fff;
  }
  .header_search input {
    background: #eceff1;
  }
  .header_login .login_wrapper i:before {
    content: "\f078" !important;
  }
  .drop_down_login {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 10px);
    padding: 7px 10px;
    display: block;
    background: #fff;
    box-shadow: 0 0 1px #7b7b7b;
    display: none;
    z-index: 99999;
  }
  .drop_down_login:after {
    display: none;
  }
  .product_s_wrapper img {
    width: 210px;
    height: auto;
  }
  .count_down_so_wrapper {
    text-align: left;
  }

  .single_image_wrapper {
    flex: 0 0 515px;
    max-width: 515px;
  }
  .single_info_wrapper {
    flex: 1 1 auto;
    max-width: calc(100% - 515px);
    background: #fdfdfd;
    padding: 0 10px;
    height: 100%;
  }
  .single_info_wrapper .head {
    padding-right: 110px;
    position: relative;
    min-height: 95px;
    border-bottom: 1px solid #ececec;
    width: 100%;
    max-width: 100%;
  }
  .single_info_wrapper .head h2:first-of-type {
    text-align: left;
    font-size: 17px;
    color: #4c4c4c;
    font-weight: 400;
    line-height: 25px;
  }
  .single_info_wrapper .head h2:last-of-type {
    text-align: left;
    font-size: 14px;
    color: #939393;
    direction: rtl;
    font-weight: 400;
    margin-top: 5px;
    line-height: 25px;
  }
  .single_info_wrapper .head .rate_wrap {
    position: absolute;
    right: 10px;
    top: 0;
    height: 95px;
    text-align: center;
  }
  .single_info_wrapper .head .rate_wrap .rate {
    width: 75px;
    height: 17px;
  }
  .single_info_wrapper .head .rate_wrap span {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #a0a0a0;
    font-weight: 400;
    font-family: "arial";
  }
  .single_info_wrapper .features {
    flex: 0 0 221px;
    max-width: 221px;
    padding: 15px 10px;
  }
  .single_info_wrapper .information {
    flex: 1 0 auto;
    max-width: calc(100% - 221px);
    padding: 15px 0;
  }
  .single_info_wrapper .information > div:not(.has-border) {
    margin-bottom: 15px;
  }
  .detail_wrap_links span {
    display: inline-block;
    font-size: 13px;
    color: #565656;
  }
  .detail_wrap_links span:not(:first-child) {
    margin-right: 10px;
    line-height: 30px;
  }
  .single_info_wrapper .information > div.has-border {
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ececec;
  }
  .detail_wrap_links a {
    display: inline-block;
    padding-right: 7px;
    font-size: 13px;
    color: #1ca2bd;
    position: relative;
    line-height: 30px;
  }
  .detail_wrap_links a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    border-bottom: 1px dashed #1ca2bd;
  }
  .detail_wrap_warranty i,
  .detail_wrap_seller i {
    float: left;
    line-height: 35px;
    font-size: 22px;
    color: #bfbfbf;
    padding-right: 15px;
  }
  .detail_wrap_warranty span {
    font-family: "arial";
    font-size: 14px;
    line-height: 35px;
    color: #5e5e5e;
    font-weight: 400;
  }
  .detail_wrap_seller span {
    position: relative;
    font-size: 14px;
    line-height: 35px;
    color: #3d3d3d;
    font-weight: 400;
  }
  .detail_wrap_price span:first-child {
    font-size: 31px;
    line-height: 45px;
    margin-left: 5px;
    font-family: "arial";
  }
  .detail_wrap_price span:last-child {
    line-height: 45px;
    font-size: 20px;
  }
  .detail_wrap_btn a {
    display: block;
    width: 100%;
    position: relative;
    font-size: 22px;
    max-width: 380px;
    overflow: hidden;
    text-align: center;
    padding-left: 60px;
    line-height: 55px;
    border-radius: 8px;
    font-weight: 300;
    border: 1px solid #02646f;
  }
  .detail_wrap_btn a i {
    position: absolute;
    font-size: 30px;
    left: 20px;
    width: 40px;
    line-height: inherit;
  }
  .single_info_wrapper .features {
    position: relative;
    padding-top: 40px;
  }
  .single_info_wrapper .features:after {
    content: attr(data-title);
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    line-height: 25px;
    font-size: 13px;
    font-weight: 700;
    color: #55565a;
    letter-spacing: 0.3px;
  }
  .single_info_wrapper .features li {
    font-size: 12px;
    color: #474747;
    line-height: 23px;
    position: relative;
    padding-right: 30px;
    font-weight: 300;
  }
  .single_info_wrapper .features li i {
    position: absolute;
    right: 2px;
    top: 5px;
    width: 20px;
    height: 22.5px;
    line-height: 22.5px;
    margin-top: -3.5px;
    font-size: 15px;
    border-radius: 5px;
    text-align: center;
    color: #797979;
  }
  .single_info_wrapper .features li:not(:last-child) {
    margin-bottom: 7px;
  }
  .single_service {
    flex: 0 1 auto;
    max-width: calc(100% - 500px);
    padding: 27.5px 0;
    padding-right: 40px;
  }
  .single_service li {
    float: left;
    width: 20%;
    padding: 0 15px;
    height: 40px;
  }
  .single_service li a {
    display: inline-block;
    padding-left: 55px;
    padding-top: 5px;
    position: relative;
    height: 40px;
    line-height: 19px;
    font-size: 12px;
  }
  .single_service li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 40px;
  }
  .single_tabs_wrapper {
    box-shadow: 0 0 10px #cecece;
    background: #fff;
  }

  #single_zoom_result {
    position: absolute;
    right: -120%;
    top: 0;
    width: 120%;
    height: 120%;
    z-index: 300;
    border: 1px solid #858585;
    /*box-shadow: 0 0 10px #00bfd6;*/
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
  }
  .img-zoom-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 3px solid rgba(149, 19, 55, 0.6);
    cursor: move;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s opacity;
  }
  #img_container {
    position: absolute;
    height: 85%;
    width: 85%;
    left: 0;
    right: 7.5%;
    top: 7.5%;
    bottom: 0;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1300px) {
  #basketcount {
    position: absolute;
    right: 5px;
    left: unset;
    top: 50%;
    text-align: center;
    font-size: 13px;
    margin-top: -12.5px;
    line-height: 25px;
    width: 25px;
    border-radius: 100%;
    padding-right: 0;
  }
  .special_offer_slider_wrapper .swiper-slide > a .right_col:before {
    content: "Amazing suggestion";
    position: absolute;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    line-height: 40px;
    background: #ef5661;
    color: #fff;
    top: -70px;
    border-radius: 0 0 20px 20px;
    font-size: 16px;
    font-weight: 500;
  }
  .one_grid .ap_wrapper {
    padding: 15px 300px 0 250px;
  }
  .header_login .shop_cart_wrapper .shop_cart span.info {
    display: block;
  }
  .main_slider {
    flex: 0 0 82%;
    padding-left: 15px;
    width: 82%;
    order: 2;
    max-width: 82%;
  }
  .banners_col {
    order: 1;
  }
  .main_slider .first_slider .swiper-container {
    height: 329px;
  }
  .special_offer_textes {
    flex: 0 0 250px;
    width: 250px;
    box-shadow: 0 0 10px #e6e6e6;
  }
  .special_offer_textes ul {
    display: block;
    position: relative;
    height: 100%;
    border-right: 1px solid #ececec;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .special_offer_textes li a {
    display: block;
    position: relative;
    padding: 0 10px;
    line-height: 40px;
    font-size: 13px;
    color: #464646;
    transition: 0.3s;
  }
  .special_offer_textes li:not(.view_more):hover a {
    background-color: rgba(230, 240, 245, 0.9);
  }
  .special_offer_textes li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    visibility: hidden;
    right: 120%;
    width: 5px;
    z-index: 100;
    border-radius: 3px;
    margin-left: 5px;
    opacity: 0;
    transition: 0.3s;
  }
  .special_offer_slider_wrapper {
    background: #fff;
    box-shadow: 0 0 10px #e6e6e6;
    border-radius: 7px;
  }
  .special_offer_textes li.active a:after {
    visibility: visible;
    opacity: 1;
    right: 100%;
  }
  .special_offer_slider_wrapper > .banner {
    display: none;
  }
  .special_offer_slider_wrapper {
    background: unset;
    border-radius: unset;
    box-shadow: unset;
  }
  .special_offer_slider_wrapper .swiper-container {
    flex: 1 1 auto;
    width: calc(100% - 250px);
    box-shadow: 0 10px 10px 0 #e6e6e6;
    border-radius: 7px 0 0 7px;
  }
  .top_services li:first-child {
    width: 100%;
  }
  .banners_col {
    flex: 0 0 18%;
    width: 18%;
    order: 1;
  }
  .banners_col .next_to_sliders:not(.top_services_wrapper) {
    display: block;
  }
  .top_services li {
    float: right;
    padding: 0 7.5px;
    width: 50%;
    height: 110px;
    margin-bottom: 34px;
    text-align: center;
  }
  .special_offer_slider_wrapper .swiper-container.responsive_top {
    height: 460px;
  }
  .special_offer_slider_wrapper
    .swiper-container.responsive_top
    .swiper-slide
    > a {
    padding: 70px 160px 40px 45px;
  }
  .special_offer_slider_wrapper .discount .percent {
    margin-left: 30px;
    font-size: 17px;
    padding: 0 10px;
  }
  .special_offer_textes .view_more {
    display: block;
  }
  .special_offer_textes .view_more a {
    text-align: center;
    position: relative;
    display: block;
    line-height: 40px;
    /*border-radius: 7px;*/
    font-size: 13px;
    overflow: hidden;
  }
  .single_picture .description {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media (max-width: 850px) {
  .special_offer_slider_wrapper .swiper-slide > a .right_col {
    max-height: 320px;
  }
  .special_offer_slider_wrapper .name {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1300px) {
  .n_sidebar .content.with_pic a {
    padding-right: 0;
    padding-top: 120px;
  }
  .n_sidebar .content.with_pic a img {
    height: 100px;
    width: 150px;
    top: 10px;
    margin-top: 0;
    right: 50%;
    margin-right: -75px;
  }
}
