{# Rite-Fix Custom Styles #}

.head {
    margin: 30px 0 0 0;
}


/** JSSOR slider styles **/
/*jssor slider loading skin double-tail-spin css*/
.jssorl-004-double-tail-spin img {
    animation-name: jssorl-004-double-tail-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-004-double-tail-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/*jssor slider bullet skin 031 css*/
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

/*jssor slider arrow skin 051 css*/
.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.BSlide {
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.Slider-Wrapper{
    max-width: 960px;
		padding-top:20px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.Slider-Wrapper p{
    margin: 0;
}
.Slide-Text-One{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 400;
    line-height: 28px;
}
.Slide-Text-Two{
    color: #ddca00;
    font-size: 80px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 700;
    line-height: 98px;
}
.Slide-Text-Three{
		padding-bottom:10px;
    color: #fff;
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 400;
    line-height: 48px;
}
.Slide-Text-Four{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 400;
    line-height: 22px;
}
.row.slider {
    max-width: 100%;
    margin: 0 0 30px 0;
}
.slider .col-16.col{
	width: 100%;
	margin: 0;
}
nav .row{
	margin-bottom: 0;
}
.slider #jssor_1{
	margin: 0 !important;
}
.FeatureBox {
    min-height: 260px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px;
	position: relative;
}
.FeatureBox p {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 700;
	line-height: 36px;
}
.Feature-Button {

    background-color: #FF662B;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff; !important
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.Feature-Button:hover{
	background-color: #000;
	color: #FF662B;
}

.OfferBox {
    min-height: 240px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
	padding: 20px;
	position: relative;
}
.OfferBox .Offer-Title {
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 700;
	line-height: 36px;
}
.OfferBox .Offer-Text {
    color: #2b2a2b;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'News Cycle', sans-serif !important;
    font-weight: 500;
	line-height: 17px;
}
.OfferBox-Button {

    background-color: #2b2a2b;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff; !important
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 20px;
	text-transform: uppercase;
	font-weight: 700;

}
.OfferBox-Button:hover{
	background-color: #000;
	color: #FF662B;
}



/** End of JSSOR slider styles **/

/*
	Style class used for a scrolling ticker
	Note background colour and text colour not defined
		as they will be defined in the tickertape snippet
*/

#webticker li {
    padding: 0 20px !important;
}

/* liScroll styles */
.tickeroverlay-left {
	background-image:url('left.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	width:150px;
	top:0;
	left:-2px;
}

.tickeroverlay-right {
	background-image:url('right.png');
	display:block;
	pointer-events:none;
	position:absolute;
	z-index:30;
	width:150px;
	top:0;
	right:-2px;
}

.tickercontainer { /* the outer div */
  colour:#E96402;
	width: 100%;
	height: 35px !important;
	font: 24px Verdana;
	letter-spacing:2px;
	overflow: hidden;
	margin-bottom:0px;
}

.row .tickercontainer .mask {
	margin-bottom:0px;
	padding-bottom;0px;
}

.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	height: 34px;
	overflow: hidden;
	margin-bottom:0px;
	padding-bottom;0px;
}

ul.newsticker { /* that's your list */
	/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	font: 24px Verdana;
	letter-spacing:2px;
	list-style-type: none;
}

ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	font: 24px Verdana;
	letter-spacing:2px;
}


ul.newsticker a {
	white-space: nowrap;
	padding: 0px;
	font: 24px Verdana;
	letter-spacing:2px;
}

/*Global CSS*/
body, p, ul, ol, li, a, button, form, h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif !important;
}
a:hover, a:active{
	color: #ed7921 !important;
	text-decoration: none !important;
}

/*Amended CSS*/
.row {
    margin-bottom: 20px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.container {
    width: 100% !important;
}

/*Header*/
.main{
	margin-top: 0 !important;
}
.topper{
	background-color: #3d3c3f !important;
	position: relative !important;
}
.topper .account-menu {
    margin-top: 4px !important;
}
.topper .account-menu li a, .topper .account-menu li:visited{
	color: #ed7921 !important;
	font-size: 12px !important;
	text-decoration: underline;
	font-weight: 600 !important;
}
nav .row .col-16 .wrap{
	background: #ed7921 !important;
	height: auto !important;
}

nav .row ul li a, nav .row ul li:visited{
	height: 50px !important;
	display: table-cell !important;
	vertical-align: middle !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	color: #000 !important;
	font-weight: 600;
	line-height: 14px;
}
nav .row ul{
	text-align: center !important;
}
.menu-item-short {
    width: 82px !important;
}
.menu-item-medium {
    width: 102px !important;
}
.menu-item-large {
    width: 120px !important;
}
.menu-item-vlarge {
    width: 140px !important;
}
nav .row ul li:hover a, nav .row ul li:active a {
    background-color: #1d1c1e !important;
    color: #fff !important;
    text-decoration: none;
}
nav .row ul li .main-sub.active{
	border: 0 !important;
	padding: 0 !important;
}
nav .row ul li .main-sub{
	background: #3d3c3f !important;
	width: 100% !important;
	left: 0;
}
nav .row ul li .main-sub ul li.sub {
	padding: 5px 0 !important;
  margin: 0 10px;
	float: left;
  border-bottom: 1px dashed #000;
  width: 18%;
}
nav .row ul li .main-sub ul{
	padding: 15px 0px !important;
	width: 100% !important;
}
nav .row ul li .main-sub ul li a{
	color: #fff !important;
	text-transform: uppercase;
	line-height: 20px;
}

/*Footer*/
.bottom{
	position: relative !important;
	padding-top: 0 !important;
	background-color: #000 !important;
	border-top: 0 !important;
	padding: 10px 0 !important;
}
.bottom p{
	color: #fff !important;
}
.bottom p a{
	color: #FF662B !important;
}
.main{
	padding-bottom: 0 !important;
}

/*New CSS Rule*/
/*Header*/
.account-menu i{
	color: #fff !important;

}
.top-account p{
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.top-account p a{
	color: #fff;
}
nav{
	background-color: #ed7921;
}
nav .row ul li:hover ul li a{
	background-color: transparent !important;
}
nav .row ul li ul li a{
	height: auto !important;
}
nav .row ul li ul li a:hover{
	color: #FF662B !important;
}

/*Footer*/
footer{
	background-color: #3d3c3f;
	padding: 30px 0 !important;
}
footer h4{
	font-family: 'News Cycle', sans-serif;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 19px;
	color: #FF662B;
}
footer li{
	margin-bottom: 0;
}
footer li a{
	color: #fff !important;
	font-size: 14px;
	line-height: 32px;
}
footer p, footer li{
	color: #fff;
	line-height: 24px;
	font-size: 14px;
}
.bottom p{
	margin-bottom: 0;
}
footer .row{
	margin-bottom: 0;
}

/*Product Single*/
.breadcrumbs ul li a {
    color: #3d3c3f !important;
}
.prod-info h1 {
    font-size: 28px !important;
    color: #3d3c3f !important;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.breadcrumbs .last{
	color: #ed7921;
}
.prod-info{
	margin-bottom: 20px;
}
.prod-info h4{
	font-size: 14px !important;
	color: #3d3c3f !important;
}
.prod-info h4 strong{
	color: #ed7921;
}
.prod-info .secondary{
	background-color: #FF662B;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 20px !important;
	border: 0 !important;
}
.prod-info .secondary:hover{
	background: #2b2a2b !important;
}
.prod-info li{
  font-size: 14px;
  color: #3d3c3f;
  line-height: 18px;
  list-style-type: disc;
  list-style-position: outside;
}
.prod-info p{
	font-size: 14px;
  color: #3d3c3f;
  line-height: 22px;
}
.prod-info table td p{
  margin-bottom: 0 !important;
}

.prod-img, .prod-info, .prod-break {
	background-color: #fff;
	display: block !important;
	padding: 15px !important;
}
.prod-break{
	margin-left: 0 !important;
}

.prod-break .primary{
	width: auto !important;
	background-color: #2b2a2b;
	color: #fff;
	font-weight: 500;
	font-size: 12px;
	padding: 10px 20px !important;
	border: 0 !important;
}
.prod-break .break-zone{
	background: #fff !important;
	padding: 0 !important;
}
.prod-break .block .quantity{
    margin-top: 0px !important;
    float: none;
    height: 30px !important;
}
.prod-break .block .price{
	letter-spacing: -1px !important;
	font-size: 34px !important;
	font-weight: 600 !important;
	color: #ed7921 !important;
	float: none !important;
	line-height: normal !important;
}
.prod-break .block .price.cross{
	letter-spacing: -1px !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #3d3c3f !important;
	float: none !important;
	line-height: normal !important;
}
.action ul li a{
	width: 37px;
	height: 37px;
	padding: 8px 0 0 0 !important;
	background-color: #d5d5d5 !important;
	border: 0 !important;
	transition: all .5s ease-in-out;
}
.action ul li{
	width: auto !important;
}
.action ul li a i{
	color: #fff;
}
.action ul li a.facebook:hover, .action ul li a.facebookactive {
    background: #2d4373 !important;
}
.action ul li a.twitter:hover, .action ul li a.twitteractive {
    background: #2795e9 !important;
}
.action ul li a.google-plus:hover, .action ul li a.google-plusactive {
    background: #880707 !important;
}
.action ul li a.mail:hover, .action ul li a.mailactive {
    background: #4d4d4d !important;
}
/*Listing Page*/
.post{
	border: 0 !important;
	border-bottom: 1px solid #d1d1d1 !important;
	padding: 0 !important;
}
.post h1{
	font-size: 28px;
	color: #3d3c3f;
	font-weight: 600;
	text-transform: uppercase;
}
.product .info{
	background-color: #fff !important;
}
.product{
	border: 0 !important;
}
.category:hover .info a, .category:active .info a{
	color: #ff6c00 !important;
}
.product .info .title{
	font-size: 16px !important;
	text-transform: uppercase !important;
	font-weight: 500 !important;
	line-height: 16px !important;
}
.category .info{
	position: relative !important;
	min-height: auto !important;
}
.multi-wrap{
	background-color: #3d3c3f !important;
}
.multi-basket {
  background-color: rgba(153, 153, 153, .5);
  border-top: 1px solid #333;
}
.multi-basket .multi-wrap .proceed{
	font-weight: 600;
}
.multi-basket .multi-wrap .multi-content{
	color: #fff !important;
}
.multi-basket .multi-wrap .multi-content strong{
	color: #ff6c00 !important;
}

.multi-wrap .primary.add-to-basket{
	background: #339933 !important;
	font-weight: 600 !important;
	border: 1px solid #339933 !important;
}
.multi-basket .multi-wrap .primary:hover, .multi-basket .multi-wrap .primary:active{
	background: #ff6c00 !important;
	border: 1px solid #ff6c00 !important;
}
.newsletter{
	background-color: #3d3c3f !important;
}
.newsletter .sign-up button{
	background: #ff6c00 !important;
	border: 1px solid #ff6c00 !important;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.newsletter .sign-up button:hover, .newsletter .sign-up button:active{
	background: #339933 !important;
	border: 1px solid #339933 !important;
}
.hide-md .newsletter .sign-up button:hover, .hide-md .newsletter .sign-up button:active{
	background: #000 !important;
	border: 1px solid #000 !important;
}

/*Search Plan*/
.shop-list h1{
  font-size: 28px;
  color: #3d3c3f;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}
.display ul li a.active{
	background: #ff6c00 !important;
  border: 1px solid #ff6c00 !important;
}
.display ul li a:hover, .display ul li a:active{
	color: #fff !important;
}
.side-categories ul li.title, .side-filters ul li.title{
	border-bottom: 1px solid #3d3c3f !important;
  border-left: 1px solid #3d3c3f !important;
  border-right: 1px solid #3d3c3f !important;
  background-color: #3d3c3f !important;
}
.code{
	color: #ff6c00;
}
.code::before {
    content: "Product Code: ";
	color: #444;
}
.product.list .price-area .block .price{
	color: #ff6c00 !important;
	font-size: 34px;
}
.product.list .price-area .primary {
    padding-top: 8px;
}
.product.list .price-area .block .price.cross {
    line-height: normal;
}
.product.list .info .title{
	text-transform: uppercase !important;
	font-size: 19px !important;
	line-height: 22px !important;
}
.pagination ul li span{
	background: #ff6c00 !important;
	border: 1px solid #ff6c00 !important;
}
.pagination ul li a:hover, .pagination ul li a:active{
	color: #fff !important;
}
.product.list .col-9.omega {
    float: left;
}

.Slide-Button {
    position: absolute;
    bottom: 30px;
    font-size: 12px;
    color: #fff; !important
    text-transform: uppercase;
    font-weight: 700;
    padding: 7px 15px;
    background-color: #FF662B;
    border-radius: 3px;
	transition: all .5s ease-in-out;
}
.Slide-Button:hover {
    background-color: #000;
    color: #FF662B;
}
.info-wrapper{
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.info-wrapper .col{
	margin: 0;
}
.info-wrapper .col-4{
	width: 25%;
}
.Info-Icon {
    width: 25%;
    float: left;
}
.Info-Text {
    width: 73%;
    float: left;
}
.Info-Text h5{
	font-size: 15px;
	color: #3d3c3f;
	text-transform: uppercase;
	margin-top: 10px;
}
.Info-Text p{
	margin: 0;
	font-size: 11px;
	color: #3d3c3f;
}
.col-8.col.top-account p{
	margin-top: 2px;
}
.sitePhone{
	font-size: 36px;
	font-weight: 700;
	color: #3d3c3f;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif !important;
	text-transform: uppercase;
	text-align: right;
}
.sitePhone a{
	color: #FF662B;
}
.basket-prod-name{
	color: #FF662B;
}
.primary{
	background: #FF662B;
	border: 1px solid #FF662B;
}
.primary:hover{
	background: #1d1c1e;
	border: 1px solid #1d1c1e;
}
.secondary{
	background: #FF662B;
	border: 1px solid #FF662B;
}
.secondary:hover{
	background: #1d1c1e;
	border: 1px solid #1d1c1e;
}
.basket-preview-buttons .primary{
	margin-right: 15px;
}
.breadcrumbs{
	margin-top: 20px;
}

.btn.btn-head{
 color: #FF662B !important;
}
.md-device-menu.active ul li a{
	color: #FF662B;
}
.md-close{
	background-color: #FF662B;
}


/* Ipad Landscape */
@media only screen and (max-width:1024px) {

}

/* Ipad Portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Iphone 6 Landscape */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
}

/*Iphone Portrait*/
@media only screen and (max-width: 767px) {
	.container .col-1, .container .col-1, .container .col-2, .container .col-3, .container .col-3-2, .container .col-4, .container .col-5, .container .col-6, .container .col-7, .container .col-8, .container .col-9, .container .col-10, .container .col-11, .container .col-12, .container .col-13, .container .col-14, .container .col-15, .container .col-16, .container .col-3rd, .container .col-2-3rd{
		width: 100%;
		margin-bottom: 15px;
	}
	.row{
		width: 90%;

	}
}
.basket .containing{
	height: auto;
	color: #fff;
}
.basket .containing i{
	color: #FF662B !important;
}
.basket{
	height: auto;
	background: transparent;
}
.basket .basket-content{
	top: 43px;
}
.checkout-procedure li.active::after {
    right: -24px;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 25px solid #FF662B;
}
.delivery-address .price, .delivery-options .price{
	color: #FF662B;
}
.delivery-address a{
	color: #FF662B !important;
}
.prod-row a{
	color: #FF662B;
}
.shopping-list-order .product-wrap .col-5 .title .code{
	width: 90px;
}
.shopping-list-order .product-wrap .col-5 .title .stock{
	width: calc(80% - 50px);
}
.shopping-list-order .product-wrap .col-5 .title a{
	width: calc(90% - 50px);
}
.shopping-list-order .price-area .price-block{
	width: calc(100% - 10px);
}

.hide-sm{
	color: #fff;
}
.delivery-form input {
    width: 100%;
}
.new-address-modal .col-8 {
    width: 50%;
    margin: 0;
    padding: 0 10px;
}
.new-address-modal input {
    width: 100%;
}

.recommended-products h4 {
    color: #FF662B;
}
.recommended-products .quantity {
    margin: 0 !important;
}
.recommended-products .product.list .info .title {
    font-size: 18px !important;
}
.recommended-products .product.list .info .title a {
    height: 90px;
}
.table .tbody .tr:nth-child(2n-1) {
    background: #f2f2f2;
}
.basket-prod-name:visited {
    color: #FF662B;
}
.delete-item {
    border: 1px solid #1d1c1e;
    background: #1d1c1e;
}
.quantity {
    float: left;
    margin: 0 0 0 10px !important;
    height: 20px !important;
}
.Quantity-Word {
    display: inline-block;
    float: left;
}
.col-16 .pull-right.secondary.toggle {
    color: #fff !important;
}
.col-8.col.address a {
    color: #fff !important;
}

.img {
  position: relative;
  top: 50%;
  transform: translateY(-50%)
}
.img2 {
	height:150px;
}
