body{
	font-family: 'Kanit', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
	letter-spacing: .3px;
	color: #30332e;
}
img{
	
	max-width: 100%;
}
a{
	color: #30332e;
}
a:hover{
	color: inherit;
	text-decoration: none;
}
button{
	outline: none;
	border: none;
}
ul{
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style: none;
}
h1{
	font-size: 60px;
	margin: 0px;
}
h2{
	font-size: 36px;
	margin: 0px;
}
h3{
	font-size: 24px;
	margin: 0px;
	color: #6c6e6b;
}
h4{
	font-size: 18px;
	color: #6c6e6b;
	margin: 0px;
	padding: 0px;
}
.black{
	color: #30332e !important;
}
header{
	text-transform: uppercase;
    position: fixed;
    z-index: 11;
    width: 100%;
    background: white;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    top: 0px;
    border-bottom: 1px solid #c7c7c780;
}
button:focus{
	outline: none;
}
.outline-none{
	outline: none;
}
.br{
	border-right: 1px solid #c7c7c780;
}
.br2{
	border-right: 3px solid #c7c7c780;
}
.bb {
    border-bottom: 1px solid #c7c7c780;
}
.bl{
	border-left: 1px solid #c7c7c780;
}
.wrapper{
	overflow: hidden;	
}
strong{
	font-weight: bold;
}
.header-top{
	background: #0197db;
	color: #fff;
	font-weight: 200;
}
.header-top .btn{
	color: #fff;
	font-weight: 200;
}
header .btn.dropdown-toggle::after{
	content: "\f107";
	font-family: FontAwesome;
	border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    vertical-align: 0;
    font-weight: bold;
}
header .btn{
	text-transform: uppercase;
}
.w-hide{
	display: none !important;
}
.btn{
	font-family: 'Kanit', sans-serif;
	font-weight: 200 !important;
}
.btn.focus, .btn:focus{
	box-shadow: none;
}
p{
	font-size: 1rem;
	margin: 0px;
	padding: 0px;
}
.w-85{
	width: 80% !important;
	
}
.flex-one{
	flex: 1 !important;
}
.nav{
	height: 100%;
}
.nav li{
	display: flex;
    align-items: center;
}
.header-search-outer{
	border: 1px solid #c7c7c780;
    padding: 5px;
    width: 500px;
    transition: .3s;
}
.background-none{
	background: none;
}
.header-search{
	font-weight: 200;
	color: #afafaf;
}
.header-search::placeholder {
  color: #afafaf;
}
.flexpanel{
	display: none !important;
}
.mobile-logo{
	margin-left: 50px;
}
.mobile-logo img{
	width: 100px;
    margin-top: 10px
}
.banner{
	position: relative;
	transition: .3s;
}
.banner-hover{
	position: absolute;
    top: 134px;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-hover img{
	/*width: calc(100% - 57%);*/
	height: calc(100% - 33%);
}
.new-apparel{
	height: 573px;
	background-color: #0e227b;
	background-image: url("../images/action-apparel-bg.png");
	border-top: 5px solid #0197db;
	border-bottom: 5px solid #0197db;
	position: relative;
}
.new-apparel:before{
	content: '';
    background-image: url(../images/action-apparel-before.png);
    width: 506px;
    height: 120px;
    position: absolute;
    top: -119px;
}
.new-apparel h1{
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
}
.new-apparel h2{
	color: #fff;
	text-align: center;
	font-weight: 300;
	max-width: 370px;
	margin: auto;
}
.blue{
	color: #0197db !important;
}
.action-appareal{
	padding: 7rem 0;
}
.action-appareal h1{
	color: #30332e;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 60px;
}
.action-appareal .blue{
	font-weight: 700;
}
.action-appareal h3{
    color: #6c6e6b;
    font-weight: 300;
    line-height: 30px;
}
.py-6{
	padding-bottom: 5rem!important;
	padding-top: 5rem!important;
}
.pt-6{
	padding-top: 5rem!important;
}
.pb-6{
	padding-bottom: 5rem!important;
}
.px-6{
	padding-left: 5rem!important;
	padding-right: 5rem!important;
}
.new-arrival-listing{
	
}
.new-arrival-listing .slick-slide{
	margin: 0px 10px;
	outline: none;
}
.new-arrival-listing .newarrival-main-slide{
	background: #fff;
    height: 500px;
    border-radius: 5px;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    outline: none;
}
.new-arrival-listing .newarrival-main-slide h3{
	font-weight: 600;
	color: #0197db;
	text-transform: uppercase;
}
.new-arrival-listing .price-section h3{
	color: #000;
}
.new-arrival-listing .newarrival-main-slide .view-btn{
	background: #0197db;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-top: 15px;
}
.new-arrival-slider{
	height: 90%;
    margin: 5% 0;
}
/*.new-arrival-slider .carousel-indicators li{
	width: 100px;
    height: 30px;
    color: #c7c7c7;
    text-indent: 1px;
    opacity: 1;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #c7c7c7;
    transform: skew(-30deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-arrival-slider .carousel-indicators li>div{
	transform: skew(30deg);
}
.new-arrival-slider .carousel-indicators .active{
	border: 1px solid #0197db !important;
	color: #0197db !important;
}*/
.new-arrival-listing .newarrival-main-slide .price-section span:first-child h3{
	font-size: 14px;
}
.new-apparel .left{
	width: 25%;
	transition: .3s;
}
.new-apparel .right{
	width: 75%;
    transition: .3s;
}
.sliding-section{
	height: 100%;
	padding-top: 10px;
}
.sliding-section .slick-slide img{
	width: auto !important;
}
.sliding-section .slick-dots{
	display: flex !important;
    justify-content: center;
    bottom: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
}
.sliding-section .slick-dots li{
    height: 30px;
    color: #c7c7c7;
    text-indent: 1px;
    opacity: 1;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #c7c7c7;
    transform: skew(-30deg);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    margin: 0 5px;
    border-radius: unset;
}
.sliding-section .slick-dots li.slick-active{
	border: 1px solid #0197db !important;
	color: #0197db !important;
}
.sliding-section .slick-dots li:before{
	padding: 0 15px;
	transform: skew(30deg);
}
.sliding-section .slick-dots li:first-child:before{
	content: "Front"
}
.sliding-section .slick-dots li:nth-child(2):before{
	content: "Action"
}
.sliding-section .slick-dots li:last-child:before{
	content: "Back"
}
.sliding-section .slick-dots li button{
	display: none;
}
.join-team{
	background: #f4f4f4;
}
.jointeam-head{
	width: 575px;
    height: 100px;
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.jointeam-head img{
	position: absolute;
    right: 130px;
    top: -20px;
}
.jointeam-head h1:last-child{
	font-weight: 700;
    font-style: italic;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  margin: auto;
}

.upload-btn-wrapper .btn {
  color: white;
  background-color: #0197db;
  border-radius: 8px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500 !important;
  display: flex;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-btn-wrapper i{
	font-size: 30px;
}
.jointeam-posts{
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    transition: .3s;
}
.jointeam-posts li{
	position: relative;
	transition: .3s;
}
.jointeam-posts li div{
	position: absolute;
    bottom: 30px;
    text-align: left;
    color: #fff;
    left: 30px;
    font-weight: 300;
}
.jointeam-posts li div h3{
	color: #fff;
	font-weight: 600;
}
footer{
	border-top: 1px solid #c7c7c780;
}
footer h4 a{
	color: #6c6e6b;
}
.footer-socialmedia{

}
.footer-socialmedia ul{
	display: inline-block;
	display: flex;
}
.footer-socialmedia ul li{
	margin-right: 20px;
}
.our-apparel li{
	margin-bottom: 1rem;
}
.our-apparel{
	margin-top: 40px;
}
.our-apparel li:first-child{
	text-transform: uppercase;
	position: relative;
	margin-bottom: 1.5rem;
}
.our-apparel li:first-child:after{
	content: '';
    border-bottom: 4px solid #eaeaea;
    position: absolute;
    width: 20px;
}
.footer-mobile{
	background-image: url("../images/footer-mobile.jpg");
	width: 155px;
    height: 293px;
    padding: 25px 25px;
}
.footer-mobile img{

}
.footer-mobile p{
	font-size: 11px;
	color: #6c6e6b;
}
.footer-mobile p a{
	color: #6c6e6b;
}
.footer-wrap{
	margin: 0 10%;
	transition: 0.3s;
}
footer .header-search-outer, footer .header-search-outer .header-search{
	background: #f4f4f4;
	border: none;
	border-radius: 5px;
	width: auto;
}
.footer-signup{
	background: #0197db;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 5px;
    height: 50px;
}
.footer-signup h4{
	color: #fff;
	margin: 0;
}
.product-details{
	margin-top: 134px;
}
.product-carousel{
	
}
.product-carousel .carousel-indicators{
	left: 0;
    flex-direction: column;
    margin: 0;
    padding: 0;
    width: max-content;
    top: 0px;
    z-index: unset;
}
.product-carousel .carousel-indicators li{
	width: 150px;
    height: 150px;
    text-indent: inherit;
    margin: 5px 0;
    padding: 0;
    border: 1px solid #c7c7c780;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.product-carousel .carousel-indicators .active{
	border: 1px solid #0197db;
}
.custom-container{
	max-width: 1300px;
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.product-carousel .carousel-inner{
	margin-left: 170px;
    width: auto;
    transition: .3s;
}
.product-carousel .carousel-inner .carousel-item{
	text-align: center;
}
.product-carousel .carousel-indicators li img{
	max-width: 100px;
}
.product-details .price-section span:first-child h3{
	font-size: 14px;
	color: #000
}
.product-details .price-section span:last-child h3{
	color: #000;
	font-weight: 600;
}
#size-selection, #color-selection, #mobilesize-selection{
    display: flex;
    align-items: center;
    margin-top: .5rem;
}
#color-selection .btn, #size-selection .btn, #mobilesize-selection .btn{
	width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
    margin-right: .5rem;
    padding: .25rem!important;
    background: none;
    border-radius: unset;
    font-weight: 500 !important;
}
#size-selection .btn.active2, #color-selection .btn.active3, #mobilesize-selection .btn.active3{
	border: 1px solid #0197db;
}
#color-selection img, #size-selection img{
	max-width: 33px;
}
.product-details p{
	color: #6c6e6b;
	line-height: 15px;
}
.size-selection-wrap{
	display: flex;
}
.size-selection-wrap .size-modal button{
	padding: 0 1rem;
}
.quantity-btn{
	width: 180px;
    height: 80px;
    border: 1px solid #c7c7c780;
    display: flex;
    align-items: center;
    justify-content: center;
}
.quantity-btn input{
	color: #6c6e6b;
	font-style: 18px;
}
.quantity-btn input:focus{
	box-shadow: none;
}
.quantity-btn button i{
	font-weight: 200;
	color: #afafaf;
}
.quantity-btn button:hover i{
	color: #0197db;
}
.add-btn{
	background: #0197db;
    color: #fff !important;
    font-size: 1rem;
    text-transform: uppercase;
    width: 260px;
    height: 80px;
    letter-spacing: 2px;
    font-size: 20px;
    border: none;
    outline: none;
}
.photo-heading{
	display: flex;
	align-items: center;
	position: relative;
	width: 865px;
	margin: auto;
	justify-content: flex-end;
	text-align: center;
}
.photo-heading .fam-head{
    font-weight: 700;
    font-style: italic;
}
.photo-heading img {
    position: absolute;
    top: -33px;
    left: 0px;
}
.photo-section{
	background: #f4f4f4;
}
.cart-wrapper{
	margin-top: 134px;
}
.custom-notification{
	background: #ffc24f;
    color: #fff;
    padding: 10px;
}
.custom-notification h4{
	color: #fff;
}
.addeditem-img{
	width: 150px;
    height: 150px;
    text-indent: inherit;
    margin: 5px 0;
    padding: 0;
    border: 1px solid #c7c7c780;
    display: flex;
    align-items: center;
    justify-content: center;
}
.addeditem-img img{
	max-width: 100px;
}
.added-items .quantity-btn{
	height: 50px;
}
.added-items{

}
.added-items li{
	border-bottom: 1px solid #c7c7c780;
	padding: 20px 0;
	position: relative;
}
.delete-item{
	position: absolute;
    right: 0;
    top: 20px;
    background: none;
    color: #6c6e6b;
    font-size: 20px;
}
.ordersummery-wrap{
	box-shadow: 1px 1px 9px 0px #00000024;
    padding:3rem 0;
}
.ordersummery-wrap div:last-child h3{
	font-size: 20px;
}
.ordersummery-wrap .card-header button, .mobile-accordian .card button{
	text-decoration: none;
    text-transform: uppercase;
    padding: 0px;
}
.ordersummery-wrap .card-header button i, .mobile-accordian .card button i{
	color: #000;
    padding: 0 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.ordersummery-wrap .card-header button[aria-expanded="true"] i, .mobile-accordian .card button[aria-expanded="true"] i{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.ordersummery-wrap .card-header{
	margin: 0;
    padding: 0;
    background: none;
}
.gift-code{
	background: #f4f4f4;
    padding: 10px;
    width: 100%;
    border: none;
    outline: none;
}
.gift-code-btn{
	display: flex;
	flex:1;
	background: #0197db;
	color: #fff;
}
.contact-wrapper{
	
}
.breadcrumb{
	background: none;
}
.subbanner-wrapper{
	margin-top: 134px;
}
.breadcrumb-item+.breadcrumb-item::before{
	content: "\f107";
    font-family: FontAwesome;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    padding: 0px 0px 5px 0px;
    font-size: 15px;
    color: #c7c7c7;
}
.breadcrumb li a{
	color: #c7c7c7;
	font-weight: 300;
}
.breadcrumb .breadcrumb-item.active a{
	color: #000;
}
.sub-banner{
	position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sub-banner .subbanner-hover{
	position: absolute;
	width: calc(100% - 82%);
}
.sub-banner .subbanner-hover img{

}
.contact-tab-section{
	margin-bottom: 100PX;
}
.contact-tab-section ul{
	justify-content: center;
}
.contact-tab-section ul li{
	margin: 0 20px;
    
    display: flex;
    justify-content: center;
}
.contact-tab-section ul li a, .order-tab .nav-link{
	display: flex;
	align-items: center;
	position: relative;
	width: 262px;
	justify-content: center;
    background-color: unset !important;
}
.contact-tab-section ul li a:after{
	border-bottom: 2px solid #c7c7c7;
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.contact-tab-section ul li a.active:after{
	border-bottom: 2px solid #0197db;
}
.contact-tab-section ul li a:before, .order-tab .nav-link:before{
	content: '';
	width: 40px;
    height: 35px;
    margin-right: 10px;
    background-repeat: no-repeat;
}
.contact-tab-section ul li:first-child a:before{
	background-image: url("../images/email.png");
}
.contact-tab-section ul li:first-child a.active:before{
	background-image: url("../images/email-hover.png");
}
.contact-tab-section ul li:nth-child(2) a:before{
	background-image: url("../images/call.png");
}
.contact-tab-section ul li:nth-child(2) a.active:before{
	background-image: url("../images/call-hover.png");
}	
.contact-tab-section ul li:last-child a:before{
	background-image: url("../images/snail.png");
}
.contact-tab-section ul li:last-child a.active:before{
	background-image: url("../images/snail-hover.png");
}

.contact-tab-section ul li a.active h4{
	color: #0197db;
}
.contact-tab-section .tab-content, .form-bg{
	background: #f4f4f4;
	padding: 60px;
}
.contact-tab-section .tab-content .field-contact, .mobile-accordian .field-contact, #instamodal .field-contact, 
.orderhistory-wrap .field-contact, #loginmodal .field-contact, #signupmodal .field-contact
{
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 25px 20px;
	margin-bottom: 30px;
}
.contact-tab-section .tab-content .field-contact input, 
.contact-tab-section .tab-content .field-contact label,
.mobile-accordian .field-contact input,
.orderhistory-wrap input
{
	border: none;
    outline: none;
    color: #000;
}
.mobile-accordian .field-contact label{
	color: #acadab;
}
.contact-tab-section .tab-content .field-contact input::-webkit-input-placeholder, 
.orderhistory-wrap input::-webkit-input-placeholder
{
	color: #acadab;
}
.contact-tab-section .tab-content .field-contact input:-ms-input-placeholder, 
.orderhistory-wrap input:-ms-input-placeholder
{
	color: #acadab;
}
.contact-tab-section .tab-content .field-contact input::placeholder, 
.orderhistory-wrap input::placeholder
{
	color: #acadab;
} 
.contact-tab-section .tab-content .field-contact textarea, .mobile-accordian .field-contact textarea, .orderhistory-wrap textarea{
	border: none;
	outline: none;
    color: #acadab;
}
.mobile-accordian{
	display: none;
}
.orderhistory-wrap{
	margin-top: 134px;
}
.order-tab .nav-link{
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	justify-content: left;
    background-color: unset !important;
    margin-top: 30px;
    padding: .5rem 0px;
}
.order-tab .nav-link.active h4{
	color: #0197db;
}
.order-tab .nav-link.active:after{
	border-right: 2px solid #0197db;
    content: '';
    height: 100%;
    position: absolute;
    right: -15px;
}
.order-tab .nav-link:first-child:before{
	background-image: url(../images/order-history.png);
}
.order-tab .nav-link.active:first-child:before{
	background-image: url(../images/order-history-hover.png);
}
.order-tab .nav-link:nth-child(2):before{
	background-image: url(../images/accountsettings.png);
}
.order-tab .nav-link.active:nth-child(2):before{
	background-image: url(../images/accountsettings-hover.png);
}
.order-tab .nav-link:nth-child(3):before{
	background-image: url(../images/sizechart.png);
}
.order-tab .nav-link.active:nth-child(3):before{
	background-image: url(../images/sizechart-hover.png);
}
.order-tab .nav-link:nth-child(4):before{
	background-image: url(../images/shoppinginfo.png);
}
.order-tab .nav-link.active:nth-child(4):before{
	background-image: url(../images/shoppinginfo-hover.png);
}
.orderhistory-wrap .left{
	background: #f9f9f9;
}
.order-sorting-section{
	border-bottom: 2px solid #0197db;
	padding: 20px 0;
}
.orderhistory-wrap .thump-img{
	width: 70px;
	height: 70px;
	border: 1px solid #c7c7c780;
	padding: 5px;
	text-align: center;
}
.orderhistory-wrap .thump-img img{
	max-height: 100%;
}
.orderhistory-wrap .table{
	border: 1px solid #c7c7c780;
	color: #30332e;
	font-weight: 300;
}
.orderhistory-wrap .table p{
	font-size: 14px;
}
.orderhistory-wrap .table thead th{
	font-weight: 300;
    color: #6c6e6b;
    background: #f9f9f9;
    border-bottom: 1px solid #c7c7c780;
    text-align: center;
}
.orderhistory-wrap .table tbody td{
	text-align: center;
	border: 1px solid #c7c7c780;
	padding: 30px .75rem;
	min-width: 100px;
}
.orderhistory-wrap .table tbody td:nth-child(3){
	min-width: 350px;
}
.summary-table p{
	color: #6c6e6b;
}
.summary-table .blue{
	text-transform: uppercase;
}
.mobile-order-tab{
	border-bottom: 1px solid #c7c7c780;
	padding: 20px 0px;
}
.mobile-order-tab .nav-pills .nav-link.active{
	background-color: #0197db;
}
.mobile-order-tab .nav-pills .nav-link.active h4{
	color: #fff;
}
.mobile-order-tab .nav{
	display: flex;	
	align-items: center;
	justify-content: space-between;
}
.pagination li{
	
	margin: 0 5px;
}
.pagination li .page-link{
	border: 1px solid #c7c7c780;
	color: #30332e;
}
.pagination li .page-link:hover, .pagination li.page-item.active .page-link{
	background: #0197db;
	color: #fff;
}

.receipt-cost .left div:last-child{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.receipt-bottom{
	background: #00a0dc;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.receipt-bottom h3{
	max-width: 640px;
	margin: auto;
	text-align: center;
	padding: 5rem 0;
	color: #fff;
	font-style: italic;
    font-size: 20px;
}

.w-70{
	width: 70%;
	padding: 0 15px;
}
.w-30{
	width: 30%;
	padding: 0 15px;
}
.productlisting-wrapper{
	max-width: 1700px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*custom checkbox start*//*custom checkbox start*/

.custom-checkbox {
  display: block;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  width: 16%;
  height: 50px;
  margin-right: 3%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
}

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #eee;
  border: 1px solid #dee2e6;
}

.custom-checkbox:nth-child(1) .checkmark{
	background-color: #000;
}
.custom-checkbox:nth-child(2) .checkmark{
	background-color: #0056b8;
}
.custom-checkbox:nth-child(3) .checkmark{
	background-color: #808080;
}
.custom-checkbox:nth-child(4) .checkmark{
	background-color: #fff;
}
.custom-checkbox:nth-child(5) .checkmark{
	background-color: #00943b;
}
.custom-checkbox:nth-child(6) .checkmark{
	background-color: #f15928;
}
.custom-checkbox:nth-child(7) .checkmark{
	background-color: #e63e80;
}
.custom-checkbox:nth-child(8) .checkmark{
	background-color: #7369e5;
}
.custom-checkbox:nth-child(9) .checkmark{
	background-color: #d51111;
}
.custom-checkbox:nth-child(10) .checkmark{
	background-color: #10c1d1;
}
.custom-checkbox:nth-child(5), .custom-checkbox:nth-child(10){
	margin-right: 0px;
}
/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  background-image: url("../images/colorpicker.png");
  background-repeat: no-repeat;
  background-position: center;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*custom checkbox end*//*custom checkbox end*/
.blue-bottom-border{
	border-bottom: 2px solid #0197db;
}
.blue-bottom-border{
	border-bottom: 2px solid #0197db;
}
.gray-bottom-border{
	border-bottom: 1px solid #dee2e6!important;
}
.upcoming-listing{

}
.upcoming-listing li{
	padding: 10px 0px;
}
.upcoming-listing li a{
	text-transform: capitalize;
}
.productlisting-wrapper .left h4{
	color: #afafaf;
	font-size: 20px;
}
.upcoming-listing li a:hover{
	color: initial;
}	
.upcoming-listing li a span{
	font-style: italic;
	font-size: 15px;
}
.productlisting-wrapper #size-selection .btn.active2, #mobilesize-selection .btn.active3{
	background: #0197db;
	color: #fff;
}
.color-picker{
	
}
.productlisting-wrapper .left .multiCollapse:after{
	content: '-';
	font-size: 20px;
}
.productlisting-wrapper .left .multiCollapse[aria-expanded="false"]:after{
	content: '+';
	font-size: 20px;
}
.productlisting-wrapper .right .order-sorting-section{
	margin-top: 36px;
}
.productpage-listing{

}
.productpage-listing ul{
	
    padding: 15px 0px;
    max-width: 100%;
}
.productpage-listing ul li{
	max-width: 31%;
    display: inline-block;
    border: 1px solid #c7c7c7;
    border-radius: 5px;
    margin: 1%;
}
.productpage-listing ul li .sliding-section .slick-dots{
	bottom: 0px;
}
.productlisting-wrapper .left{
	padding-right: 90px;
	max-width: 30%;
	width: 380px;
}
.productlisting-wrapper .right{
	width: 70%;
}
.productlisting-mobilemenu{
	display: flex;
	align-items: center;
}
.popover{
	display: none;
}
.productlisting-mobilemenu button{
	background: #0197db;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
}
.popover .color-picker{

}
.popover .color-picker .custom-checkbox{
	width: 60px;
    margin: 10px;
}

/*price range start*/
.noUi-connect, .noUi-origin{
	z-index: 0 !important;
}
.filter__label{
	width: 110px;
    height: 40px;
}
.filter__label input{
	width: 100%;
	height: 100%;
	border :1px solid #dee2e6;
	padding: 0 10px;
}
.noUi-connects{
	height: 5px;
}
.noUi-connect{
	background: #00a0dc;
	height: 5px;
}
.noUi-horizontal{
	height: 5px;
	max-width: 288px;

}
.filter{
	margin: auto;
	max-width: 288px;
}
.noUi-horizontal .noUi-handle{
	width: 10px;
    height: 20px;
    right: -5px;
    top: -8px;
}
.noUi-handle:before, .noUi-handle:after{
	display: none;
}
.noUi-horizontal .noUi-handle:focus{
	border: 1px solid #0197db;
    outline: none;
}
.mesurement{
	margin-top: 10px;
}
.mesurement ul{
	max-width: 288px;
}
.mesurement li{
	position: relative;
	font-size: 12px;
}
.mesurement li:first-child:before, .mesurement li:last-child:before{
	display: none;
}
.mesurement li:before{
	content: '';
	border-right: 1px solid #000;
	position: absolute;
	height: 10px;
	top: -17px;
	left: 8px;
}
.mesurement li:first-child{
	margin-right: 47px;
}

.mesurement li:nth-child(2){
	margin-right: 56px;
}

.mesurement li:nth-child(3){
	margin-right: 56px;
}

.mesurement li:nth-child(4){
	margin-right: 37px;
}
.noUi-base, .noUi-connects{
	max-width: 288px;
}
/*price range end*/
.clearence {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.clearence input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.clearence .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: transparent;
}

/* On mouse-over, add a grey background color */
.clearence:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.clearence input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.clearence input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.clearence .checkmark:after {
  left: 0;
    right: 0;
    top: 0;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    margin: auto;
}
.flexpanel div.navigation ul li a{
	background: none;
	background: none;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}
.list-group-item.active{
	color: #0197db !important;
	border: none;
}
.fancybox-inner .fancybox-caption-wrap{
	background: none;
	bottom: 100px;
	text-align: center;
}
.fancybox-inner .fancybox-caption{
	color: #0197db;
    border: none;
    font-size: 18px;
    font-weight: 300;
}
.menu-dropdown{
    
}
.menu-dropdown:after{
	content: '';
    width: 100%;
    background: red;
    height: 5px;content: '';
    width: 100%;
    background: white;
    height: 5px;
    position: absolute;
    max-width: 90px;
    bottom: -1px;
    display: none;
}
.menu-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    z-index: 1;
    right: 0px;
    width: 100%;
    left: 0px;
    top: 135px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
    padding-left: 194px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-dropdown-content ul{
	margin-right: 100px;
}
.menu-dropdown-content ul li h4{
	color: #afafaf;
    font-size: 15px;

}
.menu-dropdown:hover .menu-dropdown-content {
    display: block;
}
.menu-dropdown:hover:after{
	display: block;
}
.p-initial{
	position: initial !important;
}
.flexpanel .viewport .navbar-nav .card{
	background: none;
    padding: 10px 0;
}
.flexpanel .viewport .navbar-nav .card ul li{
	list-style: none;
	margin-left: 0px;
}
.flexpanel div.navigation ul li ul li a:before{
	display: none;
}
.flexpanel div.navigation ul li ul li a{
	padding: 6px 0px;
}
.flexpanel div.navigation ul li ul li h4{
	color: #868686;
}
.flexpanel div.navigation ul li a i{
	-webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    font-size: 15px;
}
.flexpanel div.navigation ul li a[aria-expanded="true"] i{
	-webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}
.dropdown-item:focus, .dropdown-item:hover{
	color: #0197db;
	background-color: #f8f9fa;
}
.order-sorting-section select{
	-webkit-appearance: none;
    -moz-appearance: none;
    width: 100px;
    padding: 10px;
}
.custom-selectbox-wrap .custom-selectbox{
	position: relative;
}
.custom-selectbox-wrap select::-ms-expand {
	display: none;
}
.custom-selectbox-wrap select{
	-webkit-appearance: none;
    -moz-appearance: none;
    
}
.custom-selectbox-wrap .custom-selectbox:after{
	content: "\f107";
    font-family: FontAwesome;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    vertical-align: 0;
    font-weight: bold;
    position: absolute;
    right: 0;
    color: #6c6e6b;
}
.order-sorting-section select::-ms-expand {
    display: none;
}
.order-sorting-section .custom-selectbox:after{
    content: "\f107";
    font-family: FontAwesome;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-top: 0;
    vertical-align: 0;
    font-weight: bold;
}
#instamodal .modal-header h1{
	font-size: 40px;
}
#instamodal .modal-header h3{
	font-size: 16px;
}
#instamodal .modal-header .jointeam-head{
	width: 400px;
}
#instamodal .modal-header .jointeam-head img{
	right: 88px;
    top: 0px;
    width: 140px;
}
#instamodal .modal-header{
	flex-direction: column;
	text-align: center;
	align-items: center;
}
#instamodal .modal-header .close{
	position: absolute;
	right: 15px;
}

#instamodal input{
	height: 50px;
    border: 1px solid #c7c7c780;
    padding: 10px;
}
#loginmodal input, #signupmodal input, #resetmodal input, #instamodal input{
    height: 50px;
    border: 1px solid #c7c7c780;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.field-contact select{
	color: #afafaf;
}
.orderhistory-wrap .sizechart-table{

}
.orderhistory-wrap .sizechart-table tbody td{
	min-width: 100px !important;
}
.orderhistory-wrap .sizechart-table th, .orderhistory-wrap .sizechart-table tbody td{
	text-align: left !important;
	font-weight: 500 !important;
}
.orderhistory-wrap .sizechart-table th:first-child{
	width: 350px;
	min-width: 350px;
}
.orderhistory-wrap .sizechart-table tbody td{
	width: auto !important;
	
}
#loginmodal .modal-content, #signupmodal .modal-content{
	padding: 20px;
}
#loginmodal .field-contact, #signupmodal .field-contact{
	padding: 25px 0px;
}
.modal-table{
	width: 800px;
}
.dropdown-item{
	font-weight: 300;
}
.payment-nav{
	height: auto;
	margin-bottom: 50px;
}
.payment-nav .active h3{
	color: #162980;
	font-weight: bold;
}
.payment-nav li h3{
	color: #000;
}
.payment-nav li{
	pointer-events: none;
}
.payment-nav li:nth-child(2):before, .payment-nav li:nth-child(2):after{
	content: "\f107";
    font-family: FontAwesome;
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    font-size: 25px;
    margin: 3px 5px 0px 5px;
    padding: 0;
}
.payment-tabs{
	max-width: 900px;
}
.payment-tabs input, .payment-tabs select{
    outline: none;
    color: #000;
    height: 50px;
    border: 1px solid #c7c7c780;
    padding: 10px;
    width: 100%;
    margin-bottom: 20px;
}
.payment-tabs label{
	color: #6c6e6b;
}
.payment-tabs .btn{
	background: #0197db;
    border-radius: 0;
    color: #fff;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 400 !important;
    display: flex;
    justify-content: center;
    height: 50px;
    border: none;
}
.payment-tabs .btn.disabled{
	background: #6c6e6b66;
}
.payment-tabs input:disabled{
	color: #878787;
}
.changing-section{

}
.changing-section button:disabled{
	display: none;
}
#anOtherButton, #anOtherButton2, #anOtherButton3, #anOtherButton4, #anOtherButton5{
	background: none;
    outline: none;
    width: auto;
    border: none;
    color: #0197db;
    height: auto;
    margin: 0;
    padding: 0;
}
/*custom radio button start*/
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}

.radio-container input:checked ~ .radio-checkmark {
  background-color: #0197db;
}

.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

.radio-container .radio-checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
/*custom radio button start*/
.payment-accordion{

}
.payment-accordion .card-header{
	background: none;
}
.payment-accordion .card-header button{
	padding-left: 40px;
	position: relative;
	background: none;
}
.payment-accordion .card-header button:before{
	content: '';
	background-image: url("../images/dot.jpg");
	background-repeat: no-repeat;
	width: 25px;
	height: 26px;
	position: absolute;
    left: 0;
}
.payment-accordion .card-header button[aria-expanded="true"]:before{
	background-image: url("../images/dot-fill.jpg");
	background-repeat: no-repeat;
}
.custom-radio input{
	margin-right: 10px;
}

.custom-radio input[type='radio'] {
    visibility: hidden;
    width: 25px;
    height: 25px;
    padding: 0;
}
.custom-radio input[type=radio]:before {
    position: relative;
    margin: 4px -25px -4px 0;
    display: inline-block;
    visibility: visible;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    background: #eeeeee;
    content: "";
}
.custom-radio input[type=radio]:checked:after {
    position: relative;
    display: inline-block;
    visibility: visible;
    content: "";
    top: -4px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
}
.custom-radio input[type=radio].true:checked:after {
    background: radial-gradient(ellipse at top left, rgb(245,255,200) 0%, rgb(225,250,100) 5%, rgb(75,175,0) 95%, rgb(25,100,0) 100%);
}
.custom-radio input[type=radio].false:checked:after {
    background: radial-gradient(ellipse at top left, rgb(255,225,200) 0%, rgb(250,200,150) 5%, rgb(200,25,0) 95%, rgb(100,25,0) 100%);
}
.custom-radio label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
   /* margin: 0;
    padding: 0;*/
    margin-left: 5px;
}
.custom-radio input[type=radio]:checked:before{
	background: #0197db;
}
.box{
    color: #000;
    padding: 20px;
    display: none;
    margin-top: 20px;
}
.box2{
	color: #000;
    padding: 20px;
    margin-top: 20px;
}
.box2:last-child{
	display: none;
}
.custom-radio label{
	display: flex;
	font-size: 19px;
	line-height: 33px;
	margin-bottom: 15px;
}
.header-top a{
	color: inherit;
}
.modal-header .close{
	position: absolute;
	right: 15px;
	top: 15px;
}
.h3-header{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.h3-header img{
	width: 120px;
}
#accordion .custom-radio label{
	border: 1px solid #c7c7c780;
    padding: 13px 45px;
    height: 60px;
    background: #fff;
    position: relative;
}
#accordion .custom-radio label.c:after{
    width: 200px;
    background-image: url(../images/payment1.png);
}
#accordion .custom-radio label.p:after{
    width: 130px;
	background-image: url(../images/paypal-logo.jpg);
}
#accordion .custom-radio label:after{
	content: '';
    background-repeat: no-repeat;
    right: 20px;
    position: absolute;
    height: 100%;
    top: 10px;
    bottom: 0;
}
#accordion .radio-checkmark{
	bottom: 0px;
	margin: auto;
	left: 10px;
}
.card-js .card-number-wrapper, .card-js .name-wrapper{
	margin-bottom: 0px;
}
.card-js input.card-number, .card-js input.cvc, .card-js input.name{
	background: none;
    border-radius: 0;
}
.card-js input:focus, .card-js select:focus{
	border: 1px solid #c7c7c780;
    box-shadow: none;
}
.card-js .has-error input, .card-js .has-error input:focus{
	border-color: #0197db;
}
.card-js .expiry-wrapper .expiry{
	border-radius: 0px;
	background: none;
}