/*

Template : E commerce Store in php and mysqli with bootstrap 3
Author Name : Mohammed Tahir Ahmed
Author Email: sad.ahmed22224@gmail.com
Theme URl : http://www.computerfever.com
Version: 1.0

*/

/* General Styles */

body {
font-family: "Roboto", Helvetca, Arial, sans-serif;
font-size: 14px;
/*line-height: 1.42857143;*/
    line-height: 1.8;
color: #333333;
/*    color: #929292;*/
background-color: #f0f0f0;
overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.form-group label {
    font-size: 1rem;
    align-items: center;
}

.profile-image{
	min-width: 70%;
	height:150px;
	margin-bottom: 12px;
}

/* Top Navbar Styles  */

@media (max-width: 1023px) {
    .container {
        
    }
}

@media (max-width: 1199.98px){
.header {
   max-width:1170px;
}
.nav-item {
    display:table-cell;
  }
}

@media (max-width: 2000px){
    .nav-item {
        display:table-cell;
      }
      .collapse-data {
        display: none;
      }
     }
    
@media (max-width: 991.98px){
.header {
   max-width:1040px;
}
}

@media (max-width: 767.98px){
.header {
    max-width: 820px;
}

}

@media (max-width: 575.98px){
.header {
   max-width: 590px;
}
}

#top {
/*background: white !important;
max-width: 90%;*/
background:white !important;
padding-right:20px;
color:black;
/*margin-bottom:20px;*/
}

#top .offer {
color: #fff;
}

#top .offer .btn {

text-transform: uppercase;

padding:5px;

font-size:12px;

}

@media (max-width: 991px) {

#top .offer {
margin-bottom: 10px;
}

}

@media (max-width: 991px) {

#top {
font-size: 12px;
text-align: center;
}

}

#top a {

color: #1aac3f;

}

#top ul.menu {

padding-top: 5px;

margin: 0;
text-align: right;
font-size: 12px;
list-style: none;

}

@media (max-width: 991px) {

#top ul.menu {
text-align: center;
}

}

#top ul.menu > li {

display: inline-block;

}

#top ul.menu > li a {

color: #eeeeee;

}

#top ul.menu > li + li:before {
content: "|\00a0"; 
padding: 0 5px;
color: #f7f7f7;

}

/* Header Styles */

.navbar {
background:white !important;
padding:20px;
color:black;
margin-bottom:20px;
}

.navbar .navbar-toggler {
	
border:none;
	
}

.navbar .navbar-toggler .btn {
	
background:transparent !important; 

border:1px solid rgba(0,0,0,0.1);

}

.search-box {
	padding-top:10px;
	padding-bottom:10px;
/*	margin-top:-20px; */
	border-top:1px solid rgba(0,0,0,0.1);
	background:white;
	
}

@media (min-width: 999px) {

.search-box form{
	
	margin-right:-15px;
}

}

.navbar-collapse .right {
float:right;
}

.navbar-brand {
float:left;
font-size:22px;
line-height:30px;
height:45px;
}

.navbar-brand img {
	
margin-top:-2px;

}

.navbar-brand:hover,
.navbar-brand:focus{
text-decoration:none;
}

.navbar .navbar-nav > li > a {
padding:13px;
margin-left:5px;
/*text-transform:uppercase;
font-weight: bold;
font-size:14px;*/
font-family: "Oswald", Sans-serif;
    font-size: 1.5vw;
    font-weight: bold;
    text-transform: uppercase;
/*    font-style: italic;*/
    letter-spacing: 3px;
}

.padding-nav{
}

.navbar .navbar-nav > li.active > a{

background:rgba(0, 0, 0, 0.23);
}
/*#e7e7e7*/
.navbar .navbar-nav > li > a:hover{
/*background:#e7e7e7;  *//* menu hovered hatterszin */
background: #ff4c00;
}

.btn-primary{
    background-color: #1aac3f;
    border-color: #1aac3f;
    border-width: 1px;
color:rgb(255, 255, 255);
/*
background-color:rgb(79, 191, 168);
border-color:rgb(65, 179, 156);
*/
}
.btn-primary:hover {
/*  background-color: #4fa800;*/
color: #ff4c00;
    background-color: rgba(255,255,255,0.05);
    border-color: #ff4c00;
}


#search .navbar-form{
float:right;
}

#search {

clear: both;
/*border-top: solid 1px #9adacd;*/
text-align:right;
border: solid 1px;
}

#search .navbar-form .input-group {
display:table;

}

#search .navbar-form .input-group .form-control {
width:100%;

}

/* Slider Styles  */

#slider {

margin-bottom:40px;

}

/* Advantages Styles */

.box {
background: #fff;
margin: 0 0 30px;
/*border: solid 1px rgba(0,0,0,0.1);*/
box-sizing: border-box;
padding:20px;
/* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2); */

}

#advantages {
text-align:center;
}

#advantages .box .icon {
position: absolute;
font-size: 120px;
width:100%;
text-align:center;
top: -20px;
left:0;
height:100%;
float:left;
color:#eeeeee;
transition: all 0.2s ease-out;
z-index:1;
box-sizing: border-box;
}

#advantages .box h4 {
position:relative;
margin:0 0 20px;
font-weight:300;
text-transform:uppercase;
z-index:2;
}

#advantages .box h4 a:hover {
text-decoration:none;
}

#advantages .box p{
position:relative;
color:#555555;
z-index:2;
}

/* Products Styles */

#hot h2 {
text-transform: uppercase;
font-size: 36px;
color: #4993e4;
font-weight: 100;
text-align: center;

}

#content {
padding-left:1px;
}

.single {
width:290px;
}

.owl-carousel .single {
	width:275px;
}
.section-heading { margin-top:-12px; }
.section-heading h4{
	
background:white;
font-size:19px;
border:1px solid rgba(0,0,0,0.1);
border-bottom:none;
padding:10px;
width:350px;

}

.section-heading hr {
	
margin-top:-7px;
	
}

@media (max-width: 768px) {

.single {
width:60%;
margin:0 auto;
}
.nav-item {
    display:flex;
  }

}

.product {
background:#fff;
/*border: solid 1px #e6e6e6;*/
box-sizing: border-box;
margin-bottom: 30px;
}

.product .product-img{
max-width: 100%;
/*min-height:240px;*/
min-height:57vh;
min-height: 280px;
max-height:240px;
object-fit: cover; 
object-position: 100% 0;
width: 100%;
aspect-ratio: attr(width) / attr(height);

    max-height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
}

.product-img{
transition: all 1000ms ease;/*1000ms all ease-in-out;*/
overflow: hidden;
image-rendering: -webkit-optimize-contrast;
}

.product-img:hover{
transform: scale(1.2); 
}

.product .product-title{
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
line-height: 1.5;
}

.product .text .star-rating .rating{
width:17px;
margin-bottom:5px;
}

.product .text .star-rating{
font-size:15px;
}

.product .text hr {
	margin-right:-10px;
	margin-left:-10px;
	margin-top:1px; 
	padding:0px; 
}

.product .text p.price {
margin-top:-10px;
font-size:18px;
font-weight:600;
}

.product .text .buttons {
clear:both;
}

.product .text h3 {
font-size:14px;
text-decoration:none;
}

.product .text h3 a {
color:#000000;
font-weight:300;
}

.product .text {
padding:10px 10px 0px;
}

.product .text .buttons .btn {
/*margin-bottom:10px;*/
}

.product .text .buttons .btn-secondary{
background:white;
color:black;
border:1px solid rgba(0,0,0,0.1);
}

.product .text .buttons .btn-secondary:hover{
	color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.product .out-of-stock-label {
margin-left:5%;
margin-right:5%;
position: absolute;
top: 25%;
left: 0;
right: 0;
color: #333;
font-weight: bold;
font-size:15px;
text-transform: uppercase;
padding: 20px 0;
background:#f0f0f0;
text-align: center;
opacity: .9;
}

.flex-wrap {

display:flex; 

flex-wrap:wrap; 

}

.detail-product-info h2{
	margin-top:-3px;
}

.detail-product-info span,.detail-product-info a{
/*    font-size:15px; */
}

.detail-product-info .rating {
    margin-bottom:4px;
}

.detail-product-info hr{
margin-bottom: 10px;
margin-top: 10px;
/*margin-left: -20px;
margin-right: -20px;*/
}

#vendor_info{
margin-top:7px; 
font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}

#vendor_info .rating{
width:15px;
margin-bottom:5px;
}

/*  Products Reviews Styles Starts  */

.product-reviews .reviews-summary .avg-rating{
	text-align:center;
}

.product-reviews .reviews-summary .avg-rating header{
	font-weight:bold;
    font-size: 16px;
}

.product-reviews .reviews-summary .avg-rating .fa-7x{
	font-size:9em;
	margin:7px;
	color: #FFE358;
}

.product-reviews .reviews-summary .avg-rating footer{
	font-weight:500;
    font-size: 15px;
}

.product-reviews .reviews-summary .avg-rating footer span{
	font-weight:bold;
	padding:2px;
    background: #FFE358;
}

.product-reviews .reviews-summary .rating-bars{
border-right:1px solid #eee;
}

.product-reviews .reviews-summary .rating-bars>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-reviews .reviews-summary .rating-bars>ul>li {
    margin-bottom:10px;
}

.rating-bars .clearfix:after, .rating-bars .clearfix:before {
    content: " ";
    display: table;
}

.product-reviews .reviews-summary .rating-bars .star {
    font-weight:500;
    font-size: 15px;
	margin-top:19px;
	margin-right:4px;
    color: #000;
}

.product-reviews .reviews-summary .rating-bars .percent-rating{
    position: relative;
    display: inline-block;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent {
    position:relative;
    text-align:left;
    display:inline-block;
    width:200px;
    height:18px;
    background-color:#EEE;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.percent>span {
    position:absolute;
    display:inline-block;
    height:18px;
    background-color:#FFE358;
}

.product-reviews .reviews-summary .rating-bars .percent-rating>.rating {
    position:absolute;
    left:208px;
    top:-1px;
    font-weight:500;
    font-size:12px;
    color: grey;
}

.product-reviews .reviews-summary .write-review header{
	font-size: 18px;
	font-weight:500;
	margin-bottom:10px;
}

.product-reviews .reviews-summary .write-review button{
border-radius:0px;
}

.product-reviews .reviews-listing hr {
margin-right:-20px;
margin-left:-20px;
}

.product-reviews .reviews-listing h4{
margin:0px;
font-size:20px;
margin-top:5px;	
}

.reviews-list hr {
margin-right:-20px;
margin-left:-60px;
}

.reviews-list hr:last-child{
	display:none;
}

.product-reviews .reviews-listing .reviews-list{
list-style:none;	
}

.reviews-list li .user-picture{

position: relative;
margin-top:-7px;
left:5px;

border-radius: 50%;

    width: 45px;
    height: 45px;
    margin-right: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #83b6dd;
    padding-bottom: 10px;
}

.reviews-list li .user-letter{
    background: transparent !important;
    position: relative;
    top: 4px;
    width: 100%;
    min-width: 100%;
    left: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.reviews-list li .user-circle{
    display: inline-block;
    color: #1cc286;
    

    position: relative;
    left: 8px;
    top: 16px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 18.3px;
    
    
    speak: none;
    font-size: 17.5px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    width: auto !important;
    /* background: none; */
     height: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.reviews-list li .review-label{
    min-width: 0px;
    padding: 0px;
    font-size: 12px;
    vertical-align: text-top;
    

    color: #6A6C77;
    font-weight: bolder;
    margin-right: 5px;
}
    
.reviews-list li .review-body{
margin-left:60px;
}

.reviews-list li .review-body h4{
color: #333333;
font-size:18px;
margin-right:5px;
margin-bottom:3px;
text-transform:capitalize;
text-decoration:none;
}

.reviews-list li .review-body h4 .rating{
width:18px;
height:18px;
margin-top:-3px;
}

.reviews-list li .review-body h5{
font-size:15px;
margin-top:7px;
margin-bottom:7px;
}

.reviews-list li .review-body span{
color:#999999;
}

.reviews-list li .review-body .review-meta{
color: rgb(85, 85, 85) !important;
font-size:13px;
font-weight:500;
}

.reviews-list li .review-body p{
margin:5px 0px;
text-transform:capitalize;
max-width:600px;
font-size:16px;
line-height:20px;
}

.reviews-list li .review-body .review-date{
color:#999999;
}

/*  Products Reviews Styles Ends  */


/*  Breadcrumb Styles  */

.breadcrumb {
padding: 8px 15px;
margin-bottom:20px;
background: #fff;
/*border: solid 1px rgba(0,0,0,0.1);*/
border-top: none;
box-sizing: border-box;
background-color: #ffffff;
color: #000;
}

.breadcrumb > li + li:before {
content: ">\00a0";
color:#cccccc;
}

/* products categories and categories styles */

.card.sidebar-menu {
box-sizing: border-box;
/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);*/
}

.card.sidebar-menu .card-header{
padding-left: 1rem;
padding-right: 1rem;
}

.card.sidebar-menu .card-header h6{
font-size: 15px;
}

.card-header {
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.card.sidebar-menu ul.nav.category-menu {
/*margin-bottom:20px;*/
}

.card.sidebar-menu ul.nav.category-menu li {
margin-bottom:5px;
}

.card.sidebar-menu ul.nav.category-menu li a {
text-transform: uppercase;
margin-bottom:-10px;
}

.card.sidebar-menu ul.nav.category-menu li a label {
    margin-bottom: 0px;
}

.card.sidebar-menu h3 {
padding: 5px 0;
margin: 0;
}

.card {
border: 0;
border-radius: 0;
}

/* Shop Products Styles */

@media (max-width: 768px) {

.center-responsive {
width:70%;
margin:0 auto;
}

}

@media (max-width: 550px) {

.center-responsive {
width:95%;
margin:0 auto;

}

}


/* Details Styles */

#productMain {
margin-bottom: 30px;
}

#productMain .price {
font-size: 30px;
font-weight: 300;
text-align: center;
text-transform: none;
}

/* #productMain .form-horizontal{ */
    /* margin-right:10%; */
/* } */

#mainImage {
background: #fff;
/*border: solid 1px rgba(0,0,0,0.1);*/
box-sizing: border-box;
/*box-shadow: 0 1px 5px rgba(0, 0, 0, 0.7); */
    position: sticky;
    top: 80px;
    padding-bottom: 360px;
}

#thumbs a {
display: block;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
border : solid 2px transparent;
}

.headline { 
height: 350px;
}

/* Cart page Styles */

.cart-product-meta{
	margin-top:6px;
	color: #333333;
	font-weight:500;
}

.checkout-breadcrumbs{
font-size:18px;
line-height:1.3;
color: rgba(0,0,0,0.1);
padding:15px 0;
margin-bottom:15px;
}

.checkout-breadcrumbs a,
.checkout-breadcrumbs a:hover{
color: rgba(0,0,0,0.1);
text-decoration:none;
}

.checkout-breadcrumbs a.active{
color:#111;
}

.shipping-header{
background:#dee2e6;
padding:3px;
margin-left:-12px;
margin-right:-12px;
}

.bold{
color:#333333;
font-weight:bold;
}

#cart .table tbody tr td img{
width:50px;
}

#cart .table tbody tr td input{
width:50px;
text-align:left;
}

#cart .table tbody tr td{
vertical-align: middle;

}
#cart .table tfoot {
font-size:18px;
}

.box .box-footer {
background: #f7f7f7;
margin: 30px -20px -20px;
padding:20px;
border-top: solid 1px #eeeeee;

}

.box .box-footer:before,
.box .box-footer:after {
content:" ";
display: table;
}

.box .box-footer:after {
clear:both;
}

.box .box-header {
background:#f7f7f7;
margin:-20px -20px 20px;
padding:20px;
border-bottom: solid 1px #eeeeee;
}

#order-summary table {
margin-top: 20px;

}
#order-summary table td {
color: #999999;
}

#order-summary table tr.total td,
#order-summary table tr.total th{
font-size: 18px;
color:#555555;
font-weight: 700;
}

#order-summary table th input[type=radio][name=payment_method]{
width:20px;
height:20px;
}

#order-summary table th label{
position: relative;	
top:-5px;
margin-left:5px;
margin-bottom:0px;
}

.order-received-list{
color: #777;	
font-size:16px;
padding:0px;	
}

.order-received-list li{
margin-left: 1.3em;
margin-bottom: .6em;
}

.table-loader{
cursor:wait;
opacity:0.5;
}

.shipping-ul-list{
margin:0px;
margin-left: -6px;
margin-right: -6px;
}

.shipping-ul-list .shipping-vendor-header{
text-decoration:underline;
padding-left:5px;
border-left:3px solid #eee;
margin-top:3px;
margin-bottom:5px;
}

.shipping-ul-list li .shipping-type-name{
position: relative;
top:-3px;
}

.border-table{
border: 1px solid #ddd;
}

/* footer Section Styles */

#new-footer{
	color:rgba(255,255,255,.75);
	background-color: #343a40!important;
	font-size:15px;
}

#new-footer h5{
    color: #fff;
    text-transform: uppercase;
}

#new-footer ul li a{
	color:rgba(255,255,255,.75);
}

#new-footer .social {
text-align: left;
}

#new-footer .social a {
margin: 0 10px 0 0;
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
line-height: 30px;
font-size: 15px;
text-align: center;
transition: all 0.2s ease-out;
vertical-align: bottom;
background-color:#555555;
}


#new-copyright {
background: #333;
padding-top: 20px;
padding-bottom:5px;
}

/* Footer Styles */

#footer {
background-color: #1e1d1c;
/* background: #e0e0e0; */
padding: 20px 0;
color:#FFFFFF;
}

#footer ul {
padding-left: 0;
list-style: none;
}

#footer ul a, a:visited, a:hover {
/*padding: 20px 0;*/

}
#footer a, a:visited, a:hover {
/*    color:#FFFFFF;*/
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

#footer li {
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}

#footer p, span {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

#footer .social {
text-align: left;
}

#footer .social a {
margin: 0 10px 0 0;
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
border-radius: 15px;
line-height: 30px;
font-size: 15px;
text-align: center;
transition: all 0.2s ease-out;
vertical-align: bottom;
background-color:#555555;
}

#copyright {

    background-color: #161615;
/* background:#333; */
color:rgba(255,255,255,0.1);
padding:20px 0;
font-size:12px;

}

#copyright p {
margin: 0;
}


/** Filter Styles **/

.nav.category-menu{
margin-top:-20px;
}

.scroll-menu{
height:260px; 
overflow-y:auto;
}

/*.checkbox{
cursor:pointer !important;
}*/

.checkbox span{
display:inline-block;
vertical-align:middle;
position:relative;
padding-left:5px;
}

.checkbox span::before{
content: "";
display: inline-block;
position:absolute;                            
width:17px;
height:17px;
left: 0;
margin-left: -20px;
border: 2px solid #cccccc;
border-radius:3px;
background-color:#fff;
transition:border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox span::after{
display:inline-block;
position:absolute;
width:16px;
height:16px;
left:0;
top:0;
margin-left: -20px;
padding-left:3px;
padding-top:1px;
font-size:11px;
color:#555555;

}

.checkbox input[type="checkbox"]{
opacity:0;
z-index:1;
}

.checkbox input[type="checkbox"]:focus + span::before{
outline: thin dotted;
outline:5px auto;
outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + span::after{

	font-family: 'Font Awesome 5 Free';
	content: "\f00c";
  font-weight: 600;

}

.checkbox-primary input[type="checkbox"]:checked + span::before{

background-color: #337ab7;

border-color: #337ab7;

}

.checkbox-primary input[type="checkbox"]:checked + span::after{

color: #fff;

}

/* Label Styles  */

.label {
text-decoration: none;
position: absolute;
top: 50px;
padding-left:51px;
z-index: 20;

}


.label .label-background {
position: absolute;
top:0;
right:0;
}

.label .thelabel {
position: relative;
/*width: 100px;*/
padding: 6px 50px 6px 15px;
margin: 40px 50px 10px -71px;
color: #fff;
font-size:17px;
padding-left:8px;
font-weight:bold;
background-color: #337ab7;
text-shadow: 0px 1px 2px #bbb;
}

.label .thelabel:before,
.label .thelabel:after {
content: '';
position: absolute;
width:0;
height:0;
}

.label .thelabel:after {
left: 0px;
top: 100%;
border-width : 5px 10px;
border-style: solid;
border-color: #2d7b6b #2d7b6b transparent transparent;
}

.label.sale {
top: 0;
}

/* tick and cross icons styles */

.tick1{
font-size:18px !important;
color:#28a745!important;
}

.cross1{
font-size:18px !important;
color:red;
}

.tick2{
font-size:18px !important;
color:#28a745!important;
}

.cross2{
font-size:18px !important;
color:red;
}

/* Password Strength Checker Styles */

#meter_wrapper{
border:1px solid grey;
width:202px;
height:24px;
margin:0;
border-radius:3px;

}


#meter{
width:0px;
height:21px;
border-radius:2px;

}


#pass_type{
font-size:15px;
margin-top:7px;
position:absolute;
top:0;
right:90px;
margin-bottom:10%;
color:grey;
}

/* Services Styles  */

.services .col-md-4 {

margin-left:3%;

width:29%;

}

@media(max-width: 1000px){

.services .col-md-4 {

margin-left:2%;

width:46%;

}

}

@media(max-width: 800px){

.services .col-md-4 {

width:90%;

}


}


/* Vendor Store Styles  */

.vendor-profile-box{
background: #fff;
margin:0 0 30px;
border: solid 1px #e6e6e6;
box-sizing: border-box;
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);	
color:white;
text-align:center;
}

.vendor-profile-box .row{
margin-right:0px;
margin-left:0px;
}

.vendor-profile-box .vendor-profile-frame{
background-color: rgba(0, 0, 0, 0.65);
padding:20px;
}

.vendor-profile-box .vendor-profile-frame img{
border-radius: 50%;
background: #fff;
width: 80px;
height: 80px;
}

.vendor-profile-box .vendor-profile-frame p {
font-size:16px;
text-align:left;
}
.vendor-profile-box .vendor-profile-frame p a{
color:white;
}

.nav.nav-pills.specfic>li{
margin-right:7px;
}

.nav.nav-pills .tab {
border-radius: 4px;
border-color: #2e6da4;
}

.menu-items {
left: 0;
top: 55px;
width:100%;
background-color: #fff;
}

.menu-items {
margin:0px;
padding: 0px;
list-style:none;
}

.menu-items>.menu-item {
display: table;
padding-top:10px;
border-bottom:1px solid rgba(0,0,0,0.1);
padding-bottom:10px;
width:105.5%;
background:white;
cursor:pointer;
}


@media (max-width: 991px) {

.menu-items { display:none; }
.nav-item {
    display:flex;
  }
}

.menu-items>.menu-item:hover{
background:teal;
}

.menu-items>.menu-item:hover a.main-a {
 text-decoration:none;
color:white;
}

.menu-items .menu-item a {
color:black;
margin-top:50px !important;
padding-left:20px;
padding-top:20px;
}

.menu-items .menu-item a.main-a .fa-1x{	
color:#009c8;
}

.sub-menu{	
margin-top:-1px;
position:absolute;
left:300px;
z-index:5000; 
list-style:none;
width:535px;
padding:15px;
background-color:white;
background-image:url('../admin_area/other_images/1.png');
background-size: 350px 300px;
background-repeat: no-repeat;
background-position:bottom right; 
display:none;
height:390px;
border:1px solid rgba(0,0,0,0.1);
}

.sub-menu ul{
margin-left:-20px;
display:inline-block;
list-style:none;
color:black;
}

.sub-menu hr {
margin:0px;
margin-bottom:15px;
}

.sub-menu ul li{
margin:10px;
margin-left:-0px;
}

.side-menu ul {
margin-left:-35px;
}

.side-menu ul li {
padding-top:10px;
padding-bottom:8px;
padding-left:5px;
line-height:20px;
list-style:none;
cursor:pointer;
}

.side-menu .li-active{
background: #f57224;
color:white;
}

.side-menu ul li:hover {
background: #f57224;
color:white;
}

.loader {
display: block;
cursor: wait;
position: fixed;
z-index: 8050;
background-image: url(../images/loading.gif);
background-color: #666 ;
opacity: 0.4;
background-repeat: no-repeat;
background-position: center;
left: 0;
bottom: 0;
right: 0;
top: 0;
}

.redBordered {
    border-style:solid;border-color:red;border-width:thin;padding-left:5%;padding-right:5%;
    padding-top: 1%;padding-bottom: 1%;
    margin-left: 10px; 
    color: red;
    font-weight: lighter;
}
.greenBordered {
    border-style:solid;border-color:green;border-width:thin;padding-left:4%;padding-right:4%;
    padding-top: 1%;padding-bottom: 1%;
    color: green;
    font-weight: lighter;
}
.sale {
    color: red;
    font-weight: bolder;
    text-transform: none;
}
.priceNormal {
    color: #57bf6d;
    font-weight: bolder;
    text-transform: none;
}

.nav-link {
    background: transparent;
    color: #ffffff;
    background-position: 100%;
    transform: translateX(0.5rem);
  }
  

  .shape1S4 {
    transition: all .5s;
    visibility: visible !important;
    right: -8px !important;
    top: -312px !important; }
  
  .shape2S4 {
    transition: all .5s;
    visibility: visible !important;
    right: -38px !important;
    top: -258px !important; }
  
  .shape3S4 {
    transition: all .5s;
    visibility: visible !important;
    right: -84px !important;
    top: -233px !important; }
  
  .bounceInLeft {
    visibility: visible !important;
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0); }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0); }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  @keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(-3000px, 0, 0);
      transform: translate3d(-3000px, 0, 0); }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(25px, 0, 0);
      transform: translate3d(25px, 0, 0); }
    75% {
      -webkit-transform: translate3d(-10px, 0, 0);
      transform: translate3d(-10px, 0, 0); }
    90% {
      -webkit-transform: translate3d(5px, 0, 0);
      transform: translate3d(5px, 0, 0); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  .fadeInUp {
    visibility: visible !important;
    display: block;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none; } }
  .bounceIn {
    visibility: visible !important;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3); }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9); }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03); }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97); }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3); }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9); }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03); }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97); }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  .wobble {
    visibility: visible !important;
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes wobble {
    0% {
      -webkit-transform: none;
      transform: none; }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  @keyframes wobble {
    0% {
      -webkit-transform: none;
      transform: none; }
    15% {
      -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
      transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
    30% {
      -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
      transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
    45% {
      -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
      transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
    60% {
      -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
      transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
    75% {
      -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
      transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  .bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3); }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9); }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03); }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97); }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(0.3, 0.3, 0.3);
      transform: scale3d(0.3, 0.3, 0.3); }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    40% {
      -webkit-transform: scale3d(0.9, 0.9, 0.9);
      transform: scale3d(0.9, 0.9, 0.9); }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03); }
    80% {
      -webkit-transform: scale3d(0.97, 0.97, 0.97);
      transform: scale3d(0.97, 0.97, 0.97); }
    100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  .bounceInRight {
    visibility: visible !important;
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0); }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0); }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  @keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    0% {
      opacity: 0;
      -webkit-transform: translate3d(3000px, 0, 0);
      transform: translate3d(3000px, 0, 0); }
    60% {
      opacity: 1;
      -webkit-transform: translate3d(-25px, 0, 0);
      transform: translate3d(-25px, 0, 0); }
    75% {
      -webkit-transform: translate3d(10px, 0, 0);
      transform: translate3d(10px, 0, 0); }
    90% {
      -webkit-transform: translate3d(-5px, 0, 0);
      transform: translate3d(-5px, 0, 0); }
    100% {
      -webkit-transform: none;
      transform: none; } }
  .rubberBand {
    visibility: visible !important;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  
  @-webkit-keyframes rubberBand {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  @keyframes rubberBand {
    0% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1); }
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1); }
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1); }
    65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1); }
    75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1); }
    100% {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); } }
  /*COLORS*/
  body {
    overflow-x: hidden;
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #364550; }
  
  .sticky {
    transition: all 1s;
    z-index: 999;
    position: fixed;
    top: 0;
    width: 100%; }
  
  section {
    overflow: hidden; }
  
  ul,
  ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
  
  h1,
  h2 {
    font-weight: bold; }
  
  .container {
    padding: 0 20px; }
  

  
  /*** MENU ***/
  /*** HORIZONTAL MENU ***/
  .content_top_menu {
      height:59px;
      line-height:59px;
  /*    width:100%; */
      margin:0;
      /*overflow:hidden;*/
      padding:0;
      white-space:nowrap;
/*      box-shadow:4px 0px 4px 1px rgba(0, 0, 0, 0.2);*/
    }
  
  .content_top_menu ul {
      margin:0;
      padding:0;
      list-style:none;
  }
  
  .content_top_menu li {
      margin:0;
      padding:0;
  }
  
  .content_top_menu a {
      display:inline-block;
      width:auto;
      height:59px;
      line-height:59px;
      float:left;
      text-align:center;
      padding:0 1.5% 0 1.5%;
      font-size: 16px;
      font-weight:normal;	
      text-transform: uppercase;	
  }
  
  .content_top_menu li.selected_menu a {
      background-position:0 0;
  }
  
  .content_top_menu a:hover {
      text-decoration:none;
      background-position:0 0;
      transition: all 0.5s ease 0s;
      background-color:#3e454c;
      color:#FFF!important;	/* menu hovered text color */
  }
  
  .content_top_menu strong {
      font-weight:bold;
  }
  
  .content_top_menu li:last-child a {
      border-right:0 none;	
  }
  
  #content_top_menu_1000 {
      display:none;	
  }
  
  /*** NEW ***/
  #content_top_menu_full_sf {
      /*width:2000px;*/
      /*position:static!important;*/
      display:table;
  /*	width:100%;*/
  }
  
  #content_top_menu_full_sf ul {
      position:absolute;	
      display: table-row;
      margin: 0;
      padding: 0;	
  }
  
  #content_top_menu_full_sf ul li {
      position:relative;
      /*display:block;*/
      display:table-cell;
      height:59px;
      /*loat:left;*/
      padding:0;
      border-right:1px solid rgba(0, 0, 0, 0.07);
  }
  
  #content_top_menu_full_sf ul li li {
      height:40px;
      padding:0;	
      width:100%;
      float:none;
      position:static;
      display:block;
  }
  
  #content_top_menu_full_sf .menu_content_sub {
      position:absolute;
      top:59px;
      left:0;	
      z-index:100;
      height:auto;
      display:none;
  }
  
  #content_top_menu_full_sf .menu_content_sub ul {
      position:inherit;
  }
  
  #content_top_menu_full_sf.content_top_menu a {
      float:none;	
      border-right:0!important;
      padding:0 10px;
      width:inherit;
  }
  
  #content_top_menu_full_sf.content_top_menu li.contains_sub a {
      padding-right:35px;	
  }
  
  #content_top_menu_full_sf.content_top_menu li li a {
      padding-right:10px!important;	
  }
  
  #content_top_menu_full_sf.content_top_menu li.contains_sub:before {
      font-family: "FontAwesome";
      font-size: 25px;
      font-weight: 400;
      line-height: 59px;
      position: absolute;
      text-align: right;
      text-indent: 0;
      text-shadow: none;
      right: 8px;
      top: 0;
      width:20px;
      height:59px;
      content: "\f107";
      cursor:pointer;
      z-index:99;
      color:#FFF;	
  }
  
  #content_top_menu_full_sf.content_top_menu li.contains_sub li.contains_sub:before {
      font-size:0;	
  }
  
  #content_top_menu_full_sf .menu_content_sub a {
      font-size:14px;	
      width:100%;
      padding:0 10px 0 10px;
      height:40px;
      line-height:40px;
      text-align:left;
      border-right:0 none!important;
      float:left;
      box-sizing:border-box;
  }
  
  #content_top_menu_full_sf .menu_content_sub .menu_content_sub a {
      font-size:13px;
      padding-left:20px;
  }
  
  #content_top_menu_full_sf .menu_content_sub .menu_content_sub .menu_content_sub a {
      padding-left:30px;	
  }
  
  
  
  
  .content_top_menu a {
      border-right:solid 1px RGBA(0,0,0,0.07);
      color: green;
  }
  
  .content_top_menu a:hover {
      color:green;
  }
  
  #content_top_menu_full_sf .menu_content_sub {
      background-color:rgba(0, 0, 0, 0.23);
  }
  
  
  
  #header_menu li span.menu_item_inner {
      display:inline;
      width:auto;
      margin:0;
      padding:0;
  }
  
  #left_cms_full ul.menu_content_sub {
      display:none;	
  }
  
  #content_top_menu_full_sf .active {
    border-bottom: 7px solid #ff4c00 !important;
  }
  
  #content_top_menu_full_sf ul li a {
    border-bottom: 7px solid #4fa800 !important;
  }
  
  a:not([href]):not([tabindex]) {
    color: #000;
  
/*    background:rgba(0, 0, 0, 0.23);*/

}
a:not([href]):not([tabindex]):hover {
    color: #000;
 
}

a {
  color: rgba(0, 0, 0, 0.5);
}

a:hover {
  color: rgba(0, 0, 0, 1);
}


.num_tiles {
  width:30px;
  height: 30px;
  background-color: #888888;
  color: #ffffff;
  font-size: 22px;
  text-align: center;
  line-height: 20px;
  padding: 3px;
  margin: 1.5px;
  font-family: verdana;
  vertical-align: center;
}

#footer li { padding: 0px; }
#footer li a {margin: 0px; padding-top: 5px; padding-bottom: 5px; display: block; width: 100%; height: 100%;}

ul#content_top_menu_full_sf li a {
displazy: inline-block;
text-decoration:none;
paddigng :4px 10px;
border-radiusL3px;
transform:skewX(-10deg);
-o-transform:skewX(-10deg);
-moz-transform:skewX(-10deg);
-webkit-transform:skewX(-10deg);
color:#333333; /*#ff4c00;*/ /*#7A0019;*/
}


.radiolabel {
margin-bottom: .5rem;
display: inline;
}

.shipping_type {
    width: 20px;
    height: 20px;
}
.tabd {
    color: #333333;
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
    position: relative; 
    padding: 20px 25px; 
    line-height: 1; 
    cursor: pointer;
    text-decoration: none;
}
.tabd.active {
    background-color: #ffffff;
    color: #ff4c00;
    border-style: solid;
    border-width: 3px 0px 3px 0px;
    
}
.tabd:hover {
    text-decoration: none;
}
.tab-content {
/*   border-style: solid;
   border-width: 1px;
   border: solid 1px rgba(0,0,0,0.1);*/
   border-top-width: 1px;
  padding-left: 20px; padding-right:20px; padding-bottom: 20px;
   padding-top:4px;
   font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #333333;

}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
b, strong {
    font-weight: 600;
}
h1 {
    font-family: "Oswald", Sans-serif;
    font-size: 4em;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}
.productPrice {
    font-size: 36px;
    line-height: 30px;
    font-weight: 400;
    margin: 20px 0 0;
}
.cartButton {
    font-family: "Archivo Narrow", Sans-serif;
    font-size: 18px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 20px 9px 20px;
/*    color: #ffffff;
    background-color: #ff4c00;
    border-color: #ff4c00;
*/
    transition: all 0.2s;

    background-color: #1aac3f;
    border-color: #1aac3f;
    border-width: 1px;
    color:rgb(255, 255, 255);
    cursor: pointer;
    
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 14px 20px;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1;
}
.cartButton:hover {
color: #ff4c00;
    background-color: rgba(255,255,255,0.05);
    border-color: #ff4c00;
}
.quantity .minus, .quantity .plus {
    font-size: 13px;
    line-height: 34px;
    text-decoration:none;
}
.quantity .qty, .quantity .minus, .quantity .plus {
    display: block;
    float: left;
    width: 36px;
    min-height: 36px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #777;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    text-decoration:none;
}
.itemBorder {
    border-style: solid;
    border-color: #ff4c00; /*1aac3f;*/
    border-width: 1px;

}
.cartBorder {
    border-style: solid;
    border-color: #1aac3f;
    border-width: 1px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;

}
a, a:visited, a:active {
    text-decoration: none;
    color: #fff;
/*    background-color: #ff4c00;*/
    border-color: #ff4c00;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
/*    font-weight: 300; */

}
a:hover {
    text-decoration: none;
    color: #ff4c00;
    background-color: #fff;
    border-color: #ff4c00;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
    border: 1px solid transparent;

}
ul {
    color:#000000;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #ff0000;
}
#lblCartCount {
    font-size: 10px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}
/*
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}
.elementor-cta__bg-wrapper {
    z-index: 1; 
    overflow: hidden; 
}

.btn-default {
    background-color: #ff4c00;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    min-height: 40px;
    
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    
    font-family: "Roboto", Sans-serif;
    font-weight: 500;
}
.btn-default:hover {
    background-color: #ffffff;
    color: #ff4c00;
}
.inputFooter {
    background-color: rgba(255,255,255,0.09);
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;

}
::placeholder {
    color: #FFFFFF;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #FFFFFF;
}
::-ms-input-placeholder {
    color: #FFFFFF;
}
.faOrange {
    color: #ff4c00;
    font-size: 18px;
    width: 18px;
}
.text {
    font-weight:normal;
    white-space: mowrap;
    font-size:18px;
    font-family: 'Oswald', Sans-serif;
    color: #333333;
    text-transform:none;
}
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0!important;
    padding: 0;
    list-style: none;
}
/*
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    padding: 2px;
    margin: 4px 8px 4px 0;
}
.variable-item:not(.radio-variable-item) {
    width: 30px;
    height: 30px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: 0 0 0 2px #000000 !important;
}
.woo-variation-swatches .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).button-variable-item {
    width: auto;
}
.woocommerce ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item {
    border-radius: 2px;
}

.woo-variation-swatches .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
  padding: 0 5px;
  pointer-events: none;
}

.woo-variation-swatches .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span,
.woo-variation-swatches .variable-items-wrapper.squared .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span::after {
  border-radius: 2px;
  pointer-events: none;
}

.variable-item-span-button {
    border: 2px;
    border-color: red;
}
.button-variable-item-sm {
    border: 2px;
}
.button-variable-item-lxl {
    border: 1px;
}
.woo-variation-swatches .variable-items-wrapper.squared .variable-item:not(.radio-variable-item)
{
    border-radius:2px
    
}
*/
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected {
    box-shadow: 0 0 0 2px #000000 !important;
}
.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    width: auto;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    padding: 2px;
    margin: 4px 8px 4px 0;
}
.li_base {
   width: auto;
       box-sizing: border-box;
    cursor: pointer;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: #fff;
/*    padding: 2px;*/
    margin: 4px 12px 8px 0;
    padding: 7px 15px 7px;
    
}
.li_base_all {
   width: auto;
       box-sizing: border-box;
    cursor: pointer;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 7px 15px 7px;
    margin: 4px 12px 8px 0;
    
    
}
.li_base_draw {
   width: auto;
       box-sizing: border-box;
    cursor: pointer;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: #fff;
/*    padding: 2px;*/
    margin: 4px 12px 8px 0;

}

.border {
   width: auto;
       box-sizing: border-box;
    cursor: pointer;
/*    display: flex;*/
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 7px 15px 7px;
margin: 4px 12px 8px 0;
    box-shadow: 0 0 0 3px #000000 !important;
/*    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);*/
}
.border_default {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
}
.border_light {
   width: auto;
       box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.elementor-icon-box-title a {
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: oblique;
    line-height: 1em;
}

.elementor-icon-box-title-white {
    margin-bottom: 5px;
    color: #ffffff;
}
.elementor-icon-box-description-white {
    color: #ffffff;
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: oblique;
    line-height: 1.6em;
}
.elementor-icon-box-description {
    color: #ffffff;
    font-family: "Oswald", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: oblique;
    line-height: 1.6em;
}

.elementor-icon-box-icon {
    margin-right: 15px;
    margin-top: 7px;
}

.elementor-icon-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.elementor-icon-white {
    fill: #ffffff;
    color: #ffffff;
    border-color: #ffffff;
}
.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

    font-size: 50px;
    text-align: center;
}
.elementor-icon {
    font-size: 25px;
}

.elementor-icon-box-wrapper {
    text-align: left;
}
.elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-icon-box-wrapper {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-icon-box-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-icon-box-wrapper-col {
    text-align: center;
}
.elementor-icon-box-wrapper-col {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.elementor-icon-box-wrapper-col {
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.elementor-icon-box-wrapper-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-element-populated {
    margin: 0px 40px 0px 0px;
    padding: 0% 0% 0% 10%;
}
.elementor-element-populated {
    padding: 15px;
}
.elementor-column-wrap {
    width: 100%;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-widget-image {
    text-align: center;
}
.elementor-widget {
    position: relative;
}

.elementor-widget-container {
    border-radius: 50px 50px 50px 50px;
}
.elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
    width: 50%;
}
.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column {
    min-height: 1px;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-2601 .elementor-element.elementor-element-4a6f459 img {
    max-width: 79%;
    opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
0deg
 );
    border-radius: 5px 5px 5px 5px;
}
.elementor-widget-image .elementor-image img {
    display: inline-block;
}
.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
img[class*="align"], img[class*="attachment-"] {
    height: auto;
}

.elementor-heading-title {
    color: #000000;
    font-family: "Oswald", Sans-serif;
    font-size: 52px;
}
.elementor-widget-heading .elementor-heading-title {
    color: var( --e-global-color-primary );
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
.elementor-heading-title {
    padding: 0;
    line-height: 1;
}

.elementor-2601 .elementor-element.elementor-element-a7eb515 .elementor-heading-title {
    color: #333333;
    font-family: "Oswald", Sans-serif;
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.2em;
}

.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-2601 .elementor-element.elementor-element-a7d3bf2 {
    padding: 35px 0px 0px 0px;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-section {
    position: relative;
}

.elementor-swiper {
    position: relative;
}

.elementor-2601 .elementor-element.elementor-element-4ab081b .elementor-main-swiper {
    width: 100%;
}
.elementor-widget-reviews.elementor-pagination-type-bullets .swiper-container, .elementor-widget-reviews.elementor-pagination-type-fraction .swiper-container, .elementor-widget-testimonial-carousel.elementor-pagination-type-bullets .swiper-container, .elementor-widget-testimonial-carousel.elementor-pagination-type-fraction .swiper-container {
    padding-bottom: 40px;
}
.elementor-widget-reviews .elementor-main-swiper, .elementor-widget-testimonial-carousel .elementor-main-swiper {
    width: 95%;
}
.elementor-main-swiper {
    position: static;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.elementor-widget-reviews .swiper-wrapper, .elementor-widget-testimonial-carousel .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.elementor-2601 .elementor-element.elementor-element-4ab081b .elementor-main-swiper .swiper-slide {
    background-color: rgba(255,255,255,0);
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
}
.elementor-widget-reviews .swiper-slide, .elementor-widget-testimonial-carousel .swiper-slide {
    height: auto;
}
.elementor-widget-testimonial-carousel .swiper-slide {
    padding: 20px;
}
.swiper-slide {
    border-style: solid;
    border-width: 0;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-property: border,background,-webkit-transform;
    transition-property: border,background,-webkit-transform;
    -o-transition-property: border,background,transform;
    transition-property: border,background,transform;
    transition-property: border,background,transform,-webkit-transform;
    overflow: hidden;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.elementor-testimonial--align-left .elementor-testimonial {
    text-align: left;
}

.elementor-2601 .elementor-element.elementor-element-4ab081b .elementor-testimonial__content {
    padding: 25px 55px 25px 55px;
}
.elementor-2601 .elementor-element.elementor-element-4ab081b .elementor-testimonial__content, .elementor-2601 .elementor-element.elementor-element-4ab081b .elementor-testimonial__content:after {
    background-color: #000000;
}
.elementor-testimonial--skin-bubble .elementor-testimonial__content {
    background-color: #e6e9ec;
    padding: 20px;
    position: relative;
}

.elementor-testimonial__text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 2em;
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}
.elementor-widget-testimonial-carousel .elementor-testimonial__text {


    font-style: italic;
    line-height: 1.5;
}

.elementor-2601 .elementor-element.elementor-element-4ab081b.elementor-testimonial--layout-image_above .elementor-testimonial__footer, .elementor-2601 .elementor-element.elementor-element-4ab081b.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-2601 .elementor-element.elementor-element-4ab081b.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    padding: 0 55px 0 55px;
}
.elementor-2601 .elementor-element.elementor-element-4ab081b.elementor-testimonial--layout-image_inline .elementor-testimonial__footer, .elementor-2601 .elementor-element.elementor-element-4ab081b.elementor-testimonial--layout-image_stacked .elementor-testimonial__footer {
    margin-top: 50px;
}
.elementor-testimonial--layout-image_above.elementor-testimonial--align-left .elementor-testimonial__footer, .elementor-testimonial--layout-image_inline.elementor-testimonial--align-left .elementor-testimonial__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    margin-top: 25px;
}
.elementor-testimonial--layout-image_above .elementor-testimonial__footer, .elementor-testimonial--layout-image_inline .elementor-testimonial__footer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-testimonial__footer, .elementor-testimonial__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets {
    color: #fff;
    cursor: default;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}

.elementor-2601 .elementor-element.elementor-element-4ab081b .swiper-pagination-bullet-active, .elementor-2601 .elementor-element.elementor-element-4ab081b .swiper-pagination-progressbar-fill {
    background-color: #000000;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}
.swiper-pagination-clickable .swiper-pagination-bullet .swiper-pagination-bullet2 {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet2 {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2;
}

.elementor-cta--skin-cover .elementor-cta {
    display: block;
}
.elementor-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.elementor-cta, .elementor-widget-call-to-action .elementor-widget-container {
    overflow: hidden;
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}
.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden;
}

.elementor-2601 .elementor-element.elementor-element-e3d2903 .elementor-cta .elementor-cta__bg, .elementor-2601 .elementor-element.elementor-element-e3d2903 .elementor-cta .elementor-cta__bg-overlay {
    transition-duration: 1500ms;
}
.elementor-bg-transform .elementor-bg {
    will-change: transform;
}
.elementor-cta__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}
.elementor-cta__bg, .elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.elementor-cta__bg, .elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.elementor-2601 .elementor-element.elementor-element-e3d2903 .elementor-cta__content {
    min-height: 57vh;
    text-align: center;
}
.elementor-cta--valign-middle .elementor-cta__content {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 280px;
}
.elementor-cta__content, .elementor-cta__content-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}
.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 35px;
    width: 100%;
}

.elementor-2601 .elementor-element.elementor-element-e3d2903 .elementor-cta__content-item {
    transition-duration: 1000ms;
}
.elementor-2601 .elementor-element.elementor-element-e3d2903 .elementor-cta__title {
    font-family: "Oswald", Sans-serif;
    font-size: 6rem;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}
.elementor-widget-call-to-action .elementor-cta__title {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
.elementor-cta--skin-cover .elementor-cta__button.elementor-button, .elementor-cta--skin-cover .elementor-cta__content-item, .elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
    color: #fff;
    border-color: #fff;
}
.elementor-cta__content-item {
    width: 100%;
    margin: 0;
}
.elementor-cta__content, .elementor-cta__content-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #fff;
}
.elementor-cta__title {
    font-size: 23px;
}



.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

b, strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

.elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
    width: 25%;
}


.elementor-icon-box-title {
    color: #ff4c00;
}

.elementor-2601 .elementor-element.elementor-element-837bdc6 .elementor-icon-box-description {
    color: #54595f;
    font-size: 17px;
}
.elementor-widget-icon-box .elementor-icon-box-description {
    color: var( --e-global-color-text );
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-text-font-weight );
}
.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0;
}

.elementor-icon {
    fill: #ff4c00;
    color: #ff4c00;
    border-color: #ff4c00;
}

.elementor-icon {
    font-size: 58px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}


.elementor-element.elementor-element-30de239 {
    padding: 100px 0px 100px 0px;
}

.gyik_text {
    color: #333333;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    line-height: 2em;
}

.elementor-2601 .elementor-element.elementor-element-a32b38f > .elementor-shape-top .elementor-shape-fill {
    fill: #ffffff;
}
.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(
0deg
);
    transform: rotateY(
0deg

);


}

.icon-center {
    display: inline-block;
    width: 100%;
}

.extra_label {
    display: block;
    text-align: center;
    padding: 0.1em 0;
    line-height: 1.5;
}
.extra_label_img {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

img.flex-active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.flex-viewport {
    margin-bottom: 20px;
}

.gallery__trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 32px;
    width: 32px;
    background-color: #eeeeee;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
    text-indent: -999px;
    overflow: hidden;
}

div.images {
    float: none;
    width: 100%;
    padding: 0;
}

div.images {
    position: relative;
    float: left;
    width: 52%;
    margin-bottom: 0;
}

.li_img {
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: Left;
    list-style-type: none;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 3%;
}

.li_img:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    cursor:pointer;
}
.li_img-active {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    cursor:pointer;
}

.woocommerce-product-gallery__trigger {
    position: absolute;
    top: 10px;
    right: 24px;
    display: block;
    height: 32px;
    width: 32px;
    background-color: #eeeeee;
    color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    z-index: 99;
    text-align: center;

    overflow: hidden;
}
.woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font-family: 'FontAwesome';
    font-size: inherit;
    text-rendering: auto;
    display: block;
/*    content: '\f002';*/
    line-height: 32px;
    text-indent: 0;
}
.pswp img {
    max-width: none;
    object-fit: contain;
}

.heading-title {
    color: #333333;
    font-family: "Oswald", Sans-serif;
    font-size: 4vw;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.pi1{
    padding: 0% 10% 0% 10%;
    text-align: center;
    color: rgba(255,255,255,0.95);
    font-family: "Oswald", Sans-serif;
    font-size: 7vw;;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    line-height: 1.6em;
    letter-spacing: 10px;
    word-wrap: normal;

}
.pi2{
    padding: 0% 10% 0% 10%;
    text-align: center;
    color: rgba(255,255,255,0.95);
    font-family: "Oswald", Sans-serif;
    font-size: 3rem;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    line-height: 1.6em;
    letter-spacing: 10px;
    word-wrap: normal;

}

.imgContainer {
  position: relative;
  text-align: center;
  color: white;
}

.imgCentered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);

}
.buttonCentered {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);

}



.icon-right {
    margin-left: 15px;
    color: #fff;
    font-size: 25px;
}

.icon-right-orange {
    margin-left: 15px;
    color: #ff4c00;
    font-size: 25px;
}
.icon-right-orange:focus , .icon-right-orange:hover {
    color: #ffffff
    
}

.textOrange {
    color: #ff4c00;
}
/*
.textOrange:focus , .textOrange:hover {
    color: #ffffff
    
}
*/


.featuredText {
     color: #ffffff;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    
}
.elementor-element-3824ec31 
{
    -iteration-count: infinite;
    -dynamic-text-color: #ffffff;
}
element.elementor-element-3824ec31 .elementor-headline {
    text-align: left;
    font-size: 6rem;
}
.elementor-widget-animated-headline .elementor-headline {
    font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
    font-weight: var( --e-global-typography-primary-font-weight );
}
.elementor-headline {
    font-size: 43px;
    line-height: 1.2;
    display: block;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter.elementor-headline-animation-in {
    -webkit-animation: elementor-headline-blinds-in .6s forwards;
    animation: elementor-headline-blinds-in .6s forwards;
}
.elementor-headline-animation-type-blinds .elementor-headline-dynamic-letter {
    display: inline-block;
    -webkit-transform: rotateY(
180deg
);
    transform: rotateY(
180deg
);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.elementor-531 .elementor-element.elementor-element-3824ec31 .elementor-headline-dynamic-text {
    font-family: "Oswald", Sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text.elementor-headline-text-active {
    position: relative;
}
.elementor-headline-dynamic-wrapper .elementor-headline-dynamic-text {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.elementor-headline-dynamic-text {
    color: var(--dynamic-text-color,#aebcb9);
}
.imgIndex {
    max-width: 100%;
    opacity: 1;
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
0deg
 );
    border-radius: 5px 450px 5px 5px;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 2.4s;
    -o-transition: all 2.4s;
    transition: all 2.4s;
    
    
}

.overlay:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.scalable:hover {
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.paymentSelector {
    background-color: #f7f7f7;
}

.shippingSelector {
    padding: .05rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    background-color: #f7f7f7;
 
}

.orange-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;

}

.orange-button-text {
    font-family: "Oswald", Sans-serif;
    font-size: 2vw;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1.5px;
    background-color: #ff4c00;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #ff4c00;
    border-radius: 50px 50px 50px 50px;
/*    padding: 20px 30px 20px 30px;*/
}

.orange-button-text:hover {
    background-color: transparent;
}

.orange-button:focus {
    color: #ff4c00;
    background-color: rgba(240,70,112,0);
    border-color: #ff4c00;
}

.white-button {
    display: inline-block;
    line-height: 1;
 /*   background-color: #818a91;*/
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
/*    border-radius: 3px;*/
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    fill: #ff4c00;
    color: #ff4c00;
    background-color: #ffffff;
    border-width: 2px 2px 2px 2px;
    border-color: #ff4c00;
    border-radius: 50px 50px 50px 50px;
}

.white-button-text {
    font-family: "Oswald", Sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1.5px;
    background-color: #ffffff;
/*    border-style: solid;*/
    border-width: 2px 2px 2px 2px;
    border-color: #ff4c00;
    border-radius: 50px 50px 50px 50px;
/*    padding: 20px 30px 20px 30px;*/
    color: #ff4c00;
}

.white-button:focus, .white-button:hover {
    color: #ffffff;
/*    background-color: #ff4c00;*/
    border-color: #ffffff;
}
/*
.white-button-text:focus, .white-button:hover {
    color: #ffffff;
    background-color: #ff4c00;
    border-color: #ffffff;
}
*/
.button-orange {
    letter-spacing: 1.0px;
}
.button-orange .button-orange:active .button-orange:visited {
    background-color: #ff4c00;
    color: #fff;
}
.button-orange:hover {
    background-color: #fff;
    color: #ff4c00;
}
.elementor-toggle-title {
    color: #000;
}
.footerLink:hover {
    color: #000;
}
.share {
    color: #000;
}
.button-stroke {
	display: block;
	width: calc(100% - 40px);
	height: 20px;
	stroke: yellow;
	position: absolute;
	left: 20px;
	bottom: 0px;
	stroke-width: 4;
	
	&:nth-child(2) {
		stroke-dasharray: 650px;
		stroke-dashoffset: 650px;
		stroke: darken(#263238, 10%);
		stroke-width: 15;
		transition: stroke-dashoffset 3000ms ease-out;
	}
}

.elementor-text-editor {
    text-align: center;
    color: #000000;
    font-size: 22px;
}
.elementor-clearfix{
    text-align: left;
}

.tcfa {
    display: inline-block;
    font: normal normal normal 14px/1 tc-fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tc-tooltip {
    color: #2980b9;
    cursor: help;
    font-size: 1.25em;
    margin-left: .5em;
}

.points {
    background: #e74c3c;
    position: absolute;
    color: #fff;
    font-size: 41px;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    margin-top: -15px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    -ms-border-radius: 100%;
}


.left-sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.left-sidebar.active {
    left: 0;
}

#left-dismiss {
    width: 25px;
    height: 25px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#left-dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.left-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.left-overlay.active {
    display: block;
    opacity: 1;
}

.left-sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

.left-sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.left-sidebar ul p {
    color: #fff;
    padding: 10px;
}

.left-sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.left-sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.left-sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.left-dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.left-sidebar-container {
    height: auto;
    padding-left: 10px;
    padding-right: 8px;
}

.right-sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.right-sidebar.active {
    right: 0;
}

#right-dismiss {
    width: 25px;
    height: 25px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#right-dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.right-overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.right-overlay.active {
    display: block;
    opacity: 1;
}

.right-sidebar .sidebar-header {
    padding: 20px;
    background: #6d7fcc;
}

.right-sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

.right-sidebar ul p {
    color: #fff;
    padding: 10px;
}

.right-sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

.right-sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

.right-sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}


.right-dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.right-sidebar-container {
    height: auto;
    padding-left: 10px;
    padding-right: 8px;
}

.product-title:hover {
    white-space: normal;
}

.aLink, .aLink:visited, .aLink:active {
    text-decoration: none;
    color:#000;
/*    background-color: #ff4c00;*/
    border-color: #ff4c00;
    font-family: "Oswald", Sans-serif;
    font-size: 18px;
/*    font-weight: 300; */

}
.aLink:hover {
    text-decoration: none;
    color: #ff4c00;
    background-color: #fff;
    border-color: #ff4c00;
/*    font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
*/
    border: 0px solid transparent;
        font-family: "Oswald", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0px;
    background-color: #ff4c00;

}

.text14 {
    font-size: 14px;
}
.text18 {
    font-size: 18px;
}
.product:hover {
    transition: all .5s ease;
}
.product-hover {
    display: none;
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    padding: 20px;
    z-index: 10;
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
    overflow: hidden;
}

.noUi-target {
    margin-bottom: 15px;
    height: 10px;
}
.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}
.noUi-horizontal {
    height: 18px;
}
.noUi-target {
    position: relative;
    direction: ltr;
}
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    border-radius: 3px;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect {
    background-color: var(--logoBlue);
}
.noUi-connect {
    background: #3FB8AF;
}
.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto;
}
.noUi-handle-upper {
    right: 0px;
    left: auto;
}
.noUi-horizontal .noUi-handle {
    width: 25px;
    height: 25px;
    top: -9px;
    border: 2px solid var(--logoBlue);
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -17px;
    top: -6px;
}
.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}
.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}
.noUi-touch-area {
    height: 100%;
    width: 100%;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.price-input-container {
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}
.price-input-container input+input {
    border-left: 1px solid #a1a1a1;
}
.price-input-container input {
    width: 45%;
    width: 50%;
    border: none;
    text-align: center;
}
@media screen and (min-width: 1023px)
.text-rotator {
    height: 35px;
}
.text-rotator {
    position: relative;
    height: 47px;
    perspective: 1000px;
    perspective-origin: 50% 50%;
    overflow: hidden;
}
.text-rotator > span.is-next {
    transform: rotate3d(1, 0, 0, 
-90deg
);
}
.text-rotator > span.is-active {
    opacity: 1;
    transform: rotate3d(0, 0, 0, 0);
}
@media screen and (min-width: 1023px)
.text-rotator > span {
    transform-origin: 50% 50% -17px;
}
.text-rotator > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    height: 100%;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    transform: rotate3d(1, 0, 0, 
90deg
);
    transform-origin: 50% 50% -22px;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 320ms ease-in-out;
}

.customerReview {
    
    left: 0;
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);position: fixed;
    padding: 0px 8px;
    background-color: #ff4c00 !important;
    text-transform: uppercase;
    opacity: 1;
    
}

.customerReview:hover {
    color: #FFFFFF;
}


.spinmainbox {
  position: absolute;
  width: 500px;
  height: 500px;
  top:0px;
  left: -510px;
}

.spinmainbox:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url(./arrow-bottom.png) no-repeat;
  background-size: 5%;
  left: 5%;
  top: 48%;
  transform: rotate(90deg);
}

.spinbox {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 50%;
  border: 10px solid #949090;
  overflow: hidden;
  transition: all ease-in-out 5s;
  transform: rotate(90deg);
}

.spinbox span {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.span1 {
  clip-path: polygon(0 17%, 0 50%, 50% 50%);
  background-color: green;
}

.span2 {
  clip-path: polygon(0 17%, 30% 0, 50% 50%);
  background-color: red;
}

.span3 {
  clip-path: polygon(30% 0, 71% 0, 50% 50%);
  background-color: blue;
}

.span4 {
  clip-path: polygon(71% 0, 100% 18%, 50% 50%);
  background-color: salmon;
}

.span5 {
  clip-path: polygon(100% 18%, 100% 50%, 50% 50%);
  background: #ff8300;
}

.box2 .span3 {
  background-color: #00ff04;
}

.box2 {
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
}

.font {
  color: white;
  font-size: 20px;
}

.box1 .span1 b {
  position: absolute;
  top: 39%;
  right: 60%;
  transform: rotate(200deg);
  text-align: center;
}

.box1 .span2 b {
  position: absolute;
  top: 25%;
  right: 57%;
  transform: rotate(-130deg);
}

.box1 .span3 b {
  position: absolute;
  top: 20%;
  right: 40%;
  transform: rotate(-90deg);
}

.box1 .span4 b {
  position: absolute;
  top: 25%;
  right: 22%;
  transform: rotate(-45deg);
}

.box1 .span5 b {
  position: absolute;
  top: 38%;
  right: 10%;
  transform: rotate(-15deg);
  text-align: center;
}

.box2 .span1 b {
  position: absolute;
  top: 38%;
  right: 70%;
  transform: rotate(200deg);
}

.box2 .span2 b {
  position: absolute;
  top: 20%;
  right: 65%;
  transform: rotate(-130deg);
  text-align: center;
}

.box2 .span3 b {
  position: absolute;
  top: 15%;
  right: 44%;
  transform: rotate(270deg);
}

.box2 .span4 b {
  position: absolute;
  top: 27%;
  right: 26%;
  transform: rotate(310deg);
}

.box2 .span5 b {
  position: absolute;
  top: 38%;
  right: 10%;
  transform: rotate(-20deg);
  text-align: center;
}

.spin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border: 4px solid white;
  background-color: #ff5722;
  color: #fff;
  box-shadow: 0 5px 20px #000;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  z-index: 1000;
}

.spin:active {
  width: 70px;
  height: 70px;
  font-size: 20px;
}

.mainbox.animate:after {
  animation: animateArrow 0.7s ease infinite;
}

audio {
  display: none;
}

@keyframes animateArrow {
  50% {
    right: -50px;
  }
}

@media (max-width: 576px) {
  .spinmainbox {
    width: 100%;
    height: 50%;
  }
}
select.sel{
    position:relative;
    background:#fff;
/*    border:2px solid #000;    */
}
.dropdown_sel{
/*border:2px solid #000;*/
    margin-top:3px;
    padding:20px;
    width:100%;
    height:auto;
    display:none;
}