/*
DO NOT EDIT THIS FILE DIRECTLY!!!
*//*
	ColorBox Core Style:
	The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/* 
	User Style:
	Change the following styles to modify the appearance of ColorBox.  They are
	ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px 0;}
	#cboxTopRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px 0;}
	#cboxBottomLeft{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -100px -29px;}
	#cboxBottomRight{width:21px; height:21px; background:url(../images/colorbox/controls.png) no-repeat -129px -29px;}
	#cboxMiddleLeft{width:21px; background:url(../images/colorbox/controls.png) left top repeat-y;}
	#cboxMiddleRight{width:21px; background:url(../images/colorbox/controls.png) right top repeat-y;}
	#cboxTopCenter{height:21px; background:url(../images/colorbox/border.png) 0 0 repeat-x;}
	#cboxBottomCenter{height:21px; background:url(../images/colorbox/border.png) 0 -29px repeat-x;}
	#cboxContent{background:#fff; overflow:hidden;}
		#cboxError{padding:50px; border:1px solid #ccc;}
		#cboxLoadedContent{margin-bottom:28px;}
		#cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
		#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
		#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
		#cboxPrevious{position:absolute; bottom:0; left:0; background:url(../images/colorbox/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
		#cboxPrevious.hover{background-position:-75px -25px;}
		#cboxNext{position:absolute; bottom:0; left:27px; background:url(../images/colorbox/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
		#cboxNext.hover{background-position:-50px -25px;}
		#cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) no-repeat center center;}
		#cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) no-repeat center center;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(../images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-25px -25px;}

/*
	The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
	when an alpha filter (opacity change) is set on the element or ancestor element.
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
}

#cboxClose {
border: none; 
}
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomCenter,
#cboxBottomLeft,
#cboxTopLeft,
#cboxTopCenter,
#cboxBottomRight,
#cboxTopRight{
	display: none;
}
/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    /*display: none !important;*/
}

.bootstrap-select {
    width: 220px \0;
    /*IE9 and below*/
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active {
    color: #999;
}

.bootstrap-select>select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}

.bootstrap-select>select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    /*width: 220px;*/
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child)>.btn {
    border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group>.disabled {
    cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group>.disabled:focus {
    outline: none !important;
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: auto;
    text-align: left;
    padding: 3px 12px;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle {
    z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
    width: 50%;
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bs-donebutton .btn-group button {
    width: 100%;
}

.bs-searchbox+.bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}




/*Styling for the global component*/

.dropdown-menu a {
    user-select: initial;
    margin: 0px;
    padding: 0px;
}


/* ====================================================================
== bootstrap customized CSS for custom styling | Edited by Shan
======================================================================*/


/*Styling for dropdown in CLP*/

.facet-filters .dropdown-menu {
    overflow: visible !important;
    width: 282px;
    left: -80px;
    top: 50px;
    border: 1px solid #999;
    border-radius: 3px;
}

.facet-filters .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 70%;
    width: 14px;
    height: 14px;
    background-color: #fff;
    border: solid #999;
    border-width: 1px 0 0 1px;
    transform: rotate(45deg);
}

.facet-filters .dropdown-menu .selected a:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 85%;
    width: 11px;
    height: 20px;
    background-color: transparent;
    border: solid #2F4053;
    border-width: 2px 0 0 2px;
    transform: rotate(-145deg);
}

.facet-filters .dropdown-menu span.text {
    padding: 7px 24px;
    width: 100%;
    position: relative;
    color: #333;
    font-size: 16px;
    font-family: MarkOT-Medium;
    margin: 0;
    list-style: none;
    line-height: 15px;
}

.facet-filters .bootstrap-select.open:not(.dropup) .dropdown-menu.open {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.facet-filters .bootstrap-select.btn-group .dropdown-toggle {
    padding-left: 0px;
}

.facet-filters .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #333;
    font-size: 16px;
    font-family: MarkOT-Medium;
    padding: 3px 12px 3px 4px;
}

.facet-filters .dropdown-menu li {
    border-top: 2px solid #ebebeb;
}

.facet-filters .dropdown-menu li:first-of-type {
    border-top: 0px;
}

.facet-filters .bootstrap-select.btn-group .dropdown-toggle .caret {
    margin-right: 14px;
}

.facet-filters .bootstrap-select .dropdown-menu li>a:hover span,
.facet-filters .bootstrap-select .dropdown-menu li>a:focus span {
    color: #F8C612;
    text-decoration: none;
    background-color: transparent;
}


/* Styling for CLickable tiles */

.box-count.clickable-tiles {
    border-style: none;
    padding: 0px 0px 4px!important;
    border-bottom: 1px solid #ebebeb;
}

.box-count.clickable-tiles span:first-child {
    width: 100% !important;
}

.box-count.clickable-tiles>.bootstrap-select {
    margin: 0px !important;
    margin-top: 10px !important;
    display: block !important;
}

.box-count.clickable-tiles button.dropdown-toggle {
    display: none;
}

.box-count.clickable-tiles div.dropdown-menu {
    width: auto;
    top: 0px;
    display: block !important;
    border-style: none;
    position: relative;
    float: none !important;
    background: transparent;
}

.box-count.clickable-tiles ul.dropdown-menu {
    display: flex;
    align-items: stretch;
    padding: 0px !important;
    background: transparent;
    flex-wrap: wrap;
}

.box-count.clickable-tiles ul.dropdown-menu li {
    margin-right: 15px !important;
    margin-bottom: 11px;
    text-align: center !important;
    width: 108px !important;
    border: 1px solid #D2D2D2 !important;
    border-radius: 3px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 5px 25px 0 rgba(210, 210, 210, 0);
    height: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 40px;
    font-size: 14px;
}

.box-count.clickable-tiles ul.dropdown-menu li:hover {
    /* border: 1px solid #333 !important; */
}

.box-count.clickable-tiles ul.dropdown-menu li:nth-child(3n) {
    margin-right: 0 !important;
}

.box-count.clickable-tiles ul.dropdown-menu li a {
    border-style: none !important;
    padding: 3px 0px;
    display: flex;
    align-items: center;
    padding: 12px 0px;
    width: 100%;
}

.box-count.clickable-tiles ul.dropdown-menu li .count-info {
    color: #68676b !important;
    font-size: 14px !important;
    line-height: 15px !important;
    display: block;
    white-space: normal;
}

.box-count.clickable-tiles ul.dropdown-menu a span.right {
    display: none !important;
}

.box-count.clickable-tiles ul.dropdown-menu li.selected {
    border: 1px solid #333333 !important;
    background-color: rgba(235, 235, 235, .15) !important;
}

.box-count.clickable-tiles ul.dropdown-menu li.selected .count-info {
    color: #000000 !important;
    display: block;
    white-space: normal;
    font-weight: bold;
}

#quick-shop-modal .packTypes {
    padding-bottom: 20px;
}


/*Styling for box count dropdown*/

.box-count .dropdown-menu a:hover {
    color: rgb(248, 198, 18);
    background: 0px 0px;
}

.box-count .bootstrap-select.btn-group:not(.input-group-btn) {
    margin: 0 0 0 20px;
}

.box-count .dropdown-menu a:focus {
    background: 0px 0px;
}

.box-count .open .btn.dropdown-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.box-count .dropdown-menu {
    border: 1px solid #ebebeb;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    top: 28px;
    box-shadow: none;
    border-top: 0px;
}

.box-count .dropdown-menu li {
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
}

.box-count .dropdown-menu a {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 5px 0px;
    border-top: 1px solid #ebebeb;
}

.box-count .bootstrap-select button.dropdown-toggle {
    padding: 0 15px;
    line-height: 23px;
}

.box-count .bootstrap-select button.dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #444;
    padding: 3px 0px;
    width: 156px;
    margin-right: 20px;
}

.box-count.quick-shop-count .bootstrap-select button.dropdown-toggle .filter-option {
    padding: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    /*margin: 3px 0;*/
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777;
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
}

.open>.dropdown-menu {
    display: block;
}

.open>a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.bs-caret .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border: solid #c1c6cc;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
}


/* Customized CSS */

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #F8C612;
    background: #fff;
}

.sorting-section .bootstrap-select .dropdown-toggle {
    border: none;
}

#reasonDiv .bootstrap-select {
    width: 300px;
}

#questionTypeDiv .bootstrap-select {
    width: 300px;
}

.bootstrap-select button.dropdown-toggle {
    background: none;
    border-radius: 15px;
    border: 1px solid #ebebeb;
    font-size: 15px;
    font-family: MarkOT-Regular;
    background-color: #fff;
    text-align: left;
    position: relative;
}

.dropdown-menu.inner {
    height: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    -webkit-transition: initial;
    -moz-transition: initial;
    -webkit-transform-origin: initial;
    -moz-transform-origin: initial;
    -ms-transform-origin: initial;
    transform-origin: initial;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
}

.bootstrap-select.open .dropdown-menu>li>a {
    white-space: normal;
    padding: 6px 0;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: list-item;
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
    font-size: 15px;
    width: 99%;
    padding: 0px;
    border-top: 1px solid #ebebeb;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    padding-left: 16px;
    padding-right: 10px;
}

.bootstrap-select .dropdown-menu>li>a:hover,
.bootstrap-select .dropdown-menu>li>a:focus {
    color: #F8C612;
    text-decoration: none;
    background-color: transparent;
}

.bootstrap-select.dropup.open button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.bootstrap-select.open:not(.dropup) button {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.bootstrap-select.dropup.open .dropdown-menu.open {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.bootstrap-select.open:not(.dropup) .dropdown-menu.open {
    box-shadow: none !important;
    border-radius: 0 !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.account-container .div_nWeeks2 .bootstrap-select>.dropdown-toggle {
    width: 190px;
    height: 32px;
    margin-top: 10px;
}

.account-container .div_nWeeks2 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    width: 170px;
}

#addressRegion .bootstrap-select>.dropdown-toggle {
    width: 301px;
}

#shipToAddressForm .bootstrap-select>.dropdown-toggle {
    width: 221px;
}

#shippingToDetailsForm .bootstrap-select>.dropdown-toggle[data-id='shipTo_addressId'] {
    width: 301px;
}

#shippingToDetailsForm .bootstrap-select>.dropdown-toggle[data-id='shipTo_country'] {
    width: 301px;
}

#shippingToDetailsForm select[name='shipTo_regionIso'] {
    width: 221px;
}

#billingToDetailsForm select[name='billTo_regionIso'] {
    width: 221px;
}

#shippingBillingViewArea .bootstrap-select li {
    padding-bottom: 0px;
}

#billingToDetailsForm .bootstrap-select>.dropdown-toggle {
    width: 221px;
}

#billingToDetailsForm .bootstrap-select>.dropdown-toggle[data-id='billTo_country'] {
    width: 301px;
}

#shipping-address-form-container .bootstrap-select>.dropdown-toggle {
    width: 301px;
}

#countrySelector .bootstrap-select>.dropdown-toggle {
    width: 301px;
}

#sopPaymentDetailsForm .bootstrap-select>.dropdown-toggle[data-id='edit_cardType'] {
    width: 301px;
}

#accountEditPaymentCountrySelector .bootstrap-select>.dropdown-toggle[data-id='address.country'] {
    width: 301px;
}

#accountBillingAddressForm .bootstrap-select>.dropdown-toggle[data-id='billTo_state'] {
    width: 301px;
}

.field .bootstrap-select>.dropdown-toggle[data-id='ExpiryMonth'],
.field .bootstrap-select>.dropdown-toggle[data-id='ExpiryYear'] {
    width: 143px;
    margin-top: 10px;
}

.account-container .bootstrap-select>.dropdown-toggle,
.page-my-replenishment-orders #sort_form2 .bootstrap-select>.dropdown-toggle {
    width: 301px;
}

.sortForm .bootstrap-select.btn-group .dropdown-toggle .caret{
    right: 0;
}
.sortForm .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 100%;
}