HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/CW-techs/wp-content/themes/cw-techs/css/product-detail.css
@import url("https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #000;
  padding: 15px 0px;
  border: 1px solid #1E1E21;
}
@media (max-width: 991px) {
  .top-section {
    display: none;
  }
}
.top-section .top-sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 415px) {
  .top-section .top-sec-inner {
    flex-direction: column;
  }
}
.top-section .social-icons {
  display: flex;
  align-items: center;
}
.top-section .social-icons .ico {
  width: 33px;
  height: 33px;
  margin: 0px 10px;
}
@media (max-width: 1679px) {
  .top-section .social-icons .ico {
    width: 28px;
    height: 28px;
    margin: 0px 8px;
  }
}
@media (max-width: 1441px) {
  .top-section .social-icons .ico {
    width: 26px;
    height: 26px;
    margin: 0px 6px;
  }
}
@media (max-width: 1199px) {
  .top-section .social-icons .ico {
    width: 24px;
    height: 24px;
    margin: 0px 4px;
  }
}
.top-section .social-icons .ico img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.top-section .social-icons .ico:first-child {
  margin-left: 0px;
}
.top-section .social-icons .ico:last-child {
  margin-right: 0px;
}
.top-section .contact-info, .top-section .nmbr {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1679px) {
  .top-section .contact-info, .top-section .nmbr {
    font-size: 12px;
  }
}
.top-section .search-bar {
  flex-grow: 1;
  position: relative;
  max-width: 927px;
}
@media (max-width: 1679px) {
  .top-section .search-bar {
    max-width: 700px;
  }
}
@media (max-width: 1441px) {
  .top-section .search-bar {
    max-width: 680px;
  }
}
@media (max-width: 1199px) {
  .top-section .search-bar {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .top-section .search-bar {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .top-section .search-bar {
    display: none;
  }
}
.top-section .search-bar .search-btn {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  padding: 0px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  width: 14px;
}
.top-section .search-bar .form-control {
  border: 1px solid #232326;
  background-color: #181819;
  border-radius: 30px;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 54px;
  padding-left: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .top-section .search-bar .form-control {
    font-size: 13px;
    height: 52px;
  }
}
@media (max-width: 1441px) {
  .top-section .search-bar .form-control {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .top-section .search-bar .form-control {
    height: 44px;
  }
}
.top-section .search-bar .form-control::placeholder {
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1679px) {
  .top-section .search-bar .form-control::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1441px) {
  .top-section .search-bar .form-control::placeholder {
    font-size: 12px;
  }
}

.header {
  background-color: #000;
}
@media (max-width: 991px) {
  .header {
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
}
.header .outer-sec {
  display: flex;
  position: relative;
}
.header .search-bar-mob {
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 70px;
  left: 0px;
  background-color: #171717;
  width: 100%;
  padding: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5803921569);
}
.header .search-bar-mob .form-control {
  width: 100%;
  border: 1px solid #4f4f51;
  background-color: #181819;
  border-radius: 30px;
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  height: 54px;
  padding-left: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 1679px) {
  .header .search-bar-mob .form-control {
    font-size: 13px;
    height: 52px;
  }
}
@media (max-width: 1441px) {
  .header .search-bar-mob .form-control {
    height: 48px;
  }
}
@media (max-width: 1199px) {
  .header .search-bar-mob .form-control {
    height: 44px;
  }
}
.header .search-bar-mob .form-control::placeholder {
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
@media (max-width: 1679px) {
  .header .search-bar-mob .form-control::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 1441px) {
  .header .search-bar-mob .form-control::placeholder {
    font-size: 12px;
  }
}
.header .search-btn {
  margin-right: 10px;
  display: none;
  padding: 0px;
  background-color: transparent;
  border: 0px;
  box-shadow: none;
  width: 20px;
}
.header .search-btn img {
  width: 100%;
}
@media (max-width: 991px) {
  .header .search-btn {
    display: block;
  }
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
@media (max-width: 991px) {
  .header .header-inner {
    width: 100%;
    flex-direction: column;
  }
}
.header .nav-bar-inner {
  justify-content: center;
}
@media (max-width: 991px) {
  .header .nav-bar-inner {
    width: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    background-color: #000;
    transition: right 0.4s ease;
    z-index: 999;
    padding: 20px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    display: block;
  }
}
.header.navbar-open .nav-bar-inner {
  right: 0;
}
.header .custom-toggler {
  width: 60px;
  position: relative;
  border: none;
  background: none;
  z-index: 1000;
}
@media (max-width: 579px) {
  .header .custom-toggler {
    width: 40px;
  }
}
.header .custom-toggler .bar {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #CD6429;
  margin: 5px 0;
  transition: all 0.3s ease;
}
.header .toggler-active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.header .toggler-active .bar:nth-child(2) {
  opacity: 0;
}
.header .toggler-active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}
@media (max-width: 991px) {
  .header .logo-sec {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.header .logo img {
  max-width: 163px;
}
@media (max-width: 1679px) {
  .header .logo img {
    max-width: 140px;
  }
}
@media (max-width: 1441px) {
  .header .logo img {
    max-width: 120px;
  }
}
.header .navbar {
  padding: 13px 0px;
}
.header .navbar-nav .dropdown-menu {
  background: #181819;
  color: #fff;
}
.header .navbar-nav .dropdown-menu li {
  margin-bottom: 10px;
}
.header .navbar-nav .dropdown-menu li a {
  color: #fff;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
@media (max-width: 1679px) {
  .header .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }
}
@media (max-width: 1441px) {
  .header .navbar-nav .dropdown-menu li a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .header .navbar-nav .dropdown-menu li a {
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .header .navbar-nav .dropdown-menu li a {
    font-size: 14px;
  }
}
.header .navbar-nav .dropdown-menu li a:hover {
  color: #CD6429;
  background-color: transparent;
}
.header .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
.header .navbar-nav .nav-item .nav-link {
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-right: 50px;
  padding: 0px;
  color: #fff;
  position: relative;
}
@media (max-width: 1679px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    margin-right: 40px;
  }
}
@media (max-width: 1441px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  .header .navbar-nav .nav-item .nav-link {
    margin-right: 20px;
    font-size: 10px;
  }
}
@media (max-width: 991px) {
  .header .navbar-nav .nav-item .nav-link {
    font-size: 12px;
    margin: 15px 0px;
    padding-left: 20px !important;
  }
}
.header .navbar-nav .nav-item .nav-link:hover, .header .navbar-nav .nav-item .nav-link.active {
  color: #CD6429 !important;
}
.header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../img/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
  position: absolute;
  bottom: 0px;
}
@media (max-width: 1679px) {
  .header .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
    width: 10px;
    height: 8px;
  }
}
.header .navbar-nav .nav-item:first-child .nav-link {
  padding-left: 44.5px;
}
.header .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0px;
}
.header .notification-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .header .notification-sec {
    flex-wrap: wrap;
    padding-left: 25px;
  }
}
.header .notification-sec .icon-btn {
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 0px 17.5px;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1679px) {
  .header .notification-sec .icon-btn {
    font-size: 14px;
    margin: 0px 14px;
  }
}
@media (max-width: 1441px) {
  .header .notification-sec .icon-btn {
    font-size: 12px;
    margin: 0px 12px;
  }
}
@media (max-width: 1199px) {
  .header .notification-sec .icon-btn {
    font-size: 10px;
    margin: 0px 10px;
  }
}
@media (max-width: 991px) {
  .header .notification-sec .icon-btn {
    width: 100%;
    margin: 15px 0px;
  }
}
.header .notification-sec .icon-btn:last-child {
  margin-right: 0px;
}
.header .notification-sec .icon-btn:hover {
  color: #CD6429;
}
.header .notification-sec .icon-btn:hover .icons img {
  filter: brightness(0) saturate(100%) invert(47%) sepia(40%) saturate(909%) hue-rotate(338deg) brightness(91%) contrast(94%);
}
.header .notification-sec .icon-btn .icons {
  flex-shrink: 0;
  position: relative;
  margin-right: 5px;
}
.header .notification-sec .icon-btn .icons img {
  display: flex;
  flex-shrink: 0;
  width: 21px;
  height: 17px;
}
@media (max-width: 1679px) {
  .header .notification-sec .icon-btn .icons img {
    width: 18px;
    height: 15px;
  }
}
@media (max-width: 1441px) {
  .header .notification-sec .icon-btn .icons img {
    width: 16px;
    height: 13px;
  }
}
@media (max-width: 1199px) {
  .header .notification-sec .icon-btn .icons img {
    width: 14px;
    height: 10px;
  }
}
@media (max-width: 991px) {
  .header .notification-sec .icon-btn .icons img {
    width: 34px;
    height: 16px;
  }
}
.header .notification-sec .icon-btn .badge {
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background-color: #CD6429;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Schibsted Grotesk", sans-serif;
  font-weight: 500;
  font-size: 13.44px;
  top: -8px;
  /* right: 0; */
  left: -12px;
}
@media (max-width: 1679px) {
  .header .notification-sec .icon-btn .badge {
    width: 18px;
    height: 18px;
    font-size: 11px;
    left: -4px;
    top: -10px;
  }
}
@media (max-width: 1441px) {
  .header .notification-sec .icon-btn .badge {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }
}
@media (max-width: 1199px) {
  .header .notification-sec .icon-btn .badge {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
}
.header .navbar-toggler {
  box-shadow: none;
}
@media (max-width: 991px) {
  .header .navbar-toggler span {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #fff;
    margin: 5px 0px;
  }
}

/*# sourceMappingURL=product-detail.css.map */