/* Legal Notice - DO NOT REMOVE THIS NOTICE // START CSS Document Ownership. 
This CSS document is owned and managed by Swift Productions ABN 84 723 182 610, Suite F, 
Level 1 - The Octagon Building, 110 George St, Parramatta NSW 2150 Australia. 
This document contains Code which has been written by Swift Productions. 
Unauthorised reproducing, copying, selling and/or modifying is strictly prohibited. 
Doing so may result in legal action. 
Legal Notice - DO NOT REMOVE THIS NOTICE // END */
/* --------------------------------------------------------
Project Name: Foxtrotint 
Version: 1.0 
Created by: Waqas @Swiftproductions on 5 June. 2020
----------------------------------------------------------*/ 
*{
margin:0;
padding: 0;
outline: none;
border:none;
text-decoration : none;
}
img {
}
a{
text-decoration:none;
}
p,h1,h2,h3,h4,h5,h6 {
margin: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
display: block;
}
*, *:before, *:after {
box-sizing: border-box;
-moz-box-sizing: border-box;
}
body {
line-height: 1;
margin: 0;
padding: 0;
font-family: 'Montserrat', sans-serif;
}
#eBayAPPSchema {
display:none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.sitenotice {
    border: 1px solid red;
    background: #fff7f7;
    padding: 10px;
    margin: 10px 0 20px;
	font-family: 'Montserrat', sans-serif;
}
.sitenotice p {
	margin:4px 0;
}
.sitenotice .text-center {
	text-align:center;
}
.wrapper{
float: left;
width: 100%;
font-family: 'Montserrat', sans-serif;
}
.content {
    width: 100%;
    max-width: 1225px;
    margin: 0 auto;
}
/* ========== header // STARTS ========== */ 
header {
float: left;
width: 100%;
padding-bottom: 20px;
}
.topbar {
float:left;
width:100%; 
font-size: 14px;
color: #434343;
}
.topbar .content {
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0 !important;
}
.inner-header {
background-color: #fff;
float: left;
width: 100%;
}
.inner-header .content {
	padding:0;
}
.logo {
    float: left;
    padding: 25px 0;
}
.search {
	float: right;
    padding: 30px 0;
}
.navi {
    clear: both;
}
.navi .menu-container {
    background: #221f1f;
    max-width: 1225px;
    margin: 0 auto;
}
.navi .menu-container ul:first-child {
	float:left;
}
.navi .menu-container ul:first-child li {
    top: 12px;
}
.navi .menu-container ul {
    list-style-type: none;
}
.navi .menu-container ul li:first-child {
    padding: 0 10px 0 30px;
    position: relative;
}
.navi .menu-container ul li {
    display: inline-block;
    padding: 18px;
    font-size: 14px;
    font-weight: 600;
}
.navi .menu-container ul li a {
	color:#fff;
}
.menu-icon {
float: left;
width: 31px;
height: 22px;
margin-right: 23px;
}
/* ========== header // END ========== */
/* ========== hero-banner // start ========== */
#herobanner {
text-align:center;
margin:0 auto;
}
/* ========== hero-banner // END ========== */
/* ========== Products // START ========== */
section.products-container {
float: left;
width: 100%;
margin-top: 36px;
}
section.products-container ul {
list-style: none;
}
section.products-container ul li {
float: left;
width: 24%;
margin-right: 1.3%;
border: 1px solid #f2f2f2;
padding: 24px 16px;
}
section.products-container ul li:last-child {
margin-right: 0;
}
section.products-container .image-wrap {
float: left;
width: 100%;
/* max-width: 225px; */
text-align: -webkit-center;
}
section.products-container .image-wrap img {
max-width: 225px;
height: 164px;
}
section.products-container p {
float: left;
width: 100%;
margin-top: 20px;
color: #212121;
font-size: 17px;
font-weight: 400;
text-align: center;
line-height: 23px;
}
section.products-container span.price {
float: left;
width: 100%;
text-align: center;
font-size: 29px;
font-weight: 400;
color: #000;
margin-top: 23px;
}
section.products-container span.btn {
width: 100%;
text-align: center;
text-transform: uppercase;
background: #d4582b;
color: #fff;
float: left;
height: 42px;
line-height: 42px;
font-size: 20px;
margin-top: 21px;
}
/* ========== Products // END ========== */
/* ========== Gallery // START ========== */
.gallery-container {
width: 100%;
float: left;
box-sizing: border-box;
margin-top: 20px;
}
.gallery {
float: left;
position: relative;
background: #fff;
width: 100%;
margin-right: 0;
}
.white-box {
height: 616px;
width: 100%;
float: left;
max-width: 575px;
}
.thumbnails {
text-align: left;
padding-top: 0px;
margin-top: 27px;
margin-left: 0px;
padding: 0;
float: right;
width: 48%;
}
.thumbnails input[type=radio] {
display: none;
}
.thumbnails label:hover {
border-color: #8d232c;
}
.thumbnails label {
display: inline-block;
width: 108px;
height: 108px;
position: relative;
cursor: pointer;
background: #fff;
margin: 0px 5px 10px 0px;
border: 1px solid #f2f2f2;
}
.thumbnails label img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95px;
    max-height: 95px;
}
.g-img-con {
width: 100%;
max-width: 572px;
height: 616px;
overflow: hidden;
box-sizing: border-box;
position: absolute;
top: 0;
left: 0;
transform: translate(0%, 0);
-webkit-transform: translate(0%, 0);
-moz-transform: translate(0%, 0);
background: #fff;
border: 1px solid #f2f2f2;
}
.gallery-content {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0px;
width: 100%;
max-width: 100%;
height: 616px;
max-height: 616px;
-webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
-moz-animation: cssAnimation 0.7661s 1 ease-in-out;
-o-animation: cssAnimation 0.7661s 1 ease-in-out;
overflow: hidden;
z-index: 1;
}
#image1:checked~.g-img-con #gallery-content-1,
#image2:checked~.g-img-con #gallery-content-2,
#image3:checked~.g-img-con #gallery-content-3,
#image4:checked~.g-img-con #gallery-content-4,
#image5:checked~.g-img-con #gallery-content-5,
#image6:checked~.g-img-con #gallery-content-6,
#image7:checked~.g-img-con #gallery-content-7,
#image8:checked~.g-img-con #gallery-content-8,
#image9:checked~.g-img-con #gallery-content-9,
#image10:checked~.g-img-con #gallery-content-10,
#image11:checked~.g-img-con #gallery-content-11,
#image12:checked~.g-img-con #gallery-content-12 {
display: block;
-webkit-animation: cssAnimation 0.7661s 1 ease-in-out;
-moz-animation: cssAnimation 0.7661s 1 ease-in-out;
-o-animation: cssAnimation 0.7661s 1 ease-in-out;
}
.thumbnails .item-wrapper {
position: relative;
width: 100%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
overflow: hidden;
}
.thumbnails .gallery-content img {
right: 0;
bottom: 0;
margin: 0 auto;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
max-width: 100%;
max-height: 616px;
}
.grid-item {
height: 20%;
width: 20%;
}
.grid-item:hover {
cursor: move;
}
.grid-item:hover~img {
height: 200%;
width: 200%;
max-width: 200%;
max-height: 200%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition: 600ms ease-out;
transition: 600ms ease-out;
}
.grid-item:hover:nth-of-type(5n + 1)~img {
left: 0px;
}
.grid-item:hover:nth-of-type(5n + 2)~img {
left: -112.5px;
}
.grid-item:hover:nth-of-type(5n + 3)~img {
left: -255px;
}
.grid-item:hover:nth-of-type(5n + 4)~img {
left: -337.5px;
}
.grid-item:hover:nth-of-type(5n + 5)~img {
left: -450px;
}
.grid-item:hover:nth-of-type(1n + 1)~.zoom-image {
top: 0px;
}
.grid-item:hover:nth-of-type(1n + 6)~.zoom-image {
top: -93.75px;
}
.grid-item:hover:nth-of-type(1n + 11)~.zoom-image {
top: -187.5px;
}
.grid-item:hover:nth-of-type(1n + 16)~.zoom-image {
top: -281.25px;
}
.grid-item:hover:nth-of-type(1n + 21)~.zoom-image {
top: -375px;
}
.zoom-image {
left: 0;
right: 0;
position: absolute;
top: 0;
-webkit-transition: all 0.25s;
transition: all 0.25s;
z-index: -1;
}
@-webkit-keyframes cssAnimation {
from {
-webkit-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
}
to {
-webkit-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
}
}
@-moz-keyframes cssAnimation {
from {
-moz-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
}
to {
-moz-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
}
}
@-o-keyframes cssAnimation {
from {
-o-transform: rotate(0deg) scale(0.48) skew(-180deg) translate(0px);
}
to {
-o-transform: rotate(0deg) scale(1.0) skew(-180deg) translate(0px);
}
}
.gallery-detail {
    float: right;
    width: 48%;
    margin-top: -10px;
    color: #343434;
}
.product-title {
float:left;
width:100%;
margin-bottom: 42px;
}
.product-title h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 30px;
    color: #434343;
}
.product-title h3 { font-size:24px; font-weight:400;
}
.product-detail {
float:left; width:100%;
}
.product-detail p {
font-size:15px; line-height:24px;
}
.product-detail ul {
margin-left: 30px;
margin-top: 10px;
margin-bottom: 31px;
}
.product-detail ul li {
margin-bottom:10px;
line-height: 25px;
font-weight: 400;
}
.sku {
	margin-bottom:10px;
}
.product-price {
    float: left;
    clear: both;
    margin: 30px 0;
}
.product-price h3 {
    font-size: 65px;
    float: left;
}
.product-price h4 {
    float: right;
    color: #505050;
    line-height: 29px;
    font-size: 21px;
    margin: 4px 0 4px 15px;
}
.product-price h4 span {
    color: #bf1d2b;
    display: block;
}
.extrabtn {
    clear: both;
    margin-bottom: 147px;
}
.extrabtn ul {
    list-style: none;
}
.extrabtn ul li {
    display: inline-block;
    width: 287px;
    padding: 15px;
}
.extrabtn ul li:first-child {
	background:#8d232c;
}
.extrabtn ul li:last-child {
	background:#221f1f;
}
.extrabtn ul a {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
}
.extrabtn ul li img {
    float: left;
    margin-right: 11px;
}
.product-price a.addtofav {
background: #000;
padding: 14px 26px 14px 16px;
float: left;
color: #fff;
font-size: 15px;
font-weight: 300;
height:42px;
margin-top: 30px;
}
.product-price a.addtofav img {
margin-right: 22px;
float:left;
}
/* ========== Gallery // END ========== */
.tabs-container .content {
	padding-left:0;
	padding-right:0;
}
.tabs {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
    text-align: left;
}
.tabs:after {
  content: '';
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
    text-align: left;
    font-size: 21px;
    color: #000;
    display: inline-block;
    background: #ededed;
    cursor: pointer;
}
.tab1 {
	text-transform:uppercase;
}
.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 270px;
    padding: 20px 0;
    text-align: center;
}
.tabs [id^="tab"]:checked + label {
    z-index: 1;
    background: #8d232c;
    color: #fff;
}
.tab-content {
    display: none;
    width: 94%;
    float: left;
    text-align: left;
    padding: 30px 0;
    position: relative;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}
#tab-content2 table {
	border-collapse: collapse;
}
#tab-content2 table tr {
    padding: 5px 0;
    line-height: 25px;
    font-size: 17px;
    font-weight: 300;
    color: #111111;
}
#tab-content2 table tr td {
    min-width: 100px;
    border: 1px solid #d6d6d6;
    padding: 10px;
}
.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}
.tab-content h1, .tab-content h2, .tab-content h3, .tab-content h4, .tab-content h5, .tab-content h6 {
    padding: 5px 0;
    line-height: 25px;
    font-weight: 400;
    color: #363636;
}
.tab-content p, .tab-content p span {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #363636;
}
.tab-content ol, .tab-content ul {
	margin-left:30px;
}
.tab-content ul li {
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
	color: #363636;
}
.tab-content ol ol li {
  list-style-type: lower-alpha;
}
.tab-content ol ol ol li {
  list-style-type: lower-roman;
}
.tab-content ul {
  padding-bottom: 6px;
  padding-left: 3px;
}
.tab-content ul ul li {
  list-style-type: circle;
}
.tab-content ul ul ul li {
  list-style-type: square;
}
@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }
  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }
  100% { 
  transform: scale(1);
  opacity: 1;
  }
}
/* ========== Description section // START ========== */
section.description-container {
float: left;
width: 100%;
}
.desc-box {
background: #f4f4f4;
padding: 16px;
float: left;
width: 100%;
margin-bottom: 18px;
}
.description-container .icon {
width: 3%;
margin-right: 19px;
float: left;
}
.description-container .text {
width: 92%;
float: left;
}
.description-container .text h3 {
font-size: 18px;
color: #000;
margin-bottom: 25px;
text-transform: uppercase;
padding-top: 7px;
}
.description-container .text p {
font-size:16px;
line-height: 22px;
color:#000;
margin-bottom: 20px;
}
.description-container .text a {
color:#35cbd8;
}
.description-container .text ul, .description-container .text ol {
margin-left:20px;
margin-bottom: 10px;
}
.description-container .text ul li, .description-container .text ol li {
line-height:24px; font-size:16px; color:#000;
}
.description-container .text h2 {
font-size:22px;color:#000;
margin-bottom: 25px;
text-transform: uppercase;
}
.description-container .text h1 {
font-size:26px;color:#000;
margin-bottom: 25px;
text-transform: uppercase;
}
.description-container .text h4 {
font-size:16px;color:#000;
margin-bottom: 25px;
text-transform: uppercase;
}
.description-container .text h5 {
font-size:14px;color:#000;
margin-bottom: 25px;
text-transform: uppercase;
}
.description-container .text h6 {
font-size:14px;color:#000;
margin-bottom: 25px;
text-transform: uppercase;
}
.specs-box {
background: #f4f4f4;
padding: 16px;
float: left;
width: 48.9%;
margin-right: 1.1%;
min-height: 183px;
}
.package-box {
background: #f4f4f4;
padding: 16px;
float: left;
width: 48.9%;
margin-left: 1.1%;
min-height: 183px;
}
.specs-box .icon, .package-box .icon {
width: 7%;
margin-right: 19px;
}
.specs-box .text,
.package-box .text {
width: 88%;
}
/* ========== Description Section // END ========== */
/* ========== Why shop with us Section // START ========== */
section.whyshop-container {
float: left;
width: 100%;
margin-top: 41px;
}
section.whyshop-container .heading {
text-align: center;
font-size: 31px;
font-weight: 300;
}
section.whyshop-container .heading::after {
height: 5px;
background: #fbc867;
content: '';
width: 87px;
display: block;
margin: 11px auto 0 auto;
}
section.whyshop-container ul {
margin-top: 40px;
list-style: none;
text-align: center;
float: left;
width: 100%;
}
section.whyshop-container ul li {
width: 23%;
float: left;
height: 70px;
margin-bottom: 32px;
margin-left:1%;
margin-right:1%;
}
section.whyshop-container ul li .image {
height:43px;
margin-bottom: 8px;
line-height: 43px;
float: left;
width: 100%;
text-align: center;
}
section.whyshop-container ul li .image img{
max-height:43px;
width:auto;
vertical-align: bottom;
}
section.whyshop-container ul li p{
text-transform:uppercase;
font-size:15px;
color:#000;
}
/* ========== Why shop with us Section // END ========== */
/*=====Footer // start====*/
footer {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-image: url(../images/footer-bg.jpg);
    padding-top: 57px;
    text-align: center;
}
footer .content {
	max-width:900px;
}
.footer-sect {
    float: left;
    width: 30%;
    margin: 0 1%;
}
.footer-sect.sect-links-1 {
}
.footer-sect.sect-links-2 {
}
.footer-sect.sect-links-2 ul li {
    font-size: 15px;
    line-height: 25px;
    display: inline-block;
    width: 100%;
	font-weight:600;
}
.footer-sect.sect-links-4 {
}
.footer-sect.sect-links-4 img {
}
.footer-sect h3 {
color: #fff;
font-size: 18px;
font-weight: 400;
text-transform: uppercase;
float: left;
width: 100%;
height: 18px;
}
.footer-sect ul {
list-style: none;
margin-top: 27px;
float: left;
width: 100%;
}
.footer-sect ul li {
    font-size: 15px;
    line-height: 25px;
    display: block;
    font-weight: 600;
}
.footer-sect ul li a {
    color: #fff;
}
.footer-sect ul li a:hover {
text-decoration:underline;
}
.footer-sect p {
margin-top: 12px;
color: #959595;
font-size: 13px;
line-height: 24px;
font-weight: 300;
float: left;
width: 100%;
}
.sub-footer {
float: left;
width: 100%;
border-top: 0;
margin-top: 40px;
background: #8d232c;
height: 50px;
line-height: 50px;
}
.sub-footer .content {
	max-width:1225px;
}
.sub-footer p {
    color: #fff;
    font-size: 13px;
    float: left;
    font-weight: 600;
}
.sub-footer img {
float: right;
margin-top: 8px;
}
/*=====Footer  // END ====*/
/* ========== pop-up // STARTS ========== */
.lb-overlay {
width: 0px;
height: 0px;
position: fixed;
overflow: hidden;
left: 0px;
top: 0px;
padding: 0px;
text-align: center;
display: none;
}
.lb-overlay {
}
a.contact-us-pop-up {
background: #007dc6;
color: #fff;
text-transform: uppercase;
border: none;
font-weight: bold;
cursor: pointer;
padding: 16px 50px;
font-size: 19px;
margin: 10px 0px;
float: left;
text-decoration: none;
}
.lb-overlay::-webkit-scrollbar {
width: 0;
background: transparent;
}
.lb-overlay::-webkit-scrollbar-thumb {
background: #FF0000;
}
.lb-content {
width: 100%;
max-width: 1066px;
min-height: 250px;
max-height: 500px;
height: auto;
margin-left: auto;
margin-right: auto;
background: #fff;
padding-left: 33px;
padding-right: 24px;
border-radius: 6px;
position: relative;
box-shadow: 1px 5px 9px 1px rgba(0,0,0,0.75);
padding-top: 20px;
box-sizing: border-box; margin-top: 120px;
padding-bottom: 60px;
animation: fadeInScale 0.4s ease-in-out;
bottom:-27%;
}
.lb-overlay::target .lb-content {
}
@keyframes fadeInScale {
0% {
transform: scale(0.5);
opacity: 0;
}
100% {
transform: scale(1);
opacity: 1;
}
}
.lb-content-inner {
max-height: 390px;
padding-right: 27px;
overflow-y: scroll;
min-height: 250px;
}
.lb-content img {
float: left;
width: auto;
}
/* Text Styleing // START */
.lb-content h4.heading {
font-size: 24px !important;
font-weight: 700 !important;
color: #101010 !important;
text-transform: uppercase;
border-bottom: 4px solid #8d232c;
text-align: left !important;
padding-bottom: 12px !important;
margin-bottom: 17px;
}
.lb-content h1, .lb-content h2, .lb-content h3, .lb-content h4, .lb-content h5, .lb-content h6 {
text-align:left;
color: #000000;
padding: 0 !important;
margin-bottom: 15px !important;
}
.lb-content h1 {
font-size: 26px !important;
}
footer .contact-text h2 {
color: #000;
text-align: left;
font-weight: bold;
}
.lb-content h2 {
font-size: 24px !important;
}
.lb-content h3 {
font-size: 20px !important;
font-weight:600 !important;
}
.lb-content h4 {
font-size: 20px !important;
}
.lb-content h5 {
font-size: 20px !important;
color: #000!important;
font-weight:600 !important;
}
.lb-content h6 {
font-size: 14px !important;
font-weight: 700 !important;
color: #000 !important;
line-height: 25px !important;
margin-bottom: 0px !important;
letter-spacing: 0.7px !important;
}
footer .contact-text p {
text-align: left;
color: #5f5f5f;
font-weight: 400;
padding: 15px 0 5px 0 !important;
}
.lb-content .contact-text p,
.lb-content .contact-text ul,
.lb-content .contact-text ol,
.lb-content .contact-text ul li,
.lb-content .contact-text ol li {
padding: 5px 0!important;
line-height: 22px !important;
font-size: 16px !important;
margin-bottom: -6px !important;
text-align: left;
color: #1d1d1d !important;
float: left;
width: 100%;
word-spacing: .8px;
font-weight: 400;
text-transform: none;
}
.lb-content p a,
.lb-content ul li a,
.lb-content ul a li,
.lb-content ol li a,
.lb-content ol a li{
color: #001489 !important;
text-transform: none;
}
.lb-content p a {
padding-left:0;
display: inline;
text-transform: none !important;
}
span.text {
/* text-decoration: underline !important; */
}
.lb-content ul {
list-style:disc !important;
}
.lb-content ol {
}
.lb-content ul, .lb-content ol {
margin-left:30px !important;
text-align:left;
width:95% !important;
display:block !important;
}
.lb-content ul li, .lb-content ol li {
display:list-item !important;
color: #2c2c2c !important;
padding: 5px 0;
text-align:left !important;
width:95% !important;
}
.lb-content ol ol li {
list-style-type: lower-alpha!important;
}
.lb-content ol ol ol li {
list-style-type: lower-roman!important;
}
.lb-content ul ul li {
list-style-type: circle!important;
}
.lb-content ul ul ul li {
list-style-type: square!important;
}
/* Text Styleing // END */
footer ul li span.lb-close-bottom {
background: #8d232c;
padding: 12px 16px !important;
color: #fff !important;
font-weight: 600;
bottom: 10px;
left: 0;
position: absolute;
right: 0;
margin: auto;
max-width: 127px;
cursor: pointer;
}
a.lb-close-bottom:hover {
text-decoration: none !important;
}
.lb-close p {
position: absolute;
cursor:pointer;
top: -30px;
right: -18px;
z-index: 10000;
color: #fff !important;
background: #8d232c;
border-radius: 50%;
width: 53px;
height: 53px;
font-size: 37.06px !important;
text-align: center;
font-weight: 300 !important;
padding: 14px 0px !important;
}
.lb-close .fa-times{
position: absolute;
top: -25px;
right: -20px;
z-index: 10000;
color: #fff !important;
background: #166ac6;
border-radius: 50%;
width: 40px;
height: 40px;
font-weight: 900;
font-size: 20px;
line-height: 40px;
}
.lb-close-bottom:hover, .lb-close .fas:hover {
background: #001489 !important;
text-decoration:none;
}
.contact-text .field-wrapper {
width: 100%;
float: left;
margin-bottom: 13px;
text-align: left;
}
.body-image img {
margin: 10px;
width: 145px;
}
.body-image {
width: 100%;
background: #fff;
}
.autocomplete-items {
list-style: none;
padding-left: 0px;
border: 1px solid #eeee;
overflow-y: scroll;
border-radius: 2px;
cursor: pointer;
position: absolute;
width: 487px;
z-index: 10001;
background: #fff;
}
.search_item.loaction_click {
padding: 10px;
box-sizing: border-box;
}
a.lb-add {
cursor: pointer;
}
footer ul li input#menuh1:checked + .lb-overlay, 
footer ul li input#menuh2:checked + .lb-overlay, 
footer ul li input#menuh3:checked + .lb-overlay,
footer ul li input#menuh4:checked + .lb-overlay,
footer ul li input#menuh5:checked + .lb-overlay,
footer ul li input#menuh6:checked + .lb-overlay,
footer ul li input#menuh7:checked + .lb-overlay,
footer ul li input#menuh8:checked + .lb-overlay,
footer ul li input#menuh9:checked + .lb-overlay,
footer ul li input#menuh10:checked + .lb-overlay,
footer ul li input#menuf1:checked + .lb-overlay, 
footer ul li input#menuf2:checked + .lb-overlay, 
footer ul li input#menuf3:checked + .lb-overlay,
footer ul li input#menuf4:checked + .lb-overlay,
footer ul li input#menuf5:checked + .lb-overlay,
footer ul li input#menuf6:checked + .lb-overlay,
footer ul li input#menuf7:checked + .lb-overlay,
footer ul li input#menuf8:checked + .lb-overlay,
footer ul li input#menuf9:checked + .lb-overlay,
footer ul li input#menuf10:checked + .lb-overlay {
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
position: fixed;
top: 0;
bottom: 0;
overflow-y: auto;
display:flex;
justify-content: center;
align-items: center;
z-index: 99;
padding-left: 25px;
padding-right: 25px;
left: 0;
}
footer ul li input {
display: none;
}
footer ul li span {
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.copyright ul li label span {
color:#005593;
}
footer ul li span.lb-close-bottom {
background: #8d232c;
padding: 7px 16px !important;
color: #fff !important;
font-weight: 600;
bottom: 10px;
left: 0;
position: absolute;
right: 0;
margin: auto;
max-width: 127px;
cursor: pointer;
}
footer ul li span:hover {
/* color: #001489; */
text-decoration: underline;
}
/* ========== pop-up // END ========== */
#footerwrap {
float: left;
width: 100%;
background: #fff;
padding-bottom: 10px;
}
.dbusfoot {
background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-seperator.png');
margin: 30px auto 0;
max-width: 617px;
height: 20px;
background-repeat: no-repeat;
background-position: center;
clear:both;
position:relative;
top: 10px;
}
.dbus {
text-align: center;
background-image: url('https://accessmylogin.s3.amazonaws.com/assets/swift-bottom-logo.png');
float: left;
width: 100%;
background-repeat: no-repeat;
background-position: center bottom;
height: 70px;
margin-bottom: 44px;
}
/* ========== footer // END ========== */
/* ========== Responsive styles // START ========== */
@media only screen and (min-device-width : 568px) and (max-device-width : 1100px) and (orientation : landscape) {
.lb-content-inner {
max-height: 150px;
min-height: 150px;
}
}
@media only screen and (max-width: 1250px) {
.wrapper .content {
	padding:0 15px;
}
.extrabtn ul li {
    width: 277px;
}
.thumbnails label {
    width: 98px;
    height: 98px;
}
.thumbnails label img {
    max-width: 90px;
    max-height: 90px;
}
section.description-container {
    width: 100%;
    clear: both;
}
}
@media only screen and (max-width: 1160px) {
.gallery-detail, .thumbnails {
width:45%;
}
.extrabtn ul li {
    width: 245px;
}
.thumbnails label {
    width: 89px;
    height: 89px;
}
.thumbnails label img {
    max-width: 80px;
    max-height: 80px;
}
}
@media only screen and (min-width: 1130px) {
.desktophidden {
display:none;
}
}
@media only screen and (max-width: 1130px) {
.navi,
section.products-container,
.footer-sect.sect-links-1,
.footer-sect.sect-links-2,
.footer-sect.sect-links-3,
.mobilehidden,
.extrabtn,
.product-price,
.sku,
.brand {
display:none !important;
} 
.topbar {
	text-align:center;
}
.footer-sect.sect-links-4 {
width: 100% !important;
margin-right: 0 !important;
}
.footer-sect ul li {
display: inline-block;
padding: 14px;
}
.lb-content { margin-top:0;
}
.lb-content h3 {
text-align: left;
}
.logo {
width:100%;
text-align: center;
padding-bottom:0;
padding-top:45px;
}
.product-title {
	text-align:center;
}
.gallery-images {
float: left;
width: 100%;
position: relative;
}
.gallery {
width:100%; margin-right:0;
}
.thumbnails {
text-align:center;
width: 100%;
}
.gallery-detail {
width:100%;
margin-top:50px;
float: left;
margin-top: 0;
text-align:center;
}
.gallery-detail .product-price {
margin-bottom:50px;
}
.gallery-images .g-img-con {
left: 50%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-moz-transform: translate(-50%, 0);
}
}
@media only screen and (max-width:1024px) {
.description-container .icon,
.specs-box .icon,
.package-box .icon {
width: 35px;
margin-right: 19px;
float: left;
}
.description-container .text {
width: 92%;
float: left;
}
.specs-box .text,
.package-box .text {
padding-top:2px;
}
.specs-box, .package-box {
width:100%; margin:0;
}
.specs-box {
margin-bottom:18px;
}
.footer-sect.sect-links-1, .footer-sect.sect-links-2, .footer-sect.sect-links-3, .footer-sect.sect-links-4 {
width:45%;
min-height: 130px;
text-align: center;
margin-right: 5%;
margin-bottom: 25px;
}
.footer-sect a.subscribe-btn {
margin-left:auto; margin-right:auto; float:none; display:inline-block;
}
}
@media only screen and (max-width: 768px) {
.description-container .text {
width: 100%;
}
}
@media only screen and (max-width: 660px) {
.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
    width: 49%;
}
}
@media only screen and (max-width: 640px) {
section.whyshop-container ul li {
width: 48%;
}
.sub-footer {
text-align:center;
height: auto;
}
.sub-footer p {
width:100%; text-align:center;
}
.sub-footer img {
    margin: 20px 0 !important;
    float: none;
}
}
@media only screen and (max-width: 480px) {
.footer-sect.sect-links-4 img {
width:100%; max-width:240px;
}
.footer-sect.sect-links-1, .footer-sect.sect-links-2, .footer-sect.sect-links-3, .footer-sect.sect-links-4 {
width:100%;min-height:auto;
}
.white-box {
    height: 455px;
}
.g-img-con,
.gallery-content {
    height: 450px;
	border:none;
}
}
@media only screen and (max-width: 424px) {
.product-title h2 {
    font-size: 25px;
    line-height: 32px;
}
.white-box {
    height: 405px;
}
.g-img-con,
.gallery-content {
    height: 360px;
}
.thumbnails {
	margin-top:0;
}
}
@media only screen and (max-width: 380px) {
.thumbnails label {
    width: 75px;
    height: 75px;
}
.thumbnails label img {
    max-width: 66px;
    max-height: 66px;
}
.tabs .tab1, .tabs .tab2, .tabs .tab3, .tabs .tab4, .tabs .tab5, .tabs .tab6 {
	padding:13px 0;
}
.tabs label {
	font-size:19px;
}
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
.lb-content-inner {
max-height: 250px;
}
}
@media only screen and (min-device-width : 0px) and (max-device-width : 576px) and (orientation : landscape) {
.lb-content-inner {
max-height: 120px;
min-height: 120px;
}
}   