.field-container.oper-sys-first {
    width: 102.8% !important;
}

.field-container.oper-sys-first .operating-sys.col-sm-12 {
    padding-left:0!important;
    paddig-right:0 !important;
}

div#productConfigurableOptions {
    min-width: 47% !important;
}

/*Write your custom style or CSS code here*/
.tt-footer-widget .mt-3  {
    margin-top:-8px !important;
}
.tt-footer-widget  .img-fluid.mt-3 {
 margin-top:-1px !important;
}

/*Footer Font font css*/
.tt-footer-widget a, .tt-footer-widget .mt-3 {
    font-family: "Mulish", sans-serif !important;
    color:#fff !important;
}

.tt-footer-widget a {
  display:inline-block !important;
  position:relative !important;
}
.tt-footer-widget a::after {
  content:" ";
  position:absolute;
  left:0;
  bottom:0px;
  width:100%;
}
.tt-footer-widget a:hover::after {
 border-bottom:2px solid;
 transition: all 0.3s ease;
 bottom:-2px;
}

.tt-footer-widget .text-white{
    font-family: "Urbanist", sans-serif !important;
}
/*Remove Action sidebar from cart page*/
div[menuitemname="Actions"].panel.card.card-sidebar.mb-3.panel-sidebar {
    display:none !important;
}
/*Spacing between arrow and text for Select field in cart page (Price)*/
select#inputBillingcycle {
    padding-right: 2rem !important;
}
/*CSS for making select field dropdown Capitalize*/
/*.custom-select {
    text-transform: capitalize !important;
}*/
/*Fix Your Recent Tickets text overflow from clientarea.php left sidebar*/
.mb-3.card.card-sidebar .truncate {
    white-space: normal !important;
}
li#Primary_Navbar-Store-Browse_Products_Services {
    display: none !important;
}
/*Remove downloads from sidebar*/
a[menuitemname="Downloads"]#Secondary_Sidebar-Support-Downloads {
    display:none !important;
}
/*Remove Product addons from sidebar*/
a#Secondary_Sidebar-Categories-Addons {
    display:none !important;
}
/*Remove my Quoates,Downloads from menu*/
li#Primary_Navbar-Billing-My_Quotes,li#Primary_Navbar-Support-Downloads {
    display:none !important;
}
/*Remove View Available Addons from main menu*/
li#Primary_Navbar-Services-View_Available_Addons {
    display: none !important;
}
/*Hide blog list from clientarea.php*/
div[menuitemname="Recent News"]#announcementsPanel {
    display:none !important;
}
/*Login page css*/
.tt-form-wrap.custom-loginform {
    display: flex !important;
    justify-content: center !important;
}
/*Header css - changed header animation*/
header#header {
    position: fixed !important;
    top: 0!important;
    z-index: 9999999999!important;
    right: 0!important;
    width: 100%!important;
    
} 
/*Adjusting header with Billing/clientarea Body*/
body.tt-body-wrapper { 
    margin-top: 110px!important;
    
}
/*CSS for submenu items*/
div#mainNavbar .dropdown-item {
    text-align: center !important;
}
/*CSS for keeping Store submenu left align*/
li#Primary_Navbar-Store .dropdown-item {
    text-align: left !important;
}
/*Ligh Dark mode added to billing header css*/
.tt-color-switch {
    position: relative!important;
    line-height: inherit!important;
    text-align: center!important;
    background: transparent!important;
    top: initial !important;
    width: 20px !important;
    height: auto !important;
    right:6px  !important;
}
/*CSS for making submenu box center align with parent's menu*/
.dropdown-menu {
    margin-left: 50% !important;
    transform: translateX(-50%)!important;
}
/*Hide Rss Feed menu item from sidebar Open,Scheduled,Resolved pages*/
a#Primary_Sidebar-Announcements_Months-RSS_Feed,a#Primary_Sidebar-Network_Status-View_RSS_Feed {
    display: none  !important;
} 
.tt-form-content p.mb-0 {
    margin-right:5px;
}
a#Secondary_Sidebar-Billing-Quotes {
    display: none !important;
}

/*Remove Dark, Light Mode*/
.tt-color-switch {
    display: none !important;
}
/*Start Media Query*/
@media screen and (min-width:800px){


#order-standard_cart .cart-body {
    margin-top:-8px !important;
}
#order-standard_cart .secondary-cart-body {
    margin-top: -7px !important;
}
.operating-sys.col-sm-6 {
    padding-left: 0px;
}
div#productConfigurableOptions {
/*float: left !important;*/
    overflow: hidden !important;
}
.field-container.oper-sys-first {
    overflow: hidden;
}
.alert.alert-warning.info-text-sm {
    position: relative !important;
    clear: both !important;
}
/*#order-standard_cart select#inputConfigOption183 {
    width: 228% !important;
}*/

}
/*@media screen and (max-width:580px) {
    .field-container.oper-sys-first {
    width: 103% !important;
}
}*/