/********************* XPERTWEB.CO.UK ***********
Custom Settings
************************************************/

/********************* XPERTWEB.CO.UK ***********
Defaults
************************************************/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    color: #191919;
    background-color: #ffffff;
    font-size: 1em;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}
a {
    cursor: pointer !important;
    color: #1d1d1d !important;
}

a:hover {
    color: #bd0c31 !important;
}

.mw {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.prim {
    background-color: #bd0c31;
}

.alt {
    background-color: #1d1d1d;
}

.third {
    background-color: ;
}

.fourth {
    background-color: ;
}

.grey {
    background-color: #f4f4f4
}

.black {
    background-color: #191919
}

.white {
    background-color: #ffffff
}

.tprim {
    color: #bd0c31;
}

.talt {
    color: #1d1d1d;
}

.tthird {
    color: ;
}

.tfourth {
    color: ;
}

.tgrey {
    color: #f4f4f4
}

.tblack {
    color: #191919
}

.twhite {
    color: #ffffff
}

.br {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.flexcenter {
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/********************* XPERTWEB.CO.UK ***********
Form Features
************************************************/
label {
    width: 100% !important;
}
input[type="text"],input[type="password"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #eee;
    padding: 5px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
}
select {
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/down-arrow.png');
    background-color: #fff;
}
/********************* XPERTWEB.CO.UK ***********
Skew / Rotate
************************************************/
.skew {
    -webkit-backface-visibility : hidden;
    transform: skew(0deg, -4deg) ;
    -webkit-transform: skew(0deg, -4deg) ;
    -moz-transform: skew(0deg, -4deg) ;
    -o-transform: skew(0deg, -4deg) ;
    -ms-transform: skew(0deg, -4deg) ;
}
.unskew {
    transform: skew(0deg, 4deg) ;
    -webkit-transform: skew(0deg, 4deg) ;
    -moz-transform: skew(0deg, 4deg) ;
    -o-transform: skew(0deg, 4deg) ;
    -ms-transform: skew(0deg, 4deg) ;
}
.topskew {
    padding-top: 400px;
    margin-top: -400px;
}
/********************* XPERTWEB.CO.UK ***********
Main Menu
************************************************/

ul {
    display: block;
    list-style-type: none;
    -webkit-margin-before: 0em !important;
    -webkit-margin-after: 0em !important;
    -webkit-margin-start: 0px !important;
    -webkit-margin-end: 0px !important;
    -webkit-padding-start: 0px !important;
}
.mainmenu {
    font-size: 1em;
    text-align: left;
    -webkit-padding-start: 0px !important;
    margin-bottom: 0 !important;
    border-bottom: 0px solid #1d1d1d;
    display: inline-block;
    float:none;
}

.mainmenu a {
    color: #fff !important;
}

.mainmenu a:hover {
    color: #bd0c31 !important;
}

.current-menu-item a {
    color: #bd0c31 !important;
}

.mainmenu li {
    display: inline-block;
    list-style: none;
    list-style-type: none;
    font-weight: 700;
    cursor: pointer;
}
.mainmenu li a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.mainmenu li:first-of-type {
    padding-left: 0px !important;
}
.mainmenu li:last-of-type {
    padding-right: 0px !important;
}
/**** Hover Sub Menu ****/

.sub-menu  {
    padding-left:0 !important;
}

.sub-menu li {
    display: none;
}

#menuarea ul ul {
    top: 47px;
}

.mainmenu li:hover .sub-menu {
    z-index: 99;
    position: absolute;
    margin-left: -50px;
    text-align: left;
    margin-top: 8px;
    background-color: #1d1d1d;
    color: #fff;
}


.sub-menu li,.sub-menu li:first-of-type {
    
}

.sub-menu li a {
    color: #fff;
    padding: 10px;
}

.mainmenu li:hover .sub-menu li {
    display: block;
    color: #fff;
    width: 225px;
}

.mainmenu li:hover .sub-menu li a {
    display: block;
    color: #fff !important;
    padding: 10px 10px 10px 10px !important;
    
}

.mainmenu li:hover .sub-menu li a:hover {
    color: #fff !important;;
    background-color: #bd0c31;
}

.mainmenu li:hover > a {
    color: #fff !important;
}


/**** Hover Sub Menu End ****/


/********************* XPERTWEB.CO.UK ***********
Header
************************************************/
.homepagetext {
    text-align: center;
}
.homepagetext h1 {
    color: #1d1d1d;
}
.homepagetext h1:after {
content: "";
    background-color: #bd0c31 !important;
    width: 50px;
    height: 4px;
    display: block;
    margin: 20px auto 20px auto;
}
.homepagetext p {
    color: #1d1d1d;
    max-width: 80%;
    margin: 0 auto;
}
.homepagetext h1 strong {
    color: #bd0c31 !important;
    font-weight: normal !important;
}
.mth {
    margin-top: 400px;
}
.cartarea {
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
}
.cartarea .cart-contents {
    color: #fff !important;
    text-align: center;
}
.cartarea .cart-contents:hover {
    color: #1d1d1d !important;
}
.logo {
    max-width: 80% !important;
}
.mr10 {
    margin-right: 7px;
}
.socials a {
    color: #bd0c31 !important;
    font-size: 1.8em;
    margin-left: 13px;
}
.socials a:hover {
    color: #fff !important;
}
.btnsearch {
    height: 40px;
    width: 40px;
    color: #fff;
    background-color: #bd0c31 !important;
}
.search-field {
    color: #fff;
    background-color: #1d1d1d !important;
    height: 40px;
    width: 130px;
    border: 0px solid white;
     margin-right: -6px;
    padding-left: 5px;
    padding-right: 5px;
    
}

.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-field:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}



.socialfooter a i {
    color: #bd0c31 !important;
    font-size: 1.8em;
    margin-left: 13px;
}
.socialfooter a i:hover {
    color: #fff !important;

}
.footermenu li {
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
        margin-left: 0px;
    margin-right: 0px;
}
#footerlink .current_page_item a {
    color: #bd0c31 !important;
}

/********************* XPERTWEB.CO.UK ***********
Blocks
************************************************/
.oneblock {
display: inline-block;
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #1d1d1d;
    margin-top: 30px;
    float: left;
    
}
.oneblock h4 {
    font-size: 1.5em;
    color: #fff !important;
    margin-top: 40px;
    padding: 10px;
}
.oneblock p {
    font-size: 1em;
    color: #a0a7ae !important;
    padding-left: 10px;
    padding-right: 10px;

}
.oneblock a {
    display: block;
    font-size: 1em;
    color: #fff !important;
    padding: 10px;
    background-color: #bd0c31 !important;
    width: 75%;
    margin:  40px auto 40px auto;
}
.oneblock a:hover {
    background-color: #fff !important;
    color: #bd0c31 !important;
}
.products li .button {
    display: none;
}
.products li {
    position: relative;
}

.onsale {
    display: inline-block;
    color: #fff;
    background-color: #bd0c31 !important;
    padding: 8px;
    z-index: 10;
    position: absolute;
    left:0;
    top:20px;
    float:left;
}
.image1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image1.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.image2 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image2.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.image3 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image3.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.image4 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image4.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.image5 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image5.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.image6 {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/image6.jpg');
    background-color: #1d1d1d;
    background-size: cover;
}
.imageblank {
    background-position: center center;
    background-repeat: no-repeat;
    background-image: none;
    background-color: #1d1d1d;
    background-size: cover;
}
.bottomred {
    border-bottom: 5px solid #bd0c31;
}
.topred {
    border-top: 5px solid #bd0c31;
}
/********************* XPERTWEB.CO.UK ***********
CTA
************************************************/
#ctabanner {
    text-align: center;
    font-size: 2em;
    color: #fff;
}
.ctabutton {
    display: inline-block;
    color: #fff !important;
    background-color: ;
    font-size: 0.5em;
    padding: 15px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
}
.ctabutton:hover {
    color: #fff !important;
    background-color: #bd0c31;
}
/********************* XPERTWEB.CO.UK ***********
Footer
************************************************/

#footer {
    color: #fff !important;
}
#footer a {
    color: #fff !important;
}
#footer a:hover {
    color: #fff !important;
}


#footerlink {
    color: #fff !important;
}
#footerlink a {
    color: #fff !important;
}
#footerlink a:hover {
    color: #fff !important;
}

/********************* XPERTWEB.CO.UK ***********
Footer Menu
************************************************/


/********************* XPERTWEB.CO.UK ***********
Blog Page
************************************************/


/**** Navigation Footer ****/
#nav-posts {
    margin-bottom: 40px;
    text-align: center;
}
#nav-posts div {
    display: inline-block;
}
#nav-posts div a {
    width: 200px;
    padding: 12px;
    background-color: #1d1d1d;
    margin: 0 10px 0 10px;
    color: #fff !important;
    font-weight: 600;
}
#nav-posts div a:hover {
    background-color: #bd0c31;
    
}

/********************* XPERTWEB.CO.UK ***********
WOOCOMMERCE / Default Override
************************************************/
body .woocommerce-error, body .woocommerce-info, body .woocommerce-message {
    padding: 15px 15px 15px 15px !important;
    margin: 10px 0 10px 0 !important;
    background-color: #bd0c31 !important;
    color: #fff !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button, button, input[type="submit"] {
    padding: 8px !important;
    font-weight: 700 !important;
    border-radius: 0px !important;
    color: #fff !important;
    background-color: #1d1d1d !important;
    font-size:0.9em !important;
    border: 0px solid !important;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button:hover,.woocommerce-error .button:hover, .woocommerce-info .button:hover, .woocommerce-message .button:hover {
    background-color: #bd0c31 !important;
}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before, .select2-container .select2-choice .select2-arrow b {
    content: "" !important;
    display: none !important;
}
.select2-container .select2-choice {
    padding: 5px !important;
    border: 1px solid #eee !important;
    color: #171717 !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-position: right 50% !important;
    background-repeat: no-repeat !important;
    background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/down-arrow.png') !important;
    background-color: #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select2-drop-active {
    border: 1px solid #eee !important;
    border-top: none !important;
}
.select2-results .select2-highlighted {
    background-color: #1d1d1d !important;
    color: #fff !important;
    border-radius: 3px;
    margin-left: 3px !important;
}
.woocommerce-MyAccount-navigation {
    background-color: #1d1d1d !important;
    padding: 8px;
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation a {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}
/********************* XPERTWEB.CO.UK ***********
Top Image Size Width
************************************************/
#topimg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.isize img {
    width: 100%;
    height: auto !important;
}

/********************* XPERTWEB.CO.UK ***********
Woo
************************************************/
.products {
    text-align: center;
    vertical-align: top;
}
.products li {
    text-align: center;
    width: 30%;
    display: inline-block;
    float:none;
    padding: 0px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    margin-left: 1%;
    margin-right: 1%;
}
.products li h2 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.products li img {
    max-width: 90%;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.products li .amount {
    color: #fff !important;
    font-weight: bold;
    background-color:  #bd0c31 !important;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}


.products li .add_to_cart_button {
    display: inline-block;
    padding-left:10px;
    padding-right: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    background-color: #bd0c31 !important;
    color: #fff !important;
    margin-left: 10px;
    display: none;
}
.wc-forward {
    display: none;
}
.woocommerce-ordering {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.orderby {
    display: none;
    width: 250px;
    display: inline-block;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce-pagination {
    float: none;
    display: block !important;
    text-align: center;
    margin-top: 30px;
    
}
.woocommerce-loop-product__title {
    font-size: 1em;
    font-weight: bold;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    background-color: #1d1d1d !important;
    color: #fff !important;
    margin-bottom: 0 !important;
}
.page-numbers li {

    text-align: center;
}
.page-numbers li {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    padding: 7px;

}
.page-numbers li .current {
    color: #bd0c31 !important;

}
.page-title {
    text-align: center;
    color: #bd0c31 !important;
    margin-bottom: 20px;
}


.woocommerce-product-details__short-description {
    padding-bottom: 20px;
    display: block;
}

.entry-summary h1 {
    margin-top: 0 !important;
    text-align: left !important;
}
.entry-summary h1:after {
    content: "";
    background-color: #000000 !important;
    width: 50px;
    height: 4px;
    display: block;
    margin: 15px auto 15px 0;
}
.quantity {
    width: 70px;
    display: inline-block;
}
.single_add_to_cart_button {
    display: inline-block;
    padding: 7px !important;
}

.images a img {
    max-width: 100%;
    height:auto;
}
.woocommerce-Tabs-panel {
    float: left;
}
.product_meta {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #777;
    font-size: 0.8em;
}
.entry-summary h1 {
    font-size: 1.7em !important;
}

.entry-summary .woocommerce-Price-amount {
    font-weight: bold;
    font-size: 1.7em;
    color: #bd0c31 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.qty {
    border: 1px solid #eee !important;
    padding: 5px;
        width: 100px;
}

.leftside {
    display: inline-block;
    width: 45%;
    float: left;
    margin-top: 40px;
}
.rightside {
    display: inline-block;
    width: 55%;
    float: left;
    padding-left: 20px;
    margin-top: 40px;
}

@media screen and (max-width:700px) {  

.leftside {
    display: block;
    width: 100%;
    float: none;
    margin-top: 40px;
}
.rightside {
    display: block;
    width: 100%;
    float: none;
    margin-top: 40px;
    padding-left: 0px;
}

}


.relatedprods {
    display: inline-block;
    width: 100% !important;
    margin-top: 80px;
}

.relatedprods h2 {
    color: #bd0c31 !important;
    margin-bottom: 25px;
}
.relatedprods .woocommerce-loop-product__title {
    color: #fff !important;
}
.posted_in {
    display: none;
}
.sku_wrapper {
    margin-bottom: 25px;
    display: block;
}
#ctabar {
    color: #fff !important;
    font-size: 1.2em;
}
#ctabar span {
    color: #fff !important;
    display: block;
    width: 100%;
    font-size: 2.2em;
    font-weight: bold;
}


.products li .price del {
    display: none;
}


.salebar {
    display: block;
    margin-top: 30px;
}
.salebar img {
    max-width: 100%;
}
#bottomitems .ajax_add_to_cart {
    display: none;
}
#bottomitems .woocommerce ul.products li.product a img {
    margin: 0 auto !important;
}
#bottomitems .button {
    display: none;
}
.reset_variations {
    display: none !important;
}
.single_variation {
    margin-top: 20px;
    margin-bottom: 20px;
}

.label {
    display: inline;
    padding: 0 20px 0 0;
    font-size: 100%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    /* display: none; */
    color: #bd0c31 !important;
    line-height: 30px;
    text-align: left;
}
.variations {
    padding-top: 10px;
    padding-bottom: 15px;
}
.fromhome {
    display: inline-block;
    padding-right: 20px;
}
.products li .fromhome {
    display: none;
}
#bottomitems .fromhome {
    display: none;
}
.single_variation_wrap {
    margin-top: 20px;
}
.variations select {
    width: 250px;
}
.shop_attributes {
    margin-top: 0px;
}
.shop_attributes tr {
    background-color: white !important;
    border-bottom: 1px solid #eee;
}
.shop_attributes tr td {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 10px;
    vertical-align: top;
}
.shop_attributes tr th {
    vertical-align: top;
    padding-top: 10px;
}
.thumbnails {
    margin-top: 20px;
}
.cart_item .product-thumbnail {
    max-width: 80px;
}
.container-fluid h1 {
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width:750px) {  

    .products li {
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
}

}
@media screen and (max-width:550px) {  

    .products li {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

}
/********************* XPERTWEB.CO.UK ***********
Accordion
************************************************/
#faq h2 {
    text-align: center;
}
.accordion p {
    text-align: left !important;
}
.accordion {
	list-style: none;
	padding: 2px;
    display: block;
    
}
.accordion > li:first-of-type {
    margin-top:0px !important;
}
.accordion > li {
	display: block;
	list-style: none;
    margin-left: 0 !important;
    border: 2px  solid #eee;
    background-color: #fff;
    margin-top:15px;

    text-align: left !important;
    
    
}
.accordion > li > span {
	display: block;
	margin: 4px 0;
	background-image: url('https://4playadultstore.co.uk/wp-content/themes/purpldigitltheme/images/closed.png');
    background-position: 98% center;
	background-size: 25px;
	cursor: pointer; font-size:16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px;
    background-repeat: no-repeat;
    padding-right: 35px;
}
.accordion > li > div {
	list-style: none;
	padding: 6px;
	display: none; overflow:auto
}
.accordion > ul li {
	font-weight: normal;
	cursor: auto;
	padding: 0 0 0 7px;
}
.accordion > ul {
	position: relative;
}

.accordion a {
	text-decoration: none;
}
.accordion li > span:hover {
}
.accordion li > span.active {
    background-image: none;
    background-position: 98% center;
	background-size: 25px;
    color: #bd0c31 !important;
    background-repeat: no-repeat;
    
    
}

.activetab {
    background-color: #1d1d1d !important;
    border-bottom: 1px solid #1d1d1d !important;
}
.activetab div {
    font-size: 1em;
    padding: 0px 15px 15px 15px !important;
    display: block;
    color: #fff;
}
.activetab ul {
    margin-left: 0px;
    padding-left: 0;
}
.activetab ul li {
    margin-bottom: 10px;
}
.activetab ul li p {
    margin-top: 10px;
}
/********************* XPERTWEB.CO.UK ***********
Media Screen Defaults
************************************************/

#responsive-menu a {
    color: #ffffff !important;
}



@media screen and (min-width:701px) {
.woocommerce-MyAccount-navigation ul li {
        display: inline-block !important;
}
}
    
@media screen and (max-width:700px) {  

.woocommerce-MyAccount-navigation ul:before {
        content: "View Account Menu";
}
.woocommerce-MyAccount-navigation .open:before {
        content: "Hide Account Menu" !important;
}
.woocommerce-MyAccount-navigation ul li {
        display: none;
}
.woocommerce-MyAccount-navigation .showmenu {
        display: block;
}

}

/********************* XPERTWEB.CO.UK ***********
Media Screen Custom
************************************************/

@media screen and (max-width:1100px) {  

    #menuarea .col-xs-10 {
        width:77%;
    }
    #menuarea .col-xs-2 {
        width:23%;
    }

}


@media screen and (max-width:800px) {  

#menuarea .col-xs-10 {
        width:100%;
    }
    #menuarea .col-xs-2 {
        width:100%;
    }
    
    #menuarea .mw {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    #bottomitems .products li {
        width:46%;
        float: left;
    }
    #menuarea .col-xs-10 {
        display: none;
    }
        #header .col-xs-6 {
        display: block;
        width: 100%;
        text-align: center;
    }
    #header .col-xs-6 img {
        max-width: 70%;
        width: 200px;
    }

}




@media screen and (max-width:750px) { 
.oneblock {
display: inline-block;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    background-color: #1d1d1d;
    margin-top: 30px;
    float: left;
    
}
    

    
    
    #footer .col-xs-5,#footer .col-xs-4,#footer .col-xs-3 {
        width: 100%;
        text-align: center;
    }
    .socialfooter {
        margin-top: 50px;
    }
    #footermenu {
        padding-top: 35px;
    }
}



@media screen and (max-width:600px) { 
.oneblock {
display: inline-block;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 30px;
    float: none;
}
    #bottomitems .products li {
        width:100%;
        float: none;
    }
}