
/**********************************************************************
- Headings (Font Overrides)
**********************************************************************/

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.modal h4 {
    font-family: "Heebo", sans-serif;
}

.pin {
    background: url(../img/icons/pin.svg) no-repeat center;
    background-size: contain;
    display: block;
    height: 15px;
    width: 15px;
}

body.lock {
    overflow: hidden;
}

.owl-close {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.owl-close button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 2px 3px 4px;
    border-color: white;
    color: #9c9c9c;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}


.pricing-close {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #fff;
    border-style: solid;
    border-width: 1px 2px 3px 4px;
    border-color: white;
    color: #9c9c9c;
    padding: 0 15px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: auto;
    width: 60px;
    z-index: -1;
    transition-duration: 0.35s;
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.pricing-close span {
    font-size: 33px;
}
.pricing-close:active,
.pricing-close:focus,
.pricing-close:hover {
    background-color: #ff5f4b;
    border-color: #ff5f4b;
    color: #fff;
}
.size {
    color: #171717;
    font-weight: 900;
}

#pricing_modal .modal-dialog {
    margin: 60px auto 30px !important;
}
#pricing_modal .modal-body {
    padding: 10px;
}

#pricing_modal [colspan] {
    background-color: #ff5f4b;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
#pricing_modal {
    max-width: 100%;
    width: 100%;
}
#pricing_modal thead th {
    color: #fff;
    /* padding: 10px; */
    text-align: center;
}
.pricing-header {
    background-color: #ff5f4b;
    background-image: linear-gradient(#ff5f4b, #ea4444);
    padding: 20px;
}
.pricing-header h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: 800;
}
.feedback-message {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 99999;
    transition: all 0.35s ease-in-out;
}
.feedback-message.reveal {
    visibility: visible;
    opacity: 1;
}
.feedback-message h4 {
    display: inline-block;
    background-color: #ffe761;
    margin: 0;
    padding: 10px 20px;
}

#pricing_modal tbody td {
    /* padding: 10px; */
    text-align: center;
}
#pricing_modal tbody tr:nth-child(even) {
    background-color: #eee;
}

.owl-close button:active,
.owl-close button:focus,
.owl-close button:hover {
    background-color: #bd3f3f;
    border-color: #bd3f3f;
    color: #fff;
}

/**********************************************************************
- Imagery, Inputs, Selects, etc.
**********************************************************************/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}


/**********************************************************************
- Keyframe animations
**********************************************************************/

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/**********************************************************************
- Customziable Designs: Optional classes
**********************************************************************/

.blur {
    filter: blur(5px);
}

.body-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(124, 124, 124, 0.97);
    z-index: 9;
    height: 100%;
}

.lock {
    overflow: hidden;
}

/**********************************************************************
- Customziable Designs: Modal
**********************************************************************/

#collection_modal .modal-body {
    padding: 20px;
}

.modal-header .close {
    color: #922a29;
    position: absolute;
    top: 0;
    margin: 0;
    text-shadow: none;
    right: 0;
    opacity: 1;
    width: 55px;
    height: 100%;
    transition: all 0.35s ease-in-out;
}

.modal-header .close span {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
}

.modal-title {
    color: #fff;
    font-family: 'Heebo', sans-serif;
    font-weight: 700;
    margin: auto;
}



/**********************************************************************
- Customziable Designs: Modal (Switch trigger)
**********************************************************************/

.design-span {
    font-weight: 400;
}

.design-switch-div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.design-switch-div span {
    color: rgb(154, 154, 154);
    font-size: 22px;
    text-transform: uppercase;
}

.switch-span {
    font-weight: 700;
    margin-left: 70px;
}

.switch-input {
    display: none;
}

.switch-label {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    text-align: left;
    margin: auto 12px;
}

.switch-label:before,
.switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.switch-label:before {
    left: 1px;
    width: 65px;
    height: 20px;
    background-color: #dcdcdc;
    border-radius: 17.5px;
}

.switch-label:after {
    left: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border: solid 1px #dcdcdc;
    border-radius: 50%;
}

.switch-input:checked+.switch-label:before {
    background-color: #66d8a4;
}

.switch-input:checked+.switch-label:after {
    background-color: #fff;
    border-color: #64d9a4;
    -ms-transform: translate(145%, -50%);
    -webkit-transform: translate(145%, -50%);
    transform: translate(145%, -50%);
}


/**********************************************************************
- Customziable Designs: Modals (Psuedos)
**********************************************************************/

.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 0.6;
}


/**********************************************************************
- Customizable Designs: Banner (Imagery)
**********************************************************************/

.cd-banner {
    background-position: center;
    background-repeat: repeat;
    background-size: contain;
}

.cd-banner__imagery {
    position: relative;
}

.cd-banner__imagery img {
    width: 100%;
}

.cd-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99;
    height: 100%;
}


/**********************************************************************
- Customizable Designs: Branding
**********************************************************************/

.cd-nav__logo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    align-items: center;
    width: 10%;
    width: 110px;
    margin-right: 2%;
}


/**********************************************************************
- Customizable Designs: Search bar
**********************************************************************/

.cd-nav__search {
    position: relative;
    width: 100%;
    margin: 0 2% 0 0;
}


/**********************************************************************
- Customizable Designs: Search bar (dropdown menu)
**********************************************************************/

.select2-dropdown {
		border: none !important;
		z-index: 9999;
}

.select2-selection--multiple {
    background-color: #efefef !important;
    border: none !important;
    line-height: 0 !important;
    min-height: auto !important;
}

.select2-results__option {
    cursor: pointer;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding: 10px;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.select2-results__option:before {
    content: '';
    background: url(../img/layers-icon.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    transition: background 0.3s ease-in-out, margin 0.3s ease-in-out;
}

.select2-results__option:not(:last-child) {
    border-bottom: solid 1px #eee;
}

.select2-results__options {
    border-width: 1px 0 1px 1px;
    border-color: #efefef;
    border-style: solid;
    box-shadow: 0 3px 13px -7px #666;
		padding: 7px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fb5858;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2bd09a;
    color: white;
}

.select2-container--default .select2-results__option[aria-selected=true]:before {
    background: url(../img/layers-icon-white.svg) no-repeat center;
    background-size: contain;
}

.select2-container--default .select2-results__option[aria-selected=true]:after {
    content: "\f14a";
    font-family: FontAwesome;
    position: absolute;
    font-size: 24px;
    left: inherit;
    right: 15px;
    top: 5px;
}

.select2-container--default .select2-results__option[aria-selected=true]:hover:after {
    left: inherit;
}

.select2-results__option--highlighted:before {
    background: url(../img/layers-icon-white.svg) no-repeat center;
    background-size: contain;
    margin-right: 15px;
}


/**********************************************************************
- Customizable Designs: Navigation
**********************************************************************/

.cd-menu {
    position: relative;
    margin: 0;
}
.cd-menu__trigger {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #ffffff;
    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    height: 100%;
    width: 50px;
    z-index: 9;
    transition-duration: 0.5s;
    transition-property: all;
}
.cd-menu__trigger:focus {
    outline: none;
}
.cd-menu__trigger.active {
    border-radius: 5px 5px 0 0;
    border-color: #efefef;
}
.cd-menu__trigger.active span:first-child {
    transform: rotate(45deg);
    transform-origin: 0 center;
    left: 3px;
    top: -1px;
}
.cd-menu__trigger.active span:last-child {
    transform-origin: 0 center;
    transform: rotate(-45deg);
    top: 6px;
    left: 3px;
}
.cd-menu__trigger span {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    display: block;
    background-color: #c5c5c5;
    transition: all 300ms ease-in-out;
}
.cd-menu__trigger span:not(:last-child) {
    margin-bottom: 5px;
}

.cd-nav {
    background-color: #fff;
    border-bottom: solid 1px #efefef;
    display: flex;
    align-content: center;
    padding: 15px 10px;
    position: relative;
}

.cd-nav__menu {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0 40px;
    width: 130px;
    padding: 0;
    position: absolute;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 3px 23px -5px #efefef;
    top: 65px;
    visibility: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: all;
    border-width: 2px;
    border-color: #efefef;
    border-style: solid;
    z-index: 9;
}

.cd-nav__menu.reveal {
    top: 45px;
    visibility: visible;
    opacity: 1;
}

.cd-nav__menu li {
    /* display: inline-block; */
    display: block;
    width: 100%;
    text-align: center;
}

.cd-nav__menu li:not(:last-child) {
    border-bottom: solid 2px #efefef;
}

.cd-nav__menu li a {
    color: #9a9a9a;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    transition: all 0.35s ease-in-out;
}
.cd-nav__menu li a:focus,
.cd-nav__menu li a:hover {
    background-color: #fc5858;
    color: white;
}


/**********************************************************************
- Customizable Designs: Related Tags (Navigation)
**********************************************************************/

.related-tags {
    background-color: #a53637;
    border-top: solid 1px #000;
    border-color: #bd3f3f;
    border-style: solid;
    border-width: 0;
    display: flex;
    align-items: center;
    overflow-x: auto;
    height: 0;
    padding: 0 20px;
    transition: height 0.3s ease-in-out;
}

.related-tags.reveal {
    height: 54px;
}

.related-tags button {
    background-color: #fb5858;
    border-color: #fb5858;
    flex: 1;
    font-weight: 600;
    margin: 10px 20px 10px 0;
    transition: all 300ms ease-in-out;
}

.related-tags button:focus,
.related-tags button:hover {
    background-color: #da4848;
    border-color: transparent;
}


/**********************************************************************
- Customizable Designs: Masonry Grid (Container)
**********************************************************************/

.masonry-grid {
    padding-top: 20px;
}

.masonry-grid:after {
    content: "";
    clear: both;
    display: table;
}

.masonry-grid .masonry-block {
    border-radius: 0 0 10px 10px;
    border: solid 2px #e2e2e2;
    padding: 10px;
}


/**********************************************************************
- Customizable Designs: Masonry Grid Item (Content)
**********************************************************************/
.collection-headline, .collection-info {
    background-color: #e2e2e2;
    padding: 20px;
    transition: background-color 0.35s ease-in-out;
}
.collection-info {
    border-radius: 0 0 8px 8px;
}

/**********************************************************************
- Customizable Designs: Masonry Grid Item (Imagery)
**********************************************************************/

.masonry-block {
    cursor: pointer;
    margin-bottom: 30px;
    padding: 0;
    transition: all 0.35s ease-in-out;
}

.masonry-block img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}


/**********************************************************************
- Customizable Designs: Masonry Grid Item(s) (Psuedos)
**********************************************************************/
/**********************************************************************
- Customizable Designs: No Results
**********************************************************************/

.no-results__typography {
    text-align: center;
    padding: 25px 0 0;
    max-width: 350px;
    margin: auto;
}

.no-results__typography h3 {
    background-color: #f9f9f9;
    color: #b7b7b7;
    cursor: not-allowed;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 20px;
}

.selection-config__label {
    font-weight: 500;
}

.selection-config__choice--label h4 {
    font-size: 14px;
    color: #9a9ca1;
    margin: 0 0 15px;
}

.selection-config__label--radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: solid 3px #d3d6de;
    border-radius: 100%;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    left: 0;
    top: 19px;
    margin: auto!important;
    width: 20px;
    height: 20px;
    transition: all 0.35s ease-in-out;
}

.selection-config__choice--formulas,
.selection-config__choice--sizing {
    margin: 40px auto;
}

.selection-config__sizes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto;
}

.selection-config__sizes--label {
    color: #898b96;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.selection-config__label--radio:focus {
    outline: none !important;
}

.selection-config__label--radio:checked,
.selection-config__radio--size:checked {
    outline: none !important;
    background-color: #49b588;
    border-color: #47b588;
}

.selection-config__label--radio:checked+label,
.selection-config__sizes--option:checked+.selection-config__radio--size:checked {
    border-color: #47b588;
    box-shadow: 0 5px 4px rgba(71, 181, 136, 0.24);
}

.selection-config__radio--size:checked+label {
    border-color: #47b588;
    box-shadow: 0 5px 4px rgba(71, 181, 136, 0.24);
}

.selection-config__size {
    position: relative;
    width: 100%;
}
.selection-config__size:not(:last-child) {
    margin-bottom: 12px;
}

.selection-config__radio--size {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto !important;
}

.selection-config__sizes--option {
    /* border: solid 3px #d4d6de;
    border-radius: 5px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.35s ease-in-out; */
    border: solid 3px #d4d6de;
    border-radius: 5px;
    cursor: pointer;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all 0.35s ease-in-out;
}

.collection_control--fields,
.collection-designs,
.selection_controls--fields {
    float: left;
    width: 100%;
}

.collection_control--fields:after,
.collection-designs:after,
.selection_controls--fields:after {
    content: "";
    clear: both;
    display: table;
}

.collection_control--field,
.selection_controls--field {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.collection_control--field label,
.selection_controls--field label {
    text-transform: capitalize;
}

.selection-config__choice--option {
    position: relative;
}

.box {
    background-color: #fff;
    border-radius: 3px;
    border-top: 0;
    box-shadow: none;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.collection-designs {
    background-color: #eaeaea;
    background-image: radial-gradient(#ffffff, #eaeaea);
    border: solid 2px #e4e4e4;
    margin-top: 20px;
    padding: 10px;
}

.collection-designs .greendistro_mason_col {
    padding: 10px;
}

.collection-designs .masonry-block {
    position: relative;
    border-color: #dcdcdc;
    border-style: solid;
    border-width: 2px;
    padding: 25px;
    height: 200px;
    transition: all 0.35s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.collection-designs .masonry-block:active .customize-caption,
.collection-designs .masonry-block:hover .customize-caption {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}
.customize-caption {
    pointer-events: none;
    transition: all 0.35s ease-in-out;
    display: flex;
    font-weight: 800;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    background: rgba(72, 69, 69, 0.83) url(../img/icons/customize-details.svg) no-repeat;
    background-position: 95%;
    background-size: 25px;
    color: #fff;
    width: 100%;
    padding: 12px;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
}
.collection-designs .masonry-block:hover::before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.collection-designs .masonry-block:hover {
    box-shadow: 0 6px 20px rgba(189, 189, 189, 0.42);
}

.form-control:focus {
    background-color: #fff !important;
    border-color: #dcdcdc !important;
}

.collection-link {
    background-color: rgb(199, 61, 59);
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    width: 35px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    right: 0;
    z-index: 5;
    margin: 5px;
    transform: scale(0.5);
    transition: all 0.35s ease-in-out;
}

.collection-link:after {
    content: "Save to board";
    background-color: rgb(75, 75, 75);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    padding: 7px;
    position: absolute;
    top: -1px;
    right: 33px;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    width: 0;
    overflow: hidden;
    transition-delay: 0.3s;
    transition: all 0.35s ease-in-out;
}

.collection-link:hover {
    /* background-color: rgb(116, 116, 116); */
    /* color: #222; */
}

.collection-link:hover::after {
    visibility: visible;
    opacity: 1;
    width: 105px;
    right: 34px;
}

.collection-name {
    color: #6f6f6f;
    font-family: "Heebo", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    transition: color 0.35s ease-in-out;
}

.collection-tagline:empty {
	display: none;
	margin: 0;
}
.collection-tagline {
	color: rgb(150, 150, 150);
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
	text-align: center;
	transition: color 0.35s ease-in-out;
}
.edit-design {
	margin: 0;
	text-align: center;
}
.edit-design__link {
	background-color: rgb(255, 206, 30);
	border-radius: 5px;
	color: rgb(121, 99, 18);
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 20px;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.edit-design__link:focus,
.edit-design__link:focus-within,
.edit-design__link:hover {
	background-color: #d8ae1e;
	color: #382d08;
}

.content {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.content-wrapper {
    background-color: #fff;
}

.greendistro_mason_col {
    padding: 20px;
}

.clipart-search__container {
    box-shadow: 0 3px 13px #dddddd85;
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px auto 35px auto;
}

#clipart_search_input {
    background-color: #fff;
    border-color: #d3d6de;
    border-width: 2px;
    font-size: 20px;
    height: 50px;
    padding-right: 50px;
}

#clipart_search_input::placeholder {
    color: #d3d6de;
}

#clipart_search_button {
    background-color: #ffffff;
    border-color: #d3d6de;
    border-width: 2px;
    color: #9ea0a9;
    font-size: 17px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    height: 100%;
    width: 50px;
    transition: all 0.35s ease-in-out;
}

#clipart_search_button i {
    display: block;
    margin: auto;
}

#clipart_search_button:focus,
#clipart_search_button:hover {
    background-color: #d3d6de!important;
    color: #7e8188!important;
}

.hover-block {
    cursor: pointer;
    position: relative;
    /* overflow: hidden; */
    width: 100%;
    transition: all 0.35s ease-in-out;
}

.masonry-block:hover {
    box-shadow: 0 6px 20px #ddd;
    transform: scale(1.025);
}

.masonry-block:hover:after {
    left: 0;
    opacity: .6;
    transform: scale(1.5);
}

.masonry-block:hover .collection-link {
    color: #fff;
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/* .loader-block:before {
    font-family: FontAwesome;
    color: #fff;
    font-size: 36px;
    content: "\f1ce";
    position: absolute;
    top: 35%;
    left: 45%;
    z-index: 9;
    -webkit-transform: translate(-35%, -35%);
    -moz-transform: translate(-35%, -35%);
    -ms-transform: translate(-35%, -35%);
    -o-transform: translate(-35%, -35%);
    transform: translate(-35%, -35%);
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
} */

#loader-icon {
    color: white;
    font-size: 38px;
    /* margin-bottom: 25px; */
}

.option[data-hex="00B2E2"]:before {
    content: '';
    background-color: #00B2E2;
    display: inline-block;
    width: 20px;
    height: 20px;
}

.select2-container {
    width: 100% !important;
}

.single-collection-tags {
    white-space: nowrap;
}


/**********************************************************************
- Customizable Designs: Banner image
**********************************************************************/


/**********************************************************************
- Customizable Designs: Navigation
**********************************************************************/

.selection-config {
    margin: 15px auto;
}

.selection-choice__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px 25px;
}

.image-radio-label {
    margin-bottom: 0;
    transition: all 0.35s ease-in-out;
}

.image-radio-label:focus,
.image-radio-label:hover {
    cursor: pointer;
    box-shadow: 0 -1px 33px -7px rgb(92, 92, 92);
}

#top-page {
    padding: 20px;
}

#top-page>.input-group {
    display: block;
}


/**********************************************************************
- Customizable Designs: Search bar dropdown menu
**********************************************************************/

.select2-container .select2-search--inline .select2-search__field {
    font-size: 1.5rem;
    margin: 0;
    line-height: 3;

    text-indent: 8px;
}

.select2-search__field::-webkit-input-placeholder {
    color: #6e6e6e;
}

.selection-config__label {
    border: solid 3px #d3d6de;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 19px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    transition: all 0.35s ease-in-out;
}

.selection-config__choice--header h4,
.selection_controls--header h4,
.selection-clipart__toggle--header h4 {
    color: #a2a6af;
    font-size: 15px;
    margin: 0;
}

.selection-config__sizes--option:focus,
.selection-config__sizes--option:hover,
.selection-config__label:focus,
.selection-config__label:hover {
    border-color: #b9b9b9;
}

.selection-config__label--header h4,
.selection-config__label--desc p {
    margin: 0;
}

.selection-config__label--header h4 {
    color: #898b96;
    font-weight: 600;
}

.selection-config__label--desc p {
    color: #a2a4ab;
    font-weight: 600;
}

.select2-results__options::-webkit-scrollbar,
.color-select__list::-webkit-scrollbar {
    width: 10px;
    background-color: #656565;
}

.select2-results__options::-webkit-scrollbar-thumb,
.color-select__list::-webkit-scrollbar-thumb {
    background-color: #bbb;
}

.selection_image {
    background-color: rgb(210, 214, 222);
    display: flex;
    height: 350px;
}

.selection_image img {
    object-fit: contain;
    margin: 80px auto 50px;
    width: 100%;
}

.select2-results__option--highlighted:after {
    left: 0;
    opacity: 1;
}

.select2-selection__rendered {
    display: flex !important;
    align-content: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #fb5858;
    border: 1px solid #efefef;
    border-radius: 0!important;
    color: #ffffff;
    cursor: default;
    font-size: 15px;
    font-weight: 600;
    float: left;
    margin: 8px 5px;
    padding: 0px 10px 0px 0;
    line-height: 0.9;
    display: flex;
    align-items: center;
}

.select2-selection__choice__remove:hover {
    background-color: #da4848 !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
    font-size: 33px;
    background-color: #fb5858;
    padding: 0 7px;
    transition: background-color 300ms ease-in-out, color 300ms ease-in-out;
}


/* modal flip css */

.modal-flip.modal {
    /* -webkit-perspective: 1300px; */
    /* -moz-perspective: 1300px; */
    /* perspective: 1300px; */
}

.modal-open .modal {
    overflow-x: unset !important;
    overflow-y: scroll !important;
}

.modal-flip .modal-dialog {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    -moz-transform: rotateY(-70deg);
    -ms-transform: rotateY(-70deg);
    transform: rotateY(-70deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-header {
    background-color: #ff5f4b;
    background-image: linear-gradient(#ff5f4b, #ea4444);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#collection_modal .modal-body {
    padding: 20px;
}


/* for the image radios */

.image-radio-input {
    display: none;
    transition: all 0.35s ease-in-out;
}

.image-radio-input:checked+label {
    border: 2px solid #090;
    box-shadow: 0 -1px 33px -7px #090;
    transition: all 0.3s ease;
}

.image-radio-label img {
    max-width: 150px;
    padding: 5px;
}

.collection-control-fields label {
    text-transform: capitalize;
}

.collection-control-fields .form-group {
    display: none;
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

.collection-control-fields .form-group.reveal {
    height: 71px;
}

.selection-clipart__toggle {
    clear: both;
    float: left;
    width: 100%;
    margin: 35px auto 0;
}

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

#selection_quantity {
    background-color: #fff;
    text-align: center;
    border-width: 0 0 0 2px;
    border-style: solid;
    color: #898b96;
    font-weight: 700;
}

.selection-choice__cart-btn {
    -webkit-appearance: none;
    background-color: #fff;
    border-color: #d4d6de;
    color: #898b96;
    font-size: 16px;
    font-weight: 700;
    border-width: 3px!important;
    position: relative;
    overflow: hidden;
    width: 60px;
    display: flex;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-right: -2px;
}
.selection-choice__cart-btn .explainer {
    display: none;
}

.selection_modal--message {
    opacity: 0;
    position: sticky;
    width: 100%;
    background-color: #4CAF50;
    padding: 20px;
    text-align: center;
    z-index: 9;
    top: 0;
    visibility: hidden;
    top: -50em;
    transition: all 0.35s ease-in-out;
}

.selection_modal--message.reveal {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.selection-choice__cart-btn:focus,
.selection-choice__cart-btn:hover {
    background-color: #49b588;
    border-color: #d2d6de;
    color: #fff;
}

.cart-icon {
    background: url(../img/icons/cart-gray.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 0;
    height: 30px;
    width: 20px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
}

.selection-choice__cart-btn:focus .cart-icon,
.selection-choice__cart-btn:hover .cart-icon {
    top: -3em;
}

.selection-choice__cart-btn:focus,
.selection-choice__cart-btn:hover {
    background-color: #49b588;
    color: #fff;
}

.selection-choice__cart-btn:focus .cart-icon::after,
.selection-choice__cart-btn:hover .cart-icon::after {
    top: 46px;
}

.cart-icon:after {
    content: "";
    position: absolute;
    top: 85px;
    left: 0;
    bottom: -80px;
    background: url(../img/icons/cart-white.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    height: 32px;
    width: 20px;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
}

.selection-choice__input-group {
    position: relative;
    display: flex;
    align-items: center;
    flex: 1;
}

.selection-quantity__label {
    color: #666;
    display: block;
    text-align: left;
}

.selection__pricing {
    display: flex;
}
.pricing-block {
    background-color: #dcdfe4;
    text-align: center;
    padding: 15px;
    width: 100%;
}
.pricing-block:not(:last-child) {
    border-right: solid 4px #d2d6de;
}
.pricing-block__label {
    color: #5e6779;
    font-size: 14px;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
}
.pricing-block__label:before {
    content: "\0024";
}
.pricing-block__desc {
    color: #9198a5;
    font-size: 12px;
    font-weight: 500;
}

.changeArt-btn {
    -webkit-appearance: none;
    background-color: #fff;
    border-color: #d4d6de;
    border-radius: 5px !important;
    border-width: 3px !important;
    color: #898b96;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    margin: 15px auto 0;
    padding: 15px;
    transition: all 0.35s ease-in-out;
}

.changeArt-btn i {
    margin-right: 5px;
}

.changeArt-btn:focus,
.changeArt-btn:hover {
    background-color: #337ab7 !important;
    border-color: #337ab7;
    box-shadow: 0 5px 4px rgba(51, 121, 183, 0.24) !important;
    color: #fff;
}

.form-group label {
    text-transform: captialize;
}

.selection_pricing--options hr {
    margin: 25px auto 0;
}

.selection-choice__footer--quantity {
    position: relative;
    display: flex;
    margin: auto 0;
    width: 80px;
}

.selection-choice__footer--quantity label {
    color: #7d7d7d;
    padding: 0;
    margin: 0;
    font-size: 16px;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.sizing-fields {
    display: flex;
    align-items: center;
    margin: 20px auto 0;
}

.sizing-field {
    width: 35%;
    margin: auto;
}

.sizing-field--separator {
    background: url(../img/separator-icon.svg) no-repeat center;
    background-size: contain;
    text-align: center;
    height: 14px;
    padding: 0 15px;
}

#selection_modal .modal-body {
    padding: 15px 15px 20px;
}

.sizing-field--separator p {
    color: #898b96;
    font-family: 'Heebo', sans-serif;
    font-weight: 900;
    margin: 0;
    font-size: 18px;
}

.sizing-field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: solid 3px #d4d6de;
    color: #898b96;
    font-size: 18px;
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f1f1f1;
    border-color: #e2e2e2;
    color: #222;
    font-size: 17px;
    padding: 10px 15px;
    height: auto;
    transition: all 0.35s ease-in-out;
}

select.switch-field {
    background: #f1f1f1 url(../img/select-arrow.svg) no-repeat;
    background-size: 2rem;
    background-position: 95%;
}



.selection-config__radio--size {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    border: solid 3px #d3d6de;
    border-radius: 100%;
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    transition: all 0.35s ease-in-out;
}

.selection-config__sizes--option span {
    color: #898b96;
    font-size: 16px;
    display: block;
    margin: 25px auto 0;
}

.color-select {
    position: relative;
}

.color-select__trigger {
    background-color: #f1f1f1;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px;
    color: #222;
    cursor: pointer;
    font-size: 17px;
    position: relative;
    padding: 10px 15px;
    height: auto;
    width: 100%;
    display: block;
}

.color-select__list--hex.selected {
    background-color: #beffe0;
}

[class*="selected"], .gacp_selected {
    background-color: #beffe0;
}

.color-select__trigger.active:after {
    transform: rotate(180deg);
}

.color-select__trigger:after {
    content: "";
    background-image: url(../img/select-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px;
    position: relative;
    width: 45px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    transition: all 0.35s ease-in-out;
}

.customize-overlay,
.loader-overlay {
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0em;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(199, 61, 59, 0.94);
    transition: all 0.35s ease-in-out;
}

.loader-overlay.reveal {
    opacity: 1;
    visibility: visible;
}

.customize-overlay-icon {
    background: url(../img/icons/customize-details.svg) no-repeat center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 70px;
    height: 70px;
}
		
.color-select__list {
    display: none;
    background-color: #fff;
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 250px;
    overflow: auto;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 0 1px 1px;
}

.color-select__list--hex {
    color: #8e8e8e;
    cursor: pointer;
    display: flex;
    font-family: "Heebo", sans-serif;
    font-weight: 800;
    position: relative;
    opacity: 1;
    padding: 15px;
    transition: all 0.35s ease-in-out;
}

.color-select__list--hex:focus,
.color-select__list--hex:hover {
    opacity: 0.6;
}

.hex-swatch {
    border: solid 2px rgba(19, 19, 19, 0.32);
    border-radius: 100%;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.color-select__list--hex:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.modal {
    background-color: rgba(124, 124, 124, 0.97);
    z-index: 16000003;
}

/**********************************************************************
- Customizable Designs: Onboarding experience
**********************************************************************/

.onboarding-experience {
    background-color: rgba(124, 124, 124, 0.97);
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow-y: scroll;
    z-index: 100000000;
    transition: all 0.35s ease-in-out;
}
.onboarding-experience.reveal {
    opacity: 1;
    visibility: visible;
}

.onboarding-experience__card--desc {
    max-width: 50rem;
    margin: auto;
    padding: 0 20px;
}

.onboarding-experience .owl-nav {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    padding: 5px 20px;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.onboarding-experience__card--number {
    color: #eb8072;
}

.owl-item:first-child .onboarding-experience__card--icon {
    background-image: url(img/icons/onboarding/switch-animated.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    margin: -80px auto 40px;
    height: 350px;
}

.owl-item:not(:first-child) .onboarding-experience__card--icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 250px;
    margin: -20px auto 40px;
}

.onboarding-experience__cards {
    /* box-shadow: 0 13px 43px rgba(82, 82, 82, 0.27),
    0 -7px 43px rgba(82, 82, 82, 0.27);
    max-width: 65rem;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin: 50px auto;
    transform: translateY(-50%); */
    /* box-shadow: 0 13px 43px rgba(82, 82, 82, 0.27),
    0 -7px 43px rgba(82, 82, 82, 0.27); */
    max-width: 65rem;
    position: absolute;
    right: 0;
    top: 50%;
    left: 0;
    margin: auto;
    padding: 10px;
    transform: translateY(-50%);
}

.onboarding-experience__cards .owl-item {
    background-color: white;
    /* padding: 50px 30px; */
    padding: 50px 5px;
    /* height: 78rem; */
    height: 65rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.owl-item.active .onboarding-experience__card {
    opacity: 1;
    transform: translateX(0);
}

.onboarding-experience__card--title {
    margin-bottom: 20px;
}

.onboarding-experience__card--title h2 {
    color: #74767b;
    font-size: 23px;
    font-weight: 900;
    text-transform: uppercase;
    position: relative;
    margin: 0;
}

.onboarding-experience__card {
    opacity: 0;
    text-align: center;
    transform: translateX(-20%);
    transition-delay: 1s;
    transition-duration: 0.35s;
    width: 100%;
}

.onboarding-experience__card:after {
    content: '';
    display: table;
    clear: both;
}

.onboarding-experience__cards .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}

.onboarding-experience__card p {
    color: #a2a2a2;
    margin: 0;
    font-size: 15px;
}

.onboarding-experience__cards .owl-dot {
    border-radius: 100%;
    display: block;
    width: 12px;
    height: 12px;
    background-color: #ebecef;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    transition: all 0.35s ease-in-out;
}

.onboarding-experience__cards .owl-dot:not(:last-child) {
    margin-right: 15px;
}

.onboarding-experience__cards .owl-dot.active {
    background-color: #d2d6de;
}

.finish-btn {
    border-color: #dd4b39;
    border-width: 3px;
    border-style: solid;
    color: #dd4b39;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    position: absolute;
    bottom: -9rem;
    left: 0;
    right: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    width: 28rem;
    -webkit-animation: fadeIn 0.7s;
    animation: fadeIn 0.7s;
    transition: all 0.35s ease-in-out;
}

.finish-btn.reveal {
    display: flex;
}

.finish-btn:focus,
.finish-btn:hover {
    background-color: #dd4b39;
    color: #fff;
}

.finish-btn svg {
    opacity: 0;
    margin-left: -40px;
    transition: all 0.35s ease-in-out;
}

.finish-btn:focus svg,
.finish-btn:hover svg {
    margin-left: 20px;
    opacity: 1;
}

.onboarding-experience .owl-prev,
.onboarding-experience .owl-next {
    background-image: none;
    text-align: center;
    float: none;
    display: flex;
    flex-direction: column;
    width: auto;
    height: auto;
    transition: all 0.35s ease-in-out;
}

.onboarding-experience .owl-prev:focus,
.onboarding-experience .owl-next:focus,
.onboarding-experience .owl-next:hover,
.onboarding-experience .owl-prev:hover {
    transform: scale(1.1);
}

.onboarding-experience .owl-prev:focus.disabled,
.onboarding-experience .owl-next:focus.disabled,
.onboarding-experience .owl-prev:hover.disabled,
.onboarding-experience .owl-next:hover.disabled {
    transform: scale(1);
}

.onboarding-experience .owl-prev.disabled,
.onboarding-experience .owl-next.disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

[class*="arrow-icon"] {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 60px;
    height: 40px;
}

.arrow-icon-prev {
    background-image: url(../img/circle-arrow-prev.svg);
}

.arrow-icon-next {
    background-image: url(../img/circle-arrow-next.svg);
}

.arrow-label {
    color: #9a9fab;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 5px;
}

.selection-config__label--header {
    margin: 30px auto 5px;
}

.onboarding-experience__close {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: fixed;
    top: 0;
    right: 0;
    margin: 20px;
    width: 50px;
    height: 50px;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px;
    background-color: transparent;
    transition: all 0.35s ease-in-out;
    border: solid 3px white;
    border-radius: 100%;
}
.onboarding-experience__close:hover::after {
    bottom: -27px;
    visibility: visible;
    opacity: 1;
}
.onboarding-experience__close:focus,
.onboarding-experience__close:hover {
    background-color: #fff;
}
.onboarding-experience__close:focus span,
.onboarding-experience__close:hover span {
    background-color: #74767b;
}
.onboarding-experience__close::after {
    content: "Close";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Heebo", sans-serif;
    font-size: 12px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.35s ease-in-out;
}
.onboarding-experience__close span {
    position: relative;
    width: 22px;
    height: 3px;
    display: block;
    background-color: #fff;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
}
.onboarding-experience__close span:first-child {
   transform: rotate(135deg);
   top: 9px;
}
.onboarding-experience__close span:last-child {
    margin: 6px auto auto 2px;
    transform: rotate(-135deg);
    top: 0px;
    left: -1px;
}


/**********************************************************************
- Customizable Designs: Media queries
**********************************************************************/
@media (min-width: 768px) {
    .cd-nav__menu li a:focus,
    .cd-nav__menu li a:hover {
        background-color: #fff;
        color: #fc5858;
    }
    .select2-container .select2-search--inline .select2-search__field {
        line-height: 2.5;
    }
    .selection-choice__footer--quantity label {
        display: flex;
    }
    .pricing-block__desc {
        font-size: 15px;
    }
    .pricing-block__label {
        font-size: 16px;
    }
    .cart-icon {
        margin-left: 15px;
    }
    .selection-choice__cart-btn,
    .selection-choice__footer--quantity {
        width: 150px;
    }
    .selection-choice__cart-btn .explainer {
        display: block;
    }
    .selection_image img {
        margin: 35px auto;
    }
    .select2-container .select2-search--inline .select2-search__field {
        font-size: 1.8rem;
    }
    .collection_control--field,
    .selection_controls--field {
        margin-top: 10px;
        width: 50%;
    }
    .cd-nav {
        padding: 15px 10px 20px 15px;
    }
    .collection_control--field:nth-child(odd) {
        padding-right: 20px !important;
    }
    .finish-btn {
        font-size: 18px;
    }
    .modal-dialog {
        width: 90%;
    }
    .onboarding-experience__cards .owl-item {
        padding: 50px 30px;
        height: 78rem;
    }
    .owl-item:not(:first-child) .onboarding-experience__card--icon {
        background-size: cover;
        background-position: 0 0;
        height: 330px;
        margin: -60px auto 40px;
    }
    .onboarding-experience__card--title h2 {
        font-size: 30px;
    }
    .onboarding-experience__card--desc {
        padding: 0;
    }
    .onboarding-experience__card p {
        font-size: 18px;
    }
    .onboarding-experience__cards .owl-dots {
        bottom: 90px;
    }
    .selection-config__label--header {
        margin: 0px;
    }
    .selection-config__size:not(:last-child) {
        margin-bottom: 0;
    }
    .selection-config__size {
        width: 48%;
    }
    .selection-config__sizes, .selection-config__label {
        flex-direction: row;
    }
    .selection-config__label .selection-config__label--header {
        margin: 0;
    }
    .selection-config__label--radio {
        left: inherit;
        right: 22px;
        top: 0;
        bottom: 0;
    }
    .selection_controls--field:nth-child(odd) {
        padding-right: 20px;
    }
}
@media (min-width: 961px) {
    .cd-nav__search {
        width: 80%;
    }
    .cd-menu__trigger {
        display: none;
    }

    .cd-nav__menu li:not(:last-child) {
        border-bottom: 0;
        margin-right: 20px;
    }

    .cd-nav__menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        visibility: visible;
        opacity: 1;
        flex-direction: row;
        justify-content: center;
        position: static;
        width: 100%;
    }

    .cd-nav__menu li {
        display: inline-block;
        width: auto;
    }

    .cd-nav__menu li a {
        color: #757475;
        font-size: 18px;
    }

    .cd-nav__logo,
    .cd-nav__menu {
        display: flex;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        width: 900px;
    }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
    .collection-name {
        font-size: 14px;
    }
    .collection-tagline {
        font-size: 12px;
    }
    .greendistro_mason_col {
        padding: 10px;
    }
}