@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
 @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');
/*---Common and Standard->START*/

*{
	box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
img{
	max-width: 100%;
}
a.linkopac img {
	filter: alpha(opacity=100%);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color: transparent;
}
a.linkopac:hover img {
	filter: alpha(opacity=20%);
	-moz-opacity: 0.8;
	opacity: 0.8;
	border: 0px none;
}
.org-clear {
	clear: both;
}
.org-wrap {
	width: 100%;
}
.org-background {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.org-main {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.org-wrapcen {
	width: 100%;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	position: relative;
	display: table;
	
}
.org-content {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
}
/*---Common and Standard---<<END*/


/*---Header->START*/

#org-header {
	width: 1140px;
	margin: 0 auto;
	padding: 0;
	display: table;
}
#org-logo {
	float: left;
	padding: 0 0 0 0;
	text-align: center;
	width: 263px;
	height:150px;
	background: url(../images/motofy_logo.jpg) no-repeat center bottom;
}
#org-logo a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
}
#org-logo img {
	margin: 0;
	border: 0 none;
}
.org-right {
	float: right;
	width: 860px;
	margin: 0;
	padding: 0;
}
#org-topmenu {
	width: auto;
	margin: 10px 0;
	padding: 0;
	float: right;
}
#org-topmenu ul {
	list-style: none;
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#org-topmenu ul li {
	width: auto;
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	color: #fff;
}
#org-topmenu ul li img {
	margin: 4px 0 0 0;
}
#org-topmenu ul li a {
	width: auto;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	background: url(../images/menu-arrow.png) no-repeat left center;
}
#org-topmenu ul li a:hover {
	color: #000;
}
#org-menu {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
}
#org-menu ul {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#org-menu li {
	float: left;
	width: auto;
	margin: 11px 0 10px 20px;
	padding: 0;
	list-style: none;
}
#org-menu li:first-child {
	margin-left: 0;
}
#org-menu li a {
	color: #fff;
	float: left;
	margin: 0;
	padding: 6px 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 3px solid #002664;
	transition: all 0.4s ease-out 0s;
}
#org-menu li a:hover {
	border-bottom: 3px solid #079adf;
}
.promo {
	width: 100%;
	float: left;
	margin: 25px 0;
	padding: 0;
}
.promo .flex_div {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
}
.promo .flex_div {
	border: 1px solid #e1e1e1;
	padding: 10px 0px;
}
.promo .flex_div li {
	list-style: none;
	display: flex;
	align-items: center;
	column-gap: 10px;
	flex: auto;
	border-right: 1px solid #e1e1e1;
	justify-content: center;
	padding: 23px 0px;
}
.promo .flex_div li:nth-last-child(1) {
	border-right: 0px;
}
.promo .flex_div li .promo_text {
	text-align: left;
}
.promo .flex_div li .promo_text h4, .promo .flex_div li .promo_text p {
	margin: 0px;
}
.promo .flex_div li .promo_text p {
	font-size: 15px;
	color: #3f3f3e;
}

.price_promise .promo {
	margin-top: 10px;
	margin-bottom: 30px;
}

.price_promise .flex_div {
	padding: 0px;
}
.price_promise .promo .flex_div li {
	background: #d9d9d9;
	padding: 15px;
}

.price_promise .promo .flex_div li:nth-child(1) {
	border-right: 2px solid #fff;
}

.price_promise .promo .flex_div li {
	background: #d9d9d9;
}
.price_promise .promo .flex_div li .promo_text h4 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 26pt;
	color: #002664;
	font-weight: 500;
}
.price_promise .promo .flex_div li .promo_text p {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #3f3f3e;
}

.uk-standard {
	padding: 10px 0px 20px;
	display: block;
	clear: both;
	float: none;
}
#CoverImage p {
	margin: 0 !important;
	padding: 0 !important;
}
#banner-holder {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/banner-bg.png) no-repeat center top;
}
 @keyframes slidy {
 0% {
 left: 0%;
}
 20% {
 left: 0%;
}
 25% {
 left: -100%;
}
 45% {
 left: -100%;
}
 50% {
 left: -200%;
}
 70% {
 left: -200%;
}
 75% {
 left: -300%;
}
 95% {
 left: -300%;
}
 100% {
 left: -400%;
}
}
div#slider {
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
}
div#slider figure img {
	width: 20%;
	float: left;
}
div#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	text-align: left;
	font-size: 0;
	animation: 20s slidy infinite;
}
/*---Header---<<END*/





/*---eBay Default Mods->START*/
#TopPromoArea {
	padding: 0px !important;
	margin: 0px !important;
}
/*---FOOTER->START*/
#org-copy1 {
	width: 260px;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #585858;
	line-height: none;
	float: left;
	font-weight: normal;
}
#org-copy1 span {
	color: #002664;
	font-weight: bold;
	text-transform: uppercase;
}
#org-designedby1 {
	width: 260px;
	float: left;
	padding: 10px 0 0;
	margin: 0 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #585858;
}
#org-designedby1 a {
	color: #585858;
	text-decoration: none;
	transition: all 0.4s ease-out 0s;
	font-size: 13px;
}
#org-designedby1 a:hover {
	color: #002664;
	text-decoration: none;
}
/*---Listing Column start----*/

#listingarea {
	width: 100%;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}
.org-listingarea-box {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.org-listingarea-box img {
	float: left;
}
.org-listinghead {
	width: 1120px;
	float: left;
	margin: 0;
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	background: #002664;
}
.desc-hedtitle {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background: #002664;
}
.desc-rd {
	width: 1100px;
	float: left;
	padding: 19px;
	margin: 0;
	background: #fff;
	border: 1px solid #e1e1e1;
}
.desc-text {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
/*---Listing Column End----*/

.org-scrolleo-box {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 0;
	background: none;
	border: 0 none;
}
/*===========Gallery=============*/

.gallery-bg {
	border: 0px solid #cdcdcd;
	clear: both;
	margin: 0px auto 0px;
	padding-top: 30px;
}

#gallery {
	_background-color: #fff;
	border: 0px solid #dbdbdb;
	box-sizing: border-box;
	height: auto;
	margin: 0px auto 0px;
	max-width: 100%;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}
#gallery #slides {
	display: flex;
	height: auto;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	z-index: 500;
	width: 100%;
	margin: 30px auto 30px;
	justify-content: center;
}
#gallery #slides div ul {
	display: table;
	height: auto;
	list-style: outside none none;
	margin: 0px auto 0;
	padding: 0;
	width: 100%;
}
#gallery #slides div ul li:nth-of-type(1){
	margin-left:0px;
	}
#gallery #slides div ul li {
	margin: 0px 0px 0px 20px;
	float: left;
	margin-bottom: 0px;
	background: #fff;
}
#gallery #slides div ul li:last-child {
	margin-right: 0;
}
#gallery .big-img-wpr {
	box-sizing: border-box;
	display: inline-block;
	height: 600px;
	margin: 0 auto;
	max-width: 600px;
	vertical-align: middle;
	width: 100%;
}
#gallery div.img-wpr {
	background-color: #fff;
	border: 1px solid #e1e1e1;
	bottom: 0;
	box-sizing: border-box;
	height: 100%;
	left: 0px;
	max-height: 600px;
	max-width: 97%;
	position: absolute;
	right: 0;
	top: 0px;
	width: 100%;
	margin: 0px auto;
}
.gallery.flex-div .col-item:nth-child(2) {
	width: 100%;
	max-width: calc(45% - 30px);
	margin-left: 30px;
}
#gallery div.img-wpr .img-box {
  height: 100%;
  position: relative;
  vertical-align: middle;
  width: 100%;
}
#gallery div.img-wpr .big-img {
	bottom: 0;
	height: auto;
	left: 0;
	margin: auto;
	max-height: 597px;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
	/* width: auto; */
	border: 0px solid #d8d8d8;
	width: auto;
}
#gallery .thumb {
	box-sizing: border-box;
	cursor: pointer;
	left: 0;
	position: relative;
	right: 0px;
	z-index: 2;
	display: table-cell;
	width: 150px;
	height: 130px;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
}
.thumb-img[src=""], .thumb-img[src=""] + .thumb {
	display: none !important;
}
.thumb-wpr {
	position: relative;
}
#gallery .thumb-img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  vertical-align: middle;
  width: auto;
  z-index: 1;
}
#gallery #slides div:first-child ul:first-child li:first-child .img-wpr {
	z-index: 1;
}
#gallery #slides input {
	display: none;
}
#gallery #slides input:checked ~ .img-wpr {
	z-index: 2;
}
#gallery #slides div ul li:only-child .thumb-wpr{
	display: none;
}
#gallery #slides div ul li:only-#gallery {
	left: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
#gallery {
  padding: 10px;
}
#gallery .thumb {
  height: 50px;
  width: 50px;
}
#gallery #slides div ul li {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 2px;
  margin-top: 0;
}
#gallery div.img-wpr, #gallery .big-img-wpr {
  height: 350px;
  left: 0;
  margin: 0 auto 10px;
  right: 0;
  top: 15px;
  width: 90%;
}
#gallery div.img-wpr .big-img {
	max-height: 320px;
	width: auto;
}
}

/*===========Gallery=============*/

/*===========Tab=============*/
/*-------------------tab-style start----------------------------*/
.listing-tab {
	clear: both;
	margin-bottom: 20px;
}
.tabbox{
    padding: 0px 0px 0px;
    font-size: 20px;
    border-radius: 0px 0px 15px 15px; 
}
.tabbox {
	margin: 30px auto 0px; 
}


.tabs{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	padding: 0px;
	margin: 0px 0 0 0;
	
}
.tabs label {
	order: 1;
	display: block;
	padding: 0 49.2px;
	cursor: pointer;
	width: auto;
	float: left;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 51px;
	margin: 0% 0% 0% 0%;
	height: 51px;
	position: relative;
	z-index: 1;
	background: #002664;
	letter-spacing: 0.20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	background-color: #002664;
}
.tabs label.border-none{
	border-right: none;
	}

.tabs label a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
}
label.nomarginleft {
	margin-left: 0px;
	border-radius: 0px;
}

.tabs .tab {
	-webkit-box-ordinal-group: 100;
	-webkit-order: 99;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	line-height: 26px;
	font-size: 17px;
	color: #333;
	box-sizing: border-box;
	background: #f3f3f3;
	padding: 30px 20px;
	display: none;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #c7c7c7;
	box-shadow: none;
	font-family: 'Lato', sans-serif;
}
.tabs .tab h3{
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin: 0px 0px 20px;
	text-align: left;
	color: #041130;
}

.tabs .tab, .tabs .tab p{
	margin: 0;
	text-align: left;
}

.none {
	width: 166.666%;
}
.none_01 {
}
.tabs .tab a{
	color: #821982;
}

.tabs input[type="radio"]{
	position: absolute;
	opacity: 0;
	left:0px;
}
.tabs input[type="radio"]:checked + label {
	position: relative;
	z-index: 9;
	border-radius: 0;
	color: #fff;
}

.tabs input[type="radio"]:checked + label::after {
  content: "";
  border-bottom: 2px solid #079adf;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 999;
  top: -7px;
  max-width: 70%;
  margin: 0 auto;
}
.tabbox .tabs label.nomarginleft::after {
  display: block !important;
}

.tabs_2 input[type="radio"]:checked + label {
	margin-right: 0;
}

.tabs input[type="radio"]:checked + label::before{
	position: absolute;
	content: "";
	left: 0px;
	z-index: -999999;
	height: 44px;
	top: -4px;
	background: transparent;
	right: 0px;
	width: 100%;
	margin: 0 auto !important;
}
.tabs input[type="radio"]:checked + label.nomarginleft::before{
	left: 0px;
	width: 100%;
}
.tabs label::after {
	content: "";
	position: absolute;
	background: url("../images/tabshaddow.png") no-repeat scroll center left !important;
	width: 3px;
	left: 0%;
	top: 3px;
	height: 49px;
	z-index: 99;
}
.tabbox label.nomarginleft {
	margin-right: 0px;
}

.tabbox .tabs label.nomarginleft::after {
	display: none;
}


.tabs input[type="radio"]:checked + label + .tab{
	display: block;
}




/*---FOOTER->START*/
.org-wrapcens {
	width: 100%;
	padding: 0;
	float: left;
	margin: 0;
	background: #000 url(../images/footer-bg.jpg) repeat-x center top;
	display: table;
}
#org-footer {
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 1140px;
}
#org-footer h1 {
	width: 100%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}
#org-newsletter {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #222;
	background: url(../images/newsletter-bg.png) no-repeat 53px bottom;
	color:#FFF;
	
}
form {
	float: left;
	margin: 0;
	padding: 0;
}
#org-newsletter > h1 {
	width: auto;
	margin: 25px 20px 25px 222px;
	color:#FFF;
	font-size: 24px;
	text-transform: uppercase;
}
#org-newsletter #org-text {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: normal;
	width: auto;
	float: left;
	margin: 32px 0;
	padding: 0;
	position: relative;
	text-decoration: none;
	text-align: left;
}
#org-newsletter #org-text p {
	padding: 0px;
	margin: 0px;
}
#org-newsletter #org-signup {
	width: auto;
	float: left;
	margin: 30px 0 28px 20px;
	padding: 0;
}
#org-newsletter #org-signup a {
	width: auto;
	float: left;
	margin: 0;
	padding: 6px 15px 6px 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	background: #002664 url(../images/subscribe-icon.png) no-repeat 10px center;
	transition: all 0.5s ease;
}
#org-newsletter #org-signup a:hover {
	background: #0e4573 url(../images/subscribe-icon.png) no-repeat 10px center;
}
.f-col1 {
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
	float: left;
}
.f-col2 {
	width: 35%;
	float: left;
	padding: 0;
	margin: 0;
	float: left;
}
.f-col3 {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	float: left;
}
.f-col4 {
	width: 20%;
	float: left;
	padding: 0;
	margin: 0;
	float: left;
}
.f-col4 h1 {
	text-align: center !important;
}
.f-col1 ul {
	width: 35%;
	float: left;
	padding: 0;
	margin: 0 10% 0 0;
	list-style: none;
}
.f-col1 ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
.f-col1 ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #666;
	text-align: left;
	text-decoration: none;
	background: url(../images/footer-bullet.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 0 6px;
	float: left;
	transition: all 0.5s ease 0s;
}
.f-col1 ul li a:hover {
	text-decoration: none;
	color: #002664;
}
.bottum-footer {
	width: 100%;
	float: left;
	padding: 5px 0 0 0;
	color:#FFFFFF;
	text-align:center;
}
#org-copy {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}
#org-copy span {
	color: #002664;
}
#org-designer {
	width: auto;
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#org-designer a {
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	text-decoration: none;
	transition: all 0.5s ease 0s;
}
#org-designer a:hover {
	color: #002664;
	text-decoration: none;
}
/*---Footer->END*/
.whyshop {
}
.whyshop ul {
	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}
.whyshop ul li {
	width: 44%;
	float: left;
	margin: 0 0 15px 0;
	padding: 0 3%;
	list-style: none;
	background: url(../images/whyshop-icon.jpg) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	color: #002664;
	text-transform: uppercase;
}
.desc-rd.whyshop img {
	float: none;
	margin: 0;
	padding: 0;
}



.brand-sec {
	width: 100%;
	float: left;
	margin: 10px 0;
	padding: 0;
}
.brand-sec ul {
	width: auto;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.brand-sec ul li {
	display: inline-block;
	width: auto;
	margin: 0 45px 0 0;
	padding: 0;
	float: left;
}
.brand-sec ul li:last-child {
	margin: 0;
}

.line{
    color: rgb(224, 218, 218);
	border: 1px solid ;
	opacity: 25px;
	text-align: center;
	margin-right: 110px;
	margin-left: 230px;

}
.lock{
	margin-left: 150px;
	margin-bottom: 0;
	
	font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-size: 40px;
}
.assist{
	display: flex;
	justify-content: right;
	margin-right: 100px;
	margin-bottom: 0;
	margin-top: 0;
}
.auto{
	margin-top: 0;
	margin-left: 70px;
	color: rgb(75, 74, 74);
	font-size: 28px;
	margin-bottom: 0;
}
