/* custom css */

body {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
    font-size: 16px !important;
}

body a {
    color: #f0bf00;
    text-decoration: none;
}

body a:hover {
    color: #f0bf00;
    text-decoration: underline;
}


/*body img{
    max-width: initial;
}*/

* {
    box-sizing: border-box;
}

body h1 {
    margin-bottom: 0.7em;
    color: #f0bf00;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

body h2 {
    margin: 0;
    margin-bottom: 0.5em;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
}

body h4 {
    margin: 0;
    margin-bottom: 10px;
    color: #636363;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
}

body .columns {
    display: inline-block;
    width: 100%;
}

body .columns .column.main {
    padding-bottom: 0;
    min-height: auto;
}

body .main-container {
    margin: 0 auto;
}

.main-container .main.container {
    padding-top: 0;
}

ul>li,
ol>li {
    margin: 0;
}

body p {
    margin: 0 0 1.5em;
}

@media only screen and (min-width: 1200px) {
    body .container {
        max-width: 1330px;
    }
}

.slideshow-wrapper.col-sm-9 {
    width: 100%;
    text-align: center;
}

.ribbonContent {
    display: block;
    line-height: 20px;
    padding: 9px 0;
    width: 100%;
    margin: 0px !important;
    color: #000000;
}

.yellowRibbon {
    background: #f0bf00;
    min-height: 60px;
    text-align: center;
    font-size: 18px;
    position: relative;
    float: left;
    width: 100%;
}

.backgroundCallouts {
    background: url(../images/background-effect.jpg) repeat left top;
    float: left;
    width: 100%;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}

.calloutSection {
    float: left;
    background: url(../images/calloutBorder.png) repeat-y right top transparent;
    min-height: 211px;
    padding: 15px;
    box-sizing: border-box;
    width: 25%;
    display: inline-block;
}

.calloutLeftDiv {
    float: left;
    width: 92px;
    height: 162px;
}

.calloutRightDiv {
    float: right;
    width: 180px;
}

.calloutImg {
    float: left;
    display: inline-block;
}

body .calloutRightDiv h1 {
    float: right;
    font-family: "Raleway";
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
    color: #303030;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
}

.calloutRightDiv>p {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #666666;
    line-height: 18px;
    width: 100%;
    margin-bottom: 10px;
}

.calloutRightDiv>a {
    float: right;
    background: #f0bf00;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff !important;
    padding: 8px;
}

.etcCallout {
    float: left;
    width: 100%;
}

.secondCallout {
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    box-shadow: 0 0 5px 2px #d6d6d6;
    box-sizing: border-box;
    float: left;
    margin: 1% 0.5%;
    padding: 10px;
    width: 32%;
    min-height: 215px;
    display: table;
}

.leftSection {
    display: table-cell;
    width: 88px;
    vertical-align: middle;
    min-height: 215px;
}

.rightSection {
    display: table-cell;
    float: left;
    min-height: 215px;
}

body .secondCallout h1 {
    color: #f0bf00;
    font-size: 18px;
    margin: 5px 0;
    font-weight: bold;
}

.rightSection p {
    font-size: 12px;
}

.yellowLink {
    float: left;
    background: #f0bf00;
    color: #ffffff !important;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    margin: 0px 10px 10px 0px;
}

.blackLink {
    float: left;
    background: #000000;
    color: #ffffff;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    margin-bottom: 10px;
}

.partners {
    text-align: center;
    margin-top: 30px;
}

.partnersDetail {
    display: inline-block;
    min-width: 855px;
}

body .partnersDetail h1 {
    color: #f0bf00;
    font-size: 18px;
    margin: 0;
    line-height: 69px;
    font-weight: bold;
}

body .partnersDetail h1 span {
    color: #303030;
    font-size: 18px;
    font-weight: bold;
}

.category-description ul {
    list-style: disc outside;
    margin-bottom: 1.5em;
    list-style-position: inside;
    text-indent: -20px;
    padding-left: 20px;
}

.partners li {
    display: inline-block;
    margin: 0px !important;
}

.partnersList {
    background: url(../images/partnersLine.png) no-repeat right 10px transparent;
    padding: 0 10px;
}

.gallery-placeholder .loading-mask {
    display: none;
}


/* category page */

.categoryListDetail {
    display: inline-block;
    width: 68%;
    margin: 30px 0;
}

.categoryListDetail .summerySection {
    float: left;
    width: 96%;
    display: inline-block;
    background: #f6f6f7;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 25px 33px;
    margin-top: 15px;
}

.categoryListDetail .summerySection img {
    margin-right: 30px;
}

.categoryListDetail .summerySection img,
.categoriesContentList {
    float: left;
    display: inline-block;
}

.summerySection br {
    display: none;
}

.categoriesContentList h3 {
    color: #303030;
    font-size: 18px;
    line-height: 18px;
    margin: -4px 0 10px;
    font-weight: bold;
    text-transform: none;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.categoriesContentList>ul {
    display: inline-block;
    float: left;
    width: 270px;
}

.summerySection ul li {
    list-style: none;
    background: url(../images/bullet.png) no-repeat left 6px;
    margin: 0px;
    padding-left: 1em;
    font-size: 13px;
}

.categoriesContentList>ul li {
    font-size: 16px !important;
}

.categoryImg {
    float: right;
    width: 29%;
    display: inline-block;
    margin: 30px 0;
}

.categoryContentImage {
    float: right;
    width: 377px;
    margin: 0 0 20px 20px;
}

.catalog-category-view .page-title-wrapper,
.catalog-category-view .toolbar,
.catalog-category-view .breadcrumbs,
.catalog-category-view .product-item-inner .actions-secondary.addto-links {
    display: none;
}

.catalog-category-view .products-list {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 0 10px 2px #aaaaaa;
}

.catalog-category-view .products-list-ext .item:first-child {
    border: none;
}

.catalog-category-view .headerName {
    background: #000000;
    height: 40px;
}

.catalog-category-view .headerName h1 {
    padding: 0px 15px;
    line-height: 40px !important;
    margin: 0px !important;
    text-transform: capitalize;
    font-size: 30px;
}

body .productHeading h2 {
    background: #ebebed;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    text-indent: 10px;
    text-transform: none;
    color: #000000;
}

.catalog-category-view li.product-item .product-item-img {
    width: 33.33333%;
    text-align: center;
}

.catalog-category-view li.product-item .product-item-name {
    margin-bottom: 5px;
    line-height: 1.4;
    padding-left: 15px;
}

.catalog-category-view li.product-item .product-item-name a.product-item-link {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    color: #f0c20d !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.catalog-category-view li.product-item .products-list-ext .product-item-inner-content {
    border: none;
    padding: 0;
}

.catalog-category-view .products-list-ext .product-item-inner-content {
    border: none;
}

.catalog-category-view .product-item .price-box .price,
.catalog-category-view .product-items .item .price-box .price {
    color: #303030 !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.product-item-description table>thead>tr>th,
.product-item-description table>tbody>tr>th,
.product-item-description table>tfoot>tr>th,
.product-item-description table>thead>tr>td,
.product-item-description table>tbody>tr>td,
.product-item-description table>tfoot>tr>td {
    padding: 0;
}

.product-item-description blockquote {
    margin: 20px 0 40px 10px;
    font-style: normal;
    margin-left: 0;
}

.product-item-description blockquote ul li {
    margin: 0;
}

.bullet_style_disc {
    padding-left: 2em !important;
    list-style-type: disc;
    padding: 5px 0px 5px 0px;
}

.bullet_style_circle {
    padding-left: 2em !important;
    list-style-type: circle;
    padding: 5px 0px 5px 0px;
}

.sales-order-print #header-container {
    display: none;
}

.product-item-details .cat_btn {
    padding: 0 15px;
    background: #303030;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px !important;
    height: 33px;
    line-height: 33px;
    text-transform: uppercase;
    width: auto;
    float: left;
    margin-right: 5px;
}

.product-item-details .cat_btn.yellow_btn {
    background: #f0c20d;
}

.product-item-details .cat_btn a {
    color: #fff;
}

.product-item-details .cat_btn>.product-item-inner {
    padding: 0;
}

.product-item-details .cat_btn>.product-item-inner .action.primary {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1;
    padding: 0;
}

.product-item-description-blck {
    margin-bottom: 30px;
}

.catalog-category-view .message.info {
    background: transparent;
}

.catalog-category-view .message.info>*:first-child:before {
    content: none;
}

.catalog-category-view .message.info {
    font-size: 16px;
    padding-left: 0;
}

.categoryListDetail p {
    margin-bottom: 0;
}

.monthlyPlan {
    float: right;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
    width: 29%;
}

.viewIridiumLinks.monthlyPlan>p {
    margin-bottom: 20px;
}

.pricing_table_container {
    margin: 0 auto;
    width: 100%;
}

.pricing_table {
    float: left;
    width: 100%;
    font-family: "Raleway";
    font-size: 16px;
}

.pricing_table table {
    border-collapse: collapse;
    width: 100%;
}

.pure-table thead {
    background-color: #000;
    color: #fff;
    text-align: left;
    vertical-align: bottom;
}

.pricing_table tr {
    margin-bottom: 2px;
    margin-top: 2px;
}

.pricing_table tr th {
    padding: 8px 15px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Raleway";
    font-weight: normal;
}

tr.onlyHeight {
    height: 2px !important;
    margin: 0px !important;
    border: none;
}

tr.bgcolor {
    border: 1px solid #ddd;
}

.onlyHeight>td {
    float: left;
    height: 2px;
    margin: 0px !important;
    padding: 0px !important;
}

.pricing_table tr td {
    padding: 10px 15px;
    color: #000;
    text-align: center;
    background: #f4f4f4;
    vertical-align: inherit;
}

td.cart_btn_outer a {
    background: #f0bf00;
    color: #ffffff;
    text-decoration: none;
    padding: 6px 15px;
    font-weight: bold;
}

.tabs {
    margin-bottom: 10px;
    background: #FFFFFF;
}

.product-view .product-shop,
.product-img-box,
.product-collateral,
.product-view .block-related,
.box-collateral {
    margin-bottom: 10px;
}

.product-collateral {
    clear: both;
}

.product-essential,
.product-collateral.toggle-content.tabs {
    width: 100%;
    float: left;
}

.product-collateral.toggle-content.tabs {
    border: 1px solid #aaaaaa;
    box-shadow: 0px 0px 10px 2px #aaaaaa;
    margin-top: 30px;
    width: 66%;
}

.product-collateral .toggle-tabs {
    width: 98.7%;
    margin: 0.6%;
    border: none;
    background: #ebebed !important;
}

.box-collateral {
    clear: both;
}

.product-collateral>dl {
    width: 100%;
}

.product-collateral>dl>dt {
    width: 98.7%;
    margin: 0.6%;
    border: none;
    background: #ebebed !important;
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    line-height: 33px;
    height: 36px;
}

.product-collateral>dl>dt>span {
    padding: 0 20px;
}

.collateral-tabs dd h2 {
    display: none;
}

.product-collateral>dl>dd {
    padding: 15px;
}

.std p {
    margin: 0 0 1.5em;
}

.pre_paid_hed {
    font-size: 24px;
    margin: 20px 0 5px;
}

.catalog-category-view .block.filter {
    display: none;
}

.productListItem {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.listItem {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 24%;
    min-height: 250px;
    border: 1px solid;
    float: left;
}

.listItem>a:first-child {
    display: inline-block;
    width: 100%;
}

.catListImgTwo {
    margin-bottom: 20px;
    margin-top: 10px;
}

.catListImgLink {
    font-weight: bold;
}

.catListImgThree {
    margin-bottom: 39px;
}

.catalog-category-view .category-image {
    margin-bottom: 30px;
}

.catalog-category-view .category-image img {
    height: 250px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.catListImg {
    margin-bottom: 20px;
    width: 75%;
}

.phoneAss {
    float: left;
    width: 100%;
    margin: 15px 0;
}

.phoneAssList {
    display: inline-block;
    text-align: center;
    width: 19.7%;
    border: 1px solid #aaaaaa;
    box-shadow: 0px 0px 10px 0px #aaaaaa;
    padding: 10px 0px;
}

.phoneAssList>img {
    display: inline-block;
}

.testimonialList,
.testimonialSection {
    width: 100%;
    float: left;
}

.testimonialSection {
    border-bottom: 1px solid #f0bf00;
    margin-bottom: 25px;
}

.testimonialImg {
    float: left;
    width: 16%;
    padding: 0 10px 10px 0;
}

.categorypath-contacts .socialBlock h1 {
    width: auto !important;
    margin-right: 10px;
}

.testimonialDetail {
    float: right;
    width: 80%;
    padding: 0 10px 10px 0;
}

.testimonialSectionLast {
    border: none;
}

.category-contacts p {
    margin: 0;
}

.leftBlock {
    float: left;
    width: 49%;
    margin-right: 1%;
}

.rightBlock {
    float: left;
    width: 49%;
    margin-left: 1%;
}

.rightBlock>p {
    margin-bottom: 0.5em;
}

.rightBlock hr {
    margin: 0.7em 0;
}


/* cms pages */

.categorypath-new-content-coverage table {
    width: auto;
}

ol {
    list-style: decimal outside;
    margin-bottom: 1.5em;
}

.category-contacts .socialBlock>a img {
    width: 45px !important;
    margin-right: 20px;
    height: 45px;
}

.category-contacts table td {
    padding: 0;
}


/* shipping and checkout page */

.action.primary.checkout:hover,
.opc-progress-bar-item._active:before,
.opc-progress-bar-item._active>span:before,
.opc-wrapper .shipping-address-item.selected-item:after,
.filter-title strong[data-count]:after,
.main-color--bg,
.checkout-index-index .action.primary:hover,
.checkout-index-index .action.primary:focus {
    background-color: #f0bf00 !important;
}


/* login page */

.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
    background-color: #000;
}

.customer-account-login .page-title-wrapper .h1,
.customer-account-create .page-title-wrapper .h1,
.customer-account-forgotpassword .page-title-wrapper .h1 {
    text-transform: capitalize;
    line-height: 40px !important;
    font-size: 30px;
}

.customer-account-login .login-container .block .block-title {
    font-size: 24px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    color: #636363;
    border: none;
    margin: 0;
}

.customer-account-login .block-content p,
.customer-account-forgotpassword .field.note p {
    font-style: italic;
    font-family: "Raleway", Georgia, Times, "Times New Roman", serif;
    font-size: 13px;
    color: #a0a0a0;
}

.customer-account-login .actions-toolbar>.primary {
    min-width: 50% !important;
}

.customer-account-login .actions-toolbar>.primary .primary.action {
    background: #f0bf00;
    color: #FFFFFF;
    min-width: 50%;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: none;
}

.customer-account-login .field label {
    width: 100% !important;
    text-align: left !important;
    font-size: 16px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 5px !important;
    color: #636363;
}

.customer-account-login .fieldset>.field {
    margin-bottom: 15px;
}

.customer-account-login .actions-toolbar {
    margin-left: 0 !important;
}

.customer-account-login .actions-toolbar .secondary {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

.customer-account-login #maincontent input,
.customer-account-create #maincontent .fields input,
.fieldset.create.account input,
.customer-account-forgotpassword #maincontent input {
    width: 365px !important;
}

.customer-account-login .login-container .fieldset:after {
    margin: 0;
    font-style: normal;
    position: absolute;
    top: 20px;
    right: 0;
}

.customer-account-login .form.form-login>.fieldset {
    position: relative;
}

.customer-account-login .page-title-wrapper .product-name,
.customer-account-create .page-title-wrapper .product-name,
.customer-account-forgotpassword .page-title-wrapper .product-name {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}

.customer-account-login .columns,
.customer-account-create .columns,
.customer-account-forgotpassword .columns {
    margin-top: 15px;
}

.customer-account-login .fieldset>.field.password {
    margin-bottom: 5px;
}

.login-container>.block.block-customer-login {
    padding-left: 60px;
    border-left: 1px solid #ededed;
}

.customer-account-create label {
    width: 100% !important;
    text-align: left !important;
    color: #636363;
}

.customer-account-create .field {
    margin-bottom: 10px !important;
}

.customer-account-create .legend {
    margin-left: 0 !important;
    text-transform: uppercase;
    font-size: 18px;
}

.customer-account-create .fieldset>.field.choice:before,
.customer-account-create .fieldset>.field.no-label:before {
    content: none;
}

.customer-account-create label {
    margin-bottom: 5px !important;
}

.customer-account-create .form-create-account {
    width: 40% !important;
    min-width: auto !important;
}

.customer-account-create .form-create-account .fieldset.additional_info {
    display: none;
}

.customer-account-create .form-create-account .actions-toolbar,
.customer-account-forgotpassword .actions-toolbar {
    margin: 0 !important;
    border-top: 1px solid #ededed;
    padding-top: 10px;
}

.customer-account-create .fieldset.create.account,
.customer-account-forgotpassword .form.password.forget>.fieldset {
    margin-bottom: 10px;
}

.customer-account-create .action.submit.primary,
.customer-account-forgotpassword .action.submit.primary {
    background: #f0bf00;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px;
    min-width: 140px;
}

.customer-account-create .password-strength-meter {
    width: 365px;
}

.customer-account-create .actions-toolbar p.required {
    color: #df280a;
    font-size: 16px;
    float: right;
    margin-top: 5px;
}

.customer-account-create .actions-toolbar>.secondary,
.customer-account-forgotpassword .actions-toolbar>.secondary {
    float: left !important;
    margin-right: 10px;
}

.customer-account-forgotpassword .field.note,
.customer-account-forgotpassword .field.note p {
    margin: 0;
    font-size: 13px;
}

.customer-account-forgotpassword p.required {
    color: #df280a;
    margin-bottom: 5px;
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.customer-account-forgotpassword label.label {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 5px !important;
}

.customer-account-forgotpassword .field {
    margin-bottom: 10px;
}

.customer-account-forgotpassword .form.password.forget {
    width: 400px !important;
    min-width: auto !important;
}


/* product page */

.catalog-product-view .product-lower-primary-column {
    margin: 0;
    border: 1px solid #aaaaaa;
    box-shadow: 0px 0px 10px 2px #aaaaaa;
    margin-top: 30px;
    width: 66%;
    clear: left;
    padding: 5px;
}

.catalog-product-view .product-lower-primary-column .show-tabs {
    background-color: #ebebed !important;
}

.catalog-product-view .product-lower-primary-column .item.title a {
    background-color: #ebebed !important;
    line-height: 33px !important;
    height: 36px !important;
    font-size: 18px !important;
    color: #666666 !important;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}

.catalog-product-view .product-lower-primary-column .item.title a:hover {
    color: #f0bf00 !important;
}

.catalog-product-view .product-lower-primary-column .item.title.active a {
    margin-top: 0 !important;
    border: none !important;
    padding-top: 0 !important;
    font-size: 20px !important;
    color: #000000 !important;
}

.catalog-product-view .product.data.items.style1.show-tabs>.item.content {
    border: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.catalog-product-view .product.data.items.style1.show-tabs>.item.content {
    margin-top: 36px !important;
}

.catalog-product-view .field.qty {
    display: none !important;
}

.catalog-product-view .product-info-main .page-title-wrapper .product-name .h1 {
    font-weight: 600;
    font-size: 24px;
    width: 100%;
}

.catalog-product-view .product.attribute.sku,
.catalog-product-view .product.attribute.sku strong {
    font-weight: bold;
    font-size: 13px;
}

.catalog-product-view .product-info-stock-sku {
    border: none;
    margin: 0;
}

.catalog-product-view .product-info-main .price-box .price-wrapper .price {
    color: #303030 !important;
    font-weight: normal !important;
    font-size: 24px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.catalog-product-view .product-info-main .price-box .price-wrapper .price:before {
    content: 'Price:';
    font-size: 30px;
    margin-right: 8px;
}

.catalog-product-view .product-info-main .box-tocart .action.tocart {
    padding: 10px;
    background: #f0bf00;
    min-width: 140px !important;
    font-weight: normal;
    font-size: 16px;
    box-shadow: none;
    height: fit-content;
}

.catalog-product-view .action.primary.product-addtoquote-button {
    height: fit-content;
    width: auto;
    margin: 0;
}

.catalog-product-view .product-info-main .box-tocart .action.tocart:hover {
    background-color: #f0bf00;
}

.catalog-product-view .product-info-main .product-add-form {
    border: none;
}

.catalog-product-view .column.main {
    position: relative;
}

.catalog-product-view .viewIridiumLinks.topImages {
    position: absolute;
    top: 0;
    right: 0;
}

.catalog-product-view .viewIridiumLinks.topImages p {
    margin: 0;
}

.catalog-product-view .product-shop.product-info-main {
    width: 32%;
}

.catalog-product-view .breadcrumbs {
    display: none;
}

.catalog-product-view .column.main {
    margin-top: 30px;
}

.catalog-product-view .product-add-form.custom_form {
    display: inline-block;
    box-shadow: 0px 0px 10px 2px #aaaaaa;
    float: left;
    width: 100%;
    padding: 10px 15px 15px;
}

.user_profile,
.plan_info {
    float: left;
    width: 29.33%;
    margin-right: 4%;
}

.rental_product .user_profile .field,
.rental_product .plan_info .field,
.recurring_product .user_profile .field,
.recurring_product .plan_info .field {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
}

.rental_product label,
.recurring_product label {
    float: left;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 600;
}

.rental_product .control,
.recurring_product .control {
    float: right;
    width: 55%;
}

.product-options-wrapper .field .note {
    display: none;
}

.rental_product .note,
.recurring_product .note {
    margin-bottom: 0;
}

.rental_product .field.required em,
.recurring_product .field.required em {
    display: none;
}

.rental_product input[type="radio"],
.rental_product input[type="checkbox"],
.recurring_product input[type="radio"],
.recurring_product input[type="checkbox"] {
    float: left;
    margin-right: 20px;
}

.rental_product dt,
.recurring_product dt {
    width: 100%;
    display: inline-block;
}

.rental_product dt+.control label,
.recurring_product dt+.control label {
    font-weight: normal;
}

.rental_product dt+.control,
.recurring_product dt+.control {
    width: 100%;
}

.rental_product span.price-wrapper,
.recurring_product span.price-wrapper,
.price-notice .price {
    color: #f0bf00;
    font-weight: bold;
}

.Surcharge .price-notice .price,
.water_proof .price-notice {
    margin-left: 3px;
}

.agree_ments_info {
    display: inline-block;
    width: 30%;
}

.rental_product input[type="checkbox"]+label,
.recurring_product input[type="checkbox"]+label {
    display: flex;
    float: none;
}

.rental_product .one-time.r-shipping+.control .options-list.nested>.field,
.recurring_product .one-time.r-shipping+.control .options-list.nested>.field {
    display: inline-block;
    margin-bottom: 5px;
}

.rental_product label.agreement,
.recurring_product label.agreement {
    color: #f0bf00;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.rental_product label.agreement+.control,
.recurring_product label.agreement+.control {
    display: none;
}

.rental_product .agree_ments_info .user_fields,
.recurring_product .agree_ments_info .user_fields {
    width: 100%;
    display: inline-block;
}

.rental_product .agree_ments_info a.show_terms,
.recurring_product .agree_ments_info a.show_terms {
    margin-bottom: 20px;
    display: inline-block;
}

.rental_product .agree_ments_info a.show_terms+.field .control,
.recurring_product .agree_ments_info a.show_terms+.field .control {
    margin-bottom: 10px;
}

.rental_product .user_fields.hide_option,
.recurring_product .user_fields.hide_option {
    display: none !important;
}

.page-products .product-image-photo {
    width: auto;
}

.catalog-product-view table>thead>tr>th,
.catalog-product-view table>tbody>tr>th,
.catalog-product-view table>tfoot>tr>th,
.catalog-product-view table>thead>tr>td,
.catalog-product-view table>tbody>tr>td,
.catalog-product-view table>tfoot>tr>td {
    padding: 8px 10px;
}

.catalog-product-view .agrmnt_vw {
    display: none;
}

.catalog-product-view .product-lower-secondary-column {
    width: 30%;
}

.catalog-product-view .product-lower-secondary-column>.inner {
    border: none;
}

.catalog-product-view .product-lower-secondary-column .block.related {
    border: 20px solid #ebebed;
    border-top: none;
}

.catalog-product-view .product-lower-secondary-column .block.related .block-title.title {
    text-align: center;
    background: #ebebed;
    padding: 10px;
}

.catalog-product-view #block-related-heading {
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.catalog-product-view .block.related .product-item-img {
    margin: 0;
    padding: 0 20px;
}

.catalog-product-view .block.related .product.product-item-name {
    font-size: 18px !important;
    text-transform: uppercase;
}

.catalog-product-view .block.related .product-item-link {
    color: #f0c20d !important;
    font-weight: bold;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
}

.catalog-product-view .action.primary {
    background: #f0bf00 !important;
    padding: 0 !important;
    min-width: 150px !important;
}

.catalog-product-view .action.primary span {
    line-height: 40px !important;
    font-size: 16px !important;
    font-weight: normal !important;
}

.catalog-product-view .action.primary:hover {
    background: #f0bf00 !important;
    border: none;
}

.catalog-product-view .action.primary.tocart {
    margin-right: 10px;
}

.catalog-product-view .box-tocart {
    display: block !important;
}

.catalog-product-view .box-tocart .actions {
    display: flex !important;
    width: 100%;
    /*justify-content: flex-end;*/
}

.sitemap-index-index .mp-sitemap-listing {
    display: grid;
    padding: 0 20px;
}

.sitemap-index-index ul.mp-sitemap-listing li {
    margin: 2px 0;
}

.sitemap-index-index ul.mp-sitemap-listing li a {
    font-size: 16px;
    font-weight: bold;
}

.sitemap-index-index .headerName {
    background: #000000;
    height: 40px;
}

.sitemap-index-index .headerName h1 {
    text-transform: capitalize;
    padding: 3px 15px;
}

.sitemap-index-index h2 {
    padding: 10px 15px 0;
    font-weight: 500;
}

.sitemap-index-index .page-title-wrapper {
    display: none;
}

.minicart-wrapper .block-minicart.mini-cart-content {
    top: auto;
    /*right: 280px;*/
    right: auto;
}

.header-m-container {
    margin-bottom: 20px;
}

.header-m-container .logo-wrapper--mobile {
    display: flex;
    justify-content: center;
}

.header-container,
.header.container {
    max-width: 100% !important;
}

.sidebar .items-grid-thumbnails.items-grid-thumbnails-s .product-item-details,
.items-grid-thumbnails-s .product-item-details {
    margin: 0;
}

#itemslider-product-related .owl-item {
    width: 100% !important;
}

@media only screen and (max-width: 769px) {
    .header-primary-container.page-header {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .calloutSection {
        text-align: center;
        width: 100%;
    }
    .calloutLeftDiv {
        margin: 0 auto;
        float: none;
    }
    .calloutRightDiv,
    .calloutRightDiv>a {
        float: none;
        width: 100%;
    }
    .secondCallout {
        width: 100%;
    }
    .partnersDetail {
        min-width: auto;
    }
    body .calloutRightDiv h1,
    .calloutRightDiv>p {
        text-align: center;
    }
    .catalog-category-view .headerName {
        height: auto;
    }
    footer .container {
        width: auto;
    }
    .categoryListDetail,
    .categoryListDetail .summerySection {
        width: 100%;
        margin: 0;
    }
    .categoriesContentList {
        max-width: 100%;
        margin-top: 15px;
    }
    .categoryImg {
        width: 100%;
        margin-top: 0;
    }
    .page-products .columns {
        padding: 0;
    }
    .products-list-ext .product-item-info {
        display: block;
        width: 100%;
    }
    .catalog-product-view .viewIridiumLinks.topImages {
        position: initial;
    }
    .user_profile,
    .plan_info,
    .agree_ments_info {
        width: 100%;
    }
    .catalog-product-view .headerName {
        height: auto;
    }
    .catalog-product-view .product-add-form.custom_form {
        margin-bottom: 20px;
    }
    .catalog-product-view .product-lower-primary-column {
        margin: 0 0 20px 0;
    }
    .product.data.items.style1,
    .product.info.detailed {
        margin-bottom: 0;
    }
    .catalog-product-view .product.data.items.style1.show-tabs>.item.content {
        margin: 0 !important;
    }
    .catalog-product-view .action.primary {
        min-width: auto !important;
    }
    .monthlyPlan {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .category-iridium-resources .category-description>div {
        width: 100% !important;
        min-height: auto !important;
        margin: 0 !important;
    }
    .catalog-category-view .category-image img {
        height: auto;
    }
    .checkout-cart-index .cart-container {
        display: grid;
    }
    .customer-account-forgotpassword .form.password.forget,
    .customer-account-login #maincontent input,
    .customer-account-create #maincontent .fields input,
    .fieldset.create.account input,
    .customer-account-forgotpassword #maincontent input {
        width: 100% !important;
    }
    .customer-account-create .form-create-account,
    .customer-account-create .password-strength-meter {
        width: 100% !important;
    }
    .login-container>.block.block-customer-login {
        padding: 0;
        border: none;
    }
    .catalog-category-view .headerName h1 {
        font-size: 24px;
        line-height: 1.3 !important;
    }
    .categoryContentImage {
        margin-top: 20px;
    }
    .categoryListDetail {
        margin-top: 20px;
    }
    .categoriesContentList>ul {
        width: 100%;
        margin: 0;
    }
    .listItem {
        width: 100%;
    }
    .phoneAssList {
        width: 100%;
    }
    .testimonialImg {
        width: 100%;
        text-align: center;
        padding-right: 0;
    }
    .testimonialDetail {
        padding-right: 0;
        float: left;
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .calloutSection {
        width: 50%;
    }
    .partnersDetail {
        min-width: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .catalog-product-view .product-shop.product-info-main {
        width: 40%;
    }
    .catalog-product-view .viewIridiumLinks.topImages {
        width: 25%;
    }
    .catalog-product-view .viewIridiumLinks.topImages p {
        margin-bottom: -12px;
    }
    .catalog-product-view .product-lower-secondary-column {
        width: 100%;
        margin-top: 20px;
    }
    .catalog-product-view .product-lower-secondary-column .block.related {
        margin: 0;
    }
    #itemslider-product-related .owl-item {
        padding: 20px;
    }
    .checkout-cart-index .cart-container {
        display: grid;
    }
    .checkout-cart-index .cart-container .form-cart,
    .checkout-cart-index .cart-summary {
        width: 100%;
    }
    .checkout-cart-index .cart-summary {
        position: initial;
    }
    .minicart-wrapper .block-minicart.mini-cart-content {
        right: 0;
    }
    .customer-account-login #maincontent input,
    .customer-account-create #maincontent .fields input,
    .fieldset.create.account input,
    .customer-account-forgotpassword #maincontent input {
        width: 100% !important;
    }
}

@media screen and (min-width: 770px) and (max-width: 992px) {
    .page-header.header-container .logo-wrapper .logo img {
        width: auto;
    }
    #header-search {
        display: inline-block;
        float: right;
    }
    #user-menu-wrapper-regular {
        width: auto;
    }
    .user-menu {
        margin: 0;
        height: auto;
    }
    .header-container .right-column .user-menu .block-search {
        margin: 0;
    }
    .header-container .hp-blocks-holder--stacked .nav-container {
        float: left;
    }
    .header-container .nav-container.simple .inner-container {
        width: auto;
    }
    .header-primary-container,
    .header-primary-container .inner-container {
        padding: 0;
    }
    .hp-block.right-column>.item:last-child {
        width: auto;
        float: left;
        position: relative;
        top: 8px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .header-container .nav-container.simple .inner-container {
        width: auto;
    }
    .header .logo-wrapper .logo {
        max-width: 100%;
    }
    .page-header.header-container .hp-blocks-holder .hp-block {
        vertical-align: bottom;
    }
    .catalog-product-view .viewIridiumLinks.topImages {
        width: 30%;
    }
    .checkout-cart-index .cart-container .form-cart {
        width: 67%;
    }
    .checkout-cart-index .cart-summary {
        width: 30%;
    }
}

@media only screen and (max-width: 992px) {
    .catalog-product-view .product-lower-primary-column {
        width: 100%
    }
    .pricing_table table {
        width: 600px;
        table-layout: fixed;
        max-width: initial;
    }
    .pricing_table tr th {
        width: 150px;
    }
    .catalog-category-view li.product-item .product-item-name {
        padding-left: 0;
    }
    .categorypath-contacts .leftBlock,
    .categorypath-contacts .rightBlock {
        width: 100%;
    }
    .categorypath-contacts .rightBlock {
        margin: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .pure-table.iset_table tr th {
        width: 200px;
    }
}

.nav-acco .opener {
    width: 20px;
}

.header .miniquote-wrapper .action.showquote:before {
    display: none;
}

.header .miniquote-wrapper {
    margin: 0;
}

.header .miniquote-wrapper .action.showquote .text {
    clip: initial;
    overflow: visible;
    right: 15px;
    width: auto;
    margin: 0;
    top: 10px;
    height: auto;
    position: initial;
    margin-right: 5px;
}

.catalog-product-view .box-tocart .set_custom_price {
    color: #f0bf00;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
}

.catalog-product-view .box-tocart .set_custom_price::before {
    content: 'Total Amount: ';
}

.catalog-product-view .box-tocart>.fieldset {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px !important;
}

.checkout-cart-index .cart-container .form-cart {
    box-shadow: 0 0 3px 0px #aaaaaa;
    padding: 5px;
}

.checkout-cart-index .cart-summary {
    box-shadow: rgb(170 170 170) 0px 0px 3px 0px;
    padding: 10px;
    width: 25%;
}

.checkout-cart-index #shopping-cart-table thead tr {
    background-color: #ebebed;
}

.header.container {
    position: relative;
}

.header.content {
    position: absolute;
    right: 15px;
}

.header.content .miniquote-wrapper .action.showquote {
    display: flex;
    width: 86px;
    font-size: 14px !important;
}

#user-menu-wrapper-regular .user-menu {
    margin-right: 95px;
}

.header_account_link {
    line-height: 36px;
    margin-right: 5px;
    font-size: 14px !important;
}

.checkout-index-index .minicart-items-wrapper .product-image-wrapper {
    height: 100%;
    text-align: center;
}

.checkout-index-index .minicart-items-wrapper .product-image-wrapper img {
    width: auto;
    height: 100%;
}

.calloutSectionLast {
    background: none;
}

.products-related .owl-carousel .owl-wrapper {
    width: auto !important;
}

.catalog-product-view blockquote {
    margin: 0;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
}

.payment-form-template .save-card-hint {
    display: none;
}

.catalog-category-view.category-emergency-preparedness .headerName {
    display: none;
}

.category-emergency-preparedness .column.main {
    width: 80% !important;
    margin-top: 18px;
}

.catalog-product-view.category-emergency-preparedness .column.main {
    width: 100% !important;
}

.category-emergency-preparedness .column.main .category-description,
.category-emergency-preparedness .column.main .products-list {
    width: 75%;
    float: right;
}

.category-emergency-preparedness .sidebar {
    width: 20% !important;
}

body .sidebar .block .block-title {
    color: #f0bf00;
    text-transform: uppercase;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    border: none;
    font-size: 14px;
    margin: 0;
}

body .sidebar .block .block-title strong {
    font-size: 14px;
    font-weight: 600;
}

.sidebar .block-viewed-products-grid .product-item-details .product-item-name a {
    color: #f0c20d;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.sidebar .block-viewed-products-grid .product-item-details .action.primary {
    background-color: #f0c20d;
    color: #fff;
}

.category-emergency-preparedness .sidebar .block.widget .products-grid .product-item,
.category-emergency-preparedness .sidebar .product-items .product-item-info {
    width: 100%;
}

.recurring_product .plan_info>.user_fields:last-child input[type="checkbox"]+label {
    display: grid;
}

.product-social-links>a {
    text-indent: -9999px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-image: url(../images/icon_sprite.png);
    background-repeat: no-repeat;
    margin: 0 5px !important;
}

.product-social-links>a.action.mailto.friend {
    background-position: 0px -322px;
    margin: 0
}

.product-social-links>a.link-facebook {
    background-position: 0px -425px;
}

.product-social-links>a.link-twitter {
    background-position: 0px -372px;
}

@media only screen and (max-width: 769px) {
    body .header-container .mini-cart {
        margin: 0;
        width: 25%;
        text-align: center;
        display: flex;
        justify-content: center;
        background: #fafafa;
    }
}

.product.info.detailed .product.show-tabs>.item.title a {
    background: url(../images/specificationListBG.png) no-repeat right 10px transparent !important;
    padding: 0 20px !important;
}

.product.info.detailed .product.show-tabs>.item.title:nth-last-child(2) a {
    background: none !important;
}

.checkout-index-index .header-container-micro {
    width: 100%;
    max-width: 1330px !important;
}

.price-box .price {
    color: #f0bf00 !important;
}

.slideshow-wrapper .slide-img {
    position: relative;
}

.slideshow-wrapper .slide-content {
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    position: absolute;
    top: 150px;
    width: 1330px;
    margin: 0px auto;
    text-align: left;
}

.slideshow-wrapper .slide-content h2 {
    color: #fff;
}

.slideshow-wrapper .slide-content a {
    background: #f0bf00;
    border: 1px solid #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    color: #ffffff;
    padding: 8px;
}

.product-item-description-blck ul {
    padding-left: 2em !important;
}

.catalog-product-view .Minute.Bundles.units>.options-list>.field {
    display: flex;
}

.catalog-product-view .product-options-wrapper input[type="radio"] {
    margin-top: 6px;
}

.catalog-product-view .product-options-wrapper [title="Additional Accessories"] {
    margin-bottom: -20px;
}

.catalog-product-view .product-options-wrapper [title="Additional Accessories"] label {
    font-weight: bold;
}

.catalog-product-view .plan_info .per-day.water_proof {
    display: none;
}

.catalog-product-view .plan_info .control.per-day.water_proof {
    display: block;
}

.catalog-product-view .product.info.detailed ul {
    padding-left: 2em !important;
}

#itemslider-product-related .owl-item input[type="checkbox"] {
    display: none;
}

.catalog-product-view .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    transform: translate(-50%, -50%);
    height: auto;
    position: absolute;
    top: 50%;
    width: auto;
    left: 50%;
}
.cms-home .slideshow-wrapper-additional .owl-item .slide-content p{
    font-size: 21px;
    color: #ffffff;
    line-height: 30px;
    text-align: left;
    margin: 10px 0  6px !important;
}

.cms-home .slideshow-wrapper-additional .owl-item .slide-content h2{
    font-weight: bold;
    font-size: 48px;
    color: #f0bf00;
    line-height: 48px;
    margin: 0px !important;
    text-transform: none !important;
}

.cms-home .slideshow-wrapper-additional .owl-item .slide-content  a {
    background: #000000;
    font-size: 16px;
    color: #ffffff;
    padding: 5px 5px 4px;
    border: 1px solid #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 10px;
    float: left;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact label {
    font-size: 14px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-weight: 600;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #636363;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    text-align: left;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact  .control {
    max-width: 61%;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact .control input {
    height: 30px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact  .field.comment .control {
    max-width: 78%;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact  .field{
    margin-bottom: 10px;
}
.contact-index-index .column:not(.sidebar-additional) .form.contact .actions-toolbar {
    clear: both;
    margin: 10px 0 0;
    padding-top: 10px;
    border-top: 1px solid #ededed;
    text-align: right;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact .actions-toolbar .action.submit.primary {
    float: left;
    margin-left: 5px;
    min-width: 140px;
    background: #f0bf00;
    display: inline-block;
    padding: 7px 15px;
    border: 0;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact  .fieldset {
    margin: 0;
}
body #minicart-movetoquote {
    margin-top: 10px;
    border: 2px solid;
    padding: 8px;
}
.page-print  .table-order-items.invoice {
    margin-bottom: 40px;
}

.page-print .page-title-wrapper span {
    font-size: 16px;
    display: flex;
    margin-right: 10px;
    margin-bottom: 5px;
}

.page-print .page-title-wrapper span .order-date{
    display: flex;
    margin: 0 0 0 20px;
}
body.page-print {
    font-size: 14px !important;
}

.page-print .table-wrapper {
    margin-bottom: 0;
}
.page-print .table-wrapper .item.options{
    margin: 0;
}

.page-print .logo {
    min-height: 0;
}

.order-details-items .order-title a {
    margin-right: 15px;
}
.page-print .logo img {
    max-width: 70%;
    height: 55px;
    width: auto;
}

.page-print .block-order-details-view .box{
    margin-bottom: 5px !important;
}
.cart.table-wrapper .add-row-tier .action.action-delete:before {
    display: block !important;
    font-family: 'cart2quote-iconset' !important;
    content: "\e910";
    color: #000;
    margin: 0;
}

.cart.table-wrapper .add-row-tier .action.action-delete {
    padding: 7px;
    margin: -15px 0;
}

@media (max-width:767px) {
    .cart.table-wrapper .item .col.item {
        padding-left: 0;
        min-height: auto;
        padding-bottom: 10px;
        display: table;
        width: 100%;
    }
    
    .cart.table-wrapper .item .col.item .product-item-photo {
        position: relative;
        float: left;
    }
     
    
    .cart.table-wrapper .item .col.item .product-item-details {
        max-width: calc(100% - 65px);
        float: left;
    }
.catalog-product-view .box-tocart .actions button {
    max-width: 50%;
    width: 100% !important;
}
.minicart-wrapper .block-minicart.mini-cart-content#header-cart {
    position: absolute;
    top: 100%;
    right: 22px;
    margin: 0;
    min-width: 130px;
    text-align: left;
    z-index: 1000;
    max-width: 320px;
}
body .header-container .mini-cart.active {
    background: #5bd2ec;
}

body .header-container .mini-cart.active .counter.qty {
    background: #fff;
    color: #5bd2ec;
}

body.checkout-cart-index .cart-summary {
    width: 100%;
}

body .header-container .mini-cart.active  .counter-over-top.skip-active {
    background: transparent;
    color: #fff;
}
.product-item-details .cat_btn {
    width: 48%;
    text-align: center !important;
    margin-bottom: 10px;
}
.product-item-details .cat_btn .actions-primary{
    float: none;
}
}



.shipping-tracking-popup {
    padding: 30px;
}

.shipping-tracking-popup  .page.tracking {
    display: flex;
    flex-wrap: wrap;
}

.shipping-tracking-popup .page.tracking .order.subtitle.caption {
    position: relative;
    margin: 15px 4px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
    font-weight: 700;
    width: 100%;
}

.shipping-tracking-popup .page.tracking th.col.label {
    padding-left: 5px;
}

.shipping-tracking-popup .page.tracking  .table-wrapper {
    padding-bottom: 10px;
    border-bottom: 1px solid gray;
}

.shipping-tracking-popup  .page-title-wrapper .base {
    font-weight: 700;
}


.movetoquote-button,
.movetocart-button, 
.directquote-button, 
.miniquote-movetocart-button, 
.minicart-movetoquote-button {
    border: 2px solid !important;
}

@media (min-width:768px) and (max-width:991px) {
    
    .header-container {
        max-width: 750px !important;
        width: 100%;
    }
    #user-menu-wrapper-regular .user-menu {
        margin-right: 0;
    }
    body .header-container .hp-blocks-holder--stacked .logo-wrapper .logo{
        max-width: 45%;
    }
    
    .header .miniquote-wrapper {
        margin-top: 40%;
    }
    .slideshow-wrapper .slide-content{
        max-width: 750px;
        padding: 0 30px;
        top: 50px;
    }
    
    .cms-home .slideshow-wrapper-additional .owl-item .slide-content h2 {
        font-size: 40px;
    }
    
    .checkout-cart-index .cart-summary {
        min-width: 100%;
    }
    .catalog-product-view .product-add-form.custom_form .box-tocart .actions{
        display: block !important;
        text-align: left;
    }
    .catalog-product-view .product-add-form.custom_form .box-tocart .actions button {
        width: 95%;
        margin-bottom: 15px;
    }
    .quotation-quote-index .table-checkout-shipping-method {
        display: block;
        overflow: auto;
    }
}
.page-print .order-details-items .order-title>strong {
    margin: 0;
}
.page-print .order-details-items.ordered >.actions-toolbar {
    display: none;
}


.page-print .order-details-items {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.page-print .block.block-order-details-view .box {
    max-width: 25%;
    width: 100% !important;
    float: left !important;
}

.page-print .block.block-order-details-view  .block-content {
    display: flex;
    width: 100%;
}

.page-print .table-wrapper .col.name {
    min-width: 350px;
}
.checkout-onepage-success .checkout-success {
    width: 50%;
    margin: 30px auto;
    text-align: center;
}

.checkout-onepage-success  .page-title-wrapper {
    width: 50%;
    margin: 60px auto 0;
    text-align: center;
}

.checkout-onepage-success .page-title-wrapper .action.print {
    display: block;
    float: none;
}

.checkout-onepage-success .checkout-success .actions-toolbar {
    width: fit-content;
    margin: 0 auto;
}

.order-details-items .item-options dd {
    margin: 0 0 15px;
    font-size: 12px;
}
.table-order-items .subtotal, .table-order-items .amount {
    text-align: right;
}



@media (max-width: 767px) {
    
    .leftBlock,.rightBlock {
        width:100%;
    }
    .contact-index-index .column:not(.sidebar-additional) .form.contact .field.comment .control,.contact-index-index .column:not(.sidebar-additional) .form.contact .control {
        max-width: 100%;
    }
    .rightBlock {
        margin: 2% 0 0 0;
    }
    .leftBlock {
        margin: 2% 0 0 0;
        margin-bottom: 7px;
    }
    .rightBlock td {
        display: block;
        padding: 0;
    }
}

@media (max-width: 1250px){
    .socialBlock h1, .socialBlock a {
        width: 25% !important;
    }.socialBlock a:last-child {
        width: unset !important;
    }
}

@media (min-width: 768px){
    .form.form-login #customer-email-fieldset .actions-toolbar {
        margin-left: 25.8%;
    }
}
