﻿/* Colors */
/*  FONTS   */
@font-face {
	font-family: 'GothamLight';
	src: url('/assets/fonts/GothamLight.eot');
	src: local('GothamLight'), url('/assets/fonts/GothamLight.woff') format('woff'), url('/assets/fonts/GothamLight.ttf') format('truetype');
}

@font-face {
	font-family: Gotham;
	src: url('/assets/fonts/GothamPro.eot');
	src: url("/assets/fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/GothamPro.woff2") format("woff2"), url("/assets/fonts/GothamPro.woff") format("woff"), url("/assets/fonts/GothamPro.ttf") format("truetype"), url("/assets/fonts/GothamPro.svg#Gotham-Bold") format("svg");
  
}
/*
@font-face {
    font-family: 'GothamBold';
    src: url('/assets/fonts/Gotham-Bold.eot');
    src: url('/assets/fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
        url('/assets/fonts/Gotham-Bold.woff2') format('woff2'),
        url('/assets/fonts/Gotham-Bold.woff') format('woff'),
        url('/assets/fonts/Gotham-Bold.ttf') format('truetype'),
        url('/assets/fonts/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}*/
/*@font-face {
  font-family: 'GothamLight';
  src: url("/assets/fonts/GothamV2/Gotham-Light.eot");
  src: url("/assets/fonts/GothamV2/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/GothamV2/Gotham-Light.woff2") format("woff2"), url("/assets/fonts/GothamV2/Gotham-Light.woff") format("woff"), url("/assets/fonts/GothamV2/Gotham-Light.ttf") format("truetype"), url("/assets/fonts/GothamV2/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}*/

@font-face {
  font-family: 'GothamBold';
  src: url("/assets/fonts/GothamV2/Gotham-Bold.eot");
  src: url("/assets/fonts/GothamV2/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/GothamV2/Gotham-Bold.woff2") format("woff2"), url("/assets/fonts/GothamV2/Gotham-Bold.woff") format("woff"), url("/assets/fonts/GothamV2/Gotham-Bold.ttf") format("truetype"), url("/assets/fonts/GothamV2/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  font-family: Gotham, 'GothamLight', 'Lato', sans-serif;
  /*font-family: 'Lato', sans-serif;*/
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  font-family: GothamBold;
}

p {
  font-size: 16px;
}

header .right-logos {
  float: right;
}

header .right-logos .a {
  float: left;
}

header .navbar {
  background: #d9ebc6;
}

header .navbar li a {
  color: #557740;
  text-transform: uppercase;
  font-size: 14px;
}

.nav-right {
  margin: 0;
}

.nav-right li {
  margin: 0 !important;
}

.nav-right li a {
  color: #fff !important;
}

.nav-right .basket-link img {
  max-width: 38px;
  max-height: 29px;
}

.nav-right .contact-link img {
  max-width: 22px;
  max-height: 29px;
}

footer {
  padding: 60px 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#517b3a+0,84c441+100 */
  background: #517b3a;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #517b3a 0%, #84c441 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #517b3a 0%, #84c441 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #517b3a 0%, #84c441 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#517b3a', endColorstr='#84c441',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

footer .footer-logo {
  margin-bottom: 60px;
}

footer .support {
  margin-bottom: 20px;
}

footer p, footer a, footer li, footer .foot-link li a {
  color: #fff;
  font-size: 19px;
}

footer .foot-link {
  margin-bottom: 0;
  border-bottom: 0;
}

footer .foot-link li {
  margin-right: 10px;
}

footer .foot-link li a {
  padding: 0;
}

footer .foot-link li span {
  margin-left: 10px;
}

.rights {
  background: #fff;
}

.rights .copyright p {
  font-size: 16px;
}

.light-green-bg {
  background: #a3cd7d;
}

.dark-green-bg {
  background: #6daf33;
}

.right-link {
  float: right;
  font-size: 16px;
  font-weight: normal;
  margin-top: 8px;
  vertical-align: middle;
  font-family: GothamLight;
}

.btn-brown {
  background: #3d1919;
  color: #fff;
}

.btn-tela-green {
  background: #6daf33;
  border: 1px solid #6daf33;
  color: #fff;
}

.btn-tela-green:hover {
  background: #a3cd7d;
  border: 1px solid #6daf33;
  color: #fff;
}

.btn-tela-clear {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-tela-clear:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

.btn-tela-green, .btn-tela-clear {
  border-radius: 0;
}

.heading {
  margin-bottom: 20px;
}

.heading h2 {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.4;
}

.g-table {
  border: 1px solid #ececec;
  margin-bottom: 6px;
}

.g-table tr {
  background: #fff;
  padding: 60px;
}

.g-table tr > td, .g-table tr th {
  font-size: 18px;
  padding: 15px 5px !important;
}

.g-table tr th {
  color: #557740;
}

.g-table tr th:first-child,
.g-table tr td:first-child {
  padding-left: 30px !important;
}

.g-table thead tr {
  background: #c0dea0;
}

.tbl-border {
  display: block;
  width: 100%;
  height: 6px;
  background: #c5da01;
}

.tbl-border.lgreen {
  background: #c5da01;
}

.tbl-border.purple {
  background: #db3990;
}

.tbl-border.teal {
  background: #48a4ac;
}

.pagination {
  text-align: right;
  margin-top: 15px;
  width: 100%;
}

.pagination ul {
  float: right;
}

.pagination ul li {
  display: inline-block;
  padding: 0;
  margin: 0;
}

.pagination ul li.active a {
  background: #6daf33;
}

.pagination ul a {
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 2px 10px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  height: auto;
  width: auto;
  display: inline-block;
}

.pagination ul a:hover {
  background: #6daf33;
  border: 1px solid #6daf33;
}

.intro {
  margin-top: 20px;
}

.feat-img {
  margin-bottom: 20px;
}

.user-info {
  background: #ececec;
  padding: 30px;
  margin-bottom: 20px;
}

.user-info .heading {
  margin: 0;
}

.user-info .heading h2 {
  margin: 0;
}

.user-info .address .edit-link {
  margin-left: 10px;
}

.user-info .registered-users .users-list {
  padding-left: 10px;
}

.user-info .registered-users .users-list h4 {
  font-size: 20px;
  font-family: GothamBold;
  margin-bottom: 2px;
  margin-top: 5px;
}

.user-info .registered-users .users-list p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.user-info .registered-users .users-list .divider {
  color: #a3cd7d;
  margin: 0 3px;
}

.user-info .registered-users .create-form .fields {
  float: left;
  width: 75%;
}

.user-info .registered-users .create-form .fields .form-control {
  color: #a3cd7d;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.user-info .registered-users .create-form .fields .names .form-control {
  width: 48%;
  margin-right: 1%;
  display: inline-block;
}

.user-info .registered-users .create-form .form-buttons {
  float: left;
  width: 25%;
  padding: 0 2px;
}

.user-details {
  background: #ececec;
  padding: 30px 30px;
  margin-bottom: 20px;
}

.user-details .u-name {
  font-size: 27px;
  margin: 0 auto 20px auto;
  font-family: GothamBold;
}

.user-details .text-details {
  padding: 0;
}

.user-details .text-details p {
  margin-bottom: 0;
  font-size: 17px;
}

.user-details .text-details p span {
  width: 80px;
  display: inline-block;
}

.user-details .text-details p strong {
  font-weight: 900;
}

.user-details .create-order {
  text-align: center;
}

.user-details .create-order .btn {
  font-weight: 900;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
  font-size: 20px;
}

.expiry-notice {
  margin-bottom: 20px;
  border: 1px solid #fd2016;
  padding: 20px;
  position: relative;
}

.expiry-notice h4 {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #fd2016;
}

.expiry-notice p {
  max-width: 75%;
  font-size: 16px;
}

.expiry-notice .fa {
  font-size: 45px;
  color: #fd2016;
  position: absolute;
  top: 20px;
  right: 30px;
}

.expiry-notice .lap-list li {
  padding: 7px 15px;
  background: #ffe5e6;
  margin-bottom: 5px;
  font-size: 18px;
  /*color: #fff;*/
}

.expiry-notice .lap-list li:after, .expiry-notice .lap-list li:before {
  content: '';
  display: block;
  clear: both;
  float: none;
}

.expiry-notice .lap-list li span, .expiry-notice .lap-list li a {
  /*color: #fff;*/
}

.expiry-notice .lap-list li .days {
  float: left;
  display: inline-block;
}

.expiry-notice .lap-list li .number {
  float: right;
  display: inline-block;
}

.help-box {
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 20px;
  position: relative;
  margin-top: 20px;
}

.help-box h4 {
  margin: 0 0 15px 0;
  font-weight: 700;
  color: #0e4c5e;
  font-family: GothamBold;
}

.help-box .fa {
  font-size: 45px;
  color: #0e4c5e;
  position: absolute;
  top: 20px;
  right: 30px;
}

.help-box ul {
  margin-left: 20px;
}

.help-box ul li {
  margin-bottom: 5px;
  font-size: 15px;
}

.sidebar-support-link-wrap {
  background: #f5f5f5 url("/assets/img/sidebar-support-bg.png") center center no-repeat;
  background-size: cover;
}

.sidebar-support-link-wrap .blue-grad {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(23, 85, 100, 0.55);
  /* opacity: 0.3; */
}

.sidebar-support-link-wrap h5 {
  font-size: 27px;
  color: #fff;
}

.sidebar-support-link-wrap .icon-hand {
  font-size: 30px;
  color: #fff;
}

.sidebar-support-link-wrap .position-center-center {
  text-align: center;
}

.product .border {
  display: block;
  width: 100%;
  height: 6px;
  /*border-bottom: 4px solid $title-bottom-border-green;*/
  background: #80bd41;
  margin-top: 3px;
}

.border.brdr-black {
  background: #000;
}

#featur .plus-icon-wrap {
  /*background: $plus-icon-bg;*/
}

#featur .plus-icon-wrap .icon-plus {
  color: #029ee0;
  position: absolute;
  top: 9px;
  right: 9px;
  /*font-size: 50px;*/
  border-radius: 0;
  width: 45px;
  height: 45px;
}

.support-link-blocks .link-block-item {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
}

.support-link-blocks .link-block-item > img {
  position: absolute;
  top: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.support-link-blocks .link-block-item .background {
  height: 100%;
  position: relative;
}

.support-link-blocks .link-block-item .link-text {
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.32);*/
  background: rgba(23, 85, 100, 0.6);
}

.support-link-blocks .link-block-item .link-text h3 {
  text-align: center;
  top: 50%;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 0 11%;
  font-size: 23px;
  font-family: GothamBold, 'Lato', sans-serif;
  color: #fff;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.support-link-blocks .link-block-item .link-text h3 a {
  color: #fff;
  font-family: inherit;
}

/*  Downloads Page  */
.downloads {
  padding: 30px;
  margin-bottom: 30px;
}

.documents-grid .product article img {
  width: auto;
  margin: 20px auto;
  display: inline-block;
}

.documents-grid .product .img-wrapper {
  text-align: center;
}

.documents-grid .product {
  margin-bottom: 15px;
}

.documents-grid .file-name {
  padding: 5px;
}

.documents-grid .file-name .f-name {
  display: inline-block;
  width: 80%;
  float: left;
  font-size: 16px;
}

.documents-grid .file-name .download-icon {
  display: inline-block;
  width: 20%;
  font-size: 30px;
  text-align: right;
}

.purchase-list .exp-soon {
  color: #fd2016;
}

.asset-register-tbl .prod {
  font-weight: 900;
  font-family: GothamBold;
  max-width: 174px;
  display: inline-block;
}

.asset-register-tbl .schemev, .asset-register-tbl .user {
  max-width: 100px;
}

.dropdowns {
  margin-bottom: 20px;
}

.dropdowns form select.form-control {
  width: 140px;
  border-radius: 0;
  margin-right: 10px;
}

.dropdowns.sort-ddowns {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 0;
}

.elgblty-n-basket {
  margin-top: 30px;
}

.product-grid {
  margin-top: 40px;
}

.product-grid .product {
  font-size: 16px;
  margin-bottom: 30px;
}

.product-grid .product .tag {
  color: #a3cd7d;
  font-size: 17px;
}

.product-grid .product .tittle {
  color: #000;
  font-weight: bold;
  font-family: GothamBold;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

.product-grid .product p {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.product-grid .product select {
  width: auto;
  border-radius: 0;
  margin-bottom: 10px;
}

.product-grid .product label {
  display: inline-block;
  margin-right: 5px;
}

.product-grid .product .price-n-add-to-cart label, .product-grid .product .price-n-add-to-cart input, .product-grid .product .price-n-add-to-cart button {
  float: left;
}

.product-grid .product .price-n-add-to-cart input {
  max-width: 80px;
}

.product-grid .product .price-n-add-to-cart .add-to-cart-price {
  padding-top: 8px;
  display: inline-block;
  float: left;
}

.product-grid .product .price-n-add-to-cart button {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
}

.prod-filters {
  margin: 20px 0;
  font-size: 16px;
}

.prod-filters span, .prod-filters label {
  vertical-align: middle;
}

.prod-filters .fltr-border {
  border-bottom: 1px solid #ccc;
  margin-top: 10px;
  position: relative;
}

.prod-filters .fltr-border .g-border {
  border-top: 3px solid #6daf33;
  display: inline-block;
  width: 103px;
  position: absolute;
  top: -3px;
}

.prod-filters .brndfltr {
  /*border-bottom: 3px solid $menu-bg-darkestgreen;*/
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}

.prod-filters .brnd-list {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
}

.prod-filters .brnd-list label {
  display: inline-block;
  margin-right: 5px;
}

.prod-filters .fltr-btns {
  display: inline-block;
}

.prod-filters select {
  border-radius: 0;
}

.basket {
  border: 2px solid #eee;
  padding: 10px;
}

.basket .lap-list {
  margin-bottom: 20px;
}

.basket .lap-list li {
  display: block;
  background: #ececec;
  padding: 5px 10px;
  margin-bottom: 5px;
}

.basket .lap-list span {
  margin-right: 7px;
  font-size: 16px;
}

.basket .lap-list span:last-child {
  margin-right: 0;
}

.basket .lap-list .b-prod strong {
  font-weight: bold;
}

.basket .totals {
  margin-bottom: 15px;
}

.basket .totals span {
  display: inline-block;
  width: 48%;
  float: left;
}

.basket .totals .rightlabel {
  text-align: right;
}

.basket .buttons .checkout-button {
  float: right;
}

/*#wrap {
    width: 100%;
    height: 100%;
}*/
#login-section {
  width: 100%;
  height: 100%;
  background: url("/assets/img/login/bg.png") center center no-repeat;
  background-size: cover;
}

#login-section .logo-wrapper {
  position: absolute;
  background: transparent;
  /*top: 20px;*/
  padding: 20px;
  width: 100%;
}

#login-section .logo-wrapper .dash {
  float: right;
}

#login-section .login-form {
  background: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

#login-section .login-form .container, #login-section .login-form .row, #login-section .login-form section {
  background: transparent;
}

#login-section .login-form .form-logo {
  margin-bottom: 20px;
}

#login-section .login-form #login-form {
  max-width: 252px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#login-section .login-form #login-form .form-control {
  width: 100%;
  border-radius: 0;
  font-family: GothamLight;
}

#login-section .login-form #login-form .btn-tela-green {
  display: block;
  width: 100%;
}

#login-section .login-form .fpass a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#login-section #register-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding: 15px 0;
}

#login-section #register-footer p {
  margin-bottom: 0;
  color: #336600;
  font-size: 15px;
}

#login-section #register-footer p span {
  display: inline-block;
  margin-right: 20px;
}

#login-section #register-footer p .btn {
  border-color: #336600;
  color: #336600;
}

@media screen and (min-width: 1200px) {
  header .navbar li a {
    padding: 18px 18px;
    line-height: 34px;
  }
}

@media all and (max-width: 767px) {
  header .logo {
    text-align: center;
    margin-bottom: 20px;
    /*float: none;*/
    position: relative;
  }
  header .right-logos {
    float: none;
    display: block;
    text-align: center;
  }
  header .navbar {
    margin-top: 20px;
  }
  .navbar-toggle {
    position: relative;
    top: 0;
    right: 15px;
    color: #fff;
    background: #70a53f;
  }
  header .nav {
    margin-top: 20px;
  }
}

@media all and (max-width: 480px) {
  header .logo {
    text-align: center;
    margin-bottom: 20px;
    float: none;
    position: relative;
  }
  header .right-logos {
    float: none;
    display: block;
    text-align: center;
  }
  header .navbar {
    margin-top: 20px;
  }
  .navbar-toggle {
    position: relative;
    top: 0;
    right: 15px;
    color: #fff;
    background: #70a53f;
  }
  header .nav {
    margin-top: 20px;
  }
}

/*  School pages    */
/*  Added by G on 3 January 2018    */
header .navbar li a:before {
  display: none;
  z-index: -9;
}

header .navbar #nav-open-btn li a {
  vertical-align: middle;
}

header .navbar #nav-open-btn li:hover > a,
header .navbar #nav-open-btn li.active > a,
header .navbar #nav-open-btn li:active > a {
  background: #0077b2;
  color:white;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.sidebar-support-link-wrap.alt-link {
  background: transparent;
  background-size: cover;
  min-height: 0;
  margin-bottom: 20px;
}

.sidebar-support-link-wrap.alt-link img {
  width: 100%;
}

.btn {
  overflow: initial;
}

.support-link-blocks .link-block-item .link-text h3 a {
  display: block;
}

.tela-form .form-control {
  width: 100%;
  border-radius: 0;
  font-family: GothamLight;
}

.shopping-cart .cart-item {
  /*border-bottom: 6px solid #fff;*/
  /*background: #e8e8e8;*/
}

.shopping-cart .totalprice {
  width: 270px;
}

.shopping-cart .cost-lbl, .shopping-cart .display-price {
  display: inline-block;
  width: 85px;
  float: left;
}

.shopping-cart .display-price {
  float: left;
  border: 1px solid #ccc;
  background: #dcdcdc;
  padding: 10px 0;
}

.shopping-cart .remove {
  display: inline-block;
  margin-top: 10px;
}

.shopping-cart .view-bag {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.shopping-cart .view-bag a {
  border-bottom: 2px dotted #d9ebc6;
  display: inline-block;
  padding-bottom: 3px;
}

.shopping-cart p {
  max-width: 100%;
}

.shopping-cart .media {
  width: 100%;
  max-width: none;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding: 10px 0;
}

.shopping-cart .promo {
  padding: 15px 30px;
  /*&:before, &:after {
        content: ' ';
        display: block;
    }*/
}

.delivery {
  margin: 20px 0;
  margin-top: 50px;
  border: 1px solid #e8e8e8;
  border-left: none;
  border-right: none;
  padding: 30px 0;
}

.delivery h4 {
  font-size: 25px;
  font-family: GothamBold;
  color: #333;
  margin: 0;
}

.delivery .delivery-section label {
  width: auto;
  color: #555;
}

.delivery .reference-number label {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: 6px;
}

.delivery .reference-number input {
  width: 50%;
  float: left;
}

.pro-btn .btn {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.bag-options label {
  margin-right: 10px;
  vertical-align: middle;
}

.bag-options input[type=radio] {
  vertical-align: sub;
}

@media screen and (min-width: 991px) {
  #featur .brand-item {
    width: 20%;
    padding: 8px;
  }
}

.select-bags-popup .popup-content {
  background: #fff;
  /*width: 400px;*/
  margin: 0 auto;
  top: 15%;
  position: relative;
  padding: 15px;
}

.select-bags-popup .bags-qty {
  margin-top: 10px;
}

/*  Print friendly version color-profile product page   */
@media print {
  a[href]:after {
    content: '';
  }
  .create-order-page .prod-filters, .create-order-page .elgblty-n-basket, .create-order-page .fancybox.secondary-imgs, .create-order-page .productform {
    display: none;
  }
  .create-order-page #productList {
    height: auto !important;
  }
  .create-order-page #productList:after, .create-order-page #productList:before {
    content: ' ';
    clear: both;
    display: block;
  }
  .create-order-page .product {
    float: none;
    clear: both;
    width: 100%;
    margin-bottom: 10px !important;
    /*float: left;*/
  }
  .create-order-page .product:after, .create-order-page .product:before {
    content: ' ';
    clear: both;
    display: block;
  }
  .create-order-page .product .p-imgs {
    float: left;
    width: 25%;
    margin-right: 2.5%;
  }
  .create-order-page .product .p-desc {
    float: left;
    width: 70%;
  }
  .create-order-page .product .p-desc .tittle {
    /*margin-bottom: 5px;*/
    min-height: 0 !important;
  }
  .create-order-page .product article {
    height: auto !important;
  }
  .create-order-page .product:nth-child(2n + 1) {
    clear: both;
  }
  .support-link-blocks, footer, .cd-top {
    display: none;
  }
  .rights {
    /*padding: 0;*/
  }
}

/*# sourceMappingURL=main.css.map */