.checkout-index-index #maincontent {
    margin-top: 4%;
}
.recommends_head{
	font-family: "Gothic821 Cn BT";
	text-align: center;
}
.bundle-name {
    display: flex;
    background-color: #002c5b;
    color: white;
}


.bundle-description-container {
    padding: 56px 0px 56px 60px;
    max-width: 85%;

}
.bundle-description-container h1{
	    font-family: "Gothic821 Cn BT";
	    font-size: 50px;
	    margin-bottom: 10px;
	    padding-right: 10%;
	    text-transform: uppercase;
}
.bundle-description-container p{
	font-family: "Roboto Condensed Regular";
	font-size: 18px;
}
.bundle-description-container a{
/*	width: 355px;
	height: 68px;
	border-radius: 40px;
	background-color: #FFE600;
	font-size: 18px;
	display: inline-block;
	text-align: center;*/
	border-radius: 40px;
	background-color: #FFE600;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	padding: 20px 130px 20px 130px;
	margin-top: 15px;
}
#view-solution{
	color: #000;
	text-transform: uppercase;
	 font-family: "Gothic821 Cn BT";
}
#view-solution span:after {
    background-image: url('../images/arrow-right-circle.svg');
    background-size: 20px;
    padding: 0px 10px;
    vertical-align: middle;
    margin-left: 10px;
    content: '';
    background-repeat: no-repeat;
}
#view-solution:hover {
    text-decoration: none;
    background-color: #E60000;
    color: white;
}
#view-solution:hover  span:after{
	filter: brightness(0) invert(1);
}
.bundle_description {
    max-width: 58%;
}
/*.image-right-block {
    border: 1px solid #002c5b;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    overflow: hidden;
    border-right: none;
	border-top: none;
	border-bottom: none;

}*/
/*.bundle-banner-image{
	transform: scale(1.6);
}*/
.babbner-top-icon {
	display: inline-block;
	position: absolute;
	right: 20px;
	z-index: 9;
	background-image: url(../images/banner-icons.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 111px;
	max-width: 10%;
}
.banner-icon-text {
	text-decoration: none;
	list-style-type: none;
	font-family: Gothic821 Cn BT;
	font-size: 20px;
	color: #002C5B;/*
	padding: 20px;*/
	text-align: center;
	text-transform: uppercase;
	line-height: normal;
}
.babbner-top-icon ul{
	padding-left: 0px;	
}

/*--------------------------guide block ------------------------*/
.guide-block a::after {
    background-image: url('../images/arrow-right-circle.png');
    background-size: 20px;
    padding: 0px 10px;
    vertical-align: middle;
    margin-left: 10px;
    content: '';
    background-repeat: no-repeat;
}
.guide-control img{
    width: 64px;
    height: 60px;
}
.guide-faq img{
    width: 53px;
    height: 54px;
}
.guide-stock img{
    width: 42px;
}

.guide-block h3{
    font-family: "Gothic821 Cn BT";
    font-size: 32px;
    width: 70%;
    margin-left: 20px;
    vertical-align: middle;
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
}
.guide-block a{
    padding: 16px 0px;
    text-align: center;
    background: #FFE600;
    display: block;
    border-radius: 45px;
    text-transform: uppercase;
    box-shadow: 1px 3px #000;
    font-family: "Gothic821 Cn BT";
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    width: 90%;
    margin: auto;
    margin-top: 19px;
}
.guide-block a:hover{
    color: #000;
    text-decoration: none;
}
.guide-block-content{
    background: #002C5B;
    padding: 40px 20px;
    color: #fff;
    text-align: center;
}

/*----------------------------------------------------------*/
/*----------------product listing --------------------------*/
.result-head {
    text-align: center;
    font-family: Gothic821 Cn BT;
    font-size: 35px;
    margin-top: 30px;
    text-transform: uppercase;
}

.page-layout-result-category-layout li.item.product.product-item{
    border: 1px solid #E5E5E5;
    display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
	width: 24%;
}
.page-layout-result-category-layout .item.product.product-item:nth-child(4n) {
    margin-right: 0px !important;
}
.page-layout-result-category-layout .product.details.product-item-details{
     text-align: center; 
}
.page-layout-result-category-layout .product-item-info{
    /* text-align: center; */
    width: 100% !important;
    padding: 15px;
}
.product.details .product.name.product-item-name a{
    font-family: 'Gothic821 Cn BT';
    font-size: 20px;
}
.product.details .product.name.product-item-name a:hover{
    text-decoration: none;
}
a.viewproductlink{
    color: #fff;
    text-transform: uppercase;
    display: block;
    background-color: #E60000;
    border-radius: 45px;
    box-shadow: 1px 3px #000;
    padding: 20px 0px;
    font-family: 'Gothic821 Cn BT';
    font-size: 18px;
    margin-top: 5px;
}
a.viewproductlink:hover{
    text-decoration: none;
    color: #fff;
}
a.viewproductlink::after{
    background-image: url('../images/arrow-right-circle-white.svg');
    vertical-align: middle;
    margin-left: 10px;
    padding: 0px 10px;
    background-size: 20px;
    background-repeat: no-repeat;
    content: '';
}
/*.product-image-container{
    height: 240px !important;
}*/
.product-item-info:hover{
	box-shadow: 0px 0px 10px #0000001A;
	transition: box-shadow 0.3s ease-in-out;
}
.product-item-info:hover .viewproductlink{
   background-color: #FFE600;
   color: #000;
}
.product-item-info:hover .viewproductlink::after{
	filter: brightness(0) invert(0);
}
.recommends_head {
    text-transform: uppercase;
}
/*result page media query*/
@media all and (min-width: 320px)  and (max-width: 767px){
    .bundle-description-container {
        padding: 22px 0px 22px 22px;
    }
    .bundle-description-container h1 {
        font-size: 17px;
    }
    .bundle-description-container p {
        font-size: 10px;
    }
    .banner-icon-text {
        padding: 4px;
        font-size: 10px;
        line-height: 9px;
    }
    /*.bundle-banner-image {
        transform: scale(6.6);
    }*/
  /*  .image-right-block {
        border-top-left-radius: 180%;
        border-bottom-left-radius: 180%;
    }*/

    #view-solution span::after {
        background-size: 13px;
    }
    .recommends_head {
        font-size: 22px;
    }
    .bundle-description-container a {
        font-size: 10px;
        padding: 3px 22px 3px 22px;
    }
    .result-head {
        font-size: 23px;
    }
    .page-layout-result-category-layout li.item.product.product-item {
        display: block;
        width: 100%;
    }
    .guide-control img {
        width: 50px;
        height: 50px;
    }
    .guide-block h3 {
        font-size: 28px;
        width: 59%;
    }
    .babbner-top-icon {
        background-size: 112%;
    }
    .guide-block .row{
        flex-direction: column;  
    }

    .guide-block .col{
       margin-bottom: 15px;
    }
    #view-solution span::after {
        padding: 0px 0px 0px 14px;
        display: inline;
        margin-left: 3px;
    }
}
/*lethel non lethel*/

.page-layout-lethal-nonlethal-only li.col-md-5 {
    list-style-type: none;
    max-width: 50%;
    flex: unset;
}
.page-layout-lethal-nonlethal-only ul.row{
    width: 80%;
    padding-left: 0px;
    margin: 0 auto;
}
.page-layout-lethal-nonlethal-only p.product-item-sub-name::before {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    left: 1px;
    height: 100%;
    transform: skewY( 9deg );
    transform-origin: left;
    padding-left: 44px;
    z-index: -1;
}
.page-layout-lethal-nonlethal-only .product-item-sub-name .product-item-sub-name.name {
    text-align: center;
    font: normal normal normal 45px/45px Gothic821 Cn BT;
        font-size: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 45px;
    width: 57%;
    margin: auto;
    display: block;
}
.page-layout-lethal-nonlethal-only p.product-item-sub-name {
    background: #002C5B 0% 0% no-repeat padding-box;
}
.page-layout-lethal-nonlethal-only p.product-item-sub-name::after {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    right: 0;
    height: 100%;
    transform: skewY( -9deg );
    transform-origin: right;
    padding-right: 44px;
    z-index: -1;
}
.page-layout-lethal-nonlethal-only p.product-item-sub-description {
    text-align: center;
    font-family: "Roboto Condensed Regular";
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #FFE600 0% 0% no-repeat padding-box;
    font-size: 16px;
    padding: 20px;
    padding-top: 55px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}
.page-layout-lethal-nonlethal-only p.product-item-sub-name {
    position: relative;
    z-index: 1;
    height: 89px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.page-layout-lethal-nonlethal-only ul.row {
    justify-content: center;
}

.page-layout-lethal-nonlethal-only li.col-md-5:first-of-type {
    border-right: 2px solid #eff0f0;
    padding-right: 40px;
}
.page-layout-lethal-nonlethal-only li.col-md-5:nth-child(2){
    padding-left: 40px;
}
.page-layout-lethal-nonlethal-only .lethal-avg {
    padding-left: 30px;
}
.page-layout-lethal-nonlethal-only-not-insects li.col-md-5 {
    list-style-type: none;
    max-width: 50%;
    flex: unset;
}
.page-layout-lethal-nonlethal-only-not-insects ul.row{
    width: 80%;
    padding-left: 0px;
    margin: 0 auto;
}
.page-layout-lethal-nonlethal-only-not-insects p.product-item-sub-name::before {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    left: 1px;
    height: 100%;
    transform: skewY( 9deg );
    transform-origin: left;
    padding-left: 44px;
    z-index: -1;
}
.page-layout-lethal-nonlethal-only-not-insects .product-item-sub-name .product-item-sub-name.name {
    text-align: center;
    font: normal normal normal 45px/45px Gothic821 Cn BT;
        font-size: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 45px;
    width: 57%;
    margin: auto;
    display: block;
}
.page-layout-lethal-nonlethal-only-not-insects p.product-item-sub-name {
    background: #002C5B 0% 0% no-repeat padding-box;
}
.page-layout-lethal-nonlethal-only-not-insects p.product-item-sub-name::after {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    right: 0;
    height: 100%;
    transform: skewY( -9deg );
    transform-origin: right;
    padding-right: 44px;
    z-index: -1;
}
.page-layout-lethal-nonlethal-only-not-insects p.product-item-sub-description {
    text-align: center;
    font-family: "Roboto Condensed Regular";
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #FFE600 0% 0% no-repeat padding-box;
    font-size: 16px;
    padding: 20px;
    padding-top: 55px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}
.page-layout-lethal-nonlethal-only-not-insects p.product-item-sub-name {
    position: relative;
    z-index: 1;
    height: 89px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.page-layout-lethal-nonlethal-only-not-insects ul.row {
    justify-content: center;
}

.page-layout-lethal-nonlethal-only-not-insects li.col-md-5:first-of-type {
    border-right: 2px solid #eff0f0;
    padding-right: 40px;
}
.page-layout-lethal-nonlethal-only-not-insects li.col-md-5:nth-child(2){
    padding-left: 40px;
}
.page-layout-lethal-nonlethal-only-not-insects .lethal-avg {
    padding-left: 30px;
}
.page-layout-poison-without-poison-layout-with-desc li.col-md-5 {
    list-style-type: none;
    max-width: 50%;
    flex: unset;
}
.page-layout-poison-without-poison-layout-with-desc ul.row{
    width: 80%;
    padding-left: 0px;
    margin: 0 auto;
}
.page-layout-poison-without-poison-layout-with-desc p.product-item-sub-name::before {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    left: 1px;
    height: 100%;
    transform: skewY( 9deg );
    transform-origin: left;
    padding-left: 44px;
    z-index: -1;
}
.page-layout-poison-without-poison-layout-with-desc .product-item-sub-name .product-item-sub-name.name {
    text-align: center;
    font: normal normal normal 45px/45px Gothic821 Cn BT;
        font-size: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 36px;
    width: 57%;
    margin: auto;
    display: block;
}
.page-layout-poison-without-poison-layout-with-desc p.product-item-sub-name {
    background: #002C5B 0% 0% no-repeat padding-box;
}
.page-layout-poison-without-poison-layout-with-desc p.product-item-sub-name::after {
    position: absolute;
    content: "";
    background: #002C5B;
    width: 50%;
    bottom: -2px;
    right: 0;
    height: 100%;
    transform: skewY( -9deg );
    transform-origin: right;
    padding-right: 44px;
    z-index: -1;
}
.page-layout-poison-without-poison-layout-with-desc p.product-item-sub-description {
    text-align: center;
    font-family: "Roboto Condensed Regular";
    font-size: 16px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    background: #FFE600 0% 0% no-repeat padding-box;
    font-size: 16px;
    padding: 20px;
    padding-top: 55px;
    padding-bottom: 30px;
    padding-right: 60px;
    padding-left: 60px;
}
.page-layout-poison-without-poison-layout-with-desc p.product-item-sub-name {
    position: relative;
    z-index: 1;
    height: 89px;
    padding-top: 30px;
    margin-bottom: 0px;
}
.page-layout-poison-without-poison-layout-with-desc ul.row {
    justify-content: center;
}

.page-layout-poison-without-poison-layout-with-desc li.col-md-5:first-of-type {
    border-right: 2px solid #eff0f0;
    padding-right: 40px;
}
.page-layout-poison-without-poison-layout-with-desc li.col-md-5:nth-child(2){
    padding-left: 40px;
}
.page-layout-poison-without-poison-layout-with-desc .lethal-avg {
    padding-left: 30px;
}
.page-layout-poison-without-poison-layout-with-desc-not-insects li.col-md-5 {
    list-style-type: none;
    max-width: 50%;
    flex: unset;
}
.product-item-sub-name.name:hover {
    text-decoration: none;
}
/*with poison without poison*/
.page-layout-poison-without-poison-layout li.col-md-5 {
    list-style-type: none;
    max-width: 50%;
    flex: unset;
}
.page-layout-poison-without-poison-layout ul.row{
    width: 80%;
    padding-left: 0px;
    margin: 0 auto;
}
.page-layout-poison-without-poison-layout .product-item-sub-name .product-item-sub-name.name {
    text-align: center;
    font: normal normal normal 45px/45px Gothic821 Cn BT;
    font-size: 45px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    font-size: 45px;
    width: 100%;
    margin: auto;
    display: block;
}
.page-layout-poison-without-poison-layout .product-item-sub-name {
    background-color: #002c5b;
    padding-top: 10px;
    padding-bottom: 25px; 

}
.poisonimgtwo {
    background-image: url(../images/poison.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 58px;
    max-width: 13%;
    margin: auto;
    margin-top: 15px;
}
.poisonimgone{
    background-image: url(../images/poison1.png);
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 58px;
    max-width: 13%;
    margin: auto;
    margin-top: 15px;
}
.page-layout-poison-without-poison-layout li.col-md-5:first-of-type {
    border-right: 2px solid #eff0f0;
    padding-right: 40px;
}
.page-layout-poison-without-poison-layout li.col-md-5:nth-child(2){
    padding-left: 40px;
}
.product-item-sub-name.yellow, .product-item-sub-name.yellow a {
    background-color: #ffe600;
}
.product-item-sub-name.yellow a{
    color: #002C5B !important;
}
.product-item-sub-name.yellow  .poisonimgone{
    margin-top: 17px !important;
}
.page-layout-poison-without-poison-layout .lethal-avg {
    padding-left: 10px;
    padding-right: 10px;
}
/*menu*/

.navigation .level0 .submenu {
    left: 4% !important;
    max-width: 715px;
}
/*******/
.page-product-bundle .product.media {
    position: relative;
    top: -139px;
}
.page-product-bundle .page-layout-1column .product.media {
    width: 50% !important;
}
.page-product-bundle  .gallery-placeholder .fotorama__stage {
    height: 770px !important;
}
.page-product-bundle .fotorama__stage__frame .fotorama__img {
    top: 12% !important;
}

.page-product-bundle .budle-promotions .col-main {
    padding-left: 0px !important;
}
/*.page-product-bundle .header.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/
.page-product-bundle .breadcrumbs {
    max-width: 1280px;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-product-bundle .product-label {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-product-bundle .fotorama__stage__frame{
    top: 10px !important;
}
.page-product-bundle .product-info-main {
    padding-left: 15.2% !important;
}
.page-product-bundle .products.wrapper {
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-product-bundle .review-block {
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;    
}
.page-product-bundle .guide-block{
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;  
}
@media all and (min-width: 1400px)  and (max-width: 1450px){
    .page-product-bundle .product-info-main {
        padding-left: 6.2% !important;
    }
}
@media all and (min-width: 1200px)  and (max-width: 1300px){
    .page-product-bundle .product-info-main {
        padding-left: 1.2% !important;
    }
}
@media all and (min-width: 1301px)  and (max-width: 1399px){
    .page-product-bundle .product-info-main {
        padding-left: 5.2% !important;
    }
}
@media all and (min-width: 1302px)  and (max-width: 1334px){
    .page-product-bundle .product-info-main {
        padding-left: 4.2% !important;
    }
}

.page-product-bundle .budle-promotions {
    top: -49px;
}
.page-product-bundle .promotions-selections h1 {
    font-size: 27px;
    line-height: 30px;
    max-width: 100% !important;
    padding: 0px !important;
}
.page-product-bundle .prod-info {
    max-width: 60%;
    padding: 36px 13px 35px 30px;
}
.page-product-bundle .promotions .promotions-selections .promotions-selections-img {
    padding: 0px !important;
}
.page-product-bundle .prod-info p {
    font-size: 16px !important;
    padding: 0px !important;
    margin-top: 13px;
}
.page-product-bundle .promotions .promotions-selections .promotions-selections-img a img {
    border: unset !important;
    border-radius: unset !important;
    transform: scale(4) !important;
    margin-top: 100px;
}
.promotions-selections-img a{
    overflow: hidden;
    border-top-left-radius: 200px;
    border-bottom-left-radius: 200px;  
}
.page-product-bundle .promotions .promotions-selections .promotions-selections-plus {
    padding: 152px 25px !important;
}
.page-product-bundle .promotions .promotions-selections {
    width: 100%;
}
.page-product-bundle .page-contents.promotions {
    padding-right: 0px !important;
}
.promotions-discount-container {
    display: flex !important;
}
.page-product-bundle .budle-promotions {
    padding-bottom: 10px;
}
.page-product-bundle .promotions-lists { 
    border: unset !important;
}
.page-product-bundle .promotions-info {
    padding-top: 8%;
}
.page-product-bundle .action.primary.tocart.cart_button_1 {
    width: 270px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #E60000;
    border-radius: 45px;
    box-shadow: 1px 3px #000;
    font-family: 'Gothic821 Cn BT';
    font-size: 18px;
}
.page-product-bundle .action.primary.tocart.cart_button_1:before{
    background-image: url('../images/shopping-cart.png');
    background-repeat: no-repeat;
    background-size: 21px;
    padding: 0px 15px;
    content: '';
    margin-right: 5px;
}
.page-product-bundle .cat-product-title {
    margin-top: -100px;
}
/*product page popup*/
/*.modal-popup._inner-scroll .modal-inner-wrap {
    margin-top: 109px !important;
}*/
.configure_form_fields.product-options img {
    width: 72%;
}
#options-submit-button-1{
    width: 270px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #E60000;
    border-radius: 45px;
    box-shadow: 1px 3px #000;
    font-family: 'Gothic821 Cn BT';
    font-size: 18px;
}
/*.page-product-bundle .modal-popup._inner-scroll .modal-inner-wrap {
    max-height: 75%;
    width: 37%;
}*/
#configure_bundle_content1 table {
    width: 50%;
    margin: auto;
}
.bundle-summary {
    font-size: 14px;
    text-align: left;
}
#bundleSummary .title {
    font-size: 16px;
    text-align: left;
}
.page-product-bundle .base-product-name h4,.page-product-bundle .selection-product-name h4 {
    font-weight: bold;
}
/*product page responsiveness*/
@media all and (min-width: 768px)  and (max-width: 1100px){
    .page-product-bundle .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .page-product-bundle .product-info-main {
        padding-left: 2.2% !important;
    }
/*    .page-product-bundle .product-details .box-tocart .fieldset {
        flex-flow: column;
    }*/
    .page-product-bundle .box-tocart .field.qty {
        width: 100%;
    }
    
    /*.catalog-product-view .fotorama__stage__frame .fotorama__img {
        left: 31%;
        top: 24% !important;
    }*/
    .page-product-bundle .bundle-option-products .option-item {
        margin-right: 0px;
    }
    .option-items {
        flex-direction: column;
    }
    .page-product-bundle .bundle-option-products .option-item span {
        padding-top: 5px;
    }
    .fieldset.fieldset-bundle-options {
        margin-bottom: 0px;
    }
    .page-product-bundle .box-tocart .field.qty {
        width: 51%;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        width: 200px !important;
    }
    .page-product-bundle .promotions-discount-container {
        flex-direction: column;
    }
    .page-product-bundle .promotions .promotions-selections {
        flex-direction: column;
    }
    .promotions-discount-container {
        max-width: 68%;
        margin: 0 auto !important;
    }
    .page-product-bundle .promotions-lists h3 {
        text-align: center;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 246px !important;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-img {
        margin-bottom: 0px;
    }
    .page-product-bundle .promotions-info {
        padding-top: 3%;
        width: 100%;
    }
    .page-product-bundle .promotions-lists h3 {
        padding: 20px 0 20px 0;
    }
    .page-product-bundle .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: 60%;
        width: 82%;
    }
    .modal-popup._inner-scroll .modal-inner-wrap {
        margin-top: 202px !important;
    }
     .bundle-description-container h1 {
        font-size: 30px;
    }
    .banner-icon-text {
        font-size: 18px;
        padding: 17px;
        line-height: 17px;
    }
    .bundle-description-container p {
        font-size: 15px;
    }
    .bundle-description-container a {
        padding: 10px 40px 10px 40px;
        font-size: 16px;
    }
    /*.bundle-banner-image {
        transform: scale(2.9);
    }*/
    a.viewproductlink {
        font-size: 15px;
        padding: 12px 0px;
    }
    .guide-block h3{
        width: 56%;
        font-size: 19px;
    }
    .guide-block a {
        font-size: 15px;
    }
    .guide-block a::after {
        padding: 3px 11px;
    }
    .guide-faq img {
        width: 35px;
        height: auto;
    }
    .guide-stock img {
        width: 30px;
        height: auto;
    }
    .guide-control img {
        width: 38px;
        height: auto;
    }
    .page-layout-result-category-layout li.item.product.product-item {
        width: 23%;
        margin-right: 19px;
    }
    .page-layout-poison-without-poison-layout .product-item-sub-name {
        padding: 10px 15px 25px;
    }
    .post-list .post-content .post-read-more {
        float: right !important;
        padding: 20px 0px !important;
        width: 100%;
    }
}
@media all and (min-width: 320px)  and (max-width: 767px){
    .page-product-bundle .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .page-product-bundle .product-info-main {
        padding-left: 2.2% !important;
    }
/*    .page-product-bundle .product-details .box-tocart .fieldset {
        flex-flow: column;
    }*/
    .page-product-bundle .box-tocart .field.qty {
        width: 100%;
    }
    /*.catalog-product-view .fotorama__stage__frame .fotorama__img {
        left: 31%;
        top: 24% !important;
    }*/
    .page-product-bundle .bundle-option-products .option-item {
        margin-right: 0px;
    }
    .option-items {
        flex-direction: column;
    }
    .page-product-bundle .bundle-option-products .option-item span {
        padding-top: 5px;
    }
    .fieldset.fieldset-bundle-options {
        margin-bottom: 0px;
    }
    .page-product-bundle .box-tocart .field.qty {
        width: 51%;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        width: 200px !important;
    }
    .page-product-bundle .promotions-discount-container {
        flex-direction: column;
    }
    .page-product-bundle .promotions .promotions-selections {
        flex-direction: column;
    }
    .promotions-discount-container {
        max-width: 68%;
        margin: 0 auto !important;
    }
    .page-product-bundle .promotions-lists h3 {
        text-align: center;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 246px !important;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-img {
        margin-bottom: 0px;
    }
    .page-product-bundle .promotions-info {
        padding-top: 3%;
        width: 100%;
    }
    .page-product-bundle .promotions-lists h3 {
        padding: 20px 0 20px 0;
    }
    .page-layout-1column .product-info-main {
        width: 100% !important;
    }
    .fotorama__stage__frame {
        border-radius: unset;
    }
    .page-layout-1column .product.media {
        width: 100% !important;
        /*position: absolute;
        top: 150px;*/
    } 
    /*.page-layout-1column .product-info-main-outer  {
        position: relative;
    }
    .page-layout-1column .page-title-wrapper.product{
        margin-bottom: 475px;
    }*/
    .catalog-product-view .product-info-main-outer .page-title-wrapper.product {
      display: none;
    }
    .page-layout-bundle-product-page.catalog-product-view .product-info-main-outer .page-title-wrapper.product {
      display: block !important;
    }
   /* .catalog-product-view .fotorama__stage__frame .fotorama__img {
        position: unset;
        transform: scale(1) !important;
    }*/
    .page-product-bundle .gallery-placeholder .fotorama__stage {
        height: 291px !important;
    }
    .page-product-bundle .budle-promotions {
        top: -24px;
    }
    .page-product-bundle .product-details .price {
        font-size: 28px;
    }
    .minus {
        background-size: 19px;
        padding: 6px 10px;
            }
    .plus {
        background-size: 19px;
        padding: 5px 10px;
    }
    .page-product-bundle input[type="number"]{
        font-size: 19px;
        padding: 0 4px;
    }
    .catalog-product-view .box-tocart .actions .action.primary.tocart::before {
        display: block;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        padding: 17px;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        width: 122px !important;
        padding: 17px;
    }
    .catalog-product-view .box-tocart .actions .action.primary.tocart {
        font-size: 17px;
    }
    .catalog-product-view .box-tocart .field.qty {
        padding: 23px;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        width: 138px !important;
        padding-bottom: 23px;
        padding-top: 26px;
    }
    .page-product-bundle .budle-promotions {
        top: -58px;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-img {
        flex-direction: column-reverse;
    }
    .page-product-bundle .promotions-selections-img a {
        border-radius: unset;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-img a img {
       transform: scale(1.5) !important;
        margin-top: 0px;
    }
    .page-product-bundle .prod-info {
        max-width: 100%;
    }
    .promotions-discount-container {
        max-width: 90%;
    }
    .page-product-bundle .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 154px !important;
    }
    .page-product-bundle li.item.product.product-item {
        width: 100%;
        display: block;
        height: auto !important;
    }
    .guide-block-content img {
        margin-left: 0px;
    }
    .page-product-bundle .cat-product-title {
        margin-top: 10px;
    }
    .modal-popup .modal-title {
        font-size: 19px;
    }
    .modal-popup .modal-header{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .page-product-bundle .base-product-name h4{
        font-size: 15px;
    }
    #configure_bundle_content1 tr{
        display: flex;
        flex-direction: column;
    }
    .modal-popup._inner-scroll .modal-inner-wrap {
        margin-top: 153px !important;
    }
    .page-product-bundle .modal-popup._inner-scroll .modal-inner-wrap {
        width: 95%;
    }
    .modal-popup.modal-slide {
        left: 0px;
        z-index: 99999 !important;
    }
    .configure_form_fields.product-options img {
        width: 100%;
    }
    #options-submit-button-1 {
        width: 214px;
    }
    .modal-popup.modal-slide._inner-scroll._show {
        z-index: 9999;
    }
    .guide-block a {
        font-size: 16px;
    }
    .guide-block h3 {
        font-size: 24px;
    }
    .page-product-bundle .cat-product-title {
        font-size: 22px;
    }
    .page-product-bundle .product-details .box-tocart {
        margin-top: 0px;
        width: 74%;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: -4px;
    }
    .page-product-bundle .product-details {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .page-product-bundle .price-tier-listing div span {
        font-size: 18px;
    }
    .page-product-bundle .price-tier-listing {
        position: relative;
    }
    .page-product-bundle .product-details .box-tocart {
        margin-top: 0px !important;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: 0px !important;
    }
}
@media all and (min-width: 320px)  and (max-width: 360px){
    .page-product-bundle .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 142px !important;
    }
    .catalog-product-view .box-tocart .field.qty {
        padding: 17px;
    }
    .catalog-product-view .box-tocart .field.qty {
        padding: 9px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-product-bundle .box-tocart .field.qty {
        width: 42%;
    }
    .page-product-bundle .product-details #product-addtocart-button {
    padding-bottom: 19px;
    padding-top: 23px;
    }

}
.page-product-bundle .product-details .box-tocart {
    margin-top: 25px;
}
.bundle-options-container .block-bundle-summary .price-box {
    margin-top: 25px;
}

.block.block-search {
    z-index: 9999 !important;
}
/*header responsve */
@media all and (min-width: 768px)  and (max-width: 1199px){
    .navigation .level0.parent > .level-top {
        padding-right: 6px !important;
    }
    .searchautocomplete__active .nav-menu {
        width: 100%;
    }
    .form.minisearch .close {
        background-color: #002c5b;
    }
    .page-header.sticky .logo {
            height: unset;
    }
    .searchautocomplete__active .custom-header .row .col-md-9.col-nav{
        padding: 0px;
    }
    .searchautocomplete__active .block.block-search {
        padding: 4px 0px 0px !important;
        margin: 0px !important;
        width: 61% !important;
    }
    .nav-sections-item-content > .navigation {
        text-align: left;
    }
    .block-minicart .subtitle.empty {
        color: black;
    }
    .searchautocomplete__active .custom-header .col-md-3 {
        margin-bottom: -15px;
    }

    .close::before {
        padding-bottom: 1.8%;
    }
    .searchautocomplete__active .page-header {
        height: auto !important;
    }
    .logo {
        position: unset;
        background: unset;
    }
}
.mst-searchautocomplete__autocomplete {
    border: unset;
    min-height: unset;
}
.mst-searchautocomplete__wrapper {
    border: 1px solid #c2c2c2;
    min-height: 3.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) and (orientation : portrait){    
    .page-layout-poison-without-poison-layout ul.row{
        width: 100%;
    }
    .poisonimgtwo, .poisonimgone {
        max-width: unset;
        height: 90px;
        width: 90px;
    }
    .related {
        padding: 2% 9% 4% 9% !important;
        margin-top: 100px;
    }
    .catalog-product-view .block.related {
  padding: 0 !important;
}
    /*.catalog-category-view .product.details.product-item-details{
        padding:  0px 20px;
    }*/
    .guide-block-content{
        height: 100%;
        padding: 40px 5px;
    }
    .guide-block{
        width: 735px;
        margin: 10px auto;
    }
    .cms-home .guide-block {
        width: 700px;
    }
    .product-by-pest-banner .product.details.product-item-details .owl-carousel .owl-item{
        padding: 0 5px;
    }
    .product-by-pest-banner #profession-slider li.item{
        padding-right: 0;
    }
    .page-layout-lethal-nonlethal-only .product-item-sub-name .product-item-sub-name.name {
        font-size: 32px;
        padding-right: 20px;
        padding-left: 20px;
    }
     .page-layout-poison-without-poison-layout-with-desc .product-item-sub-name .product-item-sub-name.name {
        font-size: 32px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-layout-poison-without-poison-layout .product-item-sub-name .product-item-sub-name.name{
        width: 75%;
    }
    .lethal-avg img {
        height: 42px;
    }
    .page-layout-lethal-nonlethal-only .lethal-avg {
        padding-left: 0px;
    }
     .page-layout-poison-without-poison-layout-with-desc .lethal-avg {
        padding-left: 0px;
    }
        .page-layout-lethal-nonlethal-only-not-insects .product-item-sub-name .product-item-sub-name.name {
        font-size: 32px;
        padding-right: 20px;
        padding-left: 20px;
    }
        .page-layout-lethal-nonlethal-only-not-insects .lethal-avg {
        padding-left: 0px;
    }
    .lethal-avg .lethal-text{
        width: 55%;
        text-align: center;
    }
    .lethal-avg .lethal-text p {
        font-size: 16px;
        text-align: center;
    }
    .lethal-avg .lethal-text .big-text {
        font-size: 34px;
    }
    .page-layout-poison-without-poison-layout .lethal-avg{
        width: 88%;
        margin: auto;
        padding: 0;
        text-align: center;
    }
    /*.page-products .breadcrumbs {
        padding: 46px 10px 10px 50px;
    }*/
    .navigation .level0 .submenu{
        left: unset !important;
        right: 0;
    }
    .product-image-container{
        height: auto !important;
    }
}
@media all and (min-width: 320px)  and (max-width: 767px){
        .searchautocomplete__active .nav-menu {
        width: 100%;
    }
    .nav-menu {
        width: 100%;
    }
    .block-search {
        margin-top: 0px;
    }
    .block.block-search {
         margin: 0px 20px;
    }
    .minicart-wrapper {
        margin: 0px 20px;
    }
    .nav-toggle {
        left: 5px;
        top: 102%;
    }
    .nav-toggle::before {
        color: #fff;
    }
    .custom-header .row .col-md-9.col-nav {
        margin-top: 10px;
    }
    .page-header.sticky .logo {
            height: unset;
    }
    .sections.nav-sections.nav-hide.nav-before-opened.nav-opened{
        width: 83%;
    }
    .custom-header .col-nav {
        text-align: start;
    }
    .sw-megamenu.navigation li.ui-menu-item {
        width: 100%;
    }
    .navigation .level0 .submenu {
        left: 0% !important;
        max-width: 100%;
    }
    .navigation .level0 {
        border-bottom: 1px solid;
        border-top: unset;
    }
    .navigation .level0 > .level-top {
        padding-bottom: 0px !important;
    }
    .nav-sections-item-switch {
        font-size: 15px;
        font-weight: bold;
    }
    .navigation .parent:first-child .level-top::after, .navigation .parent:last-child .level-top::after{
        content: "" !important;
    }
    .section-item-title.nav-sections-item-title {
        display: none;
    }
    .section-item-title.nav-sections-item-title.active {
        display: block;
    }
    .nav-sections-item-content {
        
    }
    .section-item-title.nav-sections-item-title.active {
        width: 100%;
    }
    .navigation .level0 .submenu a {
        color: #000 !important;
        text-transform: uppercase;
        padding-bottom: 10px;
    }
    .navigation .level0 .submenu {
        top: 0px !important;
    }
    .minicart-wrapper .block-minicart {
        width: 275px;
    }
    .minicart-wrapper .product .actions {
    float: right;
    margin: -79px 0 0;
}
    .block-minicart .subtitle.empty {
        color: black;
    }
    .searchautocomplete__active .custom-header .row .col-md-9.col-nav {
        margin-top: -4px;
        padding: 0px;
    }
    .searchautocomplete__active .block.block-search {
        margin: 0px;
        padding: 0 15px !important;
    }
    .form.minisearch .close {
        background-color: #002c5b;
    }
    #search_mini_form {
        width: 100%;
    }
    .close::before {
        margin-top: 1px;
    }
    .mst-searchautocomplete__autocomplete .mst-searchautocomplete__close {
        display: none;
    }
    .close {
        padding-right: 15px;
    }
    .searchautocomplete__active .page-header {
        height: auto !important;
    }
}
/*--------------------footer--------------------------*/

.footer.content .block {
    float: left !important;
}
.stay-connected {
    padding-right: 0px !important;
}
.row.footer-links div:nth-child(2) .block-content-link{
    padding-right: 0px;
}
@media all and (min-width: 320px)  and (max-width: 767px){
    .footer.content .block {
        margin-bottom: 10px;
    }
    .footer_img_small {
        margin-top: 0px;
    }
    .row.footer-links > .col-md-3{
        display: flex;
        margin-bottom: 10px;
    }
    .footer_img_small {
        display: flex;
        flex-direction: column;
    }
}
/*-----------------footer end --------------------*/
/*-----------------bundle product-----------------*/
@media all and (min-width: 1000px) {
    .page-product-bundle .gallery-placeholder .fotorama__stage {
        height: 865px !important;
    }
    .page-product-bundle .budle-promotions {
        top: -149px;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: 0px;
    }
    .page-product-bundle .product-details .box-tocart {
        margin-top: 0px;
    }
}
@media all and (min-width: 768px)  and (max-width: 999px){
    .page-product-bundle .gallery-placeholder .fotorama__stage {
        height: 921px !important;
    }
    /*.page-product-bundle .price-tier-listing div {
        width: 42%;
    }*/
    .page-product-bundle .price-tier-listing {
        width: 122%;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: 0px;
    }
    .page-product-bundle .product-details .box-tocart {
        margin-top: 0px;
    }
    .page-product-bundle .budle-promotions {
        top: -149px;
    }
    .page-product-bundle li.item.product.product-item {
        width: 30.3%;
    }
    .page-product-bundle .item.product.product-item:nth-child(4n) {
        margin-right: 15px !important;
    }
    .page-product-bundle a.viewproduct {
        padding: 10px 0px;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: 12px;
    }
}

@media all and (min-width: 320px)  and (max-width: 767px){
    .page-product-bundle .fotorama__stage__frame {
        border-radius: unset;
    }
    .page-product-bundle .price-tier-listing div {
        margin-right: 10px;
    }

    .page-product-bundle .product-details .price {
        font-size: 28px;
        margin-right: 0px;
    }
    .page-product-bundle .product-details #product-addtocart-button {
        padding-bottom: 11px;
        padding-top: 11px;
    }
    .page-product-bundle .box-tocart .field.qty {
        padding : 11px 0 !important;
    }
    .page-product-bundle .price-as-configured {
        margin-top: 0px;
    }
    .product-label {
    margin-top: 10px !important;
    padding-left: 0 !important;
}
.page-product-bundle .product-label li.banner-icon-text{
    padding: 10px 30px !important;
    margin-right: 5px !important;
}
    .catalog-category-view .solution-block-img-1 {
    flex: 0 0 100% !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1119px) and (orientation : landscape) {
    .big-cheese-help {
        padding: 2% 20% 7% 20% !important;
    }
    .blog-page-list .post-holder{
        padding: 0px 15px 0px 15px;
    }
    .contact-index-index #maincontent {
        max-width: unset;
    }
    .related {
        padding: 2% 8% 1% 8% !important;
        margin-top: 100px;
    }
    .we-care .cntnt{
        height: 220px;
    }
    .contact-us-right, .contact-us-left {
        flex: unset;
        max-width: unset;
    }
    .contact-us-right{
        width: 60%;
        padding-left: 20px;
    }
    .contact-us-left{
        width: 40%;
        padding-right: 20px;
        margin-right: 0px; 
    }
    .contact-us-right form#contact-form{
        min-width: unset;
    }
    .contact-index-index .page-title-wrapper {
        padding-left: 50px !important;
    }
}
/*-----------------bundle product-----------------*/
/*nav center align -------------------------------*/
@media all and (min-width: 1200px) {
    /*----------------------------------------------*/
    /*header icon center align-------------------*/
    .custom-header .account-head img {
        width: 25px !important;
        height: 25px !important;
        margin-bottom: 3px !important;
    }
    .menu-icon::before {
        background-size: 26px !important;
        padding: 5px 15px 5px 15px !important;
    }
    .minicart-wrapper .action.showcart::before {
        background-size: 25px !important;
    }

    .form.minisearch .label::before {
        font-size: 25px !important;
    }
    /*--------------------------------------------*/
    .text.nav-hide,.form.minisearch .label {
        cursor: pointer;
    }

    .navigation li.level0.parent > a:hover::after {
        bottom: -107%;
    }
}

/*bundle product align*/
@media all and (min-width: 1200px) {
    .page-product-bundle .product-info-main-outer {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 764px;
    }
    .page-product-bundle .product-info-main {
        padding-left: 0px !important;
    }
    .page-product-bundle .product.media {
        position: absolute;
        top: 89px;
        right: 0px;
    }
    .page-product-bundle .budle-promotions {
        top: -10px !important;
    }
    .page-product-bundle .products.wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .page-product-bundle .cat-product-title {
        margin-top: 25px;
    }
}
/*contact us page align*/
@media all and (min-width: 1200px) {
    .contact-index-index #maincontent {
        max-width: 1280px;
        padding-left: 0px;
        padding-right: 0px;
    }
}
/*home banner*/
@media all and (min-width: 1200px) {
   /* .aw-rbslider-img-wrapper {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 15px;
    }
    .aw-rbslider-img-wrapper picture {
        position: absolute;
        right: 0px !important;
        width: 46%;
    }
    .banner {
        margin-left: 0%;
        width: 64%;
    }
    .play-icon img {
        right: 9%;
        top: 41%;
    }
    .uk-dotnav.uk-dotnav-contrast.uk-position-bottom.uk-flex-center {
        width: 1280px;
        padding-left: 0px !important;
        margin: 0 auto;
    }
    .uk-slideshow.uk-overlay-active{
        height: 687px !important;
    }
    .aw-rbslider-item.uk-active{
        height: 687px !important;
    }
    .play-icon img {
        right: 21%;
        top: 42%;
    }*/
}
.fa-eye::before {
    content: "\f070" !important;
}
.fa-eye-slash::before {
    content: "\f06e" !important;
}
/*home rat link*/
#ratlink {
    box-shadow: unset;
    background-color: unset;
}
#ratlink::after{
    background-image: unset;
}
/*cart quantity align*/
@media all and (min-width: 1200px) {
    span.counter.qty.empty::before {
        padding-left: 1px !important;
    }
    .minicart-wrapper .action.showcart .counter.qty {
        line-height: 20.3px !important;
    }
}

/*menu center align*/
@media all and (min-width: 1630px) {
    #modalmenu .row {
        width: 62%;
    }
    #modalmenu .col-sm-4 {
        flex: 2 0 33.333%;
        max-width: 33.333%;
    }
    #modalmenu .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 56.667%;
    }
/*    #modalmenu {
        padding: 15% 15%;
    }*/
    .modal-popup .modal-header button {
        top: 65px;
        right: 144px;
    }
    .modal-content {
        overflow-y: hidden;
    }
}
@media all and (min-width: 1200px)  and (max-width: 1629px){
    #modalmenu .row {
        width: 69%;
    }
    #modalmenu .col-sm-8 {
        flex: 0 0 66.666667%;
        max-width: 75.667%;
    }
    .modal-content {
        overflow-y: hidden;
    }
}
/*search icon hover color change*/
.block-search .action.search:hover::before {
    color: #ffe500 !important;
}
@media all and (max-width: 767px){
    .solution-block-img-2, .solution-block-img-1, .solution-block-img-3, .solution-block-img-4 {
        height: unset !important;
    }
}
/*sticky header--------------------*/

@media all and (min-width: 1200px){
    .page-header {
        position: fixed;
        z-index: 5;
        width: 100%;
    }
    .header.content {
        padding-bottom: 0px !important;
        padding-top: 0px !important;
    }
    .sw-megamenu.navigation li.level0 > .level-top {
        padding: 27px 10px !important;
    }
    .navigation .level0 .submenu {
        top: 100px !important;
    }
    .logo {
        top: 0% !important;
    }
    .navigation li.level0.parent > a:hover::after {
        bottom: -18px;
    }
    .page-main {
        margin-top: 50px !important;
    }
   .cms-pest-solution .breadcrumbs{
        margin-top: 99px !important;   
    }
    .cms-page-view.page-layout-1column .page-main{
        margin-top: 0px !important;
    }
    .catalog-category-view.page-layout-lethal-nonlethal-only .breadcrumbs, .catalog-category-view.page-layout-poison-without-poison-layout .breadcrumbs, .catalog-category-view.categorypath-pest-solutions-insects-flies-both .breadcrumbs, .catalog-category-view.categorypath-pest-solutions-insects-wasps .breadcrumbs, .category-garden-accessory .breadcrumbs{
        margin-top: 122px !important;   
    }
    /*.catalog-category-view.page-layout-poison-without-poison-layout-with-desc .breadcrumbs{
        margin-top: 122px !important; 
    }*/
    .catalog-category-view .breadcrumbs, .catalog-category-view.page-layout-lethal-nonlethal-only.category-clothes-moths .breadcrumbs, .catalog-category-view.page-layout-poison-without-poison-layout.category-fleas .breadcrumbs, .catalog-category-view.page-layout-poison-without-poison-layout.category-flies .breadcrumbs, .catalog-category-view.page-layout-lethal-nonlethal-only.category-moles .breadcrumbs{
        margin-top: 100px !important;
    }

    .catalog-category-view .page-main{
        margin-top: 0px !important;
    }
    .categorypath-pest-solutions.catalog-category-view .breadcrumbs {
        margin-top: 122px !important;
    }
    .page-product-bundle .breadcrumbs {
        margin-top: 120px !important;
    }
    .catalog-product-view .breadcrumbs {
        margin-top: 120px !important;
    }
    .checkout-index-index #maincontent {
        margin-top: 7% !important;
    }
    .customer-account-login .breadcrumbs, .customer-account-create .breadcrumbs{
        margin-top: 120px !important;
    }
    .customer-account-login .page-main, .customer-account-create .page-main{
        margin-top: 0px !important;
    }
    .checkout-index-index .opc-progress-bar {
        margin-top: 50px;
    }
    .account .messages {
        margin: 60px 0;
    }
    /* desktop issue 97 */
    /*.slider-product-item-details .product-item-name{
        height: 50px;
    }*/
    /* desktop issue 92 */
   /* .quote-block-text {
        padding: 60px 0px 60px 50px !important;
    }*/
}
/*lethal fisrt image display*/
.page-layout-lethal-nonlethal-category-layout li.col-md-6 .lethal-avg.lethal-img{
    display: none !important;
}
.catalog-category-view .lethal-avg.lethal-img{
    display: none !important;
}
/*poison non poison*/
/*.page-with-filter.page-products.categorypath-products-by-pest-wasps.category-wasps.catalog-category-view.page-layout-poison-without-poison-layout .lethal-avg{
    display: none;
}*/
/*product by pest align*/
@media all and (min-width: 1200px){
    .category-products-by-pest .product.details.product-item-details .product-image img {
        height: auto;
    }
    .product-by-pest-banner .product.details.product-item-details {
        width: 1350px;
        margin: 0 auto;
    }
}

/*home banner align*/
@media all and (min-width: 1200px){
    .aw-rbslider-img-wrapper {
        max-width: 1280px !important;
        margin: 0 auto;
        padding: 0 7px;
    }
    .banner {
        margin-left: 0px !important;
    }
    .aw-rbslider-img-wrapper-inner {
        position: absolute !important;
        top: 0;
        right: 0;
    }
    .banner {
            background: #FFE500;
            display: flex;
            text-align: left;
            max-width: 50%;
    }
    .uk-slideshow.uk-overlay-active {
        height: 686px !important;
    }   
    .banner-text .row {
        width: 100% !important;
    }
    .uk-dotnav.uk-dotnav-contrast.uk-position-bottom.uk-flex-center {
        max-width: 1280px !important;
        margin: 0 auto !important;
        padding-left: 0px !important;
    }
    .banner-text {
        padding-top: 60px !important;
    }
    .aw-rbslider-container .aw-rbslider-content-wrapper > div {
        height: 648px !important;
    }
}
/*contact us page align*/
@media all and (min-width: 1200px){
    .contact-index-index .page-title-wrapper .page-title {
        width: 1280px !important;
        margin: 0 auto !important;
        order: 2;
        margin-top: 50px !important;
        padding-left: 7px;
    }
    .contact-index-index .page-title-wrapper {
        padding: 0px !important;
        height: 350px;
        display: flex;
        flex-direction: column;
        padding-top: 30px !important;
    }
    .contact-index-index .breadcrumbs {
        padding-left: 0px;
        position: unset;
        order: 1;
        max-width: 1280px !important;
        margin: 0 auto;
        width: 1280px;   
        padding-left: 7px;
    }
    .contact-index-index .sub-title {
        order: 3;
        max-width: 1280px !important;
        width: 1280px;
        margin: 0 auto;
        margin-top: 25px;
        padding-left: 7px;
    }
}

/*pest solutions align*/
@media all and (min-width: 768px){
    .cms-pest-solution .pest-solution {
        display: block !important;
    }
    .pest-banner-wrap {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
    }
    .cms-pest-solution .pest_banner_text {
        padding-left: 0px !important;
    }
    .cms-pest-solution .pest_banner_img {
        position: absolute !important;
        right: 0;
    }
    .cms-pest-solution  .breadcrumbs {
        padding-top: 27px !important;
    }
    .cms-pest-solution .pest_banner_img {
        width: 41% !important;
        height: 668px !important;
        top: -53px !important;
    }
    .cms-pest-solution .breadcrumbs ul {
        padding-left: 7px !important;
    }
    .pest-banner-wrap {
        padding-left: 7px !important;
    }
}

/************ desktop issue 77 & 107 *************/
.bundle-banner {
    margin: 30px 0;
}
.bundle-banner .image-right-block{
    max-height: inherit;
}
.bundle-banner .bundle_description{
    min-width: 58%;
}
.bundle-banner .babbner-top-icon {
    background: unset;
    height: unset;
    max-width: unset;
}
.bundle-banner .babbner-top-icon ul {
  display: flex;
}
.bundle-banner .banner-icon-text {
    background-image: url(../images/banner-icons.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 90px;
    padding: 5px 24px 10px 24px;
    margin:  0 5px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1119px){
    .bundle-banner .banner-icon-text {
        width: 90px;
        height: 82px;
        padding: 10px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 767px){
    .bundle-banner .banner-icon-text {
        width: 60px;
        height: 55px;
        padding: 10px;
    }
    .page-layout-lethal-nonlethal-only li.col-md-5 {
      max-width: unset;
    }
    .page-layout-lethal-nonlethal-only ul.row {
      width: 100%;
    }
    .page-layout-lethal-nonlethal-only li.col-md-5 {
      padding: 10px !important;
      border: none !important;
    }
    .page-layout-lethal-nonlethal-only .lethal-avg{
        padding-left: 0px;
    }
     .page-layout-poison-without-poison-layout-with-desc li.col-md-5 {
      max-width: unset;
    }
    .page-layout-poison-without-poison-layout-with-desc ul.row {
      width: 100%;
    }
    .page-layout-poison-without-poison-layout-with-desc li.col-md-5 {
      padding: 10px !important;
      border: none !important;
    }
    .page-layout-poison-without-poison-layout-with-desc .lethal-avg{
        padding-left: 0px;
    }
    .page-layout-lethal-nonlethal-only-not-insects li.col-md-5 {
      max-width: unset;
    }
    .page-layout-lethal-nonlethal-only-not-insects ul.row {
      width: 100%;
    }
    .page-layout-lethal-nonlethal-only-not-insects li.col-md-5 {
      padding: 10px !important;
      border: none !important;
    }
    .page-layout-lethal-nonlethal-only-not-insects .lethal-avg{
        padding-left: 0px;
    }
    .lethal-avg img{
        height: 70px;
    }
}


/*------------------------------*/
@media all and (min-width: 320px){
    .page-products .category_banner {
        display: block !important;
        margin-bottom: 30px;
    }
    .category_banner_wrap {
        display: flex;
        max-width: 1280px;
        margin: 0 auto;
    }
    .page-products .cat_banner_text {
        padding-left: 0px !important;
    }
    .page-products .breadcrumbs ul {
        padding-left: 7px !important;
    }
    .category_banner_wrap {
        padding-left: 7px !important;
    }
}
/************ desktop issue 103 *************/
.aw-rbslider-container .aw-rbslider-content-wrapper > div{
  width: 100%;
}
.banner.banner-centered .banner-text{
  text-align: center;
}
.banner.banner-centered .banner-text p{
  width: 80%;
  margin: auto auto 30px;
}
.banner.banner-centered .banner-text .row{
  width: 75% !important;
  margin: auto auto 40px; 
}
.banner.banner-centered .banner-text h1{
  margin-bottom: 0px;
}
.banner.banner-centered .banner-text h3 {
  font-weight: bold;
  font-family: "Gothic821 Cn BT";
  font-size: 21px;
  text-transform: uppercase;
  display: inline-block;
}
.banner.banner-centered .banner-text h2{
  font-weight: bold;
  font-family: "Gothic821 Cn BT";
  font-size: 27px;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 5px;
}
.banner.banner-centered .banner-text .row h1{
  margin: 10px auto 0;
  line-height: 50px;
}
.banner.banner-centered .banner-text .row h3{
  display: block;
}
.banner.banner-centered .banner-text .row h3.ampersand{
  position: relative;
  top: 37%;
  bottom: 37%;
}
.banner.banner-centered {
    margin: 40px auto;
}
/* desktop issue 127 */
.banner-text a.just-link {
  background: unset;
  box-shadow: unset;
}
.banner-text a.just-link:after {
    content: unset;
}
/*yellow banner align*/
@media all and (min-width: 1200px){
        .vantext {
            line-height: 48px;
        }
        .same-size{
                 width: 10% !important;
                 margin-top: 10px;
        }
}
/*shipping method*/
.checkout-index-index.page-layout-1column .table-checkout-shipping-method .row {
    background-color: #fff;
    margin-top: 10px;
}
.checkout-index-index.page-layout-1column .table-checkout-shipping-method tbody td {
    border: unset;
}
.checkout-index-index.page-layout-1column .col.col-method {
    font: normal normal bold 15px/20px "Roboto Condensed Bold";
}
.checkout-index-index.page-layout-1column .table-checkout-shipping-method tbody .col-price {
   display: flex;
   align-items: center;
}
.table-checkout-shipping-method {
    min-width: 100% !important;
}
.checkout-index-index.page-layout-1column .table-checkout-shipping-method tbody td {
   display: flex;
   align-items: center;
}
/*choose map*/
.ampickup-store-container .ampickup-choosemap {
    background: #E60000 0% 0% no-repeat padding-box;
    border-radius: 33px;
    opacity: 1;
    padding: 10px 20px;
    text-decoration: unset;
    font: normal normal normal 15px/20px Gothic821 Cn BT;
}
.ampickup-store-container .ampickup-field {
    font: normal normal normal 12px/20px "Roboto";
}
.ampickup-details-container {
    font: normal normal normal 12px/20px "Roboto";
}
.ampickup-store-container .ampickup-choosemap:hover {
    background: #ffe500;
    color: #000;
}
/*shipping method*/
.checkout-index-index.page-layout-1column .table-checkout-shipping-method tbody .col-price {
    order: 3 !important;
}
.checkout-index-index.page-layout-1column .col.col-method {
    flex-basis: 55px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
#label_method_amstorepickup_amstorepickup {
    flex-basis: 191px !important; 
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
#label_method_matrixrate_2_matrixrate {
    flex-basis: 191px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
#label_carrier_matrixrate_2_matrixrate{
    flex-basis: 47% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
#label_carrier_amstorepickup_amstorepickup {
    flex-basis: 47% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
#label_method_matrixrate_1_matrixrate {
    flex-basis: 191px !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
td#label_carrier_matrixrate_1_matrixrate {
    flex-basis: 47% !important;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
}
/*-----------mini cart*/
#minicart-content-wrapper .minicart-items-wrapper .product-image-photo {
    width: auto !important;
}
#minicart-content-wrapper .product-image-container{
    width: 75px !important;
}
/*---------------*/
/*@media all and (min-width: 1200px){
    .catalog-category-view.page-layout-lethal-nonlethal-only .breadcrumbs, .catalog-category-view.page-layout-poison-without-poison-layout .breadcrumbs, .catalog-category-view.categorypath-pest-solutions-insects-flies-both .breadcrumbs, .catalog-category-view.categorypath-pest-solutions-insects-wasps .breadcrumbs {
       margin-top: 100px !important;
    }
}*/
/*maginfying icon product bundle page*/
.page-product-bundle .fotorama__fullscreen-icon {
    display: none !important;
}
/*bundle banner*/
.bundle-banner .banner-icon-text {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
}
@media only screen and (max-width: 767px) {
    .category_banner_wrap {
        display: inline-grid;
        padding-left: 0px !important;
    }
    .page-products .cat_banner_text{
        padding: 0 20px 25px !important;
    }
    .cms-home .aw-rbslider-img-wrapper {
      display: inline-grid;
    }
    .cms-home .aw-rbslider-img-wrapper .aw-rbslider-img-wrapper-inner {
      order: 2;
    }
    .banner {
        display: block;
        width: 90%;
        margin: auto;
        margin: auto auto 50px;
        text-align: center;
    }
    .cms-home .aw-rbslider-container.uk-slidenav-position{
        height: 881px !important;
        max-height: 881px;
    }
    .banner.banner-centered {
        margin: 30px auto;
        width: 94%;
    }
    .banner-text h1{
      font-size: 48px;
    }
    .banner.banner-centered .banner-text h3{
      font-size:  19px;
    }
    .banner.banner-centered .banner-text .row {
        width: 100% !important;
        margin: auto auto 40px;
    }
    .banner-text a.just-link{
      padding:  0;
    }
    .banner-text p{
      width: 100%;
    }
    .play-icon img {
        top: 80%;
    }
    .banner-text .row {
        width: 100%;
        margin: auto auto 30px;
    }
}
@media all and (min-width: 768px)  and (max-width: 1199px){
    .banner.banner-centered {
        margin: 30px auto;
        width: 94%;
    }
    .banner-text h1{
      font-size: 48px;
    }
    .banner.banner-centered .banner-text h3{
      font-size:  19px;
    }
    .banner.banner-centered .banner-text .row {
        width: 100% !important;
        margin: auto auto 40px;
    }
    .banner-text a.just-link{
      padding:  0;
    }
    .banner-text p{
      width: 100%;
    }
    .banner-text .row {
        width: 100%;
        margin: auto auto 30px;
    }
    .banner.banner-centered{
        margin-top:auto;
    }
    .uk-dotnav{
        display: none !important;
    }
    .subchildmenu.col-md-12.mega-columns.columns1{
        width: 650px;
    }
    .page-product-bundle .cat-product-title {
        margin-top: auto;
    }
    .page-product-bundle .product-label li.banner-icon-text{
        padding: 10px 20px !important;
    }
}


@media all and (min-width: 768px)  and (max-width: 980px){
    .page-product-bundle.page-layout-1column .product-info-main {
    width: 98% !important;
    }
    .page-product-bundle.page-product-bundle .product-info-main {
    padding-left: 2.2% !important;
}
.page-product-bundle.page-layout-1column .product.media {
    position: unset;
}
.page-product-bundle.page-layout-1column .product.media {
    width: 100% !important;
}
.page-product-bundle .product-info-main .page-title-wrapper h1 {
    font-size: 30px;
    line-height: 31px;
}
}
@media all and (min-width: 981px) and (max-width: 1199px) {
    .page-product-bundle .product-info-main {
        padding-left: 25px !important;
        width:  55% !important;
    }
}
@media all and (min-width: 768px)and (max-device-width : 1199px) and (orientation : portrait){
    .cms-pest-solution .pest_banner_img picture {
        height: 600px !important;
        top: 40%;
    }  
    .retail-logo {
        position: unset;
        display: inline-block !important;
        margin-top: 24px;
        margin-left: 21px;
    }
    .sw-megamenu.navigation > ul {
        margin-top: 22px;
    }
    .navigation .level0 > a.level-top {
      padding: 0 !important;
    } 
}

@media all and (min-width: 768px)and (max-device-width : 1199px) and (orientation : landscape){
    .pest-banner-wrap {
        padding-left: 18px !important;
    } 
    .products.list.items.product-items {
        width: 95%;
        margin: auto;
    }
    .catalog-category-view .product.name.product-item-name {
        height: 109px;
    }
    .page-layout-result-category-layout li.item.product.product-item, .page-layout-result-category-layout .item.product.product-item:nth-child(4n), .page-product-bundle li.item.product.product-item ,.page-product-bundle .item.product.product-item:nth-child(4n){
        width: 23%;
        margin: 8px !important;
    }
    .page-product-bundle .product.media{
        top: -129px;
        right: -75px;
        float: none;
    }
    .page-product-bundle .bundle-product-preview-image-outer {
        height: 745px !important;
    }
    .page-layout-1column .product-info-main {
        width: 50% !important;
        padding-left: 25px;
    }
    .page-products .cat_banner_text {
        padding-left: 50px !important;
        width: 65%;
    }
    .page-products .breadcrumbs {
        padding: 46px 10px 10px 50px;
    }
}

@media all and (max-width: 767px){
  .step-graph, .step-graph2, .step-graph3 {
    margin: 35px auto auto !important; 
    width: 170px !important;
  }
  .step_graph .step1::after, .step_graph .step2::after, 
  .step-graph2 .step_graph .step1::after, .step_graph .step3::after{
    top: 10px !important;
    width: 73px !important;
  }
  .step_graph .step1, .step_graph .step2, .step_graph .step3, .step_graph .step4 {
    position: relative;
  }
}
/*  Bundle page layout */
/*.page-layout-bundle-product-page .product.media {
    position: relative;
    top: -139px;
}*/
.page-layout-bundle-product-page .page-layout-1column .product.media {
    width: 50% !important;
}
.page-layout-bundle-product-page  .gallery-placeholder .fotorama__stage {
    height: 770px !important;
}
.page-layout-bundle-product-page .fotorama__stage__frame .fotorama__img {
    top: 12% !important;
}

.page-layout-bundle-product-page .budle-promotions .col-main {
    padding-left: 0px !important;
}
/*.page-layout-bundle-product-page .header.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
}*/
.page-layout-bundle-product-page .breadcrumbs {
    max-width: 1280px;
    padding: 0px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-layout-bundle-product-page .product-label {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.page-layout-bundle-product-page .fotorama__stage__frame{
    top: 10px !important;
}
.page-layout-bundle-product-page .product-info-main {
    padding-left: 15.2% !important;
}
.page-layout-bundle-product-page .products.wrapper {
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.page-layout-bundle-product-page .review-block {
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;    
}
.page-layout-bundle-product-page .guide-block{
    padding: 0px !important;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 15px !important;
    padding-right: 15px !important;  
}
.page-layout-bundle-product-page .budle-promotions {
    top: -49px;
}
.page-layout-bundle-product-page .promotions-selections h1 {
    font-size: 27px;
    line-height: 30px;
    max-width: 100% !important;
    padding: 0px !important;
}
.page-layout-bundle-product-page .prod-info {
    max-width: 60%;
    padding: 36px 13px 35px 30px;
}
.page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img {
    padding: 0px !important;
}
.page-layout-bundle-product-page .prod-info p {
    font-size: 16px !important;
    padding: 0px !important;
    margin-top: 13px;
}
.page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img a img {
    border: unset !important;
    border-radius: unset !important;
    transform: scale(4) !important;
    margin-top: 100px;
}
.page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-plus {
    padding: 152px 25px !important;
}
.page-layout-bundle-product-page .promotions .promotions-selections {
    width: 100%;
}
.page-layout-bundle-product-page .page-contents.promotions {
    padding-right: 0px !important;
}
.page-layout-bundle-product-page .budle-promotions {
    padding-bottom: 10px;
}
.page-layout-bundle-product-page .promotions-lists { 
    border: unset !important;
}
.page-layout-bundle-product-page .promotions-info {
    padding-top: 8%;
}
.page-layout-bundle-product-page .action.primary.tocart.cart_button_1 {
    width: 270px;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    background-color: #E60000;
    border-radius: 45px;
    box-shadow: 1px 3px #000;
    font-family: 'Gothic821 Cn BT';
    font-size: 18px;
}
.page-layout-bundle-product-page .action.primary.tocart.cart_button_1:before{
    background-image: url('../images/shopping-cart.png');
    background-repeat: no-repeat;
    background-size: 21px;
    padding: 0px 15px;
    content: '';
    margin-right: 5px;
}
.page-layout-bundle-product-page .cat-product-title {
    margin-top: -100px;
}
.page-layout-bundle-product-page .base-product-name h4,.page-layout-bundle-product-page .selection-product-name h4 {
    font-weight: bold;
}

@media all and (min-width: 768px)  and (max-width: 1100px){
    .page-layout-bundle-product-page .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 2.2% !important;
    }
/*    .page-layout-bundle-product-page .product-details .box-tocart .fieldset {
        flex-flow: column;
    }*/
    .page-layout-bundle-product-page .box-tocart .field.qty {
        width: 100%;
    }
    
 
    .page-layout-bundle-product-page .bundle-option-products .option-item {
        margin-right: 0px;
    }
  
    .page-layout-bundle-product-page .bundle-option-products .option-item span {
        padding-top: 5px;
    }
 
    .page-layout-bundle-product-page .box-tocart .field.qty {
        width: 51%;
    }
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        width: 200px !important;
    }
    .page-layout-bundle-product-page .promotions-discount-container {
        flex-direction: column;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections {
        flex-direction: column;
    }
 
    .page-layout-bundle-product-page .promotions-lists h3 {
        text-align: center;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 246px !important;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img {
        margin-bottom: 0px;
    }
    .page-layout-bundle-product-page .promotions-info {
        padding-top: 3%;
        width: 100%;
    }
    .page-layout-bundle-product-page .promotions-lists h3 {
        padding: 20px 0 20px 0;
    }
    .page-layout-bundle-product-page .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: 60%;
        width: 82%;
    }
}


@media all and (min-width: 1400px)  and (max-width: 1450px){
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 6.2% !important;
    }
}
@media all and (min-width: 1200px)  and (max-width: 1300px){
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 1.2% !important;
    }
}
@media all and (min-width: 1301px)  and (max-width: 1399px){
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 5.2% !important;
    }
}
@media all and (min-width: 1302px)  and (max-width: 1334px){
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 4.2% !important;
    }
}
@media all and (min-width: 320px)  and (max-width: 767px){
    .page-layout-bundle-product-page .product-info-main .page-title-wrapper h1 {
        font-size: 30px;
        line-height: 31px;
    }
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 2.2% !important;
    }
/*    .page-layout-bundle-product-page .product-details .box-tocart .fieldset {
        flex-flow: column;
    }*/
    .page-layout-bundle-product-page .box-tocart .field.qty {
        width: 100%;
    }
   
    .page-layout-bundle-product-page .bundle-option-products .option-item {
        margin-right: 0px;
    }
   
    .page-layout-bundle-product-page .bundle-option-products .option-item span {
        padding-top: 5px;
    }
  
    .page-layout-bundle-product-page .box-tocart .field.qty {
        width: 51%;
    }
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        width: 200px !important;
    }
    .page-layout-bundle-product-page .promotions-discount-container {
        flex-direction: column;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections {
        flex-direction: column;
    }

    .page-layout-bundle-product-page .promotions-lists h3 {
        text-align: center;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 246px !important;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img {
        margin-bottom: 0px;
    }
    .page-layout-bundle-product-page .promotions-info {
        padding-top: 3%;
        width: 100%;
    }
    .page-layout-bundle-product-page .promotions-lists h3 {
        padding: 20px 0 20px 0;
    }
 
   /* .page-layout-bundle-product-page .gallery-placeholder .fotorama__stage {
        height: 291px !important;
    }*/
    .page-layout-bundle-product-page .budle-promotions {
        top: -24px;
    }
    .page-layout-bundle-product-page .product-details .price {
        font-size: 28px;
    }

    .page-layout-bundle-product-page input[type="number"]{
        font-size: 19px;
        padding: 0 4px;
    }
 
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        padding: 17px;
    }
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        width: 122px !important;
        padding: 17px;
    }

    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        width: 138px !important;
        padding-bottom: 23px;
        padding-top: 26px;
    }
    .page-layout-bundle-product-page .budle-promotions {
        top: -58px;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img {
        flex-direction: column-reverse;
    }
    .page-layout-bundle-product-page .promotions-selections-img a {
        border-radius: unset;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-img a img {
       transform: scale(1.5) !important;
        margin-top: 0px;
    }
    .page-layout-bundle-product-page .prod-info {
        max-width: 100%;
    }
    .promotions-discount-container {
        max-width: 90%;
    }
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 154px !important;
    }
    .page-layout-bundle-product-page li.item.product.product-item {
        width: 100%;
        display: block;
        height: auto !important;
    }
 
    .page-layout-bundle-product-page .cat-product-title {
        margin-top: 10px;
    }
  
    .page-layout-bundle-product-page .base-product-name h4{
        font-size: 15px;
    }
 
    .page-layout-bundle-product-page .modal-popup._inner-scroll .modal-inner-wrap {
        width: 95%;
    }
 

    .page-layout-bundle-product-page .cat-product-title {
        font-size: 22px;
    }
    .page-layout-bundle-product-page .product-details .box-tocart {
        margin-top: 0px;
        width: 74%;
    }

    .page-layout-bundle-product-page .product-details {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .page-layout-bundle-product-page .price-tier-listing div span {
        font-size: 18px;
    }
    .page-layout-bundle-product-page .price-tier-listing {
        position: relative;
    }
    .page-layout-bundle-product-page .product-details .box-tocart {
        margin-top: 0px !important;
    }
   
}
@media all and (min-width: 320px)  and (max-width: 360px){
    .page-layout-bundle-product-page .promotions .promotions-selections .promotions-selections-plus {
        padding: 12px 142px !important;
    }

    .page-layout-bundle-product-page .box-tocart .field.qty {
        width: 42%;
    }
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
    padding-bottom: 19px;
    padding-top: 23px;
    }

}
.page-layout-bundle-product-page .product-details .box-tocart {
    margin-top: 25px;
}
@media all and (min-width: 1000px) {
   /* .page-layout-bundle-product-page .gallery-placeholder .fotorama__stage {
        height: 865px !important;
    }*/
    .page-layout-bundle-product-page .budle-promotions {
        top: -149px;
    }
    .bundle-options-container .block-bundle-summary .price-box {
        margin-top: 0px;
    }
    .page-layout-bundle-product-page .product-details .box-tocart {
        margin-top: 0px;
    }
    .page-layout-bundle-product-page .product-info-main-outer{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  height: auto !important;
}
}
@media all and (min-width: 768px)  and (max-width: 999px){
    /*.page-layout-bundle-product-page .gallery-placeholder .fotorama__stage {
        height: 921px !important;
    }*/
    /*.page-layout-bundle-product-page .price-tier-listing div {
        width: 42%;
    }*/
    .page-layout-bundle-product-page .price-tier-listing {
        width: 122%;
    }
   
    .page-layout-bundle-product-page .product-details .box-tocart {
        margin-top: 0px;
    }
    .page-layout-bundle-product-page .budle-promotions {
        top: -149px;
    }
    .page-layout-bundle-product-page li.item.product.product-item {
        width: 30.3%;
    }
    .page-layout-bundle-product-page .item.product.product-item:nth-child(4n) {
        margin-right: 15px !important;
    }
    .page-layout-bundle-product-page a.viewproduct {
        padding: 10px 0px;
    }
   
}

@media all and (min-width: 320px)  and (max-width: 767px){
    .page-layout-bundle-product-page .fotorama__stage__frame {
        border-radius: unset;
    }
    .page-layout-bundle-product-page .price-tier-listing div {
        margin-right: 10px;
    }

    .page-layout-bundle-product-page .product-details .price {
        font-size: 28px;
        margin-right: 0px;
    }
    .page-layout-bundle-product-page .product-details #product-addtocart-button {
        padding-bottom: 11px;
        padding-top: 11px;
    }
    .page-layout-bundle-product-page .box-tocart .field.qty {
        padding : 11px 0 !important;
    }
    .page-layout-bundle-product-page .price-as-configured {
        margin-top: 0px;
    }
    .catalog-product-view .product.media {
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}
.page-layout-bundle-product-page .product-label li.banner-icon-text{
    padding: 10px 30px !important;
    margin-right: 5px !important;
}

}
@media all and (min-width: 1200px) {
    .page-layout-bundle-product-page .product-info-main-outer {
        max-width: 1280px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
        height: 764px;
    }
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 0px !important;
    }
   /* .page-layout-bundle-product-page .product.media {
        position: absolute;
        top: 89px;
        right: 0px;
    }*/
    .page-layout-bundle-product-page .budle-promotions {
        top: -10px !important;
    }
    .page-layout-bundle-product-page .products.wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .page-layout-bundle-product-page .cat-product-title {
        margin-top: 25px;
    }
}
@media all and (min-width: 1200px){
 .page-layout-bundle-product-page .breadcrumbs {
        margin-top: 120px !important;
    }
}
.page-layout-bundle-product-page .fotorama__fullscreen-icon {
    display: none !important;
}
@media all and (min-width: 768px)  and (max-width: 1199px){
 .page-layout-bundle-product-page .cat-product-title {
        margin-top: auto;
    }
    .page-layout-bundle-product-page .product-label li.banner-icon-text{
        padding: 10px 20px !important;
    }
}

@media all and (min-width: 768px)  and (max-width: 980px){
    .page-layout-bundle-product-page.page-layout-1column .product-info-main {
    width: 98% !important;
    }
    .page-layout-bundle-product-page.page-layout-bundle-product-page .product-info-main {
    padding-left: 2.2% !important;
}
.page-layout-bundle-product-page.page-layout-1column .product.media {
    position: unset;
}
.page-layout-bundle-product-page.page-layout-1column .product.media {
    width: 100% !important;
}
.page-layout-bundle-product-page .product-info-main .page-title-wrapper h1 {
    font-size: 30px;
    line-height: 31px;
}
}
@media all and (min-width: 981px) and (max-width: 1199px) {
    .page-layout-bundle-product-page .product-info-main {
        padding-left: 25px !important;
        width:  55% !important;
    }
}
@media all and (min-width: 768px)and (max-device-width : 1199px) and (orientation : landscape){
   .page-layout-bundle-product-page li.item.product.product-item ,.page-layout-bundle-product-page .item.product.product-item:nth-child(4n){
        width: 23%;
        margin: 8px !important;
    }
  /*  .page-layout-bundle-product-page .product.media{
        top: -129px;
        right: -75px;
        float: none;
    }*/
    .page-layout-bundle-product-page .bundle-product-preview-image-outer {
        height: 745px !important;
    }
}
@media all and (min-width: 767px) and (max-width: 1199px) {
.page-layout-bundle-product-page .product-info-main-outer{
    height: 780px;
}
}
@media all and (max-width: 767px) {
    .page-layout-bundle-product-page .fotorama__stage__frame img.fotorama__img{
      border-radius: 0px;
    }
    .page-layout-bundle-product-page .product-info-main{
      padding-left: 0px !important;
      width: 100% !important;
    }
    .page-layout-bundle-product-page .box-tocart .field.qty{
      width: 35%;
    }
    .page-layout-bundle-product-page .product.media{
      position: unset;
      width: 100% !important;
      float: unset;
    }
}
.page-layout-bundle-product-page .bundle-option-products .option-item span.product-name, .page-layout-bundle-product-page .bundle-option-products .option-item span.product-qty{
    display: inline-block;
    padding: 7px 10px 7px 0;
}
.page-layout-bundle-product-page .bundle-option-products .option-item span.product-qty{
    width: 40px;
    padding: 10px 0;
}
/* bundle layout style ends */
@media all and (max-width: 913px) and (min-width: 811px) {
    .navigation .level0 > a.level-top{
        padding: 0 !important;
    }
    .block-search{
        padding-left: 0 !important;
    }
    .sections.nav-sections {
  width: 59% !important;
}
.nav-menu {
  width: 41% !important;
}
}


    /* Landscape ipad pro 12.9 2021 */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .custom-header .row .col-md-9.col-nav{ right: 0;max-width: 74%;
display: inline-flex;
top: 20px;
position: absolute;}
    .sw-megamenu.navigation li.level0 > .level-top {  padding: 5px 10px !important;   }
    .custom-header{ height:125px;}
    /*.sections.nav-sections{ width: 55%;}
    .nav-menu{ width:40%}*/
    .navigation .level0 .submenu {  top: 57px !important; }
}



.minicart-wrapper .block-minicart{
  padding: 0px;
}
#minicart-content-wrapper {
  height: 550px;
  overflow: scroll;
}
.minicart-wrapper .block-minicart .block-content {
  padding: 30px 25px;
}