@font-face {
  font-family: "DenkOne";
  src: url("../fonts/DenkOne-Regular.ttf");
}
@font-face {
  font-family: "Arial Narrow";
  src: url("../fonts/Arial Narrow.ttf");
}

body {
  font-family: "Roboto-Regular", "Roboto-Medium", "Roboto-Bold";
}

/*code start here*/
.page-wrapper .page-header .header.panel {
  padding-bottom: 0px;
  padding-top: 0px;
}
.page-header .header.panel .logo {
  margin: 0px;
  padding: 10px 0px;
}
a.logo img {
  width: 120px;
  height: auto;
}
nav.navigation {
  position: relative;
  width: 17%;
  float: left;
  background-color: #fff;
  margin-top: -50px;
  margin-left: 14%;
  height: 49px;
}
.menu-icon {
  width: 30px;
  height: 25px;
  float: left;
  cursor: pointer;
  margin-top: 4px;
}
.main-menu-area p {
  padding: 0px;
  font-weight: 600;
  position: relative;
  top: 4px;
  left: -40px;
  font-size: 13px;
  color: #222;
  float: right;
}
.dropdown-content {
  display: none;
}
.show {
  position: absolute !important;
  z-index: 999;
  background-color: #fff;
  margin-top: 49px !important;
  padding: 0px 15px !important;
  border-bottom: 3px solid #afaf24;
  box-shadow: 12px 0 15px -10px rgba(204, 204, 204, 1),
    -12px 0 8px -10px rgba(204, 204, 204, 1);
}
ul#myDropdown li {
  width: 100%;
  display: block;
  width: 250px;
  border-bottom: 1px solid #e4e4e4;
  /*background-image: url('../images/image-select.jpg');
    background-repeat: no-repeat;
    background-position: 242px 15px;*/
}
nav.navigation:hover ul {
  display: block;
}
ul#myDropdown li:last-child {
  border-bottom: none;
}
ul#myDropdown li:hover {
  background-color: #fff !important;
}
ul#myDropdown li a:hover {
  background-color: #fff !important;
}
ul#myDropdown li a:hover span {
  color: #afaf24;
  font-weight: 700;
}
ul#myDropdown li a:visited,
ul#myDropdown li a:active,
ul#myDropdown li a:focus,
ul#myDropdown li a:focus-within {
  /*border-bottom: 1px solid #e4e4e4 !important;*/
  border: none !important;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: none;
}
.navigation .active > .level-top,
.navigation .has-active > .level-top {
  border: none !important;
}
ul#myDropdown li a {
  display: block;
  text-transform: uppercase;
  padding: 0px;
  height: 40px;
  font-weight: 500;
  color: #666666;
  font-weight: bold;
  border-color: transparent !important;
}
ul#myDropdown li a span {
  position: relative;
  top: -6px;
  color: #444;
  font-size: 13px;
}
ul#myDropdown li a:hover span.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
  background-image: url("../images/image-select.jpg");
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding: 4px !important;
  position: absolute !important;
  top: 16px !important;
}
span.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
  background-image: url("../images/select-normal.png");
  background-repeat: no-repeat;
  background-position: 0 0px;
  padding: 4px !important;
  position: absolute !important;
  top: 16px !important;
}
span.ui-menu-icon.ui-icon.ui-icon-carat-1-e:after {
  display: none !important;
}
.submenu {
  position: relative;
  left: 275px !important;
  top: 0px !important;
}
.submenu li {
  height: 40px;
}
/*.submenu li a:hover{
    background-color: red;
}*/
.submenu li a span {
  position: relative;
  top: 10px !important;
  left: 5px;
}
span.ui-menu-icon.ui-icon.ui-icon-carat-1-e {
  left: 240px;
}
.page-header .header.panel .block-search .nested {
  display: none;
}
.block.block-search {
  width: 400px;
  position: relative;
  left: -145px;
  top: 16px;
}
.control input#search {
  height: 42px;
  border: 1px solid #e5e5e5;
}
.control input#search:focus {
  box-shadow: none;
}
ul.header.links li.greet.welcome {
  display: none;
}
.actions button.action.search {
  margin-top: 5px;
}
/*li.authorization-link {
    background-image: url('../images/account-icon.png');
    background-position: 1px 3px;
    background-repeat: no-repeat;
    padding-left: 20px; 
}*/

.page-header .header.panel > .header.links > li {
  margin: 0 0 0 2px;
}
.panel.header ul.header.links {
  margin-top: 29px;
  position: relative;
  left: -35px;
  background-image: url("../images/account-icon.png");
  background-position: 1px 3px;
  background-repeat: no-repeat;
  padding-left: 20px;
}
ul.header.links li:first-child:after {
  content: " / ";
  visibility: visible;
}
ul.header.links li a {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
}
.page-header .header.panel .minicart-wrapper {
  position: relative;
  right: 0px;
  top: 20px;
}
.minicart-wrapper .action.showcart::before {
  display: none;
}
.minicart-wrapper .action.showcart {
  background-image: url("../images/cart-img-all.png");
  background-position: 1px 12px;
  background-repeat: no-repeat;
  padding-left: 20px;
  width: 60px;
  height: 30px;
}
span.my-cart-text {
  font-size: 13px;
  color: #222;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  top: 8px;
}
.minicart-wrapper .action.showcart .counter.qty.empty,
.minicart-wrapper .action.showcart .counter.qty {
  display: block;
  color: #afaf24;
  position: relative;
  top: -17px;
  background-color: transparent;
  left: 16px;
  font-weight: 600;
  font-size: 13px;
}
.block.newsletter .field .control:before {
  display: none;
}
.footer-subscribe .block.newsletter {
  margin: 0px;
  width: 95%;
}
.block.newsletter input {
  padding-left: 15px;
  height: 40px;
  border: 1px solid #f2f2f2;
}
.block.newsletter input:focus {
  box-shadow: none;
}
.subscribe-area {
  width: 100%;
  height: 75px;
}

.sublscribe-main {
  width: 80%;
  margin: 0 auto;
  padding-top: 6px;
}
footer.page-footer {
  border-top: 1px solid #e5e5e5;
}
footer.page-footer .footer.content {
  border: none;
  margin-top: 0px;
  padding-bottom: 0px;
}
.footer-subscribe {
  overflow: hidden;
}
.footer-top-area {
  background-color: #f5f5f5;
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
}
.subscribe-main-area {
  width: 56%;
  float: right;
  display: contents;
}
.subscribe-heading {
  width: 44%;
  float: left;
}
.subscribe-heading h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #222;
}
button.action.subscribe.primary {
  height: 40px;
  background-color: #afaf24;
  border: none;
  position: relative;
  left: -4px;
  text-transform: uppercase;
}
.block.newsletter .action.subscribe {
  border-radius: 0px;
}
.footer-link-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  height: auto;
  padding-top: 30px;
  padding-bottom: 20px;
  overflow: hidden;
}
.footer-top-sub {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.comodo-sucure img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.accept-card {
  margin-bottom: 20px;
}
.accept-card img {
  display: block;
  margin: 0 auto;
}
.copyright {
  background-color: #464646;
}

.copyright-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: auto;
}

.left-copyright-main {
  width: 100%;
  float: left;
}

.left-copyright-main ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}

.left-copyright-main ul li {
  display: inline-block;
}
.left-copyright-main ul li span {
  color: #fff;
  margin-right: 22px;
}

.left-copyright-main ul li a {
  color: #fff;
  margin-right: 25px;
}
.left-copyright-main ul li a:hover {
  text-decoration: none;
}
.right-copyright-main {
  width: 100%;
  float: left;
}
.right-copyright-main p {
  color: #ccc;
  text-align: center;
  margin: 0px;
  font-size: 12px;
}
.center-copyright-main {
  width: 100%;
}

.center-copyright-main p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

/*content-area*/

.home-category-area {
  background-color: #e2e9bc;
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  border-bottom: 1px solid #ebebeb;
  position: relative;
  top: -10px;
}

.home-category-main-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 20px;
  width: auto;
}
.home-category-main-area ul {
  padding: 0px;
  width: 100%;
  margin: 0px;
  display: table;
  list-style: none;
}
.home-category-main-area ul li {
  margin-right: 2%;
  width: calc(17% - 2%);
  list-style: none;
  float: left;
  padding: 0px;
}
.home-category-main-area ul li:nth-child(6n) {
  margin-right: 0px;
}

.home-category-main-area ul li img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home-category-main-area ul li h3 {
  font-size: 14px;
  text-align: center;
  margin: 0px;
  font-weight: 600;
  color: #444;
  overflow: hidden;
  height: 30px;
  margin-top: 7px;
}
.home-category-main-area ul li:hover h3 {
  color: #222;
}
.home-category-main-area ul li:hover a {
  text-decoration: none;
}
.shop-by-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  overflow: hidden;
  margin-bottom: -15px;
}
.shop-by-area .left-shop-by-area {
  width: 50%;
  float: left;
  position: relative;
  /*background-image: url('../images/print-bags-small.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;*/
}
.shop-by-area .right-shop-by-area {
  width: 50%;
  float: right;
  position: relative;
  /*background-image: url('../images/shopbyindustry.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 440px;*/
}
.left-shop-by-area img,
.right-shop-by-area img {
  width: 100%;
}
.shop-by-area-content {
  position: absolute;
  top: 45%;
  width: 100%;
}
.left-shop-by-area p,
.right-shop-by-area p {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.left-shop-by-area h2,
.right-shop-by-area h2 {
  text-align: center;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0px;
  padding: 0px 20%;
}
.left-shop-by-area .shop-by-area-content {
  top: 48%;
}
.full-disire-home-text-content {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  border-top: 1px solid #e2e9bc;
  margin-top: -11px;
  padding: 30px 0px;
}
.disire-home-text-content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 20px;
  width: auto;
}
.disire-home-text-content h1 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #222222;
  letter-spacing: 3px;
  margin-bottom: 25px;
}

.disire-home-text-content p {
  color: #444444;
  text-align: justify;
  font-size: 15px;
  padding: 0px 5%;
}
.disire-home-text-content p strong {
  color: #afaf24;
  font-weight: normal;
}
.all-sponsor-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}
.sponsor-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.sponsor-area h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #222222;
  margin: 35px 0 70px 0;
}
.sponsor-main-area {
  width: 100%;
  overflow: hidden;
}
/*.sponsor-main-area > div {
    float:  left;
    margin: 0px 4%;
    width: 12%;
}*/
.sponsor-main-area > div {
  float: left;
  margin: 0px 4%;
  width: 12%;
}
.sponsor-main-area > div > div img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: 80px;
}
/*.partner-img-manage img {
    width: 60% !important;
}*/
/*.sponsor-main-area > div img {display: block;margin-left: auto;margin-right: auto;}*/
.sponsor-main-area > div:last-child {
  margin-right: 0px;
}
.custom-print-bag-area {
  background-image: url("../images/custom-print-bags.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: 450px;
  margin-top: -15px;
}
.custom-print-bag-area .main-print-bag-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  padding-top: 20px;
}
.promo-banner {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: 410px;
  margin-top: -10px;
  position: relative;
}
.promo-banner-text {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding: 20px;
  width: auto;
}
.promo-banner img {
  width: 100%;
  height: 100%;
}
.promo-banner h3 {
  color: #fff;
  font-size: 42px;
  text-align: center;
  margin: 0px;
  padding: 136px 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
  position: absolute;
  top: 0px;
  line-height: 65px;
  width: 1000px;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0px;
}
.main-print-bag-area h2 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-top: 175px;
}

.main-print-bag-area p {
  text-align: center;
}

.main-print-bag-area p a {
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
}
.social-area {
  padding-top: 15px;
}
.social-area h3 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #222;
}
.top-social-link {
  width: 150px;
  margin: 0 auto;
  padding-top: 10px;
}

.top-social-link ul {
  padding: 0px;
  margin: 0px;
}

.top-social-link ul li {
  display: inline-block;
  padding: 0px 15px;
}
.top-social-link ul li a,
.product-social-area-link ul li a {
  /*background-image: url('../images/social-icons.jpg');
    padding: 0px 10px;
    background-repeat: no-repeat;*/
}
.instagram {
  /*background-position: 0px 0px;*/
}
.twitter {
  /*background-position: -30px 0px;*/
}
.facebook {
  /*background-position: -60px 0px;*/
}
.bottom-spcial-link-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
  margin-top: 20px;
  overflow: hidden;
}
.forth-link {
  width: 19%;
  float: left;
  margin-right: 1%;
}
.inner-forth-link {
  position: relative;
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 115px 0px;
  background-size: cover;
}
.inner-forth-bg-1 {
  background-image: url("../images/bottom-overlay-image-one.jpg");
}
.inner-forth-bg-2 {
  background-image: url("../images/bottom-overlay-image-two.jpg");
}
.inner-forth-bg-3 {
  background-image: url("../images/bottom-overlay-image-three.jpg");
}
.inner-forth-bg-4 {
  background-image: url("../images/bottom-overlay-image-four.jpg");
}
.inner-forth-bg-5 {
  background-image: url("../images/bottom-overlay-image-five.jpg");
}
.img-overlay {
  position: absolute;
  left: 0;
  width: 91.5%;
  color: #fff;
  font-size: 14px;
  padding: 15px;
  visibility: hidden;
  opacity: 1;
  z-index: unset !important;
  background-color: #000;
  height: 87%;
}
.inner-forth-link:hover .img-overlay {
  bottom: 0;
  opacity: 0.7;
  visibility: visible;
  z-index: 9;
  transition: 0.2s;
}
.img-overlay h3 {
  font-size: 14px;
  letter-spacing: 0px;
  border-bottom: 2px solid #fff;
  width: 50%;
  padding-bottom: 4px;
  margin-left: 25%;
  color: #fff;
}
.img-overlay img {
  margin-left: 49%;
  margin-top: 70px;
}
.forth-link-last {
  margin-right: 0px;
}

/*category page css*/
/*.category-view{
    width: 99.4vw;
    margin-left: calc(-50vw + 50%);
    height: auto;
    background-color: #f5f5f5;
}*/
.category-view .category-image {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: 0px;
}
.category-view .category-image img {
  width: 100%;
}
.category-view-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  margin-bottom: 30px;
}
.breadcrumbs-area {
  background-color: #e2e9bc;
  border-bottom: 1px solid #ebebeb;
}
.breadcrumbs {
  padding: 7px 7px;
  margin: 0px;
}
.breadcrumbs ul.items li.item a {
  color: #444;
  font-weight: normal;
  text-transform: uppercase;
}
.breadcrumbs ul.items li.item strong {
  color: #444;
  font-weight: 700;
}
.sections.nav-sections {
  margin-bottom: 0px;
}
.page-products.page-layout-1column .products-grid .product-item,
.page-products.page-layout-2columns-left .products-grid .product-item {
  margin-right: 1% !important;
  margin-left: 0px !important;
  border: 1px solid #e2e9bc !important;
  margin-bottom: 25px;
  width: calc(16.83% - 1%) !important;
}
.page-products.page-layout-1column .products-grid .product-item:nth-child(6n),
.page-products.page-layout-2columns-left
  .products-grid
  .product-item:nth-child(6n) {
  margin-right: 0px !important;
}
.attr-row-div {
  position: relative;
}

.page-products .product-item-info {
  width: 100%;
}
/*span.product-image-container {
    width: 100% !important;
}*/
span.product-image-wrapper {
  /*padding-bottom: 70% !important;*/
}
img.product-image-photo {
  /*width: 75% !important;*/
}
.page-products
  .product-item-info
  .product.details.product-item-details
  .price-box.price-final_price {
  padding: 5px 0px;
}

.price-wrapper span.price {
  /*position:  relative;
    left: 35%;*/
}

.discount-price span.price-label {
  display: none;
}
.discount-price span.base-price-lebel {
  display: none;
}
span.base-price-lebel {
  margin-left: 15px;
  font-weight: 700;
}
.attr-row-div .product.details.product-item-details .price-wrapper {
  float: right;
  margin-right: 15px;
}
span.discount-price-lebel {
  margin-left: 15px;
}

.discount-price .price-wrapper {
  float: right;
  margin-right: 15px;
}
.customize-related-price span.base-price-lebel {
  display: none;
}
.product-info-price .base-price-lebel {
  display: none;
}

.actions-secondary {
  display: none !important;
}
.product.details.product-item-details {
  background-color: #e2e9bc;
  border-top: 1px solid #e2e9bc;
  position: relative;
}
strong.product.name.product-item-name {
  padding: 0px 0px 0px 0px;
  text-align: center;
  color: #222;
  margin: 0px;
  background-color: #fff;
}
strong.product.name.product-item-name h3 {
  font-size: 12px;
  font-weight: 700;
  margin: 0px;
  line-height: 18px;
  padding: 5px 15px;
}
strong.product.name.product-item-name a.product-item-link {
  text-align: center;
  font-size: 14px;
  color: #444444;
  font-weight: 500;
}

.actions-primary {
  width: 100%;
}

select.attr-select-box {
  width: 58%;
  margin-left: 5%;
  height: 40px;
  color: #b8b8b8;
  border: 1px solid #e6e6e6;
}

.product-item-inner .actions-primary button.action.tocart.primary {
  height: 32px;
  margin-bottom: 5px;
  border: none;
  background-color: #afaf24;
  float: right;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  text-transform: uppercase;
  background-image: url("../images/cart-img-all.png");
  background-repeat: no-repeat;
  background-position: 16px -12px;
}
.product-item-inner .actions-primary button.action.tocart.primary span {
  margin-left: 22px;
}
/*.page-products .product-item-info:hover .list-cart-btn{
    display: block;
}*/
.list-cart-btn {
  height: 35px;
  margin-bottom: 4px;
  border: 1px solid #afaf24;
  background-color: #fff;
  width: 90px;
  cursor: pointer;
  border-radius: 2px;
  position: absolute;
  top: 40%;
  z-index: 2;
  left: 25%;
  display: none;
  /*box-shadow: 0 0 5px 2px rgba(204, 204, 204, 1);*/
}
.list-cart-btn span {
  color: #222;
  font-weight: 700;
  position: relative;
  left: 10px;
  top: 7px;
  text-transform: uppercase;
  font-size: 11px;
}
.cart-single-page {
  border: none;
  border-radius: 0px;
  background-color: #afaf24;
  width: 60%;
  cursor: pointer;
  margin: 0 auto;
}
.cart-single-page a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 0px;
}
.cart-single-page a:hover {
  text-decoration: none;
}
.product-item-inner .product.actions.product-item-actions {
  margin: 0px;
  padding-bottom: 4px;
}

/*single product page style*/
.page-layout-1column .product.media {
  width: 50% !important;
  margin-top: 20px;
  margin-bottom: 0px;
  position: relative;
}
.page-layout-1column .product-info-main {
  width: 50% !important;
  margin-top: 20px;
  position: relative;
}
.fotorama__stage__shaft {
  border: 1px solid #e4e4e4;
  width: 90% !important;
  height: 85% !important;
}
.page-title-wrapper.product h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-top: 10px;
}
.price-box.price-final_price p {
  float: right;
  position: relative;
  top: -2px;
  right: 60%;
}
.price-box.price-tier_price .prices-tier {
  background: #fff;
  margin: 5px 0;
  padding: 0px;
}
div#product-options-wrapper {
  width: 100%;
}
.product-quantity-area {
  width: 100%;
  margin-top: 20px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
  padding-bottom: 10px;
}
.field.configurable.required > .label {
  display: none !important;
}
.paypal.checkout {
  display: none;
}
.field.qty .label span {
  display: none;
}
.field.configurable.required .control select {
  width: 48%;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #222;
}
.field.configurable.required .control select:focus {
  box-shadow: none;
}
.product-options-bottom {
  position: relative;
  margin-top: -40px;
}
.product-options-bottom .actions button:hover,
.product-options-bottom .actions button:focus {
  background-color: #f73235;
  border: none;
}
.product-options-bottom .actions button span {
  font-size: 14px;
  position: relative;
  top: -7px;
  font-weight: 500;
}
.product-social-links {
  display: none;
}
.product-info-main .product.attribute.overview {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  margin-top: 10px;
  line-height: 20px;
}
.product-info-main .product.attribute.overview ul li {
  margin-bottom: 5px;
}
.product.attribute.overview .value {
  text-align: justify;
  font-size: 14px;
  color: #222;
}
.product-social-area-link ul {
  padding: 0px;
  margin: 0px;
}

.product-social-area-link ul li {
  list-style: none;
  display: inline-block;
}

.product-social-area-link ul li a {
  margin-right: 20px;
}
.product-social-area-title {
  width: 60px;
  float: left;
}

.product-social-area-link {
  width: 200px;
  float: left;
  margin-top: 13px;
  margin-left: 20px;
}
.product-social-area-title h3 {
  font-size: 15px;
  font-weight: 600;
}
.custom-related-product
  ol.products.list.items.product-items
  li.item.product.product-item {
  margin-right: 1% !important;
  margin-left: 0px !important;
  margin-bottom: 25px;
  width: calc(16.66% - 1%) !important;
}
.custom-related-product
  ol.products.list.items.product-items
  li.item.product.product-item:nth-child(3n + 1) {
  /*margin-left: 2% !important;*/
}
.custom-related-product
  ol.products.list.items.product-items
  li.item.product.product-item:first-child {
  margin-left: 0px !important;
}
.custom-related-product
  ol.products.list.items.product-items
  li.item.product.product-item
  .product-item-info {
  width: 100%;
}
.custom-related-product
  ol.products.list.items.product-items
  li.item.product.product-item
  .product-item-info.related-available {
  border: 1px solid #e2e9bc;
  position: relative;
  cursor: pointer;
}
.custom-related-product strong.product.name.product-item-name {
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 700;
}
.product-item .price-box {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.custom-related-product .product-item .price-box {
  margin: 0px;
  padding: 10px 0px 10px 0px;
}
.product-info-main .box-tocart .input-text.qty,
.product-options-bottom .box-tocart input.input-text.qty {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  color: #8b8b8b;
}
input.input-text.qty:focus {
  box-shadow: none;
}
.custom-related-product .field.choice.related {
  display: none;
}
.related-available .product.actions.product-item-actions {
  display: none;
}
.customize-related-price {
  position: relative;
}
span.customize-related-price-text {
  position: absolute;
  top: 11px;
  left: 85px;
  font-size: 12px;
}
.customize-related-price span.price {
  margin-left: 12%;
  font-size: 14px !important;
}
.related-product-title {
  width: 20%;
  margin: 0 auto;
}

.related-product-title strong#block-related-heading {
  font-size: 20px;
  letter-spacing: 2px;
  color: #464646;
}
.block.related span.product-image-container {
  position: relative;
  left: 14%;
  padding-top: 20px;
}
.block.related
  li.item.product.product-item
  .product-item-info.related-available {
}

/*cart page*/
.minicart-wrapper .action.showcart.active:before {
  display: none;
}
.cart-discount {
  display: none;
  width: 100%;
  overflow: hidden;
  float: left;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
}
.cart-checkout-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f5f5f5;
  height: 65px;
}

.cart-checkout-area-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.left-cart-checkout-area-main {
  width: 50%;
  float: left;
}

.right-cart-checkout-area-main {
  width: 50%;
  float: right;
}
.left-cart-checkout-area-main p {
  font-size: 16px;
  margin-top: 20px;
  color: #676767;
}

.left-cart-checkout-area-main p span {
  color: #afaf24;
}
.right-cart-checkout-area-main a {
  background-color: #afaf24;
  padding: 12px 45px;
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}
.right-cart-checkout-area-main p {
  width: 47%;
  float: left;
  text-align: right;
  font-size: 20px;
  color: #444;
  font-weight: 800;
  margin-top: 18px;
}
.item-deliver-message {
  border: 1px solid #e4e4e4;
  margin-top: 25px;
}

.item-deliver-message p {
  text-align: center;
  color: #666666;
  margin-bottom: 0;
  padding: 15px 0px;
}
.cart-container form#form-validate {
  width: 100%;
}
.product-item-details strong.product-item-name span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #454545;
}
.product-item-details strong.product-item-name a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #454545;
}
.product-item-details dl.item-options {
  font-size: 14px;
  text-transform: uppercase;
  color: #454545;
}
.product-item-details dl.item-options dd {
  color: #656565;
}
a.action.action-edit {
  display: none !important;
}

/*temporary*/
.set-test-position.single-category-content {
  position: relative;
  top: 21px;
}
.single-category-content a {
  text-decoration: none;
}

/*home area*/
/*.left-shipping-area {
    width: 60%;
    float:  left;
}

.right-shipping-area img {
    margin-left: 140px;
    margin-top: 10px;
}

.left-shipping-area h1 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 4px;
    text-align: center;
    margin-top: 115px;
    color: #222222;
    position: relative;
    left: -61px;
    top: 10px;
}

.left-shipping-area p {
    text-align:  center;
    width: 490px;
    margin: 0 auto;
    font-size: 18px;
    color: #555555;
    line-height: 2;
}
.left-shipping-area p strong{
    color: #fa3334;
}*/
.left-shipping-area {
  width: 30%;
  float: left;
  overflow: hidden;
  background-color: #afaf24;
  width: 30vw;
  margin-left: calc(-50vw + 50%);
  padding: 110px 0px;
  background: linear-gradient(#cdcd51, #afaf27);
}
.left-shipping-area h2 {
  float: right;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #fff;
  letter-spacing: 1.5px;
  width: 300px;
}
.right-shipping-area {
  width: 69%;
  overflow: hidden;
  float: right;
}
.right-shipping-content {
  width: 66%;
  float: left;
  margin: 8% 0 0 0;
}

.right-shipping-area img {
  float: right;
}
.right-shipping-content h1 {
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 4px;
  text-align: center;
  color: #222222;
  margin: 0 0 3% 0;
}
.right-shipping-content p {
  text-align: center;
  width: 490px;
  margin: 0 auto;
  font-size: 18px;
  color: #444444;
  line-height: 2;
}
.right-shipping-content p strong {
  color: #afaf24;
}
form#search_mini_form .control input#search::placeholder {
  font-size: 12px;
  color: #989898;
  position: relative;
  top: -1px;
}

form#search_mini_form .control input#search:-ms-input-placeholder {
  font-size: 12px;
  color: #989898;
  position: relative;
  top: -1px;
}

form#search_mini_form .control input#search::-ms-input-placeholder {
  font-size: 12px;
  color: #989898;
  position: relative;
  top: -1px;
}

.phone-area {
  width: 115px;
  float: right;
  position: relative;
  top: 30px;
  left: -60px;
}
.phone-area p {
  font-size: 13px;
  font-weight: 700;
  background-image: url("../images/phone.png");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position: 0px 4px;
  color: #222;
}
.single-category-div {
  margin-top: -20px !important;
}
.footer-top-sub h3 a {
  color: #595959;
}
.single-category-div img {
  width: 60%;
  margin-left: 14%;
}

@media only screen and (min-width: 1200px) {
  .nav-sections-item-content {
    width: 1200px;
    margin: 0 auto;
  }
}

.every-four {
  width: 16% !important;
  float: left;
}
.every-four:last-child {
  float: right;
}
li.parent-li > a {
  color: #222;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
li.child-li > a {
  color: #888;
  font-size: 13px;
  text-decoration: none;
  text-transform: lowercase;
}

.bags-banner {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  margin-bottom: -5px;
}
.bags-banner img {
  width: 100%;
  height: 200px;
}
.breadcrumbs-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
}
.breadcrumbs {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.category-description-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  border-bottom: 1px solid #ebebeb;
  padding-top: 15px;
}
.category-description {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  text-align: justify;
  color: #222;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px;
}
.products-category-area {
  overflow: hidden;
  padding: 0px 0px;
  margin-top: -25px;
}
.products-category-area ul {
  padding: 0px;
  overflow: hidden;
}
.products-category-area ul li {
  list-style: none;
  width: 18%;
  margin: 4px 1%;
  display: inline-block;
}
.products-category-area ul li:nth-child(5n) {
  margin-right: 0px;
}
.products-category-area ul li:last-child {
  margin-bottom: 40px;
}
.products-category-area .category-item {
  /*width: 70%;
    margin: 0 auto;*/
  /*-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;*/
  width: 100%;
  padding: 10%;
}
.products-category-area .category-item h3 {
  width: 100%;
  text-align: center;
  margin: 0px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin-top: -5px;
}
.products-category-area ul li a:hover {
  text-decoration: none;
}
.category-item.not-img h3 {
  padding-top: 155px;
}
ul#myDropdown li a img {
  width: 30px;
  position: absolute;
  left: 2px;
  top: -5px;
}
ul#myDropdown > li > a > img {
  display: none;
}
ul#myDropdown li ul.submenu li ul {
  left: 250px !important;
}
ul.submenu li a span {
  padding-left: 40px;
}

.benefit-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -15px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.main-benefit-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  margin-bottom: 60px;
}
.main-benefit-area h3 {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  letter-spacing: 2px;
  margin: 50px 0;
}
.benifit-img-div {
  background-color: #afaf24;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
}
.benifit-img-div img {
  width: 50%;
  padding: 25%;
}
.single-benefit-content {
  width: 21%;
  float: left;
  margin: 0 2%;
}
.single-benefit-content h4 {
  font-size: 16px;
  text-align: center;
  color: #222;
  padding: 0 10%;
  line-height: normal;
}

.single-benefit-content p {
  padding: 0px 20px;
  color: #444;
  text-align: center;
}
.more-area {
  width: 100px;
  margin: 0 auto;
  background-color: #afaf24;
  overflow: hidden;
}
.benefit-area-content {
  margin-bottom: 30px;
  overflow: hidden;
}

.more-area a {
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 0px;
  font-weight: bold;
}

.industry-category-main-area .single-category-div {
  width: 25%;
  float: left;
  padding-bottom: 30px;
}
.industry-category-main-area .single-category-div p {
  width: 100%;
  text-align: center;
}

.industry-category-main-area .single-category-div img {
  margin-left: 10%;
  width: 84%;
  height: 187px;
}
.industry-category-area {
  margin-top: 50px;
}
.column.main .products {
  margin: 30px 0px -40px 0px;
}
.products.wrapper.grid.products-grid > h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}
.toolbar.toolbar-products {
  display: none;
}

.sections.nav-sections nav.navigation .level0 .submenu a:hover,
.navigation .level0 .submenu a.ui-state-focus {
  background-color: #fff !important;
  color: #fa3336;
}
.product-info-main .box-tocart .action.tocart {
  background-color: #afaf24;
  border: none;
  height: 40px;
  width: 48%;
  margin-top: -6px;
  margin-left: 22px;
  position: absolute;
  right: 0px;
}
.product-info-main .box-tocart .action.tocart span {
  font-size: 14px;
  font-weight: normal;
  position: relative;
  bottom: 6px;
}
.category-item:hover h3 {
  color: #222;
}

.field.configurable.required {
  position: relative;
}
select#attribute1013:-moz-focusring,
select#attribute1014:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8b8b8b;
}
select#attribute1013 {
  position: absolute;
  top: 0px;
  right: 0px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/dropdown-arrow.png") no-repeat right #fff;
  background-size: 10px;
  background-position-x: 98%;
  z-index: 1;
  background-color: #e2e9bc;
}
select#attribute1014 {
  position: relative;
  top: -20px;
  width: 48%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../images/dropdown-arrow.png") no-repeat right #fff;
  background-size: 10px;
  background-position-x: 92%;
  background-color: #e2e9bc;
}

.all-product-description-area {
  background-color: #f5f5f5;
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
}
.main-product-description-area {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  overflow: hidden;
}
.left-product-description-area {
  width: 60%;
  float: left;
}

.right-product-description-area {
  width: 30%;
  float: right;
}

.right-product-description-area ul {
  width: 75%;
  margin: 0 auto;
  list-style: none;
  padding: 0px;
  overflow: hidden;
}

.right-product-description-area ul li {
  float: left;
  display: block;
  margin: 0px 2.5%;
  margin-bottom: 15px;
}
.right-product-description-area ul li a {
  background-color: #afaf24;
  display: block;
  width: 125px;
  height: 125px;
  border-radius: 50%;
}
.right-product-description-area ul li a:hover {
  background: linear-gradient(#cdcd51, #afaf27);
}
.right-product-description-area ul li img {
  margin-left: 25px;
  margin-top: 15px;
}
.left-product-description-area p {
  margin-top: 15px;
  text-align: justify;
  font-size: 16px;
  color: #444;
}
.product.data.items > .item.content {
  padding: 0px;
  border: none;
}
.product.attribute.description {
  margin-top: -80px;
}
div#tab-label-description {
  display: none;
}
.left-product-description-area h3 {
  font-size: 26px;
  font-weight: bold;
  color: #afaf24;
}

.shipping-map-main {
  width: 82%;
  margin: 0 auto;
  margin-top: 20px;
}
.shipping-des-main table {
  border-spacing: 2px;
  border-collapse: separate;
}
.shipping-des-main table thead tr th {
  background-color: #f3f3f3;
  border: 1px solid #e6e6e6;
  padding: 10px 0;
  text-align: center;
}
.shipping-des-main table tbody tr td {
  border: 1px solid #e6e6e6;
  padding: 10px 0;
  text-align: center;
}
.shipping-des-main p {
  color: #222;
}
.back-to-home {
  text-align: center;
  margin: 10px 0px;
}
.back-to-home a {
  background-color: #afaf24;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  border-radius: 2px;
  width: 100px;
  text-transform: uppercase;
  font-weight: 700;
}
.back-to-home a:hover {
  text-decoration: none;
}

.list-qty-area {
  width: 38%;
  position: absolute;
  left: 10px;
  background-color: #fff;
  padding: 3.5px 0px 3.5px 10px;
  border-radius: 2px;
}

.list-qty-area input.input-text.qty {
  width: 50%;
  border: none;
  padding: 0px;
  color: #989898;
  border-radius: 2px;
  font-size: 12px;
  padding-left: 13px;
  height: 25px;
}

.list-img {
  position: relative;
}
.list-img:hover img {
  opacity: 0.3;
}

.list-img:hover .list-cart-btn {
  display: block;
}

.attr-row-div h3:empty {
  display: none;
}

.attr-row-div h3 {
  border-bottom: 1px solid #e2e9bc;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 30px;
}

.left-single-product-static-area {
  width: 50%;
  float: left;
}

.right-single-product-static-area {
  width: 50%;
  float: right;
}
.product-left-img {
  background-image: url("../images/product-custom-01.jpg");
  background-repeat: no-repeat;
  height: 300px;
}
.product-right-img {
  background-image: url("../images/product-custom-02.jpg");
  background-repeat: no-repeat;
  height: 300px;
}

.sela-div {
  position: absolute;
  top: -14px;
  right: 0px;
}
.sela-div ul {
  list-style: none;
  padding: 0px;
}

.sela-div ul li {
  display: inline;
  float: right;
}
li.seal-li.Biodegradable {
  background-image: url("../images/seal-1.png");
}
li.seal-li.Compostable {
  background-image: url("../images/seal-2.png");
}
li.seal-li.Disposable {
  background-image: url("../images/seal-3.png");
}
li.seal-li.Corrugated {
  background-image: url("../images/seal-4.png");
}
.sela-div ul li {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  height: 35px;
  width: 35px;
  border: 1px solid #afaf24;
  border-radius: 50%;
  margin-left: 15px;
  position: relative;
}
.sela-div ul li span {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -35px;
  right: -63%;
}
.sela-div ul li:hover span {
  visibility: visible;
}
.sela-div ul li span::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 4px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.attr-area {
  overflow: hidden;
  width: 492px;
  padding-top: 45px;
  float: right;
}
.seal-attribute-single {
  overflow: hidden;
  width: 45%;
  float: right;
}
.attr-area > div {
  width: 145px;
  height: 145px;
  background-position: center 30%;
  background-repeat: no-repeat;
  border: 2px solid #afaf24;
  border-radius: 3px;
  margin-right: 15px;
  margin-bottom: 15px;
  float: left;
  position: relative;
}
.attr-area > div.Custom.Printing {
  background-image: url("../images/p-1.png");
}
.attr-area > div.Ingeo.bioplastic.lining {
  background-image: url("../images/p-2.png");
}
.attr-area > div.Commercially.compostable {
  background-image: url("../images/p3.png");
}
.attr-area > div.See.product.certifications {
  background-image: url("../images/p-4.png");
}
.attr-area > div.profits.donated {
  background-image: url("../images/p-5.png");
}
.attr-area > div.Carbon.Neutral {
  background-image: url("../images/p-6.png");
}
.attr-area > div span {
  color: #afaf24;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  width: 85%;
  bottom: 10%;
  line-height: 13px;
  font-size: 14px;
}

.all-product-attr {
  background-color: #f5f5f5;
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  overflow: hidden;
  margin-top: -15px;
}
.main-product-attr {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 20px;
  width: auto;
  overflow: hidden;
}
.product.attribute.description {
  width: 55%;
  margin-top: 30px;
  float: left;
}

.product.attribute.description h2 {
  margin-top: 0px;
  padding-top: 0px;
  color: #222;
  font-weight: 700;
  margin-left: 15px;
}

.product.attribute.description ul {
  list-style: none;
}

.product.attribute.description ul li::before {
  content: "\2022";
  color: #222;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 20px;
}

.product.attribute.description ul li {
  font-size: 16px;
  color: #222;
}
.product-info-main .all-product-attr {
  background-color: #fff;
  width: 100%;
  margin: 0px;
}
.product-info-main .all-product-attr .main-product-attr {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.product.info.detailed .product.data.items > .item.content {
  border-top: 0px;
  padding: 0px;
}
.attr-area > div:hover {
  background-color: #fefefe;
  box-shadow: 0 2.5rem 3.75rem rgba(10, 10, 10, 0.2);
  border-color: #fefefe;
}

.sponsor-main-area > div span {
  padding: 8px 15px;
  position: absolute;
  border: 1px solid #afaf24;
  text-align: center;
  z-index: 11;
  background-color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  display: none;
}
.product-info-main .all-product-attr .seal-attribute-single {
  display: none;
}
.product-info-main .product.attribute.overview ul {
  width: 80%;
  list-style: none;
}
.product-info-main .product.attribute.overview ul li {
  margin-left: -1em;
}
.product-info-main .product.attribute.overview ul li::before {
  content: "\2022";
  color: #444;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 18px;
}
.fotorama__nav.fotorama__nav--thumbs
  .fotorama__nav__shaft
  .fotorama__thumb-border {
  border: 1px solid #afaf24;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  position: relative;
  top: -35px;
}
.overlay-shop-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99%;
  background-color: #afaf24;
  opacity: 0;
}
.left-shop-by-area:hover .overlay-shop-area,
.right-shop-by-area:hover .overlay-shop-area {
  opacity: 0.3;
}
.sku-area,
.related-sku-area {
  border-bottom: 1px solid #e2e9bc;
  background-color: #e2e9bc;
}

.sku-area p,
.related-sku-area p {
  margin: 0px;
  text-align: center;
  padding: 5px 0px;
  font-size: 12px;
  font-weight: 700;
  color: #222;
}
.product-dimension p {
  margin: 0px;
  text-align: center;
  font-size: 11px;
  padding: 0px 0px 5px 0px;
  font-family: "Arial Narrow";
}
.list-qty-area span {
  font-size: 12px;
  text-transform: uppercase;
  color: #444;
}
.list-qty-area input.input-text.qty:focus {
  box-shadow: none;
}
.product-options-bottom .fieldset .field.qty .control.qty-control {
  position: relative;
}
.control.qty-control button {
  height: 38px;
  border: none;
  width: 50px;
  border-radius: 0px;
  background-color: #afaf24;
  color: #fff;
}
button.left-qty-btn {
  position: absolute;
  left: 0px;
  top: 1px;
}
button.right-qty-btn {
  position: absolute;
  right: 0px;
  top: 1px;
}

.minicart-wrapper.active .block-minicart {
  z-index: 777;
  border: 1px solid #e5e5e5;
}
.related-img-area {
  cursor: pointer;
}

.actions-toolbar .action.primary {
  background-color: #afaf24;
  border: none;
  text-transform: uppercase;
  padding: 8px 15px !important;
  font-weight: 600;
  font-size: 14px !important;
}
.action.primary {
  background-color: #afaf24 !important;
  border: 1px solid #afaf24 !important;
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.form-orders-search {
  width: 100% !important;
  margin: 0 auto;
}
.page-title-wrapper h1.page-title {
  width: 100%;
  font-size: 26px;
  margin: 20px 0px;
}
fieldset.fieldset.create.info .legend,
fieldset.fieldset.create.account .legend {
  width: 100%;
  margin-left: 0px;
  font-size: 22px;
  margin-bottom: 0px;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  width: 0px !important;
}

.form.create.account.form-create-account
  .fieldset
  > .field:not(.choice)
  > .control {
  width: 90% !important;
}
.field.required .control .input-text.required-entry,
.field.required .control .input-text {
  height: 40px;
  border: 1px solid #ededed;
}
.field.required .control .input-text.required-entry:focus,
.field.required .control .input-text:focus {
  box-shadow: none;
}
div#password-strength-meter {
  background-color: transparent;
  font-size: 12px;
  color: #777;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background-color: #afaf24;
  border: none;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
  margin-left: 0px !important;
}
.secondary .action.back {
}
.secondary .action.back span,
.secondary .action.remind span {
  font-size: 14px;
  color: #afaf24;
  font-weight: bold;
}
.actions-toolbar .secondary a:hover {
  text-decoration: none !important;
}
.cart-discount .content {
  display: block !important;
}
form#discount-coupon-form .fieldset.coupon label.label {
  display: none;
}

.cart-free-shipping-area,
.cart-discount .content,
.return-policy-area {
  width: 31.3%;
  float: left;
  background-color: #f5f5f5;
}
.cart-free-shipping-area {
  margin-right: 3%;
}
.return-policy-area {
  margin-left: 3%;
}
form#discount-coupon-form .fieldset.coupon .field {
  margin-bottom: 0px;
  width: 80%;
  float: left;
  margin-left: 3%;
}
.cart-free-shipping-area p,
.return-policy-area p {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  color: #444;
  text-transform: uppercase;
  font-weight: 600;
}
form#discount-coupon-form .fieldset.coupon {
  margin-bottom: 0px;
}
form#discount-coupon-form .fieldset.coupon .field .control {
  width: 100% !important;
}
form#discount-coupon-form .fieldset.coupon .field input {
  border: none;
  height: 40px;
  margin: 10px 0px;
}
form#discount-coupon-form .fieldset.coupon .field input:focus {
  box-shadow: none;
}
form#discount-coupon-form .fieldset.coupon button.action.apply.primary {
  margin: 10px 0px;
}
.cart.main.actions {
  display: none;
}
.cart-continue-shoping-area p {
  text-align: center;
  margin-top: 30px;
  color: #444444;
  margin-bottom: 20px;
}
.continue-shoping-btn {
  width: 200px;
  margin: 0 auto;
}
.continue-shoping-btn a {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #444444;
  padding: 10px 0px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.continue-shoping-btn a:hover {
  text-decoration: none;
}
.cart.table-wrapper table#shopping-cart-table tbody.cart.item tr.item-info {
  border-bottom: 1px solid #efefef;
}
div#minicart-content-wrapper .actions .secondary a {
  color: #afaf24;
}

ul.nav.items li.nav.item a {
  color: #444;
}
ul.nav.items li.nav.item.current strong {
  color: #222;
  border-color: #afaf24;
}
.block.block-dashboard-info .box-actions a,
.block.block-dashboard-addresses .box-actions a,
.block.block-dashboard-addresses a {
  color: #afaf24;
}
.account .page-title-wrapper h1.page-title {
  margin-right: 0px;
}
.fieldset .field.company .control,
.fieldset .field.telephone .control,
.fieldset .field.street .control,
.fieldset .field.city .control,
.fieldset .field.region .control,
.fieldset .field.zip .control,
.fieldset .field.country .control,
.fieldset .field.fax .control {
  width: 100% !important;
}
.field.company input,
.field.fax input,
.field.region select,
.field.country select {
  height: 40px;
  border: 1px solid #ededed;
}

.checkout-index-index .authentication-wrapper {
  display: none !important;
}
.checkout-index-index span.action.nav-toggle {
  display: none;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact {
  margin: 0 auto;
}
.form.contact .fieldset .field.name .control,
.form.contact .fieldset .field.email .control,
.form.contact .fieldset .field.comment .control,
.form.contact .fieldset .field.address .control {
  width: 100% !important;
}
textarea#address {
  border: 1px solid #ededed;
}
.form.contact .fieldset .field.telephone .control input {
  height: 40px;
  border: 1px solid #ededed;
}
.content-center {
  margin-top: 40px;
}
.terms-condition-page h1 {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 30px;
  color: #222;
}
.terms-condition-page p {
  text-align: justify;
  color: #444;
}
/*.page-title-wrapper h1 {
    text-align: center;
}*/
.contact-index-index .column:not(.sidebar-additional) .form.contact .legend,
.contact-index-index
  .column:not(.sidebar-additional)
  .form.contact
  .field.note.no-label {
  display: none;
}
.checkout-index-index .nav-sections,
.checkout-index-index .nav-toggle {
  display: block;
}
a.use-ajax.action.towishlist.action-towishlist {
  display: none;
}
.product.details.product-item-details.custom-product-details .price-wrapper {
  float: right;
  margin-right: 15px;
}
.checkout-success a {
  color: #afaf24;
}
.items-total {
  width: 100%;
}
.items-total span.items-total-title {
  float: left;
  width: 50%;
  color: #222;
  font-weight: 600;
  font-size: 16px;
}
span.minicart-items-total {
  width: 40%;
  float: right;
  text-align: right;
  padding-right: 10%;
  color: #afaf24;
}
.block-minicart .subtotal {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}

.block-minicart .subtotal .label {
  width: 50%;
  float: left;
  text-align: left;
  font-weight: 600;
  color: #222;
  font-size: 16px;
}
.amount.price-container {
  width: 40%;
  float: right;
  padding-right: 10%;
}
.product.product-full-width.attribute.description {
  width: 100%;
}

.availability.only {
  display: none;
}
span.carton-select {
  display: none;
}
span.normal-price {
  width: 100%;
  display: block;
}

span.normal-price > span.price-container.price-final_price.tax.weee,
.price-box.price-final_price span.price-container.price-final_price.tax.weee {
  float: right;
}
span.gst-exc {
  float: right;
  margin-top: 3px;
  font-size: 13px;
  color: #afaf24;
  display: none;
}
ul.prices-tier.items li.item .single-price {
  display: none;
}
ul.prices-tier.items {
  background-color: #fff;
  padding: 0px;
}
ul.prices-tier.items li.item {
  height: 30px;
  font-size: 16px;
}
ul.prices-tier.items li.item span.price-container.price-tier_price.tax.weee {
  float: right;
}
ul.prices-tier.items li.item span.price-container.price-tier_price {
  float: right;
}
ul.prices-tier.items
  li.item
  span.price-container.price-tier_price.tax.weee
  .price {
  font-size: 16px;
}
span.single-price {
  font-size: 16px;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  width: 100%;
  margin: 20px 0px 0px 0px;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding-right: 0px;
  float: left;
}
.control.qty-control {
  position: relative;
}

li.item.product.product-item
  .product.details.product-item-details
  .discount-price
  .single-price {
  display: none;
}
li.item.product.product-item
  .product.details.product-item-details
  span.single-price {
  font-size: 13px;
  margin-left: 9%;
}
.product.attribute.sku {
  width: 100%;
}
/*.products-category-area .category-item img{
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.products-category-area ul li:hover img{
    -webkit-transform: scale(1);
    transform: scale(1);
}*/

.home-category-main-area ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.home-category-main-area ul li:hover h3,
.products-category-area ul li:hover h3 {
  font-weight: 800;
  color: #000;
}

.left-shipping-area {
  display: none;
}

.right-shipping-area {
  width: 100%;
}

.right-shipping-area img {
  margin-right: 10%;
}
.products-category-area .category-item img {
  -webkit-transform: scale(1);
  transform: scale(0.9);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.products-category-area ul li:hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.attr-row-div ol li .sela-div {
  display: none;
}

.attr-row-div ol li:last-child .sela-div {
  display: block;
}
.product-item-info {
  position: relative;
}
.link-product-catalog {
  width: 100%;
  height: 85%;
  position: absolute;
  z-index: 9;
  cursor: pointer;
}
.link-product-catalog:hover .list-cart-btn {
  display: block;
}
.product-info-main .product.attribute.sku strong.type {
  color: #222;
}
.navigation .level0 .submenu li {
  width: 292px !important;
}
span.gst-exc {
  float: right;
  margin-top: 3px;
  font-size: 13px;
  color: #afaf24;
}
.product.details.product-item-details span.gst-exc {
  display: none;
}
li.item.product.product-item
  .price-box.price-final_price
  span.price-container.price-final_price.tax.weee {
  width: auto;
  display: contents;
}

span.list-tire-price {
  float: right;
  margin-right: 7%;
  font-size: 14px;
}
li.item.product.product-item
  .product.details.product-item-details
  .discount-price {
  display: none;
}
.tire-price {
  padding-bottom: 5px;
  margin-top: -5px;
  font-size: 13px;
}

.cart-dec-custom,
.cart-inc-custom {
  position: relative;
  height: 35px;
  top: -2px;
  border: none;
  background-color: #afaf24;
  z-index: 2;
  color: #fff;
}
.cart-dec-custom {
  left: 5px;
}
.cart-inc-custom {
  left: -4px;
}
.cart-dec-custom:hover,
.cart-inc-custom:hover,
.cart-dec-custom:focus,
.cart-inc-custom:focus {
  border: none;
  background-color: #afaf24;
  color: #fff;
}
ul.prices-tier.items li.item span.gst-exc {
  display: none;
}
.customize-related-price .price {
  float: right;
  margin-right: 8%;
}

.custom-single-price {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
}
.custom-single-price span.single-price {
  display: none;
}
.custom-single-price .gst-exc {
  display: block;
  margin-top: 0px;
  padding-left: 7px;
}
.custom-single-price span.normal-price {
  float: right;
  text-align: right;
}
.custom-single-price
  span.normal-price
  > span.price-container.price-final_price.tax.weee,
.custom-single-price
  .price-box.price-final_price
  span.price-container.price-final_price.tax.weee {
  float: none;
}
.custom-single-price
  .price-box.price-final_price
  span.price-container.price-final_price.tax.weee
  .price {
  font-size: 24px;
}
.custom-single-price .price-box.price-final_price {
  display: block;
  overflow: hidden;
  width: 50%;
  float: right;
  margin-top: 0px;
  padding-top: 5px;
  text-align: right;
}
.custom-single-price .product-info-stock-sku {
  width: 50%;
  float: left;
  margin-top: 5px;
}
div#sponsor-area,
div#partner-area {
  width: 90%;
  margin: 0 auto;
}
div#sponsor-area img,
div#partner-area img {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
div#preview {
  border: 3px solid #e5e5e5;
  left: unset !important;
  right: -60%;
  top: 0% !important;
}

/*checkout page design*/
.checkout-index-index .field[name="shippingAddress.fax"] {
  display: none;
}
.checkout-index-index .opc-progress-bar-item._active > span:before,
.checkout-index-index .opc-progress-bar-item._active:before {
  background-color: #afaf24;
}
.checkout-index-index ul.opc-progress-bar {
  margin-top: 30px;
}
.checkout-index-index .field .control._with-tooltip input {
  width: 100%;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control input,
.checkout-index-index .fieldset > .field:not(.choice) > .control select {
  height: 40px;
  border: 1px solid #d1d1d1;
  color: #444;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control input:focus,
.checkout-index-index .fieldset > .field:not(.choice) > .control select:focus {
  box-shadow: none;
}
.checkout-index-index .fieldset > .field:not(.choice) > .control {
  width: 74.2% !important;
}
.checkout-index-index .table-checkout-shipping-method tbody tr td:last-child {
  display: none;
}
.checkout-index-index .table-checkout-shipping-method {
  min-width: 350px;
}
.checkout-index-index .form-login .actions-toolbar {
  width: 74.2%;
  float: right;
}
.checkout-index-index .form-login .actions-toolbar .primary {
  float: right;
}
.checkout-index-index .form-login .actions-toolbar .secondary {
  float: left;
}
.checkout-index-index .payment-method-content > .checkout-agreements-block,
.checkout-index-index .payment-method-content > br,
.checkout-index-index
  .opc-wrapper
  .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}

/*for contact us page*/
form#contact-form .fieldset > .field:not(.choice) > .label {
  width: auto;
  text-align: left;
}

/*minicart*/
.minicart-items .product-item-pricing {
  float: left;
  color: #666;
}

.custom-qty {
  width: 25%;
  float: left;
  margin-top: -3px;
}

.custom-qty input {
  border: none;
  width: 40px !important;
  margin-right: 0px !important;
  color: #666;
}
.custom-qty::before {
  content: "x";
  padding-left: 10px;
  color: #666;
}
.custom-qty input:focus {
  box-shadow: none;
}
.minicart-items .action.delete > span {
  position: unset !important;
  padding-left: 17px;
  background-image: url("../images/remove.png");
  background-repeat: no-repeat;
  background-position: 3px 1px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  background-size: 10px;
}
.minicart-items .action.delete:before {
  display: none;
}
div#minicart-content-wrapper .product.actions {
  margin-top: 3px;
  margin-right: 10%;
}
.minicart-items-wrapper {
  padding: 15px 15px 0px 15px !important;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.product-quantity-area p {
  display: none;
}

/*customize price tire*/
li.item.product.product-item span.old-price {
  display: none;
}
li.item.product.product-item span.price-label {
  display: none;
}
.product-info-main span.old-price.sly-old-price.no-display {
  display: none !important;
}
.custom-single-price span.old-price,
.product-info-price span.old-price,
.custom-single-price span.price-label,
.product-info-price span.price-label {
  display: none;
}

.contentCarousel {
  visibility: hidden;
}
.slick-slider.slick-initialized {
  visibility: visible;
}

.opc-block-shipping-information .shipping-information-content a,
.opc-block-shipping-information .shipping-information-content .alink:visited {
  color: #444;
}
form#co-payment-form .payment-option-content {
  display: block !important;
}
.checkout-payment-method
  .payment-method
  + .payment-method
  .payment-method-title {
  border-top: 1px solid #d1d1d1;
  padding: 15px 0px;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #444;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  display: none;
}
.opc-wrapper .form-discount {
  width: 80%;
  max-width: 80%;
}
.opc-wrapper .form-discount .payment-option-inner {
  width: 70%;
  float: left;
}
.opc-wrapper .form-discount .actions-toolbar {
  width: 30%;
  float: left;
}
.opc-wrapper .form-discount .payment-option-inner input {
  border: 1px solid #d1d1d1;
  height: 40px;
}
.opc-wrapper .form-discount .actions-toolbar button.action.action-apply {
  border: none;
  height: 40px;
  background-color: #afaf24;
  color: #fff;
}
.opc-wrapper .payment-option._collapsible.opc-payment-additional.discount-code {
  display: block;
  overflow: hidden;
}
.checkout-payment-method .payment-option-title {
  border-top: none;
  padding: 10px 0;
}
.payment-group {
  margin-bottom: 50px;
  padding-left: 2%;
  padding-right: 10%;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #afaf24;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #afaf24;
}
opc-wrapper .shipping-address-item a {
  color: #222;
  text-decoration: none;
}
button.action.primary.action-save-address {
  background-color: #afaf24;
  border: 1px solid #afaf24;
}
span.click-parent-li {
  display: none;
}

/*banner slider*/
div#mageplaza-bannerslider-block-before-content-1 {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
}
.carousel-container #banner-slider-carousel {
  margin-top: 0px;
  margin-bottom: 0px;
}
#banner-slider-carousel .owl-item .banner-title {
  position: absolute;
  border-radius: 4px 4px 0 0;
  max-width: 1280px;
  background-color: transparent;
  font-size: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  bottom: unset;
  opacity: 1;
  width: 70%;
  font-weight: 600;
  line-height: 65px;
  color: #fff;
  text-shadow: 2px 2px #000;
}
p.caution_text {
  margin: 0px;
}

#banner-slider-carousel .owl-nav button {
  top: 40% !important;
  bottom: unset !important;
}
div#shop-now {
  position: absolute;
  bottom: 4.5%;
  right: 5.5%;
  color: #fff;
  background-color: #afaf32;
  padding: 10px 18px;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "DenkOne";
  font-size: 16px;
}

.fixed {
  position: fixed;
  z-index: 8;
  width: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  animation: smoothScroll 1s forwards;
}
.fixed-nav-navigation {
  position: fixed !important;
  width: 200px !important;
  margin-top: 0px !important;
  z-index: 8 !important;
  top: 25px !important;
  margin-left: 168px !important;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

.left-contact-form {
  width: 30%;
  float: left;
}

.right-contact-form {
  width: 68%;
  float: right;
  border: 1px solid #e8e8e8;
}
.right-contact-form .fieldset > .field {
  margin: 0 0 10px;
}
.right-contact-form form#contact-form {
  float: none;
  width: 80% !important;
  margin-bottom: 60px;
}

.contact-index-index .page-title-wrapper h1.page-title {
  font-size: 24px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}

.address-area,
.phone-area-form,
.mail-area,
.map {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 20px;
  padding-right: 20px;
}

.address-area h3,
.phone-area-form h3,
.mail-area h3,
.map h3 {
  font-size: 20px;
  color: #444;
}

.address-area strong {
  font-size: 15px;
  color: #444;
}

.address-area p,
.phone-area-form p,
.mail-area p {
  font-size: 13px;
  color: #777;
}

.right-contact-form .field.name.required,
.right-contact-form .field.email.required,
.right-contact-form .field.telephone {
  width: 48%;
  float: left;
}
.right-contact-form .field.name.required,
.right-contact-form .field.telephone {
  margin-right: 2%;
}
.right-contact-form .field.email.required {
  float: right;
}
.right-contact-form .field.address,
.right-contact-form .field.comment.required {
  width: 100%;
  float: left;
}
.right-contact-form textarea#address,
.right-contact-form textarea#comment {
  border: 1px solid #ededed;
  height: 60px;
}

.right-contact-form label.label {
  color: #707070;
  font-weight: 300 !important;
}

.right-contact-form h2 {
  font-size: 18px;
  color: #444;
  padding: 0 9.5%;
  margin: 33px 0 0 0;
}

.Bulk-Print-area {
  width: 50%;
  float: right;
}
.Bulk-Print-area a {
  background-color: #afaf24;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  float: right;
  border-radius: 3px;
  text-decoration: none;
  width: 85%;
  text-align: center;
}

.account.customer-account-index .page-title-wrapper h1.page-title {
  font-size: 24px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 15px;
}
.account.customer-account-index .column.main {
  border: 1px solid #e8e8e8;
  padding: 3%;
}
.account.customer-account-index .block.block-dashboard-info,
.account.customer-account-index .block.block-dashboard-addresses {
  border-bottom: 1px solid #e8e8e8;
}
.account.customer-account-index .block-title {
  color: #444;
}
.account.customer-account-index .box-content {
  color: #777;
}
.account.customer-account-index .account-nav .content {
  background-color: #fff;
}
.account.customer-account-index .account-nav .item .delimiter {
  border-top: 1px solid #e8e8e8;
  margin: 10px -0.2rem;
}

.block.account-nav ul.nav.items li.nav.item a {
  color: #777;
}
.sidebar.sidebar-additional {
  display: none;
}
.block-title.order a,
table#my-orders-table tr td a {
  color: #afaf24;
}
.box.box-address-billing a.action.edit,
.box.box-address-shipping a.action.edit {
  color: #afaf24;
}
.account.customer-account-edit .fieldset > .field:not(.choice) > .label {
  width: 19.8%;
}
.account.customer-account-edit .fieldset > .field:not(.choice) > .control {
  width: 81.2%;
  float: left;
}
.account.customer-account-edit .field.password-info a {
  color: #afaf24;
}
.opc-wrapper .shipping-address-items a {
  color: #afaf24 !important;
}

.customer-account-login .page-title-wrapper {
  padding-left: 5%;
}
.customer-account-login .login-container {
  width: 90%;
  margin: 0 auto;
}
.login-container .block.block-new-customer.left-new-customer {
  float: right;
}

.login-container .block.block-customer-login.right-customer-login {
  float: left;
}
.login-container .block.block-customer-login.right-customer-login .block-title,
.login-container .block.block-new-customer.left-new-customer .block-title {
  color: #444;
  font-size: 24px;
  padding-bottom: 10px;
  width: 90%;
}
.login-container .block.block-customer-login.right-customer-login label.label {
  width: 100%;
  float: left;
  text-align: left;
  padding-bottom: 5px;
  color: #444;
  font-weight: 300;
}
.login-container .block.block-customer-login.right-customer-login .control {
  width: 75%;
}
.login-container
  .block.block-customer-login.right-customer-login
  .actions-toolbar
  .secondary,
.customer-account-create .form.create.account .actions-toolbar .secondary {
  width: 100%;
  float: left;
}

.login-container
  .block.block-customer-login.right-customer-login
  .actions-toolbar
  .secondary
  a,
.customer-account-create .form.create.account .actions-toolbar .secondary a {
  text-align: left;
  float: left;
}
.login-container
  .block.block-customer-login.right-customer-login
  .actions-toolbar
  .secondary
  a
  span,
.customer-account-create
  .form.create.account
  .actions-toolbar
  .secondary
  a
  span {
  font-weight: 300;
}
.login-container .block.block-customer-login.right-customer-login .field.note {
  font-size: 14px;
  color: #777;
}
.login-container
  .block.block-customer-login.right-customer-login
  input:-webkit-autofill {
  background-color: #fff !important;
}
.login-container .block.block-customer-login.right-customer-login input:focus {
  border: 1px solid #afaf24;
}
.login-container
  .block.block-customer-login.right-customer-login
  .actions-toolbar
  .primary,
.customer-account-create .form.create.account .actions-toolbar .primary {
  margin-top: 10px;
}
.login-container
  .block.block-customer-login.right-customer-login
  .fieldset
  > .field {
  margin: 0 0 20px;
}
.login-container
  .block.block-customer-login.right-customer-login
  fieldset.fieldset.login:after {
  display: none;
}
.login-container .block.block-new-customer.left-new-customer .block-content h5 {
  font-size: 14px;
  font-weight: normal;
  color: #777;
}
.login-container .block.block-new-customer.left-new-customer .block-content ul {
  padding-left: 0;
  color: #444;
  font-size: 14px;
  padding-bottom: 106px;
  list-style: none;
}
.login-container
  .block.block-new-customer.left-new-customer
  .block-content
  ul
  li {
  color: #444;
  margin: 0px;
}
.login-container
  .block.block-new-customer.left-new-customer
  .block-content
  ul
  li:before {
  content: "•";
  font-size: 160%;
  padding-right: 5px;
  position: relative;
  top: 3px;
  color: #444;
}

.customer-account-create .form.create.account {
  width: 50%;
  float: left;
  padding-left: 10%;
}
.customer-account-create
  .form.create.account
  .field.field-name-firstname.required,
.customer-account-create
  .form.create.account
  .field.field-name-lastname.required {
  width: 47.5%;
  float: left;
}
.form.create.account.form-create-account
  .fieldset
  > .field:not(.choice)
  > .label,
.account.customer-address-form .fieldset > .field:not(.choice) > .label {
  width: 90% !important;
  color: #444;
  text-align: left !important;
  font-weight: 300;
}
.form.create.account.form-create-account .fieldset > .field {
  margin: 0 0 10px;
}
.form.create.account.form-create-account .actions-toolbar {
  margin-top: -30px;
}
.form.create.account.form-create-account fieldset.fieldset.create.info .legend {
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}
.customer-account-create .page-title-wrapper {
  padding-left: 10%;
  color: #444;
}

/*new cart page design*/
.checkout-cart-index .page-title-wrapper {
  width: 3%;
  float: left;
}
.checkout-cart-index .page-title-wrapper h1.page-title {
  font-size: 34px;
}
.checkout-cart-index a.action.continue {
  width: 50%;
  float: right;
  /*text-align: right;*/
  font-size: 20px;
  text-decoration: none;
  margin-top: 22px;
  /*color: #afaf24;*/
}
table#shopping-cart-table thead {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
table#shopping-cart-table thead th {
  text-transform: uppercase;
}
.checkout-cart-index .cart.table-wrapper .items thead + .item {
  border-top: none;
}
.checkout-cart-index .cart.table-wrapper .col {
  padding-top: 8px;
}
table#shopping-cart-table thead th.col.item {
  width: 40%;
}

table#shopping-cart-table thead th.col.qty {
  width: 25%;
}
table#shopping-cart-table thead th.col.qty span {
  margin-right: 29%;
}
table#shopping-cart-table thead th.col.price {
  width: 20%;
}
table#shopping-cart-table .field.qty,
table#shopping-cart-table .price-including-tax,
table#shopping-cart-table .price-excluding-tax {
  margin-top: 50px;
}
table#shopping-cart-table .field.qty{
  margin-right: 30px;
}
.cart.table-wrapper .col.qty .input-text {
  width: 45px;
  height: 35px;
  border: 1px solid #e5e5e5;
  color: #444;
}
table#shopping-cart-table td.col.qty {
  position: relative;
}
a.action.action-delete span {
  padding-left: 20px;
  background-image: url("../images/remove.png");
  background-repeat: no-repeat;
  background-position: 0px 3px;
}
a.action.action-delete {
  position: absolute;
  left: 2%;
  top: 60px;
  border: transparent !important;
  background-color: #fff !important;
}
.cart-summary {
  position: unset !important;
  background-color: #fff;
}
.checkout-cart-index .cart.main.actions {
  display: none;
}
.checkout-cart-index .cart-summary > .title {
  display: none;
}
.cart-totals {
  border-top: none;
  padding-top: 0px;
}
div#block-shipping {
  width: 30%;
}
div#block-shipping .title {
  display: none;
}
div#block-shipping div#block-summary {
  display: block !important;
}
.checkout-cart-index tr.totals.sub,
.checkout-cart-index tr.totals.shipping.excl,
.checkout-cart-index tr.totals-tax {
  border-bottom: 1px solid #e5e5e5;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}
.checkout-cart-index tr.grand.totals {
  font-size: 18px;
}
.checkout-cart-index a.action.multicheckout {
  display: none;
}

.checkout-cart-index div#block-shipping fieldset.fieldset.estimate select,
.checkout-cart-index div#block-shipping fieldset.fieldset.estimate input {
  border: 1px solid #e5e5e5;
  color: #444;
}

.checkout-cart-index .message.message-notice.notice {
  text-align: center;
  background-color: #f2ea1e;
  border: 2px solid #afaf24;
  color: #222;
  font-weight: 800;
  margin-top: 10px;
}
.checkout-cart-index .message.message-notice.notice > div:before {
  display: none;
}
body.checkout-cart-index div#block-shipping {
  display: none;
}
body.checkout-cart-index .cart-empty {
  position: relative;
  top: 60px;
}
/*.checkout-cart-index button.action.primary.cart-main-btn.checkout{
    display: none;
}
.checkout-cart-index button.action.primary.checkout.cart-optional-btn{
    display: block !important;
}*/

.loader-config {
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 10000;
  width: 100vw;
  background: #e5e5e5;
  height: calc(100%);
  opacity: 0.3;
}
.loader-config img {
  position: relative;
  display: block;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body.cms-home.cms-index-index .column.main > p {
  display: none;
}

/*Home Features area*/
.home-fretures ol.product-items.widget-product-grid li.product-item {
  border: 1px solid #e2e9bc;
  /*width: calc(25% - 1.5%) !important;
    margin-right: 2% !important;
    margin-left: 0px !important;*/
}
/*.home-fretures ol.product-items.widget-product-grid li.product-item:nth-child(4n){
    margin-right: 0px !important;
}*/
body.cms-home.cms-index-index.page-layout-1column
  .block.widget
  .products-grid
  .product-item:nth-child(3n + 1) {
  margin-left: 0px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .product-item-details {
  background-color: #e2e9bc;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  span.single-price {
  font-size: 14px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .price-wrapper
  span.price {
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  strong.product.name.product-item-name {
  border-top: 1px solid #e2e9bc;
}
.home-fretures .discount-price span.single-price {
  display: none;
}
.home-fretures .product-item-inner {
  display: none;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  span.product-image-container {
  position: relative;
  left: 9%;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .product-dimension
  p {
  font-size: 12px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  strong.product.name.product-item-name
  h3 {
  font-size: 14px;
  padding: 12px 40px;
}
.home-fretures ol.product-items.widget-product-grid li.product-item .price-box {
  padding: 5% 10%;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .discount-price {
  margin-top: 5px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  span.discount-price-lebel {
  margin-left: 0px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .discount-price
  .price-wrapper {
  margin-right: 0px;
}
.home-fretures
  ol.product-items.widget-product-grid
  li.product-item
  .product-item-info {
  cursor: pointer;
}
.block.widget.block-products-list.grid .block-title strong {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  letter-spacing: 3px;
  display: block;
  padding: 30px 0px;
}
.home-fretures button.slick-next.slick-arrow {
  right: -20px !important;
}
.home-fretures button.slick-prev.slick-arrow {
  left: -20px !important;
  z-index: 1;
}
body.cms-home.cms-index-index.page-layout-1column
  .block.widget
  .products-grid
  .slick-track {
  padding: 0px;
}

/* the slides */
/*body.cms-home.cms-index-index.page-layout-1column .block.widget .slick-slider {
    overflow: hidden !important;
}*/
/* the parent */
body.cms-home.cms-index-index.page-layout-1column
  .block.widget
  .home-fretures
  .slick-list {
  margin: 0 -0.75% 0 -0.75% !important;
}
/* item */
body.cms-home.cms-index-index.page-layout-1column
  .block.widget
  .home-fretures
  .slick-slide {
  margin: 0 0.75% 0 0.75% !important;
}
.productCarousel {
  visibility: hidden;
}
ol.product-items.widget-product-grid.productCarousel.slick-initialized.slick-slider {
  visibility: visible;
}
body.cms-home.cms-index-index .home-fretures.products-grid.grid {
  margin-bottom: 70px;
}
.checkout-payment-method .payment-method-title .payment-icon {
  /*height: 34px !important;*/
}

.banner-area-full,
.christmas-banner-area {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: auto;
}
.christmas-banner-area {
  background-color: #ed4638;
}
.christmas-banner-main {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 20px;
  width: auto;
}
.christmas-banner-main h1 {
  text-align: center;
  color: #fff;
  margin: 0px;
  font-family: "DenkOne";
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
.christmas-banner-main p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  padding: 0px 2% 10px;
}
.christmas-banner-main p strong,
.christmas-banner-main p em {
  color: #fff;
  font-family: "Roboto-Bold";
}

/*popup area*/
div#mp-popup-template3 {
  padding: 0 10%;
}
div#mp-popup-template3 h1 {
  text-transform: uppercase;
  font-family: "DenkOne";
  color: #fff;
  border: 2px dashed #000;
  border-radius: 10px;
  padding: 20px;
  font-size: 36px;
}
div#mp-popup-template3 p {
  font-size: 18px;
}
.mageplaza-betterpopup-content div#bio_ep_close {
  width: 5%;
  top: 8px;
}
.mageplaza-betterpopup-content div#bio_ep_close img {
  width: 100%;
  float: right;
}

.price-loader-area {
  position: relative;
}
.price-hide-loader {
  position: absolute;
  top: -30px;
  background-color: #e2e9bc;
  text-align: center;
  width: 100%;
}
.price-hide-loader img {
  width: 13%;
  margin-top: 5px;
}
.catalog-category-view .columns .column.main {
  width: 100% !important;
}

.opc-block-summary .minicart-items-wrapper{
  max-height: 225px;
}

.checkout-index-index .opc-block-shipping-information {
  /*display: none;*/
}
.checkout-index-index .payment-method._active .payment-method-content button.action.primary.checkout{
  line-height: 2.6rem;
  padding: 10px 25px !important;
  font-size: 1.8rem !important;
}
.checkout-index-index table.table-totals tr.grand.totals strong {
  font-weight: 800 !important;
  font-size: 18px;
  color: #000;
}
.checkout-index-index .panel.header .minicart-wrapper {
  /*display: none;*/
}


.checkout-shipping-method .actions-toolbar>.primary{
  float: left !important;
  margin-top: 25px;
}
.payment-method-title.field.choice.cd-payment-bg-image label {
  background-image: url("../images/payment-logo.gif");
  background-repeat: no-repeat;
  width: 85%;
  display: inline-block;
  background-position: center left;
  background-size: 115px;
}
.payment-method-title.field.choice.cd-payment-bg-image label span{
  padding-left: 120px;
}

/* Reverted previous override that hid gallery/loader elements to restore default Magento loader behavior */

