﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?t5a16v");
  src: url("../fonts/icomoon.eot?t5a16v#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?t5a16v") format("truetype"),
    url("../fonts/icomoon.woff?t5a16v") format("woff"),
    url("../fonts/icomoon.svg?t5a16v#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cc-visa:before {
  content: "\e913";
}

.icon-cc-mastercard:before {
  content: "\e911";
}

.icon-cc-paypal:before {
  content: "\e912";
}

.icon-search2:before {
  content: "\e90f";
}

.icon-lock:before {
  content: "\e909";
}

.icon-basket:before {
  content: "\e027";
}

.icon-magnifying-glass:before {
  content: "\e037";
}

.icon-heart2:before {
  content: "\e04a";
}

.icon-profile-male:before {
  content: "\e904";
}

.icon-car:before {
  content: "\e914";
}

.icon-heart:before {
  content: "\e901";
}

.icon-mail:before {
  content: "\e90c";
}

.icon-close:before {
  content: "\e908";
}

.icon-zoom-in:before {
  content: "\e905";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-favorite:before {
  content: "\e87d";
}

.icon-star:before {
  content: "\e838";
}

.icon-align-justify:before {
  content: "\e903";
}

.icon-check-circle:before {
  content: "\e90a";
}

.icon-envelope:before {
  content: "\e90d";
}

.icon-search:before {
  content: "\e906";
}

.icon-location:before {
  content: "\e910";
}

.icon-mobile:before {
  content: "\e90e";
}

.icon-phone:before {
  content: "\e90b";
}

.icon-trashcan:before {
  content: "\e907";
}

.icon-cart:before {
  content: "\e900";
}

.icon-file-text2:before {
  content: "\e926";
}

.icon-user:before {
  content: "\e971";
}

.icon-user-plus:before {
  content: "\e973";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-twitter:before {
  content: "\ea96";
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  outline: none;
  border: none;
}

ul,
ol {
  list-style: none;
}

:focus {
  outline: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  padding: 0px;
  margin: 0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #151515;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}

img,
img a {
  border: 0px;
  outline: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55rem;

  margin: 0.5em 0px;
}

.emty_block_wrap {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0px;
}

.emty_block_wrap .emty_icon {
  width: 160px;
  background: url(/images/blank-folder.svg) no-repeat;
  background-size: 160px 160px;
  height: 160px;
  margin: 0px auto 30px;
}

.error_block_wrap {
  width: 100%;
  display: block;
  text-align: center;
  padding: 40px 0px;
}

.error_block_wrap .error_icon {
  width: 150px;
  background: url(/images/404.svg) no-repeat;
  background-size: 150px;
  height: 150px;
  margin: 0px auto;
}

.error_block_wrap h3,
.error_block_wrap .head_txt {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
  margin-top: 15px;
  color: #ef446f;
  text-transform: uppercase;
}

.error_block_wrap h5,
.error_block_wrap .para_txt {
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #666;
}

.graphics-bg-wrap {
  position: relative;
  background: #800708;
}

.cate_heading {
  font-weight: 900;
  font-size: 1.55rem;
  color: #1c1f26;
  line-height: 1.5;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.category_list {
  text-align: center;
  margin: 30px 0px;
}

.category_list li {
  display: inline-block;
  margin: 10px 10px;
}

.category_list li a {
  border: 1px solid #151515;
  padding: 15px 15px;
  border-radius: 25px;
}

.occation_colmn {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.occation_colmn .icon {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 15px;
}

.occation_colmn .title {
  color: #151515;
  text-transform: none;
  padding-bottom: 8px;
  font-size: 0.85rem;
  font-weight: 600;
}

.party_cate_colmn {
  width: 100%;
  margin-bottom: 30px;
}

.party_cate_colmn .content_block .title {
  font-size: 16px;
  font-weight: 800;
}

.field_colmn_widget {
  width: 100%;
  padding: 80px 15px 40px;
  height: 100%;
  position: relative;
}

.field_colmn_widget .logo-login {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.field_colmn_widget .login_colmn_widget {
  max-width: 450px;
  margin: 0px auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-clip: padding-box;
  box-shadow: 0 4px 20px rgba(50, 50, 93, 0.02), 0 1px 10px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 20px rgba(50, 50, 93, 0.02),
    0 1px 10px rgba(0, 0, 0, 0.05);
}

.login_colmn_widget .logo_widget {
  padding: 20px 50px;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}

.login_colmn_widget .body_widget {
  padding: 30px 20px;
}

.body_widget>h2 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 8px;
  font-weight: 800;
}

.body_widget>h4 {
  text-align: center;
  font-size: 0.85rem;
}

.body_widget>h4>a {
  color: #ef446f;
}

.body_widget>h4>a:hover {
  color: #ef446f;
}

.form_field_group {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.form_field_group .form_fld_blk {
  width: 100%;
  margin-bottom: 20px;
}

.form_fld_blk .label_text {
  color: #333;
}

.form_fld_blk .input_field {
  width: 100%;
  font-size: 14px;
  line-height: 1.2em;
  background: none;
  border: 2px solid #e6e6e6;
  padding: 10px 13px;
  vertical-align: middle;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: "padding";
  background-clip: padding-box;

  transition-duration: 0.6s;
  font-weight: 300;
}

.form_fld_blk .input_field:focus {
  border-color: #92abf1;
}

.remem_forget_blk {
  margin-top: 10px;
  margin-bottom: 20px;
}

.forget-pss {
  text-align: right;
}

.forget-pss>a:hover {
  color: #007bff;
}

.remem_forget_blk ul.radio-list li label {
  padding: 0px 25px 0px 22px;
}

.remem_forget_blk ul.radio-list li .boxcheck {
  top: 3px;
}

.login_btn {
  width: 100%;
  border: 1px solid #800708;
  background: #800708;
  padding: 8px 0px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;

  color: #fff;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  margin-top: 15px;
}

ul.login_social_btn {
  width: 100%;
  padding: 25px 0px 28px;
}

ul.login_social_btn li {
  float: left;
  margin: 0px 0px;
}

ul.login_social_btn li:nth-child(2) {
  float: right;
}

ul.login_social_btn li a {
  display: block;
  padding: 5px 20px 5px 40px;
  color: #fff;
  border-radius: 4px;
}

ul.login_social_btn li a.fb_btn {
  background: #4c66a3;
  position: relative;
}

ul.login_social_btn li a.fb_btn:before {
  content: "\f39e";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  top: 2px;
  left: 9px;
  font-size: 19px;
}

ul.login_social_btn li a.google_btn {
  background: #d14a2c;
  position: relative;
}

ul.login_social_btn li a.google_btn:before {
  content: "\f0d5";
  font-family: "Font Awesome 5 Brands";
  position: absolute;
  top: -1px;
  left: 11px;
  font-size: 23px;
}

.siteHeader {
  width: 100%;
  background: #fff;
}

ul.support-call {
  width: 100%;
  text-align: left;
  margin: 0px;
}

ul.support-call li {
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  padding-left: 25px;
  font-weight: 500;
  color: #fff;
}

ul.support-call li.whatsup {
  background: url(/images/whatsapp.svg) no-repeat;
  background-size: 20px;
}

ul.support-call li.support {
  background: url(/images/support.svg) no-repeat;
  background-size: 20px;
}

ul.top-hd-nav {
  width: 100%;
  text-align: right;
  margin: 0px;
}

ul.top-hd-nav li {
  font-size: 14px;
  display: inline-block;
  padding: 0px 5px;

  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

ul.top-hd-nav li:first-child {
  border-left: 0px;
}

ul.top-hd-nav li a {
  color: #fff;
  position: relative;
}


ul.top-hd-nav li a .cart_count {
  position: absolute;
  display: block;
  background: #ef446f;
  top: -8px;
  right: -23px;
  color: #fff;
  padding: 0px 2px;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.top-hd-nav li a.user {
  background: url(/images/user.svg) no-repeat;
  background-size: 15px;
  padding-left: 24px;
}

.top-head-holder {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #800708;
  background: #800708;
}

.header-content {
  padding: 0px 0px;
}

.site-search {
  width: 100%;
}

.product-search-row {
  width: 100%;
}

ul.top-social {
  text-align: left;
  margin: 0px;
}

ul.top-social li {
  margin-right: 10px;
  display: inline-block;
  font-size: 1.3rem;
  width: 40px;
  height: 40px;
  border: 1px solid #151515;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
}

ul.header-element {
  width: 100%;
  text-align: right;
}

ul.header-element li {
  display: inline-block;
}

ul.header-element li a {
  display: block;
  color: #333;
  padding: 10px 25px;
  position: relative;
}

ul.header-element li.dropdown {
  position: relative;
}

ul.cart-drop {
  position: absolute;
  min-width: 180px;
  text-align: left !important;
  left: auto;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  top: 40px;
  color: #777777;
  z-index: 999;
  background: #fff;
  display: none;
}

ul.cart-drop li {
  display: block !important;
  white-space: nowrap;
}

ul.cart-drop li>a {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 7px 10px 15px;
}

ul.header-element li a .cart_count {
  position: absolute;
  display: block;
  background: #ef446f;
  top: -6px;
  right: 5px;
  color: #fff;
  padding: 0px 2px;
  font-size: 12px;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
}

.navbar-brand {
  width: 100%;
  display: block;
}

.navbar .nav-link {
  color: #fff;
  font-weight: 500;
  font-size: .95rem;
  text-transform: uppercase;
}

.dropdown-menu {
  background-color: #800708;
  border: none;
}

.menu-large {
  position: static !important;
}

ul.mg_menu_cate {
  width: 100%;
  height: 100%;
  background: #f1482d;
  display: block !important;
}

ul.mg_menu_cate li {
  border-bottom: 1px solid #b53520;
}

ul.mg_menu_cate li a {
  display: block;
  padding: 10px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  transition: all ease-in 300ms;
}

ul.mg_menu_cate li a.active,
ul.mg_menu_cate li a:hover {
  color: #f1482d;
  background: #fff;
}

.megamenu {
  max-width: 1000px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  overflow: hidden;
}

.mg_menu_widget {
  width: 100%;
  padding: 20px 0px;
}

.mg_menu_widget .menu-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  color: #333;
}

.mega-menu-colmn {
  width: 100%;
}

ul.mega-menu-list {
  width: 100%;
}

ul.mega-menu-list li a {
  display: block;
  width: 100%;
  padding: 0.3rem 0;
  clear: both;
  font-weight: 400;
  font-size: 14px;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
}

.btn-login,
.btn-login:hover {
  color: #fff !important;
  background: #f1482d;
  border-color: transparent;
  padding: 0.625rem 1rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.225rem;
  margin-left: 15px;
  margin-top: 5px;
}

.zontel_search_wraper {
  max-width: 800px;
  position: absolute;
  padding: 0px 15px;
  position: relative;
  z-index: 20;
  margin: -50px auto 0px;
}

.search_widget {
  width: 100%;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.4rem;
}

.search_widget .btn {
  width: 100%;
  display: block;
}

.home_servicecate_wrap {
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
  text-align: center;
}

.site_block {
  width: 100%;
  padding: 60px 0px;
  background: #fff;
}

.bg-gery {
  background: #f4f5f5;
}

.serv-block-celb {
  padding: 15px;
  background: #fff;
  margin-top: 20px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.serv-block-celb .tag-line {
  color: #151515;
  text-transform: none;
  padding-bottom: 8px;
  font-weight: 500;
}

.serv-block-celb .tag-line a {
  color: #151515;
  font-weight: 500;
}

.serv-block-celb .tag-line a:hover {
  color: #800708;
}

.serv-block-celb .tag-line i {
  margin-right: 3px;
}

.serv-block-celb .celb-date {
  font-size: 0.95rem;
}

.serv-block-celb .cate-name {
  font-weight: 700;
  padding-bottom: 15px;
}

.serv-block-celb .price-tag {
  font-size: 1.45rem;
  font-weight: 700;
  color: #f44a4a;
}

.ft-cate-block {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.ft-cate-block .cate-tag {
  width: 100%;
  padding: 10px 10px;
  color: #1f1603;
  font-size: 1rem;
  text-align: left;
  font-weight: 500;
}

.ft-cate-block:hover .cate-tag {
  color: #800708;
}

.ft-cate-block .cate-tag.bg-1 {
  background: #d955a0;
}

.ft-cate-block .cate-tag.bg-2 {
  background: #1bc1d4;
}

.ft-cate-block .cate-tag.bg-3 {
  background: #4caf39;
}

.ft-cate-block .cate-tag.bg-4 {
  background: #fe7e16;
}

.ft-cate-block .cate-tag.bg-5 {
  background: #916bc5;
}

.ft-cate-block .cate-tag.bg-6 {
  background: #df3939;
}

.ft-cate-block .cate-tag.bg-7 {
  background: #ffb71b;
}

.ft-cate-block .cate-tag.bg-8 {
  background: #408fe7;
}

.home_servicecate_wrap h3,
.home_servicecate_wrap h3 a {
  font-weight: 800;
  font-size: 1rem;
  color: #d955a0;
  line-height: 1.5;
  margin: 0px;
}

.home_servicecate_wrap h2 {
  font-weight: 900;
  font-size: 1.55rem;
  color: #1c1f26;
  line-height: 1.5;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.home_servicecate_wrap .service_cate_col {
  width: 100%;
  position: relative;
  background-color: #fff;
  display: block;
  margin-bottom: 15px;
  color: #333;
}

.service_cate_col .figure {
  padding: 0px;
  margin: 0px;
}

.service_cate_col .cate-name {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 600;
  color: #fff;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  position: absolute;
  bottom: 0px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 10px 0px;
}

.service_cate_col .cate-name.pink {
  background-color: #d955a0;
}

.service_cate_col .cate-name.blue {
  background-color: #408fe7;
}

.service_cate_col .cate-name.purple {
  background-color: #8948e3;
}

.service_cate_col>p {
  margin: 0px;
  font-size: 14px;
}

.landSlider {
  width: 100%;
  position: relative;
  display: block;
}

.sliderCaption {
  width: 100%;
  position: absolute;
  left: 0px;
}

.item-list-main {
  width: 100%;
  padding: 30px 0px;
  background-color: #f8f9f9;
  position: relative;
  overflow: hidden;
}

.item-list-main .content-main-wrap {
  max-width: 100%;
  display: block;
  padding: 0px 30px;
}

.pro-row-wrap {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px -10px;
}

.pro-row-wrap .side-filter-menu {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 10px;
}

.pro-row-wrap .item-listed-colmn {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0px 10px;
}

.item-colmn-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px 10px;
}

.pro_item_colmn {
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  border: 1px solid #e5e5e5;
  margin-bottom: 30px;
}

.pro_item_colmn .item_thumb_blk {
  position: relative;
  display: -ms-flex;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pro_item_colmn .btn_wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ef446f;
  display: block;
  width: 30px;
  height: 30px;

  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.pro_item_colmn .btn_wishlist:hover {
  background: #ef446f;
  color: #fff;
  border: 1px solid #ef446f;
}

.pro_item_colmn .btn_addcart {
  position: absolute;
  top: 50px;
  right: 10px;
  color: #666;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #999;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.pro_item_colmn .btn_addcart:hover {
  background: #34a853;
  color: #fff;
  border: 1px solid #34a853;
}

.pro_item_colmn .pro_item_details {
  width: 100%;
  padding: 20px 10px 10px;
}

.pro_item_details>.item_pro_brand {
  width: 100%;
}

.pro_item_details .item_name {
  font-size: 16px;
  font-weight: 600;
}

.pro_item_details .brand_name>* {
  font-size: 18px;
  font-weight: 400;
  color: #666;
  margin: 4px 0px 8px;
}

.pro_item_details .item_style>* {
  font-size: 14px;
  font-weight: 500;
  color: #34a853;
}

.pro_item_details a {
  color: #333;
}

.pro_item_details a:hover {
  color: #800708;
}

ul.item_price_speci {
  width: 100%;
  margin: 5px 0px;
  display: flex;
  /* vertical-align: middle; */
  justify-content: space-between;
  align-items: center;
}

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

ul.item_price_speci li.show_price {
  font-size: 1.1rem;
  font-weight: 900;
  color: #333;
}

ul.item_price_speci li.add_cart {
  font-size: 0.85rem;
  font-weight: 800;
  float: right;
  border: 1px solid #ef446f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  text-transform: uppercase;
  background: #ef446f;
}

ul.item_price_speci li.add_cart a {
  color: #fff;
}

ul.revws_list {
  width: 100%;
  margin-top: 15px;
}

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

ul.revws_list li>.reviws_count {
  padding: 2px 18px 2px 10px;
  background: #388e3c;
  color: #fff;
  border-radius: 2px;
  position: relative;
  font-size: 0.8rem;
  font-weight: 700;
}

ul.revws_list li>.reviws_count:after {
  content: "\e838";
  font-family: "icomoon", "Font Awesome 5 Free", "Font Awesome 5 Brands", sans-serif !important;
  position: absolute;
  right: 2px;
  top: 1px;
}

ul.price_specification {
  text-align: left;
}

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

ul.price_specification li.show_price {
  font-size: 2.6rem;
  font-weight: 900;
  color: #cf5c7c;
}

ul.price_specification li.cut_price {
  font-size: 1.5rem;
  font-weight: 500;
  color: #878787;
  text-decoration: line-through;
}

ul.price_specification li.discount {
  font-size: 1.6rem;
  font-weight: 600;
  color: #cf5c7c;
}

.stock_avail {
  margin: 10px 0px;
}

.stock_avail .head-text {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.stock_avail .body-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #878787;
}

.content-main-wrap:after {
  content: "";
  display: table;
}

.cate_board_head {
  width: 100%;
  padding: 0px 0px;
}

.cate_board_head>h2 {
  font-size: 20px;
  font-weight: 800;
  color: #151515;
}

ul.category_brdcum {
  width: 100%;
  margin: 10px 0px 20px;
}

ul.category_brdcum li {
  display: inline-block;
  font-size: 14px;
  color: #484e4e;
  margin: 0px 0px 0px 0px;
  position: relative;
}

ul.category_brdcum li>a {
  color: #484e4e;
}

ul.category_brdcum li:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: relative;
  top: -1px;
  border-bottom: 1px solid #757575;
  border-right: 1px solid #757575;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  margin-left: 8px;
  margin-right: 8px;
}

ul.category_brdcum li:last-child {
  color: #800708;
  position: relative;
  font-weight: 500;
}

ul.category_brdcum li:last-child:after {
  content: "";
  border: transparent;
}

.pro_cate_widgt .cate_list_widget {
  width: 100%;
}

.filtering_sidebar {
  width: 100%;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.filtering_sidebar .filtering_head {
  padding: 15px 10px;
  background: #800708;
  color: #fff;
}

.filtering_head>h2 {
  font-size: 15px;

  font-weight: 700;
  margin: 0px;
  color: #fff;
}

.filter_cate_blk {
  border-top: 1px solid #ededed;
  padding: 10px 10px;
}

.filter_cate_blk .fltr_cate_head {
  padding: 10px 0px;
  position: relative;
  cursor: pointer;
}

.filter_cate_blk .fltr_cate_head:after {
  display: block;
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #535353;
  border-bottom: 1px solid #535353;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: 10px;
  top: 12px;
  -webkit-transition: all ease-in-out 300ms;
}

.filter_cate_blk .fltr_cate_head.active:after {
  transform: rotate(-132deg);
  -webkit-transform: rotate(-132deg);

  top: 16px;
}

.filter_cate_blk .fltr_cate_head>h2 {
  font-size: 16px;
  font-weight: 600;
}

.filter_cate_blk .filter_cate_wrap {
  width: 100%;
  padding: 5px 0px 10px;
}

ul.radio-list {
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.radio-list li {
  display: block;
  position: relative;
  margin: 0px 0px 0px 0px;
}

ul.radio-list li input[type="radio"] {
  position: absolute;
  visibility: hidden;
}

ul.radio-list li input[type="checkbox"] {
  position: absolute;
  top: 15px;
  visibility: hidden;
}

ul.radio-list li label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  padding: 11px 25px 0px 22px;
  margin: 0px auto;

  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
}

ul.radio-list li:hover label {
  color: #333;
}

ul.radio-list li .check {
  display: block;
  position: absolute;
  border: 1px solid #c1cedc;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 14px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul.radio-list li .boxcheck {
  display: block;
  position: absolute;
  border: 1px solid #c1cedc;
  height: 14px;
  width: 14px;
  top: 14px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

ul.radio-list li:hover .check,
ul.radio-list li:hover .boxcheck {
  border: 1px solid #3d6ae8;
}

ul.radio-list li .check::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

ul.radio-list li .boxcheck::before {
  display: block;
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
}

ul.radio-list li input[type="radio"]:checked~.check {
  border: 1px solid #3d6ae8;
}

ul.radio-list li input[type="checkbox"]:checked~.boxcheck {
  border: 1px solid #3d6ae8;
}

ul.radio-list li input[type="radio"]:checked~.check::before {
  background: #3d6ae8;
}

ul.radio-list li input[type="checkbox"]:checked~.boxcheck::before {
  background: #3d6ae8;
}

ul.radio-list li input[type="radio"]:checked~label {
  color: #333;
}

ul.radio-list li input[type="checkbox"]:checked~label {
  color: #333;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.zoom {
  animation: scale 50s linear infinite;
  width: 100%;
  height: 65vh;
  object-fit: cover;
}

@keyframes scale {
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

@-webki-keyframes scale {
  50% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
  }
}

.serviceTagwrapper {
  width: 100%;
  padding: 80px 0px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.serviceTagwrapper .tagTitle {
  font-weight: 800;
  font-size: 2.3rem;
  color: #222;
  margin: 15px 0px;
  line-height: 1.7;
}

.serviceTagwrapper .title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.7;
  color: #e16526;
  margin: 10px 0px;
}

.brow_btn {
  font-size: 0.85rem;
  text-transform: uppercase;
  display: inline-block;
  color: #222;
  border: 1px solid #222;
  padding: 10px 10px;
  font-weight: 800;
  letter-spacing: 0.15rem;
}

.u-devices-v2__tablet {
  position: absolute;
  left: 0;
  top: 0%;
  z-index: 1;
  width: 34.375rem;
  height: 50.875rem;
  background: #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  -webkit-transform-origin: 90% -20%;
  transform-origin: 90% -20%;
  border-radius: 2.125rem;
  box-shadow: 0 0 10px 6px rgba(30, 32, 34, 0.05);
  overflow: hidden;
}

.welcome_holder {
  width: 100%;
  padding: 4.25rem 0;
  position: relative;
  z-index: 6;
}

.welcome_holder .container {
  max-width: 1000px;
}

.welcome_holder .welcome_info {
  width: 100%;
  transition: all ease-in 0.5s;
  text-align: center;
}

.welcome_holder .welcome_info .welcome-title {
  font-weight: 700;
  color: #464646;
  margin: 0px 0px 15px 0px;
  font-size: 2.2rem;
}

.welcome_holder .welcome_info .welcome-sub-title {
  font-weight: 400;
  color: #464646;
  margin: 0px 0px 15px 0px;
}

.welcome_holder p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #1f1603;
}

.welcome_holder .btn-about-more {
  display: inline-block;
  color: #464646;
  background-color: #fff;
  border: 1px solid #464646;
  padding: 0.625rem 1.125rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 0.6rem;
  text-transform: uppercase;
}

.service-colmn-holder {
  width: 100%;
  padding: 40px 0px;
  background: #efefef;
}

.zontel_flex {
  display: flex;
  display: -ms-flexbox;
}

.service-colmn-holder .img_holde {
  width: 100%;
  background: #fff;
}

.service-colmn-holder .zontel-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem;
}

.service-colmn-holder .content-holder {
  flex: 1 1 auto;
  padding: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.125) !important;
}

.content-holder .colmn-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.content-holder p {
  font-size: 15px;
  line-height: 1.7;
}

.sticky--head {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.custom-banner {
  margin-bottom: 20px;
}

.offer-side-holder {
  margin: 0px 0px 30px;
  width: 100%;
}

.offer-side-holder .holder-title {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 20px;
  margin-bottom: 30px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.popular_cate_holder {
  width: 100%;
  padding: 60px 0px;
  background: #f4f4f5;
}

.cate-header {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 20px;
  margin-bottom: 10px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.cate-header strong {
  font-weight: 600;
}

.zontele-pro-holder {
  width: 100%;
  margin: 0px 0px 0px;
}

.zontele-pro-holder .row {
  margin: 0px -10px;
}

.zontele-pro-holder div[class*="col-sm"] {
  padding: 0px 10px;
}

.pro-cate-colmn {
  width: 100%;
  margin-top: 20px;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
  position: relative;
  overflow: hidden;
}

.product-nav-list {
  position: absolute;
  z-index: 3;
  right: 0px;
  top: 10px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: -50px;
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.product-nav-list ul {
  list-style: none;
}

.product-nav-list ul li {
  display: block;
}

.product-nav-list ul li a.btn-pro {
  width: 35px;
  height: 35px;
  background: #1c1f26;
  display: block;
  margin-bottom: 5px;
  line-height: 35px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 0.125rem;
}

.pro-cate-colmn:hover .product-nav-list {
  right: 10px;
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible;
}

.pro-cate-colmn .pro-image-wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.pro-cate-colmn .product-details {
  text-align: center;
  padding: 20px 10px;
  background: #fff;
}

.product-details .product-title {
  font-size: 0.85rem;
  line-height: 1.6;
  font-weight: 500;
  color: #333;
  display: block;
}

.product-details .pro-price {
  font-size: 1rem;
  display: block;
  font-weight: 700;
  margin: 10px 0px;
  color: #f86a1b;
}

.product-details .btn-cart {
  display: inline-block;
  font-size: 0.75rem;
  color: #333;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 20px;
  border: 1px #d1d1d1 solid;
  padding: 8px 20px;
  margin-top: 10px;
  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}

.product-details .btn-cart:hover {
  background: #151515;
  color: #fff;
  border-color: #151515;
}

.subscribe--us {
  width: 100%;
  padding: 60px 0px;
  text-align: center;
  background: #fbefd9;
}

.input-sub {
  box-shadow: 7px 1px 10px rgba(128, 127, 116, 0.1);
}

.btn-subs {
  background: #61c7cc;
  color: #fff;
  border-color: #61c7cc;
}

.subscribe--us .subscribe-title {
  font-weight: 900;
  font-size: 1.8rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #222;
}

.subscribe--us .sub-title {
  font-weight: 400;
  font-size: 1rem;
  padding-bottom: 15px;
  line-height: 1.5;
}

.site_footer {
  width: 100%;
  background: #151515;
  padding: 55px 0px 0px 0px;
  color: #fff;
  position: relative;
}

.footer_link_colmn h5 {
  font-size: 0.9rem;
  margin-bottom: 18px;
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

ul.footer_link_list {
  width: 100%;
  list-style: none;
  margin-top: 10px;
  display: block;
}

ul.footer_link_list li {
  position: relative;
  padding-left: 15px;
}

ul.footer_link_list li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  top: 12px;
  left: 0px;
}

ul.footer_link_list li a {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 2.1rem;
  text-decoration: none;
  font-weight: 300;
}

ul.footer_social_link {
  width: 100%;
  text-align: left;
  margin-bottom: 0px;
  list-style: none;
  margin-top: 15px;
}

ul.footer_social_link li {
  display: inline-block;
  margin: 0px 15px 0px 0px;
}

ul.footer_social_link li>a {
  background: #03a9f4;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 20px;
  border-radius: 3px;
}

ul.footer_social_link li>a:hover {
  text-decoration: none;
}

.footer_link_colmn {
  position: relative;
  z-index: 5;
}

.footer-middle-iinner {
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #393d45;
  margin-top: 20px;
  position: relative;
  z-index: 5;
}

.footer_copyrt_btm {
  width: 100%;
  padding: 25px 0px 20px;

  text-align: center;
  border-top: 1px solid #393d45;
}

.footer_copyrt_btm p {
  color: #fff;
  font-size: 0.75rem;
  margin: 0px;
}

ul.top_contacat {
  text-align: right;
  margin-top: 30px;
  position: relative;
  z-index: 5;
}

ul.top_contacat li {
  display: inline-block;
  text-align: left;
  margin: 0px 0px;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.site_footer ul.top_contacat li {
  width: 100%;
}

ul.top_contacat li.call-now,
ul.top_contacat li.mail-now,
ul.top_contacat li.reach-now {
  padding: 0px 10px 20px 40px;
}

ul.top_contacat li>h3 {
  font-size: 14px;
  color: #a79d97;
  line-height: 24px;
  margin: 0px;
  font-weight: 300;
}

ul.top_contacat li>h4 {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 300;
  color: #fff;
  margin: 0px;
}

ul.top_contacat li.call-now:before {
  display: block;
  content: "\f095";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  font-size: 10px;
  color: #fff;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #fff;
}

ul.top_contacat li.mail-now:before {
  display: block;
  content: "\f0e0";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  font-size: 10px;
  color: #fff;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  border: 1px solid #fff;
}

ul.top_contacat li.reach-now:before {
  display: block;
  content: "\f3c5";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0px;
  font-size: 20px;
  color: #151515;
  top: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  border-radius: 3px;
  background: #fff;
}

ul.head_social {
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
  list-style: none;
}

ul.head_social li {
  display: inline-block;
  margin: 0px 20px;
}

ul.head_social li>a {
  background: transparent;
  display: block;

  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 0.15rem;
}

.cms-bg-holder {
  width: 100%;
  padding: 40px 0px;
}

.cms-bg-holder .page-title-holder {
  width: 100%;
  padding: 0px 0px 15px;
}

.page-title-holder .page-title-head {
  font-size: 1.8rem;
  font-weight: 700;
}

.art_contact_form {
  width: 100%;
  padding: 30px 25px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 20px;
}

.art_contact_form h2 {
  font-size: 22px;
  text-align: left;
  font-weight: 700;
  padding-bottom: 20px;
  color: #333;
  text-transform: uppercase;
}

.art_conct_fld_group {
  width: 100%;
  margin: 30px 0px;
}

.art_conct_fld_group h3 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}

.art_conct_fld_group div [class*="u_"] {
  border-bottom: 1px solid #c9c8c8;
  padding: 20px 20px 20px 40px;
  color: #333;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
  background-size: 20px 20px;
}

/* .art_conct_fld_group .u_name {
  background: url(/images/icon-name.svg) 0 50% no-repeat;
  background-size: 20px 20px;
}

.art_conct_fld_group .u_mob {
  background: url(/images/mobile.svg) 0 50% no-repeat;
}

.art_conct_fld_group .u_telephone {
  background: url(/images/phone-call.svg) 0 20px no-repeat;
  -webkit-appearance: none;
}

.art_conct_fld_group .u_email {
  background: url(/images/icon-email.svg) 0 50% no-repeat;
}

.art_conct_fld_group .u_textrea {
  background: url(/images/icon-message.svg) 0 20px no-repeat;
  -webkit-appearance: none;
  resize: none;
} */

ul.glmr_cont_info {
  width: 100%;
  padding-top: 30px;
}

ul.glmr_cont_info li.address,
ul.glmr_cont_info li.email,
ul.glmr_cont_info li.phn {
  width: 100%;
  padding-left: 70px;
  position: relative;
}

ul.glmr_cont_info li {
  padding-bottom: 25px;
}

ul.glmr_cont_info li>h3 {
  font: 400 18px/26px "Work Sans";
  color: #edc211;
  margin: 0px;
}

ul.glmr_cont_info li>p {
  font: 500 15px/24px "AvWork Sansenir";
  color: #fff;
  margin: 0px 0px 4px 0px;
}

ul.glmr_cont_info li.address:before {
  position: absolute;
  content: "";
  display: block;
  background: url(/images/address.svg) no-repeat center top 50%;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 5px;
  background-size: 26px 26px;
  border: 1px solid #edc211;
  border-radius: 50%;
}

ul.glmr_cont_info li.email:before {
  position: absolute;
  content: "";
  display: block;
  background: url(/images/email.svg) no-repeat center top 50%;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 5px;
  background-size: 26px 26px;
  border: 1px solid #edc211;
  border-radius: 50%;
}

ul.glmr_cont_info li.phn:before {
  position: absolute;
  content: "";
  display: block;
  background: url(/images/phone.svg) no-repeat center top 50%;
  width: 50px;
  height: 50px;
  left: 0px;
  top: 5px;
  background-size: 26px 26px;
  border: 1px solid #edc211;
  border-radius: 50%;
}

.form_submit_btn {
  display: inline-block;
  color: #464646;
  background-color: #fff;
  border: 1px solid #464646;
  padding: 0.625rem 1.125rem;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.125rem;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  margin-top: 0.85rem;
  text-transform: uppercase;
  cursor: pointer;
  float: right;
}

.section_content {
  width: 100%;
  padding: 40px 0px;

  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.section_content h2,
.section_content .head_text {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 10px;
  color: #151515;
}

.content_para_span {
  width: 100%;
  margin: 20px 0px;
}

.content_para_span h3 {
  margin-bottom: 10px;
  color: #151515;
  font-weight: 500;
  font-size: 19px;
}

.form_submit_btn:hover {
  border-color: #ef446f;
  background: #ef446f;
  color: #fff;
}

ul.contct_info_list {
  width: 100%;
  position: relative;
  margin-top: 23px;
}

ul.contct_info_list li {
  color: #333;
  font-size: 16px;
  margin-bottom: 25px;
  padding-left: 45px;
  line-height: 28px;
  position: relative;
  font-weight: 400;
}

ul.contct_info_list li.address:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  top: 0px;
}

ul.contct_info_list li.ph-no:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  top: 0px;
}

ul.contct_info_list li.cell-no:before {
  content: "\f10b";
  font-family: "FontAwesome";
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #176de4;
  background: #176de4;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  top: 0px;
}

ul.contct_info_list li.fx-no:before {
  content: "\f1ac";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #bababa;
  color: #bababa;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  top: 0px;
}

ul.contct_info_list li.eml-id:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  top: 0px;
}

.contact_addres_bg_hold {
  width: 100%;
  padding: 30px 0px 10px;
}

.contact_addres_bg_hold h2 {
  font-size: 18px;
  text-align: left;
  font-weight: 600;
  padding-bottom: 5px;
  color: #333;
  text-transform: uppercase;
}

.cntnt_cms_blk {
  width: 100%;
  margin: 0px 0px 30px;
}

.cnt-info-col .cont-title {
  font-weight: 500;
  color: #333;
  margin: 0px 0px 10px 0px;
  font-size: 1.5em;
  line-height: 1.5;
}

.breadcrumb-holder {
  border-bottom: 1px solid #e6e6e6;
}

.top-filter-pro {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
}

.top-filter-pro .product-title {
  margin-right: auto !important;
  display: flex;
}

.top-filter-pro .product-title h2 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  margin: 0px;
}

.select-cate-row {
  display: flex;
}

.pro-category-wrapper {
  width: 100%;
  padding: 30px 0px;
  background: #f5f5f5;
}

.filter-sidebar {
  width: 100%;
}

.filter-sidebar .filter-list-holder {
  width: 100%;
  min-height: 200px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}

.filter-sidebar .category-title {
  padding: 10px 10px;
  border-bottom: 1px solid #e6e6e6;
}

.filter-sidebar .category-title h2 {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #333;
  margin: 0px;
}

.orderby {
  width: 100%;
  overflow: hidden;
  padding: 5px 25px 5px 10px;
  background: #fff url(/images/down-arrow.svg) no-repeat;
  background-size: 14px 14px;
  background-position: 95% 54%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 13px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
}

.art_contact_bg_hold {
  width: 100%;
  padding: 3em 0px;
}

.main-cate-detials {
  width: 100%;
  background: #f5f5f5;
  padding: 10px 0px;
}

.content-product-detail {
  width: 100%;
  padding: 20px 0px;
  background: #fff;

  border-bottom: 10px solid #f4f5f5;
}

ul.category_link_list {
  width: 100%;
  list-style: none;
  margin-top: 10px;
  display: block;
}

ul.category_link_list li {
  position: relative;
  padding-left: 15px;
}

ul.category_link_list li:after {
  content: "";
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #800708;
  border-right: 1px solid #800708;
  transform: rotate(-45deg);
  position: absolute;
  display: block;
  top: 12px;
  left: 0px;
}

ul.category_link_list li a {
  color: #222;
  font-size: 0.9rem;
  line-height: 2.1rem;
  text-decoration: none;
  font-weight: 400;
}

.category-thumnail-slide {
  width: 100%;
}



.pro-cate-summery {
  width: 100%;
  padding: 20px 0px;
}

.pro-cate-summery .product-title {
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #151515;
}

.pro-cate-summery .product-price-sale {
  width: 100%;
  margin-bottom: 20px;
}

.pro-cate-summery .product-price-sale .amount {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.5;
  color: #151515;
}

.pro-cate-summery .entry-status {
  font-size: 16px;
  margin-bottom: 20px;
  clear: both;
}

.pro-cate-summery .entry-status label {
  color: #252525;
  font-weight: 400;
}

.pro-cate-summery .entry-status .instock {
  color: #39b54a;
}

.pro-cate-summery .entry-status .outstock {
  color: #ef4135;
}

.product-trigger-group {
  width: 100%;
  margin-top: 25px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
}

.btn-cart {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.575rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  cursor: pointer;
}

.btn-cart-bg {
  border: 1px solid #800708;
  background: #800708;
}

.qty-input-hldr {
  display: flex;
  display: -ms-flexbox;
  flex-direction: row;
  margin-right: 25px;
  width: 140px;
}

.qty-input-hldr .btn-qty {
  background: #fff;
  border: 1px solid #ebebeb;
  font-size: 25px;
  cursor: pointer;
  width: 40px;
}

.qty-input-hldr .qty-field {
  width: 60px;
  background: #fff;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}

.related-pro-holder {
  width: 100%;
  padding: 30px 0px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.related-pro-holder .product-head {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.related-pro-holder .product-head .title {
  font-size: 1.5rem;
  margin: 0px;
}

.related-pro-holder .content-product-input {
  margin-top: 25px;
}

.pro-description-holder {
  width: 100%;
  padding: 20px 0px;
  background: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
  margin-top: 10px;
}

.pro-description-holder .product-head {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.pro-description-holder .product-head .title {
  font-size: 1.3rem;
  margin: 0px;
}

.pro-description-holder .pro-input-content {
  padding: 20px 0px;
}

.zontele_form_group {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
}

.zontele_form_group .form_group_title {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 25px 8px 25px;
  border-bottom: 1px solid #f1482d;
  display: block;
  background: #f1482d;
  color: #fff;
}

.zontele_form_group .zontele_form_row {
  width: 100%;
  display: block;
  padding: 30px 30px;
}

.zontele_form_row .zontele_field_colmn {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.form-sub-title {
  font-size: 15px;
  margin-bottom: 20px;
  font-weight: 500;
}

.zontele_field_colmn .field_title {
  font-size: 16px;
  font-weight: 400;
}

.zontele_field_colmn .field-foot-note {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  font-style: italic;
}

.field_title .require_import {
  font-size: 12px;
  color: #ea4335;
}

.field_title .not-require {
  font-size: 12px;
}

.zontele_field_colmn .field_blk {
  width: 100%;
}

.zontele_field_colmn .field_style {
  display: block;
  width: 100%;
  height: calc(2.45rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.zontele_field_colmn .textarea_style {
  width: 100%;
  background-color: #fff;
  color: #79787f;
  height: 80px;
  padding: 9.5px 15px 12.5px;
  border: 1px solid #ced4da;
  line-height: 1.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 2px;
  font-size: 14px;
  resize: none;
}

.zontele_field_colmn .select_style {
  background: #fff url(/images/arrow_down.svg) no-repeat 98% 56%;
  background-size: 12px 12px;
  display: block;
  width: 100%;
  height: calc(2.45rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.best_seller_blk {
  width: 100%;
  background: #fff;
}

.best_seller_blk .title {
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 10px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 20px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}

.best_seller_blk .carousel-control-prev-icon,
.best_seller_blk .carousel-control-next-icon {
  border-color: #333;
}

.best_seller_blk .carousel-indicators {
  display: none;
}

.related_product_main .block_title_widget {
  padding: 0px 0px 15px;
  border-bottom: 1px solid #e6e6e6;
}

.related_product_main .block_title_widget .title {
  font-size: 1.75rem;
  margin: 0px;
  font-weight: 800;
  color: #151515;
}

.related-product-slider-wrap {
  width: 100%;
  padding: 25px 0px 0px;
}

.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper>.lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;

  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade>* {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade>* {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade>*.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade>*.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
  display: none;
}

.lSSlideOuter .lSPager.lSpg>li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg>li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg>li:hover a,
.lSSlideOuter .lSPager.lSpg>li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li {
  border: 1px solid #dde4ec;
  height: 50px;
  line-height: 50px;
  display: block;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  margin-top: 10px;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  border: 1px solid #333;
}

.lSSlideOuter .lSPager.lSGallery li:hover {}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/

/* slider actions */
.lSAction>a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  /* background-image: url("../images/controls.png"); */
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction>a:hover {
  opacity: 1;
}

.lSAction>.lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction>.lSNext {
  background-position: -35px 0;
  right: 10px;
}

.lSAction>a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider>* {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction>a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction>.lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction>.lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */

/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider>*,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider>*,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

.data-table-header {
  border: 1px solid #ccc;
  font-size: .95rem;
}

.data-table-header td,
.data-table-header th {
  border: 0px;
  vertical-align: middle;
}

.data-table-header .pro-name {
  font-weight: 600;
  color: #800708;
  font-size: 1.1rem;
}

.data-table-list {
  border: 1px solid #ccc;
  font-size: .95rem;
}

.data-table-list .pro-name a {
  color: #800708;
  font-size: 1rem;
}

.data-table-header .pro-btn .btn,
.data-table-list .pro-btn .btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #800708;
  color: #800708;
}

.pro-btn .btn:hover {
  background: #800708;
  color: #fff;
}

.data-table-list td,
.data-table-list th {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

.testimonials p {
  width: 100%;
  display: block;
  clear: both;
  padding-bottom: 15px;
  /* height: auto; */
  min-height: 100px;
}

.testimonials p img {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  margin: 0px -15px;
  flex-direction: row;
  flex-wrap: wrap;
}

.form-row {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px !important;
}

.woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
.woocommerce-additional-fields__field-wrapper .woocommerce-input-wrapper {
  width: 100%;
  display: block;
}

.woocommerce-billing-fields__field-wrapper .input-text {
  border: 1px solid #ccc;
  padding: 7px;
  border-radius: 5px;
}

.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  padding: 7px;
  border-radius: 5px;
}

@media (min-width: 1025px) {
  .navbar .navbar-brand {
    display: none;
  }

  .navbar {
    background: #800708;
    padding: 0rem 0;
    position: relative;
  }
}

@media (max-width: 767px) {
  .top-filter-pro {
    flex-direction: column;
  }

  .select-cate-row {
    margin: 10px 0px;
  }

  .control_option {
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 1024px) {
  .navbar-toggler.on .navbar-toggler-icon:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .navbar-toggler.on .navbar-toggler-icon:nth-child(2n) {
    opacity: 0;
  }

  .navbar-toggler.on .navbar-toggler-icon:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -7px);
  }

  .navbar-collapse {
    position: fixed;
    top: 62px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    width: 100%;
    background: #800708;
    z-index: 99;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    opacity: 0;
  }

  .navbar-collapse.collapsing {
    height: auto;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
    left: -100%;
  }

  .navbar-collapse.show {
    opacity: 1;
    left: 0;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }

  .navbar {
    position: fixed;
    top: 0px;
    background: #fff;
    width: 100%;
    z-index: 99;
    border-top: 0px;
  }

  .siteHeader {
    padding-top: 62px;
  }

  .nav-link {
    padding: 13px 0px;
    border-bottom: 1px solid #e6e6e6;
  }

  .mega-menu-colmn {
    padding: 10px 0px;
  }

  .megamenu {
    padding: 0px;
  }

  ul.support-call li {
    padding-left: 0px;
  }

  .dropdown-toggle::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 0.555em;
    vertical-align: 0.255em;
    content: "";
    border-right: 0px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(-45deg);
    border-top: transparent;
  }

  .navbar-toggler-icon {
    display: block;
    width: 1.5em;
    height: 1px;
    vertical-align: middle;
    content: "";
    background: #333;
    background-size: 100% 100%;
    margin: 7px 0px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }

  /* .navbar-toggler-icon:before{
    content: "";
    display: block;
    background: #333;
    height: 1px;
    width: 1.76rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    margin-top: -5px;

  }


  .navbar-toggler-icon:after{
    content: "";
    display: block;
    background: #333;
    height: 1px;
    width: 1.76rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    position: absolute;
    margin-top: 5px;

  } */

  .navbar {
    padding: 0 1rem;
  }

  .navbar .navbar-brand {
    display: block !important;
    width: 80px;
  }

  .navbar-brand {
    display: none;
  }

  ul.top-hd-nav {
    text-align: left;
    margin-top: 10px;
  }

  ul.header-element {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px;
  }

  .zoom {
    height: 40vh;
  }

  .carousel-caption {
    position: absolute;
    color: #fff;
    text-align: left;
    z-index: 3;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    left: 15%;
    right: 15%;
  }

  .carousel-caption .cap-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
  }

  ul.head_social {
    margin: 10px 0px;
  }

  ul.head_social li>a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 18px;
  }

  .payment-getway {
    margin-top: 10px;
    text-align: center;
  }

  .payment-getway img {
    width: 60%;
  }
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-menu .dropdown-toggle::after {
  vertical-align: middle;
  border-left: 4px solid;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
}

.dropdown-menu .dropdown .dropdown-menu {
  left: 100%;
  top: 0%;
  margin: 0 20px;
  border-width: 0;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
  background: #00bc8c;
  color: white;
  border-radius: 0px;
}

.dropdown-menu>li.show>a {
  color: white;
}

.carousel-fade .carousel-item {
  max-height: 400px
}

.carousel-fade .carousel-item img {
  height: 400px;
  object-fit: cover;
  object-position: center
}

@media (min-width: 768px) {
  .dropdown-menu .dropdown .dropdown-menu {
    margin: 0;
    border-width: 1px;
  }
}

.woocommerce-message {
  display: none !important;
}

.return-to-shop {
  display: none !important;
}

/*
     FILE ARCHIVED ON 10:12:44 Feb 29, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:46:17 May 12, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.367
  load_resource: 57.666
  PetaboxLoader3.resolve: 43.515
  PetaboxLoader3.datanode: 13.535
*/