/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.btn-primary {
}
.btn-primary {
  color: #FFFFFF;
  background-color: #333b48;
  border-color: #333b48; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #FFFFFF;
    background-color: #C20000;
    border-color: #C20000; }
  .open .btn-primary.dropdown-toggle {
    color: #FFFFFF;
    background-color: #C20000;
    border-color: #C20000; }
  .btn-primary:active, .btn-primary.active {
    background-image: none; }
  .open .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #333b48;
    border-color: #333b48; }
  .btn-primary .badge {
    color: #333b48;
    background-color: #FFFFFF; }

#leo_search_block_top .form-control {
	min-width: 400px;
}
.leoproductsearch-result .ac_results {
	width: 100% !important;
	max-height: 350px;
    overflow-y: auto;
}
.lps-result-img {
    width: 60px;
    float: left;
}
.lps-result-content {
    width: calc(100% - 60px);
    float: left;
    padding-left: 10px;
}
.ac_results li.ac_over {
	background-color: #C20000;
}
.ac_results li.ac_over a {
	color: #fff;
}
.search-in-product {
	margin-top: 15px;
}

.leo-megamenu .dropdown-menu .widget-links .nav-links li:first-child {
	margin-top:20px;
	margin-bottom:10px;
}
.leo-megamenu .dropdown-menu .widget-links .nav-links li:first-child a {
	font-size: 14px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight:600;
}
@media (max-width: 480px) {
	#leo_search_block_top .form-control {
	    min-width: 400px;
	    min-width: auto;
	    width: 100vw;
	}
	#leo_search_block_top form {
		right: -49px;
	}
}
#index .box-question {
	padding-top: 100px;
}
@media (max-width: 767px) {
	#index .box-question {
		padding-top: 50px;
	}
}
.leo-megamenu .dropdown-menu .widget-links .nav-links li a {
	bottom: 1px solid transparent;
	padding-bottom: 4px;
}
.leo-megamenu .dropdown-menu .widget-links .nav-links li a:hover {
	color: #fff;
	border-bottom: 1px solid #ffcea6;
}
.leo-megamenu .dropdown-menu .widget-subcategories ul li a {
	bottom: 1px solid transparent;
	padding-bottom: 4px;
}
.leo-megamenu .dropdown-menu .widget-subcategories ul li a:hover {
	color: #fff;
	border-bottom: 1px solid #ffcea6;
}
.leo-megamenu .dropdown-menu .widget-subcategories .menu-title a:hover {
	color: #fff;
	border-bottom: 1px solid #ffcea6;
}
.product-actions .control-label {
    width: 130px;
    margin-bottom: 0;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
}
.product-variants > .product-variants-item select {
	width: 200px;
    text-overflow: ellipsis;
    padding-right: 20px;
        background-color: #F3F3F3;
    border-radius: 0;
    font-size: 14px;
    border: 1px solid #F3F3F3;
}
.product-actions .product-add-to-cart .control-label {
	display: none;
}
.product-add-to-cart .add-to-cart > i {
	display: inline-block;
	background-position: bottom;
	margin-left: -213px;
}
.product-add-to-cart .add-to-cart > span {
    position: absolute;
    margin-top: 7px;
    margin-left: 10px;
}
.product-actions .add-to-cart {
	    margin: 0;
    font-size: 14px;
    background: #000;
    font-weight: 600;
    border-radius: 0;
    padding: 0 30px;
    height: 37px;
}
.product-actions .product-add-to-cart .add-to-cart {
	width:260px;
}

.product-quantity .qty {
	margin-right: 15px;
	float: left;
}
.product-quantity .qty .input-group.bootstrap-touchspin {
	    box-shadow: none;
	    position: relative;
	        width: auto;
    background: #fff;
}
.product-quantity .input-group-btn-vertical {
	    width: auto;
    position: static;
}
.product-quantity .input-group-btn-vertical .btn i {
	    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-quantity .input-group-btn-vertical .btn {
	    position: absolute;
    width: 37px;
    height: 37px;
    padding: 0;
        top: 0;
    margin: 0;
    background-color: #F3F3F3;
    border: 0;
	font-size:16px;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	right: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	left: 0;
}
.product-quantity #quantity_wanted {
    background-color: #F3F3F3;
    height: 37px;
    padding: 0 5px;
    text-align: center;
    width: 37px;
    margin: 0 38px;
    border: 0;
}
.product-quantity .add {
	margin: 0;
}
@media (max-width: 767px) {
.product-tabs.tabs .nav-tabs {
	display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.product-tabs.tabs .nav-tabs li {
	width:100%;
}
.nav-tabs .nav-item + .nav-item {
    margin-left: 0.0rem;
}
.nav-tabs .nav-link {
    margin-right: 0.0rem !important;
}
.product-tabs.tabs .nav-tabs .nav-item {
	margin-bottom:0;
}
}

.dp-top {
    max-width: 1750px;
    padding: 0 100px;
    margin: auto;
}

@media (max-width: 1440px) {
    .dp-top {
        padding: 0 50px;
    }
}
@media (max-width: 1199px) {
    .header-logo {
        padding: 0 !important;
    }
    .dp-top {
        display: flex;
        align-items: center;
    }
    .leo-megamenu .navbar-nav > li > a {
        padding: 40px 0;
    }
}
@media (max-width: 991px) {
   .dp-top {
    padding: 10px 15px;
   }
} 


.product_list.grid > .row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.product_list.grid > .row:before{
    content: "";
    position: absolute;
    bottom: 30px;
    height: 2px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 2;}
.product_list.grid .ajax_block_product {
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 30px;
}
.thumbnail-container {
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .pagination .page-list li .next, .pagination .page-list li .previous{
        position: absolute;
        right: 0;
    }
    .pagination .page-list li .previous.right-fix {
        position: absolute;
        right: 65px;
    }
    .pagination .page-list {
        text-align: left !important;
        position: relative;
    }
    .pagination .page-list li.right-fix {
        padding: 0;
    }
}
.blockcart {
    position: relative;
}
.product-line-grid-right .bootstrap-touchspin {
        width: 69px;
    }

.leo-text-custom {
    margin-bottom: 30px;
}
.product-actions {
    border-top: 1px solid #E1E1E1;
    padding-top: 30px;
}
.leo-text-custom  > div {
    display: flex;
    align-items: center;
}
.leo-text-custom  > div i {
    color: #8cdf00;
    margin-right: 5px;
}
.leo-text-custom  > div span {
    color: #000;
    font-weight: 700;
    font-size: 12px;
}
.leo-text-custom  > div:first-child {
    margin-bottom: 10px;
}
/* .product-line-grid-body .product-price, .product-line-grid-right .product-price { */
.product-prices .product-price {
        font-weight: 600;
    font-size: 22px;
    color: #C20000;
}

.product-actions .control-label {
    width: 160px;
}
@media (min-width: 481px) {
    #leo_search_block_top .form-control {
            min-width: 407px;
    }
}
@media (max-width: 767px) {
    .product-detail.product-thumbs-left .images-container .product-cover {
        margin-left: 110px;
    }
    .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
        width: 100px;
    }
}
@media (max-width: 480px) {
    .product-detail.product-thumbs-left .images-container .product-cover {
        margin-left: 80px;
    }
    .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
        width: 70px;
    }
}


.box-image-catex {
  padding-top: 150px;
  padding-bottom: 82px; }
  @media (max-width: 767px) {
    .box-image-catex {
      padding: 50px 0; } }
  .box-image-catex > div {
    padding: 0; }
  .box-image-catex .ApImage {
    float: left;
    padding: 0 15px;
    text-align: center; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-catex .ApImage {
        float: left;
        margin-bottom: 30px; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-catex .ApImage {
        float: left;
        margin-bottom: 30px; } }
    @media (max-width: 425px) {
      .box-image-catex .ApImage {
        width: 100%;
        margin-bottom: 30px; } }
        .box-image-catex .ApImage > a {
          display: block;
          margin-bottom: 30px;
          overflow: hidden;
          border-radius: 50%;
        }
        .box-image-catex .ApImage:hover img {
          transform: scale(1.1);
        }
    .box-image-catex .ApImage img {
      transform: scale(1);
      transition: all 0.4s;
      max-width: 221px; }
    .box-image-catex .ApImage h3 a {
      font-size: 14px;
      font-weight: 500;
      color: #444651;
      position: relative;
      padding-bottom: 10px;
      line-height: 26px;
      letter-spacing: 0.28px;
      text-transform: uppercase; }
      .box-image-catex .ApImage h3 a:after {
        content: '';
        width: 0;
        background: #C20000;
        height: 2px;
        position: absolute;
        bottom: 0;
        transition: all 0.4s;
        left: 0;
        right: 0;
        margin: auto; }
    .box-image-catex .ApImage:hover h3 a:after {
      width: 100%; }

  .box-image-cateadd4 .ApImage {
    width: 25%; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-cateadd4 .ApImage {
        width: 50%;}
        .box-image-cateadd4 .ApImage:nth-child(2n + 1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-cateadd4 .ApImage {
        width: 50%; }
        .box-image-cateadd4 .ApImage:nth-child(2n + 1) {
          clear: both; } }

  .box-image-cateadd6 .ApImage {
    width: 16.66667%; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-cateadd6 .ApImage {
        width: 33.3%;}
        .box-image-cateadd6 .ApImage:nth-child(3n + 1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-cateadd6 .ApImage {
        width: 50%; }
        .box-image-cateadd6 .ApImage:nth-child(2n + 1) {
          clear: both; } }

  .box-image-cateadd5 .ApImage {
    width: 20%; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-cateadd5 .ApImage {
        width: 33.3%;}
        .box-image-cateadd5 .ApImage:nth-child(3n + 1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-cateadd5 .ApImage {
        width: 50%; }
        .box-image-cateadd5 .ApImage:nth-child(2n + 1) {
          clear: both; } }

  .box-image-cateadd3 .ApImage {
    width: 33.3%; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-cateadd3 .ApImage {
        width: 33.3%;}
        .box-image-cateadd3 .ApImage:nth-child(3n + 1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-cateadd3 .ApImage {
        width: 50%; }
        .box-image-cateadd3 .ApImage:nth-child(2n + 1) {
          clear: both; } }

  .box-image-cateadd2 .ApImage {
    width: 50%; }
    @media (max-width: 1199px) and (min-width: 576px) {
      .box-image-cateadd2 .ApImage {
        width: 50%;}
        .box-image-cateadd2 .ApImage:nth-child(2n + 1) {
          clear: both; } }
    @media (max-width: 575px) and (min-width: 426px) {
      .box-image-cateadd2 .ApImage {
        width: 50%; }
        .box-image-cateadd2 .ApImage:nth-child(2n + 1) {
          clear: both; } }

.product-quantity {
	display: flex;
	padding-left: 40px;
	justify-content: flex-start;
	margin-bottom: 26px;
}
.product-quantity .qty {
	float: left;
	margin-right: 10px;
	margin-left: -40px;
	margin-top: 0;
	display: flex;
	justify-content: center;
	xalign-items: center;
}
.product-quantity .qty > span.title-qty {
	font-size: 14px;
	margin-right: 40px;
	float: left;
	line-height: 36px;
	color: #808086;
	display: none;
}

.product-line-actions .bootstrap-touchspin {
  float: left;
  display: inline-block;
  -moz-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2); }
.product-line-actions .bootstrap-touchspin input:focus {
    outline: none; }
.product-line-actions .bootstrap-touchspin input.form-control, .bootstrap-touchspin input.input-group {
    color: #414141;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    float: left; }
.product-line-actions .bootstrap-touchspin .btn-touchspin {
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.15);
    height: 1.3125rem; }
.product-line-actions .bootstrap-touchspin .btn-touchspin:hover {
      background-color: #ebebeb; }
.product-line-actions .bootstrap-touchspin .input-group-btn-vertical {
    color: #414141;
    width: auto;
    float: left; }
.product-line-actions .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }
.product-line-actions .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      -ms-border-radius: 0px;
      -o-border-radius: 0px;
      border-radius: 0px; }

.product-line-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
      content: "\E5CE"; }
.product-line-actions .bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
      content: "\E5CF"; }
.product-line-actions .bootstrap-touchspin .input-group-btn-vertical i {
      top: 0.0625rem;
      left: 0.1875rem;
      font-size: 0.9375rem; }

.aeuc_shipping_label:before, .aeuc_delivery_label:before {
    content: "|";
}
.aeuc_shipping_label a {
    color: #878787;
    text-decoration: underline;
}
.thumbnail-container .aeuc_shipping_label, .aeuc_delivery_label {
  color: #878787;
  font-size: 10px;
}
.dsn-customize {
    width: 100%;
    margin-bottom: 5px !important;
    text-transform: none !important;
    text-align: left;
	margin: 0;
    font-size: 14px;
    background: #000;
    font-weight: 600;
    border-radius: 0;
    padding: 0 30px;
    height: 37px;
	}