@font-face {
    font-family:'Century Gothic';
    src: url('../fonts/Gothic.eot');
	src: url('../fonts/Century Gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Century Gothic.woff2') format('woff2'),
		url('../fonts/Century Gothic.woff') format('woff'),
		url('../fonts/Century Gothic.svg#Century Gothic') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gabriola';
    src: url('../fonts/Gabriola.woff2') format('woff2'),
        url('../fonts/Gabriola.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*
    font-family: 'Roboto', sans-serif;
    font-family:'Century Gothic';
    font-family: 'Gabriola';
*/

body{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #333;
}
h1,h2,h3,h4,h5,h6{
    font-family:'Century Gothic';
}
p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #333;
}
.top-header{
    background-color: #eaeaea;
    padding: 10px 0px;
}
.top-right{
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    /*justify-content: flex-end;*/
    justify-content: space-between;
}
.top-right li{
    margin-left: 15px;
    list-style-type: none;
}
.top-right li a{
    color: #444;
    padding: .5rem 0rem;
}
.top-right li a:hover{
    color: #d10007;
    text-decoration: none;
}
.top-right li a i{
    color: #d10007;
}
.searchbox{
    width: 100%;
    overflow: hidden;
}
.searchbox input{
    width: calc(100% - 50px);
    height: 50px;
    border: none;
    outline: 0px;
    padding: 0px 15px;
    background-color: #d6d4d4;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    float: left;
}
.searchbox button{
    width: 50px;
    height: 50px;
    border: none;
    outline: 0px;
    cursor: pointer;
    background-color: #d10007;
    color: #fff;
    text-align: center;
    line-height: 50px;
    float: right;
}
header{
    border-bottom: 3px solid #d10007;
}
header .navbar-expand-lg .navbar-nav .nav-link{
    color: #d10007;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
}
header .navbar-expand-lg .navbar-nav .active .nav-link::after{
    content: "";
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    width: 21px;
    height: 11px;
    bottom: -30px;
    background: url('../images/nav-arrow.png') no-repeat 0 0;
}
.banner .slider-img{
    width: 100%;
    height: auto;
}
.banner .banner-caption{
    max-width: 500px;
    height: auto;
    position: absolute;
    z-index: 1;
    top: 20%;
}
.banner .banner-caption h2{
    font-size: 48px;
    color: #d10007;
    margin-bottom: 20px;
}
.banner .banner-caption h3{
    font-family: 'Gabriola';
    font-size: 36px;
    color: #245574;
    margin: 20px 0px;
}
.banner .banner-caption p{
    font-size: 18px;
    color: #373737;
    margin-bottom: 30px;
}
.banner .owl-prev,
.banner .owl-next{
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: #d10007;
    transition: .3s background-color;
}
.banner .owl-prev{
    left: 0px;
}
.banner .owl-next{
    right: 0px;
}
.banner .owl-prev:hover,
.banner .owl-next:hover{
    background-color: #a80005;
}
.banner .owl-dots{
    margin-top: -25px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.banner .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 360px;
    margin: 0px 8px;
    display: inline-block;
    vertical-align: top;
}
.banner .owl-dot.active{
    background-color: #d10007;
}
.primary-btn{
    background-color: #d10007;
    color: #fff;
    padding: 10px 25px;
    font-size: 18px;
    transition: .3s background-color;
    border: none;
    cursor: pointer;
}
.primary-btn:hover{
    text-decoration: none;
    background-color: #a80005;
    color: #fff;
}
.primary-btn:focus{
    outline: 0px;
}
.section{
    padding: 55px 0px;
}
.title{
    font-size: 48px;
    font-family:'Century Gothic';
    color: #d10007;
    margin-bottom: 55px;
}
.title span{
    color: #060618;
}
.product-group-box{
    width: 100%;
    /* height: 68px; */
    line-height: 68px;
    text-align: center;
    border: 1px solid #747476;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    cursor: default;
    transition: .3s background-color;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 10px;
    min-height: 240px;
    box-shadow: 2px 2px 4px 1px #ccc;
}
.product-group-box span{
    position: relative;
    z-index: 2;
}
.product-group-box::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #d10007;
    position: absolute;
    left: 0px;
    bottom: -100%;
    transition: .3s;
    z-index: -1;
}
.product-group-box:hover{
    color: #fff;
    border: 1px solid #d10007;
}
.product-group-box:hover::before{
    bottom: 0px;
}
.product-group-box i::before{
    font-size: 30px;
    margin-left: 0px;
    margin-right: 8px;
    vertical-align: top;
}

.media{
    width: 100%;
    height: auto;
    background-color: #eeeeef;
    padding: 40px 0px;
}
.media-box{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.media-box-caption{
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    background-color: rgba(209, 0, 7, 0.50);
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: -100%;
    transition: .3s;
}
.media-box:hover .media-box-caption{
    bottom: 0px;
}
video:focus{
    outline: 0px;
}
.media video{
    width: 100%;
}

.bestseller .bestseller-box{
    background-color: #fff;
    border: 5px solid #eaeaea;
    min-height: 375px;
}
.bestseller .bestseller-dep{
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
}
.bestseller .price{
    color: #333333;
    font-size: 16px;
}
.bestseller .price span{
    color: #d10007;
    font-weight: 500;
}
.bestseller .owl-nav{
    text-align: center;
    margin-top: 30px;
}
.bestseller .owl-prev,
.bestseller .owl-next{
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background-color: #060618;
    border-radius: 360px;
    margin: 0px 8px;
    transition: .3s background-color;
    display: inline-block;
    vertical-align: top;
}
.bestseller .owl-prev{
    left: 0px;
}
 .owl-next{
    right: 0px;
}
.bestseller .owl-prev:hover,
.bestseller .owl-next:hover{
    background-color: #d10007;
}
.facilitate{
    width: 100%;
    height: auto;
    background-image: url('../images/facilitate.jpg');
    background-repeat: repeat;
    background-position: 0 0;
    padding: 70px 0px;
}
.facilitate h3{
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
}
.facilitate i{
    font-size: 48px;
    color: #060618;
    margin-bottom: 25px;
}

.teen-years-bg{
    width: 100%;
    height: auto;
    background-image: url('../images/teen-years-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    padding: 70px 0px;
}
.teen-years-bg h4{
    color: #fff;
    font-size: 48px;
}
.teen-years-bg h4 span{
    color: #d10007;
}
.teen-years-bg p{
    font-family:'Century Gothic';
    font-size: 15px;
    color: #fff;
    line-height: 36px;
}

.service-support-box img,
.service-support .service-support-box img{
    border: 2px solid #eaeaea;
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.service-support-box h5,
.service-support .service-support-box h5{
    color: #d10007;
    font-size: 17px;
    font-weight: 600;
}
.service-support .service-support-box p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}

.payment-method{
    width: 100%;
    height: auto;
    background-color: #eaeaea;
    padding: 37px 0px;
}
.payment-method h6{
    color: #252525;
    font-size: 20px;
    font-weight: 500;
}
.payment-method ul{
    padding: 0px;
    margin: 0px;
}
.payment-method ul li{
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    width: 80px;
}
.payment-method ul li img{
    max-width: 100%;
    height: auto;
}

footer{
    width: 100%;
    height: auto;
    background-color: #222222;
    display: inline-block;
}
footer h4{
    font-size: 20px;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
}
footer h4 span{
    color: #d10007;
}
footer ul{
    padding: 0px;
    margin: 0px;
}
footer ul li{
    list-style-type: none;
    margin-bottom: 10px;
}
footer ul li a{
    color: #fff;
    font-size: 15px;
    transition: .3s color;
}
footer ul li a:hover{
    color: #d10007;
    text-decoration: none;
}
footer .newsletter-box{
    width: 100%;
    height: 42px;
    overflow: hidden;
}
footer .newsletter-box input{
    width: calc(100% - 67px);
    height: 42px;
    float: left;
    border: none;
    padding: 0px 10px;
    color: #d10007;
    font-size: 15px;
    font-style: italic;
}
footer .newsletter-box input:focus{
    outline: 0px;
}
footer .newsletter-box button{
    width: 67px;
    height: 42px;
    float: right;
    border: none;
    background-color: #d10007;
    color: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer;
}
.copyright{
    width: 100%;
    height: auto;
    background-color: #1b1b1b;
    color: #fff;
}
.copyright a{
    color: #fff;
    margin-left: 6px;
}
.copyright a:hover{
    color: #d10007;
}

/*Inner Page CSS*/
.breadcrumb a{
    color: #d10007;
}
/*-- Contact Page CSS --*/
.contact {
    padding: 50px 0; }
  
  .contact .heading1 {
    text-align: center; 
    margin-bottom: 22px;
    font-size: 2rem;
}
  
  .contact .heading1:after {
    right: 0;
    margin: 0 auto; }
  
  .form-control {
    height: 40px;
    border-color: #ccc;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    border-radius: 3px; }
  
  .form-control:focus {
    box-shadow: none;
    border-color: #555; }
  
  textarea.form-control {
    height: 85px; }
  
  label {
    font-weight: 400;
    color: #333; }
  
  label span {
    color: #f00; }
  
  .contact .btn-default {
    margin-top: 0px;
    outline: 0; }
  
  .contactinfo {
    width: 100%;
    height: auto;
    background-color: #354458;
    color: #fff;
    margin-top: 25px; }
  
  .contactinfo p {
    color: #fff; }
  
  .contactinfo h6 {
    margin-top: 0px;
    background-color: #d10007;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    position: relative; }
    .contactinfo h5 {
        font-size: 17px;
        color: #d10007;
        font-weight: 600;
    }
  
  .contactinfo h6:after {
    content: "";
    position: absolute;
    left: 0px;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d10007; }
  
  .padding20 {
    padding: 20px; }
  
  .support {
    text-align: center;
    display: block;
    margin: 0px auto 15px auto; }
  
  .map iframe {
    border: 4px solid #d10007; }
  
  /*-- End Contact Page CSS --*/
  /*About*/
  .subtitle{
      color: #787878;
  }
  .hq{
      border: 3px solid #d10007;
      margin: 15px 0px;
  }
  .yearlyupdate{
      width: 100%;
      height: auto;
      padding: 15px;
      position: relative;
      background-color: #f1f1f1;
      border-radius: 4px;
      border: 1px solid #dfdfdf;
  }
  .yearlyupdate h3{
      color: #d10007;
      font-size: 19px;
  }
  .yearlyupdate .year{
      width: 60px;
      height: 60px;
      border-radius: 360px;
      text-align: center;
      line-height: 55px;
      position: absolute;
      background-color: #00d15d;
      color: #fff;
      top: -25px;
      right: -25px;
      border: 4px solid #fff;
  }
  .yearlyupdate a{
      color: #d10007;
      font-size: 14px;
  }
  /* About*/
  .dropdown-box{
      border: 1px solid #ccc;
      padding: 15px 10px;
      margin-bottom: 15px;
  }
  .dropdown-box h5{
      margin-bottom: 0px;
      /*margin: 10px 0px;*/
      cursor: pointer;
      font-size: 16px;
      position: relative;
  }
  .collapse.show{
    margin: 15px 0px;
    padding: 0;
  }
  .collapse.show a{
    padding-left: 40px;
    padding-bottom: 10px;
    margin: 0;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  /*.dropdown-box h5::after{
      content: "\f107";
      position: absolute;
      right: 15px;
      right: 15px;
      font-family: 'FontAwesome';
  }*/
  .dropdown-box a{
      color: #333;
      font-size: 14px;
      margin-top: 8px;
      display: block;
  }
  .dropdown-box a:hover{
      color: #d10007;
  }
  .main-content a{
      color: #d10007;
  }
  .main-content .title{
    font-size: 30px;
  }
  .sortby{
      width: auto;
  }
  .sortby select{
      width: 200px;
  }
  .pagination .page-link{
    border-radius: 360px !important;
    margin: 0px 5px;
  }


/*Product Details*/
.preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
@media screen and (max-width: 996px) {
	.preview {
		margin-bottom: 20px;
	}
}
.preview-pic {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.preview-pic img{
    border: 3px solid #ccc;
}
.preview-thumbnail.nav-tabs {
	border: none;
	margin-top: 15px;
}
.preview-thumbnail.nav-tabs li {
	width: 18%;
	margin-right: 2.5%;
}
.preview-thumbnail.nav-tabs li img {
	max-width: 100%;
    display: block;
    cursor: pointer;
}
.preview-thumbnail.nav-tabs li a {
	padding: 0;
	margin: 0;
}
.preview-thumbnail.nav-tabs li:last-of-type {
	margin-right: 0;
}
.tab-content {
	overflow: hidden;
}
.tab-content img {
	width: 100%;
	-webkit-animation-name: opacity;
	animation-name: opacity;
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
}
.card {
	margin-top: 50px;
	background: #eee;
	padding: 3em;
	line-height: 1.5em;
}
@media screen and (min-width: 997px) {
	.wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
}
.details {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.product-title {
	color: #d10007;
}
.stock-status strong {
	color: #00d15d;
}
.stock-status {
	color: #333;
}
.checked,
.price span {
	color: #d10007;
}
.product-title,
.rating,
.product-description,
.price,
.vote,
.sizes {
	margin-bottom: 15px;
}
.product-title {
	margin-top: 0;
}
.action {
	vertical-align: top;
}
.action input {
	width: 80px;
	height: 47px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
}
.action input:focus {
	outline: 0px;
}
.offer span {
	color: #222222;
	font-weight: 600;
}
@-webkit-keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
		-webkit-transform: scale(3);
		transform: scale(3);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.list{
    padding: 0px;
    margin: 0px;
}
.list li{
    position: relative;
    padding-left: 25px;
    font-size: 16px;
    list-style-type: none;
}
.list li::after{
    content: "\f058";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    top: 0px;
    color: #00d15d;
}
.heading1{
    font-size: 18px;
    font-weight: 600;
    color: #d10007;
}
.dotslist{
    padding: 0px;
    margin: 0px;
}
.dotslist li{
    list-style-type: none;
    position: relative;
    font-size: 16px;
    padding-left: 16px;
}
.dotslist li::before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 360px;
    background-color: #d10007;
    position: absolute;
    left: 0px;
    top: 8px;
}
.tab .nav-tabs{
    background-color: #333;
}
.tab .nav-tabs .nav-link{
    background-color: #333;
    border:none;
    color: #fff;
    border-radius: 0px;
}
.tab .nav-tabs .nav-link.active{
    background-color: #d10007;
}
.tab .nav-tabs .nav-item{
    margin: 0px;
}
.tab .tab-content{
    background-color: #f1f1f1;
}
.product-data{
    display: flex;
}
.product-data img{
    width: 20%;
}
.pdf-box{
    width: 150px;
    height: auto;
    border: 1px solid #d10007;
    text-align: center;
    transition: .3s;
    background-color: #fff;
    cursor: pointer;
    margin-right: 15px;
}
.pdf-box:hover{
    box-shadow: 0px 0px 5px #d10007;
}
.pdf-box img{
    width: 80px;
    height: auto;
    margin: 15px;
}
.pdf-box h5{
    background-color: #d10007;
    color: #fff;
    margin-bottom: 0px;
    font-size: 14px;
    padding: 10px;
}
/*End Product details*/
/* my account page */

header.blog--header {
    padding: 20px 0;
}
.acclog {
    padding: 25px 0 5px;
    margin: 0;

}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
}
.btn-login {
    color: #fff !important;
    background: #d10007 !important;
    width: 40%;
    height: 46px;
}

a.add-request-quote-button.button {
    width: 47%;
    text-align: center;
    margin: 15px 0 !important;
    border-radius: 25px !important;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}
a.add-request-quote-button.button:hover {
    background: #a80005 !important;
    color: #fff !important;
}

.woocommerce form.checkout .cclw_opc_main p.form-row input.input-text, .edit-address p.form-row input.input-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px !important;
    border-color: #ccc;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
}
.cclw_opc_main textarea#order_comments {
    background: #fff !important;
    padding: 7px 15px;
    border-radius: 5px;
}
.woocommerce ul.order_details li {
    line-height: 20px !important;
}
.woocommerce ul.order_details li strong {
    color: #d10007;
}
.woocommerce .woocommerce-customer-details address {
    line-height: 27px;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    font-weight: 600;
}

td.label {
    padding-right: 15px;
}

td.value select {
    height: 40px;
    border-color: #ccc;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    border-radius: 3px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 5px;
}
span.woocommerce-Price-amount.amount bdi {
    font-size: 18px;
}
.cat-icon {
    width: 150px;
    margin-bottom: 8px;
}
/* /end */




.woocommerce-info {
    border-top-color: transparent !important;
    border-top: transparent !important;
}

.woocommerce-info::before {
    color: #d10007 !important;
}

.woocommerce-checkout .cclw_opc_main h3.border_html {
    background-color: #d10007 !important;
    color: #fff;
}
td.cclw_qty button.cclwminus, button.cclwplus {
    background: #d10007 !important;
}
.woocommerce .onestepcheckout-summary input#qty1 {
    outline: none;
    border: 1px solid #d10007;
}
.woocommerce form.login .input-text {
    display: block;
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: 40px;
    border-color: #ccc;
    box-shadow: none;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background: #d10007;
    color: #fff;
}

a.sidebar--parent.sm-headline--bold.caps {
    padding: 0 0px 0px 40px !important;
    margin: 5px 0 5px !important;
    letter-spacing: 1px !important;
    display: inline-block;
}

span.woocommerce-Price-amount.amount bdi {
    font-size: 21px !important;
}
.rtwpvg-images{
    display: none !important;
}
.preview  .images{
    height: 470px;
    display: contents;
    width: 100%;
    background-color: transparent;
}
.zoom.slick-slide img{
    background: #eee;
    position: relative;
}
.sr-pro-ts-icon{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    /*margin: 0 auto;*/
    right: 0;
}
.onsale{
    display: none;
}
#wpgis-gallery .slick-slide{
    height: auto !important;
    width: 94px !important; 
}
#wpgis-gallery .slick-slide img{
    border: 1px solid rgb(221, 221, 221);
    overflow: hidden;
    position: relative;
    height: 94px !important;
    width: 94px !important;
    text-align: center;
    margin: 0 auto;
}
.zoom.slick-slide.slick-current.slick-active{
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    background-color: #eee;
}
.cat-desc{
    text-align: center;
}
.term-image{
    margin-bottom: 20px;
}
.term-image img{
    height: 370px !important;
    margin: 0 auto;
}
.woof_products_top_panel{display: none !important;}
.shipped_via{display: none !important;}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
        -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce ul#shipping_method li label{
    font-size: 0!important;
}
.ch-list-h{
    line-height: 1.5;
    color: #d10007;
    font-weight: 600;
    font-size: 20px;
}
.ch-p{
    font-size: 30px;
}
.ch-link{
display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 250px;
    margin: 0 auto;
    padding: 10px 20px;
    color: #d10007;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    border: 1px solid #d10007;
    border-radius: 5px;
    margin-top: 30px;
        -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.ch-link:hover, .ch-link:focus{
    background-color: #d10007;
     border: 1px solid #d10007;
     color: #fff;
}
.ch-link .cat-icon{
    width: 30px;
    margin-bottom: 0 !important;
    margin-right: 15px !important;
}

.navbar-nav > li:nth-child(5):hover .sub-menu {
   grid-template-columns: repeat(3, 1fr);
    left: auto;
    right: 0;
}
.bannerimg{
    position: relative;
    width: 100%;
    display: block;
}
.banner-cont {
    position: absolute;
    top: 50%;
    /* background-color: rgb(255 255 255 / 30%); */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77%;
    padding: 50px 20px;
    border: none;
    box-shadow: none;
    font-size: 48px;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    color: #ff3300;
/*     font-weight: 700; */
}
@media screen and (max-width: 767px) {
  .banner-cont{
		position: absolute;
		top: 50%;
	/*     background-color: rgb(255 255 255 / 30%); */
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		padding: 50px 20px;
		border: none;
		box-shadow: none;
		font-size: 29px;
		text-align: center;
		text-shadow: 1px 1px 1px #000;
		border-radius: 10px;
		color: #ff3300;
/* 	  	font-weight: 600; */
	}
}

.blog_left_sidebar{
    box-shadow: 0px 0px 10px #ccc;
    /*border-radius: 10px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.blog_details{
    padding: 20px;
    background-color: #fff;
    height: 240px;
}
.blog_details p{
    margin: 0;
    min-height: 72px;
}
.blog_item_img img{
/*     height: 150px; */
    width: 100%;
    object-fit: contain;
    background-color: #f9f9f9;
    padding:20px;
}
.blog_details h2{
    font-size: 22px;
    min-height: 50px;
    display: flex;
    align-items: center;
}
/*.blog_item_date {
    position: absolute;
    top: 0;
    left: 0;
    padding: 12px;
    font-size: 12px;
}*/
.blog_item_img{
    position: relative;
}
.blog_item .blog_item_date{
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 6px 30px;
    font-size: 12px;
    background-color: #fff;
    left: auto;
    top: auto;
}
.blog_item .blog_item_date h3{
    font-size: 20px;
    color: #dd3333;
    font-weight: 700;
}
.blog_item .blog_item_date p{margin: 0;}
.blog--header h1{
    font-size: 30px;
}
header.blog--header{
    border:none !important;
}
.product--single_imgWrap img{
    display: block;
/*     height: 350px; */
    object-fit: cover;
}
.main-wrap{
    padding: 50px 0px 0px;
}
.main-wrap p{
    text-align: justify;
}
.comment-box, .comments-area{
    display: none;
}
.posts--related{
    background-color: #f7f7f7;
    padding: 40px 0;
}
.post--related-wrapper{
    background-color: #fff;
    box-shadow: 0px 0px 10px #e6e6e6;
    margin-bottom: 30px;
}
.rblog-cont{
    padding: 30px;
    background-color: #f5f5f5;
}
.rblog-cont h2{
    font-size: 20px;
    line-height: 26px;
    min-height: 52px;
}
.cos{
    font-size: 20px;
    margin-bottom: -10px;
    display: block;
}
.theworld{
    font-size: 17px;
    font-style: normal;
    color: #dd3333;
    font-weight:500;
}
.spoffer{
    background-color: #dd3333;
    color: #fff;
    padding: 3px 8px;
    margin-left: 22px;
    border:1px solid #dd3333;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
      text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
.spoffer:hover, .spoffer:focus{
   border:1px solid #dd3333; 
   background-color: transparent;
    color: #dd3333;
}
.login-popoup.fancybox-content{
    max-width: 1000px;
    width: 100%;
}
.login-popoup.fancybox-content h2{
    text-align: left;
}
figure.sk_img_right{
float: right;
margin: 0 0 0 30px;
width: 20%;
}
figure.sk_img_right img {
border: none;
outline: none;
display: inline-block;
max-width: 100%;
width:100%;
}
.editor_text p{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
    text-align: justify;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #d10007; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 10px #d10007; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #d10007; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #d10007; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 10px #d10007; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #d10007}
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #d10007; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #d10007; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #d10007; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #d10007; }
  50% { background-color: #FF0000; box-shadow: 0 0 10px #d10007; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #d10007; }
}
.single_variation_wrap .primary-btn.button{
    padding-top: 14px !important;
}
.req h2.heading1{
    font-size: 24px;
    font-weight: 600;
    color: #d10007;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.request-a-sample-form label{
    font-weight: 500;
    color: #333;
    font-size: 15px;
    margin-bottom: 3px;
}
.request-a-sample-form .form-control {
    height: 46px;
    border-color: #ccc;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0px 0px 10px #f1f1f1;
    -webkit-box-shadow: 0px 0px 10px #f1f1f1;
    -moz-box-shadow: 0px 0px 10px #f1f1f1;
}

.request-a-sample-form .primary-btn {
    background-color: #d10007;
    color: #fff;
    padding: 10px 70px;
    font-size: 18px;
    transition: .3s background-color;
    border: none;
    cursor: pointer;
    text-align: right;
    display: block;
    margin-left: auto;
    margin-top: 24px;
}
/*.header-appear-index .navbar-expand-lg .navbar-nav .nav-link{
color: #fff;
}
.header-appear-index .navbar-nav li a  {
color:#fff;
}
.header-appear-index .navbar-nav li a:hover {
color:#fff;
}*/
/*.header-appear-index .navbar-expand-lg .navbar-nav .nav-item .nav-link:hover, .header-appear-index .navbar-expand-lg .navbar-nav .nav-item.active a{
color: #fff;
}*/
.header-appear-index{
    height: auto;
    position: fixed;
    top: 0;
    padding: 0px 0px;
    z-index: 99999;
    background-color: #fff;
    width: 100%;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    border:none;
    }
    header {
    width: 100%;
    z-index: 999;
    }
    /* animation */
	@-webkit-keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    }
    }
    @-o-keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }
    }
    @keyframes animationFade {
    from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    }
    to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    }
    }
    .header-appear-index .top-header{ 
    padding: 6px 0px;
    }
    .header-appear-index  .logo{
    padding: 0px !important;
    }
    .header-appear-index .navbar{background-color: transparent;}
      .header-appear-index  .logo img{width: 65%;}
      /*.posts--related .row .col--gap-40:first-child{display: none;}*/

/*=========== My Account Css=======*/
  .main-content{
    padding: 50px 0px;
  }
  .dash_item .fa{
    margin-bottom: 16px !important;
    font-size: 38px !important;
    text-align: center;
  }
  .dashboard-block .dash_item span{
    float: none !important;
    font-size: 20px !important;
  }
  .dashboard-block .dash_item{text-align: center !important; border-radius: 0px !important;}
  .dashboard-block .row{
    margin-right: -5px;
    margin-left: -5px;
  }
   .dashboard-block .row .col-md-3{
    padding-right: 5px;
    padding-left: 5px;
   }
   .dashboard-block .dash_item h6{font-size: 18px !important;}
      .main-content .blog--header{
    text-align: center;
    margin-bottom: 30px;
   }
   /*
     nav.woocommerce-MyAccount-navigation ul{
    display: flex;
    justify-content: space-between;
    max-width: inherit !important;
  }
   .woocommerce-MyAccount-content{
    padding: 30px;
    background-color: #f9f9f9;
   }

    
   nav.woocommerce-MyAccount-navigation ul li{
    font-size: 14px !important;
    background-color: #222222 !important; 
     padding: 0px !important;   
   }
   nav.woocommerce-MyAccount-navigation ul li{
    line-height: 33px !important;
    border-radius: 5px !important;
    position: relative;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
   }
   nav.woocommerce-MyAccount-navigation ul li a{
    color: #fff !important;
    padding: 4px 30px !important;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
   }
   nav.woocommerce-MyAccount-navigation ul li:last-child{
    background-color: #dd3333 !important; 
   }
 nav.woocommerce-MyAccount-navigation ul li.is-active:after, 
 nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after{
    content: " " !important;
    position: absolute !important;
    bottom: -12px !important;
    border-top: 12px solid black !important;
    border-right: 15px solid transparent !important;
    border-left: 15px solid transparent !important;
    border-bottom: none !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    text-align: center !important;
     -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
   }
   nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: #dd3333 !important;
    }
    nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after{
        border-top: 12px solid #dd3333 !important;
    }*/

    nav.woocommerce-MyAccount-navigation ul{
        max-width: 235px !important;
    }
    .woocommerce-MyAccount-content{
    background-color: #f5f5f5;
    padding: 30px;
    }
    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
        border-radius:0px !important; 
    }
    nav.woocommerce-MyAccount-navigation ul li{
        background-color: #dd3333 !important;
    }
    nav.woocommerce-MyAccount-navigation ul li a{
        color: #fff !important;
        font-size: 16px !important;
        display: block;
    }
    nav.woocommerce-MyAccount-navigation ul li.is-active{
        background-color: #222222 !important;
    }
    nav.woocommerce-MyAccount-navigation ul li{
        margin-bottom: 8px !important;
    }
    nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    border-left: 14px solid rgb(34 34 34) !important;
    }
    nav.woocommerce-MyAccount-navigation ul li.is-active:after{
        margin-top: 0 !important;
        border-bottom: 12px solid transparent !important;
        border-top: 12px solid transparent !important;
        position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
    margin-right: -10px !important;
    }
    nav.woocommerce-MyAccount-navigation ul{
    padding: 10px !important;
    box-shadow: -10px 0px 20px #e7e7e7 !important;
}
nav.woocommerce-MyAccount-navigation ul li.is-active{position: relative;}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after{
    display: none !important;
}
nav.woocommerce-MyAccount-navigation ul li:hover, nav.woocommerce-MyAccount-navigation ul li:focus{
    background-color: #222222 !important;
}
.woocommerce-Button.button.btn-login{
    width: 20%!important;
    margin-top: 20px;
}
.blog--header h1.entry-title{
    background-color: #222222;
    color: #fff;
    padding: 6px 30px 8px;
    display: inline-block;
}
.select2-container--default .select2-selection--multiple{
	height: 45px;
	border-radius: 0px;
}
.select2-container--default .select2-selection--multiple{
	border-radius: 0px !important;
}
.top-bar-right ul li{margin-left: 0px;}
.top-bar-right .dropdown-menu{
    padding: .5rem 12px;
}
.slick-slider .sr-pro-ts-icon{
    display: none !important;
}
.pbc_container{
    width: 100%;
    display: block;
}
.products_categories_row{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.products_categories_row .custom_box {
        -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

/*--- clicked ---*/
body.clicked {
    position: fixed;
    width: 100%;
    height: 100%
}

body.clicked:before {
    background: #fff;
    z-index: 9999999;
    background-image: url('https://uberstrainer.com/wp-content/uploads/2022/03/p-logo.png');
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

body.clicked:after {
    width: 80px;
    height: 80px;
    margin: -42px 0 0 -40px;
    z-index: 9999999;
}

.loader.clicked {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000
}

.loader.clicked:before {
    -webkit-border-radius: 0;
    border-radius: 0;
    background: rgba(0, 0, 0, .8)
}

.loader.clicked:after {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    border-color: #fff transparent #fff #fff
}

.noloader.loader.clicked:after {
    display: none
}

.loader.clicked>div {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    z-index: 1;
    margin: 40px 0 0;
    padding: 30px;
    width: 100%;
    text-align: center
}

.loader.clicked>div span {
    text-transform: uppercase;
    margin-top: 20px
}

.clicked {
    position: relative;
    pointer-events: none
}

.clicked:after,
.clicked:before {
    position: absolute;
    content: "";
    display: block;
    z-index: 1
}

.clicked:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .8);
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1
}

.btn.clicked:before,
[type=reset].clicked:before,
[type=submit].clicked:before,
button.clicked:before {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px
}

.clicked:after {
    top: 50%;
    left: 50%;
    margin: -12px 0 0 -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #d10007;
    border-right-color: transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content{
    display: contents;
}
.woocommerce .woocommerce-ordering{
    margin:0;
}
.pro-sidebar{
    margin-top: 50px;
}
#customer_address_details, #cclw_additional_fields, #cclw_order_details_table, #cclw_payment_section{
    padding: 0 10px;
}
.cclw_cp_body p.cp_button .button{
    background-color: #d10007;
    border:none;
    border-radius: 5px;
}
.cclw_coupon_link {
    text-align: center;
}
.woocommerce-checkout .woocommerce a{
        color: #d10007;
    font-weight: bolder;
    text-align: center;
}
.cart input.qty{
    height: 42px;
    padding-left: 15px;
}
/*body{
    margin-top: -22px;
}*/

@media(max-width:1199px){
    header .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 14px;
    }
}
@media(max-width:1130px){
    .banner .banner-caption{
        top: 25px;
    }
}
@media(max-width:991px){
    .banner .banner-caption h2{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .banner .banner-caption h3{
        font-size: 30px;
        margin: 0px;
    }
    .banner .banner-caption p{
        font-size: 16px;
        margin: 0px 0px 20px 0px;
    }
    .title,
    .teen-years-bg h4{
        font-size: 36px;
    }
    .facilitate h3{
        font-size: 17px;
    }
    .payment-method ul li{
        width: 70px;
    }
    .top-right{
        padding-top: 10px;
        justify-content: center;
    }
    .copyright{
        text-align: center;
    }
    header .navbar-toggler{
        border: 1px solid #d10007;
        position: absolute;
        right: 0px;
        top: -65px;
    }
    header .navbar-collapse{
        position: absolute;
        width: 100%;
        height: auto;
        left: 0px;
        z-index: 2;
        background-color: #fff;
        top: 1px;
    }
    header .navbar-expand-lg .navbar-nav .active .nav-link::after{
        display: none;
    }
    .bestseller-box{
        text-align: center;
    }
    .bestseller-box img{
        margin: 0px auto;
    }
    .pro-sidebar {display: none;}
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail{height: auto !important;}
}
@media(max-width:767px){
    .banner .primary-btn{
        padding: 5px 15px;
        font-size: 14px;
    }
    .payment-method ul li{
        width: 50px;
    }
    .title, .teen-years-bg h4 {
        font-size: 24px;
    }
    .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{height: auto !important;}
    .theworld, .spoffer{display: none;}
    .logo{padding: 10px 0px;}
    .ch-list .w-75{
        width: 100% !important;
    }
    .ch-p {
    font-size: 20px;
}
.header-appear-index .logo {
    padding: 10px 0 !important;
}
.section {
    padding: 30px 0px;
}
.sortby.d-flex {
    justify-content: center !important;
    display: none !important;
}
.main-content {
    padding: 20px 0px;
}
.cate-image-desc{margin: 0;}
.term-image img {
    height: auto !important;
    margin: 0 auto;
}
.main-content {
    padding: 30px 0px !important; 
}
}
@media(max-width:575px){
    .chos{
    width: 30% !important;
    margin-bottom: 15px;
    }
    .banner .banner-caption{
        display: none;
    }
    .banner .owl-prev,
    .banner .owl-next{
        width: 20px;
        height: 20px;
        line-height: 20px;
        top: 44%;
    }
    .service-support-box{
        text-align: center;
    }
    .payment-method ul li{
        width: 25px;
    }
    .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
        float: none !important;
    }
    .bestseller > .d-flex{display: block !important; text-align: center;}
    .sortby.d-flex{justify-content: center !important;}
    .appcationsecin-sec img{width: 100%;}
    .media iframe{width: 100%;}
    .maindata h1.heading {font-size: 26px;}
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single{
	    background-color: #ea2407 !important;
}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{
	border-top-color: #ea2407 !important;
}
.irs--round .irs-handle {
    top: 26px;
    width: 24px;
    height: 24px;
    border: 4px solid #ea2407 !important;
    background-color: white;
    border-radius: 24px;
    box-shadow: 0 1px 3px #ea2407 !important;
}
.irs--round .irs-bar {
    top: 36px;
    height: 4px;
    background-color: #ea2407 !important;
}
.woocommerce .woocommerce-ordering {
    margin: 0 0 0 !important;
}
.post-type-archive-product .woocommerce > nav{
	display: none !important;
}