/*
Theme Name: Total Child Theme
Theme URI: https://your-site.com
Description: Your site description. Go to Appearance > Editor to modify this file.
Author: Your Name
Author URI: https://your-site.com
Template: Total
Version: 1.0
*/
@import url("googlewp-map.css");
@import "fonts/forza.css"; /* Using a string */
@import "fonts/font-awesome.min.css";
#wrapper .woocommerce-MyAccount-navigation ul,
.carrier-info ul,
.full-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-holder {
  max-width: 97%;
  padding: 0 15px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media (max-width: 767px) {
  .main-holder {
    display: block;
  }
}

#content h2 {
  /*margin: 0 0 10px 5px;
    font-family: "Forza SSm A", "Forza SSm B";
    font-weight: 900;
    text-transform: uppercase;
  letter-spacing: 3px; */
}
@media (max-width: 767px) {
  #content {
    width: 100%;
  }
}

.term-description,
.description {
  font-size: 14px;
  border-bottom: 2px solid #dfdfdf;
  padding: 12px 9999px 17px 8px;
  margin: 0 -9999px 12px 0;
  color: #333;
}
.term-description p,
.description p {
  margin: 0;
}
@media (max-width: 767px) {
  .term-description,
  .description {
    margin: 0 0 12px;
    padding: 10px;
  }
}

.product-wrapper .breadcrumbs {
  border-bottom: 0;
}
.product-wrapper .breadcrumbs ul {
  padding: 5px 0 3px;
}
.product-wrapper .frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-details {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .product-wrapper {
    padding: 0 13px;
  }
  .product-wrapper .frame {
    display: block;
  }
}

.woocommerce-ordering {
  display: none !important;
}


@media (max-width: 767px) {
  #sidebar {
    padding: 10px 0 0;
    width: 100%;
  }
}

.widget {
  margin: 0 0 15px;
  padding: 0 0 0 38px;
}
.widget h2 {
  margin: 0 0 12px -38px;
  padding: 10px 10px 6px;
  background: #e9e9e9;
  font-size: 18px;
  font-family: "Forza SSm A", "Forza SSm B";
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
}
.widget h3 {
  margin: 0 0 8px;
  font-family: "Forza SSm A", "Forza SSm B";
  font-size: 13px;
}
.widget ul {
  padding: 0 0 12px;
  font-size: 15px;
  font-family: "Forza SSm A", "Forza SSm B";
}
.widget ul li {
  margin: 0 0 9px;
}
.widget ul label {
  color: #333;
  display: block;
  position: relative;
  padding: 0 0 0 37px;
}
.widget ul .jcf-checkbox {
  position: absolute;
  top: -2px;
  left: 0;
}

.sidebar_social .foot_social_con div[class$="_icon"] {
  margin: 0 5px;
}

@media (max-width: 767px) {
  .widget {
    padding: 0;
  }
  .widget .slide {
    padding: 15px 15px 0;
  }
  .widget h2 {
    padding: 8px 15px;
    margin: 0;
    position: relative;
  }
  .widget h2:after {
    position: absolute;
    top: 40%;
    right: 10px;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
  }
}

.btn-clear {
  display: inline-block;
  vertical-align: top;
  color: #333;
  font-size: 12px;
  font-family: "Forza SSm A", "Forza SSm B";
  font-weight: 900;
  background-color: white !important;
  text-transform: uppercase;
  border: 1px solid #cfcfcf;
  padding: 0 30px;
}
.btn-clear:hover {
  border: 1px solid #cfcfcf;
  color: #cfcfcf;
}
#sidebar {
  width: 15%;
  padding: 18px 0 0;
}

@media (max-width: 767px) {
  .btn-clear {
    padding: 1px 15px;
    display: block;
    margin: 0;
  }
}

.widget ul a,
#wrapper .woocommerce-MyAccount-navigation ul a {
  color: #656565;
}
.widget ul a:hover,
#wrapper .woocommerce-MyAccount-navigation ul a:hover {
  color: #cccccc;
}

.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce::before {
  display: none !important;
}

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}

.share {
  position: absolute;
  top: 55px;
  left: 7px;
  text-align: center;
}
.share span {
  font-size: 20px;
  display: block;
  color: #999;
}
.share span:hover {
  color: #000;
  cursor: pointer;
}
@media (max-width: 767px) {
  .share {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.product-gallery {
  margin: 0 0 19px;
}
@media (max-width: 767px) {
  .product-gallery {
    margin: 0 0 5px;
  }
}

.image-block .thumbnail-nav {
  width: 58%;
}
.image-block .thumbnail-nav img {
  border: 1px solid #cccccc;
  width: calc(100% - 5px);
  display: block;
  height: auto;
  padding: 10px;
}

@media (max-width: 767px) {
  .image-block .thumbnail-nav {
    width: 100%;
  }
  .image-block .thumbnail-nav img {
    width: calc(100% - 5px);
    padding: 10px;
  }
}

.full-description {
  border-top: 2px solid #dfdfdf;
  margin: 0 -37px;
  padding: 16px 37px;
}
.full-description h1 {
  margin: 0 0 12px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;

  font-weight: 900;
}
.full-description p {
  margin: 0 0 24px;
}
.full-description p a {
  color: #006699;
  text-decoration: underline;
}
.full-description p a:hover {
  text-decoration: none;
}
.full-description h2 {
  margin: 0;
  font-size: 15px;
  text-transform: uppercase;
}
.full-description ul {
  margin: 0 0 24px;
}
.full-description ul li {
  padding: 0 0 0 15px;
}
.full-description ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background: #000;
}
.full-description .holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 0 50px;
}
.full-description .col {
  width: 33%;
}
.full-description .col + .col {
  width: 66%;
  max-width: 797px;
}
@media (max-width: 1023px) {
  .full-description .holder {
    display: block;
  }
  .full-description .col {
    width: auto;
  }
  .full-description .col + .col {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .full-description {
    margin: 0;
    padding: 10px 0;
  }
  .full-description h1 {
    font-size: 20px;
  }
  .full-description p {
    margin: 0 0 12px;
  }
  .full-description h2 {
    font-size: 15px;
  }
  .full-description ul {
    margin: 0 0 12px;
  }
}

.full-description table {
  width: 100%;
}

table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  font-size: 12px;
  color: #777;
  margin: 0 0 46px;
}
table th {
  text-align: center;
  border: 0;
  padding: 24px 0 31px;
  background: #333;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Forza SSm A", "Forza SSm B";
}
table td {
  text-align: center;
  border: 0;
  padding: 9px 0;
}
ul.downloads {
  padding: 0px;
  margin: 0;
}
ul.downloads li {
  list-style: none;
}
ul.downloads li a i {
  color: #a60002;
  font-size: 20px;
}
ul.downloads li a {
  color: #222;
  font-size: 16px;
}
.ptitle {
  font-size: 22px;
  text-transform: uppercase;
  font-family: "Forza SSm A", "Forza SSm B";
  font-weight: 700;
}
.video-block {
  max-width: 570px;
  margin: 0 0 0 auto;
}
.video-block iframe {
  width: 100% !important;
  margin: 0 !important;
}
@media (max-width: 1023px) {
  .video-block {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    overflow: auto;
    margin: 0 0 20px;
  }
  .table-responsive table {
    margin: 0 !important;
    width: 750px;
  }
}

div.woocommerce {
  overflow: hidden;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ue5g83");
  src: url("fonts/icomoon.eot?ue5g83#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?ue5g83") format("truetype"),
    url("fonts/icomoon.woff?ue5g83") format("woff"),
    url("fonts/icomoon.svg?ue5g83#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" !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-search:before {
  content: "\e90d";
}

.icon-scissors .path1:before {
  content: "\e900";
  color: #262424;
}

.icon-scissors .path2:before {
  content: "\e901";
  margin-left: -1.3330078125em;
  color: #000200;
}

.icon-pens:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.icon-twitter:before {
  content: "\e904";
}

.icon-pen:before {
  content: "\e905";
}

.icon-mail:before {
  content: "\e906";
}

.icon-login:before {
  content: "\e907";
}

.icon-instagram:before {
  content: "\e908";
}

.icon-facebook:before {
  content: "\e909";
}

.icon-arrow-r:before {
  content: "\e90a";
}

.icon-arrow-l:before {
  content: "\e90b";
}

.icon-check:before {
  content: "\e90c";
}

/* custom checkbox styles */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #cfcfcf;
  margin: 0 3px 0 0;
  height: 21px;
  width: 21px;
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 6px;
  width: 10px;
  top: 50%;
  left: 50%;
  border: 3px solid #000;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

:root .jcf-checkbox span {
  margin: -4px 0 0 -4px;
}

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
}

.jcf-checkbox.jcf-checked span {
  display: block;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}
.outofstock-badge {
  display: none !important;
}

.ajax-filtering {
  width: 100%;
}

#searchresult img {
  max-height: 15em;

  padding-top: 30px;
}
