.information .ConfigurationBox {
    margin-bottom: 15px !important;
}

.variantMessage, .variantReset, .variantReset a.reset {
    position: relative;
    float: left;
    clear: left;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

body.cl-details .tobasket .tobasketFunction {
    margin-bottom: 5px;
    float: left;
    width: 100%;
}

.tobasket {
    clear: left !important;
}

#preview {
    position: absolute;
    border: 1px solid #222;
    background-color: #fafafa;
    padding: 15px;
    display: none;
    color: #000000;
    z-index: 2147483584;
    max-width: 360px;
}

#preview h4 {
    font-size: 14px;
    float: left;
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}

#preview #odClosePreviewPic {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2147483585;
}

#preview img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px !important;
}

.odConfigurations {
    margin: 10px 0;
}

.odConfigPopupBtn {
    position: absolute;
    top: 0;
    left: -57px;
    padding: 10px 18px !important;
    -webkit-border-top-left-radius: 6px !important;
    -webkit-border-bottom-left-radius: 6px !important;
    -moz-border-radius-topleft: 6px !important;
    -moz-border-radius-bottomleft: 6px !important;
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
    border-right: none !important;
}

.odConfigurations, .odConfigurations select, .odConfigurations input[type='text'], .odConfigurations option {
    width: 100%;
    float: left;
    position: relative;
}

.odConfigurations input[type="radio"],
.odConfigurations input[type="checkbox"],
.odConfigurations .configDesc,
.odConfigurations .odDataDiv {
    display: none;
}

.configHeader {
    font-size: 16px;
    line-height: 18px;
    float: left;
    width: 100%;
    color: #333333;
    padding: 5px 0;
}

.odConfigurations .configDesc,
.odConfigurations .configNote {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.odConfigurations input[type="radio"] + label,
.odConfigurations input[type="checkbox"] + label {
    color: #292321;
    font-family: Arial, sans-serif;
    font-size: 14px;
    float: left;
    width: 100%;
    padding: 0;
    margin: 4px 0;
}

.odConfigurations input[type="radio"] + label span,
.odConfigurations input[type="checkbox"] + label span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -1px 10px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.odConfigurations input[type="radio"] + label span,
.odConfigurations input[type="checkbox"] + label span {
    background-color: #ffffff;
    border: 1px solid #000000;
}

.odConfigurations input[type="radio"] + label span.ckBoxPic,
.odConfigurations input[type="checkbox"] + label span.ckBoxPic {
    border: 1px solid #ffffff;
}

.odConfigurations input[type="radio"]:checked + label span {
    -webkit-appearance: none;
    z-index: 20;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    vertical-align: middle;
    box-shadow: hsla(0, 0%, 100%, .15) 0 1px 1px, inset hsla(0, 0%, 0%, .5) 0 0 0 1px;
    background: #ffffff;
    background-image: radial-gradient(ellipse at center, #38a6a6 0%, #38a6a6 40%, #ffffff 45%);
    background-repeat: no-repeat;
    transition: background-position .15s cubic-bezier(.8, 0, 1, 1);
}

.odConfigurations input[type="radio"] + label span,
.odConfigurations input[type="radio"]:checked + label span {
    -webkit-transition: background-color 0.4s linear;
    -o-transition: background-color 0.4s linear;
    -moz-transition: background-color 0.4s linear;
    transition: background-color 0.4s linear;
}

.odConfigurations input[type="radio"] + label span.ckBoxPic,
.odConfigurations input[type="checkbox"] + label span {
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.odConfigurations input[type="radio"] + label span.ckBoxPic:after,
.odConfigurations input[type="checkbox"] + label span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    background: transparent;
    top: 6px;
    left: 5px;
    border: 3px solid #000000;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.odConfigurations input[type="radio"] + label span.ckBoxPic:hover::after,
.odConfigurations input[type="checkbox"] + label span:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.odConfigurations input[type="radio"]:checked + label span.ckBoxPic:after,
.odConfigurations input[type="checkbox"]:checked + label span:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.odConfigurations input[type="radio"]:checked + label span.ckBoxPic,
.odConfigurations input[type="checkbox"]:checked + label span.ckBoxPic {
    border-color: #183476;
}

.odConfigurations input[type="radio"]:checked + label span.ckBoxPic {
    border-radius: 0;
    background-image: none;
    background-repeat: no-repeat;
    transition: none;
    box-shadow: none;
}

.odConfigurations input[type='text']:hover {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.odConfigurations input[type='text']:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted 9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.odConfigurations select {
    height: 40px;
    border-radius: 0;
    margin: 0;
    padding: 0 2%;
    width: 99%;
    display: inline-block;
}

.dd-container {
    float: left !important;
}

.dd-select {
    height: auto;
    color: #333;
    clear: left;
}

.dd-option-text,
.dd-selected-text {
    float: left;
    width: 65%;
    margin-top: 1px !important;
    font-weight: normal;
    color: #333;
    line-height: 20px;
}

.dd-selected label {
    margin-bottom: 0;
}

.dd-selected-text {
    font-weight: normal;
    color: #333;
}

.dd-select {
    border-radius: 2px;
    border: solid 1px #999;
    position: relative;
    cursor: pointer;
}
.dd-highlight {
    border-color: var(--color-error);
    border-width: 3px;
}

.dd-desc {
    color: #aaa;
    display: block;
    overflow: hidden;
    font-weight: normal;
    line-height: 1.4em;
}

.dd-selected {
    overflow: hidden;
    display: block;
    font-weight: bold;
}

.dd-pointer {
    width: 0;
    height: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
}

.dd-pointer-down {
    border: solid 5px transparent;
    border-top: solid 5px #000;
}

.dd-pointer-up {
    border: solid 5px transparent !important;
    border-bottom: solid 5px #000 !important;
    margin-top: -8px;
}

.dd-options {
    border: solid 1px #999;
    border-top: none;
    list-style: none;
    box-shadow: 0 1px 5px #999;
    display: none;
    position: absolute;
    z-index: 20;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: auto;
    max-height: 400px;
}

.dd-option {
    padding: 10px;
    display: block;
    border-bottom: solid 1px #999;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.dd-options > li:last-child > .dd-option {
    border-bottom: none;
}

.dd-option:hover {
    background: #f3f3f3;
    color: #000;
}

.dd-selected-description-truncated {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dd-option-selected {
    background: #f6f6f6;
}

.dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    padding: 5px;
    margin-right: 15px;
    width: 35%;
}

.dd-container a:hover {
    text-decoration: none;
}

.dd-image-right {
    float: right;
    margin-right: 15px;
    margin-left: 5px;
}

.dd-container {
    position: relative;
}

​.dd-selected-text {
    font-weight: bold;
}

.information .odConfigurations .configHeader {
    float: left;
    width: 100%;
    padding: 10px 0 10px 2%;
    margin: 0;
    border-top: none;
}

#basket_table .ConfigurationBox,
.basketItemDesc .ConfigurationBox,
#basketContent .ConfigurationBox {
    margin: 0 0 3% 0;
    padding: 1px 3% 3% 3%;
    background-color: #ffffff;
    width: 100%;
    float: left;
    border: 1px solid #cccccc;
    border-top: none;
    color: #333333;
}

#basket_table .ConfigurationBox .list,
.basketItemDesc .ConfigurationBox .list,
#basketContent .ConfigurationBox .list {
    float: left;
    width: 100%;
    position: relative;
    padding: 10px 0;
    line-height: 16px;
    border-bottom: 1px dotted #bbbbbb;
}

#basket_table .ConfigurationBox .list:last-child,
.basketItemDesc .ConfigurationBox .list:last-child,
#basketContent .ConfigurationBox .list:last-child {
    border-bottom: none;
}

#basket_table .configHeader,
.basketItemDesc .configHeader,
#basketContent .configHeader {
    font-weight: bold;
    background-color: #fafafa;
    font-size: 14px;
    padding: 15px 4%;
    width: 100%;
    border: 1px solid #cccccc;
    clear: both;
    margin-top: 10px;
}

#basket_table .ConfigurationBox .pictureList,
#basketContent .ConfigurationBox .list .img-responsive,
.basketItemDesc .ConfigurationBox .pictureList,
#basketContent .ConfigurationBox .pictureList {
    float: left;
    width: 100%;
    position: relative;
    /*max-height: 30px;*/
    line-height: 30px;
    vertical-align: middle;
    padding: 5px 0;
}

#basket_table .ConfigurationBox .pictureList img,
.basketItemDesc .ConfigurationBox .pictureList img,
#basketContent .ConfigurationBox .pictureList img,
#basketContent .ConfigurationBox .list img {
    max-width: 50px;
    height: auto;
}

#basket_table .ConfigurationBox div i,
.basketItemDesc .ConfigurationBox div i,
#basketContent .ConfigurationBox div i,
.configHeader i {
    width: 50%;
    float: left;
}

#basket_table .ConfigurationBox div i:first-child,
.basketItemDesc .ConfigurationBox div i:first-child,
#basketContent .ConfigurationBox div i:first-child,
.configHeader i:first-child {
    width: 30%;
}

#basket_table .ConfigurationBox div i.price,
.basketItemDesc .ConfigurationBox div i.price,
#basketContent .ConfigurationBox div i.price {
    width: 50%;
    text-align: right;
}
.configHeader i.price {
    width: 20%;
    text-align: right;
}
#basket_table .ConfigurationBox .iTitle,
.basketItemDesc .ConfigurationBox .iTitle,
#basketContent .ConfigurationBox .iTitle {
    float: left;
    padding-left: 30%;
    border-top: none;
    width: 70%;
}

.smallFont {
    font-style: italic;
    padding: 5px 0;
    color: #666666;
    font-size: 11px;
}

.configDisabled {
    display: none;
}

.odConfigurations select, .odConfigurations input {
    margin: 5px 0;
}

#getPanelConfigList,
#odConfigPanel {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    background-color: #fff;
    padding: 0;
    text-align: left;
    font-weight: normal;
    z-index: 2147483583;
    margin: 0;
    overflow: visible;
    color: #000;
    display: none;
    border-left: 1px solid #222;
    -webkit-transition: all 15s ease;
    -moz-transition: all 15s ease;
}

#getPanelConfigList #preview {
    border: 1px solid #222;
}

#odConfigPanel {
    background: #93A9DA;
    right: 0;
    color: #fff;
    top: calc(50% - 30px);
    width: 50px;
    height: 60px;
    border: 1px solid #3b5eab;
    border-right: none;
    line-height: 40px;
    vertical-align: middle;
    outline: none;
    cursor: pointer;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-decoration: none;
    font-size: 22px;
    -webkit-transition: all 0.02s ease;
    -moz-transition: all 0.02s ease;
    z-index: 2147483582;
}

#odConfigPanel:hover {
    width: 60px;
}

#detailsMain.activePanel #getPanelConfigList {
    right: 0;
    display: block;
}

#detailsMain.activePanel #odConfigPanel {
    right: 320px;
    display: block;
}

#getPanelConfigList ul {
    line-height: 30px;
    list-style: none;
    float: left;
    height: auto;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

#getPanelConfigList .functions {
    padding: 10px 15px;
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

#getPanelConfigList .functions .btn-primary {
    background-color: #eee;
    border-color: #bbb;
    color: #000;
}

.nav-stacked .btn-success:hover {
    background-color: #7a96d1 !important;
}

#getPanelConfigList .functions .btn-default {
    background-color: #999966;
    border-color: #7a7a52;
    color: #fff;
}

#getPanelConfigList ul {
    font-size: 14px;
    color: #000;
    text-align: left;
    position: relative;
}

#getPanelConfigList ul li {
    position: relative;
    list-style: none;
    line-height: 30px;
    padding: 0 15px;
    margin: 0;
    float: left;
    width: 100%;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

#getPanelConfigList ul li h6 {
    font-weight: bold;
}

#getPanelConfigList ul li.sl {
    border-bottom: none;
    line-height: 12px;
}

#getPanelConfigList ul li.sl span {
    line-height: 12px;
}

#getPanelConfigList ul li span {
    line-height: 23px;
    padding: 6px 0;
}

#getPanelConfigList ul li:last-child {
    padding: 5px 0;
    border-bottom: none;
}

#getPanelConfigList ul li .sTitle, #getPanelConfigList ul li .sPrice {
    float: left;
    width: 50%;
}

#getPanelConfigList ul li .sIcon {
    width: 15%;
    float: left;
    margin: 2px 0;
    padding: 0;
    height: 30px;
}

#getPanelConfigList ul li .sIcon img {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    cursor: pointer;
}

#getPanelConfigList ul li .sPrice {
    text-align: right;
}

#getPanelConfigList ul li .sPrice.hideConfigPrice {
    font-weight: bold;
}

.hideConfigPrice .uvp {
    float: left;
    width: 100%;
    font-size: 16px;
}

.odDetailPrice .sPrice span {
    font-size: 13px !important;
    line-height: 13px !important;
    margin-left: 0 !important;
}

#getPanelConfigList ul li.slTotal {
    padding-bottom: 15px;
}

#getPanelConfigList ul li.odConfigDeliveryInfo {
    text-align: left;
    padding-left: 15px;
}

#getPanelConfigList ul li.odConfigDeliveryInfo span a,
#getPanelConfigList ul li.odConfigDeliveryInfo span a:hover {
    color: #ffffff;
}

#getPanelConfigList ul li.odConfigDeliveryInfo span a:hover {
    text-decoration: underline;
}

.openPanel a {
    color: #BF8B60;
    margin-left: 5px;
}

.openPanel a:hover {
    text-decoration: none;
    color: #4A6AB6;
}

.loadConfigPrice,
.loadConfigPicture {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    line-height: normal !important;
    display: none;
}

.loadConfigPicture {
    position: absolute;
    display: block;
    min-width: 340px;
    top: 35%;
}

#getPanelConfigList ul li.slt {
    border-bottom: none !important;
    margin-top: 10px;
}

#getPanelConfigList ul li:first-child {
    border-bottom: 1px solid #222;
    background-color: #333;
    padding-top: 6px;
    color: #fff;
}

.odConfigList, .configSection {
    position: relative;
    float: left;
    width: 100%;
}

.odConfigList {
    padding: 15px 0;
}

#priceinfo {
    margin: 15px 0;
    width: 96%;
    padding: 1% 10px;
    float: left;
    background-color: #fafafa;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    list-style-type: none;
}

#priceinfo li {
    width: 100%;
    float: left;
    line-height: 23px;
}

#priceinfo li label, #priceinfo li span {
    width: 50%;
    float: left;
    text-align: left;
    font-weight: normal;
    margin: 0 !important;
}

#priceinfo li:nth-child(2) label, #priceinfo li:nth-child(2) span {
    font-weight: bold !important;
}

#priceinfo li h6 {
    width: 100%;
    float: left;
    padding: 0 !important;
    border-bottom: 1px dotted #cccccc;
    margin: 0 0 5px 0;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
}

.configField {
    position: relative;
    width: 100%;
    float: left;
    margin: 2px 0;
    padding: 0;
    background-color: #fafafa;
    border-right: none;
}

.odConfNextBtn {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0;
}

.configListBtn a:hover,
.configHeader:hover ~ .configListBtn a,
.configHeader:hover ~ .configListBtn a {
    background-color: #BF8B60;
}

.information .odConfigurations .configHeader, #detailsMain .odConfigurations .configHeader {
    position: relative;
    float: left;
    width: 80%;
    padding: 10px 0;
    cursor: pointer;
    font-weight: bold;
}

.information .odConfigurations .configHeader:hover,
#detailsMain .odConfigurations .configHeader:hover {
    color: #BF8B60;
}

.information .odConfigurations .configField .configHeader,
#detailsMain .odConfigurations .configField .configHeader {
    font-weight: normal;
    padding-left: 10px;
}

.odToCartVars .odConfigurations .configField {
    padding: 0 0 0 1%;
}

.odToCartVars .odConfigurations input[type="radio"] + label {
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 !important;
}

.product-footer #getPanelConfigList {
    width: 265px !important;
    max-width: 265px !important;
    top: 2% !important;
}

.product-footer #getPanelConfigList ul {
    max-height: 320px !important;
    overflow: auto !important;
    max-width: 320px !important;
}

.odConfigurations .btn-success {
    color: #ffffff;
    background-color: #93A9DA;
    border-color: #93A9DA;
}

.odConfigurations .btn-success:hover {
    border-color: #3b5eab;
}

.btn-arrow-right,
.btn-arrow-left {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
}

.btn-arrow-right {
    padding-left: 36px;
}

.btn-arrow-left {
    padding-right: 36px;
}

.btn-arrow-right:before,
.btn-arrow-right:after,
.btn-arrow-left:before,
.btn-arrow-left:after {
    /* make two squares (before and after), looking similar to the button */

    content: "";
    position: absolute;
    top: 5px;
    /* move it down because of rounded corners */

    width: 22px;
    /* same as height */

    height: 22px;
    /* button_outer_height / sqrt(2) */

    background: inherit;
    /* use parent background */

    border: inherit;
    /* use parent border */

    border-left-color: transparent;
    /* hide left border */

    border-bottom-color: transparent;
    /* hide bottom border */

    border-radius: 0 4px 0 0;
    /* round arrow corner, the shorthand property doesn't accept "inherit" so it is set to 4px */

    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
}

.btn-arrow-right:before,
.btn-arrow-right:after {
    transform: rotate(45deg);
    /* rotate right arrow squares 45 deg to point right */

    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.btn-arrow-left:before,
.btn-arrow-left:after {
    transform: rotate(225deg);
    /* rotate left arrow squares 225 deg to point left */

    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
}

.btn-arrow-right:before,
.btn-arrow-left:before {
    /* align the "before" square to the left */

    left: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:after {
    /* align the "after" square to the right */

    right: -11px;
}

.btn-arrow-right:after,
.btn-arrow-left:before {
    /* bring arrow pointers to front */

    z-index: 1;
}

.btn-arrow-right:before,
.btn-arrow-left:after {
    /* hide arrow tails background */

    background-color: white;
}

/* Portrait */
@media screen
and (device-width: 360px)
and (device-height: 640px)
and (-webkit-device-pixel-ratio: 3)
and (orientation: portrait) {
    .product-footer #getPanelConfigList ul {
        max-height: 480px !important;
    }
}

.odToCartVars .odConfigurations .configHeader {
    margin: 0;
    padding: 5px 0 !important;
}

.product-footer #priceinfo {
    width: 100% !important;
}

.odToCartVars .odConfigurations .dd-option-image, .odToCartVars .odConfigurations .dd-selected-image {
    width: 80px !important;
    max-width: 80px !important;
    max-height: 76px !important;
}

.product-footer #getPanelConfigList ul li h6 {
    padding: 8px 0 !important;
    margin: 0 !important;
}

.odToCartVars .odConfigurations .configField, .odToCartVars .odConfigurations select, .product-footer #getPanelConfigList ul li .sText {
    width: 100% !important;
}

.configListBtn {
    position: relative;
}

.configListBtn a {
    position: relative;
    width: 20%;
    float: right;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #999999;
    color: #ffffff;
    text-align: center;
}

.configListBtn a:hover, .configListBtn a:hover {
    text-decoration: none;
    color: #ffffff;
}

label#productPrice {
    float: left !important;
}

.fa-rotate-icon {
    -webkit-animation: spin 1s;
    -moz-animation: spin 1s;
    -o-animation: spin 1s;
    animation: spin 1s;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Steps */
#odConfigSteps {
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    float: left;
    width: 100%;
    z-index: 19;
}

#odConfigSteps .cHide {
    display: none;
}

.odConfig-Wizard > .odConfig-Wizard-Step {
    padding: 0;
    position: relative;
}

.odConfig-Wizard > .odConfig-Wizard-Step + .odConfig-Wizard-Step {
}

.odConfig-Wizard > .odConfig-Wizard-Step .odConfig-Wizard-StepNum {
    color: #595959;
    font-size: 16px;
    margin-bottom: 5px;
}

.odConfig-Wizard > .odConfig-Wizard-Step .odConfig-Wizard-Info {
    color: #999;
    font-size: 14px;
}

.odConfig-Wizard > .odConfig-Wizard-Step > .odConfig-Wizard-Dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #FFE0A2;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    outline: 0;
}

.odConfig-Wizard > .odConfig-Wizard-Step > .odConfig-Wizard-Dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #BF8B60;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.odConfig-Wizard > .odConfig-Wizard-Step > .progress {
    position: relative;
    border-radius: 0;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
}

.odConfig-Wizard > .odConfig-Wizard-Step > .progress > .progress-bar {
    width: 0;
    box-shadow: none;
    background: #eeeeee;
}

.odConfig-Wizard > .odConfig-Wizard-Step.complete > .progress > .progress-bar {
    width: 100%;
    background: #FFE0A2;
}

.odConfig-Wizard > .odConfig-Wizard-Step.active > .progress > .progress-bar {
    width: 50%;
}

.odConfig-Wizard > .odConfig-Wizard-Step:first-child.active > .progress > .progress-bar {
    width: 0;
}

.odConfig-Wizard > .odConfig-Wizard-Step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.odConfig-Wizard > .odConfig-Wizard-Step.disabled > .odConfig-Wizard-Dot {
    background: #eeeeee;
}

.odConfig-Wizard > .odConfig-Wizard-Step.disabled > .odConfig-Wizard-Dot:after {
    background: #ffffff;
}

.odConfig-Wizard > .odConfig-Wizard-Step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.odConfig-Wizard > .odConfig-Wizard-Step:last-child > .progress {
    width: 50%;
}

.odConfig-Wizard > .odConfig-Wizard-Step.disabled a.odConfig-Wizard-Dot {
    pointer-events: none;
}

.odConfig-Wizard > .odConfig-Wizard-Step.completed a.odConfig-Wizard-Dot:after {
    background: #BF8B60;
}

.odConfig-Wizard > .odConfig-Wizard-Step.active a.odConfig-Wizard-Dot:after {
    background: #ffffff;
}

#odConfigSteps.cFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px;
    border-top: 1px solid #4A6AB6;
    background-color: rgba(147, 169, 218, 0.95);
}

#odConfigSteps.cFixed .odConfig-Wizard-Info,
#odConfigSteps.cFixed .odConfig-Wizard-StepNum {
    color: #ffffff;
}

#odConfigSteps.cFixed .odConfig-Wizard-Step.disabled .odConfig-Wizard-Dot {
    background: #86D3D3;
}

#odConfigSteps.cFixed .odConfig-Wizard-Step.disabled > .odConfig-Wizard-Dot:after,
#odConfigSteps.cFixed .odConfig-Wizard-Step.active > .odConfig-Wizard-Dot:after {
    background: rgba(147, 169, 218, 0.95);
}

.odConfig-Wizard > .odConfig-Wizard-Step > .odConfig-Wizard-Dot .fa {
    position: absolute;
    text-align: center;
    left: 11px;
    top: 8px;
    z-index: 99999;
    color: #BF8B60;
}

.odConfig-Wizard > .odConfig-Wizard-Step.active:hover .odConfig-Wizard-StepNum,
.odConfig-Wizard > .odConfig-Wizard-Step.complete:hover .odConfig-Wizard-StepNum {
    color: #000000;
}

#odConfigSteps.cFixed .odConfig-Wizard-Step.active:hover .odConfig-Wizard-StepNum,
#odConfigSteps.cFixed .odConfig-Wizard-Step.complete:hover .odConfig-Wizard-StepNum {
    color: #ffffff;
}

.odConfig-Wizard > .odConfig-Wizard-Step.complete .fa-check {
    font-size: 12px;
    top: 9px;
    left: 9px;
    color: #ffffff;
}

.odConfig-Wizard > .odConfig-Wizard-Step.complete .fa-check,
.odConfig-Wizard > .odConfig-Wizard-Step.complete:hover .fa-question,
.odConfig-Wizard > .odConfig-Wizard-Step.active:hover .fa-question {
    display: block !important;
}

#odConfigSteps.cFixed .odConfig-Wizard-Step.active:hover .fa-question,
.odConfig-Wizard > .odConfig-Wizard-Step.complete:hover .fa-question {
    color: #ffffff;
}

.odConfig-Wizard > .odConfig-Wizard-Step.complete:hover .fa-check {
    display: none !important;
}

#odConfigSteps.cFixed .progress,
#odConfigSteps.cFixed .odConfig-Wizard-Step.active .progress-bar {
    background: #86D3D3;
}

.odConfig-Wizard > .odConfig-Wizard-Step.active,
.odConfig-Wizard > .odConfig-Wizard-Step.complete {
    cursor: pointer;
}
@media (max-width: 1280px) {
    .odConfigurations .fieldList.gridSystem {
        grid-template-columns: 1fr 1fr 1fr 1fr !important;
    }
}
@media (max-width: 991px) {
    body.cl-details #zoom1 img {
        margin: 0 !important;
    }
    .odConfigurations .fieldList.gridSystem {
        grid-template-columns: 1fr 1fr 1fr!important;
    }
}

@media (max-width: 780px) {
    body.cl-details #zoom1 img {
        margin: 0 !important;
    }
    .odConfigurations .fieldList.gridSystem {
        grid-template-columns: 1fr 1fr!important;
    }
    #basketcontents_list .configHeader {
        display: none;
    }

    .ConfigurationBox {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .ConfigurationBox .list {
        float: left;
        width: 100%;
        padding: 5px 0;
        border-bottom: 1px solid #dddddd;
    }

    .ConfigurationBox .list i {
        position: relative;
        width: 100%;
        float: left;
        padding: 5px 0;
    }

    .ConfigurationBox .list i:first-child,
    .ConfigurationBox .list i:last-child {
        font-weight: bold;
    }
}

.configLoaderDiv {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 999;
    display: none;
}

.configLoaderDiv .configLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
}

body.cl-details .details-col-left:first-child,
body.cl-details .details-col-left:nth-child(2) {
    border-right: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
}

body.cl-details .details-col-left:first-child {
    padding-bottom: 15px;
}

.odConfigurations .panel {
    border-bottom: 1px solid #ccc !important;
    box-shadow: none !important;
    margin-bottom: 0;
}

.nav.nav-stacked > li > a.active {
    background-color: #777 !important;
    color: #fff !important;
}

.nav.nav-stacked > li.panel > a:hover,
.nav.nav-stacked > li.panel > a:focus {
    color: #5c5c3d;
}

.nav.nav-stacked > li > a.active:hover {
    background-color: #999966 !important;
}

.odConfigurations .fieldList.active {
    float: left;
    width: 100%;
    padding: 15px 5px;
    border-bottom: 1px solid #e7e7e7 !important;
}

.odConfigurations .fieldList.gridSystem {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    list-style-type: none;
    text-align: center;
}

.nav.nav-stacked > li.applyBtn {
    clear: both;
    border: none;
    border-bottom: 1px solid #e7e7e7 !important;
    text-align: center;
    padding: 6px 0;
}

.nav.nav-stacked > li.applyBtn > a.btn {
    width: 180px;
    margin: 0 auto 0 5px;
}
.nav.nav-stacked > li i.fa {
    position: absolute;
    right: 15px;
    bottom: 35%;
}
.nav.nav-stacked > li i.fa-minus {
    color:#999!important;
}
a#confShowTitle {
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #fafafa;
    border: 1px solid #efefef;
}
#amountToBasket {
    margin: 0 !important;
}
.information .pricebox {
    float: left;
    width: 100%;
    margin-top:20px;
}
.ConfigurationBox i.blockquote{
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
}
.ConfigurationBox i.blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
.ConfigurationBox i img.img-responsive {
    margin-left: auto;
    margin-right: auto;
}
#getPanelConfigList ul li .sText,
.ConfigurationBox i.blockquote {
    width: 100%;
    text-align: left;
    float: left;
    margin-bottom: 15px;
    line-height: 16px;
    border: 1px solid #efefef;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}