html,
body {
  height: 100%;
  width: 100%;
}

body {
  background: #3b3c3c;
}

ul,
ol {
  list-style-position: inside;
  padding: 0;
}
.wrapper {
  margin: 0px;
  padding: 0px;
}
/* .pd30 {
  padding: 30px 0;
} */
.main {
  margin: -15px;
}
.header {
  position: relative;
  z-index: 250;
}
.header .top {
  background-image: url(../images/der-rough-spot.jpg);
  background-color: #000000;
  color: #212222;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 14px;
  z-index: 10;
  padding: 10px 0;
  border-bottom: 1px solid #990000;
}
.header .top .left_link ul {
  margin: 0px;
  padding: 0px;
}
.header .top .left_link li {
  margin: 0px;
  padding: 0 10px;
  list-style: none;
  float: left;
  border-right: 1px solid #212222;
}
.header .top .left_link li:last-child {
  border-right: none;
}
.header .top .right_link {
  margin: 0;
  padding: 0px;
  text-align: right;
}
.header .top .right_link ul {
  margin: 0px;
  padding: 0px;
  float: right;
}
.header .top .right_link li {
  margin: 0px;
  padding: 0 10px;
  list-style: none;
  float: left;
  border-right: 1px solid #212222;
  position: relative;
}
.header .top .right_link li:last-child {
  border-right: none;
}
/* .header .top .right_link li.cart_icon:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 30px;
  left: -10px;
  top: -5px;
  background: url(../images/cart_icon.png) no-repeat 0 0px;
} */
.cart_icon:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 30px;
  left: -10px;
  top: -5px;
  background: url(../images/cart_icon.png) no-repeat 0 0px;
}
.header .top a {
  color: #555555;
}
.header .top a:hover {
  color: #5c8931;
  text-decoration: none;
}
.header .bottom {
  background-image: url(../images/clouds.png);
  background-color: #3b3c3c;
  padding: 5px 0;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.19999999999999996);
}

.searchBox {
  position: relative;
  padding-bottom: 15px;
}
.search_input {
  margin: 0px;
  padding: 5px 120px 5px 30px;
  height: 40px;
  border: 1px solid #949494;
  width: 100%; /*background:url(../images/search_icon.png) no-repeat 5px 8px;*/
  border-radius: 5px;
  box-sizing: border-box;
}
.btnSearch {
  margin: 0px;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 100px;
  text-align: center;
  background-color: #949494;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #949494;
  height: 40px;
  box-sizing: border-box;
}
.btnSearch:hover {
  color: #dbdbdb;
}
.header .bottom:before {
  content: '';
  display: block;
}
.header .bottom:after {
  content: '';
  display: table;
  clear: both;
}
.header .bottom > .container > .row {
  position: relative;
}

.bannerWrapper {
  margin: 0px;
  padding: 0px;
}
.bannerWrapper img {
  width: 70%;
}

.subnav_row {
  /* background-color: #898989; */
  padding: 10px 0 0;
  /*text-align: center;*/
}
.subnav_row a {
  margin: 0 0 15px;
}

.sub_menu {
  position: absolute;
  width: 100%;
  left: 0px;
}
.nav > li.full_width {
  position: inherit !important;
}
.dropdown-menu {
  border: 0px !important ;
  box-shadow: none !important;
  border-radius: 0px !important;
}
.sub_menu ul {
  margin: 0px;
  padding: 0px;
}
.sub_menu li {
  margin: 0px;
  padding: 3px 20px;
  list-style: none;
}
.sub_menu li a {
  color: #b2b2b2;
  text-decoration: none;
  font-size: 12px;
}
.sub_menu li a:hover {
  text-decoration: none;
  color: #fff;
}

.row_menu {
  padding: 0 15px;
}
.row_menu .menu_col_4 {
  float: left;
  width: 25%;
}

.home_left,
.home_right {
  box-sizing: border-box;
  position: relative;
}
.home_left {
  width: 75%;
  float: left;
  padding: 22px 10px;
}
.home_right {
  width: 25%;
  float: right;
  padding: 20px 23px 0 0;
  height: 1636px;
}
.mid_bg {
  background: #dbdbdb;
}

.intro_white_box {
  background-color: #fff;
  padding: 15px;
  margin: 0 10px 20px;
}
.intro_white_box h2 {
  margin: 0px;
  padding: 0 0 15px;
  font-size: 32px;
  color: #b61818;
  font-weight: normal;
}
.btn_row {
  margin-bottom: 10px;
  margin-top: 2%;
}
.btn_row a {
  margin: 0 5px;
  background-color: #0b58b0;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  border: 0;
  border-radius: 5px;
}
.btn_row a:hover {
  margin: 0 5px;
  background-color: #5c8931;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  transition: all 220ms;
}

/*home products*/
.wall-item {
  display: block;
  margin: 0 0 30px 0;
  padding: 0px;
  background: #ececec;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transition: all 220ms;
  overflow: hidden;
}
.wall-item:hover {
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.3);
  transition: all 220ms;
  text-decoration: none;
}
.wall-item > img {
  display: block;
  width: 100%;
  margin: 0;
}
.wall-item-details {
  padding: 10px 20px;
  display: block;
  position: relative;
}
.up_ar {
  position: absolute;
  left: 20px;
  top: -11px;
  z-index: 0;
}
.wall-item h2 {
  color: #000000;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.wall-item .price_text {
  margin: 0px;
  padding: 0px;
  color: #b70000;
  font-weight: bold;
}
.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 33.333333%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.wall-item p.dl_text {
  margin: 0px;
  padding: 0px;
  color: #6a6a6a !important;
}

/*--- Sidebar ---*/
.widget {
  background-color: #ffffff;
  border-top: 5px solid #6b6b6b;
  padding: 20px;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  border-radius: 2px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
}
.widget h3,
.widget h3.widget-title {
  margin: 0px;
  padding: 10px 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #6f6f6f;
  border-bottom: 1px solid #f0f0f0;
}
.widget.Categories ul,
.widget.Menu ul {
  list-style: none;
  margin: 0;
}
.widget.Categories > ul,
.widget.Menu > ul {
  margin: -20px -20px;
}
.widget.Categories a,
.widget.Menu a {
  display: block;
  padding: 15px 20px;
  border-bottom: 1px solid #f0f0f0;
  color: #797d7b;
  text-decoration: none;
  font-size: 12px;
}
.widget.Categories a:hover,
.widget.Menu a:hover,
.widget.Categories a:focus,
.widget.Menu a:focus {
  background-color: #6b6b6b;
  color: #ffffff;
}
.widget.Categories a:hover .count,
.widget.Menu a:hover .count,
.widget.Categories a:focus .count,
.widget.Menu a:focus .count {
  background-color: #ffffff;
  color: #6b6b6b;
  text-shadow: none;
}
.widget.Categories ul ul a,
.widget.Menu ul ul a {
  padding-left: 40px;
}
.widget .box {
  padding: 15px;
  color: #939694;
  font-size: 14px;
}

.categorysidebar {
  padding: 0px;
}
.categorysidebar h3.widget-title {
  margin: 0;
  padding: 10px 15px !important;
}
.categorysidebar ul {
  margin: 0px;
  padding: 0px;
}
.categorysidebar li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
}
.categorysidebar li a {
  margin: 0;
  padding: 8px 10px;
  color: #939694;
  display: block;
}
.categorysidebar li a:hover {
  background-color: #6b6b6b;
  color: #fff;
  text-decoration: none;
}
.categorysidebar li.active a {
  margin: 0px;
  padding: 0px;
}

.widget .hgroup {
  border-bottom: 1px solid #f0f0f0;
  margin: 0px;
  padding: 10px 15px;
}

.widget .hgroup h3 {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}
.widget .hgroup h5 {
  margin: 0px;
  padding: 0px;
  color: #939694;
  font-size: 14px;
}

div.sidebar_right {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
  transition: all 220ms;
  padding-bottom: 10px;
}

/*FOOTER*/
.footer {
  position: relative;
  z-index: 50;
  background-color: #000;
  padding: 0;
  width: 100%; /*font-size: 13px; color: #797d7b;*/
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
}
.footer h6 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #474948;
}
.footer .links {
  margin: 0;
  text-align: center;
}
.footer .links li {
  margin: 0px;
  padding: 10px;
  list-style: none;
}
.footer .links a {
  color: #474948;
  text-decoration: none;
}
.footer .links a:hover,
.footer .links a:focus {
  color: #5c8931;
}

/*--- social icons ---*/
.social {
  margin-top: 40px;
}

/*---Copyright Text---*/
.ft_copyright_row {
  background-color: #474948;
  padding: 10px 0;
  color: #939694;
  font-size: 12px;
  line-height: 18px;
}
.ft_copyright_row a {
  color: #adafae;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.ft_copyright_row a:hover {
  color: #c7c8c8;
}
.right_link a {
  margin: 0 0px 0 10px;
}

/*.sidebar_right { float:right;}*/

.goToTop {
  position: fixed;
  top: 0;
  height: 50px;
  z-index: 999999;
}
nav {
  position: absolute;
  bottom: 0;
  width: 100%;
}
nav li {
}

.logo {
  /*padding-bottom:15px; */
  /*text-align:center;*/
  width: auto;
  height: 50px;
  background-repeat: no-repeat;
}

.catimage {
  width: 100%;
  padding-left: 1px;
}

/*Button and form field styles*/
input.qbuybutton {
  background: #0b58b0;
  color: #fff;
  padding: 5px 15%;
  border: 0;
  border-radius: 5px;
  font-size: 1.1em;
  margin-top: 10px;
  margin-left: 25%;
}

input.qbuybutton:hover {
  background: #5c8931;
  color: #fff;
  cursor: pointer;
}
canvas {
  cursor: crosshair;
  display: block;
}

.big-link {
  display: block;
  position: fixed;
  right: 8%;
  top: 30%;
  z-index: 9999999;
}

p.cstitle {
    text-align: center;
    font-size: 24px;
    padding-bottom: 2%;
}

div.catnavandcheckout {
  display: block !important;
}

div.catdiscounts {
  display: none !important;
}    

div.sidebar_right {
  padding: 15px !important;
}

div.detailprice {
  clear: none !important;
}

div.detailshortdescription {
 clear: none !important;
}

input.checkoutbutton, button.checkoutbutton {
  width: auto !important;
}

input.ectbutton, button.ectbutton {
  padding: 6px 50px !important;
}

@media screen and (min-width: 1080px) {
  .site-header .logo {
    background-image: url(/images/logo.png) !important;
    margin-bottom: 10px;
  }
  .thank-you .img {
    background-image: url(/images/dp-md.png) !important;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1079px) {
  .site-header .logo {
    background-image: url(/images/logo-md.png) !important;
  }
}
@media screen and (max-width: 487px) {
  .site-header .logo {
    background-image: url(/images/logo-sm.png) !important;
  }
  .thank-you .img {
    background-image: url(/images/dp-sm.png) !important;
    margin-bottom: 10px;
  }
}

@media (max-width: 980px) {
}

@media (max-width: 800px) {
  .home_left {
    /* float: none; */
    width: 100%;
    top: auto;
    position: inherit;
    margin: 0px;
  }
  .home_right {
    float: none;
    width: 70%;
    position: inherit;
    margin: 0px auto;
    clear: both;
  }

  .goToTop {
    position: inherit;
    height: auto;
  }
}

@media (max-width: 767px) {
  .footer .links {
    /*margin-bottom: 40px;*/
    margin-bottom: 0;
  }
  /*.sidebar_right { float:none;}*/
  .categorysidebar {
    margin-top: 20px;
  }
  div.product {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .wall-column {
    width: 50%;
  }
  .home_right {
    width: 90%;
  }
  .ft_copyright_row .right_link {
    text-align: left;
    margin-left: -10px;
    padding-top: 5px;
  }
  .left_link {
    width: 100%;
    float: left;
  }
  .header .top .right_link ul {
    margin: 0;
    padding: 0 0 0 40px;
    text-align: center;
  }
  .header .top .left_link {
    float: none;
    text-align: center;
  }
  .header .top .left_link li {
    margin-bottom: 8px;
    float: none;
    display: inline-block;
  }

  .row_menu {
    padding: 0px;
  }
  .row_menu .menu_col_4 {
    float: none;
    width: 100%;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 20px;
  }
  .btn_row a {
    font-size: 12px !important;
    white-space: nowrap;
    line-height: 2.4;
  }
  .big-link {
    right: 5%;
  }
  div.product {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .wall-column {
    width: auto;
    float: none;
  }
  .home_right {
    width: 100%;
  }
  div.product {
    width: 100% !important;
  }
}

@media (max-width: 360px) {
  div.product {
    width: 100% !important;
  }
}

@media (max-width: 320px) {
  div.product {
    width: 100% !important;
  }
}

/* Amazon Button */

div.amazonpaybutton {
  float: left;
  width: 100%;
  margin: 18px 0px;
}

div.amazonpaybuttontext {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}

/* Amazon Widget */

div.amazoncontent {
  float: left;
  width: 100%;
  text-align: center;
}

#addressBookWidgetDiv {
  margin: 0 auto !important;
  width: 90% !important;
  margin-bottom: 12px !important;
  height: 228px;
}

#walletWidgetDiv {
  margin: 0 auto !important;
  width: 90% !important;
  height: 228px;
}

/* Amazon pay link and logout divs */

div.paynowamazon {
  float: left;
  width: 100%;
  margin: 16px 0px;
}

div.amazonlogout2 {
  float: left;
  width: 100%;
}
div.detaillink {
  display: none;
}
div.detaillistprice {
  clear: none !important;
}
div.catname {
  padding: 25px 0px 4px 4px !important;
  float: none !important;
  text-align: center;
  font-size: xxx-large;
  font-style: italic;
  font-weight: bold;
  color: white;
  text-shadow: 2px 2px 5px #000;
}
.catdesc {
  padding-top: 20px !important;
  float: none !important;
  text-align: center;
  font-size: xxx-large;
  font-weight: 500;
}