

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    overflow-x: hidden!important;
}

.specialCaption{
height: 200px !important;
overflow-x: hidden!important;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap'); 

body {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
	font-family: 'Inter', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}


/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px!important;
	font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
  
    line-height: 107.52%;
    text-transform: uppercase;
    color: #001080;
	
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #010c5c;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #ffc700;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #000000!important;
	border-bottom: 1px solid #000000!important;
	padding: 4px 0px 0px 0;
	margin: 0 0 0px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: white;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #E3E3E3;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: white;
}


#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
	width:120px;
	padding:10px;
	
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	/*
	
	height: 40px;
	line-height: 20px;
	padding: 0 10px;*/
	
	width: 500px!important;
    height: 50px;
    line-height: 20px;
    padding: 0 10px;
    width: auto;
    background: #FFFFFF;
    border-radius: 8px;
	
}





/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu {
			width: 100%;
		}
	}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
	@media (max-width: 478px) {
		#cart .dropdown-menu li > div {
			min-width: 100%;
		}
	}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	 background-color: #000c5c;
    background-image: linear-gradient(to bottom, #000c5c, #000c5c);
    background-repeat: repeat-x;
    /* border-color: #000c5c; */
    min-height: 60px;
    display: flex;
    align-items: center;
    border-radius:0px;
    justify-content: center;
    margin-bottom:0px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
    line-height: 35px;
    background: #ffc700;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
	background-color:#000c5c;
}
#menu .see-all {
display: block;
   /* margin-top: 0.5em;*/
   
   font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
        padding-top: 0.5em!important;
    border-top: 0px solid #DDD;
    height:30px!important;
    padding: 0px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    
    color: #000000!important;
    background-color: #ffc700;
}
#menu .see-all:hover, #menu .see-all:focus {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
	text-decoration: none;
	color: #ffffff!important;
	background-color: #010c5c;
/*	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);*/
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background:#010c5c!important;
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	/*margin-top: 30px;*/
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #000000!important;

	color: #000000!important;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Inter', sans-serif;
	font-weight: bold;
	color: #fff;
	font-weight: 500;
    font-size: 19px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 12px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
    font-size: 12px;
    /* border: 1px solid #cccccc; */
    border-radius: 4px;
    background-color: #ffc700!important;
    background-image: linear-gradient(to bottom, #ffc700, #ffc703)!important;
    background-repeat: repeat-x!important;
    border-color: #ffc703 #ffc700 #ffc700!important;
    /* box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%), 0 1px 2px rgb(0 0 0 / 5%); */
    color: #000!important;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #000000;
    /* text-shadow: 0 -1px 0 rgb(0 0 0 / 25%); */
    background-color: #ffc700;
    background-image: linear-gradient(to bottom, #ffc700, #ffc703);
    background-repeat: repeat-x;
    border-color: #ffc703 #ffc700 #ffc700;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
     color: #000000!important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 0%);
    background-color: #ffc700;
    background-image: linear-gradient(to bottom, #ffc700, #ffc700);
    background-repeat: repeat-x;
    border-color: #031180 #031180 #031180;
    padding: 16px 20px 16px 20px;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #000000!important;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 0%);
    background-color: #ffc700;
    background-image: linear-gradient(to bottom, #ffc700, #ffc700);
    background-repeat: repeat-x;
    border-color: #031180 #031180 #031180;
    padding: 16px 20px 16px 20px;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 0px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
	border-radius:10px;
	padding:20px;
    background-color: #F8F8F8;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	mix-blend-mode: multiply;
}
.product-grid .product-thumb .image {
	float: none;
	mix-blend-mode: multiply;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
	font-style: normal;
	font-family: 'Inter', sans-serif;
	font-weight: 700;
font-size: 18px;
color: #001080;
}
.product-thumb .caption {
	padding: auto 0;
height: 160px;
	text-align: center;
	overflow: hidden;
}

.product-thumb .caption  p{
	
	height: 40px;
	
	overflow: hidden;
	font-family: 'Inter', sans-serif;
	
	
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	
	color: #001080;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 27.413px;
    line-height: 89.02%;
	
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd0;
    background-color: #eee0;
    overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
     width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #ffc704;
    color: #000000;
    line-height: 38px;
    font-weight: bold;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #010c5c;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    
    .top-bottom-padding{
        
        display:none;
    }
    
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }
    #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }
    #column-left + #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
    #content + #column-right .product-layout .col-md-3{
       width: 100%;
    }
	
#specialPage{
width: 134.5% !important;
}

}

/* fixed product layouts used in left and right columns */
#column-left .product-layout,
#column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/*
notes:
body.gman963d2aa85aa164c572221d7acbbe425e is po
body.gman4783cacb75cb80c8aa35c83398ec1479 is ps
*/

/*
p.price span.price-tax{
	color:red !important;
}*/
.gman4783cacb75cb80c8aa35c83398ec1479 .product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
	
	color:yellow !important;
	color:white !important;
	display: none;
	visibility: hidden;
}


/*The gaps for the thumbnails in the featured content*/
#featuredContent .product-layout{
padding-right: 2px;
padding-left: 2px;
}


.breadcrumbhomebuttton{
font-family: 'Inter', sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 20px;
}


.nav .open > a{
	 /* border:1px blue solid;*/
}

.nav .open > a:hover,
.nav .open > a:focus {
  background: 0 !important;
  /*border:1px red solid;*/
  /*grantf today2*/
}

.nav  > a:hover,
.nav  > a:focus {
  background: 0 !important;
  /*border:1px red solid;*/
  /*grantf today2*/
}


#sigupHere{
display: none !important;
}

.fixedcolor{
    
    
    background-color: #001080!important;
}



@media (max-width: 1195px) {
#sigupHere{
display: none !important;
}
}



.structhure{
    
    display: flex;
    align-items: center;
    
    
}




.spacer{
    padding:0px!important;
    
}

.spacer-main{
    padding-top:20px!important;
    
}

.spacer-main-img-order {
    padding-top:20px!important;
    
}

.topmainftp{
    margin-top:60px!important;
    margin-bottom:60px!important;
    
}



.listmain{
    
    padding-left: 0; 
     margin-left: 0px; 
    text-align: end;
    list-style: none;
}


.fontfixed{
    
	font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
    line-height: 32px;
color: #C1C1C1;
    
}


.topmenu{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
color: #FFFFFF;

}

.topmenu-ftp {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 0px;
    color: #FFFFFF;
}

.textspecific {
display: flex!important;
align-items: center!important;
    
}


.colormain{
    
background-color:#001080;
}


.boxedmain{
    
    padding: 60px;
    display: flex;
    justify-content: center;
        color: #ffc700;
}

.topfont{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 17px;
padding-top: 10px;
color: #FFFFFF;

}


.heading {
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 800;
font-size: 32px;
color: #000000;
text-transform: uppercase;
font-size: 26px;
padding:20px;
}

.colorcoder{
    
    background: #001080;
border-radius: 8px;
}


 .topboldfont{
 font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 35px;
line-height: 107.52%;
/* identical to box height, or 39px */

text-transform: uppercase;

color: #FFFFFF;

}


 .topboldfont-order{
 font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 35px;
line-height: 107.52%;
/* identical to box height, or 39px */

text-transform: uppercase;

color: #FFFFFF;

}


 .toptitle{
 font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 35px;
line-height: 107.52%;
/* identical to box height, or 39px */

text-transform: uppercase;

color: #001080;

}


.btnshop{
padding: 8px 20px 8px 20px;
    background: #FFC700;
    border-radius: 8px;
    border: 0px;
    font-size: 13px;
     font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
    color: #000000;
    margin-top: 20px;
}



.btnregister{
padding: 15px 60px 15px 60px;
    background: #FFC700;
    border-radius: 8px;
    border: 0px;
    font-size: 16px;
     font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
    color: #000000;
    margin-top: 20px;
}


    .btnregisterlocation{
padding: 15px 60px 15px 60px;
    background: #FFC700;
    border-radius: 8px;
    border: 0px;
    font-size: 16px;
     font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
    color: #000000;
    margin-top: 20px;

}




.adjustspacer{
padding-bottom: 30px;
    padding-top: 30px!important;
    padding-left: 60px;}
    
    .adjustspacer-order{
padding-bottom: 30px;
    padding-top: 30px!important;
    padding-left: 60px;}
    
        .adjustspacer-order2{
padding-bottom: 30px;
    padding-top: 30px!important;
    padding-left: 60px;}
    
    
    .main-bottom {
    padding-top: 32px!important;
}


.colorsection{
    
background-color:#EEEEEE!important;
}

.top-bottom-padding{
    
    padding-top: 20px;
    padding-bottom: 20px;
}



.top-price-padding {
    
    padding-top: 10px;
    padding-bottom: 10px;
}


.textchange{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-transform: capitalize;
text-align: center;
color: #000000;
}


.textchange{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-transform: capitalize;
text-align: center;
color: #000000;
}




.yellowcolor{
    
    background: #FFC700;
border-radius: 6px;
    
}

.mainboxnew{
    
    background-color: #eee;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
}




.boxgray{
    
    background: #EFF0F8;
border-radius: 8px;
    height: 230px;
    width: 380px;
    padding: 0px;
    margin-left: 10px;
   
}


.colorbtnshop{

    background: #FFC700;
border-radius: 10px 0px 100px 0px;
border: 0px;

font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 20px;
line-height: 24px;
text-transform: uppercase;

color: #001080;


}


.btncategory{
    
     background: #FFC700;
    border-radius: 8px 8px 0px 0px;
        text-align: center;
        padding-top: 27px;
    padding-bottom: 27px;
}


.bgheader{
  
    height: 469px;
    border-radius: 10px;
    padding-top: 110px;
    padding-left: 45px;
    width: 765px;
   
    
}

.colorpatterns2{
    
font-family: 'Inter', sans-serif;
font-style: normal;


font-weight: 700;
font-size: 26px;
line-height: 81.52%;
/* or 24px */

letter-spacing: -0.05em;
text-transform: uppercase;

color: #FFFFFF;
}




.colorpatterns{
    
font-family: 'Inter', sans-serif;
font-style: normal;


font-weight: 700;
font-size: 85px;
line-height: 81.52%;
/* or 24px */

letter-spacing: -0.05em;
text-transform: uppercase;

color: #FFFFFF;
margin-top:8px;
}


.colorpatternsheder{
    
font-family: 'Inter', sans-serif;
font-style: normal;


font-weight: 700;
font-size: 45px;
line-height: 81.52%;
/* or 24px */

letter-spacing: -0.05em;
text-transform: uppercase;

color: #FFFFFF;
margin-top:10px;
}


.rightbox{
    
   
padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 10px;
    background: #EEEEEE;
    border-radius: 8px;
}



.titleblue{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 19px;
line-height: 24px;
text-transform: capitalize;
    padding-bottom: 4px;
color: #001080;
}



.icontext{
    
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-transform: capitalize;
padding-bottom: 4px;
color: #000000;
}



.colortxt{
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
/* identical to box height */

text-decoration-line: underline;

color: #001080;
}


.boxblue{
    
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top:10px;
    margin-left: 10px;
    background-color:#060F7B;
    border-radius: 8px;
}



.dropdown-menu {
    position: absolute;
    font-family: 'Inter', sans-serif;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 260px!important;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #001080!important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    color:#fff!important;
}




.list-unstyled {
    padding-left: 0;
    list-style: none;
    min-width: 260px!important;
    
    
}

.list-unstyled  li a:hover{
    
    background-color:#6660;
}

a.list-group-item {
    color: #000!important;
}


.list-group a {
    border: 0px solid #DDDDDD;
    color: #000000;
    padding: 8px 12px;
}

.bgleft{
    background: #EEEEEE;
    border-radius: 8px;
     font-family: 'Inter', sans-serif;
     font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 29px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 20px;
    
}


.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff0;
    border: 1px solid #ddd;
}

#column-left list-group {}


.category{
    
font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    background-color: #001080;
    color: #FFFFFF;
    margin-top: 15px;
    border-radius: 8px;
    padding: 20px;
}


.titleproducts{
    
font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 40px;
line-height: 107.52%;
/* identical to box height, or 43px */

text-transform: uppercase;

color: #001080; 
    
}



.text-left {
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 25px!important;
    font-weight: 500;
}

.text-left a {
        color: #666666!important;
    
}

#cart .dropdown-menu li p a {
    margin: 20px 0;
    color: white!important;
}


.order-img{
    
    width:517px;
}
/* media query */

@media only screen and (max-width: 600px) {
    
    #search .input-lg{
    
 
    width: 150px!important;
   
    width: 350px!important;
    height: 46px!important;
    position: absolute;
    top: 111px;
    left: -140px;
    
}
    
    
    .iconssocial{
    
    display: inline!important;
}
    .mobile-view-join {
        
        display:flex;
    }
    
    .mobile-view{
        
        display:none;
    }
    
    .order-img{
     width: 150px;
    
        
    }
    
     .topboldfont-order{
 font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 900;
font-size: 13px;
line-height: 107.52%;
/* identical to box height, or 39px */

text-transform: uppercase;

color: #FFFFFF;

}
    
    
    .flip-main{
        display: flex!important;
        
        
    }
    
    .adjustspacer-order{
    padding: 0px!important;
        
        
    }
    
    .adjustspacer-order2{
    padding: 11px!important;
        
        
    }
    
    
    .slider-item h3 {
    margin-bottom: 10px;
    font-size: 12px;
        padding-right: 210px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: opacity 0.8s,-webkit-transform 0.8s;
    -o-transition: opacity 0.8s,transform 0.8s;
    transition: opacity 0.8s,-webkit-transform 0.8s;
    transition: opacity 0.8s,transform 0.8s;
    transition: opacity 0.8s,transform 0.8s,-webkit-transform 0.8s;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}
    
    
    .btnregister{
padding: 5px 30px 5px 30px;
    background: #FFC700;
    border-radius: 8px;
    border: 0px;
    font-size: 12px;
     font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
    color: #000000;
    margin-top: 0px;

}



    .btnregisterlocation{
padding: 5px 30px 5px 30px;
    background: #FFC700;
    border-radius: 8px;
    border: 0px;
    font-size: 12px;
     font-family: 'Inter', sans-serif;
font-style: normal;
font-weight: 500;
    color: #000000;
    margin-top: 0px;
    margin-left:10px;
}

.colorpatterns2 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 81.52%;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 10px;
}

    
    .colorpatterns{
    
font-family: 'Inter', sans-serif;
font-style: normal;


font-weight: 700;
font-size: 40px!important;
line-height: 11.52%;
/* or 24px */

letter-spacing: -0.05em;
text-transform: uppercase;

color: #FFFFFF;
margin-top:22px;
}
    
    
    .slider-item h2 {
    margin-bottom: 0;
    font-size:12px!important;
    font-weight: bold;
    line-height: 1.5rem;
    opacity: 0;
    color:#ffffff;
    -webkit-transition: opacity 0.5s,-webkit-transform 0.5s;
    -o-transition: opacity 0.5s,transform 0.5s;
    transition: opacity 0.5s,-webkit-transform 0.5s;
    transition: opacity 0.5s,transform 0.5s;
    transition: opacity 0.5s,transform 0.5s,-webkit-transform 0.5s;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}


.colorpatternsheder{
    
font-family: 'Inter', sans-serif;
font-style: normal;


font-weight: 700;
font-size: 25px!important;
line-height: 11.52%;
/* or 24px */

letter-spacing: -0.05em;
text-transform: uppercase;

color: #FFFFFF;
margin-top:10px;
}
    
    .top-bottom-padding{
        
        display:none;
    }
    
    
    .textspecific {
    display: grid!important;
    align-items: center!important;
}

.topmenu {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-top: 0px;
    color: #FFFFFF;
}


.topmenu-ftp {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 33px;
    padding-top: 0px;
    color: #FFFFFF;
}



.spacer {
    padding: 0px!important;
    padding-top: 0px!important;
}


.spacer-main-img-order {
    
    width: 260px;
   
}

.heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    color: #000000;
    text-transform: uppercase;
    font-size: 19px;
    padding: 4px;
}


.logodisplay{
    
    padding-top: 20px!important;
    display: inline-block;
}

.topmainftp {
    
    margin:27px!important;
}

.boxedmain {
    padding: 25px;
    display: flex;
    justify-content: center;
        color: #ffc700;
}


.boxgray {
    background: #EFF0F8;
    border-radius: 8px;
    height: 230px;
    width: 370px;
    padding: 0px;
    margin-left: 10px;
    margin-top: 30px;
}


#menu {
    background-color: #000c5c;
    background-image: linear-gradient(to bottom, #000c5c, #000c5c);
    background-repeat: repeat-x;
    /* border-color: #000c5c; */
     min-height: 0px; 
   display: block;
    /* align-items: center; */
    border-radius: 0px;
    /* justify-content: center; */
    margin-bottom: 0px;
}




.structhure{
    
    display: flex;
    /*align-items: center;*/
    align-items: start;
    height: 174px;
    
}

#cart {
    margin-bottom: 10px;
    margin-top: 31px;
}



.mainboxnew {
    background-color: #eee;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    display: block;
    align-items: center;
    padding: 0px;
}

.colorcoder {
    background: #001080;
    border-radius: 0px;
}



.textchange {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    text-transform: capitalize;
    text-align: start;
    padding-top: 20px;
    color: #000000;
}


.bgheader {
    background-image: url(https://staging.pacificoffice.com.au/image/catalog/header.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 469px;
    border-radius: 10px;
    padding-top: 110px;
    padding-left: 45px;
    width: 388px;
}


.rightbox {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-left: 0px;
    background: #EEEEEE;
    border-radius: 8px;
    display:none;
   
}

.zerospace{
    
    padding:0px;
}


.boxblue {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 0px;
    margin-left: 0px;
    background-color: #060F7B;
    border-radius: 0px;
   margin-top:10px!important;
   display: inline-flex;
}
    
}




.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #ffc704;
    text-decoration: none;
    background-color: #000!important;
    border: 1px solid #ddd;
}



.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #000;
    cursor: default;
    background-color: #ffc704!important;
    border-color: #ffc704;
}




.color-txt-main{
    
    color:#666!important;
}
