html,
body {
  background: #efefef;
  color: #777;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
}

a,
a:visited {
  color: #2f2f2f;
}

a:hover,
a:focus {
  color: #fd5503;
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

#page {
  background: url("../image/bg-content.png") repeat-x left top #efefef;
}

.creamcity-promise-strip {
  background: #efefef;
  border-bottom: 0;
  color: #171717;
}

.promise-list {
  align-items: center;
  display: flex;
  gap: 54px;
  justify-content: center;
  list-style: none;
  margin: 0;
  min-height: 58px;
  padding: 9px 0;
}

.promise-list li {
  align-items: center;
  display: flex;
  gap: 10px;
  line-height: 1.1;
  min-width: 235px;
  text-transform: uppercase;
}

.promise-list i {
  color: #fd5503;
  font-size: 28px;
}

.promise-list strong {
  color: #171717;
  display: block;
  font-size: 21px;
  font-weight: 700;
}

.promise-list span {
  color: #171717;
  display: block;
  font-size: 13px;
  font-weight: 700;
}

.promise-list .promise-copy {
  display: block;
}

.toprow-1,
#top {
  background: #171717;
}

#top {
  display: none;
  min-height: 0;
}

.toprow-1 {
  display: none;
}

.top-button {
  display: none;
}

.swipe-control {
  color: #fff;
  display: none;
  padding: 12px 15px;
}

header {
  background: #171717;
  padding: 0;
  position: relative;
  text-align: center;
}

header > .container {
  align-items: center;
  display: flex;
  min-height: 147px;
  position: relative;
}

#logo {
  float: none;
  margin: 0;
}

#logo img {
  display: inline-block;
  max-height: 95px;
  max-width: 365px;
}

#logo h1 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}

#logo h1 a {
  color: #fff;
}

.box-right {
  align-items: center;
  display: flex;
  align-self: stretch;
  gap: 50px;
  margin-left: auto;
  justify-self: end;
}

.log-button {
  align-self: flex-start;
  float: none;
  margin: 48px 0 0;
  order: 1;
  white-space: nowrap;
}

.log-button a {
  color: #fff;
  display: inline-block;
  float: none;
  font-size: 16px;
  margin: 0 46px 0 0;
  text-align: left;
}

.log-button a:last-child {
  margin-right: 0;
}

.log-button i {
  color: #fd5503;
  margin-right: 9px;
}

.box-cart {
  align-self: flex-start;
  float: none;
  margin: 0;
  order: 2;
}

#cart > button {
  background: #2f2f2f;
  color: #fd5503;
  height: 119px;
  min-height: 119px;
  min-width: 137px;
  padding: 25px 16px 15px;
  text-align: center;
}

#cart > button strong {
  color: #fff;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

#cart #cart-total {
  color: #fd5503;
  display: inline !important;
  font-size: 24px;
  line-height: 28px;
  margin-left: 4px;
}

#cart .dropdown-menu {
  min-width: 320px;
}

.nav__primary {
  background: #fd5503;
  margin-bottom: 30px;
  width: 100%;
}

.common-home .nav__primary {
  margin-bottom: 0;
}

.menu-shadow {
  align-items: stretch;
  display: flex;
  height: 90px;
  min-height: 90px;
  position: relative;
}

#menu-gadget {
  background: #2f2f2f;
  color: #fff;
  flex: 0 0 270px;
  min-height: 90px;
  position: relative;
  z-index: 60;
}

#menu-icon {
  color: #fff;
  cursor: pointer;
  font-size: 23px;
  font-weight: 700;
  line-height: 70px;
  padding: 0 20px;
  text-transform: uppercase;
}

#menu-icon:before {
  content: none;
}

#menu-icon:after {
  color: #fd5503;
  font-family: FontAwesome;
  font-size: 21px;
  line-height: 70px;
}

#menu-gadget > ul.menu {
  background: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.18);
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 8px 0;
  position: absolute;
  top: 100%;
  width: 270px;
}

#menu-gadget:hover > ul.menu,
#menu-gadget:focus-within > ul.menu {
  display: block;
}

#menu-gadget ul.menu li {
  position: relative;
}

#menu-gadget ul.menu a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 10px 24px;
}

#menu-gadget ul.menu a:hover {
  background: #fd5503;
  color: #fff;
}

#menu-gadget ul.menu ul {
  background: #2f2f2f;
  display: none;
  left: 100%;
  list-style: none;
  margin: 0;
  min-width: 230px;
  padding: 8px 0;
  position: absolute;
  top: 0;
}

#menu-gadget ul.menu li:hover > ul {
  display: block;
}

#top-links {
  flex: 1 1 auto;
}

#top-links ul {
  display: flex;
  margin: 0;
  min-height: 70px;
}

#top-links li {
  display: flex;
  margin: 0;
  padding: 0;
}

#top-links a {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 16px;
  gap: 8px;
  padding: 0 17px;
  text-transform: none;
}

#top-links a:hover,
#top-links a:focus {
  background: #2f2f2f;
  color: #fd5503;
}

#top-links i {
  color: #fff;
  font-size: 17px;
}

#top-links .top-count {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #2f2f2f;
  display: inline-flex;
  font-size: 14px;
  height: 27px;
  justify-content: center;
  line-height: 27px;
  margin-left: 3px;
  width: 27px;
}

#search {
  align-self: center;
  box-sizing: border-box;
  float: none;
  margin: 20px 0 20px auto;
  width: 270px;
}

#search input {
  width: 190px;
}

#search button {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  width: 45px;
}

#search button i {
  float: none;
  line-height: 1;
}

#content {
  min-height: 600px;
  padding-top: 30px;
}

.common-home #content {
  padding-top: 30px;
}

.common-home .fluid_container {
  background: #171717;
  margin: 0 0 0;
  overflow: hidden;
  position: relative;
}

.camera_container {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

.creamcity-slideshow {
  background: #171717;
  height: auto;
  min-height: 250px;
}

.creamcity-slideshow .swiper-slide {
  position: relative;
}

.creamcity-slideshow .swiper-slide > a,
.creamcity-slideshow .swiper-slide > img {
  display: block;
  position: relative;
}

.creamcity-slideshow img {
  height: auto;
  margin: 0 auto;
  width: 100%;
}

.creamcity-slideshow .camera_caption {
  left: 50%;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 38%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 2;
}

.creamcity-slideshow .camera_caption h1,
.creamcity-slideshow .camera_caption h2 {
  font-weight: 700;
  margin: 0;
}

.creamcity-slideshow .camera_caption h1 {
  color: #fff;
  font-size: 68px;
  line-height: 1;
}

.creamcity-slideshow .camera_caption h2 {
  color: #fd5503;
  font-size: 46px;
  line-height: 1.1;
}

.fluid_container .swiper-pager > div {
  background: rgba(47, 47, 47, 0.85);
  color: #fff;
}

.creamcity-banners {
  margin: -34px -15px 30px;
  position: relative;
  z-index: 3;
}

.creamcity-banners .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
}

.creamcity-banners .banner-box {
  overflow: hidden;
  position: relative;
}

.creamcity-banners img {
  width: 100%;
}

.creamcity-banners .s-desc {
  bottom: 22px;
  color: #fff;
  left: 24px;
  position: absolute;
  right: 24px;
  text-transform: uppercase;
}

.creamcity-banners .s-desc h2 {
  color: #171717;
  font-size: 33px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 8px;
}

.creamcity-banners .s-desc p {
  color: #fd5503;
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 12px;
}

.creamcity-banners .s-desc span {
  background: #fd5503;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 11px 16px;
}

.creamcity-carousel {
  background: #fff;
  margin: 0 0 30px;
  padding: 22px 48px;
}

.creamcity-carousel .swiper-slide img {
  display: inline-block;
  max-height: 72px;
}

.content_bottom {
  clear: both;
}

.creamcity-services {
  margin-bottom: 0;
  position: relative;
}

.creamcity-services > .parallax-1 {
  background: url("../../../../../image/catalog/parallax-2.jpg") center top / cover no-repeat;
  display: table;
  min-height: 509px;
  padding: 44px 0 38px;
  position: relative;
  width: 100%;
}

.creamcity-services h3 {
  color: #fff;
  font-size: 69px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.creamcity-services h3 span {
  color: #fd5503;
  font-weight: 400;
}

.creamcity-services p {
  color: #fff;
  font-size: 15px;
  line-height: 23px;
  margin: 0;
  overflow: hidden;
}

.creamcity-services a {
  color: #fff;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
  margin: 0 0 18px;
  text-transform: uppercase;
  width: 100%;
}

.creamcity-services a:hover,
.creamcity-services a:focus {
  color: #fd5503;
}

.creamcity-services .services-box {
  display: inline-block;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}

.creamcity-services .services-box > span {
  background: #fd5503;
  color: #efefef;
  display: inline-block;
  float: left;
  font-size: 45px;
  height: 133px;
  line-height: 55px;
  margin: 4px 30px 10px 0;
  padding: 39px 0;
  text-align: center;
  width: 133px;
}

.creamcity-services .services-box:hover > span {
  background: #2f2f2f;
}

.box-heading h3 {
  background: #fff;
  color: #333;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
  padding: 20px;
  text-transform: uppercase;
}

.box.featured .box-heading h3 {
  margin-left: 7.5px;
  margin-right: -7.5px;
}

.featured .product-layout {
  margin-left: 15px;
  margin-right: -15px;
}

.featured .product-layout > [class*="col-"] {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.product-thumb {
  background: #fff;
  border: 0;
  box-sizing: border-box;
  box-shadow: none;
  margin-bottom: 30px;
  max-width: 270px;
  min-height: 0;
  overflow: visible;
  position: relative;
  text-align: left;
  width: 100%;
}

.product-thumb .image {
  display: block;
  aspect-ratio: 1 / 1;
  height: auto;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
}

.product-thumb .image a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}

.product-thumb .image img {
  display: block;
  height: 100%;
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  width: 100%;
}

.product-thumb .caption {
  min-height: 0;
  overflow: visible;
  padding: 0;
}

.product-thumb .name {
  background: #f5f5f5;
  margin: 0;
  min-height: 90px;
  padding: 0;
}

.product-thumb .name a {
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  margin: 0 0 17px;
  padding: 12px 20px 15px;
  width: 100%;
}

.product-thumb .price {
  color: #2f2f2f;
  float: left;
  font-size: 25px;
  letter-spacing: 0;
  line-height: 30px;
  margin: 0 5px 14px 15px;
  width: 150px;
}

.price-new {
  color: #2f2f2f;
}

.price-old {
  color: #c2c2c2;
  font-size: 17px;
  line-height: 20px;
  text-decoration: line-through;
}

.product-thumb .price-tax {
  color: #999;
  display: block;
  font-size: 12px;
}

.product-thumb .rating {
  float: right;
  margin: 8px 18px 0 0;
  text-align: right;
  width: 70px;
}

.rating .fa-star.active {
  color: #fd5503;
}

.sale,
.new_pr {
  background: #fcf300;
  color: #2f2f2f;
  font-size: 14px;
  height: 29px;
  left: 13px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 3px;
  position: absolute;
  text-align: center;
  top: 17px;
  width: 46px;
  z-index: 2;
}

.product-thumb .cart-button {
  clear: both;
  display: flex;
  gap: 6px;
  padding: 0 0 17px 20px;
  position: relative;
  width: 100%;
  z-index: 5;
}

.btn-icon {
  background: #2f2f2f;
  border: 0;
  border-radius: 0;
  color: #fff;
  flex: 0 0 51px;
  height: 51px;
  max-width: 51px;
  padding: 0;
  text-align: center;
  width: 51px;
}

.btn-icon:hover,
.btn-icon:focus {
  background: #fd5503;
  color: #fff;
}

.btn-icon i {
  color: #fff;
  font-size: 23px;
  line-height: 51px;
  pointer-events: none;
}

.btn-add {
  background: #fd5503;
}

.btn-details,
.btn-primary {
  background: #2f2f2f;
  border: 0;
  border-radius: 0;
  color: #fff;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 21px;
  min-width: 0;
  overflow: hidden;
  padding: 15px 4px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-layout.product-list .product-thumb {
  max-width: none;
}

.btn-details:hover,
.btn-details:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #fd5503;
  color: #fff;
}

footer {
  background: transparent;
  color: #777;
  font-size: 13px;
  line-height: 16px;
  margin-top: 40px;
  padding-bottom: 68px;
}

footer > .container > .row:first-child {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  justify-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

footer > .container > .row:first-child > [class*="col-"] {
  float: none;
  min-width: 0;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

footer > .container > .row:first-child .footer_box {
  width: 100%;
}

@media (min-width: 768px) {
  footer > .container > .row:first-child > [class*="col-"]:last-child {
    text-align: right;
  }

  footer > .container > .row:first-child > [class*="col-"]:last-child .social {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin: 10px 0 39px;
    width: 100%;
  }

  footer > .container > .row:first-child > [class*="col-"]:last-child .social li {
    float: none;
    margin-left: 0;
  }

  footer > .container > .row:first-child > [class*="col-"]:last-child .copyright {
    text-align: right;
  }
}

footer > .container > .row:first-child:before,
footer > .container > .row:first-child:after,
.terms_conditions_page:before,
.terms_conditions_page:after {
  content: none;
  display: none;
}

footer h5 {
  color: #333;
  font-size: 21px;
  font-weight: 700;
  line-height: 27px;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.terms_conditions_page {
  align-items: start;
  column-gap: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 24px 0 0;
}

.terms_conditions_page > [class*="col-"] {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  float: none;
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.terms_conditions_page > [class*="col-"]:last-child {
  align-items: flex-end;
}

.terms_conditions_page > [class*="col-"]:first-child h2 {
  text-align: left;
  width: 100%;
}

.terms_conditions_page > [class*="col-"]:last-child h2 {
  text-align: right;
  width: 100%;
}

#mc_embed_signup {
  background: #fff;
  max-width: none;
  min-height: 0;
  padding: 24px 20px;
  position: relative;
  width: 100%;
}

#mc_embed_signup form {
  margin: 0;
}

#mc_embed_signup_scroll {
  align-items: end;
  column-gap: 14px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 118px;
  row-gap: 8px;
}

#mc_embed_signup .indicates-required {
  color: #777;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  position: static;
  text-align: right;
}

#mc_embed_signup .mc-field-group {
  clear: none;
  grid-column: 1;
  grid-row: 1 / span 2;
  padding-top: 0;
}

#mc_embed_signup label {
  color: #222;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  margin: 0 0 5px;
}

#mc_embed_signup .asterisk {
  color: #fd5503;
}

#mc_embed_signup input[type="email"] {
  border: 1px solid #bbb;
  border-radius: 3px;
  box-shadow: none;
  height: 38px;
  line-height: 19px;
  padding: 6px 10px;
  width: 100%;
}

#mc_embed_signup .clear {
  grid-column: 2;
  grid-row: 2;
}

#mc_embed_signup .button {
  background: #aaa;
  border: 0;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 38px;
  line-height: 20px;
  margin: 0;
  min-width: 0;
  padding: 6px 20px;
  text-align: center;
  text-transform: none;
  width: 100%;
}

#mc_embed_signup .button:hover,
#mc_embed_signup .button:focus {
  background: #999;
  color: #fff;
}

#eWAYBlock {
  background: transparent;
  display: flex;
  justify-content: flex-end;
  padding: 0;
  width: 100%;
}

#eWAYBlock img {
  display: block;
  height: auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  .promise-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  footer > .container > .row:first-child {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  header > .container {
    display: block;
    min-height: 0;
    padding: 20px 15px;
  }

  .box-right {
    justify-content: center;
    margin-top: 16px;
  }

  .menu-shadow {
    display: block;
  }

  #menu-gadget,
  #menu-gadget > ul.menu {
    width: 100%;
  }

  #menu-gadget > ul.menu {
    position: static;
  }

  #top-links ul {
    flex-wrap: wrap;
    min-height: 0;
  }

  #top-links a {
    min-height: 48px;
  }

  #search {
    display: flex;
    margin: 10px 0;
    width: 100%;
  }

  #search input {
    width: calc(100% - 60px);
  }

  .creamcity-slideshow .camera_caption h1 {
    font-size: 42px;
  }

  .creamcity-slideshow .camera_caption h2 {
    font-size: 28px;
  }

  .creamcity-banners {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .swipe-control {
    display: inline-block;
  }

  footer > .container > .row:first-child,
  .terms_conditions_page {
    grid-template-columns: 1fr;
  }

  .terms_conditions_page > [class*="col-"],
  .terms_conditions_page > [class*="col-"]:last-child {
    align-items: flex-start;
  }

  .terms_conditions_page > [class*="col-"]:first-child h2,
  .terms_conditions_page > [class*="col-"]:last-child h2 {
    text-align: left;
  }

  #mc_embed_signup_scroll {
    grid-template-columns: 1fr;
  }

  #eWAYBlock {
    justify-content: flex-start;
  }

  #mc_embed_signup .indicates-required,
  #mc_embed_signup .mc-field-group,
  #mc_embed_signup .clear {
    grid-column: auto;
    grid-row: auto;
  }

  #mc_embed_signup .indicates-required {
    text-align: left;
  }

  .promise-list li {
    min-width: 0;
  }

  .product-thumb {
    min-height: 380px;
  }

  .product-thumb .image {
    min-height: 0;
  }

  .product-thumb .image img {
    max-height: 100%;
  }

  .product-thumb .cart-button {
    flex-wrap: wrap;
    padding-right: 20px;
  }

  .product-thumb .btn-details {
    flex-basis: 100%;
  }

  .creamcity-banners .s-desc {
    bottom: 14px;
  }

  .creamcity-banners .s-desc h2 {
    font-size: 25px;
  }
}

/* OC2 Theme537 visual parity adjustments */
.promise-list {
  gap: 24px;
  justify-content: flex-start;
  min-height: 60px;
  padding: 5px 0;
}

.promise-list li {
  align-items: center;
  color: #262626;
  gap: 8px;
  height: 50px;
  line-height: 20px;
  min-width: 0;
}

.promise-list i {
  color: #fd5503;
  flex: 0 0 auto;
  font-size: 42px;
  line-height: 50px;
  text-align: left;
  width: auto;
}

.promise-list strong {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
}

.promise-list span {
  color: #262626;
  font-size: 16px;
  line-height: 20px;
}

.promise-list .promise-copy {
  display: inline-block;
}

@media (min-width: 768px) {
  header > .container {
    align-items: center;
    display: flex;
    min-height: 119px;
  }

  #logo {
    align-items: center;
    display: flex;
    float: none;
    margin: 0;
  }

  #logo img {
    max-height: none;
    max-width: 365px;
  }

  .box-right {
    align-items: center;
    align-self: stretch;
    display: flex;
    float: none;
    gap: 50px;
    margin-left: auto;
  }

  .log-button {
    align-items: center;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    float: none;
    gap: 21px;
    margin: 0;
    order: 1;
    white-space: nowrap;
  }

  .log-button a {
    align-items: center;
    display: inline-flex;
    float: none;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
  }

  .log-button i {
    font-size: 15px;
    line-height: 18px;
    margin-right: 12px;
  }

  .box-cart {
    align-items: stretch;
    align-self: stretch;
    display: flex;
    float: none;
    margin: 0;
    order: 2;
  }

  #cart > button {
    display: inline-block;
    height: 119px;
    min-height: 119px;
    min-width: 138px;
    padding: 20px 15px 25px;
  }

  #cart > button i {
    display: block;
    float: none;
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 5px;
  }

  #cart > button strong {
    font-size: 24px;
    line-height: 24px;
  }

  #cart #cart-total {
    font-size: 24px;
    line-height: 24px;
  }

  .menu-shadow {
    display: block;
    height: 90px;
    min-height: 90px;
  }

  #menu-gadget {
    float: left;
    min-height: 90px;
    width: 270px;
  }

  #menu-icon {
    display: block;
    font-size: 30px;
    font-weight: 700;
    height: 90px;
    letter-spacing: 0;
    line-height: 36px;
    padding: 27px 18px 27px 20px;
  }

  #menu-icon:after {
    color: #fd5503;
    font-family: FontAwesome;
    font-size: 21px;
    line-height: 36px;
  }

  #top-links {
    display: inline-block;
    flex: none;
    margin: 34px 0 15px 8px;
    vertical-align: top;
  }

  #top-links ul {
    display: block;
    min-height: 0;
  }

  #top-links li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
  }

  #top-links a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    gap: 0;
    line-height: 19px;
    padding: 0;
  }

  #top-links a:hover,
  #top-links a:focus {
    background: none;
    color: #191919;
  }

  #top-links i {
    display: none;
  }

  #top-links .top-count {
    display: inline-block;
    font-size: 14px;
    height: 27px;
    line-height: 28px;
    margin-top: -5px;
    vertical-align: middle;
    width: 27px;
  }

  #search {
    align-self: auto;
    display: inline-block;
    float: right;
    margin: 21px 0 19px;
    padding-left: 35px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .container,
  #common-home.container {
    max-width: 1200px;
    width: 100%;
  }

  .product-product .nav__primary > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-thumb .cart-button {
  clear: both;
  display: inline-block;
  padding: 0 15px 17px 20px;
  width: 100%;
}

.product-thumb .cart-button .btn-add {
  margin-right: 7px;
}

.btn-icon {
  display: inline-block;
  flex: none;
  vertical-align: top;
}

.product-thumb .cart-button .btn-primary,
.product-thumb .cart-button .btn-details {
  background: #fff;
  border: 1px solid #dfdede;
  border-radius: 0;
  color: #333;
  display: inline-block;
  flex: none;
  font-size: 14px;
  height: 51px;
  line-height: 21px;
  min-width: 90px;
  padding: 14px 10px 14px 14px;
  text-align: left;
  text-transform: none;
  vertical-align: top;
  white-space: nowrap;
}

.product-thumb .cart-button .btn-primary i,
.product-thumb .cart-button .btn-details i {
  color: #d6d6d6;
  float: right;
  font-size: 14px;
  line-height: 21px;
  margin-left: 10px;
}

.product-thumb .cart-button .btn-primary:hover,
.product-thumb .cart-button .btn-primary:focus,
.product-thumb .cart-button .btn-details:hover,
.product-thumb .cart-button .btn-details:focus {
  background: #fd5503;
  border-color: #fd5503;
  color: #fff;
}

.product-thumb .cart-button .btn-primary:hover i,
.product-thumb .cart-button .btn-primary:focus i,
.product-thumb .cart-button .btn-details:hover i,
.product-thumb .cart-button .btn-details:focus i {
  color: #fff;
}

.fancybox-inner {
  font-size: 14px;
  line-height: 23px;
}

.fancybox-inner .quickview_manufacture a,
.fancybox-inner .quickview_manufacture a:visited {
  color: #fd5503;
}

.fancybox-inner .quickview_manufacture a:hover,
.fancybox-inner .quickview_manufacture a:focus {
  color: #333;
}

.fancybox-inner .btn-icon,
.fancybox-inner .btn-icon:visited {
  background: #dedede;
  border: 0;
  color: #333;
  display: inline-block;
  flex: none;
  height: 51px;
  line-height: 51px;
  max-width: 51px;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 51px;
}

.fancybox-inner .btn-icon i,
.fancybox-inner .btn-icon:visited i {
  color: #333;
  font-size: 25px;
  height: 51px;
  line-height: 49px;
  margin-left: 0;
}

.fancybox-inner .btn-icon:hover,
.fancybox-inner .btn-icon:focus,
.fancybox-inner .btn-icon:active {
  background: #dedede;
  color: #fd5503;
}

.fancybox-inner .btn-icon:hover i,
.fancybox-inner .btn-icon:focus i,
.fancybox-inner .btn-icon:active i {
  color: #fd5503;
}

.fancybox-inner .btn-add,
.fancybox-inner .btn-add:visited {
  background: #fd5503;
  border-color: #fd5503;
  color: #fff;
}

.fancybox-inner .btn-add i,
.fancybox-inner .btn-add:visited i,
.fancybox-inner .btn-add:hover i,
.fancybox-inner .btn-add:focus i,
.fancybox-inner .btn-add:active i {
  color: #fff;
}

.fancybox-inner .btn-add:hover,
.fancybox-inner .btn-add:focus,
.fancybox-inner .btn-add:active {
  background: #333;
  border-color: #333;
  color: #fff;
}

.product_page .product-buttons {
  clear: both;
  overflow: hidden;
  margin: 0 -5px 1em;
  padding: 0;
}

.product_page .product-buttons li {
  float: left;
  list-style: none;
  padding: 0 5px;
  width: 50%;
}

.product_page .product-buttons .btn-icon,
.product_page .product-buttons .btn-icon:visited {
  background: #dedede;
  color: #333;
  flex: none;
  height: 51px;
  line-height: 51px;
  max-width: none;
  width: 100%;
}

.product_page .product-buttons .btn-icon i,
.product_page .product-buttons .btn-icon:visited i {
  color: #333;
  font-size: 25px;
  line-height: 49px;
}

.product_page .product-buttons .btn-icon:hover,
.product_page .product-buttons .btn-icon:focus,
.product_page .product-buttons .btn-icon:active {
  background: #dedede;
  color: #fd5503;
}

.product_page .product-buttons .btn-icon:hover i,
.product_page .product-buttons .btn-icon:focus i,
.product_page .product-buttons .btn-icon:active i {
  color: #fd5503;
}

.product_page .product-tags a,
.product_page .product-tags a:visited {
  color: #fd5503;
}

.product_page .product-tags a:hover,
.product_page .product-tags a:focus,
.product_page .product-tags a:active {
  color: #333;
}

.product_page .product-tags {
  overflow-wrap: anywhere;
}

.product_page .creamcity-captcha-row {
  align-items: center;
  border-top: 1px solid #d8d8d8;
  display: flex;
  gap: 18px;
  margin-top: 22px;
  padding-top: 18px;
}

.product_page .creamcity-captcha-label {
  color: #111;
  flex: 0 0 220px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  text-align: left;
}

.product_page .creamcity-captcha-controls {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 14px;
  min-width: 0;
}

.product_page .creamcity-captcha-controls #input-captcha {
  flex: 1 1 320px;
  min-width: 160px;
}

.product_page .creamcity-captcha-image {
  background: #fff;
  border: 1px solid #111;
  flex: 0 0 auto;
  height: 35px;
  width: 150px;
}

.product_page .creamcity-captcha-controls #button-review {
  flex: 0 0 auto;
  margin-left: auto;
  min-width: 88px;
  white-space: nowrap;
}

.product_page #image-additional.creamcity-gallery-fallback li {
  margin-bottom: 13px;
  width: 99px;
}

.product-thumb .image img.lazy {
  opacity: 0;
  transition: opacity 0.7s ease;
}

.product-thumb .image img.lazy.is-loaded {
  opacity: 1;
}

.creamcity-featured-item {
  opacity: 0;
  transform: scale(0.92);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.box.featured .product-layout > .creamcity-featured-item:nth-child(-n+4) {
  opacity: 1;
  transform: scale(1);
}

.box.featured .product-layout > .creamcity-featured-item:nth-child(n+5):not(.creamcity-featured-visible) {
  display: none;
}

.creamcity-featured-item.creamcity-featured-hidden {
  display: none;
}

.creamcity-featured-item.creamcity-featured-visible {
  display: block;
  opacity: 1;
  transform: scale(1);
}

#menu-gadget:hover > ul.menu,
#menu-gadget:focus-within > ul.menu {
  display: none;
}

#menu-gadget > ul.menu {
  background: transparent;
  box-shadow: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  width: 270px;
}

#menu-gadget .menu li {
  background-color: #f2f2f2;
  list-style: none;
  position: relative;
}

#menu-gadget .menu li a {
  border-top: 1px solid #c7c8cb;
  color: #333;
  display: block;
  font-size: 17px;
  line-height: 20px;
  padding: 19px 25px 20px 20px;
}

#menu-gadget .menu > li:first-child > a {
  border-top: 0;
}

#menu-gadget .menu li a:hover,
#menu-gadget .menu li a.active,
#menu-gadget .menu li.sfHover > a,
#menu-gadget .menu li.active > a {
  background: #fd5503;
  color: #fff;
}

#menu-gadget .menu li li a:hover,
#menu-gadget .menu li li a.active,
#menu-gadget .menu li li.sfHover > a,
#menu-gadget .menu li li.active > a {
  background: #333;
  color: #fff;
}

#menu-gadget ul.menu ul {
  background: transparent;
  display: none;
  left: auto;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: static;
  top: auto;
  width: auto;
  z-index: 61;
}

#menu-gadget ul.menu li:hover > ul {
  display: none;
}

#menu-gadget .sf-arrows .sf-with-ul:after {
  background: #fff;
  color: #f97001;
}

#menu-gadget .sf-arrows .sf-with-ul:hover:after,
#menu-gadget .sf-arrows li.sfHover .sf-with-ul:after {
  background: #333;
  color: #fff;
}

#menu-gadget.active #menu-icon:after,
#menu-icon:hover:after {
  color: #fff;
}

@media (max-width: 767px) {
  .creamcity-promise-strip {
    display: none;
  }

  .container,
  header > .container,
  .nav__primary > .container,
  #common-home.container {
    max-width: 100%;
    width: 100%;
  }

  .toprow-1 {
    display: block;
  }

  #logo img {
    max-width: calc(100vw - 30px);
  }

  #menu-gadget > ul.menu {
    left: 0;
    position: static;
    top: auto;
    width: 100%;
  }

  .nav__primary > .container,
  #common-home.container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box.featured .box-heading h3 {
    margin-left: 0;
    margin-right: 0;
  }

  .featured .product-layout {
    margin-left: 0;
    margin-right: 0;
  }

  #top-links,
  .button-view {
    display: none;
  }

  #search {
    display: inline-block;
    float: none;
    margin: 15px 0 10px;
    width: 100%;
  }

  #search input {
    width: 80%;
  }

  #search button {
    float: right;
  }

  #cart {
    margin: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 91;
  }

  #cart > button {
    background: none;
    border-left: 1px solid #363943;
    color: #fff;
    height: 50px;
    line-height: 50px;
    min-width: 0;
    overflow: hidden;
    padding: 0 20px 0 15px;
    text-align: left;
    vertical-align: top;
    width: auto;
  }

  #cart > button i {
    display: block;
    float: left;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 0;
    margin-right: 10px;
    width: auto;
  }

  #cart > button strong {
    display: none;
  }
}

@media (min-width: 768px) {
  #menu-gadget ul.menu ul {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
    left: calc(100% + 3px);
    min-width: 270px;
    position: absolute;
    top: 0;
    width: 270px;
  }

  #menu-gadget ul.menu li:hover > ul {
    display: block;
  }
}

@media (max-width: 991px) {
  .promise-list {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .promise-list li {
    min-width: 0;
  }

  #logo {
    float: none;
    margin: 0;
  }

  .box-right {
    display: flex;
    float: none;
  }

  .box-cart {
    float: none;
    margin: 0;
  }

  #menu-gadget {
    float: none;
    width: 100%;
  }

  #top-links {
    display: block;
    margin: 0;
  }

  #top-links a {
    line-height: 48px;
    min-height: 48px;
    padding: 0 12px;
  }

  #search {
    display: flex;
    float: none;
    margin: 10px 0;
    width: 100%;
  }

  .product-thumb .cart-button .btn-details {
    flex-basis: auto;
  }
}

@media (max-width: 767px) {
  nav#top {
    display: block;
    float: none;
    margin-top: 50px;
    max-width: 100%;
    text-align: center;
  }

  header {
    margin-top: 0;
    text-align: center;
  }

  header > .container {
    display: block;
    min-height: 0;
    padding: 31px 15px 10px;
  }

  #logo {
    display: inline-block;
    float: none;
    margin: 0 0 10px;
    max-width: 100%;
  }

  #logo img {
    max-width: 280px;
    width: 100%;
  }

  .box-right {
    display: block;
    float: none;
    margin: 0;
    width: 100%;
  }

  .box-cart {
    height: 0;
    margin: 0;
    overflow: visible;
  }

  .log-button {
    float: none;
    margin: 10px 0 5px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1;
  }

  .log-button a {
    float: none;
  }

  #top-links,
  .button-view {
    display: none;
  }

  #search {
    display: inline-block;
    float: none;
    margin: 15px 0 11px;
    width: 100%;
  }

  #content.product_page {
    padding-top: 0;
  }

  .product_page .creamcity-captcha-row {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .product_page .creamcity-captcha-controls {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .product_page .creamcity-captcha-label {
    flex: 0 0 auto;
  }

  .product_page .creamcity-captcha-controls #input-captcha {
    flex: 0 0 auto;
    min-width: 0;
    width: 100%;
  }

  .product_page .creamcity-captcha-controls #button-review {
    grid-column: 1 / -1;
    margin-left: 0;
    width: 100%;
  }

  .menu-shadow {
    height: auto;
    min-height: 0;
  }

  #full_gallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #full_gallery {
    max-width: 360px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  #full_gallery .creamcity-mobile-gallery > li {
    display: none;
  }

  #full_gallery .creamcity-mobile-gallery > li.active {
    display: block;
  }

  #full_gallery a,
  #full_gallery img {
    display: block;
    height: auto;
    width: 100%;
  }

  #full_gallery .creamcity-gallery-control {
    background: rgba(255, 255, 255, 0.88);
    color: #cfd3d6;
    font-size: 34px;
    height: 46px;
    line-height: 46px;
    margin-top: -23px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 42px;
    z-index: 3;
  }

  #full_gallery .creamcity-gallery-control:hover,
  #full_gallery .creamcity-gallery-control:focus {
    color: #fd5503;
  }

  #full_gallery .bx-prev {
    left: 0;
  }

  #full_gallery .bx-next {
    right: 0;
  }

  #cart > button {
    height: 50px;
    min-height: 0;
  }
}

@media (max-width: 380px) {
  #full_gallery {
    max-width: calc(100vw - 30px);
  }
}
