/*
Compile-Minify: true
Compile-Area: everywhere
Compile-OutputGroup: headtag
Compile-Exports: style
Compile-Dependencies: bootstrap4, icomoon
*/
@import url('https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700');
body {
    font-family: 'Rajdhani', sans-serif !important;
    color: #323232;
    overflow-x: hidden !important;
}
a, a:hover, a:focus {
	box-shadow: none;
	outline: none;
	color: #FFCB47;
}
.container {
	max-width: 100%;
}
/* Home Page */
.replica-top-bar , .replica-top-bar a {
	color: #323232;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.4s ease;
	text-transform: uppercase;
}
.replica-top-bar a:hover , .replica-top-bar a:focus {
	color: #555;
	box-shadow: none;
	text-decoration: none;
}
.replica-top-bar .links-side {
	text-align: right;
	padding: 15px;
}
@media (max-width: 991px) {
	.replica-top-bar .links-side {
		padding: 0 15px 15px;
	}
}
.replica-top-bar .links-side #cartModal-click {
	cursor: pointer;
}
.replica-top-bar .links-side #cartModal-click img {
  	transform: rotateY(180deg);
  	width: 16px;
}
.replica-top-bar .logo-side {
	padding: 15px;
}
.replica-nav-bar {
	color: #323232;
	text-transform: uppercase;
}
.replica-nav-bar .navbar {
	padding: 0;
	margin: 0;
	width: 100%;
}
.replica-nav-bar .navbar-dark .navbar-nav .nav-link {
	color: #323232;
	font-weight: 800;
	padding: .5rem;
	transition: all 0.3s ease;
	font-size: .9rem;
}
.replica-nav-bar .navbar-dark .navbar-nav .nav-link:hover, .replica-nav-bar .navbar-dark .navbar-nav .nav-link:focus, .replica-nav-bar .navbar-dark .navbar-nav .show .nav-link {
	color: #323232;
	box-shadow: none;
}
.replica-nav-bar .navbar-dark .navbar-nav .nav-link.bestsellers-link {
	color: #ffcb47;
}
.replica-nav-bar .navbar-dark .navbar-nav .nav-link.bestsellers-link:hover, .replica-nav-bar .navbar-dark .navbar-nav .nav-link.bestsellers-link:focus { 
	color: #323232;
}
.replica-nav-bar .dropdown-toggle::after {
	display: none;
}
.replica-nav-bar .dropdown-menu {
	background-color: #fff;
    border-top: 1px solid white;
    color: #323232;
    border-radius: 0;
    margin-top: 0px;
    left: unset;
    padding: 0;
}
.replica-nav-bar .dropdown-item {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    border-bottom: 1px solid #eee;
    width: auto !important;
}
.replica-nav-bar .dropdown-item:hover, .replica-nav-bar .dropdown-item:focus {
	background-color: transparent;
    color: #323232;
    text-decoration: none;
    box-shadow: none;
}
.replica-nav-bar .form-control {
	background: #87898d;
    border: 0;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1vw;
    padding-right: 1.5rem;
}
.replica-nav-bar .form-control::-webkit-input-placeholder { 
  color: white;
  opacity: .5;
}
.replica-nav-bar .form-control::-moz-placeholder { 
  color: white;
  opacity: .5;
}
.replica-nav-bar .form-control:-ms-input-placeholder { 
  color: white;
  opacity: .5;
}
.replica-nav-bar .form-control:-moz-placeholder { 
  color: white;
  opacity: .5;
}
.replica-nav-bar button.search-btn {
	position: absolute;
    right: 15px;
    top: 12px;
    border: 0;
    color: white;
    font-weight: bold;
    font-size: 1vw;
    cursor: pointer;
}
.replica-nav-bar button.search-btn:hover, .replica-nav-bar button.search-btn:focus {
	border: 0;
	background: transparent;
	box-shadow: none;
	color: white;
}
header {
	background: transparent url(../images/header.jpg) no-repeat scroll center center / cover;
	height: 400px;
	position: relative;
}
header h1 {
	color: white;
	font-family: 'Rajdhani', sans-serif !important;
	font-weight: bolder;
	font-size: 30px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
header .overlay {
	background: black;
	opacity: .5;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
section h2 {
	text-align: center;
    font-weight: 700;
    margin: 2em 0 .5em;
    color: #323232;
    text-transform: uppercase;
}
section a, section a:hover, section a:focus {
	box-shadow: none;
	text-decoration: none;
}
section .figure {
	display: block;
}
section .figure-caption {
    font-size: 14px;
    font-weight: 700;
    color: #323232;
    margin-bottom: .5em;
    text-transform: uppercase;
}
.figure-img-container {
	height: 150px;
    overflow: hidden;
    background-size: contain !important;
}
.figure-img-container img {
	width: 100%;
    height: 100%;
}
section.featured-products h2 {
    margin: 1em 0 .5em;
}
.featured-products .card {
	border:0;
	border-radius: 0;
	border: 1px solid transparent;
    transition: all .4s ease;
    box-sizing: content-box;
}
.featured-products .card > a {
	width: 100%;
	height: 100%;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
}
.featured-products .card > a > .listing-dev {
    height: 131px;
    background-size: contain !important;
}
.featured-products .card > a .img-fluid {
    max-width: unset;
    height: 100%;
}
.featured-products .card-body {
	padding: 0;
}
.featured-products .card-text {
	color: #323232;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
.featured-products .card-text a {
	color: #323232;
    font-weight: 600;
    font-size: 15px;
    display: block;
}
@media (min-width: 768px) {
	.featured-products .card-text a {
		height: 1.25rem;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
}
.featured-products .card button {
	width: 100%;
	color: #323232;
    border: 2px solid #323232;
    border-radius: 0;
    padding: 0;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
}
.featured-products .card button:hover, .featured-products .card button:focus {
	color: #fff;
	background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.video-interview-container, .video-interview-container figcaption {
	margin-bottom: 0;
    text-transform: capitalize;
}
.video-interview-container figcaption h4, .video-interview-container figcaption span {
	color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.video-interview-container p {
	margin: 0;
	text-align: justify;
	color: #323232;
}
.video-review-thumbnails-wrapper {
	padding-left: 0;
}
.video-review-thumbnails-container {
	/*height: 18em;*/
	overflow: auto;
	scrollbar-color: rgba(0,0,0,.1) rgba(0,0,0,.1);
    scrollbar-width: thin;
}
.video-review-thumbnails-container::-webkit-scrollbar {
	width: .4vw;
	border-radius: 20px;
}
.video-review-thumbnails-container::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 20px;
}
.video-review-thumbnails-container::-webkit-scrollbar-thumb {
  background-color: rgba(0,0,0,.1);
  border-radius: 20px;
}
.video-review-thumbnails-container img {
	width: auto;
    height: 100px;
    border-radius: 0;
}
.video-review-thumbnails-container .card {
	border: 0;
	margin-bottom: 1em;
}
.video-review-thumbnails-container .card-title, .video-review-thumbnails-container .card-text {
    color: #323232;
    font-size: 14px;
    margin: 0;
}
.video-review-thumbnails-container .card-title {
    font-weight: 600;
}
.video-review-thumbnails-container .card-body {
    padding: 0 1rem;
}
.replica-store p {
	margin-top: 0;
	color: #323232;
    font-weight: 500;
    font-size: 17px;
    text-align: justify;
}
.replica-store p:last-child {
	margin-bottom: 0;
}
.black-logo-bg {
	background: black;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	width: 97%;
	height: 100%;
	padding: 0 5em;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}
footer {
	background-color: #323232;
	color: white;
	margin-top: 3em;
	padding-top: 1.2em;
	padding-bottom: 1.2em;
}
footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
footer ul li a {
	color: white;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
footer ul li a:hover, footer ul li a:focus {
	color: white;
	text-decoration: none;
	box-shadow: none;
}
footer .form-control {
	background: #87898d;
    border: 0;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 1vw;
	height: auto;
}
footer .form-control:hover, footer .form-control:focus {
	box-shadow: none;
}
footer .form-control::-webkit-input-placeholder { 
  color: white;
  opacity: .5;
}
footer .form-control::-moz-placeholder { 
  color: white;
  opacity: .5;
}
footer .form-control:-ms-input-placeholder { 
  color: white;
  opacity: .5;
}
footer .form-control:-moz-placeholder { 
  color: white;
  opacity: .5;
}
footer .social-links {
	margin-top: 12px;
    font-size: 24px;
}
footer .social-links a, footer .social-links a:hover, footer .social-links a:focus {
	color: white;
	text-decoration: none;
	box-shadow: none;
	margin-right: 7px;
}
footer button {
	/*margin-top: 10px;*/
    background: transparent;
    border: 2px solid white;
    outline: none;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 5px 10px;
    cursor: pointer
}
.show-800, .show-575 {
	display: none;
}
.modal-open .modal {
	padding-right: 0 !important;
}
.modal-header .close{
	outline: none !important;
	border:0 !important;
	box-shadow: none !important;
}
#cartModal .modal-dialog {
    max-width: 400px;
    margin: 4.2rem auto 1rem auto;
}
#cartModal .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
#cartModal .modal-header, #cartModal .modal-body, #cartModal .modal-footer {
	padding: .5rem 1rem;
	border: 0;
}
#cartModal .modal-header h5, #cartModal .modal-body span, .sb-cart-confirmadd .modal-title {
	font-weight: 600;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-top: 5px;
}
#cartModal .modal-body text {
	font-weight: 500;
    font-size: 18px;
    color: #323232;
    display: block;
}
#cartModal .modal-body p, .bootbox-body p {
	font-weight: 500;
    font-size: 18px;
    color: #87898d;
    display: block;
    margin-bottom: 7px;
}
.modal-img {
	width: 100px;
}
#cartModal .modal-footer {
	padding: 0 1rem 1rem;
	flex-direction: column;
}
#cartModal .modal-footer button, .sb-cart-confirmadd .modal-footer .btn {
	width: 100%;
	flex: 0 0 100%;
	margin: 0;
	color: #323232;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
#cartModal .modal-footer button:hover, #cartModal .modal-footer button:focus, .sb-cart-confirmadd .modal-footer .btn {
	outline: none;
	box-shadow: none;
}
#cartModal .modal-footer .btn-continue, .sb-cart-confirmadd .modal-footer .btn-continue {
	background-color: white;
	border:2px solid #323232;
}
#cartModal .modal-footer .btn-view, .sb-cart-confirmadd .modal-footer .btn-view {
	background-color: #ffcb47;
	border:2px solid #ffcb47;
	margin-top: 7px;
}
/* 14/4 */
.sb-listing-item {
    height: auto!important;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-top: none;
}
.sb-listing-item:hover {
    border: none !important;
}
.sb-listing-item button a {
	color: #232323;
	width: 100%;
	display: block;
	padding: 5px 0;
}
.sb-listing-item button a:hover, .sb-listing-item button a:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}
/* 15/4 */
#reviews h4 {
	font-weight: 600;
}
.review-description i {
	font-size: 8px;
	color: #ffcb47;
}
#sb-product-review label, #sb-product-edit .form-control label {
	font-weight: 700;
}
#sb-product-review .form-control, #sb-product-edit .form-control {
	border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
	height: auto;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif !important;
    color: #87898d;
}
#sb-product-review form, #sb-product-edit form {
	width: 70%;
}
#template-modal .modal-content {
	border: 0;
    /* border-radius: 0; */
}
#template-modal .modal-title {
	color: #323232;
	width: 100%;
	text-align: center;
	font-weight: 600;
}
#template-modal .modal-body {
	color: #323232;
	font-weight: 500;
}
#template-modal .modal-footer .btn-delete, #template-modal .modal-footer .btn-cancel {
	font-weight: 700;
	border-radius: 0;
    box-shadow: none !important;
	outline: none !important;
	transition: all 0.4s ease;
	min-width: 25%;
}

#template-modal .modal-footer .btn-delete {
	color: white;
    background: #e71d36;
    border: 3px solid transparent;
    -webkit-appearance: none !important;
    appearance: none !important;
}
#template-modal .modal-footer .btn-delete:hover, #template-modal .modal-footer .btn-delete:focus {
	color: #e71d36;
    background: transparent;
    border: 3px solid #e71d36;
}
#template-modal .modal-footer .btn-cancel {
	color: #87898d;
    background: #dcdcdc;
    border: 3px solid transparent;
    -webkit-appearance: none !important;
    appearance: none !important;
}
#template-modal .modal-footer .btn-cancel:hover, #template-modal .modal-footer .btn-cancel:focus {
	color: #87898d;
    background: transparent;
    border: 3px solid #87898d;
}
.column h2 {
    text-align: center;
    font-weight: 700;
    margin: 2em 0 .5em;
    color: #323232;
    text-transform: uppercase;
}
.column section.row span {
	text-align: center;
	display: block;
	color: #87898d;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
}
.column section.row ~ ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.column section.row ~ ul li {
	text-align: center;
    font-weight: 700;
    margin: 1em 0 .5em;
    color: #323232;
	text-transform: uppercase;
	font-size: 2rem;
}
.d-block.d-sm-none th {
	width: 100%;
    display: block;
}
.d-block.d-sm-none th form {
	width: 30%;
}
.d-block.d-sm-none th > span {
	display: block;
	width: 100%;
	line-height: 35px;
}
/* 16/4 */
.SortingDropdown button:hover, .SortingDropdown button:focus, .sb-listing-showall:hover, .sb-listing-showall:focus {
	box-shadow: none;
	outline: none;
}
.SortingDropdown button {
	padding: 0;
}
.SortingDropdown button.dropdown-toggle {
	margin-top: -6px;
}
.listing-title-underline, .listing-title-underline {
	border: 0;
}
#SortedBy ~ ul.dropdown-menu {
	padding: 7px;
}
#SortedBy ~ ul.dropdown-menu li {
	cursor: pointer;
}
.filter-remove-container i, #clear-filters i {
	color: red;
}
.filter-remove-container a {
	margin-right: 10px;
}
#clear-filters, .filter-remove-container a {
	color: #323232;
}
.items-list-container .card-text.price ~ a button {
	padding: 5px 0;
}
/* 17/4 */
.product-image .image-overlay-btn {
	color: #ffcb47;
	font-size: 100px;
}
.mfp-container, .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer !important;
}
.kit-img-container {
	width: 75px;
	height: 75px;
	padding: 0;
	overflow: hidden;
	/* display: flex;
    justify-content: center;
    align-items: center; */
}
.kit-img-container img {
	width: 100%;
}
.visible-xs {
	display: none;
}
.details-tabs-container {
	font-size: 18px;
}
#sb-reviews-listing-summary a {
	position: relative;
	display: inline-block;
}
#sb-reviews-listing-summary a .review-star-text, #sb-reviews-listing-summary .review-star-text {
	margin-left: 0;
    margin-top: 0;
    font-size: 25px;
    color: white;
    z-index: 2;
    position: absolute;
    top: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: auto;
    right: 7px;
    left: 0
}
.progress {
	padding: 0;
}
/* 18/4 */
.sb-review-abuse, .sb-review-abuse:hover, .sb-review-abuse:focus {
    color: #428bca;
    text-decoration: none !important;
	box-shadow: none !important;
	padding-left: 0;
}
.sb-review-edit, .sb-review-edit:hover, .sb-review-edit:focus {
    color: mediumseagreen;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none !important;
}
.sb-review-delete, .sb-review-delete:hover, .sb-review-delete:focus {
	color: #e71d36;
    font-weight: 700;
    text-decoration: none !important;
    box-shadow: none !important;
}
.bootbox-body text {
	display: block;
	font-size: 14px;
    color: #323232;
}
.bootbox-body text {
	font-weight: 500;
    display: block;
}
.bootbox-body p {
	margin-top: 5px;
}
.sb-cart-confirmadd .modal-footer {
	border: 0;
	display: block;
}
.sb-cart-confirmadd .close {
	font-size: 24px !important;
	margin: 0 !important;
}
#productInfoTabsContent table tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}
.static-container {
	margin-top: 15px;
}
.contact-container {
	font-weight: 600;
	padding: 0 15px;
}
.contact-container .form-control {
    border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
    outline: none !important;
    /* text-transform: uppercase; */
    font-family: 'Rajdhani', sans-serif !important;
	color: #495057;
	height: auto;
}
.contact-container label {
    font-weight: 700;
}
.contact-container .btn.btn-orange {
	font-weight: 700;
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    transition: all 0.4s ease;
	float: right;
	color: #fff;
    background: mediumseagreen;
    border: 3px solid transparent;
}
.contact-container .btn.btn-orange:hover, .contact-container .btn.btn-orange:focus {
	color: mediumseagreen;
    background: transparent;
    border: 3px solid mediumseagreen;
}
.justify-content-between {
	width: 100%;
    margin: auto;
}
.justify-content-between .social-links {
	padding-left: 0;
}
.justify-content-between .subscribe-btn-container {
	padding-right: 0;
}
/* 23/4 */
.r-p-0, .r-p-0 .container, .r-p-0 #chooseaccount #checkout-heading-login, .r-p-0 #chooseaccount .col-sm-2.control-label, 
.r-p-0 #chooseaccount .col-sm-2.control-label + .col-sm-10, .r-p-0 #chooseshippingmethod, .r-p-0 #chooseshippingmethod #checkout-heading-shipping,
.r-p-0 #singlepayment, .r-p-0 #singlepayment #checkout-heading-payment, .r-p-0 #singlepayment #checkout-heading-payment .col-sm-10 {
	padding-right: 0;
	padding-left: 0;
	background-color: transparent;
}
.r-p-0 #chooseshippingmethod #checkout-heading-shipping .col-sm-10, .r-p-0 #chooseshippingmethod #checkout-heading-shipping .col-sm-2{
	padding-right: 7px;
	padding-left: 7px;
}
.r-p-0 #chooseaccount, .r-p-0 #gathercontactinfo, .r-p-0 #singlepayment {
	/* border: 0;
	border-bottom: 1px solid #ddd; */
    box-shadow: none;
}
.r-p-0 #gathercontactinfo {
	padding-top: 1em;
	/* border: 0; */
}
.r-p-0 #chooseaccount #checkout-heading-login, .r-p-0 #gathercontactinfo #checkout-heading-login {
	color: #323232;
    background-color: transparent;
}
.r-p-0 #chooseaccount .col-sm-2.control-label + .col-sm-10 p {
	margin-bottom: 0;
	font-weight: 600;
}
.r-p-0 #chooseaccount .col-sm-2 .btn.btn-link.pull-right, .r-p-0 #gathercontactinfo .panel-body .col-md-12 .btn.btn-link.pull-right.cancel,
.r-p-0 #chooseshippingmethod .btn.btn-link.pull-right.cancel, .r-p-0 #apply-coupon .btn.btn-orange.btn-sm {
	float: right;
	color: #ffcb47;
	font-weight: 700;
}
/* .r-p-0 #gathercontactinfo .panel-body .col-md-12 .btn.btn-link.pull-right.cancel {
	padding: 0;
} */
.r-p-0 #chooseaccount form {
	display: flex;
}
.r-p-0 #gathercontactinfo #checkout-heading-login, .r-p-0 #singlepayment  {
	padding: 0 10px;
}
.r-p-0 #gathercontactinfo #checkout-heading-login h4.panel-title a {
	padding-left: 7px;
}
.r-p-0 #gathercontactinfo .panel-body {
	padding: 5px 15px 7px;
	width: 100%;
}
.r-p-0 #gathercontactinfo .panel-body .col-md-12 .info-block-container {
	padding-bottom: 10px;
	margin-bottom: 1em;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
}
.r-p-0 #chooseshippingmethod {
	/* border: 0;
	border-bottom: 1px solid #ddd; */
	padding: 0 10px;
    box-shadow: none;
}
.r-p-0 #chooseshippingmethod .panel-title {
	display: flex;
}
#singlepayment #checkout-heading-payment {
	padding-bottom: 0;
}
#singlepayment #checkout-heading-payment .form-group {
	margin-bottom: 0;
}
.r-p-0 #singlepayment #checkout-heading-payment .col-sm-2 a {
	color: #323232;
}
.r-p-0 #singlepayment #checkout-payment {
	padding: 5px 15px;
}
.r-p-0 #singlepayment #checkout-payment #tab-usaepay {
	font-weight: 700;
    color: #323232;
    border: 0;
}
.r-p-0 .form-control {
	border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
    box-shadow: none !important;
    outline: none !important;
    /* text-transform: uppercase; */
    font-family: 'Rajdhani', sans-serif !important;
	color: #87898d;
	height: auto;
}
.r-p-0 #credit-card-form .form-group.has-feedback {
	display: flex;
}
.r-p-0 #credit-card-form .btn.btn-orange, 
.r-p-0 .panel-checkout-sidebar.hidden-xs .btn.btn-block.btn-primary, .r-p-0 .panel-checkout-sidebar.visible-xs-block .btn.btn-block.btn-primary {
	color: #323232;
    border: 2px solid #323232;
    background: transparent;
    border-radius: 0;
    padding: 5px 25px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
	margin-top: 1em;
	float: right;
}
.r-p-0 #credit-card-form .btn.btn-orange:hover,
.r-p-0 .panel-checkout-sidebar.hidden-xs .btn.btn-block.btn-primary:hover, .r-p-0 .panel-checkout-sidebar.visible-xs-block .btn.btn-block.btn-primary:hover {
	color: #fff;
    background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.r-p-0 .visible-xs-block {
	display: none;
}
.r-p-0 #section-checkout-review .panel-checkout-sidebar .panel-body .row:after {
	content: "";
    padding-top: 1em;
    width: 90%;
    border-bottom: 1px dashed lightgrey;
    margin: auto;
    margin-bottom: 1em;
}
.r-p-0 #section-checkout-review .panel-checkout-sidebar .panel-body .row:last-child:after {
	display: none;
}

.r-p-0 .panel-checkout-sidebar {
	/* border: 0; 
	border-left: 1px solid #EBEBEB;*/
	outline: none;
    box-shadow: none;
	border: 1px solid #ddd;
}
.r-p-0 .panel-checkout-sidebar > .panel-heading {
	color: #323232;
    background-color: transparent;
    font-size: 16px;
    font-weight: 700
}
.r-p-0 .panel-checkout-sidebar.hidden-xs, .r-p-0 .panel-checkout-sidebar.visible-xs-block {
	border: 10px solid #EBEBEB;
}
@media (min-width: 768px) {
	.r-p-0 .extra-padding {
		padding-left:0;
	}
}
/* 24/4 */
.nav-item.dropdown {
	position: inherit;
}
.replica-nav-bar .dropdown-item {
	display: inline-block;
	width: auto !important;
}
.checkout-result-complete .panel-default > .panel-heading {
	background: #ffcb47;
	color: #323232;
	border: 0;
}
.checkout-result-complete .panel-default > .panel-heading .panel-title {
	text-align: left;
}
#myaccount {
	cursor: pointer;
}
#myaccount + .dropdown-menu.account-dropdown {
	padding: 10px;
}
/* Items List */
.items-list-container {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.left-list-side section, .filtering-dropdown section {
	margin-bottom: 1.5em;
}
.left-list-side h3, .filtering-dropdown h3, .filter-header {
	color: #323232;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.filter-header h5 {
	font-size: 1.25rem;
	font-weight: bold;
	text-transform: uppercase;
}
.left-list-side ul, .filtering-dropdown ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left-list-side ul li a, .custom-control-label, .filtering-dropdown ul li a  {
	color: #323232;
	font-size: 18px;
	outline: none;
}
.left-list-side ul li span, .custom-control-label span, .filtering-dropdown ul li span  {
	color: #323232;
	display: inline-block;
	margin-left: 7px;
}
.left-list-side ul li a:hover, .left-list-side ul li a:focus, .filtering-dropdown ul li a:hover, .filtering-dropdown ul li a:focus{
	color: #323232;
	font-size: 18px;
}
.filtering-dropdown h3, .filtering-dropdown ul li a, .filtering-dropdown ul li a:hover, .filtering-dropdown ul li a:focus, .filtering-dropdown ul li span {
	color: white;
}
.custom-checkbox input:focus {
	box-shadow: none;
}
.custom-checkbox .custom-control-label::before, .custom-checkbox .custom-control-label::after {
	border-radius: 0;
	border-color: #323232 !important;
	box-shadow: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	border: 2px solid #fff !important;
    outline: 1px solid #323232;
    background-color: #ffcb47;
    box-shadow: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
	border: 2px solid #ffcb47 !important;
    outline: 1px solid #fff;
    background-color: #ffcb47;
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before, .custom-checkbox .custom-control-input:checked~.custom-control-label::after,
.custom-checkbox .custom-control-input~.custom-control-label::before, .custom-checkbox .custom-control-input~.custom-control-label::after {
	background-image: none;
	box-shadow: none;
}
.custom-control-input,
.custom-control-input:not(:disabled):active~.custom-control-label::before, .custom-control-input:not(:disabled):active~.custom-control-label::after,
.custom-control-label:focus:before, .custom-control-label:active:before, .custom-control-label:focus:before, .custom-control-label:active:before
 {
	background-color: transparent;
	border-color: transparent;
	box-shadow: none;
}
.breadcrumb {
	padding: 0 15px;
    margin-bottom: 5px;
    background-color: transparent;
    border-radius: 0;
    font-size: 14px;
    color: #323232;
    font-weight: 500;
}
.breadcrumb-item, .breadcrumb-item.active  {
	color: #323232;
	font-weight: 500;
}
.breadcrumb-item a, .breadcrumb-item a:hover, .breadcrumb-item a:focus {
	color: #323232;
	font-weight: 600;
	box-shadow: none;
	text-decoration: none;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: ">";
	font-family: monospace;
	font-size: 10px;
	color: #323232;
	font-weight: 600;
}
.right-list-side h2 {
	color: #323232;
	font-size: 40px;
    font-weight: 600;
	text-transform: uppercase;
	margin-bottom:0;
}
.right-list-side > p {
	color: #323232;
	margin-top: 0;
	font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}
.right-list-side .featured-products .col-md-3.col-sm-6 .card {
	margin-right: 10px;
	padding: 3em 0;
}
.right-list-side .featured-products .col-md-3.col-sm-6:nth-child(4n+4) .card {
	margin-right: 0;
}
.right-list-side .featured-products p.card-text.price {
	overflow: visible;
    height: auto;
}
.right-list-side .featured-products .card-img-top {
    width: 100%;
}
.right-list-side .featured-products .card-img-top img {
	max-width: 100%;
	height: auto;
}
.right-list-side .featured-products .card .watch-video {
    opacity: 0;
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    border-top: 1px solid #dcdcdc;
    padding: 7px 0 0;
    box-shadow: none !important;
    outline: none !important;
    text-decoration: none !important;
	display: block;
    width: 100%;
}
.right-list-side .featured-products .card {
	border: 1px solid transparent;
	transition: all 0.4s ease;
	box-sizing: content-box;
}
.right-list-side .featured-products .card:hover {
	background-color: white;

}
.right-list-side .featured-products .card:hover:after {
	content: "";
    border: 1px solid #dcdcdc;
    position: absolute;
    width: 107%;
    height: 101%;
    top: -2px;
    left: -7px;
    z-index: 100;
}
.right-list-side .featured-products .card:hover a, .right-list-side .featured-products .card:hover .card-body {
	z-index: 1000;
}
.right-list-side .featured-products .card:hover button, .right-list-side .featured-products .card:hover button:hover,
.right-list-side .featured-products .card:hover button:focus {
    color: #323232;
    background-color: #ffcb47;
    border: 2px solid #ffcb47;
    box-shadow: none;
    outline: none;
}
.right-list-side .featured-products .card:hover .watch-video {
    opacity: 1;
}
.right-list-side .featured-products .card:hover .watch-video i {
    color: #ffcb47;
}
.filtration-container {
	position: relative;
}
.filtration-container .col-auto {
	position: unset;
}
.sorting-control {
	cursor: pointer
}
.sorting-dropdown, .filtering-dropdown {
	background-color: #323232;
	position: absolute;
    width: 100%;
    right: 0;
    padding:10px;
    top: 40px;
	display: none;
	color: #fff;
	z-index: 10;
}
.filter-tag {
	font-size: 18px;
	color: #323232;
	margin-right: 5px;
}
.filter-tag i {
	color: red;
	font-size: 12px;
	padding-right: 3px;
	cursor: pointer;
}
.show-in-mobile {
	display: none;
}
/* product details */
.product-details-container {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.whole-slide-container {
	background-color: white;
	text-align: center;
}
.thumbnails-container ul {
	margin: 0;
	padding: 0;
	position: relative;
    display: block;
}
.thumbnails-container .list-inline-item {
	margin: 0 0 15px 0;
    cursor: pointer;
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    text-indent: 0;
    border: 0; 
    opacity: 1;
}
.thumbnails-container .list-inline-item a:not(selected), .thumbnails-container .list-inline-item:not(active) a {
	border: 2px solid transparent;
	display: block;
    width: 75%;
    padding: 10px;
    height: 60px;
    overflow: hidden;
}
.thumbnails-container .list-inline-item a.selected, .thumbnails-container .list-inline-item.active a { 
	border: 2px solid #ffcb47; 
}
.thumbnails-container .list-inline-item img {
	width: auto;
	height: 100%;
}
.product-details-container .nav-tabs {
	border:0;
}
.product-details-container .nav-tabs .nav-item {
	margin-bottom: 0;
}
.product-details-container .nav-tabs .nav-item .nav-link, 
.product-details-container .nav-tabs .nav-link {
	color: #afb1b3;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 21px;
	border:0;
	padding: 0;
    margin: 5px 25px 20px 0;
}
.product-details-container .nav-tabs .nav-item.show .nav-link, 
.product-details-container .nav-tabs .nav-link.active {
	color: #323232;
	border-bottom: 2px solid #ffcb47;
}
.product-details-container .tab-content h6 {
	font-weight: 600;
	font-size: 18px;
	display: inline-block;
}
.product-details-container .tab-content .table td {
    padding: .35rem 1rem;
    vertical-align: middle;
    border-top: 0;
    font-size: 18px;
  	font-weight: 500;
  	color: #323232;
}
.product-details-container .tab-content .table td b {
  	font-weight: 600;
}
.product-details-container .featured-products {
	margin-top: 2em;
}
.product-details-container .featured-products h2 {
	font-size: 24px;
    font-weight: 600;
    text-align: left;
}
.product-details-container .featured-products .card > a {
	height: 111px;
}
.product-details-container .featured-products p.card-text {
    overflow: hidden;
    height: 4em;
    line-height: normal;
    white-space: normal;
}
.product-details-container .featured-products p.card-text.price, .product-details-container .featured-products p.card-text.old-price {
	overflow: visible;
    height: auto;
    width: auto;
    display: inline-block;
    font-size: 18px;
}
.product-details-container .featured-products p.card-text.old-price {
	color: #87898d;
	text-decoration: line-through;
}
.single-product-details h2 {
	color: #323232;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0;
}
.single-product-details .rating ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.single-product-details .rating ul li {
	display: inline-block;
}
.rating .star {
	color: #d7d8d9;
}
.rating .star.star-full {
	color: #DF6923;
}
.reviews-count, .single-product-details text {
	color: #323232;
    font-size: 18px;
    line-height: normal;
    padding: 5px 0;
    display: block;
}
.guarantee {
	align-items: center;
    display: flex;
}
.guarantee .img-fluid {
    max-width: unset;
    height: 78%;
}
.stock {
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.stock:before {
	/* font-family: 'IcoMoon-Free' !important; */
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 3px;
}
.stock.in {
	color: #008738;
}
.stock.in:before {
	content: "\ea10";
}
.stock.out {
	color: red;
}
.stock.out:before {
	/* content: "\ea0f"; */
	/*content: "\ea0e";*/
}
.single-product-details .price {
	font-weight: 600;
	font-size: 24px;
	color: #323232;
	margin-bottom: 5px;
}
.single-product-details .card {
	border: 0;
    border-radius: 0;
}
.single-product-details .card-header {
    padding: .3rem 0;
    background-color: transparent;
    border-bottom: 0;
}
.single-product-details .card-header h2, .single-product-details .card-header h2 button {
	font-weight: 600;
	font-size: 22px;
	color: #323232;
	padding:0;
	width: 100%;
	text-align: left;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
	text-transform: capitalize !important;
}
.single-product-details .card-header h2 button:after {
	/* content: "\ea50";
	font-family: 'IcoMoon-Free' !important; */
	content: "\f107";
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 18px;
    float: right;
    transform: rotate(0deg);
}
.single-product-details .card-header h2 button.collapsed:after {
	/* content: "\ea50"; */
	content: "\f107";
	transform: rotate(180deg);
}

.single-product-details .card-body {
	padding: 0;
}
.color-palette {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}
.single-product-details .total {
	font-weight: 500;
	font-size: 22px;
	color: #323232;
	margin-bottom: 5px;
}
.single-product-details .add-to-cart {
	width: 100%;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    color: #323232;
	background-color: #ffcb47;
    box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}
.single-product-details .custom-control {
	margin: 0 0 10px 1px;
}
.single-product-details .custom-control p {
	margin: 0;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #323232;
}
.single-product-details .custom-control p:nth-child(2) {
    color: #87898d;
}
.right-details-side .details-tabs-container, .right-details-side .featured-products {
	display: none;
}
.prices-container .old-price{
	font-weight: 600;
    font-size: 24px;
	color: #87898d;
	text-decoration: line-through;
}
.kit-container {
	margin-bottom: 10px;
}
.kit-container:last-child {
	margin-bottom: 0;
}
.kit-container img {
	width: 50px;
}
.kit-container p {
	margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -.5px;
    color: #323232;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* shopping-cart-container */
.shopping-cart-container {
	margin-top: 2em;
}
.shopping-cart-container .table thead th, .shopping-cart-container .total {
	border:0;
	font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #323232;
}
    .shopping-cart-container .table td, .shopping-cart-container .table th, .shopping-cart-container .table td span {
        padding: 1.5rem .75rem 1.5rem 0;
        font-size: 18px;
        font-weight: 500;
        color: #323232;
        line-height: normal !important;
    }
.shopping-cart-container .table th[scope=row] {
	width: auto;
}
.shopping-cart-container .table img {
	height: 60px;
}
    .shopping-cart-container .table p, .shopping-cart-container .table p a, .shopping-cart-container .table text {
        margin: 0;
        font-size: 18px;
        font-weight: 500;
        color: #323232;
        text-decoration: none !important;
        box-shadow: none !important;
    }
#RemoveFromCartForm1 button {
    color: #87898d;
    font-size: 11px;
    background-color: transparent;
    border: 0;
    outline: none;
}
.shopping-cart-container .table text {
    color: #87898d;
}
.shopping-cart-container .table i, .clear-cart i {
	color: #87898d;
	font-size: 11px;
	cursor: pointer;
}
.shopping-cart-container .table input[type=number] {
	border: 1px solid #87898d;
    box-shadow: none;
    padding: 3px 0 3px 5px;
    height: auto;
	width: 60%;
	font-size: 20px;
	font-weight: 500;
    margin: 0;
}
.continue-shopping, .clear-cart  {
	width: 100%;
	color: #323232;
    border: 2px solid #323232;
    background-color: transparent;
    border-radius: 0;
    padding: 5px 15px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
}
.continue-shopping:hover, .continue-shopping:focus, .clear-cart:hover, .clear-cart:focus {
	color: #fff;
	background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.clear-cart, .clear-cart:hover, .clear-cart:focus {
	border: 0;
}
.clear-cart:hover i, .clear-cart:focus i {
	color: white;
}
.inquiry {
	color: #787878;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 0;
}
.right-shopping-cart-side table {
	font-size: 16px;
    font-weight: 500;
    color: #323232;
    width: 100%;
}
.right-shopping-cart-side table tr td {
	padding: 5px 0;
	vertical-align: text-bottom;
}
.right-shopping-cart-side table tr td:last-child {
	text-align: right;
	font-weight: 600;
}
.right-shopping-cart-side table b span {
	color: #afb1b3;
}
.right-shopping-cart-side button {
	width: 100%;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    margin: 20px 0;
    color: #323232;
	background-color: #ffcb47;
    box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}
.right-shopping-cart-side button a {
    color: #323232;
    text-decoration: none !important;
    box-shadow: none !important;
}
.warning {
	color: #e71d36;
	font-weight: 500;
    font-size: 14px;
}
#cartCheckOut .modal-content {
	background-color: #323232;
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
    color: white;
    border: 0;
    border-radius: 0;
}
#cartCheckOut .modal-header {
	padding: .2rem .5rem;
    border-bottom: 0;
}
#cartCheckOut .modal-header .close {
	color: white;
	text-shadow: none;
	opacity: 1;
}
#cartCheckOut form {
	width: 80%;
	margin: auto;
	position: relative;
}
#cartCheckOut select {
	background-color: transparent;
    color: #ffcb47;
    font-weight: 600;
    font-size: 24px;
    border-color: #323232;
    box-shadow: none !important;
	outline: none !important;
	padding: 0;
	text-transform: uppercase;
	text-align-last:center;
	margin-bottom: 10px;
	background: none;
	z-index: 100;
}
#cartCheckOut select:active, #cartCheckOut select:focus, #cartCheckOut select:checked {
	outline-color: #323232;
}
#cartCheckOut select option, #cartCheckOut select option:hover {
	background: #323232;
	outline-color: #323232;
}
.select-arrow {
	position: absolute;
    top: 9px;
    right: 40px;
    color: #ffcb47;
    z-index: 0;
}
#cartCheckOut input.form-control {
	background-color: #87898d;
    color: #d7d8d9 !important;
    font-weight: 600;
    font-size: 18px;
    border: 0;
    border-radius: 0;
    box-shadow: none !important;
	outline: none !important;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Rajdhani', sans-serif !important;
}
#cartCheckOut .form-control::-webkit-input-placeholder { 
  color: #d7d8d9;
  opacity: .9;
}
#cartCheckOut .form-control::-moz-placeholder { 
  color: #d7d8d9;
  opacity: .9;
}
#cartCheckOut .form-control:-ms-input-placeholder { 
  color: #d7d8d9;
  opacity: .9;
}
#cartCheckOut .form-control:-moz-placeholder { 
  color: #d7d8d9;
  opacity: .9;
}
#cartCheckOut .custom-control {
	margin: 20px 0;
}
#cartCheckOut .custom-control-label {
	color: white;
	cursor: pointer;
}
#cartCheckOut .custom-control-label::before {
	background-color: #ffcb47;
	border-color: #ffcb47;
}
#cartCheckOut .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#cartCheckOut .log-btn {
	width: 100%;
	color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
    padding: 5px 15px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-bottom: 1.5em;
}

#cartCheckOut .log-btn:hover, #cartCheckOut .log-btn:focus {
	color: #ffcb47;
    border: 2px solid #ffcb47;
    outline: none;
    box-shadow: none;
}
.show-767, .equationed {
	display: none;
}
/*~~~~~~~~~~~~~*/
/* check shopping-cart-container */
.check-cart-container .total {
    margin-bottom: 1em;
}
.check-cart-container .left-shopping-cart-side, .check-cart-container .right-shopping-cart-side {
	margin-top: 1em;
}
#pills-tabContent {
	padding: 0;
}
.check-cart-container .nav-tabs, .check-cart-container .nav-pills {
    border-bottom: 0;
}
.check-cart-container .nav-tabs .nav-item, .check-cart-container .nav-pills .nav-item {
    margin: 0 25px 0 0;
}
.check-cart-container .nav-tabs .nav-item .nav-link, .check-cart-container .nav-tabs .nav-link, .check-cart-container .nav-pills .nav-link {
	font-size: 18px;
	font-weight: 600;
	color: #afb1b3;
	text-transform: uppercase;
	border: 0;
	border-radius: 0;
	border-bottom: 2px solid transparent;
	padding: 0;
	box-shadow: none !important;
	outline: none !important;
	transition: all 0.4s ease;
}
.check-cart-container .nav-pills .nav-link {
	font-size: 24px;
}
.check-cart-container .nav-tabs .nav-item.show .nav-link, .check-cart-container .nav-tabs .nav-link.active, .check-cart-container .nav-tabs .nav-link:hover,
.check-cart-container .nav-tabs .nav-pills.show .nav-link, .check-cart-container .nav-pills .nav-link.active, .check-cart-container .nav-pills .nav-link:hover {
	color: #323232;
	border-bottom: 2px solid #ffcb47;
	background-color: transparent;
	width: auto;
    display: inline-block;
}
.check-cart-container .tab-content h3 {
	font-size: 18px;
	font-weight: 600;
	color: #323232;
	text-transform: uppercase;
	padding: 0;
}
.check-cart-container .form-group {
    margin-bottom: .5rem;
}
.check-cart-container .tab-content input, .check-cart-container .tab-content select {
	border-radius: 0;
	border:1px solid #afb1b3;
	font-size: 15px;
  	font-weight: 600;
  	box-shadow: none !important;
	outline: none !important;
  	text-transform: uppercase;
  	font-family: 'Rajdhani', sans-serif !important;
  	color: #87898d;
}
.check-cart-container .form-control::-webkit-input-placeholder { 
  color: #87898d;
  opacity: 1;
}
.check-cart-container.form-control::-moz-placeholder { 
  color: #87898d;
  opacity: 1;
}
.check-cart-container .form-control:-ms-input-placeholder { 
  color: #87898d;
  opacity: 1;
}
.check-cart-container .form-control:-moz-placeholder { 
  color: #87898d;
  opacity: 1;
}
.check-cart-container .custom-checkbox {
	font-weight: 500;
}
.check-cart-container .custom-checkbox label {
	margin-left: 15px;
}
.hide-step {
	display: none
}
.update-shipping {
	width: 100%;
	color: #323232;
    border: 2px solid #323232;
    border-radius: 0;
    padding: 5px 0;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 1em;
}
.update-shipping:hover, .update-shipping:focus {
	color: #fff;
	background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.check-cart-container .custom-radio label {
	font-weight: 500;
    font-size: 17px;
    color: #323232;
}
.check-cart-container .custom-radio .disabled {
	opacity: .5;
}
.place-order {
	width: 100%;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    line-height: 35px;
    margin: 10px 0;
    color: #323232;
	background-color: #ffcb47;
    box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}
.block {
	position: relative;
	font-weight: 500;
    font-size: 16px;
    color: #323232;
}
.block h3 {
	font-weight: 600;
    font-size: 18px;
    color: #323232;
}
.block ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.order-control {
	position: absolute;
	top: 0;
	right: 0;
	color: #428bca;
	font-size: 14px;
  	font-weight: 500;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Login Container */
section.login-container h2 {
	text-align: left;
	margin: 0;
}
.login-container .form-group .col-lg-12 {
	padding: 0;
}
.login-container .form-group input {
	border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
	height: auto;
    box-shadow: none !important;
    outline: none !important;
    /* text-transform: uppercase; */
    font-family: 'Rajdhani', sans-serif !important;
    color: #87898d;
 }
.login-container .form-group input[type="checkbox"] {
	top: 3px!important;
    display: inline-block;
    position: relative;
}
.login-container .btn.btn-block {
	width: 100%;
    color: #323232;
    border: 2px solid #323232;
    border-radius: 0;
    padding: 5px 0;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
}
.login-container .btn.btn-block:hover, .login-container .btn.btn-block:focus {
    color: #fff;
    background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.login-container .col-md-12 .form-group.small-text.grey-text {
	margin-top: 2em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* breadcrumb */
.breadcrumb {
	margin: 1em 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* user control container */
.user-control-container {
	border: 0;
	padding: 0 15px;
}
.user-control-container li a {
	background: #eee;
	color: #323232bf;
	border-radius: 0 !important;
	transition: all 0.4s ease;
	font-weight: 800;
	border-right: 1px solid #e2e2e2 !important;
}
.user-control-container li:last-child a {
	border-right:0 !important;
}
.user-control-container li a:hover, .user-control-container li a:focus {
	border-color: transparent !important;
	box-shadow: none;
	background: #ffcb47;
	color: #323232;
	border-right: 0;
}
.user-control-container li.active a {
	background: #ffcb47;
	color: #323232;
	border-right: 0 !important;
}
.user-control-container .form-horizontal {
	width: 70%;
}
.user-control-container .form-group .form-control {
	border-radius: 0;
    border: 1px solid #afb1b3;
    font-size: 15px;
    font-weight: 600;
	height: auto;
    box-shadow: none !important;
    outline: none !important;
    text-transform: uppercase;
    font-family: 'Rajdhani', sans-serif !important;
    color: #87898d;
 }
.user-control-container .form-group .btn-save, .user-control-container .form-group .btn-cancel,
#sb-product-review .form-group .btn-save, #sb-product-review .form-group .btn-cancel,
#sb-product-edit .form-group .btn-save, #sb-product-edit .form-group .btn-cancel
 {
	font-weight: 700;
	border-radius: 0;
    box-shadow: none !important;
	outline: none !important;
	transition: all 0.4s ease;
	width: 100%;
}
.user-control-container .form-group .btn-save,
#sb-product-review .form-group .btn-save,
#sb-product-edit .form-group .btn-save,
#personal-information .btn-success
 {
	color: #fff;
	background: mediumseagreen;
	border: 3px solid transparent;
}
.user-control-container .form-group .btn-save:hover, .user-control-container .form-group .btn-save:focus,
#sb-product-review .form-group .btn-save:hover, #sb-product-review .form-group .btn-save:focus,
#sb-product-edit .form-group .btn-save:hover, #sb-product-edit .form-group .btn-save:focus, 
#personal-information .btn-success:hover, #personal-information .btn-success:focus
{
	color: mediumseagreen;
	background: transparent;
	border: 3px solid mediumseagreen;
}
.user-control-container .form-group .btn-cancel,
#sb-product-review .form-group .btn-cancel,
#sb-product-edit .form-group .btn-cancel,
#personal-information .btn-default
 {
	color: #87898d;
	background: #dcdcdc;
	border: 3px solid transparent;
	-webkit-appearance: none !important;
	appearance: none !important;
}
.user-control-container .form-group .btn-cancel:hover, .user-control-container .form-group .btn-cancel:focus,
#sb-product-review .form-group .btn-cancel:hover, #sb-product-review .form-group .btn-cancel:focus,
#sb-product-edit .form-group .btn-cancel:hover, #sb-product-edit .form-group .btn-cancel:focus,
#personal-information .btn-default:hover,#personal-information .btn-default:focus
{
	color: #87898d;
	background: transparent;
	border: 3px solid #87898d;
	
}
.user-control-container .form-group .row.m-0 {
	justify-content: flex-end;
}
.user-control-container #address-list .col-md-6 {
	margin-bottom: 15px;
	/* border-right: 1px solid #e2e2e2; */
}
.user-control-container #address-list .col-md-6:nth-child(2n) {
	border-right: 0;
}
.user-control-container #address-list .col-md-6 .dashboard-square {
	padding-bottom: 10px;
	background: transparent;
    border: 0;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
.user-control-container #address-list .primary-billing, .user-control-container #address-list .primary-shipping {
	background: #ffcb47;
    width: 30px;
    height: 30px;
    line-height: 33px;
    color: #323232;
	text-align: center;
	box-shadow: none !important;
}
.user-control-container #address-list .primary-billing i, .user-control-container #address-list .primary-shipping i {
	line-height: 25px;
}
.user-control-container #address-list .primary-billing {
	margin-right: 5px;
}
.user-control-container #address-list .primary-shipping {
	margin-right: 10px;
}

/*
    File: sb-addressbook.hbs
    Used with address book primary-billing and primary-shipping buttons to gray-out all other addresses except the primary
*/
#address-list .primary-disabled {
    background: #b5b2ab !important;
}

.user-control-container #address-list .address-edit, .review-edit,
.user-control-container #address-list .address-edit:hover, .review-edit:hover,
.user-control-container #address-list .address-edit:focus, .review-edit:focus {
	margin-right: 15px;
	color: mediumseagreen;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: none !important;
}
.user-control-container #address-list .address-delete, .review-delete,
.user-control-container #address-list .address-delete:hover, .review-delete:hover,
.user-control-container #address-list .address-delete:focus, .review-delete:focus {
	color: #e71d36;
	font-weight: 700;
	text-decoration: none !important;
	box-shadow: none !important;
}
.user-control-container #address-list #add-address-box .btn, .account-thumbnail-footer a {
    color: #323232;
	border: 2px solid #323232;
	background: transparent;
    border-radius: 0;
    padding: 5px 25px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-top: 1em;
}
.user-control-container #address-list #add-address-box .btn:hover, .user-control-container #address-list #add-address-box .btn:focus,
.account-thumbnail-footer a:hover, .account-thumbnail-footer a:focus {
	color: #fff;
    background-color: #323232;
    border: 2px solid #323232;
    outline: none;
    box-shadow: none;
}
.user-control-container .table {
	background-color: #f2f2f2;
}
.user-control-container .table thead th {
    background: #323232;
	color: white;
	border: 0;
	border-right: 1px solid #464646;
	border-radius: 0;
}
.user-control-container .table thead th:last-child {
	border-right: 0;
}
.user-control-container .table tbody tr td {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 0;
}
.user-control-container .table tbody tr td:last-child {
	border-right: 0;
}
.user-control-container .table a:hover, .user-control-container .table a:focus {
	box-shadow: none !important;
}
.user-control-container .pager-container a {
	background: #323232;
	color: white;
	font-weight: 600;
    border-radius: 0;
    font-size: 14px;
}
.user-control-container .pager-container a:hover, .user-control-container .pager-container a:focus {
	box-shadow: none !important;
	background: #ffcb47;
	color: #323232;
}
.show-1199 {
    display: none;
}
/* MQ */
@media (max-width: 1199px) {
	.replica-nav-bar .dropdown-item {
		padding: .25rem 1rem;
	}
	.featured-products .card > a {
		height: 141px;
	}
	.replica-store p {
		font-size: 15px;
	}
	/*~~~~~~~~~~~~*/	
	.check-cart-container .nav-tabs .nav-item {
	    margin: 0;
	    display: block;
	    width: 100%;
	}
	.check-cart-container .nav-pills .nav-link {
	    font-size: 18px;
	}
	.check-cart-container .nav-tabs .nav-item a:before {
		float: left;
		margin-right: 3px;
	}
	.check-cart-container .nav-tabs .nav-item:first-child a:before {
		content: "1.";
	}
	.check-cart-container .nav-tabs .nav-item:nth-child(2) a:before {
		content: "2.";
	}
	.check-cart-container .nav-tabs .nav-item:last-child a:before {
		content: "3.";
	}

}
@media (max-width: 1199px) and (min-width: 768px) {
	.product-details-container .featured-products .card > a {
	    height: 85px;
	}
	.product-details-container .featured-products p.card-text {
		height: 5em;
	}
	.product-details-container .nav-tabs .nav-item .nav-link, .product-details-container .nav-tabs .nav-link {
		font-size: 18px;
		letter-spacing: -.5px;
		margin: 5px 20px 20px 0;
	}
}
@media (max-width: 1024px) {
	footer ul li a {
		font-size: 15px;
	}
}
@media (max-width: 991px) {
	.container {
	    max-width: 100%;
	}
	section.featured-products h2 {
	    margin: 1em 0 0;
	}
	.featured-products .card {
	    border: 0;
	    margin-top: 1em;
	}
	.user-control-container .form-horizontal, #sb-product-review form, #sb-product-edit form {
		width: 100%;
	}
}
@media (max-width: 900px) {
	.right-list-side .featured-products p.card-text {
		height: 3em;
	}
	.user-control-container .glyphicon-large {
		font-size: 2em;
		line-height: 0;
		margin-top: 1rem;
	}
	.user-control-container li a {
		height: 7em;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column;
	}
}
@media (max-width: 800px) {
	.show-800 {
		display: block;
		font-size: 14px !important;
		cursor: pointer;
		padding-right: 0;
	}
	.form-wrapper .form-inline {
		display: none;
		height: 0;
	    position: absolute;
	    background: transparent;
		transition: height 0.4s ease;
	}
	.form-wrapper .form-inline.show-form {
		display: block;
		position: absolute;
	    width: 95%;
	    height: 100%;
	    left: 0;
	    background: #323232;
	    bottom: 0;
	    padding: 5px 15px;
	}
	.form-wrapper .form-inline.show-form .form-control {
		width: 100%;
		font-size: 1.5vw;
	}
	.form-wrapper .form-inline.show-form button.search-btn {
		font-size: 1.3vw;
		color: #ffcb47;
	}
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link, .replica-nav-bar .dropdown-item {
		font-size: 1.5vw;
    	padding: 1rem .5rem;
	}
	footer .form-control {
		font-size: 12px;
	}
	.dropdown-item {
		white-space: normal;
	}
	/* 25/1/2021 */
	.replica-top-bar .logo-side, .replica-top-bar .links-side {
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.replica-top-bar .links-side {
		padding-top: 0;
	}
	.replica-top-bar .links-side .justify-content-end {
		justify-content: center!important;
	}
}
@media (max-width: 800px) and (min-width: 768px) {
	.featured-products .card > a {
	    height: 111px;
	}
}
@media (max-width: 768px) {
	#sb-listing-header > div {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	#sb-listing-header > div .btn-group {
		width: 100%;
	}
	#sb-listing-header > div .btn-group button {
		text-align: left;
		padding-left: 0;
	}
}
@media (max-width: 767px) {
	.featured-products .col-md-3.col-sm-6:last-child, .video-review-thumbnails-wrapper, .top-cat .col-md-3.col-sm-4:nth-last-child(-n+2) {
		display: none;
	}
	.replica-nav-bar .navbar {
		padding: 0;
	}
	header {
		height: 300px;
	}
	header h1 {
		font-size: 24px;
		font-weight: 500;
	}
	.featured-products .card > a {
		padding: 0 20px;
	}
	.featured-products .card-img-top {
	    width: 100%;
	    height: auto;
	}
	.featured-products .card-text a {
		margin-top: 0;
	}
	.form-wrapper .form-inline.show-form button.search-btn {
		font-size: 1.8vw;
		margin-top: -3px;
	}
	/*~~~~~~~~~~~~~~*/
	.right-list-side .featured-products .card-img-top {
		height: auto;
	}
	/*~~~~~~~~~~~~~~*/
	.single-product-details .custom-control p {
	    margin: 0 0 0 10px;
	}
	.left-details-side .details-tabs-container, .left-details-side .featured-products {
		display: none;
	}
	.right-details-side .details-tabs-container, .right-details-side .featured-products {
		display: block;
	}
	.right-details-side .details-tabs-container {
		margin-top: 2em;
	}
	.right-details-side .featured-products .col-md-3.col-sm-4:last-child {
		display: none;
	}
	.product-details-container .featured-products .card > a {
		height: 141px;
	}
	.product-details-container .featured-products p.card-text {
		height: 3em;
	}
	.kit-container .justify-content-between {
	    justify-content: start !important;
	}
	.kit-container p {
		margin-left: 10px;
	}
	/*~~~~~~~~~~~~~~*/
	.hide-767 {
		display: none;
	}
	.show-767 {
		display: block;
	}
	.clear-cart {
		padding-right: 0;
	}
	.details-tabs-container {
		margin-top: 2em;
	} 
	.right-list-side {
		max-width: 100%;
		flex: 0 0 100%;
	}
}
@media (max-width: 615px) {
	.product-details-container .nav-tabs .nav-item .nav-link, .product-details-container .nav-tabs .nav-link {
		font-size: 16px;
		letter-spacing: -.5px;
		margin: 5px 15px 20px;
    	text-align: center;
	}
	.thumbnails-container .list-inline-item a:not(selected), .thumbnails-container .list-inline-item:not(active) a {
		width: 100%;
	}
	.user-control-container .form-group .btn-save, .user-control-container .form-group .btn-cancel {
		padding: 7px 0;
	}
}
@media (max-width: 606px) {
	.featured-products .card > a {
		padding: 0;
		height: 125px;
	}
	#cartModal .modal-dialog {
	    max-width: 95%;
	    margin: 6.6rem auto 1rem auto;
	}
}
@media (max-width: 575px) {
	header {
	    height: 235px;
	}
	.top-cat a {
		margin-bottom: 15px;
	}
	.top-cat .figure {
		position: relative;
		margin: 0;
    	padding: 0;
	}
	.figure-img-container img, .featured-products .card-img-top {
	    width: 100%;
	    height: auto;
	    margin: 0;
	    padding: 0;
	}
	.featured-products .card-img-top {
	    width: auto;
	}
	.top-cat .figure-caption {
		position: absolute;
		display: flex;
	    justify-content: center;
	    align-items: center;
		width: 100%;
		height: 100%;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		font-size: 24px;
	    font-weight: 600;
	    color: white;
	    background: rgba(0,0,0,.7);
	    margin: 0;
    	padding: 0;
	}
	.featured-products .card-text, .featured-products .card-text a, .featured-products .card button {
		font-size: 18px;
	}
	.featured-products .card-text a {
		margin-top: 10px;
	}
	section h2 {
		font-size: 25px;
	}
	.video-interview-container {
		margin-bottom: 20px;
	}
	.d-md-none .video-interview-container {
		margin-bottom: 0;
	}
	.replica-store h2 {
		margin-top: 1em;
	}
	.black-logo-bg {
		display: none;
	}
	.footer-right-side, .subscribe-btn-container {
		order: 1;
	}
	.footer-left-side, .social-links {
		order: 2;
	}
	.justify-content-between {
		width: 100%;
		margin: auto;
	}
	footer .social-links {
		width: 100%;
		/*text-align: center;*/
		padding: 0;
	}
	.subscribe-btn-container {
		flex: 0 0 100%;
    	max-width: 100%;
		text-align: center;
		padding: 0;
	}
	.subscribe-btn-container button {
    	width: 100%;
	}
	#cartModal .modal-dialog {
	    margin: 10.55rem auto 1rem auto !important;
	}
	/*~~~~~~~~~~~*/
	.left-list-side {
		display: none;
	}
	.right-list-side .featured-products .col-md-3.col-sm-6 .card {
		margin-right: 0;
		padding: 0.5em 0 1em;
	}
	.right-list-side .featured-products .col-md-3.col-sm-6 {
		padding: 0;
	}
	.right-list-side .featured-products .card-img-top {
		width: auto;
	}
	.hide-in-mobile {
		display: none;
	}
	.show-in-mobile {
		display: block;
	}
	/*~~~~~~~~~~~*/
	.shopping-cart-container .table thead th, .middle-shopping-cart-side {
		display: none;
	}
	.shopping-cart-container .table thead th:first-child {
		display: block;
	    padding: 0;
	    margin-top: -33px;
	}
	.shopping-cart-container .table td {
		display: none;
		border: 0;
		padding: 0;
	}
	.shopping-cart-container .table th[scope=row], .shopping-cart-container .table td.titled, .shopping-cart-container .table td.equationed  {
		display: block;
		width: 100%;
	}
	.shopping-cart-container .table th[scope=row] {
		text-align: center;
	}
	.shopping-cart-container .table img {
		height: auto;
	}
	/*  */
	.user-control-container .glyphicon-large, .user-control-container .nav-link br {
		display: none;
	}
	.user-control-container .form-group .btn-save {
		margin-bottom: 1em;
	}
	.user-control-container #address-list .col-md-6 .dashboard-square {
		border-right: 0;
	}
	.user-control-container #address-list .primary-shipping {
		margin-right: 0;
	}
	#sb-product-review .form-group .btn-save {
		margin-bottom: 10px;
	}
	.bottom-fixed {
		position: fixed;
		bottom: -5px;
		right: 0;
    	z-index: 100;
		width: 100%;
	}
	.bottom-fixed .total {
		width: 50%;
		float: left;
		background: #eee;
		text-align: center;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 22px;
		line-height: 45px;
		color: #323232;
	}
	.bottom-fixed #btnProductAddToCart {
		width: 50%;
		float: right;
	}
	.hidden-xs {
		display: none;
	}
	.visible-xs {
		display: block;
	}
	#productInfoTabs-accordion .panel-default {
		border: 0;
		box-shadow: none;
	}
	#productInfoTabs-accordion .panel-default .panel-title {
		text-transform: uppercase;
		font-weight: 700;
		font-size: 16px;
	}
	#productInfoTabs-accordion .panel-default .panel-title > a {
		width: 100%;
		display: block;
		color: #98999a;
	}
	#productInfoTabs-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
		border-top: 2px solid #ffcb47;
	}
	/* #productInfoTabs-accordion .panel-collapse.collapse.show + #productInfoTabs-accordion .panel-default .panel-title > a {
		color: #323232;
	} */
	.right-list-side .featured-products .card-img-top {
		height: 100%;
	}
	.right-list-side .featured-products .card-img-top img {
		max-width: unset;
		height: 100%;
	}
	.SortingDropdown button.dropdown-toggle {
		margin-top: 0;
	}
	.contact-container .btn.btn-orange {
		width: 100%;
	}
	.r-p-0 .hidden-xs {
		display: none;
	}
	.r-p-0 .visible-xs-block {
		display: block;
	}
}
@media (min-width: 576px) {
	.form-inline .form-control {
		width: 100%;
	}
}
@media (max-width: 500px) { 
	/* .product-details-container .nav-tabs, */ .product-details-container .tab-content {
		display: table-cell;
	}
	.product-details-container .nav-tabs .nav-item .nav-link, .product-details-container .nav-tabs .nav-link{
		font-size: 16px;
	    letter-spacing: 0;
	    margin: 0 10px 10px 0;
	    text-align: left;
	    white-space: nowrap;
	}
	.product-details-container .tab-content .table td {
	    padding: .35rem;
	    font-size: 14px;
	}
}
@media (max-width: 480px) {
	header h1 {
	    font-size: 18px;
	    font-weight: 600;
	    line-height: 27px;
	}
	.user-control-container .nav-justified .nav-item {
		flex-basis: 100%;
	}
	.user-control-container li a {
		border-bottom: 2px solid #e2e2e2 !important;
		border-right: 0 !important;
		height: auto;
	}
	.user-control-container li:last-child a {
		border:0 !important;
	}
}
@media (max-width: 375px) { 
	#cartModal .modal-body .col-auto, #cartModal .modal-body .col {
	    flex: 0 0 100%;
	    width: 100%;
	    max-width: 100%;
	}
	/*~~~~~~~~~~~~~~~~~*/
	/* .thumbnails-container {
		display: none;
	} */
	.whole-slide-container {
		flex: 0 0 100%;
    	max-width: 100%;
    	margin-bottom: 2em;
	}
	.user-control-container #address-list #add-address-box .btn {
		width: 100%;
	}
}
/* 24/7 */
input#Email.form-control, input#RegisterEmail.form-control {
	text-transform: lowercase !important;
}
.checkout-address .edit-address, .checkout-address .delete-address {
	color: #fff !important; 
	padding: 0.175rem 0.75rem !important;
	border-radius: 0.15rem !important;
}
.checkout-address .edit-address {
    background-color: #28a745;
	border-color: #28a745;
	margin-right: 7px;
	border-radius: 0 !important;
}
.checkout-address .delete-address {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0 !important;
}
#choose-account-panel .btn.btn-orange {
	background-color: #ffcb47;
	color: #323232;
    font-weight: 700;
    border-radius: 0;
}
/* 31/7 */
#choose-account-panel .form-group label input[type=checkbox], label.label-radiocheck-multiline input[type=radio],
.radio label input[type=radio] {
	box-shadow: none !important;
}
.radio label input[type=radio] {
	position: relative;
	top: 7px;
}
#choose-account-panel .form-group label input[type=checkbox] {
	position: relative;
	top: 8px;
}
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab {
	/* border-bottom: 2px solid #ffcb3e; */
}
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab li {
	-ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab li a {
	/* background: #f3f3f3; */
	color: #afb1b3;
	font-size: 18px;
	font-weight: 600;
    border: 0;
    /* padding: 7px 12px; */
    width: 100%;
    display: block;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	border-bottom: 3px solid #afb1b3;
	transition: all 0.4s ease;
}
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab li a.active,
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab li a:hover,
.r-p-0 #singlepayment #checkout-payment #paymentmethod-tab li a:focus {
	color: #323232;
    border-bottom: 3px solid #f7b716;
    background-color: #ffcb47;
	text-decoration: none;
}
.modal-content.scroll-windows .modal-header .close {
	right: 10px;
    position: absolute;
    top: 10px;
    font-size: 32px;
}
.modal-content.scroll-windows .modal-body form label, .modal-content.scroll-windows .modal-body form .col-sm-9 {
	flex: 0 0 100%;
    max-width: 100%;
}
.modal-content.scroll-windows .modal-body form #save-edit-address {
    border-radius: 0;
    background-color: #ffcb47;
    color: #323232;
    font-weight: 700;
}
.modal-delete-address {
    background-color: #dc3545;
    border-color: #dc3545;
    border-radius: 0 !important;
    color: white;
    font-weight: 700;
    padding: 4px 18px;
}
.modal-cancel-delete {
    background-color: #ccc;
    border-color: #bbb;
    color: #666 !important;
    border-radius: 0 !important;
    font-weight: 700;
    padding: 4px 18px;
}
.loader {
	border: 10px solid #323232; /* Light grey */
	border-top: 10px solid #ffcb47; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
  }
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  #paypal button[type="submit"] {
    width: 145px;
    height: 42px;
    background: transparent url(../images/PayPalCheckout.gif) no-repeat scroll 0 0;
    border: none;
    outline: none;
    overflow: hidden;
    text-indent: -999em;
}
.reset-password .form-control, .forget-password .form-control {
	border-radius: 0;
	box-shadow: none !important;
}
.reset-password .btn-submit, .forget-password .btn-submit {
	border-radius: 0;
    background-color: #ffcb47;
    color: #323232;
	font-weight: 700;
    box-shadow: none;
    padding: 4px 15px !important;
    height: auto;
}
/* Ui 27/8 */
@media (max-width: 1024px) and (min-width: 768px) { 
	.thumbnails-container, .whole-slide-container {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.thumbnails-container .list-inline-item {
		width: auto;
		display: inline-block;
	}
	.thumbnails-container ul {
		text-align: center;
	}
	.thumbnails-container .list-inline-item a:not(selected), .thumbnails-container .list-inline-item:not(active) a {
		width: auto;
		padding: 7px;
		height: 75px;
	}
}
@media (max-width: 575px) { 
	.thumbnails-container, .whole-slide-container {
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.thumbnails-container .list-inline-item {
		width: auto;
		display: inline-block;
	}
	.thumbnails-container ul {
		text-align: center;
	}
	.thumbnails-container .list-inline-item a:not(selected), .thumbnails-container .list-inline-item:not(active) a {
		width: auto;
		padding: 7px;
		height: 75px;
	}
}
.redtext {
    color: red;
    font-weight: 600;
}

.figure-img-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}
/*16-6-2020*/
#listingTemplate .pager-container {
    width: 95%;
    margin: auto;
}

#listingTemplate .pager-container .pager-next a, #listingTemplate .pager-container .pager-prev a {
	background: #323232 !important;
	border-radius: 30px;
	color: white !important;
}

#listingTemplate .pager-container .pager-next a span, .pager-container .pager-prev a span {
	color: white !important;
	font-size: 13px;
}
@media (max-width: 1080px) and (min-width:992px) {
    #listingTemplate .pager-container .pager-next a, #listingTemplate .pager-container .pager-prev a {
        border-radius: 50%;
        font-size: 0;
        width: 40px;
        height: 40px;
        line-height: 50px;
        padding: 0;
    }
}
@media (max-width: 575px) {
    #listingTemplate .pager-next, #listingTemplate .pager-prev {
        width: 33.33%;
    }
}
.redtext {
    color: red;
    font-weight: 600;
}
/*  */
.pull-right {
    float: right !important;
}
@media (min-width: 768px) {
	.pager-next {
		padding-left: 0;
	}
	.pager-prev {
		padding-right: 0;
	}
}
.img-responsive {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
#listingTitle {
    color: #323232;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}
/* 8/9/2020 */
.reset-password .btn-submit.btn-success, .forget-password .btn-submit.btn-success {
	border: 0;
	font-weight: normal;
	color: white;
	padding: 10px 15px !important;
	background-color: #00903b;
}

/* 10/9/2020 */
a, a:hover, a:focus {
    color: #007bff;
}
@media (min-width: 576px) {
	#credit-card-form {
		width: 75%;
	}
}
#usaepay #credit-card-form .form-group.has-feedback {
	display: block;
}
#credit-card-form label.control-label {
    font-weight: bold;
}
.free-shipping {
    font-size: 20px;
    text-align: center;
}

/*15/9/2020*/
#carouselExampleControls {
    width: 102%;
    height: 400px;
    overflow: hidden;
	margin-left: -15px;
	margin-top: -1px;
}
#carouselExampleControls .carousel-control-next {
    width: 5%;
}
#carouselExampleControls .carousel-control-prev {
    width: 2.5%;
}
#carouselExampleControls .carousel-inner, #carouselExampleControls .carousel-item,
#carouselExampleControls .carousel-item a {
    height: 100%;
}
#carouselExampleControls .carousel-item a {
	display: block;
	background-size: cover!important;
}
#carouselExampleControls .carousel-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*17/9/2020*/
.bootbox.modal.fade.sb-cart-confirmadd.show {
    overflow-y: hidden;
}
.sb-cart-confirmadd .modal-dialog {
    max-width: 400px;
    margin: 4.2rem auto 1rem auto;
}
@media (min-width: 576px) {
	.sb-cart-confirmadd .modal-dialog {
		max-width: 600px !important;
		margin: 2.5rem auto 1rem auto !important;
	}
}
.sb-cart-confirmadd .modal-header .close{
	width: auto;
    font-size: 35px!important;
    padding: 0;
    height: 0;
}
.sb-cart-confirmadd .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.sb-cart-confirmadd .modal-header, .sb-cart-confirmadd .modal-body, .sb-cart-confirmadd .modal-footer {
    padding: .5rem 1rem;
    border: 0;
}
.sb-cart-confirmadd .modal-header {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 7px;
}
.sb-cart-confirmadd .modal-footer {
    padding: 15px;
    width: 100%;
    display: block;
    border-top: 1px solid #e5e5e5;
}
.sb-cart-confirmadd .modal-title {
    padding: 0;
}
.sb-cart-confirmadd .bootbox-body {
	max-height: 26.5rem;
	padding: 0 15px;
	overflow: auto;
	width: 99%;
	margin: 5px 0;
}
.sb-cart-confirmadd .bootbox-body::-webkit-scrollbar {
	width: 7px;
}
.sb-cart-confirmadd .bootbox-body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.sb-cart-confirmadd .bootbox-body::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #eee;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.single-item-incart {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 7px;
    padding-bottom: 5px;
}
#RemoveFromCartForm1 button {
    border: 1px solid #8080803d;
    border-radius: 0;
    padding: 3px 5px;
    margin: 0;
    line-height: 100%;
}
.sb-cart-confirmadd .input-group > .form-control {
    height: auto;
    border-radius: 0;
    box-shadow: none;
}
.sb-cart-confirmadd .modal-body h4.media-heading {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    color: #007bff;
}
.sb-cart-confirmadd .modal-header h4, .sb-cart-confirmadd .modal-body div > span {
	font-weight: 600;
    font-size: 18px;
    color: #323232;
    text-transform: uppercase;
    margin-top: 5px;
}
.sb-cart-confirmadd .modal-body text {
	font-weight: 500;
    font-size: 18px;
    color: #323232;
    display: block;
}
.sb-cart-confirmadd .modal-body p {
	font-weight: 500;
    font-size: 18px;
    color: #87898d;
    display: block;
    margin-bottom: 7px;
}
.modal-img {
	width: 100px;
}
.sb-cart-confirmadd .modal-footer {
    flex-direction: column;
}
.sb-cart-confirmadd .modal-footer button {
	width: 100%;
	flex: 0 0 100%;
	margin: 0;
	color: #323232;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
@media (min-width: 576px) {
	.sb-cart-confirmadd .modal-footer button {
		width: auto !important;
	}
	.sb-cart-confirmadd .modal-footer button:last-child {
		float: right;
		margin-top: 0;
	}
}
.sb-cart-confirmadd .modal-footer button:hover, .sb-cart-confirmadd .modal-footer button:focus {
	outline: none;
	box-shadow: none;
}
.sb-cart-confirmadd .modal-footer .btn-continue {
	background-color: white;
	border:2px solid #323232;
}
.sb-cart-confirmadd .modal-footer .btn-checkout {
	background-color: #ffcb47;
	border:2px solid #ffcb47;
	margin-top: 7px;
}
.sb-cart-confirmadd .modal-footer .btn-checkout i {
	font-style: normal;
}
@media (max-width: 606px) {
	.sb-cart-confirmadd .modal-dialog {
		max-width: 95%;
		margin: 6.6rem auto 1rem auto;
	}
}
@media (max-width: 375px) {
	.sb-cart-confirmadd .modal-body .col-auto, .sb-cart-confirmadd .modal-body .col {
		flex: 0 0 100%;
		width: 100%;
		max-width: 100%;
	}
}
/* 5/11/2020 */
.cart-count {
    background-color: #ffcb47;
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: white;
    position: absolute;
    top: -0.7rem;
    right: -1.25rem;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    border-radius: 50%;
}
@media (max-width:420px) {
    .cart-count {
        right: -1rem;
    }
}
/* 24/1/2021 */
.replica-top-bar .container-fluid {
	padding: 0;
}
.new-form-wrapper .search-btn {
    position: absolute;
    right: 22px;
    top: 7px;
    border: 0;
    color: #ffcb47;
    font-weight: bold;
    font-size: 1vw;
    padding: 3px 6px 1px;
    border-radius: 0;
    cursor: pointer;
    background-color: #323232;
}
.new-form-wrapper #searchPhrase {
    border: 1px solid #c7c7c7;
    outline: 0;
    box-shadow: none;
    padding: 0 15px;
    font-size: 14px;
	height: 2.75em;
	border-radius: 0;
	font-family: sans-serif;
}
.links-side .free-shipping {
    font-size: 14px;
    opacity: .8;
    transform: scale(.9);
    text-align: center;
}
.links-side #cartModal-click, .links-side #myaccount {
	opacity: .8;
	cursor: pointer;
}
#navbarSupportedContent {
    padding: 5px 15px 0;
}
.replica-nav-bar > .container-fluid > hr {
    margin: 0;
}
.replica-nav-bar .dropdown-item {
    display: block;
    font-weight: 600;
    font-size: .9rem;
    border-bottom: 1px solid #eee;
    width: auto !important;
}
/* 3/1/2021 */
@media (min-width: 1200px) {
	.replica-nav-bar .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 1199px) {
	#carouselExampleControls {
		height: 343px;
	}
	/* 25/1/2021 */
	#navbarSupportedContent {
		padding: 10px 7px;
	}
	.new-form-wrapper, .hide-1199 {
        display: none;
	}
	.replica-nav-bar > .container-fluid > .row {
		padding: 10px 0;
	}
    .show-1199 {
        display: flex;
        opacity: 1 !important;
    }
    .links-side .free-shipping {
        transform: scale(1);
        opacity: 1;
        padding: 5px 0;
    }
    .show-575 #cartModal-click {
        color: #323232;
	}
	.replica-nav-bar {
		z-index: 100;
		position: relative;
	}
	.replica-nav-bar .navbar {
		justify-content: space-evenly;
	}
	.navbar-dark .navbar-toggler {
		border: 0 !important;
		box-shadow: none !important;
		outline: none !important;
		padding: 0;
	}
	.navbar-collapse {
		position: absolute;
		width: 102%;
		background: #323232;
		top: 100%;
		margin-top: 0.6rem;
	}
	.show-575 {
		display: flex;
		position: relative;
	}
	.show-575 img {
		width: 20px;
	}
	.show-575 a {
		line-height: 0;
		color: #323232;
	}
	.show-575 a:hover, .show-575 a:focus {
		box-shadow: none;
		text-decoration: none;
	}
	.show-575 a .icon{
		font-size: 20px;
	}
	.replica-nav-bar .navbar {
	   justify-content: space-evenly;
	}
	.replica-nav-bar button.search-btn {
	    position: relative;
	    right: 0;
	    top: 0;
	    padding: 0;
	}
	.replica-nav-bar button.search-btn .icon {
		font-size: 16px;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: none;
	}
	.navbar-dark .navbar-toggler {
		border:0 !important;
		box-shadow: none !important;
		outline: none !important;
		padding: 0;
	}
	.navbar-dark .navbar-toggler .bar {
		width: 20px;
	    height: 2px;
	    margin: 4px 0;
	    background-color: #323232;
	    display: block;
	}
	.replica-nav-bar .navbar-dark .navbar-nav .nav-item {
		margin-bottom: .3rem;
	}
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link {
	    padding: .5rem 1rem;
	    font-size: 16px;	
	}
	.replica-nav-bar .dropdown-menu.show .dropdown-item {
	    font-size: 14px;
		font-weight: 500;
		width: 100%;
		display: block;
		color: white;
		padding: .25em;
		border: 0;
	}
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link:hover, .replica-nav-bar .navbar-dark .navbar-nav .nav-link:focus, .replica-nav-bar .navbar-dark .navbar-nav .show .nav-link {
	    background-color: transparent;
   		color: #ffffff;
	}
	.replica-nav-bar .dropdown-menu {
		background-color: transparent;
		color: #ffffff;
		border: 0;
		margin-left: 12px;
		padding: 0;
		margin: 0;
	}
	.replica-nav-bar .dropdown-toggle::after {
		display: inline-block;
		float: right;
    	margin-top: 7px;
	}
	.navbar-collapse {
		position: absolute;
	    width: 100%;
	    background: #323232;
	    top: 100%;
	    padding-top: 15px;
	}
	.form-wrapper .form-inline.show-form {
		position: absolute;
		height: 100%;
		left: 0;
		background: #323232;
		bottom: 0;
		margin-top: 10px;
	}
	.form-wrapper .form-inline.show-form {
		display: table;
	    width: 100%;
		top: 100%;
		left: 0;
	    padding: 15px;
	}
	.form-wrapper .form-inline.show-form .form-control {
		font-size: 14px;
	}
	.form-wrapper .form-inline.show-form button.search-btn {
		margin-top: 0;
	    position: absolute;
	    right: 30px;
	    top: 25px;
	    color: #323232;
	}
	.replica-nav-bar button.search-btn .icon, .replica-nav-bar button.search-btn .fa {
		font-size: 16px;
		color: #323232;
	}
	.form-wrapper .form-inline {
		display: none;
		height: 0;
		position: absolute;
		background: transparent;
		transition: height 0.4s ease;
	}
	.replica-nav-bar #searchPhrase {
		background: #87898d;
		border: 0;
		outline: none;
		border-radius: 0;
		box-shadow: none;
		font-size: .8rem;
		padding: .375rem 1.5rem .375rem .75rem;
		font-weight: 400;
		height: auto;
	}
	.replica-nav-bar #searchPhrase::-webkit-input-placeholder {
		color: white;
		opacity: .5;
	}
	.replica-nav-bar #searchPhrase::-moz-placeholder {
		color: white;
		opacity: .5;
	}
	.replica-nav-bar #searchPhrase:-ms-input-placeholder {
		color: white;
		opacity: .5;
	}
	.replica-nav-bar #searchPhrase:-moz-placeholder {
		color: white;
		opacity: .5;
	}
	.replica-nav-bar #searchPhrase:focus, .replica-nav-bar #searchPhrase:active {
		color: white;
		background: #6b6b6b !important;
	}
	.new-form-wrapper #searchPhrase:focus, .new-form-wrapper #searchPhrase:active {
		color: #6b6b6b;
		background: white !important;
	}
	.replica-nav-bar #search-form input:-webkit-autofill {
		-webkit-text-fill-color: white;
		-webkit-box-shadow: 0 0 0 30px #6b6b6b inset !important;
	}
	.new-form-wrapper #searchPhrase:-webkit-autofill {
		-webkit-text-fill-color: #6b6b6b;
		-webkit-box-shadow: 0 0 0 30px white inset !important;
	}
	.replica-nav-bar #search-form input:-webkit-autofill::selection, .replica-nav-bar #search-form input::selection,
	.new-form-wrapper #searchPhrase:-webkit-autofill::selection, .new-form-wrapper #searchPhrase::selection {
		opacity: 1;
		background-color: #338FFF !important;
		color: white !important;
		-webkit-text-fill-color: white !important;
	}
	.show-800 {
		display: block;
		font-size: 14px!important;
		cursor: pointer;
		padding-right: 0;
	}
	.loged-in {
		display: none;
	}
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link, .replica-nav-bar .dropdown-item {
		color: #fff;
	}
}
@media (max-width: 1024px) {
	#carouselExampleControls {
		height: 300px;
	}
}
@media (max-width: 900px) {
	#carouselExampleControls {
        width: 100%;
        margin: 0;
    }
    #carouselExampleControls .carousel-control-next, #carouselExampleControls .carousel-control-prev {
        width: 7%;
    }
}
@media (max-width: 900px) and (min-width: 768px) {
	#carouselExampleControls .carousel-item a {
		background-size: contain!important;
	}
}
@media (max-width: 767px) {
	#carouselExampleControls {
		height: 230px;
	}
	#carouselExampleControls .carousel-item a {
		background-size: 100%!important;
	}
}
@media (max-width: 575px) {
	#carouselExampleControls {
		height: 171px;
	}
}
@media (max-width: 575px) and (min-width: 451px) {
	#carouselExampleControls .carousel-item a {
		background-size: contain!important;
	}
}
@media (max-width: 450px) {
	#carouselExampleControls {
		height: 131px!important;
	}
	#carouselExampleControls .carousel-item a {
		background-size: 100%!important;
	}
	.replica-top-bar .logo-side, .replica-top-bar .links-side {
        padding: 0 15px 5px;
    }
    .replica-top-bar .logo-side {
        padding-top: 10px;
    }
}
/* 11/1/2021 */
@media (max-width: 991px) and (min-width: 801px) {
	.replica-top-bar .links-side {
		margin-top: 1rem;
	}
}
.defualt-padding {
	padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 1306px) {
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link {
		padding: .25rem;
	}
}
@media (min-width: 1200px) {
	.mega-navbarDropdown .dropdown-menu {
		width: 98%;
		left: 0;
		right: 0;
		margin: auto;
		flex-wrap: wrap;
	}
	.mega-navbarDropdown:hover .dropdown-menu {
        display: flex !important;
    }
	.mega-navbarDropdown .dropdown-menu a {
		flex: 0 0 20%;
		max-width: 20%;
		border: 0;
	}
}
@media (max-width:991px) {
	.replica-nav-bar .navbar-dark .navbar-nav .nav-link {
		padding: .5rem 1rem;
	}
	.replica-nav-bar .dropdown-menu.show .dropdown-item {
		padding: .25em 1rem;
	}
}
.main-title {
    margin-bottom: 1rem;
}
.main-title h2 {
	background-color: #fff;
	display: table;
	width: auto;
	margin: 1em auto .5em !important;
	z-index: 10;
	position: relative;
	padding: 0 20px;
	text-align: center;
	font-weight: 500;
	color: #323232;
    text-transform: capitalize;	
}
.main-title hr {
    top: -2.25rem;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
.all-brands {
    text-align: center;
    margin-top: -.92rem;
    text-decoration: none;
}
.all-brands a {
    font-weight: 700;
    font-size: 17px;
    text-transform: capitalize;
    color: #32323273;
}
@media (min-width: 992px) {
	.col-lg-2.top-cat-container {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}
.featured-products .sb-listing-item .card:hover:after {
    content: "";
    border: 1px solid #dcdcdc;
    position: absolute;
    width: 107%;
    height: 101%;
    top: -2px;
    left: -7px;
}
@media (max-width: 575px) and (min-width: 351px) {
	.top-cat-container, .sb-listing-item {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 575px) and (min-width: 451px) {
	.top-cat-container .figure-img-container {
		background-size: 85%!important;
	}
}
.featured-products .card-body .rating {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    height: 1.5rem;
    color: #007bff;
}
.featured-products .sb-listing-item .card a, .featured-products .sb-listing-item .card .card-body {
    z-index: 1;
}
.featured-products .card-body {
    padding: 0 0 5px 0;
}
.featured-products .card-text {
    color: #323232;
    margin: 0;
    font-weight: 600;
    font-size: 15px;
}
.featured-products .card-body .rating.star-rating-5 .glyphicon-star {
    color: #df6923;
}
.sb-listing-showall {
    font-weight: 600;
}
.pager-prev a, .pager-next a, .pager-prev span, .pager-next span, .sb-listing-showall {
    color: #323232 !important;
}
#sb-listing-footer {
    position: relative;
    padding-top: 25px;
    margin: 0;
}
#sb-listing-footer:after {
    content: "";
    position: absolute;
    border-top: 1px solid #999;
    top: 0;
    width: 97%;
    margin: 15px auto 0;
    right: 0;
    left: 0;
}
@media (min-width: 1025px) {
	.listing-image {
		height: 131px;
	}
}
@media (max-width: 575px) {
	.items-list-container .sb-listing-item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.listing-title-underline {
		font-size: 18px;
		margin-top: -4px;
	}
}
.pager-prev a:focus, .pager-next a:focus {
	box-shadow: none;
}
.listing-title-underline .pager-prev a .glyphicon, .listing-title-underline .pager-next a .glyphicon, #sb-listing-footer .pager-prev .glyphicon, #sb-listing-footer .pager-next .glyphicon {
    font-size: 10px !important;
}
.listing-title-underline .pager-prev span, .listing-title-underline .pager-next span, .listing-title-underline .pager-prev span, .listing-title-underline .pager-next span, #sb-listing-footer .pager-prev .glyphicon, #sb-listing-footer .pager-next .glyphicon {
    color: #666 !important;
}
@media (max-width: 768px) {
	#sb-listing-header > .sb-listing-side {
		flex: 0 0 50%;
    	max-width: 50%;
	}
	#sb-listing-header .pager-tools {
		width: auto;
		display: flex;
	}
	.pager-prev {
		padding-right: 0;
	}
	.pager-next {
		padding-left: 0;
	}
	.pager-next, .pager-prev {
		font-size: 12px;
	}
}
@media (max-width: 767px) {
	#sb-listing-footer .pager-label {
		text-align: left;
	}
	#sb-listing-footer .pager-tools {
		float: right;
		width: auto;
		display: flex;
	}
}
@media (max-width: 735px) {
	.justify-it {
		justify-content: space-between !important;
	}
	#sb-listing-header > .sb-listing-side {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.sb-listing-side .pager-tools .pager-prev, .sb-listing-side .pager-tools .pager-next {
		padding-left: 0;
	}
	#sb-listing-header > .sb-listing-side > .listing-title-underline {
		padding: 0;
	}
}
@media (max-width:575px) {
    .sb-listing-side .pager-tools > div {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    #sb-listing-footer > div {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    #sb-listing-footer > div.pager-label {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .sb-listing-side .pager-tools > div:last-child, .footer-show-all {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
        text-align: right;
    }
    .sb-listing-side .pager-tools .pager-prev, .sb-listing-side .pager-tools .pager-next, .footer-pagenation {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .footer-show-all, .footer-show-all .btn {
        padding-left: 0;
    }
    #carouselExampleControls {
        height: 171px;
    }
}
/* 26/1/2021 */
.new-contact-container .g-recaptcha {
	float: right;
    margin-bottom: 10px;
}
.dropdown-menu.account-dropdown {
	border: 1px solid rgba(0, 0, 0, 0.15)!important;
	font-size: 16px;
    font-weight: 600;
}
#sb-account-logoff-container .btn.btn-orange {
    color: #323232;
    border: 2px solid #323232;
    background-color: transparent;
    border-radius: 0;
    padding: 5px 15px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
}
/* 18/2/2021 */
#personal-information .form-control {
	border-radius: 0;
    box-shadow: none;
}
#personal-information .btn-default, #personal-information .btn-success  {
	border-radius: 0;
	padding: 0;
    width: 100%;
    font-weight: 700;
	padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
	transition: all 0.4s ease;
}
#personal-information .btn-default {
	color: #87898d;
    background: #dcdcdc;
    border: 3px solid transparent;
}
/* 23/2/2021 */
.single-product-details .row.justify-content-between, .shopping-cart-container .row.justify-content-between{
	margin-right: -15px;
	margin-left: -15px;
	width: auto;
}
.guarantee {
    align-items: center;
    display: flex;
}
.btn-green {
    color: white;
    background-color: #00903b;
    border-color: #007631;
}
.container.shopping-cart-container {
	max-width: 1140px;
}
.shopping-cart-container .table thead th {
	padding: 0 .75rem 1.25rem 0;
}
.shopping-cart-container .table p a {
	color: #007bff;
}
#choose-account-panel .btn.btn-primary {
    color: #323232;
    border: 2px solid #323232;
    background: transparent;
    border-radius: 0;
    padding: 5px 25px;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
    margin-bottom: 1em;
    float: right;
}
.login-container h2 {
	font-weight: 500;
}
.stock.in:before, .stock.stock-available:before {
    content: "\f00c";
}
.stock:before {
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 3px;
}
.stock.out:before, .stock.stock-unavailable:before {
    content: "\f00d";
}
.stock:before {
    font-family: "Font Awesome 5 Free" !important;
    speak: none;
    font-style: normal;
    font-weight: 900;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    margin-right: 3px;
}
.single-product-details .stock.in, .single-product-details .stock-available {
    color: #008738;
}
/* 4/3/2021 */
.single-item-incart input[type=number]::-webkit-inner-spin-button, 
.single-item-incart input[type=number]::-webkit-outer-spin-button {  
   opacity: 1;
}
#signin-button.btn.btn-block.btn-green, #register-button.btn.btn-block.btn-green {
	width: 100%;
	background: white;
    color: #323232;
    border: 2px solid #323232;
    border-radius: 0;
    padding: 5px 0;
    margin-top: 7px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.4s ease;
}
/* 15/3/2021 */
section.login-container h2 {
	text-transform: capitalize;
}
.sb-review.sb-review-hp {
	padding-right: 0;
    padding-left: 0;
}
.sb-review.sb-review-hp .m-0 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
/* 15/3/2021 */
#checkout-heading-login p.form-control-static {
	width: 99%;
    margin: 0 auto 10px;
    padding: 0;
}
#checkout-heading-shipping p.form-control-static
{
	/* width: 96%; */
    margin: 0 auto;
    padding: 0;
}
#checkout-heading-payment p.form-control-static
{
	width: 96%;
    margin: 0 auto 10px;
    padding: 0;
}
/* 18/4/2021 */
.forget-password-container input.form-control {
	height: auto;
}
.expando-div-btn:focus {
	outline: none;
}
#returningDiv #login-form .form-group input[type="submit"], #createDiv #register-form .form-group input[type="submit"], #guestDiv #guest-form .form-group button {
	font-family: 'Rajdhani',sans-serif!important;
}
ul.filter-body li.depth1 {
    background: none;
}
@media (max-width: 575px) {
	#credit-card-form .form-group #CreditCardExpirationMonth {
		margin-bottom: 1rem;
	}
}
@media (max-width: 375px) {
	#carouselExampleControls {
		height: 171px !important;
	}
	#carouselExampleControls .carousel-item a {
		background-size: cover!important;
	}
}
#user-account-info.account-thumbnail .account-thumbnail-body {
    min-height: unset;
    max-height: unset;
}
#user-account-info.account-thumbnail .account-thumbnail-footer a {
    margin-bottom: 1rem;
    display: inline-block;
}
 /**/
.footer-right-side #newsletter-form {
    width: 100%;
}
.footer-right-side #newsletter-form input {
    padding-left: 0.75rem;
    height: 35px;
}
@media (max-width: 767px) {
    .newsletter-btn {
        padding: 0;
        margin-top: 10px;
    }
}
footer .social-links {
    padding-left: 0;
}
