@media (min-width: 1061px) {

    /* Goes in: */
    /* templates\giftdog\css\desktop.css */

  /* ****************** */
  /* *** GROSS HTML *** */
  /* ****************** */

  body {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
	  margin: 0;
  }
  form {
      margin: 0;
  }
  
  /* Hide Mobile Home Page */
  .HPMLayout {
    display: none;
  }
  .HPDLayout{
	width: 100%; margin: auto;min-width: 1061px; max-width: 1500px;
  }

  /* ******************************** */
  /* *** TOP LEVEL PAGE STRUCTURE *** */
  /* ******************************** */

  .header_bar {
      background: #e9e9e9;
      width: 100%;
      display: block;
  }
  .mid_bar {
      flex: 1;
  }
  .footer_bar {
    background: #e9e9e9;
    width: 100%;
    display: block;
    margin-top: 40px;
  }

  /* ***************** */
  /* *** TOPBANNER *** */
  /* ***************** */

  .topbanner_div {
      width: 90%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin: 0 auto;
      min-width: 1024px;
      position: relative;
      height: 110px;
  }
.topbanner_left {
    width: 300px;
    height: 150px;
    background: url(/templates/giftdog/images/businessdog.png) no-repeat;
        background-size: auto;
    background-size: contain;
  	margin-left: 5px;
}
  .topbanner_mid {
      flex: 1;
      width: 100%;
  }
  .topbanner_right {
      flex: 0;
      min-width: 275px;
      width: 100%;
  }
.logo {
	width: 299px;
	height: 116px;
    display: block;
}
.topbanner_mid .layout {
    width: 100%;
    float: left;
    margin-top: 5px;
    margin-left: 10px;
}
  .topbanner_right .layout {
      width: 100%;
      float: right;
  }
  
  .image-title {

    position: relative;
    bottom: 10px;

}
  
  
  
  
  /* SEARCH */
  .FlexibleSearchInput {
      width: 200px !important;
  }
  .FlexibleSearchButton,.FlexibleSearchButton:hover {
      border-radius: 0 !important;
      background: #324635 !important;
      border: 1px solid #324635;
      font-family: montserrat;
      margin-left: 5px !important;
  }
  .FlexibleSearchButton:active {
      background: #7fb287;
      color: #000;
  }
  div#FlexibleSearch button.FlexibleSearchButton::before{
      display: none;
  }
  #FlexibleSearch {
      padding: 20px 30px;
  }
  /* TB MENU */
  #menucontrol, #filtercontrol { display: none; }
  
  .topbanner_mid ul#nav {
    margin-left: 15px;
    display: block !important;
    margin-top: 55px;
  }
  .topbanner_mid ul#nav li {
      line-height: 18px;
      float: left;
      padding: 0 6px;
      position: relative;
      font-weight: bold;
  }
/*  .nav > li > a {
      font-family: 'Amatic SC';
  } */
  
 
  .top-mid_menu a {
      padding: 10px;
  }
  
.topbanner_mid  ul#nav li::after {
    content: "/";
    position: absolute;
    right: -3px;
    top: 10px;
    color: #000;
  }
  
.topbanner_mid  ul#nav li:last-child::after {
    content: "";
}
  

  /* TB-RIGHT BUTTONS */
  .topbanner_right ul.nav {
      overflow: auto;
      float: right;
      margin: 0 !important;
  }
  .topbanner_right ul.nav li {
      width: 90px;
      float: left;
      text-align: center;
      position: relative;
      margin-top: 0px;
  }

  .topbanner_right .nav > li > a:hover {

    opacity: 0.5;
    filter: none;

}
  
  
  .nav > li > a:hover, .nav > li > a:focus {
    background: none;
}
  
  .nav > li > a > img {
    height: 60px;
    margin: 27px 4px 0px 0px; }
  
  /*.nav > li > a:hover > img { opacity: 0.7; }*/
  
  #FlexibleVM3Cart .flexible_cart_icon {
      cursor: pointer !important;
      width: 0px !important;
      height: 0px !important;
      display: block !important;
      position: absolute !important;
      z-index: 800 !important;
      background-size: auto 100% !important;
      background-repeat: no-repeat !important;
      background-position: center center !important;
      right: -225px !important;
      background-image: none !important;
  }
  #FlexibleVM3Cart { position: absolute !important; }
  #FlexibleVM3Cart .flexibleNumber {
      top: 53px !important;
      right: -17px !important;
      background: none repeat scroll 0 0 #3076a0 !important;
	  border: none !important;
	  box-shadow: 1px 1px rgba(0,0,0,0.2) !important;
	  height: 22px !important;
	  line-height: 20px !important;
	  width: 27px !important;
  }
  .grecaptcha-badge {
      z-index: 2;
  }
  .main {
      flex:1 ;
  }

  /* *********** */
  /* *** MID *** */
  /* *********** */

  
  .frontbannermobile { display: none;}

  /* ****************** */
  /* *** ABOVE MAIN *** */
  /* ****************** */

  .above_main {
      width: 90%;
      margin: 0 auto;
      min-width: 1024px;
      position: relative;
  }
  
  
  /* SHOP BY MENU */
  
.shopby * {

    padding: 15px 10px 15px 2px;
    float: left;
    font-size: 2rem !important;
    font-weight: normal;

}
  .customfieldmenu {
      float: left;
  }
  
  .shopbyheader h3 {
    color: black;
    text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
  }
  
  #ShopByDepartment {
      font-size: large;
      font-weight: bold;
      cursor: pointer;
  }
  #ShopByDepartment:hover {
      color: #333;
      text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  }
  .deptclosed #ShopByDepartment::before {
      content: "\2630";
      padding: 0 10px;
      font-size: medium;
  }
  .deptopen #ShopByDepartment::before {
      content: "\2716";
      padding: 0 10px;
      font-size: medium;
  }
.cfm_parent {

    transition: 0.5s;
    display: inline-block;
    list-style: none;
    margin: 28px 10px 20px 0;
    position: relative;
    z-index: 999;

}
.cfm_parent > li > a {
    background: #324635;
    padding: 5px 20px;
    cursor: default;
    color: #fff;
}
.cfm_parent > li > div > span {
    background: #7fb287;
    padding: 5px 20px;
    cursor: default;
    color: #fff;
}
  .cfm_parent > li > a {
  text-decoration: none;
  }
  .cfm_parent > li > a:hover {
	background: #000;
  }
.cfm_child {
    position: absolute;
    list-style: none;
    background: rgba(255,255,255,0.9);
    margin: 5px 0;
    width: 100%;
    font-size: small;
    display: none;
    border: 1px solid #4A556B;
    box-sizing: border-box;
}
  .cfm_parent:hover .cfm_child {
      display: block;
  }
  .cfm_child a {
      padding: 5px 10px;
      background: rgba(255,255,255,0.5);
      display: block;
      color: #000;
  }
  



  /* *************** */
  /* *** SIDEBAR *** */
  /* *************** */

.sidebar {
    width: 0px;
}

  .cf_flt_header {
      padding: 0 !important;
  }
  .cf_wrapp_all {
      padding-right: 20px;
  }
  .cf_filters_list {
      margin-left: 0;
  }
  .cf_filters_list li {
      line-height: 1.5 !important;
  }
  .cf_filters_list li .cf_option {
      text-decoration: none;
      color: #4e4c44;
      position: relative;
      top: 1px;
  }
  .cf_option.cf_disabled_opt {
      font-style: italic;
      color: #ccc !important;
  }
  .cf_wrapper_inner {
      max-height: 236px !important;
      overflow: auto !important;
  }
  .cf_flt {
      margin: 0 !important;
  }
  .headexpand {
      position: relative;
      top: 8px;
  }
  .page_content {
      width: 90%;
      margin: 0 auto;
      min-width: 1024px;
  }

  /* ************ */
  /* *** MAIN *** */
  /* ************ */

  /* FRONT PAGE NOTICES LAYOUT */
  
  .fp_mobile { display: none; }
  .gd_blurb_mobile { display: none; }
  .gd_blurb_desktop { display: contents; }
  .topbanner_mid .cfm_parent { display: none;}
  
  .fp_desktop {
      position: relative;
      height: 0;
      padding-bottom: 100%;
  }
  .layoutgrid {
      width: 100%;
      height: 100%;
      position: absolute;
      margin: 0px;
  }
  .layoutblock {
      position: absolute;
  }
  .width1 {
      width: 15%;
  }
  .width2 {
      width: 32%;
  }
  .width3 {
      width: 49%;
  }
  .width4 {
      width: 66%;
  }
  .width5 {
      width: 83%;
  }
  .width6 {
      width: 100%;
  }
  .height1 {
      height: 15%;
  }
  .height2 {
      height: 32%;
  }
  .height3 {
      height: 49%;
  }
  .height4 {
      height: 66%;
  }
  .height5 {
      height: 83%;
  }
  .height6 {
      height: 100%;
  }
  .top1 {
      top: 0;
  }
  .top2 {
      top: 17%;
  }
  .top3 {
      top: 34%;
  }
  .top4 {
      top: 51%;
  }
  .top5 {
      top: 68%;
  }
  .top6 {
      top: 85%;
  }
  .left1 {
      left: 0;
  }
  .left2 {
      left: 17%;
  }
  .left3 {
      left: 34%;
  }
  .left4 {
      left: 51%;
  }
  .left5 {
      left: 68%;
  }
  .left6 {
      left: 85%;
  }
  .contentblock {
      width: 100%;
      height: 100%;
      display: table;
      background-size: cover;
      background-position: 50%;
      background-repeat: no-repeat;
  }
  .mainheading_L {
      font-size: 40px;
      font-weight: bold;
      padding: 10px;
      line-height: 0.8;
  }
  .mainheading_M {
      font-size: 32px;
      font-weight: bold;
      padding: 10px;
      line-height: 0.8;
  }
  .mainheading_S {
      font-size: 24px;
      font-weight: bold;
      padding: 10px;
      line-height: 0.8;
  }
  .subheading_L {
      font-size: 20px;
      padding: 0 0 10px 0;
  }
  .subheading_M {
      font-size: 18px;
      padding: 0 0 10px 0;
  }
  .subheading_S {
      font-size: 16px;
  }
  .whiteoverlay {
      background: rgba(255,255,255,0.75) !important;
      color: #000 !important;
  }
  .blackoverlay {
      background: rgba(0,0,0,0.75) !important;
      color: #fff !important;
  }
  .nooverlay {
      background: transparent;
      color: #4A556B;
  }
  .topheadings {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center;
      width: 100%;
  }
  .bottomheadings {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
  }
  .leftheadings {
      text-align: left;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
  }
  .rightheadings {
      text-align: right;
      width: 100%;
      display: table-cell;
      vertical-align: middle;
  }
  .topheadings div, .bottomheadings div, .leftheadings div, .rightheadings div {
      padding: 0 10px;
  }
  /* ACCOUNT MAINTENACE PAGES */
  .loginform_loginbutton {
      clear: both;
  }
  .loginform_password {
      float: right;
      width: 49%;
  }
  .loginform_username {
      float: left;
      width: 49%;
  }
  .FlexibleLoginBox {
      margin: 20px 40px;
      padding-bottom: 40px;
  }
  
.value {
    width: 600px;
    float: left;
    margin-left: 20px;
}

.key {
    width: 120px;
    float: left;
    padding-top: 5px;
    text-align: right;
    white-space: nowrap;
}
  
  
  #defaultprotop {
    box-shadow: none !important;
    padding: 0px;
  }
  
  #jform_captcha {
    float: left;
    padding: 20px 0 40px 150px;
}

.buttonBar {
    float: left;
    padding: 20px 0 0 529px;
}
  
  
  #logoutform_logoutbutton {
      float: left !important;
  }
  #loginform_accountdetails #ui-tabs ul#tabs {
      /*display: none;*/
  }
  #loginform_accountdetails #tab-1 {
      overflow: initial !important;
  }
  #adminForm #ui-tabs #tab-1 .row {
      width: 40%;
      float: left;
      margin: 0 5% !important;
  }
  #adminForm #ui-tabs #tab-1 .row .key {
      float: left;
      width: 30%;
  }
  #vmMainPageOPC .continue_link,.form-validate button.validate,#adminForm #ui-tabs #tab-1 .buttonBar .button {
      background: #3e8fbc !important;
      display: inline-block !important;
      height: 36px !important;
      line-height: 36px !important;
      margin: 0 !important;
      padding: 0 25px !important;
      color: #fff !important;
      text-decoration: none !important;
      font-size: 13px !important;
      border-radius: 3px !important;
      border: none !important;
      box-shadow: 1px 1px 2px #CDCDCD !important;
      text-transform: uppercase !important;
      width: auto !important;
      margin-right: 3px !important;
  }
  #vmMainPageOPC .continue_link:hover {
      background: #333 !important;
  }
  
  div#vmMainPageOPC a.deletebtn, div#vmMainPageOPC a.deletebtn:hover {
    width: 16px !important;
    height: 16px !important;
}
  
  
  div#vmMainPageOPC .inputbox_update { text-align: center; }
  
  
  #adminForm #ui-tabs #tab-1 .buttonBar {
      margin: 40px;
      position: relative;
      top: 40px;
  }
  #loginform_accountdetails h2 {
      margin-left: 60px;
  }
  .form-validate fieldset p {
      border: 1px solid #666;
      padding: 10px;
      width: 50%;
      margin: 40px;
  }
  .product_instructions {
      float: left;
  }
  .page_content {
      display: flex;
  }
  #adminForm .row {
      margin: 0 !important;
  }
  .main_div {
      float: left;
  }
  .hidden-phone {
      margin: 4px 0 !important;
  }
  
  /*
  .pricebreaks {
	text-align: center;
	width: 40%;
	margin-top: 32px;
  }
  .pricebreaks td {
	padding: 5px 0;
	border: 1px solid #000;
  }
  .pricebreaks th {
	background: #e9e9e9;
	color: #595959;
	border: 1px solid #000;
  }
  */
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* CATEGORY */
  .priceblock .PricepriceWithoutTax {
      font-size: initial;
  }
  div#bottom-pagination {
      float: right !important;
  }
  .FlexibleBrowseThumbProductInner2:hover a {
      color: #000;
  }
  .categoryTitleTop {
      display: none;
  }

  .FlexibleBrowseThumbProductInner2 {
      box-shadow: none;
      padding: 0;
      overflow: hidden;
      position: relative;
  }
  .FlexibleThumbBrowseV1Pic {
      margin: 0;
  }
  .FlexibleThumbBrowseV1Pic a {
      display: table-cell;
      vertical-align: middle;
      position: relative;
      z-index: 99;
  }
  .FlexibleThumbBrowseV1Pic a img {
      width: 250px;
      height: 250px;
      margin: 5px;
      box-shadow: 3px 3px 3px rgba(0,0,0,0.35);
  }
  #FlexibleBrowseThumbRow:hover .FlexibleThumbBrowseV1Pic a img {
      box-shadow: 3px 3px 3px rgba(0,0,0,0.65);
  }
  
  #FlexibleBrowseThumbRow:hover .priceblock span { color: #000 !important; transition: 0.5s; }
  
  
  .FlexibleBrowseProductName a.FlexibleBrowseProductNameLink {
      text-transform: none;
	  width: 250px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  overflow: hidden;
      text-align: left;
      font-size: small;
  }
  div.FlexibleProductHoverShadowButtons .FlexibleProductHoverShadowQUICK {
      margin: 0 !important;
  }
  .FlexibleBrowseThumbProductInner2:hover .FlexibleBrowseProductName, .FlexibleBrowseThumbProductInner2:hover .FlexibleBrowseProductName a {
      background: transparent;
      transition: 0.5s;
  }
  /*.FlexibleBrowseProductName {
      display: table;
      width: 246px;
      position: absolute;
      top: 0px;
      z-index: 99;
      border-radius: 18px 18px 0 0;
      height: 40px;
      line-height: 1.2;
      text-shadow: 0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff,0 0 2px #fff;
  }*/
  .FlexibleBrowseProductName:hover {
      background: transparent;
  }
  .FlexibleBrowseProductName a {
      padding: 0 5px;
      background: rgba(0,0,0,0);
      transition: all .25s ease-out;
  }
  .FlexibleThumbBrowseV1Pic img {
      border: none;
  }
  /*.priceblock {
      float: right !important;
      margin: 0 !important;
      padding: 0;
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 99;
  }*/
  .priceblock * {
      padding: 0 !important;
      margin: 0 !important;
  }
.priceblock span {
    float: left;
    padding: 0 2px !important;
    line-height: 1 !important;
    font-weight: bold;
}  
  .chzn-container {
      font-size: 1.6rem;
  }
  .FlexibleBrowseThumbProductInner2:hover .priceblock {
      transition: 0.5s;
  }
  .pricerange div {
      display: none;
  }
  .fromprice {
      display: inline;
  }
  #MultiView ul.FlexibleBrowseAdditionalImages {
      display: none;
  }
  .fromprice .PricepriceWithoutTax, .fromprice .PricesalesPrice {
      float: left !important;
  }
  .from {
      float: left;
      padding: 0 5px !important;
      font-size: 16px;
  }
  div#bottom-pagination ul li a,div#bottom-pagination ul li span {
      background: none;
      border: 0;
      box-shadow: none;
  }
  .pagenav {
      border: 0;
  }
  div#bottom-pagination ul li a:hover {
      border: none;
      background: none;
      color: #999;
      text-decoration: none;
  }
  div#bottom-pagination ul li a {
      border: none;
  }
  .vm-pagination span {
      display: none;
  }
  /* PRODUCT DETAILS */
  .product-field.product-field-type-C .product-field-display {
      overflow: visible;
      /*padding-right: 10px;*/
  }
  .FlexibleProductDetailProductName {
      text-transform: none;
      font-weight: bold;
      /* margin-bottom: 20px; */
      color: #324635;
  }
  .proddetails_quicklook .FlexibleProductDetailProductName {
      color: #333;
      font-size: 16px;
      line-height: 2;
      font-weight: bold;
      text-transform: none;
  }
  
  
  
  
  
/*  .proddetails_quicklook .FlexibleProductDetailShareWindow,.proddetails_quicklook #vmFlyPageBottom,.proddetails_quicklook .product-fields-title {
      display: none !important;
  } */
  
  
 /* 
.product-field-type-C .chzn-drop, .chzn-container {
    max-width: 348px;
}
 */
  
  
  
  .proddetails_quicklook .width40, .proddetails_quicklook .width60 {
      width: 50% !important;
  }
  /*
  .FlexibleSpacerBuyArea div.PricesalesPrice span.PricesalesPrice,.proddetails_quicklook div.PricesalesPrice span.PricesalesPrice,.FlexibleSpacerBuyArea div.PricepriceWithoutTax span.PricepriceWithoutTax,.proddetails_quicklook div.PricepriceWithoutTax span.PricepriceWithoutTax{
      font-size: 24px;
      color: #666;
      font-weight: bold;
  }
  */
  .FlexibleBrowseThumbProductInner {
      height: 350px;
  }
  /*div.FlexibleProductHoverShadow {
      width: 100%;
      height: 230px;
      top: 0;
  }*/
  div.FlexibleProductHoverShadowButtons {
      background: transparent;
      width: 100%;
      height: 210px;
      top: 0;
      left: 0;
      margin: 0;
      padding: 0;
  }
  a.FlexibleProductHoverShadowQUICK.font2.flexibleModal {
      width: 100% !important;
      height: 230px;
      line-height: 200px;
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      background: rgba(0,0,0,0.5);
  }
  a.FlexibleProductHoverShadowQUICK.font2.flexibleModal::after {
      content: ".";
      display: block;
      position: absolute;
      top: 24px;
      text-align: center;
      width: 100%;
      background-image: url(https://www.quotesonthings.com../images/search.png);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: 30px;
      color: transparent;
      filter: invert(100%);
  }
  div.FlexibleProductHoverShadowButtons .FlexibleProductHoverShadowQUICK:hover {
      opacity: 1 !important;
  }
  ul#FlexibleAdditionalGallery li a:link,ul#FlexibleAdditionalGallery li a:visited {
      background: #fff;
      border: 0;
  }
  ul#FlexibleAdditionalGallery li a.hover,ul#FlexibleAdditionalGallery li a.active {
      background: #ccc;
      border: 0;
  }
  span.quantity-box {
      margin-left: 35px;
  }
  .qtyctrls {
      display: inline-block;
      position: relative;
  }
  .addtocart-button {
      font-family: montserrat;
  }
  .addtocart-button:hover {
      background: #4ED998;
      color: #fff;
  }
  .quantity-controls {
      margin: 0 !important;
      padding: 0 !important;
      box-shadow: none;
      background: red;
      position: absolute !important;
      top: 0;
      left: 0;
  }
  .quantity-controls {
      margin: 0 !important;
      padding: 0 !important;
      box-shadow: none;
  }
  .quantity-controls.quantity-plus {
      top: 2px;
      left: 10px;
  }
  .quantity-controls.quantity-minus {
      top: 22px;
      left: 10px;
  }
  #defaultprotop #FlexibleDetailsLeft {
      background: none;
  }
  .ThinBorder {
      display: none;
  }
  
  .addtocart-area {
    width: 100%;
    float: left;
}
  
  #FlexibleProductDetailsPage .product-fields {
    margin-bottom: 0 !important;
}
  
  
  
  .product-fields .product-field-type-C .product-fields-title {
    display: none !important;
  }
   
  .vm-cmv-label {
      font-size: 16px;
      font-weight: bold;
      clear: both !important;
      float: none !important;
  }
  
  
/*  #vmFlyPageBottom, .vmFlyPageBottom {
      display: none !important;
  } */
  
#vmFlyPageBottom {
	margin: 35px auto;
	width: 80vw;
}

.vmFlyPageBottom .product-related-products img {
	margin: 0 0;
	max-width: 96%;
}

.vmFlyPageBottom .product-related-products .product-field {
	text-align: left;
	width: 213px;
	float: none;
}

.vmFlyPageBottom .product-price {
	text-align: left;
}

.vmFlyPageBottom .vm-product-media-container {
	margin-bottom: 1px;
}


.vmFlyPageBottom .product-related-products {
	white-space: nowrap;
    margin: 5px;
}


.vmFlyPageBottom .tabcontent-container {
	overflow-y: hidden !important;
	height: 335px !important;
    border-top: #ccc 1px solid;
	box-shadow: none !important;
}


.vmFlyPageBottom .vm-product-media-container {
	text-align: left;
} 

.vmFlyPageBottom .product-field .product-field-desc {
	display: none;
}
  
.vmFlyPageBottom #relatedProducts .product-fields-title-wrapper {
	display: block;
}  
  
.vmFlyPageBottom span.product-fields-title {
    border-bottom: none !important;
}

  
.product-related-products .product-field-type-R a {
    width: 175px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    line-height: 5rem;
}
  
  
  
  
  
  
  
  
  #bottom-pagination .FlexiblePagination {
      margin: 0;
  }
  .FlexibleNeighboursNavigation {
      display: none;
  }
  .FlexibleFlexibleZoomWindowContainer .FlexibleZoomWindow {
      box-shadow: none !important;
      -moz-box-shadow: none !important;
      -webkit-box-shadow: none !important;
      border: 1px solid #4A556B !important;
  }
  .quotesprodlink, .quotesprodcarousel {
      display: none;
  }
  .product-fields .product-fields-title {
      border: 0 !important;
  }
  .product-fields .product-field-type-E .product-fields-title{
      float: left;
      width: 120px;
      /*padding-top: 15px;*/
  }
  .product-fields .product-field-type-S .product-fields-title{
      float: left;
      width: 120px;
  }
  .product-fields .product-field-type-E .product-field-display, .product-fields .product-field-type-E .product-field-desc,.product-fields .product-field-type-S .product-field-display, .product-fields .product-field-type-S .product-field-desc{
      float: left;
      width: 460px;
      margin: 0 !important;
  }
  .product-fields .product-field-type-S {
      padding-top: 15px;
  }
  div.product-field.product-field-type-S.custom-custom_colour span.product-field-desc {
      margin-left: 120px !important;
  }
  #FlexibleProductDetailsPage .product-fields .product-field {
      margin: 0;
      padding-left: 0px;
  }
  .custom-custom_text .vmcustom-textinput {
      margin: 0 !important;
      width: 420px !important;
      height: 60px !important;
      font-size: 48px !important;
      padding: 20px !important;
  }
  ul#FlexibleAdditionalGallery {
      display: block;
      margin: 20px 0;
      overflow: hidden;
      width: 80%;
      margin-left: 10% !important;
  }
  ul#FlexibleAdditionalGallery li {
      display: inline;
      margin: 0 10px !important;
  }
  ul#FlexibleAdditionalGallery li a {
      font-size: inherit;
  }
  ul#FlexibleAdditionalGallery li a div {
      width: 100px;
      height: 100px;
      border-radius: 20px;
      background-position: 50% 50% !important;
      background-size: 75% !important;
      background-repeat: no-repeat !important;
      float: left;
      margin: 0 5px;
      border: 2px solid #ccc;
  }
  #additionalImagesNoScroll {
      position: relative;
  }
  .slick-prev::before, .slick-next::before {
    color: #fff !important;
    font-weight: bold;
    background: #b58e31;
    border-radius: 17px;
    width: 13px;
    display: block;
  }
  .slick-prev::before {
    padding: 1px 5px 5px 4px;
  } 
  .slick-next::before {
    padding: 1px 4px 5px 5px;
  }   
  
  .slick-prev {
      left: 0 !important;
  }
  .slick-next {
      right: 0 !important;
  }
  
  
.addtocart-bar {
  /* display: none; */
}
  
  
  
  /* CART / CHECKOUT */
  #cc_expire_month_1 {
      width: 110px !important;
  }
  #cc_expire_year_1 {
      width: 100px !important;
  }
  #vmMainPageOPC input#confirmbtn.buttonopc {
      background: #4ED998 !important;
  }
  #vmMainPageOPC input#confirmbtn.buttonopc:hover {
      background: #000 !important;
  }
  div#vmMainPageOPC div#basket_container div.op_basket_row #tt_total_basket{
      color:#4e4c44;
  }
  div#vmMainPageOPC div.basket_container div.op_basket_row .tt_total_basket{
      color:#4e4c44;
  }
  #FlexibleVM3Cart .flexibleShow_cart a {
      background-color: #4e4c44 !important;
      border: 1px solid #333 !important;
  }
  div.cart-view a.continue_link {
      background: green;
  }
  div#onepage_info_above_button {
      text-align: center;
      width: 100%;
      margin: 0 !important;
  }
  .op_basket_row > div {
      height: initial !important;
  }
  /* CART 20190507 */
  .op_col2 {
      width: 60% !important;
  }
  .op_col5 {
      width: 14% !important;
  }
  .op_col6 {
      width: 12% !important;
  }
  .op_col7 {
      width: 14% !important;
  }
  .mobile_unit_price {
      display: none !important;
  }
  .op_col1_4 {
      width: 74% !important;
  }
  .op_col5_3 {
      width: 26% !important;
  }
  .op_basket_row.op_basket_rows {
      margin-right: -1px;
      border-right: none;
  }
  .cart_image_and_text .image {
      float: left;
      margin-right: 10px;
  }
  .cart_image_and_text .text {
      float: left;
  }
  div#basket_container div.op_basket_header div {
      padding: 0 !important;
      border: 0 !important;
      position: relative;
      left: 10px;
  }
  #opc_unlogged_wrapper .basket_table {
      margin-top: -60px !important;
  }
  div#vmMainPageOPC .basket_table {
      width: 100%;
      border: 1px solid #f0f0f0 !important;
  }
  .op_basket_header {
      text-align: center;
  }
  .op_basket_rows .op_column5,.op_basket_rows .op_column6,.op_basket_rows .op_column7,.op_column1_4,.op_column5_3 {
      text-align: right !important;
  }
  .cart_image {
      float: left;
      margin-right: 10px;
  }
  .amend_qty {
      width: 85px;
      margin: 0 auto;
  }
  .pay_box {
      border: 0 !important;
      max-width: 100% !important;
  }
  #vmMainPageOPC td {
      padding: 5px 10px !important;
  }
  #vmMainPageOPC input.updatebtn, #vmMainPageOPC a.updatebtn {
      margin-top: 10px !important
  }
  #couponcode_field {
      overflow: hidden;
  }
  .coupon_wrapper {
      border-top: 1px solid #ccc;
  }
  .coupon_in {
      float: left;
      width: initial;
      padding: 0 10px;
  }
  .op_basket_header th {
      background: #f0f0f0;
      font-weight: bold !important;
      border: 0;
      border-top: 1px solid #ccc;
  }
  .op_basket_rows td {
      border: 1px solid #f0f0f0 !important;
  }
  .cart_comments {
      display: none;
  }
  .login_link {
      margin-top: -28px;
  }
  #cc_expire_month_3, #cc_expire_year_3 {
      width: 100px !important;
  }
  #vmMainPageOPC #payment_html table .inputbox, #vmMainPageOPC .payment_extra input[type="text"] {
      width: 206px !important;
      max-width: 100% !important;
  }
  .vmpayment_cardinfo {
      clear: both;
  }
  .vmpayment_cardinfo .hasTip {
      cursor: help;
  }
  .vmpayment_cardinfo table {
      max-width: 100% !important;
  }
  #vmMainPageOPC div#onepage_submit_section {
      width: 100%;
  }
  #vmMainPageOPC input#confirmbtn.buttonopc {
      float: right;
  }
  #vmMainPageOPC div.BTaddress div.row {
      border: 0 !important;
  }
  #opc_payment_wrap_3 .vmpayment_cardinfo {
    display: none !important;
}

#opc_payment_wrap_3.selected .vmpayment_cardinfo {
    display: block !important;
}
  
  .hasTip {
      height: 13px;
      transition: 0.2s;
  }
  .hasTip:hover, .hasTip:focus {
      height: 60px;
      color: transparent;
      background: URL(https://fab-materials.com/templates/fabmaterials/images/CVV.png) left top no-repeat !important;
      position: relative;
  }
  .hasTip:hover::after,.hasTip:focus::after {
      content: "CVV is the three or four-digit number on the back of a credit card (on the front for American Express).";
      position: absolute;
      color: #000;
      right: 0;
      width: 100px;
      font-size: x-small;
  }
  .field_wrapper:last-child {
      padding-bottom: 10px;
  }
  #ship_to_wrapper #idsa {
      padding-left: 20px;
  }

  
  
  /* NEW PROOPC CART / CHECKOUT */  
  

table.cart-summary.proopc-table-striped tr th.col-tax, table.cart-summary.proopc-table-striped tr td.col-tax {
  display: none !important;
}  
#ProOPC .cart-page-title, #ProOPC .cart-page-title span {
    text-align: left;
    text-align: left !important;
	font-size: 15px !important;
	font-weight: bold;
	text-transform: none !important;
	margin-bottom: 0px !important;
  } 
#ProOPC .cart-images {
    box-shadow: none !important;
}  
.proopc-product-name a, .col-name a {
  text-transform: none !important;
}  
/*  table.cart-summary.proopc-table-striped tr th {
    width: 60%
}*/
.grand-total .PricebillTotal {
  color: #000 !important;
}
  
table.cart-summary.proopc-table-striped th, table.cart-summary.proopc-table-striped { 
	text-transform: none !important;
    font-weight: bold !important;
    text-align: center !important;
  }
.price-title, .final-price, .product-discount, .product-price .PricesalesPrice, .col-total .PricesalesPrice {
  color: #000 !important;
  }  
  .grand-total .PricebillTotal {
    color: #000;
  }  
  

.proopc-column3 {
    font-size: 13px !important;
}  
.edit-address label {
  float: left !important;
  width: 25% !important;
}
#ProOPC .edit-address input[type="text"] {
  width: 70% !important;
  float: right !important;
}

  
form#EditBTAddres div.bt_email-group div.inner input#bt_email_field.required.validate-email {
  width: 70% !important;
  float: right !important;
}  
#virtuemart_country_id_field  {
  width: 72% !important;
  float: right !important;
}  
  #shipto_virtuemart_country_id_field {
  width: 72% !important;
  float: right !important;    
}
  
#ProOPC .proopc-process-title {
  border: none !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 3px 0px 0 15px !important;
  line-height: 15px !important;
}
.proopc-finalpage .proopc-column3 {
  width: 50% !important;
}
.proopc-bt-address, .proopc-st-address, .proopc-shipments, .proopc-payments, .proopc-confirm-order {
  background: #FAFAFA !important;
  border: none !important;
  padding: 10px;
}
.proopc-st-address, .proopc-shipments, .proopc-payments, .proopc-confirm-order {
margin: 0px 0px 0px 5px !important;
}
  
.proopc-coupon {
  margin: 0 0 15px 0 !important;
}  
 
label.st-same-checkbox {
  padding-left: 0px !important;
}   
  
  
table.cart-summary.proopc-table-striped tr th,
table.cart-summary.proopc-table-striped tr td {
	text-transform: none !important;
}   

.proopc-column3 .proopc-st-address {
/*  margin:   15px 5px 0px 0px !important; */
  margin: 0px 0px 10px 5px !important;
}  
.proopc-column3 .proopc-shipments, .proopc-column3 .proopc-payments, .proopc-column3 .proopc-confirm-order {
  margin-bottom: 10px !important;
} 

.cart-summary.proopc-table-striped .grand-total td, .cart-summary.proopc-table-striped .grand-total-p-currency td, .continue-checkout-box {
  background-color: #fff !important;
}  
  
 
#ProOPC input#STsameAsBT[type="checkbox"] {
    margin: 2px 8px 0px 0px !important;
}
.proopc-coupon .proopc-process-title {
  display: none;  
}
.proopc-coupon {
  background: #FAFAFA !important;
  border: none !important;       
}  
#proopc-coupon .proopc-input-append {
  padding: 12px 0 6px 1px !important;
} 
#proopc-coupon button.proopc-btn {
  float: right !important;
  margin-left: 0px !important;
}  
#ProOPC .proopc-input-append #proopc-coupon-code[type="text"] {
  font-size: 12px;
  margin: 1px 15px 0px 0px !important;
  width: 275px !important;
  float: right !important;
}  
/* #ProOPC .proopc-customer-comment {
  height: 50px !important;
} */
.proopc-btn-info {
  background: #3076a0 !important;
  text-transform: uppercase;
  font-weight: bold !important;
  text-shadow: none !important;
}  
.proopc-btn-info:hover {
  background: #5c9164 !important;
}  
#ProOPC td.col-price {
  text-align: center;
  }  
#ProOPC .cart-page-title span {
  display: none;
}  
#ProOPC .col-name {
  width: 70% !important;
}
#ProOPC .col-price {
  width: 5% !important;
}
#ProOPC .col-qty {
  width: 20% !important;
}
#ProOPC .col-total {
  width: 5% !important;
}

  
#ProOPC .proopc-input-append input[type="text"].proopc-qty-input, #ProOPC .proopc-input-append input[type="number"].proopc-qty-input {
  width: 50px !important;
  max-width: 50px !important;
}
#ProOPC .col-qty button {  
	background: none !important;
	border: none !important; 
	box-shadow: none !important;
}  
#ProOPC .cart-images {
  width: 80px !important;
  padding: 1px 20px 0px 0px !important;
}  
#ProOPC .SA_note {
  font-size: smaller;
}
  
#ProOPC th.col-name {
  text-align: left !important;
  padding-left: 196px;
}  
 
#ProOPC .proopc-confirm-order .comment {
  display: none;
}
#ProOPC .proopc-subtitle {
  text-transform: none !important;
}   
#ProOPC .opc-regcon {
  font-size: smaller;
}
  
  
  
  
.stripecheckout-order-link .btn-stripecheckout-success {
  display: none;  
}  

.stripecheckout-success-page .dl-stripecheckout {
	width: 350px;
	margin: auto;    
}
.dl-stripecheckout dd {
  text-align: left;
}

.checkout_my_orders {  
  background: #e9e9e9;
  padding: 20px 60px;
  border-radius: 5px;
  font-size: large;
  margin: 20px 0 30px;
  border: none;
  font-weight: bold; 
} 
.checkout_my_orders:hover {  
  background: #737373;
  color: #fff;
}

.vm-wrap > fieldset:nth-child(2) > table:nth-child(2) {
  width: 200px;
  margin: auto;
  text-align: left;
}
.thankyoumod {
  text-align: center;
}  
  
/*  
.FlexibleProductDetailsRight .product-price {
  margin: 2px 15px 0 0 !important;
  float: left !important;
}  
*/
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  /* ARTICLES */
  .product_instructions {
      float: left;
  }
.product_instructions a {

    display: block;
    width: 150px;
    height: 165px;
    margin: 5px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    border: 3px solid #4A556B;
    color: #4A556B;

}
  .product_instructions a:hover {
      box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
      text-decoration: none;
    border: 3px solid #000;
  }

  /* ************** */
  /* *** FOOTER *** */
  /* ************** */

  .footer {
      width: 90%;
      margin: 0 auto;
      min-width: 1024px;
  }
  .footer_main {
      position: relative;
  }
.footer_left {
    float: left;
}
  
  
/*  .footer_left a, .footer_left a:link, .footer_left a:visited {
    color: #fff;
  } */
  
  
  .socialbuttons { 
    left: 194px;
	position: relative;
    top: 8px; }
  
  .socialbuttons img { width: 30px; margin-right: 13px; }

.footer_left {
    float: left;
    display: inline-block;
    margin: 0;
}
  
    
  
  .footer_right {
	float: right;
	padding: 30px 15px 0px 0px;
  }
  
  .footer_right .nav-header {
    padding: 0px !important;
}
  
  .footer_right .nav.menu.mod-list {
    font-size: 1.3rem;
    float: left;
}
  
  .footer ul.nav a {
    padding: 5px 35px 0px 0px;
}

.footer_mid {
    text-align: center;
    clear: both;
    padding-top: 40px !important;
  	font-size: 1.2rem;
}


  .footer_div {
      width: 1280px;
      margin: 10px auto 0;
  }
  .footer_div .nav {
      width: 800px;
      float: left;
      padding-bottom: 20px;
      margin-left: 300px;
  }
  .footer_div .nav li {
      padding: 0 20px;
      float: left;
      position: relative;
  }
  .footer_div .nav li::after {
      content: '\2022';
      padding: 0 20px;
      color: #fff !important;
      position: absolute;
      top: 0;
      right: -22px;
  }
  .footer_div .nav li:last-child::after {
      content: "";
  }

  
  span.copyright {
      padding: 10px 0;
      float: right;
      color: #000;
      background: #fff;
      position: relative;
      top: -10px;
      border: 0;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px;
      margin-bottom: 20px;
      right: 51px;
      width: 147px;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
  }
  .copyrightdate {
	font-size: large;
	background: #fff;
	float: left;
	margin: 0px 42px 0 32px;
	width: 125px;
	text-align: center;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 10px 0;
  }
  
  .contact { 
    float: left; 
    margin-top: 25px; 
  }
  
  .salesrate { display: block; font-size: 1.2rem; color: #3076a0;}
  
  .header_shadow {
      display: none;
  }
  .footer_menu {
      float: right;
      font-family: courier;
      color: #000;
      font-size: 14px;
      font-weight: bold;
      margin-top: 10px !important;
  }
  ul.footer_menu li a:link,ul.footer_menu li a:visited {
      color: #fff;
      background: transparent;
  }
  ul.footer_menu li a:hover,ul.footer_menu li a:active {
      color: #000;
      background: transparent;
}
  

  
  
  
.blurb {
	margin-top: 29px;
  }  
  
  
  #filtercontrol::after {
    content: "+ filters";
    position: relative;
    top: -6px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
color: #000;
font-weight: bold;
}

#filtercontrol.filteropen::after {
    content: "- filters";
    position: relative;
    top: -6px;
    white-space: nowrap;
    text-transform: uppercase;
    text-align: center;
color: #000;
font-weight: bold;
}

  
  .switches li {
    border: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: center;
    width: 200px;
    float: left;
    margin: 0;
    cursor: pointer;
    background-image: linear-gradient(#fff,#f0f0f0) !important;
    color: #999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 20px 0 !important;
    font-size: large;
    z-index: 99;
    position: relative;
  text-transform: uppercase;
}

#loginswitch, #registerswitch {
    border: 1px solid #ccc;
    text-align: center;
    width: 200px;
    float: left;
    margin: 0;
    cursor: pointer;
    background-image: linear-gradient(#fff,#f0f0f0);
    color: #999;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 10px 0;
    font-size: large;
    z-index: 99;
    position: relative;
}
.switchselect {
    background: #fff !important;
    color: #000 !important;
    border-bottom: 1px solid #fff !important;
    font-weight: bold !important;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    z-index: 100 !important;
    position: relative;
}
.switches {
    overflow: auto;
    margin-top: 25px;
    padding-left: 60px;
}
.registerwrap h2 {
    border-bottom: 1px solid #444;
    padding-bottom: 5px;
    margin: 30px 70px 10px;
    text-transform: uppercase;
    font-size: 22px;
}

.logoutbuttondiv {
position: relative;
}

.logoutbuttondiv .FlexibleLoginBox {
    margin: 0;
    padding: 0;
    display: inline;
    position: absolute;
    top: 0;
    right: 0;
}

.logoutbuttondiv .logoutform_greeting { display: none; }

#user_interface h2 { border-bottom: 1px solid #444; text-transform: uppercase; }

#user_interface table { width: 100%; text-align: left; }

#user_interface .adminlist a {
    background: none !important;
    color: #3076a0 !important;
    font-size: inherit !important;
    border: none !important;
    box-shadow: none !important;
    text-transform: uppercase !important;
    width: auto !important;
    cursor: pointer !important;
    padding: 0 !important;
    font-weight: bold;
}

#user_interface .adminlist a:hover {
  text-decoration: underline !important;
}


#user_interface th {

    background: #ccc;
    color: #000;

}
#user_interface th, #user_interface td {

    border: 1px solid #ccc;
    padding: 5px 10px;

}

#user_interface .row { padding: 0; }

.detailsButtonBar {

    float: left;
    padding: 20px 0 0 520px;
    margin-right: 15%;
    white-space: nowrap;

}

#user_interface .row input {
  border: 1px solid #ccc !important;
}


#user_interface .chzn-container {
    margin-bottom: 8px;
}

.addresses, .payment, .shipping {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding: 10px 5px;
}

.items, .notes {
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding: 10px 5px;
}

#user_interface .addresses th,
#user_interface .addresses td,
#user_interface .items th,
#user_interface .items td,
#user_interface .payment th,
#user_interface .payment td,
#user_interface .shipping th,
#user_interface .shipping td,
#user_interface .notes th,
#user_interface .notes td
{
    border: 1px solid #f0f0f0;
    padding: 5px 10px;
}
#user_interface .addresses th, #user_interface .items th, #user_interface .payment th, #user_interface .shipping th, #user_interface .notes th {
    background: #f0f0f0;
    color: #000;
    text-align: center;
}

.orderrow:hover { background: #f0f0f0; cursor: pointer; } 
.orderrow.active { background: #ccc; }

.orderrow td {
    position: relative;
}

.orderrow.active td:first-child::after {
    content: "-";
  	background: #fff;
  color: #000;
}

.orderrow td:first-child::after {
    content: "+";
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: x-large;
    background: red;
    text-align: center;
    background: #ccc;
    height: 20px;
    line-height: 17px;
    width: 20px;
    border-radius: 25%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  color: #fff;
}


.orderdivider {
    background: #f0f0f0;
    margin: 0;
    padding: 0 !important;
    height: 1px !important;
}

.orderrow.active td:first-child::after {
    content: "-";
  	background: #fff;
  color: #000;
}

.orderrow td:first-child::after {
    content: "+";
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: x-large;
    text-align: center;
    background: #ccc;
    height: 20px;
    line-height: 17px;
    width: 20px;
    border-radius: 25%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
  color: #fff;
}


  .vmcustom-textinput {
    width: 90% !important;
  }
  
  
  
div#vmMainPageOPC fieldset.other_address label {
  	max-width: 80% !important;
	padding: 5px 5px 0 0;
 }
  
div#vmMainPageOPC label {
	display: inline !important;
	padding: 5px 5px 0px 0px !important;
	}
  
  
  
  
  
  
  
  
  
  
  
  
.geek-search-wrapper .search-results {
 	display: grid;
	grid: 24% / 24% 24% 24% 24%;
	grid-gap: 1.7%;
    grid-template-rows: 3%;
    margin-bottom: 70px;
}

.geek-search-wrapper .result-statistics {
  	text-decoration: none !important;
  	margin: 0px !important;
}
.geek-search-wrapper .search-results .clearfix {
    grid-column: span 4;
}  
.geek-search-wrapper .search-results.show-img .result-item .item-info {
    margin-left: 0px !important;
}  
.geek-search-wrapper .search-results .result-item {
    padding: 0px 0px 0 0px !important;
    border: none !important;
  	width: 100%;
  	display: inline-block;
  	grid-column: span 1 !important;
}
.geek-search-wrapper .search-results .result-item .img-intro {
	float: none !important;
	width: 103% !important;
	margin: 0 0px 2px 0px !important;
}
  
.geek-search-wrapper .search-results .result-title {
    font-size: 13px !important;
  	line-height: 18px !important;
  	/*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;*/
}
.geek-search-wrapper .facets ul li {
    font-size: small;
  	padding-left: 5px;
}
.row-fluid [class*="span"] {
    margin-left: 0px !important;
}
.geek-search-wrapper .search-filters {
    background: #fff !important;
    padding: 20px 30px 3px 18px !important;
}
.geek-search-wrapper .search-results-dropdown > .inner {
    padding: 0px !important;
}
.geek-search-wrapper .search-results-dropdown {
    max-height: 70vh !important;
}
.geek-search-wrapper .search-form .input-group.input-large > input {
  	text-align: center;
	font-size: 2rem !important;
}
.geek-search-wrapper .pagination .clearfix {
  	grid-column: span 4;
}
.geek-search-wrapper .search-results .result-item:hover {
    margin-bottom: 0px !important;
}
.geek-search-wrapper {
    padding-bottom: 80px;
  	margin-top: 15px;
}
.geek-search-wrapper .search-icon img {
    width: 250px !important;
}
.geek-search-wrapper input[type="radio"], input[type="checkbox"] {
    margin: 0px !important;
}
 
.geek-search-wrapper .control-label {
    display: none !important;
}  
.geek-search-148 .search-icon {
    padding: 16px 0 14px 0 !important;
}
#geek-search-loading {
	display: none !important;
} 
.pagination {
    margin: 10px 0 125px !important;
}
.geek-search-wrapper .facets h5 {
  	font-size: 15px !important;
}

  
/*.geek-search-wrapper .search-results .result-item .item-info > p {
    display: none;
} */ 
.label-default {
    display: none;
}
.geek-search-wrapper .search-results .result-text {
    display: none;
}
.label-info, .badge-info {
    background: none;
    color: #000;
    font-size: 13px !important;
    text-shadow: none !important;
  	font-weight: bold !important;
}
.geek-search-wrapper .search-results .result-item .item-info > p {
    margin: 0px !important;
}  
.geek-search-wrapper .search-results .result-item .label-group {
    margin: 0px !important;
}
  
.geek-search-wrapper .search-results .result-item .label-group {
    font-weight: bold;    
  }  

.geek-search-wrapper .text-info {
    display: none;
}  
  
  
.geek-search-wrapper .count {
   float: right;
  padding-right: 10px;
}  
  
  
  
  
.form-horizontal .control-label {
    padding: 6px !important;

}
.btn-primary {
    background: #7fb287 !important;
  } 
.nav-tabs {
    padding: 6px;
}  
.card-at {
    border: none !important;
}  
.card-at-title {
    display: none !important;
}  
.card-at-text {
    display: none !important;
}  
.card-at-button {
    display: none !important;
}  
.card-at-img-top {
    text-align: left !important;
}  
  
  
.topbanner_mid .item-101 {
    display: none !important;
}

    div#FlexibleProductDetailsPage {
        margin: auto;
        width: 100%;
        padding: 1rem 0 1rem;
    }  

div#fancybox-content .h4 {
    font-size: 20px !important;
    line-height: 29px !important;
    padding: 10px;
    text-align: center !important;
}
#fancybox-outer {
    padding: 15px !important;
}
  
  
  
  
.fake_search_bar {
	background: #F4F4F4;
	font-size: 2rem;
	margin: 15px 0 15px 0;
	border: 1px solid #ccc;
	border-radius: 3px;
  	text-align: center;
  	color: #9b9b9b;
	text-indent: 20px;
}

.product-field-type-C {
    float: left;
} 
  .customlabel {
    font-weight: normal;
}
  .customvalue {
    font-weight: bold;
}  
.alert-danger, .alert-error {
    display: none;
} 
  
.geek-search-wrapper .search-form .form-group {
    margin-bottom: 0px !important;
}
.form-horizontal .control-group {
    margin-bottom: 0px !important;
}
.control-group {
    margin-bottom: 0px !important;
}  
.form-horizontal .controls {
    margin-left: 3px !important;
	position: relative;
/*    float: right;
	top: 28px; */
} 
.geek-search-wrapper input[type="radio"], input[type="checkbox"] {
    margin: -2px 0 0 15px !important;
}	
  
  .geek-search-wrapper .controls {
    float: right;
	top: 28px;
  }
  
/*.geek-search-wrapper .facets h5 {
    padding: 0 0 10px 0 !important;
    margin: 0 0 12px 0 !important;
}
.geek-search-wrapper .search-filters {
    padding: 6px 10px !important;
}
h4 {
    margin: 0 0 10px 0 !important;
}  
.geek-search-wrapper .facets-selected {
    margin-bottom: 15px;
} */ 
  

.print-guide-icon {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 2rem; color: #fff; text-align: left; max-width: 30%;
}    
  
  .customisation-guide-middle-icons {
width: 70%; min-width: 198px; height: 170px; background: #FFFFFF; margin: auto; border-radius: 25px; font-size: 2rem; color: #fff; text-align: left; max-width: 900px; min-height: 170px;
  }
  
  .customisation-guide-icons {
width: 70%; min-width: 198px; height: 220px; background: #FFFFFF; margin: auto; border-radius: 25px; font-size: 2rem; color: #fff; text-align: center; max-width: 900px; padding-bottom: 155px;
  }
  
.shipping-guide {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 2rem; color: #fff; text-align: left; max-width: 30%;
} 
  
  .shipping-guide-tcs {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 2rem; color: #fff; text-align: left; max-width: 30%;
} 
  
.CustomGuide {
width: 62%;
margin: auto;
max-width: 1200px
}
  
  .contact-us {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 1.5rem; color: #fff; text-align: left; max-width: 30%;
}
  
    .about-us {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 1.7rem; color: #fff; text-align: left; max-width: 30%;
}
          .about-us-quality {
width: 48%; min-width: 800px; height: 260px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 1.7rem; color: #fff; text-align: left; max-width: 30%;
}
  
            .about-us-intro {
width: 48%; min-width: 800px; height: 250px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 1.7rem; color: #fff; text-align: left; max-width: 30%;
}
  
  .returns-graphic {
width: 48%; min-width: 800px; height: 390px; background: #6FAFE1; margin: auto; border-radius: 25px; font-size: 1.9rem; color: #fff; text-align: left; max-width: 30%;
}    
  
  
.article_image_w_text_div {
background: #6FAFE1; border-radius: 20px; width: 80%; max-width: 815px; height: 220px; margin: 20px auto;
}

.article_image_w_text_image {
float: left; height: 150px; padding: 35px;
}

.article_image_w_text_text {
height: 170px; padding: 25px 25px 25px 10px; display: flex; flex-direction: column; justify-content: center; font-size: 1.8rem; color: #fff; line-height: 1.5;
}  

  
  
  
.article_returns_image_w_text_div {
background: #6FAFE1; border-radius: 20px; width: 80%; max-width: 815px; height: 400px; margin: 20px auto;
}

.article_returns_image_w_text_image {
float: left; height: 180px; padding: 110px 35px;
}

.article_returns_image_w_text_text {
height: 330px; padding: 35px 25px; display: flex; flex-direction: column; justify-content: center; font-size: 2rem; color: #fff; line-height: 1.5;
}  
  
  
  
  
table#t099 table, table#t099 th, table#t099 td {
  border: 1px solid #575757;
  border-collapse: collapse;
  text-align: left;
  padding: 5px;
}

table#t099 table{
    width: 100%;
    float: left;
    height: 70%;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color:#FFFFFF;
    padding:5px;
    border: 1px solid #000;
}

table#t099 th {
  text-align: center !important;
  width: 150px;
  background-color:#e9e9e9;
  color: #595959;
  font-weight: normal;
}

table#t099 td {
	width: 400px;
    padding-left:30px;
    padding-right:20px
}


.column {
  float: left;
  width: 40%;
  padding: 5px;
  padding-right: 5%;
}

.row:after {
  content: '';
  display: table;
  clear: both;
}

.desc_product_info {
    width: 100%;
    float: left;
    height: 70%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.desc_keyterms_link {
	color:grey;
    padding:0px;
    margin-top: 0px;
}

.desc_guide_help {
	float: right;
    width: 100%;
    padding-bottom: 10px;
}

.desc_guide_help_img {
	float: right;
    width: 151px;
    height: 25px;
}

.desc_guide_image {
    text-align: right;
    width: 101px;
    height: 57px;
    padding-left: 20px;
    float: right;
}






    .product-s-description {
        font-size: 1.3rem;
        padding: 0 1rem 2rem 0;
    } 
  

  
.video_clip {
    width: 100%;
    height: auto;
  } 
  
.flexibleZoomContainer {
    display: none !important;
}
  
.geek-search-wrapper .search-results .result-title a:hover, .geek-search-wrapper .search-results .result-title a:focus, .geek-search-wrapper .search-results .result-title a:active {
  color: #9d9d9d !important;
}
  

  
  
.reset .form-validate fieldset p, .remind .form-validate fieldset p, .reset-confirm .form-validate fieldset p{
  border: none;
  width: 100%;
  margin: 25px 0 17px;
}  
.reset .form-horizontal .control-label, .remind .form-horizontal .control-label, .reset-confirm .form-horizontal .control-label {
  padding: 0px 10px 25px !important;
  text-align: left;
  width: 120px;
}    
  
.regist_text {  
  padding: 13px 70px;
}

.checkoutPrivacy {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding: 15px 0;  
}  
  
  
#vmFlyPageBottom .PricesalesPrice, #vmFlyPageBottom .PricepriceWithoutTax {
    display: none;
}  
  
 
#defaultprotop .FlexibleProductDetailsRight {
  padding: 0 0px 0 20px;
} 
  
  
  
  
  
  
  
  
  
.row-fluid .span9 {
    width: 79%;
}  
.row-fluid .span3 {
    width: 21%;
    max-width: 300px;
}
.row {
    margin-left: -20px;
}  
[class*="span"], .uneditable-input[class*="span"], .row-fluid [class*="span"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}  
 
  
img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}  
  
  
  
.header_earn_div {
    float: left;
    margin: 0 42px 0 32px;
    width: 137px;
    text-align: center;
    padding: 7px 0;
    position: relative; 
}
.header_earn_question {
    position: absolute;
    top: 14px;
    right: -20px;
    font-weight: bold;
    color: #364a38;
    background: #fff;
    width: 21px;
    height: 21px;
    padding: 0px 3px 6px 3px;
    border-radius: 50%;
    box-sizing: content-box;
}
  
 
  
  
}