@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap");
@import url("../css/bootstrap.min.css");
@import url("../fonts/remixicon/remixicon.css");
@import url("../css/swiperjs.min.css");
body {
  background: #FCFCFC;
  padding: 0px;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #454545;
}

i {
  font-weight: 500;
}

.modal-backdrop {
  background: #00000059 !important;
}

.modal .modal-header {
  justify-content: space-between;
}
.modal .modal-header > * {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 0px;
  }
}
.breadcrumb li {
  margin-right: 12px;
  display: flex;
  align-items: center;
}
.breadcrumb li:after {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6e";
  font-size: 20px;
  margin-left: 10px;
}
.breadcrumb li a {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li:last-child a {
  font-weight: bold;
}

/* Checkbox */
.control {
  display: block;
  position: relative;
  cursor: pointer;
  padding-left: 30px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ced4da;
  border-radius: 6px;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #fff;
}

.control input:checked ~ .control_indicator {
  background: #ff6700;
  border-color: transparent;
}

.control input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.control input:checked ~ .control_indicator:after {
  display: block;
}

.control-checkbox .control_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.control-checkbox input:disabled .control_indicator:after {
  border-color: #7b7b7b;
}

.control-checkbox .control_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}

.control-checkbox input + .control_indicator::before {
  animation: s-ripple 250ms ease-out;
}

.control-checkbox input:checked + .control_indicator::before {
  animation-name: s-ripple-dup;
}

ul, li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

a {
  color: #454545;
  text-decoration: none !important;
  transition: all 0.3s;
}
a:hover {
  color: #FF6700;
}

.x-boxes {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 20px;
}
.x-boxes.payment-boxes {
  padding: 0px;
  margin-bottom: 20px;
}
.x-boxes.payment-boxes .head {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #F3F3F3;
  padding: 15px;
}
.x-boxes.payment-boxes .content {
  padding: 15px;
  margin: 0px 15px;
}
.x-boxes.payment-boxes .content .radio {
  margin-top: 10px;
}
.x-boxes.payment-boxes .content .hide {
  display: none;
}
.x-boxes.payment-boxes .content .input-company {
  display: none;
}
.x-boxes.payment-boxes .content .input-address_1 {
  max-width: 100%;
  flex: 0 0 100%;
}
.x-boxes.payment-boxes .content .col-lg-6 {
  margin-bottom: 10px;
}
.x-boxes.payment-boxes .content .no-border {
  border: none;
}
.x-boxes.payment-boxes .content .no-border tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.x-boxes.payment-boxes .content .no-border td {
  border: none;
  text-align: left;
}

.x-button {
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  transition: all 0.3s;
}
.x-button.primary {
  border: 1px solid #454545;
  background: #454545;
  color: #fff;
}
.x-button.button-border {
  border: 1px solid #454545;
  color: #454545;
}
.x-button.button-border-secondray {
  border: 1px solid #FF6700;
  color: #FF6700;
}
.x-button.fill {
  border-color: transparent;
  background: #FF6700;
  color: #fff;
}
.x-button:hover {
  border-color: transparent;
  background: #FF6700;
  color: #fff;
}

button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .topbar {
    display: none;
  }
}
.topbar .col-lg-6 {
  display: flex;
}
.topbar .col-lg-6.right {
  justify-content: end;
}
.topbar .col-lg-6 a {
  display: flex;
  align-items: center;
  margin-right: 20px;
  padding: 10px 0px;
}
.topbar .col-lg-6 a i {
  margin-right: 6px;
  font-size: 16px;
}

.header-mobile {
  display: none;
  justify-content: space-between;
  background: #FAFAFA;
  box-shadow: 0px 1px 0px rgba(197, 197, 197, 0.25);
  align-items: center;
  padding: 14px;
}
@media screen and (max-width: 768px) {
  .header-mobile {
    display: flex;
  }
}
.header-mobile .item {
  display: flex;
  align-items: center;
}
.header-mobile .item img {
  width: 70%;
}
.header-mobile .item a {
  margin-right: 20px;
}
.header-mobile .item a:last-child {
  margin-right: 0px;
}
.header-mobile .item a i {
  font-size: 22px;
}

.header-mobile-search {
  padding: 15px;
  display: none;
}
.header-mobile-search .search-box {
  background: #FFFFFF;
  border: 1px solid #F9F9F9;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(206, 206, 206, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  justify-content: space-between;
}
.header-mobile-search .search-box input {
  border: none;
  outline: none;
  width: 100%;
}
.header-mobile-search .search-box button i {
  font-size: 16px;
  color: #FF6700;
}

header {
  background: #fff;
  padding: 23px 0px;
  border-top: 1px solid #F6F6F6;
  border-bottom: 1px solid #F6F6F6;
}
@media screen and (max-width: 768px) {
  header {
    display: none;
  }
}
header .search .search-box {
  background: #FFFFFF;
  border: 1px solid #F9F9F9;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(206, 206, 206, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  padding: 14px 16px;
  justify-content: space-between;
}
header .search .search-box input {
  border: none;
  outline: none;
  width: 100%;
}
header .search .search-box button i {
  font-size: 16px;
  color: #FF6700;
}
header .links {
  display: flex;
}
header .links .item {
  margin-right: 30px;
}
header .links .item:last-child {
  margin-right: 15px;
}
header .links .item a {
  font-weight: 600;
  color: #454545;
  align-items: center;
  display: flex;
  font-size: 14px;
}
header .links .item a span.count {
  width: 17px;
  height: 17px;
  color: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FF6700;
  font-weight: 500;
  font-size: 11px;
  margin-left: 5px;
  padding: 0px;
}
header .links .item a i {
  font-size: 20px;
  margin-right: 8px;
}
header .links .item a:hover {
  color: #FF6700;
}

.main-menu {
  padding: 24px 0px;
}
@media screen and (max-width: 768px) {
  .main-menu {
    display: none;
  }
}
.main-menu > .container {
  display: flex;
  align-items: center;
  position: relative;
}
.main-menu .item {
  margin-right: 30px;
}
.main-menu .item:hover .mega-menu {
  display: block;
}
.main-menu .item:hover > a {
  border-bottom: 1px solid #FF6700;
}
.main-menu .item:last-child {
  margin-right: 0px;
}
.main-menu .item > a {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  padding-bottom: 6px;
}
.main-menu .item .mega-menu {
  background: #FFFFFF;
  box-shadow: 0px 2px 11px 1px rgba(180, 180, 180, 0.25);
  border-radius: 0px 0px 6px 6px;
  position: absolute;
  width: 100%;
  left: 0px;
  margin-top: 8px;
  padding: 20px 40px;
  transition: all 0.3s;
  display: none;
  z-index: 11;
}
.main-menu .item .mega-menu .container {
  display: flex;
}
.main-menu .item .mega-menu .container .sub-item {
  margin-right: 140px;
}
.main-menu .item .mega-menu .container .sub-item ul li {
  margin-bottom: 5px;
}
.main-menu .item .mega-menu .container .sub-item ul li.heading {
  margin-bottom: 8px;
}
.main-menu .item .mega-menu .container .sub-item ul li.heading a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}

footer {
  margin-top: 100px;
  background: #606975;
  padding: 40px 0px;
}
@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  footer .container .row .col-12 {
    display: none;
  }
  footer .container .row .col-12:first-child {
    display: block;
  }
}
footer .footer-item span {
  color: #C6C6C6;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
}
footer .footer-item ul li {
  line-height: 34px;
}
footer .footer-item ul li a {
  font-size: 14px;
  color: #C6C6C6;
}
footer .footer-item ul li a:hover {
  color: #FF6700;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    display: none;
  }
}
.footer-bottom .copyright {
  padding: 18px 0px;
  color: #9A9A9A;
}
@media (max-width:629px) {
  #mobileinvisible {
    display: none;
  }
}
.footer-mobile {
  display: none;
  justify-content: center;
  background: #FAFAFA;
  box-shadow: 0px -1px 0px rgba(197, 197, 197, 0.25);
  padding: 9px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .footer-mobile {
    display: flex;
  }
}
.footer-mobile a {
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.footer-mobile a:last-child {
  margin-right: 0px;
}
.footer-mobile a i {
  font-size: 24px;
  margin-bottom: 2px;
}
.footer-mobile a span {
  font-size: 8px;
  line-height: 20px;
}

.footer-product-mobile {
  display: none;
  justify-content: space-between;
  background: #FAFAFA;
  box-shadow: 0px -1px 0px rgba(197, 197, 197, 0.25);
  padding: 9px;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 10;
  background: #fff;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .footer-product-mobile {
    display: flex;
  }
}
.footer-product-mobile .price span.old {
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: rgba(69, 69, 69, 0.36);
  margin-right: 5px;
}
.footer-product-mobile .price span.new {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FF6700;
}
.footer-product-mobile .button button {
  background: #FF6700;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 12px;
  text-transform: uppercase;
  border-radius: 6px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-product-mobile .button button i {
  font-size: 30px;
  margin-right: 10px;
}

.main-slider {
  overflow: hidden;
  position: relative;
}
.main-slider > .container {
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .main-slider {
    margin-top: 5px; 
  }
}
.main-slider .text {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .main-slider .text {
    justify-content: center;
    text-align: center;
  }
}
.main-slider .text span {
  margin-bottom: 22px;
}
@media screen and (max-width: 768px) {
  .main-slider .text span {
    margin-bottom: 10px;
  }
}
.main-slider .text span.heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .main-slider .text span.heading {
    font-size: 18px;
  }
}
.main-slider .text span.sub-text {
  font-size: 18px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .main-slider .text span.sub-text {
    font-size: 14px;
  }
}
.main-slider .text .x-button {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .main-slider .text .x-button {
    margin: 0px auto;
  }
}
.main-slider .image {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .main-slider .image {
    justify-content: center;
  }
}
.main-slider .swiper-pagination {
  background: #E4E4E4;
  border-radius: 80px;
  width: 15%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  .main-slider .swiper-pagination {
    width: 45%;
  }
}
.main-slider .swiper-pagination .swiper-pagination-bullet {
  background: #F1F1F1;
  opacity: 1;
}
.main-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #C7C7C7;
}

.swiper-button-next {
  box-shadow: 0px 2px 11px 1px rgba(180, 180, 180, 0.25);
  border-radius: 76px;
  width: 48px;
  height: 48px;
  color: #454545;
}
.swiper-button-next:after {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea6e";
  font-size: 28px;
}

.swiper-button-prev {
  box-shadow: 0px 2px 11px 1px rgba(180, 180, 180, 0.25);
  border-radius: 76px;
  width: 48px;
  height: 48px;
  color: #454545;
}
.swiper-button-prev:after {
  font-family: "remixicon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea64";
  font-size: 28px;
}

.blog-boxes {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}
.blog-boxes > .container {
  overflow: hidden;
}
.blog-boxes .heading {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  line-height: 20px;
  text-align: center;
}
.blog-boxes .item {
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
}
.blog-boxes .item .image {
  background: #F8F8F8;
  border-radius: 6px 6px 0px 0px;
  height: 172px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog-boxes .item .text {
  padding: 20px;
}
.blog-boxes .item .text a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.blog-boxes .item .text a i {
  margin-left: 5px;
}
.blog-boxes .item .text p {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0px;
}

.product-boxes {
  margin-top: 48px;
  margin-bottom: 48px;
  position: relative;
}
.product-boxes > .container {
  overflow: hidden;
}
.product-boxes .heading {
  margin-bottom: 32px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product-boxes .heading {
    line-height: 30px;
  }
}
.product-boxes .item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 20px;
}
.product-boxes .item .badges {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 10px;
}
.product-boxes .item .badges span {
  background: #ff6700;
  border-radius: 80px;
  font-weight: bold;
  font-size: 12px;
  padding: 8px 15px;
  color: #fff;
}
.product-boxes .item .image {
  max-height: 200px;
}
.product-boxes .item .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 14px;
  margin-top: 24px;
  display: block;
  height:60px;
  overflow: hidden;
}
.product-boxes .item .price {
  min-height: 30px;
}
.product-boxes .item .price span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 103, 0, 0.36);
}
.product-boxes .item .price span.old {
  text-decoration: line-through;
}
.product-boxes .item .price span.new {
  font-size: 18px;
  padding-left: 5px;
  color: #FF6700;
}
.product-boxes .item .button {
  display: none;
  min-height: 30px;
}
.product-boxes .item .button a {
  border: 1px solid #FF6700;
  color: #FF6700;
  padding: 10px 40px;
  cursor: pointer;
}
.product-boxes .item .button a:hover {
  color: #fff;
}
.product-boxes .item:hover .price {
  display: none;
}
.product-boxes .item:hover .button {
  display: block;
}

.cover-info .cover-item {
  background: url("../images/cover-bg-desktop.png");
  width: 100%;
  height: 210px;
  background-position: right;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cover-info .cover-item {
    background: #fed057 url("../images/cover-bg-mobile.png");
    height: 434px;
    align-items: inherit;
  }
  .cover-info .cover-item .text {
    margin: 0px auto !important;
    margin-top: 20px !important;
  }
}
.cover-info .cover-item .text {
  display: flex;
  flex-direction: column;
  margin-left: 126px;
  text-align: center;
}
.cover-info .cover-item .text span {
  margin-bottom: 10px;
  font-size: 18px;
}
.cover-info .cover-item .text span strong {
  font-size: 20px;
}
.cover-info .cover-item .text span:first-child {
  font-size: 26px;
  font-weight: 600;
}
.cover-info .cover-item .text span .x-button {
  padding: 10px 30px;
}

.info-boxes {
  background: #fff;
  padding: 34px 0px;
}
.info-boxes .item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
.info-boxes .item i {
  font-size: 32px;
  margin-bottom: 24px;
}
.info-boxes .item span {
  margin-bottom: 10px;
}
.info-boxes .item span:first-child {
  font-size: 16px;
  line-height: 20px;
}
.info-boxes .item span:last-child {
  font-size: 12px;
  line-height: 20px;
  color: #9A9A9A;
}

.information-widget {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
}

.campaing-widget li {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  margin-bottom:20px;
  padding: 16px 24px;
}

.campaing-page .in-content.active{
  display: block;
}


.campaing-page .in-content{
  display: none;
}


.campaing-widget li.active{
  background: #FF6700;
}

.campaing-widget li.active a{
  color:#fff;
}

.campaing-widget li a:hover{
  color:inherit;
}

.campaing-widget li a{
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .information-widget {
    margin-bottom: 20px;
  }
}
.information-widget ul li {
  border-bottom: 1px solid #F3F3F3;
}
.information-widget ul li:last-child {
  border-color: transparent;
}
.information-widget ul li a {
  display: block;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.information-widget ul li.active a {
  background: #FF6700;
  color: #fff;
}
.information-widget ul li:first-child {
  border-radius: 6px 6px 0px 0px;
}
.information-widget ul li:first-child.active a {
  border-radius: 6px 6px 0px 0px;
}
.information-widget ul li:last-child {
  border-radius: 6px 6px 0px 0px;
}
.information-widget ul li:last-child.active a {
  border-radius: 0px 0px 6px 6px;
}

.breadcrumb {
  background: none;
}
.breadcrumb ul li a {
  font-size: 12px;
  line-height: 15px;
}

.information-page h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.information-page p {
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
}

.login-pages .breadcrumb {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.login-pages .login-page .login-right {
  background: url("../images/login-bg.png") no-repeat;
  background-position: right;
  width: 100%;
  height: 455px;
}
@media screen and (max-width: 768px) {
  .login-pages .login-page .login-right {
    display: none;
  }
}
.login-pages .login-page .login-right span {
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  width: 341px;
  display: block;
  margin-bottom: 20px;
}
.login-pages .login-page .login-right ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 33px;
}
.login-pages .login-page .inner-boxes {
  padding: 40px 50px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
}
.login-pages .login-page .inner-boxes .links {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.login-pages .login-page .inner-boxes .links a {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #FF6700;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}
.login-pages .login-page .inner-boxes .links a.active {
  background: #FF6700;
  color: #fff;
}
.login-pages .login-page .inner-boxes form .col-sm-10, .login-pages .login-page .inner-boxes form .col-sm-2 {
  width: 100%;
  padding: 0px;
  max-width: 100% !important;
}
.login-pages .login-page .inner-boxes form legend {
  display: none;
}
.login-pages .login-page .inner-boxes form .form-group {
  margin-bottom: 15px;
}
.login-pages .login-page .inner-boxes form .form-group label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.login-pages .login-page .inner-boxes form .form-group input {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 48px;
  box-shadow: none;
  width: 100%;
}
.login-pages .login-page .inner-boxes form .form-group input::placeholder {
  font-size: 0px;
}
.login-pages .login-page .inner-boxes form input[type=submit] {
  background: #FF6700;
  padding: 13px;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border: none;
  width: 100%;
  text-transform: uppercase;
  font-weight: bold;
}
.login-pages .login-page .inner-boxes form .forgotten {
  display: block;
  float: right;
  margin: 10px 0px;
}
.login-pages .login-page .inner-boxes form .agree {
  margin-bottom: 20px;
  display: inline-block;
  align-items: center;
}
.login-pages .login-page .inner-boxes form .agree input {
  margin-right: 5px;
}
.login-pages .login-page .inner-boxes form .agree a {
  margin-bottom: 0px;
}

.mobile-navigation {
  display: none;
  background: #FAFAFA;
  box-shadow: 0px 1px 0px rgba(197, 197, 197, 0.25);
  padding: 10px;
  margin-top: 3px;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mobile-navigation {
    display: flex;
  }
}
.mobile-navigation a {
  width: 30%;
  font-size: 20px;
}
.mobile-navigation .text {
  font-size: 18px;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .account-page .breadcrumb {
    display: none;
  }
}
.account-page h1 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.account-page .order-list .item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  margin-bottom: 24px;
}
.account-page .order-list .item .head {
  display: flex;
  background: #F6F6F6;
  border-radius: 6px 6px 0px 0px;
  padding: 15px;
  justify-content: space-between;
  align-items: center;
}
.account-page .order-list .item .head .h-item {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.account-page .order-list .item .head .h-item span {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
}
.account-page .order-list .item .head .h-item strong {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
}
.account-page .order-list .item .product-list {
  padding: 15px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .account-page .order-list .item .product-list {
    flex-direction: column;
  }
}
.account-page .order-list .item .product-list .p-item {
  display: flex;
  align-items: center;
}
.account-page .order-list .item .product-list .p-item.status-item {
  flex: 0 0 28%;
}
@media screen and (max-width: 768px) {
  .account-page .order-list .item .product-list .p-item.status-item {
    justify-content: end;
  }
}
@media screen and (max-width: 768px) {
  .account-page .order-list .item .product-list .p-item.status-item {
    order: 2;
    flex: 0 0 100%;
  }
}
.account-page .order-list .item .product-list .p-item .status-badge {
  background: #F5F5F5;
  border: 1px solid #454545;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
}
.account-page .order-list .item .product-list .p-item .status-badge.shipping {
  color: #FF6700;
  background: #FFF7F0;
  border: 1px solid #FF6700;
}
.account-page .order-list .item .product-list .p-item .status-badge.success {
  color: #05B71D;
  background: #F2FFF4;
  border: 1px solid #05B71D;
}
.account-page .order-list .item .product-list .p-item .order-number {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.account-page .order-list .item .product-list .p-item .image img {
  width: 70px;
}
.account-page form {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  display: block;
  width: 100%;
  padding: 20px;
}
.account-page form.address-listing-form {
  background: none;
  box-shadow: none;
  border: none;
}
.account-page form.address-listing-form .item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 20px;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 20px;
}
.account-page form.address-listing-form .item .address {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-page form.address-listing-form .item .buttons {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.account-page form.address-listing-form .item .buttons a {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
}
.account-page form.address-listing-form .item .buttons a:last-child {
  margin-right: 0px;
}
.account-page form.address-listing-form .item .buttons a i {
  margin-right: 3px;
}
.account-page form legend {
  display: none;
}
.account-page form .form-group {
  padding: 0px;
}
.account-page form .form-group .col-sm-2, .account-page form .form-group .col-sm-10 {
  max-width: 100%;
}
.account-page form .form-group label {
  font-size: 14px;
  line-height: 20px;
}
.account-page form .form-group input {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 48px;
  font-size: 14px;
  box-shadow: none;
}
.account-page form .form-group select {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 6px;
  min-height: 48px;
  font-size: 14px;
  box-shadow: none;
}
.account-page form .x-button {
  padding: 10px 30px;
  margin-right: 10px;
  min-height: 48px;
  display: inline-block;
  margin-bottom: 10px;
}
.account-page form .add-button {
  font-size: 12px;
  min-height: auto;
}
.account-page.address-page form h1 {
  margin-bottom: 20px;
}
.account-page.address-page form .form-group {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0px;
}
.account-page.address-page form .form-group .col-sm-2, .account-page.address-page form .form-group .col-sm-10 {
  padding: 0px;
}
.account-page.address-page form .form-group .radio-inline {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.account-page.address-page form .form-group .radio-inline input[type=radio] {
  width: 20px;
  margin-right: 10px;
  height: 20px;
}
.account-page.address-page form .form-group .radios-boxes {
  display: flex;
}
.account-page.order-page h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.account-page.order-page .order-info .order-item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.account-page.order-page .order-info .order-item .status {
  display: flex;
  justify-content: end;
  width: 100%;
}
.account-page.order-page .order-info .order-item .status .status-badge {
  background: #F5F5F5;
  border: 1px solid #454545;
  box-sizing: border-box;
  border-radius: 10px;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  padding: 5px;
}
.account-page.order-page .order-info .order-item .status .status-badge.shipping {
  color: #FF6700;
  background: #FFF7F0;
  border: 1px solid #FF6700;
}
.account-page.order-page .order-info .order-item .status .status-badge.success {
  color: #05B71D;
  background: #F2FFF4;
  border: 1px solid #05B71D;
}
.account-page.order-page .order-info .order-item .image {
  display: flex;
  align-items: center;
  flex: 0 0 25%;
}
.account-page.order-page .order-info .order-item .image img {
  width: 70px;
  margin-right: 20px;
}
.account-page.order-page .order-info .order-item .image .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 70%;
  width: 100%;
}
.account-page.order-page .order-info .order-item .image .text .name {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
}
.account-page.order-page .order-info .order-item .image .text .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .account-page.order-page .order-info .order-item .image .text .bottom {
    flex-direction: column;
  }
}
.account-page.order-page .order-info .order-item .image .text .bottom span {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}
.account-page.order-page .order-info .order-detail {
  padding: 0px;
  margin-bottom: 20px;
}
.account-page.order-page .order-info .order-detail ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #F3F3F3;
  padding: 15px;
}
.account-page.order-page .order-info .order-detail ul li:last-child {
  border: none;
}

.category-page .mobile-filter-button {
  display: none;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: end;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .category-page .mobile-filter-button {
    display: flex;
  }
}
.category-page .mobile-filter-button select {
  background: #FFFFFF;
  border: 1px solid #454545;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  margin-right: 10px;
  font-size: 12px;
  line-height: 20px;
}
.category-page .mobile-filter-button a {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #454545;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  line-height: 20px;
  height: calc(1.5em + 0.75rem + 2px);
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0px 5px;
}
.category-page .mobile-filter-button a span {
  width: 20px;
  height: 20px;
  background: #FF6700;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.category-page .mobile-filter-button a i {
  margin: 0px 10px;
}
.category-page .filters-tool {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .category-page .filters-tool {
    display: none;
  }
}
.category-page .filters-tool a {
  background: #FFFFFF;
  border: 1px solid #454545;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 8px 14px;
  margin-right: 12px;
  cursor: pointer;
  margin-bottom: 10px;
}
.category-page .filters-tool a:last-child {
  margin-right: 0px;
}
.category-page .filters-tool a i {
  margin-left: 8px;
  font-size: 18px;
}
.category-page .filters-tool a:hover {
  background: #454545;
  color: #fff;
}
.category-page .filters-tool a.fill {
  background: #454545;
  color: #fff;
}
.category-page .product_item.hidden {
  display: none;
}
.category-page .product_item.visible {
  display: flex !important;
}
.category-page .item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  display: flex;
  padding: 10px;
  flex-direction: column;
  position: relative;
  min-height: 340px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .category-page .item {
    min-height: 250px;
  }
}
@media screen and (max-width: 1024px) {
  .category-page .item {
    min-height: 280px;
  }
}
.category-page .item .badges {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 10px;
}
.category-page .item .badges span {
  background: #ff6700;
  border-radius: 80px;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .category-page .item .badges span{
	font-size: 10px; 
  }
}
.category-page .item .favorite {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 10px;
}
.category-page .item .favorite a {
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 11px 1px rgba(180, 180, 180, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.category-page .item .favorite a i {
  font-size: 20px;
}
.category-page .item .image {
  max-height: 230px;
  text-align: center;
}
.category-page .item .image img {
  margin: 0px auto;
}
.category-page .item .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;

}
.category-page .item .price {
  min-height: 30px;
  
  
  
}
@media screen and (min-width: 768px) {
  .category-page .item .price {
   position: absolute;
   bottom: 20px;
  }
}
.category-page .item .price span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: rgba(69, 69, 69, 0.36);
}
.category-page .item .price span.old {
  text-decoration: line-through;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.category-page .item .price span.new {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-left: 5px;
  color: #FF6700;
}
.category-page .item .button {
  display: none;
  min-height: 30px;
  cursor: pointer;
  margin: 0px auto;
}
.category-page .item .button a {
  border: 1px solid #FF6700;
  color: #FF6700;
  padding: 10px 40px;
}
.category-page .item .button a:hover {
  color: #fff;
}
.category-page .item.no-stock {
  position: relative;
}
.category-page .item.no-stock .image {
  position: relative;
}
.category-page .item.no-stock .image:after {
  content: "Stokta Yok";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ffffff96;
  z-index: 9;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.category-page .item.no-stock .price, .category-page .item.no-stock .button, .category-page .item.no-stock .badges {
  display: none;
}
.category-page .item.no-stock .favorite {
  z-index: 10;
}
.category-page .item.no-stock .title {
  color: #A5A5A5;
}
.category-page .item.no-stock .title:after {
  content: "Stokta Yok";
  display: block;
  padding-top: 10px;
}

.product-page .cover-head {
  background: #FFAE44;
  border-radius: 6px;
  margin-bottom: 10px;
}
.product-page .cover-head .inner {
  margin: 0px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-page .cover-head .inner .image {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .product-page .cover-head .inner .image img {
    zoom: 0.7;
  }
}
.product-page .cover-head .inner .text {
  display: flex;
  flex-direction: column;
}
.product-page .cover-head .inner .text span {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .product-page .cover-head .inner .text span {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
.product-page .product-detail {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 20px;
}
.product-page .product-detail .product-photos {
  overflow: hidden;
}
.product-page .product-detail .product-photos .swiper-button-next, .product-page .product-detail .product-photos .swiper-button-prev {
  background: #fff;
}
.product-page .product-detail .product-photos .swiper-slide {
  text-align: center;
}
.product-page .product-detail .product-right h1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}
.product-page .product-detail .product-right .whatsapp-product {
  background: #25d366;
  padding: 10px;
  color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .product-page .product-detail .product-right .whatsapp-product {
    width: 100%;
  }
}
.product-page .product-detail .product-right .whatsapp-product a {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.product-page .product-detail .product-right .whatsapp-product a i {
  font-size: 20px;
  margin-right: 10px;
}
.product-page .product-detail .product-right .price {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 12px;
}
.product-page .product-detail .product-right .price span.old {
  font-size: 14px;
  line-height: 20px;
  text-decoration-line: line-through;
  color: rgba(69, 69, 69, 0.36);
  margin-right: 5px;
}
.product-page .product-detail .product-right .price span.new {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #FF6700;
}
.product-page .product-detail .product-right .options {
  margin-top: 12px;
}
.product-page .product-detail .product-right .options .option-item {
  margin-bottom: 24px;
}
.product-page .product-detail .product-right .options .option-item .heading {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.product-page .product-detail .product-right .options .option-item .radio-list {
  margin-top: 16px;
  display: flex;
}
.product-page .product-detail .product-right .options .option-item .radio-list label {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 6px;
  font-size: 12px;
  line-height: 20px;
  margin-right: 12px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  max-height: 46px;
  cursor: pointer;
}
.product-page .product-detail .product-right .options .option-item .radio-list label img {
  margin-right: 5px;
  display:none;
}
.product-page .product-detail .product-right .options .option-item .radio-list label input {
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.product-page .product-detail .product-right .options .option-item .radio-list label.active {
  background: #FFF1E7;
  border: 1px solid #FF6700;
}
.product-page .product-detail .product-right .options .cover-item {
  display: flex;
  align-items: center;
  background: #F8F8F8;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 6px;
  justify-content: space-between;
  font-size: 12px;
  line-height: 20px;
  padding: 12px;
  position: relative;
  width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .product-page .product-detail .product-right .options .cover-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product-page .product-detail .product-right .options .cover-item .name {
    font-size: 10px;
  }
}
.product-page .product-detail .product-right .options .cover-item .price-cover {
  color: #FF6700;
  font-size: 14px;
  line-height: 20px;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox_indicator {
  position: absolute;
  top: -6px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #fff;
  border: 1px solid #ff7a1f;
  border-radius: 20px;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox:hover input ~ .control-checkbox_indicator,
.product-page .product-detail .product-right .options .cover-item .control-checkbox input:focus ~ .control-checkbox_indicator {
  background: #ff;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox input:checked ~ .control-checkbox_indicator {
  background: #FF7A1F;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox:hover input:not([disabled]):checked ~ .control-checkbox_indicator,
.product-page .product-detail .product-right .options .cover-item .control-checkbox input:checked:focus ~ .control-checkbox_indicator {
  background: #FF6700;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox input:disabled ~ .control-checkbox_indicator {
  background: #e6e6e6;
  opacity: 2;
  pointer-events: none;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox input:checked ~ .control-checkbox_indicator:after {
  display: block;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox-checkbox .control-checkbox_indicator:after {
  left: 7px;
  top: 3px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox-checkbox input:disabled ~ .control-checkbox_indicator:after {
  border-color: #7b7b7b;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox-checkbox .control-checkbox_indicator::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  transform: scale(0);
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox-checkbox input + .control-checkbox_indicator::before {
  animation: s-ripple 250ms ease-out;
}
.product-page .product-detail .product-right .options .cover-item .control-checkbox-checkbox input:checked + .control-checkbox_indicator::before {
  animation-name: s-ripple-dup;
}
.product-page .product-detail .product-right .qty-button {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-page .product-detail .product-right .qty-button {
    display: none;
  }
}
.product-page .product-detail .product-right .qty-button .qty {
  flex: 0 0 10%;
}
.product-page .product-detail .product-right .qty-button .qty span {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}
.product-page .product-detail .product-right .qty-button .qty select {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 14px;
  outline: none;
}
.product-page .product-detail .product-right .qty-button .button {
  flex: 0 0 80%;
}
.product-page .product-detail .product-right .qty-button .button button {
  background: #FF6700;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 12px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 6px;
  margin-left: 10px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .product-detail .product-right .qty-button .button button i {
  font-size: 30px;
  margin-right: 10px;
}
.product-page .product-tabs {
  margin-top: 50px;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs {
    border: none;
  }
}
.product-page .product-tabs .head {
  background: #B5B5B5;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .head {
    flex-direction: column;
    border-radius: 0px;
    box-shadow: none;
    background: none;
  }
}
.product-page .product-tabs .head a {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 16px;
  width: 100%;
  cursor: pointer;
}
.product-page .product-tabs .head a i {
  display: none;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .head a {
    background: #fff;
    color: #454545;
    font-weight: normal;
    border-bottom: 1px solid #E0E0E0;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .product-page .product-tabs .head a i {
    display: block;
    font-size: 20px;
  }
}
.product-page .product-tabs .head a.active {
  background: #fff;
  color: #454545;
}
.product-page .product-tabs .content .in-content {
  display: none;
  padding: 20px;
}
.product-page .product-tabs .content .in-content p {
  font-weight: normal;
  font-size: 12px;
  line-height: 140.4%;
}
.product-page .product-tabs .content .in-content.active {
  display: block;
}
.product-page .product-tabs .content .in-content.review-content .faq-list {
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 40px;
  margin-bottom: 40px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .content .in-content.review-content .faq-list {
    width: 100%;
  }
}
.product-page .product-tabs .content .in-content.review-content .faq-list .faq-item {
  margin-bottom: 20px;
}
.product-page .product-tabs .content .in-content.review-content .faq-list .faq-item span {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  display: block;
}
.product-page .product-tabs .content .in-content.review-content .faq-list .faq-item.soru .content {
  background: #F8F8F8;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  padding: 24px;
  word-wrap: break-word;
}
.product-page .product-tabs .content .in-content.review-content .faq-list .faq-item.cevap .content {
  background: #F6FFF7;
  border: 1px solid #05B71D;
  border-radius: 6px;
  font-size: 14px;
  line-height: 20px;
  padding: 24px;
  word-wrap: break-word;
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item {
  background: #F8F8F8;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 24px;
  width: 700px;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .content .in-content.review-content .comment-list .comment-item {
    width: 100%;
  }
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 6px;
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item .stars {
  margin-bottom: 12px;
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item .stars i {
  color: #F7B500;
  font-size: 16px;
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item .date {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
}
.product-page .product-tabs .content .in-content.review-content .comment-list .comment-item .comment {
  font-size: 14px;
  line-height: 20px;
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  margin-bottom: 24px;
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content img {
    width: 30%;
    margin: 0px auto;
  }
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .image {
  flex: 0 0 20%;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .image {
    text-align: center;
    margin-bottom: 10px;
  }
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .rating {
  flex: 0 0 20%;
  text-align: center;
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .rating span:first-child {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .rating span:first-child i {
  color: #F7B500;
  margin-right: 10px;
}
.product-page .product-tabs .content .in-content.review-content .review-list .heading .review-content .rating span:last-child {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .filter-inner {
    display: none;
  }
}

#filter-mobile .modal-dialog {
  padding: 0px;
  margin: 0px;
  position: fixed;
  height: 100%;
  width: 100%;
  background: #fff;
}
#filter-mobile .modal-dialog .modal-content {
  border: 0px;
  margin: 0px;
}
#filter-mobile .modal-dialog .modal-content .modal-header > * {
  width: auto;
}
#filter-mobile .modal-dialog .modal-content .modal-header .modal-title {
  flex: 0 0 90%;
  text-align: center;
}
#filter-mobile .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items {
  border-bottom: 1px solid #E0E0E0;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items .heading {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items .heading i {
  font-size: 20px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items .content {
  display: none;
  padding: 15px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items .content ul li {
  margi-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items .content ul li .control_indicator {
  border-radius: 2px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items.active {
  border-color: transparent;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .filter-items.active .heading {
  border-bottom: 1px solid #E0E0E0;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .buttons {
  padding: 15px;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .buttons a {
  margin-right: 10px;
  width: 100%;
  text-transform: uppercase;
}
#filter-mobile .modal-dialog .modal-content .modal-body .mobile-filter .buttons a:last-child {
  margin-right: 0px;
}

.filter-widget {
  max-width: 80%;
  height: fit-content;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
}
.filter-widget .col-sm-3 {
  max-width: 100%;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .filter-widget {
    border: none;
  }
}
.filter-widget .filter-item {
  border-bottom: 1px solid #F3F3F3;
  padding: 20px 10px;
}
@media screen and (max-width: 768px) {
  .filter-widget .filter-item.category-list {
    display: none;
  }
}
.filter-widget .filter-item .heading {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.filter-widget .filter-item .content ul {
  max-height: 134px;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.filter-widget .filter-item .content ul::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.filter-widget .filter-item .content ul::-webkit-scrollbar-track {
  background: #E8E8E8;
  border-radius: 6px;
}
.filter-widget .filter-item .content ul::-webkit-scrollbar-thumb {
  background: #C4C4C4;
  border-radius: 6px;
}
.filter-widget .filter-item .content ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.filter-widget .filter-item .content ul li {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 24px;
}

.cart-page footer, .cart-page header, .cart-page .topbar, .cart-page .main-menu, .cart-page .footer-bottom, .cart-page .footer-mobile, .cart-page .header-mobile {
  display: none !important;
}
.cart-page #button-payment-method {
  width: 20%;
  float: right;
  margin-top: 10px;
  color: #fff !important;
  background: #05B71D !important;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .cart-page #button-payment-method {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .cart-header {
    display: none;
  }
}
.cart-page .cart-header {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.cart-page .cart-header .row {
  flex-wrap: inherit;
}
.cart-page .cart-header .item {
  font-size: 18px;
  line-height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cart-page .cart-header .item:first-child {
  justify-content: start;
  text-align: left;
}
.cart-page .cart-header .item i {
  font-size: 20px;
  margin-right: 10px;
}
.cart-page .cart-header .item a {
  font-size: 18px;
  line-height: 20px;
}
.cart-page .cart-header .item a img {
  width: 40%;
}
.cart-page .cart-mobile-header {
  display: none;
  background: #fff;
  justify-content: space-between;
  box-shadow: 0px 1px 0px rgba(197, 197, 197, 0.25);
  align-items: center;
  padding: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cart-page .cart-mobile-header {
    display: flex;
  }
}
.cart-page .cart-mobile-header .item {
  font-size: 14px;
}
.cart-page .cart-mobile-header .item i {
  font-size: 18px;
}
.cart-page .title-page {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 16px;
}
.cart-page .product-list.payment-list-product .item {
  box-shadow: none;
  border: none;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list.payment-list-product .item .text {
    flex: 0 0 153px !important;
  }
}
.cart-page .product-list .item {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item > div {
    flex: none !important;
  }
}
.cart-page .product-list .item .image {
  flex: 0 0 75px;
  margin-right: 34px;
  text-align: center;
}
.cart-page .product-list .item .image .remove {
  display: none;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .image .remove {
    display: block;
    margin-top: 10px;
  }
}
.cart-page .product-list .item .text {
  display: flex;
  flex-direction: column;
  flex: 0 0 370px;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .text {
    flex: 0 0 200px !important;
  }
}
.cart-page .product-list .item .text a {
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 5px;
}
.cart-page .product-list .item .text .extras {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}
.cart-page .product-list .item .text .price {
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
}
.cart-page .product-list .item .text .shipping {
  font-weight: bold;
  font-size: 10px;
  line-height: 20px;
  margin-top: 5px;
  color: #05B71D;
}
.cart-page .product-list .item .qty {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .qty {
    flex-direction: column;
  }
}
.cart-page .product-list .item .qty input {
  border: none;
  outline: none;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  padding: 0px 20px;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .qty input {
    order: 2;
  }
}
.cart-page .product-list .item .qty a {
  font-size: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .qty a.minus {
    order: 3;
  }
  .cart-page .product-list .item .qty a.plus {
    order: 1;
  }
}
.cart-page .product-list .item .total {
  flex: 0 0 160px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .total {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .cart-page .product-list .item .remove {
    display: none;
  }
}
.cart-page .product-list .item .remove a {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 20px;
  cursor: pointer;
}
.cart-page .product-list .item .remove a i {
  margin-right: 3px;
}
@media screen and (max-width: 768px) {
  .cart-page .totals {
    display: none;
  }
}
.cart-page .totals .heading {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
}
.cart-page .totals ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-page .totals ul li span {
  font-size: 14px;
  line-height: 20px;
}
.cart-page .totals ul li strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
}
.cart-page .totals ul li:last-child {
  border-top: 1px solid #EAEAEA;
  padding-top: 15px;
  margin-top: 15px;
}
.cart-page .totals ul li:last-child strong {
  font-size: 16px;
  line-height: 20px;
}
.cart-page .coupon-box {
  margin-top: 20px;
  padding: 10px;
}
.cart-page .coupon-box span {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}
.cart-page .coupon-box .item {
  display: flex;
  justify-content: space-between;
}
.cart-page .coupon-box .item input {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 6px;
  width: 100%;
  outline: none;
  padding: 2px 5px;
  margin-right: 10px;
}

.cart-footer {
  width: 100%;
}
.cart-footer img {
  margin: 0px 15px;
  margin-bottom: 10px;
}
.cart-footer .copyright {
  background: #606975;
  color: #fff;
  padding: 15px;
}

.cart-sticky-footer {
  background: #FAFAFA;
  box-shadow: 0px -1px 0px rgba(197, 197, 197, 0.25);
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 9;
  display: none;
}
@media screen and (max-width: 768px) {
  .cart-sticky-footer {
    display: block;
  }
}
.cart-sticky-footer .bottom {
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-sticky-footer .bottom .price {
  display: flex;
  align-items: end;
}
.cart-sticky-footer .bottom .price span {
  height: 100%;
}
.cart-sticky-footer .bottom .price span i {
  font-size: 20px;
  margin-right: 21px;
}
.cart-sticky-footer .bottom .price .total {
  display: flex;
  flex-direction: column;
}
.cart-sticky-footer .bottom .price .total span:first-child {
  font-size: 12px;
  line-height: 20px;
}
.cart-sticky-footer .bottom .price .total span:last-child {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
}
.cart-sticky-footer .bottom .button a {
  background: #FF6700;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 13px;
  display: block;
  border-radius: 6px;
}
.cart-sticky-footer .summary {
  padding: 15px;
  border-bottom: 1px solid rgba(197, 197, 197, 0.25);
  border-top: 1px solid rgba(197, 197, 197, 0.25);
  transition: all 0.3ms;
  width: 100%;
  z-index: 9;
  display: none;
}
.cart-sticky-footer .summary ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cart-sticky-footer .summary ul li span {
  font-size: 14px;
  line-height: 20px;
}
.cart-sticky-footer .summary ul li strong {
  font-size: 14px;
  line-height: 20px;
}

.success-page i {
  color: green;
  font-size: 60px;
}

.stores-page .heading {
  width: 100%;
  height: 343px;
  background: url("../images/stores-xi.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.stores-page .heading h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 20px;
  padding-bottom: 35px;
  color: black;
}
.stores-page .content .x-boxes.address-box.hidden {
  display: none;
}
.stores-page .content .x-boxes.address-box .map {
  margin-bottom: 20px;
}
.stores-page .content .x-boxes.address-box .text {
  display: flex;
  flex-direction: column;
}
.stores-page .content .x-boxes.address-box .text .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.stores-page .content .x-boxes.address-box .text span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.stores-page .content .x-boxes.address-box .text .buttons {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.stores-page .content .x-boxes.address-box .text .buttons a {
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  background: #FF6700;
  color: #fff;
  margin-right: 10px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  border-radius: 55px;
}
.stores-page .content .x-boxes.address-box .text .buttons a i {
  font-size: 20px;
  margin-right: 5px;
}
.stores-page .content .x-boxes .form-group {
  margin-bottom: 32px;
}
.stores-page .content .x-boxes .form-group label {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.stores-page .content .x-boxes .form-group select {
  background: #FFFFFF;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  border-radius: 6px;
  display: block;
  width: 100%;
  outline: none;
  padding: 10px;
}
.stores-page .content .x-boxes .stores-list .item {
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 24px;
  margin-bottom: 24px;
  cursor: pointer;
}
.stores-page .content .x-boxes .stores-list .item .head {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 12px;
}
.stores-page .content .x-boxes .stores-list .item .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.stores-page .content .x-boxes .stores-list .item .text .address {
  display: flex;
  flex-direction: column;
  flex: 0 0 80%;
}
.stores-page .content .x-boxes .stores-list .item .text .address span {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #707070;
}
.stores-page .content .x-boxes .stores-list .item .text .next {
  cursor: pointer;
}
.stores-page .content .x-boxes .stores-list .item .text .next span {
  width: 36px;
  height: 36px;
  display: block;
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0px 2px 11px 1px rgba(180, 180, 180, 0.25);
  border-radius: 100%;
}
.stores-page .content .x-boxes .stores-list .item .text .next span i {
  font-size: 20px;
}
.stores-page .content .x-boxes .stores-list .item.hidden {
  display: none;
}
.stores-page .content .x-boxes .stores-list .item:last-child {
  margin: 0px;
  padding: 0px;
  border: none;
}

.mobile-category {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0px;
  background: #fff;
  z-index: 10;
  left: -100%;
}
.mobile-category .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
.mobile-category .heading span {
  font-weight: bold;
  font-size: 26px;
  line-height: 32px;
  color: #FF6700;
}
.mobile-category .heading a i {
  font-size: 25px;
}
.mobile-category .content {
  overflow-y: auto;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mobile-category .content ul {
  padding: 15px;
  margin-bottom:130px;
}
.mobile-category .content ul.hidden {
  display: none;
}
.mobile-category .content ul.sub-category li.heading span {
  display: flex;
  align-items: center;
}
.mobile-category .content ul.sub-category li.heading span i {
  font-size: 30px;
}
.mobile-category .content ul li {
  background: #FFFFFF;
  border: 1px solid #F3F3F3;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px rgba(217, 217, 217, 0.25);
  border-radius: 6px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.mobile-category .content ul li:last-child{
  margin-bottom:30px;
}
.mobile-category .content ul li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.mobile-category .content ul li span {
  font-size: 20px;
}

.blog-kategori-widget {
  width: 100%;
  padding: 0px;
}
.blog-kategori-widget .heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 15px;
  border-bottom: 1px solid #F3F3F3;
}
.blog-kategori-widget ul {
  padding: 15px;
}
.blog-kategori-widget ul li {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-kategori-widget ul li a {
  display: flex;
  align-items: center;
}
.blog-kategori-widget ul li a i {
  font-size: 14px;
  margin-right: 5px;
}

.pagination li {
  margin-right: 5px;
}
.pagination li.active span {
  background: #fff;
  border: 1px solid #FF6700;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
}
.pagination li a {
  background: #fff;
  border: 1px solid #454545;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 14px;
}

@media all and (min-width: 43.688em) and (max-width: 61.188em)  {
  header,.topbar,.main-menu,footer{
    display: none;
  }
  .header-mobile{
    display: flex;
  }
  .header-mobile .item img{
    width:30%;
  }
  .footer-mobile{
    display: flex;
  }
  .footer-product-mobile{
    display: flex;
  }
  .cart-sticky-footer{
    display: block;
  }
}


@media only screen and(max-width: 1000px) and (orientation: landscape) {
  header,.topbar,.main-menu,footer{
    display: none;
  }
  .header-mobile{
    display: flex;
  }
  .header-mobile .item img{
    width:30%;
  }
  .footer-mobile{
    display: flex;
  }
}

.photos-bottom{
  display: flex;
  align-items:center;
  justify-content: space-between;
  margin:10px 0px;
}

.photos-bottom .discount span{
  font-weight: 600;
  font-size: 12px;
  color:#fff;
  line-height: 20px;
  background: #ED0000;
  border-radius: 6px;
  padding:5px;
}

.photos-bottom .rating{
  display: flex;
  align-items: center;
}

.photos-bottom .rating span:first-child{
  margin-right:10px;
}

.photos-bottom .rating i{
  color:#F7B500;
}

.shipping_date_span{
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .shipping_date_span{
    width:100%;
  }
  div#oop_cls_div_cont {
    display: none;
  }
}

.faq-box{
  margin-bottom:20px;
}

.faq-box .heading{
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:16px;
  cursor: pointer;
}

.faq-box .heading i{
  font-size:25px;
}

.faq-box .content{
  font-size: 14px;
  line-height: 25px;
  color: #707070;
  display: none;
}

.contact-box{
  text-align: center;
}

.contact-box .icon i{
  font-size:48px;
}

.contact-box .icon{
  margin-bottom:20px;
}

.contact-box .text{
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-bottom:20px;
}

.contact-box .phone{
  margin-bottom:20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

.contact-box .phone a{
  color: #FF6700;
}

.contact-box .work{
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  /* identical to box height */

  text-align: center;

  color: #707070;
}
.product-page .product-tabs .content .in-content ul, li {
    padding: revert;
    list-style-type: revert;
    margin: revert;
}

.sub-task {
  margin: 10px 0px;
  justify-content: space-between;
  margin-bottom:20px;
}

.sub-task .item{
  display:flex;
  align-items:center;
}

.sub-task .item i{
  color:#FF6700;
  font-size:20px;
  margin-right:10px;
}

div#oop_cls_div_cont {
  margin-top: 20px;
}

/* all categry css */

.all-category .cat_box{
    border: 1px solid #e8e8e8;
    width: 10.91%;
    height: 120px;
    display: table;
    float: left;
    margin-left: 2px;
    margin-top: 2px;
    cursor: pointer;
    color: #444;
    width: 170px;
    min-width: 90px;
}

.all-category .cat_box span{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
}

.cat_box p a{
  color: #6f6b6b;
}

.cat_box p a:hover{
  color: rgb(233,97,30);
}

.cat_box p span.ico {
    padding-bottom: 4px;
}

.cat_box p span.name {
   
}

.cat_box p span.ico img {
    width: 32px;
}
.all-category .cat_box p {
    display: table-cell;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    margin: auto;
    height: 88px;
}  

.page-all-category{
  padding: 0 0 50px 0 ! important;
}

.all-category{
  background: #fff; 
  box-shadow: 0 0 7px #ababab;
  
}

.all-category .cat-box{
   width: 10.91%;
}

.fancy-row{
    background: #fff;
    margin: 10px 0 0;
    display: inline-block;    
    width: 100%;
    padding: 10px 10px;
}

.level-1{
  font-size: 18px;
}

.have-child{
    margin-bottom: 8px;
}

.cate_linkbox{
    border: 1px solid #ddd;
    padding: 10px 10px 30px 10px;
}

.every-child{
  border-right: 1px solid #f7f7f7;
  width: 20%;
  float: left;
  list-style: none;
  padding: 0;
}
.child{
  padding: 0;
  list-style: none;
}

.child .level-2{
    color: #666;
    font-size: 12px;
    font-weight: bold;
}

.grand-child{
      list-style: none;
    padding: 12px 8px;
}

.cat-breadcumb{

}

.cat-breadcumb ul{
  list-style: none;
  padding: 12px 0 0 12px;
}

.cat-breadcumb ul li{
  display: inline-block;
  margin-right: 5px;
}

.cat-breadcumb ul li a{

}

.page-title{
    padding: 0 0 0 10px;
    text-transform: uppercase;
}

.page-title h1{

}


@media (max-width: 768px){ 

  .every-child {      
    width: 100%;
  }

}