.catalog-category-view #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 100%;display: block;}
.catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    color: #000000;
    align-items: center;
}
.catalog-category-view .rating-summary {
    padding: 0px 0px;
    padding-top: 0;
    margin: 0;
}

.catalog-category-view .price-box .old-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #949494;
}
.catalog-category-view .price-box .special-price .price {
    color: #444442;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
}
.catalog-category-view .toolbar .modes .modes-mode {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    border: none;
}
body.catalog-category-view.page-layout-2columns-left .toolbar.toolbar-products {
    text-align: right;
    min-width: 100%;
    display: block;
    height:42px
}
.catalog-category-view .toolbar .modes {
    float: right;
    display: inline-block;
}
.catalog-category-view .toolbar .limiter {
    text-align: end;
    width: 30%;
    float: right;
    padding-right: 30px;
    display: block;
}
.catalog-category-view .toolbar .sorter {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: initial;
}
.catalog-category-view .toolbar .form-item-select {
    border-radius: 1px;
    border: 1px solid #949494;
    box-sizing: border-box;
}
.catalog-category-view .toolbar .sorter .sorter-action{
    display: none !important;
}
.catalog-category-view .bottom-pagination .toolbar .modes, .catalog-category-view .bottom-pagination .toolbar .limiter{
    display:none;
}
.catalog-category-view .toolbar-sorter-label {
    display: inline-block;
}
.catalog-category-view .toolbar-sorter-label label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-right: 5px;
    color: #000000;
}
.catalog-category-view .limiter-label {
    display: inline-block;
}
.catalog-category-view .limiter-label label{
    padding-right: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.catalog-category-view .products-list .product-item-info .product-item-details .product-item-name a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}

.catalog-category-view .products-list .product-item-info .product-item-details .product-item-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
}

.catalog-category-view .products.wrapper .product-item-info  .action.tocart {
    background: #002768 !important;
    background-image: unset !important;
    border: none;
    border-radius: 1px !important;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    min-width: 40px;
}
.catalog-category-view .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart{
    background-image: unset !important;
    border: none;
}
.catalog-category-view .products-list .product-item-info .product-item-details .actions-link .action {
    border: none;
}
.catalog-category-view .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-like:before {
    font-size: 24px;
    color:#002768;
}
.catalog-category-view .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-graph3:before{
    font-size: 24px;
    color:#002768;
}
.catalog-category-view .products-list .product-item-info .product-item-details .actions-link .action:hover{
    border:none;
    background-image:unset !important;
    background:none;
}
body.catalog-category-view .toolbar .form-item-select select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 0px 30px 0 10px;
    height: 34px;
}
body.catalog-category-view .toolbar .form-item-select:after {
    top: 6px;
}
body.catalog-category-view .toolbar .pages .pagination .item.current {
    background: #EC7200;
    padding: 0 10px;
    border: 1px solid #EC7200;
    height: 34px;
    width: 34px;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-next:hover {
    background: #002368;
    color: #fff !important;
    border: 1px solid #002368;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-prev:hover {
    background: #002368;
    color: #fff !important;
    border: 1px solid #002368;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-next:hover {
    background: #002368;
    color: #fff;
    border: 1px solid #002368;
}
.catalog-product-view .owl-carousel .owl-nav > div.owl-prev:hover {
    background: #002368;
    color: #fff;
    border: 1px solid #002368;
}
body.catalog-category-view .toolbar .pages .pagination .item.current a{
    color: #fff;
    height: 35px;
    line-height: 34px;
}
body.catalog-category-view .toolbar .pages .pagination .item a{
    color: #EC7200;
    line-height: 34px;
}
body.catalog-category-view .toolbar .pages .pagination .item{
    padding: 0 10px;
    margin-right: 3px;
    border: 1px solid #949494;
    height: 34px;
    line-height: 34px;
    width: 34px;
}
body.catalog-category-view .toolbar .action.next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 32px;
    color: #949494;
    position: relative;
}
body.catalog-category-view .toolbar .action.previous:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 32px;
    color: #949494;
    position: relative;
}
.product.info.detailed.after-content .product-data-items-content .data.item.content div > h2 {
    font-size: 26px;
}
body.catalog-product-view section.page-main.container .product.info.detailed.after-content .product-data-items-menu{
    border-bottom: #c3c4c9 !important;
    margin-bottom: 15px !important;
}
.catalog-product-view .product.info.detailed .data.item.title.active:before {
    height: 2px;
    width: 60px;
    content: "";
    position: absolute;
    background-color: #222;
    margin-top: 40px;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content div > .col-md-12{
    padding-left:0;
}
body.catalog-category-view .toolbar .action.previous span {
    font-size: 0px;
}
body.catalog-category-view .toolbar .pages .pagination .item.pages-item-previous{
    padding-left: 5px;
}
body.catalog-category-view .toolbar .action.next span{
    font-size:0px
}
body.catalog-category-view .toolbar .pages .pagination .action.next{
    padding: 0;
    line-height: 34px;
}
.catalog-category-view .products.wrapper .product-item-info .action.tocarts {
    background: #002768;
    background-image: unset !important;
    border: none;
    border-radius: 1px ;
    font-family: Roboto;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    padding: 0 15px;
    height: 40px;
    min-width: 40px;
    color: #fff;
}


.catalog-category-view ul.actions-links {
    display: inline-block;
}

.catalog-category-view ul.actions-links li{
    display: inline-block;
}

.catalog-category-view .price-box {
    padding: 10px 0;
}
.catalog-category-view  .product-item-info .product-item-details .actions-links .action .pe-7s-like:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.catalog-category-view  .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.catalog-category-view  .product-item-info .product-item-details .actions-links .action{
    border: none;
    vertical-align: bottom;
    background: none;
}
.catalog-category-view .rating-summary .rating-result > span:before{
    color:#EE7500;
}

.catalog-category-view .bottom-pagination .pages {
    display: inline-block;
    width: 70%;
    border: none;
    padding: 0;
}
.catalog-category-view .toolbar .pages .pagination {
    display: flex;
    float: right;
}
.catalog-category-view .bottom-pagination .toolbar .limiter {
    display: block;
    float: left;
    text-align: initial;
}
.catalog-category-view .filter-options-content li.item a {
    color: #000000;
}
.catalog-category-view .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover{
    background: #002768 !important;
}
.catalog-category-view a.action.btn.btn-xs.btn-primary.clear.filter-clear {
    background: #002768;
}
.catalog-category-view a.action.btn.btn-xs.btn-primary.clear.filter-clear:focus {
    border:none;
}
.catalog-category-view .product-item-info .product-item-details .price-box {
    margin-top: 0px !important;
}
.catalog-category-view .action.mgs-quickview span{
    width:100%;
}
.catalog-category-view .product-item-info:hover .product-image-content .action.mgs-quickview:hover{
    background: #EE7500 !important;
    border:none !important;
}
.catalog-category-view .action.mgs-quickview{
    width:100% !important;
    border-radius: 1px !important;
    top: 90% !important;
    background: #EE7500;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.catalog-category-view .action.mgs-quickview .pe-7s-search:before {
    content: "Quick View";
    width:100%;
}
.catalog-category-view .product-item-info:hover .product-image-content .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
}
.catalog-category-view .product-item-info:hover .product-top .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
    color:#fff;
}

body.catalog-category-view .products-grid .product-item-info .product-top .actions-link{
    top: 78%;
    width: 100%;
}
body.catalog-category-view .product-item-details .pe-7s-shopbag:before {
    content: " ";
    background: URL("/media/wysiwyg/carticon.png") no-repeat;
    font-family: 'FontAwesome';
    padding: 8px;
    font-size: 10px;
    background-size: 14px;
    filter: invert(1);
}
body.catalog-category-view .product-item-details span.icon.pe-7s-shopbag {
    position: relative;
    right: 5px;
}
.checkout-cart-index .item-actions a.action.action-towishlist {
    display: none !important;
}
.onestepcheckout-index-index .not-logged-title .email-title {
    margin-bottom: 0 !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .email .field{
    margin-top: 0 !important;
}
.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .label, .onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .label{
    margin-bottom: 0 !important;
    padding-top:10px;
}
body.onestepcheckout-index-index .page-header .header {
    z-index: 0;
}
.brand-list .owl-carousel .owl-nav > div:not(.disabled):hover {
    background: #002768;
    border-color: #002768;
    display: block;
    visibility: visible;
}

.brand-list .owl-carousel .owl-nav > div.owl-prev{
    background: #002768;
    border-color: #002768;
    color:#fff;
    left:-30px;
}
.brand-list .owl-carousel .owl-nav > div.owl-next{
    background: #002768;
    border-color: #002768;
    color:#fff;
    right:-30px;
}
.brand-list .owl-carousel .owl-nav > div{
    visibility: visible !important;
    opacity: 1;
}
.brand-list button.action.btn.btn-primary.btn-sm.search {
    background-color: #002768;
    opacity: 1;
    color: #fff;
    border-radius: 0;
    border: none;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action.login {
    border: none;
    border-radius: 0px;
    background: #002768;
    color: #fff;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .block-customer-login button.action {
    border: none;
    border-radius: 0px;
    background: #002768;
    color: #fff !important;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .block-customer-login button.action{
    color:#002768 !important;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .block-customer-login button.action.action-login.primary{
    color:#fff !important;width:100% !important;
}
body.onestepcheckout-index-index .page-main .checkout-container fieldset.field.street .control{
    z-index: 0;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action {
    height: 35px !important;
    border: none !important;
    color: #fff;
    background: #002368;
    border-radius: 0;
}
/* Checkout page css */
body.onestepcheckout-index-index .page-main .main .checkout-container .onestep-billing-address input[type="checkbox"] + label::before {
    position: relative;
    right: 10px;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .fl-placeholder-state .label{
    color:#979797 !important;
    font-family: Roboto;
    margin-bottom: 5px !important;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
    border-bottom: none !important;
}

body.onestepcheckout-index-index h2.email-title {
    color: #979797;
    font-family: Roboto;
}

body.onestepcheckout-index-index .page-main .aw-onestep-main .authentication-notice{
    color: #979797 !important;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .checkout-container{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item .group-title h2{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-title .label > span{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .label{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals tr > th{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index.totals.shipping.excl .label{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-product-list .aw-onestep-sidebar-block_title{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .authentication {
    margin-top: 10px;
}
body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .email {
    margin-bottom: 0px;
    z-index:0;
}
.onestepcheckout-index-index .aw-onestep-main .aw-onestep-groups_item .group-title h2 {
    margin: 10px 0;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item:not(:first-of-type) {
    margin-top: 10px;
}
.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item {
    padding-bottom: 0px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method:first-of-type {
    margin-top: 10px;
}

body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .aw-onestep-sidebar-block.aw-sidebar-summary .aw-onestep-sidebar-totals .grand strong{
    color: #979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-sidebar-wrapper .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle{
    color: #000000;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-sidebar-wrapper .aw-onestep-sidebar-content .aw-onestep-sidebar-block.payment-option .payment-option-title .action-toggle:after{
    color: #000000;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-sidebar-wrapper .aw-onestep-sidebar-content .aw-sidebar_order-note span{
    color: #000000;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-sidebar-wrapper .aw-onestep-sidebar-content .aw-sidebar_order-note span:after{
    color: #000000;
}
body.onestepcheckout-index-index .aw-onestep-main .authentication-link a{
    color: #000000;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-sidebar-wrapper .payment-option-content #discount-form .actions-toolbar button.action{
    background:#002768 !important;
    line-height: 20px;
    font-family: Roboto;
}
body.onestepcheckout-index-index .logo img{
    height: 70px;
}
body.onestepcheckout-index-index header.page-header {
    padding: 24px 0;
}
body.onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .select{
    padding-top: 0;
}
body.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .select{
    padding-top: 0;
}
body .footer{
    margin-top: 10px;
}
.header .table-icon-menu .header-wl .count-wl {
    color: #fff !important;
    background-color: #EF801A !important;
    height: 24px;
    min-width: 24px;
    font-size: 12px;
    line-height: 24px;
    top: -15px;
    left: 10px;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item{
    color:#979797;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .shipping-address-items ol .shipping-address-item.selected-item{
    color:#000000;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .checkout-container .field.fl-label-state .input-text, .onestepcheckout-index-index .page-main .checkout-container .field.fl-label[data-value-specified='1'] .input-text{
    padding-top:0 !important;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-shipping-address .choice{
    display: inline-block;
    margin: 0 5px;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .action-toolbar button.action{
    color: #fff;
    border: 2px solid #002368;
    background-color: #002768;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method._active .payment-method-content .label{
    color:#4E4E4E;
    font-family: Roboto;
}
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action:hover {
    height: auto;
    color: #fff !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .new-shipping-address-form .title strong {
    color: #002768 !important;
    text-decoration: underline !important;
}
body.onestepcheckout-index-index .page-main .checkout-container input[type='radio'] + label:before{position: relative;right: 20px;}

body.onestepcheckout-index-index .page-main .checkout-container input[type='checkbox']:checked + label:before{
    position: relative;right: 8px;
}
body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-sidebar-content .actions-toolbar .action.checkout{
    border:none !important;
}
body.onestepcheckout-index-index .page-main .aw-onestep-main .onestep-billing-address .choice {
    display: inline-block;
}

body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .action-toolbar button.action {
    border-radius: 1px;
}
/* end */
/* Search Page Design */
.catalogsearch-result-index #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 200px;display: block;}
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    color: #000000;
    align-items: center;
}
.catalogsearch-result-index .rating-summary {
    padding: 0px 0px;
    padding-top: 0;
    margin: 0;
}

.catalogsearch-result-index .price-box .old-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #949494;
}
.catalogsearch-result-index .price-box .special-price .price {
    color: #444442;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
}
.catalogsearch-result-index .toolbar .modes .modes-mode {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    border: none;
}
body.catalogsearch-result-index.page-layout-2columns-left .toolbar.toolbar-products {
    text-align: center;
    min-width: 100%;
    display: block;
    height:42px
}
.catalogsearch-result-index .toolbar .modes {
    float: right;
    display: inline-block;
}
.catalogsearch-result-index .toolbar .limiter {
    text-align: end;
    width: 30%;
    float: right;
    padding-right: 30px;
    display: block;
}
.catalogsearch-result-index .toolbar .sorter {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: initial;
}
.catalogsearch-result-index .toolbar .form-item-select {
    border-radius: 1px;
    border: 1px solid #949494;
    box-sizing: border-box;
}
.catalogsearch-result-index .toolbar .sorter .sorter-action{
    display: none !important;
}
.catalogsearch-result-index .bottom-pagination .toolbar .modes, .catalogsearch-result-index .bottom-pagination .toolbar .limiter{
    display:none;
}
.catalogsearch-result-index .toolbar-sorter-label {
    display: inline-block;
}
.catalogsearch-result-index .toolbar-sorter-label label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-right: 5px;
    color: #000000;
}
.catalogsearch-result-index .limiter-label {
    display: inline-block;
}
.catalogsearch-result-index .limiter-label label{
    padding-right: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .product-item-name a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}

.catalogsearch-result-index .products-list .product-item-info .product-item-details .product-item-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: none;
    align-items: center;
    color: #000000;
}
.catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-reviews-summary {
    height: 12px;
}

.catalogsearch-result-index .products.wrapper .product-item-info  .action.tocart {
    background: #002768 !important;
    background-image: unset !important;
    border: none;
    border-radius: 1px !important;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    min-width: 40px;
}
.catalogsearch-result-index .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart{
    background-image: unset !important;
    border: none;
}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action {
    border: none;
}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-like:before {
    font-size: 24px;
    color:#002768;font-weight:bold;
}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-like:hover::before {color:#fff;}

.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-graph3:before{
    font-size: 24px;
    color:#002768;font-weight:bold;
}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-graph3:hover::before {color:#fff;}
.catalogsearch-result-index .products-list .product-item-info .product-item-details .actions-link .action:hover{
    border:none;
    background-image:unset !important;
    background:none;
}
body.catalog-product-view .product-info-main .product-add-form .actions button:focus {
    color: #fff !important;
    border-radius: 0;
    background: #002368 !important;
}
body.catalog-product-view .product-info-main .product-add-form .actions button:focus > .pe-7s-like:before{
    color: #ffff;
}
body.catalogsearch-result-index .toolbar .form-item-select select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 0px 30px 0 10px;
    height: 34px;
}
body.catalogsearch-result-index .toolbar .pages .pagination .item.current {
    background: #EC7200;
    border: none;
    padding: 0 15px;
    border: 1px solid #EC7200;
}
body.catalogsearch-result-index .toolbar .pages .pagination .item.current a{
    color: #fff;
    height: 35px;
    line-height: 34px;
}
body.catalogsearch-result-index .toolbar .pages .pagination .item a{
    color: #EC7200;
    line-height: 34px;
}
body.catalogsearch-result-index .toolbar .pages .pagination .item{
    padding: 0 15px;
    margin-right:3px;
    border: 1px solid #949494;
    height: 34px;
    line-height: 34px;
    width: 34px;
}
body.catalogsearch-result-index .toolbar .action.next:after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 32px;
    color: #949494;
    position: relative;
}
body.catalogsearch-result-index .toolbar .action.previous:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 32px;
    color: #949494;
    position: relative;
}
body.catalogsearch-result-index .toolbar .action.next span{
    font-size:0px
}
body.catalogsearch-result-index .toolbar .pages .pagination .action.next{
    padding: 0;
    line-height: 34px;
}
body.catalogsearch-result-index .toolbar .pages .pagination .item.pages-item-previous{
    padding-left: 5px;
}
.catalogsearch-result-index .products.wrapper .product-item-info .action.tocarts {
    background: #002768;
    background-image: unset !important;
    border: none;
    border-radius: 1px ;
    font-family: Roboto;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    padding: 0 15px;
    height: 40px;
    min-width: 40px;
    color: #fff;
}


.catalogsearch-result-index ul.actions-links {
    display: inline-block;
}

.catalogsearch-result-index ul.actions-links li{
    display: inline-block;
}

.catalogsearch-result-index .price-box {
    padding: 10px 0;
}
.catalogsearch-result-index  .product-item-info .product-item-details .actions-links .action .pe-7s-like:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.catalogsearch-result-index  .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.catalogsearch-result-index  .product-item-info .product-item-details .actions-links .action{
    border: none;
    vertical-align: bottom;
    background: none;
}
.catalogsearch-result-index .rating-summary .rating-result > span:before{
    color:#EE7500;
}

.catalogsearch-result-index .bottom-pagination .pages {
    display: inline-block;
    width: 70%;
    border: none;
    padding: 0;
}
.catalogsearch-result-index .toolbar .pages .pagination {
    display: flex;
    float: right;
}
.catalogsearch-result-index .bottom-pagination .toolbar .limiter {
    display: block;
    float: left;
    text-align: initial;
}
.catalogsearch-result-index .filter-options-content li.item a {
    color: #000000;
}
.catalogsearch-result-index .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover{
    background: #002768 !important;
}
.catalogsearch-result-index a.action.btn.btn-xs.btn-primary.clear.filter-clear {
    background: #002768;
}
.catalogsearch-result-index a.action.btn.btn-xs.btn-primary.clear.filter-clear:focus {
    border:none;
}
.catalogsearch-result-index .product-item-info .product-item-details .price-box {
    margin-top: 0px !important;
}
.catalogsearch-result-index .action.mgs-quickview span{
    width:100%;
}
.catalogsearch-result-index .product-item-info:hover .product-image-content .action.mgs-quickview:hover{
    background: #EE7500 !important;
    border:none !important;
}
.catalogsearch-result-index .action.mgs-quickview{
    width:100% !important;
    border-radius: 1px !important;
    top: 90% !important;
    background: #EE7500;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.catalogsearch-result-index .action.mgs-quickview .pe-7s-search:before {
    content: "Quick View";
    width:100%;
}
.catalogsearch-result-index .product-item-info:hover .product-image-content .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
}
.catalogsearch-result-index .product-item-info:hover .product-top .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
    color:#fff;
}

body.catalogsearch-result-index .products-grid .product-item-info .product-top .actions-link{
    top: 78%;
    width: 100%;
}
body.catalogsearch-result-index .product-item-details .pe-7s-shopbag:before {
    content: " ";
    background: URL("/media/wysiwyg/carticon.png") no-repeat;
    font-family: 'FontAwesome';
    padding: 8px;
    font-size: 10px;
    background-size: 14px;
    filter: invert(1);
}
body.catalogsearch-result-index .product-item-details span.icon.pe-7s-shopbag {
    position: relative;
    right: 5px;
}
.brand-crompton #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 200px;display: block;}
.brand-crompton .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    color: #000000;
    align-items: center;
}
.brand-crompton .rating-summary {
    padding: 0px 0px;
    padding-top: 0;
    margin: 0;
}

.brand-crompton .price-box .old-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #949494;
}
.brand-crompton .price-box .special-price .price {
    color: #444442;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
}
.brand-crompton .toolbar .modes .modes-mode {
    background: #FFFFFF;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    padding: 0px 10px;
    height: 35px;
    line-height: 35px;
    border: none;
}
body.brand-crompton.page-layout-2columns-left .toolbar.toolbar-products {
    text-align: center;
    min-width: 100%;
    display: block;
    height:42px
}
.brand-crompton .toolbar .modes {
    float: right;
    display: inline-block;
}
.brand-crompton .toolbar .limiter {
    text-align: end;
    width: 30%;
    float: right;
    padding-right: 30px;
    display: block;
}
.brand-crompton .toolbar .sorter {
    width: 50%;
    display: inline-block;
    float: left;
    text-align: initial;
}
.brand-crompton .toolbar .form-item-select {
    border-radius: 1px;
    border: 1px solid #949494;
    box-sizing: border-box;
}
.brand-crompton .toolbar .sorter .sorter-action{
    display: none !important;
}
.brand-crompton .bottom-pagination .toolbar .modes, .brand-crompton .bottom-pagination .toolbar .limiter{
    display:none;
}
.brand-crompton .toolbar-sorter-label {
    display: inline-block;
}
.brand-crompton .toolbar-sorter-label label{
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    padding-right: 5px;
    color: #000000;
}
.brand-crompton .limiter-label {
    display: inline-block;
}
.brand-crompton .limiter-label label{
    padding-right: 5px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}
.brand-crompton .products-list .product-item-info .product-item-details .product-item-name a {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #000000;
}

.brand-crompton .products-list .product-item-info .product-item-details .product-item-description {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #000000;
}

.brand-crompton .products.wrapper .product-item-info  .action.tocart {
    background: #002768 !important;
    background-image: unset !important;
    border: none;
    border-radius: 1px !important;
    text-transform: uppercase;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    height: 40px;
    min-width: 40px;
}
.brand-crompton .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart{
    background-image: unset !important;
    border: none;
}
.brand-crompton .products-list .product-item-info .product-item-details .actions-link .action {
    border: none;
}
.brand-crompton .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-like:before {
    font-size: 24px;
    color:#002768;
}
.brand-crompton .products-list .product-item-info .product-item-details .actions-link .action .pe-7s-graph3:before{
    font-size: 24px;
    color:#002768;
}
.brand-crompton .products-list .product-item-info .product-item-details .actions-link .action:hover{
    border:none;
    background-image:unset !important;
    background:none;
}
body.brand-crompton .toolbar .form-item-select select {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: #000000;
    padding: 0px 30px 0 10px;
    height: 34px;
}
body.brand-crompton .toolbar .pages .pagination .item.current {
    background: #EC7200;
    padding: 0 10px;
    border: 1px solid #EC7200;
    height: 34px;
    width: 34px;
}
body.brand-crompton .toolbar .pages .pagination .item.current a{
    color: #fff;
    color: #fff;
    height: 35px;
    line-height: 34px;
}
body.brand-crompton .toolbar .pages .pagination .item a{
    color: #EC7200;
    line-height: 34px;
}
body.brand-crompton .toolbar .pages .pagination .item{
    padding: 0 10px;
    margin-right: 3px;
    border: 1px solid #949494;
    height: 34px;
    line-height: 34px;
    width: 34px;
}
body.brand-crompton .toolbar .action.next:after {
    content: '\f105';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 34px;
}

body.brand-crompton .toolbar .action.previous:after {
    content: '\f104';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 32px;
    color: #949494;
    position: relative;
}
body.brand-crompton .toolbar .action.previous span {
    font-size: 0px;
}
body.brand-crompton .brand-info {
    margin-bottom: 20px;
}
body.brand-crompton .toolbar .pages .pagination .item.pages-item-previous {
    padding-left: 5px;
}
body.brand-crompton .toolbar .action.next span{
    font-size:0px
}
body.brand-crompton .toolbar .pages .pagination .action.next{
    padding: 0px 5px;
    line-height: 34px;
}
.brand-crompton .products.wrapper .product-item-info .action.tocarts {
    background: #002768;
    background-image: unset !important;
    border: none;
    border-radius: 1px ;
    font-family: Roboto;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    padding: 0 15px;
    height: 40px;
    min-width: 40px;
    color: #fff;
}


.brand-crompton ul.actions-links {
    display: inline-block;
}

.brand-crompton ul.actions-links li{
    display: inline-block;
}

.brand-crompton .price-box {
    padding: 10px 0;
}
.brand-crompton  .product-item-info .product-item-details .actions-links .action .pe-7s-like:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.brand-crompton  .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before {
    font-size: 22px;
    color: #002768;
    font-weight: 600;
}
.brand-crompton  .product-item-info .product-item-details .actions-links .action{
    border: none;
    vertical-align: bottom;
    background: none;
}
.brand-crompton .rating-summary .rating-result > span:before{
    color:#EE7500;
}

.brand-crompton .bottom-pagination .pages {
    display: inline-block;
    width: 70%;
    border: none;
    padding: 0;
}
.brand-crompton .toolbar .pages .pagination {
    display: flex;
    float: right;
}
.brand-crompton .bottom-pagination .toolbar .limiter {
    display: block;
    float: left;
    text-align: initial;
}
.brand-crompton .filter-options-content li.item a {
    color: #000000;
}
.brand-crompton .products.wrapper.list.products-list .product-item-info .product-item-details .actions-link .action.tocart:hover{
    background: #002768 !important;
}
.brand-crompton a.action.btn.btn-xs.btn-primary.clear.filter-clear {
    background: #002768;
}
.brand-crompton a.action.btn.btn-xs.btn-primary.clear.filter-clear:focus {
    border:none;
}
.brand-crompton .product-item-info .product-item-details .price-box {
    margin-top: 0px !important;
}
.brand-crompton .action.mgs-quickview span{
    width:100%;
}
.brand-crompton .product-item-info:hover .product-image-content .action.mgs-quickview:hover{
    background: #EE7500 !important;
    border:none !important;
}
.brand-crompton .action.mgs-quickview{
    width:100% !important;
    border-radius: 1px !important;
    top: 90% !important;
    background: #EE7500;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}
.brand-crompton .action.mgs-quickview .pe-7s-search:before {
    content: "Quick View";
    width:100%;
}
.brand-crompton .product-item-info:hover .product-image-content .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
}
.brand-crompton .product-item-info:hover .product-top .action.mgs-quickview{
    background-image:none !important;
    background: #EE7500;
    border:none;
    color:#fff;
}

.brand-crompton .products-grid .product-item-info .product-top .actions-link{
    top: 84%;
    width: 100%;
}
body.brand-crompton .product-item-details .pe-7s-shopbag:before {
    content: " ";
    background: URL("/media/wysiwyg/carticon.png") no-repeat;
    font-family: 'FontAwesome';
    padding: 7px;
    font-size: 10px;
    background-size: 14px;
    filter: invert(1);
}
body.brand-crompton .product-item-details span.icon.pe-7s-shopbag {
    position: relative;
    right: 5px;
}

body.brand-crompton .toolbar.toolbar-products {
    display: inline-block;
    width:100%;
}
body.brand-crompton li.item.product {
    width: 24%;
    display: inline-block;
    float: none;
}
body.brand-crompton .product-item.col-md-4:nth-child(3n+1),body.brand-crompton .product-item.col-md-custom-5:nth-child(5n+1),body.brand-crompton .product-item.col-md-2:nth-child(6n+1),body.brand-crompton .product-item.col-md-6:nth-child(2n+1),body.brand-crompton .product-item.col-md-3:nth-child(4n+1),body.brand-crompton .product-item.col-md-custom-5:nth-child(5n+1) {
    clear: unset;
}
body.brand-crompton .brand-description p {
    margin: 0;
}
/* end */
/* Wishlist css */
.block-minicart .minicart-items .product-item .product.actions {
    position: relative;
    left: 78%;
    display: inline-block;
    bottom: 70px;
}
.block-minicart .minicart-items .product-item .details-qty.qty .update-cart-item {
    display: inline-block;
    border-radius: 0 !important;
    margin-left: 15px;
    height: 25px;
}
.block-minicart .minicart-items .product-item .details-qty.qty {
    margin-top: 8px;
    display: flex;
}
.block-minicart .details-qty.qty button.qty-change {
    vertical-align: top;
    width: 20px;
    height: 25px;
    line-height: 20px;
    border: 1px solid #d8d8d8;
    background: transparent;
}
.block-minicart .minicart-items .product-item .details-qty.qty .cart-item-qty {
    width: 45px;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    display: inline-flex;
    border-right: none;
    border-left: none;
    vertical-align: top;
    height: 25px;
}

.block-minicart .minicart-qty-change button {
    width: 45%;
    display: block;
    text-align: center;
    border: 1px solid #898787;
    height: 20px;
    position: relative;
}

.block-minicart .qty-section button {
    vertical-align: top;
    width: 20px;
    height: 25px;
    display: inline-block;
    line-height: 20px;
    border: 1px solid #d8d8d8;
    background: transparent;
}

.block-minicart .qty-section {
    display: flex;
    width: 100%;
}
.minicart-items .product-item .product-item-details{width:100% !important;}
.block-minicart .minicart-items .product-item .product-item-details .product-item-name a{
    color:#002368;
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
body.account .form-wishlist-items li.product-item.col-md-4 {
    width: 33%;
}
.account .products-grid.wishlist .product-item-info .product-item-name a{
    width: 100%;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    display: block;
}
.account .products-grid.wishlist .price-box .special-price .price {
    color: #444444;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 18px;
}

.account .products-grid.wishlist .product-reviews-summary.short {
    display: none;
}

.account .products-grid.wishlist .field.comment-box  label.label {
    display: none;
}
.account .products-grid.wishlist .price-box .old-price .price{
    font-size:16px;
}
.account .products-grid.wishlist .price-box .old-price{
    float:none;
    width: 45%;
    display: block;
    text-align: end;
}

.account .products-grid.wishlist .price-box.price-configured_price {
    text-align: center;
    padding:10px 0;
}

.account .products-grid.wishlist span.special-price {
    width: 55%;
    display: block;
    float: right;
    text-align: initial;
}

.account .products-grid.wishlist textarea.product-item-comment {
    min-height: 48px;
    padding: 10px 10px;
    height: 48px;
    border:1px solid #CCCCCC;
}
.account .products-grid.wishlist textarea.product-item-comment::placeholder{
    color:#7B858A;
}
.products-grid.wishlist .product-item-info .box-tocart .field.qty > .control{
    border-radius: 1px;
    border: 1px solid #DAE2E6;
    height: 38px;
    display: block;
    margin-top: 2px;
}
.account .products-grid.wishlist .product-item-info .box-tocart .field.qty > .control .input-text{
    width: 60px;
    color: #7B858A;
    padding-right: 20px;
}

.account .products-grid.wishlist .field.qty {
    display: inline-block;
}

.account .products-grid.wishlist .product-item-info .box-tocart .product-item-actions {display: inline-block;float: none;}

.account .products-grid.wishlist fieldset.fieldset {
    display: inline-block;
}

.account .products-grid.wishlist .products-grid.wishlist .product-item-info .box-tocart .field.qty {
    display: inline-block;
}
body.account .action.share.btn.btn-secondary.btn-full:hover,body.account .form-wishlist-items .action.tocart.btn-primary.btn.btn-full{
    background: none !important;
    color: #002768;
    border: 1px solid;
}
.action.share.btn.btn-secondary.btn-full, .action.update.btn.btn-default.btn-full:hover{
    background: none !important;
    color: #002768;
    border: 1px solid;
}

body .action.btn.btn-xs.btn-secondary.back{
    display:none;
}
.account.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .action.btn.btn-primary.primary {
    margin: 0;
    padding: 0 43px;
}

body.account .products-grid.wishlist .box-tocart button .fa.fa-shopping-cart {
    display: none;
}
body.account .products-grid.wishlist .product-item-info .product-item-photo img {
    height: 200px;
    object-fit: contain;
}
body.account .products-grid.wishlist .fa-pencil:before{
    content:"Edit";

}
body.account .products-grid.wishlist .fa-trash:before{
    content:"Remove";
}
.account .products-grid.wishlist .product-item-info .box-tocart + .product-item-actions .action{
    border:none;
    color: #002768;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
}
.account .products-grid.wishlist .price-box.price-final_price {
    text-align: center;
    padding: 10px 0;
}
.account .products-grid.wishlist .product-item-info .product-item-name a:hover {
    color: #777777;
}
.account .products-grid.wishlist .product-item-info .box-tocart+.product-item-actions .action:hover{
    background: none !important;
    color: #002768;
}
.products-grid.wishlist .product-item-info .box-tocart + .product-item-actions {
    text-align: center;
}
/* end */
/* PDP page Design */
body.catalog-product-view section.page-main.container .product-detail-infomation .product-name{
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 35px;
    display: flex;
    align-items: center;
    color: #000000;
}
body.catalog-product-view .full-review.product-reviews-summary .reviews-actions a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    align-items: center;
    color: #C3C4C9;
}
body.catalog-product-view .full-review.product-reviews-summary.empty {
    padding: 10px 0;
}
body.catalog-product-view .product-info-main .product.attribute.overview .std > * {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 180%;
    align-items: center;
    color: #777777;
    padding-left: 0;
}
section#maincontent {
    padding: 0;
}
body.catalog-product-view .product-info-main .product-add-form {
    display: inline-block;
}
body.catalog-product-view .product-info-main .product-add-form .box-tocart, .bundle-info .product-details .box-tocart {
    margin-top: 10px;
}
body.catalog-product-view .product-info-main .product-info-price .old-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 21px;
    text-decoration-line: line-through;
    color: #949494;
}
body.catalog-product-view .product-info-main .product-info-price .special-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 10px;
    color: #444442;
}
body.catalog-product-view .gallary-section {
    width: 45%;
}

body.catalog-product-view .product-detail-infomation.product-detail-infomation-sticky {
    width: 55%;
}
body.catalog-product-view .product-info-price {
    display: inline-block;
    width: 48%;
    vertical-align: super;
}
body.catalog-product-view .product-price-sku-section {
    display: inline-block;
    width: 100%;
}

body.catalog-product-view .product-info-main .product-sub-infomation {
    display: inline-block;
    width: 51%;
    text-align: end;
    padding: 0 !important;
}

body.catalog-product-view .product-brand {
    display: none;
}

body.catalog-product-view .product-info-main .product-sub-infomation > div {
    padding: 0;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    align-items: center;
    text-align: right;
    color: #000000;
}

body.catalog-product-view span.special-price {display: inline-block;}

body.catalog-product-view .two-block_in_details {
    display: block;
}

body.catalog-product-view .detail_layout_one {
    display: inline-block;
    width: auto;
    margin-right: 25px;
}
.breadcrumbs {
    background-color: #fff !important;
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #c3c4c9;
}
.breadcrumbs .items > li + li:before{
    padding: 0 12px !important;
}

.breadcrumbs .container {padding: 0;}

.breadcrumbs li.item:last-child {
    color: #2C45C7;
}
.breadcrumbs li.item {
    text-transform: uppercase;
}
body.catalog-product-view .visible-lg {
    display: inline-block !important;
    vertical-align: middle;
}

body.catalog-product-view .detail_layout_one button.btn {
    border: 2px solid #002768;
    border-radius: 0px;
    color: #002768;
    text-transform: uppercase;
}
body.catalog-product-view .detail_layout_one button.btn:hover {
    background:#002768;
    color:#fff;
}
body.catalog-product-view .product-info-main .field.qty > .control .input-text.qty {
    border: none !important;
}
body.catalog-product-view .visible-lg .social-link li a {
    color: #EE7500;
    font-size: 20px;
}
body.catalog-product-view .visible-lg ul.social-link li {
    margin-left: 5px;
}
/*.catalog-product-view .product-info-main .swatch-attribute .swatch-option.color {*/
/*    border-radius: 0;*/
/*}*/
.catalog-product-view .detail_layout_one .fa-download:before {
    font-size: 20px;
    vertical-align: top;
    padding-right: 6px;
}
.catalog-product-view .products-grid .product-item-info .product-item-details .product-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
#search_mini_form .mgs-instant-search-dropdown .mgs-instant-autocomplete-wrapper .title .see-all:hover{
    color: #002368;
}
.swatch-attribute-options .swatch-option:hover,.swatch-attribute-options .swatch-option.selected {
    box-shadow: 0 0 0 1px rgb(0 0 0  / 100%);
    border:none;
}
body.catalog-product-view .visible-lg ul.social-link li a .fa {
    font-weight: 700;
}
body.catalog-product-view section.page-main.container .product.info.detailed.after-content .product-data-items-menu .data.item.title.active .data.switch{
    color: #444442;
}

body.catalog-product-view section.page-main.container .product.info.detailed.after-content .product-data-items-menu .data.item.title .data.switch {
    color: #979797;
    text-transform: uppercase;
    font-size: 18px;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content > * {
    color: #777777;
}

.product.info.detailed.after-content .product-data-items-content .data.item.content {
    padding-top: 10px;
}

body.catalog-product-view section.page-main.container .product.info.detailed.after-content .product-data-items-menu .data.item.title .data.switch .counter {
    font-size: 100%;
}
body.catalog-product-view .product-add-form .product-options-wrapper {
    display: block;
}
body.catalog-product-view .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label {
    display: inline-block;
}
body.catalog-product-view .swatch-attribute-options {
    display: inline-block;
    vertical-align: top;
}
body.catalog-product-view .product-info-main button.action.primary.tocart:before {
    content: " ";
    background: URL("/media/wysiwyg/carticon.png") no-repeat;
    font-family: 'FontAwesome';
    padding: 10px 8px;
    font-size: 10px;
    background-size: 14px;
    filter: invert(1);
    margin-top: 9px;
    margin-right: 5px;
}
body.catalog-product-view.checkout-cart-configure .product-info-main button.action.primary.tocart span:before {content: '';}
body.catalog-product-view .product-info-main button.action.primary.tocart span {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 40px;
}

body.catalog-product-view .product.info.detailed.after-content .product-data-items-content .data.item.content div > img {
    display: block;
    width: 100%;
}

body.catalog-product-view .rating-summary .rating-result > span:before {
    color: #FFD500;
}

body.catalog-product-view .block.review-list .review-details .review-author {
    color: #000000;
}

body.catalog-product-view .block.review-list .review-details .review-date {
    color: #636363;
}

body.catalog-product-view .review-content {
    color: #000000;
}

body.catalog-product-view .block.review-add .review-form h4 span, body.catalog-product-view .block.review-list .review-items li.review-item .review-title {
    color: #002768;
}
body.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next {
    border: none;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}
body.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-prev {
    border: none;
    font-size: 24px;
    visibility: visible;
    opacity: 1;
}
body.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-prev:hover{
    background:none;
    color:#000000;
}
body.catalog-product-view .product.media .horizontal-thumbnail.owl-carousel .owl-nav > div.owl-next:hover{
    background:none;
    color:#000000;
}
body.catalog-product-view .product-add-form .product-options-wrapper .swatch-opt .swatch-attribute-label + .swatch-attribute-selected-option {
    color: #002368;
    padding-right: 5px;
}
.product-detail-infomation-content .sharethis-inline-share-buttons{width:50%;float:left;margin-top:5px;}
.product-detail-infomation-content .sharethis-inline-share-buttons#st-1.st-has-labels .st-btn.st-remove-label {
    min-width: 40px;
}
body.catalog-product-view .two-block_in_details {
    display: block;
    width: 40%;
    float: left;
}
.cms-index-index .products-grid .product-item-info .product-top:hover .tocart.btn-cart {
    padding: 0px 12px;
}
/*.cms-index-index .transport-details {*/
/*    margin-bottom: 20px;*/
/*}*/
.brand-related-products .content-heading {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.brand-related-products .products-grid .product-item-info .product-item-details .product-reviews-summary {
    margin: 0;
    padding-bottom: 8px;
    height: 20px;
}

.brand-related-products .price-box .old-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: line-through;
    color: #949494;
}

.brand-related-products .price-box .special-price .price {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 0px;
    color: #444442;
}
.brands-block .brand-grid-block .content-heading {
    display: inline-block;
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
    vertical-align: top;
}
.brands-block .brand-grid-block .all-brands-products {
    height: unset;
    display: inline-block;
    vertical-align: top;
    line-height: unset;
}
.brands-block {
    margin-top: 20px;
}

.brands-block .brand-grid-block .brand-header-section {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}
.product-header-section .content-heading {
    border-bottom: none;
    display: inline-block;
    padding-bottom: 0;
    margin-bottom: 0;
}

.product-header-section {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.product-header-section .all-products {
    height: unset;
    display: inline-block;
    vertical-align: top;
    line-height: unset;
    float: right;
}
.mgs_quickview-catalog_product-view .product-detail-infomation {
    padding: 0;
}
.mgs_quickview-catalog_product-view a.scroll-to-top {
    display: none;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main button.action.primary.tocart {
    border-radius: 0px;
    padding: 0px 15px;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-next {
    background: #002768;
    color: #fff;
    border:none;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-prev {
    background: #002768;
    color: #fff;
    border:none;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-next:hover {
    background: #002768;
    color: #fff;
    border:none;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .owl-carousel .owl-nav > div.owl-prev:hover {
    background: #002768;
    color: #fff;
    border:none;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-item .filter-options-title {
    border-bottom: 1px solid #c3c4c9;
    text-transform: uppercase;
    font-size: 16px;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-item .filter-options-title:before{
    content:"";
    display:none;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-item .filter-options-title:after{
    content: "\f105";
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}
.sidebar-main .block.filter .block-content.filter-content .filter-actions a:hover {
    color: #fff;
    border: none;
}
.breadcrumbs .items li strong{
    max-width: 100% !important;
}
.sidebar-main .block.filter .block-content.filter-content .filter-current .action.remove:hover {
    color: #002368;
}
.sidebar-main .block.filter strong.block-subtitle.filter-current-subtitle {
    display: none;
}

.sidebar-main .block.filter .filter-current.active .block-subtitle {
    display: none;
}

.sidebar-main .ui-slider-horizontal {
    background: #002368;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-item.active .filter-options-title:after{
    content: "\f107";
    font-weight: normal;
    font-size: 18px;
    color: #000000;
}

.sidebar-main .block.filter strong.block-subtitle.filter-subtitle {
    display: none;
}
body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td.col.qty .control.qty input {
    border-right: none !important;
}
/*.sidebar-main .block.filter .block-content.filter-content .filter-options-item .swatch-attribute-options .swatch-option-link-layered .swatch-option {*/
/*    border-radius: 0;*/
/*}*/

.sidebar-main .block.filter .block-content.filter-content .filter-options-title {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    text-transform: uppercase;
}

.sidebar-main .block.filter .block-content.filter-content .filter-item .filter-options-title {
    border-bottom: 1px solid #C3C4C9;
    padding-bottom: 5px;
}

.sidebar-main .block.filter .block-content.filter-content dd.filter-options-content {
    padding-top: 20px;
}
.sidebar-main .block.filter .block-content.filter-content dd.filter-options-content.inactive {
    padding-top: 10px;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-content li.item a {
    color: #000000;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding-left: 5px;
}

.sidebar-main .block.filter .block-content.filter-content .filter-item {
    margin-bottom: 20px;
}

.sidebar-main .block.filter .block-content.filter-content span.irs-bar {
    background: #C3C4C9;
}

.sidebar-main .block.filter .block-content.filter-content span.irs-slider {
    background: #EC7200;
}

.sidebar-main .block.filter .block-content.filter-content .irs-from,
.sidebar-main .block.filter .block-content.filter-content .irs-to,
.sidebar-main .block.filter .block-content.filter-content .irs-single {
    background: none;
    color: #000000;
}
body.page-with-filter .mgs-filter-active .state-item-name span {
    color: #000000;
}
body.page-with-filter .mgs-filter-active span.state-item-name {
    color: #000000;
}
body.page-with-filter .mgs-filter-active .state-item .state-item-icon-cancel:before {
    color: #002368;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-title.inactive::after{
    content: "\f105";
    font-weight: normal;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #000000;
    float: right;
}
.sidebar-main .block.filter .block-content.filter-content dt.inactive.active .filter-options-title.inactive::after{
    content: "\f107";
    font-weight: normal;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #000000;
    float: right;
}
.sidebar-main .block.filter .block-content.filter-content .filter-options-title::after{
    content: "\f107";
    font-weight: normal;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #000000;
    float: right;
}
.sidebar-main .block.filter .block-content.filter-content dt.inactive.active .filter-options-title::after{
    content: "\f105";
    font-weight: normal;
    font-size: 18px;
    font-family: 'FontAwesome';
    color: #000000;
    float: right;
}
.sidebar.sidebar-main {
    padding-top: 10px;
}
/* End */
body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action {
    width: 30% !important;
    left: 0px !important;
    bottom: 0px !important;
    margin: 0 auto !important;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .modal-custom.authentication-dropdown .modal-inner-wrap{
    width: 100% !important;
}
.catalog-product-view .margin-top60 {
    display: none;
}
.catalog-category-view .products-grid .product-item-info .product-item-details .product-reviews-summary {
    height: 12px;
}
.catalog-product_compare-index .attibute.value img {
    width: 100%;
}
.catalog-product_compare-index .list-products .product-item-info .product-item-details .price-box {
    padding-bottom: 10px;display:inline-block;
}
.catalog-product_compare-index .product-item-actions {
    padding-top: 15px;
}
.catalog-product_compare-index .review-items {
    height: 12px;
}
body.catalog-product_compare-index .list-products .product-item-info .product-item-details .product-item-name {
    display: block;
    overflow: hidden;
    height: 50px;
}
body.catalog-product_compare-index .table-wrapper.comparison {
    overflow-x: scroll;
}
body.catalog-product_compare-index table.comparison.headings.data.table {
    display: none;
}
.wishlist-index-index .action.update.btn.btn-default.btn-full:active,
.wishlist-index-index .action.update.btn.btn-default.btn-full:focus{
    color:#fff;
}
.aw_ctq-quote-edit .table-wrapper {
    overflow-x: scroll;
}
.wishlist-index-index .action.update.btn.btn-default.btn-full:hover{
        border: 1px solid #002368;
        color:#002368;
}
.aw_ctq-quote-edit .items.order-links li {
    border-bottom: 2px solid !important;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-add-form .actions.action-add-to {
    display: none;
}
body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-info-price .old-price .price {
    font-size: 16px;
}

body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-info-price .special-price .price {
    font-size: 22px;
}
@media(max-width: 767px){

    body.catalog-product-view .product-info-main .product-info-price .old-price .price {
        font-size: 14px;
    }

    body.catalog-product-view .product-info-main .product-info-price .special-price .price {
        font-size: 18px;
    }
    .catalog-category-view .products-list  .action.mgs-quickview{
        top: 95% !important;
    }
    .catalog-product-view .product.product-item .action.tocart.btn-cart .pe-7s-shopbag:before {
        content: " ";
        background: url(/media/wysiwyg/carticon.png) no-repeat;
        font-family: 'FontAwesome';
        padding: 9px;
        font-size: 12px;
        background-size: 17px;
        position: relative;
        top: 0px;
        color: #fff;
        filter: invert(1);
    }
    body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-sub-infomation {
        width: 48%;
    }
    body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-info-price {
        width: 50%;
    }
    body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-info-price .old-price .price {
        font-size: 14px;
    }

    body.catalog-product-view.mgs_quickview-catalog_product-view .product-info-main .product-info-price .special-price .price {
        font-size: 18px;
    }

    body.catalog-product-view .product.info.detailed.after-content .product-data-items-content .data.item.content {
        padding: 0;
    }
    body.catalog-product-view section.page-main.container .product.info.detailed.after-content .product-data-items-menu .data.item.title .data.switch {
        font-size: 16px;
    }
    .catalog-product-view .product-data-items-menu {
        display: flex !important;
    }
    .catalog-product-view .product.info.detailed.after-content .product-data-items-content .title-accordion{
        display:none !important;
    }
    body.catalog-product_compare-index .price-box .special-price .price {
        font-size: 16px;
    }

    body.catalog-product_compare-index .price-box .price{
        font-size: 16px;
    }
    body.catalog-product_compare-index .price-box .old-price .price {
        font-size: 14px;
    }
    .checkout-cart-configure .breadcrumbs li.item:last-child {
        width: 85%;
    }
    .account .orders-history .table-order-items tbody tr td:last-child {
        width: 180px !important;
        display: block;
    }
    .account.customer-account-index .block-dashboard-orders .table-order-items tr td:last-child {
        display: block;
        width: 180px;
    }
    body.catalog-product-view .product-detail-infomation-sticky-parent .product-detail-media #horizontal-thumbnail .owl-stage-outer .owl-stage {
        display: none;
    }

    body.catalog-product-view .product-detail-infomation-sticky-parent .product-detail-media .owl-carousel .owl-nav > div{
        color: #002368;
        border: 2px solid #002368;
        opacity: 1;
        visibility: visible;
    }
    body.catalog-product-view .product-detail-infomation-sticky-parent .product-detail-media .owl-carousel .owl-nav > div.disabled {
        color: #c2c2c2;
        border-color: #c2c2c2;
        background:transparent;
    }
    .catalog-category-view .products-list .product-item-info .product-item-details .product-item-name a{display:block;}
    .product-detail-infomation-content .box-tocart .field.qty > .control{height:42px;}
    .catalog-category-view .bottom-pagination .toolbar .limiter{
        display:none;
    }
    body .footer-container .section-one {
        width: 100%;
    }
    body .footer h6.margin-bottom30:after {
        content: '\f107';
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 25px;
        display: inline-block;
        float: right;
        text-align: end;
        padding-right: 10px;
        position: relative;
    }
    body .footer h6.margin-bottom30.active:after {
        content: '\f105';
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 25px;
        display: inline-block;
        float: right;
        text-align: end;
        padding-right: 10px;
        position: relative;
    }
    .catalog-category-view .bottom-pagination .pages {
        width: 100%;
        text-align: center;
    }
    body.cms-index-index footer.footer {
        padding-bottom:0px;
    }
    .cms-home .product.product-item .action.tocart.btn-cart .pe-7s-shopbag:before{
        content: " ";
        background: url(/media/wysiwyg/carticon.png) no-repeat;
        font-family: 'FontAwesome';
        padding: 9px;
        font-size: 12px;
        background-size: 17px;
        position: relative;
        top: 0px;
        color:#fff;
        filter: invert(1);
    }
    .cms-home .product-top .actions-link .hidden-xs {
        display: block !important;
    }
    body.customer-account-login .block.aw-ca-creat-wrapper {
        width: 100%;
    }
    body.account .form-wishlist-items li.product-item.col-md-4 {
        width: 50%;
    }

    .account.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .action.btn.btn-primary.primary {
        margin: 0;
        padding: 0 81px;
    }
    .account.wishlist-index-index .products-grid.wishlist .product-item-info .box-tocart .field.qty{
        padding-bottom:10px;
    }
    .account.wishlist-index-index .products-grid .product-item-info {
        margin-bottom: 10px;
    }
    body.account.customer-account-index .box-content p {
        min-height: 28px;
    }
    /*pdp */
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td.col.qty .control.qty input {
        border-right: none !important;
    }
    .checkout-cart-index #shopping-cart-table .cart.item .item-info td.col.item:nth-child(1) {border-bottom:none !important;
        height: auto;}
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td.col.qty .control.qty input {
        height: 34px !important;
    }
    .cart-qty-edit-delete .edit-qty.plus {
        line-height: 14px !important;
        height: 17px !important;
    }
    .cart-qty-edit-delete .edit-qty.minus {
        line-height: 12px !important;
        height: 17px !important;
    }
    .aw_ctq-quotelist-index .cart-qty-edit-delete .edit-qty.plus{
        height: 20px !important;
    }
    .aw_ctq-quotelist-index .cart-qty-edit-delete .edit-qty.minus{
        height: 20px !important;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td a.product-item-photo img {
        height: 50px !important;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td.price span {
        vertical-align: sub;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tbody{
        border-bottom:none !important;
    }
    .checkout-cart-index #shopping-cart-table .cart.item .item-info td{
        border-bottom: 1px solid #c3c4c9 !important;
        height:90px;
        margin-bottom:10px;
    }
    body.catalog-product-view .gallary-section {
        width: 100%;
    }
    .col-sm-6.col-xs-12.product-detail-infomation.product-detail-infomation-sticky {
        width: 100%;
    }
    section#maincontent {
        padding: 0 10px;
    }
    body.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        width: 40%;
        position: relative;
    }
    body.catalog-product-view .product-info-main .product-add-form .box-tocart > .fieldset {
        padding: 10px 0;
    }
    body.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        bottom: 0px;
    }
    body.page-product-configurable.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        bottom: 0px;
    }
    body.catalog-product-view section.page-main.container .product-info-main .product.attribute.overview {
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    body.catalog-product-view .two-block_in_details {
        width: 60%;
    }
    body.catalog-product-view .product-data-items-content .title-accordion:after {
        content: "\f107";
        background: #002368;
        font-family: 'FontAwesome';
    }
    body.catalog-product-view .product-data-items-content .title-accordion.active:after{
        content: "\f105";
        background: #002368;
        font-family: 'FontAwesome';
    }
    body.catalog-product-view .doc-section {
        display: flex;
        position: relative;
        z-index:0;
    }

    main .header .logo-header .logo {
        min-height: 72px;
    }
    body.catalog-product-view .brand-related-products {
        padding-top: 30px;
    }
    body.catalog-product-view .owl-carousel:hover .owl-nav > div {
        opacity: 1;
        visibility: visible;
        border: 2px solid #002368;
        color: #002368;
    }
    body.catalog-product-view .product.info.detailed {
        margin-top: 15px;
    }
    body.catalog-product-view .product-data-items-content .title-accordion.active {color: #444442;}
    body.catalog-product-view .product-data-items-content .title-accordion{
        color:#979797;
    }
    body.catalog-product-view .product.info.detailed.after-content .product-data-items-content .data.item.content {
        overflow-x: scroll;
    }
    body.catalog-product-view .product-info-main .product-add-form .actions.action-add-to {
        float: right;
        position:relative;
        top:6px;
    }
    body.catalog-product-view .detail_layout_one button.btn {
        width: 100%;
    }
    body.catalog-product-view .detail_layout_one {
        width: 100%;
    }
    body.catalog-product-view .product-info-main button.action.primary.tocart {
        padding: 0px 45px;
        margin: 0;
    }
    /*end */
    body.brand-crompton li.item.product {
        width: 49%;
    }
    .tab button {float: left;width: 50%;display: inline-block;font-size: 12px !important;}
    .tab-links {
        height: auto !important;
    }
    .tab {
        display: block;
        height:unset !important;
    }
    .tablinks.active {
        width: 50%;
    }
    .tabcontent ul.sub-cat-ul li{
        width: 46% !important;
        border-right:none !important;
    }
    .tabcontent ul.sub-cat-ul li:nth-child(even){
        border-left: 1px solid #d8d8d8;
        padding-left:10px;
        margin-left:0 !important;
    }
    .tabcontent ul.sub-cat-ul li{
        margin-top:5px;
    }

    .tabcontent ul.sub-cat-ul .info {
        height: 50px;width: 100px;
        text-align: center;
        margin: 0px 10px auto;
    }
    .content-block.new-product-cat-block .content-heading{
        width: 62%;
        display: inline-block;
        padding-left: 0 !important;
    }
    a.view-button{font-weight: normal !important;
        font-size: 15px !important;}

    .content-block.product-tabs-block .content-heading{
        width: 62%;
        display: inline-block;
        padding-left: 0 !important;
    }
    .sale-block .section-2 {
        margin-top: 20px;
        text-align: center;
    }
    .video-block .videos iframe {
        width: 100%;
    }
    .main-banner-block .panel-block-row{
        padding: 0 10px !important;
    }
    .main-banner-block .panel-block-row .master-dealer-banner{
        padding-top:10px;
    }
    .main-banner-block .panel-block-row img {
        width: 100%;
    }
    .main-banner-block .master-dealer-banner a img{
        width: 100%;
    }

    /*div#section-toolbar-mobile {*/
    /*    display: none;*/
    /*}*/
    .sale-block .panel-block-row3.col-lg-3 {
        text-align: center;
    }
    .all-products {
        display: inline-block;
        width: 35%;
        padding-right: 0 !important;
    }
    .content-heading{
        padding-bottom:0 !important;
        margin-bottom:10px !important;
        border:none !important;
    }
    .content-heading h3.title{
        font-size: 15px !important;
    }
    .transport-details .margin-bottom30 {
        padding: 15px 0;
        display: block;
        border-bottom: 2px solid #fff;
        margin-bottom: 0 !important;
        text-align: center;
    }

    .transport-details .col-lg-2{
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
    }
    .transport-details .col-lg-10{
        display: inline-block;
    }

    .transport-details {
        padding-top: 0 !important;
    }
    .video-block ul.slick-dots {
        display: inline-block;
        text-align: end;
        padding: 0px 15px;
        width: 100%;
    }
    .video-content {
        padding-bottom: 15px !important;
    }
    .video-block ul.slick-dots li{
        display: inline-block;
    }
    .video-block ul.slick-dots li button{
        display: inline-block;
        border-radius: 60%;
        width: 15px;
        height: 15px;
        font-size: 0px;
        padding: 7px;
        margin: 0px 5px;
        border: none;
        background: #c3c1c1;
    }
    .video-block ul.slick-dots li.slick-active button{
        background: #012668;
    }
    .cms-index-index .padding-right30 {
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 25px !important;
    }
    .tablinks.active:nth-child(3) {
        margin-bottom: 10px;
    }
}
@media(max-width:767px) and (min-width:577px){
    .checkout-cart-index .cart-container .cart.main.actions .action.update.btn.btn-default {
        width: 40% !important;
    }
    .main-banners .left-banner {
        width: 53%;
        display: inline-block;
    }
    .main-banners .left-banner img{
        width: 100%;
    }
    .main-banners .right-banner {
        width: 44%;
        display: inline-block;
        padding: 0;
        padding-right: 2px;
    }
    .main-banners .right-banner .master-dealer-banner a img{
        width: 40%;
        height: auto !important;
    }
    .main-banners .master-dealer-banner {
        height: auto !important;
    }
    .breadcrumbs li.item:last-child{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 60%;}
    .del-offer-last:before {
        position: relative;
        left: 35%;
        width: 10%;
    }
    body.account.customer-address-index .box.box-address-billing {
        width: 50%;
    }

    body.account.customer-address-index .block-content {
        display: block;
        width: 100%;
    }

    body.account.customer-address-index .box.box-address-shipping {
        margin-top: 0 !important;
    }
    body.account.customer-address-index .block-addresses-default .block-content {
        display: flex;
    }
    body.account.customer-address-index ol.items.addresses {
        display: flex;
    }

    .account .block-addresses-list .items.addresses li.item {
        width: 50%;
        padding-top: 0;
    }
    body.catalog-product-view .two-block_in_details {
        margin-top: 0px;
        order:1;
    }
    body.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        order: 2;
    }
    body.catalog-product-view .doc-section {
        display: flex;
        flex-flow: unset;
        position: relative;
        bottom: 0px;
        z-index: 0;
    }
}
@media(max-width:479px){
    .breadcrumbs li.item:last-child{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;width: 40%;display: flex;}
    body.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        bottom: 30px;
    }
    body.page-product-configurable.catalog-product-view .product-detail-infomation-content .sharethis-inline-share-buttons {
        bottom: 25px;
    }
    .footer .questions-inform .section-two img {
        width: 100%;
    }
    .footer .questions-inform .section-two {
        width: 100%;
        float: left;
    }
    body.catalog-product-view .doc-section {
        display: flex;
        flex-flow: column;
        position: relative;
        z-index:0;
        bottom:30px;
    }
    body.page-product-configurable.catalog-product-view .doc-section{
        bottom:30px;
    }
    body.catalog-product-view .two-block_in_details {
        width: 100%;
        order: 2;
        float: right;
        margin-top:0px;
    }
    body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action{width: 30% !important;
        left: 0px !important;
        bottom: 0px !important;
        margin: 0 auto !important;}
    body.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item{
        width:100%;
        margin: 10px 2px;
        padding-bottom: 15px;
    }
    body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .shipping-address-items ol .shipping-address-item.selected-item {
        width: 100%;
    }
    body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action {
        position: relative;
        margin-top: 10x !important;
    }
    .onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main .aw-onestep-groups .aw-onestep-groups_item{
        padding-bottom: 0px;
    }

    /* .onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item {
         display: inline-block;
         width: 46% !important;
         position: relative !important;
         margin-bottom: 10px !important;
     }*/

    body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action {
        margin: 0px 15px;
    }

    body.onestepcheckout-index-index .shipping-address-items ol {
        display: inline-block !important;
    }
    .del-offer-last:before {
        position: relative;
        left: 22%;
        width: 10%;
    }
    .account.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .action.btn.btn-primary.primary {
        margin: 0;
        padding: 0 30px;
    }
    .sales-order-history .table-wrapper.orders-history {
        overflow-x: scroll;
    }

    .account.sales-order-history .action.order, td a.action.view {
        font-size: 12px;
    }
    body.catalog-product-view.checkout-cart-configure .doc-section{
        flex-flow: unset;
        bottom: unset;
    }

    body.catalog-product-view.checkout-cart-configure .two-block_in_details {
        order: unset;
        width: 60%;
    }

    body.catalog-product-view.checkout-cart-configure .detail_layout_one button.btn {
        font-size: 12px;
        padding: 0 15px;
    }

    body.catalog-product-view.checkout-cart-configure .product-detail-infomation-content .sharethis-inline-share-buttons {
        bottom: 0;
    }
}


@media(max-width:991px) and (min-width:577px){
    body.onestepcheckout-index-index .page-main .aw-onestep-main .shipping-address-items ol .shipping-address-item.not-selected-item{width:100%;margin: 10px 2px;}
    body.onestepcheckout-index-index .page-main .main .checkout-container .aw-onestep-main button.action {
        width: 30% !important;
        left: 0px !important;
        bottom: 0px !important;
        margin: 0 auto !important;
    }

    .brand-page-list .item .image {
        height: 120px;
    }
    .header .logo-header .logo img {
        width: 220px;
    }
    .main-banner-block .panel-block-row .master-dealer-banner {
        padding-top: 0px;
    }
}
@media(max-width:991px) and (min-width:768px){
    .main-banners .left-banner {
        width: 70%;
        display: inline-block;
    }
    .main-banners .left-banner img{
        width: 100%;
    }
    .main-banners .right-banner {
        padding:0;
        width: 30%;
        display: inline-block;
    }
    body .footer-container .section-one {
        width: 52%;
    }
    body .footer .footer-container .middle-footer .logo-section {
        width: 100%;
    }
    .orders-history .table-order-items tbody tr td.actions .action.view:after {
        margin: 0 0px;
    }
    .account.sales-order-history .action.order, td a.action.view {
        font-size: 13px;
    }
    body.catalog-product-view .brand-related-products {
        padding-top: 20px;
    }
    body.catalog-product-view .product.info.detailed {
        margin-top: 20px;
    }
    body.catalog-product-view section.page-main.container .product-detail-infomation .product-name{
        font-size:26px;
    }
    body.catalog-product-view .detail_layout_one button.btn{
        padding: 0px 15px;
        font-size: 12px;
    }
    body.catalog-product-view .two-block_in_details {
        width: 42%;
    }
    .main-banner-block .panel-block-row .master-dealer-banner {
        padding-top: 0px;
    }
    body.brand-crompton li.item.product {
        width: 33%;
    }
    .main-banners .right-banner .master-dealer-banner a img{
        width: 40%;
        height: 240px !important;
    }
    .main-banners .master-dealer-banner {
        height: 240px !important;
    }
    .cms-index-index .product.product-item {
        width:100%;
        display: inline-block;
    }
    .cms-index-index .product-item.col-sm-3:nth-child(4n+1) {
        clear: unset;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row1 {
        width: 20%;
        display: inline-block;
        float: left;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row2 {
        width: 80%;
        display: inline-block;
    }
    .sale-block .col-lg-10.col-md-10.section-1 {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row3 {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    .sale-block .col-lg-2.col-md-2.section-2 {
        text-align: center;
    }
    .transport-details .col-lg-2 {
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
    }
    .transport-details .col-lg-10 {
        display: inline-block;
        padding-right: 0;
    }
    .transport-details .margin-bottom30 {
        margin-bottom: 30px;
        display: flex;
    }
    .transport-details .content1 {
        display: flex;
        font-size: 16px !important;
    }
    .videos .title {
        font-size: 18px !important;
    }
    .video-block iframe {
        width: 100%;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td .product-item-details {
        max-width: 210px !important;
    }
    .account.wishlist-index-index .products-grid.wishlist .product-item-info .box-tocart .field.qty{
        padding-bottom:10px;
    }
    .account.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .action.btn.btn-primary.primary {
        margin: 0;
        padding: 0 55px;
    }
    .payment-options .ques-sec {
        width: 50% !important;
        float: left;
    }
    .footer .logo-section .payment-options .pay-sec p img {
        width: 100%;
    }
    .payment-options .pay-sec {
        padding-left: 15px;
    }
}

@media(max-width:991px){
    body.catalog-category-view .products-list .product-item-details span.icon.pe-7s-shopbag {
        font-size: 0;
    }
    .customer-account-forgotpassword .form-group > label {
        white-space: unset !important;
    }
    .account.page-layout-2columns-left .column.main {
        order: 2;
        padding-top:20px;
    }

    .account.page-layout-2columns-left #maincontent > .row {
        display: flex;
        flex-flow: column;
    }
    .account.page-layout-2columns-left .block-title.title.account-nav-title .pe-7s-angle-down:before {
        content: "\f107";
        font-size: 20px;
        font-family: 'FontAwesome';
        display: inline-block;
        float: right;
        text-align: end;
        position: relative;
    }
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li.active > a {
        background: #fff !important;
    }
    .account.page-layout-2columns-left .block-title.title.account-nav-title .pe-7s-angle-down{
        display: inline-block;
        float: right;
        padding-right: 12px;
    }
    .account.page-layout-2columns-left .block-title.title.account-nav-title.active .pe-7s-angle-down:before {
        content: "\f105";
        font-size: 20px;
        font-family: 'FontAwesome';
    }
    body.account div#account-nav.active{
        display:block;
    }
    .header:not(.header6):not(.header7) .megamenu-content .nav-tabs > li > a {
        background: #002368 !important;
    }
    .catalog-category-view.page-layout-2columns-left .category-product-actions .toolbar.toolbar-products {
        margin-bottom: 10px !important;
    }
    .catalog-category-view .products-grid .product-reviews-summary {
        height: 12px;
    }
    .aw-ctq.mini-quote-list.minicart-wrapper a.action.showlist {
        width: 93%;
        margin-top: 10px;
        padding-top: 20px;
    }
    /* acoount dashboard */
    .catalog-product_compare-index .table-wrapper.comparison {
        overflow-x: scroll;
    }
    body .page-title-wrapper + .page-main {
        margin-top: 20px !important;
    }
    body .login-container .block .block-title h2, body .form-create-account h2{
        margin: 0 0 10px;
    }
    .account .table-wrapper.reviews {
        overflow-x: scroll;
    }
    .aw_quick_order-index-index .admin__data-grid-outer-wrap .admin__data-grid-wrap {
        overflow-x: scroll;
    }
    .account .sidebar.sidebar-main {
        padding-top: 15px;
    }
    body.account.customer-account-index .block-dashboard-info.my-account-main .box.box-information {
        padding-bottom: 15px;
    }

    body.account.customer-account-index .block-dashboard-info.my-account-main .block-title--myac {
        margin-bottom: 15px;
    }

    body.account.customer-account-index .block-dashboard-addresses {
        margin-top: 25px;
    }

    body.account.customer-account-index .block-dashboard-orders {
        margin-bottom: 20px;
    }
    body.account.customer-account-index .box.box-billing-address {
        padding-bottom: 10px;
    }

    body.account.customer-account-index .block.block-reviews-dashboard {
        margin-top: 25px !important;
    }

    body.account.customer-account-index .table-wrapper.orders-recent {
        overflow-x: scroll;
    }

    body.account div#account-nav {
        padding: 0 10px;
        display: none;
    }

    body.account.customer-account-index .sidebar .block .block-title .title {
        margin-bottom: 10px;
    }
    body.account.customer-account-index .block-title--myac h3{
        font-size:18px
    }
    body.account .page-title-wrapper + .page-main {
        margin-top: 20px;
    }
    /* end */
    .header .mobile-minicart .minicart-wrapper .action.showcart > .counter.qty{
        top: -15px;
    }
    .header .action.nav-toggle {
        margin: 0 !important;
    }
    .header button.action.nav-toggle.hidden-lg:before {
        content:"\f0c9";
        font-family: 'FontAwesome';
        color: #000000;
        font-size: 25px;
    }
    .header button.action.nav-toggle.hidden-lg img {
        display:none;
    }
    .header .mobile-minicart .minicart-wrapper .action.showcart:before {
        content: " ";
        background: url(/media/wysiwyg/carticon.png) no-repeat;
        font-family: 'FontAwesome';
        padding: 9px;
        font-size: 12px;
        background-size: 17px;
        position: relative;
        color: #000;
        font-weight: bold;top:6px;
    }
    body .header-mobile-tabs--bottom .pe-7s-shopbag:before{
        content: " ";
        background: URL("/media/wysiwyg/carticon.png") no-repeat;
        font-family: 'FontAwesome';
        padding: 10px 8px;
        font-size: 10px;
        background-size: 14px;
        filter: invert(1);
        margin-top: 9px;
        margin-right: 5px;

    }




    .shop-by-brand .brand-page-list .owl-item .item img {
        object-fit: scale-down;
        width: 100%;
    }
    .brand-page-list .item .image img {
        object-fit: scale-down;
        width: 100%;
    }
    .brand-list .owl-carousel .owl-nav > div.owl-next {
        right: 30px;
    }
    .brand-list .owl-carousel .owl-nav > div.owl-prev {
        left: 30px;
    }
    .brand-list .shop-by-brand > .description {
        margin-bottom: 20px;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td.col.qty .control.qty input {
        border-right: none !important;
    }
    .header .nav-main-menu .category-menu .toggle-menu .fa-plus:before{
        content: "\f107";
        font-size: 20px;
    }
    .header:not(.header6):not(.header7) .nav-main-menu li > a + .toggle-menu a.active .fa:before {
        content: "\f105" !important;
        font-size: 18px;
    }
    .row.main-banner-block {
        margin-top: 0 !important;
    }
    .cms-index-index .row.main-banner-block {
        margin-top: 66px !important;
    }

    .cms-index-index section#maincontent {
        position: relative;
        margin-top: 85px;
    }
    .catalog-category-view main .page-title-wrapper,.catalog-product-view main .page-title-wrapper.product {
        margin-top: 85px;
    }
    .page-title-wrapper {
        margin-top: 85px;
    }
    .catalog-category-view section#maincontent, .catalog-product-view section#maincontent{
        margin-top: 0px;
    }
    .mgs_quickview-catalog_product-view section#maincontent {
        position: relative;
        padding: 0;
        margin-top:15px;
    }
    .middle-header-content.mobile-middle-header-content {
        position: fixed;
        width: 100%;
    }
    .top-header-content {
        display: none;
    }
    .contact-link {
        display: none;
    }
    body:not(.page-layout-1column).catalog-category-view .toolbar .sorter {
        text-align: left !important;
    }
    body.catalog-category-view .toolbar .limiter label{display:none}
    body.catalog-category-view .toolbar .sorter label{display:none}
    body.catalog-category-view .toolbar .sorter {
        width: 40%;
    }
    .catalog-category-view .product-item-info .product-item-details .actions-links button.action.towishlist,
    .catalog-category-view .product-item-info .product-item-details .actions-links button.action.tocompare {
        display:none;
    }
    .catalog-category-view #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        width: 100%;
    }
    .catalog-category-view .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        font-size: 16px;
    }
    .catalog-category-view .price-box .special-price .price {
        font-size: 16px;
    }
    .catalog-category-view .price-box .old-price .price {
        font-size: 14px;
    }
    .catalog-category-view .products.wrapper .product-item-info .action.tocarts {
        font-size: 15px;
    }

    .catalog-category-view .toolbar .pages .pagination {
        display: inline-block;
        float: unset;
    }
    .catalog-category-view .products.wrapper.list.products-list {
        display:block;
    }
    .catalog-category-view .products-list + .bottom-pagination {
        margin-top: 15px;
    }
    .catalog-category-view .products-list .product-item-info .product-item-details .product-item-name a{
        font-size: 16px;
    }
    .catalog-category-view .products-list .product-item-info .product-item-details .product-item-description {
        padding-top: 5px !important;
    }
    body:not(.page-layout-1column).catalogsearch-result-index .toolbar .sorter {
        text-align: left !important;
    }
    body.catalogsearch-result-index .toolbar .limiter label{display:none}
    body.catalogsearch-result-index .toolbar .sorter label{display:none}
    body.catalogsearch-result-index .toolbar .sorter {
        width: 40%;
    }
    .catalogsearch-result-index .product-item-info .product-item-details .actions-links button.action.towishlist,
    .catalogsearch-result-index .product-item-info .product-item-details .actions-links button.action.tocompare {
        display:none;
    }
    .catalogsearch-result-index #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        width: 100%;
    }
    .catalogsearch-result-index .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        font-size: 16px;
    }
    .catalogsearch-result-index .price-box .special-price .price {
        font-size: 16px;
    }
    .catalogsearch-result-index .price-box .old-price .price {
        font-size: 14px;
    }
    .catalogsearch-result-index .products.wrapper .product-item-info .action.tocarts {
        font-size: 15px;
    }
    .catalogsearch-result-index .bottom-pagination .toolbar .limiter{
        display:none;
    }
    .catalogsearch-result-index .toolbar .pages .pagination {
        display: inline-block;
        float: unset;
    }
    .catalogsearch-result-index .products.wrapper.list.products-list {
        display: inline-block;
    }
    .catalogsearch-result-index .products-list + .bottom-pagination {
        margin-top: 15px;
    }
    .catalogsearch-result-index .products-list .product-item-info .product-item-details .product-item-name a{
        font-size: 16px;
    }
    .catalogsearch-result-index .products-list .product-item-info .product-item-details .product-item-description {
        padding-top: 5px !important;
    }
    body.catalogsearch-result-index.page-layout-2columns-left .category-product-actions .filter-toggle {
        position: fixed;
        display: inline-block;
        top: 25%;
        z-index: 999999999;
    }
    body.catalogsearch-result-index.page-layout-2columns-left .category-product-actions .filter-toggle .pe-7s-edit:before{
        background: #EC7200;
        color:#fff;
    }
    body .footer p.logo-content-footer {
        width: 100%;
    }
    body .footer .footer-container .middle-footer {
        padding: 20px 0;
    }
    body .footer .margin-bottom30 {
        margin-bottom: 10px;
    }
    body .footer .middle-footer ul.menu li{
        margin-bottom: 0px;
    }

    body .footer-container .questions-inform {
        display: inline-block;
        margin-top: 10px;
    }


    body .footer .footer-container .copyright {
        padding-bottom: 0 !important;
    }
    body .footer .footer-container .middle-footer div[class*="col-lg"]:not(:last-child) {
        margin-bottom: 10px;
    }
    body .footer .footer-container .middle-footer p {
        margin-bottom: 20px;
    }

    body .bottom-footer .c-link {
        text-align: center;display:none;
    }
    .footer .bottom-footer .copyright address {
        margin-bottom: 0 !important;
    }
    body.catalog-category-view.page-layout-2columns-left .category-product-actions .filter-toggle {
        position: fixed;
        display: inline-block;
        top: 25%;
        z-index: 4;
    }
    body.catalog-category-view.page-layout-2columns-left .category-product-actions .filter-toggle .pe-7s-edit:before{
        background: #002368;
        color:#fff;
    }
    body.catalogsearch-result-index.page-layout-2columns-left .category-product-actions .filter-toggle {
        position: fixed;
        display: none;
        top: 25%;
        z-index: 999999999;
    }
    body.catalogsearch-result-index.page-layout-2columns-left .category-product-actions .filter-toggle .pe-7s-edit:before{
        background: #EC7200;
        color:#fff;
    }
    body .breadcrumbs {
        margin-bottom: 10px;
        width: 95%;
        margin: 0 10px;
    }
    body .footer {
        margin-top: 20px;
        z-index: 2;
        position: relative;
    }
    body .footer .margin-bottom25 {
        margin-bottom: 10px;
    }
    body:not(.page-layout-1column).brand-crompton .toolbar .sorter {
        text-align: left !important;
    }
    body.brand-crompton .toolbar .limiter label{display:none}
    body.brand-crompton .toolbar .sorter label{display:none}
    body.brand-crompton .toolbar .sorter {
        width: 40%;
    }
    .brand-crompton .product-item-info .product-item-details .actions-links button.action.towishlist,
    .brand-crompton .product-item-info .product-item-details .actions-links button.action.tocompare {
        display:none;
    }
    .brand-crompton #maincontent .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        width: 100%;
    }
    .brand-crompton .products-grid .product-item-info .product-item-details .product-item-name a.product-item-link {
        font-size: 16px;
    }
    .brand-crompton .price-box .special-price .price {
        font-size: 16px;
    }
    .brand-crompton .price-box .old-price .price {
        font-size: 14px;
    }
    .brand-crompton .products.wrapper .product-item-info .action.tocarts {
        font-size: 14px;
    }
    .brand-crompton .bottom-pagination .toolbar .limiter{
        display:none;
    }
    .brand-crompton .toolbar .pages .pagination {
        display: inline-block;
        float: unset;
    }
    .brand-crompton .products.wrapper.list.products-list {
        display: inline-block;
    }
    .brand-crompton .products-list + .bottom-pagination {
        margin-top: 15px;
    }
    .brand-crompton .products-list .product-item-info .product-item-details .product-item-name a{
        font-size: 16px;
    }
    .brand-crompton .products-list .product-item-info .product-item-details .product-item-description {
        padding-top: 5px !important;
    }
    body.brand-crompton.page-layout-2columns-left .category-product-actions .filter-toggle {
        position: fixed;
        display: inline-block;
        top: 25%;
        z-index: 999999999;
    }
    body.brand-crompton.page-layout-2columns-left .category-product-actions .filter-toggle .pe-7s-edit:before{
        background: #EC7200;
        color:#fff;
    }
    body.brand-crompton.page-layout-2columns-left .category-product-actions .filter-toggle {
        position: fixed;
        display: none;
        top: 25%;
        z-index: 999999999;
    }
    body.brand-crompton.page-layout-2columns-left .category-product-actions .filter-toggle .pe-7s-edit:before{
        background: #EC7200;
        color:#fff;
    }
    .account .block.block-addresses-default {
        padding-bottom: 10px;
    }
    .account .block-addresses-list .items.addresses li.item {
        margin-top: 0;
    }
    .account .block-title--myac {
        margin-bottom: 10px;
    }
    .account .block.block-addresses-list {
        padding-bottom: 10px;
    }
    .account .table-wrapper.additional-addresses {
        overflow-x: scroll;
    }
    body.customer-address-index .actions-toolbar {
        display: flex;
    }
    body.account.customer-address-index .action.back {
        margin: 10px;
        height: 36px;
    }
    .account .table-wrapper.aw-ctq__customer-quotes {
        overflow-x: scroll;
    }
    body.onestepcheckout-index-index .page-main .checkout-container .aw-onestep-main .modal-custom.authentication-dropdown {
        height: auto;
    }
}
@media (max-width: 1199px) and (min-width: 992px){
    .footer .c-link {
        width: 40%;
    }
    .footer .logo-section .payment-options .pay-sec p img {
        width: 100%;
    }
    .brand-list .owl-carousel .owl-nav > div.owl-next {
        right: 30px;
    }
    .brand-list .owl-carousel .owl-nav > div.owl-prev {
        left: 30px;
    }
    .aw-ctq.mini-quote-list.minicart-wrapper a.action.showlist {
        width: 94%;
        margin-top: 68px;
        padding-top: 20px;
    }
    .middle-header-content .col-lg-3.custom-div-3 {
        right: 40px;
    }
    .orders-history .table-order-items tbody tr td.actions .action.view:after {
        margin: 0 0px;
    }
    .account.sales-order-history .action.order, td a.action.view {
        font-size: 12px;
    }
    .account.wishlist-index-index .products-grid.wishlist .product-item-info .box-tocart .field.qty{
        padding-bottom:10px;
    }
    .account.wishlist-index-index .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .action.btn.btn-primary.primary {
        margin: 0;
        padding: 0 55px;
    }
    body.catalog-product-view .product.info.detailed {
        margin-top: 20px;
    }
    body.catalog-product-view .brand-related-products {
        padding-top: 20px;
    }
    body.catalog-product-view section.page-main.container .product-detail-infomation .product-name{
        font-size:26px;
    }
    body.catalog-product-view .detail_layout_one button.btn{
        padding: 0px 15px;
    }
    body.catalog-product-view .two-block_in_details {
        width: 45%;
    }
    body.checkout-cart-index section.page-main.container .cart-container form.form.form-cart .cart.table-wrapper table tr.item-info td .product-item-details {
        max-width: 210px !important;
    }
    .transport-details .content1 {
        font-size: 16px;
    }
    .header .logo-header .logo img {
        width: 220px;
    }
    .main-banners .left-banner {
        width: 70%;
        display: inline-block;
    }
    .main-banners .left-banner img{
        width: 100%;
    }
    .main-banners .right-banner {
        padding:0;
        width: 30%;
        display: inline-block;
    }
    .main-banners .right-banner .master-dealer-banner a img{
        width: 40%;
        height: 315px !important;
    }
    .main-banners .master-dealer-banner {
        height: 315px !important;
    }
    .main-banner-block .panel-block-row .master-dealer-banner {
        padding-top: 0px;
    }
    body .breadcrumbs {
        width: 98%;
        margin: 0 10px;
    }
    body.catalog-category-view .product-item-details span.icon.pe-7s-shopbag{
        right:0;
    }
    body.catalogsearch-result-index .product-item-details span.icon.pe-7s-shopbag{
        right:0;
    }

    body .header .delivery-offer {
        width: 100%;
        display: inline-block;
    }
    body .header span.truck{
        display: inline-block;
        vertical-align: top;
    }
    body .header .del-offer {
        display: inline-block;
    }
    body .header .table-icon-menu > .header-wl{
        display:table-cell !important;
    }
    body .header .dropdown-toplinks{
        display:table-cell !important;
    }
    body .header .action.nav-toggle{
        display:none;
    }
    body .header span.phone-number a{
        font-size: 16px;
    }
    body .middle-header-content .col-lg-3.custom-div-3{
        padding-right:0;
    }
    .header .custom-div-3 .table-icon-menu{
        padding-right: 0;
    }
    body .header .table-icon-menu > div {
        padding: 19px 7px 16px 0;
    }
    body .header .top-header-content .container-fluid{
        width: 1000px;
    }
    .catalog-category-view .products.wrapper .product-item-info .action.tocarts{
        font-size: 12px;
        padding: 0 7px;
    }
    .catalog-category-view .product-item-info .product-item-details .actions-links .action .pe-7s-like:before{
        font-size: 18px;
    }
    .catalog-category-view .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before{
        font-size: 18px;
    }

    .catalogsearch-result-index .products.wrapper .product-item-info .action.tocarts{
        font-size: 12px;
        padding: 0 7px;
    }
    .catalogsearch-result-index .product-item-info .product-item-details .actions-links .action .pe-7s-like:before{
        font-size: 18px;
    }
    .catalogsearch-result-index .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before{
        font-size: 18px;
    }
    body .main-delivery-offer {
        padding-left: 0;
    }
    body.brand-crompton .product-item-details span.icon.pe-7s-shopbag{
        right:0;
    }
    .brand-crompton .products.wrapper .product-item-info .action.tocarts{
        font-size: 12px;
        padding: 0 7px;
    }
    .brand-crompton .product-item-info .product-item-details .actions-links .action .pe-7s-like:before{
        font-size: 18px;
    }
    .brand-crompton .product-item-info .product-item-details .actions-links .action .pe-7s-graph3:before{
        font-size: 18px;
    }
    /* homepage */
    .cms-index-index .products-grid .product-item-info .product-top:hover .tocart.btn-cart {
        font-size: 12px;
        padding: 0 8px;
    }
    .products-grid .product-item-info .product-top .actions-link button {
        padding: 12px 5px;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row1 {
        width: 16%;
        display: inline-block;
        float: left;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row2 {
        width: 59%;
        display: inline-block;
        float: left;
    }
    .sale-block .col-lg-10.col-md-10.section-1 .panel-block-row3 {
        width: 25%;
        display: inline-block;
    }
    .transport-details .margin-bottom30 {
        padding:0;
        display:flex;
        width: 33%;
    }
    .transport-details .content1 {
        display: flex;
        font-size: 16px;
    }
    .transport-details .margin-bottom30 .col-lg-10 {
        padding-right: 0;
    }

    .transport-details .content2 {
        display: flex;
    }
    .transport-details .col-lg-11.del-offer-last {
        width: 100%;
    }
    .video-block iframe {
        width: 100%;
    }

    .footer .section-one {
        width: 100%;
        float: left;
    }
    /* end */
}
