/*@media screen and (max-width:767px)
@media screen and (min-width:768px) and (max-width:1023px)
@media screen and (min-width:1024px) and (max-width:1399px)
@media screen and (min-width:1400px)*/
input[type="button"] ,input[type="submit"] ,input[type="reset"] {
 -webkit-appearance: none;
}

body {
 background: #fff;
 color: #0b1f3f;
 font-family: lato ,-apple-system ,BlinkMacSystemFont ,segoe ui ,Roboto ,helvetica neue ,Arial ,sans-serif ,apple color emoji ,segoe ui emoji ,segoe ui symbol;
 font-size: 13px;
}

* {
 box-sizing: border-box;
}
.search-input {
 width: 36px;
 text-align: center;
 position: absolute;
 left: 67%;
 top: 60px;
}

.search-input i {
 line-height: 35px;
 font-size: 20px;
 cursor: pointer;
}

.search-none .fa-close {
 display: none;
}

.search-block .fa-search {
 display: none;
}

.search-block .search {
 display: flex !important;
}

.search-none .search {
 display: none;
 border: 1px solid #000;
 margin-right: 3%;
}
.Mail_ipt {
 position: relative;
 display: flex;
 flex-wrap: wrap;
 align-items: stretch;
 width: 100%;
}

.Mail_ipt>.mail_input {
 position: relative;
 flex: 1 1 0%;
 min-width: 0;
 margin-bottom: 0;
}

.Mail_ipt>.mail_input {
 text-overflow: ellipsis;
 display: block;
 width: 100%;
 height: auto;
 padding: .375rem .75rem;
 font-size: .875rem;
 font-weight: 300;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: 0;
 transition: border-color .15s ease-in-out ,box-shadow .15s ease-in-out;
}

.Mail_ipt>#o2KnfDVMa {
 background: #f8f9fa;
 border: none;
 -webkit-appearance: none;
 border-radius: 0;
}

ul#banners_grid {
 list-style: none;
 padding: 0;
 margin: 0 auto;
 width: 97%
}

ul#banners_grid li {
 position: relative;
 width: 33.33%;
 float: left;
 border-top: 5px solid #fff;
 border-right: 5px solid #fff
}

ul#banners_grid li:last-child {
 border-right: none
}

@media (max-width: 767px) {
 
 ul#banners_grid li {
 width:100%;
 float: none;
 border-right: none
 }
}

ul#banners_grid li a.img_container {
 position: relative;
 overflow: hidden;
 z-index: 0;
 display: block;
 width: 100%;
 height: 400px;
}

@media (max-width: 767px) {
 ul#banners_grid li a.img_container {
 width:100%;
 float: none;
 height: 210px
 }
 #Related_pro {margin:0 auto;}
}

ul#banners_grid li a.img_container img {
 position: absolute;
 left: 50%;
 top: 50%;
 -webkit-transform: translate(-50% ,-50%) scale(1.1);
 -moz-transform: translate(-50% ,-50%) scale(1.1);
 -ms-transform: translate(-50% ,-50%) scale(1.1);
 -o-transform: translate(-50% ,-50%) scale(1.1);
 transform: translate(-50% ,-50%) scale(1.1);
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -webkit-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
 width: 100%;
 max-width: 100%;
 height: auto;
 -webkit-backface-visibility: hidden;
 -moz-backface-visibility: hidden;
 -ms-backface-visibility: hidden;
 -o-backface-visibility: hidden;
 backface-visibility: hidden
}

@media (max-width: 1199px) {
 ul#banners_grid li a.img_container img {
 height:100%;
 width: auto;
 max-width: inherit
 }
}

@media (max-width: 767px) {
 ul#banners_grid li a.img_container img {
 width:100%;
 height: auto
 }
}

ul#banners_grid li a.img_container:hover img {
 -webkit-transform: translate(-50% ,-50%) scale(1.02);
 -moz-transform: translate(-50% ,-50%) scale(1.02);
 -ms-transform: translate(-50% ,-50%) scale(1.02);
 -o-transform: translate(-50% ,-50%) scale(1.02);
 transform: translate(-50% ,-50%) scale(1.02)
}

ul#banners_grid li a.img_container .short_info {
 position: absolute;
 left: 0;
 top: 0%;
 width: 100%;
 box-sizing: border-box;
 color: #fff;
 padding: 0 15px;
 height: 100%;
 display: flex;
 flex-direction: column;
 justify-content: center;
 -moz-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -ms-transition: all 0.4s ease;
 transition: all 0.4s ease;
 text-align: center
}

ul#banners_grid li a.img_container .short_info h3 {
 color: #fff;
 font-size: 24px;
 font-size: 1.5rem;
 margin: 0;
 padding: 0;
 font-weight: 400;
 text-transform: uppercase;
 font-weight: 900
}

@media (max-width: 767px) {
 ul#banners_grid li a.img_container .short_info h3 {
 margin-top:-20px
 }
}

ul#banners_grid li a.img_container .short_info div {
 position: absolute;
 bottom: 26px;
 left: 0;
 -webkit-transform: translateY(-2px);
 -moz-transform: translateY(-2px);
 -ms-transform: translateY(-2px);
 -o-transform: translateY(-2px);
 transform: translateY(-2px);
 text-align: center;
 width: 100%;
 visibility: hidden;
 display: table;
 opacity: 0;
 -moz-transition: all 0.4s ease;
 -o-transition: all 0.4s ease;
 -webkit-transition: all 0.4s ease;
 -ms-transition: all 0.4s ease;
 transition: all 0.4s ease
}

ul#banners_grid li a.img_container .short_info div .btn_1 {
 padding: 10px 50px;
 font-size: 13px;
 font-size: 0.8125rem;
	font-family: interstate ,sans-serif;
 font-weight: 700;
 font-style: normal;
 letter-spacing: .05em;
 line-height: 1em;
 text-decoration: none;
 white-space: nowrap;
 text-align: center;
 color: #fff;
 background-color: #303e48;
 border: 2px solid transparent;
}

@media (max-width: 767px) {
 ul#banners_grid li a.img_container .short_info div {
 opacity:1;
 visibility: visible;
 -webkit-transform: translateY(-50px);
 -moz-transform: translateY(-50px);
 -ms-transform: translateY(-50px);
 -o-transform: translateY(-50px);
 transform: translateY(-50px)
 }
}

ul#banners_grid li a.img_container .short_info:hover div {
 visibility: visible;
 opacity: 1;
 -webkit-transform: translateY(-50px);
 -moz-transform: translateY(-50px);
 -ms-transform: translateY(-50px);
 -o-transform: translateY(-50px);
 transform: translateY(-50px)
}

@media screen and (max-width: 1023px) {
 #XwqMb7UoR {
 position:relative;
 }

 .gdflex {
 box-shadow: inset 0px -10px 10px -15px #000;
 min-height: 40px;
 }

 .gdflex #productListHeading {
 line-height: 50px !important;
 }

 .gdflex div.burger {
 font-size: 30px;
 }

 .gdflex {
 position: -webkit-sticky !important;
 position: sticky !important;
 max-width: 1400px;
 margin: 0 auto;
 width: 100%;
 top: 0;
 left: 0;
 background: #fff;
 z-index: 98;
 }

 div.burger {
 z-index: 999;
 position: absolute;
 top: 0px;
 right: 10px;
 padding: 10px 5px;
 font-size: 20px;
 display: block !important;
 }

 div.burger:active i {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -ms-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 }

 div.open i {
 opacity: 0.6;
 }

 div.open i {
 -ms-transform: rotate(180deg);
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
 -webkit-transition: all 200ms ease-out;
 -moz-transition: all 200ms ease-out;
 -ms-transition: all 200ms ease-out;
 -o-transition: all 200ms ease-out;
 transition: all 200ms ease-out;
 }

 #ZSkobn0L8 {
 background: #0b1f3f !important;
 color: #fff !important;
 width: 45% !important;
 }

 #ZSkobn0L8 button {
 color: #000 !important;
 }

 #WbxggRliZf5MaA0 {
 display: block !important;
 float: right;
 }
}

@media screen and (max-width: 767px) {
 #footerad {
 height:300px;
 }

 .eofwj {
 height: 90px !important;}
 .RIi8EVmwb a {
 color: #000; 
 }

 .proinfo_left {
 width: 100%;
 clear: both;
 position: relative;
 }

 #swoje {
 padding-left: 25px
 }

 .DfFoDQBld {
 font-size: 1rem;
 line-height: 30px;
 border-radius: 30px;
 top: 5px;
 left: 5px;
 text-indent: 10px
 }

 .payment_method_img {
 text-align: center !important;
 }

 .payment_method_img img {
 display: block;
 margin: 0 auto;
 }

 #tips {
 float: left;
 width: 100%;
 line-height: 26px;
 color: #f00;
 }

 #shippingInfo ,#privacy ,#siteMap ,#contactUsDefault {
 padding: 10px;
 }

 #createAcctDefault #idcode {
 float: right;
 margin-left: 5px;
 width: calc(30% - 5px);
 line-height: 44px;
 font-size: 18px;
 background: #fffce5;
 text-align: center;
 letter-spacing: 4px;
 cursor: pointer;
 }

 #rGbZw5P7m {
 }

 #x4PotZjzW button {
 font-size: 30px !important;
 width: 30px !important;
 height: 30px !important;
 border-radius: 30px !important;
 }

 #x4PotZjzW .slick-prev ,#x4PotZjzW .slick-next {
 top: calc(50% - 63px) !important;
 }

 h2.newcenterBoxHeading {
 font-size: 1.6rem !important;
 text-align: center !important;
 }

 h1.productGeneral {
 padding: 10px !important;
 font-size: 1.3em !important;
 }

 #cartAdd {
 padding: 10px;
 }

 #PZz2fnxTV {
 font-size: 1.2em !important;
 }

 .accountQuantityDisplay {
 text-align: center;
 }

 .accountTotalDisplay ,.accountTaxDisplay {
 padding-right: 12px;
 }

 #accountLinksWrapper ul {
 padding-left: 12px !important;
 }

 h1.productGeneral {
 padding: 0 20px;
 }

 #model {
 text-indent: 20px;
 }

 #n3MohTRbf {
 left: calc(50% - 40px) !important;
 display: block !important;
 position: absolute;
 margin-top: 17px;
 }

 #n3MohTRbf img {
 width: 80px;
 }

 #rGbZw5P7m a {
 padding: 5px 5px 0 5px;
 }

 #CPaS73CiL {
 background: #fff;
 }

 #FiVhaM2kX ,#U6Uv5pTSc a {
 display: none;
 }

 #urxoZWpQZ {
 display: block !important;
 line-height: 74px;
 font-size: 1.3em;
 color: #000000
 }

 #siteMap li {
 width: 50% !important;
 }

 .PreviousOrdersDate ,.PreviousOrdersNumber ,.PreviousOrdersStatus {
 line-height: 36px !important;
 }

 #yZGr2o67Z {
 padding-bottom: 10px;
 }

 #kA9UcZz4h {
 padding-top: 10px;
 }

 #ZV2QNLBTu a {
 display: block;
 }

 #reviewWriteMainImage {
 margin: 0 !important;
 }

 #reviewWriteMainImage img {
 width: 100%;
 height: auto;
 }

 #rCIBAf4uE {
 padding: 0 10px;
 }

 #jNyKUT0gB li {
 width: 19% !important;
 }

 .logincenter {
 padding: 0 20px;
 }

 .productspname {
 display: none;
 }

 .imagesname {
 display: block !important;
 }

 #checkoutBillto ,#checkoutShipto {
 margin-bottom: 10px;
 }

 #orderTotals .forward {
 float: right !important;
 }

 #aZHGSrVYg ,#checkoutPaymentForm {
 width: 100% !important;
 }

 #aZHGSrVYg {
 margin-bottom: 10px;
 }

 #checkoutShoppingCart ,#checkoutShippingForm ,#checkoutPaymentForm {
 border: none !important;
 }

 #aZHGSrVYg table {
 margin-top: 15px;
 }

 #productListHeading {
 font-size: 1.5em !important;
 }

 .back {
 float: inherit !important;
 }

 .centerColumn legend {
 color: #000;
 font-weight: bold;
 font-size: 1.2em;
 }

 #addressBookProcessDefault input {
 width: 95%;
 height: 40px;
 line-height: 40px;
 }

 #bD7k803yq {
 min-height: auto !important;
 }

 #BKzWmdM7A ,#jNyKUT0gB {
 width: 100% !important;
 }

 .proinfo_right {
 width: 100%;
 margin-top: 50px;
 }

 .topCateAndNext {
 display: none;
 }

 .gPbKUyF1W {
 }

 #CPaS73CiL img {
 width: 100%;
 }

 #rGbZw5P7m img ,#pse5WdhOg img {
 width: 100%;
		height:200px;
 }

 #rGbZw5P7m a ,#pse5WdhOg a {
 position: relative;
 display: inline-block;
 width: 50%;
 float: left;
 text-align: center;
 }

 #pse5WdhOg a {
 margin: 5px 0;
 width: 100%;
 }

 #rGbZw5P7m span ,#pse5WdhOg span {
 position: absolute;
 font-size: 0.8rem;
 text-transform: uppercase;
 color: #fff;
 font-weight: bold;
 text-align: center;
 left: 0;
 top: calc(70% - 25px);
 }

 #rGbZw5P7m span {
 position: relative !important;
 left: auto !important;
 line-height: 30px !important;
 color: #000;
 }

 #rGbZw5P7m span:after ,#pse5WdhOg span:after ,#footerad .trws a:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(0px);
 }

 #pse5WdhOg span {
 width: 100% !important;
 font-size: 2rem !important;
 top: calc(80% - 25px) !important;
 color: #0b1f3f;
 }

 .c32iSZvla {
 width: 49%;
 margin: 0 0.5%;
 }

 .product_name_index {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 word-wrap: break-word;
 overflow: hidden;
 display: -webkit-box;
 margin: 10px 0;
 padding: 0 !important;
 }

 #ZV2QNLBTu li {
 line-height: 40px !important;
 width: 100%;
 text-indent: 15px;
 border-bottom: 1px solid #1d4069;
 }

 .xpW19NBEe {
 margin: 0px auto
 }

 #q1LNtsz2K {
 display: none;
 }

 .productsList {
 width: 49% !important;
 float: left;
 }

 .products_name {
 -webkit-line-clamp: 2 !important;
 line-height: 18px !important;
 }

 #productsListingListingTopLinks ,#productsListingBottomNumber ,#newProductsDefaultListingBottomNumber {
 display: none;
 }

 .productsListingBottom {
 display: flex;
 justify-content: center;
 }

 FIELDSET {
 padding: 0;
 margin: 0;
 border: none;
 margin-bottom: 10px;
 }

 .mm-list-search {
 border: 1px solid #000;
 width: 88%;
 margin: 0 auto;
 }

 .mm-list-search .hsearchinput {
 width: calc(100% - 40px);
 line-height: 30px;
 border: none;
 text-indent: 15px;
 }

 #ZmMLx8AZo {
 padding: 0 !important;
 height: 90px;
 }

 #QdVebQEgi > span {
 display: block;
 text-align: center;
 line-height: 33px;
 color: #000;
 float: left;
 padding-left: 15px;
 }

 #NO5R4KVyp img {
 width: 60%;
 }

 .search {
 display: none !important;
 }

 .gEABi318e {
 border: none;
 height: 32px;
 line-height: 32px;
 color: #fff;
 cursor: pointer;
 font-size: 18px;
 padding: 0 11px;
 text-align: center;
 background: #0b1f3f;
 width: 40px;
 overflow: hidden;
 float: left
 }

 .search .hsearchinput {
 text-indent: 10px;
 color: #000000 !important;
 }

 .gEABi318e .fa-search {
 display: block !important;
 }

 .search form {
 margin: 0;
 padding: 0;
 width: 100%;
 display: flex;
 }

 .block_home_slider .flex-direction-nav a {
 margin-top: -27px;
 position: absolute;
 top: 50%;
 }

 .block_home_slider {
 height: auto;
 }

 .logincenter {
 width: 100% !important;
 border: none !important;
 }

 .logincenter fieldset {
 width: 100% !important;
 }

 .forgot_password {
 width: 100% !important;
 text-align: right !important;
 }

 .Zdie39Tvt ,.floatingBox ,#accountLinksWrapper ,#sendSpendWrapper ,#checkoutShipto ,#checkoutBillto ,#navEZPagesTOCWrapper {
 width: 100% !important;
 }

 .creatcenter {
 width: 100% !important;
 max-width: 320px !important;
 padding: 0 20px;
 }

 #createAcctDefault fieldset input ,#country {
 width: 100%;
 text-indent: 1em;
 line-height: 40px;
 padding: 0;
 margin: 0 0 12px 0 !important;
 }

 #createAcctDefault #Txtidcode {
 width: 70% !important;
 }

 .tujCXmP81 {
 width: 100% !important;
 }

 .forward ,.Zdie39Tvt {
 float: inherit !important;
 }

 .tujCXmP81 {
 height: 36px !important;
 padding: 0 10px;
 line-height: 36px !important;
 ;}

 #NO5R4KVyp {
 left: calc(50% - 100px) !important;
 top: 38px !important;
 }

 #yVuU2ZE6N {
 display: none;
 }

 #qZibA2zrx {
 display: block;
 }

 #ZV2QNLBTu ul ,#ZV2QNLBTu {
 /* width:100% !important;*/
 display: none;
 }

 #wxbHzWDT8 {
 font-size: 3.2em !important;
 width: 100%;
 display: flex;
 justify-content: center;
 }

 #wxbHzWDT8 a {
 padding: 0 10px !important;
 }

 #wxbHzWDT8 i {
 line-height: 70px;
 }

 #IjGIikFVw {
 display: block !important;
 padding: 0.5em;
 }

 #IjGIikFVw SELECT {
 width: 100%;
 line-height: 30px;
 border-radius: 3px;
 padding: 0.5em;
 }

 /*767+*/
}

@media screen and (max-width: 767px) {
 #menu-head {
 display:none !important;
 }

 #XwqMb7UoR h1 {
 margin: 0 !important;
 line-height: 40px;
 }

 .KvYdprcQf {
 border: none !important;
 }
}

@media screen and (max-width: 1023px) {
 #menu-head {
 display:none !important;
 }
}

@media screen and (min-width: 768px) and (max-width:1023px) {
 .RIi8EVmwb {
 POSITION:ABSOLUTE;
 top: 203%;
 }

 .pHyq1gsmn {
 position: absolute;
 top: 0%;
 left: calc(50% - 135px);
 }

 #hSoc8MZEx {
 width: 100% !important;
 }

 #footerad .trws span ,#footerad .trws p {
 left: calc(22% - 90px);
 font-size: 1.5rem;
 top: calc(50% - 15px);
 width: auto;
 position: absolute;
 text-decoration: none;
 color: #000;
 }

 #footerad .trws p {
 top: calc(30% - 15px);
 }

 #desk_logo {
 display: none !important;
 }

 #mobile_logo {
 display: block !important;
 }

 .search-input {
 top: 46px !important;
 right: 18% !important;
 left: auto !important;
 color: #0b1f3f;
 }

 .pHyq1gsmn h2 {
 font-size: 1.5rem !important;
 color: #fff;
 }

 .pHyq1gsmn p {
 font-size: 1rem !important;
 line-height: 1em;
 color: #fff;
 }

 .RIi8EVmwb a {
 font-size: 1rem !important;
 padding: 0.5em 1.2em !important
 }

 #footerad .trws a {
 color: #FFFFFF;
 border: 2px solid #303E48;
 font-size: 1.5rem;
 padding: 0.4em 1em;
 margin: 0 10px;
 text-transform: uppercase;
 position: absolute;
 left: calc(20% - 80px);
 top: 43%;
	background:#303E48;
 }

 #footerad .trws #RsNjgLom4 {
 top: 65%;
 }

 #U6Uv5pTSc a ,#FiVhaM2kX ,.search {
 display: none !important;
 }

 #ZV2QNLBTu {
 margin: 10px 15px !important;
 padding: 0 !important;
 }

 .slick-slide {
 font-size: 12px
 }

 #swoje {
 padding-left: 16px
 }

 .proinfo_left {
 width: 100%;
 clear: both;
 position: relative;
 margin: 0 auto
 }

 .DfFoDQBld {
 font-size: 1.2em;
 line-height: 40px;
 border-radius: 40px;
 top: 20px;
 left: 20px;
 text-indent: 15px
 }

 #NO5R4KVyp img {
 }

 #ZmMLx8AZo {
 height: 100px;
 }

 .eofwj {
 height: 100px !important;
 }

 #ZV2QNLBTu {
 width: 24% !important;
 }

 #pePiqhVj5 a {
 width: 33% !important;
 }

 #wxbHzWDT8 {
 margin: 10px auto;
 float: none !important;
 text-align: center;
 }

 .mm-list-search {
 border-bottom: 2px solid #000000
 }

 .mm-list-search .hsearchinput {
 width: calc(100% - 50px);
 line-height: 30px;
 border: none;
 text-indent: 15px;
 }

 #qZibA2zrx {
 display: none;
 }

 .productsList {
 width: 32.33% !important;
 }

 #a2uegpAOh {
 padding: 10px 0;
 width: 70%;
 float: right
 }

 .xpW19NBEe {
 padding: 15px;
 }

 .KvYdprcQf {
 border: none !important;
 }

 #ZSkobn0L8 {
 width: 100% !important;
 }

 #QdVebQEgi {
 line-height: 36px;
 background: #303E48
 }

 #U6Uv5pTSc #urxoZWpQZ {
 display: block !important;
 line-height: 74px;
 font-size: 1.3em;
 color: #0b1f3f;
 }

 #U6Uv5pTSc {
 right: 4% !important;
 top: 25px !important;
 }

 #CPaS73CiL img {
 width: 100%;
 height: 182px;
 }

 #yVuU2ZE6N {
 width: 100%;
 background: #3c3c3c;
 }

 #yVuU2ZE6N p {
 float: left;
 width: 33%;
 color: #fff;
 text-align: center;
 text-transform: capitalize;
 }

 .gEABi318e .fa-search {
 display: block !important;
 }

 #rGbZw5P7m a ,#pse5WdhOg a {
 float: left;
 width: 50%;
 position: relative;
 }

 #rGbZw5P7m a {
 width: 48%;
 margin: 10px 1%
 }

 #pse5WdhOg a {
 width: 31%;
 margin: 20px 1% 20px
 }

 #footerad .trws span {
 position: absolute;
 font-size: 1.5rem;
 text-transform: uppercase;
 font-weight: bold;
 height: 50px;
 text-align: center;
 left: calc(20% - 100px);
 top: calc(20% - 15px);
 line-height: 50px;
 }

 #rGbZw5P7m img ,#pse5WdhOg img {
 width: 100%;
 }

 #rGbZw5P7m span ,#pse5WdhOg span {
 position: absolute;
 font-size: 1.2rem;
 text-transform: uppercase;
 color: #FFF;
 font-weight: bold;
 width: 200px;
 height: 50px;
 text-align: center;
 left: calc(50% - 100px);
 top: calc(50% - 25px);
 line-height: 50px;
 }

 #pse5WdhOg span {
 font-size: 1.2rem !important;
 width: 100% !important;
 top: calc(80% - 25px) !important;
 left: calc(35% - 90px) !important;
 }

 #rGbZw5P7m span {
 position: relative !important;
 color: #000000 !important;
 margin: 20px auto 0
 }

 #rGbZw5P7m span:after ,#pse5WdhOg span:after ,#footerad .trws a:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
 }

 #yZGr2o67Z {
 padding: 10px 0;
 }

 .c32iSZvla {
 width: 33.33%;
 padding: 0 0.5em;
 }

 #q1LNtsz2K {
 width: 100%;
 padding: 0 15px;
 color: #999;
 }

 .block_home_slider .flex-direction-nav a {
 margin-top: -27px;
 position: absolute;
 top: 50%;
 }

 .block_home_slider {
 height: auto;
 max-width: 100% !important
 }

 .proinfo_right {
 width: 70%;
 margin: 60px 20%;
 }

 #cartAdd {
 text-align: left;
 line-height: 42px;
 width: 430px;
 margin: 0 auto;
 }

 #rCIBAf4uE {
 width: 430px;
 margin: 8px auto;
 }

 .logincenter {
 width: 100% !important;
 border: none !important;
 }

 .logincenter fieldset {
 width: 100% !important;
 }

 .forgot_password {
 width: 100% !important;
 text-align: right !important;
 }

 .Zdie39Tvt {
 width: auto !important;
 }

 #NO5R4KVyp {
 position: absolute;
 left: calc(50% - 185px) !important;
 }

 #NO5R4KVyp {
 top: 40px !important;
 }

 #H7StdOaIB {
 margin-top: -10px;
 }

 /*768+*/
}

@media screen and (min-width: 767px) {
 .gEABi318e .fa-search {
 display:block !important;
 }

 .gEABi318e {
 border: none;
 height: 24px;
 color: #000;
 cursor: pointer;
 font-size: 24px;
 background: none;
 flex: 0 0 38px;
 text-align: center;
 }

 .search {
 z-index: 99;
 padding: 10px 0 10px 10px;
 border: 1px solid #ccc;
 position: absolute;
 top: 96px;
 background: #FFFFFF;
 width: 100%;
 color: #666666;
 font-size: 1.2rem;
 letter-spacing: 2px;
 }

 .search div {
 }

 .search div i {
 color: #cecece;
 font-size: 26px;
 }

 .search form {
 margin: 0;
 padding: 0;
 width: 100%;
 display: flex;
 }

 .search span {
 border-bottom: 0;
 }

 .search .searchinput {
 color: #000 !important;
 height: 24px;
 width: 205px;
 outline: none !important;
 line-height: 24px;
 border: none;
 background: none;
 text-indent: 1em;
 font-size: 1em;
 }
}

@media screen and (min-width: 1024px) {
 .DfFoDQBld {
 font-size:2em;
 ;line-height: 40px;
 text-indent: 15px;
 font-weight:700;
 }

 .search {
 top: 100px !important;
 }
}

@media screen and (min-width: 1024px) and (max-width:1399px) {
 #FKSBaxNMd {
 margin:0px auto;
 border-bottom: 1px solid #e3e3e3;
 background: #fff;
 }

 #ZV2QNLBTu {
 margin: 0 15px;
 }

 #flag {
 margin: 0 !important;
 }

 #wxbHzWDT8 {
 margin-top: -24px !important;
 }

 #ZSkobn0L8 {
 width: 100% !important;
 }

 .proinfo_left {
 width: 100%;
 clear: both;
 position: relative;
 }

 #swoje {
 padding-left: 20px;
 }

 #QdVebQEgi {
 background: #4f4f4f;
 }

 #QaDEV85qv ,#Va5lZ4ejL {
 padding: 10px;
 width: 230px;
 float: left;
 }

 #U6Uv5pTSc {
 right: 6% !important;
 top: 50px !important;
 }

 .header {
 top: 50px !important;
 display:none;
 }

 .mm-list-search .hsearchinput {
 width: calc(100% - 40px);
 line-height: 30px;
 border: none;
 text-indent: 15px;
 }

 .mm-list-search .hsearchinput:focus {
 width: calc(100% - 40px);
 }

 .mm-list-search {
 border: 1px solid #000;
 width: 88%;
 margin: 0 auto;
 }

 #U6Uv5pTSc a {
 color: #0b1f3f !important;
 font-size: 1.2rem;
 }

 .PDw1YTdGE {
 padding: 10px;
 width: calc(100% - 230px);
 float: right;
 }

 #ZmMLx8AZo {
 padding: 0;
 }

 #NO5R4KVyp {
 position: relative !important;
 justify-content: normal !important;
 display: flex !important;
 left: 0% !important;
 float:left;
 }
.pHyq1gsmn {position:absolute;top:8%;left:29%;}
 

 #FiVhaM2kX a {
 margin-left: 12px !important;
 margin-right: 0px !important;
 }

 #CPaS73CiL img {
 width: 100%;
 }

 #rGbZw5P7m a ,#pse5WdhOg a {
 float: right;
 width: 50%;
 position: relative;
 }

 #rGbZw5P7m a {
 width: 25%;
 float: left !important;
 PADDING: 0em 1em;
 }

 #pse5WdhOg a {
 width: 32%;
 margin: 20px 1% 20px 0
 }

 #rGbZw5P7m span ,#pse5WdhOg span {
 position: absolute;
 line-height: 50px;
 width: 200px;
 left: calc(50% - 110px);
 top: calc(70% - 27px);
 font-size: 1.8rem;
 color: #FFF;
 text-transform: uppercase;
 text-align: center;
 }

 #rGbZw5P7m span {
 color: #000000 !important;
 top: calc(90% - 27px);
 font-size: 1.2rem;
 font-weight: bold;
 }

 #U6Uv5pTSc a ,#FiVhaM2kX ,.search ,#menu-head {
 
 }

 #U6Uv5pTSc #urxoZWpQZ {
 z-index: 1000000;
 position: relative;
 font-size: 1.5rem;
 }

 #pse5WdhOg span {
 width: 100% !important;
 left: calc(40% - 130px) !important;
 top: calc(80% - 5px) !important;
 }

 #footerad .trws span {
 position: absolute;
 font-size: 1.5rem;
 text-transform: uppercase;
 color: #FFF;
 font-weight: bold;
 height: 50px;
 text-align: center;
 left: calc(40% - 100px);
 top: calc(60% - 15px);
 line-height: 50px;
 }

 .centerBoxWrapper .c32iSZvla {
 width: 33.33%;
 padding: 0 0.5%;
 }

 #yZGr2o67Z {
 padding-top: 10px;
 }

 #a2uegpAOh {
 padding: 30px 0;
 width: 75%;
 float: right
 }

 #pePiqhVj5 a {
 width: 25% !important
 }

 .footerfit {
 width: 100% !important;
 }

 #pePiqhVj5 {
 margin: 0 !important;
 }

 #rGbZw5P7m img ,#pse5WdhOg img {
 width: 100%;
 height:250px;
 }

 #yVuU2ZE6N {
 background: #fff;
 width: 100%;
 height: auto;
 margin: 0 auto;
 padding: 0 80px;
 background-size: 100%;
 }

 #yVuU2ZE6N p {
 float: left;
 width: 33%;
 text-align: center;
 line-height: 40px;
 text-transform: uppercase;
 padding: 0;
 margin: 0;
 font-size: 1em;
 font-weight: bold;
 color: #000;
 }

 .xpW19NBEe {
 padding: 15px;
 }

 #q1LNtsz2K {
 width: 100%;
 padding: 0 15px;
 color: #999;
 }

 #QaDEV85qv ,#Va5lZ4ejL {
 padding: 10px 2px;
 flex: 0 0 230px;
 }

 .PDw1YTdGE {
 padding: 10px 2px;
 }

 .block_home_slider .flex-direction-nav a {
 margin-top: -27px;
 position: absolute;
 top: 50%;
 }

 .block_home_slider {
 height: auto;
 }

 .proinfo_right {
 float: right;
 width: 48%;
 margin: 0 1%;
 }

 #cartAdd {
 margin: 0 auto;
 text-align: left;
 line-height: 42px;
 width: 430px;
 }

 #rCIBAf4uE {
 width: 430px;
 margin: 8px auto;
 }

 #reviewWriteMainImage {
 margin: 0 !important;
 }

 #reviewWriteMainImage img {
 width: 100%;
 height: auto;
 }

 .proinfo_left {
 float: left;
 width: 500px;
 max-width: 100%;
 margin-left: 10px;
 }

 /*1024+*/
}

.H2OmbDN9Z {
 padding: 0 10px;
}

.H2OmbDN9Z .sprice {
 font-size: 2em;
 display: block;
 background: #FFFFFF;
 color: #303E48;
 line-height: 30px;
 text-indent: 15px;
 float: left;
 font-weight: 700;
}

@media screen and (min-width: 1400px) {
 #FKSBaxNMd {height:80px;border-bottom:1px solid #ccc;}
 .ad-nav .slick-track {
 display:none;
 }

 .c32iSZvla:hover .slick-track {
 display: block;
 }

 .c32iSZvla:hover {
 box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.08);
 border: 3px solid #f3f3f3;
 z-index: 9998 !important;
 }

 .pHyq1gsmn h2 {
 font-size: 2.5rem;
 font-family: Neue Plak Wide ,Helvetica ,Arial ,interstate ,sans-serif;
		font-weight: 500;
 font-style: normal;
 letter-spacing: .05em;
 text-transform: uppercase;
 margin: 0 0 1rem;
 line-height: 1em;
 text-transform: uppercase;
 color: #fff;
 }

 h2#productPrices {
 width: 430px !important;
 }

 .pHyq1gsmn {
 position: absolute;
 top: 8%;
 left: calc(40%);
 padding: 10px;
 }
 .hsearchinput:focus {
 width: 350px;
 }

 #mdyQHjZ4P {
 max-width: 1370px;
 margin: 0 auto
 }

 .H2OmbDN9Z {
 width: 25%;
 float: left;
 }

 .proinfo_left {
 float: left;
 width: 750px;
 max-width: 100%;
 clear: both;
 padding: 0 40px 0 40px;
 margin: 0 0 40px 0;
 position: relative;
 }

 #aL2RIp764 #NO5R4KVyp {
 position: absolute;
 left: calc(50% - 61.5px);
 }

 #FKSBaxNMd #U6Uv5pTSc {
 line-height: 40px;
 }

 #QdVebQEgi {
 background-color: #FFFFFF;
 }

 #QdVebQEgi span {
 }

 #CPaS73CiL img {
 width: 100%;
 }

 #rGbZw5P7m ,#pse5WdhOg {
 width: 98%;
 margin: 0 auto;
 }

 #rGbZw5P7m a ,#pse5WdhOg a {
 float: left;
 position: relative;
 width: 32%;
 margin: 20px 0.66%
 }

 #rGbZw5P7m a:hover {
 box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
 }

 #rGbZw5P7m .vg83Z2sqv a {
 width: 24%;
 margin: 20px 0.5%
 }

 #rGbZw5P7m span ,#pse5WdhOg span ,#footerad .trws span {
 position: relative;
 font-size: 1.6rem;
 text-transform: uppercase;
 font-weight: bold;
 text-align: center;
 line-height: 50px;
 width: 100%;
 display: inline-block;
 }

 #rGbZw5P7m span:after ,#pse5WdhOg span:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(1px);
 }

 #footerad .trws span {
 left: calc(2%);
 font-size: 2rem;
 top: calc(25% - 15px);
 width: auto;
 position: absolute;
 text-decoration: none;
 color: #303E48;
 padding: 0;
 }



 #rGbZw5P7m img ,#pse5WdhOg img {
 width: 100%;
 float: left;
 border-radius: 10px;
		height:300px;
 }

 #footerad .jQNP7i9c8 {
 position: absolute;
 left: calc(20% - 160px);
 top: 45%;
 }

 #footerad .jQNP7i9c8 a {
 color: #FFFFFF;
 font-size: 1.5rem;
 padding: 0.4em 1em;
 text-transform: uppercase;
 float: left;
 margin-bottom: 10px;
 background: #303E48;
 }

 #footerad .jQNP7i9c8 a:hover {
 background: #000;
 color: #fff;
 text-decoration: none;
 box-shadow:0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
		text-decoration: none;
 }

 #footerad .jQNP7i9c8 a:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
 }

 #pse5WdhOg a {
 width: 33%;
 margin: 20px 2px 20px
 }

 #pse5WdhOg a:hover {
 box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
 }

 #yVuU2ZE6N {
 width: 1400px;
 height: 40px;
 margin: 0 auto;
 padding: 0 160px;
 }

 #yVuU2ZE6N p {
 float: left;
 width: 33%;
 text-align: center;
 line-height: 40px;
 text-transform: uppercase;
 padding: 0;
 margin: 0;
 font-size: 1.2em;
 color: #3c3c3c;
 }

 #kA9UcZz4h {
 width: 1400px;
 margin: 0 auto;
 }

 .centerBoxWrapper .c32iSZvla {
 width: 25%;
 padding: 0 0.5em;
 }

 #rGQvFrZVY {
 width: 1340px;
 margin: 0 auto;
 }

 #QaDEV85qv ,#Va5lZ4ejL {
 padding: 10px;
 width: 250px;
 float: left;
 }

 .PDw1YTdGE {
 padding: 10px;
 width: calc(100% - 250px);
 float: right;
 }

 #a2uegpAOh {
 width: 78%;
 float: right;
 padding: 23px 0 0px 25px;
 }

 .xpW19NBEe {
 text-align: center;
 border-top: 1px solid #FFFFFF;
 width: 100%
 }

 #q1LNtsz2K {
 width: 1370px;
 margin: 0 auto;
 color: #999;
 }

 .search div {
 }

 .search div i {
 color: #cecece;
 font-size: 26px;
 }

 .search form {
 margin: 0;
 padding: 0;
 width: 100%;
 display: flex;
 }

 .search span {
 border-bottom: 0;
 }

 .search .searchinput {
 color: #000 !important;
 height: 24px;
 width: 205px;
 outline: none !important;
 line-height: 24px;
 border: none;
 background: none;
 text-indent: 1em;
 font-size: 1em;
 }

 .block_home_slider .flex-direction-nav a {
 margin-top: -27px;
 position: absolute;
 top: 50%;
 }

 .block_home_slider {
 width: 600px;
 height: auto;
 }

 .proinfo_right {
 float: left;
 width: 550px;
 margin: 30px 0 0 20px;
 }

 #cartAdd {
 margin: 0 60px;
 text-align: left;
 line-height: 42px;
 width: 430px;
 }

 .goTop {
 border-radius: 50%;
 background-color: #303E48;
 display: none;
 position: fixed;
 top: 80%;
 right: 3%;
 z-index: 9;
 }

 .goTop span {
 color: #FFFFFF;
 font-size: 24px;
 display: flex;
 align-items: center;
 justify-content: center;
 height: 52px;
 width: 52px;
 }

 ul.level2>li.submenu {
 font-weight: normal !important;
 ;}

 .level2 li {
 height: auto !important;
 }

 #rCIBAf4uE {
 width: 430px;
 margin: 8px auto;
 }

 /*1400+*/
}

#x4PotZjzW .c32iSZvla .r0tOQmFnZ {
 height: 0;
 padding-bottom: 100%;
 overflow: hidden;
 position: relative;
}

#x4PotZjzW .c32iSZvla .r0tOQmFnZ a {
 width: 100% !important;
 height: 100% !important;
 position: absolute;
}

#x4PotZjzW .c32iSZvla a img {
 margin: 0 auto;
}

#x4PotZjzW .c32iSZvla {
 padding: 0 0.5%;
 position: relative;
}

#x4PotZjzW button {
 font-size: 50px;
 background: #fff;
 color: #000;
 width: 50px;
 height: 50px;
 text-align: center;
 border-radius: 50px;
}

#x4PotZjzW .slick-prev ,#x4PotZjzW .slick-next {
 top: calc(50% - 73px);
}

.products_img img {
 width: 100%;
 height: auto;
}

#NO5R4KVyp {
 position: absolute;
 left: 40%;
 margin-top: 1.5em;
}

.categoryListBoxContents {
 margin-bottom: 10px;
 font-weight: bold;
}

.categoryListBoxContents a {
 text-decoration: underline;
}

.categoryListBoxContents a:hover {
 color: #ff4a4a;
}

#bottom_service {
 margin: 0px;
 text-align: center;
 height: 60px;
 overflow-y: scroll;
 width: 96%;
 line-height: 20px;
 border: 1px solid #ddd;
 margin: 20px 0 0 19px;
 background-color: #eee;
 font-size: 1em;
}

.instructions {
 float: right;
 padding: 0.5em;
}

.logincenter {
 width: 100%;
 color: #000;
 margin: 0 auto;
 max-width: 320px;
}

.logincenter fieldset {
 width: 320px;
 padding: 0;
 margin: 0;
 float: right;
}

.Zdie39Tvt {
 text-align: -webkit-center;
}

.forgot_password {
 width: 320px;
 float: right;
 margin: 0;
}

.Sw0kdbsK8 {
 margin-bottom: 20px;
}

#NRu1AVxqW {
 padding: 8px 18px;
}

#jZD9z0Znb {
 padding: 40px;
 box-shadow: 2px 2px 8px #b9b9b9;
}

#jZD9z0Znb img {
 width: 590px;
 float: left;
}

#NRu1AVxqW .grid-item a {
 background: #616161;
 float: left;
}

#NRu1AVxqW span {
 float: left;
 padding-bottom: 0px;
}

.DqtTsdD26 .BXCPLIWcw {
 display: none;
}

#NRu1AVxqW a img {
 opacity: 0.95;
}

#NRu1AVxqW a:hover img {
 opacity: 1;
}

.productDescZ {
 width: 80%;
 margin: 0px auto;
}

.woigk {
 font-weight: bold;
 font-size: 1.4rem;
 line-height: 42px;
 text-transform: uppercase;
 color: #000;
 position: relative;
 display: inline-block;
 border-bottom: 3px solid #000;
 margin-bottom: 30px;
}

.sofgkw {
 line-height: 24px;
 font-size: 1rem;
 color: #000
}

.sofgkw li {
 list-style-type: disc
}

.DqtTsdD26 .c6uTN7VIP {
 text-indent: 30px;
 height: 45px;
 border-bottom: 1px solid #e2e2e2;
 cursor: pointer;
 background: url(../images/tab-u.png) no-repeat;
 background-position: right 15px top 50%;
 font-size: 1.2rem;
 line-height: 42px;
 text-transform: uppercase;
 color: #000;
}

#addressBookProcessDefault input ,#accountEditDefault input ,#accountPassword input ,#tellAFriendDefault input ,#checkoutNewAddress input {
 margin: 5px 0;
}

.u51yivWSX .c6uTN7VIP {
 text-indent: 30px;
 height: 45px;
 border-bottom: 1px solid #e2e2e2;
 cursor: pointer;
 background: url(../images/tab-s.png) no-repeat;
 background-position: right 15px top 50%;
 font-size: 1.2rem;
 line-height: 42px;
 text-transform: uppercase;
 color: #000;
}

.DqtTsdD26 ,.u51yivWSX {
 width: 100%;
 background: #fbfbfb;
}

.proinfo_left button {
 width: 60px;
 height: 60px;
 font-size: 50px;
 color: #000;
 top: calc(50% - 30px);
 background: #fff;
 border-radius: 60px;
}

.proinfo_left .slick-prev {
 left: 20px;
}

.proinfo_left .slick-next {
 right: 20px;
}

.proinfo_left img {
 width: 100%;
}

#jNyKUT0gB {
 max-width: 430px;
 margin: 0 auto;
}

#jNyKUT0gB button {
 font-size: 25px;
 color: #000;
 top: calc(50% - 12.5px);
}

#jNyKUT0gB .slick-prev {
 left: -20px;
}

#jNyKUT0gB .slick-next {
 right: -20px;
}

#jNyKUT0gB a {
 width: 100%;
 height: 100%;
 position: absolute;
 display: block;
}

#jNyKUT0gB span img ,.scroll_list span img {
 opacity: 1;
 border-bottom: 3px solid #000;
}

#prevOrders tr {
 height: 60px;
}

#historyorder tr {
 height: 70px;
}

#jNyKUT0gB span {
 float: left;
}

#jNyKUT0gB li:hover span {
 border: none;
}

#jNyKUT0gB li:hover ,#NRu1AVxqW a:hover {
}

#model {
 padding: 0;
 line-height: 36px;
 text-indent: 20px
}

#country {
 float: left;
 width: 280px;
 margin: 5px 3px;
 height: 44px;
}

@media screen and (min-width: 768px) {
 #mobile_logo {
 display:none;
 }

 .indexBannerMobile {
 display: none;
 }

 #tips {
 float: left;
 line-height: 26px;
 margin-left: 10px;
 color: #303E48;
 }

 #createAcctDefault #idcode {
 float: left;
 margin: 5px 3px;
 width: 15%;
 line-height: 44px;
 font-size: 18px;
 background: #fffce5;
 text-align: center;
 letter-spacing: 4px;
 cursor: pointer;
 }

 #createAcctDefault fieldset input {
 float: left;
 width: 280px;
 text-indent: 1em;
 line-height: 40px;
 margin: 5px 3px;
 padding: 0;
 height: 44px;
 }

 #createAcctDefault #Txtidcode {
 width: 30% !important;
 }
}

#kKN0FTvuC b ,#productListHeading b {
 display: none;
}

/*-select css-*/
a:hover .VncGszMVo {
 opacity: 0.8;
}

a.VncGszMVo {
 text-align: center;
 padding-top: 8px;
}

.uy1eETNjM {
 width: 50%;
 height: 100%;
 background: #000000;
 position: absolute;
 border-top-left-radius: 30px;
 border-bottom-left-radius: 30px;
 top: 0;
 left: 0;
 opacity: 0.2;
}

.KvYdprcQf {
 padding-bottom: 20px;
 border: 1px solid #ececec;
 width: 100%;
 border-bottom: none;
}

.VNZ1THAnv span {
 font-size: 1em;
}

.KvYdprcQf .VNZ1THAnv {
 margin: 0em;
 font-size: 18px;
 font-weight: bold;
 color: #303E48;
 position: relative;
 line-height: 36px;
 padding-left: 15px;
 text-align: left;
 text-transform: capitalize;
 cursor: pointer;
 background: url(../images/none.png) no-repeat;
 background-position: right 10px top 50%;
}

.U0nHKUsOz {
 border: 1px solid #ececec;
 border-bottom: none;
}

.U0nHKUsOz .VNZ1THAnv {
 width: 100%;
 font-weight: bold;
 padding-left: 15px;
 font-size: 18px;
 color: #000;
 position: relative;
 line-height: 36px;
 text-align: left;
 cursor: pointer;
 background: url(../images/block.png) no-repeat;
 background-position: right 10px top 50%;
}

.g3XEWlpYD > div {
 text-indent: 10px;
}

.g3XEWlpYD > div > div {
 text-indent: 15px;
}

.g3XEWlpYD > div > div > div {
 text-indent: 20px;
}

.g3XEWlpYD a:hover ,.selextbox:hover {
 text-decoration: none;
 opacity: 0.8;
}

.g3XEWlpYD a {
 display: block;
 font-size: 1em;
 width: 100%;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 color: #000;
 line-height: 28px;
}

.g3XEWlpYD ul li {
 line-height: 23px;
 list-style-type: none;
 text-indent: 1em;
 font-size: 1em;
}

.g3XEWlpYD ,.C4kGeM7zg {
 z-index: 1;
 display: block;
 padding: 10px;
}

.g3XEWlpYD {
 text-indent: 10px;
}

.U0nHKUsOz .g3XEWlpYD ,.U0nHKUsOz .C4kGeM7zg ,.U0nHKUsOz .B47ENetqb ,.U0nHKUsOz .U07ozkVws {
 display: none;
}

.g3XEWlpYD span {
 padding-left: 5px;
 line-height: 27px;
 font-size: 1em;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 display: block;
 max-width: 80px;
}

.C4kGeM7zg a {
 float: left;
 height: 30px;
 position: relative;
 cursor: pointer;
 margin: 5px;
 width: 30px;
 background-size: 150% !important;
 border-radius: 30px;
 border: 1px solid #d4d4d4;
}

.C4kGeM7zg a:hover {
 border: 1px solid #616363;
 box-shadow: 0 0 0 1px #fff ,0 0 0 1px #fff;
}

.C4kGeM7zg a div {
 background-size: 200% !important;
}

/*-select css end-*/
#pageNotFound b {
 display: none;
}

#M2Rp6krQc {
 margin: 10px 0 30px 0;
}

.KiAtTc9yl {
 float: left;
 line-height: 28px;
 margin-right: 20px;
 padding: 0 20px;
 margin-bottom: 10px;
 background: #000;
}

#reviewsWritePrice {
 display: none;
}

.productDiscount {
 width: 40px;
 background: #fff;
 height: 40px;
 position: absolute;
 color: #000;
 display: block;
 top: 8px;
 line-height: 40px;
 text-align: center;
 font-weight: bold;
 right: 8px;
 font-size: 1em;
 z-index: 9;
 border: 1px solid #000;
 border-radius: 40px;
}

.ARjgrlF0W {
 margin-left: 17px;
}

.colBorder .grid-item {
 display: block;
 margin: 8px 28px 0 28px;
}

#NRu1AVxqW .grid-item {
 width: 449px;
 margin: 0 auto;
}

.colBorder .grid-color {
 margin: 0 1em;
 padding-bottom: 10px;
 margin-bottom: 3px;
}

.colBorder:hover .grid-color {
 display: none;
}

#jNyKUT0gB .select img {
 border-color: #0b1f3f !important;
}

#jNyKUT0gB .slick-slide img:hover {
 border-color: #DDDDDD !important;
}

#jNyKUT0gB .select img:hover {
 border-color: #000 !important;
}

#jNyKUT0gB .slick-slide div div {
 float: left;
 cursor: pointer;
 height: 0;
 padding-bottom: 100%;
 box-sizing: border-box;
 overflow: hidden;
 position: relative;
}

#jNyKUT0gB img {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 position: absolute;
 border-bottom: 2px solid #fff;
 box-shadow: 0 0 0 !important;
 -webkit-box-shadow: 0 0 0 !important;
}

#NlaKkOveq {
 width: 20px;
 text-align: center;
}

.KiAtTc9yl:hover {
 background: #eb212e;
}

.KiAtTc9yl:hover a {
 color: #fff;
 text-decoration: none;
}

#n5h6nafVU {
 float: right;
 width: 100%;
 text-align: center;
 height: 40px;
 margin: 10px 0;
 display: block;
 background: #303E48;
 cursor: pointer;
 font-weight: bold;
 font-size: 16px;
 color: #FFF;
 text-transform: uppercase;
}

#n5h6nafVU:hover {
 background: #000;
 box-sizing: border-box;
 border: 1px solid #fff;
 color: #fff;
}

.bordernone {
 border: none;
}

#productrreviewsImage {
 text-align: center;
}

#reviewsWrites {
 padding-top: 20px;
 float: left;
}

#logoffDefault {
 padding: 10px;
}

p.productname {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 word-wrap: break-word;
 overflow: hidden;
 display: -webkit-box;
 margin: 5px;
 padding: 0 10px;
 color: #0b1f3f;
 font-family: lato ,-apple-system ,BlinkMacSystemFont ,segoe ui ,Roboto ,helvetica neue ,Arial ,sans-serif ,apple color emoji ,segoe ui emoji ,segoe ui symbol;
 font-size: .875rem;
 font-weight: 600;
 height: 56px;
 line-height: 28px;
 cursor: pointer;
 width: 100%;
 text-overflow: ellipsis;
}

p.productname:hover {
}

span.productname {
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
 word-wrap: break-word;
 overflow: hidden;
 display: -webkit-box;
}

.productname a:hover {
 color: #000;
}

#hSoc8MZEx {
 margin: 0 auto;
 width: 80%
}

#productPrices .productDiscount {
 display: none;
}

#centerColumn {
 font-size: 1em;
}

.lAxshVfFD {
 width: 20%;
 float: left;
 position: relative;
 border-bottom: 1px #dfdfdf solid;
 border-right: 1px #dfdfdf solid;
}

.lAxshVfFD:hover ,.centerBoxContentsNew:hover ,.centerBoxContentsSpecials:hover {
 z-index: 9999 !important;
}

#checkoutPaymentForm {
}

#qZibA2zrx {
 float: right;
 text-transform: initial;
 color: #7b7b7b;
 padding-left: 10px;
}

/*****outermost*****/
.pPm0oAcS5 {
 width: 100%;
 margin: 0 auto;
 min-height: 420px;
 clear: both;
 background-size: 200%;
}

#productListHeading {
 font-size: 2em;
 line-height: 30px;
 text-align: center;
 color: #303E48;
 text-transform: capitalize;
}

#cartEmptyText {
 text-transform: capitalize;
 text-align: center;
 margin: 30px 0 150px;
}

#hD7UAFerI3 {
 display: none;
}

#hD7UAFerI3 a {
 float: left;
 display: -webkit-inline-box;
 width: 25%;
 font-size: 1em;
 line-height: 36px;
 padding: 0;
 margin: 0;
 text-align: left;
 overflow: hidden;
 height: 36px;
}

.BMy1UwAVR {
 position: absolute;
 left: 10px;
 top: 10px;
 opacity: 0;
 z-index: 10;
}

.lAxshVfFD:hover .BMy1UwAVR ,.productsCol:hover .BMy1UwAVR {
 -webkit-animation: hoverlogo1 2s ease both;
 -moz-animation: hoverlogo1 2s ease both;
 animation: hoverlogo1 2s ease both;
}

#text_box {
 height: 40px;
 text-align: center;
 text-align-last: center;
 outline: none;
 color: #000;
 background: none;
 margin: 10px 0;
 border: 1px solid #dbd8ce;
 width: 100%;
 float: left;
 font-weight: bold;
 font-size: 1rem;
 min-width: 200px;
 background: url("../images/selectArrow.png") no-repeat right 12px center #fff;
 padding: 7px 10% 7px 8px;
 text-indent: 1px;
 -moz-appearance: none;
 -webkit-appearance: none;
}

#attrib-1 {
 width: 100%;
}

.wrapperAttribsOptions select option {
 outline: none;
}

.BMy1UwAVR img {
 height: auto !important;
 width: 20px !important;
}

@keyframes hoverlogo1 {
 to {
 opacity: 1;
 }
}

#DwrGTpAezReg7sfgAaPnb {
 font-size: 1em;
 color: #fff;
 float: right;
 width: 29%;
 margin: 8px 0;
}

#DwrGTpAezReg7sfgAaPnb a {
 float: right;
 padding-left: 20px;
}

/* ============================= top ===================== */
#aV6yPml2DE {
 padding: 16px 20px;
 background: #a9a9a9;
}

#MH7bB8qMydW {
 width: 1180px;
 margin: auto;
 background: #fff;
}

.Qn9yzlAprNM {
 margin: 0;
 padding-right: 23px;
}

.headerbanner {
 float: left;
 padding: 5px 40px;
 padding-right: 35px;
}

.gPbKUyF1W {
 width: 100%;
 height: 36px;
}

.gPbKUyF1W a {
 text-align: center;
 color: #7b7b7b;
 float: left;
 text-decoration: none;
 font-size: 16px;
 font-weight: 500;
}

.i8IjdlYkh img {
 vertical-align: middle;
}

.currenccontent option {
 padding: 0 !important;
}

.currenccontent form {
 display: block;
}

#login {
 padding: 0 10px;
}

#DnIbBwkaC LABEL.inputLabel {
 width: 100%;
 font-size: 14px;
}

.gPbKUyF1W a:hover {
 color: #000;
}

#FiVhaM2kX {
 float: right;
 line-height: 19px;
 position: absolute;
 right: 15px;
 top: 8px;
}

#FiVhaM2kX a {
 margin-right: 12px;
}

.gVdaM3QSX {
 float: left;
 margin: 1px 0 0;
}

.gVdaM3QSX select {
 font-size: 10px;
 outline: none;
 font-weight: normal;
 color: #303E48;
 width: auto;
 vertical-align: middle;
 border: 1px solid #7b7b7b;
 min-width: 65px;
 background: url("../images/selectArrow.png") no-repeat right 12px center #fff;
 padding: 1px 10% 1px 6px;
 text-indent: 1px;
 -moz-appearance: none;
 -webkit-appearance: none;
}
}

.fasize {
 font-size: 1em !important;
}

.search .hsearchinput {
 background: none;
 flex: 1;
 text-align: left;
 border: none;
 color: #0b1f3f;
 font-size: 1em;
 outline: none !important;
 width: 200px;
 transition: all 0.2s ease-in;
}

#backtop a {
 background: url(../images/backtop.png);
 bottom: 10px;
 right: 30px;
 overflow: hidden;
 position: fixed;
 z-index: 999;
 width: 39px;
 height: 39px;
}

#ZV2QNLBTu li {
 float: left;
 text-align: left;
 line-height: 36px;
 width: 100%;
}

#ZV2QNLBTu a {
 text-transform: capitalize;
 padding-right: 30px;
 font-size: 1rem;
}

#wdIbU7AOl {
 text-align: center;
 font-size: 18px;
 color: red;
 text-transform: capitalize;
}

#dQcMZL4K1Y>img {
 padding-right: 10px;
}

/* ============================= Main Content ===================== */
span.pricecut {
 color: #000;
 text-decoration: none;
 background: url(../images/priceahover.png) no-repeat scroll 0 7px transparent;
}

#oxF4jOeLM {
}

#CPaS73CiL {
 width: 100%;
 text-align: center;
 position: relative
}

#contentMainWrapper {
 margin: 0;
 padding: 0;
 width: 100%;
}

/*table*/
#bD7k803yq {
 min-height: 580px;
}

#indexDefaultMainContent {
 border: 1px solid #DDD;
 margin: 6px 2px;
 padding: 2px;
 font-size: 1.5em;
 line-height: 0;
 color: #555;
 clear: both;
}

#indexDefaultMainContent p {
 line-height: 18px;
}

.currenccontent {
 line-height: initial;
}

.i8IjdlYkh {
 float: left;
 margin: 1px 5px 0 0;
 padding: 1px;
}

#tszNrB91k {
 position: relative;
 box-sizing: border-box;
 width: 100%;
 margin: auto 0;
 color: #FFF;
 background: #303E48;
}

#tszNrB91k a {
 color: #FFF;
}

#wxbHzWDT8 a:hover {
 color: #0063ba
}

#ZV2QNLBTu {
 float: left;
 width: 20%;
 padding: 30px 0;
 min-height: 280px;
}

#X7SghuTOD {
 width: 96%;
 margin: 0 2%;
 margin-top: 20px;
 padding-top: 20px;
 border-top: 1px solid #ccc;
}

.gcdKi6eV8 {
 width: 31%;
 padding: 0 1%;
 float: left;
 text-align: center;
 height: 40px;
 line-height: 40px;
 position: relative;
}

.gcdKi6eV8 span {
 display: block;
 width: 40px;
 height: 5px;
 background: #000;
 left: 45%;
 position: absolute;
}

.gcdKi6eV8 img {
 margin-top: 20px;
}

.bZpYjlaGte li {
 text-align: left;
 float: left;
 line-height: 28px;
 width: 33%;
}

.proinfo_left button {
 opacity: 0.5;
}

.leftBoxContainer {
 padding: 0;
 margin: 0;
 border: 0;
 margin-bottom: 10px;
}

.leftBoxContainer h3 {
 background: none repeat scroll 0 0 #0b1f3f;
 padding: 0;
 line-height: 30px;
 height: 30px;
 color: #fff;
 font-size: 15px;
 font-weight: bold;
 padding-left: 15px;
 text-transform: capitalize;
}

.leftBoxHeading {
}

.leftBoxContainer .sideBoxContent {
 padding: 10px;
 font-size: 1.2em;
 border-top: 0;
 margin-bottom: -18px;
}

.leftBoxContainer h3 a {
 color: #FFFFFF;
}

.leftBoxContainer h3 a:hover {
 color: #fff;
}

.sideBoxContent {
}

#categoriesHeading {
}

#categoriesContent {
 padding: 2px;
 background: url(../images/extra-box-bg.jpg) repeat scroll 0 0 transparent;
}

#categoriesContent ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#categoriesContent ul li {
 line-height: 28px;
 font-weight: bold;
 width: 100%;
 background: url(../images/list-line.gif) repeat-x scroll left bottom transparent
}

#categoriesContent ul li a.category-top {
 display: block;
 padding: 0 3px;
 padding-left: 1em;
 color: #000;
 font-size: 13px;
 font-weight: bold;
 background: url(../images/list-marker.gif) no-repeat 8px 11px;
}

#categoriesContent ul li a.category-top:hover {
 text-decoration: underline;
 background: url(../images/list-item-bg-act.png) repeat scroll 0 0;
}

#categoriesContent ul li a.category-products {
 color: #0b1f3f;
 padding-left: 16px;
 background: url(../images/image034.gif) no-repeat 18px center;
 width: 195px;
 display: block;
 line-height: 22px;
}

#categoriesContent ul li a.category-products:hover {
 color: #FE5338;
 text-decoration: none;
 background: url(../images/list-item-bg-act.png) repeat scroll 0 0;
}

#categories .sideBoxContent {
 padding-bottom: 10px;
}

#specialsHeading {
 /*background:none repeat scroll 0 0 #845720;*/
}

#bestsellerContent {
 padding: 5px;
}

#bestsellerContent li {
 clear: both;
 padding: 0;
 margin: 0;
 padding-top: 3px;
 padding-bottom: 3px;
}

#bestsellerContent .image {
 width: 50px;
 float: left;
}

#bestsellerContent .proname {
 padding-right: 5px;
 float: left;
 width: 130px;
 line-height: 18px;
}

#reviews {
 background: url(../images/extra-box-bg2.jpg) repeat scroll 0 0;
 color: #FFF;
}

#reviews a {
 text-decoration: underline;
}

.centerBoxWrapper {
 border: 0px;
 padding: 0px;
 text-align: left;
}

#newProductsDefault .productsList ,#advSearchResultsDefault .productsList {
 width: 19%;
}

h2.centerBoxHeading {
 text-transform: capitalize;
 font-size: 16px;
 color: #000;
 line-height: 22px;
 text-align: center;
 width: 100%;
}

h2.newcenterBoxHeading {
 text-transform: uppercase;
 font-size: 1.8rem;
 color: #000;
 line-height: 32px;
 text-align: center;
 margin: 30px auto 22px;
 letter-spacing: .25rem;
}

#accountLinksWrapper a {
 color: #000 !important;
}

/* ============================= footer style ===================== */
#BKzWmdM7A a {
 color: #000;
}

#textxh {
 text-decoration: underline;
 color: #000
}

#kKN0FTvuC {
 line-height: 38px;
 background: #fff;
 color: #fff;
}

#kKN0FTvuC a {
 color: #303E48;
}

#kKN0FTvuC a:hover {
 color: #377cb0;
 text-decoration: none;
}

.bZpYjlaGte a {
 color: #fff;
 text-decoration: none;
}

.bZpYjlaGte a:hover ,#ZV2QNLBTu a:hover {
 text-decoration: underline;
}

.xpW19NBEe a {
 text-transform: initial;
}

#bottom_count {
 display: none;
}

#bottom_service object {
 display: none;
}

/* ============================= slider ===================== */
.index_topbanner {
 padding-bottom: 0px;
 padding: 1px 0;
}

#indexbanner {
 position: relative;
}

/* ============================= ezpage ===================== */
#ezPageDefault h1 {
 padding: 0px;
 font-size: 18px;
 font-weight: bold;
}

#ezPageDefault {
 padding: 10px;
 font-size: 1.3em;
}

#ezPageDefault a {
 color: #888;
 text-decoration: underline;
}

/* ============================= product price ===================== */
.normalprice {
 color: #777777;
 font-size: 18px
}

.blockprice {
 display: block;
}

/* ============================= list ===================== */
#categoryIcon {
 padding-right: 10px;
}

.centeredContent {
}

.centerColumn {
 font-size: 1em;
}

.centerColumn h1 ,.centerColumn #sorter ,#contactUsForm>legend {
 color: #000;
 padding-bottom: 5px;
 font-size: 18px;
 text-transform: capitalize;
}

#productListing {
 clear: both;
 margin-bottom: 20px;
}

#XPbR6TL2a {
 color: #000;
 text-transform: capitalize;
 line-height: 20px;
 padding-left: 15px;
}

#PZz2fnxTV {
 text-transform: uppercase;
 padding-left: 15px;
 font-size: 32px;
 color: #808080;
}

/*.midColumn {border-right:1px dashed #DDD;border-bottom:1px dashed #DDD;}.firstColumn {border-right:1px dashed #DDD;border-bottom:1px dashed #DDD;}.lastColumn {border-bottom:1px dashed #DDD;}*/
.productsList {
 position: relative;
 width: 24%;
 font-size: 1em;
 margin: 0 0.5%;
 padding-bottom: 10px;
}

.tujCXmP81 {
 text-align: center;
 line-height: 26px;
 cursor: pointer;
 text-transform: capitalize;
 display: block;
 color: #fff;
 padding: 0 18px;
 height: 26px;
 text-decoration: none;
 background: #303E48;
 border-radius: 40px;
}

#ft1FaWE6ST {
 text-align: center;
 font-size: 14px;
 line-height: 30px;
}

#prevOrders {
 padding-bottom: 10px;
 border-bottom: 1px solid #aaaaaa;
}

#productReviewsDefaultPrice .productDiscount ,.wrap span.productDiscount {
 display: none !important;
}

.productsCol {
 text-align: left;
 line-height: 24px;
 background: #f5f5f5;
}

.productsCol .colBorder {
 overflow: hidden;
}

.productsCol .productimg_afde {
 padding: 0;
 margin: 0;
 padding-top: 10px;
}

.productsCol .productimg_afde a {
 width: 195px;
 height: 170px;
 text-align: center;
 display: block;
 border: 0px solid #eeeeee;
 overflow: hidden;
 padding: 3px;
 margin-left: auto;
 margin-right: auto;
}

.productsCol .productimg_afde a:hover {
 border: 0px solid #DDDDDD;
}

.productsCol .productimg_afde {
 font-size: 1em;
 font-weight: bold;
 color: #6E6E6E;
 text-decoration: none;
 text-align: left;
 height: auto!important;
 min-height: 36px;
 height: 36px;
 display: block;
 padding: 0px;
 margin: 5px 5px;
 line-height: 18px;
}

.productsCol .productimg_afde a {
 text-decoration: none;
 color: #7C7C7C;
 font-weight: normal;
}

.productsCol .productimg_afde a:hover {
 text-decoration: underline;
 color: #ED8C01;
}

.productsCol .productwrapper .blockprice {
 display: block;
 padding-left: 20px;
}

#DnIbBwkaC a {
 color: #000;
}

#createAcctDefaultLoginLink {
 text-transform: capitalize;
}

#createAcctDefaultLoginLink a {
 color: red;
}

#createAcctDefault fieldset legend {
 padding: 10px;
 font-weight: normal;
 text-transform: capitalize;
}

#createAcctSuccess legend {
 padding: 0;
 font-size: 18px;
 text-transform: uppercase;
 color: #000;
}

#createAcctSuccess fieldset {
 margin-top: 32px;
}

.productsCol .productwrapper .productPriceDiscount {
 font-size: 1em;
 text-align: center;
}

.productsCol .productimg_afde {
 font-size: 14px;
 color: #990000;
 font-weight: bold;
 line-height: 20px;
}

.productsCol .productimg_afde {
 float: right;
 padding: 0;
 margin: 0;
}

.productsCol .productSpecialPrice {
 color: #000;
 float: right;
}

.centeren {
 margin: 0 10px;
}

.productSpecialPrice {
}

.productsCol .productPriceDiscount {
 color: #ff0000;
}

/* ============================= product detail ===================== */
h1.productGeneral {
 font-size: 1.25rem;
 margin: 0;
 color: #000;
 text-transform: capitalize;
 letter-spacing: .2125rem;
 font-weight: 700;
 text-transform: uppercase;
 line-height: 32px;
}

.tYi5X9Kqo {
 width: 83px;
 height: 15px;
 background: url(../images/stars.png);
 margin-right: 10px;
 float: left;
}

.QI7vD8imY {
 background-position: 0 -18px;
}

.QT4cBxfg3 {
 background-position: 0 -36px;
}

.Iz6uD9ZP2 {
 background-position: 0 -54px;
}

.DGZVwa2BL {
 background-position: 0 -72px;
}

.zkPp2s8qW {
 background-position: 0 -90px;
}

.Wxsm2BqfZ {
 background-position: 0 -109px;
}

.hZVvc5gA0 {
 background-position: 0 -127px;
}

.HcUPpZjo0 {
 background-position: 0 -145px;
}

.QPjDrZCEb {
 background-position: 0 -164px;
}

.psIyVQtLo {
 background-position: 0 -182px;
}

.product_model {
 font-size: 1.1em;
 background: url(../images/hr_d.gif) bottom repeat-x;
 height: 24px;
 line-height: 24px;
 margin: 0 10px;
}

.KiAtTc9yl a b {
 display: none;
}

.KiAtTc9yl a {
 color: #fff;
}

#M2Rp6krQc a {
}

.productGeneral h3 {
 font-size: 14px;
 font-weight: bold;
 line-height: 25px;
 margin-top: 40px;
 margin-bottom: 20px;
 background: #0b1f3f;
 color: #FFFFFF;
 margin-bottom: 10px;
 padding-left: 6px;
}

#productGeneral .DescriptionText {
 padding: 3px;
 line-height: 160%;
 color: #666;
 font-size: 1.3em;
}

#productAdditionalImages {
}

.additionalImages {
 padding-bottom: 3px;
 width: 100px;
 text-align: center;
}

.additionalImages a {
 display: block;
 margin-right: 3px;
 border: 1px solid #CCC;
 height: 70px;
 width: 86px;
 overflow: hidden;
}

#productMainImage {
 text-align: center;
 margin: 10px 10px 30px 10px;
 float: left;
}

#productMainImage a {
 display: block;
 border: 1px solid #CCC;
}

.content {
 text-transform: capitalize;
 line-height: 180%;
 font-size: 1.1em;
}

.reviewsInfoDefaultProductPageLink {
 float: left;
 margin-right: 10px;
}

.reviewinfo {
}

#sNXoF1w8A {
 width: 600px;
 float: right;
 padding: 10px;
}

#productinfoBody .centerColumn {
 padding-top: 15px;
 width: 730px;
}

.topCateAndNext {
 padding-bottom: 15px;
}

h2 .productSpecialPrice {
 color: #000;
 font-size: 28px;
 margin: 10px;
}

.u51yivWSX .BXCPLIWcw {
 border-bottom: 1px solid #e2e2e2;
 display: block;
 padding: 10px 30px;
 word-wrap: break-word;
 line-height: 25px;
 color: #000
}

.detailReview_Title {
 float: left;
}

div.centerBoxHeading a {
 float: right;
}

.productReviewsDefaultProductMainContent {
 border-bottom: 1px dashed #f2f2f2;
}

h2#productPrices {
 font-size: 25px;
 text-align: right;
 color: #222222;
 margin: 30px auto;
 height: 30px;
}

h2#productPrices .normalprice {
 font-style: normal;
 height: 22px;
}

h2#productPrices .productPriceDiscount {
 color: #373737;
 font-style: normal;
 height: 22px;
 text-decoration: none;
}

h2#productPrices .productPriceDiscount s {
 text-decoration: none;
 color: #990000;
}

h2#productPrices .productPriceDiscountString {
 font-style: normal;
 text-decoration: none;
 display: block;
 font-size: 1.1em;
 height: 22px;
 color: #888;
}

h2#productPrices .productPriceDiscountString s {
 text-decoration: none;
 color: #990000;
}

#productAttributes table td {
 height: 30px;
}

.addthis {
 padding-left: 60px;
}

#SizingContent h2 {
 font-size: 1.1em;
}

#SizingContent {
 font-size: 0.9em;
 color: #666666;
 padding-top: 20px;
}

#SizingContent table {
 border: 1px solid #AAA;
 border-collapse: collapse;
}

#SizingContent table td {
 border: 1px solid;
 padding: 3px;
 text-align: center;
}

#SizingContent table th {
 border: 1px solid;
 padding: 3px;
 text-align: center;
 padding: 4px;
}

#SizingContent .cellHEADER {
 background: #E3E3E3;
}

#sidebar-tab {
 border: 1px solid #AAA;
 margin-bottom: 1.5em;
 overflow: hidden;
 background: #FFF;
}

#tab-title h3 {
 color: #666;
 font-size: 15px;
 font-weight: 400;
 background: #DDD;
 height: 28px;
 padding: 0;
 margin: 0;
}

#tab-title .selected {
 color: #DDD;
 border-bottom: 0px;
 background: #AAA;
}

#tab-title span {
 padding: 0px 9px 0px 10px;
 height: 28px;
 line-height: 28px;
 cursor: pointer;
 display: block;
 float: left;
 background: #DDD;
}

#tab-content .hide {
 display: none;
}

#tab-content ul {
 padding: 5px 10px;
 height: auto!important;
 min-height: 200px;
 height: 200px;
 font-size: 1.2em;
}

#tab-content ul a {
 text-decoration: underline;
}

/* ============================= page ===================== */
.featuredProductsListingTop ,.newProductsDefaultListingTop ,.allProductsListingTop ,.productsListingTop ,.specialsListingTop {
 line-height: 30px;
 padding: 5px 15px;
}

#productsListingListingTopLinks ul ,#productsListingListingBottomLinks ul ,.navSplitPagesLinks ul {
 max-width: 500px;
}

#productReviewsDefaultListingTopLinks li ,#productsListingListingTopLinks li ,#productsListingListingBottomLinks li ,.navSplitPagesLinks li {
 width: 30px;
 height: 30px;
 float: left;
 text-align: center;
 line-height: 30px;
}

#productReviewsDefaultListingTopLinks li a ,#productsListingListingTopLinks li a ,#productsListingListingBottomLinks li a ,.navSplitPagesLinks li a {
 width: 30px;
 height: 30px;
 float: left;
}

#productReviewsDefaultListingTopLinks li a:hover ,#productsListingListingTopLinks li a:hover ,#productsListingListingBottomLinks li a:hover ,.navSplitPagesLinks li a:hover {
 background: #000;
 text-decoration: none;
 color: #fff;
}

.star {
 height: 31px;
 float: right
}

#productsListingListingTopLinks i ,#productReviewsDefaultListingTopLinks i ,#productsListingListingBottomLinks i ,.navSplitPagesLinks i {
 line-height: 30px;
}

.featuredProductsListingBottom ,.newProductsDefaultListingBottom ,.allProductsListingBottom ,.productsListingBottom ,.specialsListingBottom {
 padding: 0 10px;
 padding-top: 10px;
}

/* ============================= news ===================== */
#newsboxHeading {
 background: none repeat scroll 0 0 #845720;
}

#newsboxContent ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

#newsboxContent ul li {
 padding: 0;
 margin: 0;
 padding-left: 10px;
 line-height: 16px;
}

#newsboxContent ul div {
 text-align: right;
 padding-top: 6px;
}

#news h1 {
 margin: 0;
 padding: 10px;
 font-size: 16px;
 line-height: 18px;
 font-weight: bold;
 text-align: center;
}

#news .articles_date {
 text-align: right;
 padding-right: 20px;
}

#news .articles_content {
 line-height: 180%;
 font-size: 1em;
 padding: 10px;
}

#news .list_date {
 text-align: right;
 padding-right: 20px;
}

#news .list_col {
 padding: 0;
 margin: 0;
 padding-bottom: 10px;
 padding-top: 10px;
 border-bottom: 1px solid #DDD;
 margin-right: 20px;
}

#news .list_col .list_intro {
 padding: 0;
 margin: 0;
 font-size: 1em;
 line-height: 180%;
}

#news .list_col .list_intro p {
 padding: 0;
 margin: 0;
}

#news .list_col h2 {
 margin: 0;
 padding: 5px 0;
 font-size: 14px;
 font-weight: bold;
}

#news .pageNav {
}

#news .pageNav .navSplitPagesResult {
 float: right;
}

#news .pageNav .navSplitPagesLinks {
 float: right;
}

#newsdetail .newsHeadlineText {
 text-align: right;
 padding-right: 20px;
}

#newsdetail .newsLinkList a {
 font-size: 1.1em;
}

/* ============================= article ===================== */
#articlesboxContent ul {
 padding: 0;
 margin: 0;
 list-style: none;
}

#articlesboxContent ul li {
 padding: 0;
 margin: 0;
 padding-left: 10px;
 background: url(../images/news_icon.gif) no-repeat 0px 5px;
 line-height: 16px;
}

#articlesboxContent ul div {
 text-align: right;
 padding-top: 6px;
}

#articles_body h1 {
 margin: 0;
 padding: 10px;
 font-size: 16px;
 line-height: 18px;
 font-weight: bold;
 text-align: center;
}

#articles_body .articles_date {
 text-align: right;
 padding-right: 20px;
}

#articles_body .articles_content {
 line-height: 180%;
 font-size: 1em;
 padding: 10px;
}

#articles_body .list_date {
 text-align: right;
 padding-right: 20px;
}

#articles_body .list_col {
 padding: 0;
 margin: 0;
 padding-bottom: 10px;
 padding-top: 10px;
 border-bottom: 1px solid #DDD;
 margin-right: 20px;
}

#articles_body .list_col .list_intro {
 padding: 0;
 margin: 0;
 font-size: 1em;
 line-height: 180%;
}

#articles_body .list_col .list_intro p {
 padding: 0;
 margin: 0;
}

#articles_body .list_col h2 {
 margin: 0;
 padding: 5px 0;
 font-size: 14px;
 font-weight: bold;
}

#articles_body .pageNav {
}

#articles_body .pageNav .navSplitPagesResult {
 float: right;
}

#articles_body .pageNav .navSplitPagesLinks {
 float: right;
}

/* ============================= member ===================== */
#checkoutSuccessOrderNumber {
 font-size: 1.6em;
}

#accountLinksWrapper ul {
 padding: 0;
 margin: 0;
 font-size: 1.2em;
}

#accountLinksWrapper li {
 margin-bottom: 5px;
 width: 100%;
}

#accountLinksWrapper li a {
 padding: 5px 10px;
 text-transform: capitalize;
}

#accountLinksWrapper h2 {
 font-size: 18px;
 color: #000;
}

#accountLinksWrapper li a:hover {
 color: #8a8a8a;
}

/* ============================= review ===================== */
.reviewCount {
 padding: 10px;
 display: inline-block;
}

.BXCPLIWcw h2 .detailReview_Title {
 float: left;
}

.BXCPLIWcw h2 a {
 display: block;
 float: right;
 width: 50px;
}

/* ============================= table bg ===================== */
.tableHeading TH {
 background: #f1f2ed;
 padding: 0 10px;
 color: #000;
 text-align: center;
}

.rowEven {
 height: 1.5em;
 vertical-align: top;
}

.scroll_list span {
 cursor: auto;
}

#kKN0FTvuC a b {
 display: none;
}

.specialsListBoxContents img {
 width: auto;
 height: 160px;
}

.rowOdd {
 height: 1.5em;
 vertical-align: top;
}

.productimg_afde img {
 width: 160px;
 height: auto;
}

.P2ZzCAFIl a {
}

.P2ZzCAFIl img {
 opacity: 0;
}

.P2ZzCAFIl:hover img {
 opacity: 1;
}

.eMafAEzyR {
 width: 100%;
 height: 0;
 padding-bottom: 100%;
 overflow: hidden;
 position: relative;
}

.eMafAEzyR img {
 margin: 0;
 padding: 0;
 width: 100%;
 height: 100%;
 position: absolute;
}

.ZdD9cElri {
 font-size: 14px;
 background: #000;
 padding: 5px 15px;
 color: #fff;
}

.jhB7FcbIg {
}

.productimg ,.wqOvHeba81 {
 display: table-cell;
 vertical-align: middle;
}

.P2ZzCAFIl {
 top: 0;
 left: 0;
 height: 230px;
 position: absolute;
 display: table;
}

#siteMapList b {
 display: none;
}

#range {
 width: 190px;
}

.ui-slider {
 position: relative;
 text-align: left;
}

.ui-slider .ui-slider-handle {
 position: absolute;
 z-index: 2;
 width: 13px;
 height: 21px;
 cursor: pointer;
 background: url(../images/arr.png) no-repeat;
 outline: none;
 top: -10px;
}

.ui-slider .ui-slider-range {
 position: absolute;
 z-index: 1;
 display: block;
 border: 0;
 background: #e2e2e2;
}

.ui-slider-horizontal {
 height: 10px;
 border-top: 2px solid #000;
 margin-top: 10px;
 margin-left: 5px;
 margin-right: 5px;
 width: auto;
}

.ui-slider-horizontal .ui-slider-handle {
 margin-left: -7px;
 right: 0 !important;
}

.ui-slider-horizontal .ui-slider-range {
 height: 2px;
 margin-top: -2px;
}

.ui-slider-horizontal .ui-slider-range-min {
 left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
 right: 0;
}

#start ,#end {
 width: 55px;
 text-align: center;
 border: 1px solid #ccc;
 float: left;
}

.productprice {
 font-size: 1.3rem;
 color: #303E48;
 padding: 5px;
 float: left;
 font-weight: 700;
}

.color_q {
 font-size: 1.25em;
 color: #000;
 padding: 5px;
 float: right;
}

.gNYax3pEG {
 height: 48px;
 line-height: 36px;
 text-align: center;
 width: 260px;
 margin: 0 auto;
	font-size:15px;
}

/*wrap*/
.wrap {
 position: fixed;
 right: 0;
 top: 200px;
 background: #fff;
 z-index: 1;
}

.scrollbox {
 width: 200px;
 position: relative;
}

#scrollDiv {
 width: 200px;
 max-height: 360px;
 overflow: hidden;
 display: block;
}

#scrollDiv ul {
 width: 200px;
}

#scrollDiv li {
 width: 100px;
 padding: 10px 0 0 10px;
 float: left;
 background: #fff;
 height: 120px;
 position: relative;
 overflow: hidden;
}

#scrollDiv li img {
 width: 90px;
 float: left;
}

#scrollDiv li span {
 float: right;
 width: 186px;
 height: 88px;
 overflow: hidden;
 display: block;
}

#scrollDiv li span h4 {
 font-size: 14px;
 font-weight: bold;
 line-height: 14px;
 margin-bottom: 5px;
 color: #a57132;
}

#scrollDiv li span p {
 line-height: 20px;
 height: 40px;
 font-size: 1em;
 color: #666666;
 display: block;
 overflow: hidden;
}

#scrollDiv li span em {
 height: 18px;
 line-height: 18px;
 text-align: center;
 font-size: 14px;
 width: 30px;
 border: 1px solid #72ae2d;
 display: block;
 color: #72ae2d;
 margin-top: 8px;
}

.scroltit small {
 margin: 0 15px;
}

.scroltit {
 text-align: center;
 margin-left: 10px;
 padding: 10px 0;
}

.scroltit small img {
 margin-top: 6px;
}

#scrollDiv .productSpecialPrice {
 line-height: 20px;
 height: 20px;
 width: 90px;
 position: absolute;
 bottom: 0;
 text-align: center;
 background: #a4d8ce;
 opacity: 0.75;
 color: #000;
 border-bottom: 3px solid #3ababb;
}

.logincenter .cart-row {
 position: relative;
}

.logincenter .cart-row span {
 position: absolute;
 top: -7px;
 left: calc(50% - 30px);
 width: 60px;
 text-align: center;
 background: #fff;
}

#contactUsForm input {
 line-height: 20px;
 margin-bottom: 10px;
 text-indent: 5px;
}

#contactUsForm #idcode {
 float: left;
 line-height: 26px;
 width: 60px;
 text-align: center;
 background: #fffce5;
 margin-left: 10px;
 letter-spacing: 3px;
}

.centerBoxWrapper .c32iSZvla {
 padding: 1em 0.5em;
 /*border-right:1px solid #f3f3f3;border-bottom:1px solid #f3f3f3;*/
}

#contactUsForm #Txtidcode {
 float: left;
}

#example {
 width: 600px;
 height: 800px;
 position: relative;
}

#ribbon {
 position: absolute;
 top: -3px;
 left: -15px;
 z-index: 500;
}

#frame {
 position: absolute;
 z-index: 0;
 width: 739px;
 height: 341px;
 top: -3px;
 left: -80px;
}

#slides {
 position: absolute;
 z-index: 9;
}

#slides .next ,#slides .prev {
 position: absolute;
 top: 386px;
 left: 20px;
 width: 24px;
 height: 43px;
 display: block;
 z-index: 101;
}

.slides_container {
 width: 600px;
 overflow: hidden;
 position: relative;
 z-index: -9;
}

.slides_container img {
 width: 600px;
}

#slides .next {
 left: 573px;
}

.pagination {
 margin: -30px auto 10px;
 text-align: center;
 z-index: 10;
}

.pagination li {
 display: inline-block;
 margin: 0 1px;
}

.pagination li a {
 display: block;
 border: 1px solid #000;
 width: 1em;
 height: 0;
 padding-top: 1em;
 background: #dcdcdc;
 background-position: 0 0;
 float: left;
 overflow: hidden;
}

.pagination li a:hover ,.pagination .current a {
 background: #000;
}

.pagination li.current a {
 background-position: 0 -1em;
}

/* IE 6 doesn't like height:100% */
* html .ad-gallery .ad-forward ,.ad-gallery .ad-back {
 height: 100px;
}

.ad-gallery .ad-nav .ad-thumbs {
 display: block;
}

.ad-gallery .ad-thumbs .ad-thumb-list {
 float: left;
 width: 9000px;
 list-style: none;
}

.ad-gallery .ad-thumbs li a {
 display: block;
}

/* Can't do display none ,since Opera won't load the images then */
#DialogDiv {
 position: absolute;
 top: 50%;
 left: 50%;
 height: auto;
 z-index: 100;
 background-color: #fff;
 border: 1px #efefef solid;
 padding: 1px;
 margin-top: -219px;
 margin-left: -300px;
}

#DialogDiv2 {
 position: absolute;
 top: 40px;
 left: 50%;
 height: auto;
 z-index: 100;
 background-color: #fff;
 border: 1px #efefef solid;
 padding: 1px;
 margin-left: -300px;
}

#DialogDiv iframe {
 width: 600px;
 height: 438px;
}

#DialogDiv2 iframe {
 width: 617px;
 height: 730px;
 padding-top: 15px;
}

.form {
 position: relative;
}

#btnClose {
 position: absolute;
 right: 5px;
 top: 5px;
}

.ad-thumbs section {
 width: calc(100% - 40px);
 margin: 0 auto;
}

#shippingInfo th {
 background: #efefef;
 padding: 0 20px;
 border: 1px solid #ccc;
}

#shippingInfo td {
 padding: 0 20px;
 text-align: center;
 border: 1px solid #ccc;
}

.navSplitPagesLinks li.current {
 border: 2px solid #000;
 z-index: 99;
 color: #000;
 line-height: 26px !important;
}

.pagination .current a {
 color: #fff;
}

.e67ZCAERr {
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color: black;
 z-index: 1001;
 -moz-opacity: 0.8;
 opacity: .80;
 filter: alpha(opacity=88);
}

.URb5qE3Y2 {
 display: none;
 border-radius: 5px;
 position: fixed;
 top: 20%;
 left: 25%;
 width: 50%;
 height: 60%;
 padding: 20px;
 background-color: white;
 z-index: 1002;
 overflow: auto;
}

.URb5qE3Y2 i {
 position: absolute;
 top: 15px;
 right: 20px;
 color: #848484;
 font-size: 18px;
}

.URb5qE3Y2 table {
 width: 100%;
}

.URb5qE3Y2 td {
 vertical-align: top;
 border-bottom: 1px solid #ccc;
 line-height: 40px;
 text-align: center;
}

.URb5qE3Y2 th {
 line-height: 30px;
 text-align: center;
}

#BKzWmdM7A {
 line-height: 36px;
 width: 430px;
 margin: 0 auto;
}

.c32iSZvla a {
 display: block;
 font-weight: bold;
}

.c32iSZvla a:hover {
 text-decoration: none
}

.c32iSZvla img {
 max-width: 100%;
 max-height: 100%;
 height: auto;
 width: auto;
}

.DfFoDQBld {
 color: #303E48;
 font-weight: bold;
}

.product_name_index {
 padding: 5px 10px;
 line-height: 14px;
}

.slides_control {
 height: 800px !important;
}

.tujCXmP81:hover {
 color: #fff;
 background: #000;
 border: 2px solid #000;
 box-sizing: border-box;
 text-decoration: none;
 line-height: 22px;
 padding: 0 16px;
	font-size:15px;
}

#U6Uv5pTSc a {
 color: #0b1f3f;
}

a.GmSi4KwXn {
 line-height: 48px;
}

a.GmSi4KwXn:hover {
 line-height: 44px;
}

#U6Uv5pTSc {
 float: right;
 line-height: 36px;
 font-size: 1.1rem;
 position: absolute;
 right: 2%;
 top: 50%;
}

#U6Uv5pTSc a {
 padding: 0 10px;
}

#ZmMLx8AZo {
 background: #FFFFFF;
 width: 100%;
 z-index: 100000;
 position: fixed;
}

.g3XEWlpYD a.selextbox {
 display: block;
 font-weight: bold;
 font-size: 13px;
}

.B47ENetqb a {
 display: block;
 line-height: 18px;
 font-size: 13px;
 width: 185px;
 text-overflow: ellipsis;
 white-space: nowrap;
 overflow: hidden;
 color: #000;
 background: url(../images/closeselect.png) no-repeat scroll 15px 50% #fff !important;
 padding: 5px 15px 5px 35px;
}

.Sd0EYSPc4 a {
 background: #000 !important;
 float: left;
 width: inherit;
 padding: 5px 10px;
 margin-left: 15px;
 color: #fff;
 text-decoration: none;
}

.U07ozkVws {
 padding-left: 16px;
}

.U07ozkVws a {
 display: block;
 float: left;
 width: 55px;
 line-height: 35px;
 border: 1px solid #ccc;
 text-align: center;
 margin: 2px;
 text-decoration: none;
}

.U07ozkVws span {
 display: block;
 float: left;
 width: 45px;
 line-height: 35px;
 border: 1px solid #e6e6e6;
 text-align: center;
 margin: 2px;
 text-decoration: none;
 color: #bfbfbf;
 cursor: default;
}

.U07ozkVws a:hover ,.nZUhxXC2i {
 background: #ccc;
}

.first_price ,.last_price {
 width: 40px;
 float: left;
}

#S1m7CtqG0 span {
 float: left;
 padding: 0 2px;
}

#amount {
 margin: 15px auto 0;
 width: 138px;
 display: flex;
}

#S1m7CtqG0 {
 flex: 1;
}

.xAl7QGtvB {
 flex: 35px 0 0;
}

#guide {
 color: #000;
 width: 1280px;
 margin: 0 auto;
 border-top: 2px solid #ae946d;
}

#guide .cnrttl {
 padding: 10px 0;
 text-align: center;
 font-size: 18px;
 font-weight: bold;
 margin-bottom: 0;
}

#guide .guide_left ,#guide .guide_right {
 width: 425px;
 float: left;
 margin: 0;
 padding: 0;
}

#guide ul.guide_time li {
 display: inline-block;
 background: #024883;
 color: #fff;
 width: 40px;
 text-align: center;
 padding: 10px 0;
}

#guide dt {
 font-size: 14px;
 font-weight: bold;
 margin-bottom: 10px;
}

#guide dd {
 font-size: 1em;
 display: list-item;
 list-style: disc outside;
 margin-left: 15px;
 line-height: 2rem;
}

#guide dd.guidelink {
 list-style: none;
 text-align: right;
 position: relative;
 padding-right: 16px;
 margin-top: 6px;
}

#guide dd.guidelink a {
 color: #024883;
}

.BqmrC2ZFD {
 margin: 0 0.5%;
 border-bottom: 1px dashed #afafaf;
 width: 99%;
}

.BqmrC2ZFD h2 a {
 font-size: 24px;
 font-weight: normal !important;
 color: #000;
}

.Sd0EYSPc4 {
 display: inline-table;
}

#ZSkobn0L8 {
 width: 100%;
 line-height: 36px;
 text-align: center;
 text-transform: capitalize;
 color: #FFF;
 position: absolute;
 background: #0e1d49;
 top: 0;
}

#ZSkobn0L8 section {
 width: 100%;
 max-width: 400px;
 margin: 0 auto;
}

#ZSkobn0L8 button {
 top: calc(50% - 7.5px);
 color: #FFF;
}

#ZV2QNLBTu ul {
 float: left;
}

#wxbHzWDT8 {
 float: right;
 font-size: 2em;
}

#wxbHzWDT8 a {
 padding: 0 5px;
}

#IjGIikFVw {
 display: none;
}

.BXCPLIWcw table {
 width: 100%;
 text-align: center;
}

.BXCPLIWcw table th {
 text-align: center;
}

.cartRemoveItemDisplay {
 text-align: center;
 vertical-align: middle;
}

#aZHGSrVYg {
 flex: 1;
 padding: 20px 20px 60px 20px;
 background: #fff;
 position: relative;
}

#otshipping ,#otsubtotal ,#ottotal {
 display: flex;
}

.totalBox {
 flex: 0 0 7em;
}

.lineTitle {
 flex: 1;
}

.paymentelection {
 display: flex;
 margin-bottom: 8px;
}

.PreviousOrdersDate ,.PreviousOrdersNumber ,.PreviousOrdersStatus {
 line-height: 26px;
 width: 25%;
 float: left;
 text-align: center;
}

#accountDefault ,#accountHistInfo ,#addressBookProcessDefault ,#siteMap ,.creatcenter ,#contactUsDefault {
 width: 100%;
 max-width: 600px;
 margin: 0 auto;
}

#siteMap ul {
 float: left;
}

#siteMap li {
 width: 25%;
 float: left;
}

.PreviousOrdersBut {
 float: right !important;
}

#Fristoneccns-cardNo ,#creditCardCardNo {
 flex: 1;
 width: 100%;
}

#Fristoneccns-expires-month ,#Fristoneccns-expires-year ,#ccpay-expires-month ,#ccpay-expires-year {
 flex: 0.5;
}

#Fristoneccns-cvv ,#creditCardCvv {
 flex: 0.3;
}

.inputLabelPayment {
 line-height: 36px;
 height: 36px;
 flex: 0 0 137px !important;
}

.paymentelection input {
 height: 36px;
 border: 1px solid #ccc;
}

.ccinfo {
 margin-top: 10px;
 max-width: 400px;
}

.imagesname {
 display: none;
}

.payment_method_img {
 width: 100%;
 text-align: right;
 line-height: 35px;
 padding: 10px 0;
}

#addressBookProcessDefault #country {
 margin: 0 !important;
 height: auto !important;
}

#addressBookDefault address {
 line-height: 22px;
}

#myAccountOrdersStatus {
 text-align: center;
}

.cISUn7ALR .menu {
 display: none;
}

#n3MohTRbf {
 display: none;
}

#yZGr2o67Z >* ,.centerBoxWrapper >* ,.c32iSZvla {
 display: inline-block;
 vertical-align: top;
}

#yZGr2o67Z ,.centerBoxWrapper {
 font-size: 0;
}

.c32iSZvla {
 font-size: 12px;
}

div.screen {
 background: #fff;
 width: 100%;
 top: 0px;
 left: 0px;
 -webkit-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -moz-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -ms-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -o-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
}

div.burger {
 display: none;
}

/*---------------*/
@media screen and (max-width: 1023px) {
 .U0nHKUsOz {
 border:none;
 }

 div.menu {
 height: 100%;
 top: 0;
 left: 0;
 bottom: 0;
 overflow-y: scroll;
 overflow-x: hidden;
 position: fixed;
 width: 230px;
 display: none;
 opacity: 1;
 -webkit-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -moz-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -ms-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 -o-transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 transition: all 500ms cubic-bezier(0.000 ,0.995 ,0.990 ,1.000);
 background: #fff;
 box-shadow: inset -15px 0px 10px -15px #000;
 }

 div.menu::-webkit-scrollbar {
 display: none
 }

 #wrapper {
 z-index: 999 !important;
 width: 100%;
 }

 #wrapper {
 background: #fff;
 }

 #wrapper .animate {
 z-index: 9999999;
 display: block !important;
 margin-left: 0 !important;
 padding-top: 40px;
 }
}

.nan {
 height: 0;
 padding-bottom: 100%;
 position: relative;
}

#VkZa4A83u {
 font-family: din w05 cond bold ,sans-serif;
 line-height: 40px;
 font-size: 2rem;
 color: #0b1f3f;
 text-align: center;
 text-transform: uppercase;
 margin: 40px auto;
 letter-spacing: .25rem;
}

/*äº§å“é¡µ*/
#Related_pro section {
 width: calc(100% - 40px);
 margin: 0 auto;
}

#Related_pro .star i {
 color: #000;
 font-size: 18px
}

#Related_pro .star {
 margin: 5px 0 0;
 color: #377cb0;
}

#Related_pro button i {
 font-size: 50px;
 color: #000
}

.block_home_slider {
 width: 100%;
 max-width: 700px;
}

.ad-image-wrapper {
 height: 0;
 position: relative;
 padding-bottom: 100%;
 overflow: hidden;
 text-align: center;
}

.ad-image-wrapper > div {
 width: 100% !important;
 height: 100% !important;
 position: absolute;
}

.ad-image-wrapper > div:hover {
 box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
}

.ad-thumbs span {
 width: 100%;
 height: 100%;
 overflow: hidden;
 display: block;
 position: absolute;
 border-bottom: 3px solid #ccc;
}

.ad-thumbs span.ad-active {
 border-bottom: 3px solid #000;
}

.ad-thumbs span img {
 margin: 0;
 padding: 0;
 cursor: pointer;
 width: 100%;
 height: 100%;
 object-fit: cover;
}

.ad-thumbs button {
 color: #000;
 font-size: 20px;
 top: calc(50% - 5px);
 opacity: 0.8;
}

.ad-thumbs .slick-track {
 margin: 0 !important;
}

.ad-image-href {
 position: absolute;
 width: 100%;
 height: 100%;
 display: block;
 top: 0;
}

@media screen and (max-width: 767px) {
 #urxoZWpQZ {
 color:#0b1f3f !important;
 }

 #U6Uv5pTSc {
 right: 3%;
 top: 25px;
 font-size: 1.2rem !important;
 }
}

@media screen and (min-width: 767px) {
 #shippingInfoMainContent ,#privacyDefaultMainContent {
 padding:30px;
 }
}

@media screen and (max-width: 767px) {
 .siQkTew {
 text-indent:3%;
 font-size: 1.6rem !important;
 }

 #x4PotZjzW .star i {
 font-size: 12px !important
 }

 #x4PotZjzW .star {
 float: right;
 margin: 8px 10px 0 0 !important;
 }

 #a2uegpAOh {
 display: block;
 overflow: hidden;
 }

 .block_home_slider .flex-control-paging {
 right: 40% !important;
 }
}

.block_home_slider .flex-control-paging {
 display: inline-block;
 position: absolute;
 bottom: -30px;
 right: 45%;
}

.block_home_slider .flex-control-paging li a {
 width: 15px;
 height: 15px;
 display: block;
 background-repeat: no-repeat;
 text-indent: -9000px;
 cursor: pointer;
 margin-right: 1px;
 border: 1px solid #bbbbbb;
 background: #fff;
 opacity: 1;
 border-radius: 8px
}

.block_home_slider .flex-control-paging li a.flex-active {
 background: #303E48 !important;
 border: 1px solid #303E48;
}

.flex-direction-nav li i {
 color: #000000
}

.block_home_slider .flex-control-paging li {
 margin: 0px;
 padding: 0px;
 float: left;
 overflow: hidden;
 list-style-type: none;
}

.block_home_slider .flex-direction-nav a.flex-prev {
 left: 6px;
 background-position: left top;
}

.block_home_slider .flex-direction-nav a.flex-next {
 right: 6px;
 background-position: right top;
}

#home_slider .fa-angle-left::before {
 content: "\f104" !important;
}

#home_slider i {
 font-size: 40px;
}

#home_slider .fa-angle-right::before {
 content: "\f105" !important;
}

.ad-nav {
}

.siQkTew {
 text-align: left;
 font-size: 16px;
 margin: 10px 0;
 text-transform: uppercase;
 color: #FFFFFF
}

#footerad {
 margin: 0px auto;
 position: relative;
}

#footerCP {
 text-align: center;
 color: #FFFFFF;
}

#footerCP figure {
 position: absolute;
 left: 28%;
 margin: 0;
 bottom:2%;
}

#flag {
 float: left;
 margin: 0 10px 0;
}

#Related_pro {
 margin: 100px auto 0;
 width: 90%;
}

#pePiqhVj5 {
 margin: 10px auto;
}

#pePiqhVj5 a {
 display: inline-block;
 width: 200px;
 line-height: 30px;
 float: left;
 color: #FFFFFF;
 letter-spacing: 0.5px;
 font-size: 0.9rem;
}

#x4PotZjzW {
 width: 90%;
 margin: 10px auto;
}

#x4PotZjzW .star {
 margin: 12px 25px 0 0;
}

#x4PotZjzW .star i {
 font-size: 16px;
 color: #303E48;
}

#productColor {
 padding: 0 !important;
 text-indent: 20px;
}

#pse5WdhOg span {
 font-size: 1.5rem
}

@media screen and (max-width: 767px) {
 h2#productPrices {
 width:80%;
 }

 #desk_logo {
 display: none !important
 }

 #mobile_logo {
 display: block !important
 }

 .search-block .search {
 position: absolute;
 width: 100%;
 height: 42px;
 z-index: 999;
 background: #fff;
 top: 90px;
 right: 0;
 padding: 5px 10px;
 border-bottom: 1px solid #CCCCCC
 }

 .search-input {
 top: 46px !important;
 left: 50% !important;
 color: #0b1f3f;
		display:none;
 }

 .pHyq1gsmn {
 left: auto !important;
 top: 2% !important;
 position: relative !important;
 background-color: #EEE;
 }

 .pHyq1gsmn p {
 font-size: 0.8rem !important;
 text-align: center;
 }

 .pHyq1gsmn h2 {
 font-size: 1.9rem !important;
 text-align: center;
 color: #000;
 }

 .RIi8EVmwb {
 display: block !important;
 margin: 40px auto 0;
 }

 .RIi8EVmwb a {
 font-size: 1rem !important;
 display: block;
 margin: 10px auto !important;
 }

 #footerad .trws span ,#footerad .trws p {
 display:none;
 }

 .H2OmbDN9Z .sprice {
 float: none !important;
 text-align: center;
 }

 #footerad .trws a {
 color: #FFFFFF;
 font-size: 1rem;
 padding: 0.4em 1em;
 text-transform: uppercase;
 position: absolute;
 left: calc(50% - 160px);
 top: 35%;
 display: block;
 background: #303E48;
 }

 #RsNjgLom4 {
 margin-top: 3em;
 }

 #Related_pro .star {
 float: none;
 text-align: center
 }

 #ZSkobn0L8 {
 width: 100% !important;
 }

 .indexBannerDesk {
 display: none;
 }

 #pePiqhVj5 a {
 width: 50%;
 padding-left: 9px;
		letter-spacing: 0px;
 font-size: 0.8rem;
 }
#VkZa4A83u {margin: 0px auto;letter-spacing: 0rem;font-size: 1.5rem;}
 #flag {
 float: none;
 text-align: center;
 }

 #flag img {
 margin: 5px auto
 }
}

@media screen and (min-width: 1024px) and (max-width:1399px) {
 h2#productPrices {
 width:80%;
 }
 .pHyq1gsmn h2 {
 font-size: 2.5rem;
 font-family: Neue Plak Wide ,Helvetica ,Arial ,interstate ,sans-serif;
		font-weight: 500;
 font-style: normal;
 letter-spacing: .05em;
 text-transform: uppercase;
 margin: 0 0 1rem;
 line-height: 1em;
 text-transform: uppercase;
 color: #303e48;
 }
 .pHyq1gsmn p {
 color:#303e48;
 font-size: 15px;
 line-height: 30px;
 text-align: center;
 text-transform: uppercase;
 }

 .search-input {
 top: 52px !important;
 color: #0b1f3f;
 right: 44% !important;
 left: auto !important;
 }

 #FKSBaxNMd .gEABi318e {
 margin-right: 20px;
 }

 .search {
 top: 100px !important;
 }

 .pHyq1gsmn p {
 line-height: 1.2em;
 }

 #footerad .trws a {
 color: #FFFFFF;
 font-size: 1.5rem;
 padding: 0.4em 1em;
 margin: 0 10px;
 text-transform: uppercase;
 position: absolute;
 left: calc(20% - 80px);
 top: 45%;
 }

 #footerad .jQNP7i9c8 a {
 display: block;
 height: 2em;
 }

 #footerad #RsNjgLom4 {
 display: block;
 height: 2em;
 margin-top: 3em;
 }

 .hsearchinput:focus {
 width: 260px;
 }

 #footerad .trws span {
 left: calc(2%);
 font-size: 2rem;
 top: calc(25% - 15px);
 width: auto;
 position: absolute;
 text-decoration: none;
 color: #303E48;
 padding: 0;
 }
 

 #footerad .jQNP7i9c8 a {
 color: #FFFFFF;
 font-size: 1.5rem;
 padding: 0.4em 1em;
 text-transform: uppercase;
 float: left;
 margin-bottom: 10px;
 background: #303E48;
 }

 #footerad .jQNP7i9c8 a:hover {
 background: #000;
 color: #fff;
 text-decoration: none;
 box-shadow:0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
		text-decoration: none;
 }

 #footerad .jQNP7i9c8 a:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
 }
}

@media screen and (min-width: 1400px) {
 .RIi8EVmwb li {margin-top:10px;}
 .pHyq1gsmn p {
 color:#fff;
 font-size: 15px;
 line-height: 30px;
 text-align: center;
 text-transform: uppercase;
 }

 .search-input i.fa-close {
 font-size: 26px !important;
 }

 .search-input {
 color: #0b1f3f
 }

 .search {
 display: none !important;
 top: 100px !important;
 width: 100%;
 border: none !important;
 border: 1px solid #d2d2d2 !important;
 padding: 20px !important;
 background: #f5f5f5;
 }

 .search .hsearchinput {
 text-align: center;
 }

 #wxbHzWDT8 {
 float: right;
 margin-top: -25px;
 }
}

#productPrices i {
 color: #303E48;
}

#gallery .star i {
 color: #303E48;
 margin-top: 10px
}

#gallery .star {
 float: none;
 text-align: center;
 font-size: 1.2rem;
}

.RIi8EVmwb {
 text-align: left;
 margin: 0;
 display: inline-block;
 text-transform: uppercase;
}

.RIi8EVmwb li {
 padding: 10px;
}

.RIi8EVmwb a {
 color: #fff;
 text-transform: uppercase;
 letter-spacing: .25rem;
 font-size: 1.6rem;
 font-weight: 400;
 font-family: 'Linotype Didot W01' ,'Didot LT STD' ,'Hoefler Text' ,Garamond ,'Times New Roman' ,serif;
 background: #303E48;
 padding: 0.5rem 1.8rem;
 border-radius: 0px;
}

.RIi8EVmwb a:hover {
 text-decoration: none;
 background-color: #000;
 color: #fff;
 box-shadow: 0 2px 5px rgba(0 ,0 ,0 ,.02);
 transform: scale(0.99);
 transition: all 0.4s ease 0s;
}

.RIi8EVmwb a:after {
 content: "\279e";
 font-family: slm-icomoon!important;
 speak: none;
 font-style: normal;
 font-weight: 400;
 font-variant: normal;
 text-transform: none;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
 margin-left: 0.5rem;
 display: inline-block;
 line-height: 1;
 -webkit-transform: translateY(2px);
 transform: translateY(2px);
}

.footerfit {
 width: 94%;
 margin: 5px auto
}

.oswkgw {
 display: none;
 border-radius: 5px;
 position: fixed;
 top: 20%;
 left: 5%;
 width: 90%;
 height: 70%;
 padding: 20px;
 background-color: #fff;
 z-index: 1002;
 overflow: auto;
}

.oswkgw table {
 border-collapse: collapse;
 width: 90%;
 margin: 0 auto;
}

.oswkgw tr {
 border: 1px solid #dadada;
}

.oswkgw td {
 font-weight: 700;
 color: #1a1a1a;
 background: #fff;
 text-align: center;
 font-size: 1rem;
 border: 1px solid #dadada;
 height: 2rem;
 line-height: 2rem;
 width: auto;
}

.iaolkgiw {
 display: none;
 position: fixed;
 top: 0%;
 left: 0%;
 width: 100%;
 height: 100%;
 background-color: #000;
 z-index: 1001;
 -moz-opacity: .8;
 opacity: .8;
 filter: alpha(opacity=88);
}

#gtrsp i {
 position: absolute;
 top: 15px;
 right: 60px;
 color: #848484;
 font-size: 18px;
}

#gtrsp a {
 color: #000000
}

.gl-icon--size-communication {
 height: 19px;
 width: 19px;
 position: relative;
 float: left;
 margin: 0 8px 0 20px
}

#size {
 float: right;
 margin: 0 10% 0 0
}

#goTopBtn {
 bottom: 35px;
 cursor: pointer;
 margin-right: 20px;
 position: fixed;
 right: 0;
 text-align: center;
 padding: .6rem 1rem;
 background-color: rgba(255 ,255 ,255 ,.5);
 border: 0;
 -webkit-appearance: none;
 box-shadow: 0 0 .25rem 0 rgba(0 ,0 ,0 ,.3);
 z-index: 1000
}

#goTopBtn i {
 font-size: 36px;
 color: #000000
}

.eofwj {
 height: 115px;
}

#mainstar {
 float: right;
}

#mainPrice {
 float: left;
 font-size: 1.2em;
 font-weight: 700;
 color:#303E48;
}
@media (max-width: 767px) {
 #Related_pro {margin:0 auto;}
}
#otluckyoffer {display: flex;}