@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.woff2') format('woff2'),
        url('../fonts/HelveticaNeue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	transition: 0.4s;
}
ul{
	margin: 0;
	padding: 0;
	/*font-size: 0;*/
}
li{list-style-type: none;}
img{
	max-width: 100%;width: 100%;
}
button:focus {
    outline: none !important;}
a:focus {
    outline: none !important;}
.container {
    max-width: 100%;
    width: 90%;
}
.navbar {
    width: 100%;
}
.nav-item.active {

    background-color: #ffffff80;

}
.nav-item.active a{
	color: #000;
}
/*------top header-------*/
.top-header {
 background: #000;
 /*background: #414042;*/
 /*padding: 15px 15px;*/
 padding-right: 15px;
 padding-left: 15px;
 padding-top: 7px;
 padding-bottom: 5px;
}
.left-cont p {

    color: #fff;
    margin: 0;
    font-size: 22px;}
 .num-font {

    font-size: 20px;
    margin-left: 5px;

}
.hold-top, .brand-hold {
width: 100%;}


.hold-top::after, .brand-hold:after {
    content: "";
    display: block;
    clear: both;
}
.left-cont, .logo-brand  {
    float: left;
}
.right-cont,.login-signin {
    float: right;
}

.right-cont ul{
	text-align: right;
}
.right-cont ul li, .login-signin ul li{
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.right-cont ul li:last-child, .login-signin ul li:last-child{
	margin-right: 0;	
}
.right-cont ul li:last-child:after, .login-signin ul li:last-child:after{
	display: none;
}
.right-cont ul li:after{
    content: "";
    width: 1px;
    height: 11px;
    position: absolute;
    right: -19px;
    background: #fff;
    top: 6px;
}
.right-cont ul li a{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
}
.right-cont ul li a:hover
{
	color: #e1b539;
}

/*-----End-top header-----*/
/*--------Mind header------*/
.login-signin ul li:after{
    /*content: "";*/
    width: 2px;
    height: 13px;
    position: absolute;
    right: -18px;
    background: #000;
    top: 5px
}
.login-signin ul li:nth-last-child(2):after{
	display: none;
}
.login-signin ul li a{
	font-size: 17px;
	text-decoration: none;
	color: #000;
}
.custom_header_middle{
    ont-size: 17px !important;
}
.cart-box {
    width: 40px;
    height: 40px;
    background: #1b2021;
    text-align: center;
    line-height: 40px;

}
.cart-box a{
	color: #fff !important;
	display: inline-block;
	font-size: 25px !important;
}
.cart-box sup {

    background: #d09a04;
    color: #fff;
    width: 20px;
    height: 19px;
    position: absolute;
    line-height: 21px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 400;

}
/*.login-signin {
    margin: 15px 0 0;
}*/
.brand-box {
    padding: 0px 15px 5px;
}
/*---End---Mind header------*/
/*-------menu---------*/
.nav-header {
    /*background: #e1b539;
      -webkit-transition: all 0.5s ease;
      -moz-transition: position 10s;
      -ms-transition: position 10s;
      -o-transition: position 10s;
      transition: all 0.5s ease;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d1af5c+0,ab7734+50,cca655+100 */
   /* background: #e5b24c; 
    background: -moz-linear-gradient(top,  #e5b24c 1%, #d29e1e 50%, #cca655 99%); 
    background: -webkit-linear-gradient(top,  #e5b24c 1%,#d29e1e 50%,#cca655 99%); 
    background: linear-gradient(to bottom,  #e5b24c 1%,#d29e1e 50%,#cca655 99%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5b24c', endColorstr='#cca655',GradientType=0 );
*/
background-color: #FD0000;
}
.sarch-box.for-mobile {

    display: none;

}
.header-alt .nav-header  {
    position: fixed;
    top: 110px;
    left: 0;
    /*animation: smoothScroll 1s forwards;*/
    width: 100%;
    z-index: 999;
}

.header-alt .brand-box{
    position: fixed;
    top: 0px;
    left: 0;
    /*animation: smoothScroll 1s forwards;*/
    width: 100%;
    z-index: 999;
    background: #fff;
    padding-top: 28px;

}

@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}
.navbar-nav  li {
    display: inline-block;
    position: relative;
    position: relative;
    transition: 0.4s;
}
#menu-icon {display: none;}
.navbar-nav li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding: 15px 15px;
    display: block;
}
.navigation {width: 100%;}
.navbar {padding: 0;}
.navbar-nav li::after {

    content: "";
    display: block;
    position: absolute;
    width: 1px;
    background: #e7c461;
    height: 100%;
    top: 0;
    right: 0;

}
.navbar-nav li:hover{
background-color: #ffffff80;
}
.navbar-nav li:hover > a{
	color: #000;

}
.navbar-nav li:last-child:after{
display: none;
}
.sarchbox{
position: relative;
max-width: 296px;
width: 100%;
}
.sarchbox input{
	height: 40px;
	border: 0;
	background: #fff;
	padding: 10px;
	width: 100%;
}
.btn.sarch {

    position: absolute;
    right: 0;
    border-radius: 0;
    background: #1b2021;
    color: #fff;
    height: 40px;
    top: 0;

}





/*------End menu----*/

/*-------Banner--------*/
.banner-text {
    text-align: center;
}
.banner-text h1 {
    font-size: 66px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
}
.banner-text p {
    font-size: 21px;
    color: #fff;
    line-height: 28px;
}
.banner-img {

    position: relative;

}
.banner-img::after {

    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #0006;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;

}
.banner-text {

    position: absolute;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -85px;

}
.spl-heading h2 {
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
}

/*------End Banner------*/

/*------home page------*/
/*accordian*/
.heading h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.heading {
    background: #414042;
    padding: 10px 15px;
}
.card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #dbdbdb;
}
.card-header{
	padding: 0px;
	border-bottom: 0;
}
/*.card-header h5 a{
    font-size: 15px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 15px;
}*/


.card-header h5 a {
    font-size: 13px;
    color: #000 !important;
    font-weight: 400;
    text-decoration: none;
    display: block;
    padding: 10px;
    position: static;
    width: auto;
    background: none;
    height: auto;
    text-align: left;
}
.plus_symbol {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 22px;
}



.card-header:hover{background: #e8bf4d;border-radius: 0;}

.card-header:hover a{color: #fff;}
.nav-accordian {
    border: 1px solid #f7f7f7;
}
.custom-body{
	padding: 0;
}
.custom-body ul li{
    padding: 5px 35px;
    border-bottom: 1px solid #e1b53980;
}
.custom-body ul li:last-child, .card-header:last-child{
	border-bottom: none;
}
.custom-body ul li:hover{
	background: 
}
.card-header {
    position: relative;
}
.fa-plus{
    display: none;
}
.collapsed .fa-plus {
    display: inline-block;
}
.collapsed .fa-minus{
    display: none;
}
.fa-minus{display: inline-block;}
.min-icon {

    position: absolute;
    right: 9px;
    width: 15px;
    height: 15px;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    background: #fff;
    color: #000;

}
.custom-body ul li a{
    font-size: 13px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    display: block;

}
/*end accordian*/



.deatils-pro p {

    font-size: 12px;
    margin: 0;
    font-weight: 400;

}
.deatils-pro a {

    font-size: 12px;
    font-weight: 500;
    color: #011dab;
    margin: 0 !important;

}
.deatils-pro a {
    font-size: 12px;
    font-weight: 500;
    color: #011dab;
    margin: 0;
    margin: 0 4px;
    text-decoration: none;
}
.deatils-pro {

    margin: 10px 0;

}
.deatils-pro p {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
}
.product {
    margin-bottom: 40px;
}
.main-cont {
    margin: 40px 0;
}
.spl-heading {

    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 15px;

}
.center-btn {
    text-align: center;
    margin: 30px 0;
}
.sm-view {
    background: #e8bf4d;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    transition: 0.4s;
}
.sm-view:hover {
    background: #535353;
    color: #fff;
}
/*----End--home page------*/
/*------Footer----*/
.footer-top {background: #000; padding: 35px 0 0px 0;}
  .footer-top * {color: #fff;}
  .footer-top a:hover{opacity: 0.8;}
  .footer-top h5{text-transform: uppercase;
color: #fff;
font-size: 18px;
margin: 0 0 20px 0;
font-weight: 400;}
  .footer-top address{margin:0;font-size: 14px; line-height: 22px;}
  .footer-top ul li{font-size: 14px;margin-bottom: 15px;}
  .footer-top ul li span{display: inline-block;vertical-align: top;width: 77px;}
  .footer-top ul.footSocial li{margin-bottom: 20px;}
  .footer-bottom{background: #1f1f1f;text-align: center;padding: 12px 0; margin: 25px 0 0;}
  .footer-bottom p{font-size: 13px; color: #fff;margin:0;}
  .list-unstyled li a{text-decoration: none;}  
  .list-unstyled li a:hover{
	color: #e8bf4d;
}

 /*----End footer--------*/

/*======Inner Banner======*/
.inner-banner{
	margin-top: -49px;
}
.inner-banner h1 {
    font-size: 46px;
}
/*======Inner Banner======*/
.breadcrumb-link ul li a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}
.breadcrumb-link ul li{
	display: inline-block;
	position: relative;
	padding-right: 25px;
}
.breadcrumb-link ul li:after{
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    right: 9px;
    top: 0px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.breadcrumb-link {
    background: #e1b539;
    padding: 6px;
}
.brd-active > a {
    color: #000 !important;
}
.breadcrumb-link ul li:last-child:after{
	display: none;
}
.outer { margin:0 auto; max-width:800px;}
#big .item { text-align: center; }
#thumbs .item {background: #fff;
    line-height: 70px;
    padding: 0px;
    margin: 2px;
    color: #FFF;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    height: 100px;
    border: 1px solid #dbdbdb;
}
#thumbs .item h1 { font-size: 18px; }

.outer { margin:0 auto; max-width:800px;}
#thumbs .item h1 { font-size: 18px; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {color: #fff; background: #e1b539; width: 22px; line-height:40px; height: 40px; margin-top: -20px; position: absolute; text-align:center; top: 50%; }
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev{
    display: none;
}
#thumbs .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#big {
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
    padding: 10px;
}
.details-heading h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.details-product h3 {
    font-size: 16px;
    font-weight: 500;
    color: #eeb822;
}
.rating {
    unicode-bidi: bidi-override;

    direction: rtl;

    position: relative;

    text-align: center;

    float: left;

}
.rating > span {
    display: inline-block;

    position: relative;

    color: #e1b539;

    font-size: 20px;

    width: 20px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
   cursor: pointer;
   color: #e1b539;
   -webkit-animation: mymove 2s;
   animation: mymove 2s;
   animation-direction:normal;
   -ms-transform: scale(1.2); /* IE 9 */
   -webkit-transform: scale(1.2); /* Safari 3-8 */
   transform: scale(1.2);
}
     
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
  from { color: #e1b539;}
  to { color: #e1b539;}
}
.code-case p {
    font-size: 13px;
    color: #000;
    margin: 0 0 10px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.review-box ul li {
    font-size: 13px;
    display: inline-block;
    padding-left: 15px;
    color: #7d7d7d;
    position: relative;
}
.review-box ul li:after{
    content: "";
    width: 2px;
    height: 10px;
    position: absolute;
    right: -9px;
    background: #7d7d7d;
    top: 5px;
}
  .review-box ul li:last-child:after{
  	display: none;
  }
.price-box ul li {
    display: inline-block;
    font-size: 22px;
    margin-right: 15px;
    font-weight: bolder;
    color: #3b3b3b;
    font-family: 'Helvetica Neue';
}
.gry-price {
    color: #afafaf;
}
.text-details{
	border-top:1px solid #eaeaea; 
	padding: 15px 0;
}
.text-details p {

    font-size: 13px;
    color: #7d7d7d;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;

}
.shiping-details p {
    font-size: 13px;
    color: #868181;
    margin: 0;
}
.shiping-details h4 {
    color: #333;
    font-size: 13px;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 24px;
}
.price-box {
    margin: 10px 0;
}

.btn-number {
    background: #f2f2f2;
    font-size: 10px;
    height: 40px;
    width: 40px;
}
.form-control.input-number {
    max-width: 60px;
    margin: 0 10px;
    width: 100%;
}
.add-cart.btn {
    background: #eeb822;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.add-cart.btn:hover{
	background: #414042;
}
.inline-btn {
    margin-left: 30px;
}
.box-num-count {
    margin: 30px 0;
}
.code-box {
    max-width: 322px;
    border: 3px solid #d2d2d2;
    border-radius: 3px;
}
.barcode p {
    font-size: 20px;
    margin: 0;
    font-weight: 300;
    color: #000;
}
.barcode ul li {
    display: inline-block;
    margin-right: 15px;
    flex: 1 0 18%;
}
.barcode {
    margin: 40px 0;
}
.details-product {
    padding: 0 0 0 30px;
}
.barcode ul {
    display: flex;
    flex-wrap: wrap;
}
.thum-owl img {
    height: 100%;
    width: 100%;
}
/** * Tabs */
 .tabs {
	 display: flex;
	 flex-wrap: wrap;
}

.tabs label {
    display: block;
    position: relative;
    padding: 10px;
    margin-bottom: 0;
    margin-right: 0;
    cursor: pointer;
    transition: background ease 0.2s;
    font-size: 15px;
    color: #868181;
    text-transform: uppercase;
    font-weight: 700;
    background: #f2f2f2;
    border: 1px solid #e8e8e8;
    font-family: Helvetica Neue;
}

.tabs label:after:last-child{
	display: none;
}

.tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    background: #fff;
    border: 1px solid #e8e8e8;
    padding: 15px 10px;
}
 .tabs input[type="radio"] {
	 display: none;
}
 .tabs input[type="radio"]:checked + label {
background: #e1b539;
color: #fff;
}
 .tabs input[type="radio"]:checked + label + .tab {
	 display: block;
}
.tab p {
    font-size: 13px;
    color: #7d7d7d;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.tab p:last-child{
	margin-bottom: 0;
}
 @media (max-width: 45em) {
	 .tabs .tab, .tabs label {
		 order: initial;
	}
	 .tabs label {
		 width: 100%;
		 margin-right: 0;
		 margin-top: 0.2rem;
	}
}

/*----------About page------------------*/
.about-details p {
    font-size: 13px;
    color: #7d7d7d;
    font-weight: 400;
}
.about-details {
    margin: 35px 0;
}
.related-product h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
/*-----------contact us------------------*/
.contact-box p {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 0;
}
.text-box {
    width: 100%;
    border: 1px solid #000000;
    padding: 10px;
    resize: none;
    min-height: 190px;
}
.submit-button {
    text-align: right;
    margin: 30px 0;
}
.btn-submit {
    max-width: 180px;
    width: 100%;
    height: 50px;
    background: #e8bf4d;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}
.box-input input {
    height: 50px;
    border-radius: 0;
    border: 1px solid #000000;
    font-size: 14px;
    color: #000 !important;
    opacity: 1 !important;
}

.box-input input::-webkit-input-placeholder { 
  color: #000;
  opacity: 1 !important;
}
.box-input input::-moz-placeholder { 
  color: #000;
  opacity: 1 !important;
}
.box-input input:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
.box-input input:-moz-placeholder { 
  color: #000;
  opacity: 1 !important;
}
.box-input {
    margin-bottom: 25px;
}
::-webkit-input-placeholder {
      color: #000;
  opacity: 1 !important;
}

::-moz-placeholder { 
  color: #000;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 1 !important;
}
:-moz-placeholder { 
  color: #000;
  opacity: 1 !important;
}

.btn.btn-submit:hover {
    background: #535353;
    color: #fff;
}



.icon-add {
    padding: 0 0 0 37px;
    position: relative;
}

.icon-add span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
    color: #e8bf4d;
}


.mail-add a, .phone a, .phone1 a{
    font-size: 15px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #182b46;
    text-decoration: none;
}
.address h3 {
    margin: 0 0 5px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #182b46;
}
.address p {
    font-size: 15px;
    font-weight: 400;
}


.address-box{
    /*border: 3px solid #ececec;*/
    margin-bottom: 20px;
    padding-bottom: 10px;

}
.address-box .col-md-12.col-lg-6{
    border: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
   

}
.address-box1 .col-sm-12 {
     border: 1px solid #000000;
     padding-bottom: 10px;
    padding-top: 10px;
}
.phone a, .phone1 a{
    display: block;margin-bottom: 15px;
}
.contact-box {
    margin-bottom: 35px;
}

.form-box .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid red;
}



.single-product .details-heading {
    display: none;
}

.custom_back_button{
    background-color: #eeb822 !important;
    color: #fff !important;
    border-radius: 30px !important;
    font-size: 14px !important;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: 400 !important;
    text-transform: capitalize;
    width:180px !important;
    padding:10px 15px !important;
}
.woocommerce-product-gallery__wrapper img{
	max-height:600px !important;
	width:auto !important;
	max-width:100% !important;
	margin:auto;
}

.woocommerce .cart  .quantity .qty {
	width: 65px !important;

}

body .cart  .single_add_to_cart_button {
	margin: 0 10px !important;
}
.product .thum-img{
	text-align:center;
}
.product .thum-img img {
	width: 100% !important;
	height: 170px;
	width: auto !important;
	margin: auto !important;
}
/*31st march added by developer*/

select#select_barcodes {
    width: 50%;
    background-color: #eeb822;
    border-radius: 50px;
    height: 50px;
    padding: 0 0 0px 220px;
}

ol.flex-control-nav.flex-control-thumbs li {
    width: auto !important;
    height: auto !important;
}

.woocommerce div.product div.images img {
    display: block !important;
   /* width: 100%;*/
    height: auto !important;
    box-shadow: none !important;
    max-height: 600px;
    width: 60% !important;
    margin: auto !important;
}

.single-product.woocommerce .thumbnails #slider-next {
background: url(http://tjtradingco.com.c9.previewyoursite.com/tjtrading/wp-content/uploads/2020/05/slider-next-arrow-hover.png) no-repeat left center !important;
}

.single-product.woocommerce .thumbnails #slider-prev {
background: url(http://tjtradingco.com.c9.previewyoursite.com/tjtrading/wp-content/uploads/2020/05/slider-previous-arrow-hover.png) no-repeat left center !important;
}

.single-product .banner-text.inner-banner {
    display: none !important;
}

.woocommerce-Tabs-panel--description h2 {
    display: none !important;
}

/* Custom css */
.menu-header-small-menu-container {
    display: inline-block;
}

.right-cont ul li:last-child, .login-signin ul li:last-child {
    margin-right: 20px !important;
}

.aws-container{
    display: inline-block;
}

.logo-brand img {
    width: auto !important;
    margin-bottom: 6px;
}

.logged-in .top-header {
    display: none;
}
/*
.logged-in.admin-bar .header-alt .nav-header {
    top: 13% !important;
}
*/
.xoo-el-reg-tgr,.custom_login,.custom_register {
    font-size: 14px !important;
}
.custom_login,.custom_register {
    color: #cfa120 !important;
}

@media screen and (min-width: 422px) and  (max-width: 580px){
   /* .header-alt .nav-header {
        top: 0px !important;
    }*/
    .logged-in.admin-bar .header-alt .nav-header {
    top: 50% !important;
}
}

.menu-quick-links-container a {
    color: #fff !important;
}

.menu-quick-links-container .current_page_item a{
    color: #e1b539 !important;
}

.product_individual_box .deatils-pro a:hover
{
    color: #000 !important;
}
.nav-accordian {
    height: 650px;
    overflow-y: scroll;
}

#myModal .modal-dialog {
    /*max-width: 900px;*/
    width: 95%;
    margin: 1.75rem auto
}

#myModal .modal-content {
    border: 0;
    border-radius: 0
}

#myModal .modal-header {
    padding: 0
}
#myModal .modal-body {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 30px;
}
#myModal .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    width: 35px;
    height: 35px;
    background-color: #333;
    opacity: 1;
    border-radius: 0
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
	display: block;
	width: 100% !important;
}
body .password-input {
	clear: both !important;
	display: block !important;
	width: 47% !important;
}
#customer_login .password-input{
	width: 100% !important;
}
#rememberme {
	height: auto;
}
body .cart .single_add_to_cart_button {
	margin: 0 10px !important;
	border: none;
	cursor:pointer;
}
body .deatils-pro a {
	font-size: 15px;
	color: #000000;
}
body .center-btn {
	text-align: center;
	margin: 15px 0 30px;
}
@media screen and (min-width:1360px){
.aws-container {
	padding: 5px;
	width: 100%;
}

.top_search_bar {
	width: 450px;
}
}

/*
h3{color: red;}

.thum-img img {
    width: 100% !important;
    height: 420px;
}

div#wpfront-scroll-top-container {
    display: none !important;
}

li.col-sm-6.col-md-6.col-lg-4.product_individual_box {
    margin-bottom: 50px;
}

.vi_wcaio_mini_cart_sidebar_icon.vi_wcaio_mini_cart_sidebar_icon_default.vi_wcaio_mini_cart_sidebar_icon_default_one {
    display: none;
}*/

form.checkout.woocommerce-checkout .col-md-4 {
    top: 40px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1{
    width: 49% !important;
    display: inline-block !important;
    max-width: 50% !important;
}

.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2{
    width: 49% !important;
    display: inline-block !important;
    max-width: 50% !important;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    height: 40px !important;
}
/*center menu css*/
.menu-main-menu-container {
	text-align: center !important;
	width: 100%;
}
.menu-main-menu-container .navbar-nav {
    display: inherit;
}
@media screen and (max-width:767px){
body .menu-main-menu-container .navbar-nav li {
	display: block;

}
body .menu-main-menu-container .navbar-nav li a {

	padding: 0;
	
	text-align: left;
}
body .login-signin ul li a {
	font-size: 13px;
}
body .right-cont ul li:last-child, body .login-signin ul li:last-child {
	margin-right: 10px !important;
}
}
/*center menu css*/

/*please use css from below*/

.home-slider,
.slide-overlay {
    position: relative;
}

.slide-overlay::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   /* background: rgba(0, 0, 0, 0.57);*/
}

.slide-caption {
    position: absolute;
    top: 78%;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15px;
    transform: translateY(-50%);
}

.home-slider {
    position: relative;
}

#home-slider .owl-nav .owl-prev span,
#home-slider .owl-nav .owl-next span {
    display: none;
}

#home-slider .owl-nav .owl-prev,
#home-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 63px;
    background-size: 63px 63px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -32px;
}

#home-slider .owl-nav .owl-prev {
    background-image: url('../images/owl-prev.png');
    left: 67px;
}

#home-slider .owl-nav .owl-prev:hover {
    background-image: url('../images/owl-prev-hover.png');
}

#home-slider .owl-nav .owl-next {
    background-image: url('../images/owl-next.png');
    right: 67px;
}

#home-slider .owl-nav .owl-next:hover {
    background-image: url('../images/owl-next-hover.png');
}

.slide-caption h1 {
    font-size: 66px;
    color: #e8bf4d;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0;
}

.slide-caption h1 span {
    color: #f8832e;
}

.slide-caption p {
    font-size: 21px;
    color: #fff;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 1rem;
}

/*slider css end*/


.shop-online {
    position: relative;
    min-height: 630px;
    margin: 90px 0;
}

.pd-0 {
    padding: 0;
}

.shop-onlineImg {
    position: absolute;
    top: 0;
    left: 57%;
    height: 100%;
    
}

.shop-onlineImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shop-online_details h2 {
    text-transform: capitalize;
    margin-bottom: 15px;
        font-size: 35px;
    line-height: 41px;
    color: #232a2e;
}
.shop-online_details p{
  font-size: 17px;
    font-weight: 400;
    color: #505456;
    line-height: 31px;
}
.shop-online_details {
    padding-top: 112px;
}

ul.shop-online_list {
    margin-top: 23px;
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
}

ul.shop-online_list li {
    color: #606466;
    font-size: 17px;
    line-height: 20px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
}

ul.shop-online_list li::after {
    background: url('../images/list_dots.png') no-repeat;
    width: 20px;
    height: 19px;
    position: absolute;
    content: "";
    top: 1px;
    left: 0;

}
.btn-gold{
  background: #e8bf4d;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    transition: 0.4s;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-gold:hover{
      background: #535353;
    color: #fff;
    text-decoration: none;
}

.top-brand-sec{
  text-align: center;
  background: #f8f8f8;
    padding: 70px 0;
}
.middle-sec-title {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    position: relative;
    margin-bottom: 50px;
    text-transform: uppercase;
    padding-bottom: 18px;
}
.middle-sec-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80px;
    height: 3px;
    background: #e8bf4d;
    content: "";
    margin: 0 auto;
}
#brand-slider .owl-item img{
  width: auto;
  display: block;
  margin: 0 auto;
}
#brand-slider .owl-item .item {
    background: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

/*.woocommerce-shipping-methods{
    font-size: 14px !important;
}*/

/*css 19-feb-2022*/

.shop-online_details_opposite {
    padding-top: 0px;
    right: 10%;
    height: 100%;
}
@media only screen and (max-width:767px) {
.shop-online_details_opposite {
    padding-top: 0px;
    right: 0;
    height: 100%;
    }
}

.shop-onlineImg_opposite {
    position: absolute;
    top: 0;
    left: 45%;
    height: 100%;
    padding-top: 112px;
    
}
@media only screen and (max-width:767px) {
.shop-onlineImg_opposite {
    position: relative;
    top: 0;
    left:3%;
    height: 100%;
    padding-top: 112px;
    padding-bottom: 30px;
    
    }
}
.shop-onlineImg_opposite h2 {
    text-transform: capitalize;
    margin-bottom: 30px;
        font-size: 35px;
    line-height: 41px;
    color: #232a2e;
}

.top-seller {
    height: 300px !important;
}
.top_search_bar {
  margin-left: 30px;
}

.menu-quick-links-container ul#menu-quick-links li:nth-child(odd) {
/*float: left;*/
margin-right: 10px;
}
/*.menu-quick-links-container ul#menu-quick-links li:nth-child(even) {
float: right;
}*/
.addtocart-img {
    width: 50px;
    height: 50px;
}

.logo-brand {

    width: 250px;
    margin-top: -15px;
}


.woocommerce div.product form.cart div.quantity {
    margin-bottom: 10px !important;
}
.menu-quick-links-container .menu {
    display: flex;
    flex-wrap: wrap;
}
.menu-quick-links-container .menu li {
    width: 45%;
}
.col-4-row {
    background: #f4f5f7;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.col-4-col {
    padding: 15px;
    width: 25%;
}
.col-4-col {
    padding: 15px;
    width: 25%;
    display: flex;
    align-items: center;
}
.col-icon {
    padding-right: 15px;
}
.col-tit h4 {
    font-size: 18px;
    margin:0;
}
.col-tit p {
    font-size: 13px;
    color: #666;
    margin:0;
}
.deatils-pro a {
    display: -webkit-box;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
.top-ribbon-sec {
    background: #f4f5f7;
    padding: 10px 0;
}

@media only screen and (min-width:767px) and (max-width:1500px) {
.woocommerce div.product form.cart .button {
    right: 7%;
	}
}

/*.slide-overlay img {
    min-height: 650px;
    object-fit: cover;
}*/
.top-seller {
    height: auto !important;
}
.top-seller h1 {
    font-size: 18px;
    padding: 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 45px;
    margin-bottom: 20px;
    color: #333;
    font-weight: 600;
}
.top-seller a {
    text-decoration: none;
}
ul.my-account-sub-menu {
    padding: 10px 5px;
}
ul.my-account-sub-menu > li > a {
    font-size: 14px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
ul.my-account-sub-menu > li {
    margin: 0;
    width: 100%;
    padding: 5px;
    margin: 4px 0;
    display: block;
}
.header_cart span {
    background: #ff0000;
    color: #fff;
    font-size: 11px;
    position: absolute;
    width: 26px;
    text-align: center;
    line-height: 26px;
    border-radius: 50%;
    left: 27px;
    top: 0;
}
.top_header_wrapper .brand-hold {
    justify-content: space-between;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
@media only screen and (max-width:1499px) {
.menu-quick-links-container .menu li {
    width: 100%;
    margin-bottom: 5px;
}
}
@media only screen and (max-width:1199px) {
.slide-caption h1 {
    font-size: 48px;
}
}
@media only screen and (max-width:991px) {
.slide-caption h1 {
    font-size: 36px;
}
.slide-overlay img {
    min-height: 200px;
    object-fit: cover;
    background-position: center;
    max-height: 200px;
}
#home-slider .owl-nav .owl-next {
    right: 20px;
}
#home-slider .owl-nav .owl-prev {
    left: 20px;
}
.slide-caption p {
    font-size: 16px;
}
.col-4-col {
    width: 50%;
}
.menu-quick-links-container .menu li {
    width: 100%;
}
.shop-online {
    min-height: auto;
    margin: 40px 0;
}
.shop-onlineImg_opposite h2 {
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}
.shop-online_details h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
}
.logo-brand {

    width: 200px;
    margin-top:0px;
}

}
@media only screen and (max-width:767px) {
 .col-4-col {
    width: 50%;
}
.col-tit h4 {
    font-size: 16px;
}
.col-tit p {
    font-size: 12px;
}
.col-icon {
    padding-right: 10px;
}
#home-slider .owl-nav .owl-next {
    right: 15px;
    width: 34px;
    height: 34px;
    background-size: 100%;
}
#home-slider .owl-nav .owl-prev {
    left: 15px;
    width: 34px;
    height: 34px;
    background-size: 100%;
}
.slide-caption h1 {
    font-size: 30px;
}
.slide-caption p {
    font-size: 14px;
    line-height: 22px;
}
.slide-caption h1 {
    font-size: 24px;
}
.slide-overlay img {
    min-height: 200px;
    object-fit: cover;
    background-position: center;
    max-height: 200px;
}
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {padding: 0 5px 0 5px !important;
 font-size: 14px !important;} 
#mega-menu-wrap-menu-1 #mega-menu-menu-1 { text-align: left !important}

ul.my-account-sub-menu > li:hover  {
background: #e5b24c;
}

ul.my-account-sub-menu > li:hover a {
color: #fff;
}

.custom-header ul {
width: 100%;
text-align: right;
margin-top: 10px;

}
.custom-header ul li {
display: inline-block;
padding-left: 10px;
}
.custom-header ul li a {
color: #333;
text-decoration: none;
padding: 5px 8px; 
display: block;
font-size: 12px;
border: 1px solid #333;
border-radius: 4px;
}

ul.mega-sub-menu img {
    height: 150px !important;
    width: 200px !important;
    margin-left : 0px !important;
}

.subscribe-sec {
    background-color: #070218;
    color: #fff;
    padding: 50px 0;
}

.com-subscribe-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.com-subscribe-sec h3 {
    margin: 0;
}

.com-subscribe-sec p {
    margin: 7px 0 0;
}

.com-subscribe-sec form {
    margin: 0;
}

.com-subscribe-sec form .form-group {
    margin: 0;
    display: flex;
}



@media only screen and (max-width: 767px){
.subscribe-sec {
    padding: 20px 0;
}

.com-subscribe-sec {
    flex-wrap: wrap;
}

.com-subscribe-sec .left-box {
    margin-bottom: 18px;
}
.com-subscribe-sec form input {
width: 200px;
}
}

.page-id-5395 .about-details .row {
justify-content: center;
}
.page-id-5395 .sug-btn {
    text-align: center !important;
}

/*.thum-img {
border: solid 1px #c1c1c1;
box-shadow: 2px 2px 2px #ccc;
border-radius: 3px;
}*/
ul#menu-candles a {
    color:#000000;
    text-transform: uppercase;
}

#menu-candles a:hover{
    text-decoration: none !important;
}
h4.mega-block-title {
    font-weight:normal !important;
}

ul#menu-candles li {
    margin-bottom:10px !important;
    margin-left:30px !important;
}

@media  (max-width:991px) {
    h4.mega-block-title {
        margin-left:30px !important;
    }
}

.product {
/*box-shadow: 2px 2px 2px #ccc;
*/border-radius: 3px;
padding: 0 10px;
min-height: 355px;
margin-bottom: 15px !important;
}


.woocommerce div.product form.cart {
    margin-bottom: .5em !important;
}

.product-cat {
    margin-bottom: 1.5em !important;
}

.page-id-13 .banner-img {
    display :none;
}
.page-id-140 .banner-img {
    display :none;
}
.page-id-14 .banner-img {
    display :none;
}
.page-id-5296 .banner-img {
    display :none;
}

.page-id-166 .banner-img {
    display :none;
}
.page-id-11 .banner-img {
    display :none;
}
.col-custom {
    width:30%;
}

 @media (max-width: 993px){
    .col-custom{
        width:60%;
    }
 }
p.product_sku {
    color: #000000 !important;
}
.promo-date p {
    color:#000000;
    font-weight:bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
}

.promo-date {
position: relative;
padding-bottom: 35px;
}

.promo-date::after {
width: 100px;
position: absolute;
content: "";
height: 5px;
background: #333;
bottom: 20px;
left: 0;
right: 0;
margin: auto;
border-radius: 45px;
}
.promo-date p span {
background: #333;
color: #fff;
padding: 0 5px;
margin: 0 5px;
}


#similar-product-slider .owl-nav .owl-prev span,
#similar-product-slider .owl-nav .owl-next span {
    display: none;
}

#similar-product-slider .owl-nav .owl-prev,
#similar-product-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 63px;
    background-size: 63px 63px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -32px;
}

#similar-product-slider .owl-nav .owl-prev {
    background-image: url('../images/owl-prev-new.png');
    left: 67px;
}

#similar-product-slider .owl-nav .owl-prev:hover {
    background-image: url('../images/owl-prev-hover-new.png');
}

#similar-product-slider .owl-nav .owl-next {
    background-image: url('../images/owl-next-new.png');
    right: 67px;
}

#similar-product-slider .owl-nav .owl-next:hover {
    background-image: url('../images/owl-next-hover-new.png');
}
#similar-product-slider .owl-nav .owl-next {
    right: 20px;
}
#similar-product-slider .owl-nav .owl-prev {
    left: 20px;
}
#similar-product-slider .owl-nav .owl-next {
    right: 15px;
    width: 34px;
    height: 34px;
    /*background-size: 100%;*/
}
#similar-product-slider .owl-nav .owl-prev {
    left: 15px;
    width: 34px;
    height: 34px;
  /*  background-size: 100%;*/
}
.similar-item{
	height: 424px !important;
}

.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #e1b539 !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #e1b539 !important;
}
.irs--big .irs-bar {
  background-color: #92bce0;
  border: 1px solid #e1b539 !important;
  background: linear-gradient(to bottom,#fff 0,#e1b539 30%,#ffda7066 100%) !important;
  box-shadow: inset 0 0 1px 1px rgba(255,255,255,.5)!important;
}


 .brands_sku {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 10px !important;
  padding-right: 0px !important;
  width: 40% !important;
}
 .brands_cat {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;

}
.product_cat a {
  font-size: .8em !important;
  height: 18px !important;
  color: #666 !important;
  text-decoration: underline !important;
  }


.main-menu-more {
	display:none;
}
li.mega-mobile-parent-nav-menu-item {
	display:none;
}

@media only screen and (max-width: 768px)  {
	div#popmake-5379 {
		width:500px !important;
	}
 
}
@media only screen and (max-width: 450px)  {
	div#popmake-5379 {
		width:400px !important;
	}
}

 .brands_sku {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 15px !important;
  padding-right: 0px !important;
  width: 40% !important;
}
 .brands_cat {
  margin-left: 0px !important;
  margin-right: 0px !important;
  padding-left: 0px !important;
  padding-right: 15px !important;
	 width:60%;

}
.product_cat a {
  font-size: 1.2em !important;
  height: 18px !important;
  color: #666 !important;
  text-decoration: underline !important;
	text-align:right !important;
  }


.com-subscribe-sec form input {
    padding: 30px 60px !important;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
	margin-right:2px !important;
}

.com-subscribe-sec form  .btn.btn-sub {
    border: none;
    padding: 13px 30px !important;
    font-size: 13px;
    background-color: #e80400;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
}

.logo-brand img {
	height: auto !important;
	margin-bottom:-5px!important;

}

.header-alt .nav-header  {
    top: 127px;
}
@media only screen and (max-width:991PX){
/*.logged-in.admin-bar .header-alt .nav-header {
    top:153px !important;
}*/
}
@media only screen and (min-width: 747px) and (max-width:767PX){
.logged-in.admin-bar .header-alt .nav-header {
     top: 166px !important;
}
	
}
@media only screen and (max-width:421PX){
.logged-in.admin-bar .header-alt .nav-header {
    top:250px !important;
}
}
@media only screen and (min-width: 993px) and (max-width:1300px){
.logged-in.admin-bar .header-alt .nav-header {
    top: 90px !important;
	}}
@media only screen and (max-width:991PX){
 .header-alt .nav-header {
    top:170px !important;
}
			.shop-online {
    min-height: 382px !important;
}
	
}
@media only screen and (max-width:767PX){
 .header-alt .nav-header {
    top:227px !important;
}
}
@media only screen and (max-width:424px){
 .header-alt .nav-header {
    top:250px !important;
}
}
@media only screen and (min-width:804px) and (max-width: 1056px)  {
.header-alt .nav-header {
    top: 167px !important;
}
}
@media only screen and (min-width: 1057px) and (max-width:1184px){
.header-alt .nav-header {
    top: 147px !important;
}
}
.ui-slider-handle.ui-corner-all.ui-state-default {
  background-color: #e1b539 !important;
}
.ui-slider-range.ui-corner-all.ui-widget-header {
  background-color: #e1b539 !important;
}
.irs--big .irs-bar {
  background-color: #e1b538;
  border: 1px solid #e1b539 !important;
  background: linear-gradient(to bottom,#e1b539 0,#e1b539 30%,#e1b539 100%) !important;
}

.irs--big .irs-from, .irs--big .irs-single, .irs--big .irs-to {
  background: linear-gradient(to bottom,#e1b539 0,#e1b539 100%) !important;
}
.variations_form .woocommerce-variation-price span {
display: inline-block;
padding-bottom: 2px;
border: 0;
margin-bottom: 0;
}

.variations_form .woo-variation-items-wrapper li {
width: 48% !important;
}

body .cart.variations_form .single_add_to_cart_button {
margin: 0 5px !important;

}
.woocommerce form.variations_form .qty {
height: 30px !important;
padding: 4px;
}

.woocommerce div.product form.cart.variations_form .woocommerce-variation-description p {
margin-bottom: 5px;
	color:#000 !important;
}

.woocommerce div.product form.cart.variations_form .variations {
margin-bottom: 10px;

}

.woocommerce div.product form.cart.variations_form .reset_variations {

color: red;
}

.woo-variation-swatches .variations_form .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
box-shadow: 0 0 0 2px #d59d04;
background: #eeb822;
}
/* 
.single-product .variable-items-wrapper.button-variable-wrapper li {
  padding: 20px !important;
}
.single-product .variable-items-wrapper.button-variable-wrapper  {
  width: 250px !important;
} */
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
width: auto;
max-width: 180px;
}

/*.yith_magnifier_mousetrap {
  z-index: 0 !important;
}*/
.nav-accordian {
    margin-top: 40px;
}

.bapf_head { 
    background: #414042;
    margin-top: 40px; 
	 margin-bottom: 10px;
	 padding-top: 10px;
   padding-left: 16px;
  	padding-bottom: 3px;
}
.bapf_head h3 { 
    color: #ffffff;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
}
/* .header-alt .logo-brand img {
	height: 94px !important;
	margin-bottom: -5px !important;
} */

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
display: block;
height: auto;
}

.button-variable-item span {
font-size: 16px;
display: inline-block;
}

.variation-prices .price {
border-bottom: 0px solid #eaeaea;
margin-bottom: 5px;
padding-bottom: 0;
}

.variation-description p {
color: #000;
}

.single-product .variation-description {height: 25px;}



.aws-search-result .aws_result_title{color:#000000 !important;}

.wpfFilterTitle {
    background: #414042;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 10px !important;
    padding-bottom: 8px !important;
}
.wfpTitle {
    color: #ffffff !important;
    font-size: 21px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}
.ui-slider.ui-widget-content .ui-slider-handle {
    border: 1px solid #e1b539 !important;
    border-radius: 1px !important;
	width: 1.2em !important;
	height:1.2em !important;
}
 .ui-slider.ui-widget-content:not(.iris-slider-offset) {
    border: 1px solid #e1b539 !important;
}
 
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle {
    border: 1px solid #e1b539 !important;
} 
.wpfFilterWrapper .ui-slider.ui-widget-content .ui-slider-handle:hover {
    border-color: #e1b539 !important;
} 
.wpfFilterButton, .wpfClearButton {
    background-color: #e1b539 !important;
    color: #fff !important;
    border: 0px !important;
	padding-top: 5px;
	padding-bottom:5px;
}
.logo-brand img {
width: 250px !important;
}
.header-alt .nav-header {
    top: 87px;
}
.slide-overlay img {
    min-height: 300px;
    object-fit: cover;
    background-position: center;
    max-height: 300px;
}
img.footer_imgBlocks {
    width: 190px;
    object-fit: contain;
}
.footer_logoBottom {
    margin-top: -25px;
}

.collBlock {
  padding: 6px;
}

.innerImgBlock {
  position: relative;
}

.btn_homeView {
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #EC010B;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 500;
  border: 2px solid #ffffff;
  border-radius: 4px;
}

.btn_homeView .btn_homeView:focus:not(:focus-visible) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.wrapFullBannerCon {
  padding: 6px;
}

.wrapFullBannerOuter {
  margin-top: 10px;
}

@media only screen and (max-width: 991px) {
  .btn_homeView {
    bottom: 4px;
    padding: 2px 20px;
    font-size: 11px;
    border-radius: 4px;
  }
}

@media only screen and (max-width: 767px) {
  .btn_homeView {
    bottom: 7px;
    padding: 5px 20px;
    font-size: 10px;
    border-radius: 4px;
  }
  .wrapFullBannerOuter {
    display: none;
  }
	
	.loginBlockpop_inner {
    flex-direction: column;
}
	div#popmake-6208 {
    width: 100% !important;
    height: 830px !important;
}
	.pop_innerleft {
    padding: 20px;
}

}

@media only screen and (max-width: 467px) {
  .btn_homeView {
    bottom: 5px;
    padding: 4px 20px;
    font-size: 10px;
    border-radius: 4px;
  }
}
/* 
#brand-slider .owl-nav .owl-prev span,
#brand-slider .owl-nav .owl-next span {
    display: none;
} */

#brand-slider .owl-nav .owl-prev,
#brand-slider .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    width: 63px;
    height: 63px;
    background-size: 63px 63px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -32px;
}

#brand-slider .owl-nav .owl-prev {
    background-image: url('https://threestarcashandcarry.com/wp-content/themes/tjtrading/images/owl-prev-new.png');
    left: 67px;
}

#brand-slider .owl-nav .owl-prev:hover {
    background-image: url('https://threestarcashandcarry.com/wp-content/themes/tjtrading/images/owl-prev-hover-new.png');
}

#brand-slider .owl-nav .owl-next {
    background-image: url('https://threestarcashandcarry.com/wp-content/themes/tjtrading/images/owl-next-new.png');
    right: 67px;
}

#brand-slider .owl-nav .owl-next:hover {
    background-image: url('https://threestarcashandcarry.com/wp-content/themes/tjtrading/images/owl-next-hover-new.png');
}
#brand-slider .owl-nav .owl-next {
    right: 20px;
}
#brand-slider .owl-nav .owl-prev {
    left: 20px;
}
#brand-slider .owl-nav .owl-next {
    right: 15px;
    width: 34px;
    height: 34px;
    /*background-size: 100%;*/
}
#brand-slider .owl-nav .owl-prev {
    left: 15px;
    width: 34px;
    height: 34px;
  /*  background-size: 100%;*/
}

.wpfPriceFilterRange span.ui-slider-handle.ui-corner-all.ui-state-default {
border-radius: 50% !important;
}

/*css for login/signup popup*/
/* //login form start */
/* .loginBlockpop{
    // max-width: 500px;

} */

.pop_innerleft{
    width: 100%;
    height: 100%;
    align-self: center;
}
.pop_innerright{
    background-color: #ec0000;
    width: 100%;
    min-height: 410px;
    display: flex;

}

.blockOutsets{
    align-self: center;
    text-align: center;
    margin: 0 auto;
        color: #ffffff;
            line-height: 27px;
}

.register-titlePpop{
    max-width: 250px;
        font-weight: 700;
    font-size: 22px;

}
.register-description_left {
    line-height: 21px;
    padding: 10px 0px;
}

.loginBlockpop_inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    background: white;
    border: 1px solid #000000;
    border-radius: 5px;
    display: flex;
    width: 100%;
    box-sizing: border-box;

}
.btn_regmod{
    font-family: Roboto;
    background: #ec0000;
    border-radius: 50px;
    height: 40px;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 135px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid;
    box-sizing: border-box;
    margin: 20px auto;
}
.outerformBlock{
    margin: 0 auto;
    max-width: 250px;
    text-align: center;
    line-height: 24px;
}

.form-title{
color: #ec0000;
font-size: 22px;
    font-weight: 700;



}
/* //login form end */


/*# sourceMappingURL=style.css.map */
.pop-reg :hover {
    color: #fff !important;
    text-decoration:none !important;
}


.pop_innerleft #loginform * {
    white-space: initial;
}

.pop_innerleft #loginform label {
    display: none;
}
.pop_innerleft #loginform input.input {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ededed;
    height: 38px;
}

.pop_innerleft  a{
    color: #acacac;
}
.pop_innerleft input#wp-submit {
    color: #ffffff;
    background: #ec0000;
    border: none;
    border-radius: 14px;
    padding: 7px 30px;
    cursor: pointer;
}

button.btn.btn_regmod a {
    color: #ffffff;
}
/*css for top seller product slider*/
.proImage {
  text-align: center;
}

.blockInnerImg {
  height: 170px;
  width: auto;
  margin: auto;
}

p.prdoctSUK {
  margin-bottom: 0;
}

.productDataout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.productIDs a {
  font-size: 1.2em !important;
  height: 18px !important;
  color: #666 !important;
  text-decoration: underline !important;
  text-align: right !important;
}

.prdoctSUK {
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}

.productEelements {
  font-size: 15px;
  color: #000000;
}

.productEelements a {
  font-size: 15px;
  color: #000000;
  text-decoration: none;
  font-weight: 600;
}

.productEelements {
  font-size: 15px;
  color: #000000;
  margin-bottom: 12px;
}

input.input-text.qty.text {
  border-radius: 13px;
  border: 1px solid;
  text-align: center;
}

.priceOutblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

button.single_add_to_cart_button.button.alt {
  background-color: #eeb822;
  color: #fff;
  border-radius: 30px;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  border: none;
  padding: 10px 21px;
  margin-left: 20px;
}

.productcolSet {
  max-width: 327px;
  margin: 10px auto;
}

.inner_product {
  padding-bottom: 25px;
  border: 1px solid #c1c1c1;
  padding: 10px;
  border-radius: 3px;
	background:#fff;
	min-height:367px;
}

p.pricing {
  font-size: 13px;
  font-weight: 600;
  color: #7d7d7d;
	margin-bottom: 0px;
}
.top-seller-product .owl-prev {
    left: -25px !important;
}
.top-seller-product .owl-next {
    right: -25px !important;
}

@media only screen and (max-width: 1199px) {
  button.single_add_to_cart_button.button.alt {
    margin-left: 0px;
    padding: 5px 14px;
  }
}
@media only screen and (max-width: 1600px) {
 .single_add_to_cart_button {
    font-size: 11px !important;
}
}
@media only screen and (max-width: 1490px) {
.top-input {
    width: 70px !important;
}
}




@media only screen and (max-width: 575px) {
  button.single_add_to_cart_button.button.alt {
    margin-left: 10px;
  }
}
/*# sourceMappingURL=style.css.map */


.flyer-add {
	padding:11px 21px !important;
}
.flyer-add-input {
	width:90px !important;
}
.flyer-product {
	min-height:356px !important;
}

.shop-onlineImg_opposite {
    left: 45%;    
}
section.top-brand-sec.top-seller-product {
    text-align: left;
}
.top-input {
	width:78px;
}
.brands-carry .owl-nav {
	display:none !important;
}
/*section.top-brand-sec.top-seller-product span {
    font-size: 0px;
}
*/

@media only screen and (max-width: 991px) {
    .headSection h1 {
        text-transform: capitalize;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
}



.shop-headSection h1 {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 41px;
    color: #232a2e;
}
.colBLock {
    display: flex;
}
.headSection {
    align-self: center;
    flex-direction: column;
    max-width: 1045px;
}
.headSection {
    margin-left: auto;
    padding: 10px;
}
.btn-gold {
    background: #e8bf4d;
    color: #fff !important;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 180px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    width: 100%;
    transition: 0.4s;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.headSection h1 {
    margin-bottom: 25px;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 35px;
    line-height: 41px;
    color: #232a2e;
}
.col-image-wrap{
	padding-left:0px;
}
@media only screen and (max-width: 991px) {
    .inner_blockSetsfly {
        margin-left: 12px !important;
    }
    .custom_product_block .custom_back_button {
        margin: 5px 0 !important;
        width: auto !important;
        padding: 10px 15px  !important;
    }
    
    .headSection h1 {
        text-transform: capitalize;
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 30px;
        margin-top: 20px;
    }
	.shop-onlineImg {
    position: unset;

}
	.col-image-wrap{
	padding-left:0px;
		padding-right:0px;
}
}

.productEelements a {
	color:#000 !important;
}
.productEelements a  {
	color:#000 !important;
}

ul#menu-quick-links a:hover {
    color: #e1b539 !important;
}

@media only screen and (min-width: 993px) and (max-width: 1187px)
{
.logged-in.admin-bar .header-alt .nav-header {
    top: 152px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 803px)
{
.header-alt .nav-header {
	top:160px !important;
}
}

#similar-product-slider .owl-nav .owl-prev {
    left: -36px !important;
}
#similar-product-slider .owl-nav .owl-next {
    right: -36px !important;
}
.home-add-to-cart {
	padding:5px 21px !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {

opacity: 1;

}


.single-product  .sku_case {
    padding: 0px;
    width: 60%


}

.single-product  .sku_custom {
    width: 100%;
    padding: 10px;
}
.single-product  .custom_case_form {
    width: 100%;
}
.single-product .custom-add-to-cart {
    display: flex;
align-items: center;
    width: 100%;
    margin: 0px 0px 10px 0px;
}
.single-product .custom_single_content {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}
.single-product .custom-add-to-cart input.input-text.qty.text {
    width: 8em;
}
.single-product .custom-add-to-cart button.single_add_to_cart_button.button.alt {
    padding: 10px 80px;
}
.single-product .custom-add-to-cart a.jvm_add_to_wishlist.button {
    margin-left: 13px;
    align-self: center;
}
.single-product .sku_custom {
    padding: 0px !important;
}
.single-product .woocommerce div.product form.cart div.quantity {
    margin-bottom: 0px !important;
}

@media only screen and (max-width: 1622px) {
#similar-product-slider .owl-nav .owl-prev, #similar-product-slider .owl-nav .owl-next {
    top: 140px;
}

    
}
@media only screen and (max-width: 1522px) {
#similar-product-slider .owl-nav .owl-prev, #similar-product-slider .owl-nav .owl-next {
    top: 150px;
}
    .single-product .custom-add-to-cart button.single_add_to_cart_button.button.alt {
    padding: 10px 55px;

}
    
}
@media only screen and (max-width: 1199px) {
        .single-product .custom-add-to-cart button.single_add_to_cart_button.button.alt {
    margin-left: 10px;
}
    
}
@media only screen and (max-width: 1166px) {
#similar-product-slider .owl-nav .owl-prev, #similar-product-slider .owl-nav .owl-next {
    top: 135px;
}

}

@media only screen and (min-width: 767px) and (max-width: 1500px){}
.single-product .woocommerce div.product form.cart .button {
    right: unset !important;
}}
    @media only screen and (max-width: 1024px) {
#similar-product-slider .owl-nav .owl-prev, #similar-product-slider .owl-nav .owl-next {
    top: 110px;
}
        .sku_custom {
    width: 40%;
}
        .custom-add-to-cart button.single_add_to_cart_button.button.alt {
    padding: 10px 50px;
}
}
@media only screen and (max-width: 991px) {
#similar-product-slider .owl-nav .owl-prev, #similar-product-slider .owl-nav .owl-next {
    top: 100px;
}
    
    .single-product .sku_custom {
    padding: 0px 10px 0px 0px;
}
    .single-product .custom-add-to-cart button.single_add_to_cart_button.button.alt {
    padding: 10px 21px;
}
    
}


.custom_product_block .product-type-variable {
    padding-top: 10px;
}
.single-product .woocommerce div.product div.images img {
    max-height: 400px !important;
}

.footer_imgset a.logo-a-footer {
    opacity: unset;
}



.inner_flyer-p p {
  color: #000000;
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 0px;
  font-family: "Open Sans";
}


.inner_flyerlogo p {
  color: #fc1615;
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 0px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.inner_flyer-Blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          justify-content: space-around;
}

.headSection_flyer {
  background: url('https://threestarcashandcarry.com/wp-content/themes/tjtrading/images/head.png') no-repeat;
  width: 100%;
  background-size: cover;
}
.pum-content.popmake-content .header-flyer .header-flyer-logo {
    display: flex;
    justify-content: space-around;
    padding: 20px 0px;
    align-items: center;
}
    .pum-content.popmake-content .header-flyer .header-flyer-logo p img {
    width: 200px;
}



.header-flyer-title {
color: #000000;
    font-weight: bold;
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px;
    align-self: start;
}
.promo-date p {
    font-size: 21px;
}

.inner_flyerlogo img {
    width: 285px;
}
.pum-container.pum-scrollable .pum-content {
    background: #f6a808d4;
}

.product.flyer-product {
    border: solid 1px #FD7702;
    box-shadow: 2px 2px 2px #fd7702;
    padding: 20px 10px 10px 10px;
}
.headSection_flyer {
    padding: 30px 0px;
}

@media (min-width: 769px) and (max-width:1600px) {
div#popmake-5379 {
left: 50% !important;
transform: translateX(-50%);
margin: 0 auto;
width: 80% !important;
}
}

@media (min-width: 769px) and (max-width:1600px) {
    div#popmake-5379 {
    left: 50% !important;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 80% !important;
    }

    .yith_magnifier_lens {
        border: none !important;
    }
}

.single-product .images {
    border: 1px solid #ccc !important;
}
.single-product .test_class {
    border: 1px solid #ccc !important;
    padding: 25px 15px !important;
}

.banner-btn {
    background-color: #eeb822 !important;
    padding: 11px 35px 11px 35px !important;
    font-size: 20px !important;
    color : #ffffff !important;
    border-radius : 20px !important;
}

.cs-infos {
  display: none !important;
}
.page-id-6751 .submit-button{
    text-align:center !important;
}

.page-id-106 .jvm_add_to_wishlist {
  display: none !important;
}
.page-id-106 .quantity .qty {
  width: 65px !important;
}
.page-id-106 .quantity {
  float: left !important;
  margin: 0px 4px 0 0 !important;
}
.page-id-106 .variations {
  width: 100% !important;
}
.page-id-106 .single_add_to_cart_button{
margin-top:10px !important;
padding: 5px 21px !important;
}
#popmake-5379 .jvm_add_to_wishlist {
  display: none !important;
}
#popmake-5379 .quantity .qty {
  width: 65px !important;
}

#popmake-5379 .quantity {
  float: left !important;
  margin: 9px 4px 0 0 !important;
}
#popmake-5379 .variations {
  width: 100% !important;
}

#popmake-5379 .single_add_to_cart_button{
 background-color: #897e5f !important;
font-weight: 900 !important;
margin-top:10px !important;
padding:10px 21px !important;
}


.search-results .post-thumbnail img{
    width: 32% !important;
}

#brand-slider .owl-prev span {
    display: none;
}

#brand-slider .owl-next span {
    display: none;
}
.bapf_body {
    max-height: 450px;
    overflow-y: scroll;
}
.search_result_custom li.variable-item.button-variable-item.button-variable-item-each {
    width: 130px !important;
}

.search_result_custom li.variable-item.button-variable-item.button-variable-item-case.selected {
    width: 130px !important;
}
.search_result_custom input.input-text.qty.text {
    width: 65px !important;
}
.search_result_custom .quantity {
    display: inline-block;
    float: left;
}
.search_result_custom a.jvm_add_to_wishlist.button {
    display: none;
}
.search_result_custom nav.navigation.pagination{
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;

}

.search_result_custom span.page-numbers.current {
    color: #e1b539;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #e1b539;
    padding: 3px 12px;
    margin: 10px 10px;
}
.search_result_custom a.page-numbers {
    color: #e1b539;
    font-size: 17px;
}
.search_result_custom svg.svg-icon {
    margin: -5px 10px;
}
#home-slider .slide-caption .btn.banner-btn {
	display: none;
}
/*.header-alt .brand-box {
    position: relative !important;
    top: unset !important;
}
.header-alt .nav-header {
    top: 87px;
    position: relative !important;
    top: unset !important;
}*/

#product-range-slider {
    margin: 15px 0px;
}